@map2usdnbhd/md_components 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/README.md +20 -20
  2. package/dist/allPaths-2UT7qcm3.js +18 -0
  3. package/dist/allPathsLoader-GtixNm_4.js +22 -0
  4. package/dist/components/Accordian/mdStaticAccordian1/accordian/MdStaticAccordian1.d.ts +1 -0
  5. package/dist/components/Accordian/mdStaticAccordian1/index.d.ts +4 -0
  6. package/dist/components/Accordian/mdStaticAccordian1/mdStaticAccordian.d.ts +3 -0
  7. package/dist/components/Accordian/mdStaticAccordian1/mdStaticAccordianInterface.d.ts +21 -0
  8. package/dist/components/Buttons/Button1/Button1.d.ts +3 -0
  9. package/dist/components/Buttons/Button1/MdStaticButtonInterFace.d.ts +7 -0
  10. package/dist/components/Buttons/index.d.ts +2 -0
  11. package/dist/components/Card/MdStaticCard/MdStaticCard.d.ts +26 -0
  12. package/dist/components/Card/MdStaticCard/index.d.ts +2 -0
  13. package/dist/components/Card/MdStaticCardColorHeader/MdStaticCardColorHeader.d.ts +14 -0
  14. package/dist/components/Card/MdStaticCardColorHeader/index.d.ts +2 -0
  15. package/dist/components/Card/MdStaticCardImgSide/MdStaticCardImgSide.d.ts +24 -0
  16. package/dist/components/Card/MdStaticCardImgSide/index.d.ts +2 -0
  17. package/dist/components/Card/index.d.ts +3 -0
  18. package/dist/components/Carousel/Carousel1/MdStaticCarousel.d.ts +5 -0
  19. package/dist/components/Carousel/Carousel1/index.d.ts +3 -0
  20. package/dist/components/Carousel/index.d.ts +2 -0
  21. package/dist/components/Chart/LineChart/LineChart.d.ts +3 -0
  22. package/dist/components/Chart/LineChart/MdStaticChartInterface.d.ts +10 -0
  23. package/dist/components/Chart/index.d.ts +2 -0
  24. package/dist/components/Checkbox/Checkbox/Checkbox.d.ts +3 -0
  25. package/dist/components/Checkbox/Checkbox/CheckboxInterface.d.ts +8 -0
  26. package/dist/components/Checkbox/CheckboxGroup/CheckbocGroup.d.ts +3 -0
  27. package/dist/components/Checkbox/CheckboxGroup/CheckboxGroupInterface.d.ts +9 -0
  28. package/dist/components/Dropdown/MdDropDown/MdStaticDropdown.d.ts +3 -0
  29. package/dist/components/Dropdown/MdDropDown/MdStaticDropdownInterface.d.ts +10 -0
  30. package/dist/components/Dropdown/MdDropdownMaltiSelect/MdDropdownMaltiInterface.d.ts +8 -0
  31. package/dist/components/Dropdown/MdDropdownMaltiSelect/MdDropdownMaltiSelect.d.ts +3 -0
  32. package/dist/components/Dropdown/SearchDropdown/SearchDropdown.d.ts +3 -0
  33. package/dist/components/Dropdown/SearchDropdown/SearchDropdownInterface.d.ts +4 -0
  34. package/dist/components/Dropdown/index.d.ts +2 -0
  35. package/dist/components/Footer/MdStaticFooter/MdStaticFooter.d.ts +3 -0
  36. package/dist/components/Footer/MdStaticFooter/MdStaticFooterInterface.d.ts +24 -0
  37. package/dist/components/Footer/MdStaticFooter/index.d.ts +4 -0
  38. package/dist/components/Footer/MdStaticFooter2/MdStaticFooter2.d.ts +3 -0
  39. package/dist/components/Footer/MdStaticFooter2/MdStaticFooter2Interface.d.ts +24 -0
  40. package/dist/components/Footer/MdStaticFooter2/index.d.ts +4 -0
  41. package/dist/components/FormInputs/FileInput/FileInput1/FileInput1.d.ts +3 -0
  42. package/dist/components/FormInputs/FileInput/FileInput1/MdStaticFileInputInterface.d.ts +16 -0
  43. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroup1.d.ts +3 -0
  44. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroup1.stories.d.ts +72 -0
  45. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroupInterface.d.ts +11 -0
  46. package/dist/components/FormInputs/NumericInput/NumericInput1/NumericInput1.d.ts +7 -0
  47. package/dist/components/FormInputs/TagInput/TagInput1/TagInput1.d.ts +3 -0
  48. package/dist/components/FormInputs/TagInput/TagInput1/TagInputInterface.d.ts +5 -0
  49. package/dist/components/FormInputs/Textarea/Textarea1/Textarea1.d.ts +3 -0
  50. package/dist/components/FormInputs/Textarea/Textarea1/Textarea1Interface.d.ts +8 -0
  51. package/dist/components/FormInputs/index.d.ts +4 -0
  52. package/dist/components/HTMLSelect/HTMLSelect1/HTMLSelect1.d.ts +13 -0
  53. package/dist/components/HTMLSelect/HTMLSelect1/index.d.ts +0 -0
  54. package/dist/components/Header/Headers/Header.d.ts +3 -0
  55. package/dist/components/Header/Headers/HeaderInterface.d.ts +18 -0
  56. package/dist/components/Header/index.d.ts +2 -0
  57. package/dist/components/Map/Map.d.ts +9 -0
  58. package/dist/components/Model/Model1/Modal.d.ts +3 -0
  59. package/dist/components/Model/Model1/ModalInterface.d.ts +13 -0
  60. package/dist/components/Model/index.d.ts +2 -0
  61. package/dist/components/Navbar/Navbar2/MdStaticNavbarInterface.d.ts +27 -0
  62. package/dist/components/Navbar/Navbar2/Navbar2.d.ts +3 -0
  63. package/dist/components/Navbar/index.d.ts +2 -0
  64. package/dist/components/Radio/Radio1/Radio1.d.ts +3 -0
  65. package/dist/components/Radio/Radio1/Radio1Interface.d.ts +6 -0
  66. package/dist/components/Sidebar/Sidebar02/Sidebar02Interface.d.ts +8 -0
  67. package/dist/components/Sidebar/Sidebar02/sidebar02.d.ts +3 -0
  68. package/dist/components/Sidebar/Sidebar03/Sidebar.d.ts +1 -0
  69. package/dist/components/Sidebar/index.d.ts +2 -0
  70. package/dist/components/Table/WSortIcon/WSortIcon.d.ts +14 -0
  71. package/dist/components/Table/WSortIcon/WSortIconInterface.d.ts +17 -0
  72. package/dist/components/Text/Text1.d.ts +8 -0
  73. package/dist/components/index.d.ts +13 -0
  74. package/dist/index-K1y_hry-.js +29281 -0
  75. package/dist/index-_nYoEliG.js +606 -0
  76. package/dist/index-q-fN99gA.js +606 -0
  77. package/dist/md-component.js +19 -0
  78. package/dist/md-component.umd.cjs +87 -0
  79. package/dist/splitPathsBySizeLoader-balxJO-_.js +31 -0
  80. package/dist/style.css +1 -0
  81. package/dist/utils/index.d.ts +2 -0
  82. package/dist/vite.svg +1 -0
  83. package/package.json +76 -85
  84. package/dist/index.css +0 -148
  85. package/dist/index.js +0 -1726
  86. package/dist/index.js.map +0 -1
  87. package/dist/index.modern.js +0 -1713
  88. package/dist/index.modern.js.map +0 -1
@@ -0,0 +1,87 @@
1
+ (function(_1,ge){typeof exports=="object"&&typeof module<"u"?ge(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],ge):(_1=typeof globalThis<"u"?globalThis:_1||self,ge(_1.MdComponent={},_1.React,_1.ReactDOM))})(this,function(_1,ge,vt){"use strict";function vc(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const I=vc(ge),Ja=vc(vt);function ao(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function G0(e){if(e.__esModule)return e;var r=e.default;if(typeof r=="function"){var t=function n(){return this instanceof n?Reflect.construct(r,arguments,this.constructor):r.apply(this,arguments)};t.prototype=r.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}),t}var Qa={exports:{}},q0={};/**
2
+ * @license React
3
+ * react-jsx-runtime.development.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var hc;function V7(){return hc||(hc=1,process.env.NODE_ENV!=="production"&&function(){var e=ge,r=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),p=Symbol.for("react.context"),v=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),g=Symbol.for("react.suspense_list"),M=Symbol.for("react.memo"),T=Symbol.for("react.lazy"),C=Symbol.for("react.offscreen"),z=Symbol.iterator,w="@@iterator";function b(re){if(re===null||typeof re!="object")return null;var xe=z&&re[z]||re[w];return typeof xe=="function"?xe:null}var f=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function s(re){{for(var xe=arguments.length,Ve=new Array(xe>1?xe-1:0),De=1;De<xe;De++)Ve[De-1]=arguments[De];d("error",re,Ve)}}function d(re,xe,Ve){{var De=f.ReactDebugCurrentFrame,n1=De.getStackAddendum();n1!==""&&(xe+="%s",Ve=Ve.concat([n1]));var e1=Ve.map(function(Ze){return String(Ze)});e1.unshift("Warning: "+xe),Function.prototype.apply.call(console[re],console,e1)}}var l=!1,c=!1,m=!1,x=!1,_=!1,P;P=Symbol.for("react.module.reference");function V(re){return!!(typeof re=="string"||typeof re=="function"||re===n||re===a||_||re===o||re===h||re===g||x||re===C||l||c||m||typeof re=="object"&&re!==null&&(re.$$typeof===T||re.$$typeof===M||re.$$typeof===i||re.$$typeof===p||re.$$typeof===v||re.$$typeof===P||re.getModuleId!==void 0))}function L(re,xe,Ve){var De=re.displayName;if(De)return De;var n1=xe.displayName||xe.name||"";return n1!==""?Ve+"("+n1+")":Ve}function E(re){return re.displayName||"Context"}function R(re){if(re==null)return null;if(typeof re.tag=="number"&&s("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof re=="function")return re.displayName||re.name||null;if(typeof re=="string")return re;switch(re){case n:return"Fragment";case t:return"Portal";case a:return"Profiler";case o:return"StrictMode";case h:return"Suspense";case g:return"SuspenseList"}if(typeof re=="object")switch(re.$$typeof){case p:var xe=re;return E(xe)+".Consumer";case i:var Ve=re;return E(Ve._context)+".Provider";case v:return L(re,re.render,"ForwardRef");case M:var De=re.displayName||null;return De!==null?De:R(re.type)||"Memo";case T:{var n1=re,e1=n1._payload,Ze=n1._init;try{return R(Ze(e1))}catch{return null}}}return null}var N=Object.assign,W=0,K,Q,oe,U,$,B,te;function fe(){}fe.__reactDisabledLog=!0;function J(){{if(W===0){K=console.log,Q=console.info,oe=console.warn,U=console.error,$=console.group,B=console.groupCollapsed,te=console.groupEnd;var re={configurable:!0,enumerable:!0,value:fe,writable:!0};Object.defineProperties(console,{info:re,log:re,warn:re,error:re,group:re,groupCollapsed:re,groupEnd:re})}W++}}function X(){{if(W--,W===0){var re={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:N({},re,{value:K}),info:N({},re,{value:Q}),warn:N({},re,{value:oe}),error:N({},re,{value:U}),group:N({},re,{value:$}),groupCollapsed:N({},re,{value:B}),groupEnd:N({},re,{value:te})})}W<0&&s("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var q=f.ReactCurrentDispatcher,ie;function le(re,xe,Ve){{if(ie===void 0)try{throw Error()}catch(n1){var De=n1.stack.trim().match(/\n( *(at )?)/);ie=De&&De[1]||""}return`
10
+ `+ie+re}}var ne=!1,pe;{var be=typeof WeakMap=="function"?WeakMap:Map;pe=new be}function me(re,xe){if(!re||ne)return"";{var Ve=pe.get(re);if(Ve!==void 0)return Ve}var De;ne=!0;var n1=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var e1;e1=q.current,q.current=null,J();try{if(xe){var Ze=function(){throw Error()};if(Object.defineProperty(Ze.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(Ze,[])}catch(Z1){De=Z1}Reflect.construct(re,[],Ze)}else{try{Ze.call()}catch(Z1){De=Z1}re.call(Ze.prototype)}}else{try{throw Error()}catch(Z1){De=Z1}re()}}catch(Z1){if(Z1&&De&&typeof Z1.stack=="string"){for(var Je=Z1.stack.split(`
11
+ `),E1=De.stack.split(`
12
+ `),m1=Je.length-1,g1=E1.length-1;m1>=1&&g1>=0&&Je[m1]!==E1[g1];)g1--;for(;m1>=1&&g1>=0;m1--,g1--)if(Je[m1]!==E1[g1]){if(m1!==1||g1!==1)do if(m1--,g1--,g1<0||Je[m1]!==E1[g1]){var D1=`
13
+ `+Je[m1].replace(" at new "," at ");return re.displayName&&D1.includes("<anonymous>")&&(D1=D1.replace("<anonymous>",re.displayName)),typeof re=="function"&&pe.set(re,D1),D1}while(m1>=1&&g1>=0);break}}}finally{ne=!1,q.current=e1,X(),Error.prepareStackTrace=n1}var _t=re?re.displayName||re.name:"",Mr=_t?le(_t):"";return typeof re=="function"&&pe.set(re,Mr),Mr}function ce(re,xe,Ve){return me(re,!1)}function ae(re){var xe=re.prototype;return!!(xe&&xe.isReactComponent)}function se(re,xe,Ve){if(re==null)return"";if(typeof re=="function")return me(re,ae(re));if(typeof re=="string")return le(re);switch(re){case h:return le("Suspense");case g:return le("SuspenseList")}if(typeof re=="object")switch(re.$$typeof){case v:return ce(re.render);case M:return se(re.type,xe,Ve);case T:{var De=re,n1=De._payload,e1=De._init;try{return se(e1(n1),xe,Ve)}catch{}}}return""}var we=Object.prototype.hasOwnProperty,Ce={},Me=f.ReactDebugCurrentFrame;function Pe(re){if(re){var xe=re._owner,Ve=se(re.type,re._source,xe?xe.type:null);Me.setExtraStackFrame(Ve)}else Me.setExtraStackFrame(null)}function ze(re,xe,Ve,De,n1){{var e1=Function.call.bind(we);for(var Ze in re)if(e1(re,Ze)){var Je=void 0;try{if(typeof re[Ze]!="function"){var E1=Error((De||"React class")+": "+Ve+" type `"+Ze+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof re[Ze]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw E1.name="Invariant Violation",E1}Je=re[Ze](xe,Ze,De,Ve,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(m1){Je=m1}Je&&!(Je instanceof Error)&&(Pe(n1),s("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",De||"React class",Ve,Ze,typeof Je),Pe(null)),Je instanceof Error&&!(Je.message in Ce)&&(Ce[Je.message]=!0,Pe(n1),s("Failed %s type: %s",Ve,Je.message),Pe(null))}}}var Ee=Array.isArray;function Ie(re){return Ee(re)}function Ke(re){{var xe=typeof Symbol=="function"&&Symbol.toStringTag,Ve=xe&&re[Symbol.toStringTag]||re.constructor.name||"Object";return Ve}}function We(re){try{return Fe(re),!1}catch{return!0}}function Fe(re){return""+re}function a1(re){if(We(re))return s("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ke(re)),Fe(re)}var r1=f.ReactCurrentOwner,o1={key:!0,ref:!0,__self:!0,__source:!0},H1,V1,l1;l1={};function Y1(re){if(we.call(re,"ref")){var xe=Object.getOwnPropertyDescriptor(re,"ref").get;if(xe&&xe.isReactWarning)return!1}return re.ref!==void 0}function B1(re){if(we.call(re,"key")){var xe=Object.getOwnPropertyDescriptor(re,"key").get;if(xe&&xe.isReactWarning)return!1}return re.key!==void 0}function U1(re,xe){if(typeof re.ref=="string"&&r1.current&&xe&&r1.current.stateNode!==xe){var Ve=R(r1.current.type);l1[Ve]||(s('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',R(r1.current.type),re.ref),l1[Ve]=!0)}}function b1(re,xe){{var Ve=function(){H1||(H1=!0,s("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",xe))};Ve.isReactWarning=!0,Object.defineProperty(re,"key",{get:Ve,configurable:!0})}}function lr(re,xe){{var Ve=function(){V1||(V1=!0,s("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",xe))};Ve.isReactWarning=!0,Object.defineProperty(re,"ref",{get:Ve,configurable:!0})}}var qt=function(re,xe,Ve,De,n1,e1,Ze){var Je={$$typeof:r,type:re,key:xe,ref:Ve,props:Ze,_owner:e1};return Je._store={},Object.defineProperty(Je._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(Je,"_self",{configurable:!1,enumerable:!1,writable:!1,value:De}),Object.defineProperty(Je,"_source",{configurable:!1,enumerable:!1,writable:!1,value:n1}),Object.freeze&&(Object.freeze(Je.props),Object.freeze(Je)),Je};function j1(re,xe,Ve,De,n1){{var e1,Ze={},Je=null,E1=null;Ve!==void 0&&(a1(Ve),Je=""+Ve),B1(xe)&&(a1(xe.key),Je=""+xe.key),Y1(xe)&&(E1=xe.ref,U1(xe,n1));for(e1 in xe)we.call(xe,e1)&&!o1.hasOwnProperty(e1)&&(Ze[e1]=xe[e1]);if(re&&re.defaultProps){var m1=re.defaultProps;for(e1 in m1)Ze[e1]===void 0&&(Ze[e1]=m1[e1])}if(Je||E1){var g1=typeof re=="function"?re.displayName||re.name||"Unknown":re;Je&&b1(Ze,g1),E1&&lr(Ze,g1)}return qt(re,Je,E1,n1,De,r1.current,Ze)}}var Pt=f.ReactCurrentOwner,Bt=f.ReactDebugCurrentFrame;function O1(re){if(re){var xe=re._owner,Ve=se(re.type,re._source,xe?xe.type:null);Bt.setExtraStackFrame(Ve)}else Bt.setExtraStackFrame(null)}var ut;ut=!1;function X1(re){return typeof re=="object"&&re!==null&&re.$$typeof===r}function A1(){{if(Pt.current){var re=R(Pt.current.type);if(re)return`
14
+
15
+ Check the render method of \``+re+"`."}return""}}function Vt(re){{if(re!==void 0){var xe=re.fileName.replace(/^.*[\\\/]/,""),Ve=re.lineNumber;return`
16
+
17
+ Check your code at `+xe+":"+Ve+"."}return""}}var dt={};function cr(re){{var xe=A1();if(!xe){var Ve=typeof re=="string"?re:re.displayName||re.name;Ve&&(xe=`
18
+
19
+ Check the top-level render call using <`+Ve+">.")}return xe}}function S1(re,xe){{if(!re._store||re._store.validated||re.key!=null)return;re._store.validated=!0;var Ve=cr(xe);if(dt[Ve])return;dt[Ve]=!0;var De="";re&&re._owner&&re._owner!==Pt.current&&(De=" It was passed a child from "+R(re._owner.type)+"."),O1(re),s('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',Ve,De),O1(null)}}function xr(re,xe){{if(typeof re!="object")return;if(Ie(re))for(var Ve=0;Ve<re.length;Ve++){var De=re[Ve];X1(De)&&S1(De,xe)}else if(X1(re))re._store&&(re._store.validated=!0);else if(re){var n1=b(re);if(typeof n1=="function"&&n1!==re.entries)for(var e1=n1.call(re),Ze;!(Ze=e1.next()).done;)X1(Ze.value)&&S1(Ze.value,xe)}}}function ft(re){{var xe=re.type;if(xe==null||typeof xe=="string")return;var Ve;if(typeof xe=="function")Ve=xe.propTypes;else if(typeof xe=="object"&&(xe.$$typeof===v||xe.$$typeof===M))Ve=xe.propTypes;else return;if(Ve){var De=R(xe);ze(Ve,re.props,"prop",De,re)}else if(xe.PropTypes!==void 0&&!ut){ut=!0;var n1=R(xe);s("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",n1||"Unknown")}typeof xe.getDefaultProps=="function"&&!xe.getDefaultProps.isReactClassApproved&&s("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Cr(re){{for(var xe=Object.keys(re.props),Ve=0;Ve<xe.length;Ve++){var De=xe[Ve];if(De!=="children"&&De!=="key"){O1(re),s("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",De),O1(null);break}}re.ref!==null&&(O1(re),s("Invalid attribute `ref` supplied to `React.Fragment`."),O1(null))}}function sr(re,xe,Ve,De,n1,e1){{var Ze=V(re);if(!Ze){var Je="";(re===void 0||typeof re=="object"&&re!==null&&Object.keys(re).length===0)&&(Je+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var E1=Vt(n1);E1?Je+=E1:Je+=A1();var m1;re===null?m1="null":Ie(re)?m1="array":re!==void 0&&re.$$typeof===r?(m1="<"+(R(re.type)||"Unknown")+" />",Je=" Did you accidentally export a JSX literal instead of a component?"):m1=typeof re,s("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",m1,Je)}var g1=j1(re,xe,Ve,n1,e1);if(g1==null)return g1;if(Ze){var D1=xe.children;if(D1!==void 0)if(De)if(Ie(D1)){for(var _t=0;_t<D1.length;_t++)xr(D1[_t],re);Object.freeze&&Object.freeze(D1)}else s("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else xr(D1,re)}return re===n?Cr(g1):ft(g1),g1}}function j0(re,xe,Ve){return sr(re,xe,Ve,!0)}function zr(re,xe,Ve){return sr(re,xe,Ve,!1)}var St=zr,qn=j0;q0.Fragment=n,q0.jsx=St,q0.jsxs=qn}()),q0}var B0={};/**
20
+ * @license React
21
+ * react-jsx-runtime.production.min.js
22
+ *
23
+ * Copyright (c) Facebook, Inc. and its affiliates.
24
+ *
25
+ * This source code is licensed under the MIT license found in the
26
+ * LICENSE file in the root directory of this source tree.
27
+ */var bc;function S7(){if(bc)return B0;bc=1;var e=ge,r=Symbol.for("react.element"),t=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function i(p,v,h){var g,M={},T=null,C=null;h!==void 0&&(T=""+h),v.key!==void 0&&(T=""+v.key),v.ref!==void 0&&(C=v.ref);for(g in v)n.call(v,g)&&!a.hasOwnProperty(g)&&(M[g]=v[g]);if(p&&p.defaultProps)for(g in v=p.defaultProps,v)M[g]===void 0&&(M[g]=v[g]);return{$$typeof:r,type:p,key:T,ref:C,props:M,_owner:o.current}}return B0.Fragment=t,B0.jsx=i,B0.jsxs=i,B0}process.env.NODE_ENV==="production"?Qa.exports=S7():Qa.exports=V7();var G=Qa.exports;const ei="-";function _7(e){const r=H7(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:n}=e;function o(i){const p=i.split(ei);return p[0]===""&&p.length!==1&&p.shift(),mc(p,r)||L7(i)}function a(i,p){const v=t[i]||[];return p&&n[i]?[...v,...n[i]]:v}return{getClassGroupId:o,getConflictingClassGroupIds:a}}function mc(e,r){var i;if(e.length===0)return r.classGroupId;const t=e[0],n=r.nextPart.get(t),o=n?mc(e.slice(1),n):void 0;if(o)return o;if(r.validators.length===0)return;const a=e.join(ei);return(i=r.validators.find(({validator:p})=>p(a)))==null?void 0:i.classGroupId}const gc=/^\[(.+)\]$/;function L7(e){if(gc.test(e)){const r=gc.exec(e)[1],t=r==null?void 0:r.substring(0,r.indexOf(":"));if(t)return"arbitrary.."+t}}function H7(e){const{theme:r,prefix:t}=e,n={nextPart:new Map,validators:[]};return E7(Object.entries(e.classGroups),t).forEach(([a,i])=>{ti(i,n,a,r)}),n}function ti(e,r,t,n){e.forEach(o=>{if(typeof o=="string"){const a=o===""?r:yc(r,o);a.classGroupId=t;return}if(typeof o=="function"){if(A7(o)){ti(o(n),r,t,n);return}r.validators.push({validator:o,classGroupId:t});return}Object.entries(o).forEach(([a,i])=>{ti(i,yc(r,a),t,n)})})}function yc(e,r){let t=e;return r.split(ei).forEach(n=>{t.nextPart.has(n)||t.nextPart.set(n,{nextPart:new Map,validators:[]}),t=t.nextPart.get(n)}),t}function A7(e){return e.isThemeGetter}function E7(e,r){return r?e.map(([t,n])=>{const o=n.map(a=>typeof a=="string"?r+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([i,p])=>[r+i,p])):a);return[t,o]}):e}function k7(e){if(e<1)return{get:()=>{},set:()=>{}};let r=0,t=new Map,n=new Map;function o(a,i){t.set(a,i),r++,r>e&&(r=0,n=t,t=new Map)}return{get(a){let i=t.get(a);if(i!==void 0)return i;if((i=n.get(a))!==void 0)return o(a,i),i},set(a,i){t.has(a)?t.set(a,i):o(a,i)}}}const wc="!";function R7(e){const r=e.separator,t=r.length===1,n=r[0],o=r.length;return function(i){const p=[];let v=0,h=0,g;for(let w=0;w<i.length;w++){let b=i[w];if(v===0){if(b===n&&(t||i.slice(w,w+o)===r)){p.push(i.slice(h,w)),h=w+o;continue}if(b==="/"){g=w;continue}}b==="["?v++:b==="]"&&v--}const M=p.length===0?i:i.substring(h),T=M.startsWith(wc),C=T?M.substring(1):M,z=g&&g>h?g-h:void 0;return{modifiers:p,hasImportantModifier:T,baseClassName:C,maybePostfixModifierPosition:z}}}function N7(e){if(e.length<=1)return e;const r=[];let t=[];return e.forEach(n=>{n[0]==="["?(r.push(...t.sort(),n),t=[]):t.push(n)}),r.push(...t.sort()),r}function j7(e){return{cache:k7(e.cacheSize),splitModifiers:R7(e),..._7(e)}}const $7=/\s+/;function D7(e,r){const{splitModifiers:t,getClassGroupId:n,getConflictingClassGroupIds:o}=r,a=new Set;return e.trim().split($7).map(i=>{const{modifiers:p,hasImportantModifier:v,baseClassName:h,maybePostfixModifierPosition:g}=t(i);let M=n(g?h.substring(0,g):h),T=!!g;if(!M){if(!g)return{isTailwindClass:!1,originalClassName:i};if(M=n(h),!M)return{isTailwindClass:!1,originalClassName:i};T=!1}const C=N7(p).join(":");return{isTailwindClass:!0,modifierId:v?C+wc:C,classGroupId:M,originalClassName:i,hasPostfixModifier:T}}).reverse().filter(i=>{if(!i.isTailwindClass)return!0;const{modifierId:p,classGroupId:v,hasPostfixModifier:h}=i,g=p+v;return a.has(g)?!1:(a.add(g),o(v,h).forEach(M=>a.add(p+M)),!0)}).reverse().map(i=>i.originalClassName).join(" ")}function F7(){let e=0,r,t,n="";for(;e<arguments.length;)(r=arguments[e++])&&(t=xc(r))&&(n&&(n+=" "),n+=t);return n}function xc(e){if(typeof e=="string")return e;let r,t="";for(let n=0;n<e.length;n++)e[n]&&(r=xc(e[n]))&&(t&&(t+=" "),t+=r);return t}function I7(e,...r){let t,n,o,a=i;function i(v){const h=r.reduce((g,M)=>M(g),e());return t=j7(h),n=t.cache.get,o=t.cache.set,a=p,p(v)}function p(v){const h=n(v);if(h)return h;const g=D7(v,t);return o(v,g),g}return function(){return a(F7.apply(null,arguments))}}function y1(e){const r=t=>t[e]||[];return r.isThemeGetter=!0,r}const Cc=/^\[(?:([a-z-]+):)?(.+)\]$/i,W7=/^\d+\/\d+$/,U7=new Set(["px","full","screen"]),G7=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,q7=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,B7=/^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,K7=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;function Zt(e){return Ar(e)||U7.has(e)||W7.test(e)}function ur(e){return i0(e,"length",r6)}function Ar(e){return!!e&&!Number.isNaN(Number(e))}function io(e){return i0(e,"number",Ar)}function K0(e){return!!e&&Number.isInteger(Number(e))}function Y7(e){return e.endsWith("%")&&Ar(e.slice(0,-1))}function Xe(e){return Cc.test(e)}function dr(e){return G7.test(e)}const X7=new Set(["length","size","percentage"]);function Z7(e){return i0(e,X7,zc)}function J7(e){return i0(e,"position",zc)}const Q7=new Set(["image","url"]);function e6(e){return i0(e,Q7,o6)}function t6(e){return i0(e,"",n6)}function Y0(){return!0}function i0(e,r,t){const n=Cc.exec(e);return n?n[1]?typeof r=="string"?n[1]===r:r.has(n[1]):t(n[2]):!1}function r6(e){return q7.test(e)}function zc(){return!1}function n6(e){return B7.test(e)}function o6(e){return K7.test(e)}function a6(){const e=y1("colors"),r=y1("spacing"),t=y1("blur"),n=y1("brightness"),o=y1("borderColor"),a=y1("borderRadius"),i=y1("borderSpacing"),p=y1("borderWidth"),v=y1("contrast"),h=y1("grayscale"),g=y1("hueRotate"),M=y1("invert"),T=y1("gap"),C=y1("gradientColorStops"),z=y1("gradientColorStopPositions"),w=y1("inset"),b=y1("margin"),f=y1("opacity"),s=y1("padding"),d=y1("saturate"),l=y1("scale"),c=y1("sepia"),m=y1("skew"),x=y1("space"),_=y1("translate"),P=()=>["auto","contain","none"],V=()=>["auto","hidden","clip","visible","scroll"],L=()=>["auto",Xe,r],E=()=>[Xe,r],R=()=>["",Zt,ur],N=()=>["auto",Ar,Xe],W=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],K=()=>["solid","dashed","dotted","double","none"],Q=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-lighter"],oe=()=>["start","end","center","between","around","evenly","stretch"],U=()=>["","0",Xe],$=()=>["auto","avoid","all","avoid-page","page","left","right","column"],B=()=>[Ar,io],te=()=>[Ar,Xe];return{cacheSize:500,separator:":",theme:{colors:[Y0],spacing:[Zt,ur],blur:["none","",dr,Xe],brightness:B(),borderColor:[e],borderRadius:["none","","full",dr,Xe],borderSpacing:E(),borderWidth:R(),contrast:B(),grayscale:U(),hueRotate:te(),invert:U(),gap:E(),gradientColorStops:[e],gradientColorStopPositions:[Y7,ur],inset:L(),margin:L(),opacity:B(),padding:E(),saturate:B(),scale:B(),sepia:U(),skew:te(),space:E(),translate:E()},classGroups:{aspect:[{aspect:["auto","square","video",Xe]}],container:["container"],columns:[{columns:[dr]}],"break-after":[{"break-after":$()}],"break-before":[{"break-before":$()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...W(),Xe]}],overflow:[{overflow:V()}],"overflow-x":[{"overflow-x":V()}],"overflow-y":[{"overflow-y":V()}],overscroll:[{overscroll:P()}],"overscroll-x":[{"overscroll-x":P()}],"overscroll-y":[{"overscroll-y":P()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[w]}],"inset-x":[{"inset-x":[w]}],"inset-y":[{"inset-y":[w]}],start:[{start:[w]}],end:[{end:[w]}],top:[{top:[w]}],right:[{right:[w]}],bottom:[{bottom:[w]}],left:[{left:[w]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",K0,Xe]}],basis:[{basis:L()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",Xe]}],grow:[{grow:U()}],shrink:[{shrink:U()}],order:[{order:["first","last","none",K0,Xe]}],"grid-cols":[{"grid-cols":[Y0]}],"col-start-end":[{col:["auto",{span:["full",K0,Xe]},Xe]}],"col-start":[{"col-start":N()}],"col-end":[{"col-end":N()}],"grid-rows":[{"grid-rows":[Y0]}],"row-start-end":[{row:["auto",{span:[K0,Xe]},Xe]}],"row-start":[{"row-start":N()}],"row-end":[{"row-end":N()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",Xe]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",Xe]}],gap:[{gap:[T]}],"gap-x":[{"gap-x":[T]}],"gap-y":[{"gap-y":[T]}],"justify-content":[{justify:["normal",...oe()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...oe(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...oe(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[s]}],px:[{px:[s]}],py:[{py:[s]}],ps:[{ps:[s]}],pe:[{pe:[s]}],pt:[{pt:[s]}],pr:[{pr:[s]}],pb:[{pb:[s]}],pl:[{pl:[s]}],m:[{m:[b]}],mx:[{mx:[b]}],my:[{my:[b]}],ms:[{ms:[b]}],me:[{me:[b]}],mt:[{mt:[b]}],mr:[{mr:[b]}],mb:[{mb:[b]}],ml:[{ml:[b]}],"space-x":[{"space-x":[x]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[x]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",Xe,r]}],"min-w":[{"min-w":[Xe,r,"min","max","fit"]}],"max-w":[{"max-w":[Xe,r,"none","full","min","max","fit","prose",{screen:[dr]},dr]}],h:[{h:[Xe,r,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[Xe,r,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[Xe,r,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[Xe,r,"auto","min","max","fit"]}],"font-size":[{text:["base",dr,ur]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",io]}],"font-family":[{font:[Y0]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",Xe]}],"line-clamp":[{"line-clamp":["none",Ar,io]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Zt,Xe]}],"list-image":[{"list-image":["none",Xe]}],"list-style-type":[{list:["none","disc","decimal",Xe]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[f]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[f]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...K(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Zt,ur]}],"underline-offset":[{"underline-offset":["auto",Zt,Xe]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:E()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Xe]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Xe]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[f]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...W(),J7]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Z7]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},e6]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[z]}],"gradient-via-pos":[{via:[z]}],"gradient-to-pos":[{to:[z]}],"gradient-from":[{from:[C]}],"gradient-via":[{via:[C]}],"gradient-to":[{to:[C]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[p]}],"border-w-x":[{"border-x":[p]}],"border-w-y":[{"border-y":[p]}],"border-w-s":[{"border-s":[p]}],"border-w-e":[{"border-e":[p]}],"border-w-t":[{"border-t":[p]}],"border-w-r":[{"border-r":[p]}],"border-w-b":[{"border-b":[p]}],"border-w-l":[{"border-l":[p]}],"border-opacity":[{"border-opacity":[f]}],"border-style":[{border:[...K(),"hidden"]}],"divide-x":[{"divide-x":[p]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[p]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[f]}],"divide-style":[{divide:K()}],"border-color":[{border:[o]}],"border-color-x":[{"border-x":[o]}],"border-color-y":[{"border-y":[o]}],"border-color-t":[{"border-t":[o]}],"border-color-r":[{"border-r":[o]}],"border-color-b":[{"border-b":[o]}],"border-color-l":[{"border-l":[o]}],"divide-color":[{divide:[o]}],"outline-style":[{outline:["",...K()]}],"outline-offset":[{"outline-offset":[Zt,Xe]}],"outline-w":[{outline:[Zt,ur]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:R()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[f]}],"ring-offset-w":[{"ring-offset":[Zt,ur]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",dr,t6]}],"shadow-color":[{shadow:[Y0]}],opacity:[{opacity:[f]}],"mix-blend":[{"mix-blend":Q()}],"bg-blend":[{"bg-blend":Q()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[n]}],contrast:[{contrast:[v]}],"drop-shadow":[{"drop-shadow":["","none",dr,Xe]}],grayscale:[{grayscale:[h]}],"hue-rotate":[{"hue-rotate":[g]}],invert:[{invert:[M]}],saturate:[{saturate:[d]}],sepia:[{sepia:[c]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[v]}],"backdrop-grayscale":[{"backdrop-grayscale":[h]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[g]}],"backdrop-invert":[{"backdrop-invert":[M]}],"backdrop-opacity":[{"backdrop-opacity":[f]}],"backdrop-saturate":[{"backdrop-saturate":[d]}],"backdrop-sepia":[{"backdrop-sepia":[c]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[i]}],"border-spacing-x":[{"border-spacing-x":[i]}],"border-spacing-y":[{"border-spacing-y":[i]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",Xe]}],duration:[{duration:te()}],ease:[{ease:["linear","in","out","in-out",Xe]}],delay:[{delay:te()}],animate:[{animate:["none","spin","ping","pulse","bounce",Xe]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[l]}],"scale-x":[{"scale-x":[l]}],"scale-y":[{"scale-y":[l]}],rotate:[{rotate:[K0,Xe]}],"translate-x":[{"translate-x":[_]}],"translate-y":[{"translate-y":[_]}],"skew-x":[{"skew-x":[m]}],"skew-y":[{"skew-y":[m]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",Xe]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Xe]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":E()}],"scroll-mx":[{"scroll-mx":E()}],"scroll-my":[{"scroll-my":E()}],"scroll-ms":[{"scroll-ms":E()}],"scroll-me":[{"scroll-me":E()}],"scroll-mt":[{"scroll-mt":E()}],"scroll-mr":[{"scroll-mr":E()}],"scroll-mb":[{"scroll-mb":E()}],"scroll-ml":[{"scroll-ml":E()}],"scroll-p":[{"scroll-p":E()}],"scroll-px":[{"scroll-px":E()}],"scroll-py":[{"scroll-py":E()}],"scroll-ps":[{"scroll-ps":E()}],"scroll-pe":[{"scroll-pe":E()}],"scroll-pt":[{"scroll-pt":E()}],"scroll-pr":[{"scroll-pr":E()}],"scroll-pb":[{"scroll-pb":E()}],"scroll-pl":[{"scroll-pl":E()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",Xe]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Zt,ur,io]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}}const Mc=I7(a6),i6=({pill:e,outlineBtn:r,text:t,variant:n,outline:o})=>{const a={success:{success:"bg-green-500 hover:bg-green-700 text-white font-bold"},primary:{primary:"bg-blue-500 hover:bg-blue-700 text-white font-bold"},danger:{danger:"bg-red-500 hover:bg-red-700 text-white font-bold"},warning:{warning:"bg-yellow-500 hover:bg-yellow-700 text-white font-bold"},dark:{dark:"bg-gray-200 hover:bg-gray-700 text-black font-bold"},light:{light:"bg-gray-800 hover:bg-gray-400 text-white font-bold"}},i={primary:{primary:`bg-transparent hover:bg-blue-500
28
+ text-blue-700
29
+ font-semibold
30
+ hover:text-white
31
+ py-2 px-4 border
32
+ border-blue-500
33
+ hover:border-transparent `},success:{success:`bg-transparent hover:bg-green-500
34
+ text-green-700
35
+ font-semibold
36
+ hover:text-white
37
+ py-2 px-4 border
38
+ border-green-500
39
+ hover:border-transparent `},danger:{danger:`bg-transparent hover:bg-red-500
40
+ text-red-700
41
+ font-semibold
42
+ hover:text-white
43
+ py-2 px-4 border
44
+ border-red-500
45
+ hover:border-transparent `},warning:{warning:`bg-transparent hover:bg-yellow-500
46
+ text-yellow-700
47
+ font-semibold
48
+ hover:text-white
49
+ py-2 px-4 border
50
+ border-yellow-500
51
+ hover:border-transparent `}},p=a[n]||{},v=i[o]||{},h=Mc(...Object.values(p)),g=Mc(...Object.values(v));return G.jsx("button",{className:`
52
+ ${r?g:h}
53
+ py-2 px-4
54
+ ${e?"rounded-full":"rounded"}`,children:t})};var Tc={CENTER:"center",LEFT:"left",RIGHT:"right"},Oc={ZERO:0,ONE:1,TWO:2,THREE:3,FOUR:4},X0={NONE:"none",PRIMARY:"primary",SUCCESS:"success",WARNING:"warning",DANGER:"danger"},Z0={BOTTOM:"bottom",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",LEFT:"left",LEFT_BOTTOM:"left-bottom",LEFT_TOP:"left-top",RIGHT:"right",RIGHT_BOTTOM:"right-bottom",RIGHT_TOP:"right-top",TOP:"top",TOP_LEFT:"top-left",TOP_RIGHT:"top-right"},qe="bp5";typeof BLUEPRINT_NAMESPACE<"u"?qe=BLUEPRINT_NAMESPACE:typeof REACT_APP_BLUEPRINT_NAMESPACE<"u"&&(qe=REACT_APP_BLUEPRINT_NAMESPACE);var lo="".concat(qe,"-active"),l6="".concat(qe,"-align-left"),c6="".concat(qe,"-align-right"),Pc="".concat(qe,"-compact"),Vc="".concat(qe,"-dark"),J0="".concat(qe,"-disabled"),Q0="".concat(qe,"-fill"),s6="".concat(qe,"-inline"),u6="".concat(qe,"-interactive"),Er="".concat(qe,"-large"),d6="".concat(qe,"-loading"),Sc="".concat(qe,"-minimal"),f6="".concat(qe,"-outlined"),p6="".concat(qe,"-read-only"),v6="".concat(qe,"-round"),ri="".concat(qe,"-selected"),l0="".concat(qe,"-small");fo(Z0.TOP),fo(Z0.BOTTOM),fo(Z0.LEFT),fo(Z0.RIGHT),ht(X0.PRIMARY),ht(X0.SUCCESS),ht(X0.WARNING),ht(X0.DANGER);var h6="".concat(qe,"-text-overflow-ellipsis"),co="".concat(qe,"-button"),b6="".concat(co,"-spinner"),m6="".concat(co,"-text"),g6="".concat(qe,"-card"),_c="".concat(qe,"-control-card"),y6="".concat(_c,"-label"),w6="".concat(qe,"-radio-control-card"),en="".concat(qe,"-input"),x6="".concat(en,"-group"),C6="".concat(en,"-left-container"),z6="".concat(en,"-action"),Lc="".concat(qe,"-text-area"),M6="".concat(Lc,"-auto-resize"),Hc="".concat(qe,"-control"),Ac="".concat(Hc,"-indicator"),Ec="".concat(Ac,"-child"),T6="".concat(qe,"-checkbox"),O6="".concat(qe,"-radio"),P6="".concat(qe,"-radio-group"),kc="".concat(qe,"-switch"),Rc="".concat(kc,"-inner-text"),V6="".concat(qe,"-label"),Nc="".concat(qe,"-menu"),tn="".concat(Nc,"-item"),S6="".concat(tn,"-is-selectable"),_6="".concat(tn,"-selected-icon"),L6="".concat(tn,"-icon"),H6="".concat(tn,"-label"),ni="".concat(qe,"-submenu"),A6="".concat(ni,"-icon"),fr="".concat(qe,"-overlay"),E6="".concat(fr,"-backdrop"),jc="".concat(fr,"-content"),k6="".concat(fr,"-inline"),oi="".concat(fr,"-open"),$c="".concat(fr,"-start-focus-trap"),Dc="".concat(fr,"-end-focus-trap"),I1="".concat(qe,"-popover"),ai="".concat(I1,"-arrow"),R6="".concat(I1,"-backdrop"),ii="".concat(I1,"-capturing-dismiss"),N6="".concat(I1,"-content"),j6="".concat(I1,"-placement"),so="".concat(I1,"-dismiss"),$6="".concat(so,"-override"),D6="".concat(I1,"-match-target-width"),F6="".concat(I1,"-open"),I6="".concat(I1,"-popper-escaped"),W6="".concat(I1,"-reference-hidden"),U6="".concat(I1,"-target"),G6="".concat(I1,"-transition-container"),q6="".concat(qe,"-portal"),uo="".concat(qe,"-spinner"),B6="".concat(uo,"-animation"),K6="".concat(uo,"-head"),Y6="".concat(qe,"-no-spin"),X6="".concat(uo,"-track"),Z6="".concat(qe,"-tooltip"),li="".concat(qe,"-icon"),J6="".concat(li,"-standard"),Q6="".concat(li,"-large");function Fc(e){switch(e){case Tc.LEFT:return l6;case Tc.RIGHT:return c6;default:return}}function e8(e){if(e!==void 0)return"".concat(qe,"-elevation-").concat(e)}function t8(e){if(e!=null)return e.indexOf("".concat(qe,"-icon-"))===0?e:"".concat(qe,"-icon-").concat(e)}function ht(e){if(!(e==null||e===X0.NONE))return"".concat(qe,"-intent-").concat(e.toLowerCase())}function fo(e){if(e!==void 0)return"".concat(qe,"-position-").concat(e)}var ci=function(e,r){return ci=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])},ci(e,r)};function it(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");ci(e,r);function t(){this.constructor=e}e.prototype=r===null?Object.create(r):(t.prototype=r.prototype,new t)}var Oe=function(){return Oe=Object.assign||function(r){for(var t,n=1,o=arguments.length;n<o;n++){t=arguments[n];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=t[a])}return r},Oe.apply(this,arguments)};function L1(e,r){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)r.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(t[n[o]]=e[n[o]]);return t}function Ic(e,r,t,n){var o=arguments.length,a=o<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,t):n,i;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,r,t,n);else for(var p=e.length-1;p>=0;p--)(i=e[p])&&(a=(o<3?i(a):o>3?i(r,t,a):i(r,t))||a);return o>3&&a&&Object.defineProperty(r,t,a),a}function Wc(e,r){return function(t,n){r(t,n,e)}}function r8(e,r,t,n,o,a){function i(f){if(f!==void 0&&typeof f!="function")throw new TypeError("Function expected");return f}for(var p=n.kind,v=p==="getter"?"get":p==="setter"?"set":"value",h=!r&&e?n.static?e:e.prototype:null,g=r||(h?Object.getOwnPropertyDescriptor(h,n.name):{}),M,T=!1,C=t.length-1;C>=0;C--){var z={};for(var w in n)z[w]=w==="access"?{}:n[w];for(var w in n.access)z.access[w]=n.access[w];z.addInitializer=function(f){if(T)throw new TypeError("Cannot add initializers after decoration has completed");a.push(i(f||null))};var b=(0,t[C])(p==="accessor"?{get:g.get,set:g.set}:g[v],z);if(p==="accessor"){if(b===void 0)continue;if(b===null||typeof b!="object")throw new TypeError("Object expected");(M=i(b.get))&&(g.get=M),(M=i(b.set))&&(g.set=M),(M=i(b.init))&&o.unshift(M)}else(M=i(b))&&(p==="field"?o.unshift(M):g[v]=M)}h&&Object.defineProperty(h,n.name,g),T=!0}function n8(e,r,t){for(var n=arguments.length>2,o=0;o<r.length;o++)t=n?r[o].call(e,t):r[o].call(e);return n?t:void 0}function o8(e){return typeof e=="symbol"?e:"".concat(e)}function a8(e,r,t){return typeof r=="symbol"&&(r=r.description?"[".concat(r.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:t?"".concat(t," ",r):r})}function Uc(e,r){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,r)}function $t(e,r,t,n){function o(a){return a instanceof t?a:new t(function(i){i(a)})}return new(t||(t=Promise))(function(a,i){function p(g){try{h(n.next(g))}catch(M){i(M)}}function v(g){try{h(n.throw(g))}catch(M){i(M)}}function h(g){g.done?a(g.value):o(g.value).then(p,v)}h((n=n.apply(e,r||[])).next())})}function Dt(e,r){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,o,a,i;return i={next:p(0),throw:p(1),return:p(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function p(h){return function(g){return v([h,g])}}function v(h){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,h[0]&&(t=0)),t;)try{if(n=1,o&&(a=h[0]&2?o.return:h[0]?o.throw||((a=o.return)&&a.call(o),0):o.next)&&!(a=a.call(o,h[1])).done)return a;switch(o=0,a&&(h=[h[0]&2,a.value]),h[0]){case 0:case 1:a=h;break;case 4:return t.label++,{value:h[1],done:!1};case 5:t.label++,o=h[1],h=[0];continue;case 7:h=t.ops.pop(),t.trys.pop();continue;default:if(a=t.trys,!(a=a.length>0&&a[a.length-1])&&(h[0]===6||h[0]===2)){t=0;continue}if(h[0]===3&&(!a||h[1]>a[0]&&h[1]<a[3])){t.label=h[1];break}if(h[0]===6&&t.label<a[1]){t.label=a[1],a=h;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(h);break}a[2]&&t.ops.pop(),t.trys.pop();continue}h=r.call(e,t)}catch(g){h=[6,g],o=0}finally{n=a=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}var po=Object.create?function(e,r,t,n){n===void 0&&(n=t);var o=Object.getOwnPropertyDescriptor(r,t);(!o||("get"in o?!r.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return r[t]}}),Object.defineProperty(e,n,o)}:function(e,r,t,n){n===void 0&&(n=t),e[n]=r[t]};function Gc(e,r){for(var t in e)t!=="default"&&!Object.prototype.hasOwnProperty.call(r,t)&&po(r,e,t)}function vo(e){var r=typeof Symbol=="function"&&Symbol.iterator,t=r&&e[r],n=0;if(t)return t.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function si(e,r){var t=typeof Symbol=="function"&&e[Symbol.iterator];if(!t)return e;var n=t.call(e),o,a=[],i;try{for(;(r===void 0||r-- >0)&&!(o=n.next()).done;)a.push(o.value)}catch(p){i={error:p}}finally{try{o&&!o.done&&(t=n.return)&&t.call(n)}finally{if(i)throw i.error}}return a}function qc(){for(var e=[],r=0;r<arguments.length;r++)e=e.concat(si(arguments[r]));return e}function Bc(){for(var e=0,r=0,t=arguments.length;r<t;r++)e+=arguments[r].length;for(var n=Array(e),o=0,r=0;r<t;r++)for(var a=arguments[r],i=0,p=a.length;i<p;i++,o++)n[o]=a[i];return n}function Kc(e,r,t){if(t||arguments.length===2)for(var n=0,o=r.length,a;n<o;n++)(a||!(n in r))&&(a||(a=Array.prototype.slice.call(r,0,n)),a[n]=r[n]);return e.concat(a||Array.prototype.slice.call(r))}function c0(e){return this instanceof c0?(this.v=e,this):new c0(e)}function Yc(e,r,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=t.apply(e,r||[]),o,a=[];return o={},i("next"),i("throw"),i("return"),o[Symbol.asyncIterator]=function(){return this},o;function i(T){n[T]&&(o[T]=function(C){return new Promise(function(z,w){a.push([T,C,z,w])>1||p(T,C)})})}function p(T,C){try{v(n[T](C))}catch(z){M(a[0][3],z)}}function v(T){T.value instanceof c0?Promise.resolve(T.value.v).then(h,g):M(a[0][2],T)}function h(T){p("next",T)}function g(T){p("throw",T)}function M(T,C){T(C),a.shift(),a.length&&p(a[0][0],a[0][1])}}function Xc(e){var r,t;return r={},n("next"),n("throw",function(o){throw o}),n("return"),r[Symbol.iterator]=function(){return this},r;function n(o,a){r[o]=e[o]?function(i){return(t=!t)?{value:c0(e[o](i)),done:!1}:a?a(i):i}:a}}function Zc(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=e[Symbol.asyncIterator],t;return r?r.call(e):(e=typeof vo=="function"?vo(e):e[Symbol.iterator](),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(a){t[a]=e[a]&&function(i){return new Promise(function(p,v){i=e[a](i),o(p,v,i.done,i.value)})}}function o(a,i,p,v){Promise.resolve(v).then(function(h){a({value:h,done:p})},i)}}function Jc(e,r){return Object.defineProperty?Object.defineProperty(e,"raw",{value:r}):e.raw=r,e}var i8=Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r};function Qc(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var t in e)t!=="default"&&Object.prototype.hasOwnProperty.call(e,t)&&po(r,e,t);return i8(r,e),r}function es(e){return e&&e.__esModule?e:{default:e}}function ts(e,r,t,n){if(t==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof r=="function"?e!==r||!n:!r.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?n:t==="a"?n.call(e):n?n.value:r.get(e)}function rs(e,r,t,n,o){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!o)throw new TypeError("Private accessor was defined without a setter");if(typeof r=="function"?e!==r||!o:!r.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?o.call(e,t):o?o.value=t:r.set(e,t),t}function ns(e,r){if(r===null||typeof r!="object"&&typeof r!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof e=="function"?r===e:e.has(r)}function os(e,r,t){if(r!=null){if(typeof r!="object"&&typeof r!="function")throw new TypeError("Object expected.");var n;if(t){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=r[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=r[Symbol.dispose]}if(typeof n!="function")throw new TypeError("Object not disposable.");e.stack.push({value:r,dispose:n,async:t})}else t&&e.stack.push({async:!0});return r}var l8=typeof SuppressedError=="function"?SuppressedError:function(e,r,t){var n=new Error(t);return n.name="SuppressedError",n.error=e,n.suppressed=r,n};function as(e){function r(n){e.error=e.hasError?new l8(n,e.error,"An error was suppressed during disposal."):n,e.hasError=!0}function t(){for(;e.stack.length;){var n=e.stack.pop();try{var o=n.dispose&&n.dispose.call(n.value);if(n.async)return Promise.resolve(o).then(t,function(a){return r(a),t()})}catch(a){r(a)}}if(e.hasError)throw e.error}return t()}const c8=Object.freeze(Object.defineProperty({__proto__:null,__addDisposableResource:os,get __assign(){return Oe},__asyncDelegator:Xc,__asyncGenerator:Yc,__asyncValues:Zc,__await:c0,__awaiter:$t,__classPrivateFieldGet:ts,__classPrivateFieldIn:ns,__classPrivateFieldSet:rs,__createBinding:po,__decorate:Ic,__disposeResources:as,__esDecorate:r8,__exportStar:Gc,__extends:it,__generator:Dt,__importDefault:es,__importStar:Qc,__makeTemplateObject:Jc,__metadata:Uc,__param:Wc,__propKey:o8,__read:si,__rest:L1,__runInitializers:n8,__setFunctionName:a8,__spread:qc,__spreadArray:Kc,__spreadArrays:Bc,__values:vo,default:{__extends:it,__assign:Oe,__rest:L1,__decorate:Ic,__param:Wc,__metadata:Uc,__awaiter:$t,__generator:Dt,__createBinding:po,__exportStar:Gc,__values:vo,__read:si,__spread:qc,__spreadArrays:Bc,__spreadArray:Kc,__await:c0,__asyncGenerator:Yc,__asyncDelegator:Xc,__asyncValues:Zc,__makeTemplateObject:Jc,__importStar:Qc,__importDefault:es,__classPrivateFieldGet:ts,__classPrivateFieldSet:rs,__classPrivateFieldIn:ns,__addDisposableResource:os,__disposeResources:as}},Symbol.toStringTag,{value:"Module"}));function s8(e,r){return e===r||e.contains(r)}function is(e,r){var t;if(e==null)return document.activeElement;var n=(t=e.getRootNode(r))!==null&&t!==void 0?t:document;return n.activeElement}function u8(e){return function(r){return e.some(function(t){return r.key===t})&&r.target.dispatchEvent(new MouseEvent("click",Oe(Oe({},r),{view:void 0})))}}function d8(e){return typeof e=="function"}var K1="[Blueprint]",f8=K1+" clamp: max cannot be less than min",p8=K1+" <InputGroup> leftElement and leftIcon prop are mutually exclusive, with leftElement taking priority.",v8="".concat(K1," <Popover> requires renderTarget prop or a child element."),h8="".concat(K1,' <Popover hasBackdrop={true}> requires interactionKind="click".'),b8="".concat(K1," <Popover> supports only one child which is rendered as its target; additional children are ignored."),m8=K1+" <Popover> with children ignores renderTarget prop; use either prop or children.",g8=K1+" Disabling <Popover> with empty/whitespace content...",y8=K1+" <Popover usePortal={false}> ignores hasBackdrop",w8=K1+" <Popover> supports either placement or position prop, not both.",x8=K1+" <Popover> onInteraction is ignored when uncontrolled.",C8=K1+" <Popover> targetProps value is ignored when renderTarget API is used.",z8=K1+" <Portal> context blueprintPortalClassName must be string",M8=K1+" setting blueprintPortalClassName via legacy React context API is deprecated, use <PortalProvider> instead.",T8=K1+" <RadioGroup> children and options prop are mutually exclusive, with options taking priority.",O8=K1+" <Spinner> Classes.SMALL/LARGE are ignored if size prop is set.";function ui(e){return typeof NODE_ENV<"u"&&NODE_ENV===e}function P8(e,r,t){if(e==null)return e;if(t<r)throw new Error(f8);return Math.min(Math.max(e,r),t)}function di(e,r){return r===void 0&&(r=!1),e==null||e===""||e===!1||!r&&Array.isArray(e)&&(e.length===0||e.every(function(t){return di(t,!0)}))}function V8(e,r){if(r===void 0&&(r="span"),!(e==null||typeof e=="boolean"))return typeof e=="string"?e.trim().length>0?I.createElement(r,{},e):void 0:typeof e=="number"||typeof e.type=="symbol"||Array.isArray(e)?I.createElement(r,{},e):S8(e)?e:void 0}function S8(e){return typeof e=="object"&&typeof e.type<"u"&&typeof e.props<"u"}function fi(e,r){return e!=null&&e.type!=null&&e.type.displayName!=null&&e.type.displayName===r.displayName}function ho(e){return e.key==="Enter"||e.key===" "}function _8(e){return e!=null&&typeof e!="function"}function L8(e){return typeof e=="function"}function bo(e,r){_8(e)?e.current=r:L8(e)&&e(r)}function mo(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return function(t){e.forEach(function(n){bo(n,t)})}}function pi(e,r,t){return function(n){e[r]=n,bo(t,n)}}var Ft=function(e){it(r,e);function r(t){var n=e.call(this,t)||this;return n.timeoutIds=[],n.requestIds=[],n.clearTimeouts=function(){if(n.timeoutIds.length>0){for(var o=0,a=n.timeoutIds;o<a.length;o++){var i=a[o];window.clearTimeout(i)}n.timeoutIds=[]}},n.cancelAnimationFrames=function(){if(n.requestIds.length>0){for(var o=0,a=n.requestIds;o<a.length;o++){var i=a[o];window.cancelAnimationFrame(i)}n.requestIds=[]}},ui("production")||n.validateProps(n.props),n}return r.prototype.componentDidUpdate=function(t,n,o){ui("production")||this.validateProps(this.props)},r.prototype.componentWillUnmount=function(){this.clearTimeouts(),this.cancelAnimationFrames()},r.prototype.requestAnimationFrame=function(t){var n=window.requestAnimationFrame(t);return this.requestIds.push(n),function(){return window.cancelAnimationFrame(n)}},r.prototype.setTimeout=function(t,n){var o=window.setTimeout(t,n);return this.timeoutIds.push(o),function(){return window.clearTimeout(o)}},r.prototype.validateProps=function(t){},r}(I.PureComponent),w1="Blueprint5",ls=["active","alignText","asyncControl","containerRef","current","elementRef","ellipsizeText","fill","icon","iconSize","inputClassName","inputRef","intent","inline","large","loading","leftElement","leftIcon","minimal","onRemove","outlined","panel","panelClassName","popoverProps","rightElement","rightIcon","round","size","small","tagName","text","textClassName"];function s0(e,r,t){return r===void 0&&(r=ls),t===void 0&&(t=!1),t&&(r=r.concat(ls)),r.reduce(function(n,o){return o.indexOf("-")!==-1||n.hasOwnProperty(o)&&delete n[o],n},Oe({},e))}var cs={exports:{}};/*!
55
+ Copyright (c) 2018 Jed Watson.
56
+ Licensed under the MIT License (MIT), see
57
+ http://jedwatson.github.io/classnames
58
+ */(function(e){(function(){var r={}.hasOwnProperty;function t(){for(var a="",i=0;i<arguments.length;i++){var p=arguments[i];p&&(a=o(a,n(p)))}return a}function n(a){if(typeof a=="string"||typeof a=="number")return a;if(typeof a!="object")return"";if(Array.isArray(a))return t.apply(null,a);if(a.toString!==Object.prototype.toString&&!a.toString.toString().includes("[native code]"))return a.toString();var i="";for(var p in a)r.call(a,p)&&a[p]&&(i=o(i,p));return i}function o(a,i){return i?a?a+" "+i:a+i:a}e.exports?(t.default=t,e.exports=t):window.classNames=t})()})(cs);var H8=cs.exports;const c1=ao(H8);function A8(e){return e.toLowerCase()}var E8=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],k8=/[^A-Z0-9]+/gi;function ss(e,r){r===void 0&&(r={});for(var t=r.splitRegexp,n=t===void 0?E8:t,o=r.stripRegexp,a=o===void 0?k8:o,i=r.transform,p=i===void 0?A8:i,v=r.delimiter,h=v===void 0?" ":v,g=us(us(e,n,"$1\0$2"),a,"\0"),M=0,T=g.length;g.charAt(M)==="\0";)M++;for(;g.charAt(T-1)==="\0";)T--;return g.slice(M,T).split("\0").map(p).join(h)}function us(e,r,t){return r instanceof RegExp?e.replace(r,t):r.reduce(function(n,o){return n.replace(o,t)},e)}function R8(e,r){var t=e.charAt(0),n=e.substr(1).toLowerCase();return r>0&&t>="0"&&t<="9"?"_"+t+n:""+t.toUpperCase()+n}function go(e,r){return r===void 0&&(r={}),ss(e,Oe({delimiter:"",transform:R8},r))}function N8(e,r){return r===void 0&&(r={}),ss(e,Oe({delimiter:"."},r))}function j8(e,r){return r===void 0&&(r={}),N8(e,Oe({delimiter:"_"},r))}const $8=["M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z"],D8=["M12 0a1 1 0 00-1 1v2H9a1 1 0 000 2h2v2a1 1 0 102 0V5h2a1 1 0 100-2h-2V1a1 1 0 00-1-1zM0 4a1 1 0 011-1h3.5a1 1 0 010 2H2v2a1 1 0 01-2 0V4zm1 12a1 1 0 01-1-1v-3a1 1 0 112 0v2h2.5a1 1 0 110 2H1zm11 0a1 1 0 001-1v-3a1 1 0 10-2 0v2H9a1 1 0 100 2h3zm-5.5-4a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"],F8=["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 14H2V2h8v12zm4 0h-3V2h3v12zM4 9h1v1c0 .55.45 1 1 1s1-.45 1-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1H7V6c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-.55 0-1 .45-1 1s.45 1 1 1z"],I8=["M8 9h1v1c0 .55.45 1 1 1s1-.45 1-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V6c0-.55-.45-1-1-1s-1 .45-1 1v1H8c-.55 0-1 .45-1 1s.45 1 1 1zm7-9H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 14H2V2h3v12zm9 0H6V2h8v12z"],W8=["M8 0a1 1 0 110 2 6 6 0 106 6 1 1 0 012 0 8 8 0 11-8-8zm0 5a3 3 0 110 6 3 3 0 010-6zm5-5a1 1 0 011 1v.999L15 2a1 1 0 010 2h-1v1a1 1 0 01-2 0V4h-1a1 1 0 010-2h1V1a1 1 0 011-1z"],U8=["M6 11h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1H9V8c0-.55-.45-1-1-1s-1 .45-1 1v1H6c-.55 0-1 .45-1 1s.45 1 1 1zm9-11H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V6h12v8zm0-9H2V2h12v3z"],G8=["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2v-3h12v3zm0-4H2V2h12v8zM6 7h1v1c0 .55.45 1 1 1s1-.45 1-1V7h1c.55 0 1-.45 1-1s-.45-1-1-1H9V4c0-.55-.45-1-1-1s-1 .45-1 1v1H6c-.55 0-1 .45-1 1s.45 1 1 1z"],q8=["M14 4.01h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1 0-.56-.45-1-1-1zm-13 2h6c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm8 6H1c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1 0-.56-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1 0-.56-.45-1-1-1z"],B8=["M.01 7V5H16v7c0 .55-.45 1-1 1H9.005v-2.99C8.974 8.332 7.644 7 5.996 7H.01zM15 2H7.416L5.706.29a.996.996 0 00-.71-.29H1C.45 0 0 .45 0 1v3h15.99V3c.01-.55-.44-1-.99-1zM5.997 9H2c-.55 0-1 .45-1 1s.45 1 1 1h1.589L.3 14.29a1.003 1.003 0 001.42 1.42l3.287-3.29v1.59c0 .55.45 1 1 1 .549 0 .999-.45.999-1v-4A1.02 1.02 0 005.996 9z"],K8=["M2.1 9.101a3.99 3.99 0 00-1.828.974A8 8 0 0110.075.272 3.99 3.99 0 009.1 2.1a6 6 0 00-7 7zM14 8a6.03 6.03 0 00-.1-1.101 3.99 3.99 0 001.828-.974 8 8 0 01-9.803 9.803A3.99 3.99 0 006.9 13.9 6 6 0 0014 8z","M8 3a1 1 0 00-1 1v2a1 1 0 002 0V4a1 1 0 00-1-1zM9 8a1 1 0 011-1h2a1 1 0 010 2h-2a1 1 0 01-1-1zM3 8a1 1 0 011-1h2a1 1 0 010 2H4a1 1 0 01-1-1zM7 10a1 1 0 012 0v2a1 1 0 01-2 0v-2zM5 13a2 2 0 11-4 0 2 2 0 014 0zM13 5a2 2 0 100-4 2 2 0 000 4z"],Y8=["M16 1.5A1.498 1.498 0 0013.44.44L9.91 3.97 2 1 1 3l5.93 3.95L3.88 10H1l-1 1 3 2 2 3 1-1v-2.88l3.05-3.05L13 15l2-1-2.97-7.91 3.53-3.53c.27-.27.44-.65.44-1.06z"],X8=["M4 4c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H4zM1 3h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm13 10H2c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm1-6H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-5 5c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h4z"],Z8=["M15 12.98H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-14-10h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1 0 .56.45 1 1 1zm14 4H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-3H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0 6H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],J8=["M13 13H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zM1 3h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm0 3h8c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 1H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM1 12h4c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],Q8=["M15 12.98H3c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm-14-10h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1 0 .56.45 1 1 1zm14 1H7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm0 6h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zm0-3H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],ev=["M10 12h3c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm5 2H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM3 12h3c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1z"],tv=["M15 7h-1V6c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1H7V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4H1c-.55 0-1 .45-1 1s.45 1 1 1h1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V9h2v1c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1z"],rv=["M9 9H5c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zM1 0C.45 0 0 .45 0 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm13 2H5c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],nv=["M11 9H7c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm4-9c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-4 2H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],ov=["M15 0H1C.45 0 0 .45 0 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM6 4H3c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm7 0h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],av=["M13 2H9V1c0-.55-.45-1-1-1S7 .45 7 1v1H3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4v2H6c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1H9V7h4c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],iv=["M2.126 1.1A4.994 4.994 0 014 5v8H0V5c0-1.517.69-2.952 1.874-3.9L2 1l.126.1zM8.126 1.1A4.994 4.994 0 0110 5v8H6V5c0-1.517.69-2.952 1.874-3.9L8 1l.126.1zM16 5c0-1.517-.69-2.952-1.874-3.9L14 1l-.126.1A4.994 4.994 0 0012 5v8h4V5zM4 15v-1H0v1h4zM10 14v1H6v-1h4zM16 15v-1h-4v1h4z"],lv=["M10 2a2 2 0 01-1 1.732V5h2v2H9v6.874a4.004 4.004 0 002.976-3.436l-.269.27a1 1 0 01-1.414-1.415l2-2a1 1 0 011.414 0l2 2a1 1 0 01-1.414 1.414l-.306-.306a6 6 0 01-11.974 0l-.306.306A1 1 0 01.293 9.293l2-2a1 1 0 011.414 0l2 2a1 1 0 01-1.414 1.414l-.27-.27A4.003 4.003 0 007 13.875V7H5V5h2V3.732A2 2 0 1110 2z"],cv=["M15.52 2.77c.3-.29.48-.7.48-1.15C16 .73 15.27 0 14.38 0c-.45 0-.85.18-1.15.48l-1.34 1.34 2.3 2.3 1.33-1.35zM7.4 10.9l6.21-6.21-2.3-2.3L5.1 8.6l2.3 2.3zM14 14H2V2h6.34l2-2H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V5.66l-2 2V14zM3 13l3.58-1.29-2.29-2.27L3 13z"],sv=["M2.673 10.758a1.396 1.396 0 01.093.234c.127.442.012.932-.362 1.212-.441.332-1.075.246-1.349-.233a8 8 0 1114.014-.225c-.259.488-.889.594-1.341.277-.382-.269-.513-.755-.4-1.2a1.259 1.259 0 01.085-.238 6 6 0 10-10.74.173zm2.464-1.862a1.783 1.783 0 01.076.404c.03.415-.096.831-.43 1.078-.444.328-1.08.237-1.314-.264a5.003 5.003 0 01-.24-.62l-.004-.011a5 5 0 119.574-.08l-.003.011c-.063.213-.14.422-.23.625-.226.504-.861.606-1.31.285-.338-.241-.47-.654-.448-1.07a1.737 1.737 0 01.07-.405 2.99 2.99 0 00-.216-2.233 3 3 0 00-5.525 2.28zM8 7a1 1 0 011 1v3.586l2.707 2.707a1 1 0 01-1.414 1.414L8 13.414l-2.293 2.293a1 1 0 01-1.414-1.414L7 11.586V8a1 1 0 011-1z"],uv=["M15 0a1 1 0 011 1v14a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h14zM6 4a1 1 0 00-1.993-.117L4 4v8a1 1 0 001.993.117L6 12V9h4v3a1 1 0 001.993.117L12 12V4a1 1 0 00-1.993-.117L10 4v3H6V4z"],dv=["M3.5 7h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5zM15 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm-1 12H2V5h12v8zM3.5 9h4c.28 0 .5-.22.5-.5S7.78 8 7.5 8h-4c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5z"],fv=["M3.5 11h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm0-2h5c.28 0 .5-.22.5-.5S8.78 8 8.5 8h-5c-.28 0-.5.22-.5.5s.22.5.5.5zM11 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10H2V7h8v7zm5-14H5c-.55 0-1 .45-1 1v2h2V2h8v7h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM3.5 13h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5z"],pv=["M13.382 0a1 1 0 01.894.553L16 4v11a1 1 0 01-1 1H1a1 1 0 01-1-1V4L1.724.553A1 1 0 012.618 0h10.764zM8 6c-.55 0-1 .45-1 1v2.59l-.29-.29-.081-.076A.97.97 0 006 9a1.003 1.003 0 00-.71 1.71l2 2 .096.084c.168.13.38.206.614.206.28 0 .53-.11.71-.29l2-2 .084-.096A1.003 1.003 0 009.29 9.29l-.29.3V7l-.007-.116A1.004 1.004 0 008 6zm5-4H3L2 4h12l-1-2z"],vv=["M4 3.664C4 1.644 5.793 0 8 0s3.993 1.643 4 3.664C12 5.692 8 11 8 11S4 5.692 4 3.664zM6 4a2 2 0 104.001-.001A2 2 0 006 4zm7.504 6.269l-2.68-1.609.021-.033c.34-.538.688-1.115 1-1.687l3.67 2.202a1 1 0 01.266 1.482l-4 5A1 1 0 0111 16H5a1 1 0 01-.78-.376l-4-5a1 1 0 01.266-1.482l3.67-2.202a30.46 30.46 0 00.999 1.687l.021.033-2.68 1.609 2.985 3.73h5.038l2.985-3.73z"],hv=["M15 0a1 1 0 01.993.883L16 1v14a1 1 0 01-.883.993L15 16h-3a1 1 0 01-.117-1.993L12 14h2V2h-2a1 1 0 01-.993-.883L11 1a1 1 0 01.883-.993L12 0h3zM4 0a1 1 0 01.117 1.993L4 2H2v12h2a1 1 0 01.993.883L5 15a1 1 0 01-.883.993L4 16H1a1 1 0 01-.993-.883L0 15V1A1 1 0 01.883.007L1 0h3zm4 7a1 1 0 110 2 1 1 0 010-2zM5 7a1 1 0 110 2 1 1 0 010-2zm6 0a1 1 0 110 2 1 1 0 010-2z"],bv=["M15 0a1 1 0 01.993.883L16 1v14a1 1 0 01-.883.993L15 16h-3a1 1 0 01-.117-1.993L12 14h2V2h-2a1 1 0 01-.993-.883L11 1a1 1 0 01.883-.993L12 0h3zM4 0a1 1 0 01.117 1.993L4 2H2v12h2a1 1 0 01.993.883L5 15a1 1 0 01-.883.993L4 16H1a1 1 0 01-.993-.883L0 15V1A1 1 0 01.883.007L1 0h3zm7 6a1 1 0 01.993.883L12 7v2a1 1 0 01-.883.993L11 10H5a1 1 0 01-.993-.883L4 9V7a1 1 0 01.883-.993L5 6h6zm0 1H8v2h3V7z"],mv=["M15 0a1 1 0 01.993.883L16 1v14a1 1 0 01-.883.993L15 16h-3a1 1 0 01-.117-1.993L12 14h2V2h-2a1 1 0 01-.993-.883L11 1a1 1 0 01.883-.993L12 0h3zM4 0a1 1 0 01.117 1.993L4 2H2v12h2a1 1 0 01.993.883L5 15a1 1 0 01-.883.993L4 16H1a1 1 0 01-.993-.883L0 15V1A1 1 0 01.883.007L1 0h3zm6.5 4a.5.5 0 01.5.5V5a1 1 0 01.993.883L12 6v5a1 1 0 01-.883.993L11 12H5a1 1 0 01-.993-.883L4 11V6a1 1 0 01.883-.993L5 5v-.5a.5.5 0 011 0V5h4v-.5a.5.5 0 01.5-.5zm.5 3H5v4h6V7z"],gv=["M15.993.883A1 1 0 0015 0h-3l-.117.007A1 1 0 0011 1l.007.117A1 1 0 0012 2h2v12h-2l-.117.007A1 1 0 0012 16h3l.117-.007A1 1 0 0016 15V1l-.007-.117zM5 1a1 1 0 00-1-1H1L.883.007A1 1 0 000 1v14l.007.117A1 1 0 001 16h3l.117-.007A1 1 0 005 15l-.007-.117A1 1 0 004 14H2V2h2l.117-.007A1 1 0 005 1z","M4.347 5.86c-.177.03-.36.047-.547.047v.703h1.344v3.86h.977V5h-.727a.844.844 0 01-.203.422 1.17 1.17 0 01-.367.281c-.14.073-.3.125-.477.157z","M11.462 5.27c-.236-.176-.542-.264-.918-.264s-.685.088-.925.263a1.79 1.79 0 00-.557.662c-.13.266-.22.56-.27.88-.046.321-.068.632-.068.933 0 .3.022.612.067.933.05.32.14.617.271.887.135.266.321.487.557.662.24.17.549.256.925.256s.682-.085.918-.256c.24-.175.426-.396.556-.662a2.86 2.86 0 00.271-.887c.05-.321.075-.632.075-.933 0-.3-.025-.612-.075-.933a2.775 2.775 0 00-.27-.88 1.702 1.702 0 00-.557-.662zm-.452 4.34a.7.7 0 01-.466.157.711.711 0 01-.474-.158 1.214 1.214 0 01-.293-.436 2.791 2.791 0 01-.15-.647 6.443 6.443 0 01-.046-.782c0-.276.015-.534.045-.775.03-.246.08-.461.15-.647.076-.185.174-.33.294-.436a.69.69 0 01.474-.166.68.68 0 01.466.166c.126.105.223.25.294.436.075.186.128.401.158.647.03.24.045.5.045.775 0 .276-.015.537-.045.782-.03.246-.083.462-.158.647-.07.18-.168.326-.294.436z","M7.082 9.445H8.17V10.5H7.082V9.445z"],yv=["M15 0a1 1 0 01.993.883L16 1v14a1 1 0 01-.883.993L15 16h-3a1 1 0 01-.117-1.993L12 14h2V2h-2a1 1 0 01-.993-.883L11 1a1 1 0 01.883-.993L12 0h3zM4 0a1 1 0 01.117 1.993L4 2H2v12h2a1 1 0 01.993.883L5 15a1 1 0 01-.883.993L4 16H1a1 1 0 01-.993-.883L0 15V1A1 1 0 01.883.007L1 0h3zm6.904 5c.256 0 .483.037.68.112a1.343 1.343 0 01.812.788c.072.184.108.385.108.604 0 .23-.05.441-.152.636a1.314 1.314 0 01-.456.492v.016l.08.04c.055.031.111.072.168.124.085.077.163.172.232.284a1.673 1.673 0 01.24.872c0 .25-.043.477-.128.68a1.518 1.518 0 01-.896.852 1.937 1.937 0 01-.68.116c-.427 0-.792-.101-1.096-.304a1.362 1.362 0 01-.584-.864c-.01-.053.01-.088.064-.104l.696-.16.033-.002c.03.002.051.022.063.058.059.16.155.296.288.408.133.112.312.168.536.168.256 0 .453-.076.592-.228a.827.827 0 00.208-.58c0-.277-.08-.495-.24-.652-.16-.157-.376-.236-.648-.236h-.232l-.035-.005c-.03-.01-.045-.035-.045-.075v-.632l.005-.035c.01-.03.035-.045.075-.045h.216l.138-.009a.734.734 0 00.438-.207c.144-.144.216-.336.216-.576a.745.745 0 00-.192-.532c-.128-.136-.307-.204-.536-.204-.203 0-.363.05-.48.152a.815.815 0 00-.248.408c-.016.048-.048.067-.096.056l-.68-.16-.034-.012c-.028-.016-.038-.044-.03-.084a1.347 1.347 0 01.516-.828c.136-.104.296-.185.48-.244A1.98 1.98 0 0110.904 5zm-6.152.088l.035.005c.03.01.045.035.045.075v5.28l-.005.035c-.01.03-.035.045-.075.045h-.736l-.035-.005c-.03-.01-.045-.035-.045-.075V6.16H3.92l-.832.584-.032.016C3.02 6.773 3 6.751 3 6.696V5.88l.006-.04a.157.157 0 01.05-.072l.872-.632.04-.027a.236.236 0 01.104-.021h.68zM7.344 5c.256 0 .483.04.68.12.197.08.364.188.5.324s.24.296.312.48c.072.184.108.383.108.596 0 .245-.045.47-.136.676-.09.205-.216.404-.376.596l-1.584 1.92v.016h2.016l.035.005c.03.01.045.035.045.075v.64l-.005.035c-.01.03-.035.045-.075.045H5.808l-.035-.005c-.03-.01-.045-.035-.045-.075v-.6l.004-.04a.132.132 0 01.036-.064l1.92-2.392.1-.133a1.95 1.95 0 00.156-.267.985.985 0 00.096-.432.736.736 0 00-.188-.512c-.125-.139-.303-.208-.532-.208-.219 0-.39.061-.512.184a.826.826 0 00-.224.496c-.01.053-.04.075-.088.064L5.792 6.4l-.034-.012c-.028-.016-.038-.044-.03-.084a1.425 1.425 0 01.94-1.192A1.88 1.88 0 017.344 5z"],wv=["M15 0a1 1 0 01.993.883L16 1v14a1 1 0 01-.883.993L15 16h-3a1 1 0 01-.117-1.993L12 14h2V2h-2a1 1 0 01-.993-.883L11 1a1 1 0 01.883-.993L12 0h3zM4 0a1 1 0 01.117 1.993L4 2H2v12h2a1 1 0 01.993.883L5 15a1 1 0 01-.883.993L4 16H1a1 1 0 01-.993-.883L0 15V1A1 1 0 01.883.007L1 0h3zm1.61 5c.514 0 .962.212 1.343.637.382.425.573.997.573 1.716 0 .838-.258 1.588-.773 2.252-.514.663-1.327 1.2-2.437 1.609v-.465l.233-.095a3.09 3.09 0 001.274-1.017c.366-.505.55-1.03.55-1.577a.478.478 0 00-.057-.26c-.018-.037-.043-.056-.074-.056s-.08.025-.149.075c-.198.142-.446.214-.744.214-.36 0-.675-.145-.944-.433A1.453 1.453 0 014 6.572c0-.422.155-.79.465-1.102.31-.313.692-.47 1.144-.47zm4.474 0c.514 0 .963.212 1.344.637.381.425.572.997.572 1.716 0 .838-.257 1.588-.772 2.252-.515.663-1.327 1.2-2.437 1.609v-.465l.233-.095a3.09 3.09 0 001.274-1.017c.366-.505.549-1.03.549-1.577a.478.478 0 00-.056-.26c-.019-.037-.044-.056-.075-.056-.03 0-.08.025-.149.075-.198.142-.446.214-.744.214-.36 0-.674-.145-.944-.433a1.453 1.453 0 01-.405-1.028c0-.422.155-.79.466-1.102.31-.313.691-.47 1.144-.47z"],xv=["M15 0a1 1 0 01.993.883L16 1v14a1 1 0 01-.883.993L15 16h-3a1 1 0 01-.117-1.993L12 14h2V2h-2a1 1 0 01-.993-.883L11 1a1 1 0 01.883-.993L12 0h3zM4 0a1 1 0 01.117 1.993L4 2H2v12h2a1 1 0 01.993.883L5 15a1 1 0 01-.883.993L4 16H1a1 1 0 01-.993-.883L0 15V1A1 1 0 01.883.007L1 0h3zm4 3a5 5 0 110 10A5 5 0 018 3zm0 1a4 4 0 100 8 4 4 0 000-8zm2.354 1.646a.5.5 0 01.057.638l-.057.07-2 2a.5.5 0 01-.638.057l-.07-.057-1-1a.5.5 0 01.638-.765l.07.057.646.647 1.646-1.647a.5.5 0 01.708 0z"],Cv=["M14 3a1.003 1.003 0 00-1.71-.71L4 10.59V6c0-.55-.45-1-1-1s-1 .45-1 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1H5.41l8.29-8.29c.19-.18.3-.43.3-.71z"],zv=["M13 5c-.55 0-1 .45-1 1v4.59l-8.29-8.3a1.003 1.003 0 00-1.42 1.42l8.3 8.29H6c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],Mv=["M13 8c-.3 0-.5.1-.7.3L9 11.6V2c0-.5-.4-1-1-1s-1 .5-1 1v9.6L3.7 8.3C3.5 8.1 3.3 8 3 8c-.5 0-1 .5-1 1 0 .3.1.5.3.7l5 5c.2.2.4.3.7.3s.5-.1.7-.3l5-5c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1z"],Tv=["M13.99 6.99H4.41L7.7 3.7a1.003 1.003 0 00-1.42-1.42l-5 5a1.014 1.014 0 000 1.42l5 5a1.003 1.003 0 001.42-1.42L4.41 8.99H14c.55 0 1-.45 1-1s-.46-1-1.01-1z"],Ov=["M14.7 7.29l-5-5a.965.965 0 00-.71-.3 1.003 1.003 0 00-.71 1.71l3.29 3.29H1.99c-.55 0-1 .45-1 1s.45 1 1 1h9.59l-3.29 3.29a1.003 1.003 0 001.42 1.42l5-5c.18-.18.29-.43.29-.71s-.12-.52-.3-.7z"],Pv=["M13.71 12.29L5.41 4H10c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V5.41l8.29 8.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],Vv=["M13 2H6c-.55 0-1 .45-1 1s.45 1 1 1h4.59L2.3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L12 5.41V10c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1z"],Sv=["M13.7 6.3l-5-5C8.5 1.1 8.3 1 8 1s-.5.1-.7.3l-5 5c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3L7 4.4V14c0 .6.4 1 1 1s1-.4 1-1V4.4l3.3 3.3c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7z"],_v=["M15.7 7.3l-4-4c-.2-.2-.4-.3-.7-.3-.6 0-1 .5-1 1 0 .3.1.5.3.7L12.6 7H3.4l2.3-2.3c.2-.2.3-.4.3-.7 0-.5-.4-1-1-1-.3 0-.5.1-.7.3l-4 4c-.2.2-.3.4-.3.7s.1.5.3.7l4 4c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7L3.4 9h9.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4c.2-.2.3-.4.3-.7s-.1-.5-.3-.7z"],Lv=["M12 10c-.3 0-.5.1-.7.3L9 12.6V3.4l2.3 2.3c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7l-4-4C8.5.1 8.3 0 8 0s-.5.1-.7.3l-4 4c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3L7 3.4v9.2l-2.3-2.3c-.2-.2-.4-.3-.7-.3-.5 0-1 .4-1 1 0 .3.1.5.3.7l4 4c.2.2.4.3.7.3s.5-.1.7-.3l4-4c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1z"],Hv=["M14.54 11.18l.01-.02L9.8 8l4.75-3.17-.01-.02c.27-.17.46-.46.46-.81 0-.55-.45-1-1-1-.21 0-.39.08-.54.18l-.01-.02L9 6.13V1c0-.55-.45-1-1-1S7 .45 7 1v5.13L2.55 3.17l-.01.01A.969.969 0 002 3c-.55 0-1 .45-1 1 0 .35.19.64.46.82l-.01.01L6.2 8l-4.75 3.17.01.02c-.27.17-.46.46-.46.81 0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02L7 9.87V15c0 .55.45 1 1 1s1-.45 1-1V9.87l4.45 2.96.01-.02c.15.11.33.19.54.19.55 0 1-.45 1-1 0-.35-.19-.64-.46-.82z"],Av=["M5.816 8.371c0 1.515.603 2.274 1.814 2.274 1.273 0 1.971-.954 2.089-2.86l.12-2.331a5.298 5.298 0 00-1.337-.165c-.848 0-1.507.276-1.979.828-.472.554-.707 1.305-.707 2.254M16 7.133c0 .93-.149 1.78-.446 2.55-.297.77-.714 1.372-1.253 1.802a2.913 2.913 0 01-1.868.642c-.521 0-.975-.137-1.356-.41a1.989 1.989 0 01-.773-1.111h-.12c-.323.506-.723.887-1.198 1.14a3.35 3.35 0 01-1.605.38c-1.076 0-1.924-.34-2.541-1.023-.618-.682-.926-1.607-.926-2.77 0-1.341.41-2.428 1.229-3.264.818-.835 1.918-1.253 3.298-1.253.502 0 1.058.043 1.669.13.61.088 1.155.21 1.63.367l-.218 4.536v.234c0 1.04.344 1.562 1.031 1.562.521 0 .935-.332 1.241-.996.308-.664.463-1.508.463-2.537 0-1.112-.232-2.09-.695-2.931a4.762 4.762 0 00-1.97-1.947c-.851-.456-1.83-.682-2.934-.682-1.405 0-2.628.286-3.67.858a5.736 5.736 0 00-2.382 2.455c-.549 1.062-.822 2.296-.822 3.7 0 1.888.512 3.339 1.535 4.353 1.024 1.015 2.492 1.52 4.409 1.52 1.46 0 2.982-.29 4.567-.877v1.6c-1.386.56-2.896.839-4.527.839-2.446 0-4.35-.65-5.717-1.945C.685 12.757 0 10.947 0 8.625c0-1.698.37-3.209 1.11-4.532a7.556 7.556 0 013.076-3.038C5.497.35 6.982 0 8.64 0c1.433 0 2.71.294 3.827.878a6.294 6.294 0 012.607 2.504c.619 1.082.926 2.332.926 3.75"],Ev=["M8 14c-3.31 0-6-2.69-6-6 0-1.77.78-3.36 2-4.46V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1s.45 1 1 1h1.74A7.95 7.95 0 000 8c0 4.42 3.58 8 8 8 .55 0 1-.45 1-1s-.45-1-1-1zM8 2a5.9 5.9 0 012.95.81l1.47-1.47A7.893 7.893 0 008 0c-.55 0-1 .45-1 1s.45 1 1 1zm2.71 6.71l5-5a1.003 1.003 0 00-1.42-1.42L10 6.59l-1.29-1.3a1.003 1.003 0 00-1.42 1.42l2 2c.18.18.43.29.71.29s.53-.11.71-.29zM16 8c0-.55-.06-1.08-.16-1.6l-1.87 1.87A5.966 5.966 0 0112 12.45V11c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-1.74A7.95 7.95 0 0016 8z"],kv=["M1 13h1v.5a.5.5 0 001 0v-11a.5.5 0 00-1 0V3H1v10zM15 3h-1v-.5a.5.5 0 00-1 0v11a.5.5 0 001 0V13h1V3zM3 6l1.789.894A1 1 0 005.236 7h5.528a1 1 0 00.447-.106L13 6v4l-1.789-.894A1 1 0 0010.764 9H5.236a1 1 0 00-.447.106L3 10V6z","M0 8a1 1 0 011-1h1v2H1a1 1 0 01-1-1zM16 8a1 1 0 01-1 1h-1V7h1a1 1 0 011 1z"],Rv=["M14 10a1 1 0 110 2h-.585l2.292 2.293a1 1 0 01-1.32 1.497l-.094-.083L12 13.415V14a1 1 0 11-2 0l.003-3.075.012-.1.012-.059.033-.108.034-.081.052-.098.067-.096.08-.09a1.01 1.01 0 01.112-.097l.11-.071.143-.065.076-.024.091-.02.116-.014L14 10zM6.036 6.136l-3.45 3.45-.117.127a2 2 0 002.818 2.818l.127-.117 3.45-3.449a4 4 0 01-.885 3.704l-.15.16-1 1A4 4 0 011.02 8.33l.15-.16 1-1a3.998 3.998 0 013.865-1.035zm4.671-1.843a1 1 0 01.083 1.32l-.083.094-5 5a1 1 0 01-1.497-1.32l.083-.094 5-5a1 1 0 011.414 0zm3.121-3.121a4 4 0 01.151 5.497l-.15.16-1 1a3.998 3.998 0 01-3.864 1.036l3.45-3.45.116-.128a2 2 0 00-2.818-2.818l-.127.117-3.45 3.45A4 4 0 017.02 2.33l.15-.16 1-1a4 4 0 015.657 0z"],Nv=["M13.36 4.59c-.15-1.13.5-2.01 1.1-2.87L13.43.53c-1.72.88-4.12.65-5.63-.53-1.51 1.18-3.91 1.41-5.63.52l-1.03 1.2c.61.86 1.25 1.74 1.1 2.87-.3 2.29-2.45 4.17-1.32 6.68.45 1.14 1.44 1.9 2.72 2.2 1.56.36 3.52.72 4.16 2.53.64-1.81 2.6-2.16 4.16-2.54 1.28-.3 2.27-1.06 2.72-2.2 1.12-2.5-1.03-4.38-1.32-6.67z"],jv=["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3 9H5c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z"],$v=["M15.36 6.46l-.62-.14c-.31-1.12-.98-2.15-1.87-2.99l.4-1.77a.438.438 0 00-.49-.56c-.85.09-1.6.42-2.14.98-.84-.32-1.87-.51-2.85-.51-2.49 0-4.63 1.17-5.92 2.89-.18-.04-.36-.09-.53-.09-.76 0-1.34.61-1.34 1.4 0 .56.31 1.03.76 1.26-.05.33-.09.7-.09 1.07 0 1.68.71 3.17 1.83 4.34l-.27 1.59c-.09.56.35 1.07.89 1.07h.58c.45 0 .8-.33.89-.79l.04-.37c.94.42 2 .7 3.16.7 1.11 0 2.23-.23 3.16-.7l.05.37c.09.47.45.79.89.79h.58c.53 0 .98-.51.89-1.07l-.27-1.54c.62-.61 1.07-1.35 1.38-2.15l.8-.19c.4-.09.71-.47.71-.93V7.4c.09-.47-.22-.84-.62-.94zM12 8c-.6 0-1-.7-1-1.5S11.4 5 12 5s1 .7 1 1.5S12.6 8 12 8zM6.21 4.92c-.41.2-.91.04-1.12-.36-.21-.4-.04-.88.37-1.07 1.35-.65 2.73-.65 4.08 0 .41.2.58.68.37 1.07-.21.4-.71.56-1.12.36-.87-.43-1.71-.43-2.58 0z"],Dv=["M0 14h2V2H0v12zm6 0h1V2H6v12zm2 0h1V2H8v12zm-5 0h2V2H3v12zM15 2v12h1V2h-1zm-5 12h1V2h-1v12zm2 0h2V2h-2v12z"];var Fv=[];const vi=Object.freeze(Object.defineProperty({__proto__:null,Add:$8,AddClip:D8,AddColumnLeft:F8,AddColumnRight:I8,AddLocation:W8,AddRowBottom:U8,AddRowTop:G8,AddToArtifact:q8,AddToFolder:B8,AimpointsTarget:K8,Airplane:Y8,AlignCenter:X8,AlignJustify:Z8,AlignLeft:J8,AlignRight:Q8,AlignmentBottom:ev,AlignmentHorizontalCenter:tv,AlignmentLeft:rv,AlignmentRight:nv,AlignmentTop:ov,AlignmentVerticalCenter:av,Ammunition:iv,Anchor:lv,Annotation:cv,Antenna:sv,AppHeader:uv,Application:dv,Applications:fv,Archive:pv,AreaOfInterest:vv,Array:hv,ArrayBoolean:bv,ArrayDate:mv,ArrayFloatingPoint:gv,ArrayNumeric:yv,ArrayString:wv,ArrayTimestamp:xv,ArrowBottomLeft:Cv,ArrowBottomRight:zv,ArrowDown:Mv,ArrowLeft:Tv,ArrowRight:Ov,ArrowTopLeft:Pv,ArrowTopRight:Vv,ArrowUp:Sv,ArrowsHorizontal:_v,ArrowsVertical:Lv,Asterisk:Hv,At:Av,AutomaticUpdates:Ev,Axle:kv,Backlink:Rv,Badge:Nv,BanCircle:jv,BankAccount:$v,Barcode:Dv,Blank:Fv,BlockedPerson:["M9.39 12.69c-1.2-.53-1.04-.85-1.08-1.29-.01-.07-.01-.13-.02-.2.41-.37.75-.87.97-1.44 0 0 .01-.03.01-.04.05-.13.09-.26.13-.39.27-.06.43-.36.5-.63.01-.03.03-.08.05-.12C8.18 7.8 6.94 6.04 6.94 4c0-.32.04-.62.09-.92-.17-.03-.35-.08-.51-.08-.65 0-1.37.2-1.88.59-.5.38-.87.92-1.05 1.51-.04.14-.07.27-.09.41-.09.48-.14 1.23-.14 1.74v.06c-.19.08-.36.27-.4.68-.03.31.1.59.16.7.06.28.23.59.51.64.04.14.08.27.13.39 0 .01.01.02.01.02v.01c.22.59.57 1.1.99 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.12 1.29-1.2.53-3.01 1.1-3.38 1.95C-.12 15.5.03 16 .03 16h12.96s.15-.5-.22-1.36c-.37-.85-2.18-1.42-3.38-1.95zM11.97 0C9.75 0 7.94 1.79 7.94 4s1.8 4 4.03 4S16 6.21 16 4s-1.8-4-4.03-4zM9.96 4c0-1.1.9-2 2.01-2 .37 0 .72.11 1.02.28l-2.75 2.73c-.17-.3-.28-.64-.28-1.01zm2.01 2c-.37 0-.72-.11-1.02-.28l2.75-2.73c.18.3.28.64.28 1.01.01 1.1-.9 2-2.01 2z"],Bold:["M11.7 7c.2-.4.3-1 .3-1.5v-.4V5c0-.1 0-.2-.1-.3v-.1C11.4 3.1 10.1 2 8.5 2H4c-.5 0-1 .4-1 1v10c0 .5.4 1 1 1h5c2.2 0 4-1.8 4-4 0-1.2-.5-2.3-1.3-3zM6 5h2c.6 0 1 .4 1 1s-.4 1-1 1H6V5zm3 6H6V9h3c.6 0 1 .4 1 1s-.4 1-1 1z"],Book:["M2 1v14c0 .55.45 1 1 1h1V0H3c-.55 0-1 .45-1 1zm11-1h-1v7l-2-2-2 2V0H5v16h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],Bookmark:["M11.2.01h-.15C11.03.01 11.02 0 11 0H5c-.02 0-.03.01-.05.01H4.8c-.44 0-.8.37-.8.82v14.75c0 .45.25.56.57.24l2.87-2.94c.31-.32.82-.32 1.13 0l2.87 2.94c.31.32.57.21.57-.24V.83C12 .38 11.64.01 11.2.01z"],Box:["M6 10h4c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1zm9.93-4.37v-.02L13.94.63C13.78.26 13.42 0 13 0H3c-.42 0-.78.26-.93.63L.08 5.61l-.01.02C.03 5.74 0 5.87 0 6v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.13-.03-.26-.07-.37zM9 2h3.32l1.2 3H9V2zM3.68 2H7v3H2.48l1.2-3zM14 14H2V7h12v7z"],Briefcase:["M15 3.98h-3v-2c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v4h3v-1h2v1h6v-1h2v1h3v-4c0-.55-.45-1-1-1zm-5 0H6v-1h4v1zm3 7h-2v-1H5v1H3v-1H0v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-4h-3v1z"],BringData:["M14 14a1 1 0 010 2H2a1 1 0 010-2h12zM7.995 3.005c.55 0 1 .45 1 .999v5.584l1.29-1.288a1.002 1.002 0 011.42 1.419l-3 2.996a1.015 1.015 0 01-1.42 0l-3-2.997A1.002 1.002 0 015.705 8.3l1.29 1.29V4.013c0-.55.45-1.009 1-1.009zM14 0a1 1 0 110 2 1 1 0 010-2zm-3 0a1 1 0 110 2 1 1 0 010-2zM8 0a1 1 0 110 2 1 1 0 010-2zM5 0a1 1 0 110 2 1 1 0 010-2zM2 0a1 1 0 110 2 1 1 0 010-2z"],BringForward:["M8.697.29a.99.99 0 00-.7-.29c-.27 0-.53.11-.71.29L4.29 3.28A1.003 1.003 0 005.71 4.7l1.288-1.29L7 7H1a1 1 0 000 2h6v2H1a1 1 0 00-1 1v2a1 1 0 001 1h14a1 1 0 001-1v-2a1 1 0 00-1-1H9V9h6a1 1 0 100-2H9V3.414h-.003V3.41l1.29 1.29c.179.18.429.29.699.29a1.003 1.003 0 00.71-1.71L8.696.29z"],Bug:["M5 3a3 3 0 016 0 5.022 5.022 0 011.425 1.67L13 4.382V3a1 1 0 112 0v2a1 1 0 01-.553.894l-1.46.731c.008.124.013.249.013.375v1h2a1 1 0 110 2h-2a5 5 0 01-.21 1.439l1.581.633A1 1 0 0115 13v2a1 1 0 11-2 0v-1.323l-1.167-.467A4.99 4.99 0 018 15a4.99 4.99 0 01-3.833-1.79L3 13.677V15a1 1 0 11-2 0v-2a1 1 0 01.629-.928l1.581-.633A5 5 0 013 10H1a1 1 0 110-2h2V7c0-.126.005-.251.014-.375l-1.461-.73A1 1 0 011 5V3a1 1 0 012 0v1.382l.575.288A5.023 5.023 0 015 3zm0 6v1a3 3 0 106 0V7a3 3 0 00-6 0v2z"],Buggy:["M13.928.629A1 1 0 0012.89.006l-9 1a1 1 0 00-.747.48L.431 6.005A.5.5 0 000 6.5v3a.5.5 0 00.5.5h2.798c.341 0 .672.116.938.329l1.952 1.561A.5.5 0 006.5 12H10a.5.5 0 00.4-.2l.9-1.2a1.5 1.5 0 011.2-.6h3a.5.5 0 00.5-.5v-4a.5.5 0 00-.308-.462L13.928.628zM12.36 2.094l-.006-.016-3.166.352 1.121 3.083 2.052-3.419zm.467 1.166l-1.649 2.748 2.51-.594-.861-2.154zM9.603 6.496L8.166 2.543l-3.563.396L2.766 6H3.5a.5.5 0 01.367.16L6.218 8.7h1.914l1.452-2.177a.5.5 0 01.019-.027zM2.5 16a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm11 0a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"],Build:["M15.39 12.41L7.7 6l1.07-1.1c.34-.34-.12-.63.12-1.26.88-2.17 3.41-2.35 3.41-2.35s.36-.37.71-.72C9.74-.81 7.53.53 6.54 1.4L3.12 4.9l-.71.72c-.39.4-.39 1.05 0 1.45l-.7.72c-.39-.4-1.02-.4-1.41 0s-.39 1.05 0 1.45l1.41 1.45c.39.4 1.02.4 1.41 0s.39-1.05 0-1.45l.71-.72c.39.4 1.02.4 1.41 0l.8-.82 6.39 7.67c.82.82 2.14.82 2.96 0 .81-.82.81-2.15 0-2.96z"],Calculator:["M13 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM6 14H4v-2h2v2zm0-3H4V9h2v2zm0-3H4V6h2v2zm3 6H7v-2h2v2zm0-3H7V9h2v2zm0-3H7V6h2v2zm3 6h-2V9h2v5zm0-6h-2V6h2v2zm0-3H4V2h8v3z"],Calendar:["M11 3c.6 0 1-.5 1-1V1c0-.6-.4-1-1-1s-1 .4-1 1v1c0 .5.4 1 1 1zm3-2h-1v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H6v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H1c-.6 0-1 .5-1 1v12c0 .6.4 1 1 1h13c.6 0 1-.4 1-1V2c0-.6-.5-1-1-1zM5 13H2v-3h3v3zm0-4H2V6h3v3zm4 4H6v-3h3v3zm0-4H6V6h3v3zm4 4h-3v-3h3v3zm0-4h-3V6h3v3zM4 3c.6 0 1-.5 1-1V1c0-.6-.4-1-1-1S3 .4 3 1v1c0 .5.4 1 1 1z"],Camera:["M15 3h-2.59L10.7 1.29A.956.956 0 0010 1H6c-.28 0-.53.11-.71.29L3.59 3H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h2.56c1.1 1.22 2.67 2 4.44 2s3.34-.78 4.44-2H15c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM3 6H1V5h2v1zm5 6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],CaretDown:["M12 6.5c0-.28-.22-.5-.5-.5h-7a.495.495 0 00-.37.83l3.5 4c.09.1.22.17.37.17s.28-.07.37-.17l3.5-4c.08-.09.13-.2.13-.33z"],CaretLeft:["M9.5 4c-.13 0-.24.05-.33.13l-4 3.5c-.1.09-.17.22-.17.37s.07.28.17.37l4 3.5a.495.495 0 00.83-.37v-7c0-.28-.22-.5-.5-.5z"],CaretRight:["M11 8c0-.15-.07-.28-.17-.37l-4-3.5A.495.495 0 006 4.5v7a.495.495 0 00.83.37l4-3.5c.1-.09.17-.22.17-.37z"],CaretUp:["M11.87 9.17s.01 0 0 0l-3.5-4C8.28 5.07 8.15 5 8 5s-.28.07-.37.17l-3.5 4a.495.495 0 00.37.83h7a.495.495 0 00.37-.83z"],CargoShip:["M10 1h3a1 1 0 011 1v2h-4V1zM2.25 4a.25.25 0 00-.25.25V9H.883a.5.5 0 00-.429.757l1.072 1.787c.207.344.477.638.791.87A9.76 9.76 0 011 12.5a.5.5 0 000 1c2.067 0 3.414-.543 4.161-.917.55.373 1.505.917 2.839.917 1.32 0 2.27-.533 2.822-.905l.004.002c.196.105.48.24.856.374.75.268 1.857.529 3.318.529a.5.5 0 000-1c-.326 0-.63-.014-.916-.039.47-.328.848-.79 1.07-1.347l.572-1.428A.5.5 0 0015.26 9H4V4.25A.25.25 0 003.75 4h-1.5zm2.714 9.56a.5.5 0 01.527.033c.455.325 1.277.907 2.509.907s2.054-.582 2.51-.907a.5.5 0 01.579-.001l.006.004.036.023c.034.022.09.055.168.097.154.082.394.197.72.313.649.232 1.642.471 2.981.471a.5.5 0 010 1c-1.46 0-2.568-.261-3.318-.53a6.316 6.316 0 01-.856-.373l-.004-.002c-.552.372-1.502.905-2.822.905-1.334 0-2.289-.544-2.839-.917-.747.374-2.094.917-4.161.917a.5.5 0 010-1c2.129 0 3.384-.63 3.964-.94zM14 5h-4v3h3a1 1 0 001-1V5zM5 2a1 1 0 011-1h3v3H5V2zm4 3H5v2a1 1 0 001 1h3V5z"],CellTower:["M8.97 6.76c-.01-.05-.04-.08-.06-.13-.02-.05-.03-.1-.05-.15.08-.14.14-.3.14-.48 0-.55-.45-1-1-1s-1 .45-1 1c0 .18.06.34.14.48-.03.05-.03.1-.05.15-.02.05-.05.08-.06.13l-2 8c-.13.54.19 1.08.73 1.21a.995.995 0 001.21-.73L7.53 13h.94l.56 2.24a1 1 0 001.94-.48l-2-8zM3.72 1.7C4.1 1.3 4.09.67 3.7.28S2.67-.09 2.28.3c-3.05 3.12-3.05 8.28 0 11.4a.996.996 0 101.43-1.39c-2.28-2.35-2.28-6.27.01-8.61zM11.6 3.2c-.44-.33-1.07-.24-1.4.2-.33.44-.24 1.07.2 1.4.43.32.53 1.96-.04 2.43-.42.35-.48.98-.13 1.41.35.42.98.48 1.41.13 1.59-1.33 1.39-4.5-.04-5.57z","M13.72.3c-.39-.4-1.02-.4-1.41-.02s-.41 1.02-.03 1.42c2.29 2.34 2.29 6.26 0 8.6-.39.39-.38 1.03.02 1.41s1.03.38 1.41-.02c3.05-3.11 3.05-8.27.01-11.39zM5.4 7.23c-.57-.47-.47-2.11-.04-2.43.44-.33.53-.96.2-1.4s-.96-.53-1.4-.2c-1.44 1.07-1.63 4.24-.04 5.57.42.35 1.05.3 1.41-.13.35-.42.29-1.06-.13-1.41z"],Changes:["M8.29 7.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 00-1.42-1.42L13 7.59V1c0-.55-.45-1-1-1s-1 .45-1 1v6.59l-1.29-1.3a1.003 1.003 0 00-1.42 1.42zM14.5 13h-13c-.83 0-1.5.67-1.5 1.5S.67 16 1.5 16h13c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zM1 5c.28 0 .53-.11.71-.29L3 3.41V10c0 .55.45 1 1 1s1-.45 1-1V3.41L6.29 4.7c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3C4.53.11 4.28 0 4 0s-.53.11-.71.29l-3 3A1.003 1.003 0 001 5z"],Chart:["M0 15c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V9.4L0 11v4zm6-5.5V15c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-5l-1 1-3-1.5zM13 7l-1 1v7c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V7.88c-.26.07-.58.12-1 .12-1.96 0-2-1-2-1zm2-6h-3c-.55 0-1 .45-1 1s.45 1 1 1h.59L8.8 6.78 5.45 5.11v.01C5.31 5.05 5.16 5 5 5s-.31.05-.44.11V5.1l-4 2v.01C.23 7.28 0 7.61 0 8c0 .55.45 1 1 1 .16 0 .31-.05.44-.11v.01L5 7.12 8.55 8.9v-.01c.14.06.29.11.45.11.28 0 .53-.11.71-.29L14 4.41V5c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],Chat:["M6 10c-1.1 0-2-.9-2-2V3H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1v2a1.003 1.003 0 001.71.71L5.41 13H10c.55 0 1-.45 1-1v-1.17l-.83-.83H6zm9-10H6c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h4.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],ChevronBackward:["M7.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L6 6.59V4c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L7.41 8z"],ChevronDown:["M12 5c-.28 0-.53.11-.71.29L8 8.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0012 5z"],ChevronForward:["M10 3c-.55 0-1 .45-1 1v2.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42L7.59 8 4.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L9 9.41V12c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],ChevronLeft:["M7.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4C5.11 7.47 5 7.72 5 8c0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L7.41 8z"],ChevronRight:["M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],ChevronUp:["M12.71 9.29l-4-4C8.53 5.11 8.28 5 8 5s-.53.11-.71.29l-4 4a1.003 1.003 0 001.42 1.42L8 7.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],Circle:["M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6z"],CircleArrowDown:["M11 7c-.28 0-.53.11-.71.29L9 8.59V5c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-1.29-1.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0011 7zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],CircleArrowLeft:["M11 7H7.41L8.7 5.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3C4.11 7.47 4 7.72 4 8c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L7.41 9H11c.55 0 1-.45 1-1s-.45-1-1-1zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],CircleArrowRight:["M8.71 4.29a1.003 1.003 0 00-1.42 1.42L8.59 7H5c-.55 0-1 .45-1 1s.45 1 1 1h3.59L7.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],CircleArrowUp:["M8.71 4.29C8.53 4.11 8.28 4 8 4s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42L7 7.41V11c0 .55.45 1 1 1s1-.45 1-1V7.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],Citation:["M15.02 5c0-1.66-1.34-3-3-3s-3 1.34-3 3a2.996 2.996 0 003.6 2.94C12.1 9.76 11.14 11 10.02 11c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5-3.13 5-7 0-.2-.02-.39-.04-.58.01-.14.04-.28.04-.42zm-11-3c-1.66 0-3 1.34-3 3a2.996 2.996 0 003.6 2.94C4.1 9.76 3.14 11 2.02 11c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5-3.13 5-7 0-.2-.02-.39-.04-.58.01-.14.04-.28.04-.42 0-1.66-1.35-3-3-3z"],Clean:["M12 8l-1.2 2.796-2.8 1.2 2.8 1.197L12 16l1.2-2.807L16 12l-2.8-1.204zM5 0L3.5 3.5 0 4.995 3.5 6.5 5 10l1.5-3.5L10 5 6.5 3.5z"],Clip:["M0 1a1 1 0 011-1h4a1 1 0 010 2H2v3a1 1 0 01-2 0V1zm1 15a1 1 0 01-1-1v-4a1 1 0 112 0v3h3a1 1 0 110 2H1zm14 0a1 1 0 001-1v-4a1 1 0 10-2 0v3h-3a1 1 0 100 2h4zm0-16a1 1 0 011 1v4a1 1 0 11-2 0V2h-3a1 1 0 110-2h4zM8 11a3 3 0 100-6 3 3 0 000 6z"],Clipboard:["M11 2c0-.55-.45-1-1-1h.22C9.88.4 9.24 0 8.5 0S7.12.4 6.78 1H7c-.55 0-1 .45-1 1v1h5V2zm2 0h-1v2H5V2H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],Cloud:["M12 6c-.03 0-.07 0-.1.01A5 5 0 002 7c0 .11.01.22.02.33A3.51 3.51 0 000 10.5C0 12.43 1.57 14 3.5 14H12c2.21 0 4-1.79 4-4s-1.79-4-4-4z"],CloudDownload:["M11 11c-.28 0-.53.11-.71.29L9 12.59V8c0-.55-.45-1-1-1s-1 .45-1 1v4.59L5.71 11.3A.965.965 0 005 11a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0011 11zm1-7c-.03 0-.07 0-.1.01A5 5 0 002 5c0 .11.01.22.02.33A3.51 3.51 0 000 8.5c0 1.41.84 2.61 2.03 3.17C2.2 10.17 3.46 9 5 9c.06 0 .13.02.19.02C5.07 8.7 5 8.36 5 8c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .36-.07.7-.19 1.02.06 0 .13-.02.19-.02 1.48 0 2.7 1.07 2.95 2.47A3.964 3.964 0 0016 8c0-2.21-1.79-4-4-4z"],CloudTick:["M11.9 4.01c.03-.01.07-.01.1-.01a4 4 0 013.907 3.14 3 3 0 00-3.028.739L10 10.757l-.879-.878A3 3 0 004 12h-.5C1.57 12 0 10.43 0 8.5c0-1.4.83-2.61 2.02-3.17C2.01 5.22 2 5.11 2 5a5 5 0 019.9-.99z","M15.765 9.356a1 1 0 01-.058 1.351l-5 5a1 1 0 01-1.414 0l-3-3a1 1 0 011.414-1.414L10 13.586l4.293-4.293a1 1 0 011.472.063z"],CloudUpload:["M8.71 7.29C8.53 7.11 8.28 7 8 7s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42L7 10.41V15c0 .55.45 1 1 1s1-.45 1-1v-4.59l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3zM12 4c-.03 0-.07 0-.1.01A5 5 0 002 5c0 .11.01.22.02.33a3.495 3.495 0 00.07 6.37c-.05-.23-.09-.46-.09-.7 0-.83.34-1.58.88-2.12l3-3a2.993 2.993 0 014.24 0l3 3c.54.54.88 1.29.88 2.12 0 .16-.02.32-.05.47C15.17 10.78 16 9.5 16 8c0-2.21-1.79-4-4-4z"],Code:["M15.71 7.29l-3-3a1.003 1.003 0 00-1.42 1.42L13.59 8l-2.29 2.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM5 5a1.003 1.003 0 00-1.71-.71l-3 3C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L2.41 8 4.7 5.71c.19-.18.3-.43.3-.71zm4-3c-.48 0-.87.35-.96.81l-2 10c-.01.06-.04.12-.04.19 0 .55.45 1 1 1 .48 0 .87-.35.96-.81l2-10c.01-.06.04-.12.04-.19 0-.55-.45-1-1-1z"],CodeBlock:["M15 3h-2V2c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H7V2c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-8.29 8.29a1.003 1.003 0 01-1.42 1.42l-3-3C2.11 9.53 2 9.28 2 9s.11-.53.29-.71l3-3a1.003 1.003 0 011.42 1.42L4.41 9l2.3 2.29zm7-1.58l-3 3a1.003 1.003 0 01-1.42-1.42L11.59 9l-2.3-2.29a1.003 1.003 0 011.42-1.42l3 3c.18.18.29.43.29.71s-.11.53-.29.71z"],Cog:["M15.19 6.39h-1.85c-.11-.37-.27-.71-.45-1.04l1.36-1.36c.31-.31.31-.82 0-1.13l-1.13-1.13a.803.803 0 00-1.13 0l-1.36 1.36c-.33-.17-.67-.33-1.04-.44V.79c0-.44-.36-.8-.8-.8h-1.6c-.44 0-.8.36-.8.8v1.86c-.39.12-.75.28-1.1.47l-1.3-1.3c-.3-.3-.79-.3-1.09 0L1.82 2.91c-.3.3-.3.79 0 1.09l1.3 1.3c-.2.34-.36.7-.48 1.09H.79c-.44 0-.8.36-.8.8v1.6c0 .44.36.8.8.8h1.85c.11.37.27.71.45 1.04l-1.36 1.36c-.31.31-.31.82 0 1.13l1.13 1.13c.31.31.82.31 1.13 0l1.36-1.36c.33.18.67.33 1.04.44v1.86c0 .44.36.8.8.8h1.6c.44 0 .8-.36.8-.8v-1.86c.39-.12.75-.28 1.1-.47l1.3 1.3c.3.3.79.3 1.09 0l1.09-1.09c.3-.3.3-.79 0-1.09l-1.3-1.3c.19-.35.36-.71.48-1.1h1.85c.44 0 .8-.36.8-.8v-1.6a.816.816 0 00-.81-.79zm-7.2 4.6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],CollapseAll:["M7.29 6.71c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 00-1.42-1.42L8 4.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42l4 4zm1.42 2.58C8.53 9.11 8.28 9 8 9s-.53.11-.71.29l-4 4a1.003 1.003 0 001.42 1.42L8 11.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-4-4z"],ColorFill:["M3.093 7c.017-.05.036-.1.058-.15.106-.248.225-.397.263-.436L7 2.828 11.172 7H3.093zM6.5 13c1 0 2.5-1 3-1.5l3.086-3.086L14 7l-1.414-1.414-4.172-4.172L7 0 5.586 1.414 2 5c-.5.5-1 1.5-1 2.5s.5 2 1 2.5l2 2c.5.5 1.5 1 2.5 1zm7-4l1.125 1.667c.238.353.375.666.375 1 0 .666-.375 1.333-1.5 1.333s-1.5-.667-1.5-1.333c0-.334.137-.647.375-1L13.5 9zM0 15a1 1 0 011-1h14a1 1 0 110 2H1a1 1 0 01-1-1z"],ColumnLayout:["M15 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM4 13H2V3h2v10zm3 0H5V3h2v10zm7 0H8V3h6v10z"],Comment:["M14 1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h2v3a1.003 1.003 0 001.71.71L8.41 12H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM3.5 8C2.67 8 2 7.33 2 6.5S2.67 5 3.5 5 5 5.67 5 6.5 4.33 8 3.5 8zm4 0C6.67 8 6 7.33 6 6.5S6.67 5 7.5 5 9 5.67 9 6.5 8.33 8 7.5 8zm4 0c-.83 0-1.5-.67-1.5-1.5S10.67 5 11.5 5s1.5.67 1.5 1.5S12.33 8 11.5 8z"],Comparison:["M7.99-.01c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1v-14c0-.55-.45-1-1-1zm-3 3h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm10 0h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm0 3h-4v-2h4v2zm0 3h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm0 3h-4v-2h4v2zm-10-3h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"],Compass:["M12 8c0 .14-.03.27-.08.39l-3 6.99c-.15.37-.51.62-.92.62s-.77-.25-.92-.61l-3-6.99a1.006 1.006 0 010-.79l3-6.99C7.23.25 7.59 0 8 0s.77.25.92.61l3 6.99c.05.13.08.26.08.4zM8 3.54L6.09 8h3.82L8 3.54z"],Compressed:["M15.93 5.63v-.02L13.94.63C13.78.26 13.42 0 13 0H3c-.42 0-.78.26-.93.63L.08 5.61l-.01.02C.03 5.74 0 5.87 0 6v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.13-.03-.26-.07-.37zM9 2h3.32l1.2 3H9V2zM3.68 2H7v3H2.48l1.2-3zM14 14H2V7h5v2.59l-1.29-1.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 00-1.42-1.42L9 9.59V7h5v7z"],Confirm:["M8.7 4.29a.965.965 0 00-.71-.3 1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l5-5a1.003 1.003 0 00-1.42-1.42l-4.29 4.3L8.7 4.29zm5.22 3.01c.03.23.07.45.07.69 0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6c.81 0 1.59.17 2.3.46l1.5-1.5A7.998 7.998 0 00-.01 7.99c0 4.42 3.58 8 8 8s8-3.58 8-8c0-.83-.13-1.64-.36-2.39l-1.71 1.7z"],Console:["M15 15H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zM14 5H2v8h12V5zM4 6c.28 0 .53.11.71.29l2 2c.18.18.29.43.29.71s-.11.53-.29.71l-2 2a1.003 1.003 0 01-1.42-1.42L4.59 9l-1.3-1.29A1.003 1.003 0 014 6zm5 4h3c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1z"],Contrast:["M15.2 6.4h-1.44c-.13-.47-.32-.92-.56-1.34L14.26 4c.31-.31.31-.82 0-1.13l-1.13-1.13a.803.803 0 00-1.13 0L10.94 2.8c-.42-.24-.86-.42-1.34-.56V.8c0-.44-.36-.8-.8-.8H7.2c-.44 0-.8.36-.8.8v1.44c-.5.14-.96.34-1.4.59l-1-1c-.3-.3-.79-.3-1.09 0L1.83 2.91c-.3.3-.3.79 0 1.09l1 1c-.25.44-.45.9-.59 1.4H.8c-.44 0-.8.36-.8.8v1.6c0 .44.36.8.8.8h1.44c.13.47.32.92.56 1.34L1.74 12c-.31.31-.31.82 0 1.13l1.13 1.13c.31.31.82.31 1.13 0l1.06-1.06c.42.24.86.42 1.34.56v1.44c0 .44.36.8.8.8h1.6c.44 0 .8-.36.8-.8v-1.44c.5-.14.96-.33 1.4-.59l1 1c.3.3.79.3 1.09 0l1.09-1.09c.3-.3.3-.79 0-1.09l-1-1c.25-.43.45-.9.59-1.4h1.44c.44 0 .8-.36.8-.8V7.2a.818.818 0 00-.81-.8zM8 12c-2.21 0-4-1.79-4-4s1.79-4 4-4v8z"],Control:["M13 8H8v5h5V8zm0-5H8v4h5V3zm2-3H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V2h12v12zM7 3H3v10h4V3z"],CreditCard:["M14.99 2.95h-14c-.55 0-1 .45-1 1v1h16v-1c0-.55-.45-1-1-1zm-15 10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-6h-16v6zm5.5-2h5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5s.23-.5.5-.5zm-3 0h1c.28 0 .5.22.5.5s-.22.5-.5.5h-1c-.28 0-.5-.22-.5-.5s.23-.5.5-.5z"],Crop:["M11 15a1 1 0 102 0v-2h2a1 1 0 100-2H5V1a1 1 0 00-2 0v2H1a1 1 0 100 2h2v7a1 1 0 001 1h7v2z","M12 3H6v2h5v5h2V4a1 1 0 00-1-1z"],Cross:["M9.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L8 6.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42L6.59 8 3.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L8 9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L9.41 8z"],CrossCircle:["M8 16A8 8 0 108 0a8 8 0 000 16zm3.7-10.29L9.41 8l2.3 2.29A1.003 1.003 0 0111 12c-.28 0-.53-.11-.71-.3L8 9.41l-2.29 2.3A1.003 1.003 0 014 11c0-.28.11-.53.3-.71L6.59 8l-2.3-2.29a1.003 1.003 0 011.42-1.42L8 6.59l2.29-2.3A1.003 1.003 0 0112 5c0 .28-.11.53-.3.71z"],Crown:["M2 6l3 2 3-4 3 4 3-2-1 6H3L2 6zm6-5a1 1 0 110 2 1 1 0 010-2zM1 3a1 1 0 110 2 1 1 0 010-2zm14 0a1 1 0 110 2 1 1 0 010-2zM3 13h10v2H3v-2z"],Cube:["M14.194 3.54L8 7.41 1.806 3.54 7.504.283a1 1 0 01.992 0l5.698 3.255zm.75.71a1 1 0 01.056.33v6.84a1 1 0 01-.504.868L8.5 15.714V8.277l6.444-4.027zm-13.888 0L7.5 8.277v7.437l-5.996-3.426A1 1 0 011 11.42V4.58a1 1 0 01.056-.33z"],CubeAdd:["M14 2h1a1 1 0 010 2h-1v1a1 1 0 01-2 0V4h-1a1 1 0 010-2h1V1a1 1 0 012 0v1zM9.136.65a3.001 3.001 0 00.992 5.222c.018.058.038.115.059.172L8 7.41 1.806 3.54 7.504.283a1 1 0 01.992 0l.64.365zM15 7.235v4.184a1 1 0 01-.504.868L8.5 15.714V8.277l2.187-1.367A2.994 2.994 0 0013 8c.768 0 1.47-.289 2-.764zM1.056 4.25L7.5 8.277v7.437l-5.996-3.426A1 1 0 011 11.42V4.58a1 1 0 01.056-.33z"],CubeRemove:["M10.365 5.933L8 7.41 1.806 3.54 7.504.283a1 1 0 01.992 0l.64.365a3.001 3.001 0 001.228 5.283zM15 6v5.42a1 1 0 01-.504.868L8.5 15.714V8.277L12.143 6H15zM1.056 4.25L7.5 8.277v7.437l-5.996-3.426A1 1 0 011 11.42V4.58a1 1 0 01.056-.33zM11 2h4a1 1 0 010 2h-4a1 1 0 010-2z"],CurvedRangeChart:["M15 12H3.12l1.81-1.39c1.73 1.01 5.53-.03 9.08-2.61l-1.22-1.5C10.3 8.3 7.86 9.37 6.65 9.29L14.3 3.4l-.6-.8-7.83 6.03c-.01-1.07 1.8-3.19 4.47-5.13L9.12 2C5.38 4.7 3.34 8.1 4.25 9.87L2 11.6V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],Cut:["M13 2s.71-1.29 0-2L8.66 5.07l1.05 1.32L13 2zm.07 8c-.42 0-.82.09-1.18.26L3.31 0c-.69.71 0 2 0 2l3.68 5.02-2.77 3.24A2.996 2.996 0 000 13c0 1.66 1.34 3 3 3s3-1.34 3-3c0-.46-.11-.89-.29-1.27L8.1 8.54l2.33 3.19c-.18.39-.29.82-.29 1.27 0 1.66 1.31 3 2.93 3S16 14.66 16 13s-1.31-3-2.93-3zM3 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10.07 0c-.54 0-.98-.45-.98-1s.44-1 .98-1 .98.45.98 1-.44 1-.98 1z"],Cycle:["M13 9a3 3 0 110 6 3 3 0 010-6zM3 9a3 3 0 110 6 3 3 0 010-6zm6.169-5.27l.087.09 1.51 1.746 1.589.549a1 1 0 01.65 1.16l-.032.112a1 1 0 01-1.159.65l-.112-.032-1.843-.636a1 1 0 01-.337-.198l-.092-.093-.959-1.109L7.041 7.5l1.691 1.819a1 1 0 01.26.556L9 10v3a1 1 0 01-1.993.117L7 13l-.001-2.608-2.056-2.211a1 1 0 01-.081-1.264l.082-.1 2.825-3.026a1 1 0 011.4-.061zM13 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-10 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM11 1a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"],Dashboard:["M5 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM4 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-2 6c0 1.1.9 2 2 2s2-.9 2-2c0-.53-2-5-2-5s-2 4.47-2 5zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm4-9c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],DataConnection:["M1 9.52c.889.641 2.308 1.133 4.003 1.354L5 11a5.994 5.994 0 002.664 4.988c-.217.008-.44.012-.664.012-3.215 0-5.846-.85-5.993-1.906L1 14V9.52zM11 6c2.762 0 5 2.238 5 5s-2.238 5-5 5-5-2.238-5-5 2.238-5 5-5zm1 1l-4 5h2.5l-.5 3 4-5h-2.5l.5-3zm1-3.48v1.822a6.002 6.002 0 00-7.9 4.556l-.248-.03c-2.168-.28-3.733-.966-3.845-1.774L1 8V3.52C2.22 4.4 4.44 5 7 5s4.78-.6 6-1.48zM7 0c3.31 0 6 .9 6 2s-2.69 2-6 2c-3.32 0-6-.9-6-2s2.68-2 6-2z"],DataLineage:["M1.067 0C.477 0 0 .478 0 1.067V3.2c0 .59.478 1.067 1.067 1.067h2.24a5.342 5.342 0 002.9 3.734 5.337 5.337 0 00-2.9 3.733h-2.24C.477 11.733 0 12.21 0 12.8v2.133C0 15.523.478 16 1.067 16H6.4c.59 0 1.067-.478 1.067-1.067V12.8c0-.59-.478-1.067-1.067-1.067H4.401a4.27 4.27 0 013.92-3.194l.212-.006V9.6c0 .59.478 1.067 1.067 1.067h5.333c.59 0 1.067-.478 1.067-1.067V6.4c0-.59-.478-1.067-1.067-1.067H9.6c-.59 0-1.067.478-1.067 1.067v1.067a4.268 4.268 0 01-4.132-3.2H6.4c.59 0 1.067-.478 1.067-1.067V1.067C7.467.477 6.989 0 6.4 0H1.067z"],Database:["M8 4c3.31 0 6-.9 6-2s-2.69-2-6-2C4.68 0 2 .9 2 2s2.68 2 6 2zm-6-.48V8c0 1.1 2.69 2 6 2s6-.9 6-2V3.52C12.78 4.4 10.56 5 8 5s-4.78-.6-6-1.48zm0 6V14c0 1.1 2.69 2 6 2s6-.9 6-2V9.52C12.78 10.4 10.56 11 8 11s-4.78-.6-6-1.48z"],Delete:["M11.99 4.99a1.003 1.003 0 00-1.71-.71l-2.29 2.3L5.7 4.29a.965.965 0 00-.71-.3 1.003 1.003 0 00-.71 1.71l2.29 2.29-2.29 2.29A1.003 1.003 0 005.7 11.7l2.29-2.29 2.29 2.29a1.003 1.003 0 001.42-1.42L9.41 7.99 11.7 5.7c.18-.18.29-.43.29-.71zm-4-5c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z"],Delta:["M8 0L0 16h16L8 0zM7 5l5 10H2L7 5z"],DeriveColumn:["M6.08 6.67h-.84c.24-.92.56-1.6.96-2.03.24-.27.48-.4.71-.4.05 0 .08.01.11.04s.04.06.04.1c0 .04-.03.11-.1.21-.06.1-.1.2-.1.29 0 .13.05.24.15.33.1.09.23.14.39.14.17 0 .31-.06.42-.17A.58.58 0 008 4.73c0-.22-.09-.39-.26-.53-.17-.13-.44-.2-.81-.2-.59 0-1.12.16-1.59.48-.48.32-.93.85-1.36 1.59-.15.26-.29.42-.42.49s-.35.11-.64.1l-.19.65h.81l-1.19 4.37c-.2.72-.33 1.16-.4 1.33-.1.24-.26.45-.46.62-.08.07-.18.1-.3.1-.03 0-.06-.01-.08-.03l-.03-.04c0-.02.03-.06.09-.11.06-.06.09-.14.09-.26 0-.13-.05-.23-.14-.32a.6.6 0 00-.4-.13c-.21 0-.38.05-.51.16s-.21.25-.21.4c0 .16.08.3.23.42.16.12.4.18.74.18.53 0 .99-.13 1.4-.39.41-.26.76-.65 1.07-1.19.3-.54.62-1.4.94-2.59l.68-2.53h.82l.2-.63zM15 0H8c-.55 0-1 .45-1 1v2h2V2h5v12H9v-1H7v2c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM8.3 9.94c.18.52.33.89.46 1.13.13.24.28.4.44.51.17.1.37.16.62.16.24 0 .49-.08.74-.25.33-.21.66-.58 1.01-1.09l-.21-.11c-.23.31-.41.5-.52.57a.44.44 0 01-.26.07c-.12 0-.24-.07-.36-.21-.2-.24-.46-.91-.8-2 .3-.49.55-.81.75-.96.15-.11.3-.16.47-.16.06 0 .17.02.34.06.16.04.31.06.43.06.17 0 .31-.06.43-.17.1-.11.16-.25.16-.43 0-.19-.06-.33-.17-.44-.12-.11-.28-.16-.49-.16-.19 0-.37.04-.54.13-.17.09-.39.27-.65.56-.2.21-.48.58-.87 1.11-.15-.66-.41-1.26-.78-1.81l-2.05.33-.04.21c.15-.03.28-.04.39-.04.2 0 .37.08.5.25.21.26.5 1.03.88 2.33-.29.37-.49.61-.6.72-.18.18-.33.3-.44.36-.09.04-.19.07-.3.07-.09 0-.23-.04-.42-.13a.866.866 0 00-.36-.09c-.2 0-.36.06-.49.18a.59.59 0 00-.19.46c0 .17.06.32.18.43.12.11.28.16.48.16.2 0 .38-.04.55-.11.17-.08.39-.24.65-.49.24-.27.6-.66 1.06-1.21z"],Desktop:["M15 0H1C.45 0 0 .45 0 1v10c0 .55.45 1 1 1h4.75l-.5 2H4c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-1.25l-.5-2H15c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 10H2V2h12v8z"],Detection:["M1 0a1 1 0 00-1 1v4a1 1 0 002 0V2h3a1 1 0 000-2H1zM0 15a1 1 0 001 1h4a1 1 0 100-2H2v-3a1 1 0 10-2 0v4zM15 16a1 1 0 001-1v-4a1 1 0 10-2 0v3h-3a1 1 0 100 2h4zM16 1a1 1 0 00-1-1h-4a1 1 0 100 2h3v3a1 1 0 102 0V1z","M4 5a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1V5zm2 5V6h4v4H6z"],Diagnosis:["M3.2 1a1 1 0 01.117 1.993L3.2 3H3v3a2 2 0 001.85 1.995L5 8a2 2 0 001.995-1.85L7 6V3h-.2a1 1 0 01-.993-.883L5.8 2a1 1 0 01.883-.993L6.8 1H8a1 1 0 01.993.883L9 2v4a4.002 4.002 0 01-3.007 3.876v.007L6 10a3 3 0 005.995.176L12 10V7.792a2.5 2.5 0 112 0V10a5 5 0 01-10 0c0-.042.003-.084.008-.125A4 4 0 011.005 6.2L1 6V2a1 1 0 01.883-.993L2 1h1.2z"],DiagramTree:["M15 8v3h-2V9H9v2H7V9H3v2H1V8a1 1 0 011-1h5V5h2v2h5a1 1 0 011 1zM1 12h2a1 1 0 011 1v2a1 1 0 01-1 1H1a1 1 0 01-1-1v-2a1 1 0 011-1zm12 0h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2a1 1 0 011-1zm-6 0h2a1 1 0 011 1v2a1 1 0 01-1 1H7a1 1 0 01-1-1v-2a1 1 0 011-1zM7 0h2a1 1 0 011 1v2a1 1 0 01-1 1H7a1 1 0 01-1-1V1a1 1 0 011-1z"],DirectionLeft:["M16 1.99l-16 6 16 6-4-6z"],DirectionRight:["M16 7.99l-16-6 4 6-4 6z"],Disable:["M7.99-.01c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm-6 8c0-3.31 2.69-6 6-6 1.3 0 2.49.42 3.47 1.12l-8.35 8.35c-.7-.98-1.12-2.17-1.12-3.47zm6 6c-1.3 0-2.49-.42-3.47-1.12l8.35-8.35c.7.98 1.12 2.17 1.12 3.47 0 3.32-2.68 6-6 6z"],Divide:["M9 5a1 1 0 11-2 0 1 1 0 012 0zM5 7c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H5zm3 5a1 1 0 100-2 1 1 0 000 2z"],Document:["M9 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5L9 0zm3 14H4V2h4v4h4v8z"],DocumentOpen:["M6 12c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1.59L1.3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L6 10.41V12zm4-12H4c-.55 0-1 .45-1 1v4h2V2h4v4h4v8H5.24l-1.8 1.8c.16.12.35.2.56.2h10c.55 0 1-.45 1-1V5l-5-5z"],DocumentShare:["M10 14H2V2h4v4h1c0-.83.36-1.55.91-2.09l-.03-.03.9-.9C8.3 2.45 8 1.77 8 1L7 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V8.22c-.53.48-1.23.78-2 .78v5zm5-14h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.29a1.003 1.003 0 001.42 1.42L14 3.41V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],Dollar:["M12.83 9.51c-.1-.3-.25-.58-.45-.84s-.45-.49-.75-.7c-.3-.2-.65-.36-1.05-.48-.16-.04-.43-.11-.8-.2-.35-.09-.73-.18-1.12-.28-.39-.1-.74-.19-1.06-.27-.31-.08-.49-.12-.54-.13-.43-.12-.78-.29-1.05-.52-.27-.23-.4-.55-.4-.95 0-.29.07-.53.21-.72.14-.19.32-.34.54-.46.22-.11.46-.19.72-.24.26-.05.52-.08.77-.08.74 0 1.35.15 1.83.46.48.3.75.83.81 1.56h2.14c0-.6-.13-1.13-.38-1.58-.25-.45-.59-.84-1.02-1.15-.43-.31-.93-.54-1.49-.7-.24-.06-.49-.1-.75-.14V1c0-.55-.45-1-1-1s-1 .45-1 1v1.08c-.23.03-.46.07-.68.13-.54.13-1.02.34-1.44.61-.42.28-.76.63-1.02 1.05-.26.43-.39.93-.39 1.5 0 .3.04.59.13.88.09.29.23.56.44.82.21.26.48.49.83.7.35.21.79.38 1.31.51.85.21 1.56.38 2.14.52.58.13 1.08.28 1.52.42.25.09.48.23.69.44.21.21.32.53.32.97 0 .21-.05.42-.14.63-.09.21-.24.39-.45.55-.21.16-.47.29-.81.39-.33.1-.73.15-1.2.15-.43 0-.84-.05-1.21-.14-.37-.09-.7-.24-.99-.43-.29-.2-.51-.45-.67-.76-.16-.31-.24-.68-.24-1.12H3c.01.71.15 1.32.43 1.84.27.52.64.94 1.1 1.27.46.33.99.58 1.61.74.27.07.56.12.85.16V15c0 .55.45 1 1 1s1-.45 1-1v-1.05c.3-.03.61-.08.9-.15.58-.13 1.1-.34 1.56-.63.46-.29.83-.66 1.11-1.11.28-.45.42-1 .42-1.64 0-.31-.05-.61-.15-.91z"],Dot:["M8 5a3 3 0 100 6 3 3 0 100-6z"],DoubleCaretHorizontal:["M13.71 7.29l-3-3A1.003 1.003 0 009 5v6a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM6 4c-.28 0-.53.11-.71.29l-3 3C2.11 7.47 2 7.72 2 8c0 .28.11.53.29.71l3 3A1.003 1.003 0 007 11V5c0-.55-.45-1-1-1z"],DoubleCaretVertical:["M5 7h6a1.003 1.003 0 00.71-1.71l-3-3C8.53 2.11 8.28 2 8 2s-.53.11-.71.29l-3 3A1.003 1.003 0 005 7zm6 2H5a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0011 9z"],DoubleChevronDown:["M7.29 8.71c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 00-1.42-1.42L8 6.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42l4 4zM12 8c-.28 0-.53.11-.71.29L8 11.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0012 8z"],DoubleChevronLeft:["M4.41 8L7.7 4.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4C2.11 7.47 2 7.72 2 8c0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L4.41 8zm5 0l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4C7.11 7.47 7 7.72 7 8c0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L9.41 8z"],DoubleChevronRight:["M9 8c0-.28-.11-.53-.29-.71l-4-4a1.003 1.003 0 00-1.42 1.42L6.59 8 3.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4C8.89 8.53 9 8.28 9 8zm4.71-.71l-4-4a1.003 1.003 0 00-1.42 1.42L11.59 8 8.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],DoubleChevronUp:["M4 8c.28 0 .53-.11.71-.29L8 4.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-4-4C8.53 2.11 8.28 2 8 2s-.53.11-.71.29l-4 4A1.003 1.003 0 004 8zm4.71-.71C8.53 7.11 8.28 7 8 7s-.53.11-.71.29l-4 4a1.003 1.003 0 001.42 1.42L8 9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-4-4z"],DoughnutChart:["M11.86 7h4.05C15.45 3.39 12.61.52 9 .07v4.07A4 4 0 0111.86 7zM12 8c0 2.21-1.79 4-4 4s-4-1.79-4-4 1.79-4 4-4V0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8h-4z"],Download:["M7.99-.01c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM11.7 9.7l-3 3c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-3-3A1.003 1.003 0 015.7 8.28l1.29 1.29V3.99c0-.55.45-1 1-1s1 .45 1 1v5.59l1.29-1.29a1.003 1.003 0 011.71.71c0 .27-.11.52-.29.7z"],DragHandleHorizontal:["M2 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm8-2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-4-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],DragHandleVertical:["M6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-6c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4 8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],Draw:["M14.9 11c-.3 0-.5.1-.7.3l-3 3c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3l3-3c.2-.2.3-.4.3-.7 0-.5-.4-1-1-1zm-1-1v-.2l-1-5c-.1-.3-.3-.6-.6-.7l-11-4-.3.3 5.8 5.8c.2-.1.4-.2.6-.2.8 0 1.5.7 1.5 1.5S8.3 9 7.4 9s-1.5-.7-1.5-1.5c0-.2.1-.4.2-.6L.3 1.1l-.3.3 4 11c.1.3.4.6.7.6l5 1h.2c.3 0 .5-.1.7-.3l3-3c.2-.2.3-.4.3-.7z"],DrawerLeft:["M7 0a1 1 0 011 1v14a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h6zM6 2H2v12h4V2zm2 5h4.59L11.3 5.71A.965.965 0 0111 5a1.003 1.003 0 011.71-.71l3 3c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-3 3a1.003 1.003 0 01-1.42-1.42L12.59 9H8V7z"],DrawerLeftFilled:["M1 0h6a1 1 0 011 1v14a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1zm7 7h4.59L11.3 5.71A.965.965 0 0111 5a1.003 1.003 0 011.71-.71l3 3c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-3 3a1.003 1.003 0 01-1.42-1.42L12.59 9H8V7z"],DrawerRight:["M15 0a1 1 0 011 1v14a1 1 0 01-1 1H9a1 1 0 01-1-1V1a1 1 0 011-1h6zm-1 2h-4v12h4V2zM8 7H3.41L4.7 5.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L3.41 9H8V7z"],DrawerRightFilled:["M9 0h6a1 1 0 011 1v14a1 1 0 01-1 1H9a1 1 0 01-1-1V1a1 1 0 011-1zM8 7H3.41L4.7 5.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L3.41 9H8V7z"],DriveTime:["M15.12 4.76h-1.05l-.76-2.12c-.19-.53-.76-1.08-1.27-1.24 0 0-1.32-.4-4.04-.4-2.72 0-4.04.4-4.04.4-.5.16-1.07.71-1.26 1.24l-.77 2.12H.88c-.48 0-.88.42-.88.94s.4.94.88.94h.38L1 7c-.03.69 0 1.44 0 2v5c0 .66.38 1 1 1s1-.34 1-1v-1h10v1c0 .66.38 1 1 1s1-.34 1-1V9c0-.56-.01-1.37 0-2l-.26-.37h.38c.48 0 .88-.42.88-.93 0-.52-.4-.94-.88-.94zM5 10H3V8h2v2zm8 0h-2V8h2v2zm0-4H3c-.18 0-.06-.82 0-1l.73-1.63C3.79 3.19 3.82 3 4 3h8c.18 0 .21.19.27.37L13 5c.06.18.18 1 0 1z"],Duplicate:["M15 0H5c-.55 0-1 .45-1 1v2h2V2h8v7h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10H2V6h8v8z"],Edit:["M3.25 10.26l2.47 2.47 6.69-6.69-2.46-2.48-6.7 6.7zM.99 14.99l3.86-1.39-2.46-2.44-1.4 3.83zm12.25-14c-.48 0-.92.2-1.24.51l-1.44 1.44 2.47 2.47 1.44-1.44c.32-.32.51-.75.51-1.24.01-.95-.77-1.74-1.74-1.74z"],Eject:["M4 9h8a1.003 1.003 0 00.71-1.71l-4-4C8.53 3.11 8.28 3 8 3s-.53.11-.71.29l-4 4A1.003 1.003 0 004 9zm8 1H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1z"],Emoji:["M8 0a8 8 0 110 16A8 8 0 018 0zm0 1a7 7 0 100 14A7 7 0 008 1zM4 8c.228 2.262 2 4 4 4 1.938 0 3.77-1.738 3.984-3.8L12 8h1c-.128 2.888-2.317 5-5 5a5 5 0 01-4.995-4.783L3 8h1zm2-3a1 1 0 110 2 1 1 0 010-2zm4 0a1 1 0 110 2 1 1 0 010-2z"],Endnote:["M.594 15.394c.396.404.916.606 1.56.606.435 0 .836-.098 1.202-.295.377-.197.61-.33.936-.62v.729H6v-4.52c0-1.068-.228-1.88-.683-2.44C4.87 8.284 4.193 8 3.282 8a4.46 4.46 0 00-1.633.295c-.505.197-.96.43-1.367.7l.624 1.195c.327-.207.658-.383.995-.528a2.71 2.71 0 011.054-.217c.248 0 .456.041.624.124a.91.91 0 01.401.326c.11.135.183.295.223.482.05.176.08.362.09.559a11.95 11.95 0 00-1.946.357c-.535.155-.98.347-1.337.575a2.225 2.225 0 00-.772.823c-.159.31-.238.668-.238 1.072 0 .673.198 1.217.594 1.631zm2.911-1.01a1.509 1.509 0 01-.802.218c-.307 0-.56-.078-.757-.233-.198-.155-.297-.404-.297-.746 0-.186.044-.362.133-.528.09-.165.238-.31.446-.435.208-.134.48-.254.817-.357a7.495 7.495 0 011.247-.249v1.71c-.277.268-.54.476-.787.62zM9.64 15.755c.365.163.725.245 1.079.245.427 0 .838-.092 1.234-.276.396-.184.745-.45 1.047-.796.302-.348.542-.772.719-1.272.187-.51.281-1.088.281-1.731 0-.582-.068-1.108-.203-1.578a3.408 3.408 0 00-.594-1.195 2.54 2.54 0 00-.953-.766 2.873 2.873 0 00-1.281-.276c-.396 0-.787.087-1.172.26-.375.174-.677.399-1 .675V5H7v10.816h1.797v-.62c.3.294.465.374.772.524l.072.035zm1.985-1.854c-.344.43-.77.643-1.281.643-.23 0-.48-.045-.75-.137-.184-.065-.37-.246-.559-.43-.079-.076-.158-.153-.238-.223V10.5c.583-.562 1.146-.935 1.687-.935.584 0 1.006.21 1.266.629.26.418.39 1.006.39 1.761 0 .858-.171 1.507-.515 1.946z","M13.707 1.257a3.603 3.603 0 01-.707.069v1.028h1.737V8H16V0h-.94c-.04.244-.127.45-.262.617a1.55 1.55 0 01-.475.412 1.97 1.97 0 01-.616.228z"],Endorsed:["M15.86 7.5l-.81-1.42V4.5c0-.36-.19-.68-.49-.87l-1.37-.8-.81-1.41c-.19-.31-.51-.49-.86-.49H9.89L8.5.14a.948.948 0 00-1 0l-1.39.8H4.52a1 1 0 00-.86.49l-.8 1.37-1.44.83c-.3.19-.49.51-.49.87v1.65l-.8 1.37c-.08.15-.13.32-.13.49s.05.34.14.49l.8 1.37v1.65c0 .36.19.68.49.87l1.42.81.8 1.37c.19.31.51.49.86.49H6.1l1.39.8c.15.09.32.14.48.14s.34-.05.49-.14l1.39-.8h1.63a1 1 0 00.86-.49l.81-1.41 1.37-.8c.3-.19.49-.51.49-.87V9.93l.81-1.42a.89.89 0 00.04-1.01zm-4.12-.82l-4.01 4.01c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-2-2c-.18-.19-.3-.44-.3-.71a1.003 1.003 0 011.71-.71l1.3 1.3 3.3-3.3a1.003 1.003 0 011.71.71.95.95 0 01-.29.7z"],Envelope:["M0 3.06v9.88L4.94 8 0 3.06zM14.94 2H1.06L8 8.94 14.94 2zm-6.41 8.53c-.14.14-.32.22-.53.22s-.39-.08-.53-.22L6 9.06 1.06 14h13.88L10 9.06l-1.47 1.47zM11.06 8L16 12.94V3.06L11.06 8z"],Equals:["M3 5h10a1 1 0 010 2H3a1 1 0 110-2zm0 4h10a1 1 0 010 2H3a1 1 0 010-2z"],Eraser:["M8.06 13.91l7.63-7.44c.41-.4.41-1.05 0-1.45L10.86.3c-.41-.4-1.08-.4-1.49 0L.31 9.13c-.41.4-.41 1.05 0 1.45l5.58 5.44h8.12v-.01c.55 0 1-.45 1-1s-.45-1-1-1H7.96l.1-.1zm-2.17.06L1.67 9.85l4.22-4.11 4.22 4.11-4.22 4.12z"],Error:["M7.99-.01c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1 13h-2v-2h2v2zm0-3h-2v-7h2v7z"],Euro:["M6.52 3.18c.51-.27 1.12-.4 1.83-.4.48 0 .91.06 1.27.18.37.12.68.29.96.51.18.14.3.33.44.51l1.53-1.53c-.12-.11-.23-.22-.36-.32a5.61 5.61 0 00-1.74-.83c-.66-.2-1.36-.3-2.1-.3-.99 0-1.88.18-2.66.53-.79.35-1.45.82-2 1.41-.55.58-.96 1.27-1.26 2.06H2c-.55 0-1 .45-1 1s.45 1 1 1h.04c-.01.17-.04.33-.04.5 0 .17.03.33.04.5H2c-.55 0-1 .45-1 1s.45 1 1 1h.43c0 .01 0 .02.01.02a6.2 6.2 0 001.25 2.07 5.77 5.77 0 002 1.4c.78.34 1.67.51 2.66.51.81 0 1.54-.12 2.21-.36.67-.24 1.25-.59 1.75-1.03l.03-.03-1.55-1.33c-.01.01-.02.03-.03.04-.29.3-.63.53-1.02.69-.4.17-.85.25-1.37.25-.71 0-1.32-.13-1.83-.4s-.93-.62-1.25-1.07c-.19-.24-.34-.49-.46-.76H9c.55 0 1-.45 1-1s-.45-1-1-1H4.35c-.01-.17-.03-.33-.03-.5 0-.17.02-.34.03-.5H10c.55 0 1-.45 1-1s-.45-1-1-1H4.83c.13-.27.27-.52.44-.76.32-.44.74-.8 1.25-1.06zM14 8.98v0z"],Exchange:["M1.99 5.99c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.89-2-2-2zm4.15 1.86a.495.495 0 10.7-.7L5.7 5.99h5.79c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H5.7l1.15-1.15a.495.495 0 10-.7-.7l-2 2c-.1.09-.16.21-.16.35s.06.26.15.35l2 2.01zm7.85-1.86c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.89-2-2-2zM9.85 8.14a.533.533 0 00-.36-.15.495.495 0 00-.35.85l1.15 1.15h-5.8c-.28 0-.5.22-.5.5s.22.5.5.5h5.79l-1.15 1.15a.495.495 0 10.7.7l2-2c.09-.09.15-.22.15-.35s-.06-.26-.15-.35l-1.98-2z"],ExcludeRow:["M0 10a1.003 1.003 0 001.71.71L3 9.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L4.41 8 5.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L3 6.59l-1.29-1.3A1.003 1.003 0 00.29 6.71L1.59 8 .29 9.29C.11 9.47 0 9.72 0 10zm1-7h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 10H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-1-7H9c-1.1 0-2 .9-2 2s.9 2 2 2h5c1.1 0 2-.9 2-2s-.9-2-2-2z"],ExpandAll:["M4 7c.28 0 .53-.11.71-.29L8 3.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-4-4C8.53 1.11 8.28 1 8 1s-.53.11-.71.29l-4 4A1.003 1.003 0 004 7zm8 2c-.28 0-.53.11-.71.29L8 12.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0012 9z"],Explain:["M8 0a8 8 0 100 16h8V8a8 8 0 00-8-8zM6 9a1 1 0 011 1v2.49a.51.51 0 00.948.26l2.986-5.039a.47.47 0 00-.405-.71H10a1 1 0 01-1-1V3.51a.51.51 0 00-.948-.26L5.066 8.289A.471.471 0 005.47 9H6z"],Export:["M4 6c.28 0 .53-.11.71-.29L7 3.41V11c0 .55.45 1 1 1s1-.45 1-1V3.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-4-4C8.53.11 8.28 0 8 0s-.53.11-.71.29l-4 4A1.003 1.003 0 004 6zm11 5c-.55 0-1 .45-1 1v2H2v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1z"],EyeOff:["M16 7.97v-.02-.01-.02-.02a.672.672 0 00-.17-.36c-.49-.63-1.07-1.2-1.65-1.72l-3.16 2.26a2.978 2.978 0 01-2.98 2.9c-.31 0-.6-.06-.88-.15L5.09 12.3c.44.19.9.36 1.37.47.97.23 1.94.24 2.92.05.88-.17 1.74-.54 2.53-.98 1.25-.7 2.39-1.67 3.38-2.75.18-.2.37-.41.53-.62.09-.1.15-.22.17-.36v-.02-.02-.01-.02-.03c.01-.02.01-.03.01-.04zm-.43-4.17c.25-.18.43-.46.43-.8 0-.55-.45-1-1-1-.22 0-.41.08-.57.2l-.01-.01-2.67 1.91c-.69-.38-1.41-.69-2.17-.87a6.8 6.8 0 00-2.91-.05c-.88.18-1.74.54-2.53.99-1.25.7-2.39 1.67-3.38 2.75-.18.2-.37.41-.53.62-.23.29-.23.63-.01.92.51.66 1.11 1.25 1.73 1.79.18.16.38.29.56.44l-2.09 1.5.01.01c-.25.18-.43.46-.43.8 0 .55.45 1 1 1 .22 0 .41-.08.57-.2l.01.01 14-10-.01-.01zm-10.41 5a3.03 3.03 0 01-.11-.8 2.99 2.99 0 012.99-2.98c.62 0 1.19.21 1.66.53L5.16 8.8z"],EyeOn:["M10.29 6.7c.18.18.43.29.71.29s.53-.11.71-.29l4-4c.17-.18.29-.43.29-.7a1.003 1.003 0 00-1.71-.71L11 4.58 9.71 3.29A.997.997 0 009 3c-.55 0-1 .44-1 1a1 1 0 00.3.7l1.99 2zM16 7.96v-.02-.01-.02-.02a.64.64 0 00-.17-.36c-.3-.4-.65-.76-1-1.12l-1.7 1.7c-.55.55-1.3.88-2.13.88-.06 0-.11-.01-.17-.02C10.42 10.15 9.32 11 8.01 11A3.005 3.005 0 016.4 5.46c-.24-.43-.39-.93-.39-1.46 0-.26.04-.5.1-.74-.7.2-1.37.5-2.01.86-1.26.7-2.4 1.68-3.4 2.77-.18.21-.36.41-.53.63-.22.29-.22.64 0 .93.51.67 1.12 1.27 1.73 1.81 1.33 1.17 2.85 2.15 4.53 2.55.97.23 1.95.24 2.92.05.89-.18 1.74-.54 2.54-.99 1.25-.71 2.4-1.69 3.39-2.78.18-.2.37-.41.54-.63.09-.1.15-.23.17-.37v-.02-.02-.01-.02-.03c.01-.01.01-.02.01-.03zM8.01 9c.48 0 .87-.35.96-.81a.55.55 0 01-.07-.09l-.02.01L7.8 7.03c-.45.1-.79.48-.79.96 0 .56.45 1.01 1 1.01z"],EyeOpen:["M8.002 7.003a1.003 1.003 0 000 2.005 1.003 1.003 0 000-2.005zm7.988.972v-.02-.01-.02-.02a.675.675 0 00-.17-.36c-.509-.673-1.118-1.264-1.737-1.806-1.328-1.173-2.846-2.155-4.523-2.546a6.702 6.702 0 00-2.925-.06c-.889.18-1.738.541-2.546.992C2.84 4.837 1.692 5.81.694 6.902c-.18.211-.36.411-.53.632a.742.742 0 000 .932c.51.672 1.119 1.264 1.738 1.805 1.328 1.173 2.846 2.156 4.523 2.547.968.23 1.947.24 2.925.04.889-.18 1.738-.542 2.546-.993 1.248-.712 2.397-1.684 3.395-2.777.18-.2.37-.411.54-.632.09-.1.149-.23.169-.36v-.02-.02-.01-.02-.03c0-.01-.01-.01-.01-.02zm-7.988 3.038a2.998 2.998 0 01-2.995-3.008 2.998 2.998 0 012.995-3.008 2.998 2.998 0 012.996 3.008 2.998 2.998 0 01-2.996 3.008z"],FastBackward:["M14 3c-.24 0-.44.09-.62.23l-.01-.01L9 6.72V4c0-.55-.45-1-1-1-.24 0-.44.09-.62.23v-.01l-5 4 .01.01C2.16 7.41 2 7.68 2 8s.16.59.38.77v.01l5 4 .01-.01c.17.14.37.23.61.23.55 0 1-.45 1-1V9.28l4.38 3.5.01-.01c.17.14.37.23.61.23.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],FastForward:["M15 8c0-.32-.16-.59-.38-.77l.01-.01-5-4-.01.01A.987.987 0 009 3c-.55 0-1 .45-1 1v2.72l-4.38-3.5v.01A.987.987 0 003 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1 .24 0 .44-.09.62-.23l.01.01L8 9.28V12c0 .55.45 1 1 1 .24 0 .44-.09.62-.23l.01.01 5-4-.01-.01c.22-.18.38-.45.38-.77z"],Feed:["M1.99 11.99c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.89-2-2-2zm1-4c-.55 0-1 .45-1 1s.45 1 1 1c1.66 0 3 1.34 3 3 0 .55.45 1 1 1s1-.45 1-1c0-2.76-2.24-5-5-5zm0-4c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7 3.13 7 7 0 .55.45 1 1 1s1-.45 1-1a9 9 0 00-9-9zm0-4c-.55 0-1 .45-1 1s.45 1 1 1c6.08 0 11 4.92 11 11 0 .55.45 1 1 1s1-.45 1-1c0-7.18-5.82-13-13-13z"],FeedSubscribed:["M3 2c1.06 0 2.08.16 3.06.45.13-.71.52-1.32 1.05-1.76C5.82.25 4.44 0 3 0c-.55 0-1 .45-1 1s.45 1 1 1zM2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8.32-6.33a.99.99 0 001.4 0l3.98-3.98c.19-.18.3-.42.3-.7 0-.55-.45-.99-1-.99-.28 0-.52.11-.7.29l-3.28 3.28-1.29-1.29a.99.99 0 00-.7-.29 1 1 0 00-1 .99c0 .27.11.52.29.7l2 1.99zm3.73.53l-.93.93-.02-.02c-.17.17-.35.33-.56.45C13.47 9.16 14 11.02 14 13c0 .55.45 1 1 1s1-.45 1-1c0-2.5-.73-4.82-1.95-6.8zM3 8c-.55 0-1 .45-1 1s.45 1 1 1c1.66 0 3 1.34 3 3 0 .55.45 1 1 1s1-.45 1-1c0-2.76-2.24-5-5-5zm5.91-.91l-.03.03-2-2 .03-.03c-.11-.11-.23-.2-.33-.33A8.9 8.9 0 003 4c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7 3.13 7 7 0 .55.45 1 1 1s1-.45 1-1c0-1.87-.57-3.61-1.55-5.06-.61-.11-1.13-.42-1.54-.85z"],Film:["M15 1h-5v2H6V1H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h5v-2h4v2h5c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM4 13H2v-2h2v2zm0-3H2V8h2v2zm0-3H2V5h2v2zm0-3H2V2h2v2zm6 6H6V5h4v5zm4 3h-2v-2h2v2zm0-3h-2V8h2v2zm0-3h-2V5h2v2zm0-3h-2V2h2v2z"],Filter:["M13.99.99h-12a1.003 1.003 0 00-.71 1.71l4.71 4.71V14a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71V7.41L14.7 2.7a1.003 1.003 0 00-.71-1.71z"],FilterKeep:["M15 10c-.28 0-.53.11-.71.29L12 12.59l-1.29-1.29A.965.965 0 0010 11a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0015 10zm-3-8c0-.55-.45-1-1-1H1a1.003 1.003 0 00-.71 1.71L4 6.41V12a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71V6.41l3.71-3.71c.18-.17.29-.42.29-.7z"],FilterList:["M9 8c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1zm3-6c0-.55-.45-1-1-1H1a1.003 1.003 0 00-.71 1.71L4 6.41V12a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71V6.41l3.71-3.71c.18-.17.29-.42.29-.7zm3 8h-5c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm0 3h-5c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1z"],FilterOpen:["M15.707 10.293a1 1 0 010 1.414l-3 3c-.63.63-1.707.184-1.707-.707V8c0-.89 1.077-1.337 1.707-.707l3 3zM12 2c0 .28-.11.53-.29.7L8 6.41V10c0 .28-.11.53-.29.71l-2 2A1.003 1.003 0 014 12V6.41L.29 2.71A1.003 1.003 0 011 1h10c.55 0 1 .45 1 1z"],FilterRemove:["M12 2c0-.55-.45-1-1-1H1a1.003 1.003 0 00-.71 1.71L4 6.41V12a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71V6.41l3.71-3.71c.18-.17.29-.42.29-.7zm2.41 10l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L13 10.59 11.71 9.3A.965.965 0 0011 9a1.003 1.003 0 00-.71 1.71l1.3 1.29-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l1.29-1.3 1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L14.41 12z"],Flag:["M2.99 2.99c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1s1-.45 1-1v-11c0-.55-.45-1-1-1zm0-3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm2 3.03v7.23c2.07-2.11 5.92 1.75 9 0V3.02c-3 2.07-6.94-2.03-9 0z"],Flame:["M9.217 0c0 1.368.368 2.462 1.104 3.282C12.774 5.197 14 7.385 14 9.846c0 2.735-1.472 4.786-4.415 6.154 2.165-2.4 1.84-3.385-.368-6.4-2.342 1.2-1.967 2-1.592 3.6-.786 0-1.5 0-1.875-.4 0 .547.898 2 1.464 3.2-2.943-.82-6.092-5.744-4.988-6.154.736-.273 1.594-.137 2.575.41C3.575 5.333 5.047 1.915 9.217 0z"],Flash:["M4 8c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1zm4-4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S7 .45 7 1v2c0 .55.45 1 1 1zM3.79 5.21a1.003 1.003 0 001.42-1.42l-1.5-1.5a1.003 1.003 0 00-1.42 1.42l1.5 1.5zm.71 5.29c-.28 0-.53.11-.71.29l-1.5 1.5a1.003 1.003 0 001.42 1.42l1.5-1.5a1.003 1.003 0 00-.71-1.71zm7-5c.28 0 .53-.11.71-.29l1.5-1.5a1.003 1.003 0 00-1.42-1.42l-1.5 1.5a1.003 1.003 0 00.71 1.71zm.71 5.29a1.003 1.003 0 00-1.42 1.42l1.5 1.5a1.003 1.003 0 001.42-1.42l-1.5-1.5zM15 7h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1s-.45-1-1-1zM8 5C6.34 5 5 6.34 5 8s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0 3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1z"],FloatingPoint:["M1 5.326c.274 0 .541-.023.8-.069.259-.046.491-.122.697-.228a1.71 1.71 0 00.537-.412c.153-.167.252-.373.297-.617h1.063v8H2.966V6.354H1V5.326zM12.172 4.01c.55 0 .997.128 1.342.385.352.25.623.572.814.968.198.389.33.818.396 1.287.073.47.11.924.11 1.364 0 .44-.037.895-.11 1.364-.066.47-.198.902-.396 1.298-.19.389-.462.711-.814.968-.345.25-.792.374-1.342.374s-1.001-.125-1.353-.374a2.74 2.74 0 01-.814-.968 4.618 4.618 0 01-.396-1.298 9.795 9.795 0 01-.099-1.364c0-.44.033-.895.099-1.364.073-.47.205-.898.396-1.287.198-.396.47-.719.814-.968.352-.257.803-.385 1.353-.385zm0 6.963c.271 0 .499-.077.682-.231.183-.161.326-.374.429-.638.11-.271.187-.587.231-.946.044-.36.066-.74.066-1.144 0-.403-.022-.781-.066-1.133a3.724 3.724 0 00-.231-.946 1.51 1.51 0 00-.429-.638.995.995 0 00-.682-.242c-.279 0-.51.08-.693.242a1.656 1.656 0 00-.429.638 4.08 4.08 0 00-.22.946c-.044.352-.066.73-.066 1.133s.022.785.066 1.144c.044.36.117.675.22.946.11.264.253.477.429.638.183.154.414.231.693.231zM8.089 10.5H6.5v1.543h1.589V10.5z"],FloppyDisk:["M15.71 2.29l-2-2A.997.997 0 0013 0h-1v6H4V0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V3c0-.28-.11-.53-.29-.71zM14 15H2V9c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v6zM11 1H9v4h2V1z"],FlowBranch:["M10.643 6.595c.22.418.344.894.344 1.399 0 .439-.094.855-.263 1.231l3.265 3.462-.002-1.75a.973.973 0 01.314-.68.99.99 0 011.388.048c.186.2.316.46.3.715l-.009 4.03a.959.959 0 01-.3.68.972.972 0 01-.698.266l-4.053.002a.97.97 0 01-.679-.314 1.031 1.031 0 01.05-1.42.972.972 0 01.698-.266l1.7-.001-3.305-3.35a2.998 2.998 0 01-4.228-1.653H.999a1 1 0 010-2h4.166a2.998 2.998 0 014.06-1.735l3.449-3.268-1.745.002a.979.979 0 01-.631-1.692c.199-.186.459-.316.713-.3l4.025.009c.247.008.493.1.679.3.186.2.274.451.265.7l.002 4.046a.972.972 0 01-.313.68 1.03 1.03 0 01-1.42-.05.973.973 0 01-.266-.7V3.295l-3.34 3.301z"],FlowEnd:["M9.702 7.31c.176.176.293.41.293.684a.976.976 0 01-.283.695c-1.888 1.91-2.892 2.918-3.011 3.027-.179.164-.42.284-.693.284a.995.995 0 01-.997-.985c0-.274.112-.541.292-.72.12-.12.624-.551 1.514-1.293H.98c-.536 0-.975-.47-.975-1.008 0-.537.439-.996.975-.996h5.837c-.895-.752-1.4-1.187-1.514-1.304a1.03 1.03 0 01-.292-.705C5.01 4.45 5.464 4 6 4c.272 0 .52.108.695.294A535.7 535.7 0 009.702 7.31zM13 11.002c-1.657 0-3-1.347-3-3.008a3.004 3.004 0 013-3.007c1.657 0 3 1.346 3 3.007a3.004 3.004 0 01-3 3.008z"],FlowLinear:["M4.16 9.002H.977C.44 9.002 0 8.532 0 7.994c0-.537.44-.99.978-.99h3.18A3.01 3.01 0 016.995 5a3.01 3.01 0 012.839 2.004h2.98c-.898-.756-1.404-1.193-1.518-1.31a1.03 1.03 0 01-.293-.705c0-.538.454-.989.992-.989.274 0 .521.108.697.294.118.124 1.122 1.13 3.014 3.016a.96.96 0 01.293.684.975.975 0 01-.284.695l-3.018 3.027a.974.974 0 01-.694.284c-.553 0-1-.447-1-.985 0-.274.117-.545.293-.72l1.518-1.293H9.833A3.01 3.01 0 016.996 11 3.01 3.01 0 014.16 9.002z"],FlowReview:["M5.175 7.004a3.003 3.003 0 012.83-2.001c1.305 0 2.416.835 2.83 2.001h1.985c-.896-.756-1.401-1.193-1.515-1.31a1.03 1.03 0 01-.292-.705c0-.538.453-.989.99-.989a.95.95 0 01.696.294c.117.124 1.12 1.13 3.008 3.016.176.176.293.41.293.684a.976.976 0 01-.283.695l-3.013 3.027a.995.995 0 01-1.691-.702c0-.273.116-.544.292-.72l1.515-1.292h-1.98a3.003 3.003 0 01-2.835 2.016A3.003 3.003 0 015.17 9.002H3.18l1.515 1.292c.176.176.292.447.292.72a.995.995 0 01-1.69.702L.282 8.69A.976.976 0 010 7.994c0-.273.117-.508.293-.684A535.858 535.858 0 003.3 4.294.95.95 0 013.997 4c.537 0 .99.45.99.989 0 .273-.12.528-.292.705-.114.117-.62.554-1.515 1.31h1.995z"],FlowReviewBranch:["M10.392 10.647A3.002 3.002 0 016.16 8.995H3.37l1.338 1.318c.172.178.287.41.282.683-.01.536-.524.995-.99.995-.465 0-.63-.187-.747-.294L.281 8.682A.956.956 0 010 7.994a.971.971 0 01.294-.687l3.01-3.028a.973.973 0 01.697-.27c.536.01.998.485.989 1.021a.971.971 0 01-.295.687L3.37 6.997h2.79a3.002 3.002 0 014.106-1.716l2.416-2.277-1.732.004a.99.99 0 01-.679-.329.978.978 0 01.05-1.378c.199-.186.459-.315.714-.3l4.012.005c.248.009.493.1.68.3.185.2.273.45.264.699L15.99 6.05a.973.973 0 01-.314.679 1.03 1.03 0 01-1.421-.048.971.971 0 01-.265-.699V4.29L11.65 6.602c.219.416.343.89.343 1.394 0 .451-.1.88-.279 1.263L14 11.68l-.004-1.73a.982.982 0 01.323-.68.978.978 0 011.378.049c.187.2.316.46.3.714l-.004 4.011a.983.983 0 01-.3.691.972.972 0 01-.7.265l-4.046-.001a.987.987 0 01-.679-.326 1.017 1.017 0 01.048-1.41.972.972 0 01.699-.265h1.693l-2.315-2.35z"],Flows:["M13.5 6a2.5 2.5 0 00-2.45 2h-1.3L5.74 4l-.75.75L8.25 8h-3.3a2.5 2.5 0 100 1h3.3l-3.26 3.25.75.75 4.01-4h1.3a2.5 2.5 0 102.45-3z"],FolderClose:["M-.01 14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7h-16v7zm15-10H7.41L5.7 2.3a.965.965 0 00-.71-.3h-4c-.55 0-1 .45-1 1v3h16V5c0-.55-.45-1-1-1z"],FolderNew:["M10.165 7a3.003 3.003 0 002.827 2 3.003 3.003 0 002.827-2H16v7c0 .55-.45 1-1 1H1.01c-.55 0-1-.45-1-1V7h10.155zM8.76 6H0V3c0-.55.45-1 1-1h1.998c.28 0 .53.11.71.29L5.417 4h2.578c0 .768.29 1.469.765 2zm6.23-3c.55 0 1 .45 1 1s-.45 1-1 1h-.999v1c0 .55-.45 1-1 1-.549 0-.998-.45-.998-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 .999-1 .55 0 1 .45 1 1v1h.999z"],FolderOpen:["M2.06 6.69c.14-.4.5-.69.94-.69h11V5c0-.55-.45-1-1-1H6.41l-1.7-1.71A.997.997 0 004 2H1c-.55 0-1 .45-1 1v9.84l2.05-6.15h.01zM16 8c0-.55-.45-1-1-1H4a.99.99 0 00-.94.69l-2 6c-.04.09-.06.2-.06.31 0 .55.45 1 1 1h11c.44 0 .81-.29.94-.69l2-6c.04-.09.06-.2.06-.31z"],FolderShared:["M8.76 5.98c-.47-.53-.77-1.22-.77-1.99h-.58L5.7 2.29a.965.965 0 00-.71-.3h-4c-.55 0-1 .45-1 1v3h8.76l.01-.01zm6.23-2.99h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.3a.99.99 0 00-.29.7 1.003 1.003 0 001.71.71l3.29-3.29V8c0 .55.45 1 1 1s1-.45 1-1V4c0-.56-.45-1.01-1-1.01zm-1.98 7.23l-.9.9-.01-.01c-.54.55-1.28.89-2.11.89-1.66 0-3-1.34-3-3 0-.77.3-1.47.78-2H-.01v7c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.18c-.31.11-.65.18-1 .18-.76-.01-1.45-.31-1.98-.78z"],FolderSharedOpen:["M13.02 10.22l-.9.9-.01-.01c-.54.55-1.28.89-2.11.89-1.66 0-3-1.34-3-3 0-.77.3-1.47.78-2H4a.99.99 0 00-.94.69l-2 6c-.04.09-.06.2-.06.31 0 .55.45 1 1 1h11c.44 0 .81-.29.94-.69l1.11-3.32c-.01 0-.03.01-.05.01-.77 0-1.45-.3-1.98-.78zM2.06 6.69c.14-.4.5-.69.94-.69h5.76l.01-.01C8.3 5.46 8 4.77 8 4H6.41l-1.7-1.71A.997.997 0 004 2H1c-.55 0-1 .45-1 1v9.84l2.05-6.15h.01zM15 3h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.29a1.003 1.003 0 001.42 1.42L14 6.41V8c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],Follower:["M9.37 12.69c-1.2-.53-1.04-.85-1.08-1.29-.01-.06-.01-.12-.01-.19.41-.37.75-.87.97-1.44 0 0 .01-.03.01-.04.05-.13.09-.26.12-.39.28-.06.44-.36.5-.63.06-.11.19-.39.16-.7-.04-.4-.2-.59-.38-.67v-.07c0-.52-.05-1.26-.14-1.74a2.72 2.72 0 00-.09-.43 3.02 3.02 0 00-1.04-1.51C7.87 3.2 7.15 3 6.5 3c-.64 0-1.36.2-1.87.59-.5.38-.87.92-1.05 1.51-.04.13-.07.27-.09.4-.09.49-.14 1.24-.14 1.75v.06c-.19.07-.36.26-.4.68-.03.31.1.59.16.7.06.28.23.59.51.64.04.14.08.27.13.39 0 .01.01.02.01.02v.01c.22.59.57 1.1.99 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.12 1.29-1.2.53-3.01 1.1-3.38 1.95C-.13 15.5.02 16 .02 16h12.96s.15-.5-.22-1.36c-.38-.85-2.19-1.42-3.39-1.95zm6.33-10.4l-2-2a1.003 1.003 0 00-1.42 1.42l.3.29H9.99c-.55 0-1 .45-1 1s.45 1 1 1h2.58l-.29.29a1.003 1.003 0 001.42 1.42l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],Following:["M9.37 12.69c-1.2-.53-1.04-.85-1.08-1.29-.01-.06-.01-.12-.01-.19.41-.37.75-.87.97-1.44 0 0 .01-.03.01-.04.05-.13.09-.26.12-.39.28-.06.44-.36.5-.63.06-.11.19-.39.16-.7-.04-.4-.2-.59-.38-.67v-.07c0-.52-.05-1.26-.14-1.74a2.72 2.72 0 00-.09-.43 3.02 3.02 0 00-1.04-1.51C7.87 3.2 7.15 3 6.5 3c-.64 0-1.36.2-1.87.59-.5.38-.87.92-1.05 1.51-.04.13-.07.27-.09.4-.09.49-.14 1.24-.14 1.75v.06c-.19.07-.36.26-.4.68-.03.31.1.59.16.7.06.28.23.59.51.64.04.14.08.27.13.39 0 .01.01.02.01.02v.01c.22.59.57 1.1.99 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.12 1.29-1.2.53-3.01 1.1-3.38 1.95C-.13 15.5.02 16 .02 16h12.96s.15-.5-.22-1.36c-.38-.85-2.19-1.42-3.39-1.95zM14.99 2h-2.58l.29-.29A1.003 1.003 0 0011.28.29l-2 2c-.17.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L12.41 4h2.58c.55 0 1-.45 1-1s-.45-1-1-1z"],Font:["M8 2a1 1 0 01.928.629l3.992 9.979a1 1 0 11-1.857.742l-.94-2.35H5.877l-.94 2.35a1 1 0 11-1.857-.742l3.992-9.98A1 1 0 018 2zM6.677 9h2.646L8 5.693 6.677 9z"],Fork:["M13.7 9.29a1.003 1.003 0 00-1.42 1.42l.29.29H11.4l-5-5h6.17l-.29.29a1.003 1.003 0 001.42 1.42l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42l.29.29H.99c-.55 0-1 .45-1 1s.45 1 1 1h2.59l6.71 6.71c.18.18.43.29.71.29h1.59l-.29.29a1.003 1.003 0 001.42 1.42l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71l-2.02-2z"],Form:["M2 11v2h2v-2H2zM1 9h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1zm9-6h5c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1zM6 1a1.003 1.003 0 01.71 1.71l-3 4C3.53 6.89 3.28 7 3 7s-.53-.11-.71-.29l-2-2a1.003 1.003 0 011.42-1.42L3 4.59l2.29-3.3C5.47 1.11 5.72 1 6 1zm4 10h5c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1z"],Fuel:["M1.949 1H0v2h2c.31 0 .6.161.762.426l1.965 3.193-1.352 1.08A1 1 0 003 8.482V13.9c0 .607.448 1.1 1 1.1h11c.552 0 1-.492 1-1.1V2s0-1-1-1H9c-.5 0-1 .5-1 1v2L6.388 5.29 4.455 2.35A3 3 0 001.95 1zM14 3v1h-4V3h4z"],FullCircle:["M8 0a8 8 0 100 16A8 8 0 108 0z"],FullStackedChart:["M13 12h1c.55 0 1-.45 1-1V8h-3v3c0 .55.45 1 1 1zM10 2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v3h3V2zm0 4H7v3h3V6zm5-4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v2h3V2zm0 3h-3v2h3V5zM5 5H2v3h3V5zm-2 7h1c.55 0 1-.45 1-1V9H2v2c0 .55.45 1 1 1zm12 1H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM5 2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2h3V2zm3 10h1c.55 0 1-.45 1-1v-1H7v1c0 .55.45 1 1 1z"],Fullscreen:["M3.41 2H5c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v4c0 .55.45 1 1 1s1-.45 1-1V3.41L5.29 6.7c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L3.41 2zM6 9c-.28 0-.53.11-.71.29L2 12.59V11c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.41l3.29-3.29c.19-.18.3-.43.3-.71 0-.55-.45-1-1-1zm9 1c-.55 0-1 .45-1 1v1.59L10.71 9.3A.965.965 0 0010 9a1.003 1.003 0 00-.71 1.71l3.3 3.29H11c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm0-10h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.29a1.003 1.003 0 001.42 1.42L14 3.41V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],Function:["M8.12 4.74H6.98c.33-1.29.75-2.24 1.28-2.84.33-.37.64-.56.95-.56.06 0 .11.02.15.05.04.04.06.09.06.15 0 .05-.04.15-.13.29-.09.14-.13.28-.13.4 0 .18.07.33.2.46.14.13.31.19.52.19.22 0 .41-.08.56-.23.15-.16.23-.37.23-.63 0-.3-.11-.55-.34-.74C10.1 1.09 9.74 1 9.24 1c-.78 0-1.49.22-2.12.67-.64.45-1.24 1.2-1.81 2.23-.2.36-.38.59-.56.69-.18.1-.46.15-.85.15l-.26.9h1.08l-1.59 6.12c-.27 1.01-.44 1.63-.54 1.86-.14.34-.34.63-.62.87-.11.1-.24.15-.4.15a.15.15 0 01-.11-.04l-.04-.05c0-.03.04-.08.12-.16.08-.08.12-.2.12-.36 0-.18-.06-.33-.19-.44-.12-.12-.3-.18-.54-.18-.28 0-.51.08-.68.23-.16.14-.25.32-.25.53 0 .22.1.42.31.59.21.17.53.25.97.25.7 0 1.32-.18 1.87-.54.54-.36 1.02-.92 1.42-1.67.41-.75.82-1.96 1.25-3.63l.91-3.54h1.1l.29-.89zm5.43 1.52c.2-.15.41-.23.62-.23.08 0 .23.03.45.09s.41.09.57.09c.23 0 .42-.08.57-.23.16-.16.24-.36.24-.61 0-.26-.08-.47-.23-.62-.15-.15-.37-.23-.66-.23-.25 0-.5.06-.72.18-.23.12-.51.38-.86.78-.26.3-.64.81-1.15 1.55-.2-.91-.55-1.75-1.05-2.51l-2.72.46-.06.29c.2-.04.37-.06.51-.06.27 0 .49.11.67.34.28.36.67 1.45 1.17 3.26-.39.52-.66.85-.8 1.01-.24.26-.44.42-.59.5-.12.06-.25.09-.41.09-.11 0-.3-.06-.56-.18-.18-.08-.34-.12-.48-.12-.27 0-.48.08-.66.25-.17.17-.26.38-.26.64 0 .25.08.44.24.6.16.15.37.23.64.23.26 0 .5-.05.73-.16.23-.11.52-.34.86-.69.35-.35.82-.9 1.43-1.67.23.73.44 1.25.61 1.58s.37.57.59.71c.22.15.5.22.83.22.32 0 .65-.11.98-.34.44-.3.88-.81 1.34-1.53l-.26-.15c-.31.43-.54.7-.69.8-.1.07-.22.1-.35.1-.16 0-.32-.1-.48-.3-.27-.34-.62-1.27-1.06-2.8.4-.68.73-1.13 1-1.34z"],GanttChart:["M10 10c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1zM6 7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1zm9 5H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM4 5h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1z"],Generate:["M7 11a1 1 0 00-1-1H4.8a.8.8 0 01-.706-1.176L8.588.397A.75.75 0 0110 .75V5a1 1 0 001 1h1.2a.8.8 0 01.706 1.176l-4.494 8.427A.75.75 0 017 15.25V11z"],Geofence:["M6 9c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1v-1.59l-3.29 3.3A1.003 1.003 0 010 15c0-.28.11-.53.3-.71L3.59 11H2c-.55 0-1-.45-1-1s.45-1 1-1zM9.088.004l.097.013.097.024.057.018.1.042.054.029.095.061.052.04 6 5 .05.046.076.08.053.07.06.095.051.11c.056.141.079.294.067.446l-.014.105-.037.143-.035.087-.043.083-4 7-.034.056-.059.08-.038.044-.096.092-.114.082-.116.062-.086.034-.109.03-.1.017-.069.006H8.83c.088-.25.144-.515.163-.79L9 13v-3a3 3 0 00-2.824-2.995L6 7H3c-.351 0-.689.06-1.002.171L2 5l.002-.07.013-.1.015-.073.025-.085.043-.104.056-.101.045-.066.079-.093.084-.078.083-.062 6-4 .07-.043.12-.056.111-.036.108-.022.083-.01h.031c.046-.002.083 0 .12.003z"],Geolocation:["M-.01 6.66l7.34 2 2 7.33 6.66-16z"],Geosearch:["M8.82 12.4h.66c.23 0 .36-.17.36-.4v-1.48l.19-.18c-.27.03-.55.06-.83.06-.28 0-.56-.03-.84-.07.02.04.05.08.07.13V12c0 .23.15.4.39.4zM6.4 15.1A5.51 5.51 0 01.9 9.6c0-.49.06-.98.18-1.43.03 0 .05-.01.08-.01h.08v.44c0 .19.17.34.36.34.03 0 .07-.01.1-.01l.71.7c.07.07.19.07.26 0s.07-.19 0-.26l-.7-.72c0-.02.03-.03.03-.05v-.11c0-.15.08-.2.23-.33h.42c.08 0 .15-.01.22-.04h.02c.02-.02.03-.02.04-.04.01-.01.01-.01.02-.01l.02-.01.9-.9c-.13-.26-.24-.52-.34-.8h-.5v-.43c0-.01.05.05.04-.08h.31c-.03-.13-.06-.26-.08-.39h-.57c.16-.12.34-.24.51-.36-.02-.23-.04-.46-.04-.7 0-.12.01-.23.02-.34A6.385 6.385 0 000 9.6C0 13.13 2.87 16 6.4 16c3.1 0 5.67-2.22 6.26-5.15l-.78-.88c-.21 2.85-2.58 5.13-5.48 5.13zm-1.7-2.93v-.28h.12c.23 0 .39-.19.39-.42v-.54s.01-.01 0-.01L3.77 9.45h-.62c-.23 0-.38.19-.38.42v1.6c0 .23.14.42.38.42h.26v1.61c0 .23.22.41.45.41s.45-.18.45-.41v-.97H4.3c.24 0 .4-.13.4-.36zm11.07-2.34l-2.94-2.94c.11-.17.21-.34.3-.52.01-.03.03-.06.04-.09.08-.18.16-.36.22-.55v-.01c.06-.19.1-.38.14-.58.01-.05.01-.09.02-.14.03-.2.05-.4.05-.61a4.4 4.4 0 00-4.4-4.4C6.77 0 4.8 1.97 4.8 4.4s1.97 4.4 4.4 4.4c.21 0 .41-.02.61-.05.04 0 .09-.01.14-.02.2-.03.39-.08.58-.14h.01c.19-.06.37-.14.55-.22.03-.01.06-.03.09-.04.18-.09.35-.19.52-.3l2.94 2.94a.8.8 0 00.57.23c.44 0 .8-.36.8-.8a.895.895 0 00-.24-.57zM9.2 7.6C7.43 7.6 6 6.17 6 4.4c0-1.77 1.43-3.2 3.2-3.2s3.2 1.43 3.2 3.2c0 1.77-1.43 3.2-3.2 3.2zm1.54 4.26v-.52c0-.09-.1-.17-.19-.17s-.19.07-.19.17v.52c0 .09.1.17.19.17s.19-.07.19-.17z"],Geotime:["M12.444 6C10.544 6 9 7.494 9 9.331 9 11.175 12.444 16 12.444 16s3.443-4.825 3.443-6.669C15.881 7.494 14.345 6 12.444 6zm.056 5a1.5 1.5 0 11.001-3.001A1.5 1.5 0 0112.5 11z","M0 6c0-3.315 2.685-6 6-6a6 6 0 015.923 5.036 4.576 4.576 0 00-1.454.433A4.505 4.505 0 006 1.5 4.504 4.504 0 001.5 6a4.504 4.504 0 006.58 3.99c.093.425.265.913.488 1.435A5.98 5.98 0 016 12c-3.315 0-6-2.685-6-6z","M6.75 3.75v1.942l1.283 1.276a.752.752 0 01-1.065 1.065l-1.5-1.5A.748.748 0 015.25 6V3.75c0-.412.338-.75.75-.75s.75.338.75.75z"],GitBranch:["M12 1c-1.66 0-3 1.34-3 3 0 1.25.76 2.32 1.85 2.77A2.02 2.02 0 019 8H7c-.73 0-1.41.2-2 .55V5.82C6.16 5.4 7 4.3 7 3c0-1.66-1.34-3-3-3S1 1.34 1 3c0 1.3.84 2.4 2 2.82v4.37c-1.16.4-2 1.51-2 2.81 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.04-.53-1.95-1.32-2.49.35-.31.81-.51 1.32-.51h2c1.92 0 3.52-1.35 3.91-3.15A2.996 2.996 0 0012 1zM4 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitCommit:["M15 7h-3.14c-.45-1.72-2-3-3.86-3S4.59 5.28 4.14 7H1c-.55 0-1 .45-1 1s.45 1 1 1h3.14c.45 1.72 2 3 3.86 3s3.41-1.28 3.86-3H15c.55 0 1-.45 1-1s-.45-1-1-1zm-7 3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],GitMerge:["M12 6c-1.3 0-2.4.84-2.82 2H9c-1.62 0-3-.96-3.63-2.34C6.33 5.16 7 4.16 7 3c0-1.66-1.34-3-3-3S1 1.34 1 3c0 1.3.84 2.4 2 2.81v4.37C1.84 10.6 1 11.7 1 13c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V8.43A5.89 5.89 0 009 10h.18A2.996 2.996 0 0015 9c0-1.66-1.34-3-3-3zm-8 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitNewBranch:["M14 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3.18 4.8C10.51 7.51 9.82 8 9 8H7c-.73 0-1.41.2-2 .55V5.82C6.16 5.4 7 4.3 7 3c0-1.66-1.34-3-3-3S1 1.34 1 3c0 1.3.84 2.4 2 2.82v4.37c-1.16.4-2 1.51-2 2.81 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.04-.53-1.95-1.32-2.49.35-.31.81-.51 1.32-.51h2c1.9 0 3.49-1.33 3.89-3.11-.29.07-.58.11-.89.11-.41 0-.8-.08-1.18-.2zM4 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitPull:["M3 1C1.34 1 0 2.34 0 4c0 1.3.84 2.4 2 2.82v3.37C.84 10.6 0 11.7 0 13c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V6.82C5.16 6.4 6 5.3 6 4c0-1.66-1.34-3-3-3zm0 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm11 5.18V6c0-1.66-1.34-3-3-3H9.41l1.29-1.29c.19-.18.3-.43.3-.71A1.003 1.003 0 009.29.29l-3 3C6.11 3.47 6 3.72 6 4c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L9.41 5H11c.55 0 1 .45 1 1v4.18A2.996 2.996 0 0013 16c1.66 0 3-1.34 3-3 0-1.3-.84-2.4-2-2.82zM13 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitPush:["M4 6h1V5H4v1zm9 3c0-.28-.11-.53-.29-.71l-3-3C9.53 5.11 9.28 5 9 5s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42L8 8.41V15c0 .55.45 1 1 1s1-.45 1-1V8.41l1.29 1.29c.18.19.43.3.71.3.55 0 1-.45 1-1zM5 3H4v1h1V3zm10-3H1C.45 0 0 .45 0 1v13c0 .55.45 1 1 1h5v-2H2v-1h4v-1H3V2h11v9h-2v1h2v1h-2v2h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],GitRepo:["M5 9H4v1h1V9zm10-9H1C.45 0 0 .45 0 1v13c0 .55.45 1 1 1h3v1l2-1 2 1v-1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM4 13H2v-1h2v1zm10 0H8v-1h6v1zm0-2H3V2h11v9zM5 3H4v1h1V3zm0 4H4v1h1V7zm0-2H4v1h1V5z"],Glass:["M2 0v4c0 2.97 2.16 5.43 5 5.91V14H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H9V9.91c2.84-.48 5-2.94 5-5.91V0H2z"],Globe:["M4.45 7.83c-.26 0-.41.21-.41.46v1.75c0 .26.16.46.41.46h.29v1.77c0 .25.24.45.49.45s.49-.2.49-.45V11.2h-.01c.26 0 .44-.14.44-.4v-.3h.14c.26 0 .43-.2.43-.46v-.59s.01-.01 0-.01l-1.58-1.6h-.69zM8.51 3.9h.22c.06 0 .12-.01.12-.07 0-.06-.05-.07-.12-.07h-.22c-.06 0-.12.01-.12.07.01.06.06.07.12.07zm-2.33-.05c.07-.07.07-.19 0-.26l-.5-.5a.187.187 0 00-.26 0c-.07.07-.07.19 0 .26l.5.5c.07.07.19.07.26 0zm3.06.89c.07 0 .14-.06.14-.12v-.31c0-.07-.07-.12-.14-.12s-.14.06-.14.12v.31c0 .07.07.12.14.12zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-.55.1-1.07.23-1.57h.11v.47c0 .2.18.37.39.37.03 0 .08-.01.11-.02l.78.77c.08.08.2.08.28 0 .08-.08.08-.2 0-.28l-.75-.78c0-.02.04-.04.04-.06v-.12c0-.16.09-.22.25-.36h.46c.09 0 .17-.01.24-.05h.02c.02-.01.03-.02.05-.03.01-.01.01-.01.02-.01l.02-.02 1.59-1.58c.18-.18.18-.46 0-.64s-.47-.15-.65.03l-.3.34h-.57v-.48c0-.01.05.05.05-.09h.64c.12 0 .22-.09.22-.21s-.1-.21-.22-.21H4.1c.18-.15.34-.31.54-.44l.01-.01c.21-.14.45-.25.68-.37.15-.07.29-.15.44-.21.17-.07.35-.11.53-.17.18-.05.35-.12.53-.16a6.05 6.05 0 013.47.35c.05.02.1.05.16.08.25.11.48.24.71.39.25.16.49.34.71.55H10.6s0-.03-.01-.03c-.04 0-.09 0-.13.03l-.51.51a.17.17 0 000 .23c.06.06.17.06.23 0l.42-.44.01-.02h.25c0 .14-.07.09-.07.12v.07c0 .22-.15.37-.36.37h-.38c-.19 0-.38.21-.38.4v.17h-.1c-.12 0-.2.06-.2.18v.25h-.23c-.17 0-.3.11-.3.28 0 .17.13.26.3.26.07 0 .14.03.19-.11l.04.01.49-.46h.17l.39.37c.03.03.08.02.12-.01.03-.03.03-.12 0-.15l-.32-.35h.23l.09.12c.18.18.48.17.66-.01l.09-.1h.4c.02 0 .08.05.08.05v.24l-.05-.01h-.36c-.11 0-.21.1-.21.21 0 .11.09.21.21.21h.41v.15c-.14.21-.24.42-.45.42h-.94v-.01l-.44-.44a.47.47 0 00-.66 0l-.42.43v.01H8.6c-.26 0-.49.21-.49.46v.92c0 .26.23.45.49.45h.9c.34.14.57.35.72.69v1.68c0 .26.17.44.42.44h.72c.26 0 .4-.18.4-.44V9l.89-.86.03-.02.02-.01h.03c.07-.08.15-.19.15-.31v-.91c0-.18-.16-.32-.31-.46H13c.01.28.21.42.46.42h.42c.08.37.12.76.12 1.15 0 3.31-2.69 6-6 6zm4.54-4.27c-.1 0-.21.08-.21.18v.57c0 .1.11.18.21.18.1 0 .21-.08.21-.18v-.57c0-.1-.11-.18-.21-.18zM8.37 3.19c0-.25-.2-.42-.46-.42h-.54c-.25 0-.42.18-.42.43 0 .03-.1.04.05.08v.47c0 .15.06.27.21.27s.21-.12.21-.27v-.14h.5c.24 0 .45-.16.45-.42z"],GlobeNetwork:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm5.17 5h-2.44c-.21-1.11-.51-2.03-.91-2.69 1.43.46 2.61 1.43 3.35 2.69zM10 8c0 .73-.05 1.39-.12 2H6.12C6.05 9.39 6 8.73 6 8s.05-1.39.12-2h3.76c.07.61.12 1.27.12 2zM8 2c.67 0 1.36 1.1 1.73 3H6.27C6.64 3.1 7.33 2 8 2zm-1.82.31c-.4.66-.71 1.58-.91 2.69H2.83a6.025 6.025 0 013.35-2.69zM2 8c0-.7.13-1.37.35-2h2.76C5.04 6.62 5 7.28 5 8s.04 1.38.11 2H2.35C2.13 9.37 2 8.7 2 8zm.83 3h2.44c.21 1.11.51 2.03.91 2.69A6.025 6.025 0 012.83 11zM8 14c-.67 0-1.36-1.1-1.73-3h3.46c-.37 1.9-1.06 3-1.73 3zm1.82-.31c.4-.66.7-1.58.91-2.69h2.44a6.025 6.025 0 01-3.35 2.69zM13.65 10h-2.76c.07-.62.11-1.28.11-2s-.04-1.38-.11-2h2.76c.22.63.35 1.3.35 2s-.13 1.37-.35 2z"],Graph:["M14 3c-1.06 0-1.92.83-1.99 1.88l-1.93.97A2.95 2.95 0 008 5c-.56 0-1.08.16-1.52.43L3.97 3.34C3.98 3.23 4 3.12 4 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.24 0 .47-.05.68-.13l2.51 2.09C5.08 7.29 5 7.63 5 8c0 .96.46 1.81 1.16 2.35l-.56 1.69c-.91.19-1.6.99-1.6 1.96 0 1.1.9 2 2 2s2-.9 2-2c0-.51-.2-.97-.51-1.32l.56-1.69A2.99 2.99 0 0011 8c0-.12-.02-.24-.04-.36l1.94-.97c.32.21.69.33 1.1.33 1.1 0 2-.9 2-2s-.9-2-2-2z"],GraphRemove:["M12.89 8.11l-.01.01-.38-.38-.38.38-.02-.02c-.54.55-1.27.9-2.1.9-1.66 0-3-1.34-3-3 0-.83.35-1.56.9-2.1l-.02-.02.38-.38-.38-.38.01-.01C7.35 2.57 7 1.83 7 1c0-.34.07-.65.17-.96A8.004 8.004 0 000 8c0 4.42 3.58 8 8 8 4.14 0 7.54-3.14 7.96-7.17-.31.1-.62.17-.96.17-.83 0-1.57-.35-2.11-.89zm1.02-4.61l1.79-1.79c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-1.79 1.8L10.71.3A.965.965 0 0010 0a1.003 1.003 0 00-.71 1.71l1.79 1.79-1.79 1.79a1.003 1.003 0 001.42 1.42l1.79-1.79 1.79 1.79a1.003 1.003 0 001.42-1.42l-1.8-1.79z"],GreaterThan:["M2.713 5.958a1 1 0 01.574-1.916l10 3c.95.285.95 1.63 0 1.916l-10 3a1 1 0 01-.574-1.916L9.52 8 2.713 5.958z"],GreaterThanOrEqualTo:["M2.713 3.958a1 1 0 01.574-1.916l10 3c.95.285.95 1.63 0 1.916l-10 3a1 1 0 01-.574-1.916L9.52 6 2.713 3.958zM3 12h10a1 1 0 010 2H3a1 1 0 010-2z"],Grid:["M15 9c.55 0 1-.45 1-1s-.45-1-1-1h-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1H9V1c0-.55-.45-1-1-1S7 .45 7 1v1H4V1c0-.55-.45-1-1-1S2 .45 2 1v1H1c-.55 0-1 .45-1 1s.45 1 1 1h1v3H1c-.55 0-1 .45-1 1s.45 1 1 1h1v3H1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h3v1c0 .55.45 1 1 1s1-.45 1-1v-1h3v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V9h1zm-8 3H4V9h3v3zm0-5H4V4h3v3zm5 5H9V9h3v3zm0-5H9V4h3v3z"],GridView:["M0 1v6h7V0H1C.45 0 0 .45 0 1zm0 14c0 .55.45 1 1 1h6V9H0v6zM15 0H9v7h7V1c0-.55-.45-1-1-1zM9 16h6c.55 0 1-.45 1-1V9H9v7z"],GroupItem:["M8.602 3.121a1 1 0 000 1.415l2.828 2.828a1 1 0 001.415 0l2.828-2.828a1 1 0 000-1.415L12.845.293a1 1 0 00-1.415 0L8.602 3.12z","M0 1.005a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1H1a1 1 0 01-1-1v-5zm2 4v-3h3v3H2zM10 9.005a1 1 0 00-1 1v5a1 1 0 001 1h5a1 1 0 001-1v-5a1 1 0 00-1-1h-5zm1 2v3h3v-3h-3zM0 10.005a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1H1a1 1 0 01-1-1v-5zm2 4v-3h3v3H2z"],GroupObjects:["M5 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6-3H5C2.24 3 0 5.24 0 8s2.24 5 5 5h6c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 9H5c-2.21 0-4-1.79-4-4s1.79-4 4-4h6c2.21 0 4 1.79 4 4s-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],GroupedBarChart:["M10 12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1zm3 0c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1zm2 1H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-9-1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1zm-3 0c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v9c0 .55.45 1 1 1z"],Hand:["M15 5c0-.55-.45-1-1-1-.41 0-.76.24-.91.59v.01s0 .01-.01.01L11.57 8h-.36l.78-4.84C12 3.11 12 3.05 12 3a1 1 0 00-1.99-.16v.01L9.18 8H9V1c0-.55-.45-1-1-1S7 .45 7 1v7h-.09l-.93-5.18A1 1 0 005 2c-.55 0-1 .45-1 1 0 .05 0 .11.01.16L5.26 11h-.04L2.83 7.44C2.65 7.18 2.35 7 2 7c-.55 0-1 .45-1 1 0 .17.04.33.12.47l3 5.69h.01v.01A5.002 5.002 0 0013 11v-.59l1.93-5.05c.05-.11.07-.23.07-.36z"],HandDown:["M14.72 7.87c-1.54-.67-2.99-2.68-3.7-3.95C10.11 1.95 9.93 0 6.14 0 4.05 0 2.71.61 1.92 2.12 1.27 3.36 1 5.21 1 7.83v.79c0 .65.6 1.18 1.35 1.18.34 0 .64-.11.88-.29.17.48.68.84 1.29.84.41 0 .78-.16 1.03-.42.23.37.67.63 1.19.63.57 0 1.05-.31 1.25-.74l.01.63v4.05c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7.9c.58.41 1.55 1.21 2.47 1.29 1.57.14 1.82-1.07 1.25-1.32z"],HandLeft:["M12.08 4.97c-1.26-.71-3.27-2.15-3.95-3.7C7.88.7 6.67.96 6.81 2.52c.09.93.89 1.9 1.3 2.48H1.5C.67 5 0 5.67 0 6.5S.67 8 1.5 8h4.05l.63.01c-.44.2-.75.69-.75 1.25 0 .52.26.96.63 1.19-.26.25-.42.61-.42 1.03 0 .61.35 1.12.84 1.29-.18.24-.29.54-.29.88 0 .75.54 1.35 1.19 1.35h.79c2.62 0 4.47-.28 5.71-.92 1.51-.79 2.12-2.14 2.12-4.22 0-3.79-1.95-3.97-3.92-4.89z"],HandRight:["M14.5 5H7.89c.41-.58 1.21-1.55 1.3-2.47C9.34.97 8.12.71 7.87 1.28c-.67 1.54-2.68 2.99-3.95 3.7C1.95 5.89 0 6.07 0 9.86c0 2.09.61 3.43 2.12 4.22 1.24.65 3.09.92 5.71.92h.79c.65 0 1.18-.6 1.18-1.35 0-.34-.11-.64-.29-.88.48-.17.84-.68.84-1.29 0-.41-.16-.78-.42-1.03.37-.23.63-.67.63-1.19 0-.57-.31-1.05-.74-1.25l.63-.01h4.05c.83 0 1.5-.67 1.5-1.5S15.33 5 14.5 5z"],HandUp:["M13.65 6.19c-.34 0-.64.11-.88.29-.17-.48-.68-.84-1.29-.84-.41 0-.78.16-1.03.42-.23-.37-.67-.63-1.19-.63-.57 0-1.05.31-1.25.74L8 5.55V1.5C8 .67 7.33 0 6.5 0S5 .67 5 1.5v6.61c-.58-.41-1.55-1.21-2.48-1.3C.96 6.67.7 7.88 1.28 8.13c1.54.67 2.99 2.68 3.7 3.95C5.89 14.05 6.07 16 9.86 16c2.09 0 3.43-.61 4.22-2.12.64-1.24.92-3.09.92-5.71v-.79c0-.65-.6-1.19-1.35-1.19z"],Hat:["M15 10c.495 0 .933.379.993.882L16 11v.505c0 1.461-3.524 2.45-7.707 2.493L8 14c-4.31 0-8-1-8-2.495V11c0-.561.466-1 1-1 .895 0 3 1 7 1l.381-.003C12.135 10.937 14.134 10 15 10zm-4-8c1.13 0 2.02 2.153 2.671 6.46-1.063.266-2.644.652-4.887.727l-.403.01L8 9.2c-2.664 0-4.488-.444-5.673-.74C2.98 4.153 3.87 2 5 2c2 0 1.329 2 3 2s1-2 3-2z"],Header:["M12 2c-.55 0-1 .45-1 1v4H5V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1s1-.45 1-1V9h6v4c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1z"],HeaderOne:["M14.06 8c-.04.23-.12.44-.25.61-.13.17-.29.3-.48.41-.18.11-.39.18-.62.23-.23.04-.46.07-.71.07v1.03h1.74V16H15V8h-.94zM7 2c-.56 0-1 .45-1 1v4H2V3c0-.55-.45-1-1-1-.56 0-1 .45-1 1v10c0 .55.45 1 1 1 .56 0 1-.45 1-1V9h4v4c0 .55.45 1 1 1 .56 0 1-.45 1-1V3c0-.54-.45-1-1-1z"],HeaderThree:["M1 2c-.56 0-1 .45-1 1v10c0 .54.45 1 1 1 .56 0 1-.45 1-1V9h4v4c0 .54.45 1 1 1 .56 0 1-.45 1-1V3c0-.54-.45-1-1-1-.56 0-1 .45-1 1v4H2V3c0-.54-.45-1-1-1zm13.71 9.73c.41.08.72.3.95.651.23.35.34.772.34 1.273 0 .371-.07.702-.2.973-.14.29-.32.54-.55.741-.23.2-.5.361-.8.472-.3.11-.62.16-.96.16-.41 0-.77-.06-1.08-.19-.31-.12-.56-.311-.77-.542a2.43 2.43 0 01-.47-.852c-.11-.33-.16-.702-.17-1.103h1.14c-.01.471.09.862.32 1.173.23.311.57.471 1.02.471.39 0 .71-.12.97-.36.26-.241.39-.582.39-1.023 0-.3-.05-.531-.16-.712-.11-.17-.25-.31-.43-.4a1.56 1.56 0 00-.59-.171c-.22-.02-.44-.03-.67-.02v-.933c.19.01.38 0 .57-.04.19-.03.36-.1.51-.19.14-.09.26-.22.35-.381.09-.16.14-.361.14-.592 0-.33-.1-.591-.31-.792-.2-.2-.47-.3-.79-.3a.99.99 0 00-.53.13c-.15.09-.27.21-.37.36-.1.151-.17.322-.22.512-.05.19-.07.381-.06.582h-1.15c.01-.381.08-.722.19-1.043.11-.32.27-.602.47-.832.19-.23.44-.421.72-.552.28-.13.6-.2.96-.2.28 0 .55.04.82.13.27.08.51.21.72.381.21.17.38.381.51.642.13.26.19.561.19.902 0 .391-.08.732-.24 1.023-.16.29-.42.5-.76.631v.02z"],HeaderTwo:["M1 2c-.56 0-1 .45-1 1v10c0 .54.45 1 1 1 .56 0 1-.45 1-1V9h4v4c0 .54.45 1 1 1 .56 0 1-.45 1-1V3c0-.54-.45-1-1-1-.56 0-1 .45-1 1v4H2V3c0-.54-.45-1-1-1zm12.154 11.944l.016-.014c.18-.14.36-.28.57-.42l.63-.45c.21-.16.41-.33.61-.51s.37-.38.52-.59c.15-.21.28-.45.37-.7.09-.25.13-.54.13-.85 0-.25-.04-.51-.12-.79-.07-.29-.2-.55-.39-.79a2.18 2.18 0 00-.73-.6c-.29-.15-.66-.23-1.11-.23-.4 0-.76.08-1.07.23-.31.16-.58.37-.79.62-.22.27-.38.59-.49.96-.11.37-.16.77-.16 1.2h1.19c.01-.27.03-.53.08-.77.04-.24.11-.45.21-.62.09-.18.22-.32.38-.42.16-.1.35-.15.59-.15.26 0 .47.05.63.14.15.09.28.21.37.35.09.14.15.29.18.45.03.16.05.31.05.45-.01.31-.08.58-.22.82-.14.23-.32.45-.53.65-.22.21-.46.39-.71.57-.26.18-.51.36-.75.54-.5.36-.89.78-1.17 1.27-.28.49-.43 1.06-.44 1.71h4.99v-1.14h-3.55c.05-.17.14-.33.27-.49.126-.145.28-.281.444-.426z"],Headset:["M14.85 6.34C14.18 2.72 11.37 0 8 0S1.82 2.72 1.15 6.34C.47 6.9 0 8.1 0 9.5 0 11.43.9 13 2 13c0 1.1.9 2 2 2h2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1H4c-.55 0-1-.45-1-1 .55 0 1-.45 1-1V7c0-.45-.3-.81-.71-.94C3.97 3.7 5.81 2 8 2s4.03 1.7 4.71 4.06c-.41.13-.71.49-.71.94v5c0 .55.45 1 1 1h1c1.1 0 2-1.57 2-3.5 0-1.4-.47-2.6-1.15-3.16z"],Heart:["M16 5.095c0-2.255-1.88-4.083-4.2-4.083-1.682 0-3.13.964-3.8 2.352a4.206 4.206 0 00-3.8-2.352C1.88 1.012 0 2.84 0 5.095c0 .066.007.13.01.194H.004c.001.047.01.096.014.143l.013.142c.07.8.321 1.663.824 2.573C2.073 10.354 4.232 12.018 8 15c3.767-2.982 5.926-4.647 7.144-6.854.501-.905.752-1.766.823-2.562.007-.055.012-.11.016-.164.003-.043.012-.088.013-.13h-.006c.003-.066.01-.13.01-.195z"],HeartBroken:["M7.71 8.87L6.17 6.55l.02-.01A.906.906 0 016 6c0-.07.03-.13.04-.19h-.02l.78-3.92C6.09 1.34 5.19 1 4.2 1 1.88 1 0 2.83 0 5.09c0 .07.01.13.01.19H0c0 .05.01.1.01.14 0 .05.01.1.01.14.07.8.32 1.66.82 2.57 1.07 1.94 2.88 3.47 5.86 5.84l-.68-2.74h.02C6.03 11.16 6 11.08 6 11c0-.28.11-.53.29-.71l1.42-1.42zM16 5.09C16 2.83 14.12 1 11.8 1c-1.2 0-2.27.5-3.04 1.28l-.7 3.51 1.77 2.66-.01.01c.1.15.18.33.18.54 0 .28-.11.53-.29.71l-1.6 1.6.75 3.01c3.23-2.56 5.16-4.15 6.28-6.18.5-.91.75-1.77.82-2.56.01-.05.01-.11.02-.16 0-.04.01-.09.01-.13h-.01c.01-.07.02-.14.02-.2z"],HeatGrid:["M0 10h5V7H0v3zm1-2h3v1H1V8zm14-5h-4v3h5V4c0-.55-.45-1-1-1zm0 2h-3V4h3v1zM0 4v2h5V3H1c-.55 0-1 .45-1 1zm0 9c0 .55.45 1 1 1h4v-3H0v2zm6-7h4V3H6v3zm0 8h4v-3H6v3zm1-2h2v1H7v-1zm4 2h4c.55 0 1-.45 1-1v-2h-5v3zm0-4h5V7h-5v3zm-5 0h4V7H6v3z"],Heatmap:["M2 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm11-7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm3 4.5A2.5 2.5 0 0013.5 6c-.98 0-1.82.57-2.23 1.39-.6-.78-1.51-1.3-2.56-1.36.18-.49.29-.99.29-1.53C9 2.01 6.99 0 4.5 0S0 2.01 0 4.5 2.01 9 4.5 9c.19 0 .37-.03.56-.06-.03.19-.06.37-.06.56C5 11.43 6.57 13 8.5 13c1.63 0 2.98-1.11 3.37-2.62.44.38 1 .62 1.63.62A2.5 2.5 0 0016 8.5zM14.5 13c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"],Helicopter:["M.5 2a.5.5 0 01.5.5V4h7V3H2.5a.5.5 0 010-1h13a.5.5 0 010 1H10v1h1c2.26 0 4 1.79 4 4 0 1.87-1.247 3.44-3 3.878V13h.382l1.894-.947a.5.5 0 11.448.894L12.618 14H4.5a.5.5 0 010-1H7v-2.306C5.749 9.736 5 8.368 5 7L1 6v1.5a.5.5 0 01-1 0v-5A.5.5 0 01.5 2zM8 11.316V13h3v-1a6.73 6.73 0 01-3-.684zM11 5v3h3a3 3 0 00-3-3z"],Help:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1 13H7v-2h2v2zm1.93-6.52c-.14.32-.35.64-.62.97L9.25 8.83c-.12.15-.24.29-.28.42-.04.13-.09.3-.09.52V10H7.12V8.88s.05-.51.21-.71L8.4 6.73c.22-.26.35-.49.44-.68.09-.19.12-.38.12-.58 0-.3-.1-.55-.28-.75-.18-.19-.44-.28-.76-.28-.33 0-.59.1-.78.29-.19.19-.33.46-.4.81-.03.11-.1.15-.2.14l-1.7-.25c-.12-.01-.16-.08-.14-.19.12-.82.46-1.47 1.03-1.94.57-.48 1.32-.72 2.25-.72.47 0 .9.07 1.29.22s.72.34 1 .59c.28.25.49.55.65.89.15.35.22.72.22 1.12s-.07.75-.21 1.08z"],HelperManagement:["M13 5h-2v2h2V5zm0 6h-2v2h2v-2zm0-3h-2v2h2V8zm2-8H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zm-1 14H2V2h12v12zm-7-3H5v2h2v-2zm3 0H8v2h2v-2z"],HighPriority:["M9 14v2H7v-2h2zm1-14L9 12H7L6 0h4z"],HighVoltagePole:["M6 0a1 1 0 00-1 1v3H3V3h.5a.5.5 0 000-1h-2a.5.5 0 000 1H2v1a1 1 0 000 2v1h-.5a.5.5 0 000 1h2a.5.5 0 000-1H3V6h2v9a1 1 0 102 0V6h2v9a1 1 0 102 0V6h2v1h-.5a.5.5 0 000 1h2a.5.5 0 000-1H14V6a1 1 0 100-2V3h.5a.5.5 0 000-1h-2a.5.5 0 000 1h.5v1h-2V1a1 1 0 00-1-1H6zm1 2v2h2V2H7z"],Highlight:["M9.12 11.07l2-2.02.71.71 4-4.04L10.17 0l-4 4.04.71.71-2 2.02 4.24 4.3zM2 12.97h4c.28 0 .53-.11.71-.3l1-1.01-3.42-3.45-3 3.03c-.18.18-.29.44-.29.72 0 .55.45 1.01 1 1.01zm13 1.01H1c-.55 0-1 .45-1 1.01S.45 16 1 16h14c.55 0 1-.45 1-1.01s-.45-1.01-1-1.01z"],History:["M8 3c-.55 0-1 .45-1 1v4c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L9 7.59V4c0-.55-.45-1-1-1zm0-3a7.95 7.95 0 00-6 2.74V1c0-.55-.45-1-1-1S0 .45 0 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.54C4.64 2.78 6.23 2 8 2c3.31 0 6 2.69 6 6 0 2.61-1.67 4.81-4 5.63v-.01c-.63.23-1.29.38-2 .38-3.31 0-6-2.69-6-6 0-.55-.45-1-1-1s-1 .45-1 1c0 4.42 3.58 8 8 8 .34 0 .67-.03 1-.07.02 0 .04-.01.06-.01C12.98 15.4 16 12.06 16 8c0-4.42-3.58-8-8-8z"],Home:["M2 10v5c0 .55.45 1 1 1h3v-5h4v5h3c.55 0 1-.45 1-1v-5L8 4l-6 6zm13.71-2.71L14 5.59V2c0-.55-.45-1-1-1s-1 .45-1 1v1.59L8.71.29C8.53.11 8.28 0 8 0s-.53.11-.71.29l-7 7a1.003 1.003 0 001.42 1.42L8 2.41l6.29 6.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],HorizontalBarChart:["M4 5h7c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zM1 1c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1zm14 6H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-6 5H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1z"],HorizontalBarChartAsc:["M1 3h5c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h7c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 6H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM1 11h10c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],HorizontalBarChartDesc:["M15 1H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM8 9H1c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm-2 4H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm5-8H1c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],HorizontalDistribution:["M2 0c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm13 0c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-5 2H7c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],HorizontalInbetween:["M0 16V0h1a1 1 0 011 1v14a1 1 0 01-1 1H0zM15 0h1v16h-1a1 1 0 01-1-1V1a1 1 0 011-1zM6.707 6.707a1 1 0 00-1.414-1.414l-2 2a1 1 0 000 1.414l2 2a1 1 0 001.414-1.414L5.414 8l1.293-1.293zm4-1.414a1 1 0 00-1.414 1.414L10.586 8 9.293 9.293a1 1 0 101.414 1.414l2-2a1 1 0 000-1.414l-2-2z"],Hurricane:["M3.5 12c-.86 0-2.5-.5-3.5-1 1 3.5 4.506 4 7 4a7 7 0 007-7l-.006-.004a5.974 5.974 0 00-1.29-3.988c.896.066 2.37.53 3.296.992-1-3.5-4.506-4-7-4a6.998 6.998 0 00-6.14 3.635 5.972 5.972 0 00-.859 3.226L2 8l.006.005a5.98 5.98 0 001.771 3.99A7.469 7.469 0 013.5 12zM8 6a2 2 0 100 4 2 2 0 000-4z"],IdNumber:["M2 5v7h12V5H2zm0-2h12c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z","M7.9 10.48c-.14-.33-.84-.55-1.3-.75-.46-.2-.4-.33-.42-.5v-.07c.16-.14.29-.33.37-.56 0 0 0-.01.01-.02.02-.05.03-.1.05-.15.1-.01.16-.13.19-.23.03-.04.07-.15.06-.27-.02-.16-.08-.24-.15-.26v-.03c0-.2-.02-.48-.05-.67-.01-.05-.02-.1-.03-.16-.07-.23-.21-.44-.4-.58-.2-.15-.48-.23-.73-.23s-.53.08-.72.23c-.19.14-.33.35-.4.58-.02.05-.03.1-.03.16-.05.18-.06.47-.06.67v.03c-.07.03-.14.1-.15.26-.02.12.03.22.06.27.02.1.09.22.2.24.01.05.03.1.05.15v.01c.08.23.22.42.38.56v.07c-.02.17.03.29-.43.5-.46.2-1.16.42-1.3.75s-.09.52-.09.52H8c-.01 0 .05-.19-.1-.52zM10 6h2c.55 0 1 .45 1 1s-.45 1-1 1h-2c-.55 0-1-.45-1-1s.45-1 1-1zM10 9h2c.55 0 1 .45 1 1s-.45 1-1 1h-2c-.55 0-1-.45-1-1s.45-1 1-1z"],ImageRotateLeft:["M13 2h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2C8.11 2.47 8 2.72 8 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H13c.55 0 1 .45 1 1v3c0 .55.45 1 1 1s1-.45 1-1V5c0-1.66-1.34-3-3-3zm-5.5 9c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 6.33L7 12l-1 1-2-3-2 2.67V9h7v4.33z"],ImageRotateRight:["M5.71 5.71l2-2C7.89 3.53 8 3.28 8 3c0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42l.3.29H3C1.34 2 0 3.34 0 5v3c0 .55.45 1 1 1s1-.45 1-1V5c0-.55.45-1 1-1h1.59l-.3.29a1.003 1.003 0 001.42 1.42zM12.5 11c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM15 7H6c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 6.33L12 12l-1 1-2-3-2 2.67V9h7v4.33z"],Import:["M7.29 11.71c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 00-1.42-1.42L9 8.59V1c0-.55-.45-1-1-1S7 .45 7 1v7.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l4 4zM15 11c-.55 0-1 .45-1 1v2H2v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1z"],Inbox:["M13.91 2.6c-.16-.36-.51-.61-.92-.61h-10c-.41 0-.77.25-.92.61L-.01 7.45v5.54c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7.45L13.91 2.6zm-1.92 5.39c-.55 0-1 .45-1 1v1h-6v-1c0-.55-.45-1-1-1H1.94l1.71-4h8.68l1.71 4h-2.05z"],InboxFiltered:["M6.432 2c.094.14.202.273.324.394L8.42 4H3.66L1.95 8H4c.55 0 1 .45 1 1v1h6.557c.693 0 1.363-.262 1.837-.736l.103-.102.85-1.14a2.564 2.564 0 00.623-1.682V5.058L16 7.46V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h3.432zm9.048-2c.31 0 .52.26.52.57 0 .16-.06.3-.17.41l-2.86 2.73v2.63c0 .16-.06.3-.17.41l-.82 1.1c-.1.1-.25.17-.41.17-.31 0-.57-.26-.57-.57V3.71L8.17.98A.566.566 0 018 .57c0-.31.26-.57.57-.57h6.91z"],InboxGeo:["M6.341 2A5.99 5.99 0 006 4H3.66L1.95 8H4c.55 0 1 .45 1 1v1h7a5.978 5.978 0 004-1.528V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h3.341zm3.679 2.145c0-.125.075-.23.205-.225h.345l.79.8c.005 0 0 .005 0 .005v.295c0 .13-.085.23-.215.23h-.07v.15c0 .13-.09.2-.215.2v.535c0 .125-.12.225-.245.225s-.245-.1-.245-.225V5.25h-.145c-.125 0-.205-.1-.205-.23v-.875zm2.235-2.195c-.03 0-.055-.005-.06-.035 0-.03.03-.035.06-.035h.11c.035 0 .06.005.06.035 0 .03-.03.035-.06.035h-.11zm-1.165-.025a.094.094 0 01-.13 0l-.25-.25a.094.094 0 010-.13.094.094 0 01.13 0l.25.25a.094.094 0 010 .13zm1.53.445c-.035 0-.07-.025-.07-.06v-.155c0-.03.035-.06.07-.06s.07.025.07.06v.155c0 .03-.035.06-.07.06zM12 0c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 7c1.655 0 3-1.345 3-3 0-.195-.02-.39-.06-.575h-.21c-.125 0-.225-.07-.23-.21h-.215c.075.07.155.14.155.23V3.9c0 .06-.04.115-.075.155h-.015l-.01.005-.015.01-.445.43v.815c0 .13-.07.22-.2.22h-.36c-.125 0-.21-.09-.21-.22v-.84a.627.627 0 00-.36-.345h-.45c-.13 0-.245-.095-.245-.225v-.46c0-.125.115-.23.245-.23l.13-.005.21-.215c.09-.09.24-.09.33 0l.22.225h.47c.105 0 .155-.105.225-.21v-.075h-.205a.106.106 0 01-.105-.105.11.11 0 01.105-.105h.18l.025.005v-.12s-.03-.025-.04-.025h-.2l-.045.05a.235.235 0 01-.33.005l-.045-.06h-.115l.16.175c.015.015.015.06 0 .075-.02.015-.045.02-.06.005l-.195-.185h-.085l-.245.23-.02-.005c-.025.07-.06.055-.095.055-.085 0-.15-.045-.15-.13s.065-.14.15-.14h.115v-.125c0-.06.04-.09.1-.09h.05V2.36c0-.095.095-.2.19-.2h.19c.105 0 .18-.075.18-.185V1.94c0-.015.035.01.035-.06h-.125l-.005.01-.21.22a.085.085 0 01-.115 0 .085.085 0 010-.115l.255-.255c.02-.015.045-.015.065-.015.005 0 .005.015.005.015h.64a2.327 2.327 0 00-.355-.275 2.452 2.452 0 00-.355-.195c-.03-.015-.055-.03-.08-.04a3.025 3.025 0 00-1.735-.175c-.09.02-.175.055-.265.08-.09.03-.18.05-.265.085-.075.03-.145.07-.22.105-.115.06-.235.115-.34.185l-.005.005c-.1.065-.18.145-.27.22h.455c.06 0 .11.045.11.105s-.05.105-.11.105h-.32c0 .07-.025.04-.025.045v.24h.285l.15-.17c.09-.09.235-.105.325-.015.09.09.09.23 0 .32l-.795.79-.01.01c-.005 0-.005 0-.01.005l-.025.015h-.01a.235.235 0 01-.12.025h-.23c-.08.07-.125.1-.125.18v.06c0 .01-.02.02-.02.03l.375.39c.04.04.04.1 0 .14-.04.04-.1.04-.14 0l-.39-.385a.213.213 0 01-.055.01c-.105 0-.195-.085-.195-.185v-.235h-.055A3.1 3.1 0 009 4c0 1.655 1.345 3 3 3zm2.27-2.135c.05 0 .105.04.105.09v.285c0 .05-.055.09-.105.09-.05 0-.105-.04-.105-.09v-.285c0-.05.055-.09.105-.09zm-2.085-3.27c0 .13-.105.21-.225.21h-.25v.07c0 .075-.03.135-.105.135s-.105-.06-.105-.135V1.64c-.075-.02-.025-.025-.025-.04 0-.125.085-.215.21-.215h.27c.13 0 .23.085.23.21z"],InboxSearch:["M5.639 2a5.391 5.391 0 00-.144 2H3.66L1.95 8H4c.55 0 1 .45 1 1v1h6V9c0-.088.012-.174.033-.255.12-.007.238-.019.39-.038.154-.008.252-.03.442-.077a5.34 5.34 0 00.24-.05h.05l.122-.04 1.266 1.271c.425.47 1.116.769 1.847.769.21 0 .414-.025.61-.071V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h2.639zM15.82 7.53c.1.12.17.27.18.44 0 .34-.27.61-.61.61a.57.57 0 01-.43-.18l-2.24-2.25c-.13.08-.26.16-.4.23-.02.01-.05.02-.07.03-.14.06-.27.12-.42.17h-.01c-.14.05-.29.08-.44.11-.04.01-.08.02-.11.02-.15.02-.3.04-.46.04-1.85 0-3.35-1.51-3.35-3.37S8.96.01 10.81 0c1.85 0 3.35 1.51 3.35 3.37 0 .16-.02.31-.04.47-.01.04-.01.07-.02.11-.02.15-.05.29-.1.44v.01c-.05.15-.11.28-.17.42-.01.02-.02.05-.03.07-.07.14-.14.27-.23.4l2.25 2.24zm-5.01-1.94c1.22 0 2.21-.99 2.21-2.22 0-1.23-.99-2.22-2.21-2.22S8.6 2.14 8.6 3.37c0 1.22.99 2.22 2.21 2.22z"],InboxUpdate:["M8.1 2a5.023 5.023 0 000 2H3.66L1.95 8H4c.55 0 1 .45 1 1v1h6V9c0-.55.45-1 1-1h2.05c.708 0 1.352-.241 1.905-.645L16 7.46V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h5.1zM13 6a3 3 0 110-6 3 3 0 010 6z"],InfoSign:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM7 3h2v2H7V3zm3 10H6v-1h1V7H6V6h3v6h1v1z"],Inheritance:["M5 8c0 1.66 1.34 3 3 3h4.59L11.3 9.71A.965.965 0 0111 9a1.003 1.003 0 011.71-.71l3 3c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-3 3a1.003 1.003 0 01-1.42-1.42l1.3-1.29H8c-2.76 0-5-2.24-5-5H1a1 1 0 01-1-1V1a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5zM2 2v4h4V2H2z"],InheritedGroup:["M1 7c.51 0 .935.388.993.884L2 8v3c0 .51.388.935.884.993L3 12h1.59l-.3-.29a1.003 1.003 0 011.324-1.504l.096.084 2 2c.18.18.29.43.29.71 0 .233-.076.446-.206.614l-.084.096-2 2A1.003 1.003 0 014 15c0-.24.08-.458.224-.629l.076-.081.29-.29H3a2.996 2.996 0 01-2.995-2.823L0 11V8c0-.55.45-1 1-1zm5.388-7c.629 0 1.338.21 1.838.6.48.38.85.91 1.019 1.52.04.13.07.27.09.4.09.48.14 1.22.14 1.73v.07c.18.08.34.27.37.67.03.32-.09.59-.16.71-.06.28-.21.58-.48.63-.03.13-.07.26-.12.39 0 .01-.01.04-.01.04-.22.58-.55 1.08-.949 1.45v.18c.04.45-.12.77 1.059 1.3 1.179.53 2.947 1.09 3.307 1.95.37.86.22 1.36.22 1.36H9c0-.539-.21-1.045-.583-1.417l-2-2A1.997 1.997 0 005 9c-.149 0-.296-.015-.442-.045.099-.19.082-.37.101-.575 0-.05.01-.11.01-.17-.41-.35-.75-.86-.969-1.45v-.01s-.01-.01-.01-.02c-.04-.12-.09-.26-.12-.39-.28-.05-.44-.36-.5-.64-.06-.12-.19-.39-.16-.71.04-.41.21-.6.39-.68v-.06c0-.51.05-1.26.14-1.74.02-.13.05-.27.09-.4.17-.6.54-1.13 1.02-1.51C5.048.21 5.757 0 6.387 0zm4.625 2.04c.49 0 1.05.16 1.439.46.38.29.67.7.8 1.17.03.1.05.21.07.31.07.37.11.94.11 1.33v.05c.139.06.269.21.289.51.02.25-.07.45-.13.54-.05.21-.16.44-.38.48a1.711 1.711 0 01-.1.33c-.17.44-.43.83-.749 1.11v.14c.03.35-.09.59.83 1 .929.41 2.317.84 2.597 1.5.29.66.17 1.04.17 1.04H13.66v.01c-.05-.24-.14-.5-.25-.76-.36-.86-1.119-1.33-2.687-2-.14-.06-.59-.25-.6-.25-.21-.09-.36-.15-.5-.22.02-.1.02-.2.03-.31 0-.04.01-.08.01-.13-.07-.06-.13-.12-.19-.19.22-.32.4-.67.54-1.05.02-.06.02-.06.03-.1.29-.23.48-.57.59-.96.16-.33.25-.73.21-1.16-.03-.4-.16-.76-.37-1.03-.02-.53-.07-1.13-.15-1.54-.01-.06-.02-.12-.03-.19.23-.06.48-.09.72-.09z"],InnerJoin:["M6.6 3.3C5.3 4.4 4.5 6.1 4.5 8s.8 3.6 2.1 4.7c-.5.2-1 .3-1.6.3-2.8 0-5-2.2-5-5s2.2-5 5-5c.6 0 1.1.1 1.6.3zm-1.96 8.68C3.92 10.83 3.5 9.46 3.5 8s.42-2.83 1.14-3.98C2.6 4.2 1 5.91 1 8s1.6 3.8 3.64 3.98zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.1-.1-1.6-.3 1.3-1.1 2.1-2.9 2.1-4.7s-.8-3.5-2.1-4.7c.5-.2 1-.3 1.6-.3zm.35 1.02c.73 1.15 1.14 2.52 1.14 3.98s-.42 2.83-1.14 3.98c2.04-.18 3.64-1.9 3.64-3.98s-1.6-3.8-3.64-3.98z"],Input:["M8 13a5 5 0 10-4.53-7.12.205.205 0 01-.185.12H1.558a.194.194 0 01-.187-.256 7 7 0 110 4.511.194.194 0 01.187-.255h1.727c.08 0 .151.047.185.12A5 5 0 008 13z","M8.703 5.29a.995.995 0 00-.71-.29 1.004 1.004 0 00-.718 1.71l.29.29H.998C.449 7 0 7.45 0 8s.45 1 .999 1h6.585l-.29.29c-.18.18-.289.43-.289.71a1.002 1.002 0 001.708.71l1.997-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2.007-2z"],Insert:["M5 9h2v2c0 .6.4 1 1 1s1-.4 1-1V9h2c.6 0 1-.4 1-1s-.4-1-1-1H9V5c0-.6-.4-1-1-1s-1 .4-1 1v2H5c-.6 0-1 .4-1 1s.4 1 1 1zm10-9H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zm-1 14H2V2h12v12z"],Intelligence:["M8 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.46-1-1-1zm4.988.976v-.042a.398.398 0 00-.107-.216 7.57 7.57 0 00-1.087-1.082c-.83-.703-1.78-1.292-2.824-1.527a4.315 4.315 0 00-1.818-.024 5.578 5.578 0 00-1.593.595c-.781.427-1.5 1.01-2.125 1.665-.112.12-.225.246-.33.379a.43.43 0 000 .558c.318.403.699.758 1.086 1.082.831.703 1.78 1.292 2.824 1.527a4.37 4.37 0 001.831.024c.556-.108 1.087-.325 1.593-.595a8.695 8.695 0 002.118-1.665c.113-.12.232-.246.338-.379A.42.42 0 0013 8.06V8c-.012-.012-.012-.018-.012-.024zM8 10c-1.107 0-2-.893-2-2s.893-2 2-2 2 .893 2 2-.893 2-2 2zM7 1a1 1 0 00-1-1H1a1 1 0 00-1 1v5a1 1 0 002 0V2h4a1 1 0 001-1zm2 0a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 11-2 0V2h-4a1 1 0 01-1-1zm0 14a1 1 0 001 1h5a1 1 0 001-1v-5a1 1 0 10-2 0v4h-4a1 1 0 00-1 1zm-2 0a1 1 0 01-1 1H1a1 1 0 01-1-1v-5a1 1 0 012 0v4h4a1 1 0 011 1z"],Intersection:["M10 3c-.92 0-1.76.26-2.5.69C6.76 3.26 5.92 3 5 3 2.24 3 0 5.24 0 8s2.24 5 5 5c.92 0 1.76-.26 2.5-.69.74.43 1.58.69 2.5.69 2.76 0 5-2.24 5-5s-2.24-5-5-5zm-4.1 7.85c-.29.09-.59.15-.9.15-1.66 0-3-1.34-3-3s1.34-3 3-3c.31 0 .61.06.9.15C5.33 5.96 5 6.94 5 8s.33 2.04.9 2.85zM10 11c-.31 0-.61-.06-.9-.15.57-.81.9-1.79.9-2.85s-.33-2.04-.9-2.85c.29-.09.59-.15.9-.15 1.66 0 3 1.34 3 3s-1.34 3-3 3z"],IpAddress:["M5 2.66C5 4.14 8 8 8 8s3-3.86 3-5.34C10.99 1.2 9.66 0 8 0S5 1.2 5 2.66zM7 3c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zM10.5 10H8v5h1v-4h1v1H9v1h2v-3h-.5zM2 9h12c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1zm4 1v5h1v-5H6z"],Issue:["M8 16A8 8 0 118 0a8 8 0 010 16zm0-2A6 6 0 108 2a6 6 0 000 12zm1-2H7v-2h2v2zm0-3H7V4h2v5z"],IssueClosed:["M9.296.104a2.99 2.99 0 00-1.003.664 2.987 2.987 0 00-.75 1.25 6 6 0 106.28 4.527c.043-.039.085-.079.127-.12l1.456-1.456A8 8 0 119.296.105zm2.532 5.2a.997.997 0 01-.707-.294L9.707 3.596a1 1 0 011.414-1.414l.707.707 1.768-1.768a1 1 0 111.414 1.415L12.536 5.01a.997.997 0 01-.708.293zM9 12H7v-2h2v2zm0-3H7V4h2v5z"],IssueNew:["M10.568.421c-.01.04-.018.08-.026.121-.837.156-1.53.73-1.85 1.497a6 6 0 105.27 5.273 2.51 2.51 0 001.496-1.854c.04-.008.081-.016.121-.026A8 8 0 1110.568.421zM9 12H7v-2h2v2zm0-3H7V4h2v5zm1-6c0-.55.45-1 1-1h1V1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v1.005c0 .55-.45 1-1 1s-1-.45-1-1V4h-1c-.55 0-1-.45-1-1z"],Italic:["M9.8 4H11c.5 0 1-.4 1-1s-.4-1-1-1H7c-.5 0-1 .4-1 1s.4 1 1 1h.8l-1.6 8H5c-.5 0-1 .4-1 1s.4 1 1 1h4c.5 0 1-.4 1-1s-.4-1-1-1h-.8l1.6-8z"],JoinTable:["M15 5h-3V2c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h3v3c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-5-1v2H6V4h4zm0 6H6V7h4v3zM2 4h3v2H2V4zm0 5V7h3v2H2zm4 4v-2h4v2H6zm8 0h-3v-2h3v2zm0-3h-3V8h3v2z"],Key:["M11 0C8.24 0 6 2.24 6 5c0 1.02.31 1.96.83 2.75L.29 14.29a1.003 1.003 0 001.42 1.42L3 14.41l1.29 1.29c.18.19.43.3.71.3s.53-.11.71-.29l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71L6.41 11l1.83-1.83c.8.52 1.74.83 2.76.83 2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-.23 0-.45-.03-.66-.08-.01 0-.02-.01-.03-.01-.21-.05-.41-.12-.6-.21a3.014 3.014 0 01-1.62-2c0-.01-.01-.02-.01-.03C8.03 5.45 8 5.23 8 5c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3z"],KeyBackspace:["M15 2H6c-.28 0-.53.11-.71.29l-5 5C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l5 5c.18.18.43.29.71.29h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-2.29 7.29a1.003 1.003 0 01-1.42 1.42L10 9.41 8.71 10.7c-.18.19-.43.3-.71.3a1.003 1.003 0 01-.71-1.71L8.59 8l-1.3-1.29a1.003 1.003 0 011.42-1.42L10 6.59l1.29-1.29c.18-.19.43-.3.71-.3a1.003 1.003 0 01.71 1.71L11.41 8l1.3 1.29z"],KeyCommand:["M12 9h-1V7h1c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3v1H7V4c0-1.66-1.34-3-3-3S1 2.34 1 4s1.34 3 3 3h1v2H4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3v-1h2v1c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3zm0-6c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM4 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5 4H7V7h2v2zm3 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],KeyControl:["M12.71 5.29l-4-4C8.53 1.11 8.28 1 8 1s-.53.11-.71.29l-4 4a1.003 1.003 0 001.42 1.42L8 3.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],KeyDelete:["M15.71 7.29l-5-5A.997.997 0 0010 2H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h9c.28 0 .53-.11.71-.29l5-5c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zm-7 2a1.003 1.003 0 01-1.42 1.42L6 9.41 4.71 10.7c-.18.19-.43.3-.71.3a1.003 1.003 0 01-.71-1.71L4.59 8l-1.3-1.29a1.003 1.003 0 011.42-1.42L6 6.59 7.29 5.3c.18-.19.43-.3.71-.3a1.003 1.003 0 01.71 1.71L7.41 8l1.3 1.29z"],KeyEnter:["M14 2c-.55 0-1 .45-1 1v3c0 1.66-1.34 3-3 3H4.41L5.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L4.41 11H10c2.76 0 5-2.24 5-5V3c0-.55-.45-1-1-1z"],KeyEscape:["M2 7c.55 0 1-.45 1-1V4.41L7.29 8.7c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L4.41 3H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm7-5.9v2A5 5 0 113.1 9h-2c.49 3.39 3.38 6 6.9 6 3.87 0 7-3.13 7-7 0-3.52-2.61-6.41-6-6.9z"],KeyOption:["M11 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm4 8h-3.43L5.86 2.49h-.02A.975.975 0 005 2H1c-.55 0-1 .45-1 1s.45 1 1 1h3.43l5.71 9.51.01-.01c.18.3.49.5.85.5h4c.55 0 1-.45 1-1s-.45-1-1-1z"],KeyShift:["M13.71 7.29l-5-5C8.53 2.11 8.28 2 8 2s-.53.11-.71.29l-5 5A1.003 1.003 0 003 9h2v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V9h2a1.003 1.003 0 00.71-1.71z"],KeyTab:["M15 10H4.41L5.7 8.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L2 9.59V8c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1s1-.45 1-1v-1.59l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L4.41 12H15c.55 0 1-.45 1-1s-.45-1-1-1zm0-9c-.55 0-1 .45-1 1v1.59L11.71 1.3A.965.965 0 0011 1a1.003 1.003 0 00-.71 1.71L11.59 4H1c-.55 0-1 .45-1 1s.45 1 1 1h10.59L10.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L14 6.41V8c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],KnownVehicle:["M15 3a.997.997 0 00-.707.293L12 5.586l-1.293-1.293a1 1 0 10-1.414 1.414l2 2a.997.997 0 001.414 0l3-3A1 1 0 0015 3zm-.879 6.121l-.007-.007c-.313.309-.69.552-1.114.702V10h-.998H12h-1v-.184c-.424-.15-.8-.395-1.112-.704l-.01.01-2-2 .012-.012A2.978 2.978 0 017.184 6H3c-.176 0-.06-.824 0-1l.73-1.63C3.79 3.192 3.823 3 4 3H7.78C8.328 2.39 9.115 2 10 2c.768 0 1.461.293 1.987.77l.844-.844c-.238-.244-.524-.442-.794-.524C12.037 1.402 10.72 1 8 1c-2.72 0-4.037.402-4.037.402-.508.155-1.078.711-1.268 1.237l-.763 2.117H.88c-.484 0-.88.423-.88.939s.396.939.88.939h.375L1 7c-.034.685 0 1.436 0 2v5c0 .657.384 1 1 1s1-.343 1-1v-1h10v1c0 .657.384 1 1 1s1-.343 1-1V9l-.003-.754-.876.875zM5.001 10H3V8h2v2z"],LabTest:["M11 1a1 1 0 010 2v3l3 7v1.25a.75.75 0 01-.75.75H2.75a.75.75 0 01-.75-.75V13l3-7V3a1 1 0 110-2h6zM9 3H7v3l-1.714 4h5.428L9 6V3z"],Label:["M11 2H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7l-5-5zm3 10H2V4h8v2H3v1h7v1h4v4zm-3-5V4l3 3h-3zm-8 3h10V9H3v1z"],Layer:["M16 8c0-.37-.21-.68-.51-.85l.01-.01-7-4-.01.01C8.34 3.06 8.18 3 8 3s-.34.06-.49.15l-.01-.02-7 4 .01.01C.21 7.32 0 7.63 0 8s.21.68.51.85l-.01.01 7 4 .01-.01c.15.09.31.15.49.15s.34-.06.49-.15l.01.01 7-4-.01-.01c.3-.17.51-.48.51-.85z"],LayerOutline:["M7.504 3.132l-7 4a1 1 0 000 1.736l7 4a1 1 0 00.992 0l7-4a1 1 0 000-1.736l-7-4a1 1 0 00-.992 0zM8 5.152L12.983 8 8 10.847 3.016 8 8 5.152z"],Layers:["M.55 4.89l7 3c.14.07.29.11.45.11.16 0 .31-.04.45-.11l7-3a.998.998 0 00-.06-1.81L8.4.08a1.006 1.006 0 00-.79 0l-6.99 3a.992.992 0 00-.07 1.81zM15 11c-.16 0-.31.04-.45.11L8 14l-6.55-2.9c-.14-.06-.29-.1-.45-.1-.55 0-1 .45-1 1 0 .39.23.73.55.89l7 3c.14.07.29.11.45.11.16 0 .31-.04.45-.11l7-3c.32-.16.55-.5.55-.89 0-.55-.45-1-1-1zm0-4c-.16 0-.31.04-.45.11L8 10 1.45 7.11A.997.997 0 001 7c-.55 0-1 .45-1 1 0 .39.23.73.55.89l7 3c.14.07.29.11.45.11.16 0 .31-.04.45-.11l7-3c.32-.16.55-.5.55-.89 0-.55-.45-1-1-1z"],Layout:["M14 4c-1.1 0-2 .9-2 2 0 .47.17.9.44 1.24l-.68.91A1.996 1.996 0 009.07 9.5H7.93C7.71 8.64 6.93 8 6 8c-.47 0-.9.17-1.24.44l-.91-.68c.1-.23.15-.49.15-.76 0-.37-.11-.71-.28-1.01l2.27-2.27c.3.17.64.28 1.01.28 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .37.11.71.28 1.01L3.01 5.28C2.71 5.11 2.37 5 2 5 .9 5 0 5.9 0 7s.9 2 2 2c.47 0 .9-.17 1.24-.44l.91.68c-.1.23-.15.49-.15.76 0 .37.11.71.28 1.01l-1.27 1.27C2.71 12.11 2.37 12 2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.37-.11-.71-.28-1.01l1.27-1.27c.3.17.64.28 1.01.28.93 0 1.71-.64 1.93-1.5h1.14c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2 0-.47-.17-.9-.44-1.24l.68-.91c.23.1.49.15.76.15 1.1 0 2-.9 2-2s-.9-2-2-2z"],LayoutAuto:["M14 9.5c-.56 0-1.06.23-1.42.59L8.99 8l3.59-2.09A2.002 2.002 0 0016 4.5c0-1.1-.9-2-2-2s-2 .9-2 2c0 .19.03.37.08.54L8.5 7.13v-3.2c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S6 .9 6 2c0 .93.64 1.71 1.5 1.93v3.2L3.92 5.04c.05-.17.08-.35.08-.54 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.56 0 1.06-.23 1.42-.59L7.01 8l-3.59 2.09A2.002 2.002 0 000 11.5c0 1.1.9 2 2 2s2-.9 2-2c0-.19-.03-.37-.08-.54L7.5 8.87v3.2c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-3.2l3.58 2.09c-.05.17-.08.35-.08.54 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],LayoutBalloon:["M14 11c-.2 0-.38.04-.56.09L12.42 9.4c.36-.36.58-.85.58-1.4 0-.55-.22-1.04-.58-1.4l1.01-1.69c.19.05.37.09.57.09 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .55.22 1.04.58 1.4l-1.01 1.69C11.38 6.04 11.2 6 11 6c-.93 0-1.71.64-1.93 1.5H6.93C6.71 6.64 5.93 6 5 6c-.2 0-.38.04-.56.09L3.42 4.4C3.78 4.04 4 3.55 4 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.2 0 .38-.04.56-.09L3.58 6.6C3.22 6.96 3 7.45 3 8c0 .55.22 1.04.58 1.4l-1.01 1.69C2.38 11.04 2.2 11 2 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.55-.22-1.04-.58-1.4l1.01-1.69c.19.05.37.09.57.09.93 0 1.71-.64 1.93-1.5h2.14c.22.86 1 1.5 1.93 1.5.2 0 .38-.04.56-.09l1.01 1.69c-.35.36-.57.85-.57 1.4 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],LayoutCircle:["M14.16 6.02c-.12-.36-.26-.7-.43-1.03.17-.29.27-.63.27-.99 0-1.1-.9-2-2-2-.36 0-.7.1-.99.27-.33-.17-.67-.31-1.03-.43A1.987 1.987 0 008 0C6.95 0 6.1.81 6.02 1.84c-.36.12-.7.26-1.03.43C4.7 2.1 4.36 2 4 2c-1.1 0-2 .9-2 2 0 .36.1.7.27.99-.17.33-.31.67-.43 1.03C.81 6.1 0 6.95 0 8c0 1.05.81 1.9 1.84 1.98.12.36.26.7.43 1.03-.17.29-.27.63-.27.99 0 1.1.9 2 2 2 .36 0 .7-.1.99-.27.33.17.67.32 1.03.43C6.1 15.19 6.95 16 8 16c1.05 0 1.9-.81 1.98-1.84.36-.12.7-.26 1.03-.43.29.17.63.27.99.27 1.1 0 2-.9 2-2 0-.36-.1-.7-.27-.99.17-.33.31-.67.43-1.03C15.19 9.9 16 9.05 16 8c0-1.05-.81-1.9-1.84-1.98zm-.99 3.79c-.05.16-.11.31-.17.46-.3-.17-.64-.27-1-.27-1.1 0-2 .9-2 2 0 .36.1.7.27 1-.15.07-.3.12-.46.17C9.5 12.48 8.81 12 8 12s-1.5.48-1.81 1.17c-.16-.06-.32-.11-.46-.17.17-.3.27-.64.27-1 0-1.1-.9-2-2-2-.36 0-.7.1-1 .27-.07-.15-.12-.3-.17-.46C3.52 9.5 4 8.81 4 8s-.48-1.5-1.17-1.81c.06-.16.11-.32.17-.46.3.17.64.27 1 .27 1.1 0 2-.9 2-2 0-.36-.1-.7-.27-1 .15-.07.3-.12.46-.17C6.5 3.52 7.19 4 8 4s1.5-.48 1.81-1.17c.16.06.32.11.46.17-.17.3-.27.64-.27 1 0 1.1.9 2 2 2 .36 0 .7-.1 1-.27.07.15.12.3.17.46C12.48 6.5 12 7.19 12 8s.48 1.5 1.17 1.81z"],LayoutGrid:["M2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 0C6.9 0 6 .9 6 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],LayoutGroupBy:["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 1C.9 1 0 1.9 0 3s.9 2 2 2 2-.9 2-2-.9-2-2-2zm7 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm5 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],LayoutHierarchy:["M14.5 12.07V9.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2-.93 0-1.71.64-1.93 1.5H9.93c-.18-.7-.73-1.25-1.43-1.43V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S6 .9 6 2c0 .93.64 1.71 1.5 1.93v2.14c-.7.18-1.25.73-1.43 1.43H3.93C3.71 6.64 2.93 6 2 6 .9 6 0 6.9 0 8c0 .93.64 1.71 1.5 1.93v2.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93V9.93c.7-.18 1.25-.73 1.43-1.43h2.14c.18.7.73 1.25 1.43 1.43v2.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93V9.93c.7-.18 1.25-.73 1.43-1.43h2.14c.18.7.73 1.25 1.43 1.43v2.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93z"],LayoutLinear:["M14 6c-.93 0-1.71.64-1.93 1.5H9.93C9.71 6.64 8.93 6 8 6s-1.71.64-1.93 1.5H3.93C3.71 6.64 2.93 6 2 6 .9 6 0 6.9 0 8s.9 2 2 2c.93 0 1.71-.64 1.93-1.5h2.13C6.29 9.36 7.07 10 8 10s1.71-.64 1.93-1.5h2.13c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2C16 6.9 15.1 6 14 6z"],LayoutSkewGrid:["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6-3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],LayoutSortedClusters:["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],Learning:["M8.441 1.104a.985.985 0 00-.882 0L.365 5c-.487.253-.487.747 0 1L7.56 9.896a.985.985 0 00.882 0L15.635 6c.487-.253.487-.747 0-1L8.44 1.104z","M14 5.5l.016 4.514c.002.548.447.99.994.99a.99.99 0 00.99-.99V5.5h-2zM3.371 9.047l4.387 2.432a.5.5 0 00.485 0l4.39-2.432a.25.25 0 01.371.218v2.955a.25.25 0 01-.134.222l-4.635 2.436a.5.5 0 01-.466 0l-4.635-2.436A.25.25 0 013 12.22V9.265a.25.25 0 01.371-.218z"],LeftJoin:["M6.6 3.3C6.1 3.1 5.6 3 5 3 2.2 3 0 5.2 0 8s2.2 5 5 5c.6 0 1.1-.1 1.6-.3C5.3 11.6 4.5 9.9 4.5 8s.8-3.6 2.1-4.7zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.1-.1-1.6-.3 1.3-1.1 2.1-2.9 2.1-4.7s-.8-3.5-2.1-4.7c.5-.2 1-.3 1.6-.3zm.35 1.02c.73 1.15 1.14 2.52 1.14 3.98s-.42 2.83-1.14 3.98c2.04-.18 3.64-1.9 3.64-3.98s-1.6-3.8-3.64-3.98z"],LengthenText:["M1 9h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm4 3H1c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zm7-1c0 .28.11.53.29.71l.3.29H9c-.55 0-1 .45-1 1s.45 1 1 1h3.59l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2A1.003 1.003 0 0012 11zM1 4h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],LessThan:["M13.287 5.958a1 1 0 00-.574-1.916l-10 3c-.95.285-.95 1.631 0 1.916l10 3a1 1 0 00.574-1.916L6.48 8l6.807-2.042z"],LessThanOrEqualTo:["M13.287 3.958a1 1 0 00-.575-1.916l-10 3c-.95.285-.95 1.63 0 1.916l10 3a1 1 0 00.575-1.916L6.48 6l6.807-2.042zM13 12H3a1 1 0 000 2h10a1 1 0 000-2z"],Lifesaver:["M9.405 11.746C8.968 11.91 8.495 12 8 12c-.494 0-.968-.09-1.405-.254l-.702 1.873C6.548 13.865 7.258 14 8 14c.742 0 1.452-.135 2.107-.38l-.702-1.874zm2.341-2.341l1.873.702C13.865 9.452 14 8.742 14 8c0-.742-.135-1.452-.38-2.107l-1.874.702c.164.437.254.91.254 1.405 0 .494-.09.968-.254 1.405zM9.405 4.254l.702-1.873A5.987 5.987 0 008 2c-.742 0-1.452.135-2.107.38l.702 1.874C7.032 4.09 7.505 4 8 4c.494 0 .968.09 1.405.254zM4.254 6.595L2.38 5.893A5.987 5.987 0 002 8c0 .742.135 1.452.38 2.107l1.874-.702A3.991 3.991 0 014 8c0-.494.09-.968.254-1.405zM8 16A8 8 0 118 0a8 8 0 010 16zm0-6a2 2 0 100-4 2 2 0 000 4z"],Lightbulb:["M9.01 14h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1s-.44-1-1-1zm1-3h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.44-1-1-1zm-2-11C5.26 0 3.03 1.95 3.03 4.35c0 2.37 1.63 2.64 1.94 5.22 0 .24.22.44.5.44h5.09c.28 0 .5-.19.5-.44C11.37 6.99 13 6.72 13 4.35 13 1.95 10.77 0 8.01 0z"],Lightning:["M7 9H5a1 1 0 01-1-1L4.89.876A1 1 0 015.884 0h4.27a.847.847 0 01.793 1.144L9.125 6h2.05a.825.825 0 01.754 1.16L8.16 15.64A.606.606 0 017 15.394V9z"],Link:["M4.99 11.99c.28 0 .53-.11.71-.29l6-6a1.003 1.003 0 00-1.42-1.42l-6 6a1.003 1.003 0 00.71 1.71zm3.85-2.02L6.4 12.41l-1 1-.01-.01c-.36.36-.85.6-1.4.6-1.1 0-2-.9-2-2 0-.55.24-1.04.6-1.4l-.01-.01 1-1 2.44-2.44c-.33-.1-.67-.16-1.03-.16-1.1 0-2.09.46-2.81 1.19l-.02-.02-1 1 .02.02c-.73.72-1.19 1.71-1.19 2.81 0 2.21 1.79 4 4 4 1.1 0 2.09-.46 2.81-1.19l.02.02 1-1-.02-.02c.73-.72 1.19-1.71 1.19-2.81 0-.35-.06-.69-.15-1.02zm7.15-5.98c0-2.21-1.79-4-4-4-1.1 0-2.09.46-2.81 1.19l-.02-.02-1 1 .02.02c-.72.72-1.19 1.71-1.19 2.81 0 .36.06.69.15 1.02l2.44-2.44 1-1 .01.01c.36-.36.85-.6 1.4-.6 1.1 0 2 .9 2 2 0 .55-.24 1.04-.6 1.4l.01.01-1 1-2.43 2.45c.33.09.67.15 1.02.15 1.1 0 2.09-.46 2.81-1.19l.02.02 1-1-.02-.02a3.92 3.92 0 001.19-2.81z"],List:["M1 3h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 10H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],ListColumns:["M6 1c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm9-12c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5z"],ListDetailView:["M6 9H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm9-12h-5c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM6 5H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1z"],Locate:["M15 7h-.09A6.98 6.98 0 009 1.1V1c0-.55-.45-1-1-1S7 .45 7 1v.09A6.98 6.98 0 001.1 7H1c-.55 0-1 .45-1 1s.45 1 1 1h.1A6.969 6.969 0 007 14.91V15c0 .55.45 1 1 1s1-.45 1-1v-.09A6.98 6.98 0 0014.9 9h.1c.55 0 1-.45 1-1s-.45-1-1-1zm-6.02 5.9c-.05-.5-.46-.9-.98-.9s-.93.4-.98.9A5.017 5.017 0 013.1 8.98c.5-.05.9-.46.9-.98s-.4-.93-.9-.98A5.017 5.017 0 017.02 3.1c.05.5.46.9.98.9s.93-.4.98-.9c1.97.39 3.52 1.95 3.92 3.92-.5.05-.9.46-.9.98s.4.93.9.98a5.017 5.017 0 01-3.92 3.92zM8 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],Lock:["M13.96 7H12V3.95C12 1.77 10.21 0 8 0S4 1.77 4 3.95V7H1.96c-.55 0-.96.35-.96.9v6.91c0 .54.41 1.19.96 1.19h12c.55 0 1.04-.65 1.04-1.19V7.9c0-.55-.49-.9-1.04-.9zM6 7V3.95c0-1.09.9-1.97 2-1.97s2 .88 2 1.97V7H6z"],Locomotive:["M0 2v12h1.706a.523.523 0 00.443-.257c1.847-3.056 3.803-1.42 4.701.004a.529.529 0 00.444.253h.412a.523.523 0 00.443-.257c1.847-3.056 3.803-1.42 4.701.004a.529.529 0 00.444.253h.982a.3.3 0 00.212-.512L13 12c4.4-2.4 1.833-5 0-6V4l1.146-1.146A.5.5 0 0013.793 2h-3.586a.5.5 0 00-.353.854L11 4v2H8V2a1 1 0 00-1-1H1a1 1 0 00-1 1zm1 5h3V2H1v5zm6 0H5V2h2v5z","M4.5 16a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm0-1a.5.5 0 100-1 .5.5 0 000 1zM10.5 16a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm0-1a.5.5 0 100-1 .5.5 0 000 1z"],LogIn:["M11 8c0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 00-1.42 1.42L7.59 7H1c-.55 0-1 .45-1 1s.45 1 1 1h6.59L6.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71zm4-8H9c-.55 0-1 .45-1 1s.45 1 1 1h5v12H9c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],LogOut:["M7 14H2V2h5c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm8.71-6.71l-3-3a1.003 1.003 0 00-1.42 1.42L12.59 7H6c-.55 0-1 .45-1 1s.45 1 1 1h6.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],LowVoltagePole:["M8 0a1 1 0 00-1 1v1H3v-.5a.5.5 0 00-1 0V2a1 1 0 000 2v1h-.5a.5.5 0 000 1h2a.5.5 0 000-1H3V4h4v11a1 1 0 102 0V4h4v1h-.5a.5.5 0 000 1h2a.5.5 0 000-1H14V4a1 1 0 100-2v-.5a.5.5 0 00-1 0V2H9V1a1 1 0 00-1-1z"],Manual:["M15.99 1.13c-.02-.41-.33-.77-.78-.87C12.26-.36 9.84.13 8 1.7 6.16.13 3.74-.36.78.26.33.35.03.72.01 1.13H0v12c0 .08 0 .17.02.26.12.51.65.82 1.19.71 2.63-.55 4.59-.04 6.01 1.57.02.03.06.04.08.06.02.02.03.04.05.06.04.03.09.04.13.07.05.03.09.05.14.07.11.04.23.07.35.07h.04c.12 0 .24-.03.35-.07.05-.02.09-.05.14-.07.04-.02.09-.04.13-.07.02-.02.03-.04.05-.06.03-.02.06-.03.08-.06 1.42-1.6 3.39-2.12 6.01-1.57.54.11 1.07-.21 1.19-.71.04-.09.04-.18.04-.26l-.01-12zM7 12.99c-1.4-.83-3.07-1.14-5-.93V1.96c2.11-.28 3.75.2 5 1.46v9.57zm7-.92c-1.93-.21-3.6.1-5 .93V3.42c1.25-1.26 2.89-1.74 5-1.46v10.11z"],ManuallyEnteredData:["M1 8h3.76l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm14.49-4.01c.31-.32.51-.76.51-1.24C16 1.78 15.22 1 14.25 1c-.48 0-.92.2-1.24.51l-1.44 1.44 2.47 2.47 1.45-1.43zM1 4h7.76l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm0 6c-.55 0-1 .45-1 1 0 .48.35.86.8.96L2.76 10H1zm9.95-6.43l-6.69 6.69 2.47 2.47 6.69-6.69-2.47-2.47zm4.25 2.47L13.24 8H15c.55 0 1-.45 1-1 0-.48-.35-.86-.8-.96zM2 15l3.86-1.39-2.46-2.44L2 15zm13-5h-3.76l-2 2H15c.55 0 1-.45 1-1s-.45-1-1-1z"],ManyToMany:["M3 3a1 1 0 100 2 1 1 0 000-2zm3 1c0 .047-.001.094-.003.14.255.081.538.209.832.41.406.28.8.676 1.171 1.225.37-.549.765-.945 1.171-1.224a3.14 3.14 0 01.832-.411 3 3 0 11.77 1.87 1.038 1.038 0 00-.47.19c-.291.2-.752.672-1.227 1.8.475 1.128.936 1.6 1.227 1.8.183.126.336.173.47.19a3 3 0 11-.77 1.87 3.141 3.141 0 01-.832-.41c-.406-.28-.8-.676-1.171-1.225-.37.549-.765.945-1.171 1.224-.294.202-.577.33-.832.411a3 3 0 11-.77-1.87c.134-.017.287-.064.47-.19.291-.2.752-.672 1.227-1.8-.475-1.128-.936-1.6-1.227-1.8a1.038 1.038 0 00-.47-.19A3 3 0 116 4zm6 0a1 1 0 112 0 1 1 0 01-2 0zm-9 7a1 1 0 100 2 1 1 0 000-2zm9 1a1 1 0 112 0 1 1 0 01-2 0z"],ManyToOne:["M3 2a1 1 0 100 2 1 1 0 000-2zm0-2c1.385 0 2.551.94 2.896 2.215.168.044.34.096.51.158 1.076.394 2.237 1.242 2.575 2.93.161.809.664 1.211 1.293 1.443a3 3 0 110 2.508c-.629.232-1.132.634-1.293 1.442-.338 1.69-1.499 2.537-2.575 2.93a5.436 5.436 0 01-.51.159A3.001 3.001 0 010 13a3 3 0 015.726-1.254c.629-.232 1.132-.634 1.293-1.442.216-1.076.765-1.81 1.413-2.304-.648-.493-1.197-1.228-1.413-2.304-.161-.808-.664-1.21-1.293-1.442A3 3 0 113 0zm1 13a1 1 0 10-2 0 1 1 0 002 0zm8-5a1 1 0 102 0 1 1 0 00-2 0z"],Map:["M15.55 3.17l-4.49-3A.975.975 0 009.99.15L5.53 2.82 1.56.17A1.003 1.003 0 000 1v11c0 .35.18.65.45.83l4.49 3a.975.975 0 001.07.02l4.46-2.67 3.97 2.65A1.003 1.003 0 0016 15V4c0-.35-.18-.65-.45-.83zM5 13.46l-3-2v-8.6l2.94 1.96c.02.02.04.03.06.04v8.6zm5-2.32s-.01 0-.01.01L6 13.53V4.86s.01 0 .01-.01L10 2.47v8.67zm4 1.99l-2.94-1.96c-.02-.01-.04-.02-.05-.03v-8.6l3 2v8.59z"],MapCreate:["M14 6.82v6.32l-2.94-1.96c-.02-.01-.04-.02-.05-.03V6.22c-.08-.07-.15-.16-.22-.24-.28-.02-.54-.08-.79-.16v5.32s-.01 0-.01.01L6 13.53V4.86s.01 0 .01-.01l2.05-1.23C8.02 3.42 8 3.21 8 3c0-.98.47-1.84 1.2-2.39l-3.67 2.2L1.56.17A1.003 1.003 0 000 1v11c0 .35.18.65.45.83l4.49 3a.975.975 0 001.07.02l4.46-2.67 3.97 2.65A1.003 1.003 0 0016 15V5.82c-.25.09-.52.14-.8.16-.33.36-.73.67-1.2.84zm-9 6.64l-3-2v-8.6l2.94 1.96c.02.02.04.03.06.04v8.6zM11 4h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1z"],MapMarker:["M8.46 0C5.42 0 2.95 2.39 2.95 5.33 2.95 8.28 8.46 16 8.46 16s5.51-7.72 5.51-10.67C13.96 2.39 11.5 0 8.46 0zm0 8a2.5 2.5 0 010-5 2.5 2.5 0 010 5z"],Maximize:["M5.99 8.99c-.28 0-.53.11-.71.29l-3.29 3.29v-1.59c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.41L6.7 10.7a1.003 1.003 0 00-.71-1.71zm9-9h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.3a.99.99 0 00-.29.7 1.003 1.003 0 001.71.71l3.29-3.29V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.56-.45-1.01-1-1.01z"],Media:["M11.99 6.99c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3-5h-14c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-10c0-.55-.45-1-1-1zm-1 9l-5-3-1 2-3-4-3 5v-7h12v7z"],Menu:["M1 4h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 8H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-5H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],MenuClosed:["M14.99 6.99h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm-12-2c-.28 0-.53.11-.71.29l-2 2a1.014 1.014 0 000 1.42l2 2a1.003 1.003 0 001.71-.71v-4c0-.55-.45-1-1-1zm3-1h9c.55 0 1-.45 1-1s-.45-1-1-1h-9c-.55 0-1 .45-1 1s.45 1 1 1zm9 8h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1z"],MenuOpen:["M9.99 11.99h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm0-5h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm0-5h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm5.71 5.3l-2-2a1.003 1.003 0 00-1.71.71v4a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71z"],MergeColumns:["M5.71 5.29a1.003 1.003 0 00-1.42 1.42l.3.29H2V2h3v1.51c.52.06.99.29 1.34.65l.66.66V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-3.82l-.66.66c-.35.35-.82.59-1.34.65V14H2V9h2.59l-.3.29a1.003 1.003 0 001.42 1.42l2-2C7.89 8.53 8 8.28 8 8c0-.28-.11-.53-.29-.71l-2-2zM15 0h-5c-.55 0-1 .45-1 1v3.82l.66-.66c.35-.35.82-.59 1.34-.65V2h3v5h-2.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2C8.11 7.47 8 7.72 8 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H14v5h-3v-1.51c-.52-.06-.99-.29-1.34-.65L9 11.18V15c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],MergeLinks:["M8 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6 3c-.93 0-1.71.64-1.93 1.5H11V3c0-1.66-1.34-3-3-3S5 1.34 5 3v4.5H3.93C3.71 6.64 2.93 6 2 6 .9 6 0 6.9 0 8s.9 2 2 2c.93 0 1.71-.64 1.93-1.5H5V13c0 1.66 1.34 3 3 3s3-1.34 3-3V8.5h1.07c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2s-.9-2-2-2zm-4 7c0 1.1-.9 2-2 2s-2-.9-2-2V3c0-1.1.9-2 2-2s2 .9 2 2v10z"],Microphone:["M8 0a3 3 0 00-3 3v4a3 3 0 006 0V3a3 3 0 00-3-3zM3 5a1 1 0 011 1v2a3 3 0 003 3h2a3 3 0 003-3V6a1 1 0 112 0v2a5 5 0 01-5 5v1h1a1 1 0 110 2H6a1 1 0 110-2h1v-1a5 5 0 01-5-5V6a1 1 0 011-1z"],Minimize:["M15.99.99a1.003 1.003 0 00-1.71-.71l-3.29 3.29V1.99c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H12.4l3.3-3.29c.18-.18.29-.43.29-.71zm-10 8h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59L.29 14.28a1.003 1.003 0 001.42 1.42L5 12.41V14c0 .55.45 1 1 1s1-.45 1-1v-4a1.02 1.02 0 00-1.01-1.01z"],Minus:["M13 7H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],MobilePhone:["M12 0H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM8 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3-3H5V3h6v9z"],MobileVideo:["M15 4c-.28 0-.53.11-.71.29L12 6.59V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V9.41l2.29 2.29c.18.19.43.3.71.3.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],Modal:["M15 1a1 1 0 011 1v12a1 1 0 01-1 1H1a1 1 0 01-1-1V2a1 1 0 011-1h14zm-1 4H2v8h12V5zm-3-3H9v2h2V2zm3 0h-2v2h2V2z"],ModalFilled:["M15 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm1 4H0V3h16v2zm-3-2h-2V1h2v2z"],Model:["M14.745 14H1.255A1.251 1.251 0 010 12.704C.058 11.21.223 8.66.7 6.42c.255-1.196.599-2.303 1.063-3.111C2.24 2.48 2.823 2 3.53 2c.752 0 1.322.305 1.777.775.455.469.79 1.094 1.078 1.72.08.175.166.37.248.56l.003.006c.192.443.372.854.539 1.151.113.202.25.413.424.57.159.141.32.218.528.218.707 0 1.12-.436 1.505-.88l.003-.004.107-.122c.222-.249.461-.499.771-.685.308-.186.686-.309 1.19-.309.575 0 1.107.325 1.591.878.48.545.9 1.298 1.265 2.127.66 1.504 1.13 3.254 1.41 4.468A1.25 1.25 0 0114.744 14z"],Moon:["M15 11.38A7.835 7.835 0 017.85 16C3.51 16 0 12.49 0 8.15 0 4.97 1.89 2.23 4.62 1c-.45.99-.7 2.08-.7 3.23a7.85 7.85 0 007.85 7.85c1.15 0 2.24-.25 3.23-.7z"],More:["M2 6.03a2 2 0 100 4 2 2 0 100-4zM14 6.03a2 2 0 100 4 2 2 0 100-4zM8 6.03a2 2 0 100 4 2 2 0 100-4z"],Mountain:["M16 13H3l6-9h1l2 2h1l3 7zm-2.5-3.5l-1-2.5h-1l-2-2-3 4.5L9 8l1 1 1-1 2.5 1.5zM5.94 7l-4.122 6H0l5-6h.94z"],Move:["M15.71 7.29l-2-2a1.003 1.003 0 00-1.42 1.42l.3.29H9V3.41l.29.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-2-2C8.53.11 8.28 0 8 0s-.53.11-.71.29l-2 2a1.003 1.003 0 001.42 1.42l.29-.3V7H3.41l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L3.41 9H7v3.59l-.29-.29A.965.965 0 006 12a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2a1.003 1.003 0 00-1.42-1.42l-.29.3V9h3.59l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],Mugshot:["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14h-.15c-.03-.09-.04-.16-.08-.25-.34-.79-2.01-1.31-3.12-1.8-1.11-.49-.96-.79-1-1.2-.01-.06-.01-.12-.01-.18.38-.34.69-.8.89-1.33 0 0 .01-.03.01-.04.04-.12.08-.24.11-.36.25-.05.4-.33.46-.59.06-.1.18-.36.15-.65-.04-.37-.19-.55-.35-.62v-.06c0-.48-.04-1.16-.13-1.61-.02-.12-.05-.25-.08-.37-.16-.55-.51-1.05-.96-1.39C9.26 3.19 8.6 3 8 3c-.59 0-1.26.19-1.73.55-.45.35-.8.84-.96 1.39-.04.13-.06.25-.08.38-.09.45-.13 1.13-.13 1.61v.06c-.18.06-.33.24-.37.62-.03.29.09.54.15.65.06.26.21.54.47.59.03.12.07.25.11.36 0 .01.01.02.01.02v.01c.21.54.53 1.01.92 1.35 0 .05-.01.11-.01.16-.04.41.08.7-1.03 1.2-1.11.49-2.77 1.01-3.12 1.8-.04.09-.05.16-.08.25H2V2h12v12z"],MultiSelect:["M12 3.98H4c-.55 0-1 .45-1 1v1h8v5h1c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm3-3H7c-.55 0-1 .45-1 1v1h8v5h1c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm-6 6H1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm-1 5H2v-3h6v3z"],Music:["M15 0c-.07 0-.13.03-.19.04V.02l-10 2v.02C4.35 2.13 4 2.52 4 3v9.12c-.31-.07-.65-.12-1-.12-1.66 0-3 .9-3 2s1.34 2 3 2 3-.9 3-2V6.32l8-1.6v5.4c-.31-.07-.65-.12-1-.12-1.66 0-3 .9-3 2s1.34 2 3 2 3-.9 3-2V1c0-.55-.45-1-1-1z"],Nest:["M2 2c.55 0 1 .45 1 1v3c0 1.66 1.34 3 3 3h5.59L10.3 7.71A.965.965 0 0110 7a1.003 1.003 0 011.71-.71l3 3c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-3 3a1.003 1.003 0 01-1.42-1.42l1.3-1.29H6c-2.76 0-5-2.24-5-5V3c0-.55.45-1 1-1z"],NewDrawing:["M14.9 11c.6 0 1 .5 1 1 0 .257-.073.44-.22.614l-.08.086-3 3c-.2.2-.4.3-.7.3-.5 0-1-.4-1-1 0-.257.073-.44.22-.614l.08-.086 3-3c.2-.2.4-.3.7-.3zM1.3.1l6.734 2.45a3.005 3.005 0 002.095 3.322 3.005 3.005 0 003.401 2.081L13.9 9.8v.2c0 .257-.073.44-.22.614l-.08.086-3 3c-.171.171-.343.27-.577.294L9.9 14h-.2l-5-1-.1-.01c-.231-.05-.45-.26-.56-.49L4 12.4l-4-11 .3-.3 5.8 5.8c-.1.2-.2.4-.2.6 0 .8.6 1.5 1.5 1.5s1.5-.7 1.5-1.5S8.2 6 7.4 6c-.16 0-.32.064-.48.14l-.12.06L1 .4l.3-.3zM13 0c.55 0 1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v1c0 .503-.376.922-.861.99l-.013.002A.999.999 0 0113 6l.097-.006-.027.004a1 1 0 01-.037.001L13 6c-.55 0-1-.45-1-1V4h-1a.993.993 0 01-.855-.482A1 1 0 0110 3c0-.55.45-1 1-1h1V1c0-.55.45-1 1-1z"],NewGridItem:["M6 0H1C.45 0 0 .45 0 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm5 14c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zM6 9H1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm9 4c-.55 0-1 .45-1 1-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm-4-4h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1c.55 0 1-.45 1-1s-.45-1-1-1zm4-9h-5c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 9h-1c-.55 0-1 .45-1 1s.45 1 1 1c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1z"],NewLayer:["M13.982 6.272l1.518.868-.01.01c.3.17.51.48.51.85s-.21.68-.51.85l.01.01-7 4-.01-.01A.94.94 0 018 13a.94.94 0 01-.49-.15l-.01.01-7-4 .01-.01A.977.977 0 010 8c0-.37.21-.68.51-.86L.5 7.13l7-4 .01.02A.94.94 0 018 3c.086 0 .168.014.246.038a2 2 0 105.736 3.234zM14 3c.55 0 1 .45 1 1s-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 1-1s1 .45 1 1v1h1z"],NewLayers:["M13 3h2a1 1 0 010 2h-2v2a1 1 0 01-2 0V5H9a1 1 0 110-2h2V1a1 1 0 012 0v2zm-3-1.983V2H9a2 2 0 100 4h1v1c0 .279.057.544.16.785l-1.71.855c-.14.07-.29.11-.45.11-.16 0-.31-.04-.45-.11l-7-3.5a.992.992 0 01.07-1.81l6.99-3a1.006 1.006 0 01.79 0l1.6.687zm.91 7.66a2 2 0 003.085-1.54l.555-.277c.14-.07.29-.11.45-.11.55 0 1 .45 1 1 0 .39-.23.73-.55.89l-7 3.5c-.14.07-.29.11-.45.11-.16 0-.31-.04-.45-.11l-7-3.5C.23 8.48 0 8.14 0 7.75c0-.55.45-1 1-1 .16 0 .31.04.45.11L8 10.13l2.91-1.453zM15 10.25c.55 0 1 .45 1 1 0 .39-.23.73-.55.89l-7 3.5c-.14.07-.29.11-.45.11-.16 0-.31-.04-.45-.11l-7-3.5c-.32-.16-.55-.5-.55-.89 0-.55.45-1 1-1 .16 0 .31.04.45.1L8 13.63l6.55-3.27c.14-.07.29-.11.45-.11z"],NewLink:["M15 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3.5 6a2.5 2.5 0 00-2.45 2h-4.1a2.5 2.5 0 100 1h4.1a2.5 2.5 0 102.45-3z"],NewObject:["M8 4c0 .6.4 1 1 1h2v2c0 .6.4 1 1 1s1-.4 1-1V5h2c.6 0 1-.4 1-1s-.4-1-1-1h-2V1c0-.6-.4-1-1-1s-1 .4-1 1v2H9c-.6 0-1 .5-1 1zm6.5 2.5V7c0 1.4-1.1 2.5-2.5 2.5S9.5 8.4 9.5 7v-.5H9C7.6 6.5 6.5 5.4 6.5 4S7.6 1.5 9 1.5h.5V1c0-.3.1-.6.1-.8C9.1.1 8.6 0 8 0 3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8c0-.6-.1-1.3-.2-1.9-.4.3-.8.4-1.3.4z"],NewPerson:["M9.12 12.69c-1.17-.53-1.01-.85-1.05-1.29-.01-.06-.01-.12-.01-.19.4-.37.73-.87.94-1.44 0 0 .01-.03.01-.04.05-.14.09-.27.12-.4.27-.06.43-.36.49-.63.06-.11.19-.39.16-.7-.04-.41-.2-.6-.38-.68v-.07c0-.51-.05-1.25-.14-1.74-.02-.13-.05-.27-.09-.4-.17-.6-.53-1.14-1.01-1.52C7.66 3.2 6.96 3 6.33 3c-.62 0-1.33.2-1.82.59-.49.38-.85.92-1.02 1.52-.04.13-.07.26-.09.4-.09.49-.13 1.23-.13 1.74v.06c-.19.08-.35.27-.39.68-.03.31.1.59.16.7.06.28.22.59.5.64.03.14.07.27.11.4 0 .01.01.02.01.02v.01c.22.59.55 1.1.96 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.09 1.29-1.17.53-2.93 1.1-3.29 1.95-.35.87-.2 1.37-.2 1.37h12.6s.15-.5-.22-1.36c-.36-.85-2.12-1.42-3.29-1.95zM14.89 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1z"],NewPrescription:["M9.82 11.66l2.48-2.87c.12-.2.13-.37.04-.53-.11-.19-.3-.26-.52-.26h-1.29c-.27 0-.49.13-.63.34L8.44 9.9 6.95 8a.482.482 0 00-.08-.1L5.82 6.55c.57-.24 1.04-.57 1.42-1.01.49-.57.74-1.27.74-2.08 0-.51-.1-.99-.32-1.42-.21-.43-.51-.8-.89-1.11A4.1 4.1 0 005.42.24C4.91.08 4.34 0 3.72 0H.61C.26 0 0 .23 0 .56v9.89c0 .33.26.55.61.55h.8c.36 0 .61-.23.61-.56V6.99H3.3l3.73 4.74-2.71 3.48c-.12.2-.13.37-.04.53.11.19.3.26.52.26h1.27c.27 0 .51-.12.64-.34l1.69-2.15 1.66 2.14c.12.21.34.35.62.35h1.43c.2 0 .39-.08.5-.25.12-.18.09-.38-.02-.55l-2.77-3.54zM4.18 5H1.99V2.02h2.19c.62 0 1.08.13 1.38.37.29.22.44.62.44 1.08 0 .45-.15.94-.44 1.17-.31.23-.76.36-1.38.36zM15 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1zM9.99 3.01c0 .02.01.04.01.06V2.95c0 .02-.01.04-.01.06z"],NewShield:["M11 4h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1z","M8 1C4.889 3.143 2.556 4.214 1 4.214c0 5 2.333 8.929 7 11.786 3.797-2.325 6.05-5.359 6.757-9.102-.557.53-1.266.901-2.055 1.04-.762 2.394-2.32 4.41-4.702 6.088V4 1z"],NewTextBox:["M5 6.5c0 .28.22.5.5.5H7v3.5c0 .28.22.5.5.5s.5-.22.5-.5V7h1.5c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-4c-.28 0-.5.22-.5.5zM15 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1zm-2 5c-.55 0-1 .45-1 1v5H3V4h5c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1z"],Ninja:["M16 5s-2.52 2.11-4.96 1.99C11.03 4.89 10.39.23 5 0c0 0 2.11 2.54 1.96 4.99C4.86 5.01.23 5.65 0 11c0 0 2.56-2.12 5.02-1.95.02 2.11.67 6.72 5.98 6.95 0 0-2.09-2.54-1.94-4.99 2.11-.02 6.71-.68 6.94-6.01zM8 9.5c-.83 0-1.5-.67-1.5-1.5S7.17 6.5 8 6.5s1.5.67 1.5 1.5S8.83 9.5 8 9.5z"],NotEqualTo:["M7.58 5l.44-2.196a1 1 0 011.96.392L9.62 5H13a1 1 0 010 2H9.22l-.4 2H13a1 1 0 010 2H8.42l-.44 2.196a1 1 0 01-1.96-.392L6.38 11H3a1 1 0 010-2h3.78l.4-2H3a1 1 0 110-2h4.58z"],Notifications:["M8 16c1.1 0 2-.9 2-2H6c0 1.1.9 2 2 2zm6-5c-.55 0-1-.45-1-1V6c0-2.43-1.73-4.45-4.02-4.9 0-.04.02-.06.02-.1 0-.55-.45-1-1-1S7 .45 7 1c0 .04.02.06.02.1A4.992 4.992 0 003 6v4c0 .55-.45 1-1 1s-1 .45-1 1 .45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"],NotificationsSnooze:["M9 14c0 1.1-.9 2-2 2s-2-.9-2-2zM7 0c.404 0 .755.243.912.59L7.9.6c-.7.6-.9 1.36-.9 1.9 0 .8.267 1.433.8 1.9-.533.6-.795 1.222-.784 1.867l.004.358A2.8 2.8 0 009.82 9.4L12 9.399V10c0 .51.388.935.884.993L13 11c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1 1-.45 1-1V6c0-2.43 1.73-4.45 4.02-4.9L6 1c0-.55.45-1 1-1z","M13 6.702a.632.632 0 00-.632-.632h-1.743l2.208-2.734A.75.75 0 0013 2.864v-.3A.565.565 0 0012.435 2H9.561a.561.561 0 100 1.123h1.814L9.221 5.795A1 1 0 009 6.423v.279c0 .349.283.631.632.631h2.736A.632.632 0 0013 6.702z"],NotificationsUpdated:["M8 16c1.1 0 2-.9 2-2H6c0 1.1.9 2 2 2zm3.399-13.667l-.413.412A2.99 2.99 0 009 1.99a3 3 0 00-3 2.99c0 .8.32 1.558.876 2.114l2.002 1.992A2.99 2.99 0 0013 9.184V10c0 .55.45 1 1 1s1 .45 1 1-.45 1-1 1H2c-.55 0-1-.45-1-1s.45-1 1-1 1-.45 1-1V6c0-2.43 1.73-4.45 4.02-4.9 0-.04-.02-.06-.02-.1 0-.55.45-1 1-1s1 .45 1 1c0 .04-.02.06-.02.1a4.97 4.97 0 012.419 1.233zM10.29 7.67l-2-1.99a.99.99 0 01-.29-.7 1 1 0 011-.99c.27 0 .52.11.7.29l1.29 1.29 3.28-3.28c.18-.18.42-.29.7-.29.55 0 1 .44 1 .99 0 .28-.11.52-.3.7l-3.98 3.98a.99.99 0 01-1.4 0z"],NumberedList:["M2.76 7h1.26V0h-.94c-.04.21-.12.39-.25.54-.13.15-.29.27-.48.36-.18.09-.39.16-.62.2-.23.04-.46.06-.71.06v.9h1.74V7zm-.59 7.17c.18-.12.37-.25.58-.37a10.763 10.763 0 001.24-.83c.2-.16.37-.33.52-.51.15-.19.28-.39.37-.61.09-.22.14-.47.14-.74 0-.22-.04-.45-.12-.7-.08-.26-.21-.49-.4-.69-.18-.21-.43-.39-.72-.52-.3-.14-.68-.21-1.12-.21-.41 0-.77.07-1.08.2-.32.14-.58.32-.8.56-.22.23-.38.51-.49.84-.11.32-.16.67-.16 1.05h1.19c.01-.24.03-.47.08-.67.05-.21.11-.39.21-.54.09-.15.22-.27.38-.36.16-.09.35-.13.59-.13.26 0 .47.04.63.12.16.08.29.18.38.3.09.12.15.25.18.39s.05.27.05.4c-.01.27-.08.5-.22.71-.14.21-.32.4-.53.57-.22.18-.45.34-.71.49-.26.15-.51.31-.74.47-.5.31-.89.68-1.17 1.11-.3.41-.44.91-.45 1.48h5v-1H1.43c.05-.15.14-.29.27-.43.14-.13.29-.26.47-.38zM15.01 1.99h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.44-1-1-1zm0 9h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.44-1-1-1z"],Numerical:["M2.79 4.61c-.13.17-.29.3-.48.41-.18.11-.39.18-.62.23-.23.04-.46.07-.71.07v1.03h1.74V12h1.26V4h-.94c-.04.23-.12.44-.25.61zm4.37 5.31c.18-.14.37-.28.58-.42l.63-.45c.21-.16.41-.33.61-.51s.37-.38.52-.59c.15-.21.28-.45.37-.7.09-.25.13-.54.13-.85 0-.25-.04-.52-.12-.8-.07-.29-.2-.55-.39-.79a2.18 2.18 0 00-.73-.6c-.29-.15-.66-.23-1.11-.23-.41 0-.77.08-1.08.23-.31.16-.58.37-.79.64-.22.27-.38.59-.49.96-.11.37-.16.77-.16 1.2h1.19c.01-.27.03-.53.08-.77.04-.24.11-.45.21-.62.09-.18.22-.32.38-.42.16-.1.35-.15.59-.15.26 0 .47.05.63.14.15.09.28.21.37.35.09.14.15.29.18.45.03.16.05.31.05.45-.01.31-.08.58-.22.82-.14.23-.32.45-.53.65-.22.21-.46.39-.71.57-.26.18-.51.36-.75.54-.5.36-.89.78-1.17 1.27-.28.49-.43 1.06-.44 1.71h5v-1.15H6.43c.05-.17.14-.33.27-.49.13-.15.29-.29.46-.44zm8.5-1.56c-.23-.35-.54-.57-.95-.65v-.02c.34-.13.6-.34.76-.63.16-.29.24-.63.24-1.02 0-.34-.06-.64-.19-.9s-.3-.47-.51-.64c-.21-.17-.45-.3-.72-.38-.27-.09-.54-.13-.82-.13-.36 0-.68.07-.96.2-.28.13-.53.32-.72.55-.2.23-.36.51-.47.83-.11.32-.18.66-.19 1.04h1.15c-.01-.2.01-.39.06-.58.05-.19.12-.36.22-.51.1-.15.22-.27.37-.36.15-.09.32-.13.53-.13.32 0 .59.1.79.3.21.2.31.46.31.79 0 .23-.05.43-.14.59-.09.16-.21.29-.35.38-.15.09-.32.16-.51.19-.19.04-.38.05-.57.04v.93c.23-.01.45 0 .67.02.22.02.42.08.59.17.18.09.32.23.43.4.11.18.16.41.16.71 0 .44-.13.78-.39 1.02s-.58.36-.97.36c-.45 0-.79-.16-1.02-.47-.23-.31-.33-.7-.32-1.17H11c.01.4.06.77.17 1.1.11.33.26.61.47.85.21.23.46.42.77.54.31.13.67.19 1.08.19.34 0 .66-.05.96-.16.3-.11.57-.27.8-.47.23-.2.41-.45.55-.74.13-.27.2-.6.2-.97 0-.5-.11-.92-.34-1.27z"],Office:["M15 5h-3V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h3v-4h4v4h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM5 10H2V7h3v3zm0-5H2V2h3v3zm5 5H7V7h3v3zm0-5H7V2h3v3zm4 9h-2v-2h2v2zm0-4h-2V7h2v3z"],Offline:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM6 14l1-5H4l6-7-1 5h3l-6 7z"],OilField:["M15 14h-1.35l-3.34-7.51 2.46-.95 1.45 3.21c.09.2.36.3.6.23.1-.03.18-.08.24-.15.05-.08 1.23-1.56.87-4.2-.11-.79-.52-4.62-3.26-4.62-.93 0-1.68.62-1.67 1.37 0 .14.03.28.09.42l.87 1.92L.64 8.07v.01A.98.98 0 000 9c0 .55.45 1 1 1 .13 0 .25-.03.36-.07v.01l1.04-.4L3.67 14H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM4.27 8.81L7.14 7.7 5.2 12.08l-.93-3.27zM6.54 14L9 8.46 11.46 14H6.54z"],OneColumn:["M11.99-.01h-3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-14c0-.55-.45-1-1-1zm-6 5c-.28 0-.53.11-.71.29l-2 2a1.014 1.014 0 000 1.42l2 2a1.003 1.003 0 001.71-.71v-4c0-.55-.45-1-1-1z"],OneToMany:["M14 3a1 1 0 11-2 0 1 1 0 012 0zm-3.726 1.254a3 3 0 10-.17-2.039 5.467 5.467 0 00-.51.158c-1.076.394-2.237 1.242-2.575 2.93-.161.809-.664 1.211-1.293 1.443a3 3 0 100 2.508c.629.232 1.132.634 1.293 1.442.338 1.69 1.499 2.537 2.575 2.93.17.063.342.115.51.159a3.001 3.001 0 10.17-2.04c-.629-.231-1.132-.633-1.293-1.441C8.765 9.228 8.216 8.494 7.568 8c.648-.493 1.197-1.228 1.413-2.304.161-.808.664-1.21 1.293-1.442zM13 14a1 1 0 110-2 1 1 0 010 2zM4 8a1 1 0 10-2 0 1 1 0 002 0z"],OneToOne:["M2 8a1 1 0 112 0 1 1 0 01-2 0zm3.83-1a3.001 3.001 0 100 2h4.34a3.001 3.001 0 100-2H5.83zM13 7a1 1 0 100 2 1 1 0 000-2z"],OpenApplication:["M5 0h10c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H8v-2h6V3H6v5H4V1c0-.55.45-1 1-1zm2.5 5h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h2c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-2c-.28 0-.5.22-.5.5s.22.5.5.5zM11 8.5c0 .28-.165.5-.375.5h-2.25C8.165 9 8 8.78 8 8.5s.165-.5.375-.5h2.25c.21 0 .375.22.375.5zM5 14c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1h1.59L.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L5 12.41V14z"],Outdated:["M8 0c4.42 0 8 3.58 8 8 0 4.06-3.02 7.4-6.94 7.92-.02 0-.04.01-.06.01-.33.04-.66.07-1 .07-4.42 0-8-3.58-8-8 0-.55.45-1 1-1s1 .45 1 1c0 3.31 2.69 6 6 6 .71 0 1.37-.15 2-.38v.01c2.33-.82 4-3.02 4-5.63 0-3.31-2.69-6-6-6-1.78 0-3.36.78-4.46 2H5c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v1.74A7.95 7.95 0 018 0zm1 12H7v-2h2v2zm0-3H7V4h2v5z"],PageLayout:["M15 .95H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-12c0-.55-.45-1-1-1zm-9 12H2v-6h4v6zm8 0H7v-6h7v6zm0-7H2v-3h12v3z"],PanelStats:["M10 4h3v1h-3zM10 6h3v1h-3zM10 8h3v1h-3zM10 10h3v1h-3z","M15 1H1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zM8 12H2V3h6v9zm6 0H9V3h5v9z"],PanelTable:["M15 1H1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zM8 9H6V7h2v2zm0-3H6V4h2v2zm-6 6V3h3v9H2zm4 0v-2h2v2H6zm8 0H9v-2h5v2zm0-3H9V7h5v2zm0-3H9V4h5v2z"],Paperclip:["M14.68 2.31A4.54 4.54 0 0011.46.99c-1.15 0-2.31.44-3.19 1.32L.95 9.63c-.63.63-.95 1.46-.95 2.28a3.21 3.21 0 003.23 3.22c.83 0 1.66-.31 2.3-.95l7.31-7.32c.76-.77.76-1.98.01-2.73s-1.99-.76-2.75 0l-6.07 6.08c-.24.25-.24.65.01.9s.65.25.91.01l6.07-6.08c.25-.25.67-.25.91-.01.25.25.25.67 0 .92l-7.31 7.32c-.75.75-2.04.74-2.76.01-.75-.75-.73-2.02.01-2.76L9.2 3.21c1.24-1.24 3.35-1.26 4.58-.03 1.24 1.24 1.24 3.36 0 4.6l-7.12 7.13c-.24.25-.24.64.01.88.24.24.63.24.88.01v.01l7.13-7.13A4.41 4.41 0 0016 5.51c0-1.16-.44-2.32-1.32-3.2z"],Paragraph:["M13 1H6C3.8 1 2 2.8 2 5s1.8 4 4 4v5c0 .6.4 1 1 1s1-.5 1-1V3h2v11c0 .6.4 1 1 1s1-.5 1-1V3h1c.5 0 1-.4 1-1s-.4-1-1-1z"],PasteVariable:["M9 1c.55 0 1 .45 1 1v1H5V2c0-.55.45-1 1-1h-.22c.34-.6.98-1 1.72-1s1.38.4 1.72 1H9z","M11 2h1c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h1v2h7V2zm-.684 9.326l.225.129c-.367.6-.717 1.013-1.051 1.262-.259.189-.517.283-.776.283-.267 0-.484-.06-.66-.18-.174-.12-.333-.318-.466-.584a9.666 9.666 0 01-.484-1.296c-.484.627-.86 1.082-1.135 1.365-.275.283-.5.472-.684.558a1.353 1.353 0 01-.584.128c-.217 0-.384-.06-.51-.188a.677.677 0 01-.191-.49.73.73 0 01.2-.523.694.694 0 01.518-.206c.108 0 .233.034.375.094.2.103.35.155.442.155a.654.654 0 00.326-.078c.125-.06.275-.197.467-.403.117-.129.333-.404.642-.824-.4-1.494-.709-2.386-.926-2.678-.142-.19-.317-.283-.534-.283-.108 0-.25.017-.409.051l.042-.232 2.16-.377c.393.618.668 1.304.81 2.043.41-.601.71-1.03.918-1.27.275-.327.509-.542.684-.636.184-.095.376-.146.576-.146.233 0 .4.06.525.189.126.12.184.292.184.506a.67.67 0 01-.184.49.577.577 0 01-.45.188 1.55 1.55 0 01-.45-.068 1.935 1.935 0 00-.36-.069.773.773 0 00-.492.189c-.217.172-.475.54-.792 1.099.35 1.261.634 2.025.842 2.309.126.154.25.24.376.24a.5.5 0 00.275-.086c.117-.094.3-.309.55-.66z"],Path:["M14.5 0h-13C.67 0 0 .67 0 1.5S.67 3 1.5 3H7v3H3.5C2.67 6 2 6.67 2 7.5S2.67 9 3.5 9H7v3H5.5c-.83 0-1.5.67-1.5 1.5S4.67 15 5.5 15h5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5H9V9h3.5c.83 0 1.5-.67 1.5-1.5S13.33 6 12.5 6H9V3h5.5c.83 0 1.5-.67 1.5-1.5S15.33 0 14.5 0z"],PathSearch:["M15 14.62l-4-2.4V9.77c-.32.09-.66.15-1 .18v2.27l-4 2.4V8.71c-.38-.31-.72-.66-1-1.06v6.97l-4-2.4V8c.55 0 1-.45 1-1s-.45-1-1-1V1.38l3.15 1.89c.08-.34.18-.66.32-.97L.76.07v.01A.496.496 0 00.5 0C.22 0 0 .22 0 .5v12c0 .18.1.33.25.42v.01l5 3v-.01c.07.05.16.08.25.08s.18-.03.25-.08v.01l4.74-2.85 4.74 2.85v-.01c.09.05.18.08.27.08.28 0 .5-.22.5-.5v-3.78c-.3.17-.63.28-1 .28v2.62zM2 5c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1zm6-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm7.75-.92l-1.19-.72c.18.43.29.9.36 1.38l.08.04v3.39l1 1V3.5c0-.18-.1-.33-.25-.42zM10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3.3 4.89c.44-.7.7-1.51.7-2.39C14 2.01 11.99 0 9.5 0S5 2.01 5 4.5 7.01 9 9.5 9c.88 0 1.69-.26 2.39-.7l2.41 2.41c.17.18.42.29.7.29a1.003 1.003 0 00.71-1.71l-2.41-2.4zM9.5 8C7.57 8 6 6.43 6 4.5S7.57 1 9.5 1 13 2.57 13 4.5 11.43 8 9.5 8z"],Pause:["M6 3H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm6 0h-2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],People:["M13.69 13.98c-.05-.24-.14-.5-.25-.76-.36-.86-1.12-1.33-2.69-2-.14-.06-.59-.25-.6-.25-.21-.09-.36-.15-.5-.22.02-.1.02-.2.03-.31 0-.04.01-.08.01-.13-.07-.06-.13-.12-.19-.19.22-.32.4-.67.54-1.05.02-.06.02-.06.03-.1.29-.23.48-.57.59-.96.16-.33.25-.73.21-1.16-.03-.4-.16-.76-.37-1.03-.02-.53-.07-1.13-.15-1.54-.01-.06-.02-.12-.03-.19.23-.06.48-.09.72-.09.49 0 1.05.16 1.44.46.38.29.67.7.8 1.17.03.1.05.21.07.31.07.37.11.94.11 1.33v.05c.14.06.27.21.29.51.02.25-.07.45-.13.54-.05.21-.16.44-.38.48-.02.1-.05.2-.09.3 0 .01-.01.03-.01.03-.17.44-.43.83-.75 1.11v.14c.03.35-.09.59.83 1 .93.41 2.32.84 2.6 1.5.29.66.17 1.04.17 1.04h-2.3zm-1.17-.38c.37.86.22 1.36.22 1.36H.06s-.14-.5.22-1.36 2.13-1.43 3.31-1.96c1.17-.54 1.05-.86 1.09-1.3 0-.05.01-.11.01-.17-.41-.35-.75-.86-.97-1.45v-.01s-.01-.01-.01-.02c-.04-.12-.09-.26-.12-.39-.28-.05-.44-.36-.5-.64-.06-.12-.19-.39-.16-.71.04-.41.21-.6.39-.68v-.06c0-.51.05-1.26.14-1.74.02-.13.05-.27.09-.4.17-.6.54-1.13 1.02-1.51.5-.39 1.21-.6 1.84-.6s1.34.21 1.84.6c.48.38.85.91 1.02 1.52.04.13.07.27.09.4.09.48.14 1.22.14 1.73v.07c.18.08.34.27.37.67.03.32-.09.59-.16.71-.06.28-.21.58-.48.63-.03.13-.07.26-.12.39 0 .01-.01.04-.01.04-.22.58-.55 1.08-.95 1.45v.18c.04.45-.12.77 1.06 1.3 1.18.53 2.95 1.09 3.31 1.95z"],Percentage:["M6 6V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2zM3.5 6c-.28 0-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5s.5.22.5.5v1c0 .28-.22.5-.5.5zM13 8h-1c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2zm0 3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5s.5.22.5.5v1zM12 3a1.003 1.003 0 00-1.87-.5l-5.99 9.98c-.09.15-.14.33-.14.52a1.003 1.003 0 001.87.5l5.99-9.98c.09-.15.14-.33.14-.52z"],Person:["M15.68 14.32c-.46-1.05-2.68-1.75-4.16-2.4-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15A3.671 3.671 0 0010.32.72C9.68.25 8.79-.01 8-.01c-.79 0-1.68.25-2.31.73-.61.47-1.06 1.13-1.28 1.86-.05.17-.09.33-.11.5-.12.6-.17 1.51-.17 2.15v.08c-.24.09-.45.32-.5.83-.03.38.13.72.2.86.08.35.28.72.63.78.04.17.09.33.15.49 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.37 1.59-1.48.65-3.7 1.35-4.16 2.4-.46 1.05-.27 1.67-.27 1.67h15.92c-.01.01.18-.61-.28-1.66z"],Phone:["M15.9 12.41c-.06-.06-3.37-2-3.48-2.05a.794.794 0 00-.32-.08c-.15 0-.34.11-.57.32-.23.22-.94 1.19-1.15 1.4-.21.22-.38.32-.52.32-.07 0-.15-.02-.25-.06-.1-.04-1.16-.58-3.36-2.52-2.2-1.93-2.49-3.2-2.5-3.55 0-.14.11-.31.32-.52.22-.21.45-.41.7-.6.25-.19.49-.4.7-.62.22-.23.32-.42.32-.57 0-.11-.03-.21-.08-.32C5.66 3.46 3.66.15 3.59.08 3.44-.07 2.85 0 2.55.16.16 1.46-.03 3.2 0 3.89c.04.71.49 4.46 4.16 7.95C8.72 16.17 11.89 16 12.1 16c.69 0 2.82-.38 3.72-2.55.13-.32.25-.87.08-1.04z"],PhoneCall:["M15.916 12.41c-.06-.06-3.373-2-3.483-2.05a.795.795 0 00-.32-.08c-.15 0-.34.11-.57.32-.23.22-.941 1.19-1.152 1.4-.21.22-.38.32-.52.32a.69.69 0 01-.25-.06c-.1-.04-1.161-.58-3.363-2.52-2.202-1.929-2.492-3.199-2.502-3.549 0-.14.11-.31.32-.52.22-.21.45-.41.7-.6.25-.19.491-.4.701-.62.22-.23.32-.42.32-.57 0-.109-.03-.209-.08-.319-.05-.1-2.051-3.41-2.121-3.48-.15-.15-.741-.08-1.041.08-2.392 1.3-2.582 3.04-2.552 3.73.04.71.49 4.459 4.163 7.948C8.73 16.17 11.903 16 12.113 16c.69 0 2.822-.38 3.723-2.55.13-.32.25-.87.08-1.04z","M13 7c0 .6-.4 1-1 1s-1-.4-1-1c0-1.1-.9-2-2-2-.6 0-1-.4-1-1s.4-1 1-1c2.2 0 4 1.8 4 4z","M16 7c0 .6-.4 1-1 1s-1-.4-1-1c0-2.8-2.2-5-5-5-.6 0-1-.4-1-1s.4-1 1-1c3.9 0 7 3.1 7 7z"],PhoneForward:["M15.916 12.41c-.06-.06-3.373-2-3.483-2.05a.795.795 0 00-.32-.08c-.15 0-.34.11-.57.32-.23.22-.941 1.19-1.152 1.4-.21.22-.38.32-.52.32a.69.69 0 01-.25-.06c-.1-.04-1.161-.58-3.363-2.52-2.202-1.929-2.492-3.199-2.502-3.549 0-.14.11-.31.32-.52.22-.21.45-.41.7-.6.25-.19.491-.4.701-.62.22-.23.32-.42.32-.57 0-.109-.03-.209-.08-.319-.05-.1-2.051-3.41-2.121-3.48-.15-.15-.741-.08-1.041.08-2.392 1.3-2.582 3.04-2.552 3.73.04.71.49 4.459 4.163 7.948C8.73 16.17 11.903 16 12.113 16c.69 0 2.822-.38 3.723-2.55.13-.32.25-.87.08-1.04z","M15.71 4.3l-2-2A.965.965 0 0013 2a1.003 1.003 0 00-.71 1.71l.29.29H9c-.55 0-1 .45-1 1s.45 1 1 1h3.59l-.29.29a1.003 1.003 0 001.42 1.42l2-2c.18-.18.29-.43.29-.71 0-.28-.12-.52-.3-.7z"],PieChart:["M7 1.08c-3.37.5-5.97 3.4-5.97 6.92 0 3.87 3.13 7 6.98 7 3.52 0 6.42-2.61 6.91-6H7V1.08z","M8 0v8h8c0-4.42-3.58-8-8-8z"],Pin:["M9.41.92c-.51.51-.41 1.5.15 2.56L4.34 7.54C2.8 6.48 1.45 6.05.92 6.58l3.54 3.54-3.54 4.95 4.95-3.54 3.54 3.54c.53-.53.1-1.88-.96-3.42l4.06-5.22c1.06.56 2.04.66 2.55.15L9.41.92z"],Pivot:["M4.57 7.02L.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4.27-4.27c-.58-.35-1.07-.84-1.41-1.42zM15 8c-.55 0-1 .45-1 1v.59l-2.57-2.57c-.34.58-.83 1.07-1.41 1.41L12.59 11H12c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-4-3c0-1.66-1.34-3-3-3S5 3.34 5 5s1.34 3 3 3 3-1.34 3-3zM8 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],PivotTable:["M2 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm0-4H1C.45 0 0 .45 0 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm11.71 4.29C13.53 4.11 13.28 4 13 4s-.53.11-.71.29l-2 2a1.003 1.003 0 001.42 1.42l.29-.3V9c0 1.66-1.34 3-3 3H7.41l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H9c2.76 0 5-2.24 5-5V7.41l.29.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-2-2zM15 0H5c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],Play:["M12 8c0-.35-.19-.64-.46-.82l.01-.02-6-4-.01.02A.969.969 0 005 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02 6-4-.01-.02c.27-.18.46-.47.46-.82z"],Playbook:["M4.293.293a1 1 0 011.414 1.414L4.414 3l1.293 1.293a1 1 0 01-1.414 1.414L3 4.414 1.707 5.707A1 1 0 01.293 4.293L1.586 3 .293 1.707A1 1 0 011.707.293L3 1.586 4.293.293z","M14.29 4.71L13 3.41V6a3 3 0 01-3 3H4a1 1 0 00-1 1v5a1 1 0 11-2 0v-5a3 3 0 013-3h6a1 1 0 001-1V3.41L9.71 4.7c-.18.19-.43.3-.71.3a1.003 1.003 0 01-.71-1.71l3-3c.18-.18.43-.29.71-.29.28 0 .53.11.71.29l3 3a1.003 1.003 0 01-1.42 1.42z","M16 13a3 3 0 11-6 0 3 3 0 016 0zm-2 0a1 1 0 11-2 0 1 1 0 012 0z"],Plus:["M13 7H9V3c0-.55-.45-1-1-1s-1 .45-1 1v4H3c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1V9h4c.55 0 1-.45 1-1s-.45-1-1-1z"],PolygonFilter:["M14 5c-.24 0-.47.05-.68.13L9.97 2.34c.01-.11.03-.22.03-.34 0-1.1-.9-2-2-2S6 .9 6 2c0 .04.01.08.01.12L2.88 4.21C2.61 4.08 2.32 4 2 4 .9 4 0 4.9 0 6c0 .74.4 1.38 1 1.72v4.55c-.6.35-1 .99-1 1.73 0 1.1.9 2 2 2 .74 0 1.38-.4 1.72-1h4.55c.35.6.98 1 1.72 1 1.1 0 2-.9 2-2 0-.37-.11-.7-.28-1L14 9c1.11-.01 2-.9 2-2s-.9-2-2-2zm-4.01 7c-.73 0-1.37.41-1.71 1H3.73c-.18-.3-.43-.55-.73-.72V7.72c.6-.34 1-.98 1-1.72 0-.04-.01-.08-.01-.12l3.13-2.09c.27.13.56.21.88.21.24 0 .47-.05.68-.13l3.35 2.79c-.01.11-.03.22-.03.34 0 .37.11.7.28 1l-2.29 4z"],Power:["M8 8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S7 .45 7 1v6c0 .55.45 1 1 1zm3-5.32v2.34c1.21.91 2 2.35 2 3.98 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-1.63.79-3.06 2-3.98V2.68C2.64 3.81 1 6.21 1 9c0 3.87 3.13 7 7 7s7-3.13 7-7c0-2.79-1.64-5.19-4-6.32z"],PredictiveAnalysis:["M16 6.41c0-1.01-.49-1.94-1.29-2.49-.43-1.92-2.07-3.28-4-3.28-.46 0-.92.08-1.35.24C8.83.31 8.11 0 7.34 0c-.9 0-1.74.44-2.28 1.16-.12-.01-.24-.02-.36-.02-1.31 0-2.42.89-2.77 2.17C.78 3.72 0 4.84 0 6.13c0 .38.07.76.21 1.12C.07 7.6 0 7.98 0 8.36c0 1.11.58 2.11 1.51 2.63.54.56 1.27.87 2.03.87.49 0 .95-.12 1.37-.36a2.85 2.85 0 002.18 1.04c.52 0 1.03-.14 1.47-.42.49.39 1.07.65 1.69.73 1.04 1.15 1.84 2.63 1.84 2.64 0 0 .28.49.26.49.77 0 1.41-.16 1.32-1.04 0 .02-.73-2.31-.73-2.31.41-.21.75-.55.97-.98.9-.52 1.47-1.53 1.47-2.61 0-.24-.03-.48-.08-.71.45-.52.7-1.21.7-1.92zm-1.23 1.02l-.15-.16-.61-.67c-.27-.29-.54-.94-.58-1.39l-.1-1.01c-.05-.59-.94-.58-.91.11 0 .02.1 1.01.1 1.01.03.29.12.62.24.93-.06-.01-.12-.02-.18-.02 0 0-2.06-.1-2.05-.11-.58-.02-.71.97-.04 1l2.05.11c.42.02 1.04.3 1.29.58l.49.54.02.05c.08.21.12.44.12.66 0 .74-.41 1.41-1.07 1.75l-.16.08-.07.18c-.15.38-.48.66-.88.74l-.54.11.7 2.2c-.38-.61-.95-1.43-1.62-2.14l-.12-.13-.17-.01c-.41-.03-.8-.17-1.14-.38l1.36-1.18c.35-.31.83-.44.99-.39 0 0 .63.17.62.18.63.16.83-.74.23-.97l-.62-.18c-.55-.16-1.33.18-1.79.58l-1.53 1.33-.31.26c-.35.29-.75.44-1.2.44-.64 0-1.23-.33-1.58-.86V9.15c0-.4.17-.79.27-.85 0 0 .52-.34.51-.35.71-.53.18-1.23-.49-.89 0-.01-.52.35-.52.35-.26.15-.45.44-.58.77-.11-.11-.22-.2-.34-.28 0 0-1.53-1.01-1.53-1.02-.65-.45-1.2.51-.49.89 0-.01 1.51 1.02 1.51 1.02.37.24.62.78.62 1.09v.67c-.34.19-.63.29-.99.29-.54 0-1.05-.23-1.41-.63l-.05-.06-.07-.04c-.65-.34-1.05-1-1.05-1.73 0-.3.07-.6.2-.87l.12-.25L1.15 7c-.13-.27-.2-.56-.2-.87 0-.9.61-1.68 1.48-1.89l.31-.08.05-.34a1.926 1.926 0 012.38-1.58l.32.08.18-.31c.35-.6.99-.97 1.67-.97.44 0 .86.15 1.2.42l-.36.36v-.01l-.25.26c-.33.27-.74.42-.89.4 0 0-.67-.1-.67-.11-.67-.13-.87.86-.14 1.02.01 0 .67.11.67.11.02 0 .05 0 .07.01-.11.37-.15.77-.1 1.12 0 0 .17.99.15.99.11.52 1.06.36.93-.18 0-.01-.15-.99-.15-.99-.05-.37.12-.94.36-1.19l.39-.4c.05-.05.1-.09.15-.14l.74-.76c.4-.18.83-.27 1.27-.27 1.55 0 2.86 1.12 3.11 2.67l.04.25.21.12c.61.35.98 1 .98 1.7 0 .36-.1.7-.28 1.01z"],Prescription:["M10.91 8.34c.14-.21.36-.34.63-.34h1.29c.22 0 .41.07.52.26.09.16.08.33-.04.53l-2.49 2.87 2.77 3.54c.12.17.14.37.02.55-.11.17-.3.25-.5.25h-1.44a.69.69 0 01-.61-.35L9.4 13.51l-1.69 2.15c-.13.21-.36.34-.63.34H5.8c-.22 0-.41-.07-.52-.26-.09-.16-.08-.33.04-.53l2.71-3.48L4.3 6.99H3.03v3.47c0 .33-.26.56-.62.56h-.8c-.35-.01-.61-.23-.61-.56V.56c0-.33.26-.56.62-.56h3.11c.62 0 1.19.08 1.7.24.51.16.96.39 1.34.69a3.194 3.194 0 011.21 2.53c0 .81-.25 1.5-.74 2.08-.37.44-.84.77-1.42 1.01L7.88 7.9c.04.04.07.08.08.1l1.49 1.9 1.46-1.56zM5.18 5c.62 0 1.08-.13 1.39-.37.29-.23.44-.71.44-1.16s-.15-.87-.44-1.1C6.26 2.12 5.8 2 5.18 2H2.99v3h2.19z"],Presentation:["M15 1H9c0-.55-.45-1-1-1S7 .45 7 1H1c-.55 0-1 .45-1 1s.45 1 1 1v8c0 .55.45 1 1 1h3.59L3.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L7 13.41V15c0 .55.45 1 1 1s1-.45 1-1v-1.59l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L10.41 12H14c.55 0 1-.45 1-1V3c.55 0 1-.45 1-1s-.45-1-1-1zm-2 9H3V3h10v7z"],Print:["M12 2.02c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v1h8v-1zm3 2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v-3h12v3h1c.55 0 1-.45 1-1v-6c0-.56-.45-1-1-1zm-1 3h-2v-1h2v1zm-3 6H5v-3H3v4c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-4h-2v3z"],Projects:["M14 3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v1h12V3zm-2-3H4c-.55 0-1 .45-1 1h10c0-.55-.45-1-1-1zm3 5H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-3 6c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V9h1v2h6V9h1v2z"],Properties:["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-3h9c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1zm-4 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm13-5H6c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm0 6H6c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],Property:["M3 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.5-6.5a2.5 2.5 0 000 5 2.5 2.5 0 000-5zM7 3h8c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zm8 10H7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zM3 0C1.9 0 1 .9 1 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 6H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],PublishFunction:["M12.16 3.76c.15-.11.3-.16.47-.16.06 0 .17.02.34.06.16.04.31.06.43.06a.58.58 0 00.6-.6c0-.19-.06-.33-.17-.44-.11-.11-.28-.16-.49-.16-.19 0-.37.04-.54.13-.17.09-.39.27-.65.55-.2.21-.48.58-.87 1.11a5.22 5.22 0 00-.78-1.79l-2.05.32-.04.21c.15-.03.28-.04.39-.04.2 0 .37.08.5.25.21.26.5 1.03.88 2.33-.29.36-.49.6-.6.71-.18.19-.33.31-.45.36-.09.04-.19.07-.3.07-.09 0-.23-.04-.42-.13a.904.904 0 00-.36-.09c-.2 0-.36.06-.49.18a.59.59 0 00-.19.46c0 .18.06.32.18.43.12.11.28.16.48.16.2 0 .38-.04.55-.12.17-.08.39-.24.65-.49s.62-.65 1.07-1.19c.18.52.33.89.46 1.13.13.24.28.4.44.51.17.1.37.16.62.16.24 0 .49-.08.74-.25.33-.21.66-.58 1.01-1.09l-.21-.11c-.23.31-.41.5-.52.57a.44.44 0 01-.26.07c-.12 0-.24-.07-.36-.21-.2-.24-.46-.91-.8-2 .29-.49.54-.81.74-.96zM6.37 5.83l.68-2.53h.83l.2-.64h-.84c.24-.91.56-1.59.96-2.01.24-.27.48-.4.71-.4.05 0 .08.01.11.04s.04.06.04.1c0 .04-.03.11-.1.21-.06.1-.1.2-.1.29 0 .13.05.24.15.33.1.09.23.14.39.14.17 0 .31-.06.42-.17.12-.12.18-.27.18-.46 0-.21-.08-.39-.25-.52C9.57.07 9.3 0 8.93 0c-.59 0-1.12.16-1.59.48-.48.32-.93.85-1.36 1.59-.15.26-.29.42-.42.49s-.35.11-.64.1l-.19.65h.81L4.35 7.68c-.2.72-.33 1.16-.4 1.33-.1.24-.26.45-.46.62a.48.48 0 01-.31.1c-.03 0-.06-.01-.08-.03l-.03-.03c0-.02.03-.06.09-.11.06-.06.09-.15.09-.26 0-.13-.05-.23-.14-.32-.1-.09-.23-.13-.41-.13-.21 0-.38.05-.51.16A.52.52 0 002 9.4c0 .16.08.3.23.42.16.12.4.18.74.18.53 0 .99-.13 1.4-.39.41-.26.76-.65 1.07-1.19.3-.53.61-1.39.93-2.59zm2.34 3.46A.997.997 0 008 9c-.28 0-.53.11-.71.29l-2 2a1.003 1.003 0 001.42 1.42l.29-.3V15c0 .55.45 1 1 1s1-.45 1-1v-2.59l.29.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-2-2z"],Pulse:["M15 8h-1.46l-1.7-2.55-.02.01A.984.984 0 0011 5c-.43 0-.79.27-.93.65h-.01l-1.69 4.51-1.38-8.32h-.02A.989.989 0 006 1c-.41 0-.77.25-.92.61L2.34 8H1c-.55 0-1 .45-1 1s.45 1 1 1h2c.41 0 .77-.25.92-.61l1.65-3.86 1.44 8.63h.02c.08.47.47.84.97.84.43 0 .79-.27.93-.65h.01l2.31-6.17.92 1.38.02-.01c.17.26.46.45.81.45h2c.55 0 1-.45 1-1s-.45-1-1-1z"],Rain:["M3.5 8a2.5 2.5 0 11.608-4.926 4.002 4.002 0 017.381-1.03A3 3 0 1112 8H3.501zM3 10a1 1 0 012 0v4a1 1 0 11-2 0v-4zm7-1a1 1 0 00-1 1v5a1 1 0 102 0v-5a1 1 0 00-1-1zm2 1a1 1 0 112 0v2a1 1 0 11-2 0v-2zM7 9a1 1 0 00-1 1v2a1 1 0 102 0v-2a1 1 0 00-1-1z"],Random:["M11.48 4h1.11l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42l.3.29H11c-.32 0-.59.16-.77.38l-.01-.01L8.28 4.8l1.28 1.6L11.48 4zm2.23 6.29a1.003 1.003 0 00-1.42 1.42l.3.29h-1.11l-7.7-9.62h-.01A.996.996 0 003 2H1c-.55 0-1 .45-1 1s.45 1 1 1h1.52l7.7 9.62.01-.01c.18.23.45.39.77.39h1.59l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2zM2.52 12H1c-.55 0-1 .45-1 1s.45 1 1 1h2c.32 0 .59-.16.77-.38l.01.01 1.94-2.42L4.44 9.6 2.52 12z"],Record:["M8 3a5 5 0 100 10A5 5 0 108 3z"],RectHeight:["M3 15V1h10v14H3zm0 1a1 1 0 01-1-1V1a1 1 0 011-1h10a1 1 0 011 1v14a1 1 0 01-1 1H3zM8.707 3.293a1 1 0 00-1.414 0l-2 2a1 1 0 001.414 1.414L8 5.414l1.293 1.293a1 1 0 001.414-1.414l-2-2zm-2 6a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l2-2a1 1 0 00-1.414-1.414L8 10.586 6.707 9.293z"],RectWidth:["M1 3h14v10H1V3zM0 3a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H1a1 1 0 01-1-1V3zm10.707 2.293a1 1 0 00-1.414 1.414L10.586 8 9.293 9.293a1 1 0 001.414 1.414l2-2a1 1 0 000-1.414l-2-2zm-4 1.414a1 1 0 00-1.414-1.414l-2 2a1 1 0 000 1.414l2 2a1 1 0 001.414-1.414L5.414 8l1.293-1.293z"],Rectangle:["M1 3h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm1 2v6h12V5H2z"],Redo:["M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm3.71-6.71l-3-3a1.003 1.003 0 00-1.42 1.42L12.59 4H5C2.24 4 0 6.24 0 9s2.24 5 5 5h4v-2H5c-1.66 0-3-1.34-3-3s1.34-3 3-3h7.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],Refresh:["M14.99 6.99c-.55 0-1 .45-1 1 0 3.31-2.69 6-6 6-1.77 0-3.36-.78-4.46-2h1.46c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.74a7.95 7.95 0 006 2.74c4.42 0 8-3.58 8-8 0-.55-.45-1-1-1zm0-7c-.55 0-1 .45-1 1v1.74a7.95 7.95 0 00-6-2.74c-4.42 0-8 3.58-8 8 0 .55.45 1 1 1s1-.45 1-1c0-3.31 2.69-6 6-6 1.77 0 3.36.78 4.46 2h-1.46c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],Regex:["M0 14a2 2 0 114 0 2 2 0 01-4 0zM11 0a1 1 0 00-1 1v2.768L7.603 2.384a1 1 0 10-1 1.732L9 5.5 6.603 6.884a1 1 0 001 1.732L10 7.232V10a1 1 0 102 0V7.232l2.397 1.384a1 1 0 101-1.732L13 5.5l2.397-1.384a1 1 0 10-1-1.732L12 3.768V1a1 1 0 00-1-1z"],RegressionChart:["M13 6.5c0 .83.67 1.5 1.5 1.5S16 7.33 16 6.5 15.33 5 14.5 5 13 5.67 13 6.5zM8.5 5c.83 0 1.5-.67 1.5-1.5S9.33 2 8.5 2 7 2.67 7 3.5 7.67 5 8.5 5zM9 9.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S11.33 8 10.5 8 9 8.67 9 9.5zM4.5 8C5.33 8 6 7.33 6 6.5S5.33 5 4.5 5 3 5.67 3 6.5 3.67 8 4.5 8zM15 12H3.26l12.03-8.59-.58-.81L2 11.67V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],Remove:["M10.99 6.99h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z"],RemoveColumn:["M14 0H4c-.55 0-1 .45-1 1v3h2V2h3v12H5v-2H3v3c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14h-3V2h3v12zm-8.71-3.29a1.003 1.003 0 001.42-1.42L4.41 8 5.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L3 6.59l-1.29-1.3A1.003 1.003 0 00.29 6.71L1.59 8 .29 9.29a1.003 1.003 0 001.42 1.42L3 9.41l1.29 1.3z"],RemoveColumnLeft:["M4 9h4c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm11-9H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 14H2V2h8v12zm4 0h-3V2h3v12z"],RemoveColumnRight:["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 14H2V2h3v12zm9 0H6V2h8v12zM8 9h4c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1z"],RemoveRowBottom:["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V6h12v8zm0-9H2V2h12v3zm-8 6h4c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1z"],RemoveRowTop:["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2v-3h12v3zm0-4H2V2h12v8zM6 7h4c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1z"],Repeat:["M10 5c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1.74A7.95 7.95 0 008 0C3.58 0 0 3.58 0 8c0 4.06 3.02 7.4 6.94 7.92.02 0 .04.01.06.01.33.04.66.07 1 .07 4.42 0 8-3.58 8-8 0-.55-.45-1-1-1s-1 .45-1 1c0 3.31-2.69 6-6 6-.71 0-1.37-.15-2-.38v.01C3.67 12.81 2 10.61 2 8c0-3.31 2.69-6 6-6 1.77 0 3.36.78 4.46 2H11c-.55 0-1 .45-1 1z"],Reset:["M6 5c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v1.74A7.95 7.95 0 018 0c4.42 0 8 3.58 8 8 0 4.06-3.02 7.4-6.94 7.92-.02 0-.04.01-.06.01-.33.04-.66.07-1 .07-4.42 0-8-3.58-8-8 0-.55.45-1 1-1s1 .45 1 1c0 3.31 2.69 6 6 6 .71 0 1.37-.15 2-.38v.01c2.33-.82 4-3.02 4-5.63 0-3.31-2.69-6-6-6-1.77 0-3.36.78-4.46 2H5c.55 0 1 .45 1 1z"],Resolve:["M6.6 3.3C6.1 3.1 5.6 3 5 3 2.2 3 0 5.2 0 8s2.2 5 5 5c.6 0 1.1-.1 1.6-.3C5.3 11.6 4.5 9.9 4.5 8s.8-3.6 2.1-4.7zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c-.6 0-1.1.1-1.6.3 1.3 1.2 2.1 2.9 2.1 4.7s-.8 3.6-2.1 4.7c.5.2 1 .3 1.6.3 2.8 0 5-2.2 5-5s-2.2-5-5-5z"],Rig:["M5.71 3c0 1.1.96 2 2.14 2C9.04 5 10 3.96 10 3c0-1.96-1.47-3-2.14-3H5c0 1.96 2.68 1.4.71 3zm2.5 3l.01.01s0-.01-.01-.01zm6.5 8.29L10 9.59V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2.58l-4.71 4.7c-.18.19-.29.44-.29.72a1.003 1.003 0 001.71.71L6 12.42V15c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.58l3.29 3.29a1.003 1.003 0 001.42-1.42z"],RightJoin:["M6.6 3.3C5.3 4.4 4.5 6.1 4.5 8s.8 3.6 2.1 4.7c-.5.2-1 .3-1.6.3-2.8 0-5-2.2-5-5s2.2-5 5-5c.6 0 1.1.1 1.6.3zm-1.96 8.68C3.92 10.83 3.5 9.46 3.5 8s.42-2.83 1.14-3.98C2.6 4.2 1 5.91 1 8s1.6 3.8 3.64 3.98zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.1-.1-1.6-.3 1.3-1.1 2.1-2.9 2.1-4.7s-.8-3.5-2.1-4.7c.5-.2 1-.3 1.6-.3z"],Ring:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"],Rocket:["M6 12C4.397 7.46 4.415 4.465 8 0c3.585 4.485 3.602 7.48 2 12H6zm3-7a1 1 0 11-2 0 1 1 0 012 0zm-7 8.022l3-1-.054-.158C4.636 10.954 4.076 9.317 4 8L3 9l-1 4.022zm9-1l3 1L13 9l-1-1c-.076 1.317-.635 2.954-.946 3.864l-.054.158zM7 13h2c0 1.5-.5 2.5-1 3-.5-.5-1-1.5-1-3z"],RocketSlant:["M3.992 10c2-5 5-9 11-9 0 6-4 9-9 11l-2-2zm7.714-4.285a1 1 0 11-1.414-1.414 1 1 0 011.414 1.414zm-6.555-.218L2.992 6l-3 2L3.24 9.195c.542-1.301 1.166-2.556 1.911-3.698zM7.992 16l-1.236-3.232c1.3-.539 2.552-1.158 3.694-1.898L9.992 13l-2 3zm-4.931-4.94L5 13c-.992.991-2.186 1.154-3.001 1-.154-.815.07-1.948 1.06-2.94z"],RotateDocument:["M12 2h-1.59l.29-.29c.19-.18.3-.43.3-.71A1.003 1.003 0 009.29.29l-2 2C7.11 2.47 7 2.72 7 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H12c.55 0 1 .45 1 1v3c0 .55.45 1 1 1s1-.45 1-1V5c0-1.66-1.34-3-3-3zM5.71 5.29A.997.997 0 005 5H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V9c0-.28-.11-.53-.29-.71l-3-3zM7 14H2V7h2v2c0 .55.45 1 1 1h2v4z"],RotatePage:["M8 6H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zm-1 8H3V8h4v6zm5-12h-1.59l.29-.29c.19-.18.3-.43.3-.71A1.003 1.003 0 009.29.29l-2 2C7.11 2.47 7 2.72 7 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H12c.55 0 1 .45 1 1v3c0 .55.45 1 1 1s1-.45 1-1V5c0-1.66-1.34-3-3-3z"],Route:["M11.669 5.066l.099.189c.113.213.236.434.367.661.226.39.468.78.709 1.151l-.198-.004-.48-.004c-1.745.003-2.369.233-2.369.688 0 .053.226.19 1.038.436l.84.24C13.9 9.064 15 9.83 15 11.63c0 2.123-1.607 3.122-4.027 3.366-.651.065-1.266.075-2.043.05l-.958-.035H5.196l.268-.406c.336-.517.672-1.052.998-1.593h1.636l.572.023c.857.036 1.475.034 2.103-.03 1.526-.153 2.227-.59 2.227-1.375 0-.531-.402-.84-1.66-1.22l-.691-.198c-1.04-.293-1.764-.562-2.222-.946C8.8 8.366 9 7.612 9 6.997a5.03 5.03 0 00-.184-1.334c.645-.395 1.598-.562 2.853-.597zM4 3a4.007 4.007 0 014 3.997C8 9.21 4 15 4 15l-.416-.62C2.56 12.827 0 8.767 0 6.997A4.002 4.002 0 014 3zm0 2a2 2 0 10.001 4.001A2 2 0 004 5zm10-4c1.103 0 1.996.896 2 1.999C16 4.105 14 7 14 7l-.293-.44C13.15 5.707 12 3.838 12 2.999 12 1.896 12.897 1 14 1z"],Satellite:["M3 9c0-.6.4-1 1-1s1 .4 1 1c0 1.1.9 2 2 2 .6 0 1 .4 1 1s-.4 1-1 1c-2.2 0-4-1.8-4-4zM0 9c0-.6.4-1 1-1s1 .4 1 1c0 2.8 2.2 5 5 5 .6 0 1 .4 1 1s-.4 1-1 1c-3.9 0-7-3.1-7-7zm7 1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm1.3-2.8c-.4-.4-.4-1 0-1.4l4.5-4.5c.4-.4 1-.4 1.4 0l.5.5c.4.4.4 1 0 1.4l-4.5 4.5c-.4.4-1 .4-1.4 0l-.5-.5zM5.2.3c.4-.4 1-.4 1.4 0l2.1 2.1c.4.4.4 1 0 1.4l-.9.9c-.4.4-1 .4-1.4 0L4.3 2.6c-.4-.4-.4-1 0-1.4l.9-.9zm7 7c.4-.4 1-.4 1.4 0l2.1 2.1c.4.4.4 1 0 1.4l-.9.9c-.4.4-1 .4-1.4 0l-2.1-2.1c-.4-.4-.4-1 0-1.4l.9-.9z"],Saved:["M6.71 9.29a1.003 1.003 0 00-1.42 1.42l2 2a.997.997 0 001.6-.27h.01l2-4h-.01c.06-.13.11-.28.11-.44 0-.55-.45-1-1-1-.39 0-.72.23-.89.56H9.1l-1.38 2.76-1.01-1.03zM9 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5L9 0zm3 14H4V2h4v4h4v8z"],ScatterPlot:["M15 12H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-.5-7c.83 0 1.5-.67 1.5-1.5S15.33 2 14.5 2 13 2.67 13 3.5 13.67 5 14.5 5zm-3 4c.83 0 1.5-.67 1.5-1.5S12.33 6 11.5 6 10 6.67 10 7.5 10.67 9 11.5 9zm-4-2C8.33 7 9 6.33 9 5.5S8.33 4 7.5 4 6 4.67 6 5.5 6.67 7 7.5 7zm-3 4c.83 0 1.5-.67 1.5-1.5S5.33 8 4.5 8 3 8.67 3 9.5 3.67 11 4.5 11z"],Search:["M15.55 13.43l-2.67-2.68a6.94 6.94 0 001.11-3.76c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.42 3.76-1.11l2.68 2.67a1.498 1.498 0 102.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],SearchAround:["M13.5 11c-.51 0-.98.15-1.38.42l-2.4-2.41c.17-.3.28-.64.28-1.01s-.11-.71-.28-1.01l2.41-2.41c.39.27.86.42 1.37.42a2.5 2.5 0 000-5A2.5 2.5 0 0011 2.5c0 .51.15.98.42 1.38l-2.41 2.4C8.71 6.11 8.37 6 8 6s-.71.11-1.01.28l-2.41-2.4c.27-.4.42-.87.42-1.38a2.5 2.5 0 00-5 0A2.5 2.5 0 002.5 5c.51 0 .98-.15 1.38-.42l2.41 2.41C6.11 7.29 6 7.63 6 8s.11.71.28 1.01l-2.41 2.41c-.39-.27-.86-.42-1.37-.42a2.5 2.5 0 000 5A2.5 2.5 0 005 13.5c0-.51-.15-.98-.42-1.38l2.41-2.41c.3.18.64.29 1.01.29s.71-.11 1.01-.28l2.41 2.41c-.27.39-.42.86-.42 1.37a2.5 2.5 0 005 0 2.5 2.5 0 00-2.5-2.5zm0-10c.83 0 1.5.67 1.5 1.5S14.33 4 13.5 4 12 3.33 12 2.5 12.67 1 13.5 1zm-11 3C1.67 4 1 3.33 1 2.5S1.67 1 2.5 1 4 1.67 4 2.5 3.33 4 2.5 4zm0 11c-.83 0-1.5-.67-1.5-1.5S1.67 12 2.5 12s1.5.67 1.5 1.5S3.33 15 2.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"],SearchTemplate:["M15.55 13.43l-2.67-2.67c.7-1.09 1.11-2.38 1.11-3.77 0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.41 3.77-1.11l2.67 2.67a1.498 1.498 0 102.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm2.5-6h-5c-.28 0-.5.22-.5.5s.22.5.5.5h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm0-2h-5c-.28 0-.5.22-.5.5s.22.5.5.5h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm0 4h-5c-.28 0-.5.22-.5.5s.22.5.5.5h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5z"],SearchText:["M9 4H5c-.55 0-1 .45-1 1s.45 1 1 1h1v3c0 .55.45 1 1 1s1-.45 1-1V6h1c.55 0 1-.45 1-1s-.45-1-1-1zm6.56 9.44l-2.67-2.67C13.59 9.68 14 8.39 14 7c0-3.87-3.13-7-7-7S0 3.13 0 7s3.13 7 7 7c1.39 0 2.68-.41 3.77-1.11l2.67 2.67a1.498 1.498 0 102.12-2.12zM7 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],SegmentedControl:["M15 4H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 6H8V6h6v4z"],Select:["M16 15c0-.28-.12-.52-.31-.69l.02-.02-3.12-3.12 3.41-.84-8.05-2.86c.03-.09.05-.17.05-.27V2c0-.55-.45-1-1-1H3c0-.55-.45-1-1-1S1 .45 1 1c-.55 0-1 .45-1 1s.45 1 1 1v4c0 .55.45 1 1 1h5.2c.1 0 .18-.02.27-.05L10.33 16l.85-3.41 3.12 3.12.02-.02c.16.19.4.31.68.31.04 0 .07-.02.1-.02s.06.02.1.02c.44 0 .8-.36.8-.8 0-.04-.02-.07-.02-.1s.02-.06.02-.1zM6 6H3V3h3v3z"],Selection:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-9C6.34 5 5 6.34 5 8s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"],SendBackward:["M7.303 15.71c.18.18.43.29.7.29.27 0 .53-.11.71-.29l2.997-2.99a1.003 1.003 0 00-1.42-1.42l-1.288 1.29L9 9h6a1 1 0 100-2H9V5h6a1 1 0 001-1V2a1 1 0 00-1-1H1a1 1 0 00-1 1v2a1 1 0 001 1h6v2H1a1 1 0 100 2h6v3.586h.003v.004l-1.29-1.29a.99.99 0 00-.699-.29 1.003 1.003 0 00-.71 1.71l2.999 2.99z"],SendMessage:["M15.399 9.01L1.527 15.875c-.535.267-1.175.081-1.421-.427A.953.953 0 010 15V10l8-2-8-2V1c0-.528.407-1 1.004-1 .169 0 .416.04.567.116L15.403 7.07a1.084 1.084 0 01-.005 1.939z"],SendTo:["M15 7.5c-.8 0-1.5-.4-2-1l-1.2 1.2c-.4.5-1.1.7-1.8.7-1.4.1-2.5-1-2.5-2.4 0-.7.3-1.3.7-1.8L9.5 3c-.6-.5-1-1.2-1-2 0-.3.1-.7.2-1H8C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8v-.7c-.3.1-.6.2-1 .2zM15 0h-4c-.6 0-1 .5-1 1s.4 1 1 1h1.6L9.3 5.3c-.2.2-.3.4-.3.7 0 .5.4 1 1 1 .3 0 .5-.1.7-.3L14 3.4V5c0 .6.4 1 1 1 .5 0 1-.4 1-1V1c0-.5-.4-1-1-1z"],SendToGraph:["M6 9H2c-.55 0-1 .45-1 1s.45 1 1 1h1.59L.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L5 12.41V14c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zm8 .5c-.56 0-1.06.23-1.42.59l-2.13-1.24L8.99 8l3.59-2.09A2.002 2.002 0 0016 4.5c0-1.1-.9-2-2-2s-2 .9-2 2c0 .19.03.37.08.54L8.5 7.13v-3.2c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S6 .9 6 2c0 .93.64 1.71 1.5 1.93v3.2l-.88-.52-2.7-1.57c.05-.17.08-.35.08-.54 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.56 0 1.06-.23 1.42-.59l2.13 1.24 3.84 2.24 2.7 1.57c-.06.17-.09.35-.09.54 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],SendToMap:["M6 9H2c-.55 0-1 .45-1 1s.45 1 1 1h1.59L.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L5 12.41V14c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zm9.55-5.83l-4.49-3A.975.975 0 009.99.15L5.53 2.82 1.56.17A1.003 1.003 0 000 1v6h2V2.87l2.94 1.96.06.03V7h1V4.86s.01 0 .01-.01L10 2.47v8.67s-.01 0-.01.01l-.99.58v2.33l1.47-.88 3.97 2.65A1.003 1.003 0 0016 15V4c0-.35-.18-.65-.45-.83zM14 13.13l-2.94-1.96c-.02-.01-.04-.02-.05-.03v-8.6l3 2v8.59z"],Sensor:["M15 15H1v-2h14zM13 13H3l1.707-1.707A1 1 0 015.414 11h5.172a1 1 0 01.707.293L13 13z","M5.199 6.154c-.33.44-.24 1.07.2 1.4.44.329 1.07.239 1.4-.2.32-.43 1.96-.53 2.43.04.35.419.98.479 1.409.13.42-.35.48-.98.13-1.41-1.33-1.59-4.5-1.39-5.57.04z","M2.303 4.278c-.4.39-.4 1.02-.02 1.409.38.39 1.02.41 1.42.03 2.339-2.289 6.258-2.289 8.598 0 .39.39 1.03.38 1.41-.02.38-.4.38-1.03-.02-1.41-3.11-3.048-8.269-3.048-11.389-.01z","M8 8a1 1 0 100 2 1 1 0 100-2z"],SeriesAdd:["M10.68 7.9c.44.54 1.07.92 1.79 1.05l-2.76 2.76c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L5 8.41l-3 3V13h13c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 6.11 4.72 6 5 6s.53.11.71.29L9 9.59l1.68-1.69zM15 3c.55 0 1 .45 1 1s-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 1-1s1 .45 1 1v1h1z"],SeriesConfiguration:["M9.94 9.64c.65.23 1.34.36 2.06.36.14 0 .29-.01.43-.01L9.7 12.71c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.3L5 9.41l-3 3V14h12.99c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 7.11 4.72 7 5 7c.28 0 .53.11.71.29L9 10.59l.94-.95zm4.73-6.44h.92c.22 0 .4.18.4.4v.8c0 .22-.18.4-.4.4h-.93c-.06.2-.14.38-.24.55l.66.65c.15.15.15.4 0 .55l-.54.55c-.15.15-.4.15-.55 0l-.65-.65c-.17.1-.36.18-.55.24v.91c0 .22-.18.4-.4.4h-.8c-.22 0-.4-.18-.4-.4v-.93c-.18-.06-.36-.13-.52-.22l-.68.68c-.15.16-.41.16-.57 0l-.56-.56a.417.417 0 010-.57l.68-.68c-.08-.16-.16-.33-.22-.52h-.93c-.22 0-.4-.18-.4-.4v-.8c0-.22.18-.4.4-.4h.93c.06-.2.14-.38.24-.55l-.65-.64a.392.392 0 010-.55l.54-.55a.38.38 0 01.54 0l.65.65c.18-.1.36-.18.55-.24V.4c0-.22.18-.4.4-.4h.8c.22 0 .4.18.4.4v.93c.18.06.35.14.52.22l.68-.68c.15-.16.41-.16.57 0l.57.57c.15.16.15.41 0 .57l-.68.68c.09.16.16.33.22.51zm-4.18.8c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5c-.82 0-1.5.67-1.5 1.5z"],SeriesDerived:["M10.66 7.92c.44.54 1.07.91 1.8 1.03L9.71 11.7c-.18.19-.43.3-.71.3s-.53-.11-.71-.3L5 8.41l-3 3V13h13c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 6.11 4.72 6 5 6s.53.11.71.29L9 9.59l1.66-1.67zM12.3 5.3l.3-.3H8c-.6 0-1-.4-1-1s.4-1 1-1h4.6l-.3-.3c-.2-.2-.3-.4-.3-.7 0-.6.5-1 1-1 .3 0 .5.1.7.3l2 2c.2.2.3.4.3.7s-.1.5-.3.7l-2 2c-.2.2-.4.3-.7.3-.6 0-1-.4-1-1 0-.3.1-.5.3-.7z"],SeriesFiltered:["M9.29 9.3c.3.62.8 1.12 1.42 1.41l-1 1c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L5 8.41l-3 3V13h13c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 6.11 4.72 6 5 6s.53.11.71.29L9 9.59l.29-.29zM15.48 1c.31 0 .52.26.52.57 0 .16-.06.3-.17.41l-2.86 2.73v2.63c0 .16-.06.3-.17.41l-.82 1.1c-.1.1-.25.17-.41.17-.31 0-.57-.26-.57-.57V4.71L8.17 1.98A.566.566 0 018 1.57c0-.31.26-.57.57-.57h6.91z"],SeriesSearch:["M9.6 8.94a4.937 4.937 0 001.82.01c.1-.01.22-.04.39-.08l.23-.07c.04-.01.08-.02.11-.04l.22.22-2.7 2.72c-.18.19-.43.3-.71.3s-.53-.11-.71-.3L4.98 8.41l-2.99 3V13h12.94c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V3.99c0-.55.45-1 1-1s1 .45 1 1v4.59l2.28-2.3c.17-.18.42-.29.7-.29s.53.11.7.29l3.28 3.3.64-.64zm6.22-.41c.1.12.17.27.18.44 0 .34-.27.61-.61.61a.57.57 0 01-.43-.18l-2.24-2.25c-.13.08-.26.16-.4.23-.02.01-.05.02-.07.03-.14.06-.27.12-.42.17h-.01c-.14.05-.29.08-.44.11-.04.01-.08.02-.11.02-.15.02-.3.04-.46.04-1.85 0-3.35-1.51-3.35-3.37S8.96 1.01 10.81 1c1.85 0 3.35 1.51 3.35 3.37 0 .16-.02.31-.04.47-.01.04-.01.07-.02.11-.02.15-.05.29-.1.44v.01c-.05.15-.11.28-.17.42-.01.02-.02.05-.03.07-.07.14-.14.27-.23.4l2.25 2.24zm-5.01-1.94c1.22 0 2.21-.99 2.21-2.22 0-1.23-.99-2.22-2.21-2.22S8.6 3.14 8.6 4.37c0 1.22.99 2.22 2.21 2.22z"],Settings:["M3 1c0-.55-.45-1-1-1S1 .45 1 1v3h2V1zm0 4H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm12-4c0-.55-.45-1-1-1s-1 .45-1 1v2h2V1zM9 1c0-.55-.45-1-1-1S7 .45 7 1v6h2V1zM1 15c0 .55.45 1 1 1s1-.45 1-1v-5H1v5zM15 4h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-2 11c0 .55.45 1 1 1s1-.45 1-1V9h-2v6zM9 8H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-2 7c0 .55.45 1 1 1s1-.45 1-1v-2H7v2z"],Shapes:["M5.92 8.139c.44-.282 1.006-.121 1.264.358l2.689 4.988c.083.155.127.33.127.51C10 14.55 9.587 15 9.077 15H3.924a.864.864 0 01-.438-.12c-.449-.263-.617-.873-.376-1.362l2.465-4.989c.08-.162.2-.297.346-.39zM12 4a3 3 0 110 6 3 3 0 010-6zM6 1a1 1 0 011 1v4a1 1 0 01-1 1H2a1 1 0 01-1-1V2a1 1 0 011-1h4z"],Share:["M10.99 13.99h-9v-9h4.76l2-2H.99c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V7.24l-2 2v4.75zm4-14h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L7.29 7.28a1 1 0 00-.3.71 1.003 1.003 0 001.71.71l5.29-5.29V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.56-.45-1.01-1-1.01z"],SharedFilter:["M13.843 15.163c.232.53.138.837.138.837H6.017s-.088-.308.138-.837c.226-.53 1.338-.88 2.079-1.206.735-.332.66-.53.685-.8 0-.03.006-.068.006-.105a2.171 2.171 0 01-.61-.892v-.006s-.006-.006-.006-.012c-.025-.074-.056-.16-.075-.24-.176-.031-.276-.222-.314-.394a.8.8 0 01-.1-.437c.025-.253.131-.37.244-.419v-.037c0-.313.032-.775.088-1.07A1.835 1.835 0 018.85 8.37c.315-.24.76-.37 1.156-.37.396 0 .842.13 1.156.37.301.233.534.56.64.935.026.08.045.166.057.246.057.295.088.75.088 1.064v.043c.113.05.214.167.232.413a.75.75 0 01-.1.437c-.038.172-.132.357-.301.387a1.77 1.77 0 01-.076.24.136.136 0 01-.006.025 2.346 2.346 0 01-.597.892v.111c.025.277-.075.474.666.8.741.326 1.853.67 2.079 1.2z","M14.852 15h1.131s.083-.27-.12-.732c-.16-.373-.82-.641-1.411-.88a15.328 15.328 0 01-.409-.17c-.565-.25-.57-.412-.577-.61-.001-.03-.002-.06-.005-.09v-.097c.22-.2.401-.469.522-.781 0 0 .005-.016.005-.022.028-.07.05-.14.066-.21.149-.026.231-.188.264-.339a.655.655 0 00.088-.382c-.016-.215-.104-.318-.203-.36v-.039c0-.274-.028-.673-.077-.931a1.598 1.598 0 00-.61-1.034 1.736 1.736 0 00-1.285-.3c.236.285.42.622.529.996.038.124.065.248.083.36.048.257.079.578.093.867a1.736 1.736 0 01.08 1.624 1.65 1.65 0 01-.217.453 1.42 1.42 0 01-.176.209c-.08.204-.178.4-.292.585l.202.083c.285.117.64.261.9.387.226.11.475.245.698.414.213.161.476.408.63.764.034.08.065.159.091.235zM12.14 14.12l.09.037zM11 1c.55 0 1 .45 1 1 0 .28-.11.53-.29.7L8 6.41v1.374a2.813 2.813 0 00-.833 1.589 6.925 6.925 0 00-.092.86 1.64 1.64 0 00-.25.739l-.001.004c-.02.217.006.413.046.573L5.71 12.71A1.003 1.003 0 014 12V6.41L.29 2.71A1.003 1.003 0 011 1h10z"],Shield:["M8 16c4.667-3.048 7-7.238 7-12.571-1.556 0-3.889-1.143-7-3.429-3.111 2.286-5.444 3.429-7 3.429C1 8.762 3.333 12.952 8 16zM8 2.121c2.005 1.388 3.715 2.304 5.186 2.735-.342 3.702-2.05 6.683-5.186 9.038V2.121z"],Ship:["M5.44.804L5.2 2H3a1 1 0 00-1 1v3.714l-1.08.309a.988.988 0 00-.69 1.192c.366 1.432.897 3.324 1.309 4.26a.644.644 0 00.005.01c-.175.01-.356.015-.544.015a.5.5 0 000 1c2.067 0 3.414-.543 4.161-.917.55.373 1.505.917 2.839.917 1.32 0 2.27-.533 2.822-.905l.004.002c.196.105.48.24.856.374.75.268 1.857.529 3.318.529a.5.5 0 000-1c-.295 0-.572-.012-.834-.032a.995.995 0 00.308-.458l1.208-3.74a1 1 0 00-.677-1.269L14 6.714V3a1 1 0 00-1-1h-2.2L10.56.804A1 1 0 009.58 0H6.42a1 1 0 00-.98.804zM4 6.143l3-.857V4H4v2.143zm5-.857l3 .857V4H9v1.286zm-4.036 8.273a.5.5 0 01.527.034c.455.325 1.277.907 2.509.907s2.054-.582 2.51-.907a.5.5 0 01.579-.001l.006.004.036.023c.034.022.09.055.168.097.154.082.394.197.72.313.649.232 1.642.471 2.981.471a.5.5 0 010 1c-1.46 0-2.568-.261-3.318-.53a6.316 6.316 0 01-.856-.373l-.004-.002c-.552.372-1.502.905-2.822.905-1.334 0-2.289-.544-2.839-.917-.747.374-2.094.917-4.161.917a.5.5 0 010-1c2.129 0 3.384-.63 3.964-.94z"],Shop:["M3 2h10c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1zm9 11H4v-3H2v5c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-5h-2v3zm4-6l-1.01-3.17C14.9 3.36 14.49 3 14 3H2c-.49 0-.9.36-.98.83L.01 7H0c0 1.1.9 2 2 2s2-.9 2-2c0 1.1.9 2 2 2s2-.9 2-2c0 1.1.9 2 2 2s2-.9 2-2c0 1.1.9 2 2 2s2-.9 2-2z"],ShoppingCart:["M14 10H7.72l-.33-1H13c.39 0 .72-.23.89-.56h.01l2-4h-.01c.06-.13.11-.28.11-.44 0-.55-.45-1-1-1H5.39l-.44-1.32h-.01C4.8 1.29 4.44 1 4 1H1c-.55 0-1 .45-1 1s.45 1 1 1h2.28l2.33 7H4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2h6c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2zM6.05 5h7.33l-1 2H6.72l-.67-2z"],ShortenText:["M1 6h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm4 3H1c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zm7 3c0-.28-.11-.53-.29-.71l-.3-.29H15c.55 0 1-.45 1-1s-.45-1-1-1h-3.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2A1.003 1.003 0 0012 12z"],SignalSearch:["M5.474 7.971A5.31 5.31 0 006.66 8.9l.007.019.018.056c.015.038.038.06.045.098l1.5 5.999a.75.75 0 01-1.455.36l-.42-1.68h-.704l-.42 1.68a.746.746 0 01-.907.547.746.746 0 01-.547-.907l1.5-6c.007-.037.03-.06.044-.097.015-.037.015-.075.038-.112a.722.722 0 01-.105-.36c0-.207.084-.394.22-.53zM2.795 5.277a.763.763 0 00-.015-1.065.756.756 0 00-1.065.015c-2.286 2.34-2.286 6.21 0 8.549a.747.747 0 101.072-1.042c-1.709-1.763-1.709-4.702.008-6.457zM7.808 9.388a5.318 5.318 0 001.58.211 2.236 2.236 0 01-.656.98.756.756 0 01-1.057-.098.756.756 0 01.097-1.057l.036-.036zM11.544 9.105l.378.378a6.02 6.02 0 01-1.638 3.285c-.285.3-.757.3-1.057.015a.74.74 0 01-.015-1.057 4.52 4.52 0 001.185-2.24c.4-.083.785-.212 1.147-.381z","M4.054 9.424c-.427-.352-.352-1.582-.03-1.822a.752.752 0 00.15-1.05.752.752 0 00-1.05-.15c-1.079.802-1.221 3.18-.03 4.177a.75.75 0 10.96-1.155zM9.318 0a4.318 4.318 0 014.317 4.318c0 .206-.02.402-.049.598-.01.05-.01.088-.02.138-.039.196-.078.382-.137.569v.01c-.059.186-.137.363-.216.54l-.039.087a5.285 5.285 0 01-.294.51l2.884 2.886a.878.878 0 01.236.559.787.787 0 01-.785.785.785.785 0 01-.56-.226L11.772 7.89a5.285 5.285 0 01-.51.295l-.089.039c-.176.079-.353.157-.54.216h-.01a3.701 3.701 0 01-.568.137c-.05.01-.099.02-.138.02-.196.03-.392.049-.598.049A4.318 4.318 0 015 4.327 4.332 4.332 0 019.318 0zm-.02 1.1A3.195 3.195 0 006.1 4.298a3.195 3.195 0 003.198 3.198 3.195 3.195 0 003.198-3.198A3.195 3.195 0 009.298 1.1z"],SimCard:["M13.71 4.29l-4-4A.997.997 0 009 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5c0-.28-.11-.53-.29-.71zM7 6h2v2H7V6zM4 6h2v2H4V6zm2 8H4v-2h2v2zm3 0H7v-2h2v2zm3 0h-2v-2h2v2zm0-3H4V9h8v2zm0-3h-2V6h2v2z"],Slash:["M10 2a.99.99 0 00-.96.73l-2.99 9.96A1.003 1.003 0 007 14c.46 0 .85-.31.96-.73l2.99-9.96A1.003 1.003 0 0010 2z"],SmallCross:["M9.41 8l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L8 6.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42L6.59 8 4.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L8 9.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L9.41 8z"],SmallInfoSign:["M14 8A6 6 0 112 8a6 6 0 0112 0zM9 4v2H7V4h2zm0 3v4h1v1H6v-1h1V8H6V7h3z"],SmallMinus:["M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z"],SmallPlus:["M11 7H9V5c0-.55-.45-1-1-1s-1 .45-1 1v2H5c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V9h2c.55 0 1-.45 1-1s-.45-1-1-1z"],SmallSquare:["M5 5v6h6V5H5zM4 3a1 1 0 00-1 1v8a1 1 0 001 1h8a1 1 0 001-1V4a1 1 0 00-1-1H4z"],SmallTick:["M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z"],Snowflake:["M13.364 9l.879.879a1 1 0 11-1.415 1.414l-2.12-2.121A1.003 1.003 0 0110.568 9H9v1.604c.042.03.083.065.121.103l2.122 2.121a1 1 0 01-1.415 1.415L9 13.414V15a1 1 0 01-2 0v-1.636l-.879.879a1 1 0 11-1.414-1.415l2.121-2.12c.054-.054.111-.1.172-.139V9H5.38c-.038.06-.084.118-.137.172l-2.122 2.12A1 1 0 111.707 9.88L2.586 9H1a1 1 0 110-2h1.536l-.829-.828a1 1 0 011.414-1.415L5.243 6.88c.038.038.072.079.103.121H7V5.38a1.003 1.003 0 01-.172-.137L4.708 3.12A1 1 0 016.12 1.707L7 2.586V1a1 1 0 112 0v1.536l.828-.829a1 1 0 011.415 1.414L9.12 5.243A1.007 1.007 0 019 5.346V7h1.604c.03-.042.065-.083.103-.121l2.121-2.122a1 1 0 011.415 1.415L13.414 7H15a1 1 0 010 2h-1.636z"],SoccerBall:["M15 7.5a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0zM7.5 13c.694 0 1.357-.128 1.969-.363l.342-1.053-1.132-1.557H6.34L5.202 11.59l.341 1.052A5.487 5.487 0 007.5 13zm5.499-5.39a5.476 5.476 0 01-1.253 3.386H10.62L9.466 9.408l-.002.001.687-2.113 1.67-.542 1.178.856zm-9.74 3.392h1.135L5.54 9.424 4.854 7.31l-1.711-.556-1.142.83a5.477 5.477 0 001.258 3.418zM8 4.963l1.883 1.369 1.628-.53.48-1.477a5.51 5.51 0 00-2.89-2.088L8 3.037v1.926zM5.899 2.237l1.101.8v1.926L5.105 6.34l-1.653-.537-.469-1.442A5.511 5.511 0 015.9 2.237z"],SocialMedia:["M9.5 4c.4 0 .8-.1 1.1-.3C12 4.5 12.9 6 13 7.6c0 .5.5.9 1 .9.6 0 1-.4 1-1v-.2c-.2-2.4-1.5-4.4-3.5-5.5-.1-1-.9-1.8-2-1.8s-2 .9-2 2 .9 2 2 2zM4 8.5c0-.7-.4-1.3-.9-1.7.3-1.4 1.2-2.6 2.5-3.3.3-.1.6-.4.6-.9s-.4-1-1-1c-.2 0-.3 0-.5.1-1.9 1-3.2 2.8-3.6 5C.4 7.1 0 7.8 0 8.5c0 1.1.9 2 2 2s2-.9 2-2zm8.8 1.2c-1.1 0-2 .9-2 2v.3c-.8.6-1.8.9-2.8.9-1.2 0-2.3-.4-3.2-1.1-.2-.2-.4-.3-.7-.3-.6 0-1 .4-1 1 0 .3.1.6.3.8C4.6 14.4 6.2 15 8 15c1.5 0 3-.5 4.1-1.3.2.1.5.1.7.1 1.1 0 2-.9 2-2s-.9-2.1-2-2.1z"],Sort:["M5 12c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 001 12a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 005 12zm3-9h7c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm7 2H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm0 8H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],SortAlphabetical:["M6 12c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 002 12a1.003 1.003 0 00-.71 1.71l2 2c.19.18.44.29.71.29.28 0 .53-.11.71-.29l2-2c.18-.18.29-.43.29-.71a.99.99 0 00-1-1zm7.93-.95v-1.04H9.25v1.11h2.94L9 14.96V16h5.02v-1.11h-3.27l3.18-3.84zm-1.42-4.84l.62 1.78H15L11.94.01H10.1L7 7.99h1.81l.64-1.78h3.06zm-1.52-4.24h.02l1.03 2.93H9.92l1.07-2.93z"],SortAlphabeticalDesc:["M5.99 11.99c-.28 0-.53.11-.71.29l-.29.29V8.99c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29a1.003 1.003 0 00-1.42 1.42l2 2c.18.18.43.29.71.29.28 0 .53-.11.71-.29l2-2c.18-.18.29-.43.29-.71 0-.56-.45-1.01-1-1.01zM12.7 10h-1.38L9 15.99h1.36l.48-1.33h2.3l.46 1.33H15L12.7 10zm-1.51 3.67l.8-2.2h.02l.77 2.2h-1.59zm3.8-7.17h-4.57l4.45-5.12V0H8.34v1.48h4.1L7.99 6.59v1.39h7V6.5z"],SortAsc:["M8 7h3c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h1c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm0 8h5c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm-3 1c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 001 12a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 005 12zm10 1H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],SortDesc:["M5 12c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 001 12a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 005 12zm4 1H8c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zm4-8H8c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm-2 4H8c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm4-8H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],SortNumerical:["M6 11.99c-.28 0-.53.11-.71.29l-.29.3V8.99c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29.28 0 .53-.11.71-.29l2-2A1.003 1.003 0 006 11.99zm7.91-.08c-.06-.36-.17-.68-.33-.96-.16-.28-.37-.51-.64-.69-.27-.17-.61-.26-1.03-.26-.28 0-.54.06-.78.17-.23.11-.43.26-.6.45-.17.19-.3.41-.39.67a2.492 2.492 0 00-.04 1.52 1.623 1.623 0 00.89 1.03c.22.11.45.16.68.16.26 0 .5-.05.7-.15s.38-.26.53-.5l.02.02c-.01.16-.03.34-.07.54-.03.2-.09.4-.17.57-.08.18-.18.33-.31.45s-.29.19-.5.19a.63.63 0 01-.48-.21c-.13-.14-.21-.31-.25-.5H10.1c.03.25.1.48.19.68.1.2.22.37.38.5.16.14.33.24.54.31s.42.1.65.1c.39 0 .72-.09.99-.27.27-.18.49-.41.66-.7.17-.29.29-.61.37-.97.08-.36.12-.72.12-1.07 0-.36-.03-.72-.09-1.08zm-1.14.54c-.04.13-.09.24-.16.34a.78.78 0 01-.27.24c-.11.06-.24.09-.39.09a.75.75 0 01-.37-.09.777.777 0 01-.26-.25c-.07-.1-.12-.22-.15-.35-.03-.13-.05-.26-.05-.4 0-.13.02-.26.05-.39.04-.13.09-.24.16-.34.07-.1.16-.18.26-.24s.22-.09.35-.09c.14 0 .26.03.37.09.11.06.2.14.28.24a1.32 1.32 0 01.23.74c0 .15-.02.28-.05.41zm-1.56-4.47H13V0h-1.42c-.05.3-.16.56-.31.76-.16.21-.35.37-.58.5-.23.13-.49.21-.78.26-.3.05-.6.07-.91.06V2.8h2.21v5.18z"],SortNumericalDesc:["M6 11.99c-.28 0-.53.11-.71.29l-.29.3V8.99c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29a.982.982 0 00-.71-.3 1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 006 11.99zm7.86-9.45c-.09-.48-.26-.9-.5-1.28S12.8.58 12.4.35C12 .12 11.49 0 10.86 0c-.43 0-.82.07-1.17.22s-.65.35-.9.6-.44.55-.58.89c-.14.34-.2.71-.2 1.11 0 .31.05.61.15.91.1.3.26.57.48.8.23.24.52.43.85.58.33.14.68.21 1.03.21.4 0 .75-.07 1.05-.2.3-.13.57-.35.79-.66l.02.02c-.02.21-.05.45-.1.73-.05.27-.13.53-.25.76-.12.24-.27.44-.47.6-.19.16-.44.25-.75.25a.98.98 0 01-.72-.29c-.19-.18-.31-.4-.37-.66H8.15c.05.34.14.64.29.9.15.26.34.49.57.67.23.18.5.32.8.41.31.1.63.15.98.15.58 0 1.08-.12 1.48-.36.4-.24.73-.55.99-.93.26-.39.44-.82.56-1.29.12-.48.18-.96.18-1.44s-.05-.96-.14-1.44zm-1.71.72c-.05.17-.14.32-.24.46-.11.13-.24.24-.41.31-.16.08-.36.12-.58.12-.21 0-.39-.04-.55-.13-.16-.08-.29-.19-.39-.33-.12-.14-.19-.29-.24-.46-.05-.17-.08-.35-.08-.54 0-.18.03-.35.08-.52.06-.16.14-.31.25-.44.11-.13.24-.24.4-.32.16-.08.33-.12.52-.12.21 0 .4.04.56.12.16.08.3.19.41.32.11.14.2.29.26.46.06.17.09.35.09.52 0 .2-.03.38-.08.55zm-.46 7.31c-.12.15-.26.28-.44.37-.17.09-.37.16-.58.2-.22.04-.44.05-.67.05v.92h1.65v3.88h1.33V10h-1.06c-.03.23-.11.42-.23.57z"],SpellCheck:["M6.89.56l4 8c.06.13.11.28.11.44 0 .55-.45 1-1 1-.39 0-.72-.23-.89-.55H9.1L8.38 8H3.62L2.9 9.44h-.01c-.17.33-.5.56-.89.56-.55 0-1-.45-1-1 0-.16.05-.31.12-.44L3.1 4.58 4 2.76 5.11.56C5.28.23 5.61 0 6 0s.72.23.89.56zM14 9c-.28 0-.53.11-.71.29L9 13.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l5-5A1.003 1.003 0 0014 9zM6 3.24L4.62 6h2.76L6 3.24z"],SplitColumns:["M12 10a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42l.3.29H9V2h3v1.71c.31-.13.64-.21 1-.21s.69.08 1 .21V1c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2.71c.31-.13.64-.21 1-.21s.69.08 1 .21V2h3v5H3.41l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L3.41 9H7v5H4v-1.71c-.31.13-.64.21-1 .21s-.69-.08-1-.21V15c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2.71c-.31.13-.64.21-1 .21s-.69-.08-1-.21V14H9V9h3.59l-.29.29c-.19.18-.3.43-.3.71z"],SportsStadium:["M6 .5a.5.5 0 01.816-.387C7.154-.111 7.652.04 8.182.2 8.811.39 9.486.596 10 .21V2.83c-.51.315-1.085.128-1.618-.046-.538-.176-1.035-.338-1.382.046v1.193C7.328 4.008 7.661 4 8 4c1.06 0 2.074.077 3 .218V.5a.5.5 0 01.816-.387c.338-.224.836-.073 1.366.088.629.19 1.304.395 1.818.01V2.83c-.51.315-1.085.128-1.618-.046-.538-.176-1.035-.338-1.382.046V4.4c2.391.52 4 1.489 4 2.599 0 .552-.398 1.07-1.091 1.514C14.366 7.088 11.479 6 8 6 4.52 6 1.634 7.088 1.091 8.514.398 8.069 0 7.552 0 7c0-.528.364-1.024 1.002-1.455A.507.507 0 011 5.5v-5a.5.5 0 01.816-.387C2.154-.111 2.652.04 3.182.2 3.811.39 4.486.596 5 .21V2.83c-.51.315-1.085.128-1.618-.046-.538-.176-1.035-.338-1.382.046v2.186c1.042-.443 2.428-.77 4-.921V.5z","M14 8.985c-.005-.081-.046-.232-.262-.45-.234-.238-.623-.497-1.182-.737C11.44 7.32 9.83 7 8 7c-1.83 0-3.44.32-4.556.798-.56.24-.948.5-1.182.737-.216.218-.257.369-.262.45C3.466 9.607 5.61 10 8 10s4.534-.393 6-1.015z","M14.008 10.058C12.422 10.653 10.298 11 8 11c-2.297 0-4.422-.348-6.008-.942C1.22 9.768.525 9.439 0 8.985V13c0 1.398 2.55 2.667 6 3v-1a2 2 0 114 0v1c3.45-.333 6-1.602 6-3V8.985c-.525.454-1.22.783-1.992 1.073z"],Square:["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V2h12v12z"],StackedChart:["M10 2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v3h3V2zm3 10h1c.55 0 1-.45 1-1V8h-3v3c0 .55.45 1 1 1zm2-7c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v2h3V5zm-5 1H7v3h3V6zM5 7c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v1h3V7zm3 5h1c.55 0 1-.45 1-1v-1H7v1c0 .55.45 1 1 1zm7 1H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM3 12h1c.55 0 1-.45 1-1V9H2v2c0 .55.45 1 1 1z"],StadiumGeometry:["M12 6H4a2 2 0 100 4h8a2 2 0 100-4zM4 4a4 4 0 100 8h8a4 4 0 000-8H4z"],Star:["M8 0l2.5 5.3 5.5.8-4 4.1.9 5.8L8 13.3 3.1 16l.9-5.8-4-4.1 5.5-.8z"],StarEmpty:["M16 6.11l-5.53-.84L8 0 5.53 5.27 0 6.11l4 4.1L3.06 16 8 13.27 12.94 16 12 10.21l4-4.1zM4.91 13.2l.59-3.62L3 7.02l3.45-.53L8 3.2l1.55 3.29 3.45.53-2.5 2.56.59 3.62L8 11.49 4.91 13.2z"],StepBackward:["M12 3c-.24 0-.44.09-.62.23l-.01-.01L7 6.72V4c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V9.28l4.38 3.5.01-.01c.17.14.37.23.61.23.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],StepChart:["M15 12H2v-2h3c.55 0 1-.45 1-1V7h2v1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1v3h-2V6c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v2H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],StepForward:["M12 3h-1c-.55 0-1 .45-1 1v2.72l-4.38-3.5v.01A.987.987 0 005 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1 .24 0 .44-.09.62-.23l.01.01L10 9.28V12c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],Stop:["M12 3H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],Stopwatch:["M9 2v1.083A6.002 6.002 0 018 15 6 6 0 017 3.083V2H6a1 1 0 110-2h4a1 1 0 010 2H9zM8 5a4 4 0 104 4H8V5z"],Strikethrough:["M14 7H8.65c-.38-.09-.73-.18-1.04-.26-.31-.08-.49-.13-.54-.14-.43-.11-.79-.29-1.05-.52-.27-.23-.4-.55-.4-.95 0-.29.07-.53.21-.72s.32-.34.54-.46c.22-.11.46-.19.72-.24.26-.05.52-.07.77-.07.74 0 1.36.15 1.84.46.32.2.55.5.68.9h2.22c-.06-.33-.17-.64-.32-.92-.25-.45-.59-.84-1.02-1.15-.43-.31-.93-.54-1.49-.7S8.59 2 7.95 2c-.55 0-1.1.07-1.63.2-.54.13-1.02.34-1.45.62-.42.28-.76.63-1.02 1.05-.26.42-.39.92-.39 1.5 0 .3.04.59.13.88.08.26.21.51.39.75H2c-.55 0-1 .45-1 1s.45 1 1 1h7.13c.25.07.49.14.71.22.25.09.48.23.7.44.21.21.32.53.32.97 0 .21-.05.43-.14.63-.09.21-.24.39-.45.55-.21.16-.48.29-.81.39-.33.1-.73.15-1.2.15-.44 0-.84-.05-1.21-.14-.37-.09-.7-.24-.99-.43-.29-.2-.51-.45-.67-.76-.01 0-.01-.01-.02-.02H3.14a3.68 3.68 0 001.39 2.03c.46.34 1 .58 1.62.74.61.15 1.27.23 1.97.23.61 0 1.2-.07 1.79-.2.58-.13 1.11-.34 1.56-.63.46-.29.83-.66 1.11-1.11.28-.45.42-1 .42-1.64 0-.3-.05-.6-.15-.9-.05-.19-.13-.36-.22-.52H14c.55 0 1-.45 1-1s-.45-1-1-1z"],Style:["M14 14H2V2h8.76l2-2H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6.24l-2 2V14zm1.4-14L9.7 5.7l2.1 2.1L16 3.6V0h-.6zM4 11.92c2.33.15 4.42.15 6.15-1.5.82-.83.82-2.25 0-3.08-.45-.38-.98-.6-1.5-.6-.53 0-1.05.22-1.43.6-.82.91-1.27 3.38-3.22 4.58z"],Subscript:["M6.2 4.4a1 1 0 011.6 1.2L5.25 9l2.55 3.4a1 1 0 01-1.6 1.2L4 10.667 1.8 13.6a1 1 0 01-1.6-1.2L2.75 9 .2 5.6a1 1 0 011.6-1.2L4 7.333 6.2 4.4zm6.954 9.544l.016-.014c.18-.14.36-.28.57-.42l.63-.45c.21-.16.41-.33.61-.51s.37-.38.52-.59c.15-.21.28-.45.37-.7.09-.25.13-.54.13-.85 0-.25-.04-.51-.12-.79-.07-.29-.2-.55-.39-.79a2.18 2.18 0 00-.73-.6c-.29-.15-.66-.23-1.11-.23-.4 0-.76.08-1.07.23-.31.16-.58.37-.79.62-.22.27-.38.59-.49.96-.11.37-.16.77-.16 1.2h1.19c.01-.27.03-.53.08-.77.04-.24.11-.45.21-.62.09-.18.22-.32.38-.42.16-.1.35-.15.59-.15.26 0 .47.05.63.14.15.09.28.21.37.35.09.14.15.29.18.45.03.16.05.31.05.45-.01.31-.08.58-.22.82-.14.23-.32.45-.53.65-.22.21-.46.39-.71.57-.26.18-.51.36-.75.54-.5.36-.89.78-1.17 1.27-.28.49-.43 1.06-.44 1.71h4.99v-1.14h-3.55c.05-.17.14-.33.27-.49.126-.145.28-.281.444-.426z"],Superscript:["M13.154 5.944l.016-.014c.18-.14.36-.28.57-.42l.63-.45c.21-.16.41-.33.61-.51s.37-.38.52-.59c.15-.21.28-.45.37-.7.09-.25.13-.54.13-.85 0-.25-.04-.51-.12-.79-.07-.29-.2-.55-.39-.79a2.18 2.18 0 00-.73-.6C14.47.08 14.1 0 13.65 0c-.4 0-.76.08-1.07.23-.31.16-.58.37-.79.62-.22.27-.38.59-.49.96-.11.37-.16.77-.16 1.2h1.19c.01-.27.03-.53.08-.77.04-.24.11-.45.21-.62.09-.18.22-.32.38-.42.16-.1.35-.15.59-.15.26 0 .47.05.63.14.15.09.28.21.37.35.09.14.15.29.18.45.03.16.05.31.05.45-.01.31-.08.58-.22.82-.14.23-.32.45-.53.65-.22.21-.46.39-.71.57-.26.18-.51.36-.75.54-.5.36-.89.78-1.17 1.27-.28.49-.43 1.06-.44 1.71h4.99V6.86h-3.55c.05-.17.14-.33.27-.49.126-.145.28-.281.444-.426zM6.2 4.4a1 1 0 011.6 1.2L5.25 9l2.55 3.4a1 1 0 01-1.6 1.2L4 10.667 1.8 13.6a1 1 0 01-1.6-1.2L2.75 9 .2 5.6a1 1 0 011.6-1.2L4 7.333 6.2 4.4z"],SwapHorizontal:["M0 7.02L.05 7H0v.02zm2-2.03h9.57l-1.29 1.29A1.003 1.003 0 0011.7 7.7l2.99-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2.99-3a1.07 1.07 0 00-.71-.28 1.003 1.003 0 00-.71 1.71L11.57 3H2c-.55 0-1 .45-1 1a1 1 0 001 .99zM15.96 9H16v-.02l-.04.02zM14 11.01H4.43l1.29-1.29A1.003 1.003 0 004.3 8.3l-2.99 3a.99.99 0 00-.29.7c0 .28.11.53.29.71l2.99 3a1.003 1.003 0 001.42-1.42L4.43 13H14c.55 0 1-.45 1-1s-.45-.99-1-.99z"],SwapVertical:["M9 0h-.02L9 .04V0zM7 16h.02L7 15.95V16zM4.7 1.31c-.18-.18-.43-.29-.7-.29s-.53.11-.71.29l-3 2.99a1.003 1.003 0 001.42 1.42L3 4.43V14c0 .55.45 1 1 1s1-.45 1-1V4.43l1.29 1.29c.18.18.43.29.7.29A1.003 1.003 0 007.7 4.3l-3-2.99zM15 9.99c-.28 0-.53.11-.71.29L13 11.57V2c0-.55-.45-1-1-1s-1 .45-1 1v9.57l-1.29-1.29a.99.99 0 00-.7-.29 1.003 1.003 0 00-.71 1.71l3 2.99c.18.18.43.29.71.29.28 0 .53-.11.71-.29l3-2.99c.18-.18.29-.43.29-.71-.01-.55-.46-1-1.01-1z"],Switch:["M9.293 2.293l1.414 1.414-4.999 5a3 3 0 11-1.415-1.415l5-5zM13 7a3 3 0 110 6 3 3 0 010-6zM3 9a1 1 0 100 2 1 1 0 000-2zm10 0a1 1 0 100 2 1 1 0 000-2z"],SymbolCircle:["M8 3.01a5 5 0 100 10 5 5 0 100-10z"],SymbolCross:["M12 6.01h-2v-2c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2h2c.55 0 1-.45 1-1v-2c0-.56-.45-1-1-1z"],SymbolDiamond:["M12 8.01c0-.19-.07-.36-.16-.51l.01-.01-3-5-.01.01c-.17-.29-.48-.49-.84-.49s-.67.2-.84.49l-.02-.01-3 5 .02.01c-.09.15-.16.32-.16.51s.07.36.16.51h-.02l3 5 .01-.01c.18.29.49.5.85.5s.67-.2.84-.49l.01.01 3-5-.01-.01c.09-.16.16-.32.16-.51z"],SymbolRectangle:["M13 4H3c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h10c.5 0 1-.5 1-1V5c0-.5-.5-1-1-1z"],SymbolSquare:["M12 3.01H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-8c0-.56-.45-1-1-1z"],SymbolTriangleDown:["M13 4.01c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 .16.05.31.11.44H3.1l4 8h.01c.16.33.49.56.89.56s.72-.23.89-.56h.01l4-8h-.01c.06-.14.11-.28.11-.44z"],SymbolTriangleUp:["M12.89 11.56l-3.99-8h-.01c-.17-.32-.5-.55-.89-.55s-.72.23-.89.55H7.1l-4 8h.01c-.06.14-.11.29-.11.45 0 .55.45 1 1 1h8c.55 0 1-.45 1-1 0-.16-.05-.31-.11-.45z"],Syringe:["M11.146.146a.5.5 0 000 .708l.647.646L10.5 2.793 8.854 1.146a.5.5 0 10-.708.708l.647.646-1.146 1.146-5.5 5.5a.5.5 0 000 .708l.646.646-1.647 1.646a.5.5 0 000 .708l.647.646-1.647 1.646a.5.5 0 00.708.708L2.5 14.207l.646.647a.5.5 0 00.708 0L5.5 13.207l.646.647a.5.5 0 00.708 0l5.5-5.5L13.5 7.207l.646.647a.5.5 0 00.708-.708L13.207 5.5 14.5 4.207l.646.647a.5.5 0 00.708-.708l-4-4a.5.5 0 00-.708 0zM11.293 8l-.793.793-1.646-1.647a.5.5 0 10-.708.708L9.793 9.5 8.5 10.793 6.854 9.146a.5.5 0 10-.708.708L7.793 11.5 6.5 12.793 3.207 9.5 8 4.707 11.293 8zM8.707 4L12 7.293l.793-.793L9.5 3.207 8.707 4zm-6.5 8.5L3.5 13.793 4.793 12.5 3.5 11.207 2.207 12.5zm11.586-9L12.5 2.207 11.207 3.5 12.5 4.793 13.793 3.5z"],Tag:["M1 3a2 2 0 012-2h4.584a2 2 0 011.414.586l5.413 5.412a2 2 0 010 2.829L9.827 14.41a2 2 0 01-2.829 0L1.586 8.998A2 2 0 011 7.584V3zm3.487-.007a1.494 1.494 0 100 2.988 1.494 1.494 0 000-2.988z"],TakeAction:["M9 11a1.003 1.003 0 001.71.71l4-4a1.003 1.003 0 00-1.42-1.42l-4 4c-.18.18-.29.43-.29.71zM4 6c.28 0 .53-.11.71-.29l4-4A1.003 1.003 0 007.29.29l-4 4A1.003 1.003 0 004 6zm4 4l5-5-.79-.79.5-.5a1.003 1.003 0 00-1.42-1.42l-.5.5L10 2 5 7l.79.79-5.5 5.5a1.003 1.003 0 001.42 1.42l5.5-5.5L8 10zm7 4H7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1z"],Tank:["M3.7 3.4a1 1 0 01.8-.4h5.086a1 1 0 01.707.293L11 4h3a1 1 0 110 2h-3v1h2.5a2.5 2.5 0 010 5h-11a2.5 2.5 0 010-5H3V4.667a1 1 0 01.2-.6l.5-.667zM2.5 9h11a.5.5 0 010 1h-11a.5.5 0 110-1z"],Target:["M7 4a1 1 0 012 0v2a1 1 0 01-2 0V4zM10 7a1 1 0 000 2h2a1 1 0 000-2h-2zM3 8a1 1 0 011-1h2a1 1 0 010 2H4a1 1 0 01-1-1zM8 9a1 1 0 00-1 1v2a1 1 0 002 0v-2a1 1 0 00-1-1z","M8 16A8 8 0 108 0a8 8 0 000 16zm0-2A6 6 0 108 2a6 6 0 000 12z"],Taxi:["M15.12 6.63h-.38L15 7c-.01.3-.01.64 0 .98V8c0 .07-.03.13-.04.19h.02L14 13.1v.9c0 .55-.45 1-1 1s-1-.45-1-1v-1H4v1c0 .55-.45 1-1 1s-1-.45-1-1v-.9l-.98-4.9h.02C1.03 8.13 1 8.07 1 8H.99c0-.33 0-.67.01-1l.26-.37H.88C.4 6.63 0 6.21 0 5.69s.4-.94.88-.94h1.05l.77-2.11c.19-.53.76-1.08 1.26-1.24 0 0 .68-.2 2.05-.32C6.01 1.05 6 1.03 6 1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1 0 .03-.01.05-.02.08 1.37.12 2.05.32 2.05.32.51.15 1.08.71 1.27 1.24l.76 2.12h1.05c.49 0 .89.42.89.93 0 .52-.4.94-.88.94zM11 10h2V8h-2v2zm-8 0h2V8H3v2zm10-5l-.73-1.63C12.21 3.19 12.18 3 12 3H4c-.18 0-.21.19-.27.37L3 5c-.06.18-.18 1 0 1h10c.18 0 .06-.82 0-1z"],Team:["M11.328 10.238c1.015.413 2.16.878 2.439 1.516.303.69.248 2.67.235 3.143L14 15H2s-.113-2.465.232-3.253c.28-.638 1.424-1.104 2.44-1.517.238-.097.47-.191.682-.284.985-.436 1-.722 1.02-1.067.002-.041.004-.083.008-.127 0-.026.002-.052.004-.079.002-.026.004-.052.004-.078a3.348 3.348 0 01-.916-1.351l-.008-.008c0-.003-.001-.007-.003-.01-.002-.005-.004-.008-.004-.012a2.982 2.982 0 01-.113-.368c-.262-.045-.412-.323-.472-.585-.053-.105-.173-.36-.15-.646.037-.382.195-.555.375-.623v-.06c0-.48.037-1.163.127-1.613.015-.128.045-.248.083-.375a2.787 2.787 0 01.96-1.396C6.742 1.188 7.41 1 8.003 1s1.261.195 1.741.548a2.755 2.755 0 011.043 1.77c.083.451.128 1.142.128 1.614V5c.165.068.315.24.353.615.022.293-.09.548-.15.653-.053.255-.203.533-.458.586a2.87 2.87 0 01-.113.36c-.007.007-.015.037-.015.037-.202.533-.51.998-.893 1.336 0 .06 0 .12.008.173.005.052.006.102.008.15.011.335.021.618.99 1.043.212.093.444.187.683.285z","M4.5 7.521a1.637 1.637 0 01-.282-.308 1.957 1.957 0 01-.279-.593c-.304-.652-.29-1.486.153-2.074.023-.628.065-1.278.244-1.884a3.84 3.84 0 01.177-.473A2.896 2.896 0 003.497 2c-.543 0-1.156.179-1.596.502a2.526 2.526 0 00-.956 1.624 9.535 9.535 0 00-.117 1.479v.062c-.152.062-.29.22-.323.564-.021.268.082.502.137.598.048.234.186.489.42.537.027.11.062.227.103.33a3.098 3.098 0 00.832 1.259c0 .055 0 .11-.007.158-.004.048-.006.094-.007.139-.01.306-.02.565-.908.955C.281 10.556 0 11.046 0 12v3h1s-.16-2.356 0-3c.16-.644.572-1.184 1.108-1.59.61-.46 1.333-.753 2.04-1.039l.213-.087c.857-.35.7-.644.421-1.164A4.761 4.761 0 014.5 7.52zM11.5 7.521a1.64 1.64 0 00.282-.308c.136-.193.224-.401.278-.593.305-.652.292-1.486-.152-2.074-.024-.628-.065-1.278-.244-1.884a3.842 3.842 0 00-.177-.473c.327-.125.684-.189 1.016-.189.543 0 1.156.179 1.596.502a2.526 2.526 0 01.956 1.624c.076.412.117 1.045.117 1.479v.062c.151.062.289.22.323.564.021.268-.082.502-.137.598-.048.234-.186.489-.42.537-.027.11-.062.227-.103.33a3.098 3.098 0 01-.832 1.259c0 .055 0 .11.006.158.005.048.006.094.008.139.01.306.02.565.907.955C15.72 10.556 16 11.046 16 12v3h-1s.16-2.356 0-3c-.16-.644-.572-1.184-1.108-1.59-.61-.46-1.333-.753-2.04-1.039l-.213-.087c-.857-.35-.7-.644-.421-1.164a4.77 4.77 0 00.283-.599z"],Temperature:["M8.5 0A1.5 1.5 0 007 1.5v7.837a3.5 3.5 0 103 0V1.5A1.5 1.5 0 008.5 0zM2 5.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5zM2.5 1a.5.5 0 000 1h3a.5.5 0 000-1h-3zM4 3.5a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM4.5 7a.5.5 0 000 1h1a.5.5 0 000-1h-1z"],TextHighlight:["M9 10H2V6h7V4H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h8v-2zm4 3h-1V3h1c.55 0 1-.45 1-1s-.45-1-1-1h-1c-.37 0-.7.11-1 .28-.3-.17-.63-.28-1-.28H9c-.55 0-1 .45-1 1s.45 1 1 1h1v10H9c-.55 0-1 .45-1 1s.45 1 1 1h1c.37 0 .7-.11 1-.28.3.17.63.28 1 .28h1c.55 0 1-.45 1-1s-.45-1-1-1zm2-9h-2v2h1v4h-1v2h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],Th:["M15 1H1c-.6 0-1 .5-1 1v12c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1zM6 13H2v-2h4v2zm0-3H2V8h4v2zm0-3H2V5h4v2zm8 6H7v-2h7v2zm0-3H7V8h7v2zm0-3H7V5h7v2z"],ThDerived:["M5.6 10l-.3.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l2-2c.2-.2.3-.4.3-.7s-.1-.5-.3-.7l-2-2C6.5 6.1 6.3 6 6 6c-.5 0-1 .4-1 1 0 .3.1.5.3.7l.3.3H1c-.6 0-1 .4-1 1s.4 1 1 1h4.6zM15 1H2c-.5 0-1 .5-1 1v5h2V5h11v2H8.8l.6.6c.1.1.2.3.3.4H14v2H9.7c-.1.1-.2.3-.3.4l-.6.6H14v2H3v-2H1v3c0 .5.5 1 1 1h13c.6 0 1-.5 1-1V2c0-.5-.4-1-1-1z"],ThDisconnect:["M12 1h3c.6 0 1 .5 1 1v12c0 .6-.4 1-1 1h-4.97l.286-2H14v-2h-3.398l.143-1H14V8h-2.97l.143-1H14V5h-2.541l.51-3.576C11.99 1.282 12 1.14 12 1zM5.97 1l-.572 4H2v2h3.112L4.97 8H2v2h2.684l-.143 1H2v2h2.255l-.225 1.576c-.02.142-.03.284-.03.424H1c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1h4.97zM8.01.859a1 1 0 111.98.282l-2 14a1 1 0 11-1.98-.282l2-14z"],ThFiltered:["M10 10h3l1.78-2.226a1 1 0 00.22-.625V4.3l1-.9V14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1h4.333L9 4.3V5H7v2h2v1H7v2h3zm-4 3v-2H2v2h4zm0-3V8H2v2h4zm0-3V5H2v2h4zm8 6v-2H7v2h7z","M15.48 0c.31 0 .52.26.52.57 0 .16-.06.3-.17.41l-2.86 2.73v2.63c0 .16-.06.3-.17.41l-.82 1.1c-.1.1-.25.17-.41.17-.31 0-.57-.26-.57-.57V3.71L8.17.98A.566.566 0 018 .57c0-.31.26-.57.57-.57h6.91z"],ThList:["M15 1H1c-.6 0-1 .5-1 1v12c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1zm-1 12H2v-2h12v2zm0-3H2V8h12v2zm0-3H2V5h12v2z"],ThirdParty:["M4.448 9h.573c.025-.044.051-.088.079-.13A9.43 9.43 0 015.183 8h-.995A10.424 10.424 0 014 6c0-.717.068-1.391.188-2h3.624c.065.33.114.678.146 1.042A3.42 3.42 0 018.46 5c.168 0 .336.013.502.037A11.089 11.089 0 008.829 4h1.755c.148.338.26.696.33 1.068l.176-.028a2.74 2.74 0 01.5 0c.113 0 .225.006.336.018A6.001 6.001 0 000 6a6 6 0 005.672 5.991 4 4 0 01-.202-.441 1.842 1.842 0 01-.24-.26 1.82 1.82 0 01-.26-.55 2 2 0 01-.185-.92l-.012-.025A6.036 6.036 0 014.448 9zM3.171 8H1.416A4.983 4.983 0 011 6c0-.711.148-1.388.416-2h1.755C3.06 4.626 3 5.299 3 6c0 .701.06 1.374.17 2zM2 9H3.4c.18.618.412 1.167.685 1.62A5.015 5.015 0 012 9zm2.448-6h3.104a6.036 6.036 0 00-.325-.795C6.737 1.225 6.246 1 6 1c-.246 0-.737.225-1.227 1.205-.119.238-.228.504-.325.795zm4.15 0H10a5.016 5.016 0 00-2.086-1.62c.273.453.506 1.002.685 1.62zM4.087 1.38A6.834 6.834 0 003.401 3H2a5.015 5.015 0 012.086-1.62zM13.476 16s.118-.385-.172-1.046c-.228-.533-1.172-.915-2.015-1.257a22.113 22.113 0 01-.584-.243c-.808-.356-.816-.588-.825-.872-.002-.041-.003-.084-.007-.128v-.139c.314-.284.573-.669.745-1.115 0 0 .008-.023.008-.03.04-.1.071-.2.095-.3.212-.04.33-.27.377-.485.054-.093.149-.3.125-.547-.024-.307-.15-.453-.29-.515v-.054c0-.392-.04-.961-.11-1.33a2.16 2.16 0 00-.071-.308 2.283 2.283 0 00-.8-1.17C9.558 6.162 9.001 6 8.506 6c-.495 0-1.052.162-1.445.462A2.294 2.294 0 006.19 7.93c-.07.369-.11.946-.11 1.338v.046c-.14.062-.274.208-.306.523a1 1 0 00.126.547c.047.215.173.453.393.492.02.083.05.172.078.253l.016.047c0 .008.008.015.008.015v.008c.172.454.44.846.761 1.115a.804.804 0 01-.004.072c-.002.02-.004.04-.004.06l-.007.105c-.016.287-.028.523-.848.894-.176.078-.37.156-.568.237-.847.345-1.802.735-2.031 1.27C3.41 15.616 3.52 16 3.52 16h9.955zm2.503-1.25h-1.413a4.05 4.05 0 00-.116-.294c-.192-.445-.52-.753-.787-.955-.278-.21-.59-.38-.873-.517a21.373 21.373 0 00-1.122-.483l-.02-.008-.235-.097c.144-.23.266-.476.366-.731.089-.087.162-.177.22-.26.132-.192.217-.391.271-.568.117-.251.24-.64.199-1.105a2.025 2.025 0 00-.299-.925 8.626 8.626 0 00-.116-1.083 3.426 3.426 0 00-.104-.45 3.476 3.476 0 00-.661-1.246A2.18 2.18 0 0111.63 6c.432 0 .92.141 1.264.404.33.256.584.612.7 1.023.028.087.049.182.062.27.062.322.097.82.097 1.163v.048c.123.053.233.181.254.45a.82.82 0 01-.11.478c-.041.189-.144.391-.33.425a1.92 1.92 0 01-.082.262c0 .007-.007.027-.007.027-.151.39-.378.727-.653.976v.121c.004.038.005.075.006.111v.002c.008.247.015.451.722.762.158.07.332.14.51.213.739.299 1.565.634 1.764 1.1.254.579.151.915.151.915z"],ThumbsDown:["M2 2H0v7h2c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm13.99 4.38c.08-.58-.44-1.02-1.15-1.05-.25-.01-.52-.03-.81-.05.02 0 .05-.01.07-.01.7-.1 1.34-.49 1.41-1.07.06-.58-.46-.97-1.17-1.04-.25-.02-.52-.04-.79-.06.47-.15.84-.42.87-.93.04-.58-.79-1.03-1.5-1.09-.27-.02-.51-.04-.73-.05h-.09c-.23-.02-.43-.02-.62-.03C8.35.95 5.66 1.47 4 2.51v6c2.14 1.29 4.76 3.59 4.21 5.51-.18.59.31 1.05.98.98.81-.09 1.37-.91 1.4-1.78.04-1-.15-2.01-.5-2.91-.04-.25.01-.5.37-.53.49-.03 1.11-.06 1.59-.08.26 0 .51-.01.75-.02h.01c.41-.02.8-.05 1.13-.09.7-.09 1.35-.47 1.43-1.05.08-.58-.44-.97-1.15-1.05-.05-.01-.11-.01-.16-.02.17-.01.33-.03.49-.05.72-.08 1.37-.46 1.44-1.04z"],ThumbsUp:["M15.99 9.62c-.08-.58-.73-.96-1.43-1.05-.15-.02-.32-.04-.49-.05.06-.01.11-.01.16-.02.71-.08 1.23-.47 1.15-1.05-.08-.58-.73-.96-1.43-1.05-.34-.04-.72-.07-1.13-.09h-.01c-.24-.01-.49-.02-.75-.02-.48-.02-1.11-.04-1.59-.08-.36-.03-.41-.28-.37-.53.35-.9.54-1.91.5-2.91-.04-.85-.6-1.68-1.41-1.77-.67-.07-1.16.39-.99.98C8.76 3.91 6.13 6.2 4 7.49v6c1.66 1.03 4.35 1.56 7.48 1.5.19 0 .39-.01.62-.02h.09c.22-.01.46-.03.73-.05.71-.06 1.54-.51 1.5-1.09-.03-.51-.4-.79-.87-.93.27-.02.54-.04.79-.06.71-.06 1.24-.45 1.17-1.04-.06-.58-.7-.97-1.41-1.07-.02 0-.05-.01-.07-.01.29-.02.57-.03.81-.05.71-.03 1.23-.47 1.15-1.05zM2 7H0v7h2c.55 0 1-.45 1-1V8c0-.56-.45-1-1-1z"],Tick:["M14 3c-.28 0-.53.11-.71.29L6 10.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l8-8A1.003 1.003 0 0014 3z"],TickCircle:["M8 16c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4-11c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z"],Time:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm1-6.41V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L9 7.59z"],TimelineAreaChart:["M15 2.59L9.91 7.68 6.6 5.2l-.01.01C6.42 5.09 6.23 5 6 5c-.24 0-.44.09-.62.23v-.01L3 7.12V11h12V2.59zM15 12H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],TimelineBarChart:["M8 12h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1zm5 0h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm2 1H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM3 12h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z"],TimelineEvents:["M8 11H7v1h1v-1zm-4 0H3v1h1v-1zm7-8c.6 0 1-.5 1-1V1c0-.5-.4-1-1-1s-1 .5-1 1v1c0 .5.5 1 1 1zM4 3c.5 0 1-.5 1-1V1c0-.5-.5-1-1-1S3 .5 3 1v1c0 .5.5 1 1 1zm10-2h-1v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H6v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H1c-.5 0-1 .5-1 1v12c0 .5.5 1 1 1h13c.6 0 1-.5 1-1V2c0-.5-.4-1-1-1zM5 13H2v-3h3v3zm0-4H2V6h3v3zm4 4H6v-3h3v3zm0-4H6V6h3v3zm4 4h-3v-3h3v3zm0-4h-3V6h3v3zm-1-2h-1v1h1V7z"],TimelineLineChart:["M15 12H2V9.41l3-3L8.29 9.7c.18.19.43.3.71.3s.53-.11.71-.29l6-6a1.003 1.003 0 00-1.42-1.42L9 7.59l-3.29-3.3C5.53 4.11 5.28 4 5 4s-.53.11-.71.29L2 6.59V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],Tint:["M7.88 1s-4.9 6.28-4.9 8.9c.01 2.82 2.34 5.1 4.99 5.1 2.65-.01 5.03-2.3 5.03-5.13C12.99 7.17 7.88 1 7.88 1z"],Torch:["M5 15c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H5v1zm7-15H4c-.55 0-1 .45-1 1v1h10V1c0-.55-.45-1-1-1zM5 7v6h6V7l2-4H3l2 4zm2 0c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1s-1-.45-1-1V7z"],Tractor:["M3.5 9a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm9.5 1a3 3 0 110 6 3 3 0 010-6zm-9.5 1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm9.5 1a1 1 0 100 2 1 1 0 000-2zM5 0c1.46 0 2.527.668 3 2l.815 3.255a78.9 78.9 0 012.186.195L11 2h2l.001 3.688c.698.095 1.37.198 2.013.312.623.11.986.479.986 1v3.354a4.001 4.001 0 00-6.873 1.645H7.999l-.026-.002A4.5 4.5 0 00.659 9.01l-.654.001v-.829C.003 7.386.002 6.423 0 6.022 0 5.5.376 4.99 1 4.99V1a1 1 0 011-1h3zm1 2H3v2.99c1.29.024 2.554.069 3.781.135L6 2z"],Train:["M13 14h-1l1 2H3l1-2H3c-1.1 0-2-.9-2-2V2C1 .9 4.13 0 8 0s7 .9 7 2v10c0 1.1-.9 2-2 2zm-2-2h2v-2h-2v2zM9 7h4V3H9v4zm-6 5h2v-2H3v2zm0-5h4V3H3v4z"],Translate:["M15.89 14.56l-3.99-8h-.01c-.17-.33-.5-.56-.89-.56s-.72.23-.89.56h-.01L9 8.76 7.17 7.38l.23-.18C8.37 6.47 9 5.31 9 4V3h1c.55 0 1-.45 1-1s-.45-1-1-1H7c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H1c-.55 0-1 .45-1 1s.45 1 1 1h6v1c0 .66-.32 1.25-.82 1.61l-.68.51-.68-.5C4.32 5.25 4 4.66 4 4H2c0 1.31.63 2.47 1.6 3.2l.23.17L1.4 9.2l.01.01C1.17 9.4 1 9.67 1 10c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01 2.9-2.17 2.6 1.95-1.99 3.98h.01c-.07.13-.12.28-.12.44 0 .55.45 1 1 1 .39 0 .72-.23.89-.56h.01L8.62 14h4.76l.72 1.45h.01c.17.32.5.55.89.55.55 0 1-.45 1-1 0-.16-.05-.31-.11-.44zM9.62 12L11 9.24 12.38 12H9.62z"],Trash:["M14.49 3.99h-13c-.28 0-.5.22-.5.5s.22.5.5.5h.5v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-10h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm-8.5 9c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm3 0c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm3 0c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm2-12h-4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1h-4c-.55 0-1 .45-1 1v1h14v-1c0-.55-.45-1-1-1z"],Tree:["M9 11.857V16H7v-4.143L1 13l3.885-4.44L3 9l3.07-4.297L5 5l3-5 3 5-1.07-.297L13 9l-1.885-.44L15 13l-6-1.143z"],TrendingDown:["M15 7c-.55 0-1 .45-1 1v.59l-4.29-4.3A.997.997 0 009 4c-.16 0-.31.05-.44.11V4.1L5 5.88 1.45 4.11v.01C1.31 4.05 1.16 4 1 4c-.55 0-1 .45-1 1 0 .39.23.72.56.89v.01l4 2v-.01c.13.06.28.11.44.11s.31-.05.44-.11v.01L8.8 6.22 12.59 10H12c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1z"],TrendingUp:["M15 4h-3c-.55 0-1 .45-1 1s.45 1 1 1h.59L8.8 9.78 5.45 8.11v.01C5.31 8.05 5.16 8 5 8s-.31.05-.44.11V8.1l-4 2v.01c-.33.17-.56.5-.56.89 0 .55.45 1 1 1 .16 0 .31-.05.44-.11v.01L5 10.12l3.55 1.78v-.01c.14.06.29.11.45.11.28 0 .53-.11.71-.29L14 7.41V8c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1z"],Trophy:["M4 .917C4 .41 4.41 0 4.917 0h6.166c.507 0 .917.41.917.917V2h3a1 1 0 011 1v1a5 5 0 01-4.522 4.977A4.008 4.008 0 019 10.874V14h2a1 1 0 110 2H5a1 1 0 110-2h2v-3.126a4.008 4.008 0 01-2.478-1.897A5 5 0 010 4V3a1 1 0 011-1h3V.917zM4 4H2c0 1.306.835 2.417 2 2.83V4zm8 2.83V4h2a3.001 3.001 0 01-2 2.83z"],Truck:["M12.5 0a.5.5 0 01.5.5V9a1 1 0 011 1v2h.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5H13v1a1 1 0 01-2 0v-1H5v1a1 1 0 01-2 0v-1H1.5a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5H2v-2a1 1 0 011-1V.5a.5.5 0 011 0V3a2 2 0 012-2h4a2 2 0 012 2V.5a.5.5 0 01.5-.5zM9 8H7a1 1 0 00-1 1v2a1 1 0 001 1h2a1 1 0 001-1V9a1 1 0 00-1-1zm3.5 3h-1a.5.5 0 100 1h1a.5.5 0 100-1zm-8 0h-1a.5.5 0 100 1h1a.5.5 0 100-1zM9 9a.5.5 0 01.5.5v1l-.008.09A.5.5 0 019 11H7l-.09-.008a.5.5 0 01-.41-.492v-1l.008-.09A.5.5 0 017 9zm2-5H5v2h6V4z"],TwoColumns:["M3.99-.01h-3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-14c0-.55-.45-1-1-1zm11.71 7.3l-2-2a1.003 1.003 0 00-1.71.71v4a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71zM9.99-.01h-3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-14c0-.55-.45-1-1-1z"],Unarchive:["M13.382 0a1 1 0 01.894.553L16 4v11a1 1 0 01-1 1H1a1 1 0 01-1-1V4L1.724.553A1 1 0 012.618 0h10.764zM8 6c-.28 0-.53.11-.71.29l-2 2-.084.096A1.003 1.003 0 006.71 9.71l.29-.3V12l.007.116c.058.496.482.884.993.884.55 0 1-.45 1-1V9.41l.29.29.081.076A.97.97 0 0010 10a1.003 1.003 0 00.71-1.71l-2-2-.096-.084A1.002 1.002 0 008 6zm5-4H3L2 4h12l-1-2z"],Underline:["M8 14c2.8 0 5-2.2 5-5V3c0-.6-.4-1-1-1s-1 .4-1 1v6c0 1.7-1.3 3-3 3s-3-1.3-3-3V3c0-.6-.4-1-1-1s-1 .4-1 1v6c0 2.8 2.2 5 5 5zM13.5 15h-11c-.3 0-.5.2-.5.5s.2.5.5.5h11c.3 0 .5-.2.5-.5s-.2-.5-.5-.5z"],Undo:["M4 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm7-7H3.41L4.7 2.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3C.11 4.47 0 4.72 0 5c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L3.41 6H11c1.66 0 3 1.34 3 3s-1.34 3-3 3H7v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"],UngroupObjects:["M3.5 5C1.57 5 0 6.57 0 8.5S1.57 12 3.5 12 7 10.43 7 8.5 5.43 5 3.5 5zm9 0C10.57 5 9 6.57 9 8.5s1.57 3.5 3.5 3.5S16 10.43 16 8.5 14.43 5 12.5 5z"],UnknownVehicle:["M10.507 9.75v-3.5c0-.089.023-.171.051-.25h-7.55c-.176 0-.061-.824 0-1l.729-1.63c.06-.177.095-.37.27-.37h4.5V1.01c-.166-.003-.32-.01-.5-.01-2.72 0-4.036.402-4.036.402-.508.155-1.079.711-1.268 1.237L1.94 4.756H.887c-.483 0-.88.423-.88.939s.397.939.88.939h.376L1.008 7c-.034.685 0 1.436 0 2v5c0 .657.384 1 1 1s1-.343 1-1v-1h10v1c0 .657.383 1 1 1s1-.343 1-1v-3.5h-3.75a.75.75 0 01-.75-.75zm-5.5.25h-2V8h2v2zm11-4.305zM15.34.826a2.807 2.807 0 00-.932-.598c-.386-.16-.868-.241-1.445-.241-.447 0-.851.076-1.213.228-.362.153-.67.364-.926.636s-.456.592-.598.963a3.535 3.535 0 00-.218 1.144V3h1.789c.003-.208.023-.405.069-.588.049-.193.124-.362.225-.506.102-.144.232-.259.39-.345.159-.087.348-.13.567-.13.325 0 .58.09.762.272.183.18.275.46.275.839.008.222-.031.407-.116.555a1.654 1.654 0 01-.335.408 7.4 7.4 0 01-.452.37c-.162.123-.316.27-.463.438a2.556 2.556 0 00-.384.611c-.11.239-.177.535-.2.889V6h1.645v-.1c.032-.248.111-.453.237-.618.126-.164.27-.31.433-.438.163-.128.335-.255.518-.383a2.413 2.413 0 00.878-1.117c.102-.255.152-.58.152-.975A2.241 2.241 0 0015.34.826zM12.007 7v2h2V7h-2z"],Unlink:["M11.998.005a3.996 3.996 0 013.997 3.998c0 1.109-.46 2.088-1.19 2.808l.02.02-.999 1-.02-.02a3.97 3.97 0 01-2.052 1.114l-.93-.929 1.583-1.595 1-1-.01-.01c.36-.36.6-.849.6-1.398 0-1.1-.9-2-2-2-.55 0-1.039.24-1.399.6l-.01-.01L8 5.172l-.924-.925A4.041 4.041 0 018.19 2.194l-.02-.02 1-1 .02.02A3.934 3.934 0 0111.997.005zM2.293 2.293a1 1 0 011.414 0l10 10a1 1 0 01-1.414 1.414L8.936 10.35c.04.212.063.428.063.648 0 1.1-.46 2.089-1.189 2.808l.02.02-1 1-.02-.02a3.934 3.934 0 01-2.807 1.189 3.996 3.996 0 01-3.998-3.997c0-1.1.46-2.09 1.19-2.809l-.02-.02.999-1 .02.02a3.934 3.934 0 012.808-1.188c.223 0 .439.023.649.064L2.293 3.707a1 1 0 010-1.414zm5.71 7.124l.704.704-3.295 3.296-.01-.01c-.36.36-.85.6-1.4.6-1.099 0-1.998-.9-1.998-2 0-.55.24-1.039.6-1.399l-.01-.01 3.295-3.295.694.695-2.29 2.29a1.002 1.002 0 001.42 1.42l2.29-2.291zm.702-3.54l1.419 1.418 1.584-1.584a1.002 1.002 0 00-1.42-1.42L8.706 5.877z"],Unlock:["M11.99-.01c-2.21 0-4 1.79-4 4v3h-7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1h-3v-3c0-1.1.9-2 2-2s2 .9 2 2v1c0 .55.45 1 1 1s1-.45 1-1v-1c0-2.21-1.79-4-4-4z"],Unpin:["M9.39 1c-.5.5-.4 1.48.15 2.53L4.38 7.54C2.85 6.5 1.52 6.07 1 6.59l3.5 3.5c-.02.02-1.4 2.8-1.4 2.8l2.8-1.4 3.5 3.5c.53-.53.1-1.86-.95-3.38l4.02-5.16c1.04.55 2.01.65 2.51.14L9.39 1z"],Unresolve:["M11 3c-.55 0-1.07.09-1.57.26a6.46 6.46 0 010 9.48c.5.17 1.02.26 1.57.26 2.76 0 5-2.24 5-5s-2.24-5-5-5zM9.78 9.38l.09-.27c.08-.36.13-.73.13-1.11s-.05-.75-.13-1.11l-.09-.27a5.32 5.32 0 00-.29-.79l-.12-.21c-.14-.27-.31-.52-.51-.76a.7.7 0 00-.08-.1c-.24-.27-.49-.52-.78-.74-.43-.32-.92-.58-1.45-.75l.01-.01c-.1-.03-.2-.05-.3-.08-.12-.03-.23-.07-.36-.09A5.28 5.28 0 005 3C2.24 3 0 5.24 0 8s2.24 5 5 5c.31 0 .61-.04.9-.09.12-.02.24-.06.36-.09.1-.03.21-.04.3-.08l-.01-.01c.88-.29 1.64-.8 2.22-1.49.03-.03.06-.07.09-.1.19-.24.36-.49.51-.76.04-.07.08-.14.11-.21.13-.25.23-.52.3-.79z"],Updated:["M8 0a7.95 7.95 0 00-6 2.74V1c0-.55-.45-1-1-1S0 .45 0 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.54C4.64 2.78 6.22 2 8 2c3.31 0 6 2.69 6 6 0 2.61-1.67 4.81-4 5.63-.63.22-1.29.37-2 .37-3.31 0-6-2.69-6-6 0-.55-.45-1-1-1s-1 .45-1 1c0 4.42 3.58 8 8 8 .34 0 .67-.03 1-.07.02 0 .04-.01.06-.01C12.98 15.4 16 12.06 16 8c0-4.42-3.58-8-8-8zm3 5c-.28 0-.53.11-.71.29L7 8.58 5.71 7.29a1.003 1.003 0 00-1.42 1.42l2 2c.18.18.43.29.71.29.28 0 .53-.11.71-.29l4-4A1.003 1.003 0 0011 5z"],Upload:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3 8c-.28 0-.53-.11-.71-.29L9 6.41V12c0 .55-.45 1-1 1s-1-.45-1-1V6.41l-1.29 1.3a1.003 1.003 0 01-1.42-1.42l3-3C7.47 3.11 7.72 3 8 3s.53.11.71.29l3 3A1.003 1.003 0 0111 8z"],User:["M7.99-.01A7.998 7.998 0 00.03 8.77c.01.09.03.18.04.28.02.15.04.31.07.47.02.11.05.22.08.34.03.13.06.26.1.38.04.12.08.25.12.37.04.11.08.21.12.32a6.583 6.583 0 00.3.65c.07.14.14.27.22.4.04.07.08.13.12.2l.27.42.1.13a7.973 7.973 0 003.83 2.82c.03.01.05.02.07.03.37.12.75.22 1.14.29l.2.03c.39.06.79.1 1.2.1s.81-.04 1.2-.1l.2-.03c.39-.07.77-.16 1.14-.29.03-.01.05-.02.07-.03a8.037 8.037 0 003.83-2.82c.03-.04.06-.08.09-.13.1-.14.19-.28.28-.42.04-.07.08-.13.12-.2.08-.13.15-.27.22-.41.04-.08.08-.17.12-.26.06-.13.11-.26.17-.39.04-.1.08-.21.12-.32.04-.12.08-.24.12-.37.04-.13.07-.25.1-.38.03-.11.06-.22.08-.34.03-.16.05-.31.07-.47.01-.09.03-.18.04-.28.02-.26.04-.51.04-.78-.03-4.41-3.61-7.99-8.03-7.99zm0 14.4c-1.98 0-3.75-.9-4.92-2.31.67-.36 1.49-.66 2.14-.95 1.16-.52 1.04-.84 1.08-1.27.01-.06.01-.11.01-.17-.41-.36-.74-.86-.96-1.44v-.01c0-.01-.01-.02-.01-.02-.05-.13-.09-.26-.12-.39-.28-.05-.44-.35-.5-.63-.06-.11-.18-.38-.15-.69.04-.41.2-.59.38-.67v-.06c0-.51.05-1.24.14-1.72.02-.13.05-.26.09-.39.17-.59.53-1.12 1.01-1.49.49-.38 1.19-.59 1.82-.59.62 0 1.32.2 1.82.59.48.37.84.9 1.01 1.49.04.13.07.26.09.4.09.48.14 1.21.14 1.72v.07c.18.08.33.26.37.66.03.31-.1.58-.16.69-.06.27-.21.57-.48.62-.03.13-.07.26-.12.38 0 .01-.01.04-.01.04-.21.57-.54 1.06-.94 1.42 0 .06.01.13.01.19.04.43-.12.75 1.05 1.27.65.29 1.47.6 2.14.95a6.415 6.415 0 01-4.93 2.31z"],Variable:["M3.94 3.15c.47-.66 1.05-1.24 1.76-1.73l.13-.4c-1.11.45-2.05 1.01-2.84 1.7-1.02.88-1.8 1.9-2.32 3.05C.22 6.76 0 7.75 0 8.75c0 1.75.66 3.5 1.99 5.25l.13-.42c-.39-.94-.59-1.82-.59-2.63 0-1.28.22-2.64.67-4.1.45-1.45 1.03-2.69 1.74-3.7zm7.51 6.41l-.27-.15c-.3.41-.52.66-.66.77-.09.06-.21.1-.33.1-.15 0-.3-.1-.45-.28-.25-.33-.59-1.22-1.01-2.69.38-.65.69-1.08.95-1.28.19-.15.39-.22.59-.22.08 0 .22.03.43.08.2.06.39.08.54.08.22 0 .4-.07.54-.22.15-.15.22-.34.22-.57 0-.25-.07-.45-.22-.59-.15-.15-.35-.22-.63-.22-.24 0-.47.06-.69.17-.21.11-.49.36-.82.74-.25.28-.61.78-1.1 1.48a6.72 6.72 0 00-.97-2.38l-2.59.44-.05.27c.19-.04.36-.06.49-.06.26 0 .47.11.64.33.26.34.63 1.38 1.11 3.12-.37.49-.63.81-.77.96-.23.24-.41.4-.56.47-.11.06-.24.09-.39.09-.11 0-.29-.06-.53-.18-.17-.07-.32-.11-.45-.11-.25 0-.46.08-.62.24-.16.16-.24.37-.24.61 0 .23.08.42.23.57.15.15.35.22.61.22.25 0 .48-.05.7-.15.22-.1.49-.32.82-.65.33-.33.78-.86 1.36-1.59.22.69.42 1.19.58 1.51.16.31.35.54.56.68.21.14.47.21.79.21.31 0 .62-.11.93-.33.4-.29.82-.77 1.26-1.47zm2.56-8.54l-.12.42c.39.95.59 1.82.59 2.64 0 1.09-.17 2.26-.5 3.51-.26.96-.6 1.87-1.02 2.71-.42.85-.82 1.51-1.21 1.98-.39.48-.87.92-1.44 1.32l-.14.4c1.11-.45 2.05-1.02 2.84-1.7 1.03-.89 1.81-1.91 2.33-3.05.44-.99.66-1.99.66-3 0-1.73-.66-3.48-1.99-5.23z"],VerticalBarChartAsc:["M6 7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1zM2 9c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zm8-5c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1zm4-4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],VerticalBarChartDesc:["M6 4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1zM2 0c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm8 7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1zm4 2c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1z"],VerticalDistribution:["M1 2h14c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1s.45 1 1 1zm14 11H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM3 5c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H3z"],VerticalInbetween:["M16 0H0v1a1 1 0 001 1h14a1 1 0 001-1V0zM0 15v1h16v-1a1 1 0 00-1-1H1a1 1 0 00-1 1zM8.707 3.293a1 1 0 00-1.414 0l-2 2a1 1 0 001.414 1.414L8 5.414l1.293 1.293a1 1 0 001.414-1.414l-2-2zm-2 6a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l2-2a1 1 0 00-1.414-1.414L8 10.586 6.707 9.293z"],Video:["M15 2H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM5 11V5l6 3-6 3z"],Virus:["M11.918 11.107l.737.737.052-.051A1 1 0 0114.2 13.12l-.078.087-1.414 1.414a1 1 0 01-1.492-1.327l.029-.033-.863-.863c-.426.231-.89.402-1.38.502L9 14l.117.007A1 1 0 019 16H7l-.117-.007A1 1 0 017 14v-1.1a4.967 4.967 0 01-1.447-.539l-.846.846.078.087a1 1 0 01-1.492 1.327l-1.414-1.414-.078-.087a1 1 0 011.492-1.327l.744-.744A4.986 4.986 0 013.23 9.5H2a1 1 0 01-1.993.117L0 9.5v-2a1 1 0 011.993-.117L2 7.5h1.025a4.973 4.973 0 01.905-2.405l-.512-.513-.125.125A1 1 0 011.8 3.38l.078-.087 1.414-1.414a1 1 0 011.529 1.277l.573.575a4.969 4.969 0 011.604-.63V2l-.116-.007a1 1 0 010-1.986L7 0h2a1 1 0 01.117 1.993L9 2l.001 1.1c.639.13 1.233.381 1.757.73l.535-.537-.078-.087a1 1 0 011.492-1.327l1.414 1.414.078.087a1 1 0 01-1.492 1.327l-.535.536a4.97 4.97 0 01.803 2.257H14l.007-.117A1 1 0 0116 7.5v2l-.007.117A1 1 0 0114 9.5h-1.229a4.987 4.987 0 01-.853 1.607zM10 9a1 1 0 100 2 1 1 0 000-2zM6.5 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"],VolumeDown:["M9 2c-.28 0-.53.11-.71.29L5.59 5H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm3.57 1.44l-1.59 1.22C11.62 5.61 12 6.76 12 8s-.38 2.39-1.02 3.34l1.59 1.22C13.47 11.27 14 9.7 14 8c0-1.7-.53-3.27-1.43-4.56z"],VolumeOff:["M11 2c-.28 0-.53.11-.71.29L7.59 5H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],VolumeUp:["M7 1.86c-.28 0-.53.11-.71.29l-2.7 2.71H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2.59l2.71 2.71a1.003 1.003 0 001.71-.71v-10c-.01-.55-.46-1-1.01-1zm6.74-.99l-1.58 1.22A9.985 9.985 0 0114 7.86c0 2.16-.69 4.15-1.85 5.78l1.58 1.22c1.42-1.97 2.26-4.38 2.26-7 .01-2.61-.84-5.02-2.25-6.99zM8.98 4.52C9.62 5.48 10 6.63 10 7.86s-.38 2.39-1.02 3.34l1.59 1.22c.9-1.29 1.43-2.86 1.43-4.56 0-1.7-.53-3.27-1.43-4.56L8.98 4.52z"],Walk:["M13 8h-2c-.16 0-.31-.05-.44-.11v.01l-1.02-.51-.37 1.86 1.38.92-.01.02c.27.17.46.46.46.81v4c0 .55-.45 1-1 1s-1-.45-1-1v-3.46l-1.27-.85-1.8 4.67h-.01A.98.98 0 015 16c-.55 0-1-.45-1-1 0-.13.03-.25.07-.36h-.01L7.39 6H5.62l-.73 1.45h-.01C4.72 7.77 4.39 8 4 8c-.55 0-1-.45-1-1 0-.16.05-.31.11-.44H3.1l1-2h.01c.17-.33.5-.56.89-.56h3.16l.29-.75C8.17 2.9 8 2.47 8 2c0-1.1.9-2 2-2s2 .9 2 2c0 1-.73 1.82-1.69 1.97l-.5 1.32 1.43.71H13c.55 0 1 .45 1 1s-.45 1-1 1z"],WarningSign:["M15.84 13.5l.01-.01-7-12-.01.01c-.17-.3-.48-.5-.85-.5s-.67.2-.85.5l-.01-.01-7 12 .01.01c-.09.15-.15.31-.15.5 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 0-.19-.06-.35-.15-.5zm-6.85-.51h-2v-2h2v2zm0-3h-2v-5h2v5z"],WaterfallChart:["M8 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-4 4h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm7-6c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1zm4-3h-1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 10H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],Waves:["M3 1a1 1 0 01.894.553c.102.202.393.607.779.957.419.381.72.49.827.49.108 0 .408-.109.827-.49.386-.35.677-.755.779-.957a1 1 0 011.788 0c.102.202.393.607.779.957.419.381.72.49.827.49.108 0 .408-.109.827-.49.386-.35.677-.755.779-.957a1 1 0 011.788 0c.173.344.38.75.637 1.072.277.347.437.375.469.375a1 1 0 110 2c-.968 0-1.642-.64-2.03-1.125a4.755 4.755 0 01-.076-.097 6.093 6.093 0 01-.221.212C12.175 4.442 11.393 5 10.5 5c-.892 0-1.675-.558-2.173-1.01A6.243 6.243 0 018 3.67c-.105.11-.214.217-.327.32C7.175 4.442 6.393 5 5.5 5c-.892 0-1.675-.558-2.173-1.01a6.119 6.119 0 01-.221-.212l-.075.097C2.64 4.36 1.968 5 1 5a1 1 0 010-2c.032 0 .191-.028.47-.375.256-.321.463-.728.636-1.072A1 1 0 013 1zm0 5a1 1 0 01.894.553c.102.202.393.607.779.957.419.381.72.49.827.49.108 0 .408-.109.827-.49.386-.35.677-.755.779-.957a1 1 0 011.788 0c.102.202.393.607.779.957.419.381.72.49.827.49.108 0 .408-.109.827-.49.386-.35.677-.755.779-.957a1 1 0 011.788 0c.173.344.38.75.637 1.072.277.347.437.375.469.375a1 1 0 110 2c-.968 0-1.642-.639-2.03-1.125a4.726 4.726 0 01-.076-.097 6.093 6.093 0 01-.221.212c-.498.452-1.28 1.01-2.173 1.01-.892 0-1.675-.558-2.173-1.01A6.243 6.243 0 018 8.67c-.105.11-.214.217-.327.32C7.175 9.442 6.393 10 5.5 10c-.892 0-1.675-.558-2.173-1.01a6.119 6.119 0 01-.221-.212l-.075.097C2.64 9.36 1.968 10 1 10a1 1 0 010-2c.032 0 .191-.028.47-.375.256-.321.463-.728.636-1.072A1 1 0 013 6zm.894 5.553a1 1 0 00-1.788 0c-.173.344-.38.75-.637 1.072-.278.347-.437.375-.469.375a1 1 0 100 2c.968 0 1.642-.639 2.03-1.125a4.9 4.9 0 00.076-.097c.072.073.146.143.221.212.498.452 1.28 1.01 2.173 1.01.892 0 1.675-.558 2.173-1.01.113-.103.222-.21.327-.32.105.11.214.217.327.32.498.452 1.28 1.01 2.173 1.01.892 0 1.675-.558 2.173-1.01.075-.069.149-.14.221-.212a4.9 4.9 0 00.075.097C13.36 14.36 14.032 15 15 15a1 1 0 100-2c-.032 0-.191-.028-.47-.375-.256-.321-.463-.728-.636-1.072a1 1 0 00-1.788 0c-.102.202-.393.607-.779.957-.419.381-.72.49-.827.49-.108 0-.408-.109-.827-.49-.386-.35-.677-.755-.779-.957a1 1 0 00-1.788 0c-.102.202-.393.607-.779.957-.419.381-.72.49-.827.49-.108 0-.408-.109-.827-.49-.386-.35-.677-.755-.779-.957z"],Widget:["M13 11h2V5h-2v6zM3 5H1v6h2V5zm11-1c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM5 3h6V1H5v2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm3 15h6v-2H5v2z"],WidgetButton:["M1 3h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm1 2v6h12V5H2zm3 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],WidgetFooter:["M14 0H2c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H3v-3h10v3zm0-4H3V2h10v8z"],WidgetHeader:["M14 0H2c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H3V6h10v8zm0-9H3V2h10v3z"],Wind:["M10 4a2 2 0 112 2H4a1 1 0 000 2h8a4 4 0 10-4-4 1 1 0 002 0zM1 9a1 1 0 100 2h7.5a1.5 1.5 0 010 3c-.749 0-1.386-.538-1.52-1.199a1 1 0 10-1.96.398C5.35 14.82 6.83 16 8.5 16a3.5 3.5 0 100-7H1z"],Wrench:["M15.83 3.7l-3.06 3.05-2.84-.7-.7-2.83L12.29.17a5.004 5.004 0 00-4.83 1.29 4.967 4.967 0 00-1.12 5.36L.58 12.58c-.36.36-.58.86-.58 1.41 0 1.1.9 2 2 2 .55 0 1.05-.22 1.41-.59l5.77-5.77c1.79.69 3.91.33 5.35-1.12 1.32-1.3 1.74-3.15 1.3-4.81z"],ZoomIn:["M7.99 5.99v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2zm7.56 7.44l-2.67-2.68a6.94 6.94 0 001.11-3.76c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.42 3.76-1.11l2.68 2.67a1.498 1.498 0 102.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],ZoomOut:["M3.99 5.99c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-6zm11.56 7.44l-2.67-2.68a6.94 6.94 0 001.11-3.76c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.42 3.76-1.11l2.68 2.67a1.498 1.498 0 102.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],ZoomToFit:["M11 10a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42L12.59 8 11.3 9.29c-.19.18-.3.43-.3.71zM1 5c.55 0 1-.45 1-1V2h2c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v3c0 .55.45 1 1 1zm4 1a1.003 1.003 0 00-1.71-.71l-2 2C1.11 7.47 1 7.72 1 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L3.41 8 4.7 6.71c.19-.18.3-.43.3-.71zm1-1c.28 0 .53-.11.71-.29L8 3.41 9.29 4.7c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-2-2C8.53 1.11 8.28 1 8 1s-.53.11-.71.29l-2 2A1.003 1.003 0 006 5zm9 6c-.55 0-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm0-11h-3c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zM4 14H2v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm6-3c-.28 0-.53.11-.71.29L8 12.59 6.71 11.3A.965.965 0 006 11a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0010 11z"]},Symbol.toStringTag,{value:"Module"})),Iv=["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm5-9h-4V5c0-.55-.45-1-1-1s-1 .45-1 1v4H5c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1v-4h4c.55 0 1-.45 1-1s-.45-1-1-1z"],Wv=["M15 0a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0V6h-3a1 1 0 110-2h3V1a1 1 0 011-1zM1 4a1 1 0 00-1 1v4a1 1 0 002 0V6h3a1 1 0 000-2H1zM0 19a1 1 0 001 1h4a1 1 0 100-2H2v-3a1 1 0 10-2 0v4zm15 1h-4a1 1 0 110-2h3v-3a1 1 0 112 0v4a1 1 0 01-1 1zm-7-5a3 3 0 100-6 3 3 0 000 6z"],Uv=["M4 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H8V7c0-.55-.45-1-1-1s-1 .45-1 1v2H4c-.55 0-1 .45-1 1s.45 1 1 1zM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-7 18H2V2h10v16zm6 0h-5V2h5v16z"],Gv=["M10 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V7c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1zm9-11H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 18H2V2h5v16zm11 0H8V2h10v16z"],qv=["M10 0a1 1 0 010 2 8 8 0 108 8 1 1 0 012 0c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 6a4 4 0 110 8 4 4 0 010-8zm6-6c.6 0 1 .4 1 1v2h2c.6 0 1 .4 1 1s-.4 1-1 1h-2v2c0 .6-.4 1-1 1s-1-.4-1-1V5h-2c-.6 0-1-.4-1-1 0-.5.4-1 1-1h2V1c0-.6.4-1 1-1z"],Bv=["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V8h16v10zm0-11H2V2h16v5zM7 14h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1z"],Kv=["M7 8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1zm12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2v-5h16v5zm0-6H2V2h16v10z"],Yv=["M13 12H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zM1 6h9c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm12 2H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm6-4h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1z"],Xv=["M.01 10V6H20v10c0 .55-.45 1-1 1H9.995v-3.99C9.965 11.332 8.635 10 6.987 10H.01zM19 3c.55 0 1 .45.99 1v1H0V2c0-.55.45-1 1-1h5.997c.28 0 .53.11.71.29L9.414 3H19zM6.987 12c.55 0 .999.45 1.009 1.01v5c0 .55-.45 1-1 1s-.999-.45-.999-1v-2.59l-4.288 4.29a1.003 1.003 0 01-1.42-1.42L4.579 14H1.989c-.55 0-1-.45-1-1s.45-1 1-1h4.998z"],Zv=["M2.296 12.163a4.492 4.492 0 00-1.792.98A9.99 9.99 0 010 10C0 4.477 4.477 0 10 0a9.99 9.99 0 013.143.504 4.492 4.492 0 00-.98 1.792 8 8 0 00-9.867 9.867zM18 10c0-.75-.103-1.475-.296-2.163a4.491 4.491 0 001.792-.98C19.823 7.847 20 8.903 20 10c0 5.523-4.477 10-10 10a9.992 9.992 0 01-3.142-.504 4.491 4.491 0 00.98-1.792A8 8 0 0018 10zM19 3.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM6 16.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z","M10 4a1 1 0 00-1 1v3a1 1 0 002 0V5a1 1 0 00-1-1zM11 10a1 1 0 011-1h3a1 1 0 010 2h-3a1 1 0 01-1-1zM4 10a1 1 0 011-1h3a1 1 0 010 2H5a1 1 0 01-1-1zM9 12a1 1 0 012 0v3a1 1 0 01-2 0v-3z"],Jv=["M20 2c0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-4.84 4.84L2 1 1 3l7.53 5.64L4.17 13H1l-1 1 4 2 2 4 1-1v-3.17l4.36-4.36L17 19l2-1-4.43-9.74 4.84-4.84c.37-.37.59-.87.59-1.42z"],Qv=["M5 5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H5zM1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm12 12c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h6zm4 2H3c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm2-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],eh=["M1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 14H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-12H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],th=["M1 7h10c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 14H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm4-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM1 15h6c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],rh=["M19 17H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 10h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H9c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],nh=["M12 16h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1zm7 2H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM4 16h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1z"],oh=["M19 9h-2V7c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H9V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h2v6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-6h2v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1z"],ah=["M1 0C.45 0 0 .45 0 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm11 11H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm7-8H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],ih=["M19 0c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-4 11H8c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm0-8H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],lh=["M8 4H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm11-4H1C.45 0 0 .45 0 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm-3 4h-4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],ch=["M17 3h-6V1c0-.55-.45-1-1-1S9 .45 9 1v2H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h6v2H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-2V9h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],sh=["M6 6v-.172C6 4.018 5.28 2.281 4 1a6.828 6.828 0 00-2 4.828V6h4zM6 18v1H2v-1h4zM6 17V7H2v10h4zM8 19v-1h4v1H8zM12 5.828V6H8v-.172c0-1.81.72-3.547 2-4.828 1.28 1.28 2 3.017 2 4.828zM12 7v10H8V7h4zM14 18v1h4v-1h-4zM18 6v-.172c0-1.81-.72-3.547-2-4.828a6.828 6.828 0 00-2 4.828V6h4zM18 17V7h-4v10h4z"],uh=["M11 5.83a3.001 3.001 0 10-2 0V7H6v2h3v8.917a6.003 6.003 0 01-4.985-5.488l.278.278a1 1 0 001.414-1.414l-2-2a1 1 0 00-1.414 0l-2 2a1 1 0 101.414 1.414l.303-.303a8 8 0 0015.98 0l.303.303a1 1 0 001.414-1.414l-2-2a1 1 0 00-1.414 0l-2 2a1 1 0 001.414 1.414l.278-.278A6.003 6.003 0 0111 17.917V9h3V7h-3V5.83zM11 3a1 1 0 11-2 0 1 1 0 012 0z"],dh=["M9.41 13.41l7.65-7.65-2.83-2.83-7.65 7.65 2.83 2.83zm10-10c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-1.65 1.65 2.83 2.83 1.64-1.66zM18 18H2V2h8.93l2-2H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7.07l-2 2V18zM4 16l4.41-1.59-2.81-2.79L4 16z"],fh=["M2.01 10.758a8.025 8.025 0 001.01 3.204l.02.035c.034.058.061.117.084.178.163.44.054.951-.33 1.239-.435.328-1.059.242-1.342-.224a9.797 9.797 0 01-.221-.383 10 10 0 1117.48.106c-.269.474-.89.58-1.335.267-.392-.275-.518-.783-.37-1.228a1.19 1.19 0 01.078-.18l.019-.036A8.026 8.026 0 102.01 10.758zm4.272.772a1.464 1.464 0 01.091.32c.07.425-.052.87-.402 1.128-.44.325-1.068.235-1.316-.252a6 6 0 1110.734-.09c-.24.492-.867.593-1.312.275-.354-.253-.483-.695-.42-1.122a1.462 1.462 0 01.085-.321 4.021 4.021 0 00-5.87-4.878 4.02 4.02 0 00-1.59 4.94zm4.712 2.583A.999.999 0 0011 14v-4a1 1 0 10-2 0v4c0 .038.002.076.006.113l-3.753 4.223a1 1 0 001.494 1.328L10 16.005l3.252 3.66a1 1 0 101.495-1.33l-3.753-4.222z"],ph=["M19 0a1 1 0 011 1v18a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h18zM8 6a1 1 0 00-1.993-.117L6 6v8a1 1 0 001.993.117L8 14v-3h4v3a1 1 0 001.993.117L14 14V6a1 1 0 00-1.993-.117L12 6v3H8V6z"],vh=["M3.5 9h9c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-9c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5zM19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm-1 16H2V6h16v11zM3.5 13h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5z"],hh=["M15 5H1c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 13H2V8h12v10zM3.5 10h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5zM19 0H5c-.55 0-1 .45-1 1v3h2V3h12v10h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],bh=["M16.434 0a1 1 0 01.857.486L20 5v14a1 1 0 01-1 1H1a1 1 0 01-1-1V5L2.709.486A1 1 0 013.566 0h12.868zM10 8c-.55 0-1 .45-1 1v4.58l-1.29-1.29-.081-.073A.996.996 0 007 11.99a1.003 1.003 0 00-.71 1.71l3 3 .096.084c.168.13.38.206.614.206.28 0 .53-.11.71-.29l3-3 .084-.096a1.003 1.003 0 00-1.504-1.324L11 13.58V9l-.007-.116A1.004 1.004 0 0010 8zm6-6H4L2 5.002h16L16 2z"],mh=["M5 4.664C5 2.09 7.241 0 10 0s4.99 2.091 5 4.664C15 7.245 10 14 10 14S5 7.245 5 4.664zM8 5a2 2 0 104.001-.001A2 2 0 008 5zM.504 12.132l4.302-2.458c.322.576.662 1.145.995 1.681l.025.04-3.294 1.881L6.468 18h7.064l3.936-4.724-3.293-1.882.024-.039c.333-.536.673-1.105.995-1.681l4.302 2.458a1 1 0 01.272 1.508l-5 6A1 1 0 0114 20H6a1 1 0 01-.768-.36l-5-6a1 1 0 01.272-1.508z"],gh=["M19 0a1 1 0 01.993.883L20 1v18a1 1 0 01-.883.993L19 20h-4a1 1 0 01-.117-1.993L15 18h3V2h-3a1 1 0 01-.993-.883L14 1a1 1 0 01.883-.993L15 0h4zM5 0a1 1 0 01.117 1.993L5 2H2v16h3a1 1 0 01.993.883L6 19a1 1 0 01-.883.993L5 20H1a1 1 0 01-.993-.883L0 19V1A1 1 0 01.883.007L1 0h4zm5 9a1 1 0 110 2 1 1 0 010-2zM6 9a1 1 0 110 2 1 1 0 010-2zm8 0a1 1 0 110 2 1 1 0 010-2z"],yh=["M19 0a1 1 0 01.993.883L20 1v18a1 1 0 01-.883.993L19 20h-4a1 1 0 01-.117-1.993L15 18h3V2h-3a1 1 0 01-.993-.883L14 1a1 1 0 01.883-.993L15 0h4zM5 0a1 1 0 01.117 1.993L5 2H2v16h3a1 1 0 01.993.883L6 19a1 1 0 01-.883.993L5 20H1a1 1 0 01-.993-.883L0 19V1A1 1 0 01.883.007L1 0h4zm10 7a1 1 0 01.993.883L16 8v4a1 1 0 01-.883.993L15 13H5a1 1 0 01-.993-.883L4 12V8a1 1 0 01.883-.993L5 7h10zm0 1h-5v4h5V8z"],wh=["M19 0a1 1 0 01.993.883L20 1v18a1 1 0 01-.883.993L19 20h-4a1 1 0 01-.117-1.993L15 18h3V2h-3a1 1 0 01-.993-.883L14 1a1 1 0 01.883-.993L15 0h4zM5 0a1 1 0 01.117 1.993L5 2H2v16h3a1 1 0 01.993.883L6 19a1 1 0 01-.883.993L5 20H1a1 1 0 01-.993-.883L0 19V1A1 1 0 01.883.007L1 0h4zm2.5 5a.5.5 0 01.5.5V6h4v-.5a.5.5 0 01.5-.5h1a.5.5 0 01.5.5V6h1a1 1 0 01.993.883L16 7v7a1 1 0 01-.883.993L15 15H5a1 1 0 01-.993-.883L4 14V7a1 1 0 01.883-.993L5 6h1v-.5a.5.5 0 01.5-.5h1zM15 9H5v5h10V9z"],xh=["M19.992 1.104A1.25 1.25 0 0018.75 0H15c-.47 0-1 .359-1 1s.5 1 1.023 1h3L18 18h-3c-.5 0-1 .359-1 1 0 .69.5 1 1 1h3.75l.146-.008A1.25 1.25 0 0020 18.75V1.25l-.008-.146zM6 1c0-.69-.5-1-1-1H1.25l-.146.008A1.25 1.25 0 000 1.25v17.5l.008.146A1.25 1.25 0 001.25 20H5c.5 0 1-.359 1-1s-.5-1-1-1H2V2h3c.5 0 1-.359 1-1z","M5.434 7.325c-.222.039-.45.058-.684.058v.88h1.68v4.825h1.221V6.25h-.908c-.04.208-.124.384-.254.528-.124.143-.277.26-.46.351a2.067 2.067 0 01-.595.196z","M14.327 6.586c-.294-.219-.677-.329-1.147-.329s-.856.11-1.157.33a2.24 2.24 0 00-.695.827 3.822 3.822 0 00-.339 1.1c-.056.401-.085.79-.085 1.166 0 .376.029.765.085 1.166.063.401.176.77.339 1.11.169.332.4.607.695.827.301.213.687.32 1.157.32s.853-.107 1.147-.32c.301-.22.533-.495.696-.828.17-.338.282-.708.338-1.11a7.55 7.55 0 00.094-1.165 7.55 7.55 0 00-.094-1.166 3.47 3.47 0 00-.338-1.1 2.127 2.127 0 00-.696-.828zm-.564 5.426a.876.876 0 01-.583.197.89.89 0 01-.592-.197 1.516 1.516 0 01-.367-.546 3.485 3.485 0 01-.188-.808 8.056 8.056 0 01-.057-.978c0-.345.02-.668.057-.969.037-.307.1-.576.188-.808.094-.232.216-.414.367-.546a.864.864 0 01.592-.206.85.85 0 01.583.206c.157.132.279.314.367.546.094.232.16.501.197.808.038.301.056.624.056.969s-.018.67-.056.978a3.179 3.179 0 01-.197.808c-.088.226-.21.408-.367.546z","M8.853 11.807h1.358v1.319H8.853v-1.32z"],Ch=["M19 0a1 1 0 01.993.883L20 1v18a1 1 0 01-.883.993L19 20h-4a1 1 0 01-.117-1.993L15 18h3V2h-3a1 1 0 01-.993-.883L14 1a1 1 0 01.883-.993L15 0h4zM5 0a1 1 0 01.117 1.993L5 2H2v16h3a1 1 0 01.993.883L6 19a1 1 0 01-.883.993L5 20H1a1 1 0 01-.993-.883L0 19V1A1 1 0 01.883.007L1 0h4zm8.995 6.09c.32 0 .603.047.85.14a1.679 1.679 0 011.015.985c.09.23.135.482.135.755 0 .287-.063.552-.19.795a1.642 1.642 0 01-.57.615v.02l.101.05c.068.039.138.09.209.155.107.097.203.215.29.355a2.09 2.09 0 01.3 1.09c0 .313-.053.597-.16.85a1.898 1.898 0 01-1.12 1.065 2.42 2.42 0 01-.85.145c-.533 0-.99-.127-1.37-.38a1.702 1.702 0 01-.73-1.08c-.013-.067.013-.11.08-.13l.87-.2.041-.003c.038.004.064.028.079.073.073.2.193.37.36.51.167.14.39.21.67.21.32 0 .567-.095.74-.285.173-.19.26-.432.26-.725 0-.347-.1-.618-.3-.815-.2-.197-.47-.295-.81-.295h-.29l-.044-.006c-.037-.013-.056-.044-.056-.094V9.1l.006-.044c.013-.037.044-.056.094-.056h.27l.145-.008a.925.925 0 00.575-.262c.18-.18.27-.42.27-.72 0-.273-.08-.495-.24-.665-.16-.17-.383-.255-.67-.255-.253 0-.453.063-.6.19-.147.127-.25.297-.31.51-.02.06-.06.083-.12.07l-.85-.2-.042-.015c-.035-.02-.048-.055-.038-.105a1.684 1.684 0 01.645-1.035c.17-.13.37-.232.6-.305.23-.073.482-.11.755-.11zm-7.99.11l.044.006c.037.013.056.044.056.094v6.6l-.006.044c-.013.037-.044.056-.094.056h-.92l-.044-.006c-.037-.013-.056-.044-.056-.094V7.54h-.02l-1.04.73-.04.02c-.047.016-.07-.01-.07-.08V7.19l.008-.051a.196.196 0 01.062-.089l1.09-.79.051-.033a.295.295 0 01.129-.027h.85zm3.34-.11c.32 0 .603.05.85.15.247.1.455.235.625.405.17.17.3.37.39.6.09.23.135.478.135.745 0 .307-.057.588-.17.845a3.16 3.16 0 01-.47.745l-1.98 2.4V12h2.52l.044.006c.037.013.056.044.056.094v.8l-.006.044c-.013.037-.044.056-.094.056h-3.82l-.044-.006c-.037-.013-.056-.044-.056-.094v-.75l.006-.05a.165.165 0 01.044-.08l2.4-2.99.124-.167c.077-.11.143-.222.196-.333.08-.167.12-.347.12-.54a.92.92 0 00-.235-.64c-.157-.173-.378-.26-.665-.26-.273 0-.487.077-.64.23-.153.153-.247.36-.28.62-.013.067-.05.093-.11.08l-.88-.18-.043-.015c-.035-.02-.047-.055-.037-.105a1.78 1.78 0 01.56-1.115c.167-.157.372-.282.615-.375a2.35 2.35 0 01.845-.14z"],zh=["M19 0a1 1 0 01.993.883L20 1v18a1 1 0 01-.883.993L19 20h-4a1 1 0 01-.117-1.993L15 18h3V2h-3a1 1 0 01-.993-.883L14 1a1 1 0 01.883-.993L15 0h4zM5 0a1 1 0 01.117 1.993L5 2H2v16h3a1 1 0 01.993.883L6 19a1 1 0 01-.883.993L5 20H1a1 1 0 01-.993-.883L0 19V1A1 1 0 01.883.007L1 0h4zm2.012 6c.643 0 1.203.266 1.68.797.477.53.715 1.246.715 2.145a4.472 4.472 0 01-.965 2.814c-.644.83-1.66 1.5-3.047 2.011v-.581l.26-.104a3.87 3.87 0 001.624-1.285c.457-.632.686-1.29.686-1.971 0-.148-.023-.256-.07-.326-.023-.047-.054-.07-.093-.07-.038 0-.1.031-.186.093-.248.179-.558.268-.93.268-.45 0-.843-.18-1.18-.541A1.817 1.817 0 015 7.965c0-.527.194-.986.581-1.378A1.934 1.934 0 017.011 6zm5.593 0c.643 0 1.203.266 1.68.797.477.53.715 1.246.715 2.145a4.472 4.472 0 01-.965 2.814c-.644.83-1.659 1.5-3.047 2.011v-.581l.26-.104a3.87 3.87 0 001.624-1.285c.457-.632.686-1.29.686-1.971 0-.148-.023-.256-.07-.326-.023-.047-.054-.07-.093-.07-.038 0-.1.031-.186.093-.248.179-.558.268-.93.268-.45 0-.843-.18-1.18-.541a1.817 1.817 0 01-.506-1.285c0-.527.194-.986.581-1.378A1.934 1.934 0 0112.604 6z"],Mh=["M19 0a1 1 0 01.993.883L20 1v18a1 1 0 01-.883.993L19 20h-4a1 1 0 01-.117-1.993L15 18h3V2h-3a1 1 0 01-.993-.883L14 1a1 1 0 01.883-.993L15 0h4zM5 0a1 1 0 01.117 1.993L5 2H2v16h3a1 1 0 01.993.883L6 19a1 1 0 01-.883.993L5 20H1a1 1 0 01-.993-.883L0 19V1A1 1 0 01.883.007L1 0h4zm5 4a6 6 0 110 12 6 6 0 010-12zm0 1a5 5 0 100 10 5 5 0 000-10zm2.854 2.146a.5.5 0 01.057.638l-.057.07-2.5 2.5a.5.5 0 01-.638.057l-.07-.057-1.5-1.5a.5.5 0 01.638-.765l.07.057L10 9.293l2.146-2.147a.5.5 0 01.708 0z"],Th=["M18 3a1.003 1.003 0 00-1.71-.71L4 14.59V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H5.41l12.3-12.29c.18-.18.29-.43.29-.71z"],Oh=["M17 6c-.55 0-1 .45-1 1v7.59L3.71 2.29a1.003 1.003 0 00-1.42 1.42L14.59 16H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],Ph=["M16 11c-.3 0-.5.1-.7.3L11 15.6V2c0-.5-.4-1-1-1s-1 .5-1 1v13.6l-4.3-4.3c-.2-.2-.4-.3-.7-.3-.5 0-1 .4-1 1 0 .3.1.5.3.7l6 6c.2.2.4.3.7.3s.5-.1.7-.3l6-6c.2-.2.3-.4.3-.7 0-.6-.5-1-1-1z"],Vh=["M18 9H4.41L8.7 4.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 001.42-1.42L4.41 11H18c.55 0 1-.45 1-1s-.45-1-1-1z"],Sh=["M18.71 9.29l-6-6a1.003 1.003 0 00-1.42 1.42L15.59 9H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],_h=["M17.71 16.29L5.41 4H13c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1s1-.45 1-1V5.41L16.29 17.7c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],Lh=["M17 2H7c-.55 0-1 .45-1 1s.45 1 1 1h7.59L2.29 16.29a1.003 1.003 0 001.42 1.42L16 5.41V13c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1z"],Hh=["M16.7 7.3l-6-6c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3L9 4.4V18c0 .5.4 1 1 1s1-.5 1-1V4.4l4.3 4.3c.2.2.4.3.7.3.5 0 1-.4 1-1 0-.3-.1-.5-.3-.7z"],Ah=["M19.7 9.3l-5-5c-.2-.2-.4-.3-.7-.3-.6 0-1 .4-1 1 0 .3.1.5.3.7L16.6 9H3.4l3.3-3.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-5 5c-.2.2-.3.4-.3.7s.1.5.3.7l5 5c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7L3.4 11h13.2l-3.3 3.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l5-5c.2-.2.3-.4.3-.7s-.1-.5-.3-.7z"],Eh=["M15 13c-.3 0-.5.1-.7.3L11 16.6V3.4l3.3 3.3c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7l-5-5c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3l-5 5c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3L9 3.4v13.2l-3.3-3.3c-.2-.2-.4-.3-.7-.3-.6 0-1 .4-1 1 0 .3.1.5.3.7l5 5c.2.2.4.3.7.3s.5-.1.7-.3l5-5c.2-.2.3-.4.3-.7 0-.5-.4-1-1-1z"],kh=["M18.52 14.17l.01-.02L11.89 10l6.64-4.15-.01-.02A.97.97 0 0019 5c0-.55-.45-1-1-1-.2 0-.37.07-.52.17l-.01-.02L11 8.2V1c0-.55-.45-1-1-1S9 .45 9 1v7.2L2.53 4.15l-.01.02A.922.922 0 002 4c-.55 0-1 .45-1 1 0 .36.2.66.48.83l-.01.02L8.11 10l-6.64 4.15.01.02A.97.97 0 001 15c0 .55.45 1 1 1 .2 0 .37-.07.52-.17l.01.02L9 11.8V19c0 .55.45 1 1 1s1-.45 1-1v-7.2l6.47 4.04.01-.02c.15.11.32.18.52.18.55 0 1-.45 1-1 0-.36-.2-.66-.48-.83z"],Rh=["M12.298 6.818a6.507 6.507 0 00-1.672-.207c-1.057 0-1.881.345-2.472 1.036-.589.691-.884 1.63-.884 2.817 0 1.894.755 2.842 2.266 2.842 1.593 0 2.464-1.192 2.614-3.574l.148-2.914zm6.544-2.592C19.614 5.58 20 7.142 20 8.916c0 1.163-.186 2.224-.556 3.189-.374.963-.894 1.713-1.569 2.25a3.64 3.64 0 01-2.333.803c-.651 0-1.218-.17-1.696-.512a2.486 2.486 0 01-.967-1.39h-.148c-.405.635-.904 1.11-1.498 1.427-.596.318-1.264.475-2.007.475-1.345 0-2.405-.425-3.175-1.279-.774-.854-1.159-2.008-1.159-3.463 0-1.676.512-3.036 1.537-4.08 1.021-1.043 2.396-1.567 4.122-1.567.628 0 1.322.055 2.086.164.764.11 1.443.262 2.037.458l-.272 5.67v.294c0 1.3.43 1.951 1.289 1.951.652 0 1.169-.414 1.553-1.245.384-.829.577-1.886.577-3.171 0-1.39-.291-2.611-.868-3.664a5.948 5.948 0 00-2.463-2.433c-1.065-.569-2.287-.853-3.667-.853-1.757 0-3.287.357-4.588 1.072a7.19 7.19 0 00-2.978 3.069C2.571 7.408 2.23 8.953 2.23 10.708c0 2.358.639 4.172 1.92 5.438 1.279 1.27 3.115 1.902 5.509 1.902 1.826 0 3.729-.365 5.71-1.096v2.001c-1.734.698-3.62 1.047-5.66 1.047-3.056 0-5.437-.811-7.144-2.432C.855 15.945 0 13.683 0 10.781 0 8.659.462 6.77 1.388 5.116c.923-1.653 2.206-2.919 3.845-3.798C6.871.44 8.727 0 10.799 0c1.791 0 3.388.367 4.786 1.098a7.865 7.865 0 013.257 3.128z"],Nh=["M10 18c-4.42 0-8-3.58-8-8 0-2.52 1.18-4.76 3-6.22V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1h2.06C1.61 3.82 0 6.71 0 10c0 5.52 4.48 10 10 10 .55 0 1-.45 1-1s-.45-1-1-1zm0-16c1.64 0 3.15.49 4.42 1.34l1.43-1.43A9.869 9.869 0 0010 0c-.55 0-1 .45-1 1s.45 1 1 1zm10 8c0-1.13-.2-2.21-.54-3.22L17.84 8.4A7.962 7.962 0 0115 16.22V15c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-2.06c2.45-1.82 4.06-4.71 4.06-8zm0-7a1.003 1.003 0 00-1.71-.71L12 8.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l7-7c.18-.18.29-.43.29-.71z"],jh=["M2 15h2v.5a.5.5 0 001 0v-11a.5.5 0 00-1 0V5H2v10zM18 5h-2v-.5a.5.5 0 00-1 0v11a.5.5 0 001 0V15h2V5zM5 8l1.789.894A1 1 0 007.236 9h5.528a1 1 0 00.447-.106L15 8v4l-1.789-.894a.999.999 0 00-.447-.106H7.236a1 1 0 00-.447.106L5 12V8zM0 9h2v2H0V9z","M0 8h1v4H0V8zM19 8h1v4h-1V8z","M20 11h-2V9h2v2zM8 9a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H9a1 1 0 01-1-1V9z"],$h=["M18.387 19.79l-.094-.083L14 15.415V18a1 1 0 01-2 0l.003-5.075.017-.126.03-.111.044-.111.052-.098.067-.096.08-.09a1.01 1.01 0 01.112-.097l.11-.071.114-.054.105-.035.15-.03L13 12h5a1 1 0 110 2h-2.585l4.292 4.293a1 1 0 01-1.32 1.497zM7.036 9.136l-4.45 4.45-.117.127a2 2 0 002.818 2.818l.127-.117 4.45-4.449a4 4 0 01-.885 3.704l-.15.16-2 2A4 4 0 011.02 12.33l.15-.16 2-2a3.998 3.998 0 013.865-1.035zm6.671-3.843a1 1 0 01.083 1.32l-.083.094-7 7a1 1 0 01-1.497-1.32l.083-.094 7-7a1 1 0 011.414 0zm4.121-4.121a4 4 0 01.151 5.497l-.15.16-2 2a3.998 3.998 0 01-3.864 1.036l4.45-4.45.116-.128a2 2 0 00-2.818-2.818l-.127.117-4.45 4.45a4 4 0 01.885-3.705l.15-.16 2-2a4 4 0 015.657 0z"],Dh=["M16.94 5.73c-.19-1.41.62-2.52 1.38-3.59L17.03.65C14.89 1.76 11.88 1.48 10 0 8.12 1.48 5.11 1.76 2.97.65L1.68 2.14c.76 1.07 1.57 2.18 1.38 3.59C2.68 8.59 0 10.94 1.4 14.08c.56 1.43 1.81 2.37 3.4 2.75 1.95.46 4.4.91 5.2 3.17.8-2.26 3.25-2.71 5.2-3.17 1.6-.38 2.84-1.32 3.4-2.75 1.4-3.14-1.28-5.49-1.66-8.35z"],Fh=["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm5 11H5c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"],Ih=["M19.2 8.02l-.78-.18C18.03 6.4 17.2 5.08 16.08 4l.5-2.28c.11-.42-.22-.78-.61-.72-1.06.12-2 .54-2.67 1.26-1.06-.42-2.34-.66-3.56-.66-3.12 0-5.79 1.5-7.4 3.72-.23-.05-.45-.11-.67-.11C.72 5.21 0 5.98 0 7c0 .72.39 1.32.95 1.62-.06.42-.12.9-.12 1.38 0 2.16.89 4.08 2.28 5.58l-.33 2.04c-.11.72.45 1.38 1.12 1.38h.72c.56 0 1-.42 1.11-1.02l.06-.48c1.17.54 2.5.9 3.95.9 1.39 0 2.78-.3 3.95-.9l.06.48c.11.6.56 1.02 1.11 1.02h.72c.67 0 1.22-.66 1.11-1.38l-.33-1.98c.78-.78 1.34-1.74 1.73-2.76l1-.24c.5-.12.89-.6.89-1.2V9.22c.11-.6-.28-1.08-.78-1.2zM15 10c-.6 0-1-.7-1-1.5S14.4 7 15 7s1 .7 1 1.5-.4 1.5-1 1.5zM7.55 5.83a.99.99 0 01-1.38-.28.99.99 0 01.28-1.38c2.34-1.56 4.77-1.56 7.11 0 .46.31.58.93.28 1.39-.31.46-.93.58-1.39.28-1.67-1.12-3.23-1.12-4.9-.01z"],Wh=["M6 16.98h2v-14H6v14zm3 0h1v-14H9v14zm-6 0h2v-14H3v14zm-3 0h2v-14H0v14zm16 0h2v-14h-2v14zm-4 0h1v-14h-1v14zm7-14v14h1v-14h-1zm-5 14h1v-14h-1v14z"];var Uh=[];const hi=Object.freeze(Object.defineProperty({__proto__:null,Add:Iv,AddClip:Wv,AddColumnLeft:Uv,AddColumnRight:Gv,AddLocation:qv,AddRowBottom:Bv,AddRowTop:Kv,AddToArtifact:Yv,AddToFolder:Xv,AimpointsTarget:Zv,Airplane:Jv,AlignCenter:Qv,AlignJustify:eh,AlignLeft:th,AlignRight:rh,AlignmentBottom:nh,AlignmentHorizontalCenter:oh,AlignmentLeft:ah,AlignmentRight:ih,AlignmentTop:lh,AlignmentVerticalCenter:ch,Ammunition:sh,Anchor:uh,Annotation:dh,Antenna:fh,AppHeader:ph,Application:vh,Applications:hh,Archive:bh,AreaOfInterest:mh,Array:gh,ArrayBoolean:yh,ArrayDate:wh,ArrayFloatingPoint:xh,ArrayNumeric:Ch,ArrayString:zh,ArrayTimestamp:Mh,ArrowBottomLeft:Th,ArrowBottomRight:Oh,ArrowDown:Ph,ArrowLeft:Vh,ArrowRight:Sh,ArrowTopLeft:_h,ArrowTopRight:Lh,ArrowUp:Hh,ArrowsHorizontal:Ah,ArrowsVertical:Eh,Asterisk:kh,At:Rh,AutomaticUpdates:Nh,Axle:jh,Backlink:$h,Badge:Dh,BanCircle:Fh,BankAccount:Ih,Barcode:Wh,Blank:Uh,BlockedPerson:["M11.55 15.92c-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.06-.11.14-.35.17-.62C10.33 9.42 8.92 7.38 8.92 5c0-.3.05-.58.09-.87-.33-.08-.67-.13-.99-.13-.79 0-1.68.25-2.31.73-.61.47-1.07 1.13-1.29 1.86-.05.16-.09.33-.11.5-.12.6-.17 1.51-.17 2.14v.08c-.24.09-.45.32-.49.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59C3 16.56.77 17.26.32 18.31-.15 19.38.04 20 .04 20h15.95s.18-.62-.27-1.67c-.46-1.06-2.69-1.75-4.17-2.41zM14.97 0c-2.78 0-5.03 2.24-5.03 5s2.25 5 5.03 5S20 7.76 20 5s-2.25-5-5.03-5zm-3.03 5c0-1.66 1.35-3 3.02-3 .47 0 .9.11 1.29.3l-4.01 3.99c-.18-.4-.3-.83-.3-1.29zm3.03 3c-.47 0-.9-.11-1.29-.3l4.01-3.99c.19.39.3.82.3 1.29 0 1.66-1.36 3-3.02 3z"],Bold:["M14.3 9c.4-.8.7-1.6.7-2.5C15 4 13 2 10.5 2H5c-.6 0-1 .4-1 1v13c0 .6.4 1 1 1h6.5c2.5 0 4.5-2 4.5-4.5 0-1.4-.7-2.7-1.7-3.5zM7 5h3.5c.8 0 1.5.7 1.5 1.5S11.3 8 10.5 8H7V5zm4.5 9H7v-3h4.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z"],Book:["M3 1v18c0 .55.45 1 1 1h2V0H4c-.55 0-1 .45-1 1zm14-1h-2v8l-2-2-2 2V0H7v20h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],Bookmark:["M6 0c-.55 0-1 .45-1 1v18c0 .55.32.68.71.29L9.3 15.7a.996.996 0 011.41 0l3.59 3.59c.38.39.7.26.7-.29v-8-4.5V1c0-.55-.45-1-1-1H6z"],Box:["M19.89 6.56l-2.99-6h-.01C16.72.23 16.39 0 16 0H4c-.39 0-.72.23-.89.56H3.1l-3 6h.01C.05 6.69 0 6.84 0 7v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7c0-.16-.05-.31-.11-.44zM11 2h4.38l2 4H11V2zM4.62 2H9v4H2.62l2-4zM18 18H2V8h16v10zM8 12h4c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1z"],Briefcase:["M19 5h-4V2c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v3H1c-.55 0-1 .45-1 1v5h4v-1h2v1h8v-1h2v1h4V6c0-.55-.45-1-1-1zm-6 0H7V3h6v2zm3 8h-2v-1H6v1H4v-1H0v6c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-6h-4v1z"],BringData:["M18 18a1 1 0 010 2H2a1 1 0 010-2h16zM9.995 3.005c.55 0 1 .45 1 .999v9.584l1.29-1.288a1.002 1.002 0 011.42 1.419l-3 2.996a1.015 1.015 0 01-1.42 0l-3-2.997a1.002 1.002 0 011.42-1.419l1.29 1.29V4.013c0-.55.45-1.009 1-1.009zM16 0a1 1 0 110 2 1 1 0 010-2zm-3 0a1 1 0 110 2 1 1 0 010-2zm-3 0a1 1 0 110 2 1 1 0 010-2zM7 0a1 1 0 110 2 1 1 0 010-2zM4 0a1 1 0 110 2 1 1 0 010-2z"],BringForward:["M9.293.293a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 3.414V9h8a1 1 0 110 2h-8v3h8a1 1 0 011 1v3a1 1 0 01-1 1H1a1 1 0 01-1-1v-3a1 1 0 011-1h8v-3H1a1 1 0 110-2h8V3.414L6.707 5.707a1 1 0 01-1.414-1.414l4-4z"],Bug:["M6.006 4.272C6.124 2.136 7.866 0 10 0c2.133 0 3.877 2.136 3.994 4.272.49.438.909.956 1.234 1.532L17 5.017V3a1 1 0 112 0v2.667a1 1 0 01-.594.913l-2.5 1.111c.062.344.094.698.094 1.059V10h3a1 1 0 110 2h-3v.5c0 .604-.09 1.187-.255 1.737l2.661 1.182a1 1 0 01.594.914V19a1 1 0 11-2 0v-2.017l-2.147-.954A5.992 5.992 0 0110 18.5a5.992 5.992 0 01-4.853-2.471L3 16.983V19a1 1 0 11-2 0v-2.667a1 1 0 01.594-.913l2.661-1.183A6 6 0 014 12.5V12H1a1 1 0 110-2h3V8.75c0-.361.032-.715.093-1.059l-2.5-1.11A1 1 0 011 5.666V3a1 1 0 012 0v2.017l1.772.787a6.026 6.026 0 011.234-1.532zM6 11v1.5a4 4 0 008 0V8.75a4 4 0 00-8 0V11z"],Buggy:["M15.836 1.014a1 1 0 011.058.539l2.482 4.962.02-.004a.5.5 0 01.604.49v4.5a.5.5 0 01-.5.5h-3.93a1.5 1.5 0 00-1.248.667l-1.406 2.11A.5.5 0 0112.5 15H8a.5.5 0 01-.354-.146l-2.414-2.415A1.5 1.5 0 004.172 12H.5a.5.5 0 01-.5-.5v-3A.5.5 0 01.5 8h.823L3.072 3.63a1 1 0 01.764-.615l12-2zm.289 3.472l1.231 2.462-2.758.591 1.527-3.053zM14.5 3.264l-1.56 3.12-.252-.638-.825-2.043 2.637-.44zm-9.78 1.63l5.122-.854.988 2.445.899 2.27L10.232 11H7.707L4.854 8.147A.5.5 0 004.5 8H3.477l1.242-3.106zM3 19a3 3 0 100-6 3 3 0 000 6zm14 0a3 3 0 100-6 3 3 0 000 6z"],Build:["M19.43 16.67L9.31 7.81l1.47-1.56c.41-.44-.15-.8.15-1.6 1.08-2.76 4.19-2.99 4.19-2.99s.45-.47.87-.92C11.98-1 9.26.7 8.04 1.8L3.83 6.25l-.86.92c-.48.51-.48 1.33 0 1.84l-.87.92c-.48-.51-1.26-.51-1.74 0s-.48 1.33 0 1.84l1.74 1.84c.48.51 1.26.51 1.74 0s.48-1.33 0-1.84l.87-.92c.48.51 1.26.51 1.74 0l1.41-1.49 8.81 10.07c.76.76 2 .76 2.76 0 .76-.76.76-2 0-2.76z"],Calculator:["M16 0H4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 18H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V8h2v2zm4 8H9v-2h2v2zm0-4H9v-2h2v2zm0-4H9V8h2v2zm4 8h-2v-6h2v6zm0-8h-2V8h2v2zm0-4H5V2h10v4z"],Calendar:["M15 5c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zM5 5c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zm13-2h-1v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H7v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H2c-.5 0-1 .5-1 1v14c0 .5.5 1 1 1h16c.5 0 1-.5 1-1V4c0-.5-.5-1-1-1zM7 17H3v-4h4v4zm0-5H3V8h4v4zm5 5H8v-4h4v4zm0-5H8V8h4v4zm5 5h-4v-4h4v4zm0-5h-4V8h4v4z"],Camera:["M10 8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm9-4h-3.59L13.7 2.29A.956.956 0 0013 2H7c-.28 0-.53.11-.71.29L4.59 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h4.11c1.26 1.24 2.99 2 4.89 2s3.63-.76 4.89-2H19c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM4 8H2V6h2v2zm6 8c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],CaretDown:["M16 7c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1 0 .24.1.46.24.63l-.01.01 5 6 .01-.01c.19.22.45.37.76.37s.57-.15.76-.37l.01.01 5-6-.01-.01c.14-.17.24-.39.24-.63z"],CaretLeft:["M13 4c-.24 0-.46.1-.63.24l-.01-.01-6 5 .01.01c-.22.19-.37.45-.37.76s.15.57.37.76l-.01.01 6 5 .01-.01c.17.14.39.24.63.24.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],CaretRight:["M14 10c0-.31-.15-.57-.37-.76l.01-.01-6-5-.01.01C7.46 4.1 7.24 4 7 4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1 .24 0 .46-.1.63-.24l.01.01 6-5-.01-.01c.22-.19.37-.45.37-.76z"],CaretUp:["M15.76 12.37l.01-.01-5-6-.01.01C10.57 6.15 10.31 6 10 6s-.57.15-.76.37l-.01-.01-5 6 .01.01c-.14.17-.24.39-.24.63 0 .55.45 1 1 1h10c.55 0 1-.45 1-1 0-.24-.1-.46-.24-.63z"],CargoShip:["M12.5 1.25h4a1 1 0 011 1V5h-5V1.25zM2.75 5a.25.25 0 00-.25.25v6H.883a.5.5 0 00-.429.757l1.672 2.787c.17.284.384.533.63.741-.458.057-.959.09-1.506.09a.625.625 0 100 1.25c2.583 0 4.268-.68 5.202-1.146.687.466 1.88 1.146 3.548 1.146 1.65 0 2.837-.666 3.528-1.132l.005.003c.244.131.6.3 1.07.468.938.335 2.321.661 4.147.661a.625.625 0 100-1.25c-.319 0-.622-.01-.91-.03.398-.318.717-.738.914-1.23l.972-2.43a.5.5 0 00-.464-.685H5v-6A.25.25 0 004.75 5h-2zm3.455 11.95a.625.625 0 01.658.041c.569.407 1.597 1.134 3.137 1.134s2.568-.727 3.137-1.134a.625.625 0 01.724-.001l.007.005.045.029c.044.027.114.069.21.12.194.104.493.247.9.392.812.29 2.053.589 3.727.589a.625.625 0 110 1.25c-1.826 0-3.21-.326-4.148-.661a7.894 7.894 0 01-1.069-.468l-.005-.003c-.691.466-1.878 1.132-3.528 1.132-1.667 0-2.861-.68-3.548-1.146-.934.467-2.619 1.146-5.202 1.146a.625.625 0 110-1.25c2.66 0 4.23-.787 4.955-1.176zM17.5 6.25h-5V10h4a1 1 0 001-1V6.25zm-11.25-4a1 1 0 011-1h4V5h-5V2.25zm5 4h-5V9a1 1 0 001 1h4V6.25z"],CellTower:["M11.5 8.32c.31-.35.51-.81.51-1.32 0-1.1-.9-2-2-2s-2 .9-2 2c0 .51.2.97.51 1.32L5.06 18.69c-.17.52.11 1.09.63 1.26s1.09-.11 1.26-.63L8.39 15h3.23l1.44 4.32c.17.52.74.81 1.26.63s.81-.74.63-1.26L11.5 8.32zM10.95 13H9.06l.95-2.84.94 2.84zM5.31 10.73a.996.996 0 101.37-1.45c-1.4-1.33-1.28-3.35-.01-4.54.4-.38.43-1.01.05-1.41-.36-.41-1-.43-1.4-.06-2.09 1.95-2.28 5.3-.01 7.46z","M4.6 12.2C3 11.1 2 9 2 7c0-2.1.9-3.9 2.6-5.2.5-.3.5-1 .2-1.4-.3-.5-1-.5-1.4-.2C1.2 1.9-.1 4.2 0 7c.1 2.7 1.4 5.3 3.4 6.8.2.1.4.2.6.2.3 0 .6-.1.8-.4.4-.5.3-1.1-.2-1.4zM13.27 10.69c.38.4 1.01.42 1.41.04 2.27-2.16 2.08-5.51-.01-7.46a.996.996 0 10-1.36 1.46c1.28 1.19 1.39 3.21-.01 4.54-.39.39-.41 1.02-.03 1.42z","M16.6.2c-.4-.3-1.1-.3-1.4.2-.3.4-.3 1.1.2 1.4C17.1 3.1 18 4.9 18 7c0 2-1 4.1-2.6 5.2-.5.3-.6.9-.2 1.4.2.3.5.4.8.4.2 0 .4-.1.6-.2C18.7 12.3 20 9.7 20 7c.09-2.8-1.2-5.1-3.4-6.8z"],Changes:["M18 16H2c-1.1 0-2 .9-2 2s.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2zM3 5c.28 0 .53-.11.71-.29L5 3.41V13c0 .55.45 1 1 1s1-.45 1-1V3.41L8.29 4.7c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3C6.53.11 6.28 0 6 0s-.53.11-.71.29l-3 3A1.003 1.003 0 003 5zm7.29 5.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 00-1.42-1.42L15 10.59V1c0-.55-.45-1-1-1s-1 .45-1 1v9.59L11.71 9.3A.965.965 0 0011 9a1.003 1.003 0 00-.71 1.71z"],Chart:["M7 11v8c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8l-2 2-4-2zm-7 8c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8l-6 3v5zM17 7l-3 3v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8.74c-.26.15-.58.26-1 .26-1.92 0-2-2-2-2zm2-6h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59L10.8 8.78 7.45 7.11v.01C7.31 7.05 7.16 7 7 7s-.31.05-.44.11V7.1l-6 3v.01c-.33.17-.56.5-.56.89 0 .55.45 1 1 1 .16 0 .31-.05.44-.11v.01L7 9.12l3.55 1.78v-.01c.14.06.29.11.45.11.28 0 .53-.11.71-.29L18 4.41V6c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],Chat:["M19 0H7c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h5.59l3.71 3.71c.17.18.42.29.7.29.55 0 1-.45 1-1v-3h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 13c-1.1 0-2-.9-2-2V4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h1v3a1.003 1.003 0 001.71.71L7.41 16H13c.55 0 1-.45 1-1v-.17L12.17 13H7z"],ChevronBackward:["M8.41 10l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L7 8.59V4c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55.45 1 1 1s1-.45 1-1v-4.59l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L8.41 10z"],ChevronDown:["M16 6c-.28 0-.53.11-.71.29L10 11.59l-5.29-5.3a1.003 1.003 0 00-1.42 1.42l6 6c.18.18.43.29.71.29s.53-.11.71-.29l6-6A1.003 1.003 0 0016 6z"],ChevronForward:["M13 3c-.55 0-1 .45-1 1v4.59l-5.29-5.3a1.003 1.003 0 00-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l5.29-5.3V16c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],ChevronLeft:["M8.41 10l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 001.42-1.42L8.41 10z"],ChevronRight:["M13.71 9.29l-6-6a1.003 1.003 0 00-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],ChevronUp:["M16.71 12.29l-6-6C10.53 6.11 10.28 6 10 6s-.53.11-.71.29l-6 6a1.003 1.003 0 001.42 1.42L10 8.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],Circle:["M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z"],CircleArrowDown:["M14 10c-.28 0-.53.11-.71.29L11 12.59V5c0-.55-.45-1-1-1s-1 .45-1 1v7.59L6.71 10.3A.965.965 0 006 10a1.003 1.003 0 00-.71 1.71l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0014 10zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],CircleArrowLeft:["M15 9H7.41L9.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L7.41 11H15c.55 0 1-.45 1-1s-.45-1-1-1zm-5-9C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],CircleArrowRight:["M15.71 9.29l-4-4a1.003 1.003 0 00-1.42 1.42L12.59 9H5c-.55 0-1 .45-1 1s.45 1 1 1h7.59l-2.29 2.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],CircleArrowUp:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.71-13.71C10.53 4.11 10.28 4 10 4s-.53.11-.71.29l-4 4a1.003 1.003 0 001.42 1.42L9 7.41V15c0 .55.45 1 1 1s1-.45 1-1V7.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-4-4z"],Citation:["M4 1C1.79 1 0 2.79 0 5s1.79 4 4 4c.1 0 .2-.01.3-.02C3.82 11.32 2.53 13 1 13c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7-4.48 7-10 0-2.21-1.79-4-4-4zM16 1c-2.21 0-4 1.79-4 4s1.79 4 4 4c.1 0 .2-.01.3-.02C15.82 11.32 14.53 13 13 13c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7-4.48 7-10 0-2.21-1.79-4-4-4z"],Clean:["M7 0L5 5 0 6.998 5 9l2 5 2-5 5-1.995L9 5zM15 10l-1.5 3.496-3.5 1.499 3.5 1.498L15 20l1.5-3.507L20 15l-3.5-1.504z"],Clip:["M0 1a1 1 0 011-1h5a1 1 0 010 2H2v4a1 1 0 01-2 0V1zm1 19a1 1 0 01-1-1v-5a1 1 0 112 0v4h4a1 1 0 110 2H1zm18 0a1 1 0 001-1v-5a1 1 0 10-2 0v4h-4a1 1 0 100 2h5zm0-20a1 1 0 011 1v5a1 1 0 11-2 0V2h-4a1 1 0 110-2h5zm-9 14a4 4 0 100-8 4 4 0 000 8z"],Clipboard:["M13 2c0-.55-.45-1-1-1h-.78a1.98 1.98 0 00-3.44 0H7c-.55 0-1 .45-1 1v2h7V2z","M16 2h-2v3H5V2H3c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],Cloud:["M15 7c-.12 0-.24.03-.36.04C13.83 4.69 11.62 3 9 3 5.69 3 3 5.69 3 9c0 .05.01.09.01.14A3.98 3.98 0 000 13c0 2.21 1.79 4 4 4h11c2.76 0 5-2.24 5-5s-2.24-5-5-5z"],CloudDownload:["M15 4c-.12 0-.24.03-.36.04C13.83 1.69 11.62 0 9 0 5.69 0 3 2.69 3 6c0 .05.01.09.01.14A3.98 3.98 0 000 10c0 2.21 1.79 4 4 4h.78c.55-.61 1.34-1 2.22-1v-2c0-1.66 1.34-3 3-3s3 1.34 3 3v2c.88 0 1.66.38 2.2.98C17.87 13.87 20 11.69 20 9c0-2.76-2.24-5-5-5zm-2 11c-.28 0-.53.11-.71.29L11 16.59V11c0-.55-.45-1-1-1s-1 .45-1 1v5.59L7.71 15.3A.965.965 0 007 15a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0013 15z"],CloudTick:["M14.784 4.022a2.214 2.214 0 01-.144.018C13.83 1.69 11.62 0 9 0 5.69 0 3 2.69 3 6c0 .025.002.048.005.07a.615.615 0 01.005.07A3.98 3.98 0 000 10c0 2.21 1.79 4 4 4h1.17a3 3 0 014.95-1.121l.88.878 4.879-4.878a3 3 0 014.115-.12A5.002 5.002 0 0015 4c-.072 0-.144.01-.216.022z","M11.707 18.707a1 1 0 01-1.414 0l-3-3a1 1 0 111.414-1.414L11 16.586l6.293-6.293a1 1 0 011.414 1.414l-7 7z"],CloudUpload:["M10.71 10.29c-.18-.18-.43-.29-.71-.29s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42L9 13.41V19c0 .55.45 1 1 1s1-.45 1-1v-5.59l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3zM15 4c-.12 0-.24.03-.36.04C13.83 1.69 11.62 0 9 0 5.69 0 3 2.69 3 6c0 .05.01.09.01.14A3.98 3.98 0 000 10c0 2.21 1.79 4 4 4 0-.83.34-1.58.88-2.12l3-3a2.993 2.993 0 014.24 0l3 3-.01.01c.52.52.85 1.23.87 2.02C18.28 13.44 20 11.42 20 9c0-2.76-2.24-5-5-5z"],Code:["M6 6a1.003 1.003 0 00-1.71-.71l-4 4C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L2.41 10 5.7 6.71c.19-.18.3-.43.3-.71zm6-4c-.46 0-.83.31-.95.73l-4 14c-.02.09-.05.17-.05.27 0 .55.45 1 1 1 .46 0 .83-.31.95-.73l4-14c.02-.09.05-.17.05-.27 0-.55-.45-1-1-1zm7.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42l3.3 3.29-3.29 3.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],CodeBlock:["M19 5h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H9V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM8.71 15.29a1.003 1.003 0 01-1.42 1.42l-4-4C3.11 12.53 3 12.28 3 12s.11-.53.29-.71l4-4a1.003 1.003 0 011.42 1.42L5.41 12l3.3 3.29zm8-2.58l-4 4a1.003 1.003 0 01-1.42-1.42l3.3-3.29-3.29-3.29A.965.965 0 0111 8a1.003 1.003 0 011.71-.71l4 4c.18.18.29.43.29.71s-.11.53-.29.71z"],Cog:["M19 8h-2.31c-.14-.46-.33-.89-.56-1.3l1.7-1.7a.996.996 0 000-1.41l-1.41-1.41a.996.996 0 00-1.41 0l-1.7 1.7c-.41-.22-.84-.41-1.3-.55V1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v2.33c-.48.14-.94.34-1.37.58L5 2.28a.972.972 0 00-1.36 0L2.28 3.64c-.37.38-.37.99 0 1.36L3.9 6.62c-.24.44-.44.89-.59 1.38H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2.31c.14.46.33.89.56 1.3L2.17 15a.996.996 0 000 1.41l1.41 1.41c.39.39 1.02.39 1.41 0l1.7-1.7c.41.22.84.41 1.3.55V19c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.33c.48-.14.94-.35 1.37-.59L15 17.72c.37.37.98.37 1.36 0l1.36-1.36c.37-.37.37-.98 0-1.36l-1.62-1.62c.24-.43.45-.89.6-1.38H19c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-9 6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"],CollapseAll:["M9.29 8.71c.18.18.43.29.71.29s.53-.11.71-.29l6-6a1.003 1.003 0 00-1.42-1.42L10 6.59l-5.29-5.3a1.003 1.003 0 00-1.42 1.42l6 6zm1.42 2.58c-.18-.18-.43-.29-.71-.29s-.53.11-.71.29l-6 6a1.003 1.003 0 001.42 1.42l5.29-5.3 5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-6-6z"],ColorFill:["M2.188 9h11.984L8 2.828 3.414 7.414C2.811 8.017 2.405 8.48 2.188 9zM8 0L6.586 1.414 2 6c-1 1-2 2.11-2 4 0 2 1 3 2 4l1 1c1 1 2 2 4 2 2.009 0 2.918-.913 3.868-1.867L11 15l4.586-4.586L17 9l-1.414-1.414-6.172-6.172L8 0zm10.5 13.5L17 11l-1.5 2.5c-.318.53-.5 1-.5 1.5 0 1 .5 2 2 2s2-1 2-2c0-.5-.182-.97-.5-1.5zM1 18a1 1 0 100 2h18a1 1 0 100-2H1z"],ColumnLayout:["M19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM5 17H2V3h3v14zm4 0H6V3h3v14zm9 0h-8V3h8v14z"],Comment:["M19 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3v4a1.003 1.003 0 001.71.71l4.7-4.71H19c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM4 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],Comparison:["M6 8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm13-6h-5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 3h-5V3h5v2zM6 14H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zM6 2H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm4-2c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm9 14h-5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm0 3h-5v-2h5v2zm0-9h-5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm0 3h-5V9h5v2z"],Compass:["M15 10c0 .14-.03.28-.09.4l-3.99 8.98-.01.02a.991.991 0 01-1.82 0l-.01-.02-3.99-8.98c-.06-.12-.09-.26-.09-.4s.03-.28.09-.4L9.08.62 9.09.6a.991.991 0 011.82 0l.01.02 3.99 8.98c.06.12.09.26.09.4zm-5-6.54L7.09 10h5.81L10 3.46z"],Compressed:["M19.89 6.56l-2.99-6h-.01C16.72.23 16.39 0 16 0H4c-.39 0-.72.23-.89.56H3.1l-3 6h.01C.05 6.69 0 6.84 0 7v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7c0-.16-.05-.31-.11-.44zM11 2h4.38l2 4H11V2zM4.62 2H9v4H2.62l2-4zM18 18H2V8h7v4.59L6.71 10.3A.965.965 0 006 10a1.003 1.003 0 00-.71 1.71l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 00-1.42-1.42L11 12.59V8h7v10z"],Confirm:["M9.71 5.29a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l7-7a1.003 1.003 0 00-1.42-1.42L12 7.59l-2.29-2.3zm7.93 2.32c.23.75.36 1.56.36 2.39 0 4.42-3.58 8-8 8s-8-3.58-8-8a7.998 7.998 0 0111.8-7.04l1.46-1.46C13.73.56 11.93 0 10 0 4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10c0-1.4-.29-2.73-.81-3.95l-1.55 1.56z"],Console:["M19 19H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h18c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1zM18 6H2v11h16V6zM4 8c.28 0 .53.11.71.29l2 2c.18.18.29.43.29.71s-.11.53-.29.71l-2 2a1.003 1.003 0 01-1.42-1.42L4.59 11l-1.3-1.29A1.003 1.003 0 014 8zm5 4h3c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1z"],Contrast:["M19 8h-1.26c-.19-.73-.48-1.42-.85-2.06l.94-.94a.996.996 0 000-1.41l-1.41-1.41a.996.996 0 00-1.41 0l-.94.94c-.65-.38-1.34-.67-2.07-.86V1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1.26c-.76.2-1.47.5-2.13.89L5 2.28a.972.972 0 00-1.36 0L2.28 3.64c-.37.38-.37.98 0 1.36l.87.87c-.39.66-.69 1.37-.89 2.13H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h1.26c.19.73.48 1.42.85 2.06l-.94.94a.996.996 0 000 1.41l1.41 1.41c.39.39 1.02.39 1.41 0l.94-.94c.64.38 1.33.66 2.06.85V19c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1.26c.76-.2 1.47-.5 2.13-.89l.88.87c.37.37.98.37 1.36 0l1.36-1.36c.37-.38.37-.98 0-1.36l-.87-.87c.4-.65.7-1.37.89-2.13H19c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-9 7c-2.76 0-5-2.24-5-5s2.24-5 5-5v10z"],Control:["M17 10h-7v7h7v-7zm0-7h-7v6h7V3zM9 3H3v14h6V3zm10-3H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V2h16v16z"],CreditCard:["M19 3H1c-.55 0-1 .45-1 1v2h20V4c0-.55-.45-1-1-1zM0 16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V8H0v8zm6.5-2h7c.28 0 .5.22.5.5s-.22.5-.5.5h-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zm-4 0h2c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"],Crop:["M14 19a1 1 0 102 0v-3h3a1 1 0 100-2H6V1a1 1 0 10-2 0v3H1a1 1 0 100 2h3v9a1 1 0 001 1h9v3zm1-15H8v2h6v6h2V5a1 1 0 00-1-1z"],Cross:["M11.41 10l4.29-4.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L10 8.59l-4.29-4.3a1.003 1.003 0 00-1.42 1.42L8.59 10 4.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4.29-4.3 4.29 4.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L11.41 10z"],CrossCircle:["M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10zm4.7-13.29L11.41 10l3.3 3.29A1.003 1.003 0 0114 15c-.28 0-.53-.11-.71-.3L10 11.41l-3.29 3.3A1.003 1.003 0 015 14c0-.28.11-.53.3-.71L8.59 10l-3.3-3.29a1.003 1.003 0 011.42-1.42L10 8.59l3.29-3.3A1.003 1.003 0 0115 6c0 .28-.11.53-.3.71z"],Crown:["M2 8l4 2 4-5 4 5 4-2-1 7H3L2 8zm8-6a1 1 0 110 2 1 1 0 010-2zM1 5a1 1 0 110 2 1 1 0 010-2zm18 0a1 1 0 110 2 1 1 0 010-2zM3 16h14v2H3v-2z"],Cube:["M1.953 4.481l7.41-4.02c.394-.215.88-.215 1.275 0l7.409 4.02L10 9.22 1.953 4.48zm-.817.68L9.5 10.085v9.281a1.316 1.316 0 01-.138-.064l-7.714-4.186A1.211 1.211 0 011 14.057v-8.35c0-.193.048-.38.136-.547zm17.728 0c.088.166.136.353.136.546v8.35c0 .438-.247.842-.648 1.06l-7.714 4.186c-.045.024-.091.046-.138.064v-9.281l8.364-4.926z"],CubeAdd:["M17 3h2a1 1 0 010 2h-2v2a1 1 0 01-2 0V5h-2a1 1 0 010-2h2V1a1 1 0 012 0v2zm-3.969 4.435L10 9.22 1.953 4.48l7.41-4.02c.394-.215.88-.215 1.275 0l1.33.721A3.001 3.001 0 0013 7c0 .148.01.293.031.435zm.319.972A3 3 0 0019 7v7.057c0 .438-.247.842-.648 1.06l-7.714 4.186c-.045.024-.091.046-.138.064v-9.281l2.85-1.679zM1.136 5.16L9.5 10.086v9.281a1.316 1.316 0 01-.138-.064l-7.714-4.186A1.211 1.211 0 011 14.057v-8.35c0-.193.048-.38.136-.547z"],CubeRemove:["M11.968 1.182A3.001 3.001 0 0013 7h.77L10 9.22 1.953 4.48l7.41-4.02c.394-.215.88-.215 1.275 0l1.33.721zM19 7v7.057c0 .438-.247.842-.648 1.06l-7.714 4.186c-.045.024-.091.046-.138.064v-9.281L15.74 7H19zM1.136 5.16L9.5 10.086v9.281a1.316 1.316 0 01-.138-.064l-7.714-4.186A1.211 1.211 0 011 14.057v-8.35c0-.193.048-.38.136-.547zM13 3h6a1 1 0 010 2h-6a1 1 0 010-2z"],CurvedRangeChart:["M19 16H3.02l2.14-1.74c2.25 1.7 7.33.46 11.83-2.99l-1.29-1.5c-3.56 2.74-7.31 4.03-8.93 3.19l10.55-8.57-.63-.78-10.59 8.6c-.64-1.64 1.46-4.91 5.09-7.7L9.9 3.01c-4.6 3.54-6.91 8.12-5.41 10.51L2 15.54V3c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 001 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],Cut:["M16 2s.72-1.28 0-2l-5.29 6.25 1.28 1.54L16 2zm.08 10c-.55 0-1.07.12-1.54.32L4.31 0c-.7.72 0 2 0 2l4.45 6.56-3.19 3.77C5.09 12.12 4.56 12 4 12c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.65-.17-1.26-.45-1.8l2.54-3.67 2.49 3.67c-.27.54-.44 1.15-.44 1.8 0 2.21 1.76 4 3.92 4 2.17 0 3.92-1.79 3.92-4 .02-2.21-1.74-4-3.9-4zM4 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm12.08 0c-1.08 0-1.96-.9-1.96-2s.88-2 1.96-2 1.96.9 1.96 2-.88 2-1.96 2z"],Cycle:["M16 10a4 4 0 110 8 4 4 0 010-8zM4 10a4 4 0 110 8 4 4 0 010-8zm7.299-5.543l.087.089 1.93 2.232 2.048.708a1 1 0 01.65 1.16l-.031.112a1 1 0 01-1.16.65l-.112-.031-2.302-.796a1 1 0 01-.337-.197l-.092-.094-1.387-1.603-1.891 1.982 2.046 2.274a1 1 0 01.25.547l.007.122v4.24a1 1 0 01-1.993.117l-.007-.117-.001-3.857-2.408-2.676a1 1 0 01-.063-1.26l.082-.099 3.29-3.45a1 1 0 011.394-.053zM16 12a2 2 0 100 4 2 2 0 000-4zM4 12a2 2 0 100 4 2 2 0 000-4zm9.5-10a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"],Dashboard:["M6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM4 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-5C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm6-9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-8 5c0 1.1.9 2 2 2s2-.9 2-2c0-.33-2-8-2-8s-2 7.67-2 8zm6-9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],DataConnection:["M2 11.9c.935.674 2.339 1.217 4.023 1.536A6.996 6.996 0 009.393 20c-3.988-.019-7.231-1.083-7.387-2.4L2 17.5v-5.6zM13 8c3.315 0 6 2.685 6 6s-2.685 6-6 6-6-2.685-6-6 2.685-6 6-6zm1 1l-4 6h2.5l-.5 4 4-6h-2.5l.5-4zm3-4.6v3.855a7.003 7.003 0 00-10.779 3.992c-2.408-.391-4.097-1.202-4.214-2.142L2 10V4.4c1.525 1.1 4.3 1.85 7.5 1.85S15.475 5.5 17 4.4zM9.5 0C13.637 0 17 1.125 17 2.5S13.637 5 9.5 5C5.35 5 2 3.875 2 2.5S5.35 0 9.5 0z"],DataLineage:["M1.053 0C.47 0 0 .471 0 1.053V4.21c0 .58.471 1.052 1.053 1.052h3.275a6.332 6.332 0 003.728 4.738 6.33 6.33 0 00-3.728 4.737l-3.275-.001C.47 14.737 0 15.208 0 15.789v3.158C0 19.53.471 20 1.053 20h7.435c.581 0 1.053-.471 1.053-1.053V15.79c0-.58-.472-1.052-1.053-1.052H5.406a5.293 5.293 0 015.195-4.21v2.105c0 .58.471 1.052 1.052 1.052h7.294c.582 0 1.053-.471 1.053-1.052V7.368c0-.58-.471-1.052-1.053-1.052h-7.294c-.581 0-1.052.471-1.052 1.052v2.106a5.293 5.293 0 01-5.194-4.21h3.081c.581 0 1.053-.472 1.053-1.053V1.053C9.54.47 9.069 0 8.488 0H1.053z"],Database:["M2.01 5.1v5.4c0 1.38 3.58 2.5 8 2.5s8-1.12 8-2.5V5.1c-1.49 1.13-4.51 1.9-8 1.9-3.48 0-6.5-.77-8-1.9zm8 .9c4.42 0 8-1.12 8-2.5s-3.58-2.5-8-2.5-8 1.12-8 2.5S5.6 6 10.01 6zm-8 6.1v5.4c0 1.38 3.58 2.5 8 2.5s8-1.12 8-2.5v-5.4c-1.49 1.13-4.51 1.9-8 1.9-3.48 0-6.5-.77-8-1.9z"],Delete:["M15 6a1.003 1.003 0 00-1.71-.71L10 8.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42L8.59 10 5.3 13.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3.29-3.3 3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L11.41 10l3.29-3.29c.19-.18.3-.43.3-.71zm-5-6C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],Delta:["M10 0L0 20h20L10 0zM9 6l6 12H3L9 6z"],DeriveColumn:["M7.1 8.2h-.99c.28-1.11.66-1.92 1.12-2.43.28-.32.56-.48.83-.48.05 0 .1.02.13.05.03.03.05.07.05.12 0 .04-.04.13-.11.25a.64.64 0 00-.12.35c0 .15.06.28.18.39.12.11.27.16.45.16.2 0 .36-.07.49-.2s.2-.31.2-.54c0-.26-.1-.47-.3-.63-.19-.16-.51-.24-.95-.24-.68 0-1.3.19-1.85.58-.56.38-1.09 1.02-1.59 1.91-.17.3-.34.5-.49.59-.15.08-.4.13-.74.12l-.23.77h.95l-1.39 5.24c-.23.86-.39 1.39-.47 1.59-.12.29-.3.54-.54.75-.1.08-.21.12-.35.12-.04 0-.07-.01-.1-.03l-.03-.04c0-.02.03-.07.1-.13.07-.07.1-.17.1-.31 0-.15-.05-.28-.16-.38-.11-.1-.27-.15-.47-.15-.25 0-.44.07-.59.2-.15.12-.23.28-.23.46 0 .19.09.36.27.5.19.14.47.21.86.21.61 0 1.16-.15 1.63-.46.48-.31.89-.78 1.25-1.43.35-.64.72-1.68 1.09-3.11l.8-3.03h.96l.24-.77zM19 0h-9c-.55 0-1 .45-1 1v3h2V2h7v16h-7v-2H9v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-8.79 13.49c.15.28.32.49.52.61.19.12.44.19.73.19.28 0 .57-.1.86-.3.38-.25.77-.69 1.17-1.31l-.25-.14c-.27.37-.48.6-.61.69-.09.06-.19.09-.31.09-.14 0-.28-.09-.42-.26-.23-.29-.54-1.09-.93-2.4.35-.59.64-.97.87-1.15.17-.13.35-.2.55-.2.07 0 .2.03.39.08s.36.08.5.08c.2 0 .37-.07.5-.2.15-.14.22-.31.22-.52 0-.22-.07-.4-.2-.53s-.33-.2-.58-.2c-.22 0-.43.05-.63.15-.2.1-.45.32-.75.67-.23.25-.56.7-1.01 1.33a6.52 6.52 0 00-.91-2.15l-2.39.39-.05.25c.18-.03.33-.05.45-.05.24 0 .43.1.59.3.25.31.59 1.24 1.02 2.8-.34.44-.58.73-.7.87-.21.22-.38.36-.52.43-.1.05-.22.08-.35.08-.1 0-.26-.05-.49-.16a1.01 1.01 0 00-.42-.11c-.23 0-.42.07-.57.22-.15.14-.23.33-.23.55 0 .21.07.38.21.51.14.13.33.2.56.2.23 0 .44-.05.64-.14.2-.09.45-.29.75-.59s.72-.78 1.25-1.43c.21.61.39 1.06.54 1.35z"],Desktop:["M19 0H1C.45 0 0 .45 0 1v13c0 .55.45 1 1 1h5.67l-.5 3H5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1h-1.17l-.5-3H19c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 13H2V2h16v11z"],Detection:["M1 0a1 1 0 00-1 1v5a1 1 0 002 0V2h4a1 1 0 000-2H1zM0 19a1 1 0 001 1h5a1 1 0 100-2H2v-4a1 1 0 10-2 0v5zM19 20a1 1 0 001-1v-5a1 1 0 10-2 0v4h-4a1 1 0 100 2h5zM20 1a1 1 0 00-1-1h-5a1 1 0 100 2h4v4a1 1 0 102 0V1z","M5 6a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1H6a1 1 0 01-1-1V6zm2 7V7h6v6H7z"],Diagnosis:["M4 2a1 1 0 01.117 1.993L4 4v5a2 2 0 001.85 1.995L6 11a2 2 0 001.995-1.85L8 9V4a1 1 0 01-.117-1.993L8 2h1a1 1 0 01.993.883L10 3v6a4.002 4.002 0 01-3 3.874V13a3 3 0 003 3 4 4 0 003.995-3.8L14 12V8.792a2.5 2.5 0 112 0V12a6 6 0 01-6 6 5 5 0 01-4.995-4.783L5 13v-.126A4.002 4.002 0 012.005 9.2L2 9V3a1 1 0 01.883-.993L3 2h1z"],DiagramTree:["M19 10v5h-2v-4h-6v4H9v-4H3v4H1v-5a1 1 0 011-1h7V5h2v4h7a1 1 0 011 1zM1 16h2a1 1 0 011 1v2a1 1 0 01-1 1H1a1 1 0 01-1-1v-2a1 1 0 011-1zm16 0h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2a1 1 0 011-1zm-8 0h2a1 1 0 011 1v2a1 1 0 01-1 1H9a1 1 0 01-1-1v-2a1 1 0 011-1zM9 0h2a1 1 0 011 1v2a1 1 0 01-1 1H9a1 1 0 01-1-1V1a1 1 0 011-1z"],DirectionLeft:["M20 3.02l-20 7 20 7-5-7z"],DirectionRight:["M20 10.02l-20-7 5 7-5 7z"],Disable:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM2 10c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L3.69 14.9A7.902 7.902 0 012 10zm8 8c-1.85 0-3.55-.63-4.9-1.69L16.31 5.1A7.902 7.902 0 0118 10c0 4.42-3.58 8-8 8z"],Divide:["M11.25 6.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM6 9c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H6zm4 6a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"],Document:["M11.98 0h-8c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V6l-6-6zm4 18h-11V2h6v5h5v11z"],DocumentOpen:["M8 15c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h2.59L1.3 16.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L8 12.41V15zm5-15H5c-.55 0-1 .45-1 1v6h2V2h6v5h5v11H6v-.76L4.04 19.2c.1.45.48.8.96.8h13c.55 0 1-.45 1-1V6l-6-6z"],DocumentShare:["M14.09 10.09c-.31.31-.67.57-1.09.72V18H2V2h6v5h1.18c.15-.42.39-.8.7-1.11v-.01l2.45-2.45c-.42-.29-.78-.65-1.01-1.11L9 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V9.24l-.88.88-.03-.03zM19 0h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L18 3.41V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],Dollar:["M15.57 11.19c-.27-.51-.63-.93-1.07-1.26-.44-.33-.95-.6-1.51-.79-.56-.2-1.14-.36-1.72-.5-.6-.14-1.19-.26-1.75-.38-.57-.13-1.07-.27-1.51-.44-.44-.17-.8-.38-1.07-.63s-.41-.59-.41-1c0-.33.09-.6.28-.81.19-.21.42-.36.69-.47.27-.11.57-.18.88-.22.31-.04.58-.06.8-.06.71 0 1.35.14 1.9.41.55.27.91.81 1.06 1.62h3.36c-.09-.84-.32-1.56-.69-2.16-.37-.6-.83-1.08-1.38-1.45-.56-.37-1.18-.64-1.86-.81-.19-.05-.38-.07-.57-.1V1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1.1c-.22.03-.43.05-.66.1-.73.13-1.39.37-1.98.71-.6.34-1.09.8-1.47 1.35-.39.56-.58 1.25-.58 2.08 0 .76.13 1.41.4 1.93.26.52.62.95 1.06 1.28.44.33.94.6 1.5.79.55.2 1.13.36 1.74.5.58.14 1.16.26 1.72.38s1.07.26 1.51.43c.44.17.8.39 1.09.66.28.27.43.63.45 1.06.02.43-.08.78-.3 1.04-.22.26-.49.47-.83.6-.34.14-.7.23-1.09.28-.39.05-.73.07-1.03.07-.87 0-1.61-.2-2.23-.59-.62-.39-.98-1.08-1.07-2.06H3c.02.9.19 1.68.52 2.34.33.66.78 1.21 1.35 1.65.57.44 1.25.77 2.03.98.35.1.71.16 1.08.21V19c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.13c.25-.04.5-.07.76-.13.77-.18 1.47-.46 2.1-.85.63-.39 1.14-.9 1.54-1.53.4-.63.59-1.39.59-2.29.01-.75-.13-1.37-.4-1.88z"],Dot:["M10 6a4 4 0 100 8 4 4 0 100-8z"],DoubleCaretHorizontal:["M8 4c-.24 0-.46.1-.63.24l-.01-.01-6 5 .01.01c-.22.19-.37.45-.37.76s.15.57.37.76l-.01.01 6 5 .01-.01c.17.14.39.24.63.24.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm11 6c0-.31-.15-.57-.37-.76l.01-.01-6-5-.01.01C12.46 4.1 12.24 4 12 4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1 .24 0 .46-.1.63-.24l.01.01 6-5-.01-.01c.22-.19.37-.45.37-.76z"],DoubleCaretVertical:["M5 9h10c.55 0 1-.45 1-1 0-.24-.1-.46-.24-.63l.01-.01-5-6-.01.01C10.57 1.15 10.31 1 10 1s-.57.15-.76.37l-.01-.01-5 6 .01.01C4.1 7.54 4 7.76 4 8c0 .55.45 1 1 1zm10 2H5c-.55 0-1 .45-1 1 0 .24.1.46.24.63l-.01.01 5 6 .01-.01c.19.22.45.37.76.37s.57-.15.76-.37l.01.01 5-6-.01-.01c.14-.17.24-.39.24-.63 0-.55-.45-1-1-1z"],DoubleChevronDown:["M9.29 10.71c.18.18.43.29.71.29s.53-.11.71-.29l6-6a1.003 1.003 0 00-1.42-1.42L10 8.59l-5.29-5.3a1.003 1.003 0 00-1.42 1.42l6 6zM16 9c-.28 0-.53.11-.71.29L10 14.59l-5.29-5.3a1.003 1.003 0 00-1.42 1.42l6 6c.18.18.43.29.71.29s.53-.11.71-.29l6-6A1.003 1.003 0 0016 9z"],DoubleChevronLeft:["M5.41 10l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 001.42-1.42L5.41 10zm6 0l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 001.42-1.42L11.41 10z"],DoubleChevronRight:["M11 10c0-.28-.11-.53-.29-.71l-6-6a1.003 1.003 0 00-1.42 1.42L8.59 10 3.3 15.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l6-6c.18-.18.29-.43.29-.71zm5.71-.71l-6-6a1.003 1.003 0 00-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],DoubleChevronUp:["M4 11c.28 0 .53-.11.71-.29L10 5.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-6-6A.997.997 0 0010 3c-.28 0-.53.11-.71.29l-6 6A1.003 1.003 0 004 11zm6.71-1.71A.997.997 0 0010 9c-.28 0-.53.11-.71.29l-6 6a1.003 1.003 0 001.42 1.42l5.29-5.3 5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-6-6z"],DoughnutChart:["M16 10c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6V0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10h-4zm-.09-1h4.04C19.48 4.28 15.72.52 11 .05V4.1A5.98 5.98 0 0115.91 9z"],Download:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm4.71 11.71l-4 4c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-4-4a1.003 1.003 0 011.42-1.42L9 12.59V5c0-.55.45-1 1-1s1 .45 1 1v7.59l2.29-2.29c.18-.19.43-.3.71-.3a1.003 1.003 0 01.71 1.71z"],DragHandleHorizontal:["M7.5 11c-.83 0-1.5.67-1.5 1.5S6.67 14 7.5 14 9 13.33 9 12.5 8.33 11 7.5 11zm-5-5C1.67 6 1 6.67 1 7.5S1.67 9 2.5 9 4 8.33 4 7.5 3.33 6 2.5 6zm0 5c-.83 0-1.5.67-1.5 1.5S1.67 14 2.5 14 4 13.33 4 12.5 3.33 11 2.5 11zm15-2c.83 0 1.5-.67 1.5-1.5S18.33 6 17.5 6 16 6.67 16 7.5 16.67 9 17.5 9zm-5 2c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm5 0c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-10-5C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6zm5 0c-.83 0-1.5.67-1.5 1.5S11.67 9 12.5 9 14 8.33 14 7.5 13.33 6 12.5 6z"],DragHandleVertical:["M7.5 6C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6zm0 5c-.83 0-1.5.67-1.5 1.5S6.67 14 7.5 14 9 13.33 9 12.5 8.33 11 7.5 11zm0 5c-.83 0-1.5.67-1.5 1.5S6.67 19 7.5 19 9 18.33 9 17.5 8.33 16 7.5 16zm5-12c.83 0 1.5-.67 1.5-1.5S13.33 1 12.5 1 11 1.67 11 2.5 11.67 4 12.5 4zm-5-3C6.67 1 6 1.67 6 2.5S6.67 4 7.5 4 9 3.33 9 2.5 8.33 1 7.5 1zm5 10c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-10c-.83 0-1.5.67-1.5 1.5S11.67 9 12.5 9 14 8.33 14 7.5 13.33 6 12.5 6z"],Draw:["M17.7 12.7c0-.1 0-.2-.1-.3l-2-7c-.1-.3-.3-.6-.6-.7L1.8 0l-.6.5L7.7 7c.3-.2.6-.3 1-.3 1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-.4.1-.7.3-1L.5 1.2l-.5.6L4.7 15c.1.3.4.5.7.6l7 2c.1 0 .2.1.3.1.3 0 .5-.1.7-.3l4-4c.2-.2.3-.5.3-.7zm1 1c-.3 0-.5.1-.7.3l-4 4c-.2.2-.3.4-.3.7 0 .5.4 1 1 1 .3 0 .5-.1.7-.3l4-4c.2-.2.3-.4.3-.7 0-.6-.5-1-1-1z"],DrawerLeft:["M9 0a1 1 0 011 1v18a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h8zM8 2H2v16h6V2zm2 7h6.59L14.3 6.71A.965.965 0 0114 6a1.003 1.003 0 011.71-.71l4 4c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-4 4a1.003 1.003 0 01-1.42-1.42l2.3-2.29H10V9z"],DrawerLeftFilled:["M1 0h8a1 1 0 011 1v18a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1zm9 9h6.59L14.3 6.71A.965.965 0 0114 6a1.003 1.003 0 011.71-.71l4 4c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-4 4a1.003 1.003 0 01-1.42-1.42l2.3-2.29H10V9z"],DrawerRight:["M19 0a1 1 0 011 1v18a1 1 0 01-1 1h-8a1 1 0 01-1-1V1a1 1 0 011-1h8zm-1 2h-6v16h6V2zm-8 7H3.41L5.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L3.41 11H10V9z"],DrawerRightFilled:["M11 0h8a1 1 0 011 1v18a1 1 0 01-1 1h-8a1 1 0 01-1-1V1a1 1 0 011-1zm-1 9H3.41L5.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L3.41 11H10V9z"],DriveTime:["M20.01 7.7c0-.63-.5-1.14-1.1-1.14h-1.32l-.95-2.57c-.24-.64-.95-1.31-1.59-1.5 0 0-1.65-.49-5.05-.49s-5.04.49-5.04.49c-.63.19-1.35.86-1.59 1.5l-.95 2.57H1.1C.5 6.56 0 7.07 0 7.7c0 .63.5 1.14 1.1 1.14h.47l-.34.91c-.24.64-.43 1.72-.43 2.4v5.39c0 .8.63 1.45 1.4 1.45.77 0 1.4-.65 1.4-1.45v-.83h12.8v.83c0 .8.63 1.45 1.4 1.45s1.4-.65 1.4-1.45v-5.39c0-.68-.19-1.77-.43-2.4l-.34-.91h.47c.61 0 1.11-.51 1.11-1.14zm-16.47.34l1.12-3.16c.08-.22.32-.39.54-.39h9.6c.22 0 .46.17.54.39l1.12 3.16c.08.21-.04.39-.26.39H3.8c-.22-.01-.34-.18-.26-.39zm.96 4.94c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.68 1.5 1.5c0 .83-.67 1.5-1.5 1.5zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"],Duplicate:["M15 4H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 14H2V6h12v12zm5-18H5c-.55 0-1 .45-1 1v2h2V2h12v12h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],Edit:["M4.59 12.59l2.83 2.83 7.65-7.65-2.83-2.83-7.65 7.65zM2 18l4.41-1.59-2.81-2.79L2 18zM16 2c-.55 0-1.05.22-1.41.59l-1.65 1.65 2.83 2.83 1.65-1.65A2.006 2.006 0 0016 2z"],Eject:["M4 12h12c.55 0 1-.45 1-1 0-.25-.1-.47-.25-.64l.01-.01-6-7-.01.01C10.57 3.14 10.3 3 10 3s-.57.14-.75.36l-.01-.01-6 7 .01.01c-.15.17-.25.39-.25.64 0 .55.45 1 1 1zm12 1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"],Emoji:["M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 2a8 8 0 100 16 8 8 0 000-16zm-4 8l.015.215C6.219 12.42 7.925 14 10 14a4 4 0 003.995-3.8L14 10h2l-.013.238C15.754 13.552 13.163 16 10 16a6 6 0 01-5.996-5.775L4 10h2zm1.5-4a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"],Endnote:["M16.943 1.571c-.306.058-.62.086-.943.086v1.286h2.317V10H20V0h-1.253c-.053.305-.17.562-.35.771-.17.21-.381.381-.633.515a2.738 2.738 0 01-.821.285z","M12.833 20c-.408 0-.822-.097-1.242-.29l-.168-.083c-.3-.146-.487-.238-.804-.556v.712H8.55V7h2.07v3.295l-.054 1.485a5.23 5.23 0 011.206-.797 3.19 3.19 0 011.35-.308c.552 0 1.044.11 1.476.326.432.206.798.507 1.098.906.3.386.528.857.684 1.412.156.555.234 1.177.234 1.865 0 .76-.108 1.442-.324 2.046a4.627 4.627 0 01-.828 1.503c-.348.41-.75.724-1.206.941-.456.217-.93.326-1.422.326zm-.432-1.72c.588 0 1.08-.254 1.476-.76.396-.52.594-1.286.594-2.3 0-.893-.15-1.587-.45-2.082-.3-.495-.786-.742-1.458-.742-.624 0-1.272.331-1.944.995v4.147c.312.277.618.47.918.579.312.109.6.163.864.163zM2.61 20c-.78 0-1.41-.236-1.89-.706C.24 18.81 0 18.177 0 17.393c0-.471.096-.888.288-1.25.204-.374.516-.694.936-.96.432-.265.972-.488 1.62-.67.66-.18 1.446-.32 2.358-.416a2.845 2.845 0 00-.108-.652 1.288 1.288 0 00-.27-.56 1.095 1.095 0 00-.486-.381 1.76 1.76 0 00-.756-.145c-.432 0-.858.085-1.278.254a8.75 8.75 0 00-1.206.615l-.756-1.394a8.826 8.826 0 011.656-.815 5.598 5.598 0 011.98-.344c1.104 0 1.926.332 2.466.996.552.652.828 1.6.828 2.843v5.268h-2.07v-.87a4.98 4.98 0 01-1.134.744A3.13 3.13 0 012.61 20zm.666-1.63c.36 0 .684-.084.972-.253.3-.17.618-.41.954-.724V15.4c-.6.072-1.104.169-1.512.29-.408.12-.738.26-.99.416-.252.145-.432.314-.54.507a1.242 1.242 0 00-.162.616c0 .398.12.688.36.869.24.18.546.271.918.271z"],Endorsed:["M19.83 9.38L18.81 7.6V5.62c0-.45-.23-.85-.61-1.08l-1.71-1-1.02-1.76a1.25 1.25 0 00-1.08-.61h-2.03l-1.74-1c-.38-.23-.87-.23-1.25 0l-1.74 1H5.65c-.44 0-.85.23-1.08.61L3.58 3.5l-1.8 1.04c-.38.24-.62.64-.62 1.08v2.06L.17 9.4c-.11.19-.17.4-.17.61s.06.42.17.61l.99 1.72v2.06c0 .45.23.85.61 1.08l1.78 1.02.99 1.72c.23.38.63.61 1.08.61h1.99l1.74 1c.19.11.41.17.62.17.21 0 .42-.06.61-.17l1.74-1h2.03c.44 0 .85-.23 1.08-.61l1.02-1.76 1.71-1c.38-.23.61-.64.61-1.08v-1.97l1.02-1.78c.27-.38.27-.85.04-1.25zm-5.08-.71l-5.01 5.01c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.29l-3.01-3.01a1.003 1.003 0 011.42-1.42l2.3 2.3 4.31-4.3a1.003 1.003 0 011.71.71c0 .28-.12.53-.3.71z"],Envelope:["M0 4.01v11.91l6.27-6.27L0 4.01zm18.91-1.03H1.09L10 10.97l8.91-7.99zm-5.18 6.66L20 15.92V4.01l-6.27 5.63zm-3.23 2.9c-.13.12-.31.19-.5.19s-.37-.07-.5-.19l-2.11-1.89-6.33 6.33h17.88l-6.33-6.33-2.11 1.89z"],Equals:["M4 7h12a1 1 0 010 2H4a1 1 0 110-2zm0 4h12a1 1 0 010 2H4a1 1 0 010-2z"],Eraser:["M18.71 8.43c.39-.4.39-1.05 0-1.45l-5.53-5.72a.967.967 0 00-1.4 0L1.29 12.1c-.39.4-.39 1.05 0 1.45l4.25 4.39 2.13 2.05h9.27c.02 0 .03.01.05.01.55 0 1-.45 1-1s-.45-1-1-1H9.46l.05-.05h.01l.81-.84 8.38-8.68zM7.52 17.94l-4.95-5.12 4.46-4.61 4.95 5.12-4.46 4.61z"],Error:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm1 16H9v-2h2v2zm0-3H9V4h2v9z"],Euro:["M8.89 4.47c.56-.31 1.23-.47 2.03-.47.44 0 .85.07 1.25.22.4.14.76.35 1.07.6.17.14.33.3.47.47l2.32-2.32c-.16-.15-.3-.32-.47-.46-.62-.49-1.33-.87-2.12-1.13-.8-.25-1.64-.38-2.52-.38-1.24 0-2.35.22-3.33.66-.99.44-1.82 1.05-2.49 1.82-.68.78-1.2 1.68-1.56 2.72-.09.26-.13.54-.2.8H2c-.55 0-1 .45-1 1s.45 1 1 1h1.04c-.01.2-.04.38-.04.58 0 .15.03.28.03.42H2c-.55 0-1 .45-1 1s.45 1 1 1h1.31c.07.3.13.6.23.89.36 1.02.88 1.92 1.56 2.67.68.76 1.51 1.35 2.49 1.79.98.43 2.09.65 3.33.65.99 0 1.9-.15 2.73-.46.83-.3 1.55-.74 2.17-1.32.03-.03.05-.06.08-.09l-2.41-2.15c-.01.01-.02.02-.02.03-.61.67-1.46 1-2.54 1-.8 0-1.47-.16-2.03-.47-.56-.31-1.01-.72-1.35-1.24-.28-.38-.47-.83-.63-1.3H12c.55 0 1-.45 1-1s-.45-1-1-1H6.56c0-.14-.02-.28-.02-.42 0-.2.02-.39.03-.58H13c.55 0 1-.45 1-1s-.45-1-1-1H6.94c.15-.46.34-.9.59-1.28.35-.52.8-.94 1.36-1.25zM18 11.38v0z"],Exchange:["M2.5 8a2.5 2.5 0 000 5 2.5 2.5 0 000-5zm10.35 3.15a.495.495 0 10-.7.7L13.3 13H5.5c-.28 0-.5.22-.5.5s.22.5.5.5h7.79l-1.15 1.15c-.08.09-.14.21-.14.35a.495.495 0 00.85.35l2-2c.09-.09.15-.21.15-.35s-.06-.26-.15-.35l-2-2zM17.5 8a2.5 2.5 0 000 5 2.5 2.5 0 000-5zM7.15 9.85a.495.495 0 10.7-.7L6.71 8h7.79c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H6.71l1.15-1.15c.08-.09.14-.21.14-.35a.495.495 0 00-.85-.35l-2 2c-.09.09-.15.21-.15.35s.06.26.15.35l2 2z"],ExcludeRow:["M1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zM0 13a1.003 1.003 0 001.71.71L4 11.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L5.41 10 7.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L4 8.59l-2.29-2.3A1.003 1.003 0 00.29 7.71L2.59 10 .3 12.29c-.19.18-.3.43-.3.71zm18-5h-7c-1.1 0-2 .9-2 2s.9 2 2 2h7c1.1 0 2-.9 2-2s-.9-2-2-2zm1 9H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],ExpandAll:["M4 9c.28 0 .53-.11.71-.29L10 3.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-6-6C10.53 1.11 10.28 1 10 1s-.53.11-.71.29l-6 6A1.003 1.003 0 004 9zm12 2c-.28 0-.53.11-.71.29L10 16.59 4.71 11.3A.965.965 0 004 11a1.003 1.003 0 00-.71 1.71l6 6c.18.18.43.29.71.29s.53-.11.71-.29l6-6A1.003 1.003 0 0016 11z"],Explain:["M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10h10V10c0-5.523-4.477-10-10-10zM8 11a1 1 0 011 1v4.37a.63.63 0 001.18.307l3.74-6.733A.635.635 0 0013.365 9H12a1 1 0 01-1-1V3.63a.63.63 0 00-1.18-.306l-3.74 6.732a.635.635 0 00.555.944H8z"],Export:["M5 7c.28 0 .53-.11.71-.29L9 3.41V15c0 .55.45 1 1 1s1-.45 1-1V3.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-5-5C10.53.11 10.28 0 10 0s-.53.11-.71.29l-5 5A1.003 1.003 0 005 7zm14 7c-.55 0-1 .45-1 1v3H2v-3c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],EyeOff:["M20 9.96v-.03-.01-.02-.02a.794.794 0 00-.21-.43c-.55-.69-1.19-1.3-1.85-1.87l-3.93 2.62a3.966 3.966 0 01-3.96 3.77c-.47 0-.91-.1-1.33-.24l-2.24 1.49c.52.21 1.05.39 1.6.51 1.21.27 2.43.28 3.64.05 1.11-.21 2.17-.64 3.17-1.18 1.56-.84 2.99-2 4.23-3.3.23-.24.46-.49.67-.75a.87.87 0 00.21-.43v-.02-.02-.01-.03V10v-.04zm-.46-5.14c.27-.18.46-.47.46-.82 0-.55-.45-1-1-1-.21 0-.39.08-.54.18l-.01-.02L15 5.46c-.95-.53-1.95-.96-3.01-1.2a9.158 9.158 0 00-3.65-.04c-1.11.21-2.17.64-3.17 1.18-1.56.84-2.99 2-4.23 3.3-.23.24-.46.48-.67.75-.27.34-.27.76 0 1.1.64.79 1.39 1.5 2.16 2.15.26.21.52.41.79.61L.44 15.16l.01.02A1 1 0 000 16c0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02 18-12-.01-.02zm-8.67 3.4c-.25-.12-.53-.2-.83-.2-1.1 0-1.99.89-1.99 1.99 0 .03.02.06.02.09l-1.78 1.19c-.14-.4-.22-.83-.22-1.28 0-2.19 1.78-3.97 3.98-3.97 1.01 0 1.91.38 2.61 1l-1.79 1.18z"],EyeOn:["M13.3 8.71c.18.18.43.29.71.29s.53-.11.71-.29l4.99-5a1.003 1.003 0 00-1.42-1.42L14 6.58l-2.29-2.29a.956.956 0 00-.7-.29 1.003 1.003 0 00-.71 1.71l3 3zM20 9.96v-.03-.01-.02-.02a.823.823 0 00-.21-.44c-.44-.55-.94-1.05-1.46-1.52l-2.2 2.2c-.55.54-1.3.88-2.12.88-.05 0-.09-.01-.14-.01a3.978 3.978 0 01-3.86 3.02 4.007 4.007 0 01-1.66-7.65A2.97 2.97 0 018.02 5c0-.28.05-.54.12-.8-1.05.22-2.07.64-3.02 1.15-1.57.85-3 2.02-4.24 3.33-.23.25-.46.5-.67.76-.28.35-.28.77 0 1.12.64.8 1.4 1.52 2.17 2.17 1.66 1.41 3.56 2.58 5.66 3.06 1.21.27 2.43.29 3.65.05 1.11-.21 2.18-.65 3.18-1.19 1.57-.85 3-2.02 4.24-3.33.23-.24.46-.49.67-.76.11-.12.18-.27.21-.44v-.02-.02-.01-.03V10c.01-.01.01-.03.01-.04zm-9.99 2.05c1.03 0 1.87-.79 1.98-1.8l-.09-.09-.01.01-2.1-2.11c-1 .11-1.77.95-1.77 1.98-.01 1.11.89 2.01 1.99 2.01z"],EyeOpen:["M10.01 7.984A2.008 2.008 0 008.012 9.99c0 1.103.9 2.006 1.998 2.006a2.008 2.008 0 001.998-2.006c0-1.103-.9-2.006-1.998-2.006zM20 9.96v-.03-.01-.02-.02a.827.827 0 00-.21-.442c-.64-.802-1.398-1.514-2.168-2.166-1.658-1.404-3.566-2.587-5.664-3.058a8.982 8.982 0 00-3.656-.05c-1.11.2-2.178.641-3.177 1.183-1.569.852-2.997 2.016-4.246 3.33-.23.25-.46.49-.67.761-.279.351-.279.773 0 1.124.64.802 1.4 1.514 2.169 2.166 1.658 1.404 3.566 2.577 5.664 3.058 1.209.271 2.438.281 3.656.05 1.11-.21 2.178-.651 3.177-1.193 1.569-.852 2.997-2.016 4.246-3.33.23-.24.46-.49.67-.751.11-.12.179-.271.209-.442v-.02-.02-.01-.03V10v-.04zM10.01 14A4.003 4.003 0 016.014 9.99a4.003 4.003 0 013.996-4.011 4.003 4.003 0 013.996 4.011 4.003 4.003 0 01-3.996 4.011z"],FastBackward:["M18 3c-.23 0-.42.09-.59.21l-.01-.01L11 8V4c0-.55-.45-1-1-1-.23 0-.42.09-.59.21L9.4 3.2l-8 6 .01.01C1.17 9.4 1 9.67 1 10s.17.6.41.79l-.01.01 8 6 .01-.01c.17.12.36.21.59.21.55 0 1-.45 1-1v-4l6.4 4.8.01-.01c.17.12.36.21.59.21.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],FastForward:["M19 10c0-.33-.17-.6-.41-.79l.01-.01-8-6-.01.01C10.42 3.09 10.23 3 10 3c-.55 0-1 .45-1 1v4L2.6 3.2l-.01.01C2.42 3.09 2.23 3 2 3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01L9 12v4c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01 8-6-.01-.01c.24-.19.41-.46.41-.79z"],Feed:["M2.5 15a2.5 2.5 0 000 5 2.5 2.5 0 000-5zm.5-5c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5 2.24 5 5 0 .55.45 1 1 1s1-.45 1-1c0-3.87-3.13-7-7-7zM3 0c-.55 0-1 .45-1 1s.45 1 1 1c8.28 0 15 6.72 15 15 0 .55.45 1 1 1s1-.45 1-1C20 7.61 12.39 0 3 0zm0 5c-.55 0-1 .45-1 1s.45 1 1 1c5.52 0 10 4.48 10 10 0 .55.45 1 1 1s1-.45 1-1C15 10.37 9.63 5 3 5z"],FeedSubscribed:["M2.5 15a2.5 2.5 0 000 5 2.5 2.5 0 000-5zM3 2c1.76 0 3.44.31 5.01.87.03-.71.31-1.35.75-1.85C6.96.37 5.03 0 3 0c-.55 0-1 .45-1 1s.45 1 1 1zm10.32 4.67a.99.99 0 001.4 0l4.98-4.98c.19-.17.3-.42.3-.7 0-.55-.45-1-1-1a.99.99 0 00-.7.29l-4.27 4.27-2.28-2.28a.99.99 0 00-.7-.29c-.55 0-.99.45-.99 1 0 .28.11.52.29.7l2.97 2.99zM3 10c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5 2.24 5 5 0 .55.45 1 1 1s1-.45 1-1c0-3.87-3.13-7-7-7zm13.94-2.69l-.82.82-.02-.02c-.2.2-.42.37-.67.51A14.8 14.8 0 0118 17c0 .55.45 1 1 1s1-.45 1-1c0-3.61-1.14-6.94-3.06-9.69zM3 5c-.55 0-1 .45-1 1s.45 1 1 1c5.52 0 10 4.48 10 10 0 .55.45 1 1 1s1-.45 1-1C15 10.37 9.63 5 3 5z"],Film:["M19 2h-5v3H6V2H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h5v-3h8v3h5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM4 17H2v-2h2v2zm0-3H2v-2h2v2zm0-3H2V9h2v2zm0-3H2V6h2v2zm0-3H2V3h2v2zm10 8H6V7h8v6zm4 4h-2v-2h2v2zm0-3h-2v-2h2v2zm0-3h-2V9h2v2zm0-3h-2V6h2v2zm0-3h-2V3h2v2z"],Filter:["M18 1H2a1.003 1.003 0 00-.71 1.71L7 8.41V18a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71V8.41l5.71-5.71c.18-.17.29-.42.29-.7 0-.55-.45-1-1-1z"],FilterKeep:["M15 2c0-.55-.45-1-1-1H1a1.003 1.003 0 00-.71 1.71L5 7.41V16a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71V7.41l4.71-4.71c.18-.17.29-.42.29-.7zm4 11c-.28 0-.53.11-.71.29L15 16.59l-1.29-1.29A.965.965 0 0013 15a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0019 13z"],FilterList:["M15 2c0-.55-.45-1-1-1H1a1.003 1.003 0 00-.71 1.71L5 7.41V16a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71V7.41l4.71-4.71c.18-.17.29-.42.29-.7zm-4 8c0 .55.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1h-7c-.55 0-1 .45-1 1zm8 7h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm0-4h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],FilterOpen:["M15 2c0 .28-.11.53-.29.7L10 7.41V13c0 .28-.11.53-.29.71l-3 3A1.003 1.003 0 015 16V7.41L.29 2.71A1.003 1.003 0 011 1h13c.55 0 1 .45 1 1zm4.707 11.293a1 1 0 010 1.414l-4 4c-.63.63-1.707.184-1.707-.707v-8c0-.89 1.077-1.337 1.707-.707l4 4z"],FilterRemove:["M15 2c0-.55-.45-1-1-1H1a1.003 1.003 0 00-.71 1.71L5 7.41V16a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71V7.41l4.71-4.71c.18-.17.29-.42.29-.7zm2.91 13.5l1.79-1.79c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-1.79 1.79-1.79-1.79a1.003 1.003 0 00-1.42 1.42l1.79 1.79-1.79 1.79a1.003 1.003 0 001.42 1.42l1.79-1.79 1.79 1.79a1.003 1.003 0 001.42-1.42l-1.8-1.79z"],Flag:["M3 3c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1zm0-3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm2 4.08v8.28c3.01-2.41 8.67 2.64 13 0V4.08C13.61 7.14 8.01 1 5 4.08z"],Flame:["M11.622 0c0 1.71.49 3.077 1.472 4.103C16.364 6.496 18 9.23 18 12.308c0 3.418-1.962 5.983-5.887 7.692 2.887-3 2.453-4.23-.49-8C8.5 13.5 9 14.5 9.5 16.5c-1.048 0-2 0-2.5-.5 0 .684 1.197 2.5 1.952 4-3.924-1.026-8.123-7.18-6.651-7.692.981-.342 2.126-.171 3.434.513C4.1 6.667 6.062 2.393 11.622 0z"],Flash:["M4.96 6.37a1.003 1.003 0 001.42-1.42l-2-2a1.07 1.07 0 00-.71-.28 1.003 1.003 0 00-.71 1.71l2 1.99zm9.37.3c.28 0 .53-.11.71-.29l2-2a1.003 1.003 0 00-1.42-1.42l-2 2a1.003 1.003 0 00.71 1.71zM10 5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S9 .45 9 1v3c0 .55.45 1 1 1zm-5 5c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1zm14-1h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm-9-3c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.04 1.63a1.003 1.003 0 00-1.42 1.42l2 2a1.003 1.003 0 001.42-1.42l-2-2zM10 15c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1v-3c0-.55-.45-1-1-1zm-4.33-1.67c-.28 0-.53.11-.71.29l-2 2a1.003 1.003 0 001.42 1.42l2-2a1.003 1.003 0 00-.71-1.71z"],FloatingPoint:["M1 6.648c.343 0 .676-.028 1-.085.324-.057.614-.152.871-.284.267-.133.49-.303.672-.512.19-.208.314-.464.371-.767h1.329v9.947H3.457v-7.02H1V6.648zm13.965-1.635c.688 0 1.247.16 1.677.478.44.31.78.711 1.018 1.204.247.483.413 1.016.495 1.6.092.583.137 1.149.137 1.696 0 .547-.045 1.112-.137 1.696a5.182 5.182 0 01-.495 1.614 3.234 3.234 0 01-1.018 1.203c-.43.31-.99.465-1.677.465-.688 0-1.251-.155-1.691-.465-.431-.319-.77-.72-1.018-1.203a5.714 5.714 0 01-.495-1.614 12.116 12.116 0 01-.123-1.696c0-.547.04-1.113.123-1.696a5.534 5.534 0 01.495-1.6 3.26 3.26 0 011.018-1.204c.44-.319 1.004-.478 1.691-.478zm0 8.657c.34 0 .623-.096.853-.287.229-.2.407-.465.536-.794a4.61 4.61 0 00.288-1.176c.056-.447.083-.92.083-1.422 0-.502-.027-.971-.083-1.409a4.61 4.61 0 00-.288-1.176c-.129-.337-.307-.602-.536-.793-.23-.2-.514-.301-.853-.301-.348 0-.637.1-.866.3-.22.192-.399.457-.537.794-.128.337-.22.73-.274 1.176-.056.438-.083.907-.083 1.409 0 .501.027.975.082 1.422.055.447.147.84.275 1.176.138.329.317.593.537.794.229.191.518.287.866.287zm-5.104-.588H7.875V15h1.986v-1.918z"],FloppyDisk:["M14 1h-3v5h3V1zm5.71 2.29l-3-3A.997.997 0 0016 0h-1v7H5V0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V4c0-.28-.11-.53-.29-.71zM17 19H3v-8c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v8z"],FlowBranch:["M14.425 7.953a3.98 3.98 0 01.562 2.045 3.98 3.98 0 01-.583 2.08L18 15.671V12.98c0-.248.097-.496.29-.689.379-.379 1.047-.38 1.426 0a.94.94 0 01.283.696l-.001 5.049a.957.957 0 01-.276.69.955.955 0 01-.69.273h-5.059a.971.971 0 01-.689-.289 1.026 1.026 0 010-1.417.972.972 0 01.69-.29h2.702l-3.634-3.573a3.998 3.998 0 01-5.924-2.431H1a1 1 0 010-2h6.12a3.998 3.998 0 015.96-2.409L16.665 3l-2.694-.001a.972.972 0 01-.689-.29 1.035 1.035 0 010-1.425.94.94 0 01.696-.283l5.05.001c.248 0 .497.083.69.276a.954.954 0 01.272.69l.001 5.052a.971.971 0 01-.29.689 1.028 1.028 0 01-1.419 0 .972.972 0 01-.29-.69V4.323l-3.567 3.63z"],FlowEnd:["M12 9.919a3.998 3.998 0 014-3.92c2.21 0 4 1.79 4 3.997a3.998 3.998 0 01-4 3.996 3.998 3.998 0 01-4-3.916.967.967 0 01-.28.612L7.685 14.71a.958.958 0 01-.686.285c-.536 0-.994-.461-.994-.997 0-.273.107-.528.283-.704l2.379-2.302H.98c-.537 0-.976-.46-.976-.996s.44-.992.976-.992h7.676L6.287 6.687a.957.957 0 01-.283-.686c0-.536.458-.996.994-.996.274 0 .51.1.686.285l4.027 4.024c.159.158.27.365.29.605z"],FlowLinear:["M5.125 10.997H.976C.439 10.997 0 10.537 0 10c0-.536.44-.993.976-.993h4.148a4.002 4.002 0 017.752 0h3.776L14.293 6.69a.962.962 0 01-.285-.687c0-.537.46-1.001.996-1.001a.96.96 0 01.698.3l4.005 4.015c.176.176.293.41.293.683a.972.972 0 01-.283.693L15.702 14.7a.997.997 0 01-.698.297c-.537 0-.996-.453-.996-.99 0-.273.107-.517.283-.692l2.371-2.318h-3.787a4.002 4.002 0 01-7.75 0z"],FlowReview:["M6.13 9.004A4.005 4.005 0 0110.012 6c1.87 0 3.44 1.278 3.881 3.005h2.768l-2.354-2.317a.97.97 0 01-.283-.691c0-.536.462-.995 1-.995.273 0 .517.107.693.283l4 4.041a.97.97 0 01.284.692.956.956 0 01-.293.682l-3.991 3.997a.944.944 0 01-.694.292c-.537 0-1-.46-1-.997a.97.97 0 01.284-.692l2.345-2.29h-2.765a4.005 4.005 0 01-3.875 2.981 4.005 4.005 0 01-3.874-2.981H3.349l2.376 2.308a.97.97 0 01.283.691 1 1 0 01-.994.983.989.989 0 01-.713-.291L.293 10.699A.956.956 0 010 10.017a.97.97 0 01.283-.692l4.03-4.037a.996.996 0 01.701-.283c.537 0 .994.464.994 1a.97.97 0 01-.283.691L3.34 9.004h2.79z"],FlowReviewBranch:["M13.04 13.424c-.6.36-1.302.568-2.052.568a4 4 0 01-3.868-2.999H3.342l2.372 2.31c.176.176.283.42.283.694 0 .537-.452.998-.988.998a.935.935 0 01-.691-.289L.292 10.683A.96.96 0 010 9.999c0-.274.107-.518.283-.694l4.035-4.04a.973.973 0 01.691-.288c.536 0 .988.47.988 1.007a.975.975 0 01-.283.694L3.332 8.984h3.786a4 4 0 013.87-3.006c.771 0 1.492.22 2.102.599l3.565-3.57-2.538-.003a.974.974 0 01-.69-.29c-.38-.38-.38-1.052-.002-1.431A.94.94 0 0114.122 1l4.896.005a.96.96 0 01.69.277c.193.193.27.442.27.69l.005 4.9a.971.971 0 01-.289.69 1.023 1.023 0 01-1.416 0 .975.975 0 01-.29-.691l-.003-2.54-3.554 3.62c.351.596.553 1.291.553 2.034 0 .763-.213 1.477-.583 2.084l3.595 3.595.003-2.54c0-.249.097-.497.29-.69.38-.38 1.05-.381 1.429-.002a.94.94 0 01.282.697l-.005 4.9a.927.927 0 01-.277.675.974.974 0 01-.69.291L13.974 19a.97.97 0 01-.69-.29 1.03 1.03 0 01.002-1.42.974.974 0 01.69-.29l2.696-.003-3.632-3.573z"],Flows:["M17.5 7.93a2.5 2.5 0 00-2.45 2h-2.3l-4.01-4-.75.75 3.26 3.25h-6.3a2.5 2.5 0 100 1h6.3l-3.26 3.25.75.75 4.01-4h2.3a2.5 2.5 0 102.45-3z"],FolderClose:["M0 17c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7H0v10zM19 4H9.41l-1.7-1.71A.997.997 0 007 2H1c-.55 0-1 .45-1 1v3h20V5c0-.55-.45-1-1-1z"],FolderNew:["M12.994 7c0 1.655 1.344 3 2.998 3a3.002 3.002 0 002.999-3H20v10c0 .55-.45 1-1 1H1.01c-.55 0-1-.45-1-1V7h12.984zM10.76 6H0V3c0-.55.45-1 1-1h3.998c.28 0 .53.11.71.29L7.415 4h2.579c0 .768.29 1.469.765 2zm8.23-3c.55 0 1 .45 1 1s-.45 1-1 1h-1.998v2c0 .55-.45 1-1 1s-1-.45-1-1V5h-1.998c-.55 0-1-.45-1-1s.45-1 1-1h1.999V1c0-.55.45-1 .999-1 .55 0 1 .45 1 1v2h1.999z"],FolderOpen:["M20 9c0-.55-.45-1-1-1H5c-.43 0-.79.27-.93.65h-.01l-3 8h.01c-.04.11-.07.23-.07.35 0 .55.45 1 1 1h14c.43 0 .79-.27.93-.65h.01l3-8h-.01c.04-.11.07-.23.07-.35zM3.07 7.63C3.22 7.26 3.58 7 4 7h14V5c0-.55-.45-1-1-1H8.41l-1.7-1.71A.997.997 0 006 2H1c-.55 0-1 .45-1 1v12.31l3.07-7.68z"],FolderShared:["M11 4H9.41l-1.7-1.71A.997.997 0 007 2H1c-.55 0-1 .45-1 1v3h11.78C11.3 5.47 11 4.77 11 4zm8-1h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L12.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L18 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1zm-2.46 7.7l-1.42 1.42a2.996 2.996 0 11-4.24-4.24l.88-.88H0v10c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-5.18c-.31.11-.65.18-1 .18-1.02 0-1.92-.52-2.46-1.3z"],FolderSharedOpen:["M3.07 7.63C3.22 7.26 3.58 7 4 7h7.76l.54-.54A2.97 2.97 0 0111 4H8.41l-1.7-1.71A.997.997 0 006 2H1c-.55 0-1 .45-1 1v12.31l3.07-7.68zm13.47 3.07l-1.42 1.42A2.996 2.996 0 0110 10c0-.77.3-1.47.78-2H5c-.43 0-.79.27-.93.65h-.01l-3 8h.01c-.04.11-.07.23-.07.35 0 .55.45 1 1 1h14c.43 0 .79-.27.93-.65h.01l2.01-5.36c-1-.01-1.88-.52-2.41-1.29zM19 3h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L12.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L18 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],Follower:["M11.54 15.92c-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5a3.69 3.69 0 00-1.29-1.86C9.69 4.25 8.8 4 8.01 4c-.8 0-1.69.25-2.32.73-.61.47-1.06 1.13-1.28 1.86-.05.17-.09.33-.11.5-.12.6-.18 1.51-.18 2.14v.08c-.23.09-.44.32-.49.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59-1.48.65-3.71 1.35-4.16 2.4C-.16 19.38.02 20 .02 20h15.95s.18-.62-.27-1.67c-.46-1.06-2.68-1.75-4.16-2.41zm8.15-12.63l-3-3a.956.956 0 00-.7-.29 1.003 1.003 0 00-.71 1.71L16.58 3H13c-.55 0-1 .45-1 1s.45 1 1 1h3.58l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.3-.71z"],Following:["M11.55 15.92c-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5a3.69 3.69 0 00-1.29-1.86C9.7 4.25 8.81 4 8.02 4c-.79 0-1.68.25-2.31.73-.61.47-1.07 1.13-1.29 1.86-.05.16-.09.33-.11.5-.12.6-.18 1.51-.18 2.14v.08c-.23.09-.44.32-.48.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59C3 16.56.77 17.26.32 18.31-.15 19.38.04 20 .04 20h15.95s.18-.62-.27-1.67c-.46-1.06-2.69-1.75-4.17-2.41zM19 3h-3.58l1.29-1.29A1.003 1.003 0 0015.29.29l-3 3c-.17.18-.28.43-.28.71 0 .28.11.53.29.71l3 3c.18.18.43.29.7.29a1.003 1.003 0 00.71-1.71L15.42 5H19c.55 0 1-.45 1-1s-.45-1-1-1z"],Font:["M10.933 2.641a1 1 0 00-1.866 0L4.075 15.62a1 1 0 101.867.717L7.225 13h5.55l1.283 3.337a1 1 0 101.867-.717L10.933 2.64zM12.005 11L10 5.786 7.994 11h4.011z"],Fork:["M16.71 11.29a1.003 1.003 0 00-1.42 1.42l1.3 1.29h-2.17l-8-8h10.17L15.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 00-1.42 1.42L16.59 4H1c-.55 0-1 .45-1 1s.45 1 1 1h2.59l9.71 9.71c.17.18.42.29.7.29h2.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3z"],Form:["M2 13v4h4v-4H2zm-1-2h6c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1zm11-7h7c.55 0 1 .45 1 1s-.45 1-1 1h-7c-.55 0-1-.45-1-1s.45-1 1-1zM8 1a1.003 1.003 0 01.71 1.71l-5 6C3.53 8.89 3.28 9 3 9s-.53-.11-.71-.29l-2-2a1.003 1.003 0 011.42-1.42L3 6.59l4.29-5.3C7.47 1.11 7.72 1 8 1zm4 13h7c.55 0 1 .45 1 1s-.45 1-1 1h-7c-.55 0-1-.45-1-1s.45-1 1-1z"],Fuel:["M2.196 2H0v2h2c.317 0 .619.139.825.38l3.493 4.075-1.873 1.248a1 1 0 00-.445.832V18c0 .5.5 1 1 1h14c.5 0 1-.5 1-1V7.1c0-.034-.001-.067-.004-.1H20V3s0-1-1-1h-8c-.5 0-1 .5-1 1v3L8.12 7.254 4.463 3.035A3 3 0 002.196 2zM18 4v2h-6V4h6z"],FullCircle:["M9.96 0a10 10 0 100 20 10 10 0 100-20z"],FullStackedChart:["M15 16h2c.55 0 1-.45 1-1v-5h-4v5c0 .55.45 1 1 1zM12 2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v4h4V2zm6 4h-4v3h4V6zm0-4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v3h4V2zm-6 5H8v5h4V7zm-9 9h2c.55 0 1-.45 1-1v-3H2v3c0 .55.45 1 1 1zm6 0h2c.55 0 1-.45 1-1v-2H8v2c0 .55.45 1 1 1zm10 1H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM6 2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3h4V2zm0 4H2v5h4V6z"],Fullscreen:["M3.41 2H6c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v5c0 .55.45 1 1 1s1-.45 1-1V3.41L7.29 8.7c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L3.41 2zM8 11c-.28 0-.53.11-.71.29L2 16.59V14c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1H3.41l5.29-5.29c.19-.18.3-.43.3-.71 0-.55-.45-1-1-1zM19 0h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L18 3.41V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm0 13c-.55 0-1 .45-1 1v2.59l-5.29-5.29A.965.965 0 0012 11a1.003 1.003 0 00-.71 1.71l5.3 5.29H14c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1z"],Function:["M10.14 5.82H8.73c.4-1.66.94-2.87 1.6-3.64.4-.48.8-.72 1.18-.72.08 0 .14.02.19.07.05.05.07.1.07.18 0 .07-.05.19-.16.37s-.16.36-.16.52c0 .23.08.43.25.59a.9.9 0 00.64.25c.28 0 .51-.1.7-.3.19-.2.28-.47.28-.81 0-.39-.14-.7-.42-.94-.28-.24-.74-.36-1.36-.36-.97 0-1.86.29-2.65.87-.79.56-1.54 1.52-2.26 2.85-.24.46-.48.75-.7.88-.22.13-.57.19-1.06.19l-.32 1.15H5.9l-1.99 7.85c-.33 1.29-.56 2.09-.67 2.39-.17.44-.43.81-.77 1.12a.74.74 0 01-.5.19c-.05 0-.1-.02-.14-.05l-.04-.07c0-.03.05-.1.15-.2.1-.1.15-.26.15-.47 0-.23-.08-.42-.23-.57-.16-.15-.38-.23-.67-.23-.35 0-.63.1-.85.29-.21.2-.32.43-.32.7 0 .29.13.54.39.75.25.22.65.33 1.2.33.88 0 1.66-.23 2.33-.69.68-.46 1.27-1.17 1.78-2.14.51-.96 1.03-2.52 1.56-4.66l1.14-4.54H9.8l.34-1.15zm6.8 1.95c.25-.2.51-.29.78-.29.1 0 .29.04.56.11.27.08.51.11.72.11.29 0 .52-.1.72-.3.18-.19.28-.45.28-.77 0-.33-.1-.6-.29-.8-.19-.2-.47-.29-.82-.29-.32 0-.62.08-.9.23-.28.15-.64.49-1.08 1-.33.38-.81 1.05-1.44 2a9.712 9.712 0 00-1.31-3.22l-3.4.59-.07.37c.25-.05.47-.08.64-.08.34 0 .62.15.84.44.35.46.84 1.85 1.46 4.19-.49.66-.82 1.09-1 1.3-.3.33-.55.54-.74.64-.15.08-.32.12-.51.12-.14 0-.38-.08-.7-.24-.22-.1-.42-.16-.59-.16-.33 0-.6.11-.82.32-.21.22-.32.49-.32.83 0 .31.1.57.3.77.2.2.47.29.8.29.32 0 .63-.07.92-.21.29-.14.64-.43 1.08-.88.43-.45 1.03-1.16 1.79-2.14.29.93.55 1.61.76 2.03.21.42.46.73.74.91.28.19.62.28 1.04.28.4 0 .81-.15 1.23-.44.55-.38 1.1-1.04 1.68-1.97l-.35-.21c-.39.55-.68.89-.87 1.03-.12.09-.27.13-.44.13-.2 0-.4-.13-.59-.38-.33-.43-.77-1.63-1.33-3.6.47-.86.89-1.44 1.23-1.71z"],GanttChart:["M4 7h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm3 2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1zm12 3h-6c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0 4H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],Generate:["M8 13a1 1 0 00-1-1H4.942a.942.942 0 01-.81-1.422L10.11.49A1.02 1.02 0 0111 0a1 1 0 011 1v6a1 1 0 001 1h2.058a.942.942 0 01.81 1.422L9.89 19.51A1.02 1.02 0 019 20a1 1 0 01-1-1v-6z"],Geofence:["M8 11l.075.003.126.017.111.03.111.044.098.052.096.067.09.08c.036.035.068.073.097.112l.071.11.054.114.035.105.03.148L9 12V18a1 1 0 01-1.993.117L7 18v-3.586l-5.293 5.293a1 1 0 01-1.497-1.32l.083-.094L5.584 13h-3.58a1 1 0 01-.117-1.993L2.004 11H8zm3.018-11a1.003 1.003 0 01.39.087l.12.063.031.02.1.078 8.027 7.026.062.064.068.086.044.068.064.128.04.117.024.113.011.108v.1l-.007.073-.019.103-.037.121-.039.09-.05.087-4.996 7.994c-.06.097-.137.183-.226.254l-.093.067-.095.053-.087.037-.125.037a1.018 1.018 0 01-.218.026H11v-5a3 3 0 00-2.824-2.995L8 9H3V6a1 1 0 01.321-.734l.098-.08 7-5a1.01 1.01 0 01.45-.178L11.018 0z"],Geolocation:["M0 8.33l9.17 2.5 2.5 9.17L20 0z"],Geosearch:["M8 18.88c-3.79 0-6.88-3.09-6.88-6.88 0-.61.08-1.22.23-1.79.03.01.06-.01.1-.01h.09v.55c0 .23.21.42.44.42.04 0 .09-.01.12-.02l.9.88c.09.09.23.09.32 0s.09-.23 0-.32l-.86-.9c0-.02.05-.04.05-.07v-.13c0-.18.1-.25.29-.41h.53c.1 0 .19-.01.27-.05.01-.01.02 0 .03-.01.02-.01.03-.02.05-.04.01-.01.02-.01.02-.02l.02-.02 1.13-1.13c-.16-.32-.3-.65-.42-.99h-.64v-.53c0-.01.06.06.06-.1h.38c-.04-.16-.08-.32-.1-.48h-.71c.2-.16.42-.31.64-.45C4.02 6.09 4 5.8 4 5.5c0-.14.01-.28.02-.43C1.62 6.46 0 9.04 0 12c0 4.41 3.59 8 8 8 3.87 0 7.09-2.77 7.82-6.44l-.97-1.1c-.26 3.57-3.23 6.42-6.85 6.42zm-2.12-3.67v-.35h.15c.29 0 .49-.23.49-.53v-.68c0-.01.01-.01 0-.02L4.71 11.8h-.77c-.29 0-.47.24-.47.53v2c0 .29.18.53.47.53h.33v2.02c0 .28.28.51.56.51s.56-.23.56-.51v-1.22h-.01c.29 0 .5-.16.5-.45zm13.83-2.92l-3.68-3.68c.14-.21.27-.42.38-.65.02-.04.04-.07.05-.11.11-.22.2-.45.28-.69v-.01c.07-.24.13-.48.17-.73l.03-.17c.04-.24.06-.49.06-.75C17 2.46 14.54 0 11.5 0S6 2.46 6 5.5 8.46 11 11.5 11c.26 0 .51-.02.76-.06l.17-.03c.25-.04.49-.1.73-.17h.01c.24-.08.47-.17.69-.28.04-.02.07-.04.11-.05.23-.11.44-.24.65-.38l3.68 3.68c.17.18.42.29.7.29a1.003 1.003 0 00.71-1.71zM11.5 9.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm1.93 5.33v-.65c0-.11-.13-.21-.24-.21-.11 0-.24.09-.24.21v.65c0 .11.13.21.24.21.11 0 .24-.1.24-.21zm-2.41.67h.83c.29 0 .46-.21.46-.5v-1.86l.23-.22c-.34.05-.69.08-1.04.08-.36 0-.7-.03-1.05-.08.03.05.06.1.08.16V15c.01.29.2.5.49.5z"],Geotime:["M15.555 7c-2.375 0-4.305 1.867-4.305 4.164 0 2.305 4.305 8.836 4.305 8.836s4.304-6.531 4.304-8.836C19.852 8.867 17.93 7 15.555 7zm0 6.25a1.954 1.954 0 11.001-3.908 1.954 1.954 0 01-.001 3.908z","M0 7.5C0 3.356 3.356 0 7.5 0a7.5 7.5 0 017.359 6.044 5.383 5.383 0 00-1.804.566A5.632 5.632 0 007.5 1.875 5.63 5.63 0 001.875 7.5 5.63 5.63 0 007.5 13.125c1.07 0 2.072-.3 2.924-.82.14.525.352 1.078.58 1.608l.078.178A7.47 7.47 0 017.5 15 7.498 7.498 0 010 7.5z","M8.438 3.937v3.179l1.603 1.593A.94.94 0 018.71 10.04L6.833 8.167a.935.935 0 01-.271-.666V3.937A.94.94 0 017.5 3a.94.94 0 01.938.937z"],GitBranch:["M15 2c-1.66 0-3 1.34-3 3 0 1.3.84 2.4 2 2.82V9c0 1.1-.9 2-2 2H8c-.73 0-1.41.21-2 .55V5.82C7.16 5.4 8 4.3 8 3c0-1.66-1.34-3-3-3S2 1.34 2 3c0 1.3.84 2.4 2 2.82v8.37C2.84 14.6 2 15.7 2 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.25-.77-2.3-1.85-2.75C6.45 13.52 7.16 13 8 13h4c2.21 0 4-1.79 4-4V7.82C17.16 7.4 18 6.3 18 5c0-1.66-1.34-3-3-3zM5 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM15 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitCommit:["M19 9h-4.1a5 5 0 00-9.8 0H1c-.55 0-1 .45-1 1s.45 1 1 1h4.1a5 5 0 009.8 0H19c.55 0 1-.45 1-1s-.45-1-1-1zm-9 4c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],GitMerge:["M15 8c-1.3 0-2.4.84-2.82 2H11c-2.49 0-4.54-1.83-4.92-4.21A2.995 2.995 0 005 0C3.34 0 2 1.34 2 3c0 1.3.84 2.4 2 2.81v8.37C2.84 14.6 2 15.7 2 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V9.86C7.27 11.17 9.03 12 11 12h1.18A2.996 2.996 0 0018 11c0-1.66-1.34-3-3-3zM5 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM5 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitNewBranch:["M17 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3 4.86V9c0 1.1-.9 2-2 2H8c-.73 0-1.41.21-2 .55V5.82C7.16 5.4 8 4.3 8 3c0-1.66-1.34-3-3-3S2 1.34 2 3c0 1.3.84 2.4 2 2.82v8.37C2.84 14.6 2 15.7 2 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.25-.77-2.3-1.85-2.75C6.45 13.52 7.16 13 8 13h4c2.21 0 4-1.79 4-4V7.86c-.32.08-.65.14-1 .14s-.68-.06-1-.14zM5 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitPull:["M17 14.18V7c0-2.21-1.79-4-4-4h-2.59l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3C7.11 3.47 7 3.72 7 4c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L10.41 5H13c1.1 0 2 .9 2 2v7.18A2.996 2.996 0 0016 20c1.66 0 3-1.34 3-3 0-1.3-.84-2.4-2-2.82zM16 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4 1C2.34 1 1 2.34 1 4c0 1.3.84 2.4 2 2.82v7.37C1.84 14.6 1 15.7 1 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V6.82C6.16 6.4 7 5.3 7 4c0-1.66-1.34-3-3-3zm0 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],GitPush:["M15 11c0-.28-.11-.53-.29-.71l-3-3C11.53 7.11 11.28 7 11 7s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42l1.29-1.3V19c0 .55.45 1 1 1s1-.45 1-1v-8.59l1.29 1.29c.18.19.43.3.71.3.55 0 1-.45 1-1zm4-11H1C.45 0 0 .45 0 1v16c0 .55.45 1 1 1h7v-2H2v-2h6v-1H4V2h14v11h-4v1h4v2h-4v2h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 8h2V6H5v2zm2-5H5v2h2V3z"],GitRepo:["M7 3H5v2h2V3zm0 6H5v2h2V9zm0-3H5v2h2V6zm12-6H1C.45 0 0 .45 0 1v16c0 .55.45 1 1 1h4v2l2-1 2 1v-2h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 16H9v-1H5v1H2v-2h16v2zm0-3H4V2h14v11z"],Glass:["M17 6V0H3v6c0 3.53 2.61 6.43 6 6.92V18H6c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-3v-5.08c3.39-.49 6-3.39 6-6.92z"],Globe:["M7.53 4.37c.1-.1.1-.26 0-.35l-.68-.68c-.1-.1-.25-.1-.35 0-.1.1-.1.26 0 .35l.68.68c.1.1.25.1.35 0zm3.17.06h.3c.09 0 .16-.01.16-.1 0-.09-.07-.1-.16-.1h-.3c-.09 0-.16.01-.16.1s.07.1.16.1zm.98 1.15c.09 0 .19-.08.19-.17v-.42c0-.09-.1-.17-.19-.17s-.19.08-.19.17v.42c0 .09.1.17.19.17zm-6.5 4.19c-.35 0-.56.28-.56.63v2.37c0 .35.21.62.56.62h.39v2.4c0 .34.33.61.67.61s.67-.27.67-.61v-1.44h-.02c.35 0 .6-.19.6-.54v-.41h.18c.35 0 .58-.28.58-.62v-.81c0-.01.01-.01 0-.02L6.1 9.77h-.92zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8 0-.74.11-1.46.3-2.14h.03v.65c0 .28.25.5.53.5.05 0 .1-.01.15-.02l1.05 1.05c.1.11.28.11.38 0 .1-.1.11-.27 0-.38L3.42 8.59c0-.03.05-.05.05-.08v-.16c0-.22.12-.3.34-.49h.63c.12 0 .23-.01.32-.07.01-.01.02 0 .03-.01.02-.02.04-.03.06-.04.01-.01.02-.01.03-.02l.02-.02 2.15-2.15c.24-.24.24-.63 0-.86-.23-.24-.62-.19-.86.04l-.41.46H5v-.64c0-.01.07.07.07-.12h.87c.17 0 .3-.12.3-.29 0-.17-.13-.29-.3-.29H4.88C6.27 2.7 8.05 2 10 2s3.73.7 5.12 1.86h-1.58l-.01-.04c-.06 0-.12 0-.17.04l-.71.7c-.09.09-.09.23 0 .31.09.09.23.09.32 0l.56-.6.01-.03h.34c0 .19-.1.13-.1.16v.1c0 .29-.2.5-.49.5h-.51c-.25 0-.52.28-.52.54v.23h-.12c-.16 0-.27.08-.27.24v.33h-.32c-.23 0-.41.15-.41.38 0 .22.18.35.41.35.1 0 .19.04.26-.16l.06.01.66-.59h.23l.53.5c.04.04.11.03.16-.01.04-.04.04-.16 0-.2L13 6.15h.32l.12.16c.25.25.65.23.89-.02l.12-.14H15c.02 0 .11.07.11.07v.33s-.06-.01-.07-.01h-.49c-.16 0-.28.13-.28.29 0 .16.13.29.28.29h.49c.01 0 .07-.01.07-.01v.2c-.19.28-.33.57-.62.57h-1.28s0-.01-.01-.01l-.58-.58a.622.622 0 00-.89 0l-.58.58s0 .01-.01.01h-.34c-.35 0-.67.28-.67.63v1.25c0 .35.32.61.67.61h1.22c.46.19.78.48.97.94v2.28c0 .35.23.6.58.6h.98c.35 0 .54-.25.54-.6v-2.2l1.21-1.17.04-.02.02-.01h.04c.1-.11.2-.26.2-.42V8.49c0-.25-.22-.44-.42-.63h.58c.02.38.29.57.63.57h.43c.13.51.18 1.03.18 1.57 0 4.42-3.58 8-8 8zm6.16-5.65c-.14 0-.29.11-.29.25v.77c0 .14.15.25.29.25.14 0 .29-.11.29-.25v-.77c0-.14-.15-.25-.29-.25zM10.5 3.48c0-.34-.28-.57-.62-.57h-.74c-.34 0-.57.25-.57.59 0 .05-.13.06.06.1v.64c0 .2.09.36.29.36.2 0 .29-.16.29-.36v-.19h.68c.33 0 .61-.23.61-.57z"],GlobeNetwork:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm7.39 7h-3.63c-.31-1.99-.92-3.66-1.72-4.73 2.45.65 4.41 2.42 5.35 4.73zM13 10c0 .69-.04 1.36-.11 2H7.11a18.419 18.419 0 010-4h5.77c.08.64.12 1.31.12 2zm-3-8c1.07 0 2.25 2.05 2.75 5h-5.5c.5-2.95 1.68-5 2.75-5zm-2.04.27C7.16 3.34 6.55 5.01 6.24 7H2.61c.94-2.31 2.9-4.08 5.35-4.73zM2 10c0-.69.11-1.36.28-2h3.83a18.419 18.419 0 000 4H2.28c-.17-.64-.28-1.31-.28-2zm.61 3h3.63c.31 1.99.92 3.66 1.72 4.73A7.996 7.996 0 012.61 13zM10 18c-1.07 0-2.25-2.05-2.75-5h5.5c-.5 2.95-1.68 5-2.75 5zm2.04-.27c.79-1.07 1.4-2.74 1.72-4.73h3.63a7.996 7.996 0 01-5.35 4.73zM13.89 12a18.419 18.419 0 000-4h3.83c.17.64.28 1.31.28 2s-.11 1.36-.28 2h-3.83z"],Graph:["M17.5 4A2.5 2.5 0 0015 6.5c0 .06.01.12.02.18l-1.9.84C12.38 6.6 11.27 6 10 6c-.83 0-1.59.25-2.23.68L4.91 4.14c.05-.21.09-.42.09-.64a2.5 2.5 0 00-5 0A2.5 2.5 0 002.5 6c.42 0 .81-.11 1.16-.3l2.79 2.48C6.17 8.73 6 9.34 6 10c0 1.41.73 2.64 1.83 3.35l-.56 1.67A2.498 2.498 0 005 17.5a2.5 2.5 0 005 0c0-.74-.32-1.39-.83-1.85l.56-1.68c.09.01.18.03.27.03 2.21 0 4-1.79 4-4 0-.22-.03-.44-.07-.65l2.02-.9c.43.34.96.55 1.55.55a2.5 2.5 0 000-5z"],GraphRemove:["M17.41 4l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L16 2.59 13.71.3A.965.965 0 0013 0a1.003 1.003 0 00-.71 1.71L14.59 4 12.3 6.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L16 5.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L17.41 4zM19 10c-.83 0-1.55-.36-2.09-.91l-.03.03-.88-.88-.88.88a2.996 2.996 0 11-4.24-4.24l.88-.88-.88-.88.03-.03C10.36 2.55 10 1.83 10 1c0-.35.07-.68.18-.99-.06 0-.12-.01-.18-.01C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10c0-.06-.01-.12-.01-.18-.31.11-.64.18-.99.18z"],GreaterThan:["M12.838 10l-9.154 3.051a1 1 0 00.632 1.898l12-4c.912-.304.912-1.594 0-1.898l-12-4a1 1 0 00-.632 1.898L12.838 10z"],GreaterThanOrEqualTo:["M3.684 11.051a1 1 0 00.632 1.898l12-4c.912-.304.912-1.594 0-1.898l-12-4a1 1 0 00-.632 1.898L12.838 8l-9.154 3.051zM4 15h12a1 1 0 110 2H4a1 1 0 010-2z"],Grid:["M19 11c.55 0 1-.45 1-1s-.45-1-1-1h-2V5h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-4V1c0-.55-.45-1-1-1S9 .45 9 1v2H5V1c0-.55-.45-1-1-1S3 .45 3 1v2H1c-.55 0-1 .45-1 1s.45 1 1 1h2v4H1c-.55 0-1 .45-1 1s.45 1 1 1h2v4H1c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-4h2zM9 15H5v-4h4v4zm0-6H5V5h4v4zm6 6h-4v-4h4v4zm0-6h-4V5h4v4z"],GridView:["M0 19c0 .55.45 1 1 1h8v-9H0v8zM0 1v8h9V0H1C.45 0 0 .45 0 1zm19-1h-8v9h9V1c0-.55-.45-1-1-1zm-8 20h8c.55 0 1-.45 1-1v-8h-9v9z"],GroupItem:["M15.757.703a1 1 0 00-1.414 0l-3.536 3.535a1 1 0 000 1.415l3.536 3.535a1 1 0 001.414 0l3.536-3.535a1 1 0 000-1.415L15.757.703z","M1 1.996a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H2a1 1 0 01-1-1v-6zm2 5v-4h4v4H3zM2 10.996a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1v-6a1 1 0 00-1-1H2zm1 2v4h4v-4H3zM11 11.996a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1h-6a1 1 0 01-1-1v-6zm2 5v-4h4v4h-4z"],GroupObjects:["M6 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm8-3H6c-3.31 0-6 2.69-6 6s2.69 6 6 6h8c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 11H6c-2.76 0-5-2.24-5-5s2.24-5 5-5h8c2.76 0 5 2.24 5 5s-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"],GroupedBarChart:["M12 16h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1zm7 1H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm-3-1h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1zm-9 0h1c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1zm-4 0h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1z"],Hand:["M17 5c-.42 0-.79.27-.93.64L14.38 10h-.77l1.34-6.67c.03-.1.05-.21.05-.33a.998.998 0 00-1.98-.19h-.01L11.57 10H11V1c0-.55-.45-1-1-1S9 .45 9 1v9h-.2L6.97 2.76a.997.997 0 00-1.73-.41l-.03.03c-.01.02-.02.03-.03.04-.01.02-.01.03-.02.04v.01c-.01.01-.02.02-.02.03v.01c-.02.01-.02.02-.03.03 0 0 0 .01-.01.01 0 .01 0 .02-.01.03 0 0 0 .01-.01.01 0 .01-.01.02-.01.03 0 0 0 .01-.01.01 0 .01-.01.02-.01.03 0 .01 0 .01-.01.02 0 .01-.01.02-.01.03 0 .01 0 .01-.01.02 0 .01-.01.02-.01.03v.02c0 .01 0 .02-.01.03V3c0 .05 0 .09.01.14l1.45 10.25L6 12.7v.01L3.84 9.45h-.01A.98.98 0 003 9c-.55 0-1 .45-1 1 0 .2.06.39.17.55L6 18.44C7.06 19.4 8.46 20 10 20c3.31 0 6-2.69 6-6v-1.84l.01-.03v-.06l1.94-5.75A1.003 1.003 0 0017 5z"],HandDown:["M17.68 9.84C15.91 9 14.27 6.49 13.45 4.9 12.41 2.43 12.21 0 7.87 0 5.49 0 3.95.76 3.05 2.65 2.31 4.2 2 5.48 2 9.79v.99c0 .82.69 1.48 1.54 1.48.38 0 .73-.14 1-.36.19.6.78 1.05 1.47 1.05.47 0 .89-.2 1.17-.52.26.47.77.79 1.36.79.65 0 1.2-.39 1.43-.93l.03.77v5.44c0 .48.23.91.59 1.18.21.19.5.32.85.32h.06c.83 0 1.5-.67 1.5-1.5v-8.24l.01-.67c.85.98 1.92 1.76 3.24 1.89 1.79.19 2.09-1.33 1.43-1.64z"],HandLeft:["M15.1 6.54c-1.58-.81-4.09-2.46-4.94-4.23-.31-.65-1.82-.35-1.64 1.43.13 1.33.91 2.4 1.89 3.24L9.74 7H1.5C.67 7 0 7.67 0 8.5v.06c0 .36.13.64.32.85.27.36.7.59 1.18.59h5.44l.78.01c-.54.23-.93.78-.93 1.43 0 .59.32 1.1.79 1.36-.32.28-.52.7-.52 1.17 0 .69.44 1.28 1.05 1.47-.22.27-.36.62-.36 1 0 .85.66 1.54 1.48 1.54h.99c4.31 0 5.59-.31 7.14-1.05 1.89-.9 2.65-2.44 2.65-4.82-.01-4.32-2.44-4.52-4.91-5.57z"],HandRight:["M20 8.5c0-.83-.67-1.5-1.5-1.5h-8.24l-.67-.01c.98-.85 1.76-1.92 1.89-3.24.18-1.79-1.33-2.08-1.65-1.43-.84 1.76-3.35 3.41-4.93 4.23C2.43 7.59 0 7.79 0 12.13c0 2.38.76 3.92 2.65 4.82C4.2 17.69 5.48 18 9.79 18h.99c.82 0 1.48-.69 1.48-1.54 0-.38-.14-.73-.36-1 .6-.19 1.05-.78 1.05-1.47 0-.47-.2-.89-.52-1.17.47-.26.79-.77.79-1.36 0-.65-.39-1.2-.93-1.43l.77-.03h5.44c.48 0 .91-.23 1.18-.59.19-.21.32-.49.32-.85v-.03-.03z"],HandUp:["M16.46 7.74c-.38 0-.73.14-1 .36-.19-.6-.78-1.05-1.47-1.05-.47 0-.89.2-1.17.52-.26-.47-.77-.79-1.36-.79-.65 0-1.2.39-1.43.93L10 6.94V1.5c0-.48-.23-.91-.59-1.18C9.2.13 8.92 0 8.56 0H8.5C7.67 0 7 .67 7 1.5v8.24l-.01.67c-.84-.98-1.92-1.76-3.24-1.89-1.79-.18-2.08 1.33-1.43 1.65 1.77.84 3.41 3.35 4.23 4.94 1.05 2.47 1.25 4.9 5.58 4.9 2.38 0 3.92-.76 4.82-2.65.74-1.56 1.05-2.84 1.05-7.15v-.99c0-.81-.69-1.48-1.54-1.48z"],Hat:["M18.5 13c1.118 0 1.466.534 1.498 1.366L20 14.5v.5c0 1.945-5.69 3-10 3S0 16.945 0 15v-.5c0-.908.323-1.5 1.5-1.5.895 0 3.5 1.2 8.5 1.2l.411-.003C15.143 14.134 17.631 13 18.5 13zm-5-10c1.725 0 2.954 2.729 3.688 8.186-1.455.263-3.805.72-6.392.801l-.434.01L10 12c-2.896 0-5.585-.524-7.189-.814C3.546 5.73 4.775 3 6.5 3 8.6 3 8.329 5.5 10 5.5S11.5 3 13.5 3z"],Header:["M6 11v5a1 1 0 11-2 0V3a1 1 0 012 0v6h8V3a1 1 0 112 0v13a1 1 0 11-2 0v-5H6z"],HeaderOne:["M2 11v5a1 1 0 11-2 0V3a1 1 0 012 0v6h7V3a1 1 0 112 0v13a1 1 0 11-2 0v-5H2zm15.74-1c-.05.31-.17.57-.34.77-.17.21-.38.39-.64.51-.25.13-.52.23-.83.29-.3.05-.61.08-.93.08v1.24h2.5V20H19V10h-1.26z"],HeaderThree:["M2 11v5a1 1 0 11-2 0V3a1 1 0 012 0v6h7V3a1 1 0 112 0v13a1 1 0 11-2 0v-5H2zm16.458 3.64c.487.11.865.38 1.134.82.269.439.408.968.408 1.608 0 .46-.08.869-.239 1.229-.159.36-.378.669-.656.919-.27.25-.588.44-.956.58-.368.139-.746.209-1.154.209-.498 0-.925-.08-1.294-.24a2.537 2.537 0 01-.925-.68 2.999 2.999 0 01-.567-1.058c-.13-.42-.199-.88-.209-1.379h1.383c-.02.58.11 1.07.378 1.459.279.39.677.58 1.224.58.468 0 .856-.15 1.164-.45.309-.3.468-.72.468-1.27 0-.369-.07-.668-.2-.888-.128-.22-.298-.39-.507-.5a2.01 2.01 0 00-.706-.21 5.345 5.345 0 00-.806-.03v-1.168c.219.01.448 0 .677-.05.229-.05.428-.13.607-.24.179-.11.318-.27.428-.47.109-.2.159-.45.159-.739 0-.41-.12-.739-.368-.989-.25-.25-.568-.37-.956-.37-.239 0-.448.06-.627.17-.179.11-.328.26-.447.45-.12.19-.2.4-.26.63-.049.23-.079.469-.069.719H14.16c.01-.47.09-.9.23-1.3.138-.399.327-.748.566-1.038.239-.3.528-.53.866-.69.338-.17.726-.25 1.154-.25.328 0 .657.05.975.16.319.11.607.27.866.48.259.21.468.47.617.8.15.32.229.699.229 1.118 0 .48-.09.91-.289 1.27a1.71 1.71 0 01-.915.788v.02z"],HeaderTwo:["M2 11v5a1 1 0 11-2 0V3a1 1 0 012 0v6h7V3a1 1 0 112 0v13a1 1 0 11-2 0v-5H2zm14.033 6.96c.16-.19.34-.38.558-.55.21-.18.449-.36.708-.53.25-.18.498-.36.748-.56.249-.2.488-.41.727-.63.23-.22.439-.47.628-.74.18-.27.329-.56.438-.88.11-.32.16-.67.16-1.07 0-.32-.05-.65-.14-1-.09-.35-.249-.68-.468-.97-.22-.3-.508-.55-.867-.74-.359-.2-.807-.29-1.346-.29-.488 0-.926.1-1.295.29-.37.18-.688.44-.947.78-.26.33-.449.73-.578 1.2-.13.46-.2.96-.2 1.5h1.426c.01-.35.04-.67.09-.97.05-.3.139-.56.249-.78.11-.22.259-.39.448-.52.19-.13.429-.19.708-.19.309 0 .558.06.747.18.19.12.34.26.449.43.11.17.18.36.219.56.04.2.06.39.06.57-.01.38-.1.72-.26 1.02-.149.3-.368.57-.627.83-.26.25-.538.49-.847.71-.31.22-.608.45-.887.68-.598.45-1.057.98-1.406 1.58-.349.61-.518 1.32-.528 2.13h5.97v-1.43h-4.266c.06-.21.17-.42.33-.61z"],Headset:["M18.97 9H19A9 9 0 001 9h.03C.41 9.73 0 10.8 0 12c0 1.74.84 3.2 2 3.76V16c0 1.66 1.34 3 3 3h3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1H5c-.55 0-1-.45-1-1 .55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-.92C3.57 4.61 6.47 2 10 2s6.43 2.61 6.92 6H16c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1c1.66 0 3-1.79 3-4 0-1.2-.41-2.27-1.03-3z"],Heart:["M20 6.25C20 3.35 17.65 1 14.75 1c-1.02 0-1.95.31-2.75.82v-.04c-.09.06-.17.12-.26.19-.04.03-.09.06-.14.1-.68.51-1.24 1.18-1.6 1.96-.4-.86-1.04-1.57-1.8-2.1-.04-.02-.07-.05-.1-.08a7 7 0 00-.6-.33c-.13-.04-.23-.1-.35-.15-.05-.02-.1-.05-.15-.07v.02C6.45 1.13 5.87 1 5.25 1A5.25 5.25 0 000 6.25c0 .09.01.17.01.25H0c0 .06.01.12.02.18s.01.12.02.18C.13 7.89.44 9 1.07 10.17 2.23 12.33 4.1 14.11 7 16.53v.01c.9.75 1.89 1.55 3 2.46.71-.58 1.38-1.12 2-1.63 3.48-2.86 5.64-4.78 6.93-7.18.63-1.17.94-2.27 1.03-3.3.01-.07.01-.14.02-.21 0-.06.01-.11.02-.17h-.01c0-.09.01-.17.01-.26z"],HeartBroken:["M8.11 7.45C8.05 7.31 8 7.16 8 7c0-.07.03-.13.04-.19h-.02l.86-4.32A5.159 5.159 0 005.25 1 5.25 5.25 0 000 6.25c0 .09.01.17.01.25H0c0 .06.01.12.02.18s.01.12.02.18C.13 7.89.44 9 1.07 10.17c1.38 2.58 3.76 4.6 7.71 7.83l-.76-3.8h.02c-.01-.07-.04-.13-.04-.2 0-.21.08-.39.18-.54l-.02-.01 1.68-2.52-1.73-3.48zM20 6.25C20 3.35 17.65 1 14.75 1c-1.54 0-2.92.67-3.88 1.73l-.83 4.13 1.85 3.69h-.01c.07.14.12.29.12.45 0 .21-.08.39-.18.54l.02.01-1.77 2.66.81 4.07c4.16-3.39 6.63-5.45 8.05-8.1.63-1.17.94-2.27 1.03-3.3.01-.07.01-.14.02-.21 0-.06.01-.11.02-.17h-.01c0-.08.01-.16.01-.25z"],HeatGrid:["M14 12h6V8h-6v4zM0 12h6V8H0v4zm1-3h4v2H1V9zm-1 7c0 .55.45 1 1 1h5v-4H0v3zM19 3h-5v4h6V4c0-.55-.45-1-1-1zm0 3h-4V4h4v2zM0 4v3h6V3H1c-.55 0-1 .45-1 1zm7 3h6V3H7v4zm7 10h5c.55 0 1-.45 1-1v-3h-6v4zm-7 0h6v-4H7v4zm1-3h4v2H8v-2zm-1-2h6V8H7v4z"],Heatmap:["M6 0a6 6 0 100 12A6 6 0 106 0z","M10.5 8a4.5 4.5 0 100 9 4.5 4.5 0 100-9z","M16.5 7a3.5 3.5 0 100 7 3.5 3.5 0 100-7zM18 16a2 2 0 100 4 2 2 0 100-4zM2.5 14a2.5 2.5 0 100 5 2.5 2.5 0 100-5zM16.5 0a2.5 2.5 0 100 5 2.5 2.5 0 100-5z"],Helicopter:["M10 3v2H1V3.5a.5.5 0 00-1 0v5a.5.5 0 001 0V7l5 2c0 1.54.824 3.575 3 4.835V16H5.5a.5.5 0 100 1H16.5a.5.5 0 00.224-.053l2-1a.5.5 0 10-.448-.894L16.382 16H15v-1.1A5.002 5.002 0 0014 5h-1V3h6.5a.5.5 0 000-1h-16a.5.5 0 000 1H10zm4 13v-1c-1.608 0-2.928-.258-4-.683V16h4zm0-6V6a4 4 0 014 4h-4z"],Help:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM7.41 4.62c.65-.54 1.51-.82 2.56-.82.54 0 1.03.08 1.48.25.44.17.83.39 1.14.68.32.29.56.63.74 1.02.17.39.26.82.26 1.27s-.08.87-.24 1.23c-.16.37-.4.73-.71 1.11l-1.21 1.58c-.14.17-.28.33-.32.48-.05.15-.11.35-.11.6v.97H9v-2s.06-.58.24-.81l1.21-1.64c.25-.3.41-.56.51-.77s.14-.44.14-.67c0-.35-.11-.63-.32-.85s-.5-.33-.88-.33c-.37 0-.67.11-.89.33-.22.23-.37.54-.46.94-.03.12-.11.17-.23.16l-1.95-.29c-.12-.01-.16-.08-.14-.22.13-.93.52-1.67 1.18-2.22zM9 14h2.02L11 16H9v-2z"],HelperManagement:["M17 10h-3v3h3v-3zm0 4h-3v3h3v-3zm0-8h-3v3h3V6zm2-6H1C.4 0 0 .4 0 1v18c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V1c0-.6-.5-1-1-1zm-1 18H2V2h16v16zm-9-4H6v3h3v-3zm4 0h-3v3h3v-3z"],HighPriority:["M12 16v4H8v-4h4zm1-16l-1 14H8L7 0h6z"],HighVoltagePole:["M7 0a1 1 0 00-1 1v3H4V2a1 1 0 000-2H1a1 1 0 100 2h1v2H1a1 1 0 000 2h1v2H1a1 1 0 100 2h3a1 1 0 000-2V6h2v13a1 1 0 001.928.374L10 14.54l2.073 4.836A1 1 0 0014 19V6h2v2a1 1 0 100 2h3a1 1 0 100-2h-1V6h1a1 1 0 100-2h-1V2h1a1 1 0 100-2h-3a1 1 0 100 2v2h-2V1a1 1 0 00-1-1H7zm1 2v2h4V2H8zm4 12.128L11.088 12 12 9.872v4.256zM8.516 6L10 9.462 11.483 6H8.516zm.396 6L8 9.872v4.256L8.912 12z"],Highlight:["M11.22 14.09l3.03-3.03.71.71L20 6.73l-5.71-5.71-5.04 5.04.71.71-3.02 3.04 4.28 4.28zm6.8 3.91h-16c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm-15-1h4.04c.28 0 .53-.11.71-.3l2.02-2.02-3.44-3.45-4.04 4.04c-.18.18-.3.44-.3.71.01.57.46 1.02 1.01 1.02z"],History:["M10 0C6.71 0 3.82 1.6 2 4.05V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.76C5.23 3.17 7.47 2 10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8c0-.55-.45-1-1-1s-1 .45-1 1c0 5.52 4.48 10 10 10s10-4.48 10-10S15.52 0 10 0zm0 3c-.55 0-1 .45-1 1v6c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L11 9.59V4c0-.55-.45-1-1-1z"],Home:["M2 12v7c0 .55.45 1 1 1h5v-7h4v7h5c.55 0 1-.45 1-1v-7l-8-8-8 8zm17.71-2.71L17 6.59V3c0-.55-.45-1-1-1s-1 .45-1 1v1.59L10.71.3C10.53.11 10.28 0 10 0s-.53.11-.71.29l-9 9a1.003 1.003 0 001.42 1.42L10 2.41l8.29 8.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],HorizontalBarChart:["M1 1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1zm3 5h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm8 8H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm7-6H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h15c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"],HorizontalBarChartAsc:["M1 9h11c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm0-5h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm18 12H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM1 14h14c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1z"],HorizontalBarChartDesc:["M10 16H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm2-5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h11c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm3-5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zm4-5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"],HorizontalDistribution:["M12 2H8c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM1 0C.45 0 0 .45 0 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm18 0c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],HorizontalInbetween:["M11.293 13.707a.999.999 0 001.412 0l2.963-2.962a1 1 0 000-1.49l-2.963-2.962a.999.999 0 10-1.412 1.412L13.587 10l-2.294 2.295a.999.999 0 000 1.412zM7.295 13.707a.999.999 0 001.412-1.412L6.413 10l2.294-2.295a.999.999 0 10-1.412-1.412L4.332 9.255A.996.996 0 004 10a.996.996 0 00.332.745l2.963 2.962zM0 20V0h1a1 1 0 011 1v18a1 1 0 01-1 1H0zM20 20V0h-1a1 1 0 00-1 1v18a1 1 0 001 1h1z"],Hurricane:["M0 14c1.648.775 3 1 4 1-1-1-2-3.112-2-5a5.098 5.098 0 000-.045C2 5.17 6.201 1 11.172 1c3.206 0 6.9.667 8.828 5-1.648-.775-3-1-4-1 1 1 2 3.112 2 5v.045C18 14.83 13.799 19 8.828 19c-3.206 0-6.9-.667-8.828-5zm10-7a3 3 0 100 6 3 3 0 000-6z"],IdNumber:["M2 5v10h16V5H2zm0-2h16c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z","M8.88 12.38c-.17-.39-1.01-.66-1.56-.9-.56-.24-.48-.39-.5-.6v-.09c.19-.17.35-.4.45-.67 0 0 0-.02.01-.02l.06-.18c.13-.03.2-.17.23-.29.03-.05.09-.18.08-.33-.04-.18-.11-.27-.2-.3v-.03c0-.24-.02-.58-.06-.81-.01-.06-.02-.12-.04-.19-.08-.27-.25-.52-.48-.7C6.63 7.09 6.3 7 6 7s-.63.09-.87.27c-.23.17-.4.42-.48.7-.02.06-.03.13-.04.19-.04.22-.06.57-.06.81V9c-.09.03-.17.12-.19.31-.01.14.05.27.08.32.03.14.1.27.23.3.02.06.03.12.06.18v.01c.11.27.27.51.47.68v.08c-.02.2.04.35-.51.6-.56.24-1.39.51-1.56.9-.19.39-.12.62-.12.62h5.98c-.01 0 .06-.23-.11-.62zM12 7h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1zM12 11h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1z"],ImageRotateLeft:["M10.5 13c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM14 7H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 10l-5-3-1 2-2-4-3 4.5V9h11v8zm3-15h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H16c1.1 0 2 .9 2 2v3c0 .55.45 1 1 1s1-.45 1-1V6c0-2.21-1.79-4-4-4z"],ImageRotateRight:["M5.29 4.29a1.003 1.003 0 001.42 1.42l2-2C8.89 3.53 9 3.28 9 3c0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42l.3.29H4C1.79 2 0 3.79 0 6v3c0 .55.45 1 1 1s1-.45 1-1V6c0-1.1.9-2 2-2h1.59l-.3.29zM15.5 13c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM19 7H6c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 10l-5-3-1 2-2-4-3 4.5V9h11v8z"],Import:["M9.29 15.71c.18.18.43.29.71.29s.53-.11.71-.29l5-5a1.003 1.003 0 00-1.42-1.42L11 12.59V1c0-.55-.45-1-1-1S9 .45 9 1v11.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42l5 5zM19 14c-.55 0-1 .45-1 1v3H2v-3c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],Inbox:["M16.92 3.56l-.01-.02c-.16-.35-.5-.6-.91-.6H4c-.41 0-.76.25-.91.6l-.01.02L0 10.49v6.46c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-6.46l-3.08-6.93zM15 10.95c-.55 0-1 .45-1 1v1H6v-1c0-.55-.45-1-1-1H1.98l2.67-6h10.7l2.67 6H15z"],InboxFiltered:["M10.262 3l1.958 1.958v.05H4.65l-2.67 5.997H5c.55 0 1 .45 1 .999v1h8v-1c0-.55.45-1 1-1h3.02l-.635-1.426.625-.63c.354-.353.598-.8.707-1.289L20 10.545v6.456c0 .55-.45.999-1 .999H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h6.262zm9.088-3a.642.642 0 01.46 1.1l-3.03 3.03v2.95c0 .18-.07.34-.19.46l-1.28 1.29c-.11.1-.27.17-.45.17-.35 0-.64-.29-.64-.64V4.13L11.19 1.1a.642.642 0 01.45-1.1h7.71z"],InboxGeo:["M7.427 3a7.467 7.467 0 00-.411 2.009H4.65l-2.67 5.996H5c.55 0 1 .45 1 .999v1h8V13c.165.01.332 0 .5 0a7.48 7.48 0 005.5-2.4V17c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h3.427zm5.715-.596a.133.133 0 01-.193 0l-.374-.374a.133.133 0 010-.193.133.133 0 01.193 0l.373.374a.133.133 0 010 .193zm1.743.033c-.05 0-.088-.006-.088-.055 0-.05.038-.056.088-.056h.165c.05 0 .088.006.088.055 0 .05-.038.056-.088.056h-.165zm.539.632c-.05 0-.104-.044-.104-.094v-.23c0-.05.054-.094.104-.094.05 0 .104.044.104.094v.23c0 .05-.055.094-.104.094zm-3.575 2.304h.506l1.182 1.2c.006.005 0 .005 0 .01v.446c0 .187-.126.341-.319.341h-.098v.226c0 .192-.138.296-.33.296h.01v.792c0 .188-.181.336-.368.336s-.369-.149-.369-.335v-1.32h-.214c-.193 0-.308-.149-.308-.341V5.72c0-.192.115-.346.308-.346zM14.5 0C17.536 0 20 2.464 20 5.5S17.536 11 14.5 11A5.502 5.502 0 019 5.5C9 2.464 11.464 0 14.5 0zm0 9.9c2.431 0 4.4-1.969 4.4-4.4 0-.297-.027-.583-.099-.864h-.236c-.188 0-.336-.104-.347-.313h-.319c.11.104.231.209.231.346v.705c0 .088-.055.17-.11.23h-.022l-.011.006-.022.011-.666.643v1.21c0 .193-.104.33-.296.33h-.54c-.192 0-.319-.137-.319-.33V6.221a.915.915 0 00-.533-.518h-.671c-.192 0-.368-.143-.368-.335V4.68c0-.192.176-.346.368-.346l.193-.005.319-.32a.342.342 0 01.489 0l.319.32c.005 0 .005.005.005.005h.704c.16 0 .237-.16.341-.313v-.11l-.038.005h-.27a.159.159 0 01-.153-.16c0-.087.066-.159.154-.159h.269l.039.006V3.42s-.05-.038-.061-.038h-.302l-.067.076a.342.342 0 01-.489.011l-.066-.088h-.176l.248.259c.021.022.021.088 0 .11-.028.022-.067.028-.088.006l-.292-.276h-.127l-.363.325-.033-.006c-.038.11-.087.089-.143.089-.126 0-.225-.072-.225-.193 0-.127.099-.209.225-.209h.176v-.182c0-.088.061-.131.149-.131h.066v-.127c0-.143.149-.297.286-.297h.28c.16 0 .27-.115.27-.275V2.42c0-.016.055.017.055-.088h-.187l-.005.017-.308.33a.123.123 0 01-.177 0c-.049-.044-.049-.121 0-.171l.391-.385c.027-.022.06-.022.094-.022l.005.022h.869A4.376 4.376 0 0014.5 1.1a4.402 4.402 0 00-2.816 1.018h.583c.094 0 .165.066.165.159s-.072.16-.165.16h-.478c0 .104-.039.06-.039.066v.351h.429l.226-.252c.132-.127.346-.155.473-.022a.332.332 0 010 .473l-1.183 1.182-.011.011c-.005.005-.011.005-.016.011a.115.115 0 00-.034.022c-.005.006-.01 0-.016.006a.309.309 0 01-.176.038h-.347c-.12.104-.187.148-.187.27v.088c0 .016-.027.027-.027.043l.561.589c.06.06.055.154 0 .209a.143.143 0 01-.209 0l-.578-.578a.425.425 0 01-.082.011c-.154 0-.292-.12-.292-.274v-.358h-.016c-.104.374-.165.77-.165 1.177 0 2.431 1.969 4.4 4.4 4.4zm3.388-3.107c.077 0 .16.06.16.137v.424c0 .077-.083.137-.16.137s-.16-.06-.16-.137V6.93c0-.077.083-.137.16-.137zm-3.113-4.879c0 .187-.154.314-.335.314h-.374v.104c0 .11-.05.198-.16.198s-.16-.088-.16-.198V1.98c-.104-.022-.033-.028-.033-.055 0-.187.127-.325.314-.325h.407c.187 0 .341.127.341.314z"],InboxSearch:["M7.136 3a6.327 6.327 0 00-.098 2.009H4.65l-2.67 5.996H5c.55 0 1 .45 1 .999v1h8v-1c0-.55.45-1 1-1h1.076l1.14 1.14a2.767 2.767 0 001.974.806c.282 0 .554-.042.81-.12V17c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h3.136zm3.244 1.33c0 1.62 1.31 2.93 2.93 2.93s2.93-1.31 2.93-2.93-1.31-2.93-2.93-2.93-2.93 1.31-2.93 2.93zm6.47 2.43l2.89 2.85c.13.15.22.35.23.56 0 .43-.35.78-.78.78-.23 0-.42-.08-.56-.22l-2.87-2.87c-.17.1-.33.2-.51.29-.03.01-.06.03-.09.04-.18.07-.35.15-.55.21-.19.06-.37.11-.57.14-.05.01-.1.02-.14.02-.2.03-.39.05-.6.05A4.3 4.3 0 019 4.31C9 1.93 10.93.01 13.3 0c2.37 0 4.3 1.93 4.3 4.3 0 .21-.02.4-.05.6-.01.05-.01.09-.02.14-.04.2-.08.38-.14.58-.05.19-.13.36-.21.54-.01.03-.03.06-.04.09-.08.18-.18.34-.29.51z"],InboxUpdate:["M10.083 3a6.04 6.04 0 00.001 2.009H4.65l-2.67 5.996H5c.55 0 1 .45 1 .999v1h8v-1c0-.55.45-1 1-1h3.02l-.53-1.19a5.97 5.97 0 001.824-.811L20 10.545v6.456c0 .55-.45.999-1 .999H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h6.083zM16 8a4 4 0 110-8 4 4 0 010 8z"],InfoSign:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM9 4h2v2H9V4zm4 12H7v-1h2V8H8V7h3v8h2v1z"],Inheritance:["M6 10c0 2.21 1.79 4 4 4h6.59l-2.29-2.29A.965.965 0 0114 11a1.003 1.003 0 011.71-.71l4 4c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-4 4a1.003 1.003 0 01-1.42-1.42l2.3-2.29H10c-3.31 0-6-2.69-6-6H1a1 1 0 01-1-1V1a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1H6zM2 2v6h6V2H2z"],InheritedGroup:["M1 9c.55 0 1 .45 1 1v4c0 1.1.9 2 2 2h2.59l-.3-.29a1.003 1.003 0 011.42-1.42l2 2c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-2 2A1.003 1.003 0 016 19c0-.28.11-.53.3-.71l.29-.29H4c-2.21 0-4-1.79-4-4v-4c0-.55.45-1 1-1zm6.996-9c.79 0 1.68.25 2.309.73a3.63 3.63 0 011.4 2.36c.11.6.17 1.52.17 2.15v.09c.22.09.42.32.47.82.03.39-.12.73-.2.87-.07.34-.27.71-.61.78-.04.16-.09.33-.15.48-.01.01-.02.05-.02.05-.27.71-.68 1.33-1.19 1.78 0 .08 0 .16.01.23.05.55-.15.95 1.33 1.6 1.469.66 3.698 1.35 4.178 2.39.45 1.05.27 1.67.27 1.67h-5.227a1.982 1.982 0 00-.319-.417l-2-2A2.003 2.003 0 005 15H4c-.548 0-1-.452-1-1v-1.462c.511-.213 1.023-.413 1.468-.608 1.479-.65 1.329-1.05 1.379-1.59l.01-.21c-.52-.45-.95-1.08-1.22-1.8l-.01-.01-.01-.03c-.07-.15-.12-.32-.16-.49-.34-.06-.54-.43-.62-.78-.08-.14-.24-.48-.2-.87.05-.51.26-.74.49-.83v-.08c0-.64.05-1.55.17-2.15a3.648 3.648 0 011.4-2.36C6.317.25 7.207 0 7.996 0zm5.997 3c.59 0 1.26.19 1.73.55.46.35.8.85.97 1.4.04.13.07.25.08.38.08.45.13 1.14.13 1.61v.07c.16.07.31.24.35.62.02.29-.09.55-.15.65-.05.26-.2.53-.46.59-.03.12-.07.25-.11.36-.01.01-.01.04-.01.04-.2.53-.51 1-.89 1.34 0 .06 0 .12.01.17.04.41-.11.71 1 1.19 1.099.5 2.768 1.01 3.128 1.79.34.79.2 1.25.2 1.25h-3.039V15c-.06-.33-.17-.69-.33-1.06-.45-.97-1.37-1.52-3.238-2.3-.17-.07-.76-.31-.77-.32-.1-.04-.2-.08-.28-.12.05-.14.04-.29.06-.45l.01-.16c-.25-.21-.47-.48-.65-.79.22-.34.41-.71.56-1.12l.028-.078-.002.013-.006.035.06-.15c.36-.26.6-.67.72-1.13.18-.37.29-.82.25-1.3-.05-.5-.21-.92-.47-1.22-.02-.53-.06-1.11-.12-1.59.38-.17.83-.26 1.24-.26z"],InnerJoin:["M8.7 4.7C7.4 6 6.5 7.9 6.5 10s.8 4 2.2 5.3c-.8.5-1.7.7-2.7.7-3.3 0-6-2.7-6-6s2.7-6 6-6c1 0 1.9.2 2.7.7zm-3.34 9.25c-.55-1.2-.86-2.54-.86-3.95s.31-2.75.86-3.95a4.001 4.001 0 000 7.9zM14 4c3.3 0 6 2.7 6 6s-2.7 6-6 6c-1 0-1.9-.2-2.7-.7 1.3-1.3 2.2-3.2 2.2-5.3s-.8-3.9-2.2-5.3C12.1 4.2 13 4 14 4zm.6 2.05c.55 1.2.86 2.54.86 3.95s-.31 2.75-.86 3.95c1.9-.31 3.36-1.96 3.36-3.95S16.5 6.36 14.6 6.05zM10 5.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],Input:["M10 17a7 7 0 10-6.666-9.143.204.204 0 01-.193.143H1.474a.196.196 0 01-.192-.244A9 9 0 1110 19a9.004 9.004 0 01-8.718-6.756.196.196 0 01.192-.244H3.14c.088 0 .166.058.193.143A7.003 7.003 0 0010 17z","M14 9.994a.961.961 0 00-.292-.684A532.147 532.147 0 0110.7 6.294.949.949 0 0010.006 6c-.537 0-.99.45-.99.989 0 .273.121.528.292.705.114.117.619.552 1.514 1.304H.976c-.536 0-.975.459-.975.996 0 .538.439 1.008.975 1.008h9.848c-.89.742-1.395 1.172-1.515 1.292-.18.18-.292.447-.292.72 0 .539.446.986.998.986.273 0 .514-.12.692-.284.12-.109 1.123-1.118 3.012-3.027A.976.976 0 0014 9.994z"],Insert:["M19 0H1C.4 0 0 .4 0 1v18c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V1c0-.6-.5-1-1-1zm-1 18H2V2h16v16zM5 11h4v4c0 .6.4 1 1 1s1-.4 1-1v-4h4c.6 0 1-.4 1-1s-.4-1-1-1h-4V5c0-.6-.4-1-1-1s-1 .4-1 1v4H5c-.6 0-1 .4-1 1s.4 1 1 1z"],Intelligence:["M10 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.46-1-1-1zm4.992.975v-.044a.42.42 0 00-.106-.225 7.726 7.726 0 00-1.087-1.125c-.831-.731-1.78-1.343-2.824-1.587a4.153 4.153 0 00-1.819-.025c-.562.112-1.093.337-1.593.619-.78.443-1.5 1.05-2.124 1.73a6.88 6.88 0 00-.331.395.461.461 0 000 .58c.318.42.7.788 1.087 1.126.83.731 1.78 1.343 2.824 1.587.606.144 1.218.15 1.83.025.557-.112 1.088-.337 1.594-.619.78-.443 1.5-1.05 2.118-1.73.113-.126.231-.257.337-.395a.442.442 0 00.107-.225V10c-.013-.012-.013-.019-.013-.025zM10 12c-1.107 0-2-.893-2-2s.893-2 2-2 2 .893 2 2-.893 2-2 2zM7 1a1 1 0 00-1-1H1a1 1 0 00-1 1v5a1 1 0 002 0V2h4a1 1 0 001-1zm6 0a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 11-2 0V2h-4a1 1 0 01-1-1zm0 18a1 1 0 001 1h5a1 1 0 001-1v-5a1 1 0 10-2 0v4h-4a1 1 0 00-1 1zm-6 0a1 1 0 01-1 1H1a1 1 0 01-1-1v-5a1 1 0 112 0v4h4a1 1 0 011 1z"],Intersection:["M13 4c-1.31 0-2.51.43-3.5 1.14A5.977 5.977 0 006 4c-3.31 0-6 2.69-6 6s2.69 6 6 6c1.31 0 2.51-.43 3.5-1.14.99.71 2.19 1.14 3.5 1.14 3.31 0 6-2.69 6-6s-2.69-6-6-6zm-4.93 9.41c-.61.37-1.31.59-2.07.59-2.21 0-4-1.79-4-4s1.79-4 4-4c.76 0 1.46.22 2.07.59C7.4 7.56 7 8.73 7 10s.4 2.44 1.07 3.41zM13 14c-.76 0-1.46-.22-2.07-.59C11.6 12.44 12 11.27 12 10s-.4-2.44-1.07-3.41C11.54 6.22 12.24 6 13 6c2.21 0 4 1.79 4 4s-1.79 4-4 4z"],IpAddress:["M6 3.66C6 5.69 10 11 10 11s4-5.31 4-7.34C13.99 1.64 12.21 0 10 0S6 1.64 6 3.66zM8 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM14 13.5V13h-4v1h3v2h-2v1h3v-3.5zM3 12h14c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1zm4 1v6h1v-6H7zm3 1v5h1v-5h-1z"],Issue:["M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16 8 8 0 000 16zm1-2H9v-2h2v2zm0-3H9V4h2v9z"],IssueClosed:["M15.364 5.9a.997.997 0 01-.707-.293l-2.121-2.122a1 1 0 111.414-1.414l1.414 1.414L18.192.657a1 1 0 011.414 1.414l-3.535 3.536a.997.997 0 01-.707.292zM11.78.157a3.002 3.002 0 00-1.437 1.85 8 8 0 107.1 5.055l.042-.042 1.472-1.472A9.959 9.959 0 0120 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0c.608 0 1.202.054 1.78.158zM11 16H9v-2h2v2zm0-3H9V4h2v9z"],IssueNew:["M13.167.512a2.98 2.98 0 00-.131.524c-.74.115-1.39.5-1.848 1.052a8 8 0 106.724 6.724 2.997 2.997 0 001.052-1.848 2.98 2.98 0 00.524-.13A9.99 9.99 0 0120 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0a9.99 9.99 0 013.167.512zM11 16H9v-2h2v2zm0-3H9V4h2v9zm6-10h1.5a1 1 0 010 2H17v1.5a1 1 0 01-2 0V5h-1.5a1 1 0 010-2H15V1.5a1 1 0 012 0V3z"],Italic:["M11.7 4H14c.6 0 1-.4 1-1s-.4-1-1-1H7c-.6 0-1 .4-1 1s.4 1 1 1h2.2L7.3 15H5c-.6 0-1 .4-1 1s.4 1 1 1h7c.6 0 1-.4 1-1s-.4-1-1-1H9.8l1.9-11z"],JoinTable:["M19 6h-4V2c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h4v4c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM6 12H2V9h4v3zm0-4H2V5h4v3zm7 9H7v-3h6v3zm0-4H7V9h6v4zm0-5H7V5h6v3zm5 9h-4v-3h4v3zm0-4h-4v-3h4v3z"],Key:["M14 0c-3.31 0-6 2.69-6 6 0 1.11.32 2.14.85 3.03L.44 17.44a1.498 1.498 0 102.12 2.12l.79-.79.94.94c.18.18.43.29.71.29s.53-.11.71-.29l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-.94-.94 3.2-3.2A5.9 5.9 0 0014 12c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],KeyBackspace:["M19 3H7c-.28 0-.53.11-.71.29l-6 6C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l6 6c.18.18.43.29.71.29h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-2.29 9.29a1.003 1.003 0 01-1.42 1.42L13 11.41l-2.29 2.29c-.18.19-.43.3-.71.3a1.003 1.003 0 01-.71-1.71l2.3-2.29-2.3-2.29a1.003 1.003 0 011.42-1.42L13 8.59l2.29-2.29c.18-.19.43-.3.71-.3a1.003 1.003 0 01.71 1.71L14.41 10l2.3 2.29z"],KeyCommand:["M15.5 12H14V8h1.5C17.43 8 19 6.43 19 4.5S17.43 1 15.5 1 12 2.57 12 4.5V6H8V4.5C8 2.57 6.43 1 4.5 1S1 2.57 1 4.5 2.57 8 4.5 8H6v4H4.5C2.57 12 1 13.57 1 15.5S2.57 19 4.5 19 8 17.43 8 15.5V14h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0-9c.83 0 1.5.67 1.5 1.5S16.33 6 15.5 6 14 5.33 14 4.5 14.67 3 15.5 3zm-11 14c-.83 0-1.5-.67-1.5-1.5S3.67 14 4.5 14s1.5.67 1.5 1.5S5.33 17 4.5 17zm0-11C3.67 6 3 5.33 3 4.5S3.67 3 4.5 3 6 3.67 6 4.5 5.33 6 4.5 6zm7.5 6H8V8h4v4zm3.5 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"],KeyControl:["M16.71 7.29l-6-6C10.53 1.11 10.28 1 10 1s-.53.11-.71.29l-6 6a1.003 1.003 0 001.42 1.42L10 3.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71z"],KeyDelete:["M19.71 9.29l-6-6A.997.997 0 0013 3H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.28 0 .53-.11.71-.29l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zm-9 3a1.003 1.003 0 01-1.42 1.42L7 11.41 4.71 13.7c-.18.19-.43.3-.71.3a1.003 1.003 0 01-.71-1.71L5.59 10l-2.3-2.29a1.003 1.003 0 011.42-1.42L7 8.59 9.29 6.3c.18-.19.43-.3.71-.3a1.003 1.003 0 01.71 1.71L8.41 10l2.3 2.29z"],KeyEnter:["M18 2c-.55 0-1 .45-1 1v5c0 2.21-1.79 4-4 4H4.41L6.7 9.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L4.41 14H13c3.31 0 6-2.69 6-6V3c0-.55-.45-1-1-1z"],KeyEscape:["M2 8c.55 0 1-.45 1-1V4.41l6.29 6.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L4.41 3H7c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1zm9-6.94V3.1c3.39.49 6 3.38 6 6.9 0 3.87-3.13 7-7 7-3.52 0-6.41-2.61-6.9-6H1.06c.5 4.5 4.31 8 8.94 8a9 9 0 009-9c0-4.63-3.5-8.44-8-8.94z"],KeyOption:["M13 4h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1zm6 12h-4.42L6.87 2.5l-.02.01A.977.977 0 006 2H1c-.55 0-1 .45-1 1s.45 1 1 1h4.42l7.71 13.5.01-.01c.18.3.49.51.86.51h5c.55 0 1-.45 1-1s-.45-1-1-1z"],KeyShift:["M17.74 10.35l-6.99-8.01-.01.01C10.56 2.14 10.3 2 10 2s-.56.14-.74.35l-.01-.01-7 8 .01.01A.95.95 0 002 11c0 .55.45 1 1 1h3v5c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-5h3c.55 0 1-.45 1-1 0-.25-.1-.48-.26-.65z"],KeyTab:["M19 13H4.41l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L2 12.59V10c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1v-2.59l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L4.41 15H19c.55 0 1-.45 1-1s-.45-1-1-1zm0-12c-.55 0-1 .45-1 1v2.59L14.71 1.3A.965.965 0 0014 1a1.003 1.003 0 00-.71 1.71L15.59 5H1c-.55 0-1 .45-1 1s.45 1 1 1h14.59L13.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L18 7.41V10c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],KnownVehicle:["M19 4a.997.997 0 00-.707.293L14 8.586l-2.293-2.293a1 1 0 00-1.414 1.414l3 3a.997.997 0 001.414 0l5-5A1 1 0 0019 4zm-2.048 7.291c.011.072.048.134.048.209a1.5 1.5 0 01-1.5 1.5c-.225 0-.433-.057-.624-.145-.279.085-.57.145-.876.145a2.99 2.99 0 01-2.121-.879l-3-3 .007-.007A3.027 3.027 0 018.184 8H4V7l1-3h10l.19.568 1.307-1.308c-.336-.356-.758-.658-1.165-.772 0 0-1.74-.488-5.332-.488s-5.332.488-5.332.488c-.67.188-1.424.864-1.674 1.502L2.99 4H3L2 7H1a1 1 0 000 2h.333l-.28.84L1 10v7.5a1.5 1.5 0 103 0V17h12v.5a1.5 1.5 0 003 0V10l-.19-.568-1.858 1.86zM4.5 13a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"],LabTest:["M13 2a1 1 0 010 2v4l4 8v1a1 1 0 01-1 1H4a1 1 0 01-1-1v-1l4-8V4a1 1 0 110-2h6zm-2 2H9v4l-2 4h6l-2-4V4z"],Label:["M3 12h14v-1H3v1zm11-9H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V9l-6-6zm4 12H2V5h11v3H3v1h10v1h5v5zm-4-6V5l4 4h-4z"],Layer:["M19.5 9.1l-9-5c-.2-.1-.3-.1-.5-.1s-.3 0-.5.1l-9 5c-.3.2-.5.5-.5.9s.2.7.5.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9s-.2-.7-.5-.9z"],LayerOutline:["M9.514 4.126l-9 5a1 1 0 000 1.748l9 5a1 1 0 00.972 0l9-5a1 1 0 000-1.748l-9-5a1 1 0 00-.972 0zM10 6.144l6.94 3.855L10 13.855 3.059 9.999 10 6.144z"],Layers:["M.5 6.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9s-.2-.7-.5-.9l-9-5c-.2-.1-.3-.1-.5-.1s-.3 0-.5.1l-9 5c-.3.2-.5.5-.5.9s.2.7.5.9z","M19 9c-.2 0-.3 0-.5.1L10 13.9 1.5 9.1C1.3 9 1.2 9 1 9c-.6 0-1 .4-1 1 0 .4.2.7.5.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9 0-.6-.4-1-1-1z","M19 13c-.2 0-.3 0-.5.1L10 17.9l-8.5-4.7c-.2-.2-.3-.2-.5-.2-.6 0-1 .4-1 1 0 .4.2.7.5.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9 0-.6-.4-1-1-1z"],Layout:["M18 6c-1.1 0-2 .9-2 2 0 .37.11.71.28 1.01l-2.27 2.27c-.3-.17-.64-.28-1.01-.28-.93 0-1.71.64-1.93 1.5H8.93c-.22-.86-1-1.5-1.93-1.5-.37 0-.71.11-1.01.28L3.72 9.01C3.89 8.71 4 8.37 4 8c0-.34-.09-.66-.24-.94l3.66-3.38c.31.2.68.32 1.08.32 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .34.09.66.24.94L3.08 6.32C2.77 6.12 2.4 6 2 6 .9 6 0 6.9 0 8s.9 2 2 2c.37 0 .71-.11 1.01-.28l2.27 2.27c-.17.3-.28.64-.28 1.01s.11.71.28 1.01l-2.27 2.27C2.71 16.11 2.37 16 2 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.37-.11-.71-.28-1.01l2.27-2.27c.3.17.64.28 1.01.28.93 0 1.71-.64 1.93-1.5h2.14c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2 0-.37-.11-.71-.28-1.01l2.27-2.27c.3.17.64.28 1.01.28 1.1 0 2-.9 2-2s-.9-2-2-2z"],LayoutAuto:["M18 13c-.53 0-1.01.21-1.37.55L11.9 10.6c.06-.19.1-.39.1-.6s-.04-.41-.1-.6l4.72-2.95c.37.34.85.55 1.38.55 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .21.04.41.1.6l-4.73 2.96c-.24-.23-.54-.4-.87-.48V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S8 .9 8 2c0 .93.64 1.71 1.5 1.93v4.14c-.33.09-.63.26-.87.48L3.9 5.6c.06-.19.1-.39.1-.6 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.53 0 1.01-.21 1.37-.55L8.1 9.4c-.06.19-.1.39-.1.6s.04.41.1.6l-4.72 2.95C3.01 13.21 2.53 13 2 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.21-.04-.41-.1-.6l4.73-2.96c.24.23.54.4.87.48v4.14C8.64 16.29 8 17.07 8 18c0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-4.14c.33-.09.63-.26.87-.48l4.73 2.96c-.06.18-.1.38-.1.59 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],LayoutBalloon:["M18 16c-.14 0-.28.02-.42.05l-1.73-3.45c.69-.45 1.14-1.22 1.14-2.1s-.46-1.65-1.14-2.1l1.73-3.45c.14.03.28.05.42.05 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .6.27 1.13.69 1.5l-1.77 3.54c-.14-.02-.28-.04-.42-.04a2.5 2.5 0 00-2.45 2h-4.1A2.5 2.5 0 005.5 8c-.14 0-.28.02-.42.04L3.31 4.5C3.73 4.13 4 3.6 4 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.14 0 .28-.02.42-.05L4.14 8.4C3.46 8.85 3 9.62 3 10.5s.46 1.65 1.14 2.1l-1.73 3.45A1.84 1.84 0 002 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.6-.27-1.13-.69-1.5l1.77-3.54c.14.02.28.04.42.04a2.5 2.5 0 002.45-2h4.1a2.5 2.5 0 002.45 2c.14 0 .28-.02.42-.04l1.77 3.54c-.42.37-.69.9-.69 1.5 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],LayoutCircle:["M18.3 8c-.2-.9-.6-1.7-1.1-2.5.2-.3.3-.7.3-1 0-1.1-.9-2-2-2-.4 0-.7.1-1 .3-.8-.5-1.6-.8-2.5-1.1-.1-1-1-1.7-2-1.7S8.2.8 8 1.7c-.9.3-1.7.6-2.5 1.1-.3-.2-.7-.3-1-.3-1.1 0-2 .9-2 2 0 .4.1.7.3 1-.5.8-.8 1.6-1.1 2.5C.8 8.2 0 9 0 10s.8 1.8 1.7 2c.2.9.6 1.7 1.1 2.5-.2.3-.3.7-.3 1 0 1.1.9 2 2 2 .4 0 .7-.1 1-.3.8.5 1.6.8 2.5 1.1.1 1 1 1.7 2 1.7s1.8-.8 2-1.7c.9-.2 1.7-.6 2.5-1.1.3.2.7.3 1 .3 1.1 0 2-.9 2-2 0-.4-.1-.7-.3-1 .5-.8.8-1.6 1.1-2.5 1-.1 1.7-1 1.7-2s-.8-1.8-1.7-2zm-1.8 5.8c-.3-.2-.6-.3-1-.3-1.1 0-2 .9-2 2 0 .4.1.7.3 1-.6.3-1.2.6-1.9.8-.3-.7-1-1.3-1.9-1.3-.8 0-1.6.5-1.9 1.3-.7-.2-1.3-.4-1.9-.8.2-.3.3-.6.3-1 0-1.1-.9-2-2-2-.4 0-.7.1-1 .3-.3-.6-.6-1.2-.8-1.9.8-.3 1.3-1.1 1.3-1.9s-.5-1.6-1.2-1.8c.2-.7.4-1.3.8-1.9.3.2.6.3 1 .3 1.1 0 2-.9 2-2 0-.4-.1-.7-.3-1 .6-.3 1.2-.6 1.9-.8.2.7 1 1.2 1.8 1.2s1.6-.5 1.9-1.3c.7.2 1.3.4 1.9.8-.2.3-.3.6-.3 1 0 1.1.9 2 2 2 .4 0 .7-.1 1-.3.3.6.6 1.2.8 1.9-.8.3-1.3 1.1-1.3 1.9s.5 1.6 1.2 1.8c-.1.7-.4 1.4-.7 2z"],LayoutGrid:["M2 0a2 2 0 100 4 2 2 0 100-4zM10 0a2 2 0 100 4 2 2 0 100-4zM18 0a2 2 0 100 4 2 2 0 100-4zM18 8a2 2 0 100 4 2 2 0 100-4zM18 16a2 2 0 100 4 2 2 0 100-4zM10 16a2 2 0 100 4 2 2 0 100-4zM2 16a2 2 0 100 4 2 2 0 100-4zM2 8a2 2 0 100 4 2 2 0 100-4zM10 8a2 2 0 100 4 2 2 0 100-4z"],LayoutGroupBy:["M2 2a2 2 0 100 4 2 2 0 100-4zM18 0a2 2 0 100 4 2 2 0 100-4zM18 8a2 2 0 100 4 2 2 0 100-4zM18 16a2 2 0 100 4 2 2 0 100-4zM2 14a2 2 0 100 4 2 2 0 100-4zM2 8a2 2 0 100 4 2 2 0 100-4zM13 12a2 2 0 100 4 2 2 0 100-4zM13 4a2 2 0 100 4 2 2 0 100-4z"],LayoutHierarchy:["M18.5 16.07v-4.14c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2-.93 0-1.71.64-1.93 1.5h-4.14c-.18-.7-.73-1.25-1.43-1.43V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S8 .9 8 2c0 .93.64 1.71 1.5 1.93v4.14c-.7.18-1.25.73-1.43 1.43H3.93C3.71 8.64 2.93 8 2 8c-1.1 0-2 .9-2 2 0 .93.64 1.71 1.5 1.93v4.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-4.14c.7-.18 1.25-.73 1.43-1.43h4.14c.18.7.73 1.25 1.43 1.43v4.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-4.14c.7-.18 1.25-.73 1.43-1.43h4.14c.18.7.73 1.25 1.43 1.43v4.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93z"],LayoutLinear:["M16.5 7a2.5 2.5 0 00-2.45 2h-2.1a2.5 2.5 0 00-4.9 0h-2.1a2.5 2.5 0 100 1h2.1a2.5 2.5 0 004.9 0h2.1a2.5 2.5 0 102.45-3z"],LayoutSkewGrid:["M2 0a2 2 0 100 4 2 2 0 100-4zM18 0a2 2 0 100 4 2 2 0 100-4zM18 8a2 2 0 100 4 2 2 0 100-4zM18 16a2 2 0 100 4 2 2 0 100-4zM2 16a2 2 0 100 4 2 2 0 100-4zM2 8a2 2 0 100 4 2 2 0 100-4zM10 12a2 2 0 100 4 2 2 0 100-4zM10 4a2 2 0 100 4 2 2 0 100-4z"],LayoutSortedClusters:["M2 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm16 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-8 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],Learning:["M10.551 1.127a1.256 1.256 0 00-1.102 0L.456 5.89c-.608.309-.608.913 0 1.222l8.993 4.762c.334.17.767.17 1.102 0l8.992-4.762c.61-.309.61-.913 0-1.222l-8.992-4.762z","M18 6.5l.016 4.514c.002.548.447.99.994.99a.99.99 0 00.99-.99V6.5h-2zM3.366 10.033l6.401 3.358a.5.5 0 00.465 0l6.406-3.358a.25.25 0 01.366.221v5.109a.25.25 0 01-.139.224l-6.64 3.302a.5.5 0 01-.446 0l-6.64-3.302A.25.25 0 013 15.363v-5.108a.25.25 0 01.366-.222z"],LeftJoin:["M8.7 4.7C7.4 6 6.5 7.9 6.5 10s.8 4 2.2 5.3c-.8.5-1.7.7-2.7.7-3.3 0-6-2.7-6-6s2.7-6 6-6c1 0 1.9.2 2.7.7zM14 4c3.3 0 6 2.7 6 6s-2.7 6-6 6c-1 0-1.9-.2-2.7-.7 1.3-1.3 2.2-3.2 2.2-5.3s-.8-3.9-2.2-5.3C12.1 4.2 13 4 14 4zm.6 2.05c.55 1.2.86 2.54.86 3.95s-.31 2.75-.86 3.95c1.9-.31 3.36-1.96 3.36-3.95S16.5 6.36 14.6 6.05zM10 5.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],LengthenText:["M.833 16h8.334c.458 0 .833-.45.833-1s-.375-1-.833-1H.833C.375 14 0 14.45 0 15s.375 1 .833 1zM1 11h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm15 2c0 .28.11.53.29.71l.3.29H13c-.55 0-1 .45-1 1s.45 1 1 1h3.59l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l2-2c.18-.19.29-.44.29-.71 0-.28-.11-.53-.29-.71l-2-2A.997.997 0 0017 12a.99.99 0 00-1 1zM1 6h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],LessThan:["M7.162 10l9.154 3.052a1 1 0 01-.632 1.897l-12-4c-.912-.304-.912-1.594 0-1.897l12-4a1 1 0 01.632 1.897L7.162 10z"],LessThanOrEqualTo:["M16.316 11.051L7.162 8l9.154-3.051a1 1 0 10-.632-1.898l-12 4c-.912.304-.912 1.594 0 1.898l12 4a1 1 0 10.632-1.898zM16 15H4a1 1 0 100 2h12a1 1 0 100-2z"],Lifesaver:["M8.143 14.644L7.028 17.43c.919.368 1.922.57 2.972.57s2.053-.202 2.972-.57l-1.115-2.786A4.986 4.986 0 0110 15a4.986 4.986 0 01-1.857-.356zm-2.787-2.787A4.986 4.986 0 015 10c0-.656.126-1.283.356-1.857L2.57 7.028A7.978 7.978 0 002 10c0 1.05.202 2.053.57 2.972l2.786-1.115zm2.787-6.5A4.986 4.986 0 0110 5c.656 0 1.283.126 1.857.356l1.115-2.786A7.978 7.978 0 0010 2c-1.05 0-2.053.202-2.972.57l1.115 2.786zm6.5 2.786c.23.574.357 1.2.357 1.857 0 .656-.126 1.283-.356 1.857l2.786 1.115c.368-.919.57-1.922.57-2.972s-.202-2.053-.57-2.972l-2.786 1.115zM10 13a3 3 0 100-6 3 3 0 000 6zm0 7C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z"],Lightbulb:["M6.33 13.39c0 .34.27.61.6.61h6.13c.33 0 .6-.27.6-.61C14.03 9.78 16 9.4 16 6.09 16 2.72 13.31 0 10 0S4 2.72 4 6.09c0 3.31 1.97 3.69 2.33 7.3zM13 15H7c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm-1 3H8c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"],Lightning:["M9 11H6a1 1 0 01-1-1L5.91.9a1 1 0 01.995-.9h6.256a.839.839 0 01.779 1.15L11.2 8h2.978a.822.822 0 01.748 1.162l-4.764 10.481A.608.608 0 019 19.392V11z"],Link:["M10.85 11.98l-4.44 4.44-1 1c-.36.36-.86.58-1.41.58-1.1 0-2-.9-2-2 0-.55.22-1.05.59-1.41l5.44-5.44C7.69 9.06 7.36 9 7 9c-1.11 0-2.09.46-2.82 1.18l-.01-.01-3 3 .01.01C.46 13.91 0 14.89 0 16c0 2.21 1.79 4 4 4 1.11 0 2.09-.46 2.82-1.18l.01.01 3-3-.01-.01C10.54 15.09 11 14.11 11 13c0-.36-.06-.69-.15-1.02zM20 4c0-2.21-1.79-4-4-4-1.11 0-2.09.46-2.82 1.18l-.01-.01-3 3 .01.01C9.46 4.91 9 5.89 9 7c0 .36.06.69.15 1.02l4.44-4.44 1-1c.36-.36.86-.58 1.41-.58 1.1 0 2 .9 2 2 0 .55-.22 1.05-.59 1.41l-5.44 5.44c.34.09.67.15 1.03.15 1.11 0 2.09-.46 2.82-1.18l.01.01 3-3-.01-.01C19.54 6.09 20 5.11 20 4zM5 14a1.003 1.003 0 001.71.71l8-8a1.003 1.003 0 00-1.42-1.42l-2 2-2 2-2 2-2 2c-.18.18-.29.43-.29.71z"],List:["M1.03 1C.46 1 0 1.46 0 2.03v.95C0 3.54.46 4 1.03 4h17.95C19.54 4 20 3.54 20 2.97v-.94C20 1.46 19.54 1 18.97 1H1.03zM0 17.97C0 18.54.46 19 1.03 19h17.95c.56 0 1.03-.46 1.03-1.03v-.95c0-.56-.46-1.03-1.03-1.03H1.03C.46 16 0 16.46 0 17.03v.94zM0 12.97C0 13.54.46 14 1.03 14h17.95c.56 0 1.03-.46 1.03-1.03v-.95c0-.56-.46-1.03-1.03-1.03H1.03C.46 11 0 11.46 0 12.03v.94zM0 7.97C0 8.54.46 9 1.03 9h17.95C19.54 9 20 8.54 20 7.97v-.94C20 6.46 19.54 6 18.97 6H1.03C.46 6 0 6.46 0 7.03v.94z"],ListColumns:["M0 2.973v-.936C0 1.468.46 1.01 1.029 1H7.97C8.541 1 9 1.468 9 2.027v.946C9 3.542 8.53 4 7.971 4H1.03C.459 4 0 3.542 0 2.973zm0 5v-.936C0 6.468.46 6.01 1.029 6H7.97C8.541 6 9 6.468 9 7.027v.946C9 8.542 8.53 9 7.971 9H1.03C.459 9 0 8.542 0 7.973zm0 5v-.936C0 11.468.46 11.01 1.029 11H7.97C8.541 11 9 11.468 9 12.027v.946C9 13.542 8.53 14 7.971 14H1.03C.459 14 0 13.542 0 12.973zm0 5v-.936C0 16.468.46 16.01 1.029 16H7.97C8.541 16 9 16.468 9 17.027v.946C9 18.542 8.53 19 7.971 19H1.03C.459 19 0 18.542 0 17.973zm11-15v-.936c0-.569.46-1.027 1.029-1.037h6.942C19.541 1 20 1.468 20 2.027v.946C20 3.542 19.53 4 18.971 4H12.03C11.459 4 11 3.542 11 2.973zm0 5v-.936c0-.569.46-1.027 1.029-1.037h6.942C19.541 6 20 6.468 20 7.027v.946C20 8.542 19.53 9 18.971 9H12.03C11.459 9 11 8.542 11 7.973zm0 5v-.936c0-.569.46-1.027 1.029-1.037h6.942c.57 0 1.029.468 1.029 1.027v.946c0 .569-.47 1.027-1.029 1.027H12.03c-.57 0-1.029-.458-1.029-1.027zm0 5v-.936c0-.569.46-1.027 1.029-1.037h6.942c.57 0 1.029.468 1.029 1.027v.946c0 .569-.47 1.027-1.029 1.027H12.03c-.57 0-1.029-.458-1.029-1.027z"],ListDetailView:["M8 6H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM8 1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm11 0h-7c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"],Locate:["M10 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm9 1h-1.07c-.45-3.61-3.32-6.45-6.93-6.91V1c0-.55-.45-1-1-1S9 .45 9 1v1.09C5.39 2.55 2.52 5.39 2.07 9H1c-.55 0-1 .45-1 1s.45 1 1 1h1.07c.45 3.61 3.32 6.45 6.93 6.91V19c0 .55.45 1 1 1s1-.45 1-1v-1.09c3.61-.46 6.48-3.29 6.93-6.91H19c.55 0 1-.45 1-1s-.45-1-1-1zm-4 2h.9a5.98 5.98 0 01-4.9 4.91V15c0-.55-.45-1-1-1s-1 .45-1 1v.91A5.98 5.98 0 014.1 11H5c.55 0 1-.45 1-1s-.45-1-1-1h-.9A5.98 5.98 0 019 4.09V5c0 .55.45 1 1 1s1-.45 1-1v-.91A5.98 5.98 0 0115.9 9H15c-.55 0-1 .45-1 1s.45 1 1 1z"],Lock:["M15.93 9H14V4.99c0-2.21-1.79-4-4-4s-4 1.79-4 4V9H3.93c-.55 0-.93.44-.93.99v8c0 .55.38 1.01.93 1.01h12c.55 0 1.07-.46 1.07-1.01v-8c0-.55-.52-.99-1.07-.99zM8 9V4.99c0-1.1.9-2 2-2s2 .9 2 2V9H8z"],Locomotive:["M9.988 2h-7.99A1 1 0 001 3v13h1.74a.523.523 0 00.412-.21c2.325-3.051 4.623-1.437 5.684-.008.1.134.254.218.42.218h.488c.154 0 .301-.074.399-.194 2.576-3.142 4.762-1.491 5.687-.058a.534.534 0 00.444.252h2.496a.5.5 0 00.353-.854L17.978 14c3.495-3 1.997-5.667-.999-7V5l1.145-1.146A.5.5 0 0017.771 3H14.19a.5.5 0 00-.353.854L14.982 5v2h-3.995V3a1 1 0 00-.999-1zm-6.99 2h2.995v5H2.997V4zM8.99 4H6.992v5H8.99V4z","M5.993 19a1.999 1.999 0 001.998-2 1.999 1.999 0 10-3.995 0c0 1.105.894 2 1.997 2zm0-1a1 1 0 100-1.999 1 1 0 000 1.999zM12.984 19a1.999 1.999 0 001.998-2 1.999 1.999 0 10-3.995 0c0 1.105.894 2 1.997 2zm0-1a1 1 0 100-1.999 1 1 0 000 1.999z"],LogIn:["M19 0h-8c-.55 0-1 .45-1 1s.45 1 1 1h7v16h-7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 10c0-.28-.11-.53-.29-.71l-5-5a1.003 1.003 0 00-1.42 1.42L11.59 9H1c-.55 0-1 .45-1 1s.45 1 1 1h10.59L8.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l5-5c.18-.18.29-.43.29-.71z"],LogOut:["M19.71 9.29l-5-5a1.003 1.003 0 00-1.42 1.42L16.59 9H6c-.55 0-1 .45-1 1s.45 1 1 1h10.59l-3.29 3.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l5-5c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM9 18H2V2h7c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1z"],LowVoltagePole:["M10 0a1 1 0 00-1 1v2H5V2a1 1 0 00-2 0v1H2a1 1 0 000 2h1v2H2a1 1 0 000 2h4a1 1 0 000-2H5V5h4v14a1 1 0 102 0V5h4v2h-1a1 1 0 100 2h4a1 1 0 100-2h-1V5h1a1 1 0 100-2h-1V2a1 1 0 10-2 0v1h-4V1a1 1 0 00-1-1z"],Manual:["M20 1.1a.976.976 0 00-.83-.88C15.15-.43 12.07.34 10 2.5 7.93.34 4.85-.43.84.22.37.3.03.67 0 1.1v15.01c0 .07 0 .14.01.21.09.52.61.88 1.15.79 3.85-.62 6.4.16 8 2.46.02.02.03.04.05.07.02.02.04.04.06.07l.01.01a1.07 1.07 0 00.28.19c.01 0 .01.01.02.01.03.01.07.03.1.04.01 0 .02.01.04.01.03.01.07.02.1.02.01 0 .02 0 .04.01H10c.04 0 .09 0 .13-.01.01 0 .03 0 .04-.01.03-.01.06-.01.1-.02.01 0 .03-.01.04-.01.03-.01.07-.02.1-.04.01 0 .02-.01.03-.01.07-.03.13-.07.19-.11.01 0 .01-.01.02-.01.02-.02.04-.03.06-.05.01-.01.02-.02.03-.02l.05-.05c.01-.01.02-.02.02-.03.01-.02.02-.03.04-.05 1.61-2.3 4.15-3.09 8-2.46.54.09 1.06-.26 1.15-.79-.01-.05 0-.09 0-.13V1.1zM9 16.63c-1.78-1.31-4.12-1.83-7-1.55V2c3.26-.37 5.51.39 7 2.35v12.28zm9-1.56c-2.88-.28-5.22.24-7 1.55V4.34c1.49-1.96 3.74-2.71 7-2.35v13.08z"],ManuallyEnteredData:["M1 12h4.34l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm16.77-3.94l1.65-1.65c.36-.36.58-.86.58-1.41 0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-1.65 1.65 2.83 2.82zM1 4h12.34l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zM0 15c0 .55.45 1 1 1h.34l2-2H1c-.55 0-1 .45-1 1zm1-7h8.34l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 2h-.34l-2 2H19c.55 0 1-.45 1-1s-.45-1-1-1zm0 4h-4.34l-2 2H19c.55 0 1-.45 1-1s-.45-1-1-1zM4 19l4.41-1.59-2.81-2.79L4 19zM14.23 5.94l-7.65 7.65 2.83 2.83 7.65-7.65-2.83-2.83z"],ManyToMany:["M17 6a1 1 0 100-2 1 1 0 000 2zm0 2a3 3 0 01-2.73-1.754c-.2.068-.408.154-.617.264-.884.465-1.92 1.418-2.605 3.49.685 2.072 1.721 3.025 2.605 3.49.21.11.416.196.617.264a3 3 0 11-.165 2.034 6.262 6.262 0 01-1.383-.528c-.983-.518-1.948-1.364-2.722-2.705-.774 1.34-1.739 2.187-2.722 2.705-.48.252-.95.419-1.383.528A3.001 3.001 0 010 15a3 3 0 015.73-1.246c.2-.068.408-.154.617-.264.884-.465 1.92-1.418 2.605-3.49-.685-2.072-1.721-3.025-2.605-3.49a4.21 4.21 0 00-.617-.264 3 3 0 11.165-2.034c.433.11.904.276 1.383.528.983.518 1.948 1.364 2.722 2.705.774-1.34 1.739-2.187 2.722-2.705.48-.252.95-.419 1.383-.528A3.001 3.001 0 0120 5a3 3 0 01-3 3zM4 5a1 1 0 10-2 0 1 1 0 002 0zm12 10a1 1 0 102 0 1 1 0 00-2 0zM3 14a1 1 0 110 2 1 1 0 010-2z"],ManyToOne:["M3 2a1 1 0 100 2 1 1 0 000-2zm0 4c1.296 0 2.4-.821 2.82-1.972.487.039 1.086.13 1.667.347.947.352 1.773 1 2.032 2.318.323 1.644 1.234 2.675 2.264 3.307-1.03.632-1.941 1.663-2.264 3.307-.259 1.318-1.085 1.966-2.032 2.318a6.244 6.244 0 01-1.668.347 3.001 3.001 0 10.019 2.004c.633-.042 1.491-.158 2.347-.476 1.402-.523 2.867-1.625 3.296-3.807.259-1.318 1.085-1.966 2.032-2.318.24-.09.484-.158.722-.21a3 3 0 100-2.33 5.329 5.329 0 01-.722-.21c-.947-.352-1.773-1-2.032-2.318-.428-2.182-1.894-3.284-3.296-3.807-.856-.318-1.714-.434-2.347-.476A3.001 3.001 0 000 3a3 3 0 003 3zm13 4a1 1 0 102 0 1 1 0 00-2 0zM2 17a1 1 0 112 0 1 1 0 01-2 0z"],Map:["M19.54 4.18l.01-.02-6-4-.01.02C13.39.08 13.21 0 13 0s-.39.08-.54.18l-.01-.02L7 3.8 1.55.17l-.01.01A.969.969 0 001 0C.45 0 0 .45 0 1v14c0 .35.19.64.46.82l-.01.02 6 4 .01-.02c.15.1.33.18.54.18s.39-.08.54-.18l.01.02L13 16.2l5.45 3.63.01-.02c.15.11.33.19.54.19.55 0 1-.45 1-1V5c0-.35-.19-.64-.46-.82zM6 17.13l-4-2.67V2.87l4 2.67v11.59zm6-2.67l-4 2.67V5.54l4-2.67v11.59zm6 2.67l-4-2.67V2.87l4 2.67v11.59z"],MapCreate:["M18 9.22v7.91l-4-2.67V9.22c-.61-.55-1-1.33-1-2.22-.35 0-.69-.07-1-.18v7.65l-4 2.67V5.54l2.02-1.35c0-.06-.02-.13-.02-.19 0-1.66 1.34-3 3-3 0-.34.07-.66.17-.97C13.12.02 13.06 0 13 0c-.21 0-.39.08-.54.18l-.01-.02L7 3.8 1.55.17l-.01.01A.969.969 0 001 0C.45 0 0 .45 0 1v14c0 .35.19.64.46.82l-.01.02 6 4 .01-.02c.15.1.33.18.54.18s.39-.08.54-.18l.01.02L13 16.2l5.45 3.63.01-.02c.15.11.33.19.54.19.55 0 1-.45 1-1V6.82c-.31.11-.65.18-1 .18 0 .89-.39 1.67-1 2.22zM6 17.13l-4-2.67V2.87l4 2.67v11.59zM12 4c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V5h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1z"],MapMarker:["M9.98 0c-3.87 0-7 2.98-7 6.67 0 3.68 7 13.33 7 13.33s7-9.65 7-13.33c0-3.68-3.14-6.67-7-6.67zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],Maximize:["M19 0h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L18 3.41V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zM8 11c-.28 0-.53.11-.71.29L2 16.59V14c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1H3.41l5.29-5.29c.19-.18.3-.43.3-.71 0-.55-.45-1-1-1z"],Media:["M15 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4-7H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 13l-6-5-2 2-4-5-4 8V4h16v11z"],Menu:["M1 6h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 3H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],MenuClosed:["M8 6h11c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zM4 6c-.28 0-.53.11-.71.29l-3 3C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l3 3A1.003 1.003 0 005 13V7c0-.55-.45-1-1-1zm15 8H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm0-5H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1z"],MenuOpen:["M12 9H1c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm0-10H1c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm7.71 5.29l-3-3A1.003 1.003 0 0015 7v6a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],MergeColumns:["M6.71 6.29a1.003 1.003 0 00-1.42 1.42L6.59 9H2V2h5v2.18c.42.15.8.39 1.11.7l.01-.01.88.89V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-4.76l-.88.88-.01-.01c-.31.31-.69.56-1.11.71V18H2v-7h4.59L5.3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3zM19 0h-7c-.55 0-1 .45-1 1v4.76l.88-.88.01.01c.31-.31.69-.55 1.11-.7V2h5v7h-4.59l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L13.41 11H18v7h-5v-2.18c-.42-.15-.8-.39-1.11-.7l-.01.01-.88-.89V19c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],MergeLinks:["M10 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8-5c-.93 0-1.71.64-1.93 1.5H14V4c0-2.21-1.79-4-4-4S6 1.79 6 4v5.5H3.93C3.71 8.64 2.93 8 2 8c-1.1 0-2 .9-2 2s.9 2 2 2c.93 0 1.71-.64 1.93-1.5H6V16c0 2.21 1.79 4 4 4s4-1.79 4-4v-5.5h2.07c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2s-.9-2-2-2zm-5 8c0 1.66-1.34 3-3 3s-3-1.34-3-3V4c0-1.66 1.34-3 3-3s3 1.34 3 3v12zM10 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],Microphone:["M10 0a4 4 0 00-4 4v5a4 4 0 008 0V4a4 4 0 00-4-4zM4 7a1 1 0 011 1v1a5 5 0 0010 0V8a1 1 0 112 0v1a7.001 7.001 0 01-6 6.93V18h1a1 1 0 110 2H8a1 1 0 110-2h1v-2.07A7.001 7.001 0 013 9V8a1 1 0 011-1z"],Minimize:["M8 11H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59L.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L7 14.41V17c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zM20 1a1.003 1.003 0 00-1.71-.71L13 5.59V3c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1h-2.59l5.29-5.29c.19-.18.3-.43.3-.71z"],Minus:["M16 9H4c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"],MobilePhone:["M15 0H5c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4-3H6V3h8v13z"],MobileVideo:["M19 5c-.28 0-.53.11-.71.29L15 8.59V5c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h13c.55 0 1-.45 1-1v-3.59l3.29 3.29c.18.19.43.3.71.3.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],Modal:["M19 1a1 1 0 011 1v16a1 1 0 01-1 1H1a1 1 0 01-1-1V2a1 1 0 011-1h18zm-1 4H2v12h16V5zm-3-3h-2v2h2V2zm3 0h-2v2h2V2z"],ModalFilled:["M20 5v13a1 1 0 01-1 1H1a1 1 0 01-1-1V5h20zm-3-4h2a1 1 0 011 1v1h-3V1zm-2 2H0V2a1 1 0 011-1h14v2z"],Model:["M18.746 17H1.254A1.25 1.25 0 010 15.707c.07-1.927.278-5.273.894-8.196.325-1.544.76-2.947 1.333-3.957C2.815 2.52 3.488 2 4.249 2c.88 0 1.541.357 2.081.92.547.571.961 1.345 1.327 2.151.103.226.21.477.317.726l.003.006c.245.57.482 1.12.706 1.524.338.609.785 1.173 1.471 1.173 1.046 0 1.653-.667 2.147-1.245l.003-.003.135-.157c.283-.32.566-.616.925-.835.35-.213.785-.36 1.383-.36.628 0 1.239.358 1.832 1.042.587.676 1.114 1.623 1.576 2.688.853 1.967 1.458 4.272 1.814 5.848A1.25 1.25 0 0118.746 17z"],Moon:["M19 14.15A9.94 9.94 0 019.94 20C4.45 20 0 15.55 0 10.06 0 6.03 2.4 2.56 5.85 1a9.811 9.811 0 00-.88 4.09c0 5.49 4.45 9.94 9.94 9.94 1.46 0 2.84-.31 4.09-.88z"],More:["M3.5 8a2.5 2.5 0 100 5 2.5 2.5 0 100-5zM17.5 8a2.5 2.5 0 100 5 2.5 2.5 0 100-5zM10.5 8a2.5 2.5 0 100 5 2.5 2.5 0 100-5z"],Mountain:["M20 16H4l7-11h1l2 2h1l5 9zm-4-5l-1.5-3h-1l-1-1-1-1L8 11.5l3-1.5 1 1 1-1 3 1zM8.055 8L2.79 16H0l7-8h1.055z"],Move:["M19.71 9.29l-3-3a1.003 1.003 0 00-1.42 1.42L16.59 9H11V3.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3C10.53.11 10.28 0 10 0s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42L9 3.41V9H3.41L4.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L3.41 11H9v5.59L7.71 15.3A.965.965 0 007 15a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 00-1.42-1.42L11 16.59V11h5.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],Mugshot:["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18h-.07c-.05-.2-.12-.42-.22-.67-.46-1.05-2.68-1.75-4.16-2.4-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5a3.67 3.67 0 00-1.29-1.86C11.7 3.25 10.81 3 10.02 3s-1.68.25-2.31.73c-.61.47-1.07 1.13-1.29 1.86-.05.16-.09.33-.11.5-.12.6-.17 1.51-.17 2.14v.08c-.24.09-.44.32-.49.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59-1.48.65-3.7 1.35-4.16 2.4-.12.27-.18.49-.23.69H2V2h16v16z"],MultiSelect:["M19 3H7c-.55 0-1 .45-1 1v1h12v6h1c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-6 6H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm-1 6H2v-4h10v4zm4-9H4c-.55 0-1 .45-1 1v1h12v6h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],Music:["M19 0c-.08 0-.16.03-.24.05V.03l-12 3v.02C6.33 3.16 6 3.53 6 4v11.35c-.59-.22-1.27-.35-2-.35-2.21 0-4 1.12-4 2.5S1.79 20 4 20c1.94 0 3.55-.86 3.92-2H8V7.78l10-2.5v7.07c-.59-.22-1.27-.35-2-.35-2.21 0-4 1.12-4 2.5s1.79 2.5 4 2.5c1.94 0 3.55-.86 3.92-2H20V1c0-.55-.45-1-1-1z"],Nest:["M2 2c.55 0 1 .45 1 1v5c0 2.21 1.79 4 4 4h8.59L13.3 9.71A.965.965 0 0113 9a1.003 1.003 0 011.71-.71l4 4c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-4 4a1.003 1.003 0 01-1.42-1.42l2.3-2.29H7c-3.31 0-6-2.69-6-6V3c0-.55.45-1 1-1z"],NewDrawing:["M18.7 13.7c.5 0 1 .4 1 1 0 .257-.073.44-.22.614l-.08.086-4 4c-.2.2-.4.3-.7.3-.6 0-1-.5-1-1 0-.257.073-.44.22-.614L14 18l4-4c.2-.2.4-.3.7-.3zM1.8 0l8.378 2.982A3.003 3.003 0 0013 7a3.003 3.003 0 003.877 2.87l.723 2.53.049.06a.41.41 0 01.051.24c0 .167-.07.403-.208.593l-.092.107-4 4c-.2.2-.4.3-.7.3-.075 0-.15-.056-.225-.084L12.4 17.6l-7-2-.112-.042c-.223-.094-.431-.244-.542-.45L4.7 15 0 1.8l.5-.6L7 7.7c-.2.3-.3.6-.3 1 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2a1.68 1.68 0 00-.871.22L7.7 7 1.2.5l.6-.5zM16 0c.55 0 1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .432-.278.803-.664.941l-.01.004A.989.989 0 0116 8c-.55 0-1-.45-1-1V5h-2c-.55 0-1-.45-1-1l.007-.116C12.065 3.388 12.489 3 13 3h2V1c0-.55.45-1 1-1z"],NewGridItem:["M8 0H1C.45 0 0 .45 0 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 11H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1zm6 7h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1s-.45-1-1-1zm5-7h-2c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1zm0-11h-7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 11h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1zm5 5c-.55 0-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"],NewLayer:["M11.513 2.663A2 2 0 0013 6h1v1a2 2 0 104 0v-.733l1.5.833c.3.2.5.5.5.9s-.2.7-.5.9l-9 5c-.2.1-.3.1-.5.1s-.3 0-.5-.1l-9-5C.2 8.7 0 8.4 0 8s.2-.7.5-.9l9-5c.2-.1.3-.1.5-.1s.3 0 .5.1l1.013.563zM17 3h2a1 1 0 010 2h-2v2a1 1 0 01-2 0V5h-2a1 1 0 010-2h2V1a1 1 0 012 0v2z"],NewLayers:["M17 3h2a1 1 0 010 2h-2v2a1 1 0 01-2 0V5h-2a1 1 0 010-2h2V1a1 1 0 012 0v2zm-1.252 5.984L10.5 11.9c-.2.1-.3.1-.5.1s-.3 0-.5-.1l-9-5C.2 6.7 0 6.4 0 6s.2-.7.5-.9l9-5c.2-.1.3-.1.5-.1s.3 0 .5.1L13.92 2H13a2 2 0 100 4h1v1a2 2 0 001.748 1.984zm2.07-1.15C17.935 7.58 18 7.298 18 7V6h1c.353 0 .684-.091.972-.251.018.078.028.162.028.251 0 .4-.2.7-.5.9l-1.682.934zM19 9c.6 0 1 .4 1 1 0 .4-.2.7-.5.9l-9 5c-.2.1-.3.1-.5.1s-.3 0-.5-.1l-9-5c-.3-.2-.5-.5-.5-.9 0-.6.4-1 1-1 .2 0 .3 0 .5.1l8.5 4.8 8.5-4.8c.2-.1.3-.1.5-.1zm0 4c.6 0 1 .4 1 1 0 .4-.2.7-.5.9l-9 5c-.2.1-.3.1-.5.1s-.3 0-.5-.1l-9-5c-.3-.2-.5-.5-.5-.9 0-.6.4-1 1-1 .2 0 .3 0 .5.2l8.5 4.7 8.5-4.8c.2-.1.3-.1.5-.1z"],NewLink:["M14.5 12a2.5 2.5 0 00-2.45 2h-7.1a2.5 2.5 0 100 1h7.1a2.5 2.5 0 102.45-3zM19 5h-2V3c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1z"],NewObject:["M12 4c0 .6.4 1 1 1h2v2c0 .6.4 1 1 1 .5 0 1-.4 1-1V5h2c.5 0 1-.4 1-1s-.5-1-1-1h-2V1c0-.6-.5-1-1-1-.6 0-1 .4-1 1v2h-2c-.6 0-1 .5-1 1zm7 3c0 1.7-1.3 3-3 3s-3-1.3-3-3c-1.7 0-3-1.3-3-3s1.3-3 3-3c0-.2 0-.4.1-.5-1-.3-2-.5-3.1-.5C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10c0-1.1-.2-2.1-.5-3H19z"],NewPerson:["M11.41 15.92c-1.46-.65-1.26-1.05-1.31-1.59-.01-.07-.01-.15-.01-.23.5-.45.91-1.07 1.18-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.33-.07.53-.44.6-.78.08-.14.23-.48.2-.87-.05-.5-.24-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5-.22-.73-.67-1.4-1.27-1.86C9.58 4.25 8.7 4 7.92 4c-.78 0-1.66.25-2.28.73-.61.47-1.06 1.13-1.27 1.86-.05.16-.08.33-.11.5-.12.6-.18 1.51-.18 2.14v.08c-.23.09-.43.32-.48.83-.04.39.12.73.2.87.08.35.28.72.62.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.69 1.35 1.21 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.36 1.59-1.46.65-3.66 1.35-4.11 2.4C-.14 19.38.04 20 .04 20h15.75s.18-.62-.27-1.67c-.45-1.06-2.65-1.75-4.11-2.41zM18.87 3h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V5h2c.55 0 1-.45 1-1s-.45-1-1-1z"],NewPrescription:["M11.95 10.23c.16-.18.22-.22.46-.22h1.48c.25 0 .47.08.59.33.1.2.09.41-.05.66l-2.71 3.58L14.88 19c.13.21.16.46.03.69-.12.21-.34.31-.57.31H12.7c-.31 0-.56-.17-.7-.44l-1.9-2.67-1.93 2.68c-.15.27-.42.43-.73.43H5.98c-.25 0-.47-.08-.59-.33-.1-.2-.09-.41.05-.66l3.09-4.35L4.26 9H3v4.32c0 .41-.3.69-.7.69H.7c-.41 0-.7-.28-.7-.69V.69C0 .28.3 0 .7 0h4.42c.71 0 1.36.1 1.94.3.59.2 1.11.49 1.54.87.44.38.78.84 1.02 1.39.25.54.37 1.13.37 1.77 0 1.01-.28 1.88-.84 2.6-.43.54-1.35 1.29-2 1.59l3.09 3.94 1.71-2.23zM4.71 6.04c.71 0 1.45-.16 1.81-.46.33-.28.5-.69.5-1.25s-.17-.97-.5-1.25c-.35-.3-1.1-.46-1.81-.46h-1.7v3.42h1.7zM19 3c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1V5h-2c-.55 0-1-.45-1-1s.45-1 1-1h2V1c0-.55.45-1 1-1s1 .45 1 1v2h2z"],NewShield:["M12 4c0 .6.4 1 1 1h2v2c0 .6.4 1 1 1 .5 0 1-.4 1-1V5h2c.5 0 1-.4 1-1s-.5-1-1-1h-2V1c0-.6-.5-1-1-1-.6 0-1 .4-1 1v2h-2c-.6 0-1 .5-1 1z","M15.796 9.994c-1.05 2.868-2.974 5.313-5.796 7.374V2.652 0C6 2.857 3 4.286 1 4.286 1 10.952 4 16.19 10 20c4.634-2.942 7.478-6.736 8.534-11.383a3.066 3.066 0 01-2.738 1.377z"],NewTextBox:["M19 3h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V5h2c.55 0 1-.45 1-1s-.45-1-1-1zM5 7.5v1c0 .28.22.5.5.5s.5-.22.5-.5V8h2v7h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H9V8h2v.5c0 .28.22.5.5.5s.5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-6c-.28 0-.5.22-.5.5zM16 9c-.55 0-1 .45-1 1v8H2V5h8c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h15c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1z"],Ninja:["M20 6s-2.98 2.43-6.12 2.19C13.52 5.31 12.05 0 6 0c0 0 2.41 2.99 2.16 6.12C5.27 6.49 0 7.97 0 14c0 0 2.98-2.43 6.11-2.19C6.47 14.69 7.94 20 14 20c0 0-2.42-2.99-2.16-6.13C14.73 13.51 20 12.02 20 6zm-10 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],NotEqualTo:["M9.487 7l.532-3.196a1 1 0 011.962.392L11.513 7H16a1 1 0 010 2h-4.82l-.333 2H16a1 1 0 010 2h-5.487l-.532 3.196a1 1 0 01-1.962-.392L8.487 13H4a1 1 0 010-2h4.82l.333-2H4a1 1 0 110-2h5.487z"],Notifications:["M10 20c1.1 0 2-.9 2-2H8c0 1.1.9 2 2 2zm7-5c-.55 0-1-.45-1-1V8c0-2.61-1.67-4.81-4-5.63V2c0-1.1-.9-2-2-2S8 .9 8 2v.37C5.67 3.19 4 5.39 4 8v6c0 .55-.45 1-1 1s-1 .45-1 1 .45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],NotificationsSnooze:["M10 18c0 1.1-.9 2-2 2s-2-.9-2-2zM8 0c.476 0 .914.168 1.258.448C8.508.878 8.09 1.562 8 2.5c-.133 1.4.4 2.367 1.6 2.9C8.533 6.6 8 7.467 8 8v1.2a2.8 2.8 0 002.8 2.8H14v2c0 .51.388.935.884.993L15 15c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1 1-.45 1-1V8c0-2.61 1.67-4.81 4-5.63V2c0-1.1.9-2 2-2z","M16 9.25v-.395a.75.75 0 00-.75-.75h-2.813L15.834 3.9A.75.75 0 0016 3.43v-.68a.75.75 0 00-.75-.75h-4.5a.75.75 0 00-.75.75v.184c0 .414.336.75.75.75h2.813L10.22 7.831a1 1 0 00-.221.627v.792c0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75z"],NotificationsUpdated:["M10 20c1.1 0 2-.9 2-2H8c0 1.1.9 2 2 2zm2-17.834A2.994 2.994 0 008 4.99c0 .808.319 1.557.876 2.114l2.97 2.99a2.99 2.99 0 004.154.072V14c0 .55.45 1 1 1s1 .45 1 1-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1 1-.45 1-1V8c0-2.61 1.67-4.81 4-5.63V2c0-1.1.9-2 2-2s2 .9 2 2v.166zm1.26 6.514l-2.97-2.99a.973.973 0 01-.29-.7c0-.55.44-1 .99-1 .27 0 .52.11.7.29l2.28 2.28 4.27-4.27a.99.99 0 01.7-.29c.55 0 1 .45 1 1 0 .28-.11.53-.3.7l-4.98 4.98a.99.99 0 01-1.4 0z"],NumberedList:["M1.74 9.01h1.27V1h-.95c-.04.24-.12.45-.26.62-.13.17-.29.3-.47.41-.19.11-.4.18-.63.23-.23.04-.46.07-.71.07v1.03h1.75v5.65zm.43 7.93c.18-.14.37-.28.58-.43.21-.14.42-.29.63-.45.21-.16.41-.33.61-.5.2-.18.37-.38.52-.59.15-.21.28-.45.37-.7.09-.25.14-.54.14-.85 0-.25-.04-.52-.12-.8-.08-.28-.21-.54-.39-.78-.19-.24-.43-.44-.73-.59-.3-.17-.68-.25-1.12-.25-.41 0-.77.08-1.08.23-.32.16-.58.37-.8.64-.22.27-.38.59-.49.96-.11.37-.16.77-.16 1.21h1.19c.01-.28.03-.53.08-.77s.12-.45.21-.62c.09-.18.22-.31.38-.42.16-.1.35-.15.59-.15.26 0 .47.05.63.14.16.09.29.21.38.35.09.14.15.29.18.45.03.16.05.31.05.45-.01.31-.08.58-.22.81-.14.24-.32.45-.53.66-.22.2-.45.39-.71.57-.26.18-.51.36-.74.54-.5.36-.89.78-1.17 1.27-.3.47-.45 1.04-.46 1.69H5v-1.14H1.43c.05-.17.14-.33.27-.49.13-.15.29-.3.47-.44zM18 4.02H8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-1c0-.56-.45-1-1-1zm0 9H8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-1c0-.56-.45-1-1-1z"],Numerical:["M2.39 5.75c-.17.21-.38.39-.63.52s-.52.23-.83.29c-.3.05-.61.08-.93.08v1.24h2.49V15h1.49V4.98H2.73c-.05.31-.17.57-.34.77zm17.2 4.71c-.27-.44-.65-.71-1.14-.82v-.02c.42-.16.72-.43.92-.79.2-.36.29-.79.29-1.27 0-.42-.08-.8-.23-1.12-.15-.33-.36-.59-.62-.8-.26-.21-.55-.37-.87-.48-.32-.11-.65-.16-.98-.16-.43 0-.82.08-1.16.25-.34.16-.63.39-.87.69-.24.29-.43.64-.57 1.04-.14.4-.22.83-.23 1.3h1.39c-.01-.25.02-.49.07-.72.06-.23.14-.44.26-.63s.27-.34.45-.45c.18-.11.39-.17.63-.17.39 0 .71.12.96.37s.37.58.37.99c0 .29-.05.54-.16.74-.11.2-.25.36-.43.47-.18.11-.38.19-.61.24-.23.05-.46.06-.68.05v1.17c.28-.01.55 0 .81.03s.5.1.71.21c.21.11.38.28.51.5.13.22.2.52.2.89 0 .55-.16.97-.47 1.27-.31.3-.7.45-1.17.45-.55 0-.95-.19-1.23-.58-.27-.39-.4-.88-.38-1.46h-1.39c.01.5.08.96.21 1.38.13.41.32.77.57 1.06.25.29.56.52.93.68.37.16.8.24 1.3.24.41 0 .79-.07 1.16-.21.37-.14.69-.33.96-.58.28-.25.5-.56.66-.92a3 3 0 00.24-1.23c0-.64-.14-1.17-.41-1.61zM8.58 12.41c.21-.18.45-.36.7-.53.25-.18.5-.36.75-.56.25-.2.49-.41.73-.63.23-.22.44-.47.63-.74.18-.27.33-.56.44-.88.11-.32.16-.67.16-1.07 0-.32-.05-.65-.14-1-.09-.35-.25-.68-.47-.97-.22-.3-.51-.55-.87-.74-.36-.2-.81-.29-1.35-.29-.49 0-.93.1-1.3.29-.37.18-.69.44-.95.78-.26.33-.45.73-.58 1.2-.13.46-.2.96-.2 1.5h1.43c.01-.35.04-.67.09-.97.05-.3.14-.56.25-.78.11-.22.26-.39.45-.52s.43-.19.71-.19c.31 0 .56.06.75.18.19.12.34.26.45.43.11.17.18.36.22.56.04.2.06.39.06.57-.01.38-.1.72-.26 1.02-.15.3-.37.57-.63.83-.26.25-.54.49-.85.71-.31.22-.61.45-.89.68-.6.45-1.06.98-1.41 1.58-.35.61-.52 1.32-.53 2.13h6.01v-1.43H7.69c.06-.21.17-.42.33-.61s.34-.38.56-.55z"],Office:["M19 6h-5V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h4v-6h4v6h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM6 12H2V8h4v4zm0-6H2V2h4v4zm6 6H8V8h4v4zm0-6H8V2h4v4zm6 11h-4v-3h4v3zm0-5h-4V8h4v4z"],Offline:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM7 18l2-7H5l8-9-2 7h4l-8 9z"],OilField:["M19 17.99h-1.36l-4.35-9.57 2.91-.86 1.66 4.1c.11.27.43.4.72.31.12-.04.22-.11.28-.2.06-.11 1.47-2.08 1.05-5.6C19.79 5.12 19.3 0 16.01 0 14.89.01 13.99.83 14 1.84c0 .19.04.38.1.56l1.34 3.31L.72 10.03v.02c-.41.12-.72.49-.72.94 0 .55.45 1 1 1 .1 0 .19-.03.28-.06v.02l2-.59 1.47 6.63H3c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zM5.2 10.8l3.95-1.16-2.83 6.22L5.2 10.8zm2.35 7.19l3.95-8.68 3.95 8.68h-7.9z"],OneColumn:["M14.94 0h-4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-8 6c-.28 0-.53.11-.71.29l-3 3c-.18.18-.29.43-.29.71s.11.53.29.71l3 3A1.003 1.003 0 007.94 13V7c0-.55-.45-1-1-1z"],OneToMany:["M18 3a1 1 0 11-2 0 1 1 0 012 0zm-3.82 1.028a6.243 6.243 0 00-1.667.347c-.947.352-1.773 1-2.032 2.318C10.158 8.337 9.247 9.368 8.217 10c1.03.632 1.941 1.663 2.264 3.307.259 1.318 1.085 1.966 2.032 2.318.581.217 1.18.308 1.668.347a3.001 3.001 0 11-.019 2.004c-.633-.042-1.491-.158-2.347-.476-1.402-.523-2.868-1.625-3.296-3.807-.259-1.318-1.085-1.966-2.032-2.318a5.314 5.314 0 00-.722-.21 3 3 0 110-2.33c.238-.052.481-.12.722-.21.947-.352 1.773-1 2.032-2.318.428-2.182 1.894-3.284 3.296-3.807.856-.318 1.714-.434 2.347-.476A3.001 3.001 0 0120 3a3 3 0 01-5.82 1.028zM4 10a1 1 0 100 .002v-.002zM17 18a1 1 0 100-2 1 1 0 000 2z"],OneToOne:["M2 10a1 1 0 112 0 1 1 0 01-2 0zm3.83-1a3.001 3.001 0 100 2h8.34a3.001 3.001 0 100-2H5.83zM17 9a1 1 0 100 2 1 1 0 000-2z"],OpenApplication:["M4 1h14c.55 0 1 .45 1 1v13c0 .55-.45 1-1 1h-8v-2h7V4H5v6H3V2c0-.55.45-1 1-1zm2.5 5h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h3c.28 0 .5-.22.5-.5S9.78 7 9.5 7h-3c-.28 0-.5.22-.5.5s.22.5.5.5zm5 2h-5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h5c.28 0 .5.22.5.5s-.22.5-.5.5zM7 17c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59L.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L7 14.41V17z"],Outdated:["M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.52 0 10c0-.55.45-1 1-1s1 .45 1 1c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8C7.47 2 5.22 3.17 3.76 5H5c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1s1 .45 1 1v2.05C3.82 1.6 6.71 0 10 0zm1 16H9v-2h2v2zm0-3H9V4h2v9z"],PageLayout:["M19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM7 17H2V8h5v9zm11 0H8V8h10v9zm0-10H2V3h16v4z"],PanelStats:["M1 1h18a1 1 0 011 1v15a1 1 0 01-1 1H1a1 1 0 01-1-1V2a1 1 0 011-1zm1 2v13h16V3H2zm9 0h1v13h-1V3zm2 7h3.952v1H13v-1zm0 2h3.952v1H13v-1zm0 2h3.952v1H13v-1zm0-6h3.952v1H13V8zm0-2h3.952v1H13V6zm0-2h3.952v1H13V4z"],PanelTable:["M19 1H1c-.6 0-1 .4-1 1v15c0 .6.4 1 1 1h18c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zm-9 11H7V9h3v3zm0-4H7V5h3v3zm-8 8V3h4v13H2zm5 0v-3h3v3H7zm11 0h-7v-3h7v3zm0-4h-7V9h7v3zm0-4h-7V5h7v3z"],Paperclip:["M18.35 2.67A5.664 5.664 0 0014.33 1c-1.44 0-2.89.56-3.99 1.67l-9.16 9.27C.4 12.73 0 13.78 0 14.83s.39 2.1 1.18 2.9c.78.79 1.82 1.18 2.85 1.18 1.04 0 2.07-.39 2.87-1.2l9.14-9.27c.96-.96.96-2.5.02-3.45-.94-.95-2.49-.96-3.44 0l-7.59 7.69c-.31.32-.3.83.01 1.14.31.31.81.31 1.13.02l7.59-7.69c.31-.31.84-.31 1.13-.02.31.31.31.85 0 1.16l-9.14 9.27c-.93.95-2.54.93-3.45.02-.94-.95-.92-2.55.02-3.49l9.16-9.25c1.55-1.56 4.18-1.59 5.72-.03 1.56 1.57 1.55 4.26 0 5.82l-8.89 9.02c-.3.31-.3.81.01 1.11.3.3.79.31 1.1.01v.01l8.91-9.02A5.645 5.645 0 0020 6.73c0-1.48-.55-2.94-1.65-4.06z"],Paragraph:["M16.5 1H7C4.2 1 2 3.2 2 6s2.2 5 5 5v6.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V4h2v13.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V4h1.5c.8 0 1.5-.7 1.5-1.5S17.3 1 16.5 1z"],PasteVariable:["M12 1c.55 0 1 .45 1 1v2H6V2c0-.55.45-1 1-1h.78a1.98 1.98 0 013.44 0H12z","M14 2h2c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h2v3h9V2zm-.068 12.492l.346.196c-.565.896-1.12 1.525-1.685 1.88-.419.284-.827.422-1.225.422-.418 0-.764-.088-1.036-.265-.272-.178-.523-.473-.733-.876-.209-.403-.46-1.052-.753-1.938-.754.935-1.35 1.614-1.78 2.046-.429.433-.784.718-1.067.846a2.187 2.187 0 01-.91.197c-.335 0-.597-.098-.796-.285A.976.976 0 014 15.977c0-.315.105-.58.324-.787a1.15 1.15 0 01.817-.315c.178 0 .377.05.596.148.325.148.555.226.702.226.188 0 .355-.03.502-.108.188-.088.44-.295.733-.61.188-.197.512-.61 1.004-1.24-.617-2.232-1.109-3.56-1.454-4.002a1.014 1.014 0 00-.838-.423c-.178 0-.387.02-.638.068l.063-.354L9.2 8a9.199 9.199 0 011.298 3.088c.628-.904 1.11-1.544 1.434-1.908.43-.491.785-.806 1.068-.954.283-.147.586-.216.9-.216.356 0 .628.098.816.285.189.187.283.433.283.757 0 .305-.094.551-.283.738a.979.979 0 01-.711.285c-.21 0-.44-.039-.712-.108-.262-.069-.45-.108-.555-.108-.272 0-.534.098-.774.285-.346.256-.754.807-1.246 1.643.555 1.879.995 3.03 1.32 3.442.198.246.397.364.596.364a.81.81 0 00.44-.118c.177-.127.47-.452.857-.983z"],Path:["M18 0H2C.9 0 0 .9 0 2s.9 2 2 2h7v4H4c-1.1 0-2 .9-2 2s.9 2 2 2h5v4H6c-1.1 0-2 .9-2 2s.9 2 2 2h8c1.1 0 2-.9 2-2s-.9-2-2-2h-3v-4h5c1.1 0 2-.9 2-2s-.9-2-2-2h-5V4h7c1.1 0 2-.9 2-2s-.9-2-2-2z"],PathSearch:["M4 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 11.69l-5-2.5v-3.63c-.32.11-.66.22-1 .29v3.32l-6 2.57v-7.25c-.36-.27-.69-.57-1-.9v8.1l-5-2.5V10c.55 0 1-.45 1-1s-.45-1-1-1V1.31l3.43 1.71c.11-.31.24-.62.39-.92L.72.05A.545.545 0 00.5 0C.22 0 0 .22 0 .5v16c0 .2.12.36.28.44l6 3c.07.04.14.06.22.06.07 0 .14-.01.2-.04l6.79-2.91 5.79 2.9c.07.03.14.05.22.05.28 0 .5-.22.5-.5v-4.21c-.31.13-.64.21-1 .21v3.19zM10 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6.72-.94l-1.43-.72c.2.43.36.89.48 1.36l.23.11V5.5c-.55 0-1 .45-1 1s.45 1 1 1v1.96l1 1V3.5c0-.2-.12-.36-.28-.44zm-3.69 5.56c.14-.21.27-.42.38-.65.02-.04.04-.07.05-.11.11-.22.2-.45.28-.69v-.01c.07-.24.13-.48.17-.73l.03-.17c.04-.25.06-.5.06-.76C17 2.46 14.54 0 11.5 0S6 2.46 6 5.5 8.46 11 11.5 11c.26 0 .51-.02.76-.06l.17-.03c.25-.04.49-.1.73-.17h.01c.24-.08.47-.17.69-.28.04-.02.07-.03.11-.05.23-.11.44-.24.65-.38l.18.18 3.5 3.5c.17.18.42.29.7.29a1.003 1.003 0 00.71-1.71l-3.68-3.67zm-4.53.88c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"],Pause:["M7 3H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm9 0h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],People:["M16.94 17a4.92 4.92 0 00-.33-1.06c-.45-.97-1.37-1.52-3.24-2.3-.17-.07-.76-.31-.77-.32-.1-.04-.2-.08-.28-.12.05-.14.04-.29.06-.45 0-.05.01-.11.01-.16-.25-.21-.47-.48-.65-.79.22-.34.41-.71.56-1.12l.04-.11c-.01.02-.01.02-.02.08l.06-.15c.36-.26.6-.67.72-1.13.18-.37.29-.82.25-1.3-.05-.5-.21-.92-.47-1.22-.02-.53-.06-1.11-.12-1.59.38-.17.83-.26 1.24-.26.59 0 1.26.19 1.73.55.46.35.8.85.97 1.4.04.13.07.25.08.38.08.45.13 1.14.13 1.61v.07c.16.07.31.24.35.62.02.29-.09.55-.15.65-.05.26-.2.53-.46.59-.03.12-.07.25-.11.36-.01.01-.01.04-.01.04-.2.53-.51 1-.89 1.34 0 .06 0 .12.01.17.04.41-.11.71 1 1.19 1.1.5 2.77 1.01 3.13 1.79.34.79.2 1.25.2 1.25h-3.04zm-5.42-3.06c1.47.66 3.7 1.35 4.18 2.39.45 1.05.27 1.67.27 1.67H.04s-.19-.62.27-1.67c.46-1.05 2.68-1.75 4.16-2.4 1.48-.65 1.33-1.05 1.38-1.59 0-.07.01-.14.01-.21-.52-.45-.95-1.08-1.22-1.8l-.01-.01c0-.01-.01-.02-.01-.03-.07-.15-.12-.32-.16-.49-.34-.06-.54-.43-.62-.78-.08-.14-.24-.48-.2-.87.05-.51.26-.74.49-.83v-.08c0-.64.05-1.55.17-2.15a3.648 3.648 0 011.4-2.36C6.32 2.25 7.21 2 8 2s1.68.25 2.31.73a3.63 3.63 0 011.4 2.36c.11.6.17 1.52.17 2.15v.09c.22.09.42.32.47.82.03.39-.12.73-.2.87-.07.34-.27.71-.61.78-.04.16-.09.33-.15.48-.01.01-.02.05-.02.05-.27.71-.68 1.33-1.19 1.78 0 .08 0 .16.01.23.05.55-.15.95 1.33 1.6z"],Percentage:["M15 10c-1.66 0-3 1.34-3 3v2c0 1.66 1.34 3 3 3s3-1.34 3-3v-2c0-1.66-1.34-3-3-3zm1 5c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2zM8 7V5c0-1.66-1.34-3-3-3S2 3.34 2 5v2c0 1.66 1.34 3 3 3s3-1.34 3-3zM4 7V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1s-1-.45-1-1zm11-4a1.003 1.003 0 00-1.88-.48L5.14 16.49a1.003 1.003 0 101.74.99l7.99-13.97c.08-.15.13-.32.13-.51z"],Person:["M19.61 17.91c-.57-1.32-3.35-2.19-5.19-3.01-1.85-.82-1.59-1.31-1.66-1.99-.01-.09-.01-.19-.02-.29.63-.56 1.15-1.33 1.49-2.22 0 0 .02-.05.02-.06.07-.19.13-.39.19-.6.42-.09.67-.55.76-.98.1-.17.29-.6.25-1.08-.06-.62-.31-.91-.59-1.03v-.11c0-.79-.07-1.93-.22-2.68A4.55 4.55 0 0012.9.92C12.11.32 11 0 10.01 0s-2.1.32-2.89.92a4.55 4.55 0 00-1.74 2.94c-.14.75-.22 1.89-.22 2.68v.1c-.29.11-.55.4-.61 1.04-.04.48.15.91.25 1.08.1.44.35.91.79.98.05.21.12.41.19.6 0 .01.01.03.01.04l.01.02c.34.91.87 1.69 1.52 2.25 0 .09-.01.18-.02.26-.07.68.13 1.17-1.72 1.99S.96 16.59.39 17.91C-.18 19.23.05 20 .05 20h19.9s.23-.77-.34-2.09z"],Phone:["M19.91 15.51c-.08-.08-4.21-2.5-4.35-2.57a.876.876 0 00-.4-.1c-.19 0-.42.13-.71.4-.28.27-1.17 1.49-1.43 1.76s-.48.4-.65.4c-.08 0-.19-.02-.32-.07s-1.45-.73-4.2-3.15-3.11-4-3.13-4.44c0-.17.13-.39.4-.65.28-.25.57-.51.89-.74.32-.24.61-.5.88-.78s.4-.52.4-.71c0-.13-.03-.27-.1-.4C7.12 4.32 4.62.19 4.53.1c-.19-.18-.92-.1-1.29.1C.25 1.82 0 4 .05 4.86c.05.89.61 5.58 5.2 9.93 5.7 5.41 9.66 5.2 9.92 5.2.87 0 3.52-.48 4.65-3.19.16-.38.31-1.07.09-1.29z"],PhoneCall:["M19.845 15.51c-.08-.08-4.206-2.5-4.346-2.57a.874.874 0 00-.4-.1c-.189 0-.419.13-.709.4-.28.27-1.168 1.49-1.428 1.76s-.48.4-.65.4c-.08 0-.19-.02-.319-.07-.13-.05-1.449-.73-4.196-3.15s-3.107-4-3.127-4.44c0-.17.13-.39.4-.65.28-.25.57-.51.89-.74.319-.24.609-.5.878-.78.27-.28.4-.52.4-.71 0-.13-.03-.27-.1-.4C7.068 4.32 4.57.19 4.48.1c-.19-.18-.92-.1-1.289.1C.205 1.82-.045 4 .005 4.86c.05.89.61 5.58 5.195 9.93 5.694 5.41 9.65 5.2 9.91 5.2.869 0 3.516-.48 4.645-3.19.16-.38.31-1.07.09-1.29zM11 2c-.6 0-1-.4-1-1s.4-1 1-1c5 0 9 4 9 9 0 .6-.4 1-1 1s-1-.4-1-1c0-3.9-3.1-7-7-7z","M11 6c-.6 0-1-.4-1-1s.4-1 1-1c2.8 0 5 2.2 5 5 0 .6-.4 1-1 1s-1-.4-1-1c0-1.7-1.3-3-3-3z"],PhoneForward:["M19.845 15.51c-.08-.08-4.206-2.5-4.346-2.57a.874.874 0 00-.4-.1c-.189 0-.419.13-.709.4-.28.27-1.168 1.49-1.428 1.76s-.48.4-.65.4c-.08 0-.19-.02-.319-.07-.13-.05-1.449-.73-4.196-3.15s-3.107-4-3.127-4.44c0-.17.13-.39.4-.65.28-.25.57-.51.89-.74.319-.24.609-.5.878-.78.27-.28.4-.52.4-.71 0-.13-.03-.27-.1-.4C7.068 4.32 4.57.19 4.48.1c-.19-.18-.92-.1-1.289.1C.205 1.82-.045 4 .005 4.86c.05.89.61 5.58 5.195 9.93 5.694 5.41 9.65 5.2 9.91 5.2.869 0 3.516-.48 4.645-3.19.16-.38.31-1.07.09-1.29z","M11 7h5.58l-1.29 1.29a1 1 0 00-.3.71 1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 00-1.42 1.42L16.58 5H11c-.55 0-1 .45-1 1s.45 1 1 1z"],PieChart:["M9 .98c-4.5.5-8 4.31-8 8.94 0 4.97 4.03 9.04 9 9.04 4.63 0 8.44-3.96 8.94-7.96H9V.98z","M10-.08V10h10C20 4 15.52-.08 10-.08z"],Pin:["M11.77 1.16c-.81.81-.74 2.28.02 3.76L6.1 8.71c-2.17-1.46-4.12-2-4.94-1.18l4.95 4.95-4.95 6.36 6.36-4.95 4.95 4.95c.82-.82.27-2.77-1.19-4.94l3.8-5.69c1.47.76 2.94.84 3.76.02l-7.07-7.07z"],Pivot:["M5.83 9.75L.29 15.29a1.003 1.003 0 001.42 1.42l5.54-5.54c-.57-.37-1.05-.85-1.42-1.42zM19 11c-.55 0-1 .45-1 1v1.59l-3.83-3.83c-.37.56-.85 1.04-1.41 1.41L16.59 15H15c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-5-4c0-2.21-1.79-4-4-4S6 4.79 6 7s1.79 4 4 4 4-1.79 4-4zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],PivotTable:["M3 5H1c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm0-5H1C.45 0 0 .45 0 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm13.71 5.29C16.53 5.11 16.28 5 16 5s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42L15 8.41V11c0 2.21-1.79 4-4 4H8.41l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L8.41 17H11c3.31 0 6-2.69 6-6V8.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3zM19 0H6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],Play:["M16 10c0-.36-.2-.67-.49-.84l.01-.01-10-6-.01.01A.991.991 0 005 3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1 .19 0 .36-.07.51-.16l.01.01 10-6-.01-.01c.29-.17.49-.48.49-.84z"],Playbook:["M1.707.293A1 1 0 00.293 1.707L2.086 3.5.293 5.293a1 1 0 001.414 1.414L3.5 4.914l1.793 1.793a1 1 0 001.414-1.414L4.914 3.5l1.793-1.793A1 1 0 005.293.293L3.5 2.086 1.707.293z","M16 20a4 4 0 100-8 4 4 0 000 8zm0-2a2 2 0 100-4 2 2 0 000 4z","M18.29 5.7L16 3.41V8a3 3 0 01-3 3H4a1 1 0 00-1 1v7a1 1 0 11-2 0v-7a3 3 0 013-3h9a1 1 0 001-1V3.41l-2.29 2.3a1.003 1.003 0 01-1.42-1.42l4-4c.18-.18.43-.29.71-.29.28 0 .53.11.71.29l4 4A1.003 1.003 0 0119 6c-.28 0-.53-.11-.71-.3z"],Plus:["M16 9h-5V4c0-.55-.45-1-1-1s-1 .45-1 1v5H4c-.55 0-1 .45-1 1s.45 1 1 1h5v5c0 .55.45 1 1 1s1-.45 1-1v-5h5c.55 0 1-.45 1-1s-.45-1-1-1z"],PolygonFilter:["M18 7c-.27 0-.52.05-.75.15l-6.28-4.88c.01-.09.03-.18.03-.27 0-1.1-.9-2-2-2S7 .9 7 2c0 .06.01.12.02.19l-4.19 3C2.57 5.07 2.29 5 2 5 .9 5 0 5.9 0 7c0 .74.4 1.38 1 1.72v7.55c-.6.35-1 .99-1 1.73 0 1.1.9 2 2 2 .74 0 1.38-.4 1.72-1h7.55c.35.6.98 1 1.72 1 1.1 0 2-.9 2-2 0-.37-.11-.72-.29-1.02L18.03 11A2 2 0 0018 7zm-5.03 9c-.72.01-1.35.41-1.69 1H3.72c-.17-.3-.42-.55-.72-.72V8.72c.6-.34 1-.98 1-1.72 0-.06-.01-.12-.02-.19l4.19-3c.26.12.54.19.83.19.27 0 .52-.05.75-.15l6.28 4.88c-.01.09-.03.18-.03.27 0 .37.11.72.29 1.02L12.97 16z"],Power:["M10 10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S9 .45 9 1v8c0 .55.45 1 1 1zm3-7.45v2.16c2.36 1.12 4 3.5 4 6.29 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.79 1.64-5.17 4-6.29V2.55C3.51 3.79 1 7.09 1 11a9 9 0 0018 0c0-3.91-2.51-7.21-6-8.45z"],PredictiveAnalysis:["M20 8.01c0-1.26-.61-2.43-1.61-3.12C17.86 2.5 15.8.79 13.4.79c-.58 0-1.14.1-1.69.29A3.533 3.533 0 009.17 0C8.05 0 7 .55 6.32 1.45c-.15-.02-.3-.03-.45-.03-1.63 0-3.03 1.12-3.46 2.71C.97 4.65 0 6.05 0 7.66c0 .48.09.95.26 1.4-.17.44-.26.91-.26 1.39 0 1.38.72 2.64 1.89 3.29.67.7 1.59 1.09 2.54 1.09.61 0 1.19-.15 1.71-.45.68.82 1.68 1.3 2.73 1.3.66 0 1.28-.18 1.83-.52.61.49 1.34.81 2.11.91 1.3 1.43 2.3 3.28 2.31 3.3 0 0 .35.61.33.61.96-.01 1.77-.2 1.64-1.3.01.02-.92-2.89-.92-2.89.52-.26.94-.69 1.21-1.23 1.12-.66 1.84-1.91 1.84-3.26 0-.3-.03-.6-.1-.89.57-.64.88-1.51.88-2.4zm-1.54 1.28l-.18-.2-.77-.84c-.33-.37-.67-1.17-.73-1.73 0 0-.13-1.25-.13-1.26-.06-.74-1.17-.73-1.13.14 0 .02.13 1.26.13 1.26.04.36.15.77.3 1.17-.08-.01-.15-.02-.22-.02 0 0-2.57-.12-2.57-.13-.73-.03-.89 1.22-.05 1.25l2.57.13c.53.03 1.29.37 1.61.72l.61.67.02.06c.1.27.14.55.14.83 0 .93-.51 1.77-1.34 2.18l-.2.1-.09.23c-.19.48-.6.82-1.1.93l-.67.14.87 2.75c-.48-.76-1.19-1.79-2.02-2.67l-.15-.16-.21-.02c-.51-.04-.99-.21-1.42-.48l1.7-1.48c.44-.39 1.04-.55 1.24-.49 0 0 .78.22.78.23.78.2 1.03-.92.29-1.21l-.78-.23c-.69-.2-1.67.22-2.24.72l-1.91 1.66-.39.32c-.44.36-.93.55-1.5.55-.8 0-1.54-.41-1.97-1.07v-1.88c0-.5.21-.98.34-1.07 0 0 .65-.43.64-.43.87-.69.21-1.57-.64-1.14 0-.01-.65.43-.65.43-.31.2-.54.56-.7.97-.13-.13-.28-.25-.43-.35 0 0-1.91-1.26-1.91-1.28-.81-.56-1.5.63-.61 1.11 0-.02 1.89 1.28 1.89 1.28.46.31.77.97.77 1.36v.84c-.43.24-.78.36-1.24.36-.67 0-1.31-.29-1.77-.79l-.07-.08-.09-.05a2.425 2.425 0 01-1.31-2.16c0-.38.09-.74.25-1.08l.15-.31-.14-.33c-.17-.34-.25-.7-.25-1.08 0-1.13.76-2.1 1.85-2.37l.39-.09.07-.43a2.41 2.41 0 012.39-2.05c.19 0 .39.02.58.07l.4.1.22-.38A2.41 2.41 0 019.17 1.3c.55 0 1.08.19 1.5.53l-.44.45-.01-.01-.31.31c-.41.35-.92.53-1.11.5 0 0-.84-.13-.84-.14-.83-.15-1.09 1.08-.18 1.29.01 0 .84.14.84.14.03 0 .06 0 .09.01-.14.46-.18.96-.12 1.4 0 0 .21 1.24.19 1.23.13.65 1.32.44 1.16-.22 0-.01-.19-1.23-.19-1.23-.07-.48.15-1.19.45-1.5l.48-.5c.07-.06.13-.12.19-.18l.93-.95c.5-.23 1.04-.34 1.59-.34 1.93 0 3.57 1.4 3.89 3.34l.05.31.26.15a2.445 2.445 0 01.87 3.4z"],Prescription:["M13.95 10.23c.16-.18.22-.22.46-.22h1.48c.25 0 .47.08.59.33.1.2.09.41-.05.66l-2.71 3.58L16.88 19c.13.21.16.46.03.69-.12.21-.34.31-.57.31H14.7c-.31 0-.56-.17-.7-.44l-1.9-2.67-1.93 2.68c-.15.27-.42.43-.73.43H7.98c-.25 0-.47-.08-.59-.33-.1-.2-.09-.41.05-.66l3.09-4.35L6.26 9H5v4.32c0 .41-.3.69-.7.69H2.7c-.41 0-.7-.28-.7-.69V.69c0-.41.3-.69.7-.69h4.42c.71 0 1.36.1 1.94.3.59.2 1.11.49 1.54.87.44.38.78.84 1.02 1.39.24.54.36 1.14.36 1.78 0 1.01-.28 1.88-.84 2.6-.43.54-1.35 1.29-2 1.59l3.09 3.94 1.72-2.24zM6.71 6.04c.71 0 1.45-.16 1.81-.46.33-.28.5-.69.5-1.25s-.17-.97-.5-1.25c-.35-.3-1.1-.46-1.81-.46h-1.7v3.42h1.7z"],Presentation:["M19 1h-8c0-.55-.45-1-1-1S9 .45 9 1H1c-.55 0-1 .45-1 1s.45 1 1 1h1v11c0 .55.45 1 1 1h4.59L4.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L9 16.41V19c0 .55.45 1 1 1s1-.45 1-1v-2.59l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L12.41 15H17c.55 0 1-.45 1-1V3h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3 12H4V3h12v10z"],Print:["M14 16H6v-4H4v5c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-5h-2v4zm2-13c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v1h12V3zm3 2H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h2v-3h14v3h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 4h-2V7h2v2z"],Projects:["M18 4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2h16V4zm-2-3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v1h12V1zm3 6H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-5 7c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-2h1v2h6v-2h1v2z"],Properties:["M2 15c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm5-4h12c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zM2 1C.9 1 0 1.9 0 3s.9 2 2 2 2-.9 2-2-.9-2-2-2zm17 8H7c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 7H7c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"],Property:["M3 5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm5-1h11c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zM3 15c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm16 1H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-1-8H9c-1.1 0-2 .9-2 2s.9 2 2 2h9c1.1 0 2-.9 2-2s-.9-2-2-2zM3 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"],PublishFunction:["M7.01 10.11c.35-.64.72-1.68 1.09-3.11l.8-3.03h.96l.24-.77h-.99c.28-1.11.66-1.92 1.12-2.43.28-.32.56-.48.83-.48.05 0 .1.02.13.05.03.03.05.07.05.12 0 .04-.04.13-.11.25-.08.12-.11.24-.11.35 0 .15.06.28.18.39.12.11.27.16.45.16.2 0 .36-.07.49-.2s.2-.31.2-.54c0-.26-.1-.47-.3-.63-.2-.16-.52-.24-.96-.24-.68 0-1.3.19-1.86.58-.55.38-1.08 1.02-1.58 1.91-.17.3-.34.5-.49.59-.15.08-.4.13-.74.12l-.23.77h.95L5.74 9.21c-.23.86-.39 1.39-.47 1.59-.12.29-.3.54-.54.75-.1.08-.21.12-.35.12-.04 0-.07-.01-.1-.03l-.03-.04c0-.02.03-.07.1-.13.07-.07.1-.17.1-.31 0-.15-.05-.28-.16-.38-.11-.1-.27-.15-.47-.15-.25 0-.44.07-.59.2-.15.12-.23.28-.23.46 0 .19.09.36.27.5.19.14.47.21.86.21.61 0 1.16-.15 1.63-.46.48-.31.89-.79 1.25-1.43zm3.7 1.18c-.18-.18-.43-.29-.71-.29s-.53.11-.71.29l-3 3a1.003 1.003 0 001.42 1.42L9 14.41V19c0 .55.45 1 1 1s1-.45 1-1v-4.59l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-3-3zm4.15-6.78c.17-.13.36-.2.55-.2.07 0 .2.03.39.08s.36.08.5.08c.2 0 .37-.07.5-.2.13-.14.2-.31.2-.52 0-.22-.07-.4-.2-.53s-.33-.2-.58-.2c-.22 0-.43.05-.63.15-.2.1-.45.32-.75.67-.23.25-.56.7-1.01 1.33a6.52 6.52 0 00-.91-2.15l-2.38.39-.05.25c.18-.03.33-.05.45-.05.24 0 .43.1.59.3.25.31.59 1.24 1.02 2.79-.34.44-.58.73-.7.87-.21.22-.38.36-.52.43-.1.05-.22.08-.35.08-.1 0-.26-.05-.49-.16a1.01 1.01 0 00-.42-.11c-.23 0-.42.07-.57.22-.17.14-.24.32-.24.55 0 .21.07.38.21.51.14.13.33.2.56.2.23 0 .44-.05.64-.14.2-.09.45-.29.75-.59s.72-.78 1.25-1.43c.2.62.38 1.07.53 1.35.15.28.32.49.52.61.19.12.44.19.73.19.28 0 .57-.1.86-.3.38-.25.77-.69 1.17-1.31l-.25-.14c-.27.37-.48.6-.61.69-.09.06-.19.09-.31.09-.14 0-.28-.09-.42-.26-.23-.29-.54-1.09-.93-2.4.37-.58.66-.96.9-1.14z"],Pulse:["M19 10h-2.38L14.9 6.55h-.01c-.17-.32-.5-.55-.89-.55-.43 0-.79.28-.93.66h-.01l-2.75 7.57L7.98 1.82h-.02A.978.978 0 007 1c-.44 0-.8.29-.94.69h-.01L3.28 10H1c-.55 0-1 .45-1 1s.45 1 1 1h3c.44 0 .8-.29.94-.69h.01l1.78-5.34 2.29 12.21h.02c.08.46.47.82.96.82.43 0 .79-.28.93-.66h.01l3.21-8.82.96 1.92h.01c.16.33.49.56.88.56h3c.55 0 1-.45 1-1s-.45-1-1-1z"],Rain:["M4 10a3 3 0 111.065-5.806A5.001 5.001 0 0114.63 3.11 3.5 3.5 0 1115.5 10H4zm0 2a1 1 0 011 1v5a1 1 0 11-2 0v-5a1 1 0 011-1zm9 1a1 1 0 10-2 0v6a1 1 0 102 0v-6zm3-1a1 1 0 011 1v3a1 1 0 11-2 0v-3a1 1 0 011-1zm-7 1a1 1 0 10-2 0v3a1 1 0 102 0v-3z"],Random:["M14.47 5h2.12L15.3 6.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 00-1.42 1.42L16.59 3H14c-.31 0-.57.15-.76.37l-.01-.01-2.93 3.52 1.3 1.56L14.47 5zm2.24 7.29a1.003 1.003 0 00-1.42 1.42l1.3 1.29h-2.12L4.77 3.36l-.01.01A.998.998 0 004 3H1c-.55 0-1 .45-1 1s.45 1 1 1h2.53l9.7 11.64.01-.01c.19.22.45.37.76.37h2.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3zM3.53 15H1c-.55 0-1 .45-1 1s.45 1 1 1h3c.31 0 .57-.15.76-.37l.01.01 2.93-3.52-1.3-1.56L3.53 15z"],Record:["M10 3a7 7 0 100 14 7 7 0 100-14z"],RectHeight:["M4 18V2h12v16H4zM2 1a1 1 0 011-1h14a1 1 0 011 1v18a1 1 0 01-1 1H3a1 1 0 01-1-1V1zm4.293 11.705a.999.999 0 111.412-1.412L10 13.587l2.295-2.294a.999.999 0 011.412 1.412l-2.962 2.963a1 1 0 01-1.49 0l-2.962-2.963zm0-3.998a.999.999 0 010-1.412l2.962-2.963A1.008 1.008 0 0110 4a.996.996 0 01.745.332l2.962 2.963a.999.999 0 01-1.412 1.412L10 6.413 7.705 8.707a.999.999 0 01-1.412 0z"],RectWidth:["M18 16H2V4h16v12zM1 18a1 1 0 01-1-1V3a1 1 0 011-1h18a1 1 0 011 1v14a1 1 0 01-1 1H1zM7.295 6.293a.999.999 0 111.412 1.412L6.413 10l2.294 2.295a.999.999 0 11-1.412 1.412l-2.963-2.962A.992.992 0 014 10a.996.996 0 01.332-.745l2.963-2.962zm3.998 0a.999.999 0 011.412 0l2.963 2.962.04.038A.996.996 0 0116 10a.996.996 0 01-.332.745l-2.963 2.962a.999.999 0 01-1.412-1.412L13.587 10l-2.294-2.295a.999.999 0 010-1.412z"],Rectangle:["M1 4h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zm1 2v8h16V6H2z"],Redo:["M19.71 5.29l-4-4a1.003 1.003 0 00-1.42 1.42L16.59 5H6c-3.31 0-6 2.69-6 6s2.69 6 6 6h5v-2H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h10.59L14.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM15 14c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],Refresh:["M19 1c-.55 0-1 .45-1 1v2.06C16.18 1.61 13.29 0 10 0 4.48 0 0 4.48 0 10c0 .55.45 1 1 1s1-.45 1-1c0-4.42 3.58-8 8-8 2.52 0 4.76 1.18 6.22 3H15c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 8c-.55 0-1 .45-1 1 0 4.42-3.58 8-8 8-2.52 0-4.76-1.18-6.22-3H5c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-2.06C3.82 18.39 6.71 20 10 20c5.52 0 10-4.48 10-10 0-.55-.45-1-1-1z"],Regex:["M0 17.5a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zM14 0a1 1 0 00-1 1v3.768L9.737 2.884a1 1 0 10-1 1.732L12 6.5 8.737 8.384a1 1 0 001 1.732L13 8.232V12a1 1 0 102 0V8.232l3.263 1.884a1 1 0 001-1.732L16 6.5l3.263-1.884a1 1 0 10-1-1.732L15 4.768V1a1 1 0 00-1-1z"],RegressionChart:["M19 16H3.1L19.31 3.39l-.61-.79L2 15.59V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm-9-9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-5 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm10-2c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm-5 4c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z"],Remove:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm5-9H5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],RemoveColumn:["M19 0H5c-.55 0-1 .45-1 1v4h2V2h5v16H6v-3H4v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18h-5V2h5v16zM6.29 13.71a1.003 1.003 0 001.42-1.42L5.41 10 7.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L4 8.59l-2.29-2.3A1.003 1.003 0 00.29 7.71L2.59 10 .3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L4 11.41l2.29 2.3z"],RemoveColumnLeft:["M4 11h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-7 18H2V2h10v16zm6 0h-5V2h5v16z"],RemoveColumnRight:["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 18H2V2h5v16zm11 0H8V2h10v16zm-8-7h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1z"],RemoveRowBottom:["M7 14h6c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V8h16v10zm0-11H2V2h16v5z"],RemoveRowTop:["M7 8h6c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zm12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2v-5h16v5zm0-6H2V2h16v10z"],Repeat:["M14 6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v2.05C16.18 1.6 13.29 0 10 0 4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10c0-.55-.45-1-1-1s-1 .45-1 1c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c2.53 0 4.77 1.17 6.24 3H15c-.55 0-1 .45-1 1z"],Reset:["M6 6c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1s1 .45 1 1v2.05C3.82 1.6 6.71 0 10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.52 0 10c0-.55.45-1 1-1s1 .45 1 1c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8C7.47 2 5.23 3.17 3.76 5H5c.55 0 1 .45 1 1z"],Resolve:["M8.7 4.7C7.9 4.2 7 4 6 4c-3.3 0-6 2.7-6 6s2.7 6 6 6c1 0 1.9-.2 2.7-.7C7.3 14 6.5 12.1 6.5 10s.9-4 2.2-5.3zM14 4c-1 0-1.9.2-2.7.7 1.4 1.4 2.2 3.2 2.2 5.3s-.9 4-2.2 5.3c.8.5 1.7.7 2.7.7 3.3 0 6-2.7 6-6s-2.7-6-6-6zm-4 1.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],Rig:["M7 4.2C7 5.75 8.34 7 10 7s3-1.46 3-2.8C13 1.45 10.94 0 10 0H6c0 2.74 3.76 1.96 1 4.2zm11.71 14.09L13 12.59V9.01c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v3.58l-5.71 5.7a1.003 1.003 0 001.42 1.42L7 15.42V19c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.58l4.29 4.29a1.003 1.003 0 001.42-1.42zM10.21 8c.01 0 .01.01 0 0 .01.01.01 0 0 0z"],RightJoin:["M8.7 4.7C7.4 6 6.5 7.9 6.5 10s.8 4 2.2 5.3c-.8.5-1.7.7-2.7.7-3.3 0-6-2.7-6-6s2.7-6 6-6c1 0 1.9.2 2.7.7zm-3.34 9.25c-.55-1.2-.86-2.54-.86-3.95s.31-2.75.86-3.95a4.001 4.001 0 000 7.9zM14 4c3.3 0 6 2.7 6 6s-2.7 6-6 6c-1 0-1.9-.2-2.7-.7 1.3-1.3 2.2-3.2 2.2-5.3s-.8-3.9-2.2-5.3C12.1 4.2 13 4 14 4zm-4 1.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],Ring:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],Rocket:["M7 7.5c0-3 1.857-6.25 3-7.5 1.143 1.25 3 4.5 3 7.5s-.714 6.25-1 7.5H8c-.286-1.25-1-4.5-1-7.5zm6.84 2.5c-.139 1.62-.47 3.405-.84 5.01l4 .99-1-4-2.16-2zm-4.832 6C9 16.139 9 16.284 9 16.429 9 17.143 9 17.5 10 20c1-2.5 1-2.857 1-3.571 0-.145 0-.29-.008-.429H9.008zM7 15.011c-.37-1.605-.701-3.39-.84-5.011L4 12l-1 4 4-.989zM10 5a1 1 0 100 2 1 1 0 000-2z"],RocketSlant:["M10 5c2.121-2.121 6.308-2.924 8-3-.076 1.692-.879 5.879-3 8-1.192 1.192-2.543 1.823-3.748 2.384-.442.207-.865.404-1.252.616-.203.111-.597.302-.986.49-.444.215-.88.426-1.014.51l-2-2c.158-.252 1-2 1-2s1.37-3.37 3-5zm5 1a1 1 0 11-2 0 1 1 0 012 0zM3 17s0-2 2-4l2 2c-2 2-4 2-4 2zm11-2l-4 4-1.298-4.233c1.033-.56 1.881-.962 2.643-1.322 1.275-.604 2.307-1.092 3.554-2.015L14 15zM1 10l4-4 3.557-.899c-.923 1.247-1.412 2.28-2.015 3.554-.36.762-.762 1.61-1.322 2.643L1 10z"],RotateDocument:["M8.71 6.29A.997.997 0 008 6H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-8c0-.28-.11-.53-.29-.71l-4-4zM11 18H4V8h3v3c0 .55.45 1 1 1h3v6zm3-16h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2C9.11 2.47 9 2.72 9 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H14c1.1 0 2 .9 2 2v3c0 .55.45 1 1 1s1-.45 1-1V6c0-2.21-1.79-4-4-4z"],RotatePage:["M14 2h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2C9.11 2.47 9 2.72 9 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42l-.3-.29H14c1.1 0 2 .9 2 2v3c0 .55.45 1 1 1s1-.45 1-1V6c0-2.21-1.79-4-4-4zm-2 5H3c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 11H4V9h7v9z"],Route:["M14.028 6.016c.146.275.31.57.485.872.304.524.628 1.047.952 1.545l.118.178-.208-.006-.577-.005c-2.093.004-2.841.303-2.841.895 0 .069.271.248 1.245.567l1.008.313c2.671.831 3.99 1.827 3.99 4.167 0 2.76-1.928 4.059-4.832 4.376-.782.085-1.52.098-2.452.066l-1.15-.046H6.221l.535-.811a67.46 67.46 0 001.122-1.787h2.04l.686.03c1.028.046 1.77.043 2.523-.039 1.832-.2 2.673-.767 2.673-1.789 0-.69-.483-1.09-1.992-1.585l-.83-.257c-1.192-.364-2.037-.7-2.59-1.165.399-1 .612-1.844.612-2.538a6.018 6.018 0 00-.382-2.098c.745-.573 1.884-.822 3.41-.883zM5 4.2c2.648 0 4.791 2.151 4.8 4.797C9.8 11.652 5 18.6 5 18.6l-.5-.744C3.273 15.993.2 11.121.2 8.997A4.802 4.802 0 015 4.2zm0 2.4a2.4 2.4 0 10.002 4.802A2.4 2.4 0 005 6.6zM17 .333a2.671 2.671 0 012.667 2.665C19.667 4.473 17 8.333 17 8.333l-.391-.587c-.741-1.137-2.276-3.629-2.276-4.748A2.668 2.668 0 0117 .333z"],Satellite:["M9 18c.6 0 1 .4 1 1s-.4 1-1 1c-5 0-9-4-9-9 0-.6.4-1 1-1s1 .4 1 1c0 3.9 3.1 7 7 7zm0-4c.6 0 1 .4 1 1s-.4 1-1 1c-2.8 0-5-2.2-5-5 0-.6.4-1 1-1s1 .4 1 1c0 1.7 1.3 3 3 3zm5.7-3.7c.4-.4 1-.4 1.4 0l3.6 3.6c.4.4.4 1 0 1.4l-1.4 1.4c-.4.4-1 .4-1.4 0l-3.6-3.6c-.4-.4-.4-1 0-1.4l1.4-1.4zM4.7.3c.4-.4 1-.4 1.4 0l3.6 3.6c.4.4.4 1 0 1.4L8.3 6.7c-.4.4-1 .4-1.4 0L3.3 3.1c-.4-.4-.4-1 0-1.4L4.7.3zm11.1 1c.4-.4 1-.4 1.4 0l1.6 1.6c.4.4.4 1 0 1.4l-6.5 6.5c-.4.4-1 .4-1.4 0L9.3 9.2c-.4-.4-.4-1 0-1.4l6.5-6.5zM9 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"],Saved:["M12 0H4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V6l-6-6zm4 18H5V2h6v5h5v11zm-8.29-6.71a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29.32 0 .59-.16.77-.38l.01.01 4-5-.01-.01c.14-.18.23-.38.23-.62 0-.55-.45-1-1-1-.32 0-.59.16-.77.38l-.01-.01-3.3 4.13-2.21-2.21z"],ScatterPlot:["M9 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm5 2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4-5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1 10H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM5 15c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"],Search:["M19.56 17.44l-4.94-4.94A8.004 8.004 0 0016 8c0-4.42-3.58-8-8-8S0 3.58 0 8s3.58 8 8 8c1.67 0 3.21-.51 4.5-1.38l4.94 4.94a1.498 1.498 0 102.12-2.12zM8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],SearchAround:["M9.9 6.9a3 3 0 100 6 3 3 0 100-6zM3 14c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM3 0C1.3 0 0 1.3 0 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM17 14c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM17 0c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM10 10L5 5","M5.379 4.671l5.02 5.02-.707.708-5.02-5.02zM10 10l5-5","M14.621 4.671l.707.708-5.02 5.02-.707-.707z","M10 10l5 5M10.379 9.671l5.02 5.02-.707.708-5.02-5.02z","M10 10l-5 5M9.621 9.671l.707.708-5.02 5.02-.707-.707z"],SearchTemplate:["M13 8H5c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm0 3H5c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm0-6H5c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm6.56 12.44l-3.23-3.23A8.939 8.939 0 0018 9a9 9 0 10-9 9c1.94 0 3.74-.62 5.21-1.67l3.23 3.23a1.498 1.498 0 102.12-2.12zM9 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"],SearchText:["M19.56 17.44l-3.23-3.23A8.939 8.939 0 0018 9a9 9 0 10-9 9c1.94 0 3.74-.62 5.21-1.67l3.23 3.23a1.498 1.498 0 102.12-2.12zM9 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm3.5-11h-7c-.28 0-.5.22-.5.5v2c0 .28.22.5.5.5s.5-.22.5-.5V7h2v6h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H10V7h2v.5c0 .28.22.5.5.5s.5-.22.5-.5v-2c0-.28-.22-.5-.5-.5z"],SegmentedControl:["M19 5H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 8h-8V7h8v6z"],Select:["M19.71 18.29l-4.25-4.25L20 12.91 9.93 9.33c.04-.1.07-.21.07-.33V3c0-.55-.45-1-1-1H4V1c0-.55-.45-1-1-1S2 .45 2 1v1H1c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 .55.45 1 1 1h6c.12 0 .23-.03.34-.07L12.91 20l1.14-4.54 4.25 4.25c.17.18.42.29.7.29a1.003 1.003 0 00.71-1.71zM8 8H4V4h4v4z"],Selection:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z","M10 6a4 4 0 100 8 4 4 0 100-8z"],SendBackward:["M10.707 19.707a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.414L9 16.586V11H1a1 1 0 110-2h8V6H1a1 1 0 01-1-1V2a1 1 0 011-1h18a1 1 0 011 1v3a1 1 0 01-1 1h-8v3h8a1 1 0 110 2h-8v5.586l2.293-2.293a1 1 0 011.414 1.414l-4 4z"],SendMessage:["M1.754.135L19.393 9.06c.57.288.775.943.458 1.462-.107.176-.266.32-.458.418l-17.64 8.925c-.57.288-1.288.1-1.604-.418C.05 19.287 0 19.183 0 19v-7l11-2L0 8V1.075C0 .481.529 0 1.18 0c.201 0 .399.047.574.135z"],SendTo:["M19 0h-5c-.6 0-1 .4-1 1s.4 1 1 1h2.6l-4.3 4.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3L18 3.4V6c0 .5.5 1 1 1s1-.5 1-1V1c0-.6-.5-1-1-1zm0 9c-1 0-1.9-.5-2.5-1.3l-1.4 1.4c-.5.6-1.3.9-2.1.9-1.7 0-3-1.3-3-3 0-.8.3-1.6.9-2.1l1.4-1.4C11.5 2.9 11 2 11 1c0-.3.1-.6.2-.9-.4-.1-.8-.1-1.2-.1C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10c0-.4 0-.8-.1-1.2-.3.1-.6.2-.9.2z"],SendToGraph:["M8 11H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59L.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L7 14.41V17c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zm10 2c-.53 0-1.01.21-1.37.55L11.9 10.6c.06-.19.1-.39.1-.6 0-.21-.04-.41-.1-.6l4.72-2.95c.37.34.85.55 1.38.55 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .21.04.41.1.6l-4.73 2.96c-.24-.23-.54-.4-.87-.48V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S8 .9 8 2c0 .93.64 1.71 1.5 1.93v4.14c-.33.09-.63.26-.87.48L7.6 7.91 5.42 6.55 3.9 5.6c.06-.19.1-.39.1-.6 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.53 0 1.01-.21 1.37-.55L9 9.96V10h.06L12 11.84l.4.25 1.51.94 2.19 1.37c-.06.19-.1.39-.1.6 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2zm-7-2.96l-.06-.04H11v.04z"],SendToMap:["M8 11H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59L.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L7 14.41V17c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zm11.54-6.82l.01-.02-6-4-.01.02C13.39.08 13.21 0 13 0s-.39.08-.54.18l-.01-.02L7 3.8 1.55.17l-.01.01A.969.969 0 001 0C.45 0 0 .45 0 1v9c0-.55.45-1 1-1h1V2.87l4 2.67V9h2V5.54l4-2.67v11.6l-1 .67v2.4l2-1.33 5.45 3.63.01-.02c.15.1.33.18.54.18.55 0 1-.45 1-1V5c0-.35-.19-.64-.46-.82zM18 17.13l-4-2.67V2.87l4 2.67v11.59z"],Sensor:["M18 18H2v-2h16zM16 16H4l2.122-1.768a1 1 0 01.64-.232h6.476a1 1 0 01.64.232L16 16zM10 11a1 1 0 100 2 1 1 0 100-2z","M13.685 10.04c.4-.38.42-1.01.04-1.41-2.159-2.27-5.508-2.08-7.457.01A.996.996 0 107.728 10c1.19-1.28 3.208-1.39 4.538.01.39.39 1.02.41 1.42.03z","M3.205 6.403c-.3.4-.3 1.1.2 1.4.4.3 1.1.3 1.399-.2 1.3-1.7 3.099-2.6 5.198-2.6 1.999 0 4.098 1 5.198 2.6.3.5.9.6 1.4.2.299-.2.399-.5.399-.8 0-.2-.1-.4-.2-.6-1.5-2.099-4.098-3.399-6.797-3.399-2.799-.09-5.098 1.2-6.797 3.4z"],SeriesAdd:["M13.29 9.29c.3.62.8 1.12 1.42 1.42l-3 3c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L7 10.41l-5 5V17h17c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 01-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8s.53.11.71.29l3.29 3.3 2.29-2.3zM12 5c0-.5.4-1 1-1h2V2c0-.6.4-1 1-1 .5 0 1 .4 1 1v2h2c.5 0 1 .4 1 1s-.5 1-1 1h-2v2c0 .6-.5 1-1 1-.6 0-1-.4-1-1V6h-2c-.6 0-1-.4-1-1z"],SeriesConfiguration:["M11.91 10.67c.52.45 1.13.8 1.8 1.03l-2.01 2.01c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.3L7 10.41l-5 5V17h16.99c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 01-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8c.28 0 .53.11.71.29l3.29 3.3.91-.92zM18.5 4.6h1.04c.25 0 .45.2.46.44v.9c0 .25-.2.45-.45.45h-1.04c-.07.22-.16.42-.27.62l.73.73c.17.17.17.44 0 .61l-.61.61c-.17.17-.44.17-.61 0l-.73-.73c-.2.11-.4.2-.62.26v1.05c0 .25-.2.45-.45.45h-.9c-.25 0-.45-.2-.45-.45V8.51c-.21-.06-.4-.15-.58-.25l-.76.77c-.17.17-.46.17-.64 0l-.64-.64a.465.465 0 010-.64l.76-.77c-.1-.19-.19-.38-.25-.59h-1.04c-.25 0-.45-.2-.45-.45v-.9c0-.25.2-.45.45-.45h1.04c.07-.22.16-.42.27-.61l-.73-.73a.429.429 0 010-.61l.61-.61c.17-.17.44-.17.61 0l.73.73c.2-.11.4-.2.62-.26V1.45a.44.44 0 01.44-.45h.9c.25 0 .45.2.45.45V2.5c.21.06.4.15.58.25l.76-.77c.17-.17.46-.17.64 0l.64.64c.17.17.17.46 0 .64l-.76.77c.1.17.19.36.25.57zm-4.69.9c0 .93.75 1.69 1.69 1.69.93 0 1.69-.75 1.69-1.69s-.75-1.69-1.69-1.69-1.69.76-1.69 1.69z"],SeriesDerived:["M18.82 6.58c-.03.05-.07.09-.11.13 0 0 0-.01-.01-.01l-2 2c-.2.2-.4.3-.7.3-.6 0-1-.4-1-1 0-.3.1-.5.3-.7L16.6 6H11c-.6 0-1-.4-1-1s.4-1 1-1h5.6l-1.3-1.3c-.2-.2-.3-.4-.3-.7 0-.6.4-1 1-1 .3 0 .5.1.7.3l3 3c.2.2.3.4.3.7s-.1.5-.3.7l-.88.88zm-5.53 2.71c.3.62.8 1.12 1.42 1.42l-3 3c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L7 10.41l-5 5V17h17c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 01-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8s.53.11.71.29l3.29 3.3 2.29-2.3z"],SeriesFiltered:["M12.14 10.45c.21.67.65 1.23 1.22 1.61l-1.65 1.65c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L7 10.41l-5 5V17h17c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 01-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8s.53.11.71.29l3.29 3.3 1.14-1.14zM19.35 1a.642.642 0 01.46 1.1l-3.03 3.03v2.95c0 .18-.07.34-.19.46l-1.28 1.29c-.11.1-.27.17-.45.17-.35 0-.64-.29-.64-.64V5.13L11.19 2.1a.642.642 0 01.45-1.1h7.71z"],SeriesSearch:["M11.28 11.31l-.28.28-3.29-3.3C7.53 8.11 7.28 8 7 8s-.53.11-.71.29L2 12.59V4c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 001 1h18c.55 0 1-.45 1-1s-.45-1-1-1H2v-1.59l5-5 3.29 3.29c.18.19.43.3.71.3s.53-.11.71-.29l2.09-2.09c-.17.02-.34.02-.51.02-.7 0-1.38-.12-2.01-.33zm-.93-6c0-1.62 1.31-2.93 2.93-2.93s2.93 1.31 2.93 2.93-1.31 2.93-2.93 2.93-2.93-1.31-2.93-2.93zm6.47 2.43c.11-.17.21-.33.29-.51.01-.03.03-.06.04-.09.08-.18.16-.35.21-.54.06-.2.1-.38.14-.58.01-.05.01-.09.02-.14.03-.2.05-.39.05-.6 0-2.37-1.93-4.3-4.3-4.3-2.37.01-4.3 1.93-4.3 4.31s1.93 4.3 4.3 4.3c.21 0 .4-.02.6-.05.04 0 .09-.01.14-.02.2-.03.38-.08.57-.14.2-.06.37-.14.55-.21.03-.01.06-.03.09-.04.18-.09.34-.19.51-.29l2.87 2.87c.14.14.33.22.56.22.43 0 .78-.35.78-.78a.938.938 0 00-.23-.56l-2.89-2.85z"],Settings:["M4 1c0-.55-.45-1-1-1S2 .45 2 1v5h2V1zM2 19c0 .55.45 1 1 1s1-.45 1-1v-6H2v6zm9-18c0-.55-.45-1-1-1S9 .45 9 1v8h2V1zm7 0c0-.55-.45-1-1-1s-1 .45-1 1v3h2V1zM9 19c0 .55.45 1 1 1s1-.45 1-1v-3H9v3zm9-14h-2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-2 14c0 .55.45 1 1 1s1-.45 1-1v-8h-2v8zM4 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm7 3H9c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1z"],Shapes:["M7.88 11.12a.958.958 0 011.277.33l3.719 6.207c.081.136.124.29.124.447 0 .495-.419.896-.936.896H4.936a.969.969 0 01-.436-.103.878.878 0 01-.392-1.21l3.409-6.208a.915.915 0 01.362-.36zM15 5a4 4 0 110 8 4 4 0 010-8zM8 1a1 1 0 011 1v6a1 1 0 01-1 1H2a1 1 0 01-1-1V2a1 1 0 011-1h6z"],Share:["M15 18H2V5h8.76l2-2H1c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h15c.55 0 1-.45 1-1V7.24l-2 2V18zm4-18h-7c-.55 0-1 .45-1 1s.45 1 1 1h4.59l-7.3 7.29a1.003 1.003 0 001.42 1.42L18 3.41V8c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],SharedFilter:["M13.917 17.209c1.01.454 2.543.928 2.873 1.643.31.722.186 1.148.186 1.148H6.026s-.13-.426.186-1.148 1.842-1.203 2.86-1.65c1.017-.447.914-.722.948-1.093 0-.048.007-.097.007-.145a3.067 3.067 0 01-.839-1.237l-.007-.007c0-.007-.006-.014-.006-.02a1.757 1.757 0 01-.11-.337c-.234-.042-.372-.296-.426-.537a1.045 1.045 0 01-.138-.598c.034-.35.179-.509.337-.57v-.056c0-.44.034-1.065.117-1.478a2.508 2.508 0 01.962-1.623c.426-.33 1.038-.501 1.58-.501.544 0 1.155.172 1.588.502a2.496 2.496 0 01.963 1.622c.075.413.117 1.045.117 1.478v.062c.15.062.288.22.323.564.02.268-.083.502-.138.598-.048.234-.185.488-.42.537a2.635 2.635 0 01-.116.364 3.094 3.094 0 01-.818 1.224c0 .055 0 .11.007.158.034.378-.103.653.914 1.1z","M14.976 16.57c-.24-.099-.455-.186-.65-.273l-.007-.004a3.801 3.801 0 01-.194-.091c.224-.288.41-.609.554-.946l.001-.002.013-.033c.018-.043.036-.087.052-.13l.011-.027.016-.04c.105-.092.19-.19.256-.284.129-.184.213-.38.265-.563.105-.226.225-.592.192-1.026l-.001-.011-.002-.011a1.854 1.854 0 00-.325-.91 9.924 9.924 0 00-.12-1.246 3.09 3.09 0 00-.106-.475l-.001-.006a3.543 3.543 0 00-.763-1.353c.27-.092.56-.139.83-.139.495 0 1.05.156 1.444.456a2.269 2.269 0 01.875 1.475c.069.375.106.95.106 1.344v.056c.138.056.263.2.294.513.019.244-.075.456-.125.543-.044.213-.169.444-.381.488-.025.1-.056.206-.094.3a2.815 2.815 0 01-.756 1.144c0 .05 0 .1.006.144.004.043.006.086.007.127.01.283.018.518.824.872.192.087.404.173.623.263.83.34 1.752.717 1.99 1.231.28.657.168 1.044.168 1.044h-2.081a3.864 3.864 0 00-.188-.542l-.005-.013-.006-.012c-.183-.397-.491-.681-.76-.88a5.614 5.614 0 00-.896-.522 17.36 17.36 0 00-.916-.4l-.15-.061zM14 1c.55 0 1 .45 1 1 0 .28-.11.53-.29.7L10 7.41v.897a3.182 3.182 0 00-.69.4 3.508 3.508 0 00-1.343 2.259c-.07.37-.107.836-.122 1.237a1.836 1.836 0 00-.339.926c-.046.458.09.84.195 1.06.053.178.138.376.27.56.055.08.125.162.21.242v.143l.053.052L6.71 16.71A1.003 1.003 0 015 16V7.41L.29 2.71A1.003 1.003 0 011 1h13z","M9.059 14.361c-.23-.044-.366-.296-.42-.535a1.045 1.045 0 01-.138-.598c.034-.35.179-.509.337-.57v-.056c0-.44.034-1.065.117-1.478A2.508 2.508 0 0110 9.441V13c0 .28-.11.53-.29.71l-.651.651z"],Shield:["M10 20c6-3.81 9-9.048 9-15.714-2 0-5-1.429-9-4.286-4 2.857-7 4.286-9 4.286C1 10.952 4 16.19 10 20zm0-17.348c2.577 1.734 4.776 2.88 6.667 3.419-.44 4.627-2.636 8.353-6.667 11.297V2.652z"],Ship:["M6.84.804L6.5 2.5h-3a1 1 0 00-1 1v4.893l-1.58.451a.99.99 0 00-.691 1.192c.46 1.82 1.163 4.356 1.701 5.571-.218.012-.445.018-.68.018a.625.625 0 100 1.25c2.583 0 4.268-.68 5.202-1.146.687.466 1.88 1.146 3.548 1.146 1.65 0 2.837-.666 3.528-1.132l.005.003c.244.131.6.3 1.07.468.938.335 2.321.661 4.147.661a.625.625 0 100-1.25c-.323 0-.63-.011-.922-.031a.996.996 0 00.184-.334l1.67-5.168a1 1 0 00-.677-1.27l-1.505-.43V3.5a1 1 0 00-1-1h-3L13.16.804A1 1 0 0012.18 0H7.82a1 1 0 00-.98.804zM5 7.679l3.75-1.072V5H5v2.679zm6.25-1.072L15 7.68V5h-3.75v1.607zM6.205 16.95a.625.625 0 01.658.042c.569.407 1.597 1.134 3.137 1.134s2.568-.727 3.137-1.134a.625.625 0 01.724-.001l.007.005.045.029c.044.027.114.069.21.12.194.104.493.247.9.392.811.29 2.053.589 3.727.589a.625.625 0 110 1.25c-1.826 0-3.21-.326-4.148-.661a7.894 7.894 0 01-1.069-.468l-.005-.003c-.691.466-1.878 1.132-3.528 1.132-1.667 0-2.861-.68-3.548-1.146-.934.467-2.619 1.146-5.202 1.146a.625.625 0 110-1.25c2.66 0 4.23-.787 4.955-1.176z"],Shop:["M17.94 3.63c-.01-.02-.01-.03-.02-.04l-.03-.09h-.01c-.18-.3-.49-.5-.86-.5h-14c-.42 0-.77.25-.92.61L0 8.5h.02a2.5 2.5 0 005 0 2.5 2.5 0 005 0 2.5 2.5 0 005 0 2.5 2.5 0 005 0l-2.08-4.87zM3.02 2h14c.55 0 1-.45 1-1s-.45-1-1-1h-14c-.55 0-1 .45-1 1s.44 1 1 1zm13 14h-12v-4h-2v7c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-7h-2v4z"],ShoppingCart:["M18 14H8.72l-.67-2H17c.44 0 .8-.29.94-.69h.01l2-6h-.01c.03-.1.06-.2.06-.31 0-.55-.45-1-1-1H5.39l-.44-1.32h-.01C4.8 2.29 4.44 2 4 2H1c-.55 0-1 .45-1 1s.45 1 1 1h2.28l3.33 10H5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2h9c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2zM6.05 6h11.56l-1.33 4H7.39L6.05 6z"],ShortenText:["M.833 13h8.334c.458 0 .833-.45.833-1s-.375-1-.833-1H.833C.375 11 0 11.45 0 12s.375 1 .833 1zM1 8h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm15 6c0-.28-.11-.53-.29-.71l-.3-.29H19c.55 0 1-.45 1-1s-.45-1-1-1h-3.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2c-.18.19-.29.44-.29.71 0 .28.11.53.29.71l2 2c.18.18.43.29.71.29.55.01 1-.44 1-1z"],SignalSearch:["M7.15 10.33c.888.8 1.999 1.36 3.228 1.574l2.326 6.98a.846.846 0 01-.535 1.07.844.844 0 01-1.072-.535l-1.225-3.671H7.125L5.9 19.419a.85.85 0 01-1.072.536.85.85 0 01-.536-1.071l2.857-8.555zm1.353 1.305l-.808 2.413h1.607l-.8-2.413zM5 5.5c0 .76.13 1.49.37 2.17-.496 1.056-.313 2.356.704 3.29.385.353.404.94.038 1.311a.982.982 0 01-1.356.038c-2.183-2.01-2-5.125.01-6.94a.95.95 0 01.24-.156A6.421 6.421 0 005 5.5z","M3.874 13.185c-1.346-.918-2.187-2.67-2.187-4.34 0-1.752.757-3.254 2.187-4.339.42-.25.42-.834.168-1.168-.252-.418-.84-.418-1.177-.167C1.014 4.59-.08 6.509.005 8.846c.084 2.253 1.177 4.423 2.86 5.675.168.083.336.166.504.166.253 0 .505-.083.673-.333.337-.418.253-.918-.168-1.169zM12.246 12.309a.98.98 0 01-1.354-.037.917.917 0 01-.206-.324 6.54 6.54 0 001.959-.049 5.125 5.125 0 01-.399.41zM14.631 11.476l1.228 1.229a6.6 6.6 0 01-1.723 1.816c-.169.083-.337.166-.505.166-.253 0-.505-.083-.673-.333-.337-.418-.253-.918.168-1.169.62-.422 1.133-1.022 1.505-1.709z","M11.5 0C14.54 0 17 2.46 17 5.5c0 .26-.02.51-.06.75l-.03.17c-.04.25-.1.49-.17.73v.01c-.08.24-.17.47-.28.69-.01.04-.03.07-.05.11-.11.23-.24.44-.38.65l3.68 3.68A1.003 1.003 0 0119 14c-.28 0-.53-.11-.7-.29l-3.68-3.68c-.21.14-.42.27-.65.38-.04.01-.07.03-.11.05-.22.11-.45.2-.69.28h-.01c-.24.07-.48.13-.73.17l-.17.03c-.25.04-.5.06-.76.06C8.46 11 6 8.54 6 5.5S8.46 0 11.5 0zm0 1.5c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"],SimCard:["M16.71 5.29l-5-5A.997.997 0 0011 0H4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.28-.11-.53-.29-.71zM9 7h2v3H9V7zM6 7h2v3H6V7zm2 11H6v-3h2v3zm3 0H9v-3h2v3zm3 0h-2v-3h2v3zm0-4H6v-3h8v3zm0-4h-2V7h2v3z"],Slash:["M12 2c-.46 0-.85.32-.97.74L7.04 16.7c-.02.1-.04.2-.04.3 0 .55.45 1 1 1 .46 0 .85-.32.97-.74L12.96 3.3c.02-.1.04-.2.04-.3 0-.55-.45-1-1-1z"],SmallCross:["M11.41 10l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L10 8.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42L8.59 10 5.3 13.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3.29-3.3 3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L11.41 10z"],SmallInfoSign:["M17 10a7 7 0 11-14 0 7 7 0 0114 0zm-6-5v2H9V5h2zm0 3v6h1v1H8v-1h1V9H8V8h3z"],SmallMinus:["M14 9H6c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1z"],SmallPlus:["M14 9h-3V6c0-.55-.45-1-1-1s-1 .45-1 1v3H6c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1z"],SmallSquare:["M5 5v10h10V5H5zM4 3a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V4a1 1 0 00-1-1H4z"],SmallTick:["M15 5c-.28 0-.53.11-.71.29L8 11.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l7-7A1.003 1.003 0 0015 5z"],Snowflake:["M11 11.776v2.81l2.31 2.242a.987.987 0 010 1.415c-.399.39-1.044.39-1.442 0L11 17.414V19a.99.99 0 01-.996 1A.996.996 0 019 19v-1.636l-.912.879c-.398.39-1.043.39-1.441 0a.987.987 0 010-1.415L9 14.536v-2.79l-2.548 1.435-.837 3.063c-.146.534-.705.85-1.248.707a.998.998 0 01-.721-1.224l.309-1.132-1.4.793a1.03 1.03 0 01-1.393-.366.99.99 0 01.373-1.366l1.445-.818-1.224-.322a.998.998 0 01-.72-1.225c.145-.533.704-.85 1.248-.707l3.193.84 2.462-1.395-2.532-1.434-3.123.82a1.022 1.022 0 01-1.249-.706.998.998 0 01.721-1.225L2.91 7.18l-1.4-.793a.99.99 0 01-.373-1.366 1.03 1.03 0 011.392-.366l1.445.818-.328-1.2a.998.998 0 01.72-1.225 1.022 1.022 0 011.25.707l.855 3.132L9 8.311V5.414L6.647 3.121a.987.987 0 010-1.414 1.033 1.033 0 011.441 0L9 2.586V1c0-.552.44-1 1.004-1A.99.99 0 0111 1l-.007 1.536.875-.829a1.033 1.033 0 011.441 0 .987.987 0 010 1.414L11 5.364v2.918l2.53-1.42.855-3.131c.146-.534.705-.85 1.249-.707a.998.998 0 01.72 1.224l-.327 1.2 1.4-.792a1.03 1.03 0 011.392.366.99.99 0 01-.373 1.366l-1.355.768 1.153.303a.998.998 0 01.721 1.225c-.146.533-.705.85-1.249.707l-3.123-.821-2.576 1.459 2.506 1.42 3.193-.84a1.022 1.022 0 011.249.707.998.998 0 01-.72 1.225l-1.224.322 1.4.793a.99.99 0 01.373 1.366 1.03 1.03 0 01-1.393.366l-1.356-.768.31 1.132a.998.998 0 01-.721 1.224 1.022 1.022 0 01-1.249-.707l-.837-3.063L11 11.776z"],SoccerBall:["M9.5 19a9.5 9.5 0 100-19 9.5 9.5 0 000 19zm0-2c.879 0 1.722-.151 2.506-.429l.644-1.982-1.152-1.585H7.674l-1.152 1.585.665 2.048A7.497 7.497 0 009.5 17zm-6-2.999h2.213l1.219-1.677-1.038-3.247-2.337-.759L2 9.45v.05c0 1.689.558 3.247 1.5 4.501zM17 9.5a7.466 7.466 0 01-1.5 4.501h-2.04l-1.339-1.842.976-3.05 2.432-.79 1.47 1.068L17 9.5zM3.225 5.391l.642 1.976 2.296.746 2.833-2.09V4.136L6.764 2.515a7.525 7.525 0 00-3.54 2.876zM15.22 7.367l.613-1.887a7.526 7.526 0 00-3.602-2.967L9.996 4.137v1.879l2.867 2.117 2.357-.766z"],SocialMedia:["M11.5 5c.8 0 1.6-.4 2-1 2 1.2 3.3 3.3 3.5 5.7 0 .5.5.9 1 .9.6 0 1-.5 1-1v-.1c-.2-3.3-2.2-6.2-5.1-7.6C13.7.8 12.7 0 11.5 0 10.1 0 9 1.1 9 2.5S10.1 5 11.5 5zm5 7c-1.4 0-2.5 1.1-2.5 2.5 0 .4.1.7.2 1.1-1.1.9-2.6 1.4-4.2 1.4-1.9 0-3.6-.8-4.9-2-.2-.2-.5-.4-.8-.4-.5 0-1 .5-1 1 0 .3.1.5.3.7C5.3 18 7.5 19 10 19c2.2 0 4.2-.8 5.8-2.1.2.1.5.1.7.1 1.4 0 2.5-1.1 2.5-2.5S17.9 12 16.5 12zM5 10.5c0-1.1-.7-2.1-1.7-2.4.5-1.9 1.9-3.5 3.6-4.4.3-.2.6-.5.6-.9 0-.5-.4-1-1-1-.2 0-.4.1-.6.2-2.4 1.2-4.2 3.6-4.7 6.4C.5 8.9 0 9.6 0 10.5 0 11.9 1.1 13 2.5 13S5 11.9 5 10.5z"],Sort:["M19 16h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0-5h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM7 15c-.28 0-.53.11-.71.29L5 16.59V11c0-.55-.45-1-1-1s-1 .45-1 1v5.59L1.71 15.3A.965.965 0 001 15a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 007 15zM19 1h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 5h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],SortAlphabetical:["M8 15c-.28 0-.53.11-.71.29L6 16.59v-5.58c0-.55-.45-1-1-1s-1 .45-1 1v5.58L2.71 15.3c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 008 15zm8.89-.79v-1.22H11.3v1.3h3.51L11 18.78V20h5.99v-1.3h-3.91l3.81-4.49zM14.97 0h-1.95L9.01 11.01h1.89l.98-2.92h4.17l.98 2.92h1.96L14.97 0zm-2.59 6.63l1.58-4.74H14l1.57 4.74h-3.19z"],SortAlphabeticalDesc:["M8.01 15c-.28 0-.53.11-.71.29L6 16.59v-5.58c0-.55-.45-1-1-1s-1 .45-1 1v5.58L2.71 15.3c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 00-.71 1.71l3 3a1.014 1.014 0 001.42 0l3-3c.18-.18.29-.43.29-.71.01-.55-.44-1-.99-1zm4.44-5.65l6.4-7.88V0H10.5v1.67h5.91L10 9.44v1.57h9V9.35h-6.55zm1.27 3.64L11 20h1.59l.56-1.56h2.68l.55 1.56h1.64l-2.68-7.01h-1.62zm-.16 4.3l.93-2.57h.02l.9 2.57h-1.85z"],SortAsc:["M10 8h5c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm0 5h7c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm0-10h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm9 12h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM7 14c-.28 0-.53.11-.71.29L5 15.59V10c0-.55-.45-1-1-1s-1 .45-1 1v5.59L1.71 14.3A.965.965 0 001 14a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 007 14z"],SortDesc:["M13 15h-3c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm-6-1c-.28 0-.53.11-.71.29L5 15.59V10c0-.55-.45-1-1-1s-1 .45-1 1v5.59L1.71 14.3A.965.965 0 001 14a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 007 14zM19 0h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 10h-5c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm2-5h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],SortNumerical:["M9 14.99c-.28 0-.53.11-.71.29L7 16.58v-5.59c0-.55-.45-1-1-1s-1 .45-1 1v5.59l-1.29-1.29a.965.965 0 00-.71-.3 1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l3-3c.18-.18.29-.43.29-.71a.99.99 0 00-1-1zm8.88.23c-.08-.42-.22-.79-.42-1.12-.2-.33-.47-.6-.8-.8-.33-.2-.76-.3-1.28-.3a2.333 2.333 0 00-1.72.71c-.21.22-.37.48-.49.78-.11.3-.17.62-.17.97 0 .27.04.54.13.8.08.26.22.5.4.7.19.21.43.38.71.5a2.142 2.142 0 001.72.02c.25-.12.47-.31.66-.58l.02.02c-.01.19-.04.4-.08.63-.04.24-.11.46-.21.67-.1.21-.23.38-.39.53a.92.92 0 01-.62.22c-.24 0-.44-.08-.6-.25-.16-.17-.27-.36-.31-.59h-1.31c.04.29.12.56.24.79.12.23.28.43.48.59.19.16.42.28.67.36.25.08.52.12.82.12.49 0 .9-.1 1.23-.31.34-.21.61-.48.82-.82.21-.34.37-.71.47-1.13.1-.42.15-.83.15-1.25 0-.43-.04-.85-.12-1.26zm-1.42.63c-.05.15-.11.28-.2.4-.09.12-.2.21-.34.27s-.3.1-.49.1c-.17 0-.33-.04-.46-.11s-.24-.17-.33-.29c-.08-.12-.15-.25-.19-.4-.04-.15-.06-.31-.06-.47 0-.15.02-.3.07-.45.05-.15.11-.28.2-.39.09-.12.2-.21.33-.28.13-.07.27-.11.44-.11.17 0 .33.04.47.11.14.07.25.17.34.28a1.387 1.387 0 01.28.86c.01.17-.02.33-.06.48zM15.32 11H17V0h-1.25c-.05.34-.17.62-.34.85-.17.23-.39.42-.63.57-.25.15-.52.25-.83.31-.3.06-.62.09-.94.09v1.41h2.31V11z"],SortNumericalDesc:["M9 15c-.28 0-.53.11-.71.29L7 16.59v-5.58c0-.55-.45-1-1-1s-1 .45-1 1v5.58L3.71 15.3c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 00-.71 1.71l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l3-3A1.003 1.003 0 009 15zm6.7-1.33a1.5 1.5 0 01-.44.43c-.17.11-.37.19-.58.23-.22.04-.44.06-.67.05v1.07h1.66V20H17v-6.99h-1.06c-.04.26-.12.48-.24.66zm3.15-10.3c-.11-.68-.29-1.26-.55-1.76-.26-.5-.62-.89-1.08-1.18C16.75.14 16.17 0 15.46 0c-.54 0-1.03.09-1.46.27-.43.18-.79.44-1.09.76-.3.33-.52.71-.67 1.15-.16.44-.24.92-.24 1.43 0 .54.08 1.04.23 1.47.15.44.37.81.65 1.12.28.31.61.55 1 .72.39.17.82.26 1.3.26.46 0 .88-.11 1.26-.33.38-.22.68-.53.9-.94l.03.03c-.03.35-.07.74-.12 1.16-.05.42-.15.81-.29 1.18-.14.37-.35.68-.61.92-.26.25-.62.37-1.06.37-.43 0-.77-.13-1.03-.4-.25-.27-.4-.62-.44-1.05h-1.64c.02.43.11.83.29 1.18.17.35.39.66.67.91a3.027 3.027 0 002.07.8c.71 0 1.3-.17 1.79-.5.48-.33.87-.76 1.17-1.29.3-.53.51-1.12.64-1.76.13-.64.19-1.28.19-1.92.01-.77-.05-1.49-.15-2.17zM17.1 4.44c-.08.27-.19.5-.34.71-.15.21-.34.37-.57.49-.23.12-.5.18-.8.18-.3 0-.56-.06-.78-.19-.22-.13-.4-.29-.55-.49-.14-.2-.25-.44-.32-.7-.07-.27-.11-.55-.11-.84 0-.28.04-.55.11-.82.07-.26.18-.49.32-.7.14-.2.33-.36.55-.48.22-.12.48-.17.78-.17.31 0 .57.06.8.18.23.12.42.28.57.48.15.2.26.43.34.69.08.26.11.53.11.82 0 .29-.04.57-.11.84z"],SpellCheck:["M8.89.56l5 10c.06.13.11.28.11.44 0 .55-.45 1-1 1-.39 0-.72-.23-.89-.55L10.88 9H5.12l-1.23 2.44c-.17.33-.5.56-.89.56-.55 0-1-.45-1-1 0-.16.05-.31.12-.44l2.35-4.73.9-1.81L7.11.56C7.28.23 7.61 0 8 0s.72.23.89.56zM6.12 7L8 3.24 9.88 7H6.12zm11.17 4.29a1.003 1.003 0 011.42 1.42l-7 7c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.29l-3-3a1.003 1.003 0 011.42-1.42l2.29 2.3 6.29-6.3z"],SplitColumns:["M15 13a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 00-1.42 1.42L16.59 9H11V2h5v2c.77 0 1.47.3 2 .78V1c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3.78C2.53 4.3 3.23 4 4 4V2h5v7H3.41L4.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-3 3C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L3.41 11H9v7H4v-2c-.77 0-1.47-.3-2-.78V19c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.78c-.53.48-1.23.78-2 .78v2h-5v-7h5.59l-1.29 1.29c-.19.18-.3.43-.3.71z"],SportsStadium:["M8 .5a.5.5 0 01.5-.5c.433 0 .5.269.5.269.338-.453.819-.245 1.34-.02.548.236 1.14.492 1.66.02v2.494c-.52.414-1.124.2-1.682.002-.512-.182-.985-.35-1.318-.002V5.02c.329-.013.663-.02 1-.02 1.422 0 2.775.119 4 .333V1.5a.5.5 0 01.5-.5c.433 0 .5.269.5.269.338-.453.819-.245 1.34-.02.548.236 1.14.492 1.66.02v2.494c-.52.414-1.124.2-1.682.002-.512-.182-.985-.35-1.318-.002v1.772c2.989.692 5 1.984 5 3.465 0 .631-.365 1.228-1.016 1.759C18.704 8.662 14.788 7 10 7s-8.703 1.662-8.984 3.759C.366 10.228 0 9.63 0 9c0-.903.748-1.736 2.009-2.405A.502.502 0 012 6.5v-5a.5.5 0 01.5-.5c.433 0 .5.269.5.269.338-.453.819-.245 1.34-.02.548.236 1.14.492 1.66.02v2.494c-.52.414-1.124.2-1.682.002-.512-.182-.985-.35-1.318-.002v2.38c1.35-.53 3.075-.907 5-1.063V.5z","M17.868 11.469A.973.973 0 0018 11c0-.227-.1-.518-.432-.868-.337-.354-.872-.719-1.61-1.047C14.484 8.43 12.378 8 10 8c-2.379 0-4.484.43-5.958 1.085-.738.328-1.273.693-1.61 1.047-.333.35-.432.641-.432.868 0 .134.035.291.132.469C3.962 12.401 6.807 13 10 13c3.193 0 6.037-.599 7.868-1.531z","M10 14c2.856 0 5.488-.461 7.442-1.243C18.47 12.347 19.357 11.644 20 11v6c0 1.343-2.943 2.618-7 3v-1a3 3 0 00-6 0v1c-4.057-.382-7-1.657-7-3v-6c.72.71 1.626 1.384 2.558 1.757C4.512 13.539 7.144 14 10 14z"],Square:["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V2h16v16z"],StackedChart:["M12 2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v4h4V2zm3 14h2c.55 0 1-.45 1-1v-5h-4v5c0 .55.45 1 1 1zm3-10c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v3h4V6zm-6 1H8v5h4V7zm-9 9h2c.55 0 1-.45 1-1v-3H2v3c0 .55.45 1 1 1zm16 1H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM6 9c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2h4V9zm3 7h2c.55 0 1-.45 1-1v-2H8v2c0 .55.45 1 1 1z"],StadiumGeometry:["M15 7H5a3 3 0 000 6h10a3 3 0 100-6zM5 5a5 5 0 000 10h10a5 5 0 000-10H5z"],Star:["M10 0l3.1 6.6 6.9 1-5 5.1 1.2 7.3-6.2-3.4L3.8 20 5 12.7 0 7.6l6.9-1z"],StarEmpty:["M20 7.6l-6.9-1.1L10 0 6.9 6.6 0 7.6l5 5.1L3.8 20l6.2-3.4 6.2 3.4-1.2-7.2 5-5.2zM10 15l-4.5 2.4.9-5.2-3.6-3.6 5-.8L10 3.1l2.2 4.7 5 .8-3.6 3.7.9 5.2L10 15z"],StepBackward:["M15 3c-.23 0-.42.09-.59.21l-.01-.01L8 8V4c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-4l6.4 4.8.01-.01c.17.12.36.21.59.21.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],StepChart:["M19 16H2v-3h4c.55 0 1-.45 1-1V8h3v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1v4h-3V7c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v4H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],StepForward:["M15 3h-2c-.55 0-1 .45-1 1v4L5.6 3.2l-.01.01C5.42 3.09 5.23 3 5 3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01L12 12v4c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],Stop:["M16 3H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],Stopwatch:["M10 6a6 6 0 106 6h-6V6zm-.998-1.938A1.015 1.015 0 019 4V2H7a1 1 0 110-2h6a1 1 0 010 2h-2v2c0 .02 0 .041-.002.062A8.001 8.001 0 0110 20a8 8 0 01-.998-15.938z"],Strikethrough:["M18 9h-4.46a4.7 4.7 0 00-.4-.14c-.19-.05-.51-.14-.96-.25-.45-.11-.9-.23-1.37-.35-.47-.12-.89-.23-1.27-.33s-.6-.16-.65-.17c-.53-.15-.95-.37-1.27-.66-.32-.28-.49-.68-.49-1.19 0-.36.09-.66.26-.9s.39-.43.65-.57c.26-.14.55-.24.87-.3s.63-.09.93-.09c.89 0 1.63.19 2.21.57.45.3.75.76.89 1.38h2.63c-.06-.52-.2-.98-.42-1.4-.3-.57-.71-1.05-1.23-1.43a5.33 5.33 0 00-1.79-.87c-.7-.2-1.42-.3-2.19-.3-.66 0-1.31.08-1.96.25s-1.22.43-1.73.77-.92.79-1.23 1.32c-.31.52-.46 1.15-.46 1.87 0 .37.05.74.15 1.1.1.36.28.7.53 1.02.18.24.41.47.69.67H2c-.55 0-1 .45-1 1s.45 1 1 1h10.14c.02.01.05.02.07.02.3.11.58.29.84.55.25.26.38.67.38 1.21 0 .27-.06.53-.17.79-.11.26-.29.49-.54.69-.25.2-.57.36-.97.49s-.88.19-1.44.19c-.52 0-1.01-.06-1.45-.17-.45-.11-.84-.29-1.19-.54s-.61-.56-.8-.95c-.05-.08-.09-.18-.12-.28H4.11c.09.43.22.82.4 1.18.33.65.77 1.18 1.32 1.59.55.41 1.2.72 1.94.92.74.2 1.53.3 2.37.3.73 0 1.44-.08 2.14-.25.7-.17 1.33-.43 1.88-.79.55-.36.99-.83 1.33-1.39.34-.56.51-1.25.51-2.05 0-.37-.06-.75-.18-1.12a3.12 3.12 0 00-.15-.39H18c.55 0 1-.45 1-1s-.45-1-1-1z"],Style:["M18 18H2V2h12.3l2-2H1C.4 0 0 .4 0 1v18c0 .6.4 1 1 1h18c.6 0 1-.4 1-1V7.7l-2 2V18zm1.2-18l-7.6 7.6 2.8 2.8L20 4.8V0h-.8zM4 15.9c3.1.2 5.9.2 8.2-2 1.1-1.1 1.1-3 0-4.1-.6-.5-1.3-.8-2-.8s-1.4.3-1.9.8C7.2 11 6.6 14.3 4 15.9z"],Subscript:["M.224 6.63a1 1 0 111.563-1.248L5 9.4l3.213-4.017A1 1 0 119.776 6.63L6.28 11l3.495 4.369a1 1 0 11-1.563 1.248L5 12.601l-3.213 4.016A1 1 0 11.224 15.37L3.72 11 .224 6.63zm15.8 11.33c.16-.19.34-.38.56-.55.21-.18.449-.36.709-.53.25-.18.5-.36.749-.56.25-.2.49-.41.73-.63.229-.22.439-.47.629-.74.18-.27.33-.56.44-.88.11-.32.159-.67.159-1.07 0-.32-.05-.65-.14-1-.09-.35-.25-.68-.47-.97-.22-.3-.509-.55-.869-.74-.36-.2-.809-.29-1.348-.29-.49 0-.93.1-1.299.29-.37.18-.69.44-.949.78-.26.33-.45.73-.58 1.2-.13.46-.2.96-.2 1.5h1.43c.01-.35.04-.67.09-.97.05-.3.14-.56.25-.78.109-.22.259-.39.449-.52s.43-.19.709-.19c.31 0 .56.06.75.18.189.12.339.26.449.43.11.17.18.36.22.56.04.2.06.39.06.57-.01.38-.1.72-.26 1.02-.15.3-.37.57-.63.83-.26.25-.54.49-.849.71-.31.22-.61.45-.889.68-.6.45-1.059.98-1.409 1.58-.35.61-.519 1.32-.529 2.13h5.984v-1.43h-4.276c.06-.21.17-.42.33-.61z"],Superscript:["M16.024 7.96c.16-.19.34-.38.56-.55.21-.18.449-.36.709-.53.25-.18.5-.36.749-.56.25-.2.49-.41.73-.63.229-.22.439-.47.629-.74.18-.27.33-.56.44-.88C19.95 3.75 20 3.4 20 3c0-.32-.05-.65-.14-1-.09-.35-.25-.68-.47-.97-.22-.3-.509-.55-.869-.74-.36-.2-.809-.29-1.348-.29-.49 0-.93.1-1.299.29-.37.18-.69.44-.949.78-.26.33-.45.73-.58 1.2-.13.46-.2.96-.2 1.5h1.43c.01-.35.04-.67.09-.97.05-.3.14-.56.25-.78.109-.22.259-.39.449-.52s.43-.19.709-.19c.31 0 .56.06.75.18.189.12.339.26.449.43.11.17.18.36.22.56.04.2.06.39.06.57-.01.38-.1.72-.26 1.02-.15.3-.37.57-.63.83-.26.25-.54.49-.849.71-.31.22-.61.45-.889.68-.6.45-1.059.98-1.409 1.58-.35.61-.519 1.32-.529 2.13h5.984V8.57h-4.276c.06-.21.17-.42.33-.61zM.224 6.63a1 1 0 111.563-1.248L5 9.4l3.213-4.017A1 1 0 119.776 6.63L6.28 11l3.495 4.369a1 1 0 11-1.563 1.248L5 12.601l-3.213 4.016A1 1 0 11.224 15.37L3.72 11 .224 6.63z"],SwapHorizontal:["M16.02 10c-.01 0-.01 0 0 0H16h.02zM2 6h13.58l-2.29 2.29a1 1 0 00-.3.71 1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-4-4a1.003 1.003 0 00-1.42 1.42L15.58 4H2c-.55 0-1 .45-1 1s.45 1 1 1zm2 4h-.02H4zm14 4H4.42l2.29-2.29a1 1 0 00.3-.71 1.003 1.003 0 00-1.71-.71l-4 4c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L4.42 16H18c.55 0 1-.45 1-1s-.45-1-1-1z"],SwapVertical:["M9.71 5.3l-4-4A.997.997 0 005 1.01c-.28 0-.53.11-.71.29l-4 4a1.003 1.003 0 001.42 1.42L4 4.42V18c0 .55.45 1 1 1s1-.45 1-1V4.42l2.29 2.29a1 1 0 00.71.3 1.003 1.003 0 00.71-1.71zM10 3.98c0 .01 0 .01 0 0V4v-.02zm0 12.04c0-.01 0-.01 0 0V16v.02zm9-3.03c-.28 0-.53.11-.71.29L16 15.58V2c0-.55-.45-1-1-1s-1 .45-1 1v13.58l-2.29-2.29a1.003 1.003 0 00-1.42 1.42l4 4c.18.18.43.29.71.29.28 0 .53-.11.71-.29l4-4c.18-.18.29-.43.29-.71 0-.56-.45-1.01-1-1.01z"],Switch:["M12.293 2.293l1.414 1.414-7.127 7.129a3.5 3.5 0 11-1.415-1.415l7.128-7.128zM16.5 9a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm-13 2a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm13 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"],SymbolCircle:["M10 4.01a6 6 0 100 12 6 6 0 100-12z"],SymbolCross:["M15 8.01h-3v-3c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v3H5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h3v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-3h3c.55 0 1-.45 1-1v-2c0-.56-.45-1-1-1z"],SymbolDiamond:["M15 10.01c0-.21-.08-.39-.18-.54l.02-.01-4-6-.02.01c-.18-.28-.47-.46-.82-.46s-.64.18-.82.45l-.01-.01-4 6 .02.01c-.11.16-.19.34-.19.55s.08.39.18.54l-.02.01 4 6 .02-.01c.18.27.47.46.82.46s.64-.19.82-.46l.02.01 4-6-.02-.01c.1-.16.18-.34.18-.54z"],SymbolRectangle:["M16 5H4c-.5 0-1 .5-1 1v8c0 .5.5 1 1 1h12c.5 0 1-.5 1-1V6c0-.5-.5-1-1-1z"],SymbolSquare:["M15 4.01H5c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-10c0-.56-.45-1-1-1z"],SymbolTriangleDown:["M16 5c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1 0 .16.05.31.11.44H4.1l5 10h.01c.17.33.5.56.89.56s.72-.23.89-.56h.01l5-10h-.01c.06-.13.11-.28.11-.44z"],SymbolTriangleUp:["M15.89 14.56l-4.99-10h-.01c-.17-.33-.5-.56-.89-.56s-.72.23-.89.56H9.1l-5 10h.01c-.06.13-.11.28-.11.44 0 .55.45 1 1 1h10c.55 0 1-.45 1-1 0-.16-.05-.31-.11-.44z"],Syringe:["M15.146.854a.5.5 0 01.708-.708l4 4a.5.5 0 01-.708.708l-.646-.647L17.207 5.5l1.647 1.646a.5.5 0 01-.708.708l-.646-.647-1.146 1.146-7.5 7.5a.5.5 0 01-.708 0l-.646-.646-2.646 2.647a.5.5 0 01-.708 0l-.646-.647-2.646 2.647a.5.5 0 01-.708-.708L2.793 16.5l-.647-.646a.5.5 0 010-.708L4.793 12.5l-.647-.646a.5.5 0 010-.708l7.5-7.5L12.794 2.5l-.647-.646a.5.5 0 01.708-.708L14.5 2.793 15.793 1.5l-.647-.646zM12.707 4l.793-.793L16.793 6.5 16 7.293 12.707 4zm2.586 4l-.793.793-1.646-1.647a.5.5 0 00-.708.708L13.793 9.5 12.5 10.793l-1.646-1.647a.5.5 0 00-.708.708l1.647 1.646-1.293 1.293-1.646-1.647a.5.5 0 00-.708.708L9.793 13.5 8.5 14.793 5.207 11.5 12 4.707 15.293 8zM3.207 15.5L5.5 13.207 6.793 14.5 4.5 16.793 3.207 15.5zM16.5 2.207L17.793 3.5 16.5 4.793 15.207 3.5 16.5 2.207z"],Tag:["M2 4a2 2 0 012-2h4.588a2 2 0 011.414.586l7.41 7.41a2 2 0 010 2.828l-4.588 4.588a2 2 0 01-2.829 0l-7.41-7.41A2 2 0 012 8.588V4zm3.489-.006a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z"],TakeAction:["M5 7c.28 0 .53-.11.71-.29l5-5A1.003 1.003 0 009.29.29l-5 5A1.003 1.003 0 005 7zm6 6a1.003 1.003 0 001.71.71l5-5a1.003 1.003 0 00-1.42-1.42l-5 5c-.18.18-.29.43-.29.71zm8 5h-1c0-.55-.45-1-1-1h-7c-.55 0-1 .45-1 1H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-9-6l6-6-1.29-1.29a1.003 1.003 0 00-1.42-1.42L12 2 6 8l1.29 1.29-7 7a1.003 1.003 0 001.42 1.42l7-7L10 12z"],Tank:["M3.956 4.47A1 1 0 014.804 4h6.392a1 1 0 01.848.47L13 6h5a1 1 0 010 2h-5v1h4a3 3 0 110 6H3a3 3 0 010-6V6.287a1 1 0 01.152-.53l.804-1.287zM3 11h14a1 1 0 110 2H3a1 1 0 110-2z"],Target:["M9 5a1 1 0 012 0v3a1 1 0 01-2 0V5zM12 9a1 1 0 000 2h3a1 1 0 000-2h-3zM4 10a1 1 0 011-1h3a1 1 0 010 2H5a1 1 0 01-1-1zM10 11a1 1 0 00-1 1v3a1 1 0 002 0v-3a1 1 0 00-1-1z","M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10zm0-2a8 8 0 100-16 8 8 0 000 16z"],Taxi:["M19 9h-.33l.33 1v.5c0 .15-.03.3-.07.44h.01L17 17.23v.27c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5V17H6v.5c0 .83-.67 1.5-1.5 1.5S3 18.33 3 17.5v-.27l-1.93-6.28h.01c-.05-.15-.08-.3-.08-.45V10s.02-.06.05-.16c.06-.17.16-.47.28-.84H1c-.55 0-1-.45-1-1s.45-1 1-1h1l1-3h-.01v-.01c.25-.64 1-1.31 1.67-1.5 0 0 .78-.21 2.33-.36V1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1.13c1.55.14 2.33.36 2.33.36.67.19 1.42.86 1.67 1.5V4H17l1 3h1c.55 0 1 .45 1 1s-.45 1-1 1zM3 11.5c0 .83.67 1.5 1.5 1.5S6 12.33 6 11.5 5.33 10 4.5 10 3 10.67 3 11.5zM16 7l-1-3H5L4 7v1h12V7zm-.5 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"],Team:["M17.691 15.328c-.456-1.056-2.68-1.752-4.154-2.408-1.48-.656-1.272-1.048-1.328-1.592-.008-.072-.008-.152-.016-.232.504-.448.92-1.064 1.192-1.776 0 0 .016-.04.016-.048.056-.152.104-.312.152-.48.337-.072.537-.44.609-.784.08-.136.232-.48.2-.864-.048-.496-.248-.728-.472-.824v-.088c0-.632-.056-1.544-.177-2.144a3.64 3.64 0 00-1.393-2.352C11.69 1.256 10.8 1 10.009 1c-.792 0-1.68.256-2.313.736a3.64 3.64 0 00-1.393 2.352c-.112.6-.176 1.512-.176 2.144v.08c-.232.088-.44.32-.488.832-.032.384.12.728.2.864.08.352.28.728.633.784.04.168.096.328.152.48 0 .008.008.024.008.032l.008.016c.272.728.696 1.352 1.216 1.8 0 .072-.008.144-.016.208-.056.544.104.936-1.376 1.592-1.481.656-3.698 1.352-4.154 2.408C1.853 16.384 2 19 2 19h16s.147-2.616-.309-3.672z","M1.34 15.15c-.148.302-.34.693-.34 3.85H0v-4c0-1.3.851-2.103 1.905-2.57 1.149-.51 1.168-.837 1.192-1.236a3.63 3.63 0 01.012-.157c.007-.056.014-.119.014-.182-.455-.392-.826-.938-1.064-1.575l-.007-.014c0-.004-.002-.009-.004-.014l-.001-.005a3.684 3.684 0 01-.135-.43c-.308-.048-.484-.377-.554-.685a1.372 1.372 0 01-.175-.756c.042-.448.224-.651.428-.728v-.07c0-.553.056-1.351.154-1.876a3.186 3.186 0 011.218-2.058C3.536 2.224 4.313 2 5.007 2c.327 0 .673.05 1.005.147a4.527 4.527 0 00-.505 1.121 4.388 4.388 0 00-.139.612 14.146 14.146 0 00-.184 1.94c-.286.305-.45.729-.497 1.217v.009c-.045.541.12 1.007.254 1.277.064.227.167.479.33.707.102.141.238.287.41.406.01.027.018.053.026.079.017.056.034.11.064.17.264.688.647 1.311 1.128 1.818-.01.151-.03.186-.159.277-.13.092-.343.214-.686.366-.24.106-.538.228-.858.36-.545.223-1.157.474-1.664.721a7.408 7.408 0 00-1.222.725c-.358.271-.721.63-.924 1.098-.014.034-.03.066-.046.1zM13.946 12.146h.002c.282.126.59.253.924.39h.003l.27.112c.43.177.888.37 1.32.579.427.208.857.447 1.223.724.359.271.75.73.953 1.2C18.792 15.5 19 16 19 19h1v-4c0-1.274-.875-2.111-1.905-2.57-1.123-.498-1.136-.822-1.15-1.209a2.942 2.942 0 00-.012-.184 1.578 1.578 0 01-.007-.088v-.013a2.106 2.106 0 00-.007-.102 3.978 3.978 0 001.043-1.554s.014-.035.014-.042c.05-.133.091-.273.133-.42.294-.063.47-.385.532-.686.07-.119.204-.42.176-.756-.043-.434-.218-.637-.414-.721v-.077c0-.553-.049-1.351-.154-1.876a3.186 3.186 0 00-1.219-2.058C16.478 2.224 15.7 2 15.008 2c-.327 0-.672.05-1.004.146.219.35.39.727.506 1.122.056.187.106.392.138.606.112.574.17 1.346.186 1.97.273.301.433.713.48 1.19v.012c.045.537-.118 1-.251 1.271a2.226 2.226 0 01-.32.696c-.097.14-.228.285-.395.406l-.01.03a5.65 5.65 0 01-1.19 2.025v.04l.001.018c.002.051.003.103.01.153.033.039.195.198.788.461z"],Temperature:["M11 0a2 2 0 00-2 2v10.535a4 4 0 104 0V2a2 2 0 00-2-2zM3 2.5a.5.5 0 01.5-.5h4a.5.5 0 010 1h-4a.5.5 0 01-.5-.5zM3.5 8a.5.5 0 000 1h4a.5.5 0 000-1h-4zM5 5.5a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2a.5.5 0 01-.5-.5zm.5 5.5a.5.5 0 000 1h2a.5.5 0 000-1h-2z"],TextHighlight:["M16 17c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1-.45 1-1-.45-1-1-1c-.77 0-1.47.3-2 .78-.53-.48-1.23-.78-2-.78-.55 0-1 .45-1 1s.45 1 1 1 1 .45 1 1v12c0 .55-.45 1-1 1s-1 .45-1 1 .45 1 1 1c.77 0 1.47-.3 2-.78.53.48 1.23.78 2 .78.55 0 1-.45 1-1s-.45-1-1-1zm-4-4H2V7h10V5H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h11v-2zm7-8h-3v2h2v6h-2v2h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],Th:["M19 1H1c-.6 0-1 .5-1 1v16c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V2c0-.5-.5-1-1-1zM7 17H2v-3h5v3zm0-4H2v-3h5v3zm0-4H2V6h5v3zm11 8H8v-3h10v3zm0-4H8v-3h10v3zm0-4H8V6h10v3z"],ThDerived:["M5.3 13.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l3-3c.2-.2.3-.4.3-.7s-.1-.5-.3-.7l-3-3C6.5 7.1 6.3 7 6 7c-.6 0-1 .4-1 1 0 .3.1.5.3.7L6.6 10H1c-.6 0-1 .4-1 1s.4 1 1 1h5.6l-1.3 1.3zM19 1H3c-.5 0-1 .5-1 1v6h1c0-1.7 1.3-3 3-3 .8 0 1.6.3 2.1.9l.1.1H9v.8l1 1V6h8v3h-6.8c.3.3.5.6.6 1H18v3h-6.8l-.1.1-.9.9H18v3h-8v-2.8l-1 1V17H4v-.8c-.6-.5-1-1.3-1-2.2H2v4c0 .5.5 1 1 1h16c.6 0 1-.5 1-1V2c0-.5-.5-1-1-1z"],ThDisconnect:["M14.25 1H19c.5 0 1 .5 1 1v16c0 .5-.5 1-1 1h-7.221l.278-2H18v-3h-5.527l.14-1H18v-3h-4.971l.139-1H18V6h-4.416l.637-4.587c.02-.139.03-.277.03-.413zM8.221 1l-.694 5H2v3h5.11l-.139 1H2v3h4.555l-.14 1H2v3h3.999l-.22 1.587c-.02.139-.03.277-.03.413H1c-.6 0-1-.5-1-1V2c0-.5.4-1 1-1h7.221zM10.26.862a1 1 0 011.98.276l-2.5 18a1 1 0 01-1.98-.276l2.5-18z"],ThFiltered:["M17.333 10l1.435-1.722a1 1 0 00.232-.64V4.85l1-.9V18c0 .5-.5 1-1 1H1c-.6 0-1-.5-1-1V2c0-.5.4-1 1-1h6.722L12 4.85V6H8v3h4v1H8v3h10v-3h-.667zM7 17v-3H2v3h5zm0-4v-3H2v3h5zm0-4V6H2v3h5zm11 8v-3H8v3h10z","M19.35 0a.642.642 0 01.46 1.1l-3.03 3.03v2.95c0 .18-.07.34-.19.46l-1.28 1.29c-.11.1-.27.17-.45.17-.35 0-.64-.29-.64-.64V4.13L11.19 1.1a.642.642 0 01.45-1.1h7.71z"],ThList:["M19 1H1c-.6 0-1 .5-1 1v16c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V2c0-.5-.5-1-1-1zm-1 16H2v-3h16v3zm0-4H2v-3h16v3zm0-4H2V6h16v3z"],ThirdParty:["M8 0C3.58 0 0 3.58 0 8a8 8 0 005.856 7.71c.064-.057.129-.109.19-.156.278-.209.595-.383.896-.53.358-.174.81-.358 1.193-.515.206-.084.393-.16.534-.223a3.93 3.93 0 00.203-.095 4.1 4.1 0 01-.305-.45C8.382 13.911 8.19 14 8 14c-.67 0-1.36-1.1-1.73-3h1.252c.047-.296.153-.571.323-.797l.01-.203H6.12C6.05 9.39 6 8.73 6 8s.05-1.39.12-2h3.76l.037.344c.315-.145.65-.242.979-.295L10.89 6h2.76c.027.077.052.155.076.233l.118-.04A3.62 3.62 0 0114.998 6c.247 0 .51.028.772.086A8 8 0 008 0zm5.17 5h-2.44c-.21-1.11-.51-2.03-.91-2.69 1.43.46 2.61 1.43 3.35 2.69zM8 2c.67 0 1.36 1.1 1.73 3H6.27C6.64 3.1 7.33 2 8 2zm-1.82.31c-.4.66-.71 1.58-.91 2.69H2.83a6.025 6.025 0 013.35-2.69zM2 8c0-.7.13-1.37.35-2h2.76C5.04 6.62 5 7.28 5 8s.04 1.38.11 2H2.35C2.13 9.37 2 8.7 2 8zm.83 3h2.44c.21 1.11.51 2.03.91 2.69A6.025 6.025 0 012.83 11z","M13.917 15.209c.21.094.444.19.685.288.912.374 1.927.789 2.188 1.355.31.722.186 1.148.186 1.148H6.026s-.13-.426.186-1.148c.256-.584 1.305-1.011 2.234-1.39.22-.088.432-.175.626-.26.909-.4.923-.662.94-.978.002-.037.004-.076.008-.115l.003-.072c.002-.025.004-.049.004-.073a3.067 3.067 0 01-.839-1.237l-.007-.007a.024.024 0 00-.003-.01 1.757 1.757 0 01-.113-.347c-.234-.042-.372-.296-.427-.537a1.045 1.045 0 01-.137-.598c.034-.35.179-.509.337-.57v-.056c0-.44.034-1.065.117-1.478a2.508 2.508 0 01.962-1.623c.426-.33 1.038-.501 1.58-.501.544 0 1.155.172 1.588.502a2.496 2.496 0 01.963 1.622c.075.413.117 1.045.117 1.478v.062c.15.062.288.22.323.564.02.268-.083.502-.138.598-.048.234-.185.488-.42.537a2.635 2.635 0 01-.116.364 3.094 3.094 0 01-.818 1.224c0 .055 0 .11.007.158.004.048.006.095.007.14.011.311.02.57.907.96z","M14.976 14.57c-.24-.098-.455-.186-.65-.274l-.007-.003a3.801 3.801 0 01-.194-.091c.224-.288.41-.609.554-.946l.001-.002.013-.033c.018-.043.036-.087.052-.13l.011-.027.016-.04c.105-.092.19-.19.256-.284.129-.184.213-.38.265-.563.105-.226.225-.592.192-1.026l-.001-.011-.002-.011a1.855 1.855 0 00-.325-.91 9.924 9.924 0 00-.12-1.246 3.088 3.088 0 00-.106-.474l-.001-.007a3.543 3.543 0 00-.763-1.353c.27-.092.56-.139.83-.139.495 0 1.05.156 1.444.456a2.269 2.269 0 01.875 1.475c.069.375.106.95.106 1.344v.056c.138.056.263.2.294.513.019.244-.075.456-.125.543-.044.213-.169.444-.381.488-.025.1-.056.206-.094.3a2.815 2.815 0 01-.756 1.144c0 .05 0 .1.006.144.004.043.006.086.007.127.01.283.018.518.824.873.192.086.404.172.623.262.83.34 1.752.717 1.99 1.231.28.657.168 1.044.168 1.044h-2.081a3.864 3.864 0 00-.188-.542l-.005-.013-.006-.012c-.183-.397-.491-.681-.76-.88a5.614 5.614 0 00-.896-.522 17.36 17.36 0 00-.916-.4l-.15-.061z"],ThumbsDown:["M18.55 6.56c-.31-.01-.65-.03-1.02-.06.03 0 .06-.01.09-.01.88-.12 1.68-.63 1.76-1.37.08-.75-.58-1.25-1.46-1.33-.32-.03-.65-.05-.99-.08.59-.19 1.05-.54 1.09-1.2.05-.75-.99-1.32-1.87-1.41-.34-.03-.64-.05-.91-.07h-.11c-.28-.02-.54-.02-.77-.02-3.92-.08-7.29.6-9.36 1.93v7.72c2.67 1.66 5.95 4.61 5.26 7.08-.21.76.39 1.35 1.23 1.26 1.01-.11 1.71-1.18 1.75-2.28.05-1.29-.19-2.59-.62-3.74-.05-.32.01-.65.47-.68.61-.04 1.39-.08 1.99-.1.32 0 .64-.01.94-.03h.01c.52-.03 1-.07 1.42-.12.88-.11 1.69-.6 1.79-1.35.1-.75-.55-1.25-1.44-1.35-.07-.01-.13-.02-.2-.02.21-.02.42-.04.61-.06.88-.11 1.69-.6 1.79-1.35.09-.75-.56-1.31-1.45-1.36zM3 3H0v8h3c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],ThumbsUp:["M3 9H0v8h3c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm16.99 3.09c-.1-.75-.91-1.24-1.79-1.35-.19-.02-.4-.05-.61-.06.07-.01.14-.01.2-.02.88-.1 1.53-.61 1.44-1.35-.1-.74-.91-1.24-1.79-1.35-.42-.05-.9-.09-1.42-.12h-.01l-.94-.03c-.6-.02-1.39-.05-1.99-.1-.45-.03-.51-.36-.47-.68.43-1.15.67-2.45.62-3.74-.04-1.11-.74-2.17-1.75-2.28-.84-.09-1.45.5-1.23 1.26.7 2.47-2.58 5.43-5.25 7.08v7.72c2.08 1.33 5.44 2.01 9.35 1.93.24 0 .49-.01.77-.02h.11c.27-.02.57-.04.91-.07.88-.08 1.92-.66 1.87-1.41-.04-.65-.5-1.01-1.09-1.2.34-.03.67-.05.99-.08.89-.08 1.55-.58 1.46-1.33-.08-.75-.88-1.25-1.76-1.37-.03 0-.06-.01-.09-.01.37-.02.71-.04 1.02-.06.91-.05 1.55-.61 1.45-1.36z"],Tick:["M17 4c-.28 0-.53.11-.71.29L7 13.59 3.71 10.3A.965.965 0 003 10a1.003 1.003 0 00-.71 1.71l4 4c.18.18.43.29.71.29s.53-.11.71-.29l10-10A1.003 1.003 0 0017 4z"],TickCircle:["M10 20C4.48 20 0 15.52 0 10S4.48 0 10 0s10 4.48 10 10-4.48 10-10 10zm5-14c-.28 0-.53.11-.71.29L8 12.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l7-7A1.003 1.003 0 0015 6z"],Time:["M11 9.59V4c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L11 9.59zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],TimelineAreaChart:["M19 16H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-13.41l-7.07 7.07-4.3-3.44-.01.01A.987.987 0 007 6c-.24 0-.46.1-.63.24l-.01-.01L3 9.03V15h16V2.59z"],TimelineBarChart:["M19 17H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM9 16h2c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1zm6 0h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1zM3 16h2c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1z"],TimelineEvents:["M5 5c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zm10 0c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zm-9 9H4v2h2v-2zM17 3v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H7v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H2c-.5 0-1 .5-1 1v14c0 .5.5 1 1 1h16c.5 0 1-.5 1-1V4c0-.5-.5-1-1-1h-1zM7 17H3v-4h4v4zm0-5H3V8h4v4zm5 5H8v-4h4v4zm0-5H8V8h4v4zm5 5h-4v-4h4v4zm0-5h-4V8h4v4zm-6 2H9v2h2v-2zm5-5h-2v2h2V9z"],TimelineLineChart:["M19 16H2v-1.59l5-5 3.29 3.29c.18.19.43.3.71.3s.53-.11.71-.29l7-7a1.003 1.003 0 00-1.42-1.42L11 10.59l-3.29-3.3C7.53 7.11 7.28 7 7 7s-.53.11-.71.29L2 11.59V3c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 001 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],Tint:["M9.86 2S3.98 9.18 3.98 12.17C3.99 15.4 6.78 18 9.96 18c3.18-.01 6.04-2.63 6.03-5.86C15.99 9.05 9.86 2 9.86 2z"],Torch:["M6.97 19c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2h-6v2zm-3-15l3 4v8h6V8l3-4h-12zm5 5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1s-1-.45-1-1V9zm6-9h-10c-.55 0-1 .45-1 1v2h12V1c0-.55-.45-1-1-1z"],Tractor:["M4.5 11a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm11.499 1a4 4 0 110 8 4 4 0 010-8zm-11.5 1.571a1.928 1.928 0 100 3.857 1.928 1.928 0 000-3.857zM16 14.667a1.333 1.333 0 100 2.666 1.333 1.333 0 000-2.666zM5.999 0C7.46 0 8.527.668 9 2l.851 4.256c1.433.096 2.82.217 4.147.362V2h2L16 6.862c.962.13 1.886.275 2.767.435.779.141 1.232.614 1.232 1.284L20 13a4.995 4.995 0 00-4-1.997A5.001 5.001 0 0011.099 15h-1.12a5.499 5.499 0 00-5.478-4.994 5.482 5.482 0 00-3.377 1.157H.004v-1.18L0 7.327c-.002-.597.37-1.18.999-1.302V1a1 1 0 011-1h4zm1 2H3v4h.75c1.386.027 2.749.073 4.079.139L6.999 2z"],Train:["M16 18h-2l2 2H4l.12-.12L6 18H4c-1.1 0-2-.9-2-2V2c0-1.1 3.58-2 8-2s8 .9 8 2v14c0 1.1-.9 2-2 2zM5.5 15c.83 0 1.5-.67 1.5-1.5S6.33 12 5.5 12 4 12.67 4 13.5 4.67 15 5.5 15zM9 3H4v6h5V3zm7 0h-5v6h5V3zm-1.5 9c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"],Translate:["M19.89 18.56l-4.99-10h-.01c-.17-.33-.5-.56-.89-.56s-.72.23-.89.56h-.01l-1.73 3.46-2.8-2.3 1.99-1.64C11.44 7.34 12 6.23 12 5V4h1c.55 0 1-.45 1-1s-.45-1-1-1H8V1c0-.55-.45-1-1-1S6 .45 6 1v1H1c-.55 0-1 .45-1 1s.45 1 1 1h9v1c0 .62-.28 1.18-.73 1.54L7 8.42 4.73 6.54C4.28 6.18 4 5.62 4 5H2c0 1.23.56 2.34 1.44 3.07l1.99 1.64-3.06 2.52.01.01c-.23.18-.38.45-.38.76 0 .55.45 1 1 1 .24 0 .45-.1.63-.24l.01.01L7 11l3.36 2.77.01-.01c.02.02.05.03.08.05.01 0 .01.01.02.02l-2.36 4.73h.01c-.07.13-.12.28-.12.44 0 .55.45 1 1 1 .39 0 .72-.23.89-.56h.01L11.12 17h5.76l1.22 2.45h.01c.17.32.5.55.89.55.55 0 1-.45 1-1 0-.16-.05-.31-.11-.44zM12.12 15L14 11.24 15.88 15h-3.76z"],Trash:["M17 1h-5c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1H3c-.55 0-1 .45-1 1v1h16V2c0-.55-.45-1-1-1zm.5 3h-15c-.28 0-.5.22-.5.5s.22.5.5.5H3v14c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zM7 16c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8zm4 0c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8zm4 0c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8z"],Tree:["M11 15.542V20H9v-4.458L2 17l4.5-5.625L4 12l3.655-5.483L6 7l4-7 4 7-1.655-.483L16 12l-2.5-.625L18 17l-7-1.458z"],TrendingDown:["M19 10c-.55 0-1 .45-1 1v1.37l-6.25-7.03-.01.01A.971.971 0 0011 5c-.23 0-.42.09-.59.21l-.01-.01-3.43 2.58-5.42-3.61-.01.01A.969.969 0 001 4c-.55 0-1 .45-1 1 0 .35.19.64.46.82l-.01.01 6 4 .01-.02c.15.11.33.19.54.19.23 0 .42-.09.59-.21l.01.01 3.26-2.45L16.77 14H15c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],TrendingUp:["M19 4h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.77l-5.91 6.65L7.6 10.2l-.01.01C7.42 10.09 7.23 10 7 10c-.21 0-.39.08-.54.18l-.01-.02-6 4 .01.02c-.27.18-.46.47-.46.82 0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02 5.41-3.61 3.43 2.58.01-.01c.18.11.37.2.6.2.3 0 .56-.14.74-.34l.01.01L18 7.63V9c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1z"],Trophy:["M5 1a1 1 0 011-1h8a1 1 0 011 1v2h4a1 1 0 011 1v2a5 5 0 01-5 5h-.416A5.01 5.01 0 0111 13.9V18h3a1 1 0 110 2H6a1 1 0 110-2h3v-4.1A5.009 5.009 0 015.416 11H5a5 5 0 01-5-5V4a1 1 0 011-1h4V1zm0 4H2v1a3 3 0 003 3V5zm10 4V5h3v1a3 3 0 01-3 3z"],Truck:["M16 0a1 1 0 011 1v11a1 1 0 011 1v3h.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5H17v1a1 1 0 01-1 1h-1a1 1 0 01-1-1v-1H6v1a1 1 0 01-1 1H4a1 1 0 01-1-1v-1H1.5a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5H2v-3a1 1 0 011-1V1a1 1 0 112 0v3a2 2 0 012-2h6a2 2 0 012 2V1a1 1 0 011-1zm-4 10H8a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm-7 4H4a1 1 0 000 2h1a1 1 0 000-2zm11 0h-1a1 1 0 000 2h1a1 1 0 000-2zm-4.5 0a.5.5 0 110 1h-3l-.09-.008A.5.5 0 018.5 14zm0-1.5a.5.5 0 110 1h-3l-.09-.008a.5.5 0 01.09-.992zm0-1.5a.5.5 0 110 1h-3l-.09-.008A.5.5 0 018.5 11zM14 5H6v3h8V5z"],TwoColumns:["M5 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm14.71 9.29l-3-3A1.003 1.003 0 0015 7v6a1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM12 0H8c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],Unarchive:["M16.434 0a1 1 0 01.857.486L20 5v14a1 1 0 01-1 1H1a1 1 0 01-1-1V5L2.709.486A1 1 0 013.566 0h12.868zM10 8c-.28 0-.53.11-.71.29l-3 3-.084.096A1.003 1.003 0 007.71 12.71L9 11.41v4.58l.007.116c.058.496.482.884.993.884.55 0 1-.45 1-1v-4.58l1.29 1.29.081.073c.171.139.389.227.629.227a1.003 1.003 0 00.71-1.71l-3-3-.096-.084A1.002 1.002 0 0010 8zm6-6H4L2 5.002h16L16 2z"],Underline:["M10 17c3.3 0 6-2.7 6-6V3.5c0-.8-.7-1.5-1.5-1.5S13 2.7 13 3.5V11c0 1.7-1.3 3-3 3s-3-1.3-3-3V3.5C7 2.7 6.3 2 5.5 2S4 2.7 4 3.5V11c0 3.3 2.7 6 6 6zM16.5 19h-13c-.3 0-.5.2-.5.5s.2.5.5.5h13c.3 0 .5-.2.5-.5s-.2-.5-.5-.5z"],Undo:["M5 14c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm9-9H3.41L5.7 2.71c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-4 4C.11 5.47 0 5.72 0 6c0 .28.11.53.29.71l4 4a1.003 1.003 0 001.42-1.42L3.41 7H14c2.21 0 4 1.79 4 4s-1.79 4-4 4H9v2h5c3.31 0 6-2.69 6-6s-2.69-6-6-6z"],UngroupObjects:["M4.5 6C2.01 6 0 8.01 0 10.5S2.01 15 4.5 15 9 12.99 9 10.5 6.99 6 4.5 6zm11 0C13.01 6 11 8.01 11 10.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5S17.99 6 15.5 6z"],UnknownVehicle:["M13 11.988v-4H4v-1l1-3h6V2.003a35.867 35.867 0 00-1-.015c-3.593 0-5.332.488-5.332.488-.67.188-1.424.864-1.674 1.503l-.004.009H3l-1 3H1a1 1 0 100 2h.333l-.28.84-.053.16v7.5a1.5 1.5 0 103 0v-.5h12v.5a1.5 1.5 0 103 0v-4.5h-5a1 1 0 01-1-1zm-8.5 1a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM19.83 2.782a2.392 2.392 0 00-.592-.853c-.276-.264-.64-.485-1.09-.663C17.695 1.09 17.132 1 16.457 1c-.523 0-.996.084-1.418.253a3.157 3.157 0 00-1.084.703c-.299.3-.532.656-.698 1.065-.166.41-.254.861-.264 1.353h2.096c0-.246.028-.476.085-.69.057-.214.145-.4.264-.56.119-.16.27-.287.456-.383.185-.095.406-.143.663-.143.38 0 .677.1.89.3.215.2.321.51.321.93.01.245-.035.45-.135.614-.1.164-.23.314-.392.45a8.598 8.598 0 01-.527.41 3.53 3.53 0 00-.542.485c-.171.187-.32.412-.45.676-.127.265-.206.592-.234.984v.614h1.924v-.519c.038-.273.13-.5.278-.683.147-.182.316-.343.506-.484a13.5 13.5 0 01.606-.424c.214-.14.408-.312.584-.512s.323-.442.442-.724.178-.642.178-1.079c0-.264-.059-.548-.178-.854zm-4.54 6.099v2.103h2.237V8.881H15.29z"],Unlink:["M16 0c2.21 0 4 1.79 4 4 0 1.11-.46 2.09-1.18 2.82l.01.01-3 3-.01-.01a4.05 4.05 0 01-2.064 1.107l-.932-.931L17.41 5.41c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.58L10 7.17l-.927-.926A4.05 4.05 0 0110.18 4.18l-.01-.01 3-3 .01.01C13.91.46 14.89 0 16 0zm-5.296 7.876l1.42 1.42L14.71 6.71a1.003 1.003 0 00-1.42-1.42l-2.586 2.586zM8.583 9.997L5.29 13.29a1.003 1.003 0 001.42 1.42l3.293-3.293.705.705L6.41 16.42l-1 1c-.36.36-.86.58-1.41.58-1.1 0-2-.9-2-2 0-.55.22-1.05.59-1.41l5.293-5.293.7.7zm-.934-.934L3.293 4.707a1 1 0 011.414-1.414l12 12a1 1 0 01-1.414 1.414l-4.356-4.356c.04.21.063.423.063.649 0 1.11-.46 2.09-1.18 2.82l.01.01-3 3-.01-.01C6.09 19.54 5.11 20 4 20c-2.21 0-4-1.79-4-4 0-1.11.46-2.09 1.18-2.82l-.01-.01 3-3 .01.01C4.91 9.46 5.89 9 7 9c.225 0 .438.023.649.063z"],Unlock:["M14 1c-2.21 0-4 1.79-4 4v4H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-8c0-.55-.45-1-1-1h-2V5c0-1.1.9-2 2-2s2 .9 2 2v2c0 .55.45 1 1 1s1-.45 1-1V5c0-2.21-1.79-4-4-4z"],Unpin:["M11.77 1.16c-.81.81-.74 2.28.02 3.76L6.1 8.71c-2.17-1.46-4.12-2-4.94-1.18l4.95 4.95-2.12 3.54 3.54-2.12 4.95 4.95c.82-.82.27-2.77-1.19-4.94l3.8-5.69c1.47.76 2.94.84 3.76.02l-7.08-7.08z"],Unresolve:["M11.47 12.46c.16-.36.29-.74.38-1.14 0-.02.01-.04.01-.06.09-.4.14-.82.14-1.26 0-.44-.05-.86-.14-1.27 0-.02-.01-.04-.01-.06-.09-.4-.22-.78-.38-1.14-.01-.02-.02-.03-.02-.05a5.94 5.94 0 00-.61-1.03c0-.01-.01-.01-.01-.02a6.308 6.308 0 00-2.1-1.77c-.19-.1-.39-.18-.59-.26-.03-.01-.06-.02-.1-.03-.17-.07-.34-.12-.52-.17-.05-.01-.1-.03-.15-.04a4.34 4.34 0 00-.52-.09c-.05-.01-.11-.02-.17-.03C6.46 4.02 6.23 4 6 4c-3.31 0-6 2.69-6 6s2.69 6 6 6c.23 0 .46-.02.68-.04l.17-.03c.17-.02.34-.06.51-.09.05-.01.1-.03.15-.04.18-.05.36-.1.53-.17l.09-.03a5.973 5.973 0 002.68-2.04c0-.01.01-.01.01-.02.24-.32.44-.66.61-1.03.02-.01.03-.03.04-.05zM14 4c-.99 0-1.91.24-2.73.66a7.51 7.51 0 010 10.68c.82.42 1.74.66 2.73.66 3.31 0 6-2.69 6-6s-2.69-6-6-6z"],Updated:["M10 0C6.71 0 3.82 1.6 2 4.05V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.76C5.22 3.17 7.47 2 10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8c0-.55-.45-1-1-1s-1 .45-1 1c0 5.52 4.48 10 10 10s10-4.48 10-10S15.52 0 10 0zm4 7c-.28 0-.53.11-.71.29L9 11.58 6.71 9.29a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l5-5A1.003 1.003 0 0014 7z"],Upload:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm4 10c-.28 0-.53-.11-.71-.29L11 7.41V15c0 .55-.45 1-1 1s-1-.45-1-1V7.41l-2.29 2.3a1.003 1.003 0 01-1.42-1.42l4-4c.18-.18.43-.29.71-.29s.53.11.71.29l4 4A1.003 1.003 0 0114 10z"],User:["M10 0C4.48 0 0 4.48 0 10c0 .33.02.65.05.97.01.12.03.23.05.35.03.2.05.4.09.59.03.14.06.28.1.42l.12.48c.05.16.1.31.15.46.05.13.09.27.15.4.06.16.13.32.21.48.05.11.1.22.16.33.09.17.17.34.27.5.05.09.1.17.15.25.11.18.22.35.34.52.04.06.08.11.12.17 1.19 1.62 2.85 2.86 4.78 3.53l.09.03c.46.15.93.27 1.42.36.08.01.17.03.25.04.49.07.99.12 1.5.12s1.01-.05 1.5-.12c.08-.01.17-.02.25-.04.49-.09.96-.21 1.42-.36l.09-.03c1.93-.67 3.59-1.91 4.78-3.53.04-.05.08-.1.12-.16.12-.17.23-.35.34-.53.05-.08.1-.16.15-.25.1-.17.19-.34.27-.51.05-.11.1-.21.15-.32.07-.16.14-.32.21-.49.05-.13.1-.26.14-.39.05-.15.11-.31.15-.46.05-.16.08-.32.12-.48.03-.14.07-.28.1-.42.04-.19.06-.39.09-.59.02-.12.04-.23.05-.35.05-.32.07-.64.07-.97 0-5.52-4.48-10-10-10zm0 18a7.94 7.94 0 01-6.15-2.89c.84-.44 1.86-.82 2.67-1.19 1.45-.65 1.3-1.05 1.35-1.59.01-.07.01-.14.01-.21-.51-.45-.93-1.08-1.2-1.8l-.01-.01c0-.01-.01-.02-.01-.03a4.42 4.42 0 01-.15-.48c-.33-.07-.53-.44-.61-.79-.08-.14-.23-.48-.2-.87.05-.51.26-.74.49-.83v-.08c0-.63.06-1.55.17-2.15.02-.17.06-.33.11-.5.21-.73.66-1.4 1.26-1.86.62-.47 1.5-.72 2.28-.72.78 0 1.65.25 2.27.73.6.46 1.05 1.12 1.26 1.86.05.16.08.33.11.5.11.6.17 1.51.17 2.15v.09c.22.1.42.33.46.82.04.39-.12.73-.2.87-.07.34-.27.71-.6.78-.04.16-.09.33-.15.48 0 .01-.02.05-.02.05-.26.71-.67 1.33-1.17 1.78 0 .08.01.16.01.23.05.54-.15.94 1.31 1.59.81.36 1.84.74 2.68 1.19A7.958 7.958 0 0110 18z"],Variable:["M4.93 3.79a9.1 9.1 0 012.2-2.27L7.29 1c-1.38.59-2.57 1.33-3.55 2.22C2.46 4.39 1.49 5.72.83 7.23.28 8.51 0 9.81 0 11.12c0 2.28.83 4.57 2.49 6.86l.16-.55c-.49-1.23-.73-2.38-.73-3.44 0-1.67.28-3.46.84-5.36.55-1.9 1.28-3.51 2.17-4.84zm9.38 8.39l-.33-.2c-.37.54-.65.87-.82 1a.74.74 0 01-.42.12c-.19 0-.38-.12-.57-.37-.31-.42-.73-1.59-1.26-3.5.47-.85.86-1.41 1.19-1.67.23-.19.48-.29.74-.29.1 0 .28.04.53.11.26.07.48.11.68.11.27 0 .5-.1.68-.29.18-.19.27-.44.27-.75 0-.33-.09-.58-.27-.77-.18-.19-.44-.29-.78-.29-.3 0-.59.07-.86.22s-.61.47-1.02.97c-.31.37-.77 1.02-1.37 1.94a9.683 9.683 0 00-1.24-3.14l-3.24.59-.06.36c.24-.05.44-.07.61-.07.32 0 .59.14.8.43.33.45.8 1.8 1.39 4.07-.47.64-.78 1.06-.96 1.26-.28.32-.52.53-.7.62-.14.08-.3.11-.48.11-.14 0-.36-.08-.67-.23-.21-.1-.4-.15-.57-.15-.31 0-.57.11-.78.32s-.31.48-.31.8c0 .31.09.55.28.75.19.19.44.29.76.29.31 0 .6-.07.87-.2s.61-.42 1.02-.86c.41-.44.98-1.13 1.7-2.08.28.9.52 1.56.72 1.97.2.41.44.71.7.89.26.18.59.27.99.27.38 0 .77-.14 1.17-.43.54-.36 1.07-1 1.61-1.91zM17.51 1l-.15.54c.49 1.24.73 2.39.73 3.45 0 1.43-.21 2.96-.63 4.6-.33 1.26-.75 2.45-1.27 3.55-.52 1.11-1.02 1.97-1.51 2.6-.49.62-1.09 1.2-1.8 1.72l-.17.53c1.38-.59 2.57-1.34 3.55-2.23 1.29-1.17 2.26-2.5 2.91-4 .55-1.28.83-2.59.83-3.91 0-2.27-.83-4.56-2.49-6.85z"],VerticalBarChartAsc:["M8 7H7c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zM3 9H2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1zm10-5h-1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm5-4h-1c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],VerticalBarChartDesc:["M3 0H2c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm5 4H7c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm5 3h-1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm5 2h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1z"],VerticalDistribution:["M1 2h18c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1s.45 1 1 1zm2 5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1H3zm16 11H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],VerticalInbetween:["M0 0h20v1a1 1 0 01-1 1H1a1 1 0 01-1-1V0zm6.293 11.293a.999.999 0 000 1.412l2.962 2.963.038.04A.996.996 0 0010 16a.996.996 0 00.745-.332l2.962-2.963a.999.999 0 00-1.412-1.412L10 13.587l-2.295-2.294a.999.999 0 00-1.412 0zm0-3.998a.999.999 0 101.412 1.412L10 6.413l2.295 2.294a.999.999 0 101.412-1.412l-2.962-2.963A.996.996 0 0010 4a.996.996 0 00-.745.332L6.293 7.295zM20 19v1H0v-1a1 1 0 011-1h18a1 1 0 011 1z"],Video:["M19 2H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM7 14V6l6 4-6 4z"],Virus:["M15.249 13.835l1.251 1.251.354-.354.087-.077a1 1 0 011.327 1.491l-2.122 2.122-.087.077a1 1 0 01-1.327-1.491l.354-.354-1.251-1.251A6.466 6.466 0 0111 16.424L10.999 18h.501a1 1 0 01.117 1.993L11.5 20h-3a1 1 0 01-.117-1.993L8.5 18h.499v-1.577a6.46 6.46 0 01-2.538-.97L5.414 16.5l.354.354a1 1 0 01-1.327 1.491l-.087-.077-2.122-2.122a1 1 0 011.327-1.491l.087.077.354.354.97-.97a6.472 6.472 0 01-1.384-3.057l-.025.002L2 11.06v.44a1 1 0 01-1.993.117L0 11.5v-3a1 1 0 011.993-.117L2 8.5v.56h1.567A6.471 6.471 0 014.97 5.883l-.971-.969-.353.354-.087.077a1 1 0 01-1.327-1.491l2.122-2.122.087-.077a1 1 0 011.327 1.491l-.354.353 1.047 1.048A6.46 6.46 0 019 3.577L9 2h-.5A1 1 0 018.383.007L8.5 0h3a1 1 0 01.117 1.993L11.5 2H11v1.577a6.466 6.466 0 012.838 1.176l.04-.046L15.086 3.5l-.353-.353a1 1 0 011.327-1.491l.087.077 2.122 2.122a1 1 0 01-1.327 1.491l-.087-.077-.354-.354-1.207 1.207-.046.041a6.467 6.467 0 011.16 2.733H18V8.5a1 1 0 011.993-.117L20 8.5v3a1 1 0 01-1.993.117L18 11.5v-.605h-1.561a6.466 6.466 0 01-1.19 2.94zM12.5 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM8 6a2 2 0 100 4 2 2 0 000-4z"],VolumeDown:["M15.92 3.93l-1.6 1.18A7.948 7.948 0 0116 10c0 1.84-.63 3.54-1.68 4.89l1.6 1.18A9.878 9.878 0 0018 10c0-2.29-.78-4.39-2.08-6.07zM11 3c-.28 0-.53.11-.71.29L7.59 6H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],VolumeOff:["M14 3c-.28 0-.53.11-.71.29L10.59 6H6c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],VolumeUp:["M9 3.43c-.28 0-.53.11-.71.29l-2.7 2.71H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4.59l2.71 2.71a1.003 1.003 0 001.71-.71v-12c-.01-.55-.46-1-1.01-1zm8.31-1.56l-1.62 1.2C17.14 5.16 18 7.69 18 10.43s-.86 5.27-2.31 7.37l1.62 1.2C19 16.57 20 13.62 20 10.43c0-3.18-1-6.13-2.69-8.56zm-3.39 2.49l-1.6 1.18A7.948 7.948 0 0114 10.43c0 1.84-.63 3.54-1.68 4.89l1.6 1.18A9.94 9.94 0 0016 10.43c0-2.28-.78-4.38-2.08-6.07z"],Walk:["M16 10h-2c-.23 0-.42-.09-.59-.21l-.01.01-1.69-1.27-.63 3.14 2.62 2.62c.19.18.3.43.3.71v4c0 .55-.45 1-1 1s-1-.45-1-1v-3.59L9.39 12.8l-2.45 6.55h-.01c-.14.38-.5.65-.93.65-.55 0-1-.45-1-1 0-.12.03-.24.07-.35h-.01L9.43 7h-2.9l-1.7 2.55-.01-.01c-.18.27-.47.46-.82.46-.55 0-1-.45-1-1 0-.21.08-.39.18-.54l-.01-.01 2-3 .02.01C5.36 5.19 5.65 5 6 5h4.18l.36-.96c-.33-.43-.54-.96-.54-1.54a2.5 2.5 0 015 0A2.5 2.5 0 0112.5 5c-.06 0-.12-.01-.18-.02l-.44 1.18L14.33 8H16c.55 0 1 .45 1 1s-.45 1-1 1z"],WarningSign:["M19.86 17.52l.01-.01-9-16-.01.01C10.69 1.21 10.37 1 10 1s-.69.21-.86.52l-.01-.01-9 16 .01.01c-.08.14-.14.3-.14.48 0 .55.45 1 1 1h18c.55 0 1-.45 1-1 0-.18-.06-.34-.14-.48zM11 17H9v-2h2v2zm0-3H9V6h2v8z"],WaterfallChart:["M13 7h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm-9 8h1c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm4-6h2c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm11-5h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm0 12H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 001 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],Waves:["M4.948 2.682a1 1 0 00-1.897.001l-.005.016-.027.074a6.05 6.05 0 01-.6 1.172C1.958 4.635 1.468 5 .999 5a1 1 0 000 2c1.457 0 2.442-1.027 3-1.825C4.558 5.973 5.543 7 7 7s2.442-1.027 3-1.825C10.558 5.973 11.543 7 13 7s2.442-1.027 3-1.825C16.558 5.973 17.544 7 19 7a1 1 0 100-2c-.47 0-.958-.365-1.418-1.055a6.048 6.048 0 01-.628-1.246l-.006-.016a1 1 0 00-1.896 0l-.006.016a5.868 5.868 0 01-.147.364c-.11.246-.272.568-.481.882C13.958 4.635 13.469 5 13 5c-.47 0-.958-.365-1.418-1.055a6.048 6.048 0 01-.628-1.246l-.006-.016a1 1 0 00-1.897 0l-.005.016-.027.074a6.05 6.05 0 01-.6 1.172C7.958 4.635 7.468 5 6.999 5c-.47 0-.958-.365-1.418-1.055A6.05 6.05 0 014.954 2.7l-.006-.016v-.001zm0 6a1 1 0 00-1.897.001l-.005.016-.027.074a6.05 6.05 0 01-.6 1.172c-.46.69-.95 1.055-1.419 1.055a1 1 0 100 2c1.457 0 2.442-1.027 3-1.825C4.558 11.973 5.543 13 7 13s2.442-1.027 3-1.825c.558.798 1.543 1.825 3 1.825s2.442-1.027 3-1.825c.558.798 1.544 1.825 3 1.825a1 1 0 100-2c-.47 0-.958-.365-1.418-1.055a6.048 6.048 0 01-.628-1.246l-.006-.016a1 1 0 00-1.896 0l-.006.016a5.868 5.868 0 01-.147.364c-.11.246-.272.568-.481.882-.46.69-.949 1.055-1.418 1.055-.47 0-.958-.365-1.418-1.055a6.048 6.048 0 01-.628-1.246l-.006-.016a1 1 0 00-1.897 0l-.005.016-.027.074a6.05 6.05 0 01-.6 1.172c-.46.69-.95 1.055-1.419 1.055-.47 0-.958-.365-1.418-1.055A6.05 6.05 0 014.954 8.7l-.006-.016zm-1.896-6zm1.896 12l.006.017.027.074a6.053 6.053 0 00.6 1.172c.46.69.95 1.055 1.419 1.055.47 0 .958-.365 1.418-1.055a6.053 6.053 0 00.628-1.246l.005-.016a1 1 0 011.897 0l.006.016.027.074a6.051 6.051 0 00.6 1.172c.46.69.95 1.055 1.419 1.055.47 0 .958-.365 1.418-1.055a6.051 6.051 0 00.628-1.246l.006-.016a1 1 0 011.896 0l.006.016.027.074a6.051 6.051 0 00.6 1.172c.46.69.95 1.055 1.419 1.055a1 1 0 110 2c-1.456 0-2.442-1.027-3-1.825-.558.798-1.543 1.825-3 1.825s-2.442-1.027-3-1.825C9.442 17.973 8.457 19 7 19s-2.442-1.027-3-1.825C3.442 17.973 2.457 19 1 19a1 1 0 110-2c.47 0 .958-.365 1.418-1.055a6.053 6.053 0 00.628-1.246l.005-.016a1 1 0 011.897-.001z"],Widget:["M18 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm15-1h2V5h-2v10zM3 5H1v10h2V5zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm3 3h10V1H5v2zm13 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM5 19h10v-2H5v2z"],WidgetButton:["M1 4h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zm1 2v8h16V6H2zm4 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],WidgetFooter:["M17 0H3c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H4v-4h12v4zm0-5H4V2h12v11z"],WidgetHeader:["M17 0H3c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H4V7h12v11zm0-12H4V2h12v4z"],Wind:["M12 6a3 3 0 113 3H4a1 1 0 000 2h11a5 5 0 10-5-5 1 1 0 102 0zM1 12a1 1 0 100 2h10a2 2 0 110 4c-.934 0-1.803-.614-2.057-1.333a1 1 0 10-1.886.666C7.627 18.944 9.321 20 11 20a4 4 0 000-8H1z"],Wrench:["M19.8 4.44L16.13 8.1l-3.55-.71-.71-3.53L15.54.21c-2.01-.53-4.23-.03-5.8 1.53-1.86 1.85-2.23 4.6-1.14 6.83L.59 16.59C.22 16.95 0 17.45 0 18a2 2 0 002 2c.55 0 1.05-.22 1.41-.59l8.03-8.04c2.23 1.05 4.97.67 6.82-1.16 1.57-1.56 2.07-3.77 1.54-5.77z"],ZoomIn:["M19.56 17.44l-4.94-4.94A8.004 8.004 0 0016 8c0-4.42-3.58-8-8-8S0 3.58 0 8s3.58 8 8 8c1.67 0 3.21-.51 4.5-1.38l4.94 4.94a1.498 1.498 0 102.12-2.12zM8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm3-7H9V5c0-.55-.45-1-1-1s-1 .45-1 1v2H5c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V9h2c.55 0 1-.45 1-1s-.45-1-1-1z"],ZoomOut:["M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm8.56 10.44l-4.94-4.94A8.004 8.004 0 0016 8c0-4.42-3.58-8-8-8S0 3.58 0 8s3.58 8 8 8c1.67 0 3.21-.51 4.5-1.38l4.94 4.94a1.498 1.498 0 102.12-2.12zM8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],ZoomToFit:["M1 7c.55 0 1-.45 1-1V2h4c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v5c0 .55.45 1 1 1zm5 1a1.003 1.003 0 00-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L4.41 10 5.7 8.71c.19-.18.3-.43.3-.71zm2-2c.28 0 .53-.11.71-.29L10 4.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-2-2C10.53 2.11 10.28 2 10 2s-.53.11-.71.29l-2 2A1.003 1.003 0 008 6zM6 18H2v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm8-6a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42l1.3 1.29-1.29 1.29c-.19.18-.3.43-.3.71zm5-12h-5c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-7 14c-.28 0-.53.11-.71.29L10 15.59 8.71 14.3A.965.965 0 008 14a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0012 14zm7-1c-.55 0-1 .45-1 1v4h-4c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1z"]},Symbol.toStringTag,{value:"Module"}));var v1;(function(e){e[e.STANDARD=16]="STANDARD",e[e.LARGE=20]="LARGE"})(v1||(v1={}));function Gh(e,r){var t=go(e);return r===v1.STANDARD?vi[t]:hi[t]}function qh(e){return go(e)}const Bh=Object.freeze(Object.defineProperty({__proto__:null,IconSvgPaths16:vi,IconSvgPaths20:hi,getIconPaths:Gh,iconNameToPathsRecordKey:qh},Symbol.toStringTag,{value:"Module"}));var A,H;(function(e){e.AddClip="add-clip",e.AddColumnLeft="add-column-left",e.AddColumnRight="add-column-right",e.AddLocation="add-location",e.AddRowBottom="add-row-bottom",e.AddRowTop="add-row-top",e.AddToArtifact="add-to-artifact",e.AddToFolder="add-to-folder",e.Add="add",e.AimpointsTarget="aimpoints-target",e.Airplane="airplane",e.AlignCenter="align-center",e.AlignJustify="align-justify",e.AlignLeft="align-left",e.AlignRight="align-right",e.AlignmentBottom="alignment-bottom",e.AlignmentHorizontalCenter="alignment-horizontal-center",e.AlignmentLeft="alignment-left",e.AlignmentRight="alignment-right",e.AlignmentTop="alignment-top",e.AlignmentVerticalCenter="alignment-vertical-center",e.Ammunition="ammunition",e.Anchor="anchor",e.Annotation="annotation",e.Antenna="antenna",e.AppHeader="app-header",e.Application="application",e.Applications="applications",e.Archive="archive",e.AreaOfInterest="area-of-interest",e.ArrayBoolean="array-boolean",e.ArrayDate="array-date",e.ArrayFloatingPoint="array-floating-point",e.ArrayNumeric="array-numeric",e.ArrayString="array-string",e.ArrayTimestamp="array-timestamp",e.Array="array",e.ArrowBottomLeft="arrow-bottom-left",e.ArrowBottomRight="arrow-bottom-right",e.ArrowDown="arrow-down",e.ArrowLeft="arrow-left",e.ArrowRight="arrow-right",e.ArrowTopLeft="arrow-top-left",e.ArrowTopRight="arrow-top-right",e.ArrowUp="arrow-up",e.ArrowsHorizontal="arrows-horizontal",e.ArrowsVertical="arrows-vertical",e.Asterisk="asterisk",e.At="at",e.AutomaticUpdates="automatic-updates",e.Axle="axle",e.Backlink="backlink",e.Badge="badge",e.BanCircle="ban-circle",e.BankAccount="bank-account",e.Barcode="barcode",e.Blank="blank",e.BlockedPerson="blocked-person",e.Bold="bold",e.Book="book",e.Bookmark="bookmark",e.Box="box",e.Briefcase="briefcase",e.BringData="bring-data",e.BringForward="bring-forward",e.Bug="bug",e.Buggy="buggy",e.Build="build",e.Calculator="calculator",e.Calendar="calendar",e.Camera="camera",e.CaretDown="caret-down",e.CaretLeft="caret-left",e.CaretRight="caret-right",e.CaretUp="caret-up",e.CargoShip="cargo-ship",e.CellTower="cell-tower",e.Changes="changes",e.Chart="chart",e.Chat="chat",e.ChevronBackward="chevron-backward",e.ChevronDown="chevron-down",e.ChevronForward="chevron-forward",e.ChevronLeft="chevron-left",e.ChevronRight="chevron-right",e.ChevronUp="chevron-up",e.CircleArrowDown="circle-arrow-down",e.CircleArrowLeft="circle-arrow-left",e.CircleArrowRight="circle-arrow-right",e.CircleArrowUp="circle-arrow-up",e.Circle="circle",e.Citation="citation",e.Clean="clean",e.Clip="clip",e.Clipboard="clipboard",e.CloudDownload="cloud-download",e.CloudTick="cloud-tick",e.CloudUpload="cloud-upload",e.Cloud="cloud",e.CodeBlock="code-block",e.Code="code",e.Cog="cog",e.CollapseAll="collapse-all",e.ColorFill="color-fill",e.ColumnLayout="column-layout",e.Comment="comment",e.Comparison="comparison",e.Compass="compass",e.Compressed="compressed",e.Confirm="confirm",e.Console="console",e.Contrast="contrast",e.Control="control",e.CreditCard="credit-card",e.Crop="crop",e.CrossCircle="cross-circle",e.Cross="cross",e.Crown="crown",e.CubeAdd="cube-add",e.CubeRemove="cube-remove",e.Cube="cube",e.CurvedRangeChart="curved-range-chart",e.Cut="cut",e.Cycle="cycle",e.Dashboard="dashboard",e.DataConnection="data-connection",e.DataLineage="data-lineage",e.Database="database",e.Delete="delete",e.Delta="delta",e.DeriveColumn="derive-column",e.Desktop="desktop",e.Detection="detection",e.Diagnosis="diagnosis",e.DiagramTree="diagram-tree",e.DirectionLeft="direction-left",e.DirectionRight="direction-right",e.Disable="disable",e.Divide="divide",e.DocumentOpen="document-open",e.DocumentShare="document-share",e.Document="document",e.Dollar="dollar",e.Dot="dot",e.DoubleCaretHorizontal="double-caret-horizontal",e.DoubleCaretVertical="double-caret-vertical",e.DoubleChevronDown="double-chevron-down",e.DoubleChevronLeft="double-chevron-left",e.DoubleChevronRight="double-chevron-right",e.DoubleChevronUp="double-chevron-up",e.DoughnutChart="doughnut-chart",e.Download="download",e.DragHandleHorizontal="drag-handle-horizontal",e.DragHandleVertical="drag-handle-vertical",e.Draw="draw",e.DrawerLeftFilled="drawer-left-filled",e.DrawerLeft="drawer-left",e.DrawerRightFilled="drawer-right-filled",e.DrawerRight="drawer-right",e.DriveTime="drive-time",e.Duplicate="duplicate",e.Edit="edit",e.Eject="eject",e.Emoji="emoji",e.Endnote="endnote",e.Endorsed="endorsed",e.Envelope="envelope",e.Equals="equals",e.Eraser="eraser",e.Error="error",e.Euro="euro",e.Exchange="exchange",e.ExcludeRow="exclude-row",e.ExpandAll="expand-all",e.Explain="explain",e.Export="export",e.EyeOff="eye-off",e.EyeOn="eye-on",e.EyeOpen="eye-open",e.FastBackward="fast-backward",e.FastForward="fast-forward",e.FeedSubscribed="feed-subscribed",e.Feed="feed",e.Film="film",e.FilterKeep="filter-keep",e.FilterList="filter-list",e.FilterOpen="filter-open",e.FilterRemove="filter-remove",e.Filter="filter",e.Flag="flag",e.Flame="flame",e.Flash="flash",e.FloatingPoint="floating-point",e.FloppyDisk="floppy-disk",e.FlowBranch="flow-branch",e.FlowEnd="flow-end",e.FlowLinear="flow-linear",e.FlowReviewBranch="flow-review-branch",e.FlowReview="flow-review",e.Flows="flows",e.FolderClose="folder-close",e.FolderNew="folder-new",e.FolderOpen="folder-open",e.FolderSharedOpen="folder-shared-open",e.FolderShared="folder-shared",e.Follower="follower",e.Following="following",e.Font="font",e.Fork="fork",e.Form="form",e.Fuel="fuel",e.FullCircle="full-circle",e.FullStackedChart="full-stacked-chart",e.Fullscreen="fullscreen",e.Function="function",e.GanttChart="gantt-chart",e.Generate="generate",e.Geofence="geofence",e.Geolocation="geolocation",e.Geosearch="geosearch",e.Geotime="geotime",e.GitBranch="git-branch",e.GitCommit="git-commit",e.GitMerge="git-merge",e.GitNewBranch="git-new-branch",e.GitPull="git-pull",e.GitPush="git-push",e.GitRepo="git-repo",e.Glass="glass",e.GlobeNetwork="globe-network",e.Globe="globe",e.GraphRemove="graph-remove",e.Graph="graph",e.GreaterThanOrEqualTo="greater-than-or-equal-to",e.GreaterThan="greater-than",e.GridView="grid-view",e.Grid="grid",e.GroupItem="group-item",e.GroupObjects="group-objects",e.GroupedBarChart="grouped-bar-chart",e.HandDown="hand-down",e.HandLeft="hand-left",e.HandRight="hand-right",e.HandUp="hand-up",e.Hand="hand",e.Hat="hat",e.HeaderOne="header-one",e.HeaderThree="header-three",e.HeaderTwo="header-two",e.Header="header",e.Headset="headset",e.HeartBroken="heart-broken",e.Heart="heart",e.HeatGrid="heat-grid",e.Heatmap="heatmap",e.Helicopter="helicopter",e.Help="help",e.HelperManagement="helper-management",e.HighPriority="high-priority",e.HighVoltagePole="high-voltage-pole",e.Highlight="highlight",e.History="history",e.Home="home",e.HorizontalBarChartAsc="horizontal-bar-chart-asc",e.HorizontalBarChartDesc="horizontal-bar-chart-desc",e.HorizontalBarChart="horizontal-bar-chart",e.HorizontalDistribution="horizontal-distribution",e.HorizontalInbetween="horizontal-inbetween",e.Hurricane="hurricane",e.IdNumber="id-number",e.ImageRotateLeft="image-rotate-left",e.ImageRotateRight="image-rotate-right",e.Import="import",e.InboxFiltered="inbox-filtered",e.InboxGeo="inbox-geo",e.InboxSearch="inbox-search",e.InboxUpdate="inbox-update",e.Inbox="inbox",e.InfoSign="info-sign",e.Inheritance="inheritance",e.InheritedGroup="inherited-group",e.InnerJoin="inner-join",e.Input="input",e.Insert="insert",e.Intelligence="intelligence",e.Intersection="intersection",e.IpAddress="ip-address",e.IssueClosed="issue-closed",e.IssueNew="issue-new",e.Issue="issue",e.Italic="italic",e.JoinTable="join-table",e.KeyBackspace="key-backspace",e.KeyCommand="key-command",e.KeyControl="key-control",e.KeyDelete="key-delete",e.KeyEnter="key-enter",e.KeyEscape="key-escape",e.KeyOption="key-option",e.KeyShift="key-shift",e.KeyTab="key-tab",e.Key="key",e.KnownVehicle="known-vehicle",e.LabTest="lab-test",e.Label="label",e.LayerOutline="layer-outline",e.Layer="layer",e.Layers="layers",e.LayoutAuto="layout-auto",e.LayoutBalloon="layout-balloon",e.LayoutCircle="layout-circle",e.LayoutGrid="layout-grid",e.LayoutGroupBy="layout-group-by",e.LayoutHierarchy="layout-hierarchy",e.LayoutLinear="layout-linear",e.LayoutSkewGrid="layout-skew-grid",e.LayoutSortedClusters="layout-sorted-clusters",e.Layout="layout",e.Learning="learning",e.LeftJoin="left-join",e.LengthenText="lengthen-text",e.LessThanOrEqualTo="less-than-or-equal-to",e.LessThan="less-than",e.Lifesaver="lifesaver",e.Lightbulb="lightbulb",e.Lightning="lightning",e.Link="link",e.ListColumns="list-columns",e.ListDetailView="list-detail-view",e.List="list",e.Locate="locate",e.Lock="lock",e.Locomotive="locomotive",e.LogIn="log-in",e.LogOut="log-out",e.LowVoltagePole="low-voltage-pole",e.Manual="manual",e.ManuallyEnteredData="manually-entered-data",e.ManyToMany="many-to-many",e.ManyToOne="many-to-one",e.MapCreate="map-create",e.MapMarker="map-marker",e.Map="map",e.Maximize="maximize",e.Media="media",e.MenuClosed="menu-closed",e.MenuOpen="menu-open",e.Menu="menu",e.MergeColumns="merge-columns",e.MergeLinks="merge-links",e.Microphone="microphone",e.Minimize="minimize",e.Minus="minus",e.MobilePhone="mobile-phone",e.MobileVideo="mobile-video",e.ModalFilled="modal-filled",e.Modal="modal",e.Model="model",e.Moon="moon",e.More="more",e.Mountain="mountain",e.Move="move",e.Mugshot="mugshot",e.MultiSelect="multi-select",e.Music="music",e.Nest="nest",e.NewDrawing="new-drawing",e.NewGridItem="new-grid-item",e.NewLayer="new-layer",e.NewLayers="new-layers",e.NewLink="new-link",e.NewObject="new-object",e.NewPerson="new-person",e.NewPrescription="new-prescription",e.NewShield="new-shield",e.NewTextBox="new-text-box",e.Ninja="ninja",e.NotEqualTo="not-equal-to",e.NotificationsSnooze="notifications-snooze",e.NotificationsUpdated="notifications-updated",e.Notifications="notifications",e.NumberedList="numbered-list",e.Numerical="numerical",e.Office="office",e.Offline="offline",e.OilField="oil-field",e.OneColumn="one-column",e.OneToMany="one-to-many",e.OneToOne="one-to-one",e.OpenApplication="open-application",e.Outdated="outdated",e.PageLayout="page-layout",e.PanelStats="panel-stats",e.PanelTable="panel-table",e.Paperclip="paperclip",e.Paragraph="paragraph",e.PasteVariable="paste-variable",e.PathSearch="path-search",e.Path="path",e.Pause="pause",e.People="people",e.Percentage="percentage",e.Person="person",e.PhoneCall="phone-call",e.PhoneForward="phone-forward",e.Phone="phone",e.PieChart="pie-chart",e.Pin="pin",e.PivotTable="pivot-table",e.Pivot="pivot",e.Play="play",e.Playbook="playbook",e.Plus="plus",e.PolygonFilter="polygon-filter",e.Power="power",e.PredictiveAnalysis="predictive-analysis",e.Prescription="prescription",e.Presentation="presentation",e.Print="print",e.Projects="projects",e.Properties="properties",e.Property="property",e.PublishFunction="publish-function",e.Pulse="pulse",e.Rain="rain",e.Random="random",e.Record="record",e.RectHeight="rect-height",e.RectWidth="rect-width",e.Rectangle="rectangle",e.Redo="redo",e.Refresh="refresh",e.Regex="regex",e.RegressionChart="regression-chart",e.RemoveColumnLeft="remove-column-left",e.RemoveColumnRight="remove-column-right",e.RemoveColumn="remove-column",e.RemoveRowBottom="remove-row-bottom",e.RemoveRowTop="remove-row-top",e.Remove="remove",e.Repeat="repeat",e.Reset="reset",e.Resolve="resolve",e.Rig="rig",e.RightJoin="right-join",e.Ring="ring",e.RocketSlant="rocket-slant",e.Rocket="rocket",e.RotateDocument="rotate-document",e.RotatePage="rotate-page",e.Route="route",e.Satellite="satellite",e.Saved="saved",e.ScatterPlot="scatter-plot",e.SearchAround="search-around",e.SearchTemplate="search-template",e.SearchText="search-text",e.Search="search",e.SegmentedControl="segmented-control",e.Select="select",e.Selection="selection",e.SendBackward="send-backward",e.SendMessage="send-message",e.SendToGraph="send-to-graph",e.SendToMap="send-to-map",e.SendTo="send-to",e.Sensor="sensor",e.SeriesAdd="series-add",e.SeriesConfiguration="series-configuration",e.SeriesDerived="series-derived",e.SeriesFiltered="series-filtered",e.SeriesSearch="series-search",e.Settings="settings",e.Shapes="shapes",e.Share="share",e.SharedFilter="shared-filter",e.Shield="shield",e.Ship="ship",e.Shop="shop",e.ShoppingCart="shopping-cart",e.ShortenText="shorten-text",e.SignalSearch="signal-search",e.SimCard="sim-card",e.Slash="slash",e.SmallCross="small-cross",e.SmallInfoSign="small-info-sign",e.SmallMinus="small-minus",e.SmallPlus="small-plus",e.SmallSquare="small-square",e.SmallTick="small-tick",e.Snowflake="snowflake",e.SoccerBall="soccer-ball",e.SocialMedia="social-media",e.SortAlphabeticalDesc="sort-alphabetical-desc",e.SortAlphabetical="sort-alphabetical",e.SortAsc="sort-asc",e.SortDesc="sort-desc",e.SortNumericalDesc="sort-numerical-desc",e.SortNumerical="sort-numerical",e.Sort="sort",e.SpellCheck="spell-check",e.SplitColumns="split-columns",e.SportsStadium="sports-stadium",e.Square="square",e.StackedChart="stacked-chart",e.StadiumGeometry="stadium-geometry",e.StarEmpty="star-empty",e.Star="star",e.StepBackward="step-backward",e.StepChart="step-chart",e.StepForward="step-forward",e.Stop="stop",e.Stopwatch="stopwatch",e.Strikethrough="strikethrough",e.Style="style",e.Subscript="subscript",e.Superscript="superscript",e.SwapHorizontal="swap-horizontal",e.SwapVertical="swap-vertical",e.Switch="switch",e.SymbolCircle="symbol-circle",e.SymbolCross="symbol-cross",e.SymbolDiamond="symbol-diamond",e.SymbolRectangle="symbol-rectangle",e.SymbolSquare="symbol-square",e.SymbolTriangleDown="symbol-triangle-down",e.SymbolTriangleUp="symbol-triangle-up",e.Syringe="syringe",e.Tag="tag",e.TakeAction="take-action",e.Tank="tank",e.Target="target",e.Taxi="taxi",e.Team="team",e.Temperature="temperature",e.TextHighlight="text-highlight",e.ThDerived="th-derived",e.ThDisconnect="th-disconnect",e.ThFiltered="th-filtered",e.ThList="th-list",e.Th="th",e.ThirdParty="third-party",e.ThumbsDown="thumbs-down",e.ThumbsUp="thumbs-up",e.TickCircle="tick-circle",e.Tick="tick",e.Time="time",e.TimelineAreaChart="timeline-area-chart",e.TimelineBarChart="timeline-bar-chart",e.TimelineEvents="timeline-events",e.TimelineLineChart="timeline-line-chart",e.Tint="tint",e.Torch="torch",e.Tractor="tractor",e.Train="train",e.Translate="translate",e.Trash="trash",e.Tree="tree",e.TrendingDown="trending-down",e.TrendingUp="trending-up",e.Trophy="trophy",e.Truck="truck",e.TwoColumns="two-columns",e.Unarchive="unarchive",e.Underline="underline",e.Undo="undo",e.UngroupObjects="ungroup-objects",e.UnknownVehicle="unknown-vehicle",e.Unlink="unlink",e.Unlock="unlock",e.Unpin="unpin",e.Unresolve="unresolve",e.Updated="updated",e.Upload="upload",e.User="user",e.Variable="variable",e.VerticalBarChartAsc="vertical-bar-chart-asc",e.VerticalBarChartDesc="vertical-bar-chart-desc",e.VerticalDistribution="vertical-distribution",e.VerticalInbetween="vertical-inbetween",e.Video="video",e.Virus="virus",e.VolumeDown="volume-down",e.VolumeOff="volume-off",e.VolumeUp="volume-up",e.Walk="walk",e.WarningSign="warning-sign",e.WaterfallChart="waterfall-chart",e.Waves="waves",e.WidgetButton="widget-button",e.WidgetFooter="widget-footer",e.WidgetHeader="widget-header",e.Widget="widget",e.Wind="wind",e.Wrench="wrench",e.ZoomIn="zoom-in",e.ZoomOut="zoom-out",e.ZoomToFit="zoom-to-fit"})(H||(H={})),A={},A[H.AddClip]="61697",A[H.AddColumnLeft]="61698",A[H.AddColumnRight]="61699",A[H.AddLocation]="61700",A[H.AddRowBottom]="61701",A[H.AddRowTop]="61702",A[H.AddToArtifact]="61703",A[H.AddToFolder]="61704",A[H.Add]="61705",A[H.AimpointsTarget]="62261",A[H.Airplane]="61706",A[H.AlignCenter]="61707",A[H.AlignJustify]="61708",A[H.AlignLeft]="61709",A[H.AlignRight]="61710",A[H.AlignmentBottom]="61711",A[H.AlignmentHorizontalCenter]="61712",A[H.AlignmentLeft]="61713",A[H.AlignmentRight]="61714",A[H.AlignmentTop]="61715",A[H.AlignmentVerticalCenter]="61716",A[H.Ammunition]="62274",A[H.Anchor]="62256",A[H.Annotation]="61717",A[H.Antenna]="61718",A[H.AppHeader]="61719",A[H.Application]="61720",A[H.Applications]="61721",A[H.Archive]="61722",A[H.AreaOfInterest]="61723",A[H.ArrayBoolean]="61724",A[H.ArrayDate]="61725",A[H.ArrayFloatingPoint]="62253",A[H.ArrayNumeric]="61726",A[H.ArrayString]="61727",A[H.ArrayTimestamp]="61728",A[H.Array]="61729",A[H.ArrowBottomLeft]="61730",A[H.ArrowBottomRight]="61731",A[H.ArrowDown]="61732",A[H.ArrowLeft]="61733",A[H.ArrowRight]="61734",A[H.ArrowTopLeft]="61735",A[H.ArrowTopRight]="61736",A[H.ArrowUp]="61737",A[H.ArrowsHorizontal]="61738",A[H.ArrowsVertical]="61739",A[H.Asterisk]="61740",A[H.At]="62257",A[H.AutomaticUpdates]="61741",A[H.Axle]="62264",A[H.Backlink]="61742",A[H.Badge]="61743",A[H.BanCircle]="61744",A[H.BankAccount]="61745",A[H.Barcode]="61746",A[H.Blank]="61747",A[H.BlockedPerson]="61748",A[H.Bold]="61749",A[H.Book]="61750",A[H.Bookmark]="61751",A[H.Box]="61752",A[H.Briefcase]="61753",A[H.BringData]="61754",A[H.BringForward]="62292",A[H.Bug]="62254",A[H.Buggy]="61755",A[H.Build]="61756",A[H.Calculator]="61757",A[H.Calendar]="61758",A[H.Camera]="61759",A[H.CaretDown]="61760",A[H.CaretLeft]="61761",A[H.CaretRight]="61762",A[H.CaretUp]="61763",A[H.CargoShip]="61764",A[H.CellTower]="61765",A[H.Changes]="61766",A[H.Chart]="61767",A[H.Chat]="61768",A[H.ChevronBackward]="61769",A[H.ChevronDown]="61770",A[H.ChevronForward]="61771",A[H.ChevronLeft]="61772",A[H.ChevronRight]="61773",A[H.ChevronUp]="61774",A[H.CircleArrowDown]="61775",A[H.CircleArrowLeft]="61776",A[H.CircleArrowRight]="61777",A[H.CircleArrowUp]="61778",A[H.Circle]="61779",A[H.Citation]="61780",A[H.Clean]="61781",A[H.Clip]="61782",A[H.Clipboard]="61783",A[H.CloudDownload]="61784",A[H.CloudTick]="62286",A[H.CloudUpload]="61785",A[H.Cloud]="61786",A[H.CodeBlock]="61787",A[H.Code]="61788",A[H.Cog]="61789",A[H.CollapseAll]="61790",A[H.ColorFill]="62248",A[H.ColumnLayout]="61791",A[H.Comment]="61792",A[H.Comparison]="61793",A[H.Compass]="61794",A[H.Compressed]="61795",A[H.Confirm]="61796",A[H.Console]="61797",A[H.Contrast]="61798",A[H.Control]="61799",A[H.CreditCard]="61800",A[H.Crop]="62291",A[H.CrossCircle]="62262",A[H.Cross]="61801",A[H.Crown]="61802",A[H.CubeAdd]="61803",A[H.CubeRemove]="61804",A[H.Cube]="61805",A[H.CurvedRangeChart]="61806",A[H.Cut]="61807",A[H.Cycle]="61808",A[H.Dashboard]="61809",A[H.DataConnection]="61810",A[H.DataLineage]="61811",A[H.Database]="61812",A[H.Delete]="61813",A[H.Delta]="61814",A[H.DeriveColumn]="61815",A[H.Desktop]="61816",A[H.Detection]="62273",A[H.Diagnosis]="61817",A[H.DiagramTree]="61818",A[H.DirectionLeft]="61819",A[H.DirectionRight]="61820",A[H.Disable]="61821",A[H.Divide]="62247",A[H.DocumentOpen]="61822",A[H.DocumentShare]="61823",A[H.Document]="61824",A[H.Dollar]="61825",A[H.Dot]="61826",A[H.DoubleCaretHorizontal]="61827",A[H.DoubleCaretVertical]="61828",A[H.DoubleChevronDown]="61829",A[H.DoubleChevronLeft]="61830",A[H.DoubleChevronRight]="61831",A[H.DoubleChevronUp]="61832",A[H.DoughnutChart]="61833",A[H.Download]="61834",A[H.DragHandleHorizontal]="61835",A[H.DragHandleVertical]="61836",A[H.Draw]="61837",A[H.DrawerLeftFilled]="61838",A[H.DrawerLeft]="61839",A[H.DrawerRightFilled]="61840",A[H.DrawerRight]="61841",A[H.DriveTime]="61842",A[H.Duplicate]="61843",A[H.Edit]="61844",A[H.Eject]="61845",A[H.Emoji]="61846",A[H.Endnote]="62294",A[H.Endorsed]="61847",A[H.Envelope]="61848",A[H.Equals]="61849",A[H.Eraser]="61850",A[H.Error]="61851",A[H.Euro]="61852",A[H.Exchange]="61853",A[H.ExcludeRow]="61854",A[H.ExpandAll]="61855",A[H.Explain]="62285",A[H.Export]="61856",A[H.EyeOff]="61857",A[H.EyeOn]="61858",A[H.EyeOpen]="61859",A[H.FastBackward]="61860",A[H.FastForward]="61861",A[H.FeedSubscribed]="61862",A[H.Feed]="61863",A[H.Film]="61864",A[H.FilterKeep]="61865",A[H.FilterList]="61866",A[H.FilterOpen]="61867",A[H.FilterRemove]="61868",A[H.Filter]="61869",A[H.Flag]="61870",A[H.Flame]="61871",A[H.Flash]="61872",A[H.FloatingPoint]="62252",A[H.FloppyDisk]="61873",A[H.FlowBranch]="61874",A[H.FlowEnd]="61875",A[H.FlowLinear]="61876",A[H.FlowReviewBranch]="61877",A[H.FlowReview]="61878",A[H.Flows]="61879",A[H.FolderClose]="61880",A[H.FolderNew]="61881",A[H.FolderOpen]="61882",A[H.FolderSharedOpen]="61883",A[H.FolderShared]="61884",A[H.Follower]="61885",A[H.Following]="61886",A[H.Font]="61887",A[H.Fork]="61888",A[H.Form]="61889",A[H.Fuel]="62243",A[H.FullCircle]="61890",A[H.FullStackedChart]="61891",A[H.Fullscreen]="61892",A[H.Function]="61893",A[H.GanttChart]="61894",A[H.Generate]="62284",A[H.Geofence]="61895",A[H.Geolocation]="61896",A[H.Geosearch]="61897",A[H.Geotime]="62276",A[H.GitBranch]="61898",A[H.GitCommit]="61899",A[H.GitMerge]="61900",A[H.GitNewBranch]="61901",A[H.GitPull]="61902",A[H.GitPush]="61903",A[H.GitRepo]="61904",A[H.Glass]="61905",A[H.GlobeNetwork]="61906",A[H.Globe]="61907",A[H.GraphRemove]="61908",A[H.Graph]="61909",A[H.GreaterThanOrEqualTo]="61910",A[H.GreaterThan]="61911",A[H.GridView]="61912",A[H.Grid]="61913",A[H.GroupItem]="62282",A[H.GroupObjects]="61914",A[H.GroupedBarChart]="61915",A[H.HandDown]="61916",A[H.HandLeft]="61917",A[H.HandRight]="61918",A[H.HandUp]="61919",A[H.Hand]="61920",A[H.Hat]="61921",A[H.HeaderOne]="61922",A[H.HeaderThree]="61923",A[H.HeaderTwo]="61924",A[H.Header]="61925",A[H.Headset]="61926",A[H.HeartBroken]="61927",A[H.Heart]="61928",A[H.HeatGrid]="61929",A[H.Heatmap]="61930",A[H.Helicopter]="61931",A[H.Help]="61932",A[H.HelperManagement]="61933",A[H.HighPriority]="61934",A[H.HighVoltagePole]="62259",A[H.Highlight]="61935",A[H.History]="61936",A[H.Home]="61937",A[H.HorizontalBarChartAsc]="61938",A[H.HorizontalBarChartDesc]="61939",A[H.HorizontalBarChart]="61940",A[H.HorizontalDistribution]="61941",A[H.HorizontalInbetween]="62249",A[H.Hurricane]="61942",A[H.IdNumber]="61943",A[H.ImageRotateLeft]="61944",A[H.ImageRotateRight]="61945",A[H.Import]="61946",A[H.InboxFiltered]="61947",A[H.InboxGeo]="61948",A[H.InboxSearch]="61949",A[H.InboxUpdate]="61950",A[H.Inbox]="61951",A[H.InfoSign]="61952",A[H.Inheritance]="61953",A[H.InheritedGroup]="61954",A[H.InnerJoin]="61955",A[H.Input]="62283",A[H.Insert]="61956",A[H.Intelligence]="62263",A[H.Intersection]="61957",A[H.IpAddress]="61958",A[H.IssueClosed]="61959",A[H.IssueNew]="61960",A[H.Issue]="61961",A[H.Italic]="61962",A[H.JoinTable]="61963",A[H.KeyBackspace]="61964",A[H.KeyCommand]="61965",A[H.KeyControl]="61966",A[H.KeyDelete]="61967",A[H.KeyEnter]="61968",A[H.KeyEscape]="61969",A[H.KeyOption]="61970",A[H.KeyShift]="61971",A[H.KeyTab]="61972",A[H.Key]="61973",A[H.KnownVehicle]="61974",A[H.LabTest]="61975",A[H.Label]="61976",A[H.LayerOutline]="61977",A[H.Layer]="61978",A[H.Layers]="61979",A[H.LayoutAuto]="61980",A[H.LayoutBalloon]="61981",A[H.LayoutCircle]="61982",A[H.LayoutGrid]="61983",A[H.LayoutGroupBy]="61984",A[H.LayoutHierarchy]="61985",A[H.LayoutLinear]="61986",A[H.LayoutSkewGrid]="61987",A[H.LayoutSortedClusters]="61988",A[H.Layout]="61989",A[H.Learning]="61990",A[H.LeftJoin]="61991",A[H.LengthenText]="62270",A[H.LessThanOrEqualTo]="61992",A[H.LessThan]="61993",A[H.Lifesaver]="61994",A[H.Lightbulb]="61995",A[H.Lightning]="61996",A[H.Link]="61997",A[H.ListColumns]="61998",A[H.ListDetailView]="61999",A[H.List]="62000",A[H.Locate]="62001",A[H.Lock]="62002",A[H.Locomotive]="62267",A[H.LogIn]="62003",A[H.LogOut]="62004",A[H.LowVoltagePole]="62258",A[H.Manual]="62005",A[H.ManuallyEnteredData]="62006",A[H.ManyToMany]="62007",A[H.ManyToOne]="62008",A[H.MapCreate]="62009",A[H.MapMarker]="62010",A[H.Map]="62011",A[H.Maximize]="62012",A[H.Media]="62013",A[H.MenuClosed]="62014",A[H.MenuOpen]="62015",A[H.Menu]="62016",A[H.MergeColumns]="62017",A[H.MergeLinks]="62018",A[H.Microphone]="62275",A[H.Minimize]="62019",A[H.Minus]="62020",A[H.MobilePhone]="62021",A[H.MobileVideo]="62022",A[H.ModalFilled]="62023",A[H.Modal]="62024",A[H.Model]="62269",A[H.Moon]="62025",A[H.More]="62026",A[H.Mountain]="62027",A[H.Move]="62028",A[H.Mugshot]="62029",A[H.MultiSelect]="62030",A[H.Music]="62031",A[H.Nest]="62032",A[H.NewDrawing]="62033",A[H.NewGridItem]="62034",A[H.NewLayer]="62035",A[H.NewLayers]="62036",A[H.NewLink]="62037",A[H.NewObject]="62038",A[H.NewPerson]="62039",A[H.NewPrescription]="62040",A[H.NewShield]="62281",A[H.NewTextBox]="62041",A[H.Ninja]="62042",A[H.NotEqualTo]="62043",A[H.NotificationsSnooze]="62044",A[H.NotificationsUpdated]="62045",A[H.Notifications]="62046",A[H.NumberedList]="62047",A[H.Numerical]="62048",A[H.Office]="62049",A[H.Offline]="62050",A[H.OilField]="62051",A[H.OneColumn]="62052",A[H.OneToMany]="62053",A[H.OneToOne]="62054",A[H.OpenApplication]="62251",A[H.Outdated]="62055",A[H.PageLayout]="62056",A[H.PanelStats]="62057",A[H.PanelTable]="62058",A[H.Paperclip]="62059",A[H.Paragraph]="62060",A[H.PasteVariable]="62278",A[H.PathSearch]="62061",A[H.Path]="62062",A[H.Pause]="62063",A[H.People]="62064",A[H.Percentage]="62065",A[H.Person]="62066",A[H.PhoneCall]="62279",A[H.PhoneForward]="62280",A[H.Phone]="62067",A[H.PieChart]="62068",A[H.Pin]="62069",A[H.PivotTable]="62070",A[H.Pivot]="62071",A[H.Play]="62072",A[H.Playbook]="62244",A[H.Plus]="62073",A[H.PolygonFilter]="62074",A[H.Power]="62075",A[H.PredictiveAnalysis]="62076",A[H.Prescription]="62077",A[H.Presentation]="62078",A[H.Print]="62079",A[H.Projects]="62080",A[H.Properties]="62081",A[H.Property]="62082",A[H.PublishFunction]="62083",A[H.Pulse]="62084",A[H.Rain]="62085",A[H.Random]="62086",A[H.Record]="62087",A[H.RectHeight]="62245",A[H.RectWidth]="62246",A[H.Rectangle]="62241",A[H.Redo]="62088",A[H.Refresh]="62089",A[H.Regex]="62255",A[H.RegressionChart]="62090",A[H.RemoveColumnLeft]="62091",A[H.RemoveColumnRight]="62092",A[H.RemoveColumn]="62093",A[H.RemoveRowBottom]="62094",A[H.RemoveRowTop]="62095",A[H.Remove]="62096",A[H.Repeat]="62097",A[H.Reset]="62098",A[H.Resolve]="62099",A[H.Rig]="62100",A[H.RightJoin]="62101",A[H.Ring]="62102",A[H.RocketSlant]="62103",A[H.Rocket]="62104",A[H.RotateDocument]="62105",A[H.RotatePage]="62106",A[H.Route]="62107",A[H.Satellite]="62108",A[H.Saved]="62109",A[H.ScatterPlot]="62110",A[H.SearchAround]="62111",A[H.SearchTemplate]="62112",A[H.SearchText]="62113",A[H.Search]="62114",A[H.SegmentedControl]="62115",A[H.Select]="62116",A[H.Selection]="62117",A[H.SendBackward]="62293",A[H.SendMessage]="62118",A[H.SendToGraph]="62119",A[H.SendToMap]="62120",A[H.SendTo]="62121",A[H.Sensor]="62268",A[H.SeriesAdd]="62122",A[H.SeriesConfiguration]="62123",A[H.SeriesDerived]="62124",A[H.SeriesFiltered]="62125",A[H.SeriesSearch]="62126",A[H.Settings]="62127",A[H.Shapes]="62128",A[H.Share]="62129",A[H.SharedFilter]="62130",A[H.Shield]="62131",A[H.Ship]="62132",A[H.Shop]="62133",A[H.ShoppingCart]="62134",A[H.ShortenText]="62271",A[H.SignalSearch]="62135",A[H.SimCard]="62136",A[H.Slash]="62137",A[H.SmallCross]="62138",A[H.SmallInfoSign]="62260",A[H.SmallMinus]="62139",A[H.SmallPlus]="62140",A[H.SmallSquare]="62141",A[H.SmallTick]="62142",A[H.Snowflake]="62143",A[H.SoccerBall]="62288",A[H.SocialMedia]="62144",A[H.SortAlphabeticalDesc]="62145",A[H.SortAlphabetical]="62146",A[H.SortAsc]="62147",A[H.SortDesc]="62148",A[H.SortNumericalDesc]="62149",A[H.SortNumerical]="62150",A[H.Sort]="62151",A[H.SpellCheck]="62272",A[H.SplitColumns]="62152",A[H.SportsStadium]="62289",A[H.Square]="62153",A[H.StackedChart]="62154",A[H.StadiumGeometry]="62155",A[H.StarEmpty]="62156",A[H.Star]="62157",A[H.StepBackward]="62158",A[H.StepChart]="62159",A[H.StepForward]="62160",A[H.Stop]="62161",A[H.Stopwatch]="62162",A[H.Strikethrough]="62163",A[H.Style]="62164",A[H.Subscript]="62265",A[H.Superscript]="62266",A[H.SwapHorizontal]="62165",A[H.SwapVertical]="62166",A[H.Switch]="62167",A[H.SymbolCircle]="62168",A[H.SymbolCross]="62169",A[H.SymbolDiamond]="62170",A[H.SymbolRectangle]="62242",A[H.SymbolSquare]="62171",A[H.SymbolTriangleDown]="62172",A[H.SymbolTriangleUp]="62173",A[H.Syringe]="62174",A[H.Tag]="62175",A[H.TakeAction]="62176",A[H.Tank]="62177",A[H.Target]="62178",A[H.Taxi]="62179",A[H.Team]="62290",A[H.Temperature]="62180",A[H.TextHighlight]="62181",A[H.ThDerived]="62182",A[H.ThDisconnect]="62183",A[H.ThFiltered]="62184",A[H.ThList]="62185",A[H.Th]="62186",A[H.ThirdParty]="62187",A[H.ThumbsDown]="62188",A[H.ThumbsUp]="62189",A[H.TickCircle]="62190",A[H.Tick]="62191",A[H.Time]="62192",A[H.TimelineAreaChart]="62193",A[H.TimelineBarChart]="62194",A[H.TimelineEvents]="62195",A[H.TimelineLineChart]="62196",A[H.Tint]="62197",A[H.Torch]="62198",A[H.Tractor]="62199",A[H.Train]="62200",A[H.Translate]="62201",A[H.Trash]="62202",A[H.Tree]="62203",A[H.TrendingDown]="62204",A[H.TrendingUp]="62205",A[H.Trophy]="62287",A[H.Truck]="62206",A[H.TwoColumns]="62207",A[H.Unarchive]="62208",A[H.Underline]="62209",A[H.Undo]="62210",A[H.UngroupObjects]="62211",A[H.UnknownVehicle]="62212",A[H.Unlink]="62277",A[H.Unlock]="62213",A[H.Unpin]="62214",A[H.Unresolve]="62215",A[H.Updated]="62216",A[H.Upload]="62217",A[H.User]="62218",A[H.Variable]="62219",A[H.VerticalBarChartAsc]="62220",A[H.VerticalBarChartDesc]="62221",A[H.VerticalDistribution]="62222",A[H.VerticalInbetween]="62250",A[H.Video]="62223",A[H.Virus]="62224",A[H.VolumeDown]="62225",A[H.VolumeOff]="62226",A[H.VolumeUp]="62227",A[H.Walk]="62228",A[H.WarningSign]="62229",A[H.WaterfallChart]="62230",A[H.Waves]="62231",A[H.WidgetButton]="62232",A[H.WidgetFooter]="62233",A[H.WidgetHeader]="62234",A[H.Widget]="62235",A[H.Wind]="62236",A[H.Wrench]="62237",A[H.ZoomIn]="62238",A[H.ZoomOut]="62239",A[H.ZoomToFit]="62240";for(var ds={},fs={},bi=0,ps=Object.values(H);bi<ps.length;bi++){var yo=ps[bi];ds[go(yo)]=yo,fs[j8(yo).toUpperCase()]=yo}var vs=Oe(Oe({},ds),fs),Kh=new Set(Object.values(vs));function Yh(e){return typeof NODE_ENV<"u"&&NODE_ENV===e}function Xh(e,r){return $t(this,void 0,void 0,function(){var t,n,o;return Dt(this,function(a){switch(a.label){case 0:return t=Yh("development")&&typeof performance<"u",t&&(n=performance.now(),console.info("Started '".concat(e,"'..."))),[4,r()];case 1:return a.sent(),t&&(o=Math.round(performance.now()-n),console.info("Finished '".concat(e,"' in ").concat(o,"ms"))),[2]}})})}function Zh(e){return $t(this,void 0,void 0,function(){var r,t;return Dt(this,function(n){switch(n.label){case 0:return r=e.loader,t=r===void 0?u0.defaultLoader:r,typeof t!="function"?[3,1]:[2,t];case 1:return t!=="all"?[3,3]:[4,Promise.resolve().then(()=>OM)];case 2:return[2,n.sent().allPathsLoader];case 3:return[4,Promise.resolve().then(()=>VM)];case 4:return[2,n.sent().splitPathsBySizeLoader]}})})}var rn=function(){function e(){this.defaultLoader="split-by-size",this.loadedIconPaths16=new Map,this.loadedIconPaths20=new Map}return e.setLoaderOptions=function(r){r.loader!==void 0&&(u0.defaultLoader=r.loader)},e.load=function(r,t,n){return $t(this,void 0,void 0,function(){var o=this;return Dt(this,function(a){switch(a.label){case 0:return Array.isArray(r)||(r=[r]),[4,Promise.all(r.map(function(i){return o.loadImpl(i,t,n)}))];case 1:return a.sent(),[2]}})})},e.loadAll=function(r){return $t(this,void 0,void 0,function(){var t,n=this;return Dt(this,function(o){return t=Object.values(vs),Xh("[Blueprint] loading all icons",function(){return $t(n,void 0,void 0,function(){return Dt(this,function(a){switch(a.label){case 0:return[4,Promise.all([this.load(t,v1.STANDARD,r),this.load(t,v1.LARGE,r)])];case 1:return a.sent(),[2]}})})}),[2]})})},e.getPaths=function(r,t){if(this.isValidIconName(r)){var n=t<v1.LARGE?u0.loadedIconPaths16:u0.loadedIconPaths20;return n.get(r)}},e.loadImpl=function(r,t,n){return n===void 0&&(n={}),$t(this,void 0,void 0,function(){var o,a,i,p,v;return Dt(this,function(h){switch(h.label){case 0:return this.isValidIconName(r)?(o=t<v1.LARGE?u0.loadedIconPaths16:u0.loadedIconPaths20,o.has(r)?[2]:[4,Zh(n)]):(console.error("[Blueprint] Unknown icon '".concat(r,"'")),[2]);case 1:a=h.sent(),h.label=2;case 2:return h.trys.push([2,4,,5]),i=t<v1.LARGE?v1.STANDARD:v1.LARGE,[4,a(r,i)];case 3:return p=h.sent(),o.set(r,p),[3,5];case 4:return v=h.sent(),console.error("[Blueprint] Unable to load ".concat(t,"px icon '").concat(r,"'"),v),[3,5];case 5:return[2]}})})},e.isValidIconName=function(r){return Kh.has(r)},e}(),u0=new rn,Jh="bp5",hs="".concat(Jh,"-icon"),bs=new Map;function Qh(e){var r,t=(r=bs.get(e))!==null&&r!==void 0?r:0;return bs.set(e,t+1),"".concat(e,"-").concat(t)}var wo=I.forwardRef(function(e,r){var t=e.children,n=e.className,o=e.color,a=e.htmlTitle,i=e.iconName,p=e.size,v=p===void 0?v1.STANDARD:p,h=e.svgProps,g=e.tagName,M=g===void 0?"span":g,T=e.title,C=L1(e,["children","className","color","htmlTitle","iconName","size","svgProps","tagName","title"]),z=v>=v1.LARGE,w=z?v1.LARGE:v1.STANDARD,b="0 0 ".concat(w," ").concat(w),f=Qh("iconTitle"),s=Oe({fill:o,height:v,role:"img",viewBox:b,width:v},h);return M===null?I.createElement("svg",Oe({"aria-labelledby":T?f:void 0,"data-icon":i,ref:r},s,C,{className:c1(n,h==null?void 0:h.className)}),T&&I.createElement("title",{id:f},T),t):I.createElement(M,Oe(Oe({"aria-hidden":T?void 0:!0},C),{className:c1(hs,"".concat(hs,"-").concat(i),n),ref:r,title:a}),I.createElement("svg",Oe({"data-icon":i},s,{className:h==null?void 0:h.className}),T&&I.createElement("title",null,T),t))});wo.displayName="Blueprint5.SVGIconContainer";var mi=I.forwardRef(function(e,r){var t=e.size>=v1.LARGE,n=t?v1.LARGE:v1.STANDARD,o="".concat(-1*n/.05/2),a={transformOrigin:"center"};return I.createElement(wo,Oe({iconName:"caret-right",ref:r},e),I.createElement("path",{d:t?"M280 200C280 206.2 277 211.4 272.6 215.2L272.8 215.4L152.8 315.4L152.6 315.2C149.2 318 144.8 320 140 320C129 320 120 311 120 300V100C120 89 129 80 140 80C144.8 80 149.2 82 152.6 84.8L152.8 84.6L272.8 184.6L272.6 184.8C277 188.6 280 193.8 280 200z":"M220 160C220 163 218.6 165.6 216.6 167.4L216.6 167.4L136.6 237.4L136.6 237.4C134.8 239 132.6 240 130 240C124.4 240 120 235.6 120 230V90C120 84.4 124.4 80 130 80C132.6 80 134.8 81 136.6 82.6C136.6 82.6 136.6 82.6 136.6 82.6L216.6 152.6L216.6 152.6C218.6 154.4 220 157 220 160z",fillRule:"evenodd",transform:"scale(0.05, -0.05) translate(".concat(o,", ").concat(o,")"),style:a}))});mi.defaultProps={size:v1.STANDARD},mi.displayName="Blueprint5.Icon.CaretRight";var gi=I.forwardRef(function(e,r){var t=e.size>=v1.LARGE,n=t?v1.LARGE:v1.STANDARD,o="".concat(-1*n/.05/2),a={transformOrigin:"center"};return I.createElement(wo,Oe({iconName:"small-tick",ref:r},e),I.createElement("path",{d:t?"M300 300C294.4000000000001 300 289.4000000000001 297.8 285.8 294.2L160 168.2L114.2 214.2C110.6 217.8 105.6 220 100 220C89 220 80 211 80 200C80 194.4 82.2 189.4 85.8 185.8L145.8 125.8C149.4 122.2 154.4 120 160 120S170.6 122.2 174.2 125.8L314.2000000000001 265.8C317.8 269.4 320 274.4 320 280C320 291 311 300 300 300z":"M240 220C234.4 220 229.4 217.8 225.8 214.2L140 128.2L94.2 174.2C90.6 177.8 85.6 180 80 180C69 180 60 171 60 160C60 154.4 62.2 149.4 65.8 145.8L125.8 85.8C129.4 82.2 134.4 80 140 80S150.6 82.2 154.2 85.8L254.2 185.8C257.8 189.4 260 194.4 260 200C260 211 251 220 240 220z",fillRule:"evenodd",transform:"scale(0.05, -0.05) translate(".concat(o,", ").concat(o,")"),style:a}))});gi.defaultProps={size:v1.STANDARD},gi.displayName="Blueprint5.Icon.SmallTick";var bt=I.forwardRef(function(e,r){var t,n,o=e.autoLoad,a=e.className,i=e.color,p=e.icon,v=e.intent,h=e.tagName,g=e.svgProps,M=e.title,T=e.htmlTitle,C=L1(e,["autoLoad","className","color","icon","intent","tagName","svgProps","title","htmlTitle"]),z=(n=(t=e.iconSize)!==null&&t!==void 0?t:e.size)!==null&&n!==void 0?n:v1.STANDARD,w=I.useState(function(){return typeof p=="string"?rn.getPaths(p,z):void 0}),b=w[0],f=w[1];if(I.useEffect(function(){var l=!1;if(typeof p=="string"){var c=rn.getPaths(p,z);c!==void 0?f(c):o?rn.load(p,z).then(function(){l||f(rn.getPaths(p,z))}).catch(function(m){console.error("[Blueprint] Icon '".concat(p,"' (").concat(z,"px) could not be loaded."),m)}):console.error("[Blueprint] Icon '".concat(p,"' (").concat(z,"px) is not loaded yet and autoLoad={false}, did you call Icons.load('").concat(p,"', ").concat(z,")?"))}return function(){l=!0}},[o,p,z]),p==null||typeof p=="boolean")return null;if(typeof p!="string")return p;if(b==null){var s=z===v1.STANDARD?J6:z===v1.LARGE?Q6:void 0;return I.createElement(h,Oe(Oe({"aria-hidden":M?void 0:!0},s0(C)),{className:c1(li,s,t8(p),ht(v),a),"data-icon":p,ref:r,title:T}))}else{var d=b.map(function(l,c){return I.createElement("path",{d:l,key:c,fillRule:"evenodd"})});return I.createElement(wo,Oe({children:d,className:c1(ht(v),a),color:i,htmlTitle:T,iconName:p,ref:r,size:z,svgProps:g,tagName:h,title:M},s0(C)))}});bt.defaultProps={autoLoad:!0,tagName:"span"},bt.displayName="".concat(w1,".Icon");var kr;(function(e){e[e.SMALL=20]="SMALL",e[e.STANDARD=50]="STANDARD",e[e.LARGE=100]="LARGE"})(kr||(kr={}));var pr=45,ms="M 50,50 m 0,-".concat(pr," a ").concat(pr,",").concat(pr," 0 1 1 0,").concat(pr*2," a ").concat(pr,",").concat(pr," 0 1 1 0,-").concat(pr*2),nn=280,eb=10,tb=4,rb=16,nb=function(e){it(r,e);function r(){return e!==null&&e.apply(this,arguments)||this}return r.prototype.componentDidUpdate=function(t){t.value!==this.props.value&&this.forceUpdate()},r.prototype.render=function(){var t,n=this.props,o=n.className,a=n.intent,i=n.value,p=n.tagName,v=p===void 0?"div":p,h=L1(n,["className","intent","value","tagName"]),g=this.getSize(),M=c1(uo,ht(a),(t={},t[Y6]=i!=null,t),o),T=Math.min(rb,tb*kr.LARGE/g),C=nn-nn*(i==null?.25:P8(i,0,1));return I.createElement(v,Oe({"aria-label":"loading","aria-valuemax":100,"aria-valuemin":0,"aria-valuenow":i===void 0?void 0:i*100,className:M,role:"progressbar"},h),I.createElement(v,{className:B6},I.createElement("svg",{width:g,height:g,strokeWidth:T.toFixed(2),viewBox:this.getViewBox(T)},I.createElement("path",{className:X6,d:ms}),I.createElement("path",{className:K6,d:ms,pathLength:nn,strokeDasharray:"".concat(nn," ").concat(nn),strokeDashoffset:C}))))},r.prototype.validateProps=function(t){var n=t.className,o=n===void 0?"":n,a=t.size;a!=null&&(o.indexOf(l0)>=0||o.indexOf(Er)>=0)&&console.warn(O8)},r.prototype.getSize=function(){var t=this.props,n=t.className,o=n===void 0?"":n,a=t.size;return a==null?o.indexOf(l0)>=0?kr.SMALL:o.indexOf(Er)>=0?kr.LARGE:kr.STANDARD:Math.max(eb,a)},r.prototype.getViewBox=function(t){var n=pr+t/2,o=(50-n).toFixed(2),a=(n*2).toFixed(2);return"".concat(o," ").concat(o," ").concat(a," ").concat(a)},r.displayName="".concat(w1,".Spinner"),r}(Ft),xo=I.forwardRef(function(e,r){var t,n=e.children,o=e.tagName,a=o===void 0?"div":o,i=e.title,p=e.className,v=e.ellipsize,h=L1(e,["children","tagName","title","className","ellipsize"]),g=I.useRef(),M=I.useMemo(function(){return mo(g,r)},[r]),T=I.useState(""),C=T[0],z=T[1],w=I.useState(),b=w[0],f=w[1];return I.useLayoutEffect(function(){var s;((s=g.current)===null||s===void 0?void 0:s.textContent)!=null&&(f(v&&g.current.scrollWidth>g.current.clientWidth),z(g.current.textContent))},[g,n,v]),I.createElement(a,Oe(Oe({},h),{className:c1((t={},t[h6]=v,t),p),ref:M,title:i??(b?C:void 0)}),n)});xo.defaultProps={ellipsize:!1},xo.displayName="".concat(w1,".Text");var Co=I.forwardRef(function(e,r){var t=gs(e,r);return I.createElement("button",Oe({type:"button"},s0(e),t),ys(e))});Co.displayName="".concat(w1,".Button");var ob=I.forwardRef(function(e,r){var t=e.href,n=e.tabIndex,o=n===void 0?0:n,a=gs(e,r);return I.createElement("a",Oe({role:"button"},s0(e),a,{"aria-disabled":a.disabled,href:a.disabled?void 0:t,tabIndex:a.disabled?-1:o}),ys(e))});ob.displayName="".concat(w1,".AnchorButton");function gs(e,r){var t,n=e.active,o=n===void 0?!1:n,a=e.alignText,i=e.fill,p=e.large,v=e.loading,h=v===void 0?!1:v,g=e.minimal,M=e.onBlur,T=e.onKeyDown,C=e.onKeyUp,z=e.outlined,w=e.small,b=e.tabIndex,f=e.disabled||h,s=I.useState(),d=s[0],l=s[1],c=I.useState(!1),m=c[0],x=c[1],_=I.useRef(null),P=I.useCallback(function(R){m&&x(!1),M==null||M(R)},[m,M]),V=I.useCallback(function(R){ho(R)&&(R.preventDefault(),R.key!==d&&x(!0)),l(R.key),T==null||T(R)},[d,T]),L=I.useCallback(function(R){var N;ho(R)&&(x(!1),(N=_.current)===null||N===void 0||N.click()),l(void 0),C==null||C(R)},[C]),E=c1(co,(t={},t[lo]=!f&&(o||m),t[J0]=f,t[Q0]=i,t[Er]=p,t[d6]=h,t[Sc]=g,t[f6]=z,t[l0]=w,t),Fc(a),ht(e.intent),e.className);return{className:E,disabled:f,onBlur:P,onClick:f?void 0:e.onClick,onFocus:f?void 0:e.onFocus,onKeyDown:V,onKeyUp:L,ref:mo(_,r),tabIndex:f?-1:b}}function ys(e){var r=e.children,t=e.ellipsizeText,n=e.icon,o=e.loading,a=e.rightIcon,i=e.text,p=e.textClassName,v=!di(i)||!di(r);return I.createElement(I.Fragment,null,o&&I.createElement(nb,{key:"loading",className:b6,size:kr.SMALL}),I.createElement(bt,{key:"leftIcon",icon:n}),v&&I.createElement(xo,{key:"text",className:c1(m6,p),ellipsize:t,tagName:"span"},i,r),I.createElement(bt,{key:"rightIcon",icon:a}))}function on(){return on=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},on.apply(this,arguments)}function yi(e,r){if(e==null)return{};var t={},n=Object.keys(e),o,a;for(a=0;a<n.length;a++)o=n[a],!(r.indexOf(o)>=0)&&(t[o]=e[o]);return t}function wi(e,r){return wi=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},wi(e,r)}function xi(e,r){e.prototype=Object.create(r.prototype),e.prototype.constructor=e,wi(e,r)}var Ci={exports:{}},zi,ws;function Mi(){if(ws)return zi;ws=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return zi=e,zi}var Ti,xs;function ab(){if(xs)return Ti;xs=1;var e=Mi();function r(){}function t(){}return t.resetWarningCache=r,Ti=function(){function n(i,p,v,h,g,M){if(M!==e){var T=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 T.name="Invariant Violation",T}}n.isRequired=n;function o(){return n}var a={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:t,resetWarningCache:r};return a.PropTypes=a,a},Ti}var zo={exports:{}},s1={};/** @license React v16.13.1
59
+ * react-is.development.js
60
+ *
61
+ * Copyright (c) Facebook, Inc. and its affiliates.
62
+ *
63
+ * This source code is licensed under the MIT license found in the
64
+ * LICENSE file in the root directory of this source tree.
65
+ */var Cs;function ib(){return Cs||(Cs=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,p=e?Symbol.for("react.context"):60110,v=e?Symbol.for("react.async_mode"):60111,h=e?Symbol.for("react.concurrent_mode"):60111,g=e?Symbol.for("react.forward_ref"):60112,M=e?Symbol.for("react.suspense"):60113,T=e?Symbol.for("react.suspense_list"):60120,C=e?Symbol.for("react.memo"):60115,z=e?Symbol.for("react.lazy"):60116,w=e?Symbol.for("react.block"):60121,b=e?Symbol.for("react.fundamental"):60117,f=e?Symbol.for("react.responder"):60118,s=e?Symbol.for("react.scope"):60119;function d(me){return typeof me=="string"||typeof me=="function"||me===n||me===h||me===a||me===o||me===M||me===T||typeof me=="object"&&me!==null&&(me.$$typeof===z||me.$$typeof===C||me.$$typeof===i||me.$$typeof===p||me.$$typeof===g||me.$$typeof===b||me.$$typeof===f||me.$$typeof===s||me.$$typeof===w)}function l(me){if(typeof me=="object"&&me!==null){var ce=me.$$typeof;switch(ce){case r:var ae=me.type;switch(ae){case v:case h:case n:case a:case o:case M:return ae;default:var se=ae&&ae.$$typeof;switch(se){case p:case g:case z:case C:case i:return se;default:return ce}}case t:return ce}}}var c=v,m=h,x=p,_=i,P=r,V=g,L=n,E=z,R=C,N=t,W=a,K=o,Q=M,oe=!1;function U(me){return oe||(oe=!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.")),$(me)||l(me)===v}function $(me){return l(me)===h}function B(me){return l(me)===p}function te(me){return l(me)===i}function fe(me){return typeof me=="object"&&me!==null&&me.$$typeof===r}function J(me){return l(me)===g}function X(me){return l(me)===n}function q(me){return l(me)===z}function ie(me){return l(me)===C}function le(me){return l(me)===t}function ne(me){return l(me)===a}function pe(me){return l(me)===o}function be(me){return l(me)===M}s1.AsyncMode=c,s1.ConcurrentMode=m,s1.ContextConsumer=x,s1.ContextProvider=_,s1.Element=P,s1.ForwardRef=V,s1.Fragment=L,s1.Lazy=E,s1.Memo=R,s1.Portal=N,s1.Profiler=W,s1.StrictMode=K,s1.Suspense=Q,s1.isAsyncMode=U,s1.isConcurrentMode=$,s1.isContextConsumer=B,s1.isContextProvider=te,s1.isElement=fe,s1.isForwardRef=J,s1.isFragment=X,s1.isLazy=q,s1.isMemo=ie,s1.isPortal=le,s1.isProfiler=ne,s1.isStrictMode=pe,s1.isSuspense=be,s1.isValidElementType=d,s1.typeOf=l}()),s1}var u1={};/** @license React v16.13.1
66
+ * react-is.production.min.js
67
+ *
68
+ * Copyright (c) Facebook, Inc. and its affiliates.
69
+ *
70
+ * This source code is licensed under the MIT license found in the
71
+ * LICENSE file in the root directory of this source tree.
72
+ */var zs;function lb(){if(zs)return u1;zs=1;var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,p=e?Symbol.for("react.context"):60110,v=e?Symbol.for("react.async_mode"):60111,h=e?Symbol.for("react.concurrent_mode"):60111,g=e?Symbol.for("react.forward_ref"):60112,M=e?Symbol.for("react.suspense"):60113,T=e?Symbol.for("react.suspense_list"):60120,C=e?Symbol.for("react.memo"):60115,z=e?Symbol.for("react.lazy"):60116,w=e?Symbol.for("react.block"):60121,b=e?Symbol.for("react.fundamental"):60117,f=e?Symbol.for("react.responder"):60118,s=e?Symbol.for("react.scope"):60119;function d(c){if(typeof c=="object"&&c!==null){var m=c.$$typeof;switch(m){case r:switch(c=c.type,c){case v:case h:case n:case a:case o:case M:return c;default:switch(c=c&&c.$$typeof,c){case p:case g:case z:case C:case i:return c;default:return m}}case t:return m}}}function l(c){return d(c)===h}return u1.AsyncMode=v,u1.ConcurrentMode=h,u1.ContextConsumer=p,u1.ContextProvider=i,u1.Element=r,u1.ForwardRef=g,u1.Fragment=n,u1.Lazy=z,u1.Memo=C,u1.Portal=t,u1.Profiler=a,u1.StrictMode=o,u1.Suspense=M,u1.isAsyncMode=function(c){return l(c)||d(c)===v},u1.isConcurrentMode=l,u1.isContextConsumer=function(c){return d(c)===p},u1.isContextProvider=function(c){return d(c)===i},u1.isElement=function(c){return typeof c=="object"&&c!==null&&c.$$typeof===r},u1.isForwardRef=function(c){return d(c)===g},u1.isFragment=function(c){return d(c)===n},u1.isLazy=function(c){return d(c)===z},u1.isMemo=function(c){return d(c)===C},u1.isPortal=function(c){return d(c)===t},u1.isProfiler=function(c){return d(c)===a},u1.isStrictMode=function(c){return d(c)===o},u1.isSuspense=function(c){return d(c)===M},u1.isValidElementType=function(c){return typeof c=="string"||typeof c=="function"||c===n||c===h||c===a||c===o||c===M||c===T||typeof c=="object"&&c!==null&&(c.$$typeof===z||c.$$typeof===C||c.$$typeof===i||c.$$typeof===p||c.$$typeof===g||c.$$typeof===b||c.$$typeof===f||c.$$typeof===s||c.$$typeof===w)},u1.typeOf=d,u1}var Ms;function Ts(){return Ms||(Ms=1,process.env.NODE_ENV==="production"?zo.exports=lb():zo.exports=ib()),zo.exports}/*
73
+ object-assign
74
+ (c) Sindre Sorhus
75
+ @license MIT
76
+ */var Oi,Os;function cb(){if(Os)return Oi;Os=1;var e=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable;function n(a){if(a==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}function o(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de",Object.getOwnPropertyNames(a)[0]==="5")return!1;for(var i={},p=0;p<10;p++)i["_"+String.fromCharCode(p)]=p;var v=Object.getOwnPropertyNames(i).map(function(g){return i[g]});if(v.join("")!=="0123456789")return!1;var h={};return"abcdefghijklmnopqrst".split("").forEach(function(g){h[g]=g}),Object.keys(Object.assign({},h)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Oi=o()?Object.assign:function(a,i){for(var p,v=n(a),h,g=1;g<arguments.length;g++){p=Object(arguments[g]);for(var M in p)r.call(p,M)&&(v[M]=p[M]);if(e){h=e(p);for(var T=0;T<h.length;T++)t.call(p,h[T])&&(v[h[T]]=p[h[T]])}}return v},Oi}var Pi,Ps;function Vs(){return Ps||(Ps=1,Pi=Function.call.bind(Object.prototype.hasOwnProperty)),Pi}var Vi,Ss;function sb(){if(Ss)return Vi;Ss=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var r=Mi(),t={},n=Vs();e=function(a){var i="Warning: "+a;typeof console<"u"&&console.error(i);try{throw new Error(i)}catch{}}}function o(a,i,p,v,h){if(process.env.NODE_ENV!=="production"){for(var g in a)if(n(a,g)){var M;try{if(typeof a[g]!="function"){var T=Error((v||"React class")+": "+p+" type `"+g+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[g]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw T.name="Invariant Violation",T}M=a[g](i,g,v,p,null,r)}catch(z){M=z}if(M&&!(M instanceof Error)&&e((v||"React class")+": type specification of "+p+" `"+g+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof M+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),M instanceof Error&&!(M.message in t)){t[M.message]=!0;var C=h?h():"";e("Failed "+p+" type: "+M.message+(C??""))}}}}return o.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(t={})},Vi=o,Vi}var Si,_s;function ub(){if(_s)return Si;_s=1;var e=Ts(),r=cb(),t=Mi(),n=Vs(),o=sb(),a=function(){};process.env.NODE_ENV!=="production"&&(a=function(p){var v="Warning: "+p;typeof console<"u"&&console.error(v);try{throw new Error(v)}catch{}});function i(){return null}return Si=function(p,v){var h=typeof Symbol=="function"&&Symbol.iterator,g="@@iterator";function M($){var B=$&&(h&&$[h]||$[g]);if(typeof B=="function")return B}var T="<<anonymous>>",C={array:f("array"),bigint:f("bigint"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:s(),arrayOf:d,element:l(),elementType:c(),instanceOf:m,node:V(),objectOf:_,oneOf:x,oneOfType:P,shape:E,exact:R};function z($,B){return $===B?$!==0||1/$===1/B:$!==$&&B!==B}function w($,B){this.message=$,this.data=B&&typeof B=="object"?B:{},this.stack=""}w.prototype=Error.prototype;function b($){if(process.env.NODE_ENV!=="production")var B={},te=0;function fe(X,q,ie,le,ne,pe,be){if(le=le||T,pe=pe||ie,be!==t){if(v){var me=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 me.name="Invariant Violation",me}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ce=le+":"+ie;!B[ce]&&te<3&&(a("You are manually calling a React.PropTypes validation function for the `"+pe+"` prop on `"+le+"`. 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."),B[ce]=!0,te++)}}return q[ie]==null?X?q[ie]===null?new w("The "+ne+" `"+pe+"` is marked as required "+("in `"+le+"`, but its value is `null`.")):new w("The "+ne+" `"+pe+"` is marked as required in "+("`"+le+"`, but its value is `undefined`.")):null:$(q,ie,le,ne,pe)}var J=fe.bind(null,!1);return J.isRequired=fe.bind(null,!0),J}function f($){function B(te,fe,J,X,q,ie){var le=te[fe],ne=K(le);if(ne!==$){var pe=Q(le);return new w("Invalid "+X+" `"+q+"` of type "+("`"+pe+"` supplied to `"+J+"`, expected ")+("`"+$+"`."),{expectedType:$})}return null}return b(B)}function s(){return b(i)}function d($){function B(te,fe,J,X,q){if(typeof $!="function")return new w("Property `"+q+"` of component `"+J+"` has invalid PropType notation inside arrayOf.");var ie=te[fe];if(!Array.isArray(ie)){var le=K(ie);return new w("Invalid "+X+" `"+q+"` of type "+("`"+le+"` supplied to `"+J+"`, expected an array."))}for(var ne=0;ne<ie.length;ne++){var pe=$(ie,ne,J,X,q+"["+ne+"]",t);if(pe instanceof Error)return pe}return null}return b(B)}function l(){function $(B,te,fe,J,X){var q=B[te];if(!p(q)){var ie=K(q);return new w("Invalid "+J+" `"+X+"` of type "+("`"+ie+"` supplied to `"+fe+"`, expected a single ReactElement."))}return null}return b($)}function c(){function $(B,te,fe,J,X){var q=B[te];if(!e.isValidElementType(q)){var ie=K(q);return new w("Invalid "+J+" `"+X+"` of type "+("`"+ie+"` supplied to `"+fe+"`, expected a single ReactElement type."))}return null}return b($)}function m($){function B(te,fe,J,X,q){if(!(te[fe]instanceof $)){var ie=$.name||T,le=U(te[fe]);return new w("Invalid "+X+" `"+q+"` of type "+("`"+le+"` supplied to `"+J+"`, expected ")+("instance of `"+ie+"`."))}return null}return b(B)}function x($){if(!Array.isArray($))return process.env.NODE_ENV!=="production"&&(arguments.length>1?a("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])."):a("Invalid argument supplied to oneOf, expected an array.")),i;function B(te,fe,J,X,q){for(var ie=te[fe],le=0;le<$.length;le++)if(z(ie,$[le]))return null;var ne=JSON.stringify($,function(be,me){var ce=Q(me);return ce==="symbol"?String(me):me});return new w("Invalid "+X+" `"+q+"` of value `"+String(ie)+"` "+("supplied to `"+J+"`, expected one of "+ne+"."))}return b(B)}function _($){function B(te,fe,J,X,q){if(typeof $!="function")return new w("Property `"+q+"` of component `"+J+"` has invalid PropType notation inside objectOf.");var ie=te[fe],le=K(ie);if(le!=="object")return new w("Invalid "+X+" `"+q+"` of type "+("`"+le+"` supplied to `"+J+"`, expected an object."));for(var ne in ie)if(n(ie,ne)){var pe=$(ie,ne,J,X,q+"."+ne,t);if(pe instanceof Error)return pe}return null}return b(B)}function P($){if(!Array.isArray($))return process.env.NODE_ENV!=="production"&&a("Invalid argument supplied to oneOfType, expected an instance of array."),i;for(var B=0;B<$.length;B++){var te=$[B];if(typeof te!="function")return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+oe(te)+" at index "+B+"."),i}function fe(J,X,q,ie,le){for(var ne=[],pe=0;pe<$.length;pe++){var be=$[pe],me=be(J,X,q,ie,le,t);if(me==null)return null;me.data&&n(me.data,"expectedType")&&ne.push(me.data.expectedType)}var ce=ne.length>0?", expected one of type ["+ne.join(", ")+"]":"";return new w("Invalid "+ie+" `"+le+"` supplied to "+("`"+q+"`"+ce+"."))}return b(fe)}function V(){function $(B,te,fe,J,X){return N(B[te])?null:new w("Invalid "+J+" `"+X+"` supplied to "+("`"+fe+"`, expected a ReactNode."))}return b($)}function L($,B,te,fe,J){return new w(($||"React class")+": "+B+" type `"+te+"."+fe+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+J+"`.")}function E($){function B(te,fe,J,X,q){var ie=te[fe],le=K(ie);if(le!=="object")return new w("Invalid "+X+" `"+q+"` of type `"+le+"` "+("supplied to `"+J+"`, expected `object`."));for(var ne in $){var pe=$[ne];if(typeof pe!="function")return L(J,X,q,ne,Q(pe));var be=pe(ie,ne,J,X,q+"."+ne,t);if(be)return be}return null}return b(B)}function R($){function B(te,fe,J,X,q){var ie=te[fe],le=K(ie);if(le!=="object")return new w("Invalid "+X+" `"+q+"` of type `"+le+"` "+("supplied to `"+J+"`, expected `object`."));var ne=r({},te[fe],$);for(var pe in ne){var be=$[pe];if(n($,pe)&&typeof be!="function")return L(J,X,q,pe,Q(be));if(!be)return new w("Invalid "+X+" `"+q+"` key `"+pe+"` supplied to `"+J+"`.\nBad object: "+JSON.stringify(te[fe],null," ")+`
77
+ Valid keys: `+JSON.stringify(Object.keys($),null," "));var me=be(ie,pe,J,X,q+"."+pe,t);if(me)return me}return null}return b(B)}function N($){switch(typeof $){case"number":case"string":case"undefined":return!0;case"boolean":return!$;case"object":if(Array.isArray($))return $.every(N);if($===null||p($))return!0;var B=M($);if(B){var te=B.call($),fe;if(B!==$.entries){for(;!(fe=te.next()).done;)if(!N(fe.value))return!1}else for(;!(fe=te.next()).done;){var J=fe.value;if(J&&!N(J[1]))return!1}}else return!1;return!0;default:return!1}}function W($,B){return $==="symbol"?!0:B?B["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&B instanceof Symbol:!1}function K($){var B=typeof $;return Array.isArray($)?"array":$ instanceof RegExp?"object":W(B,$)?"symbol":B}function Q($){if(typeof $>"u"||$===null)return""+$;var B=K($);if(B==="object"){if($ instanceof Date)return"date";if($ instanceof RegExp)return"regexp"}return B}function oe($){var B=Q($);switch(B){case"array":case"object":return"an "+B;case"boolean":case"date":case"regexp":return"a "+B;default:return B}}function U($){return!$.constructor||!$.constructor.name?T:$.constructor.name}return C.checkPropTypes=o,C.resetWarningCache=o.resetWarningCache,C.PropTypes=C,C},Si}if(process.env.NODE_ENV!=="production"){var db=Ts(),fb=!0;Ci.exports=ub()(db.isElement,fb)}else Ci.exports=ab()();var ke=Ci.exports;const He=ao(ke);function pb(e,r){return e.classList?!!r&&e.classList.contains(r):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+r+" ")!==-1}function vb(e,r){e.classList?e.classList.add(r):pb(e,r)||(typeof e.className=="string"?e.className=e.className+" "+r:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+r))}function Ls(e,r){return e.replace(new RegExp("(^|\\s)"+r+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function hb(e,r){e.classList?e.classList.remove(r):typeof e.className=="string"?e.className=Ls(e.className,r):e.setAttribute("class",Ls(e.className&&e.className.baseVal||"",r))}const Hs={disabled:!1};var bb=process.env.NODE_ENV!=="production"?He.oneOfType([He.number,He.shape({enter:He.number,exit:He.number,appear:He.number}).isRequired]):null,mb=process.env.NODE_ENV!=="production"?He.oneOfType([He.string,He.shape({enter:He.string,exit:He.string,active:He.string}),He.shape({enter:He.string,enterDone:He.string,enterActive:He.string,exit:He.string,exitDone:He.string,exitActive:He.string})]):null;const Mo=ge.createContext(null);var As=function(r){return r.scrollTop},an="unmounted",Rr="exited",Nr="entering",d0="entered",_i="exiting",Jt=function(e){xi(r,e);function r(n,o){var a;a=e.call(this,n,o)||this;var i=o,p=i&&!i.isMounting?n.enter:n.appear,v;return a.appearStatus=null,n.in?p?(v=Rr,a.appearStatus=Nr):v=d0:n.unmountOnExit||n.mountOnEnter?v=an:v=Rr,a.state={status:v},a.nextCallback=null,a}r.getDerivedStateFromProps=function(o,a){var i=o.in;return i&&a.status===an?{status:Rr}:null};var t=r.prototype;return t.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},t.componentDidUpdate=function(o){var a=null;if(o!==this.props){var i=this.state.status;this.props.in?i!==Nr&&i!==d0&&(a=Nr):(i===Nr||i===d0)&&(a=_i)}this.updateStatus(!1,a)},t.componentWillUnmount=function(){this.cancelNextCallback()},t.getTimeouts=function(){var o=this.props.timeout,a,i,p;return a=i=p=o,o!=null&&typeof o!="number"&&(a=o.exit,i=o.enter,p=o.appear!==void 0?o.appear:i),{exit:a,enter:i,appear:p}},t.updateStatus=function(o,a){if(o===void 0&&(o=!1),a!==null)if(this.cancelNextCallback(),a===Nr){if(this.props.unmountOnExit||this.props.mountOnEnter){var i=this.props.nodeRef?this.props.nodeRef.current:vt.findDOMNode(this);i&&As(i)}this.performEnter(o)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Rr&&this.setState({status:an})},t.performEnter=function(o){var a=this,i=this.props.enter,p=this.context?this.context.isMounting:o,v=this.props.nodeRef?[p]:[vt.findDOMNode(this),p],h=v[0],g=v[1],M=this.getTimeouts(),T=p?M.appear:M.enter;if(!o&&!i||Hs.disabled){this.safeSetState({status:d0},function(){a.props.onEntered(h)});return}this.props.onEnter(h,g),this.safeSetState({status:Nr},function(){a.props.onEntering(h,g),a.onTransitionEnd(T,function(){a.safeSetState({status:d0},function(){a.props.onEntered(h,g)})})})},t.performExit=function(){var o=this,a=this.props.exit,i=this.getTimeouts(),p=this.props.nodeRef?void 0:vt.findDOMNode(this);if(!a||Hs.disabled){this.safeSetState({status:Rr},function(){o.props.onExited(p)});return}this.props.onExit(p),this.safeSetState({status:_i},function(){o.props.onExiting(p),o.onTransitionEnd(i.exit,function(){o.safeSetState({status:Rr},function(){o.props.onExited(p)})})})},t.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},t.safeSetState=function(o,a){a=this.setNextCallback(a),this.setState(o,a)},t.setNextCallback=function(o){var a=this,i=!0;return this.nextCallback=function(p){i&&(i=!1,a.nextCallback=null,o(p))},this.nextCallback.cancel=function(){i=!1},this.nextCallback},t.onTransitionEnd=function(o,a){this.setNextCallback(a);var i=this.props.nodeRef?this.props.nodeRef.current:vt.findDOMNode(this),p=o==null&&!this.props.addEndListener;if(!i||p){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var v=this.props.nodeRef?[this.nextCallback]:[i,this.nextCallback],h=v[0],g=v[1];this.props.addEndListener(h,g)}o!=null&&setTimeout(this.nextCallback,o)},t.render=function(){var o=this.state.status;if(o===an)return null;var a=this.props,i=a.children;a.in,a.mountOnEnter,a.unmountOnExit,a.appear,a.enter,a.exit,a.timeout,a.addEndListener,a.onEnter,a.onEntering,a.onEntered,a.onExit,a.onExiting,a.onExited,a.nodeRef;var p=yi(a,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return ge.createElement(Mo.Provider,{value:null},typeof i=="function"?i(o,p):ge.cloneElement(ge.Children.only(i),p))},r}(ge.Component);Jt.contextType=Mo,Jt.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:He.shape({current:typeof Element>"u"?He.any:function(e,r,t,n,o,a){var i=e[r];return He.instanceOf(i&&"ownerDocument"in i?i.ownerDocument.defaultView.Element:Element)(e,r,t,n,o,a)}}),children:He.oneOfType([He.func.isRequired,He.element.isRequired]).isRequired,in:He.bool,mountOnEnter:He.bool,unmountOnExit:He.bool,appear:He.bool,enter:He.bool,exit:He.bool,timeout:function(r){var t=bb;r.addEndListener||(t=t.isRequired);for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];return t.apply(void 0,[r].concat(o))},addEndListener:He.func,onEnter:He.func,onEntering:He.func,onEntered:He.func,onExit:He.func,onExiting:He.func,onExited:He.func}:{};function f0(){}Jt.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:f0,onEntering:f0,onEntered:f0,onExit:f0,onExiting:f0,onExited:f0},Jt.UNMOUNTED=an,Jt.EXITED=Rr,Jt.ENTERING=Nr,Jt.ENTERED=d0,Jt.EXITING=_i;const Es=Jt;var gb=function(r,t){return r&&t&&t.split(" ").forEach(function(n){return vb(r,n)})},Li=function(r,t){return r&&t&&t.split(" ").forEach(function(n){return hb(r,n)})},Hi=function(e){xi(r,e);function r(){for(var n,o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return n=e.call.apply(e,[this].concat(a))||this,n.appliedClasses={appear:{},enter:{},exit:{}},n.onEnter=function(p,v){var h=n.resolveArguments(p,v),g=h[0],M=h[1];n.removeClasses(g,"exit"),n.addClass(g,M?"appear":"enter","base"),n.props.onEnter&&n.props.onEnter(p,v)},n.onEntering=function(p,v){var h=n.resolveArguments(p,v),g=h[0],M=h[1],T=M?"appear":"enter";n.addClass(g,T,"active"),n.props.onEntering&&n.props.onEntering(p,v)},n.onEntered=function(p,v){var h=n.resolveArguments(p,v),g=h[0],M=h[1],T=M?"appear":"enter";n.removeClasses(g,T),n.addClass(g,T,"done"),n.props.onEntered&&n.props.onEntered(p,v)},n.onExit=function(p){var v=n.resolveArguments(p),h=v[0];n.removeClasses(h,"appear"),n.removeClasses(h,"enter"),n.addClass(h,"exit","base"),n.props.onExit&&n.props.onExit(p)},n.onExiting=function(p){var v=n.resolveArguments(p),h=v[0];n.addClass(h,"exit","active"),n.props.onExiting&&n.props.onExiting(p)},n.onExited=function(p){var v=n.resolveArguments(p),h=v[0];n.removeClasses(h,"exit"),n.addClass(h,"exit","done"),n.props.onExited&&n.props.onExited(p)},n.resolveArguments=function(p,v){return n.props.nodeRef?[n.props.nodeRef.current,p]:[p,v]},n.getClassNames=function(p){var v=n.props.classNames,h=typeof v=="string",g=h&&v?v+"-":"",M=h?""+g+p:v[p],T=h?M+"-active":v[p+"Active"],C=h?M+"-done":v[p+"Done"];return{baseClassName:M,activeClassName:T,doneClassName:C}},n}var t=r.prototype;return t.addClass=function(o,a,i){var p=this.getClassNames(a)[i+"ClassName"],v=this.getClassNames("enter"),h=v.doneClassName;a==="appear"&&i==="done"&&h&&(p+=" "+h),i==="active"&&o&&As(o),p&&(this.appliedClasses[a][i]=p,gb(o,p))},t.removeClasses=function(o,a){var i=this.appliedClasses[a],p=i.base,v=i.active,h=i.done;this.appliedClasses[a]={},p&&Li(o,p),v&&Li(o,v),h&&Li(o,h)},t.render=function(){var o=this.props;o.classNames;var a=yi(o,["classNames"]);return ge.createElement(Es,on({},a,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},r}(ge.Component);Hi.defaultProps={classNames:""},Hi.propTypes=process.env.NODE_ENV!=="production"?on({},Es.propTypes,{classNames:mb,onEnter:He.func,onEntering:He.func,onEntered:He.func,onExit:He.func,onExiting:He.func,onExited:He.func}):{};const Ai=Hi;function yb(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ei(e,r){var t=function(a){return r&&ge.isValidElement(a)?r(a):a},n=Object.create(null);return e&&ge.Children.map(e,function(o){return o}).forEach(function(o){n[o.key]=t(o)}),n}function wb(e,r){e=e||{},r=r||{};function t(g){return g in r?r[g]:e[g]}var n=Object.create(null),o=[];for(var a in e)a in r?o.length&&(n[a]=o,o=[]):o.push(a);var i,p={};for(var v in r){if(n[v])for(i=0;i<n[v].length;i++){var h=n[v][i];p[n[v][i]]=t(h)}p[v]=t(v)}for(i=0;i<o.length;i++)p[o[i]]=t(o[i]);return p}function jr(e,r,t){return t[r]!=null?t[r]:e.props[r]}function xb(e,r){return Ei(e.children,function(t){return ge.cloneElement(t,{onExited:r.bind(null,t),in:!0,appear:jr(t,"appear",e),enter:jr(t,"enter",e),exit:jr(t,"exit",e)})})}function Cb(e,r,t){var n=Ei(e.children),o=wb(r,n);return Object.keys(o).forEach(function(a){var i=o[a];if(ge.isValidElement(i)){var p=a in r,v=a in n,h=r[a],g=ge.isValidElement(h)&&!h.props.in;v&&(!p||g)?o[a]=ge.cloneElement(i,{onExited:t.bind(null,i),in:!0,exit:jr(i,"exit",e),enter:jr(i,"enter",e)}):!v&&p&&!g?o[a]=ge.cloneElement(i,{in:!1}):v&&p&&ge.isValidElement(h)&&(o[a]=ge.cloneElement(i,{onExited:t.bind(null,i),in:h.props.in,exit:jr(i,"exit",e),enter:jr(i,"enter",e)}))}}),o}var zb=Object.values||function(e){return Object.keys(e).map(function(r){return e[r]})},Mb={component:"div",childFactory:function(r){return r}},ki=function(e){xi(r,e);function r(n,o){var a;a=e.call(this,n,o)||this;var i=a.handleExited.bind(yb(a));return a.state={contextValue:{isMounting:!0},handleExited:i,firstRender:!0},a}var t=r.prototype;return t.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},t.componentWillUnmount=function(){this.mounted=!1},r.getDerivedStateFromProps=function(o,a){var i=a.children,p=a.handleExited,v=a.firstRender;return{children:v?xb(o,p):Cb(o,i,p),firstRender:!1}},t.handleExited=function(o,a){var i=Ei(this.props.children);o.key in i||(o.props.onExited&&o.props.onExited(a),this.mounted&&this.setState(function(p){var v=on({},p.children);return delete v[o.key],{children:v}}))},t.render=function(){var o=this.props,a=o.component,i=o.childFactory,p=yi(o,["component","childFactory"]),v=this.state.contextValue,h=zb(this.state.children).map(i);return delete p.appear,delete p.enter,delete p.exit,a===null?ge.createElement(Mo.Provider,{value:v},h):ge.createElement(Mo.Provider,{value:v},ge.createElement(a,p,h))},r}(ge.Component);ki.propTypes=process.env.NODE_ENV!=="production"?{component:He.any,children:He.node,appear:He.bool,enter:He.bool,exit:He.bool,childFactory:He.func}:{},ki.defaultProps=Mb;const Tb=ki;var Ob=I.createContext({}),Pb={blueprintPortalClassName:function(e,r){if(e[r]!=null&&typeof e[r]!="string")return new Error(z8)}};function Ri(e,r){var t,n=e.className,o=e.stopPropagationEvents,a=e.container,i=e.onChildrenMount,p=e.children;r===void 0&&(r={});var v=I.useContext(Ob),h=(t=a??v.portalContainer)!==null&&t!==void 0?t:typeof document<"u"?document.body:void 0,g=I.useState(),M=g[0],T=g[1],C=I.useCallback(function(){var z=document.createElement("div");z.classList.add(q6),To(z.classList,n),To(z.classList,v.portalClassName),ks(z,o);var w=r.blueprintPortalClassName;return w!=null&&w!==""&&(console.error(M8),To(z.classList,w)),z},[n,v.portalClassName,r.blueprintPortalClassName,o]);return I.useEffect(function(){if(h!=null){var z=C();return h.appendChild(z),T(z),function(){Rs(z,o),z.remove(),T(void 0)}}},[h,C,o]),I.useEffect(function(){M!=null&&(i==null||i())},[M,i]),I.useEffect(function(){if(M!=null)return To(M.classList,n),function(){return Vb(M.classList,n)}},[n,M]),I.useEffect(function(){if(M!=null)return ks(M,o),function(){return Rs(M,o)}},[M,o]),typeof document>"u"||M==null?null:Ja.createPortal(p,M)}Ri.displayName="".concat(w1,".Portal"),Ri.contextTypes=Pb;function Vb(e,r){r!=null&&r!==""&&e.remove.apply(e,r.split(" "))}function To(e,r){r!=null&&r!==""&&e.add.apply(e,r.split(" "))}function ks(e,r){r==null||r.forEach(function(t){return e.addEventListener(t,Ns)})}function Rs(e,r){r==null||r.forEach(function(t){return e.removeEventListener(t,Ns)})}function Ns(e){e.stopPropagation()}var Sb=function(e){it(r,e);function r(){var t=e!==null&&e.apply(this,arguments)||this;return t.isAutoFocusing=!1,t.state={hasEverOpened:t.props.isOpen},t.containerElement=I.createRef(),t.startFocusTrapElement=I.createRef(),t.endFocusTrapElement=I.createRef(),t.maybeRenderChild=function(n){if(d8(n)&&(n=n()),n==null)return null;var o=t.props.enforceFocus||t.props.autoFocus?0:void 0,a=typeof n=="object"?I.cloneElement(n,{className:c1(n.props.className,jc),tabIndex:o}):I.createElement("span",{className:jc,tabIndex:o},n),i=t.props,p=i.onOpening,v=i.onOpened,h=i.onClosing,g=i.transitionDuration,M=i.transitionName;return I.createElement(Ai,{classNames:M,onEntering:p,onEntered:v,onExiting:h,onExited:t.handleTransitionExited,timeout:g,addEndListener:t.handleTransitionAddEnd},a)},t.handleStartFocusTrapElementFocus=function(n){var o,a;!t.props.enforceFocus||t.isAutoFocusing||n.relatedTarget!=null&&(!((o=t.containerElement.current)===null||o===void 0)&&o.contains(n.relatedTarget))&&n.relatedTarget!==t.endFocusTrapElement.current&&((a=t.endFocusTrapElement.current)===null||a===void 0||a.focus({preventScroll:!0}))},t.handleStartFocusTrapElementKeyDown=function(n){var o;if(t.props.enforceFocus&&n.shiftKey&&n.key==="Tab"){var a=t.getKeyboardFocusableElements().pop();a!=null?a.focus():(o=t.endFocusTrapElement.current)===null||o===void 0||o.focus({preventScroll:!0})}},t.handleEndFocusTrapElementFocus=function(n){var o,a,i;if(n.relatedTarget!=null&&(!((o=t.containerElement.current)===null||o===void 0)&&o.contains(n.relatedTarget))&&n.relatedTarget!==t.startFocusTrapElement.current){var p=t.getKeyboardFocusableElements().shift();!t.isAutoFocusing&&p!=null&&p!==n.relatedTarget?p.focus():(a=t.startFocusTrapElement.current)===null||a===void 0||a.focus({preventScroll:!0})}else{var v=t.getKeyboardFocusableElements().pop();v!=null?v.focus():(i=t.startFocusTrapElement.current)===null||i===void 0||i.focus({preventScroll:!0})}},t.handleTransitionExited=function(n){var o,a;t.props.shouldReturnFocusOnClose&&t.lastActiveElementBeforeOpened instanceof HTMLElement&&t.lastActiveElementBeforeOpened.focus(),(a=(o=t.props).onClosed)===null||a===void 0||a.call(o,n)},t.handleBackdropMouseDown=function(n){var o,a=t.props,i=a.backdropProps,p=a.canOutsideClickClose,v=a.enforceFocus,h=a.onClose;p&&(h==null||h(n)),v&&t.bringFocusInsideOverlay(),(o=i==null?void 0:i.onMouseDown)===null||o===void 0||o.call(i,n)},t.handleDocumentClick=function(n){var o=t.props,a=o.canOutsideClickClose,i=o.isOpen,p=o.onClose,v=n.composed?n.composedPath()[0]:n.target,h=r.openStack.indexOf(t),g=r.openStack.slice(h).some(function(M){var T,C=M.containerElement;return((T=C.current)===null||T===void 0?void 0:T.contains(v))&&!C.current.isSameNode(v)});i&&!g&&a&&(p==null||p(n))},t.handleDocumentFocus=function(n){var o=n.composed?n.composedPath()[0]:n.target;t.props.enforceFocus&&t.containerElement.current!=null&&o instanceof Node&&!t.containerElement.current.contains(o)&&(n.preventDefault(),n.stopImmediatePropagation(),t.bringFocusInsideOverlay())},t.handleKeyDown=function(n){var o=t.props,a=o.canEscapeKeyClose,i=o.onClose;n.key==="Escape"&&a&&(i==null||i(n),n.stopPropagation(),n.preventDefault())},t.handleTransitionAddEnd=function(){},t}return r.getDerivedStateFromProps=function(t){var n=t.isOpen;return n?{hasEverOpened:n}:null},r.prototype.render=function(){var t,n;if(this.props.lazy&&!this.state.hasEverOpened)return null;var o=this.props,a=o.autoFocus,i=o.children,p=o.className,v=o.enforceFocus,h=o.usePortal,g=o.isOpen,M=g?(n=I.Children.map(i,this.maybeRenderChild))!==null&&n!==void 0?n:[]:[],T=this.maybeRenderBackdrop();T!==null&&M.unshift(T),g&&(a||v)&&M.length>0&&(M.unshift(this.renderDummyElement("__start",{className:$c,onFocus:this.handleStartFocusTrapElementFocus,onKeyDown:this.handleStartFocusTrapElementKeyDown,ref:this.startFocusTrapElement})),v&&M.push(this.renderDummyElement("__end",{className:Dc,onFocus:this.handleEndFocusTrapElementFocus,ref:this.endFocusTrapElement})));var C=c1(fr,(t={},t[oi]=g,t[k6]=!h,t),p),z=I.createElement("div",{"aria-live":"polite",className:C,onKeyDown:this.handleKeyDown,ref:this.containerElement},I.createElement(Tb,{appear:!0,component:null},M));return h?I.createElement(Ri,{className:this.props.portalClassName,container:this.props.portalContainer,stopPropagationEvents:this.props.portalStopPropagationEvents},z):z},r.prototype.componentDidMount=function(){this.props.isOpen&&this.overlayWillOpen()},r.prototype.componentDidUpdate=function(t){t.isOpen&&!this.props.isOpen?this.overlayWillClose():!t.isOpen&&this.props.isOpen&&this.overlayWillOpen()},r.prototype.componentWillUnmount=function(){this.overlayWillClose()},r.prototype.bringFocusInsideOverlay=function(){var t=this;return this.requestAnimationFrame(function(){var n,o=is(t.containerElement.current);if(!(t.containerElement.current==null||o==null||!t.props.isOpen)){var a=t.containerElement.current,i=!a.contains(o);i&&((n=t.startFocusTrapElement.current)===null||n===void 0||n.focus({preventScroll:!0}),t.isAutoFocusing=!1)}})},r.prototype.maybeRenderBackdrop=function(){var t=this.props,n=t.backdropClassName,o=t.backdropProps,a=t.hasBackdrop,i=t.isOpen,p=t.transitionDuration,v=t.transitionName;return a&&i?I.createElement(Ai,{classNames:v,key:"__backdrop",timeout:p,addEndListener:this.handleTransitionAddEnd},I.createElement("div",Oe({},o,{className:c1(E6,n,o==null?void 0:o.className),onMouseDown:this.handleBackdropMouseDown}))):null},r.prototype.renderDummyElement=function(t,n){var o=this.props,a=o.transitionDuration,i=o.transitionName;return I.createElement(Ai,{classNames:i,key:t,addEndListener:this.handleTransitionAddEnd,timeout:a,unmountOnExit:!0},I.createElement("div",Oe({tabIndex:0},n)))},r.prototype.getKeyboardFocusableElements=function(){var t=this.containerElement.current!==null?Array.from(this.containerElement.current.querySelectorAll(['a[href]:not([tabindex="-1"])','button:not([disabled]):not([tabindex="-1"])','details:not([tabindex="-1"])','input:not([disabled]):not([tabindex="-1"])','select:not([disabled]):not([tabindex="-1"])','textarea:not([disabled]):not([tabindex="-1"])','[tabindex]:not([tabindex="-1"])'].join(","))):[];return t.filter(function(n){return!n.classList.contains($c)&&!n.classList.contains(Dc)})},r.prototype.overlayWillClose=function(){document.removeEventListener("focus",this.handleDocumentFocus,!0),document.removeEventListener("mousedown",this.handleDocumentClick);var t=r.openStack,n=t.indexOf(this);if(n!==-1){if(t.splice(n,1),t.length>0){var o=r.getLastOpened();o.props.autoFocus&&o.props.enforceFocus&&(o.bringFocusInsideOverlay(),document.addEventListener("focus",o.handleDocumentFocus,!0))}t.filter(function(a){return a.props.usePortal&&a.props.hasBackdrop}).length===0&&document.body.classList.remove(oi)}},r.prototype.overlayWillOpen=function(){var t=r.getLastOpened,n=r.openStack;n.length>0&&document.removeEventListener("focus",t().handleDocumentFocus,!0),n.push(this),this.props.autoFocus&&(this.isAutoFocusing=!0,this.bringFocusInsideOverlay()),this.props.enforceFocus&&document.addEventListener("focus",this.handleDocumentFocus,!0),this.props.canOutsideClickClose&&!this.props.hasBackdrop&&document.addEventListener("mousedown",this.handleDocumentClick),this.props.hasBackdrop&&this.props.usePortal&&document.body.classList.add(oi),this.lastActiveElementBeforeOpened=is(this.containerElement.current)},r.displayName="".concat(w1,".Overlay"),r.defaultProps={autoFocus:!0,backdropProps:{},canEscapeKeyClose:!0,canOutsideClickClose:!0,enforceFocus:!0,hasBackdrop:!0,isOpen:!1,lazy:!0,shouldReturnFocusOnClose:!0,transitionDuration:300,transitionName:fr,usePortal:!0},r.openStack=[],r.getLastOpened=function(){return r.openStack[r.openStack.length-1]},r}(Ft),js=function(e){it(r,e);function r(){return e!==null&&e.apply(this,arguments)||this}return r.prototype.render=function(){var t,n=this.props,o=n.className,a=n.children,i=n.large,p=n.small,v=n.ulRef,h=L1(n,["className","children","large","small","ulRef"]),g=c1(o,Nc,(t={},t[Er]=i,t[l0]=p,t));return I.createElement("ul",Oe({role:"menu"},h,{className:g,ref:v}),a)},r.displayName="".concat(w1,".Menu"),r}(Ft),$s=I.createContext(),Ds=I.createContext();function _b(e){var r=e.children,t=I.useState(null),n=t[0],o=t[1],a=I.useRef(!1);I.useEffect(function(){return function(){a.current=!0}},[]);var i=I.useCallback(function(p){a.current||o(p)},[]);return I.createElement($s.Provider,{value:n},I.createElement(Ds.Provider,{value:i},r))}var Fs=function(r){return Array.isArray(r)?r[0]:r},Is=function(r){if(typeof r=="function"){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return r.apply(void 0,n)}},Ni=function(r,t){if(typeof r=="function")return Is(r,t);r!=null&&(r.current=t)},Ws=function(r){return r.reduce(function(t,n){var o=n[0],a=n[1];return t[o]=a,t},{})},Us=typeof window<"u"&&window.document&&window.document.createElement?I.useLayoutEffect:I.useEffect,et="top",mt="bottom",gt="right",tt="left",ji="auto",ln=[et,mt,gt,tt],p0="start",cn="end",Lb="clippingParents",Gs="viewport",sn="popper",Hb="reference",qs=ln.reduce(function(e,r){return e.concat([r+"-"+p0,r+"-"+cn])},[]),Bs=[].concat(ln,[ji]).reduce(function(e,r){return e.concat([r,r+"-"+p0,r+"-"+cn])},[]),Ab="beforeRead",Eb="read",kb="afterRead",Rb="beforeMain",Nb="main",jb="afterMain",$b="beforeWrite",Db="write",Fb="afterWrite",Ib=[Ab,Eb,kb,Rb,Nb,jb,$b,Db,Fb];function It(e){return e?(e.nodeName||"").toLowerCase():null}function lt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var r=e.ownerDocument;return r&&r.defaultView||window}return e}function $r(e){var r=lt(e).Element;return e instanceof r||e instanceof Element}function yt(e){var r=lt(e).HTMLElement;return e instanceof r||e instanceof HTMLElement}function $i(e){if(typeof ShadowRoot>"u")return!1;var r=lt(e).ShadowRoot;return e instanceof r||e instanceof ShadowRoot}function Wb(e){var r=e.state;Object.keys(r.elements).forEach(function(t){var n=r.styles[t]||{},o=r.attributes[t]||{},a=r.elements[t];!yt(a)||!It(a)||(Object.assign(a.style,n),Object.keys(o).forEach(function(i){var p=o[i];p===!1?a.removeAttribute(i):a.setAttribute(i,p===!0?"":p)}))})}function Ub(e){var r=e.state,t={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(r.elements.popper.style,t.popper),r.styles=t,r.elements.arrow&&Object.assign(r.elements.arrow.style,t.arrow),function(){Object.keys(r.elements).forEach(function(n){var o=r.elements[n],a=r.attributes[n]||{},i=Object.keys(r.styles.hasOwnProperty(n)?r.styles[n]:t[n]),p=i.reduce(function(v,h){return v[h]="",v},{});!yt(o)||!It(o)||(Object.assign(o.style,p),Object.keys(a).forEach(function(v){o.removeAttribute(v)}))})}}const Gb={name:"applyStyles",enabled:!0,phase:"write",fn:Wb,effect:Ub,requires:["computeStyles"]};function Wt(e){return e.split("-")[0]}var Dr=Math.max,Oo=Math.min,v0=Math.round;function Di(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(r){return r.brand+"/"+r.version}).join(" "):navigator.userAgent}function Ks(){return!/^((?!chrome|android).)*safari/i.test(Di())}function h0(e,r,t){r===void 0&&(r=!1),t===void 0&&(t=!1);var n=e.getBoundingClientRect(),o=1,a=1;r&&yt(e)&&(o=e.offsetWidth>0&&v0(n.width)/e.offsetWidth||1,a=e.offsetHeight>0&&v0(n.height)/e.offsetHeight||1);var i=$r(e)?lt(e):window,p=i.visualViewport,v=!Ks()&&t,h=(n.left+(v&&p?p.offsetLeft:0))/o,g=(n.top+(v&&p?p.offsetTop:0))/a,M=n.width/o,T=n.height/a;return{width:M,height:T,top:g,right:h+M,bottom:g+T,left:h,x:h,y:g}}function Fi(e){var r=h0(e),t=e.offsetWidth,n=e.offsetHeight;return Math.abs(r.width-t)<=1&&(t=r.width),Math.abs(r.height-n)<=1&&(n=r.height),{x:e.offsetLeft,y:e.offsetTop,width:t,height:n}}function Ys(e,r){var t=r.getRootNode&&r.getRootNode();if(e.contains(r))return!0;if(t&&$i(t)){var n=r;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function Qt(e){return lt(e).getComputedStyle(e)}function qb(e){return["table","td","th"].indexOf(It(e))>=0}function vr(e){return(($r(e)?e.ownerDocument:e.document)||window.document).documentElement}function Po(e){return It(e)==="html"?e:e.assignedSlot||e.parentNode||($i(e)?e.host:null)||vr(e)}function Xs(e){return!yt(e)||Qt(e).position==="fixed"?null:e.offsetParent}function Bb(e){var r=/firefox/i.test(Di()),t=/Trident/i.test(Di());if(t&&yt(e)){var n=Qt(e);if(n.position==="fixed")return null}var o=Po(e);for($i(o)&&(o=o.host);yt(o)&&["html","body"].indexOf(It(o))<0;){var a=Qt(o);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||r&&a.willChange==="filter"||r&&a.filter&&a.filter!=="none")return o;o=o.parentNode}return null}function un(e){for(var r=lt(e),t=Xs(e);t&&qb(t)&&Qt(t).position==="static";)t=Xs(t);return t&&(It(t)==="html"||It(t)==="body"&&Qt(t).position==="static")?r:t||Bb(e)||r}function Ii(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function dn(e,r,t){return Dr(e,Oo(r,t))}function Kb(e,r,t){var n=dn(e,r,t);return n>t?t:n}function Zs(){return{top:0,right:0,bottom:0,left:0}}function Js(e){return Object.assign({},Zs(),e)}function Qs(e,r){return r.reduce(function(t,n){return t[n]=e,t},{})}var Yb=function(r,t){return r=typeof r=="function"?r(Object.assign({},t.rects,{placement:t.placement})):r,Js(typeof r!="number"?r:Qs(r,ln))};function Xb(e){var r,t=e.state,n=e.name,o=e.options,a=t.elements.arrow,i=t.modifiersData.popperOffsets,p=Wt(t.placement),v=Ii(p),h=[tt,gt].indexOf(p)>=0,g=h?"height":"width";if(!(!a||!i)){var M=Yb(o.padding,t),T=Fi(a),C=v==="y"?et:tt,z=v==="y"?mt:gt,w=t.rects.reference[g]+t.rects.reference[v]-i[v]-t.rects.popper[g],b=i[v]-t.rects.reference[v],f=un(a),s=f?v==="y"?f.clientHeight||0:f.clientWidth||0:0,d=w/2-b/2,l=M[C],c=s-T[g]-M[z],m=s/2-T[g]/2+d,x=dn(l,m,c),_=v;t.modifiersData[n]=(r={},r[_]=x,r.centerOffset=x-m,r)}}function Zb(e){var r=e.state,t=e.options,n=t.element,o=n===void 0?"[data-popper-arrow]":n;o!=null&&(typeof o=="string"&&(o=r.elements.popper.querySelector(o),!o)||Ys(r.elements.popper,o)&&(r.elements.arrow=o))}const Jb={name:"arrow",enabled:!0,phase:"main",fn:Xb,effect:Zb,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function b0(e){return e.split("-")[1]}var Qb={top:"auto",right:"auto",bottom:"auto",left:"auto"};function em(e,r){var t=e.x,n=e.y,o=r.devicePixelRatio||1;return{x:v0(t*o)/o||0,y:v0(n*o)/o||0}}function e2(e){var r,t=e.popper,n=e.popperRect,o=e.placement,a=e.variation,i=e.offsets,p=e.position,v=e.gpuAcceleration,h=e.adaptive,g=e.roundOffsets,M=e.isFixed,T=i.x,C=T===void 0?0:T,z=i.y,w=z===void 0?0:z,b=typeof g=="function"?g({x:C,y:w}):{x:C,y:w};C=b.x,w=b.y;var f=i.hasOwnProperty("x"),s=i.hasOwnProperty("y"),d=tt,l=et,c=window;if(h){var m=un(t),x="clientHeight",_="clientWidth";if(m===lt(t)&&(m=vr(t),Qt(m).position!=="static"&&p==="absolute"&&(x="scrollHeight",_="scrollWidth")),m=m,o===et||(o===tt||o===gt)&&a===cn){l=mt;var P=M&&m===c&&c.visualViewport?c.visualViewport.height:m[x];w-=P-n.height,w*=v?1:-1}if(o===tt||(o===et||o===mt)&&a===cn){d=gt;var V=M&&m===c&&c.visualViewport?c.visualViewport.width:m[_];C-=V-n.width,C*=v?1:-1}}var L=Object.assign({position:p},h&&Qb),E=g===!0?em({x:C,y:w},lt(t)):{x:C,y:w};if(C=E.x,w=E.y,v){var R;return Object.assign({},L,(R={},R[l]=s?"0":"",R[d]=f?"0":"",R.transform=(c.devicePixelRatio||1)<=1?"translate("+C+"px, "+w+"px)":"translate3d("+C+"px, "+w+"px, 0)",R))}return Object.assign({},L,(r={},r[l]=s?w+"px":"",r[d]=f?C+"px":"",r.transform="",r))}function tm(e){var r=e.state,t=e.options,n=t.gpuAcceleration,o=n===void 0?!0:n,a=t.adaptive,i=a===void 0?!0:a,p=t.roundOffsets,v=p===void 0?!0:p,h={placement:Wt(r.placement),variation:b0(r.placement),popper:r.elements.popper,popperRect:r.rects.popper,gpuAcceleration:o,isFixed:r.options.strategy==="fixed"};r.modifiersData.popperOffsets!=null&&(r.styles.popper=Object.assign({},r.styles.popper,e2(Object.assign({},h,{offsets:r.modifiersData.popperOffsets,position:r.options.strategy,adaptive:i,roundOffsets:v})))),r.modifiersData.arrow!=null&&(r.styles.arrow=Object.assign({},r.styles.arrow,e2(Object.assign({},h,{offsets:r.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:v})))),r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-placement":r.placement})}const rm={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:tm,data:{}};var Vo={passive:!0};function nm(e){var r=e.state,t=e.instance,n=e.options,o=n.scroll,a=o===void 0?!0:o,i=n.resize,p=i===void 0?!0:i,v=lt(r.elements.popper),h=[].concat(r.scrollParents.reference,r.scrollParents.popper);return a&&h.forEach(function(g){g.addEventListener("scroll",t.update,Vo)}),p&&v.addEventListener("resize",t.update,Vo),function(){a&&h.forEach(function(g){g.removeEventListener("scroll",t.update,Vo)}),p&&v.removeEventListener("resize",t.update,Vo)}}const om={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:nm,data:{}};var am={left:"right",right:"left",bottom:"top",top:"bottom"};function So(e){return e.replace(/left|right|bottom|top/g,function(r){return am[r]})}var im={start:"end",end:"start"};function t2(e){return e.replace(/start|end/g,function(r){return im[r]})}function Wi(e){var r=lt(e),t=r.pageXOffset,n=r.pageYOffset;return{scrollLeft:t,scrollTop:n}}function Ui(e){return h0(vr(e)).left+Wi(e).scrollLeft}function lm(e,r){var t=lt(e),n=vr(e),o=t.visualViewport,a=n.clientWidth,i=n.clientHeight,p=0,v=0;if(o){a=o.width,i=o.height;var h=Ks();(h||!h&&r==="fixed")&&(p=o.offsetLeft,v=o.offsetTop)}return{width:a,height:i,x:p+Ui(e),y:v}}function cm(e){var r,t=vr(e),n=Wi(e),o=(r=e.ownerDocument)==null?void 0:r.body,a=Dr(t.scrollWidth,t.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=Dr(t.scrollHeight,t.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),p=-n.scrollLeft+Ui(e),v=-n.scrollTop;return Qt(o||t).direction==="rtl"&&(p+=Dr(t.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:p,y:v}}function Gi(e){var r=Qt(e),t=r.overflow,n=r.overflowX,o=r.overflowY;return/auto|scroll|overlay|hidden/.test(t+o+n)}function r2(e){return["html","body","#document"].indexOf(It(e))>=0?e.ownerDocument.body:yt(e)&&Gi(e)?e:r2(Po(e))}function fn(e,r){var t;r===void 0&&(r=[]);var n=r2(e),o=n===((t=e.ownerDocument)==null?void 0:t.body),a=lt(n),i=o?[a].concat(a.visualViewport||[],Gi(n)?n:[]):n,p=r.concat(i);return o?p:p.concat(fn(Po(i)))}function qi(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function sm(e,r){var t=h0(e,!1,r==="fixed");return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function n2(e,r,t){return r===Gs?qi(lm(e,t)):$r(r)?sm(r,t):qi(cm(vr(e)))}function um(e){var r=fn(Po(e)),t=["absolute","fixed"].indexOf(Qt(e).position)>=0,n=t&&yt(e)?un(e):e;return $r(n)?r.filter(function(o){return $r(o)&&Ys(o,n)&&It(o)!=="body"}):[]}function dm(e,r,t,n){var o=r==="clippingParents"?um(e):[].concat(r),a=[].concat(o,[t]),i=a[0],p=a.reduce(function(v,h){var g=n2(e,h,n);return v.top=Dr(g.top,v.top),v.right=Oo(g.right,v.right),v.bottom=Oo(g.bottom,v.bottom),v.left=Dr(g.left,v.left),v},n2(e,i,n));return p.width=p.right-p.left,p.height=p.bottom-p.top,p.x=p.left,p.y=p.top,p}function o2(e){var r=e.reference,t=e.element,n=e.placement,o=n?Wt(n):null,a=n?b0(n):null,i=r.x+r.width/2-t.width/2,p=r.y+r.height/2-t.height/2,v;switch(o){case et:v={x:i,y:r.y-t.height};break;case mt:v={x:i,y:r.y+r.height};break;case gt:v={x:r.x+r.width,y:p};break;case tt:v={x:r.x-t.width,y:p};break;default:v={x:r.x,y:r.y}}var h=o?Ii(o):null;if(h!=null){var g=h==="y"?"height":"width";switch(a){case p0:v[h]=v[h]-(r[g]/2-t[g]/2);break;case cn:v[h]=v[h]+(r[g]/2-t[g]/2);break}}return v}function pn(e,r){r===void 0&&(r={});var t=r,n=t.placement,o=n===void 0?e.placement:n,a=t.strategy,i=a===void 0?e.strategy:a,p=t.boundary,v=p===void 0?Lb:p,h=t.rootBoundary,g=h===void 0?Gs:h,M=t.elementContext,T=M===void 0?sn:M,C=t.altBoundary,z=C===void 0?!1:C,w=t.padding,b=w===void 0?0:w,f=Js(typeof b!="number"?b:Qs(b,ln)),s=T===sn?Hb:sn,d=e.rects.popper,l=e.elements[z?s:T],c=dm($r(l)?l:l.contextElement||vr(e.elements.popper),v,g,i),m=h0(e.elements.reference),x=o2({reference:m,element:d,strategy:"absolute",placement:o}),_=qi(Object.assign({},d,x)),P=T===sn?_:m,V={top:c.top-P.top+f.top,bottom:P.bottom-c.bottom+f.bottom,left:c.left-P.left+f.left,right:P.right-c.right+f.right},L=e.modifiersData.offset;if(T===sn&&L){var E=L[o];Object.keys(V).forEach(function(R){var N=[gt,mt].indexOf(R)>=0?1:-1,W=[et,mt].indexOf(R)>=0?"y":"x";V[R]+=E[W]*N})}return V}function fm(e,r){r===void 0&&(r={});var t=r,n=t.placement,o=t.boundary,a=t.rootBoundary,i=t.padding,p=t.flipVariations,v=t.allowedAutoPlacements,h=v===void 0?Bs:v,g=b0(n),M=g?p?qs:qs.filter(function(z){return b0(z)===g}):ln,T=M.filter(function(z){return h.indexOf(z)>=0});T.length===0&&(T=M);var C=T.reduce(function(z,w){return z[w]=pn(e,{placement:w,boundary:o,rootBoundary:a,padding:i})[Wt(w)],z},{});return Object.keys(C).sort(function(z,w){return C[z]-C[w]})}function pm(e){if(Wt(e)===ji)return[];var r=So(e);return[t2(e),r,t2(r)]}function vm(e){var r=e.state,t=e.options,n=e.name;if(!r.modifiersData[n]._skip){for(var o=t.mainAxis,a=o===void 0?!0:o,i=t.altAxis,p=i===void 0?!0:i,v=t.fallbackPlacements,h=t.padding,g=t.boundary,M=t.rootBoundary,T=t.altBoundary,C=t.flipVariations,z=C===void 0?!0:C,w=t.allowedAutoPlacements,b=r.options.placement,f=Wt(b),s=f===b,d=v||(s||!z?[So(b)]:pm(b)),l=[b].concat(d).reduce(function(J,X){return J.concat(Wt(X)===ji?fm(r,{placement:X,boundary:g,rootBoundary:M,padding:h,flipVariations:z,allowedAutoPlacements:w}):X)},[]),c=r.rects.reference,m=r.rects.popper,x=new Map,_=!0,P=l[0],V=0;V<l.length;V++){var L=l[V],E=Wt(L),R=b0(L)===p0,N=[et,mt].indexOf(E)>=0,W=N?"width":"height",K=pn(r,{placement:L,boundary:g,rootBoundary:M,altBoundary:T,padding:h}),Q=N?R?gt:tt:R?mt:et;c[W]>m[W]&&(Q=So(Q));var oe=So(Q),U=[];if(a&&U.push(K[E]<=0),p&&U.push(K[Q]<=0,K[oe]<=0),U.every(function(J){return J})){P=L,_=!1;break}x.set(L,U)}if(_)for(var $=z?3:1,B=function(X){var q=l.find(function(ie){var le=x.get(ie);if(le)return le.slice(0,X).every(function(ne){return ne})});if(q)return P=q,"break"},te=$;te>0;te--){var fe=B(te);if(fe==="break")break}r.placement!==P&&(r.modifiersData[n]._skip=!0,r.placement=P,r.reset=!0)}}const hm={name:"flip",enabled:!0,phase:"main",fn:vm,requiresIfExists:["offset"],data:{_skip:!1}};function a2(e,r,t){return t===void 0&&(t={x:0,y:0}),{top:e.top-r.height-t.y,right:e.right-r.width+t.x,bottom:e.bottom-r.height+t.y,left:e.left-r.width-t.x}}function i2(e){return[et,gt,mt,tt].some(function(r){return e[r]>=0})}function bm(e){var r=e.state,t=e.name,n=r.rects.reference,o=r.rects.popper,a=r.modifiersData.preventOverflow,i=pn(r,{elementContext:"reference"}),p=pn(r,{altBoundary:!0}),v=a2(i,n),h=a2(p,o,a),g=i2(v),M=i2(h);r.modifiersData[t]={referenceClippingOffsets:v,popperEscapeOffsets:h,isReferenceHidden:g,hasPopperEscaped:M},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":g,"data-popper-escaped":M})}const mm={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:bm};function gm(e,r,t){var n=Wt(e),o=[tt,et].indexOf(n)>=0?-1:1,a=typeof t=="function"?t(Object.assign({},r,{placement:e})):t,i=a[0],p=a[1];return i=i||0,p=(p||0)*o,[tt,gt].indexOf(n)>=0?{x:p,y:i}:{x:i,y:p}}function ym(e){var r=e.state,t=e.options,n=e.name,o=t.offset,a=o===void 0?[0,0]:o,i=Bs.reduce(function(g,M){return g[M]=gm(M,r.rects,a),g},{}),p=i[r.placement],v=p.x,h=p.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=v,r.modifiersData.popperOffsets.y+=h),r.modifiersData[n]=i}const wm={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:ym};function xm(e){var r=e.state,t=e.name;r.modifiersData[t]=o2({reference:r.rects.reference,element:r.rects.popper,strategy:"absolute",placement:r.placement})}const Cm={name:"popperOffsets",enabled:!0,phase:"read",fn:xm,data:{}};function zm(e){return e==="x"?"y":"x"}function Mm(e){var r=e.state,t=e.options,n=e.name,o=t.mainAxis,a=o===void 0?!0:o,i=t.altAxis,p=i===void 0?!1:i,v=t.boundary,h=t.rootBoundary,g=t.altBoundary,M=t.padding,T=t.tether,C=T===void 0?!0:T,z=t.tetherOffset,w=z===void 0?0:z,b=pn(r,{boundary:v,rootBoundary:h,padding:M,altBoundary:g}),f=Wt(r.placement),s=b0(r.placement),d=!s,l=Ii(f),c=zm(l),m=r.modifiersData.popperOffsets,x=r.rects.reference,_=r.rects.popper,P=typeof w=="function"?w(Object.assign({},r.rects,{placement:r.placement})):w,V=typeof P=="number"?{mainAxis:P,altAxis:P}:Object.assign({mainAxis:0,altAxis:0},P),L=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,E={x:0,y:0};if(m){if(a){var R,N=l==="y"?et:tt,W=l==="y"?mt:gt,K=l==="y"?"height":"width",Q=m[l],oe=Q+b[N],U=Q-b[W],$=C?-_[K]/2:0,B=s===p0?x[K]:_[K],te=s===p0?-_[K]:-x[K],fe=r.elements.arrow,J=C&&fe?Fi(fe):{width:0,height:0},X=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:Zs(),q=X[N],ie=X[W],le=dn(0,x[K],J[K]),ne=d?x[K]/2-$-le-q-V.mainAxis:B-le-q-V.mainAxis,pe=d?-x[K]/2+$+le+ie+V.mainAxis:te+le+ie+V.mainAxis,be=r.elements.arrow&&un(r.elements.arrow),me=be?l==="y"?be.clientTop||0:be.clientLeft||0:0,ce=(R=L==null?void 0:L[l])!=null?R:0,ae=Q+ne-ce-me,se=Q+pe-ce,we=dn(C?Oo(oe,ae):oe,Q,C?Dr(U,se):U);m[l]=we,E[l]=we-Q}if(p){var Ce,Me=l==="x"?et:tt,Pe=l==="x"?mt:gt,ze=m[c],Ee=c==="y"?"height":"width",Ie=ze+b[Me],Ke=ze-b[Pe],We=[et,tt].indexOf(f)!==-1,Fe=(Ce=L==null?void 0:L[c])!=null?Ce:0,a1=We?Ie:ze-x[Ee]-_[Ee]-Fe+V.altAxis,r1=We?ze+x[Ee]+_[Ee]-Fe-V.altAxis:Ke,o1=C&&We?Kb(a1,ze,r1):dn(C?a1:Ie,ze,C?r1:Ke);m[c]=o1,E[c]=o1-ze}r.modifiersData[n]=E}}const Tm={name:"preventOverflow",enabled:!0,phase:"main",fn:Mm,requiresIfExists:["offset"]};function Om(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Pm(e){return e===lt(e)||!yt(e)?Wi(e):Om(e)}function Vm(e){var r=e.getBoundingClientRect(),t=v0(r.width)/e.offsetWidth||1,n=v0(r.height)/e.offsetHeight||1;return t!==1||n!==1}function Sm(e,r,t){t===void 0&&(t=!1);var n=yt(r),o=yt(r)&&Vm(r),a=vr(r),i=h0(e,o,t),p={scrollLeft:0,scrollTop:0},v={x:0,y:0};return(n||!n&&!t)&&((It(r)!=="body"||Gi(a))&&(p=Pm(r)),yt(r)?(v=h0(r,!0),v.x+=r.clientLeft,v.y+=r.clientTop):a&&(v.x=Ui(a))),{x:i.left+p.scrollLeft-v.x,y:i.top+p.scrollTop-v.y,width:i.width,height:i.height}}function _m(e){var r=new Map,t=new Set,n=[];e.forEach(function(a){r.set(a.name,a)});function o(a){t.add(a.name);var i=[].concat(a.requires||[],a.requiresIfExists||[]);i.forEach(function(p){if(!t.has(p)){var v=r.get(p);v&&o(v)}}),n.push(a)}return e.forEach(function(a){t.has(a.name)||o(a)}),n}function Lm(e){var r=_m(e);return Ib.reduce(function(t,n){return t.concat(r.filter(function(o){return o.phase===n}))},[])}function Hm(e){var r;return function(){return r||(r=new Promise(function(t){Promise.resolve().then(function(){r=void 0,t(e())})})),r}}function Am(e){var r=e.reduce(function(t,n){var o=t[n.name];return t[n.name]=o?Object.assign({},o,n,{options:Object.assign({},o.options,n.options),data:Object.assign({},o.data,n.data)}):n,t},{});return Object.keys(r).map(function(t){return r[t]})}var l2={placement:"bottom",modifiers:[],strategy:"absolute"};function c2(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return!r.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function Em(e){e===void 0&&(e={});var r=e,t=r.defaultModifiers,n=t===void 0?[]:t,o=r.defaultOptions,a=o===void 0?l2:o;return function(p,v,h){h===void 0&&(h=a);var g={placement:"bottom",orderedModifiers:[],options:Object.assign({},l2,a),modifiersData:{},elements:{reference:p,popper:v},attributes:{},styles:{}},M=[],T=!1,C={state:g,setOptions:function(f){var s=typeof f=="function"?f(g.options):f;w(),g.options=Object.assign({},a,g.options,s),g.scrollParents={reference:$r(p)?fn(p):p.contextElement?fn(p.contextElement):[],popper:fn(v)};var d=Lm(Am([].concat(n,g.options.modifiers)));return g.orderedModifiers=d.filter(function(l){return l.enabled}),z(),C.update()},forceUpdate:function(){if(!T){var f=g.elements,s=f.reference,d=f.popper;if(c2(s,d)){g.rects={reference:Sm(s,un(d),g.options.strategy==="fixed"),popper:Fi(d)},g.reset=!1,g.placement=g.options.placement,g.orderedModifiers.forEach(function(V){return g.modifiersData[V.name]=Object.assign({},V.data)});for(var l=0;l<g.orderedModifiers.length;l++){if(g.reset===!0){g.reset=!1,l=-1;continue}var c=g.orderedModifiers[l],m=c.fn,x=c.options,_=x===void 0?{}:x,P=c.name;typeof m=="function"&&(g=m({state:g,options:_,name:P,instance:C})||g)}}}},update:Hm(function(){return new Promise(function(b){C.forceUpdate(),b(g)})}),destroy:function(){w(),T=!0}};if(!c2(p,v))return C;C.setOptions(h).then(function(b){!T&&h.onFirstUpdate&&h.onFirstUpdate(b)});function z(){g.orderedModifiers.forEach(function(b){var f=b.name,s=b.options,d=s===void 0?{}:s,l=b.effect;if(typeof l=="function"){var c=l({state:g,name:f,instance:C,options:d}),m=function(){};M.push(c||m)}})}function w(){M.forEach(function(b){return b()}),M=[]}return C}}var km=[om,Cm,rm,Gb,wm,hm,Tm,Jb,mm],Rm=Em({defaultModifiers:km}),Nm=typeof Element<"u",jm=typeof Map=="function",$m=typeof Set=="function",Dm=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function _o(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var t,n,o;if(Array.isArray(e)){if(t=e.length,t!=r.length)return!1;for(n=t;n--!==0;)if(!_o(e[n],r[n]))return!1;return!0}var a;if(jm&&e instanceof Map&&r instanceof Map){if(e.size!==r.size)return!1;for(a=e.entries();!(n=a.next()).done;)if(!r.has(n.value[0]))return!1;for(a=e.entries();!(n=a.next()).done;)if(!_o(n.value[1],r.get(n.value[0])))return!1;return!0}if($m&&e instanceof Set&&r instanceof Set){if(e.size!==r.size)return!1;for(a=e.entries();!(n=a.next()).done;)if(!r.has(n.value[0]))return!1;return!0}if(Dm&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(r)){if(t=e.length,t!=r.length)return!1;for(n=t;n--!==0;)if(e[n]!==r[n])return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf&&typeof e.valueOf=="function"&&typeof r.valueOf=="function")return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString&&typeof e.toString=="function"&&typeof r.toString=="function")return e.toString()===r.toString();if(o=Object.keys(e),t=o.length,t!==Object.keys(r).length)return!1;for(n=t;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[n]))return!1;if(Nm&&e instanceof Element)return!1;for(n=t;n--!==0;)if(!((o[n]==="_owner"||o[n]==="__v"||o[n]==="__o")&&e.$$typeof)&&!_o(e[o[n]],r[o[n]]))return!1;return!0}return e!==e&&r!==r}var Fm=function(r,t){try{return _o(r,t)}catch(n){if((n.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw n}};const Im=ao(Fm);var Wm=[],Um=function(r,t,n){n===void 0&&(n={});var o=I.useRef(null),a={onFirstUpdate:n.onFirstUpdate,placement:n.placement||"bottom",strategy:n.strategy||"absolute",modifiers:n.modifiers||Wm},i=I.useState({styles:{popper:{position:a.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),p=i[0],v=i[1],h=I.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(C){var z=C.state,w=Object.keys(z.elements);Ja.flushSync(function(){v({styles:Ws(w.map(function(b){return[b,z.styles[b]||{}]})),attributes:Ws(w.map(function(b){return[b,z.attributes[b]]}))})})},requires:["computeStyles"]}},[]),g=I.useMemo(function(){var T={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[h,{name:"applyStyles",enabled:!1}])};return Im(o.current,T)?o.current||T:(o.current=T,T)},[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,h]),M=I.useRef();return Us(function(){M.current&&M.current.setOptions(g)},[g]),Us(function(){if(!(r==null||t==null)){var T=n.createPopper||Rm,C=T(r,t,g);return M.current=C,function(){C.destroy(),M.current=null}}},[r,t,n.createPopper]),{state:M.current?M.current.state:null,styles:p.styles,attributes:p.attributes,update:M.current?M.current.update:null,forceUpdate:M.current?M.current.forceUpdate:null}},Gm=function(){},qm=function(){return Promise.resolve(null)},Bm=[];function Km(e){var r=e.placement,t=r===void 0?"bottom":r,n=e.strategy,o=n===void 0?"absolute":n,a=e.modifiers,i=a===void 0?Bm:a,p=e.referenceElement,v=e.onFirstUpdate,h=e.innerRef,g=e.children,M=I.useContext($s),T=I.useState(null),C=T[0],z=T[1],w=I.useState(null),b=w[0],f=w[1];I.useEffect(function(){Ni(h,C)},[h,C]);var s=I.useMemo(function(){return{placement:t,strategy:o,onFirstUpdate:v,modifiers:[].concat(i,[{name:"arrow",enabled:b!=null,options:{element:b}}])}},[t,o,v,i,b]),d=Um(p||M,C,s),l=d.state,c=d.styles,m=d.forceUpdate,x=d.update,_=I.useMemo(function(){return{ref:z,style:c.popper,placement:l?l.placement:t,hasPopperEscaped:l&&l.modifiersData.hide?l.modifiersData.hide.hasPopperEscaped:null,isReferenceHidden:l&&l.modifiersData.hide?l.modifiersData.hide.isReferenceHidden:null,arrowProps:{style:c.arrow,ref:f},forceUpdate:m||Gm,update:x||qm}},[z,f,t,l,c,x,m]);return Fs(g)(_)}var Ym=process.env.NODE_ENV!=="production",s2=function(){};if(Ym){var Xm=function(r,t){var n=arguments.length;t=new Array(n>1?n-1:0);for(var o=1;o<n;o++)t[o-1]=arguments[o];var a=0,i="Warning: "+r.replace(/%s/g,function(){return t[a++]});typeof console<"u"&&console.error(i);try{throw new Error(i)}catch{}};s2=function(e,r,t){var n=arguments.length;t=new Array(n>2?n-2:0);for(var o=2;o<n;o++)t[o-2]=arguments[o];if(r===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");e||Xm.apply(null,[r].concat(t))}}var Zm=s2;const Jm=ao(Zm);function Qm(e){var r=e.children,t=e.innerRef,n=I.useContext(Ds),o=I.useCallback(function(a){Ni(t,a),Is(n,a)},[t,n]);return I.useEffect(function(){return function(){return Ni(t,null)}},[]),I.useEffect(function(){Jm(!!n,"`Reference` should not be used outside of a `Manager` component.")},[n]),Fs(r)({ref:o})}var u2=function(e){it(r,e);function r(){var t,n=e.apply(this,arguments)||this;return n.targetRef=(t=n.props.targetRef)!==null&&t!==void 0?t:I.createRef(),n.prevElement=void 0,n}return r.prototype.render=function(){var t=I.Children.only(this.props.children);return this.props.targetRef!==void 0?t:I.cloneElement(t,{ref:this.targetRef})},r.prototype.componentDidMount=function(){var t=this;this.observer=globalThis.ResizeObserver!=null?new ResizeObserver(function(n){var o,a;return(a=(o=t.props).onResize)===null||a===void 0?void 0:a.call(o,n)}):void 0,this.observeElement()},r.prototype.componentDidUpdate=function(t){this.observeElement(this.props.observeParents!==t.observeParents)},r.prototype.componentWillUnmount=function(){var t;(t=this.observer)===null||t===void 0||t.disconnect(),this.prevElement=void 0},r.prototype.observeElement=function(t){if(t===void 0&&(t=!1),this.observer!==void 0){if(!(this.targetRef.current instanceof Element)){this.observer.disconnect();return}if(!(this.targetRef.current===this.prevElement&&!t)&&(this.observer.disconnect(),this.prevElement=this.targetRef.current,this.observer.observe(this.targetRef.current),this.props.observeParents))for(var n=this.targetRef.current.parentElement;n!=null;)this.observer.observe(n),n=n.parentElement}},r.displayName="".concat(w1,".ResizeSensor"),r}(Ft);function Lo(e){return e.split("-")[0]}function d2(e){return["left","right"].indexOf(e)!==-1}function Ho(e){switch(e){case"top":return"bottom";case"left":return"right";case"bottom":return"top";default:return"left"}}function f2(e){var r=e.split("-")[1];switch(r){case"start":return"left";case"end":return"right";default:return"center"}}function eg(e,r){var t=Lo(e);if(r===void 0)return d2(t)?"".concat(Ho(t)," ").concat(f2(t)):"".concat(f2(t)," ").concat(Ho(t));var n=15;return d2(t)?"".concat(Ho(t)," ").concat(parseInt(r.top,10)+n,"px"):"".concat(parseInt(r.left,10)+n,"px ").concat(Ho(t))}var tg="M8.11 6.302c1.015-.936 1.887-2.922 1.887-4.297v26c0-1.378-.868-3.357-1.888-4.297L.925 17.09c-1.237-1.14-1.233-3.034 0-4.17L8.11 6.302z",rg="M8.787 7.036c1.22-1.125 2.21-3.376 2.21-5.03V0v30-2.005c0-1.654-.983-3.9-2.21-5.03l-7.183-6.616c-.81-.746-.802-1.96 0-2.7l7.183-6.614z",ng=4,Ao=30,og=22;function ag(e){if(e==null)return 0;switch(Lo(e)){case"top":return-90;case"left":return 180;case"bottom":return 90;default:return 0}}function ig(e){var r=Ao/2-ng;switch(Lo(e)){case"top":return{bottom:-r};case"left":return{right:-r};case"bottom":return{top:-r};default:return{left:-r}}}var p2=function(e){var r=e.arrowProps,t=r.ref,n=r.style,o=e.placement;return I.createElement("div",{"aria-hidden":!0,className:ai,"data-popper-arrow":!0,ref:t,style:Oe(Oe({},n),ig(o))},I.createElement("svg",{viewBox:"0 0 ".concat(Ao," ").concat(Ao),style:{transform:"rotate(".concat(ag(o),"deg)")}},I.createElement("path",{className:ai+"-border",d:tg}),I.createElement("path",{className:ai+"-fill",d:rg})))};p2.displayName="".concat(w1,".PopoverArrow");var lg=function(){return null},v2=I.createContext([{},lg]),cg=function(e,r){switch(r.type){case"FORCE_DISABLED_STATE":return{forceDisabled:!0};case"RESET_DISABLED_STATE":return{};default:return e}},sg=function(e){var r=e.children,t=e.forceDisable,n=I.useReducer(cg,{}),o=n[0],a=n[1];return I.useEffect(function(){a(t?{type:"FORCE_DISABLED_STATE"}:{type:"RESET_DISABLED_STATE"})},[t]),I.createElement(v2.Provider,{value:[o,a]},typeof r=="function"?r(o):r)},ug=function(e){it(r,e);function r(){var t=e!==null&&e.apply(this,arguments)||this;return t.popoverRef=I.createRef(),t.renderPopover=function(n){var o,a,i=t.props,p=i.children,v=i.compact,h=i.disabled,g=i.intent,M=i.popoverClassName,T=L1(i,["children","compact","disabled","intent","popoverClassName"]),C=c1(Z6,ht(g),M,(o={},o[Pc]=v,o));return I.createElement(Bi,Oe({modifiers:{arrow:{enabled:!t.props.minimal},offset:{options:{offset:[0,og/2]}}}},T,{autoFocus:!1,canEscapeKeyClose:!1,disabled:(a=n.forceDisabled)!==null&&a!==void 0?a:h,enforceFocus:!1,lazy:!0,popoverClassName:C,portalContainer:t.props.portalContainer,ref:t.popoverRef}),p)},t}return r.prototype.render=function(){var t=this;return I.createElement(v2.Consumer,null,function(n){var o=n[0];return I.createElement(sg,Oe({},o),t.renderPopover)})},r.prototype.reposition=function(){var t;(t=this.popoverRef.current)===null||t===void 0||t.reposition()},r.displayName="".concat(w1,".Tooltip"),r.defaultProps={compact:!1,hoverCloseDelay:0,hoverOpenDelay:100,interactionKind:"hover-target",minimal:!1,transitionDuration:100},r}(Ft),dg={enabled:!0,name:"matchReferenceWidth",phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var r=e.state;r.styles.popper.width="".concat(r.rects.reference.width,"px")},effect:function(e){var r=e.state,t=r.elements.reference.getBoundingClientRect().width;r.elements.popper.style.width="".concat(t,"px")}},wt=Oe(Oe({},Z0),{AUTO:"auto",AUTO_END:"auto-end",AUTO_START:"auto-start"});function fg(e){switch(e){case wt.TOP_LEFT:return"top-start";case wt.TOP:return"top";case wt.TOP_RIGHT:return"top-end";case wt.RIGHT_TOP:return"right-start";case wt.RIGHT:return"right";case wt.RIGHT_BOTTOM:return"right-end";case wt.BOTTOM_RIGHT:return"bottom-end";case wt.BOTTOM:return"bottom";case wt.BOTTOM_LEFT:return"bottom-start";case wt.LEFT_BOTTOM:return"left-end";case wt.LEFT:return"left";case wt.LEFT_TOP:return"left-start";case"auto":case"auto-start":case"auto-end":return e;default:return pg(e)}}function pg(e){throw new Error("Unexpected position: "+e)}var er={CLICK:"click",CLICK_TARGET_ONLY:"click-target",HOVER:"hover",HOVER_TARGET_ONLY:"hover-target"},Bi=function(e){it(r,e);function r(){var t=e!==null&&e.apply(this,arguments)||this;return t.state={hasDarkParent:!1,isClosingViaEscapeKeypress:!1,isOpen:t.getIsOpen(t.props)},t.popoverElement=null,t.popoverRef=pi(t,"popoverElement",t.props.popoverRef),t.targetRef=I.createRef(),t.isMouseInTargetOrPopover=!1,t.lostFocusOnSamePage=!0,t.isControlled=function(){return t.props.isOpen!==void 0},t.isArrowEnabled=function(){var n,o;return!t.props.minimal&&((o=(n=t.props.modifiers)===null||n===void 0?void 0:n.arrow)===null||o===void 0?void 0:o.enabled)!==!1},t.isHoverInteractionKind=function(){return t.props.interactionKind===er.HOVER||t.props.interactionKind===er.HOVER_TARGET_ONLY},t.reposition=function(){var n;return(n=t.popperScheduleUpdate)===null||n===void 0?void 0:n.call(t)},t.renderTarget=function(n){var o,a,i,p,v=n.ref,h=t.props,g=h.children,M=h.className,T=h.fill,C=h.openOnTargetFocus,z=h.renderTarget,w=t.state.isOpen,b=t.isControlled(),f=t.isHoverInteractionKind(),s=t.props.targetTagName;T&&(s="div");var d=mo(v,t.targetRef),l=f?{onBlur:t.handleTargetBlur,onContextMenu:t.handleTargetContextMenu,onFocus:t.handleTargetFocus,onMouseEnter:t.handleMouseEnter,onMouseLeave:t.handleMouseLeave}:{onClick:t.handleTargetClick,onKeyDown:t.handleKeyDown},c=C&&f?0:void 0,m=Oe({className:c1(M,U6,(o={},o[F6]=w,o[lo]=w&&!b&&!f,o)),ref:d},l),x={"aria-expanded":w,"aria-haspopup":(i=t.props.popupKind)!==null&&i!==void 0?i:t.props.interactionKind===er.HOVER_TARGET_ONLY?void 0:!0},_=(a={},a[lo]=w&&!b&&!f,a[Q0]=T,a),P;if(z!==void 0)P=z(Oe(Oe(Oe({},m),x),{className:c1(m.className,_),isOpen:w,tabIndex:c}));else{var V=V8(I.Children.toArray(g)[0]);if(V===void 0)return null;var L=I.cloneElement(V,Oe(Oe({},x),{className:c1(V.props.className,_),disabled:w&&fi(V,ug)?!0:V.props.disabled,tabIndex:(p=V.props.tabIndex)!==null&&p!==void 0?p:c})),E=I.createElement(s,Oe(Oe({},m),t.props.targetProps),L);P=E}return I.createElement(u2,{targetRef:t.targetRef,onResize:t.reposition},P)},t.renderPopover=function(n){var o,a=t.props,i=a.autoFocus,p=a.enforceFocus,v=a.backdropProps,h=a.canEscapeKeyClose,g=a.hasBackdrop,M=a.interactionKind,T=a.usePortal,C=t.state,z=C.isClosingViaEscapeKeypress,w=C.isOpen,b=eg(n.placement,t.isArrowEnabled()?n.arrowProps.style:void 0);t.popperScheduleUpdate=n.update;var f={onClick:t.handlePopoverClick,onKeyDown:function(m){return ho(m)&&t.handlePopoverClick(m)}};(M===er.HOVER||!T&&M===er.HOVER_TARGET_ONLY)&&(f.onMouseEnter=t.handleMouseEnter,f.onMouseLeave=t.handleMouseLeave);var s=Lo(n.placement),d=c1(I1,(o={},o[Vc]=t.props.inheritDarkTheme&&t.state.hasDarkParent,o[Sc]=t.props.minimal,o[ii]=t.props.captureDismiss,o[D6]=t.props.matchTargetWidth,o[W6]=n.isReferenceHidden===!0,o[I6]=n.hasPopperEscaped===!0,o),"".concat(j6,"-").concat(s),t.props.popoverClassName),l=t.isHoverInteractionKind()?!1:void 0,c=t.isHoverInteractionKind()?!1:z?!0:t.props.shouldReturnFocusOnClose;return I.createElement(Sb,{autoFocus:i??l,backdropClassName:R6,backdropProps:v,canEscapeKeyClose:h,canOutsideClickClose:M===er.CLICK,enforceFocus:p,hasBackdrop:g,isOpen:w,lazy:t.props.lazy,onClose:t.handleOverlayClose,onClosed:t.props.onClosed,onClosing:t.props.onClosing,onOpened:t.props.onOpened,onOpening:t.props.onOpening,transitionDuration:t.props.transitionDuration,transitionName:I1,usePortal:T,portalClassName:t.props.portalClassName,portalContainer:t.props.portalContainer,portalStopPropagationEvents:t.props.portalStopPropagationEvents,shouldReturnFocusOnClose:c},I.createElement("div",{className:G6,ref:n.ref,style:n.style},I.createElement(u2,{onResize:t.reposition},I.createElement("div",Oe({className:d,style:{transformOrigin:b},ref:t.popoverRef},f),t.isArrowEnabled()&&I.createElement(p2,{arrowProps:n.arrowProps,placement:n.placement}),I.createElement("div",{className:N6},t.props.content)))))},t.handleTargetFocus=function(n){if(t.props.openOnTargetFocus&&t.isHoverInteractionKind()){if(n.relatedTarget==null&&!t.lostFocusOnSamePage)return;t.handleMouseEnter(n)}},t.handleTargetBlur=function(n){t.props.openOnTargetFocus&&t.isHoverInteractionKind()&&(n.relatedTarget!=null?n.relatedTarget!==t.popoverElement&&!t.isElementInPopover(n.relatedTarget)&&t.handleMouseLeave(n):t.handleMouseLeave(n)),t.lostFocusOnSamePage=n.relatedTarget!=null},t.handleTargetContextMenu=function(n){n.defaultPrevented&&t.setOpenState(!1,n)},t.handleMouseEnter=function(n){t.isMouseInTargetOrPopover=!0,!t.props.usePortal&&t.isElementInPopover(n.target)&&t.props.interactionKind===er.HOVER_TARGET_ONLY&&!t.props.openOnTargetFocus?t.handleMouseLeave(n):t.props.disabled||t.setOpenState(!0,n,t.props.hoverOpenDelay)},t.handleMouseLeave=function(n){t.isMouseInTargetOrPopover=!1,t.setTimeout(function(){t.isMouseInTargetOrPopover||t.setOpenState(!1,n,t.props.hoverCloseDelay)})},t.handlePopoverClick=function(n){var o,a,i,p=n.target,v=p.closest(".".concat(I1)),h=p.closest(".".concat(I1)),g=(v??h)===t.getPopoverElement(),M=(a=(o=v==null?void 0:v.classList.contains(ii))!==null&&o!==void 0?o:h==null?void 0:h.classList.contains(ii))!==null&&a!==void 0?a:!1,T=p.closest(".".concat(so,", .").concat($6)),C=(i=T==null?void 0:T.classList.contains(so))!==null&&i!==void 0?i:!1,z=p.closest(":disabled, .".concat(J0))!=null;C&&!z&&(!M||g)&&t.setOpenState(!1,n)},t.handleOverlayClose=function(n){var o;if(!(t.targetRef.current==null||n===void 0)){var a=(o=n.nativeEvent)!==null&&o!==void 0?o:n,i=a.composed?a.composedPath()[0]:a.target;(!s8(t.targetRef.current,i)||n.nativeEvent instanceof KeyboardEvent)&&t.setOpenState(!1,n)}},t.handleKeyDown=function(n){var o=ho(n);o&&t.handleTargetClick(n)},t.handleTargetClick=function(n){var o=t.state.isOpen&&t.isSimulatedButtonClick(n);o||!t.props.disabled&&!t.isElementInPopover(n.target)&&(t.props.isOpen==null?t.setState(function(a){return{isOpen:!a.isOpen}}):t.setOpenState(!t.props.isOpen,n))},t.isSimulatedButtonClick=function(n){return!n.isTrusted&&n.target.matches(".".concat(co))},t}return r.prototype.getPopoverElement=function(){var t;return(t=this.popoverElement)===null||t===void 0?void 0:t.querySelector(".".concat(I1))},r.prototype.getIsOpen=function(t){var n;return t.disabled?!1:(n=t.isOpen)!==null&&n!==void 0?n:t.defaultIsOpen},r.prototype.render=function(){var t=this.props,n=t.disabled,o=t.content,a=t.placement,i=t.position,p=i===void 0?"auto":i,v=t.positioningStrategy,h=this.state.isOpen,g=o==null||typeof o=="string"&&o.trim()==="";return g?(!n&&h!==!1&&!ui("production")&&console.warn(g8),this.renderTarget({ref:hg})):I.createElement(_b,null,I.createElement(Qm,null,this.renderTarget),I.createElement(Km,{innerRef:this.popoverRef,placement:a??fg(p),strategy:v,modifiers:this.getPopperModifiers()},this.renderPopover))},r.prototype.componentDidMount=function(){this.updateDarkParent()},r.prototype.componentDidUpdate=function(t,n){e.prototype.componentDidUpdate.call(this,t,n),this.updateDarkParent();var o=this.getIsOpen(this.props);this.props.isOpen!=null&&o!==this.state.isOpen?(this.setOpenState(o),this.setState({isOpen:o})):this.props.disabled&&this.state.isOpen&&this.props.isOpen==null&&this.setOpenState(!1)},r.prototype.validateProps=function(t){t.isOpen==null&&t.onInteraction!=null&&console.warn(x8),t.hasBackdrop&&!t.usePortal&&console.warn(y8),t.hasBackdrop&&t.interactionKind!==er.CLICK&&console.warn(h8),t.placement!==void 0&&t.position!==void 0&&console.warn(w8);var n=I.Children.count(t.children),o=t.renderTarget!==void 0,a=t.targetProps!==void 0;n===0&&!o&&console.warn(v8),n>1&&console.warn(b8),n>0&&o&&console.warn(m8),o&&a&&console.warn(C8)},r.prototype.getPopperModifiers=function(){var t,n,o,a,i=this.props,p=i.matchTargetWidth,v=i.modifiers,h=i.modifiersCustom,g=[Oe({enabled:this.isArrowEnabled(),name:"arrow"},v==null?void 0:v.arrow),Oe(Oe({name:"computeStyles"},v==null?void 0:v.computeStyles),{options:Oe({adaptive:!0,gpuAcceleration:!1},(t=v==null?void 0:v.computeStyles)===null||t===void 0?void 0:t.options)}),Oe(Oe({enabled:this.isArrowEnabled(),name:"offset"},v==null?void 0:v.offset),{options:Oe({offset:[0,Ao/2]},(n=v==null?void 0:v.offset)===null||n===void 0?void 0:n.options)}),Oe(Oe({name:"flip"},v==null?void 0:v.flip),{options:Oe({boundary:this.props.boundary,rootBoundary:this.props.rootBoundary},(o=v==null?void 0:v.flip)===null||o===void 0?void 0:o.options)}),Oe(Oe({name:"preventOverflow"},v==null?void 0:v.preventOverflow),{options:Oe({boundary:this.props.boundary,rootBoundary:this.props.rootBoundary},(a=v==null?void 0:v.preventOverflow)===null||a===void 0?void 0:a.options)})];return p&&g.push(dg),h!==void 0&&g.push.apply(g,h),g},r.prototype.setOpenState=function(t,n,o){var a=this,i,p,v,h,g;(i=this.cancelOpenTimeout)===null||i===void 0||i.call(this),o!==void 0&&o>0?(n==null||n.persist(),this.cancelOpenTimeout=this.setTimeout(function(){a.setOpenState(t,n)},o)):(this.props.isOpen==null?this.setState({isOpen:t}):(v=(p=this.props).onInteraction)===null||v===void 0||v.call(p,t,n),t||((g=(h=this.props).onClose)===null||g===void 0||g.call(h,n),this.setState({isClosingViaEscapeKeypress:vg(n==null?void 0:n.nativeEvent)})))},r.prototype.updateDarkParent=function(){var t;if(this.props.usePortal&&this.state.isOpen){var n=((t=this.targetRef.current)===null||t===void 0?void 0:t.closest(".".concat(Vc)))!=null;this.setState({hasDarkParent:n})}},r.prototype.isElementInPopover=function(t){var n,o;return(o=(n=this.getPopoverElement())===null||n===void 0?void 0:n.contains(t))!==null&&o!==void 0?o:!1},r.displayName="".concat(w1,".Popover"),r.defaultProps={boundary:"clippingParents",captureDismiss:!1,defaultIsOpen:!1,disabled:!1,fill:!1,hasBackdrop:!1,hoverCloseDelay:300,hoverOpenDelay:150,inheritDarkTheme:!0,interactionKind:er.CLICK,matchTargetWidth:!1,minimal:!1,openOnTargetFocus:!0,positioningStrategy:"absolute",renderTarget:void 0,shouldReturnFocusOnClose:!1,targetTagName:"span",transitionDuration:300,usePortal:!0},r}(Ft);function vg(e){return e instanceof KeyboardEvent&&e.key==="Escape"}function hg(){}var Ki=I.forwardRef(function(e,r){var t,n,o=e.active,a=e.className,i=e.children,p=e.disabled,v=e.icon,h=e.intent,g=e.labelClassName,M=e.labelElement,T=e.multiline,C=e.popoverProps,z=e.roleStructure,w=z===void 0?"menuitem":z,b=e.selected,f=e.shouldDismissPopover,s=e.submenuProps,d=e.text,l=e.textClassName,c=e.tagName,m=c===void 0?"a":c,x=e.htmlTitle,_=L1(e,["active","className","children","disabled","icon","intent","labelClassName","labelElement","multiline","popoverProps","roleStructure","selected","shouldDismissPopover","submenuProps","text","textClassName","tagName","htmlTitle"]),P=w==="listoption"?["option",void 0,!!b]:w==="menuitem"?["none","menuitem",void 0]:w==="none"?["none",void 0,void 0]:[void 0,void 0,void 0],V=P[0],L=P[1],E=P[2],R=w==="listoption",N=R&&b,W=v!=null,K=i!=null,Q=ht(h),oe=c1(tn,Q,(t={},t[lo]=o,t[J0]=p,t[so]=f&&!p&&!K,t[S6]=R,t[ri]=N,t),a),U=e.label==null&&M==null?null:I.createElement("span",{className:c1(H6,g)},e.label,M),$=I.createElement(m,Oe(Oe(Oe({onKeyDown:u8(["Enter"," "]),role:K?"none":L,tabIndex:K?-1:0},s0(_)),p?mg:{}),{className:oe}),N?I.createElement(gi,{className:_6}):void 0,W?I.createElement("span",{className:L6},I.createElement(bt,{icon:v,"aria-hidden":!0,tabIndex:-1})):void 0,I.createElement(xo,{className:c1(Q0,l),ellipsize:!T,title:x},d),U,K?I.createElement(mi,{className:A6,title:"Open sub menu"}):void 0),B=c1((n={},n[ni]=K,n));return I.createElement("li",{className:B,ref:r,role:V,"aria-selected":E},i==null?$:I.createElement(Bi,Oe({autoFocus:!1,captureDismiss:!1,disabled:p,enforceFocus:!1,hoverCloseDelay:0,interactionKind:"hover",modifiers:bg,targetProps:{role:L,tabIndex:0},placement:"right-start",usePortal:!1},C,{content:I.createElement(js,Oe({},s),i),minimal:!0,popoverClassName:c1(ni,C==null?void 0:C.popoverClassName)}),$))});Ki.defaultProps={active:!1,disabled:!1,multiline:!1,popoverProps:{},selected:void 0,shouldDismissPopover:!0,text:""},Ki.displayName="".concat(w1,".MenuItem");var bg={flip:{options:{rootBoundary:"viewport",padding:20},enabled:!0},offset:{options:{offset:[-5,0]},enabled:!0},preventOverflow:{options:{rootBoundary:"viewport",padding:20},enabled:!0}},mg={"aria-disabled":!0,href:void 0,onClick:void 0,onMouseDown:void 0,onMouseEnter:void 0,onMouseLeave:void 0,tabIndex:-1},Eo=I.forwardRef(function(e,r){var t,n=e.className,o=e.elevation,a=e.interactive,i=e.selected,p=e.compact,v=L1(e,["className","elevation","interactive","selected","compact"]),h=c1(n,g6,e8(o),(t={},t[u6]=a,t[Pc]=p,t[ri]=i,t));return I.createElement("div",Oe({className:h,ref:r},v))});Eo.defaultProps={elevation:Oc.ZERO,interactive:!1},Eo.displayName="".concat(w1,".Card");var ko=I.forwardRef(function(e,r){var t,n=e.alignIndicator,o=e.children,a=e.className,i=e.indicatorChildren,p=e.inline,v=e.inputRef,h=e.label,g=e.labelElement,M=e.large,T=e.style,C=e.type,z=e.typeClassName,w=e.tagName,b=w===void 0?"label":w,f=L1(e,["alignIndicator","children","className","indicatorChildren","inline","inputRef","label","labelElement","large","style","type","typeClassName","tagName"]),s=c1(Hc,z,(t={},t[J0]=f.disabled,t[s6]=p,t[Er]=M,t),Fc(n),a);return I.createElement(b,{className:s,style:T,ref:r},I.createElement("input",Oe({},f,{ref:v,type:C})),I.createElement("span",{className:Ac},i),h,g,o)});ko.displayName="".concat(w1,".Control");var h2=I.forwardRef(function(e,r){var t=e.innerLabelChecked,n=e.innerLabel,o=L1(e,["innerLabelChecked","innerLabel"]),a=n||t?[I.createElement("div",{key:"checked",className:Ec},I.createElement("div",{className:Rc},t||n)),I.createElement("div",{key:"unchecked",className:Ec},I.createElement("div",{className:Rc},n))]:null;return I.createElement(ko,Oe({},o,{indicatorChildren:a,ref:r,type:"checkbox",typeClassName:kc}))});h2.displayName="".concat(w1,".Switch");var vn=I.forwardRef(function(e,r){return I.createElement(ko,Oe({},e,{ref:r,type:"radio",typeClassName:O6}))});vn.displayName="".concat(w1,".Radio");var b2=I.forwardRef(function(e,r){var t=e.defaultIndeterminate,n=e.indeterminate,o=e.onChange,a=L1(e,["defaultIndeterminate","indeterminate","onChange"]),i=I.useState(n||t||!1),p=i[0],v=i[1],h=I.useRef(null),g=e.inputRef===void 0?h:mo(e.inputRef,h),M=I.useCallback(function(T){n===void 0&&v(T.target.indeterminate),o==null||o(T)},[n,o]);return I.useEffect(function(){n!==void 0&&v(n)},[n]),I.useEffect(function(){h.current!=null&&(h.current.indeterminate=p)},[h,p]),I.createElement(ko,Oe({},a,{inputRef:g,onChange:M,ref:r,type:"checkbox",typeClassName:T6}))});b2.displayName="".concat(w1,".Checkbox");var gg=function(e){it(r,e);function r(){var t=e!==null&&e.apply(this,arguments)||this;return t.state={hasPendingUpdate:!1,isComposing:!1,nextValue:t.props.value,value:t.props.value},t.cancelPendingCompositionEnd=null,t.handleCompositionStart=function(n){var o,a,i;(o=t.cancelPendingCompositionEnd)===null||o===void 0||o.call(t),t.setState({isComposing:!0}),(i=(a=t.props).onCompositionStart)===null||i===void 0||i.call(a,n)},t.handleCompositionEnd=function(n){var o,a;t.cancelPendingCompositionEnd=t.setTimeout(function(){return t.setState({isComposing:!1})},r.COMPOSITION_END_DELAY),(a=(o=t.props).onCompositionEnd)===null||a===void 0||a.call(o,n)},t.handleChange=function(n){var o,a,i=n.target.value;t.setState({nextValue:i}),(a=(o=t.props).onChange)===null||a===void 0||a.call(o,n)},t}return r.getDerivedStateFromProps=function(t,n){if(n.isComposing||t.value===void 0)return null;var o=n.nextValue!==n.value;return o?t.value===n.nextValue?n.hasPendingUpdate?{value:t.value,hasPendingUpdate:!1}:{value:n.nextValue}:t.value===n.value?{hasPendingUpdate:!0}:{value:t.value,nextValue:t.value,hasPendingUpdate:!1}:{value:t.value,nextValue:t.value,hasPendingUpdate:!1}},r.prototype.render=function(){var t=this.state,n=t.isComposing,o=t.hasPendingUpdate,a=t.value,i=t.nextValue,p=this.props,v=p.inputRef,h=L1(p,["inputRef"]);return I.createElement("input",Oe({},h,{ref:v,value:n||o?i:a,onCompositionStart:this.handleCompositionStart,onCompositionEnd:this.handleCompositionEnd,onChange:this.handleChange}))},r.displayName="".concat(w1,".AsyncControllableInput"),r.COMPOSITION_END_DELAY=10,r}(Ft),yg=["onValueChange"],m2=function(e){it(r,e);function r(){var t=e!==null&&e.apply(this,arguments)||this;return t.state={},t.leftElement=null,t.rightElement=null,t.refHandlers={leftElement:function(n){return t.leftElement=n},rightElement:function(n){return t.rightElement=n}},t.handleInputChange=function(n){var o,a,i,p,v=n.target.value;(a=(o=t.props).onChange)===null||a===void 0||a.call(o,n),(p=(i=t.props).onValueChange)===null||p===void 0||p.call(i,v,n.target)},t}return r.prototype.render=function(){var t,n=this.props,o=n.asyncControl,a=o===void 0?!1:o,i=n.className,p=n.disabled,v=n.fill,h=n.inputClassName,g=n.inputRef,M=n.intent,T=n.large,C=n.readOnly,z=n.round,w=n.small,b=n.tagName,f=b===void 0?"div":b,s=c1(x6,ht(M),(t={},t[J0]=p,t[p6]=C,t[Q0]=v,t[Er]=T,t[l0]=w,t[v6]=z,t),i),d=Oe(Oe({},this.props.style),{paddingLeft:this.state.leftElementWidth,paddingRight:this.state.rightElementWidth}),l=Oe(Oe({type:"text"},s0(this.props,yg,!0)),{"aria-disabled":p,className:c1(en,h),onChange:this.handleInputChange,style:d}),c=a?I.createElement(gg,Oe({},l,{inputRef:g})):I.createElement("input",Oe({},l,{ref:g}));return I.createElement(f,{className:s},this.maybeRenderLeftElement(),c,this.maybeRenderRightElement())},r.prototype.componentDidMount=function(){this.updateInputWidth()},r.prototype.componentDidUpdate=function(t){var n=this.props,o=n.leftElement,a=n.rightElement;(t.leftElement!==o||t.rightElement!==a)&&this.updateInputWidth()},r.prototype.validateProps=function(t){t.leftElement!=null&&t.leftIcon!=null&&console.warn(p8)},r.prototype.maybeRenderLeftElement=function(){var t=this.props,n=t.leftElement,o=t.leftIcon;if(n!=null)return I.createElement("span",{className:C6,ref:this.refHandlers.leftElement},n);if(o!=null)return I.createElement(bt,{icon:o,"aria-hidden":!0,tabIndex:-1})},r.prototype.maybeRenderRightElement=function(){var t=this.props.rightElement;if(t!=null)return I.createElement("span",{className:z6,ref:this.refHandlers.rightElement},t)},r.prototype.updateInputWidth=function(){var t=this.state,n=t.leftElementWidth,o=t.rightElementWidth;if(this.leftElement!=null){var a=this.leftElement.clientWidth;(n===void 0||Math.abs(a-n)>2)&&this.setState({leftElementWidth:a})}else this.setState({leftElementWidth:void 0});if(this.rightElement!=null){var a=this.rightElement.clientWidth;(o===void 0||Math.abs(a-o)>2)&&this.setState({rightElementWidth:a})}else this.setState({rightElementWidth:void 0})},r.displayName="".concat(w1,".InputGroup"),r}(Ft);function wg(e){var r=I.useState(function(){var a;return(a=e.defaultChecked)!==null&&a!==void 0?a:!1}),t=r[0],n=r[1];I.useEffect(function(){e.checked!==void 0&&n(e.checked)},[e.checked]);var o=I.useCallback(function(a){var i;n(function(p){return!p}),(i=e.onChange)===null||i===void 0||i.call(e,a)},[e.onChange]);return{checked:t,onChange:o}}var Yi=I.forwardRef(function(e,r){var t,n=e.alignIndicator;e.checked;var o=e.children,a=e.className,i=e.controlKind;e.defaultChecked;var p=e.disabled,v=e.inputProps,h=e.inputRef,g=e.label;e.onChange;var M=e.showAsSelectedWhenChecked,T=e.value,C=L1(e,["alignIndicator","checked","children","className","controlKind","defaultChecked","disabled","inputProps","inputRef","label","onChange","showAsSelectedWhenChecked","value"]),z=wg(e),w=z.checked,b=z.onChange,f=I.createElement("div",{className:y6},o??g),s=Oe({alignIndicator:n,checked:w,disabled:p,inline:!0,inputRef:h,labelElement:f,onChange:b,value:T},v),d=c1(_c,a,(t={},t[ri]=M&&w,t));return I.createElement(Eo,Oe({interactive:!p,className:d,ref:r},C),i==="switch"?I.createElement(h2,Oe({},s)):i==="checkbox"?I.createElement(b2,Oe({},s)):i==="radio"?I.createElement(vn,Oe({},s)):f)});Yi.defaultProps={alignIndicator:"right",showAsSelectedWhenChecked:!0},Yi.displayName="".concat(w1,".ControlCard");var g2=I.forwardRef(function(e,r){var t=c1(e.className,w6);return I.createElement(Yi,Oe({},e,{className:t,controlKind:"radio",ref:r}))});g2.displayName="".concat(w1,".RadioCard");var xg=0;function Cg(){return"".concat(y2.displayName,"-").concat(xg++)}var y2=function(e){it(r,e);function r(){var t=e!==null&&e.apply(this,arguments)||this;return t.autoGroupName=Cg(),t}return r.prototype.render=function(){var t=this.props.label;return I.createElement("div",{className:c1(P6,this.props.className)},t==null?null:I.createElement("label",{className:V6},t),Array.isArray(this.props.options)?this.renderOptions():this.renderChildren())},r.prototype.validateProps=function(){this.props.children!=null&&this.props.options!=null&&console.warn(T8)},r.prototype.renderChildren=function(){var t=this;return I.Children.map(this.props.children,function(n){return fi(n,vn)||fi(n,g2)?I.cloneElement(n,t.getRadioProps(n.props)):n})},r.prototype.renderOptions=function(){var t=this,n;return(n=this.props.options)===null||n===void 0?void 0:n.map(function(o){return I.createElement(vn,Oe({},t.getRadioProps(o),{key:o.value,labelElement:o.label||o.value}))})},r.prototype.getRadioProps=function(t){var n=this.props.name,o=t.className,a=t.disabled,i=t.value;return{checked:i===this.props.selectedValue,className:o,disabled:a||this.props.disabled,inline:this.props.inline,name:n??this.autoGroupName,onChange:this.props.onChange,value:i}},r.displayName="".concat(w1,".RadioGroup"),r}(Ft),zg=10;function Mg(e){var r=e.onCompositionStart,t=e.onCompositionEnd,n=e.value,o=e.onChange,a=I.useState(n),i=a[0],p=a[1],v=I.useState(n),h=v[0],g=v[1],M=I.useState(!1),T=M[0],C=M[1],z=I.useState(!1),w=z[0],b=z[1],f=I.useRef(),s=I.useCallback(function(_){var P;(P=f.current)===null||P===void 0||P.call(f),C(!0),r==null||r(_)},[r]),d=I.useCallback(function(){var _=window.setTimeout(function(){return C(!1)},zg);return function(){return window.clearTimeout(_)}},[]),l=I.useCallback(function(_){f.current=d(),t==null||t(_)},[d,t]),c=I.useCallback(function(_){var P=_.target.value;g(P),o==null||o(_)},[o]),m=!(T||n===void 0);if(m){var x=h!==i;x&&n===h?(p(n),b(!1)):x&&n===i?w||b(!0):x&&n!==i?(p(n),g(n),b(!1)):x||(i!==n||w)&&(p(n),g(n),b(!1))}return{onChange:c,onCompositionEnd:l,onCompositionStart:s,value:T||w?h:i}}var w2=I.forwardRef(function(r,t){var n=r.value,o=r.onChange,a=r.onCompositionStart,i=r.onCompositionEnd,p=L1(r,["value","onChange","onCompositionStart","onCompositionEnd"]),v=Mg({onChange:o,onCompositionEnd:i,onCompositionStart:a,value:n}),h=v.value,g=v.onChange,M=v.onCompositionStart,T=v.onCompositionEnd;return I.createElement("textarea",Oe({},p,{value:h,onChange:g,onCompositionStart:M,onCompositionEnd:T,ref:t}))});w2.displayName="".concat(w1,".AsyncControllableTextArea");var Tg=function(e){it(r,e);function r(){var t=e!==null&&e.apply(this,arguments)||this;return t.state={},t.textareaElement=null,t.handleRef=pi(t,"textareaElement",t.props.inputRef),t.maybeSyncHeightToScrollHeight=function(){var n=t.props,o=n.autoResize,a=n.growVertically;if(t.textareaElement!=null){var i=t.textareaElement.scrollHeight;o?(t.textareaElement.style.height="0px",t.textareaElement.style.height=i.toString()+"px",t.setState({height:i})):a&&i>0&&t.setState({height:i})}if(t.props.autoResize&&t.textareaElement!=null){t.textareaElement.style.height="0px";var i=t.textareaElement.scrollHeight;t.textareaElement.style.height=i.toString()+"px",t.setState({height:i})}},t.handleChange=function(n){var o,a;t.maybeSyncHeightToScrollHeight(),(a=(o=t.props).onChange)===null||a===void 0||a.call(o,n)},t}return r.prototype.componentDidMount=function(){this.maybeSyncHeightToScrollHeight()},r.prototype.componentDidUpdate=function(t){t.inputRef!==this.props.inputRef&&(bo(t.inputRef,null),this.handleRef=pi(this,"textareaElement",this.props.inputRef),bo(this.props.inputRef,this.textareaElement)),(t.value!==this.props.value||t.style!==this.props.style)&&this.maybeSyncHeightToScrollHeight()},r.prototype.render=function(){var t,n=this.props,o=n.asyncControl,a=n.autoResize,i=n.className,p=n.fill,v=n.growVertically;n.inputRef;var h=n.intent,g=n.large,M=n.small,T=L1(n,["asyncControl","autoResize","className","fill","growVertically","inputRef","intent","large","small"]),C=c1(en,Lc,ht(h),(t={},t[Q0]=p,t[Er]=g,t[l0]=M,t[M6]=a,t),i),z=T.style,w=z===void 0?{}:z;(a||v)&&this.state.height!=null&&(w=Oe(Oe({},w),{height:"".concat(this.state.height,"px")}));var b=o?w2:"textarea";return I.createElement(b,Oe({},T,{className:C,onChange:this.handleChange,style:w,ref:this.handleRef}))},r.defaultProps={autoResize:!1,fill:!1,large:!1,small:!1},r.displayName="".concat(w1,".TextArea"),r}(Ft);const Og=({title:e="Title",content:r="Content",label:t="Label",Align:n="flex-start",CardWidth:o="500",AlignSubTitle:a="flex-start",CardPadding:i="16",TitleFontSize:p="medium",ContentFontSize:v="50",ButtonTextSize:h="medium",ButtonTextColor:g="#fff",CardBorderRadius:M="8",TitleColor:T="#333",ButtonColor:C="#007BFF",ContentColor:z="#555",backgroundColor:w="#fff",contentPadding:b="20px",imageSrc:f="https://img.freepik.com/premium-photo/image-colorful-galaxy-sky-generative-ai_791316-9864.jpg",...s})=>{const d=s.showButton?s.showButton:!1,l=s.showImg?s.showImg:!1,c=s.showTitle?s.showTitle:!1;return G.jsxs(Eo,{style:{backgroundColor:w,borderRadius:`${M}px`,padding:`${i}px`,width:`${o}px`},...s,interactive:!0,elevation:Oc.TWO,children:[l&&G.jsx("img",{src:f,alt:e,style:{width:"100%",height:"auto",borderRadius:"8px 8px 0 0"}}),G.jsxs("div",{children:[c&&G.jsx("h3",{children:G.jsx("a",{style:{color:T,fontSize:p,fontWeight:"bold",display:"flex",justifyContent:n,padding:"10px 10px 0px 20px",marginBottom:"-5px"},href:"#",children:e})}),G.jsx("p",{style:{color:z,fontSize:`${v}px`,display:"flex",justifyContent:a,padding:b},children:r})]}),d&&G.jsx(Co,{style:{backgroundColor:C,color:g,fontSize:h,justifyContent:n,margin:"0px 20px 20px 20px",borderRadius:"10px",border:"none"},...s,children:t})]})};var je={},x2={},C2={exports:{}};/*!
78
+ Copyright (c) 2018 Jed Watson.
79
+ Licensed under the MIT License (MIT), see
80
+ http://jedwatson.github.io/classnames
81
+ */(function(e){(function(){var r={}.hasOwnProperty;function t(){for(var n=[],o=0;o<arguments.length;o++){var a=arguments[o];if(a){var i=typeof a;if(i==="string"||i==="number")n.push(a);else if(Array.isArray(a)){if(a.length){var p=t.apply(null,a);p&&n.push(p)}}else if(i==="object"){if(a.toString!==Object.prototype.toString&&!a.toString.toString().includes("[native code]")){n.push(a.toString());continue}for(var v in a)r.call(a,v)&&a[v]&&n.push(v)}}}return n.join(" ")}e.exports?(t.default=t,e.exports=t):window.classNames=t})()})(C2);var Ue=C2.exports,Xi={exports:{}},xt={},z2;function Pg(){if(z2)return xt;z2=1,Object.defineProperty(xt,"__esModule",{value:!0});function e(){for(var ce=0,ae,se,we="";ce<arguments.length;)(ae=arguments[ce++])&&(se=r(ae))&&(we&&(we+=" "),we+=se);return we}function r(ce){if(typeof ce=="string")return ce;for(var ae,se="",we=0;we<ce.length;we++)ce[we]&&(ae=r(ce[we]))&&(se&&(se+=" "),se+=ae);return se}function t(){return t=Object.assign?Object.assign.bind():function(ce){for(var ae=1;ae<arguments.length;ae++){var se=arguments[ae];for(var we in se)Object.prototype.hasOwnProperty.call(se,we)&&(ce[we]=se[we])}return ce},t.apply(this,arguments)}var n="-";function o(ce){var ae=v(ce);function se(Ce){var Me=Ce.split(n);return Me[0]===""&&Me.length!==1&&Me.shift(),a(Me,ae)||p(Ce)}function we(Ce){return ce.conflictingClassGroups[Ce]||[]}return{getClassGroupId:se,getConflictingClassGroupIds:we}}function a(ce,ae){var se;if(ce.length===0)return ae.classGroupId;var we=ce[0],Ce=ae.nextPart.get(we),Me=Ce?a(ce.slice(1),Ce):void 0;if(Me)return Me;if(ae.validators.length!==0){var Pe=ce.join(n);return(se=ae.validators.find(function(ze){var Ee=ze.validator;return Ee(Pe)}))==null?void 0:se.classGroupId}}var i=/^\[(.+)\]$/;function p(ce){if(i.test(ce)){var ae=i.exec(ce)[1],se=ae==null?void 0:ae.substring(0,ae.indexOf(":"));if(se)return"arbitrary.."+se}}function v(ce){var ae=ce.theme,se=ce.prefix,we={nextPart:new Map,validators:[]},Ce=T(Object.entries(ce.classGroups),se);return Ce.forEach(function(Me){var Pe=Me[0],ze=Me[1];h(ze,we,Pe,ae)}),we}function h(ce,ae,se,we){ce.forEach(function(Ce){if(typeof Ce=="string"){var Me=Ce===""?ae:g(ae,Ce);Me.classGroupId=se;return}if(typeof Ce=="function"){if(M(Ce)){h(Ce(we),ae,se,we);return}ae.validators.push({validator:Ce,classGroupId:se});return}Object.entries(Ce).forEach(function(Pe){var ze=Pe[0],Ee=Pe[1];h(Ee,g(ae,ze),se,we)})})}function g(ce,ae){var se=ce;return ae.split(n).forEach(function(we){se.nextPart.has(we)||se.nextPart.set(we,{nextPart:new Map,validators:[]}),se=se.nextPart.get(we)}),se}function M(ce){return ce.isThemeGetter}function T(ce,ae){return ae?ce.map(function(se){var we=se[0],Ce=se[1],Me=Ce.map(function(Pe){return typeof Pe=="string"?ae+Pe:typeof Pe=="object"?Object.fromEntries(Object.entries(Pe).map(function(ze){var Ee=ze[0],Ie=ze[1];return[ae+Ee,Ie]})):Pe});return[we,Me]}):ce}function C(ce){if(ce<1)return{get:function(){},set:function(){}};var ae=0,se=new Map,we=new Map;function Ce(Me,Pe){se.set(Me,Pe),ae++,ae>ce&&(ae=0,we=se,se=new Map)}return{get:function(Pe){var ze=se.get(Pe);if(ze!==void 0)return ze;if((ze=we.get(Pe))!==void 0)return Ce(Pe,ze),ze},set:function(Pe,ze){se.has(Pe)?se.set(Pe,ze):Ce(Pe,ze)}}}var z="!";function w(ce){var ae=ce.separator||":";return function(we){for(var Ce=0,Me=[],Pe=0,ze=0;ze<we.length;ze++){var Ee=we[ze];Ce===0&&Ee===ae[0]&&(ae.length===1||we.slice(ze,ze+ae.length)===ae)&&(Me.push(we.slice(Pe,ze)),Pe=ze+ae.length),Ee==="["?Ce++:Ee==="]"&&Ce--}var Ie=Me.length===0?we:we.substring(Pe),Ke=Ie.startsWith(z),We=Ke?Ie.substring(1):Ie;return{modifiers:Me,hasImportantModifier:Ke,baseClassName:We}}}function b(ce){if(ce.length<=1)return ce;var ae=[],se=[];return ce.forEach(function(we){var Ce=we[0]==="[";Ce?(ae.push.apply(ae,se.sort().concat([we])),se=[]):se.push(we)}),ae.push.apply(ae,se.sort()),ae}function f(ce){return t({cache:C(ce.cacheSize),splitModifiers:w(ce)},o(ce))}var s=/\s+/;function d(ce,ae){var se=ae.splitModifiers,we=ae.getClassGroupId,Ce=ae.getConflictingClassGroupIds,Me=new Set;return ce.trim().split(s).map(function(Pe){var ze=se(Pe),Ee=ze.modifiers,Ie=ze.hasImportantModifier,Ke=ze.baseClassName,We=we(Ke);if(!We)return{isTailwindClass:!1,originalClassName:Pe};var Fe=b(Ee).join(":"),a1=Ie?Fe+z:Fe;return{isTailwindClass:!0,modifierId:a1,classGroupId:We,originalClassName:Pe}}).reverse().filter(function(Pe){if(!Pe.isTailwindClass)return!0;var ze=Pe.modifierId,Ee=Pe.classGroupId,Ie=ze+Ee;return Me.has(Ie)?!1:(Me.add(Ie),Ce(Ee).forEach(function(Ke){return Me.add(ze+Ke)}),!0)}).reverse().map(function(Pe){return Pe.originalClassName}).join(" ")}function l(){for(var ce=arguments.length,ae=new Array(ce),se=0;se<ce;se++)ae[se]=arguments[se];var we,Ce,Me,Pe=ze;function ze(Ie){var Ke=ae[0],We=ae.slice(1),Fe=We.reduce(function(a1,r1){return r1(a1)},Ke());return we=f(Fe),Ce=we.cache.get,Me=we.cache.set,Pe=Ee,Ee(Ie)}function Ee(Ie){var Ke=Ce(Ie);if(Ke)return Ke;var We=d(Ie,we);return Me(Ie,We),We}return function(){return Pe(e.apply(null,arguments))}}function c(ce){var ae=function(we){return we[ce]||[]};return ae.isThemeGetter=!0,ae}var m=/^\[(.+)\]$/,x=/^\d+\/\d+$/,_=new Set(["px","full","screen"]),P=/^(\d+)?(xs|sm|md|lg|xl)$/,V=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh)/,L=/^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;function E(ce){return!Number.isNaN(Number(ce))||_.has(ce)||x.test(ce)||R(ce)}function R(ce){var ae,se=(ae=m.exec(ce))==null?void 0:ae[1];return se?se.startsWith("length:")||V.test(se):!1}function N(ce){var ae,se=(ae=m.exec(ce))==null?void 0:ae[1];return se?se.startsWith("size:"):!1}function W(ce){var ae,se=(ae=m.exec(ce))==null?void 0:ae[1];return se?se.startsWith("position:"):!1}function K(ce){var ae,se=(ae=m.exec(ce))==null?void 0:ae[1];return se?se.startsWith("url(")||se.startsWith("url:"):!1}function Q(ce){var ae,se=(ae=m.exec(ce))==null?void 0:ae[1];return se?!Number.isNaN(Number(se))||se.startsWith("number:"):!1}var oe=Q;function U(ce){var ae,se=(ae=m.exec(ce))==null?void 0:ae[1];return se?Number.isInteger(Number(se)):Number.isInteger(Number(ce))}function $(ce){return m.test(ce)}function B(){return!0}function te(ce){return P.test(ce)}function fe(ce){var ae,se=(ae=m.exec(ce))==null?void 0:ae[1];return se?L.test(se):!1}var J={__proto__:null,isLength:E,isArbitraryLength:R,isArbitrarySize:N,isArbitraryPosition:W,isArbitraryUrl:K,isArbitraryNumber:Q,isArbitraryWeight:oe,isInteger:U,isArbitraryValue:$,isAny:B,isTshirtSize:te,isArbitraryShadow:fe};function X(){var ce=c("colors"),ae=c("spacing"),se=c("blur"),we=c("brightness"),Ce=c("borderColor"),Me=c("borderRadius"),Pe=c("borderSpacing"),ze=c("borderWidth"),Ee=c("contrast"),Ie=c("grayscale"),Ke=c("hueRotate"),We=c("invert"),Fe=c("gap"),a1=c("gradientColorStops"),r1=c("inset"),o1=c("margin"),H1=c("opacity"),V1=c("padding"),l1=c("saturate"),Y1=c("scale"),B1=c("sepia"),U1=c("skew"),b1=c("space"),lr=c("translate"),qt=function(){return["auto","contain","none"]},j1=function(){return["auto","hidden","clip","visible","scroll"]},Pt=function(){return["auto",ae]},Bt=function(){return["",E]},O1=function(){return["auto",U]},ut=function(){return["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"]},X1=function(){return["solid","dashed","dotted","double","none"]},A1=function(){return["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-lighter"]},Vt=function(){return["start","end","center","between","around","evenly"]},dt=function(){return["","0",$]},cr=function(){return["auto","avoid","all","avoid-page","page","left","right","column"]};return{cacheSize:500,theme:{colors:[B],spacing:[E],blur:["none","",te,R],brightness:[U],borderColor:[ce],borderRadius:["none","","full",te,R],borderSpacing:[ae],borderWidth:Bt(),contrast:[U],grayscale:dt(),hueRotate:[U],invert:dt(),gap:[ae],gradientColorStops:[ce],inset:Pt(),margin:Pt(),opacity:[U],padding:[ae],saturate:[U],scale:[U],sepia:dt(),skew:[U,$],space:[ae],translate:[ae]},classGroups:{aspect:[{aspect:["auto","square","video",$]}],container:["container"],columns:[{columns:[te]}],"break-after":[{"break-after":cr()}],"break-before":[{"break-before":cr()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none"]}],clear:[{clear:["left","right","both","none"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[].concat(ut(),[$])}],overflow:[{overflow:j1()}],"overflow-x":[{"overflow-x":j1()}],"overflow-y":[{"overflow-y":j1()}],overscroll:[{overscroll:qt()}],"overscroll-x":[{"overscroll-x":qt()}],"overscroll-y":[{"overscroll-y":qt()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[r1]}],"inset-x":[{"inset-x":[r1]}],"inset-y":[{"inset-y":[r1]}],top:[{top:[r1]}],right:[{right:[r1]}],bottom:[{bottom:[r1]}],left:[{left:[r1]}],visibility:["visible","invisible","collapse"],z:[{z:[U]}],basis:[{basis:[ae]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",$]}],grow:[{grow:dt()}],shrink:[{shrink:dt()}],order:[{order:["first","last","none",U]}],"grid-cols":[{"grid-cols":[B]}],"col-start-end":[{col:["auto",{span:[U]}]}],"col-start":[{"col-start":O1()}],"col-end":[{"col-end":O1()}],"grid-rows":[{"grid-rows":[B]}],"row-start-end":[{row:["auto",{span:[U]}]}],"row-start":[{"row-start":O1()}],"row-end":[{"row-end":O1()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",$]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",$]}],gap:[{gap:[Fe]}],"gap-x":[{"gap-x":[Fe]}],"gap-y":[{"gap-y":[Fe]}],"justify-content":[{justify:Vt()}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:[].concat(Vt(),["baseline"])}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[].concat(Vt(),["baseline","stretch"])}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[V1]}],px:[{px:[V1]}],py:[{py:[V1]}],pt:[{pt:[V1]}],pr:[{pr:[V1]}],pb:[{pb:[V1]}],pl:[{pl:[V1]}],m:[{m:[o1]}],mx:[{mx:[o1]}],my:[{my:[o1]}],mt:[{mt:[o1]}],mr:[{mr:[o1]}],mb:[{mb:[o1]}],ml:[{ml:[o1]}],"space-x":[{"space-x":[b1]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[b1]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit",ae]}],"min-w":[{"min-w":["min","max","fit",E]}],"max-w":[{"max-w":["0","none","full","min","max","fit","prose",{screen:[te]},te,R]}],h:[{h:[ae,"auto","min","max","fit"]}],"min-h":[{"min-h":["min","max","fit",E]}],"max-h":[{"max-h":[ae,"min","max","fit"]}],"font-size":[{text:["base",te,R]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Q]}],"font-family":[{font:[B]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",R]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",E]}],"list-style-type":[{list:["none","disc","decimal",$]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[ce]}],"placeholder-opacity":[{"placeholder-opacity":[H1]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[ce]}],"text-opacity":[{"text-opacity":[H1]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[].concat(X1(),["wavy"])}],"text-decoration-thickness":[{decoration:["auto","from-font",E]}],"underline-offset":[{"underline-offset":["auto",E]}],"text-decoration-color":[{decoration:[ce]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],indent:[{indent:[ae]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",R]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap"]}],break:[{break:["normal","words","all","keep"]}],content:[{content:["none",$]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[H1]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[].concat(ut(),[W])}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",N]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},K]}],"bg-color":[{bg:[ce]}],"gradient-from":[{from:[a1]}],"gradient-via":[{via:[a1]}],"gradient-to":[{to:[a1]}],rounded:[{rounded:[Me]}],"rounded-t":[{"rounded-t":[Me]}],"rounded-r":[{"rounded-r":[Me]}],"rounded-b":[{"rounded-b":[Me]}],"rounded-l":[{"rounded-l":[Me]}],"rounded-tl":[{"rounded-tl":[Me]}],"rounded-tr":[{"rounded-tr":[Me]}],"rounded-br":[{"rounded-br":[Me]}],"rounded-bl":[{"rounded-bl":[Me]}],"border-w":[{border:[ze]}],"border-w-x":[{"border-x":[ze]}],"border-w-y":[{"border-y":[ze]}],"border-w-t":[{"border-t":[ze]}],"border-w-r":[{"border-r":[ze]}],"border-w-b":[{"border-b":[ze]}],"border-w-l":[{"border-l":[ze]}],"border-opacity":[{"border-opacity":[H1]}],"border-style":[{border:[].concat(X1(),["hidden"])}],"divide-x":[{"divide-x":[ze]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[ze]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[H1]}],"divide-style":[{divide:X1()}],"border-color":[{border:[Ce]}],"border-color-x":[{"border-x":[Ce]}],"border-color-y":[{"border-y":[Ce]}],"border-color-t":[{"border-t":[Ce]}],"border-color-r":[{"border-r":[Ce]}],"border-color-b":[{"border-b":[Ce]}],"border-color-l":[{"border-l":[Ce]}],"divide-color":[{divide:[Ce]}],"outline-style":[{outline:[""].concat(X1())}],"outline-offset":[{"outline-offset":[E]}],"outline-w":[{outline:[E]}],"outline-color":[{outline:[ce]}],"ring-w":[{ring:Bt()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[ce]}],"ring-opacity":[{"ring-opacity":[H1]}],"ring-offset-w":[{"ring-offset":[E]}],"ring-offset-color":[{"ring-offset":[ce]}],shadow:[{shadow:["","inner","none",te,fe]}],"shadow-color":[{shadow:[B]}],opacity:[{opacity:[H1]}],"mix-blend":[{"mix-blend":A1()}],"bg-blend":[{"bg-blend":A1()}],filter:[{filter:["","none"]}],blur:[{blur:[se]}],brightness:[{brightness:[we]}],contrast:[{contrast:[Ee]}],"drop-shadow":[{"drop-shadow":["","none",te,$]}],grayscale:[{grayscale:[Ie]}],"hue-rotate":[{"hue-rotate":[Ke]}],invert:[{invert:[We]}],saturate:[{saturate:[l1]}],sepia:[{sepia:[B1]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[se]}],"backdrop-brightness":[{"backdrop-brightness":[we]}],"backdrop-contrast":[{"backdrop-contrast":[Ee]}],"backdrop-grayscale":[{"backdrop-grayscale":[Ie]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[Ke]}],"backdrop-invert":[{"backdrop-invert":[We]}],"backdrop-opacity":[{"backdrop-opacity":[H1]}],"backdrop-saturate":[{"backdrop-saturate":[l1]}],"backdrop-sepia":[{"backdrop-sepia":[B1]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[Pe]}],"border-spacing-x":[{"border-spacing-x":[Pe]}],"border-spacing-y":[{"border-spacing-y":[Pe]}],"table-layout":[{table:["auto","fixed"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",$]}],duration:[{duration:[U]}],ease:[{ease:["linear","in","out","in-out",$]}],delay:[{delay:[U]}],animate:[{animate:["none","spin","ping","pulse","bounce",$]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[Y1]}],"scale-x":[{"scale-x":[Y1]}],"scale-y":[{"scale-y":[Y1]}],rotate:[{rotate:[U,$]}],"translate-x":[{"translate-x":[lr]}],"translate-y":[{"translate-y":[lr]}],"skew-x":[{"skew-x":[U1]}],"skew-y":[{"skew-y":[U1]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",$]}],accent:[{accent:["auto",ce]}],appearance:["appearance-none"],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",$]}],"caret-color":[{caret:[ce]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":[ae]}],"scroll-mx":[{"scroll-mx":[ae]}],"scroll-my":[{"scroll-my":[ae]}],"scroll-mt":[{"scroll-mt":[ae]}],"scroll-mr":[{"scroll-mr":[ae]}],"scroll-mb":[{"scroll-mb":[ae]}],"scroll-ml":[{"scroll-ml":[ae]}],"scroll-p":[{"scroll-p":[ae]}],"scroll-px":[{"scroll-px":[ae]}],"scroll-py":[{"scroll-py":[ae]}],"scroll-pt":[{"scroll-pt":[ae]}],"scroll-pr":[{"scroll-pr":[ae]}],"scroll-pb":[{"scroll-pb":[ae]}],"scroll-pl":[{"scroll-pl":[ae]}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","pinch-zoom","manipulation",{pan:["x","left","right","y","up","down"]}]}],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",$]}],fill:[{fill:[ce,"none"]}],"stroke-w":[{stroke:[E,Q]}],stroke:[{stroke:[ce,"none"]}],sr:["sr-only","not-sr-only"]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],rounded:["rounded-t","rounded-r","rounded-b","rounded-l","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"]}}}var q=l(X);function ie(ce,ae){for(var se in ae)pe(ce,se,ae[se]);return ce}var le=Object.prototype.hasOwnProperty,ne=new Set(["string","number","boolean"]);function pe(ce,ae,se){if(!le.call(ce,ae)||ne.has(typeof se)||se===null){ce[ae]=se;return}if(Array.isArray(se)&&Array.isArray(ce[ae])){ce[ae]=ce[ae].concat(se);return}if(typeof se=="object"&&typeof ce[ae]=="object"){if(ce[ae]===null){ce[ae]=se;return}for(var we in se)pe(ce[ae],we,se[we])}}function be(ce){for(var ae=arguments.length,se=new Array(ae>1?ae-1:0),we=1;we<ae;we++)se[we-1]=arguments[we];return typeof ce=="function"?l.apply(void 0,[X,ce].concat(se)):l.apply(void 0,[function(){return ie(X(),ce)}].concat(se))}var me=e;return xt.createTailwindMerge=l,xt.extendTailwindMerge=be,xt.fromTheme=c,xt.getDefaultConfig=X,xt.join=me,xt.mergeConfigs=ie,xt.twJoin=e,xt.twMerge=q,xt.validators=J,xt}var Ct={},M2;function Vg(){if(M2)return Ct;M2=1;function e(){for(var J,X,q=0,ie="";q<arguments.length;)(J=arguments[q++])&&(X=r(J))&&(ie&&(ie+=" "),ie+=X);return ie}function r(J){if(typeof J=="string")return J;for(var X,q="",ie=0;ie<J.length;ie++)J[ie]&&(X=r(J[ie]))&&(q&&(q+=" "),q+=X);return q}function t(){return t=Object.assign?Object.assign.bind():function(J){for(var X=1;X<arguments.length;X++){var q=arguments[X];for(var ie in q)Object.prototype.hasOwnProperty.call(q,ie)&&(J[ie]=q[ie])}return J},t.apply(this,arguments)}function n(J){var X=function(q){var ie=q.theme,le=q.prefix,ne={nextPart:new Map,validators:[]};return function(pe,be){return be?pe.map(function(me){return[me[0],me[1].map(function(ce){return typeof ce=="string"?be+ce:typeof ce=="object"?Object.fromEntries(Object.entries(ce).map(function(ae){return[be+ae[0],ae[1]]})):ce})]}):pe}(Object.entries(q.classGroups),le).forEach(function(pe){i(pe[1],ne,pe[0],ie)}),ne}(J);return{getClassGroupId:function(q){var ie=q.split("-");return ie[0]===""&&ie.length!==1&&ie.shift(),o(ie,X)||function(le){if(a.test(le)){var ne=a.exec(le)[1],pe=ne==null?void 0:ne.substring(0,ne.indexOf(":"));if(pe)return"arbitrary.."+pe}}(q)},getConflictingClassGroupIds:function(q){return J.conflictingClassGroups[q]||[]}}}function o(J,X){var q;if(J.length===0)return X.classGroupId;var ie=X.nextPart.get(J[0]),le=ie?o(J.slice(1),ie):void 0;if(le)return le;if(X.validators.length!==0){var ne=J.join("-");return(q=X.validators.find(function(pe){return(0,pe.validator)(ne)}))==null?void 0:q.classGroupId}}Object.defineProperty(Ct,"__esModule",{value:!0});var a=/^\[(.+)\]$/;function i(J,X,q,ie){J.forEach(function(le){if(typeof le!="string"){if(typeof le=="function")return le.isThemeGetter?void i(le(ie),X,q,ie):void X.validators.push({validator:le,classGroupId:q});Object.entries(le).forEach(function(ne){i(ne[1],p(X,ne[0]),q,ie)})}else(le===""?X:p(X,le)).classGroupId=q})}function p(J,X){var q=J;return X.split("-").forEach(function(ie){q.nextPart.has(ie)||q.nextPart.set(ie,{nextPart:new Map,validators:[]}),q=q.nextPart.get(ie)}),q}function v(J){if(J<1)return{get:function(){},set:function(){}};var X=0,q=new Map,ie=new Map;function le(ne,pe){q.set(ne,pe),++X>J&&(X=0,ie=q,q=new Map)}return{get:function(ne){var pe=q.get(ne);return pe!==void 0?pe:(pe=ie.get(ne))!==void 0?(le(ne,pe),pe):void 0},set:function(ne,pe){q.has(ne)?q.set(ne,pe):le(ne,pe)}}}function h(J){var X=J.separator||":";return function(q){for(var ie=0,le=[],ne=0,pe=0;pe<q.length;pe++){var be=q[pe];ie===0&&be===X[0]&&(X.length!==1&&q.slice(pe,pe+X.length)!==X||(le.push(q.slice(ne,pe)),ne=pe+X.length)),be==="["?ie++:be==="]"&&ie--}var me=le.length===0?q:q.substring(ne),ce=me.startsWith("!");return{modifiers:le,hasImportantModifier:ce,baseClassName:ce?me.substring(1):me}}}function g(J){return t({cache:v(J.cacheSize),splitModifiers:h(J)},n(J))}var M=/\s+/;function T(J,X){var q=X.splitModifiers,ie=X.getClassGroupId,le=X.getConflictingClassGroupIds,ne=new Set;return J.trim().split(M).map(function(pe){var be=q(pe),me=be.modifiers,ce=be.hasImportantModifier,ae=ie(be.baseClassName);if(!ae)return{isTailwindClass:!1,originalClassName:pe};var se=function(we){if(we.length<=1)return we;var Ce=[],Me=[];return we.forEach(function(Pe){Pe[0]==="["?(Ce.push.apply(Ce,Me.sort().concat([Pe])),Me=[]):Me.push(Pe)}),Ce.push.apply(Ce,Me.sort()),Ce}(me).join(":");return{isTailwindClass:!0,modifierId:ce?se+"!":se,classGroupId:ae,originalClassName:pe}}).reverse().filter(function(pe){if(!pe.isTailwindClass)return!0;var be=pe.modifierId,me=pe.classGroupId,ce=be+me;return!ne.has(ce)&&(ne.add(ce),le(me).forEach(function(ae){return ne.add(be+ae)}),!0)}).reverse().map(function(pe){return pe.originalClassName}).join(" ")}function C(){for(var J=arguments.length,X=new Array(J),q=0;q<J;q++)X[q]=arguments[q];var ie,le,ne,pe=be;function be(ce){var ae=X[0],se=X.slice(1).reduce(function(we,Ce){return Ce(we)},ae());return ie=g(se),le=ie.cache.get,ne=ie.cache.set,pe=me,me(ce)}function me(ce){var ae=le(ce);if(ae)return ae;var se=T(ce,ie);return ne(ce,se),se}return function(){return pe(e.apply(null,arguments))}}function z(J){var X=function(q){return q[J]||[]};return X.isThemeGetter=!0,X}var w=/^\[(.+)\]$/,b=/^\d+\/\d+$/,f=new Set(["px","full","screen"]),s=/^(\d+)?(xs|sm|md|lg|xl)$/,d=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh)/,l=/^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;function c(J){return!Number.isNaN(Number(J))||f.has(J)||b.test(J)||m(J)}function m(J){var X,q=(X=w.exec(J))==null?void 0:X[1];return!!q&&(q.startsWith("length:")||d.test(q))}function x(J){var X,q=(X=w.exec(J))==null?void 0:X[1];return!!q&&q.startsWith("size:")}function _(J){var X,q=(X=w.exec(J))==null?void 0:X[1];return!!q&&q.startsWith("position:")}function P(J){var X,q=(X=w.exec(J))==null?void 0:X[1];return!!q&&(q.startsWith("url(")||q.startsWith("url:"))}function V(J){var X,q=(X=w.exec(J))==null?void 0:X[1];return!!q&&(!Number.isNaN(Number(q))||q.startsWith("number:"))}function L(J){var X,q=(X=w.exec(J))==null?void 0:X[1];return Number.isInteger(Number(q||J))}function E(J){return w.test(J)}function R(){return!0}function N(J){return s.test(J)}function W(J){var X,q=(X=w.exec(J))==null?void 0:X[1];return!!q&&l.test(q)}var K={__proto__:null,isLength:c,isArbitraryLength:m,isArbitrarySize:x,isArbitraryPosition:_,isArbitraryUrl:P,isArbitraryNumber:V,isArbitraryWeight:V,isInteger:L,isArbitraryValue:E,isAny:R,isTshirtSize:N,isArbitraryShadow:W};function Q(){var J=z("colors"),X=z("spacing"),q=z("blur"),ie=z("brightness"),le=z("borderColor"),ne=z("borderRadius"),pe=z("borderSpacing"),be=z("borderWidth"),me=z("contrast"),ce=z("grayscale"),ae=z("hueRotate"),se=z("invert"),we=z("gap"),Ce=z("gradientColorStops"),Me=z("inset"),Pe=z("margin"),ze=z("opacity"),Ee=z("padding"),Ie=z("saturate"),Ke=z("scale"),We=z("sepia"),Fe=z("skew"),a1=z("space"),r1=z("translate"),o1=function(){return["auto",X]},H1=function(){return["",c]},V1=function(){return["auto",L]},l1=function(){return["","0",E]};return{cacheSize:500,theme:{colors:[R],spacing:[c],blur:["none","",N,m],brightness:[L],borderColor:[J],borderRadius:["none","","full",N,m],borderSpacing:[X],borderWidth:H1(),contrast:[L],grayscale:l1(),hueRotate:[L],invert:l1(),gap:[X],gradientColorStops:[J],inset:o1(),margin:o1(),opacity:[L],padding:[X],saturate:[L],scale:[L],sepia:l1(),skew:[L,E],space:[X],translate:[X]},classGroups:{aspect:[{aspect:["auto","square","video",E]}],container:["container"],columns:[{columns:[N]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none"]}],clear:[{clear:["left","right","both","none"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[].concat(["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],[E])}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[Me]}],"inset-x":[{"inset-x":[Me]}],"inset-y":[{"inset-y":[Me]}],top:[{top:[Me]}],right:[{right:[Me]}],bottom:[{bottom:[Me]}],left:[{left:[Me]}],visibility:["visible","invisible","collapse"],z:[{z:[L]}],basis:[{basis:[X]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",E]}],grow:[{grow:l1()}],shrink:[{shrink:l1()}],order:[{order:["first","last","none",L]}],"grid-cols":[{"grid-cols":[R]}],"col-start-end":[{col:["auto",{span:[L]}]}],"col-start":[{"col-start":V1()}],"col-end":[{"col-end":V1()}],"grid-rows":[{"grid-rows":[R]}],"row-start-end":[{row:["auto",{span:[L]}]}],"row-start":[{"row-start":V1()}],"row-end":[{"row-end":V1()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",E]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",E]}],gap:[{gap:[we]}],"gap-x":[{"gap-x":[we]}],"gap-y":[{"gap-y":[we]}],"justify-content":[{justify:["start","end","center","between","around","evenly"]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:[].concat(["start","end","center","between","around","evenly"],["baseline"])}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[].concat(["start","end","center","between","around","evenly"],["baseline","stretch"])}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[Ee]}],px:[{px:[Ee]}],py:[{py:[Ee]}],pt:[{pt:[Ee]}],pr:[{pr:[Ee]}],pb:[{pb:[Ee]}],pl:[{pl:[Ee]}],m:[{m:[Pe]}],mx:[{mx:[Pe]}],my:[{my:[Pe]}],mt:[{mt:[Pe]}],mr:[{mr:[Pe]}],mb:[{mb:[Pe]}],ml:[{ml:[Pe]}],"space-x":[{"space-x":[a1]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[a1]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit",X]}],"min-w":[{"min-w":["min","max","fit",c]}],"max-w":[{"max-w":["0","none","full","min","max","fit","prose",{screen:[N]},N,m]}],h:[{h:[X,"auto","min","max","fit"]}],"min-h":[{"min-h":["min","max","fit",c]}],"max-h":[{"max-h":[X,"min","max","fit"]}],"font-size":[{text:["base",N,m]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",V]}],"font-family":[{font:[R]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",m]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",c]}],"list-style-type":[{list:["none","disc","decimal",E]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[J]}],"placeholder-opacity":[{"placeholder-opacity":[ze]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[J]}],"text-opacity":[{"text-opacity":[ze]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[].concat(["solid","dashed","dotted","double","none"],["wavy"])}],"text-decoration-thickness":[{decoration:["auto","from-font",c]}],"underline-offset":[{"underline-offset":["auto",c]}],"text-decoration-color":[{decoration:[J]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],indent:[{indent:[X]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",m]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap"]}],break:[{break:["normal","words","all","keep"]}],content:[{content:["none",E]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[ze]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[].concat(["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],[_])}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",x]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},P]}],"bg-color":[{bg:[J]}],"gradient-from":[{from:[Ce]}],"gradient-via":[{via:[Ce]}],"gradient-to":[{to:[Ce]}],rounded:[{rounded:[ne]}],"rounded-t":[{"rounded-t":[ne]}],"rounded-r":[{"rounded-r":[ne]}],"rounded-b":[{"rounded-b":[ne]}],"rounded-l":[{"rounded-l":[ne]}],"rounded-tl":[{"rounded-tl":[ne]}],"rounded-tr":[{"rounded-tr":[ne]}],"rounded-br":[{"rounded-br":[ne]}],"rounded-bl":[{"rounded-bl":[ne]}],"border-w":[{border:[be]}],"border-w-x":[{"border-x":[be]}],"border-w-y":[{"border-y":[be]}],"border-w-t":[{"border-t":[be]}],"border-w-r":[{"border-r":[be]}],"border-w-b":[{"border-b":[be]}],"border-w-l":[{"border-l":[be]}],"border-opacity":[{"border-opacity":[ze]}],"border-style":[{border:[].concat(["solid","dashed","dotted","double","none"],["hidden"])}],"divide-x":[{"divide-x":[be]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[be]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[ze]}],"divide-style":[{divide:["solid","dashed","dotted","double","none"]}],"border-color":[{border:[le]}],"border-color-x":[{"border-x":[le]}],"border-color-y":[{"border-y":[le]}],"border-color-t":[{"border-t":[le]}],"border-color-r":[{"border-r":[le]}],"border-color-b":[{"border-b":[le]}],"border-color-l":[{"border-l":[le]}],"divide-color":[{divide:[le]}],"outline-style":[{outline:[""].concat(["solid","dashed","dotted","double","none"])}],"outline-offset":[{"outline-offset":[c]}],"outline-w":[{outline:[c]}],"outline-color":[{outline:[J]}],"ring-w":[{ring:H1()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[J]}],"ring-opacity":[{"ring-opacity":[ze]}],"ring-offset-w":[{"ring-offset":[c]}],"ring-offset-color":[{"ring-offset":[J]}],shadow:[{shadow:["","inner","none",N,W]}],"shadow-color":[{shadow:[R]}],opacity:[{opacity:[ze]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-lighter"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-lighter"]}],filter:[{filter:["","none"]}],blur:[{blur:[q]}],brightness:[{brightness:[ie]}],contrast:[{contrast:[me]}],"drop-shadow":[{"drop-shadow":["","none",N,E]}],grayscale:[{grayscale:[ce]}],"hue-rotate":[{"hue-rotate":[ae]}],invert:[{invert:[se]}],saturate:[{saturate:[Ie]}],sepia:[{sepia:[We]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[q]}],"backdrop-brightness":[{"backdrop-brightness":[ie]}],"backdrop-contrast":[{"backdrop-contrast":[me]}],"backdrop-grayscale":[{"backdrop-grayscale":[ce]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[ae]}],"backdrop-invert":[{"backdrop-invert":[se]}],"backdrop-opacity":[{"backdrop-opacity":[ze]}],"backdrop-saturate":[{"backdrop-saturate":[Ie]}],"backdrop-sepia":[{"backdrop-sepia":[We]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[pe]}],"border-spacing-x":[{"border-spacing-x":[pe]}],"border-spacing-y":[{"border-spacing-y":[pe]}],"table-layout":[{table:["auto","fixed"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",E]}],duration:[{duration:[L]}],ease:[{ease:["linear","in","out","in-out",E]}],delay:[{delay:[L]}],animate:[{animate:["none","spin","ping","pulse","bounce",E]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[Ke]}],"scale-x":[{"scale-x":[Ke]}],"scale-y":[{"scale-y":[Ke]}],rotate:[{rotate:[L,E]}],"translate-x":[{"translate-x":[r1]}],"translate-y":[{"translate-y":[r1]}],"skew-x":[{"skew-x":[Fe]}],"skew-y":[{"skew-y":[Fe]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",E]}],accent:[{accent:["auto",J]}],appearance:["appearance-none"],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",E]}],"caret-color":[{caret:[J]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":[X]}],"scroll-mx":[{"scroll-mx":[X]}],"scroll-my":[{"scroll-my":[X]}],"scroll-mt":[{"scroll-mt":[X]}],"scroll-mr":[{"scroll-mr":[X]}],"scroll-mb":[{"scroll-mb":[X]}],"scroll-ml":[{"scroll-ml":[X]}],"scroll-p":[{"scroll-p":[X]}],"scroll-px":[{"scroll-px":[X]}],"scroll-py":[{"scroll-py":[X]}],"scroll-pt":[{"scroll-pt":[X]}],"scroll-pr":[{"scroll-pr":[X]}],"scroll-pb":[{"scroll-pb":[X]}],"scroll-pl":[{"scroll-pl":[X]}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","pinch-zoom","manipulation",{pan:["x","left","right","y","up","down"]}]}],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",E]}],fill:[{fill:[J,"none"]}],"stroke-w":[{stroke:[c,V]}],stroke:[{stroke:[J,"none"]}],sr:["sr-only","not-sr-only"]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],rounded:["rounded-t","rounded-r","rounded-b","rounded-l","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"]}}}var oe=C(Q);function U(J,X){for(var q in X)te(J,q,X[q]);return J}var $=Object.prototype.hasOwnProperty,B=new Set(["string","number","boolean"]);function te(J,X,q){if($.call(J,X)&&!B.has(typeof q)&&q!==null){if(Array.isArray(q)&&Array.isArray(J[X]))J[X]=J[X].concat(q);else if(typeof q=="object"&&typeof J[X]=="object"){if(J[X]===null)return void(J[X]=q);for(var ie in q)te(J[X],ie,q[ie])}}else J[X]=q}var fe=e;return Ct.createTailwindMerge=C,Ct.extendTailwindMerge=function(J){for(var X=arguments.length,q=new Array(X>1?X-1:0),ie=1;ie<X;ie++)q[ie-1]=arguments[ie];return C.apply(void 0,typeof J=="function"?[Q,J].concat(q):[function(){return U(Q(),J)}].concat(q))},Ct.fromTheme=z,Ct.getDefaultConfig=Q,Ct.join=fe,Ct.mergeConfigs=U,Ct.twJoin=e,Ct.twMerge=oe,Ct.validators=K,Ct}process.env.NODE_ENV==="production"?Xi.exports=Vg():Xi.exports=Pg();var Re=Xi.exports,Ae={},T2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return p}});function r(v,h){(h==null||h>v.length)&&(h=v.length);for(var g=0,M=new Array(h);g<h;g++)M[g]=v[g];return M}function t(v){if(Array.isArray(v))return r(v)}function n(v){if(typeof Symbol<"u"&&v[Symbol.iterator]!=null||v["@@iterator"]!=null)return Array.from(v)}function o(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function a(v){return t(v)||n(v)||i(v)||o()}function i(v,h){if(v){if(typeof v=="string")return r(v,h);var g=Object.prototype.toString.call(v).slice(8,-1);if(g==="Object"&&v.constructor&&(g=v.constructor.name),g==="Map"||g==="Set")return Array.from(g);if(g==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(g))return r(v,h)}}function p(v){var h=[];return Object.values(v).forEach(function(g){typeof g=="string"?h=a(h).concat([g]):typeof g=="object"&&!Array.isArray(g)&&g!==null&&(h=a(h).concat(a(p(g))))}),h}})(T2),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return n}});var r=t(T2);function t(o){return o&&o.__esModule?o:{default:o}}function n(o){return(0,r.default)(o).join(" ")}}(Ae);var Le={},Sg=function(r){return _g(r)&&!Lg(r)};function _g(e){return!!e&&typeof e=="object"}function Lg(e){var r=Object.prototype.toString.call(e);return r==="[object RegExp]"||r==="[object Date]"||Eg(e)}var Hg=typeof Symbol=="function"&&Symbol.for,Ag=Hg?Symbol.for("react.element"):60103;function Eg(e){return e.$$typeof===Ag}function kg(e){return Array.isArray(e)?[]:{}}function hn(e,r){return r.clone!==!1&&r.isMergeableObject(e)?m0(kg(e),e,r):e}function Rg(e,r,t){return e.concat(r).map(function(n){return hn(n,t)})}function Ng(e,r){if(!r.customMerge)return m0;var t=r.customMerge(e);return typeof t=="function"?t:m0}function jg(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(r){return e.propertyIsEnumerable(r)}):[]}function O2(e){return Object.keys(e).concat(jg(e))}function P2(e,r){try{return r in e}catch{return!1}}function $g(e,r){return P2(e,r)&&!(Object.hasOwnProperty.call(e,r)&&Object.propertyIsEnumerable.call(e,r))}function Dg(e,r,t){var n={};return t.isMergeableObject(e)&&O2(e).forEach(function(o){n[o]=hn(e[o],t)}),O2(r).forEach(function(o){$g(e,o)||(P2(e,o)&&t.isMergeableObject(r[o])?n[o]=Ng(o,t)(e[o],r[o],t):n[o]=hn(r[o],t))}),n}function m0(e,r,t){t=t||{},t.arrayMerge=t.arrayMerge||Rg,t.isMergeableObject=t.isMergeableObject||Sg,t.cloneUnlessOtherwiseSpecified=hn;var n=Array.isArray(r),o=Array.isArray(e),a=n===o;return a?n?t.arrayMerge(e,r,t):Dg(e,r,t):hn(r,t)}m0.all=function(r,t){if(!Array.isArray(r))throw new Error("first argument should be an array");return r.reduce(function(n,o){return m0(n,o,t)},{})};var Fg=m0,W1=Fg,Zi={},V2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{accordion:function(){return t},default:function(){return n}});var t={defaultProps:{icon:void 0,className:"",animate:{unmount:{},mount:{}},disabled:!1},styles:{base:{container:{display:"block",position:"relative",width:"w-full"},header:{initial:{display:"flex",justifyContent:"justify-between",alignItems:"items-center",width:"w-full",py:"py-4",borderWidth:"border-b border-b-blue-gray-100",color:"text-blue-gray-700",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-xl",textAlign:"text-left",fontWeight:"font-semibold",lineHeight:"leading-snug",userSelect:"select-none",hover:"hover:text-blue-gray-900",transition:"transition-colors"},active:{color:"text-blue-gray-900"},icon:{ml:"ml-4"}},body:{display:"block",width:"w-full",py:"py-4",color:"text-gray-700",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-sm",fontWeight:"font-light",lineHeight:"leading-normal"},disabled:{pointerEvents:"pointer-events-none",opacity:"opacity-50"}}}},n=t})(V2);var S2={},_2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-blue-gray-500",color:"text-white"},gray:{backgroud:"bg-gray-900",color:"text-white"},brown:{backgroud:"bg-brown-500",color:"text-white"},"deep-orange":{backgroud:"bg-deep-orange-500",color:"text-white"},orange:{backgroud:"bg-orange-500",color:"text-white"},amber:{backgroud:"bg-amber-500",color:"text-black"},yellow:{backgroud:"bg-yellow-500",color:"text-black"},lime:{backgroud:"bg-lime-500",color:"text-black"},"light-green":{backgroud:"bg-light-green-500",color:"text-white"},green:{backgroud:"bg-green-500",color:"text-white"},teal:{backgroud:"bg-teal-500",color:"text-white"},cyan:{backgroud:"bg-cyan-500",color:"text-white"},"light-blue":{backgroud:"bg-light-blue-500",color:"text-white"},blue:{backgroud:"bg-blue-500",color:"text-white"},indigo:{backgroud:"bg-indigo-500",color:"text-white"},"deep-purple":{backgroud:"bg-deep-purple-500",color:"text-white"},purple:{backgroud:"bg-purple-500",color:"text-white"},pink:{backgroud:"bg-pink-500",color:"text-white"},red:{backgroud:"bg-red-500",color:"text-white"}},t=r})(_2);var L2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",color:"text-white"},gray:{backgroud:"bg-gradient-to-tr from-gray-900 to-gray-800",color:"text-white"},brown:{backgroud:"bg-gradient-to-tr from-brown-600 to-brown-400",color:"text-white"},"deep-orange":{backgroud:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",color:"text-white"},orange:{backgroud:"bg-gradient-to-tr from-orange-600 to-orange-400",color:"text-white"},amber:{backgroud:"bg-gradient-to-tr from-amber-600 to-amber-400",color:"text-black"},yellow:{backgroud:"bg-gradient-to-tr from-yellow-600 to-yellow-400",color:"text-black"},lime:{backgroud:"bg-gradient-to-tr from-lime-600 to-lime-400",color:"text-black"},"light-green":{backgroud:"bg-gradient-to-tr from-light-green-600 to-light-green-400",color:"text-white"},green:{backgroud:"bg-gradient-to-tr from-green-600 to-green-400",color:"text-white"},teal:{backgroud:"bg-gradient-to-tr from-teal-600 to-teal-400",color:"text-white"},cyan:{backgroud:"bg-gradient-to-tr from-cyan-600 to-cyan-400",color:"text-white"},"light-blue":{backgroud:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400",color:"text-white"},blue:{backgroud:"bg-gradient-to-tr from-blue-600 to-blue-400",color:"text-white"},indigo:{backgroud:"bg-gradient-to-tr from-indigo-600 to-indigo-400",color:"text-white"},"deep-purple":{backgroud:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",color:"text-white"},purple:{backgroud:"bg-gradient-to-tr from-purple-600 to-purple-400",color:"text-white"},pink:{backgroud:"bg-gradient-to-tr from-pink-600 to-pink-400",color:"text-white"},red:{backgroud:"bg-gradient-to-tr from-red-600 to-red-400",color:"text-white"}},t=r})(L2);var H2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{border:"border border-blue-gray-500",color:"text-blue-gray-700"},gray:{border:"border border-gray-900",color:"text-gray-900"},brown:{border:"border border-brown-500",color:"text-brown-700"},"deep-orange":{border:"border border-deep-orange-500",color:"text-deep-orange-700"},orange:{border:"border border-orange-500",color:"text-orange-700"},amber:{border:"border border-amber-500",color:"text-amber-700"},yellow:{border:"border border-yellow-500",color:"text-yellow-700"},lime:{border:"border border-lime-500",color:"text-lime-700"},"light-green":{border:"border border-light-green-500",color:"text-light-green-700"},green:{border:"border border-green-500",color:"text-green-700"},teal:{border:"border border-teal-500",color:"text-teal-700"},cyan:{border:"border border-cyan-500",color:"text-cyan-700"},"light-blue":{border:"border border-light-blue-500",color:"text-light-blue-700"},blue:{border:"border border-blue-500",color:"text-blue-700"},indigo:{border:"border border-indigo-500",color:"text-indigo-700"},"deep-purple":{border:"border border-deep-purple-500",color:"text-deep-purple-700"},purple:{border:"border border-purple-500",color:"text-purple-700"},pink:{border:"border border-pink-500",color:"text-pink-700"},red:{border:"border border-red-500",color:"text-red-700"}},t=r})(H2);var A2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-blue-gray-500/20",color:"text-blue-gray-900"},gray:{backgroud:"bg-gray-900/10",color:"text-gray-900"},brown:{backgroud:"bg-brown-500/20",color:"text-brown-900"},"deep-orange":{backgroud:"bg-deep-orange-500/20",color:"text-deep-orange-900"},orange:{backgroud:"bg-orange-500/20",color:"text-orange-900"},amber:{backgroud:"bg-amber-500/20",color:"text-amber-900"},yellow:{backgroud:"bg-yellow-500/20",color:"text-yellow-900"},lime:{backgroud:"bg-lime-500/20",color:"text-lime-900"},"light-green":{backgroud:"bg-light-green-500/20",color:"text-light-green-900"},green:{backgroud:"bg-green-500/20",color:"text-green-900"},teal:{backgroud:"bg-teal-500/20",color:"text-teal-900"},cyan:{backgroud:"bg-cyan-500/20",color:"text-cyan-900"},"light-blue":{backgroud:"bg-light-blue-500/20",color:"text-light-blue-900"},blue:{backgroud:"bg-blue-500/20",color:"text-blue-900"},indigo:{backgroud:"bg-indigo-500/20",color:"text-indigo-900"},"deep-purple":{backgroud:"bg-deep-purple-500/20",color:"text-deep-purple-900"},purple:{backgroud:"bg-purple-500/20",color:"text-purple-900"},pink:{backgroud:"bg-pink-500/20",color:"text-pink-900"},red:{backgroud:"bg-red-500/20",color:"text-red-900"}},t=r})(A2);var Ji={},x1={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(h,g){for(var M in g)Object.defineProperty(h,M,{enumerable:!0,get:g[M]})}r(e,{propTypesColors:function(){return o},propTypesAnimation:function(){return a},propTypesDismissType:function(){return i},propTypesOffsetType:function(){return p},propTypesPlacements:function(){return v}});var t=n(ke);function n(h){return h&&h.__esModule?h:{default:h}}var o=["blue-gray","gray","brown","deep-orange","orange","amber","yellow","lime","light-green","green","teal","cyan","light-blue","blue","indigo","deep-purple","purple","pink","red"],a=t.default.shape({mount:t.default.instanceOf(Object),unmount:t.default.instanceOf(Object)}),i=t.default.shape({enabled:t.default.bool,escapeKey:t.default.bool,referencePress:t.default.bool,referencePressEvent:t.default.oneOf(["pointerdown","mousedown","click"]),outsidePress:t.default.oneOfType([t.default.bool,t.default.func]),outsidePressEvent:t.default.oneOf(["pointerdown","mousedown","click"]),ancestorScroll:t.default.bool,bubbles:t.default.oneOfType([t.default.bool,t.default.shape({escapeKey:t.default.bool,outsidePress:t.default.bool})])}),p=t.default.oneOfType([t.default.number,t.default.shape({mainAxis:t.default.number,crossAxis:t.default.number,alignmentAxis:t.default.number})]),v=["top-start","top","top-end","right-start","right","right-end","bottom-start","bottom","bottom-end","left-start","left","left-end"]})(x1),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(z,w){for(var b in w)Object.defineProperty(z,b,{enumerable:!0,get:w[b]})}r(e,{propTypesVariant:function(){return a},propTypesColor:function(){return i},propTypesIcon:function(){return p},propTypesOpen:function(){return v},propTypesOnClose:function(){return h},propTypesAction:function(){return g},propTypesAnimate:function(){return M},propTypesClassName:function(){return T},propTypesChildren:function(){return C}});var t=o(ke),n=x1;function o(z){return z&&z.__esModule?z:{default:z}}var a=["filled","gradient","outlined","ghost"],i=n.propTypesColors,p=t.default.node,v=t.default.bool,h=t.default.func,g=t.default.node,M=n.propTypesAnimation,T=t.default.string,C=t.default.node.isRequired}(Ji),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(g,M){for(var T in M)Object.defineProperty(g,T,{enumerable:!0,get:M[T]})}r(e,{alert:function(){return v},default:function(){return h}});var t=p(_2),n=p(L2),o=p(H2),a=p(A2),i=Ji;function p(g){return g&&g.__esModule?g:{default:g}}var v={defaultProps:{variant:"filled",color:"gray",icon:void 0,open:!0,action:void 0,onClose:void 0,animate:{unmount:{},mount:{}},className:""},valid:{variants:i.propTypesVariant,colors:i.propTypesColor},styles:{base:{alert:{position:"relative",display:"block",width:"w-full",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-regular",px:"px-4",py:"py-4",borderRadius:"rounded-lg"},action:{position:"!absolute",top:"top-3",right:"right-3"}},variants:{filled:t.default,gradient:n.default,outlined:o.default,ghost:a.default}}},h=v}(S2);var E2={},Qi={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{propTypesVariant:function(){return M},propTypesSize:function(){return T},propTypesClassName:function(){return C},propTypesWithBorder:function(){return z},propTypesColor:function(){return w}});var t=i(ke),n=x1;function o(b,f){(f==null||f>b.length)&&(f=b.length);for(var s=0,d=new Array(f);s<f;s++)d[s]=b[s];return d}function a(b){if(Array.isArray(b))return o(b)}function i(b){return b&&b.__esModule?b:{default:b}}function p(b){if(typeof Symbol<"u"&&b[Symbol.iterator]!=null||b["@@iterator"]!=null)return Array.from(b)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(b){return a(b)||p(b)||g(b)||v()}function g(b,f){if(b){if(typeof b=="string")return o(b,f);var s=Object.prototype.toString.call(b).slice(8,-1);if(s==="Object"&&b.constructor&&(s=b.constructor.name),s==="Map"||s==="Set")return Array.from(s);if(s==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return o(b,f)}}var M=["circular","rounded","square"],T=["xs","sm","md","lg","xl","xxl"],C=t.default.string,z=t.default.bool,w=["white"].concat(h(n.propTypesColors))})(Qi);var k2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{borderColor:"border-white"},"blue-gray":{borderColor:"border-blue-gray-500"},gray:{borderColor:"border-gray-900"},brown:{borderColor:"border-brown-500"},"deep-orange":{borderColor:"border-deep-orange-500"},orange:{borderColor:"border-orange-500"},amber:{borderColor:"border-amber-500"},yellow:{borderColor:"border-yellow-500"},lime:{borderColor:"border-lime-500"},"light-green":{borderColor:"border-light-green-500"},green:{borderColor:"border-green-500"},teal:{borderColor:"border-teal-500"},cyan:{borderColor:"border-cyan-500"},"light-blue":{borderColor:"border-light-blue-500"},blue:{borderColor:"border-blue-500"},indigo:{borderColor:"border-indigo-500"},"deep-purple":{borderColor:"border-deep-purple-500"},purple:{borderColor:"border-purple-500"},pink:{borderColor:"border-pink-500"},red:{borderColor:"border-red-500"}},t=r})(k2),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{avatar:function(){return a},default:function(){return i}});var t=Qi,n=o(k2);function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{variant:"circular",size:"md",className:"",withBorder:!1,color:"gray"},valid:{variants:t.propTypesVariant,sizes:t.propTypesSize,colors:t.propTypesColor},styles:{base:{initial:{display:"inline-block",position:"relative",objectFit:"object-cover",objectPosition:"object-center"},withBorder:{border:"border-2"}},sizes:{xs:{width:"w-6",height:"h-6",borderRadius:"rounded-md"},sm:{width:"w-9",height:"h-9",borderRadius:"rounded-md"},md:{width:"w-12",height:"h-12",borderRadius:"rounded-lg"},lg:{width:"w-[58px]",height:"h-[58px]",borderRadius:"rounded-lg"},xl:{width:"w-[74px]",height:"h-[74px]",borderRadius:"rounded-xl"},xxl:{width:"w-[110px]",height:"h-[110px]",borderRadius:"rounded-2xl"}},variants:{rounded:{},square:{borderRadius:"!rounded-none"},circular:{borderRadius:"!rounded-full"}},borderColor:n.default}},i=a}(E2);var R2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{breadcrumbs:function(){return t},default:function(){return n}});var t={defaultProps:{className:"",fullWidth:!1,separator:"/"},styles:{base:{root:{initial:{width:"w-max"},fullWidth:{display:"block",width:"w-full"}},list:{display:"flex",flexWrap:"flex-wrap",alignItems:"items-center",width:"w-full",bg:"bg-blue-gray-50",bgOpacity:"bg-opacity-60",py:"py-2",px:"px-4",borderRadius:"rounded-md"},item:{initial:{display:"flex",alignItems:"items-center",color:"text-blue-gray-900",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-sm",fontWeight:"font-normal",lineHeight:"leading-normal",cursor:"cursor-pointer",transition:"transition-colors duration-300",hover:"hover:text-light-blue-500"},disabled:{pointerEvents:"pointer-events-none"}},separator:{color:"text-blue-gray-500",fontSize:"text-sm",fontSmoothing:"antialiased",fontFamily:"font-sans",fontWeight:"font-normal",lineHeight:"leading-normal",px:"mx-2",pointerEvents:"pointer-events-none",userSelcet:"select-none"}}}},n=t})(R2);var N2={},el={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{background:"bg-white",color:"text-blue-gray-900",shadow:"shadow-md shadow-blue-gray-500/10",hover:"hover:shadow-lg hover:shadow-blue-gray-500/20",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},black:{background:"bg-gray-900",color:"text-white",shadow:"shadow-md shadow-gray-900/10",hover:"hover:shadow-lg hover:shadow-gray-900/20",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},"blue-gray":{background:"bg-blue-gray-500",color:"text-white",shadow:"shadow-md shadow-blue-gray-500/20",hover:"hover:shadow-lg hover:shadow-blue-gray-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},gray:{background:"bg-gray-900",color:"text-white",shadow:"shadow-md shadow-gray-900/10",hover:"hover:shadow-lg hover:shadow-gray-900/20",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},brown:{background:"bg-brown-500",color:"text-white",shadow:"shadow-md shadow-brown-500/20",hover:"hover:shadow-lg hover:shadow-brown-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},"deep-orange":{background:"bg-deep-orange-500",color:"text-white",shadow:"shadow-md shadow-deep-orange-500/20",hover:"hover:shadow-lg hover:shadow-deep-orange-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},orange:{background:"bg-orange-500",color:"text-white",shadow:"shadow-md shadow-orange-500/20",hover:"hover:shadow-lg hover:shadow-orange-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},amber:{background:"bg-amber-500",color:"text-black",shadow:"shadow-md shadow-amber-500/20",hover:"hover:shadow-lg hover:shadow-amber-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},yellow:{background:"bg-yellow-500",color:"text-black",shadow:"shadow-md shadow-yellow-500/20",hover:"hover:shadow-lg hover:shadow-yellow-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},lime:{background:"bg-lime-500",color:"text-black",shadow:"shadow-md shadow-lime-500/20",hover:"hover:shadow-lg hover:shadow-lime-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},"light-green":{background:"bg-light-green-500",color:"text-white",shadow:"shadow-md shadow-light-green-500/20",hover:"hover:shadow-lg hover:shadow-light-green-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},green:{background:"bg-green-500",color:"text-white",shadow:"shadow-md shadow-green-500/20",hover:"hover:shadow-lg hover:shadow-green-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},teal:{background:"bg-teal-500",color:"text-white",shadow:"shadow-md shadow-teal-500/20",hover:"hover:shadow-lg hover:shadow-teal-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},cyan:{background:"bg-cyan-500",color:"text-white",shadow:"shadow-md shadow-cyan-500/20",hover:"hover:shadow-lg hover:shadow-cyan-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},"light-blue":{background:"bg-light-blue-500",color:"text-white",shadow:"shadow-md shadow-light-blue-500/20",hover:"hover:shadow-lg hover:shadow-light-blue-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},blue:{background:"bg-blue-500",color:"text-white",shadow:"shadow-md shadow-blue-500/20",hover:"hover:shadow-lg hover:shadow-blue-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},indigo:{background:"bg-indigo-500",color:"text-white",shadow:"shadow-md shadow-indigo-500/20",hover:"hover:shadow-lg hover:shadow-indigo-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},"deep-purple":{background:"bg-deep-purple-500",color:"text-white",shadow:"shadow-md shadow-deep-purple-500/20",hover:"hover:shadow-lg hover:shadow-deep-purple-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},purple:{background:"bg-purple-500",color:"text-white",shadow:"shadow-md shadow-purple-500/20",hover:"hover:shadow-lg hover:shadow-purple-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},pink:{background:"bg-pink-500",color:"text-white",shadow:"shadow-md shadow-pink-500/20",hover:"hover:shadow-lg hover:shadow-pink-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},red:{background:"bg-red-500",color:"text-white",shadow:"shadow-md shadow-red-500/20",hover:"hover:shadow-lg hover:shadow-red-500/40",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"}},t=r})(el);var tl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{background:"bg-white",color:"text-blue-gray-900",shadow:"shadow-md shadow-blue-gray-500/10",hover:"hover:shadow-lg hover:shadow-blue-gray-500/20",focus:"focus:opacity-[0.85] focus:shadow-none",active:"active:opacity-[0.85] active:shadow-none"},black:{background:"bg-gradient-to-tr from-gray-900 to-gray-800",color:"text-white",shadow:"shadow-md shadow-gray-900/10",hover:"hover:shadow-lg hover:shadow-gray-900/20",active:"active:opacity-[0.85]"},"blue-gray":{background:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",color:"text-white",shadow:"shadow-md shadow-blue-gray-500/20",hover:"hover:shadow-lg hover:shadow-blue-gray-500/40",active:"active:opacity-[0.85]"},gray:{background:"bg-gradient-to-tr from-gray-900 to-gray-800",color:"text-white",shadow:"shadow-md shadow-gray-900/10",hover:"hover:shadow-lg hover:shadow-gray-900/20",active:"active:opacity-[0.85]"},brown:{background:"bg-gradient-to-tr from-brown-600 to-brown-400",color:"text-white",shadow:"shadow-md shadow-brown-500/20",hover:"hover:shadow-lg hover:shadow-brown-500/40",active:"active:opacity-[0.85]"},"deep-orange":{background:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",color:"text-white",shadow:"shadow-md shadow-deep-orange-500/20",hover:"hover:shadow-lg hover:shadow-deep-orange-500/40",active:"active:opacity-[0.85]"},orange:{background:"bg-gradient-to-tr from-orange-600 to-orange-400",color:"text-white",shadow:"shadow-md shadow-orange-500/20",hover:"hover:shadow-lg hover:shadow-orange-500/40",active:"active:opacity-[0.85]"},amber:{background:"bg-gradient-to-tr from-amber-600 to-amber-400",color:"text-black",shadow:"shadow-md shadow-amber-500/20",hover:"hover:shadow-lg hover:shadow-amber-500/40",active:"active:opacity-[0.85]"},yellow:{background:"bg-gradient-to-tr from-yellow-600 to-yellow-400",color:"text-black",shadow:"shadow-md shadow-yellow-500/20",hover:"hover:shadow-lg hover:shadow-yellow-500/40",active:"active:opacity-[0.85]"},lime:{background:"bg-gradient-to-tr from-lime-600 to-lime-400",color:"text-black",shadow:"shadow-md shadow-lime-500/20",hover:"hover:shadow-lg hover:shadow-lime-500/40",active:"active:opacity-[0.85]"},"light-green":{background:"bg-gradient-to-tr from-light-green-600 to-light-green-400",color:"text-white",shadow:"shadow-md shadow-light-green-500/20",hover:"hover:shadow-lg hover:shadow-light-green-500/40",active:"active:opacity-[0.85]"},green:{background:"bg-gradient-to-tr from-green-600 to-green-400",color:"text-white",shadow:"shadow-md shadow-green-500/20",hover:"hover:shadow-lg hover:shadow-green-500/40",active:"active:opacity-[0.85]"},teal:{background:"bg-gradient-to-tr from-teal-600 to-teal-400",color:"text-white",shadow:"shadow-md shadow-teal-500/20",hover:"hover:shadow-lg hover:shadow-teal-500/40",active:"active:opacity-[0.85]"},cyan:{background:"bg-gradient-to-tr from-cyan-600 to-cyan-400",color:"text-white",shadow:"shadow-md shadow-cyan-500/20",hover:"hover:shadow-lg hover:shadow-cyan-500/40",active:"active:opacity-[0.85]"},"light-blue":{background:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400",color:"text-white",shadow:"shadow-md shadow-light-blue-500/20",hover:"hover:shadow-lg hover:shadow-light-blue-500/40",active:"active:opacity-[0.85]"},blue:{background:"bg-gradient-to-tr from-blue-600 to-blue-400",color:"text-white",shadow:"shadow-md shadow-blue-500/20",hover:"hover:shadow-lg hover:shadow-blue-500/40",active:"active:opacity-[0.85]"},indigo:{background:"bg-gradient-to-tr from-indigo-600 to-indigo-400",color:"text-white",shadow:"shadow-md shadow-indigo-500/20",hover:"hover:shadow-lg hover:shadow-indigo-500/40",active:"active:opacity-[0.85]"},"deep-purple":{background:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",color:"text-white",shadow:"shadow-md shadow-deep-purple-500/20",hover:"hover:shadow-lg hover:shadow-deep-purple-500/40",active:"active:opacity-[0.85]"},purple:{background:"bg-gradient-to-tr from-purple-600 to-purple-400",color:"text-white",shadow:"shadow-md shadow-purple-500/20",hover:"hover:shadow-lg hover:shadow-purple-500/40",active:"active:opacity-[0.85]"},pink:{background:"bg-gradient-to-tr from-pink-600 to-pink-400",color:"text-white",shadow:"shadow-md shadow-pink-500/20",hover:"hover:shadow-lg hover:shadow-pink-500/40",active:"active:opacity-[0.85]"},red:{background:"bg-gradient-to-tr from-red-600 to-red-400",color:"text-white",shadow:"shadow-md shadow-red-500/20",hover:"hover:shadow-lg hover:shadow-red-500/40",active:"active:opacity-[0.85]"}},t=r})(tl);var rl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{border:"border border-white",color:"text-white",hover:"hover:opacity-75",focus:"focus:ring focus:ring-white/50",active:"active:opacity-[0.85]"},black:{border:"border border-gray-900",color:"text-gray-900",hover:"hover:opacity-75",focus:"focus:ring focus:ring-gray-300",active:"active:opacity-[0.85]"},"blue-gray":{border:"border border-blue-gray-500",color:"text-blue-gray-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-blue-gray-200",active:"active:opacity-[0.85]"},gray:{border:"border border-gray-900",color:"text-gray-900",hover:"hover:opacity-75",focus:"focus:ring focus:ring-gray-300",active:"active:opacity-[0.85]"},brown:{border:"border border-brown-500",color:"text-brown-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-brown-200",active:"active:opacity-[0.85]"},"deep-orange":{border:"border border-deep-orange-500",color:"text-deep-orange-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-deep-orange-200",active:"active:opacity-[0.85]"},orange:{border:"border border-orange-500",color:"text-orange-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-orange-200",active:"active:opacity-[0.85]"},amber:{border:"border border-amber-500",color:"text-amber-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-amber-200",active:"active:opacity-[0.85]"},yellow:{border:"border border-yellow-500",color:"text-yellow-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-yellow-200",active:"active:opacity-[0.85]"},lime:{border:"border border-lime-500",color:"text-lime-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-lime-200",active:"active:opacity-[0.85]"},"light-green":{border:"border border-light-green-500",color:"text-light-green-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-light-green-200",active:"active:opacity-[0.85]"},green:{border:"border border-green-500",color:"text-green-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-green-200",active:"active:opacity-[0.85]"},teal:{border:"border border-teal-500",color:"text-teal-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-teal-200",active:"active:opacity-[0.85]"},cyan:{border:"border border-cyan-500",color:"text-cyan-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-cyan-200",active:"active:opacity-[0.85]"},"light-blue":{border:"border border-light-blue-500",color:"text-light-blue-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-light-blue-200",active:"active:opacity-[0.85]"},blue:{border:"border border-blue-500",color:"text-blue-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-blue-200",active:"active:opacity-[0.85]"},indigo:{border:"border border-indigo-500",color:"text-indigo-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-indigo-200",active:"active:opacity-[0.85]"},"deep-purple":{border:"border border-deep-purple-500",color:"text-deep-purple-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-deep-purple-200",active:"active:opacity-[0.85]"},purple:{border:"border border-purple-500",color:"text-purple-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-purple-200",active:"active:opacity-[0.85]"},pink:{border:"border border-pink-500",color:"text-pink-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-pink-200",active:"active:opacity-[0.85]"},red:{border:"border border-red-500",color:"text-red-500",hover:"hover:opacity-75",focus:"focus:ring focus:ring-red-200",active:"active:opacity-[0.85]"}},t=r})(rl);var nl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{color:"text-white",hover:"hover:bg-white/10",active:"active:bg-white/30"},black:{color:"text-gray-900",hover:"hover:bg-gray-900/10",active:"active:bg-gray-900/20"},"blue-gray":{color:"text-blue-gray-500",hover:"hover:bg-blue-gray-500/10",active:"active:bg-blue-gray-500/30"},gray:{color:"text-gray-900",hover:"hover:bg-gray-900/10",active:"active:bg-gray-900/20"},brown:{color:"text-brown-500",hover:"hover:bg-brown-500/10",active:"active:bg-brown-500/30"},"deep-orange":{color:"text-deep-orange-500",hover:"hover:bg-deep-orange-500/10",active:"active:bg-deep-orange-500/30"},orange:{color:"text-orange-500",hover:"hover:bg-orange-500/10",active:"active:bg-orange-500/30"},amber:{color:"text-amber-500",hover:"hover:bg-amber-500/10",active:"active:bg-amber-500/30"},yellow:{color:"text-yellow-500",hover:"hover:bg-yellow-500/10",active:"active:bg-yellow-500/30"},lime:{color:"text-lime-500",hover:"hover:bg-lime-500/10",active:"active:bg-lime-500/30"},"light-green":{color:"text-light-green-500",hover:"hover:bg-light-green-500/10",active:"active:bg-light-green-500/30"},green:{color:"text-green-500",hover:"hover:bg-green-500/10",active:"active:bg-green-500/30"},teal:{color:"text-teal-500",hover:"hover:bg-teal-500/10",active:"active:bg-teal-500/30"},cyan:{color:"text-cyan-500",hover:"hover:bg-cyan-500/10",active:"active:bg-cyan-500/30"},"light-blue":{color:"text-light-blue-500",hover:"hover:bg-light-blue-500/10",active:"active:bg-light-blue-500/30"},blue:{color:"text-blue-500",hover:"hover:bg-blue-500/10",active:"active:bg-blue-500/30"},indigo:{color:"text-indigo-500",hover:"hover:bg-indigo-500/10",active:"active:bg-indigo-500/30"},"deep-purple":{color:"text-deep-purple-500",hover:"hover:bg-deep-purple-500/10",active:"active:bg-deep-purple-500/30"},purple:{color:"text-purple-500",hover:"hover:bg-purple-500/10",active:"active:bg-purple-500/30"},pink:{color:"text-pink-500",hover:"hover:bg-pink-500/10",active:"active:bg-pink-500/30"},red:{color:"text-red-500",hover:"hover:bg-red-500/10",active:"active:bg-red-500/30"}},t=r})(nl);var Fr={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(d,l){for(var c in l)Object.defineProperty(d,c,{enumerable:!0,get:l[c]})}r(e,{propTypesVariant:function(){return M},propTypesSize:function(){return T},propTypesColor:function(){return C},propTypesFullWidth:function(){return z},propTypesRipple:function(){return w},propTypesClassName:function(){return b},propTypesChildren:function(){return f},propTypesLoading:function(){return s}});var t=i(ke),n=x1;function o(d,l){(l==null||l>d.length)&&(l=d.length);for(var c=0,m=new Array(l);c<l;c++)m[c]=d[c];return m}function a(d){if(Array.isArray(d))return o(d)}function i(d){return d&&d.__esModule?d:{default:d}}function p(d){if(typeof Symbol<"u"&&d[Symbol.iterator]!=null||d["@@iterator"]!=null)return Array.from(d)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(d){return a(d)||p(d)||g(d)||v()}function g(d,l){if(d){if(typeof d=="string")return o(d,l);var c=Object.prototype.toString.call(d).slice(8,-1);if(c==="Object"&&d.constructor&&(c=d.constructor.name),c==="Map"||c==="Set")return Array.from(c);if(c==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c))return o(d,l)}}var M=["filled","outlined","gradient","text"],T=["sm","md","lg"],C=["white","black"].concat(h(n.propTypesColors)),z=t.default.bool,w=t.default.bool,b=t.default.string,f=t.default.node.isRequired,s=t.default.bool})(Fr),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(g,M){for(var T in M)Object.defineProperty(g,T,{enumerable:!0,get:M[T]})}r(e,{button:function(){return v},default:function(){return h}});var t=p(el),n=p(tl),o=p(rl),a=p(nl),i=Fr;function p(g){return g&&g.__esModule?g:{default:g}}var v={defaultProps:{variant:"filled",size:"md",color:"gray",fullWidth:!1,ripple:!0,className:""},valid:{variants:i.propTypesVariant,sizes:i.propTypesSize,colors:i.propTypesColor},styles:{base:{initial:{verticalAlign:"align-middle",userSelect:"select-none",fontFamily:"font-sans",fontWeight:"font-bold",textAlign:"text-center",textTransform:"uppercase",transition:"transition-all",disabled:"disabled:opacity-50 disabled:shadow-none disabled:pointer-events-none"},fullWidth:{display:"block",width:"w-full"}},sizes:{sm:{fontSize:"text-xs",py:"py-2",px:"px-4",borderRadius:"rounded-lg"},md:{fontSize:"text-xs",py:"py-3",px:"px-6",borderRadius:"rounded-lg"},lg:{fontSize:"text-sm",py:"py-3.5",px:"px-7",borderRadius:"rounded-lg"}},variants:{filled:t.default,gradient:n.default,outlined:o.default,text:a.default}}},h=v}(N2);var j2={},ol={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{backgroud:"bg-transparent",color:"text-gray-700",shadow:"shadow-none"},white:{backgroud:"bg-white",color:"text-gray-700"},"blue-gray":{backgroud:"bg-blue-gray-500",color:"text-white",shadow:"shadow-blue-gray-500/40"},gray:{backgroud:"bg-gray-900",color:"text-white",shadow:"shadow-gray-900/20"},brown:{backgroud:"bg-brown-500",color:"text-white",shadow:"shadow-brown-500/40"},"deep-orange":{backgroud:"bg-deep-orange-500",color:"text-white",shadow:"shadow-deep-orange-500/40"},orange:{backgroud:"bg-orange-500",color:"text-white",shadow:"shadow-orange-500/40"},amber:{backgroud:"bg-amber-500",color:"text-gray-700",shadow:"shadow-amber-500/40"},yellow:{backgroud:"bg-yellow-500",color:"text-gray-700",shadow:"shadow-yellow-500/40"},lime:{backgroud:"bg-lime-500",color:"text-gray-700",shadow:"shadow-lime-500/40"},"light-green":{backgroud:"bg-light-green-500",color:"text-white",shadow:"shadow-light-green-500/40"},green:{backgroud:"bg-green-500",color:"text-white",shadow:"shadow-green-500/40"},teal:{backgroud:"bg-teal-500",color:"text-white",shadow:"shadow-teal-500/40"},cyan:{backgroud:"bg-cyan-500",color:"text-white",shadow:"shadow-cyan-500/40"},"light-blue":{backgroud:"bg-light-blue-500",color:"text-white",shadow:"shadow-light-blue-500/40"},blue:{backgroud:"bg-blue-500",color:"text-white",shadow:"shadow-blue-500/40"},indigo:{backgroud:"bg-indigo-500",color:"text-white",shadow:"shadow-indigo-500/40"},"deep-purple":{backgroud:"bg-deep-purple-500",color:"text-white",shadow:"shadow-deep-purple-500/40"},purple:{backgroud:"bg-purple-500",color:"text-white",shadow:"shadow-purple-500/40"},pink:{backgroud:"bg-pink-500",color:"text-white",shadow:"shadow-pink-500/40"},red:{backgroud:"bg-red-500",color:"text-white",shadow:"shadow-red-500/40"}},t=r})(ol);var al={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{backgroud:"bg-transparent",color:"text-gray-700",shadow:"shadow-none"},white:{backgroud:"bg-white",color:"text-gray-700"},"blue-gray":{backgroud:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",color:"text-white",shadow:"shadow-blue-gray-500/40"},gray:{backgroud:"bg-gradient-to-tr from-gray-900 to-gray-800",color:"text-white",shadow:"shadow-gray-900/20"},brown:{backgroud:"bg-gradient-to-tr from-brown-600 to-brown-400",color:"text-white",shadow:"shadow-brown-500/40"},"deep-orange":{backgroud:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",color:"text-white",shadow:"shadow-deep-orange-500/40"},orange:{backgroud:"bg-gradient-to-tr from-orange-600 to-orange-400",color:"text-white",shadow:"shadow-orange-500/40"},amber:{backgroud:"bg-gradient-to-tr from-amber-600 to-amber-400",color:"text-gray-700",shadow:"shadow-amber-500/40"},yellow:{backgroud:"bg-gradient-to-tr from-yellow-600 to-yellow-400",color:"text-gray-700",shadow:"shadow-yellow-500/40"},lime:{backgroud:"bg-gradient-to-tr from-lime-600 to-lime-400",color:"text-gray-700",shadow:"shadow-lime-500/40"},"light-green":{backgroud:"bg-gradient-to-tr from-light-green-600 to-light-green-400",color:"text-white",shadow:"shadow-light-green-500/40"},green:{backgroud:"bg-gradient-to-tr from-green-600 to-green-400",color:"text-white",shadow:"shadow-green-500/40"},teal:{backgroud:"bg-gradient-to-tr from-teal-600 to-teal-400",color:"text-white",shadow:"shadow-teal-500/40"},cyan:{backgroud:"bg-gradient-to-tr from-cyan-600 to-cyan-400",color:"text-white",shadow:"shadow-cyan-500/40"},"light-blue":{backgroud:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400",color:"text-white",shadow:"shadow-light-blue-500/40"},blue:{backgroud:"bg-gradient-to-tr from-blue-600 to-blue-400",color:"text-white",shadow:"shadow-blue-500/40"},indigo:{backgroud:"bg-gradient-to-tr from-indigo-600 to-indigo-400",color:"text-white",shadow:"shadow-indigo-500/40"},"deep-purple":{backgroud:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",color:"text-white",shadow:"shadow-deep-purple-500/40"},purple:{backgroud:"bg-gradient-to-tr from-purple-600 to-purple-400",color:"text-white",shadow:"shadow-purple-500/40"},pink:{backgroud:"bg-gradient-to-tr from-pink-600 to-pink-400",color:"text-white",shadow:"shadow-pink-500/40"},red:{backgroud:"bg-gradient-to-tr from-red-600 to-red-400",color:"text-white",shadow:"shadow-red-500/40"}},t=r})(al);var Ir={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{propTypesVariant:function(){return M},propTypesColor:function(){return T},propTypesShadow:function(){return C},propTypesFloated:function(){return z},propTypesDivider:function(){return w},propTypesClassName:function(){return b},propTypesChildren:function(){return f}});var t=i(ke),n=x1;function o(s,d){(d==null||d>s.length)&&(d=s.length);for(var l=0,c=new Array(d);l<d;l++)c[l]=s[l];return c}function a(s){if(Array.isArray(s))return o(s)}function i(s){return s&&s.__esModule?s:{default:s}}function p(s){if(typeof Symbol<"u"&&s[Symbol.iterator]!=null||s["@@iterator"]!=null)return Array.from(s)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(s){return a(s)||p(s)||g(s)||v()}function g(s,d){if(s){if(typeof s=="string")return o(s,d);var l=Object.prototype.toString.call(s).slice(8,-1);if(l==="Object"&&s.constructor&&(l=s.constructor.name),l==="Map"||l==="Set")return Array.from(l);if(l==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(l))return o(s,d)}}var M=["filled","gradient"],T=["transparent","white"].concat(h(n.propTypesColors)),C=t.default.bool,z=t.default.bool,w=t.default.bool,b=t.default.string,f=t.default.node.isRequired})(Ir),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(ol),t=o(al),n=Ir;function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{variant:"filled",color:"white",shadow:!0,className:""},valid:{variants:n.propTypesVariant,colors:n.propTypesColor},styles:{base:{initial:{position:"relative",display:"flex",flexDirection:"flex-col",backgroundClip:"bg-clip-border",borderRadius:"rounded-xl"},shadow:{boxShadow:"shadow-md"}},variants:{filled:r.default,gradient:t.default}}},i=a}(j2);var $2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{cardBody:function(){return t},default:function(){return n}});var t={defaultProps:{className:""},styles:{base:{p:"p-6"}}},n=t})($2);var D2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{cardFooter:function(){return t},default:function(){return n}});var t={defaultProps:{className:""},styles:{base:{initial:{p:"p-6"},divider:{borderWidth:"border-t",borderColor:"border-blue-gray-50"}}}},n=t})(D2);var F2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(ol),t=o(al),n=Ir;function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{variant:"filled",color:"white",shadow:!0,floated:!0,className:""},valid:{variants:n.propTypesVariant,colors:n.propTypesColor},styles:{base:{initial:{position:"relative",backgroundClip:"bg-clip-border",mt:"mt-4",mx:"mx-4",borderRadius:"rounded-xl",overflow:"overflow-hidden"},shadow:{boxShadow:"shadow-lg"},floated:{mt:"-mt-6"}},variants:{filled:r.default,gradient:t.default}}},i=a})(F2);var I2={},W2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{background:"checked:bg-blue-gray-500",border:"checked:border-blue-gray-500",before:"checked:before:bg-blue-gray-500"},gray:{background:"checked:bg-gray-900",border:"checked:border-gray-900",before:"checked:before:bg-gray-900"},brown:{background:"checked:bg-brown-500",border:"checked:border-brown-500",before:"checked:before:bg-brown-500"},"deep-orange":{background:"checked:bg-deep-orange-500",border:"checked:border-deep-orange-500",before:"checked:before:bg-deep-orange-500"},orange:{background:"checked:bg-orange-500",border:"checked:border-orange-500",before:"checked:before:bg-orange-500"},amber:{background:"checked:bg-amber-500",border:"checked:border-amber-500",before:"checked:before:bg-amber-500"},yellow:{background:"checked:bg-yellow-500",border:"checked:border-yellow-500",before:"checked:before:bg-yellow-500"},lime:{background:"checked:bg-lime-500",border:"checked:border-lime-500",before:"checked:before:bg-lime-500"},"light-green":{background:"checked:bg-light-green-500",border:"checked:border-light-green-500",before:"checked:before:bg-light-green-500"},green:{background:"checked:bg-green-500",border:"checked:border-green-500",before:"checked:before:bg-green-500"},teal:{background:"checked:bg-teal-500",border:"checked:border-teal-500",before:"checked:before:bg-teal-500"},cyan:{background:"checked:bg-cyan-500",border:"checked:border-cyan-500",before:"checked:before:bg-cyan-500"},"light-blue":{background:"checked:bg-light-blue-500",border:"checked:border-light-blue-500",before:"checked:before:bg-light-blue-500"},blue:{background:"checked:bg-blue-500",border:"checked:border-blue-500",before:"checked:before:bg-blue-500"},indigo:{background:"checked:bg-indigo-500",border:"checked:border-indigo-500",before:"checked:before:bg-indigo-500"},"deep-purple":{background:"checked:bg-deep-purple-500",border:"checked:border-deep-purple-500",before:"checked:before:bg-deep-purple-500"},purple:{background:"checked:bg-purple-500",border:"checked:border-purple-500",before:"checked:before:bg-purple-500"},pink:{background:"checked:bg-pink-500",border:"checked:border-pink-500",before:"checked:before:bg-pink-500"},red:{background:"checked:bg-red-500",border:"checked:border-red-500",before:"checked:before:bg-red-500"}},t=r})(W2);var Wr={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(T,C){for(var z in C)Object.defineProperty(T,z,{enumerable:!0,get:C[z]})}r(e,{propTypesColor:function(){return a},propTypesLabel:function(){return i},propTypesIcon:function(){return p},propTypesRipple:function(){return v},propTypesClassName:function(){return h},propTypesDisabled:function(){return g},propTypesObject:function(){return M}});var t=o(ke),n=x1;function o(T){return T&&T.__esModule?T:{default:T}}var a=n.propTypesColors,i=t.default.node,p=t.default.node,v=t.default.bool,h=t.default.string,g=t.default.bool,M=t.default.instanceOf(Object)})(Wr),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{checkbox:function(){return a},default:function(){return i}});var t=o(W2),n=Wr;function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{color:"gray",label:void 0,icon:void 0,ripple:!0,className:"",disabled:!1,containerProps:void 0,labelProps:void 0,iconProps:void 0},valid:{colors:n.propTypesColor},styles:{base:{root:{display:"inline-flex",alignItems:"items-center"},container:{position:"relative",display:"flex",alignItems:"items-center",cursor:"cursor-pointer",p:"p-3",borderRadius:"rounded-full"},input:{peer:"peer",position:"relative",appearance:"appearance-none",width:"w-5",height:"h-5",borderWidth:"border",borderRadius:"rounded-md",borderColor:"border-blue-gray-200",cursor:"cursor-pointer",transition:"transition-all",before:{content:"before:content['']",display:"before:block",bg:"before:bg-blue-gray-500",width:"before:w-12",height:"before:h-12",borderRadius:"before:rounded-full",position:"before:absolute",top:"before:top-2/4",left:"before:left-2/4",transform:"before:-translate-y-2/4 before:-translate-x-2/4",opacity:"before:opacity-0 hover:before:opacity-10",transition:"before:transition-opacity"}},label:{color:"text-gray-700",fontWeight:"font-light",userSelect:"select-none",cursor:"cursor-pointer",mt:"mt-px"},icon:{color:"text-white",position:"absolute",top:"top-2/4",left:"left-2/4",translate:"-translate-y-2/4 -translate-x-2/4",pointerEvents:"pointer-events-none",opacity:"opacity-0 peer-checked:opacity-100",transition:"transition-opacity"},disabled:{opacity:"opacity-50",pointerEvents:"pointer-events-none"}},colors:t.default}},i=a}(I2);var U2={},G2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-blue-gray-500",color:"text-white"},gray:{backgroud:"bg-gray-900",color:"text-white"},brown:{backgroud:"bg-brown-500",color:"text-white"},"deep-orange":{backgroud:"bg-deep-orange-500",color:"text-white"},orange:{backgroud:"bg-orange-500",color:"text-white"},amber:{backgroud:"bg-amber-500",color:"text-black"},yellow:{backgroud:"bg-yellow-500",color:"text-black"},lime:{backgroud:"bg-lime-500",color:"text-black"},"light-green":{backgroud:"bg-light-green-500",color:"text-white"},green:{backgroud:"bg-green-500",color:"text-white"},teal:{backgroud:"bg-teal-500",color:"text-white"},cyan:{backgroud:"bg-cyan-500",color:"text-white"},"light-blue":{backgroud:"bg-light-blue-500",color:"text-white"},blue:{backgroud:"bg-blue-500",color:"text-white"},indigo:{backgroud:"bg-indigo-500",color:"text-white"},"deep-purple":{backgroud:"bg-deep-purple-500",color:"text-white"},purple:{backgroud:"bg-purple-500",color:"text-white"},pink:{backgroud:"bg-pink-500",color:"text-white"},red:{backgroud:"bg-red-500",color:"text-white"}},t=r})(G2);var q2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",color:"text-white"},gray:{backgroud:"bg-gradient-to-tr from-gray-900 to-gray-800",color:"text-white"},brown:{backgroud:"bg-gradient-to-tr from-brown-600 to-brown-400",color:"text-white"},"deep-orange":{backgroud:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",color:"text-white"},orange:{backgroud:"bg-gradient-to-tr from-orange-600 to-orange-400",color:"text-white"},amber:{backgroud:"bg-gradient-to-tr from-amber-600 to-amber-400",color:"text-black"},yellow:{backgroud:"bg-gradient-to-tr from-yellow-600 to-yellow-400",color:"text-black"},lime:{backgroud:"bg-gradient-to-tr from-lime-600 to-lime-400",color:"text-black"},"light-green":{backgroud:"bg-gradient-to-tr from-light-green-600 to-light-green-400",color:"text-white"},green:{backgroud:"bg-gradient-to-tr from-green-600 to-green-400",color:"text-white"},teal:{backgroud:"bg-gradient-to-tr from-teal-600 to-teal-400",color:"text-white"},cyan:{backgroud:"bg-gradient-to-tr from-cyan-600 to-cyan-400",color:"text-white"},"light-blue":{backgroud:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400",color:"text-white"},blue:{backgroud:"bg-gradient-to-tr from-blue-600 to-blue-400",color:"text-white"},indigo:{backgroud:"bg-gradient-to-tr from-indigo-600 to-indigo-400",color:"text-white"},"deep-purple":{backgroud:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",color:"text-white"},purple:{backgroud:"bg-gradient-to-tr from-purple-600 to-purple-400",color:"text-white"},pink:{backgroud:"bg-gradient-to-tr from-pink-600 to-pink-400",color:"text-white"},red:{backgroud:"bg-gradient-to-tr from-red-600 to-red-400",color:"text-white"}},t=r})(q2);var B2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{border:"border border-blue-gray-500",color:"text-blue-gray-700"},gray:{border:"border border-gray-900",color:"text-gray-700"},brown:{border:"border border-brown-500",color:"text-brown-700"},"deep-orange":{border:"border border-deep-orange-500",color:"text-deep-orange-700"},orange:{border:"border border-orange-500",color:"text-orange-700"},amber:{border:"border border-amber-500",color:"text-amber-700"},yellow:{border:"border border-yellow-500",color:"text-yellow-700"},lime:{border:"border border-lime-500",color:"text-lime-700"},"light-green":{border:"border border-light-green-500",color:"text-light-green-700"},green:{border:"border border-green-500",color:"text-green-700"},teal:{border:"border border-teal-500",color:"text-teal-700"},cyan:{border:"border border-cyan-500",color:"text-cyan-700"},"light-blue":{border:"border border-light-blue-500",color:"text-light-blue-700"},blue:{border:"border border-blue-500",color:"text-blue-700"},indigo:{border:"border border-indigo-500",color:"text-indigo-700"},"deep-purple":{border:"border border-deep-purple-500",color:"text-deep-purple-700"},purple:{border:"border border-purple-500",color:"text-purple-700"},pink:{border:"border border-pink-500",color:"text-pink-700"},red:{border:"border border-red-500",color:"text-red-700"}},t=r})(B2);var K2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-blue-gray-500/20",color:"text-blue-gray-900"},gray:{backgroud:"bg-gray-900/10",color:"text-gray-900"},brown:{backgroud:"bg-brown-500/20",color:"text-brown-900"},"deep-orange":{backgroud:"bg-deep-orange-500/20",color:"text-deep-orange-900"},orange:{backgroud:"bg-orange-500/20",color:"text-orange-900"},amber:{backgroud:"bg-amber-500/20",color:"text-amber-900"},yellow:{backgroud:"bg-yellow-500/20",color:"text-yellow-900"},lime:{backgroud:"bg-lime-500/20",color:"text-lime-900"},"light-green":{backgroud:"bg-light-green-500/20",color:"text-light-green-900"},green:{backgroud:"bg-green-500/20",color:"text-green-900"},teal:{backgroud:"bg-teal-500/20",color:"text-teal-900"},cyan:{backgroud:"bg-cyan-500/20",color:"text-cyan-900"},"light-blue":{backgroud:"bg-light-blue-500/20",color:"text-light-blue-900"},blue:{backgroud:"bg-blue-500/20",color:"text-blue-900"},indigo:{backgroud:"bg-indigo-500/20",color:"text-indigo-900"},"deep-purple":{backgroud:"bg-deep-purple-500/20",color:"text-deep-purple-900"},purple:{backgroud:"bg-purple-500/20",color:"text-purple-900"},pink:{backgroud:"bg-pink-500/20",color:"text-pink-900"},red:{backgroud:"bg-red-500/20",color:"text-red-900"}},t=r})(K2);var il={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(w,b){for(var f in b)Object.defineProperty(w,f,{enumerable:!0,get:b[f]})}r(e,{propTypesVariant:function(){return a},propTypesSize:function(){return i},propTypesColor:function(){return p},propTypesIcon:function(){return v},propTypesOpen:function(){return h},propTypesOnClose:function(){return g},propTypesAction:function(){return M},propTypesAnimate:function(){return T},propTypesClassName:function(){return C},propTypesValue:function(){return z}});var t=o(ke),n=x1;function o(w){return w&&w.__esModule?w:{default:w}}var a=["filled","gradient","outlined","ghost"],i=["sm","md","lg"],p=n.propTypesColors,v=t.default.node,h=t.default.bool,g=t.default.func,M=t.default.node,T=n.propTypesAnimation,C=t.default.string,z=t.default.node.isRequired})(il),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(g,M){for(var T in M)Object.defineProperty(g,T,{enumerable:!0,get:M[T]})}r(e,{chip:function(){return v},default:function(){return h}});var t=p(G2),n=p(q2),o=p(B2),a=p(K2),i=il;function p(g){return g&&g.__esModule?g:{default:g}}var v={defaultProps:{variant:"filled",size:"md",color:"gray",icon:void 0,open:!0,onClose:void 0,action:void 0,animate:{unmount:{},mount:{}},className:""},valid:{variants:i.propTypesVariant,sizes:i.propTypesSize,colors:i.propTypesColor},styles:{base:{chip:{position:"relative",display:"grid",placeItems:"items-center",fontFamily:"font-sans",fontWeight:"font-bold",textTransform:"uppercase",lineHeight:"leading-none",whiteSpace:"whitespace-nowrap",userSelect:"select-none"},action:{position:"!absolute",top:"top-2/4",right:"right-1",translate:"-translate-y-2/4",mx:"mx-px",rounded:"rounded-md"},icon:{position:"absolute",top:"top-2/4",translate:"-translate-y-2/4"}},sizes:{sm:{chip:{py:"py-1",px:"px-2",fontSize:"text-xs",borderRadius:"rounded-md"},action:{width:"w-4",height:"h-4"},icon:{width:"w-4",height:"h-4",left:"left-1"}},md:{chip:{py:"py-1.5",px:"px-3",fontSize:"text-xs",borderRadius:"rounded-lg"},action:{width:"w-5",height:"h-5"},icon:{width:"w-5",height:"h-5",left:"left-1.5"}},lg:{chip:{py:"py-2",px:"px-4",fontSize:"text-xs",borderRadius:"rounded-lg"},action:{width:"w-6",height:"h-6"},icon:{width:"w-6",height:"h-6",left:"left-1.5"}}},variants:{filled:t.default,gradient:n.default,outlined:o.default,ghost:a.default}}},h=v}(U2);var Y2={},g0={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{propTypesOpen:function(){return a},propTypesHandler:function(){return i},propTypesSize:function(){return p},propTypesDismiss:function(){return v},propTypesAnimate:function(){return h},propTypesDivider:function(){return g},propTypesClassName:function(){return M},propTypesChildren:function(){return T}});var t=o(ke),n=x1;function o(C){return C&&C.__esModule?C:{default:C}}var a=t.default.bool.isRequired,i=t.default.func,p=["xs","sm","md","lg","xl","xxl"],v=n.propTypesDismissType,h=n.propTypesAnimation,g=t.default.bool,M=t.default.string,T=t.default.node.isRequired})(g0),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(a,i){for(var p in i)Object.defineProperty(a,p,{enumerable:!0,get:i[p]})}r(e,{dialog:function(){return n},default:function(){return o}});var t=g0,n={defaultProps:{size:"md",dismiss:{},animate:{unmount:{},mount:{}},className:""},valid:{sizes:t.propTypesSize},styles:{base:{backdrop:{display:"grid",placeItems:"place-items-center",position:"fixed",top:0,left:0,width:"w-screen",height:"h-screen",backgroundColor:"bg-black",backgroundOpacity:"bg-opacity-60",backdropFilter:"backdrop-blur-sm"},container:{position:"relative",bg:"bg-white",m:"m-4",borderRadius:"rounded-lg",boxShadow:"shadow-2xl",color:"text-blue-gray-500",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-light",lineHeight:"leading-relaxed"}},sizes:{xs:{width:"w-full md:w-3/5 lg:w-2/5 2xl:w-1/4",minWidth:"min-w-[80%] md:min-w-[60%] lg:min-w-[40%] 2xl:min-w-[25%]",maxWidth:"max-w-[80%] md:max-w-[60%] lg:max-w-[40%] 2xl:max-w-[25%]"},sm:{width:"w-full md:w-2/3 lg:w-2/4 2xl:w-1/3",minWidth:"min-w-[80%] md:min-w-[66.666667%] lg:min-w-[50%] 2xl:min-w-[33.333333%]",maxWidth:"max-w-[80%] md:max-w-[66.666667%] lg:max-w-[50%] 2xl:max-w-[33.333333%]"},md:{width:"w-full md:w-3/4 lg:w-3/5 2xl:w-2/5",minWidth:"min-w-[90%] md:min-w-[75%] lg:min-w-[60%] 2xl:min-w-[40%]",maxWidth:"max-w-[90%] md:max-w-[75%] lg:max-w-[60%] 2xl:max-w-[40%]"},lg:{width:"w-full md:w-5/6 lg:w-3/4 2xl:w-3/5",minWidth:"min-w-[90%] md:min-w-[83.333333%] lg:min-w-[75%] 2xl:min-w-[60%]",maxWidth:"max-w-[90%] md:max-w-[83.333333%] lg:max-w-[75%] 2xl:max-w-[60%]"},xl:{width:"w-full md:w-5/6 2xl:w-3/4",minWidth:"min-w-[95%] md:min-w-[83.333333%] 2xl:min-w-[75%]",maxWidth:"max-w-[95%] md:max-w-[83.333333%] 2xl:max-w-[75%]"},xxl:{display:"flex",flexDirection:"flex-col",width:"w-screen",minWidth:"min-w-[100vw]",maxWidth:"max-w-[100vw]",height:"h-screen",minHeight:"min-h-[100vh]",maxHeight:"max-h-[100vh]",m:"m-0",borderRadius:"rounded-none"}}}},o=n}(Y2);var X2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{dialogBody:function(){return t},default:function(){return n}});var t={defaultProps:{className:"",divider:!1},styles:{base:{initial:{position:"relative",p:"p-4",color:"text-blue-gray-500",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-light",lineHeight:"leading-relaxed"},divider:{borderTop:"border-t",borderTopColor:"border-t-blue-gray-100",borderBottom:"border-b",borderBottomColor:"border-b-blue-gray-100"}}}},n=t})(X2);var Z2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{dialogFooter:function(){return t},default:function(){return n}});var t={defaultProps:{className:""},styles:{base:{display:"flex",alignItems:"items-center",justifyContent:"justify-end",flexShrink:"shrink-0",flexWrap:"flex-wrap",p:"p-4",color:"text-blue-gray-500"}}},n=t})(Z2);var J2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{dialogHeader:function(){return t},default:function(){return n}});var t={defaultProps:{className:""},styles:{base:{display:"flex",alignItems:"items-center",flexShrink:"shrink-0",p:"p-4",color:"text-blue-gray-900",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-2xl",fontWeight:"font-semibold",lineHeight:"leading-snug"}}},n=t})(J2);var Q2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(g,M){for(var T in M)Object.defineProperty(g,T,{enumerable:!0,get:M[T]})}r(e,{iconButton:function(){return v},default:function(){return h}});var t=p(el),n=p(tl),o=p(rl),a=p(nl),i=Fr;function p(g){return g&&g.__esModule?g:{default:g}}var v={defaultProps:{variant:"filled",size:"md",color:"gray",fullWidth:!1,ripple:!0,className:""},valid:{variants:i.propTypesVariant,sizes:i.propTypesSize,colors:i.propTypesColor},styles:{base:{position:"relative",verticalAlign:"align-middle",userSelect:"select-none",fontFamily:"font-sans",fontWeight:"font-medium",textAlign:"text-center",textTransform:"uppercase",transition:"transition-all",disabled:"disabled:opacity-50 disabled:shadow-none disabled:pointer-events-none"},sizes:{sm:{width:"w-8",maxWidth:"max-w-[32px]",height:"h-8",maxHeight:"max-h-[32px]",borderRadius:"rounded-lg",fontSize:"text-xs"},md:{width:"w-10",maxWidth:"max-w-[40px]",height:"h-10",maxHeight:"max-h-[40px]",borderRadius:"rounded-lg",fontSize:"text-xs"},lg:{width:"w-12",maxWidth:"max-w-[48px]",height:"h-12",maxHeight:"max-h-[48px]",borderRadius:"rounded-lg",fontSize:"text-sm"}},variants:{filled:t.default,gradient:n.default,outlined:o.default,text:a.default}}},h=v})(Q2);var eu={},tu={},ru={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-1.5",fontSize:"peer-placeholder-shown:text-sm",floated:{fontSize:"text-[11px] peer-focus:text-[11px]"},before:{content:"before:content[' ']",display:"before:block",boxSizing:"before:box-border",width:"before:w-2.5",height:"before:h-1.5",mt:"before:mt-[6.5px]",mr:"before:mr-1",borderColor:"peer-placeholder-shown:before:border-transparent",borderRadius:"before:rounded-tl-md",floated:{bt:"before:border-t peer-focus:before:border-t-2",bl:"before:border-l peer-focus:before:border-l-2"},pointerEvents:"before:pointer-events-none",transition:"before:transition-all",disabled:"peer-disabled:before:border-transparent"},after:{content:"after:content[' ']",display:"after:block",flexGrow:"after:flex-grow",boxSizing:"after:box-border",width:"after:w-2.5",height:"after:h-1.5",mt:"after:mt-[6.5px]",ml:"after:ml-1",borderColor:"peer-placeholder-shown:after:border-transparent",borderRadius:"after:rounded-tr-md",floated:{bt:"after:border-t peer-focus:after:border-t-2",br:"after:border-r peer-focus:after:border-r-2"},pointerEvents:"after:pointer-events-none",transition:"after:transition-all",disabled:"peer-disabled:after:border-transparent"}},t=r})(ru);var nu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={black:{color:"text-black",borderColor:"border-black",borderColorFocused:"focus:border-black"},white:{color:"!text-white",borderColor:"border-white",borderColorFocused:"focus:border-white"},"blue-gray":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-gray-500"},gray:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-gray-900"},brown:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-brown-500"},"deep-orange":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-orange-500"},orange:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-orange-500"},amber:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-amber-500"},yellow:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-yellow-500"},lime:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-lime-500"},"light-green":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-green-500"},green:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-green-500"},teal:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-teal-500"},cyan:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-cyan-500"},"light-blue":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-blue-500"},blue:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-500"},indigo:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-indigo-500"},"deep-purple":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-purple-500"},purple:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-purple-500"},pink:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-pink-500"},red:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-red-500"}},t=r})(nu);var ou={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={black:{color:"!text-black peer-focus:text-black",before:"before:border-black peer-focus:before:!border-black",after:"after:border-black peer-focus:after:!border-black"},white:{color:"!text-white peer-focus:text-white",before:"before:border-white peer-focus:before:!border-white",after:"after:border-white peer-focus:after:!border-white"},"blue-gray":{color:"text-blue-gray-400 peer-focus:text-blue-gray-500",before:"before:border-blue-gray-200 peer-focus:before:!border-blue-gray-500",after:"after:border-blue-gray-200 peer-focus:after:!border-blue-gray-500"},gray:{color:"text-gray-500 peer-focus:text-gray-900",before:"before:border-blue-gray-200 peer-focus:before:!border-gray-900",after:"after:border-blue-gray-200 peer-focus:after:!border-gray-900"},brown:{color:"text-blue-gray-400 peer-focus:text-brown-500",before:"before:border-blue-gray-200 peer-focus:before:!border-brown-500",after:"after:border-blue-gray-200 peer-focus:after:!border-brown-500"},"deep-orange":{color:"text-blue-gray-400 peer-focus:text-deep-orange-500",before:"before:border-blue-gray-200 peer-focus:before:!border-deep-orange-500",after:"after:border-blue-gray-200 peer-focus:after:!border-deep-orange-500"},orange:{color:"text-blue-gray-400 peer-focus:text-orange-500",before:"before:border-blue-gray-200 peer-focus:before:!border-orange-500",after:"after:border-blue-gray-200 peer-focus:after:!border-orange-500"},amber:{color:"text-blue-gray-400 peer-focus:text-amber-500",before:"before:border-blue-gray-200 peer-focus:before:!border-amber-500",after:"after:border-blue-gray-200 peer-focus:after:!border-amber-500"},yellow:{color:"text-blue-gray-400 peer-focus:text-yellow-500",before:"before:border-blue-gray-200 peer-focus:before:!border-yellow-500",after:"after:border-blue-gray-200 peer-focus:after:!border-yellow-500"},lime:{color:"text-blue-gray-400 peer-focus:text-lime-500",before:"before:border-blue-gray-200 peer-focus:before:!border-lime-500",after:"after:border-blue-gray-200 peer-focus:after:!border-lime-500"},"light-green":{color:"text-blue-gray-400 peer-focus:text-light-green-500",before:"before:border-blue-gray-200 peer-focus:before:!border-light-green-500",after:"after:border-blue-gray-200 peer-focus:after:!border-light-green-500"},green:{color:"text-blue-gray-400 peer-focus:text-green-500",before:"before:border-blue-gray-200 peer-focus:before:!border-green-500",after:"after:border-blue-gray-200 peer-focus:after:!border-green-500"},teal:{color:"text-blue-gray-400 peer-focus:text-teal-500",before:"before:border-blue-gray-200 peer-focus:before:!border-teal-500",after:"after:border-blue-gray-200 peer-focus:after:!border-teal-500"},cyan:{color:"text-blue-gray-400 peer-focus:text-cyan-500",before:"before:border-blue-gray-200 peer-focus:before:!border-cyan-500",after:"after:border-blue-gray-200 peer-focus:after:!border-cyan-500"},"light-blue":{color:"text-blue-gray-400 peer-focus:text-light-blue-500",before:"before:border-blue-gray-200 peer-focus:before:!border-light-blue-500",after:"after:border-blue-gray-200 peer-focus:after:!border-light-blue-500"},blue:{color:"text-blue-gray-400 peer-focus:text-blue-500",before:"before:border-blue-gray-200 peer-focus:before:!border-blue-500",after:"after:border-blue-gray-200 peer-focus:after:!border-blue-500"},indigo:{color:"text-blue-gray-400 peer-focus:text-indigo-500",before:"before:border-blue-gray-200 peer-focus:before:!border-indigo-500",after:"after:border-blue-gray-200 peer-focus:after:!border-indigo-500"},"deep-purple":{color:"text-blue-gray-400 peer-focus:text-deep-purple-500",before:"before:border-blue-gray-200 peer-focus:before:!border-deep-purple-500",after:"after:border-blue-gray-200 peer-focus:after:!border-deep-purple-500"},purple:{color:"text-blue-gray-400 peer-focus:text-purple-500",before:"before:border-blue-gray-200 peer-focus:before:!border-purple-500",after:"after:border-blue-gray-200 peer-focus:after:!border-purple-500"},pink:{color:"text-blue-gray-400 peer-focus:text-pink-500",before:"before:border-blue-gray-200 peer-focus:before:!border-pink-500",after:"after:border-blue-gray-200 peer-focus:after:!border-pink-500"},red:{color:"text-blue-gray-400 peer-focus:text-red-500",before:"before:border-blue-gray-200 peer-focus:before:!border-red-500",after:"after:border-blue-gray-200 peer-focus:after:!border-red-500"}},t=r})(ou),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(ru),t=o(nu),n=o(ou);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{input:{borderWidth:"placeholder-shown:border",borderColor:"placeholder-shown:border-blue-gray-200 placeholder-shown:border-t-blue-gray-200",floated:{borderWidth:"border focus:border-2",borderColor:"border-t-transparent focus:border-t-transparent"},placeholder:"placeholder:opacity-0 focus:placeholder:opacity-100"},inputWithIcon:{pr:"!pr-9"},icon:{top:"top-2/4",right:"right-3",transform:"-translate-y-2/4"},label:r.default},sizes:{md:{container:{height:"h-10"},input:{fontSize:"text-sm",px:"px-3",py:"py-2.5",borderRadius:"rounded-[7px]"},label:{lineHeight:"peer-placeholder-shown:leading-[3.75]"},icon:{width:"w-5",height:"h-5"}},lg:{container:{height:"h-11"},input:{fontSize:"text-sm",px:"px-3",py:"py-3",borderRadius:"rounded-md"},label:{lineHeight:"peer-placeholder-shown:leading-[4.1]"},icon:{width:"w-6",height:"h-6"}}},colors:{input:t.default,label:n.default},error:{input:{borderColor:"border-red-500 placeholder-shown:border-t-red-500 placeholder-shown:border-red-500",borderColorFocused:"focus:border-red-500"},label:{color:"text-red-500 peer-focus:text-red-500 peer-placeholder-shown:text-red-500",before:"before:border-red-500 peer-focus:before:border-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},success:{input:{borderColor:"border-green-500 placeholder-shown:border-t-green-500 placeholder-shown:border-green-500",borderColorFocused:"focus:border-green-500"},label:{color:"text-green-500 peer-focus:text-green-500 peer-placeholder-shown:text-green-500",before:"before:border-green-500 peer-focus:before:border-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"}},shrink:{input:{borderTop:"!border-t-transparent"},label:{fontSize:"!text-[11px]",lineHeight:"!leading-tight",borderColor:"before:!border-blue-gray-200 after:!border-blue-gray-200"}}},i=a}(tu);var au={},iu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-1.5",fontSize:"peer-placeholder-shown:text-sm",floated:{fontSize:"text-[11px] peer-focus:text-[11px]"},after:{content:"after:content['']",display:"after:block",width:"after:w-full",position:"after:absolute",bottom:"after:-bottom-1.5",left:"left-0",borderWidth:"after:border-b-2",scale:"after:scale-x-0",floated:{scale:"peer-focus:after:scale-x-100"},transition:"after:transition-transform after:duration-300"}},t=r})(iu);var lu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={black:{color:"text-black",borderColor:"border-black",borderColorFocused:"focus:border-black"},white:{color:"!text-white",borderColor:"border-white",borderColorFocused:"focus:border-white"},"blue-gray":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-gray-900"},gray:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-gray-500"},brown:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-brown-500"},"deep-orange":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-orange-500"},orange:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-orange-500"},amber:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-amber-500"},yellow:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-yellow-500"},lime:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-lime-500"},"light-green":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-green-500"},green:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-green-500"},teal:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-teal-500"},cyan:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-cyan-500"},"light-blue":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-blue-500"},blue:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-500"},indigo:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-indigo-500"},"deep-purple":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-purple-500"},purple:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-purple-500"},pink:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-pink-500"},red:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-red-500"}},t=r})(lu);var cu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={black:{color:"!text-black peer-focus:text-black",after:"after:border-black peer-focus:after:border-black"},white:{color:"!text-white peer-focus:text-white",after:"after:border-white peer-focus:after:border-white"},"blue-gray":{color:"text-blue-gray-500 peer-focus:text-blue-gray-500",after:"after:border-blue-gray-500 peer-focus:after:border-blue-gray-500"},gray:{color:"text-gray-500 peer-focus:text-gray-900",after:"after:border-gray-500 peer-focus:after:border-gray-900"},brown:{color:"text-blue-gray-500 peer-focus:text-brown-500",after:"after:border-brown-500 peer-focus:after:border-brown-500"},"deep-orange":{color:"text-blue-gray-500 peer-focus:text-deep-orange-500",after:"after:border-deep-orange-500 peer-focus:after:border-deep-orange-500"},orange:{color:"text-blue-gray-500 peer-focus:text-orange-500",after:"after:border-orange-500 peer-focus:after:border-orange-500"},amber:{color:"text-blue-gray-500 peer-focus:text-amber-500",after:"after:border-amber-500 peer-focus:after:border-amber-500"},yellow:{color:"text-blue-gray-500 peer-focus:text-yellow-500",after:"after:border-yellow-500 peer-focus:after:border-yellow-500"},lime:{color:"text-blue-gray-500 peer-focus:text-lime-500",after:"after:border-lime-500 peer-focus:after:border-lime-500"},"light-green":{color:"text-blue-gray-500 peer-focus:text-light-green-500",after:"after:border-light-green-500 peer-focus:after:border-light-green-500"},green:{color:"text-blue-gray-500 peer-focus:text-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"},teal:{color:"text-blue-gray-500 peer-focus:text-teal-500",after:"after:border-teal-500 peer-focus:after:border-teal-500"},cyan:{color:"text-blue-gray-500 peer-focus:text-cyan-500",after:"after:border-cyan-500 peer-focus:after:border-cyan-500"},"light-blue":{color:"text-blue-gray-500 peer-focus:text-light-blue-500",after:"after:border-light-blue-500 peer-focus:after:border-light-blue-500"},blue:{color:"text-blue-gray-500 peer-focus:text-blue-500",after:"after:border-blue-500 peer-focus:after:border-blue-500"},indigo:{color:"text-blue-gray-500 peer-focus:text-indigo-500",after:"after:border-indigo-500 peer-focus:after:border-indigo-500"},"deep-purple":{color:"text-blue-gray-500 peer-focus:text-deep-purple-500",after:"after:border-deep-purple-500 peer-focus:after:border-deep-purple-500"},purple:{color:"text-blue-gray-500 peer-focus:text-purple-500",after:"after:border-purple-500 peer-focus:after:border-purple-500"},pink:{color:"text-blue-gray-500 peer-focus:text-pink-500",after:"after:border-pink-500 peer-focus:after:border-pink-500"},red:{color:"text-blue-gray-500 peer-focus:text-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},t=r})(cu),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(iu),t=o(lu),n=o(cu);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{input:{borderWidth:"border-b",borderColor:"placeholder-shown:border-blue-gray-200",placeholder:"placeholder:opacity-0 focus:placeholder:opacity-100"},inputWithIcon:{pr:"!pr-7"},icon:{top:"top-2/4",right:"right-0",transform:"-translate-y-1/4"},label:r.default},sizes:{md:{container:{height:"h-11"},input:{fontSize:"text-sm",pt:"pt-4",pb:"pb-1.5"},label:{lineHeight:"peer-placeholder-shown:leading-[4.25]"},icon:{width:"w-5",height:"h-5"}},lg:{container:{height:"h-12"},input:{fontSize:"text-sm",px:"px-px",pt:"pt-5",pb:"pb-2"},label:{lineHeight:"peer-placeholder-shown:leading-[4.875]"},icon:{width:"w-6",height:"h-6"}}},colors:{input:t.default,label:n.default},error:{input:{borderColor:"border-red-500 placeholder-shown:border-red-500",borderColorFocused:"focus:border-red-500"},label:{color:"text-red-500 peer-focus:text-red-500 peer-placeholder-shown:text-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},success:{input:{borderColor:"border-green-500 placeholder-shown:border-green-500",borderColorFocused:"focus:border-green-500"},label:{color:"text-green-500 peer-focus:text-green-500 peer-placeholder-shown:text-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"}},shrink:{input:{},label:{fontSize:"!text-[11px]",lineHeight:"!leading-tight"}}},i=a}(au);var su={},uu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-2.5",fontSize:"text-sm peer-focus:text-sm",after:{content:"after:content[' ']",display:"after:block",width:"after:w-full",position:"after:absolute",bottom:"after:-bottom-2.5",left:"left-0",borderWidth:"after:border-b-2",scale:"after:scale-x-0",floated:{scale:"peer-focus:after:scale-x-100"},transition:"after:transition-transform after:duration-300"}},t=r})(uu);var du={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={black:{color:"text-black",borderColor:"border-black",borderColorFocused:"focus:border-black"},white:{color:"!text-white",borderColor:"border-white",borderColorFocused:"focus:border-white"},"blue-gray":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-gray-500"},gray:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-gray-900"},brown:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-brown-500"},"deep-orange":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-orange-500"},orange:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-orange-500"},amber:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-amber-500"},yellow:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-yellow-500"},lime:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-lime-500"},"light-green":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-green-500"},green:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-green-500"},teal:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-teal-500"},cyan:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-cyan-500"},"light-blue":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-blue-500"},blue:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-500"},indigo:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-indigo-500"},"deep-purple":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-purple-500"},purple:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-purple-500"},pink:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-pink-500"},red:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-red-500"}},t=r})(du);var fu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={black:{color:"!text-black peer-focus:black",after:"after:border-black peer-focus:after:border-black"},white:{color:"!text-white peer-focus:white",after:"after:border-white peer-focus:after:border-white"},"blue-gray":{color:"text-blue-gray-500 peer-focus:text-blue-gray-500",after:"after:border-blue-gray-500 peer-focus:after:border-blue-gray-500"},gray:{color:"text-gray-500 peer-focus:text-gray-900",after:"after:border-gray-500 peer-focus:after:border-gray-900"},brown:{color:"text-blue-gray-500 peer-focus:text-brown-500",after:"after:border-brown-500 peer-focus:after:border-brown-500"},"deep-orange":{color:"text-blue-gray-500 peer-focus:text-deep-orange-500",after:"after:border-deep-orange-500 peer-focus:after:border-deep-orange-500"},orange:{color:"text-blue-gray-500 peer-focus:text-orange-500",after:"after:border-orange-500 peer-focus:after:border-orange-500"},amber:{color:"text-blue-gray-500 peer-focus:text-amber-500",after:"after:border-amber-500 peer-focus:after:border-amber-500"},yellow:{color:"text-blue-gray-500 peer-focus:text-yellow-500",after:"after:border-yellow-500 peer-focus:after:border-yellow-500"},lime:{color:"text-blue-gray-500 peer-focus:text-lime-500",after:"after:border-lime-500 peer-focus:after:border-lime-500"},"light-green":{color:"text-blue-gray-500 peer-focus:text-light-green-500",after:"after:border-light-green-500 peer-focus:after:border-light-green-500"},green:{color:"text-blue-gray-500 peer-focus:text-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"},teal:{color:"text-blue-gray-500 peer-focus:text-teal-500",after:"after:border-teal-500 peer-focus:after:border-teal-500"},cyan:{color:"text-blue-gray-500 peer-focus:text-cyan-500",after:"after:border-cyan-500 peer-focus:after:border-cyan-500"},"light-blue":{color:"text-blue-gray-500 peer-focus:text-light-blue-500",after:"after:border-light-blue-500 peer-focus:after:border-light-blue-500"},blue:{color:"text-blue-gray-500 peer-focus:text-blue-500",after:"after:border-blue-500 peer-focus:after:border-blue-500"},indigo:{color:"text-blue-gray-500 peer-focus:text-indigo-500",after:"after:border-indigo-500 peer-focus:after:border-indigo-500"},"deep-purple":{color:"text-blue-gray-500 peer-focus:text-deep-purple-500",after:"after:border-deep-purple-500 peer-focus:after:border-deep-purple-500"},purple:{color:"text-blue-gray-500 peer-focus:text-purple-500",after:"after:border-purple-500 peer-focus:after:border-purple-500"},pink:{color:"text-blue-gray-500 peer-focus:text-pink-500",after:"after:border-pink-500 peer-focus:after:border-pink-500"},red:{color:"text-blue-gray-500 peer-focus:text-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},t=r})(fu),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(uu),t=o(du),n=o(fu);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{input:{borderWidth:"border-b",borderColor:"placeholder-shown:border-blue-gray-200"},inputWithIcon:{pr:"!pr-7"},icon:{top:"top-2/4",right:"right-0",transform:"-translate-y-1/4"},label:r.default},sizes:{md:{container:{height:"h-11"},input:{fontSize:"text-sm",pt:"pt-4",pb:"pb-1.5"},label:{lineHeight:"peer-placeholder-shown:leading-tight"},icon:{width:"w-5",height:"h-5"}},lg:{container:{height:"h-12"},input:{fontSize:"text-sm",px:"px-px",pt:"pt-5",pb:"pb-2"},label:{lineHeight:"peer-placeholder-shown:leading-tight"},icon:{width:"w-6",height:"h-6"}}},colors:{input:t.default,label:n.default},error:{input:{borderColor:"border-red-500 placeholder-shown:border-red-500",borderColorFocused:"focus:border-red-500"},label:{color:"text-red-500 peer-focus:text-red-500 peer-placeholder-shown:text-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},success:{input:{borderColor:"border-green-500 placeholder-shown:border-green-500",borderColorFocused:"focus:border-green-500"},label:{color:"text-green-500 peer-focus:text-green-500 peer-placeholder-shown:text-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"}},shrink:{input:{},label:{}}},i=a}(su);var bn={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(x,_){for(var P in _)Object.defineProperty(x,P,{enumerable:!0,get:_[P]})}r(e,{propTypesVariant:function(){return M},propTypesSize:function(){return T},propTypesColor:function(){return C},propTypesLabel:function(){return z},propTypesError:function(){return w},propTypesSuccess:function(){return b},propTypesIcon:function(){return f},propTypesResize:function(){return s},propTypesLabelProps:function(){return d},propTypesContainerProps:function(){return l},propTypesShrink:function(){return c},propTypesClassName:function(){return m}});var t=i(ke),n=x1;function o(x,_){(_==null||_>x.length)&&(_=x.length);for(var P=0,V=new Array(_);P<_;P++)V[P]=x[P];return V}function a(x){if(Array.isArray(x))return o(x)}function i(x){return x&&x.__esModule?x:{default:x}}function p(x){if(typeof Symbol<"u"&&x[Symbol.iterator]!=null||x["@@iterator"]!=null)return Array.from(x)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(x){return a(x)||p(x)||g(x)||v()}function g(x,_){if(x){if(typeof x=="string")return o(x,_);var P=Object.prototype.toString.call(x).slice(8,-1);if(P==="Object"&&x.constructor&&(P=x.constructor.name),P==="Map"||P==="Set")return Array.from(P);if(P==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(P))return o(x,_)}}var M=["standard","outlined","static"],T=["md","lg"],C=["black","white"].concat(h(n.propTypesColors)),z=t.default.string,w=t.default.bool,b=t.default.bool,f=t.default.node,s=t.default.bool,d=t.default.instanceOf(Object),l=t.default.instanceOf(Object),c=t.default.bool,m=t.default.string})(bn),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(h,g){for(var M in g)Object.defineProperty(h,M,{enumerable:!0,get:g[M]})}r(e,{input:function(){return p},default:function(){return v}});var t=i(tu),n=i(au),o=i(su),a=bn;function i(h){return h&&h.__esModule?h:{default:h}}var p={defaultProps:{variant:"outlined",size:"md",color:"gray",label:"",error:!1,success:!1,icon:void 0,labelProps:void 0,containerProps:void 0,shrink:!1,className:""},valid:{variants:a.propTypesVariant,sizes:a.propTypesSize,colors:a.propTypesColor},styles:{base:{container:{position:"relative",width:"w-full",minWidth:"min-w-[200px]"},input:{peer:"peer",width:"w-full",height:"h-full",bg:"bg-transparent",color:"text-blue-gray-700",fontFamily:"font-sans",fontWeight:"font-normal",outline:"outline outline-0 focus:outline-0",disabled:"disabled:bg-blue-gray-50 disabled:border-0 disabled:cursor-not-allowed",transition:"transition-all"},label:{display:"flex",width:"w-full",height:"h-full",userSelect:"select-none",pointerEvents:"pointer-events-none",position:"absolute",left:"left-0",fontWeight:"font-normal",overflow:"!overflow-visible",textOverflow:"truncate",color:"peer-placeholder-shown:text-blue-gray-500",lineHeight:"leading-tight peer-focus:leading-tight",disabled:"peer-disabled:text-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500",transition:"transition-all"},icon:{display:"grid",placeItems:"place-items-center",position:"absolute",color:"text-blue-gray-500"},asterisk:{display:"inline-block",color:"text-red-500",ml:"ml-0.5"}},variants:{outlined:t.default,standard:n.default,static:o.default}}},v=p}(eu);var pu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{menu:function(){return t},default:function(){return n}});var t={defaultProps:{placement:"bottom",offset:5,dismiss:{itemPress:!0},animate:{unmount:{},mount:{}},lockScroll:!1},styles:{base:{menu:{bg:"bg-white",minWidth:"min-w-[180px]",p:"p-3",border:"border border-blue-gray-50",borderRadius:"rounded-md",boxShadow:"shadow-lg shadow-blue-gray-500/10",fontFamily:"font-sans",fontSize:"text-sm",fontWeight:"font-normal",color:"text-blue-gray-500",overflow:"overflow-auto",outline:"focus:outline-none",zIndex:"z-[999]"},item:{initial:{display:"block",width:"w-full",pt:"pt-[9px]",pb:"pb-2",px:"px-3",borderRadius:"rounded-md",textAlign:"text-start",lightHeight:"leading-tight",cursor:"cursor-pointer",userSelect:"select-none",transition:"transition-all",bg:"hover:bg-blue-gray-50 hover:bg-opacity-80 focus:bg-blue-gray-50 focus:bg-opacity-80 active:bg-blue-gray-50 active:bg-opacity-80",color:"hover:text-blue-gray-900 focus:text-blue-gray-900 active:text-blue-gray-900",outline:"outline-none"},disabled:{opacity:"opacity-50",cursor:"cursor-not-allowed",pointerEvents:"pointer-events-none",userSelect:"select-none",bg:"hover:bg-transparent focus:bg-transparent active:bg-transparent",color:"hover:text-blue-gray-500 focus:text-blue-gray-500 active:text-blue-gray-500"}}}}},n=t})(pu);var vu={},hu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{background:"bg-transparent",color:"text-white",boxShadow:"shadow-none"},white:{background:"bg-white",color:"text-white"},"blue-gray":{background:"bg-blue-gray-500",color:"text-white"},gray:{background:"bg-gray-500",color:"text-white"},brown:{background:"bg-brown-500",color:"text-white"},"deep-orange":{background:"bg-deep-orange-500",color:"text-white"},orange:{background:"bg-orange-500",color:"text-white"},amber:{background:"bg-amber-500",color:"text-black"},yellow:{background:"bg-yellow-500",color:"text-black"},lime:{background:"bg-lime-500",color:"text-black"},"light-green":{background:"bg-light-green-500",color:"text-white"},green:{background:"bg-green-500",color:"text-white"},teal:{background:"bg-teal-500",color:"text-white"},cyan:{background:"bg-cyan-500",color:"text-white"},"light-blue":{background:"bg-light-blue-500",color:"text-white"},blue:{background:"bg-blue-500",color:"text-white"},indigo:{background:"bg-indigo-500",color:"text-white"},"deep-purple":{background:"bg-deep-purple-500",color:"text-white"},purple:{background:"bg-purple-500",color:"text-white"},pink:{background:"bg-pink-500",color:"text-white"},red:{background:"bg-red-500",color:"text-white"}},t=r})(hu);var bu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{background:"bg-transparent",color:"text-blue-gray-900",boxShadow:"shadow-none"},white:{background:"bg-white",color:"text-blue-gray-900"},"blue-gray":{background:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",color:"text-white"},gray:{background:"bg-gradient-to-tr from-gray-600 to-gray-400",color:"text-white"},brown:{background:"bg-gradient-to-tr from-brown-600 to-brown-400",color:"text-white"},"deep-orange":{background:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",color:"text-white"},orange:{background:"bg-gradient-to-tr from-orange-600 to-orange-400",color:"text-white"},amber:{background:"bg-gradient-to-tr from-amber-600 to-amber-400",color:"text-black"},yellow:{background:"bg-gradient-to-tr from-yellow-600 to-yellow-400",color:"text-black"},lime:{background:"bg-gradient-to-tr from-lime-600 to-lime-400",color:"text-black"},"light-green":{background:"bg-gradient-to-tr from-light-green-600 to-light-green-400",color:"text-white"},green:{background:"bg-gradient-to-tr from-green-600 to-green-400",color:"text-white"},teal:{background:"bg-gradient-to-tr from-teal-600 to-teal-400",color:"text-white"},cyan:{background:"bg-gradient-to-tr from-cyan-600 to-cyan-400",color:"text-white"},"light-blue":{background:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400",color:"text-white"},blue:{background:"bg-gradient-to-tr from-blue-600 to-blue-400",color:"text-white"},indigo:{background:"bg-gradient-to-tr from-indigo-600 to-indigo-400",color:"text-white"},"deep-purple":{background:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",color:"text-white"},purple:{background:"bg-gradient-to-tr from-purple-600 to-purple-400",color:"text-white"},pink:{background:"bg-gradient-to-tr from-pink-600 to-pink-400",color:"text-white"},red:{background:"bg-gradient-to-tr from-red-600 to-red-400",color:"text-white"}},t=r})(bu);var Ro={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{propTypesVariant:function(){return M},propTypesColor:function(){return T},propTypesShadow:function(){return C},propTypesBlurred:function(){return z},propTypesFullWidth:function(){return w},propTypesClassName:function(){return b},propTypesChildren:function(){return f},propTypesOpen:function(){return s},propTypesAnimate:function(){return d}});var t=i(ke),n=x1;function o(l,c){(c==null||c>l.length)&&(c=l.length);for(var m=0,x=new Array(c);m<c;m++)x[m]=l[m];return x}function a(l){if(Array.isArray(l))return o(l)}function i(l){return l&&l.__esModule?l:{default:l}}function p(l){if(typeof Symbol<"u"&&l[Symbol.iterator]!=null||l["@@iterator"]!=null)return Array.from(l)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(l){return a(l)||p(l)||g(l)||v()}function g(l,c){if(l){if(typeof l=="string")return o(l,c);var m=Object.prototype.toString.call(l).slice(8,-1);if(m==="Object"&&l.constructor&&(m=l.constructor.name),m==="Map"||m==="Set")return Array.from(m);if(m==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(m))return o(l,c)}}var M=["filled","gradient"],T=["transparent","white"].concat(h(n.propTypesColors)),C=t.default.bool,z=t.default.bool,w=t.default.bool,b=t.default.string,f=t.default.node.isRequired,s=t.default.bool.isRequired,d=n.propTypesAnimation})(Ro),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(v,h){for(var g in h)Object.defineProperty(v,g,{enumerable:!0,get:h[g]})}r(e,{navbar:function(){return i},default:function(){return p}});var t=a(hu),n=a(bu),o=Ro;function a(v){return v&&v.__esModule?v:{default:v}}var i={defaultProps:{variant:"filled",color:"white",shadow:!0,blurred:!0,fullWidth:!1,className:""},valid:{variants:o.propTypesVariant,colors:o.propTypesColor},styles:{base:{navbar:{initial:{display:"block",width:"w-full",maxWidth:"max-w-screen-2xl",borderRadius:"rounded-xl",py:"py-4",px:"px-8"},shadow:{boxShadow:"shadow-md"},blurred:{backdropFilter:"backdrop-saturate-200 backdrop-blur-2xl",bgOpacity:"bg-opacity-80",borderWidth:"border",borderColor:"border-white/80"},fullWidth:{width:"w-full",maxWidth:"max-w-full",rounded:"rounded-none",px:"px-4"}},mobileNav:{display:"block",width:"w-full",basis:"basis-full",overflow:"overflow-hidden"}},variants:{filled:t.default,gradient:n.default}}},p=i}(vu);var mu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{popover:function(){return t},default:function(){return n}});var t={defaultProps:{placement:"top",offset:5,dismiss:{},animate:{unmount:{},mount:{}},className:""},styles:{base:{bg:"bg-white",p:"p-4",border:"border border-blue-gray-50",borderRadius:"rounded-lg",boxShadow:"shadow-lg shadow-blue-gray-500/10",fontFamily:"font-sans",fontSize:"text-sm",fontWeight:"font-normal",color:"text-blue-gray-500",outline:"focus:outline-none",overflowWrap:"break-words",whiteSpace:"whitespace-normal"}}},n=t})(mu);var gu={},yu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-blue-gray-500",color:"text-white"},gray:{backgroud:"bg-gray-900",color:"text-white"},brown:{backgroud:"bg-brown-500",color:"text-white"},"deep-orange":{backgroud:"bg-deep-orange-500",color:"text-white"},orange:{backgroud:"bg-orange-500",color:"text-white"},amber:{backgroud:"bg-amber-500",color:"text-black"},yellow:{backgroud:"bg-yellow-500",color:"text-black"},lime:{backgroud:"bg-lime-500",color:"text-black"},"light-green":{backgroud:"bg-light-green-500",color:"text-white"},green:{backgroud:"bg-green-500",color:"text-white"},teal:{backgroud:"bg-teal-500",color:"text-white"},cyan:{backgroud:"bg-cyan-500",color:"text-white"},"light-blue":{backgroud:"bg-light-blue-500",color:"text-white"},blue:{backgroud:"bg-blue-500",color:"text-white"},indigo:{backgroud:"bg-indigo-500",color:"text-white"},"deep-purple":{backgroud:"bg-deep-purple-500",color:"text-white"},purple:{backgroud:"bg-purple-500",color:"text-white"},pink:{backgroud:"bg-pink-500",color:"text-white"},red:{backgroud:"bg-red-500",color:"text-white"}},t=r})(yu);var wu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{backgroud:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",color:"text-white"},gray:{backgroud:"bg-gradient-to-tr from-gray-900 to-gray-800",color:"text-white"},brown:{backgroud:"bg-gradient-to-tr from-brown-600 to-brown-400",color:"text-white"},"deep-orange":{backgroud:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",color:"text-white"},orange:{backgroud:"bg-gradient-to-tr from-orange-600 to-orange-400",color:"text-white"},amber:{backgroud:"bg-gradient-to-tr from-amber-600 to-amber-400",color:"text-black"},yellow:{backgroud:"bg-gradient-to-tr from-yellow-600 to-yellow-400",color:"text-black"},lime:{backgroud:"bg-gradient-to-tr from-lime-600 to-lime-400",color:"text-black"},"light-green":{backgroud:"bg-gradient-to-tr from-light-green-600 to-light-green-400",color:"text-white"},green:{backgroud:"bg-gradient-to-tr from-green-600 to-green-400",color:"text-white"},teal:{backgroud:"bg-gradient-to-tr from-teal-600 to-teal-400",color:"text-white"},cyan:{backgroud:"bg-gradient-to-tr from-cyan-600 to-cyan-400",color:"text-white"},"light-blue":{backgroud:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400",color:"text-white"},blue:{backgroud:"bg-gradient-to-tr from-blue-600 to-blue-400",color:"text-white"},indigo:{backgroud:"bg-gradient-to-tr from-indigo-600 to-indigo-400",color:"text-white"},"deep-purple":{backgroud:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",color:"text-white"},purple:{backgroud:"bg-gradient-to-tr from-purple-600 to-purple-400",color:"text-white"},pink:{backgroud:"bg-gradient-to-tr from-pink-600 to-pink-400",color:"text-white"},red:{backgroud:"bg-gradient-to-tr from-red-600 to-red-400",color:"text-white"}},t=r})(wu);var ll={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(T,C){for(var z in C)Object.defineProperty(T,z,{enumerable:!0,get:C[z]})}r(e,{propTypesVariant:function(){return a},propTypesColor:function(){return i},propTypesSize:function(){return p},propTypesValue:function(){return v},propTypesLabel:function(){return h},propTypesBarProps:function(){return g},propTypesClassName:function(){return M}});var t=o(ke),n=x1;function o(T){return T&&T.__esModule?T:{default:T}}var a=["filled","gradient"],i=n.propTypesColors,p=["sm","md","lg"],v=t.default.number,h=t.default.oneOfType([t.default.string,t.default.bool]),g=t.default.instanceOf(Object),M=t.default.string})(ll),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(v,h){for(var g in h)Object.defineProperty(v,g,{enumerable:!0,get:h[g]})}r(e,{progress:function(){return i},default:function(){return p}});var t=a(yu),n=a(wu),o=ll;function a(v){return v&&v.__esModule?v:{default:v}}var i={defaultProps:{variant:"filled",color:"gray",size:"md",value:0,label:!1,className:"",barProps:{}},valid:{variants:o.propTypesVariant,colors:o.propTypesColor,sizes:o.propTypesSize},styles:{base:{container:{initial:{display:"flex",justifyContent:"flex-start",bg:"bg-blue-gray-50",overflow:"overflow-hidden",width:"w-full",fontFamily:"font-sans",borderRadius:"rounded-full",fontSize:"text-xs",fontWeight:"font-medium"},withLabel:{}},bar:{display:"flex",justifyContent:"justify-center",alignItems:"items-center",height:"h-full",overflow:"overflow-hidden",wordBreak:"break-all",borderRadius:"rounded-full"}},sizes:{sm:{container:{initial:{height:"h-1.5"},withLabel:{height:"h-3.5"}},bar:{}},md:{container:{initial:{height:"h-2.5"},withLabel:{height:"h-4"}},bar:{}},lg:{container:{initial:{height:"h-3.5"},withLabel:{height:"h-5"}},bar:{}}},variants:{filled:t.default,gradient:n.default}}},p=i}(gu);var xu={},Cu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{color:"text-blue-gray-500",border:"checked:border-blue-gray-500",before:"checked:before:bg-blue-gray-500"},gray:{color:"text-gray-900",border:"checked:border-gray-900",before:"checked:before:bg-gray-900"},brown:{color:"text-brown-500",border:"checked:border-brown-500",before:"checked:before:bg-brown-500"},"deep-orange":{color:"text-deep-orange-500",border:"checked:border-deep-orange-500",before:"checked:before:bg-deep-orange-500"},orange:{color:"text-orange-500",border:"checked:border-orange-500",before:"checked:before:bg-orange-500"},amber:{color:"text-amber-500",border:"checked:border-amber-500",before:"checked:before:bg-amber-500"},yellow:{color:"text-yellow-500",border:"checked:border-yellow-500",before:"checked:before:bg-yellow-500"},lime:{color:"text-lime-500",border:"checked:border-lime-500",before:"checked:before:bg-lime-500"},"light-green":{color:"text-light-green-500",border:"checked:border-light-green-500",before:"checked:before:bg-light-green-500"},green:{color:"text-green-500",border:"checked:border-green-500",before:"checked:before:bg-green-500"},teal:{color:"text-teal-500",border:"checked:border-teal-500",before:"checked:before:bg-teal-500"},cyan:{color:"text-cyan-500",border:"checked:border-cyan-500",before:"checked:before:bg-cyan-500"},"light-blue":{color:"text-light-blue-500",border:"checked:border-light-blue-500",before:"checked:before:bg-light-blue-500"},blue:{color:"text-blue-500",border:"checked:border-blue-500",before:"checked:before:bg-blue-500"},indigo:{color:"text-indigo-500",border:"checked:border-indigo-500",before:"checked:before:bg-indigo-500"},"deep-purple":{color:"text-deep-purple-500",border:"checked:border-deep-purple-500",before:"checked:before:bg-deep-purple-500"},purple:{color:"text-purple-500",border:"checked:border-purple-500",before:"checked:before:bg-purple-500"},pink:{color:"text-pink-500",border:"checked:border-pink-500",before:"checked:before:bg-pink-500"},red:{color:"text-red-500",border:"checked:border-red-500",before:"checked:before:bg-red-500"}},t=r})(Cu),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{radio:function(){return a},default:function(){return i}});var t=o(Cu),n=Wr;function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{color:"gray",label:void 0,icon:void 0,ripple:!0,className:"",disabled:!1,containerProps:void 0,labelProps:void 0,iconProps:void 0},valid:{colors:n.propTypesColor},styles:{base:{root:{display:"inline-flex",alignItems:"items-center"},container:{position:"relative",display:"flex",alignItems:"items-center",cursor:"cursor-pointer",p:"p-3",borderRadius:"rounded-full"},input:{peer:"peer",position:"relative",appearance:"appearance-none",width:"w-5",height:"h-5",borderWidth:"border",borderRadius:"rounded-full",borderColor:"border-blue-gray-200",cursor:"cursor-pointer",transition:"transition-all",before:{content:"before:content['']",display:"before:block",bg:"before:bg-blue-gray-500",width:"before:w-12",height:"before:h-12",borderRadius:"before:rounded-full",position:"before:absolute",top:"before:top-2/4",left:"before:left-2/4",transform:"before:-translate-y-2/4 before:-translate-x-2/4",opacity:"before:opacity-0 hover:before:opacity-10",transition:"before:transition-opacity"}},label:{color:"text-gray-700",fontWeight:"font-light",userSelect:"select-none",cursor:"cursor-pointer",mt:"mt-px"},icon:{position:"absolute",top:"top-2/4",left:"left-2/4",translate:"-translate-y-2/4 -translate-x-2/4",pointerEvents:"pointer-events-none",opacity:"opacity-0 peer-checked:opacity-100",transition:"transition-opacity"},disabled:{opacity:"opacity-50",pointerEvents:"pointer-events-none"}},colors:t.default}},i=a}(xu);var zu={},Mu={},Tu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-1.5",before:{content:"before:content[' ']",display:"before:block",boxSizing:"before:box-border",width:"before:w-2.5",height:"before:h-1.5",mt:"before:mt-[6.5px]",mr:"before:mr-1",borderRadius:"before:rounded-tl-md",pointerEvents:"before:pointer-events-none",transition:"before:transition-all",disabled:"peer-disabled:before:border-transparent"},after:{content:"after:content[' ']",display:"after:block",flexGrow:"after:flex-grow",boxSizing:"after:box-border",width:"after:w-2.5",height:"after:h-1.5",mt:"after:mt-[6.5px]",ml:"after:ml-1",borderRadius:"after:rounded-tr-md",pointerEvents:"after:pointer-events-none",transition:"after:transition-all",disabled:"peer-disabled:after:border-transparent"}},t=r})(Tu);var Ou={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-blue-gray-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},gray:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-gray-900",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},brown:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-brown-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},"deep-orange":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-deep-orange-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},orange:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-orange-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},amber:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-amber-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},yellow:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-yellow-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},lime:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-lime-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},"light-green":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-light-green-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},green:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-green-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},teal:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-teal-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},cyan:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-cyan-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},"light-blue":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-light-blue-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},blue:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-blue-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},indigo:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-indigo-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},"deep-purple":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-deep-purple-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},purple:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-purple-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},pink:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-pink-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}},red:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-red-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-blue-gray-200",borderTopColor:"border-t-transparent"}}},t=r})(Ou);var Pu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-blue-gray-500",before:"before:border-blue-gray-500",after:"after:border-blue-gray-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},gray:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-gray-900",before:"before:border-gray-900",after:"after:border-gray-900"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},brown:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-brown-500",before:"before:border-brown-500",after:"after:border-brown-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},"deep-orange":{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-deep-orange-500",before:"before:border-deep-orange-500",after:"after:border-deep-orange-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},orange:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-orange-500",before:"before:border-orange-500",after:"after:border-orange-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},amber:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-amber-500",before:"before:border-amber-500",after:"after:border-amber-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},yellow:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-yellow-500",before:"before:border-yellow-500",after:"after:border-yellow-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},lime:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-lime-500",before:"before:border-lime-500",after:"after:border-lime-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},"light-green":{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-light-green-500",before:"before:border-light-green-500",after:"after:border-light-green-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},green:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-green-500",before:"before:border-green-500",after:"after:border-green-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},teal:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-teal-500",before:"before:border-teal-500",after:"after:border-teal-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},cyan:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-cyan-500",before:"before:border-cyan-500",after:"after:border-cyan-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},"light-blue":{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-light-blue-500",before:"before:border-light-blue-500",after:"after:border-light-blue-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},blue:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-blue-500",before:"before:border-blue-500",after:"after:border-blue-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},indigo:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-indigo-500",before:"before:border-indigo-500",after:"after:border-indigo-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},"deep-purple":{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-deep-purple-500",before:"before:border-deep-purple-500",after:"after:border-deep-purple-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},purple:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-purple-500",before:"before:border-purple-500",after:"after:border-purple-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},pink:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-pink-500",before:"before:border-pink-500",after:"after:border-pink-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}},red:{close:{color:"text-blue-gray-400",before:"before:border-transparent",after:"after:border-transparent"},open:{color:"text-red-500",before:"before:border-red-500",after:"after:border-red-500"},withValue:{color:"text-blue-gray-400",before:"before:border-blue-gray-200",after:"after:border-blue-gray-200"}}},t=r})(Pu),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(Tu),t=o(Ou),n=o(Pu);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{select:{},label:r.default},sizes:{md:{container:{height:"h-10"},select:{fontSize:"text-sm",px:"px-3",py:"py-2.5",borderRadius:"rounded-[7px]"},label:{initial:{},states:{close:{lineHeight:"leading-[3.75]"},open:{lineHeight:"leading-tight"},withValue:{lineHeight:"leading-tight"}}}},lg:{container:{height:"h-11"},select:{fontSize:"text-sm",px:"px-3",py:"py-3",borderRadius:"rounded-[7px]"},label:{initial:{},states:{close:{lineHeight:"leading-[4.1]"},open:{lineHeight:"leading-tight"},withValue:{lineHeight:"leading-tight"}}}}},colors:{select:t.default,label:n.default},states:{close:{select:{borderWidth:"border"},label:{fontSize:"text-sm",disabled:"peer-disabled:text-blue-gray-400",before:{bt:"before:border-t-transparent",bl:"before:border-l-transparent"},after:{bt:"after:border-t-transparent",br:"after:border-r-transparent"}}},open:{select:{borderWidth:"border-2",borderColor:"border-t-transparent"},label:{fontSize:"text-[11px]",disabled:"peer-disabled:text-transparent",before:{bt:"before:border-t-2",bl:"before:border-l-2"},after:{bt:"after:border-t-2",br:"after:border-r-2"}}},withValue:{select:{borderWidth:"border",borderColor:"border-t-transparent"},label:{fontSize:"text-[11px]",disabled:"peer-disabled:text-transparent",before:{bt:"before:border-t",bl:"before:border-l"},after:{bt:"after:border-t",br:"after:border-r"}}}},error:{select:{initial:{},states:{close:{borderColor:"border-red-500"},open:{borderColor:"border-red-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-red-500",borderTopColor:"border-t-transparent"}}},label:{initial:{},states:{close:{color:"text-red-500",before:"before:border-red-500",after:"after:border-red-500"},open:{color:"text-red-500",before:"before:border-red-500",after:"after:border-red-500"},withValue:{color:"text-red-500",before:"before:border-red-500",after:"after:border-red-500"}}}},success:{select:{initial:{},states:{close:{borderColor:"border-green-500"},open:{borderColor:"border-green-500",borderTopColor:"border-t-transparent"},withValue:{borderColor:"border-green-500",borderTopColor:"border-t-transparent"}}},label:{initial:{},states:{close:{color:"text-green-500",before:"before:border-green-500",after:"after:border-green-500"},open:{color:"text-green-500",before:"before:border-green-500",after:"after:border-green-500"},withValue:{color:"text-green-500",before:"before:border-green-500",after:"after:border-green-500"}}}}},i=a}(Mu);var Vu={},Su={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-1.5",after:{content:"after:content[' ']",display:"after:block",width:"after:w-full",position:"after:absolute",bottom:"after:-bottom-1.5",left:"left-0",borderWidth:"after:border-b-2",transition:"after:transition-transform after:duration-300"}},t=r})(Su);var _u={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-blue-gray-500"},withValue:{borderColor:"border-blue-gray-200"}},gray:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-gray-900"},withValue:{borderColor:"border-blue-gray-200"}},brown:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-brown-500"},withValue:{borderColor:"border-blue-gray-200"}},"deep-orange":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-deep-orange-500"},withValue:{borderColor:"border-blue-gray-200"}},orange:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-orange-500"},withValue:{borderColor:"border-blue-gray-200"}},amber:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-amber-500"},withValue:{borderColor:"border-blue-gray-200"}},yellow:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-yellow-500"},withValue:{borderColor:"border-blue-gray-200"}},lime:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-lime-500"},withValue:{borderColor:"border-blue-gray-200"}},"light-green":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-light-green-500"},withValue:{borderColor:"border-blue-gray-200"}},green:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-green-500"},withValue:{borderColor:"border-blue-gray-200"}},teal:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-teal-500"},withValue:{borderColor:"border-blue-gray-200"}},cyan:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-cyan-500"},withValue:{borderColor:"border-blue-gray-200"}},"light-blue":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-light-blue-500"},withValue:{borderColor:"border-blue-gray-200"}},blue:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-blue-500"},withValue:{borderColor:"border-blue-gray-200"}},indigo:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-indigo-500"},withValue:{borderColor:"border-blue-gray-200"}},"deep-purple":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-deep-purple-500"},withValue:{borderColor:"border-blue-gray-200"}},purple:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-purple-500"},withValue:{borderColor:"border-blue-gray-200"}},pink:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-pink-500"},withValue:{borderColor:"border-blue-gray-200"}},red:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-red-500"},withValue:{borderColor:"border-blue-gray-200"}}},t=r})(_u);var Lu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{close:{color:"text-blue-gray-500",after:"after:border-blue-gray-500"},open:{color:"text-blue-gray-500",after:"after:border-blue-gray-500"},withValue:{color:"text-blue-gray-500",after:"after:border-blue-gray-50"}},gray:{close:{color:"text-blue-gray-500",after:"after:border-gray-500"},open:{color:"text-gray-900",after:"after:border-gray-900"},withValue:{color:"text-blue-gray-500",after:"after:border-gray-500"}},brown:{close:{color:"text-blue-gray-500",after:"after:border-brown-500"},open:{color:"text-brown-500",after:"after:border-brown-500"},withValue:{color:"text-blue-gray-500",after:"after:border-brown-500"}},"deep-orange":{close:{color:"text-blue-gray-500",after:"after:border-deep-orange-500"},open:{color:"text-deep-orange-500",after:"after:border-deep-orange-500"},withValue:{color:"text-blue-gray-500",after:"after:border-deep-orange-500"}},orange:{close:{color:"text-blue-gray-500",after:"after:border-orange-500"},open:{color:"text-orange-500",after:"after:border-orange-500"},withValue:{color:"text-blue-gray-500",after:"after:border-orange-500"}},amber:{close:{color:"text-blue-gray-500",after:"after:border-amber-500"},open:{color:"text-amber-500",after:"after:border-amber-500"},withValue:{color:"text-blue-gray-500",after:"after:border-amber-500"}},yellow:{close:{color:"text-blue-gray-500",after:"after:border-yellow-500"},open:{color:"text-yellow-500",after:"after:border-yellow-500"},withValue:{color:"text-blue-gray-500",after:"after:border-yellow-500"}},lime:{close:{color:"text-blue-gray-500",after:"after:border-lime-500"},open:{color:"text-lime-500",after:"after:border-lime-500"},withValue:{color:"text-blue-gray-500",after:"after:border-lime-500"}},"light-green":{close:{color:"text-blue-gray-500",after:"after:border-light-green-500"},open:{color:"text-light-green-500",after:"after:border-light-green-500"},withValue:{color:"text-blue-gray-500",after:"after:border-light-green-500"}},green:{close:{color:"text-blue-gray-500",after:"after:border-green-500"},open:{color:"text-green-500",after:"after:border-green-500"},withValue:{color:"text-blue-gray-500",after:"after:border-green-500"}},teal:{close:{color:"text-blue-gray-500",after:"after:border-teal-500"},open:{color:"text-teal-500",after:"after:border-teal-500"},withValue:{color:"text-blue-gray-500",after:"after:border-teal-500"}},cyan:{close:{color:"text-blue-gray-500",after:"after:border-cyan-500"},open:{color:"text-cyan-500",after:"after:border-cyan-500"},withValue:{color:"text-blue-gray-500",after:"after:border-cyan-500"}},"light-blue":{close:{color:"text-blue-gray-500",after:"after:border-light-blue-500"},open:{color:"text-light-blue-500",after:"after:border-light-blue-500"},withValue:{color:"text-blue-gray-500",after:"after:border-light-blue-500"}},blue:{close:{color:"text-blue-gray-500",after:"after:border-blue-500"},open:{color:"text-blue-500",after:"after:border-blue-500"},withValue:{color:"text-blue-gray-500",after:"after:border-blue-500"}},indigo:{close:{color:"text-blue-gray-500",after:"after:border-indigo-500"},open:{color:"text-indigo-500",after:"after:border-indigo-500"},withValue:{color:"text-blue-gray-500",after:"after:border-indigo-500"}},"deep-purple":{close:{color:"text-blue-gray-500",after:"after:border-deep-purple-500"},open:{color:"text-deep-purple-500",after:"after:border-deep-purple-500"},withValue:{color:"text-blue-gray-500",after:"after:border-deep-purple-500"}},purple:{close:{color:"text-blue-gray-500",after:"after:border-purple-500"},open:{color:"text-purple-500",after:"after:border-purple-500"},withValue:{color:"text-blue-gray-500",after:"after:border-purple-500"}},pink:{close:{color:"text-blue-gray-500",after:"after:border-pink-500"},open:{color:"text-pink-500",after:"after:border-pink-500"},withValue:{color:"text-blue-gray-500",after:"after:border-pink-500"}},red:{close:{color:"text-blue-gray-500",after:"after:border-red-500"},open:{color:"text-red-500",after:"after:border-red-500"},withValue:{color:"text-blue-gray-500",after:"after:border-red-500"}}},t=r})(Lu),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(Su),t=o(_u),n=o(Lu);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{select:{},label:r.default},sizes:{md:{container:{height:"h-11"},select:{fontSize:"text-sm",pt:"pt-4",pb:"pb-1.5"},label:{initial:{},states:{close:{lineHeight:"leading-[4.25]"},open:{lineHeight:"leading-tight"},withValue:{lineHeight:"leading-tight"}}}},lg:{container:{height:"h-12"},select:{fontSize:"text-sm",px:"px-px",pt:"pt-5",pb:"pb-2"},label:{initial:{},states:{close:{lineHeight:"leading-[4.875]"},open:{lineHeight:"leading-tight"},withValue:{lineHeight:"leading-tight"}}}}},colors:{select:t.default,label:n.default},states:{close:{select:{borderWidth:"border-b"},label:{fontSize:"text-sm",disabled:"peer-disabled:text-blue-gray-400",after:{transform:"after:scale-x-0"}}},open:{select:{borderWidth:"border-b"},label:{fontSize:"text-[11px]",disabled:"peer-disabled:text-transparent",after:{transform:"after:scale-x-100"}}},withValue:{select:{borderWidth:"border-b"},label:{fontSize:"text-[11px]",disabled:"peer-disabled:text-transparent",after:{transform:"after:scale-x-0"}}}},error:{select:{initial:{},states:{close:{borderColor:"border-red-500"},open:{borderColor:"border-red-500"},withValue:{borderColor:"border-red-500"}}},label:{initial:{},states:{close:{color:"text-red-500",after:"after:border-red-500"},open:{color:"text-red-500",after:"after:border-red-500"},withValue:{color:"text-red-500",after:"after:border-red-500"}}}},success:{select:{initial:{},states:{close:{borderColor:"border-green-500"},open:{borderColor:"border-green-500"},withValue:{borderColor:"border-green-500"}}},label:{initial:{},states:{close:{color:"text-green-500",after:"after:border-green-500"},open:{color:"text-green-500",after:"after:border-green-500"},withValue:{color:"text-green-500",after:"after:border-green-500"}}}}},i=a}(Vu);var Hu={},Au={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-2.5",after:{content:"after:content[' ']",display:"after:block",width:"after:w-full",position:"after:absolute",bottom:"after:-bottom-2.5",left:"left-0",borderWidth:"after:border-b-2",transition:"after:transition-transform after:duration-300"}},t=r})(Au);var Eu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-blue-gray-500"},withValue:{borderColor:"border-blue-gray-200"}},gray:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-gray-900"},withValue:{borderColor:"border-blue-gray-200"}},brown:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-brown-500"},withValue:{borderColor:"border-blue-gray-200"}},"deep-orange":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-deep-orange-500"},withValue:{borderColor:"border-blue-gray-200"}},orange:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-orange-500"},withValue:{borderColor:"border-blue-gray-200"}},amber:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-amber-500"},withValue:{borderColor:"border-blue-gray-200"}},yellow:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-yellow-500"},withValue:{borderColor:"border-blue-gray-200"}},lime:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-lime-500"},withValue:{borderColor:"border-blue-gray-200"}},"light-green":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-light-green-500"},withValue:{borderColor:"border-blue-gray-200"}},green:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-green-500"},withValue:{borderColor:"border-blue-gray-200"}},teal:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-teal-500"},withValue:{borderColor:"border-blue-gray-200"}},cyan:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-cyan-500"},withValue:{borderColor:"border-blue-gray-200"}},"light-blue":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-light-blue-500"},withValue:{borderColor:"border-blue-gray-200"}},blue:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-blue-500"},withValue:{borderColor:"border-blue-gray-200"}},indigo:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-indigo-500"},withValue:{borderColor:"border-blue-gray-200"}},"deep-purple":{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-deep-purple-500"},withValue:{borderColor:"border-blue-gray-200"}},purple:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-purple-500"},withValue:{borderColor:"border-blue-gray-200"}},pink:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-pink-500"},withValue:{borderColor:"border-blue-gray-200"}},red:{close:{borderColor:"border-blue-gray-200"},open:{borderColor:"border-red-500"},withValue:{borderColor:"border-blue-gray-200"}}},t=r})(Eu);var ku={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{close:{color:"text-blue-gray-500",after:"after:border-blue-gray-500"},open:{color:"text-blue-gray-500",after:"after:border-blue-gray-500"},withValue:{color:"text-blue-gray-500",after:"after:border-blue-gray-50"}},gray:{close:{color:"text-blue-gray-500",after:"after:border-gray-500"},open:{color:"text-gray-900",after:"after:border-gray-900"},withValue:{color:"text-blue-gray-500",after:"after:border-gray-500"}},brown:{close:{color:"text-blue-gray-500",after:"after:border-brown-500"},open:{color:"text-brown-500",after:"after:border-brown-500"},withValue:{color:"text-blue-gray-500",after:"after:border-brown-500"}},"deep-orange":{close:{color:"text-blue-gray-500",after:"after:border-deep-orange-500"},open:{color:"text-deep-orange-500",after:"after:border-deep-orange-500"},withValue:{color:"text-blue-gray-500",after:"after:border-deep-orange-500"}},orange:{close:{color:"text-blue-gray-500",after:"after:border-orange-500"},open:{color:"text-orange-500",after:"after:border-orange-500"},withValue:{color:"text-blue-gray-500",after:"after:border-orange-500"}},amber:{close:{color:"text-blue-gray-500",after:"after:border-amber-500"},open:{color:"text-amber-500",after:"after:border-amber-500"},withValue:{color:"text-blue-gray-500",after:"after:border-amber-500"}},yellow:{close:{color:"text-blue-gray-500",after:"after:border-yellow-500"},open:{color:"text-yellow-500",after:"after:border-yellow-500"},withValue:{color:"text-blue-gray-500",after:"after:border-yellow-500"}},lime:{close:{color:"text-blue-gray-500",after:"after:border-lime-500"},open:{color:"text-lime-500",after:"after:border-lime-500"},withValue:{color:"text-blue-gray-500",after:"after:border-lime-500"}},"light-green":{close:{color:"text-blue-gray-500",after:"after:border-light-green-500"},open:{color:"text-light-green-500",after:"after:border-light-green-500"},withValue:{color:"text-blue-gray-500",after:"after:border-light-green-500"}},green:{close:{color:"text-blue-gray-500",after:"after:border-green-500"},open:{color:"text-green-500",after:"after:border-green-500"},withValue:{color:"text-blue-gray-500",after:"after:border-green-500"}},teal:{close:{color:"text-blue-gray-500",after:"after:border-teal-500"},open:{color:"text-teal-500",after:"after:border-teal-500"},withValue:{color:"text-blue-gray-500",after:"after:border-teal-500"}},cyan:{close:{color:"text-blue-gray-500",after:"after:border-cyan-500"},open:{color:"text-cyan-500",after:"after:border-cyan-500"},withValue:{color:"text-blue-gray-500",after:"after:border-cyan-500"}},"light-blue":{close:{color:"text-blue-gray-500",after:"after:border-light-blue-500"},open:{color:"text-light-blue-500",after:"after:border-light-blue-500"},withValue:{color:"text-blue-gray-500",after:"after:border-light-blue-500"}},blue:{close:{color:"text-blue-gray-500",after:"after:border-blue-500"},open:{color:"text-blue-500",after:"after:border-blue-500"},withValue:{color:"text-blue-gray-500",after:"after:border-blue-500"}},indigo:{close:{color:"text-blue-gray-500",after:"after:border-indigo-500"},open:{color:"text-indigo-500",after:"after:border-indigo-500"},withValue:{color:"text-blue-gray-500",after:"after:border-indigo-500"}},"deep-purple":{close:{color:"text-blue-gray-500",after:"after:border-deep-purple-500"},open:{color:"text-deep-purple-500",after:"after:border-deep-purple-500"},withValue:{color:"text-blue-gray-500",after:"after:border-deep-purple-500"}},purple:{close:{color:"text-blue-gray-500",after:"after:border-purple-500"},open:{color:"text-purple-500",after:"after:border-purple-500"},withValue:{color:"text-blue-gray-500",after:"after:border-purple-500"}},pink:{close:{color:"text-blue-gray-500",after:"after:border-pink-500"},open:{color:"text-pink-500",after:"after:border-pink-500"},withValue:{color:"text-blue-gray-500",after:"after:border-pink-500"}},red:{close:{color:"text-blue-gray-500",after:"after:border-red-500"},open:{color:"text-red-500",after:"after:border-red-500"},withValue:{color:"text-blue-gray-500",after:"after:border-red-500"}}},t=r})(ku),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(Au),t=o(Eu),n=o(ku);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{select:{},label:r.default},sizes:{md:{container:{height:"h-11"},select:{fontSize:"text-sm",pt:"pt-4",pb:"pb-1.5"},label:{initial:{},states:{close:{lineHeight:"leading-tight"},open:{lineHeight:"leading-tight"},withValue:{lineHeight:"leading-tight"}}}},lg:{container:{height:"h-12"},select:{fontSize:"text-sm",px:"px-px",pt:"pt-5",pb:"pb-2"},label:{initial:{},states:{close:{lineHeight:"leading-tight"},open:{lineHeight:"leading-tight"},withValue:{lineHeight:"leading-tight"}}}}},colors:{select:t.default,label:n.default},states:{close:{select:{borderWidth:"border-b"},label:{fontSize:"text-sm",disabled:"peer-disabled:text-blue-gray-400",after:{transform:"after:scale-x-0"}}},open:{select:{borderWidth:"border-b"},label:{fontSize:"text-sm",disabled:"peer-disabled:text-transparent",after:{transform:"after:scale-x-100"}}},withValue:{select:{borderWidth:"border-b"},label:{fontSize:"text-sm",disabled:"peer-disabled:text-transparent",after:{transform:"after:scale-x-0"}}}},error:{select:{initial:{},states:{close:{borderColor:"border-red-500"},open:{borderColor:"border-red-500"},withValue:{borderColor:"border-red-500"}}},label:{initial:{},states:{close:{color:"text-red-500",after:"after:border-red-500"},open:{color:"text-red-500",after:"after:border-red-500"},withValue:{color:"text-red-500",after:"after:border-red-500"}}}},success:{select:{initial:{},states:{close:{borderColor:"border-green-500"},open:{borderColor:"border-green-500"},withValue:{borderColor:"border-green-500"}}},label:{initial:{},states:{close:{color:"text-green-500",after:"after:border-green-500"},open:{color:"text-green-500",after:"after:border-green-500"},withValue:{color:"text-green-500",after:"after:border-green-500"}}}}},i=a}(Hu);var mn={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(R,N){for(var W in N)Object.defineProperty(R,W,{enumerable:!0,get:N[W]})}r(e,{propTypesVariant:function(){return a},propTypesSize:function(){return i},propTypesColor:function(){return p},propTypesLabel:function(){return v},propTypesError:function(){return h},propTypesSuccess:function(){return g},propTypesArrow:function(){return M},propTypesValue:function(){return T},propTypesOnChange:function(){return C},propTypesSelected:function(){return z},propTypesOffset:function(){return w},propTypesDismiss:function(){return b},propTypesAnimate:function(){return f},propTypesAutoHeight:function(){return s},propTypesLockScroll:function(){return d},propTypesLabelProps:function(){return l},propTypesMenuProps:function(){return c},propTypesIndex:function(){return m},propTypesDisabled:function(){return x},propTypesClassName:function(){return _},propTypesName:function(){return P},propTypesChildren:function(){return V},propTypesContainerProps:function(){return L},propTypesContextValue:function(){return E}});var t=o(ke),n=x1;function o(R){return R&&R.__esModule?R:{default:R}}var a=["standard","outlined","static"],i=["md","lg"],p=n.propTypesColors,v=t.default.string,h=t.default.bool,g=t.default.bool,M=t.default.node,T=t.default.string,C=t.default.func,z=t.default.func,w=n.propTypesOffsetType,b=n.propTypesDismissType,f=n.propTypesAnimation,s=t.default.bool,d=t.default.bool,l=t.default.instanceOf(Object),c=t.default.instanceOf(Object),m=t.default.number,x=t.default.bool,_=t.default.string,P=t.default.string,V=t.default.node.isRequired,L=t.default.instanceOf(Object),E=t.default.shape({selectedIndex:t.default.number.isRequired,setSelectedIndex:t.default.func.isRequired,activeIndex:t.default.oneOfType([t.default.number,t.default.instanceOf(null)]),setActiveIndex:t.default.func.isRequired,listRef:t.default.instanceOf(Object).isRequired,setOpen:t.default.func.isRequired,onChange:t.default.func.isRequired,getItemProps:t.default.func.isRequired,dataRef:t.default.instanceOf(Object).isRequired}).isRequired})(mn),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(h,g){for(var M in g)Object.defineProperty(h,M,{enumerable:!0,get:g[M]})}r(e,{select:function(){return p},default:function(){return v}});var t=i(Mu),n=i(Vu),o=i(Hu),a=mn;function i(h){return h&&h.__esModule?h:{default:h}}var p={defaultProps:{variant:"outlined",color:"gray",size:"md",label:"",error:!1,success:!1,arrow:void 0,value:void 0,onChange:void 0,selected:void 0,offset:5,dismiss:{},animate:{unmount:{},mount:{}},autoHeight:!1,lockScroll:!1,labelProps:{},menuProps:{},className:"",disabled:!1,containerProps:void 0},valid:{variants:a.propTypesVariant,sizes:a.propTypesSize,colors:a.propTypesColor},styles:{base:{container:{position:"relative",width:"w-full",minWidth:"min-w-[200px]"},select:{peer:"peer",width:"w-full",height:"h-full",bg:"bg-transparent",color:"text-blue-gray-700",fontFamily:"font-sans",fontWeight:"font-normal",textAlign:"text-left",outline:"outline outline-0 focus:outline-0",disabled:"disabled:bg-blue-gray-50 disabled:border-0 disabled:cursor-not-allowed",transition:"transition-all"},arrow:{initial:{display:"grid",placeItems:"place-items-center",position:"absolute",top:"top-2/4",right:"right-2",pt:"pt-px",width:"w-5",height:"h-5",color:"text-blue-gray-400",transform:"rotate-0 -translate-y-2/4",transition:"transition-all"},active:{transform:"rotate-180",mt:"mt-px"}},label:{display:"flex",width:"w-full",height:"h-full",userSelect:"select-none",pointerEvents:"pointer-events-none",position:"absolute",left:"left-0",fontWeight:"font-normal",transition:"transition-all"},menu:{width:"w-full",maxHeight:"max-h-96",bg:"bg-white",p:"p-3",border:"border border-blue-gray-50",borderRadius:"rounded-md",boxShadow:"shadow-lg shadow-blue-gray-500/10",fontFamily:"font-sans",fontSize:"text-sm",fontWeight:"font-normal",color:"text-blue-gray-500",overflow:"overflow-auto",outline:"focus:outline-none"},option:{initial:{pt:"pt-[9px]",pb:"pb-2",px:"px-3",borderRadius:"rounded-md",lightHeight:"leading-tight",cursor:"cursor-pointer",userSelect:"select-none",background:"hover:bg-blue-gray-50 focus:bg-blue-gray-50",opacity:"hover:bg-opacity-80 focus:bg-opacity-80",color:"hover:text-blue-gray-900 focus:text-blue-gray-900",outline:"outline outline-0",transition:"transition-all"},active:{bg:"bg-blue-gray-50 bg-opacity-80",color:"text-blue-gray-900"},disabled:{opacity:"opacity-50",cursor:"cursor-not-allowed",userSelect:"select-none",pointerEvents:"pointer-events-none"}}},variants:{outlined:t.default,standard:n.default,static:o.default}}},v=p}(zu);var Ru={},Nu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{input:"checked:bg-blue-gray-500",circle:"peer-checked:border-blue-gray-500",before:"peer-checked:before:bg-blue-gray-500"},gray:{input:"checked:bg-gray-900",circle:"peer-checked:border-gray-900",before:"peer-checked:before:bg-gray-900"},brown:{input:"checked:bg-brown-500",circle:"peer-checked:border-brown-500",before:"peer-checked:before:bg-brown-500"},"deep-orange":{input:"checked:bg-deep-orange-500",circle:"peer-checked:border-deep-orange-500",before:"peer-checked:before:bg-deep-orange-500"},orange:{input:"checked:bg-orange-500",circle:"peer-checked:border-orange-500",before:"peer-checked:before:bg-orange-500"},amber:{input:"checked:bg-amber-500",circle:"peer-checked:border-amber-500",before:"peer-checked:before:bg-amber-500"},yellow:{input:"checked:bg-yellow-500",circle:"peer-checked:border-yellow-500",before:"peer-checked:before:bg-yellow-500"},lime:{input:"checked:bg-lime-500",circle:"peer-checked:border-lime-500",before:"peer-checked:before:bg-lime-500"},"light-green":{input:"checked:bg-light-green-500",circle:"peer-checked:border-light-green-500",before:"peer-checked:before:bg-light-green-500"},green:{input:"checked:bg-green-500",circle:"peer-checked:border-green-500",before:"peer-checked:before:bg-green-500"},teal:{input:"checked:bg-teal-500",circle:"peer-checked:border-teal-500",before:"peer-checked:before:bg-teal-500"},cyan:{input:"checked:bg-cyan-500",circle:"peer-checked:border-cyan-500",before:"peer-checked:before:bg-cyan-500"},"light-blue":{input:"checked:bg-light-blue-500",circle:"peer-checked:border-light-blue-500",before:"peer-checked:before:bg-light-blue-500"},blue:{input:"checked:bg-blue-500",circle:"peer-checked:border-blue-500",before:"peer-checked:before:bg-blue-500"},indigo:{input:"checked:bg-indigo-500",circle:"peer-checked:border-indigo-500",before:"peer-checked:before:bg-indigo-500"},"deep-purple":{input:"checked:bg-deep-purple-500",circle:"peer-checked:border-deep-purple-500",before:"peer-checked:before:bg-deep-purple-500"},purple:{input:"checked:bg-purple-500",circle:"peer-checked:border-purple-500",before:"peer-checked:before:bg-purple-500"},pink:{input:"checked:bg-pink-500",circle:"peer-checked:border-pink-500",before:"peer-checked:before:bg-pink-500"},red:{input:"checked:bg-red-500",circle:"peer-checked:border-red-500",before:"peer-checked:before:bg-red-500"}},t=r})(Nu),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{switchButton:function(){return a},default:function(){return i}});var t=o(Nu),n=Wr;function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{color:"gray",label:"",ripple:!0,className:"",disabled:!1,containerProps:void 0,labelProps:void 0,circleProps:void 0},valid:{colors:n.propTypesColor},styles:{base:{root:{display:"inline-flex",alignItems:"items-center"},container:{position:"relative",display:"inline-block",width:"w-8",height:"h-4",cursor:"cursor-pointer",borderRadius:"rounded-full"},input:{peer:"peer",appearance:"appearance-none",width:"w-8",height:"h-4",position:"absolute",background:"bg-blue-gray-100",borderRadius:"rounded-full",cursor:"cursor-pointer",transition:"transition-colors duration-300"},circle:{bg:"bg-white",width:"w-5",height:"h-5",borderWidth:"border",borderColor:"border-blue-gray-100",borderRadius:"rounded-full",boxShadow:"shadow-md",position:"absolute",top:"top-2/4",left:"-left-1",transform:"-translate-y-2/4 peer-checked:translate-x-full",transition:"transition-all duration-300",cursor:"cursor-pointer",before:{content:"before:content['']",display:"before:block",bg:"before:bg-blue-gray-500",width:"before:w-10",height:"before:h-10",borderRadius:"before:rounded-full",position:"before:absolute",top:"before:top-2/4",left:"before:left-2/4",transform:"before:-translate-y-2/4 before:-translate-x-2/4",transition:"before:transition-opacity",opacity:"before:opacity-0 hover:before:opacity-10"}},ripple:{display:"inline-block",top:"top-2/4",left:"left-2/4",transform:"-translate-x-2/4 -translate-y-2/4",p:"p-5",borderRadius:"rounded-full"},label:{color:"text-gray-700",fontWeight:"font-light",userSelect:"select-none",cursor:"cursor-pointer",mt:"mt-px",ml:"ml-3",mb:"mb-0"},disabled:{opacity:"opacity-50",pointerEvents:"pointer-events-none"}},colors:t.default}},i=a}(Ru);var ju={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{tab:function(){return t},default:function(){return n}});var t={defaultProps:{className:"",activeClassName:"",disabled:!1},styles:{base:{tab:{initial:{display:"flex",alignItems:"items-center",justifyContent:"justify-center",textAlign:"text-center",width:"w-full",height:"h-full",position:"relative",bg:"bg-transparent",py:"py-1",px:"px-2",color:"text-blue-gray-900",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-normal",lineHeight:"leading-relaxed",userSelect:"select-none",cursor:"cursor-pointer"},disabled:{opacity:"opacity-50",cursor:"cursor-not-allowed",pointerEvents:"pointer-events-none",userSelect:"select-none"}},indicator:{position:"absolute",inset:"inset-0",zIndex:"z-10",height:"h-full",bg:"bg-white",borderRadius:"rounded-md",boxShadow:"shadow"}}}},n=t})(ju);var $u={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{tabs:function(){return t},default:function(){return n}});var t={defaultProps:{className:"",orientation:"horizontal"},styles:{base:{overflow:"overflow-hidden"},horizontal:{display:"block"},vertical:{display:"flex"}}},n=t})($u);var Du={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{tabsBody:function(){return t},default:function(){return n}});var t={defaultProps:{animate:{unmount:{},mount:{}},className:""},styles:{base:{display:"block",width:"w-full",position:"relative",bg:"bg-transparent",overflow:"overflow-hidden"}}},n=t})(Du);var Fu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{tabsHeader:function(){return t},default:function(){return n}});var t={defaultProps:{className:""},styles:{base:{display:"flex",position:"relative",bg:"bg-blue-gray-50",bgOpacity:"bg-opacity-60",borderRadius:"rounded-lg",p:"p-1"},horizontal:{flexDirection:"flex-row"},vertical:{flexDirection:"flex-col"}}},n=t})(Fu);var Iu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{tabPanel:function(){return t},default:function(){return n}});var t={defaultProps:{className:""},styles:{base:{width:"w-full",height:"h-max",color:"text-gray-700",p:"p-4",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-light",lineHeight:"leading-relaxed"}}},n=t})(Iu);var Wu={},Uu={},Gu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-1.5",fontSize:"peer-placeholder-shown:text-sm",floated:{fontSize:"text-[11px] peer-focus:text-[11px]"},before:{content:"before:content[' ']",display:"before:block",boxSizing:"before:box-border",width:"before:w-2.5",height:"before:h-1.5",mt:"before:mt-[6.5px]",mr:"before:mr-1",borderColor:"peer-placeholder-shown:before:border-transparent",borderRadius:"before:rounded-tl-md",floated:{bt:"before:border-t peer-focus:before:border-t-2",bl:"before:border-l peer-focus:before:border-l-2"},pointerEvents:"before:pointer-events-none",transition:"before:transition-all",disabled:"peer-disabled:before:border-transparent"},after:{content:"after:content[' ']",display:"after:block",flexGrow:"after:flex-grow",boxSizing:"after:box-border",width:"after:w-2.5",height:"after:h-1.5",mt:"after:mt-[6.5px]",ml:"after:ml-1",borderColor:"peer-placeholder-shown:after:border-transparent",borderRadius:"after:rounded-tr-md",floated:{bt:"after:border-t peer-focus:after:border-t-2",br:"after:border-r peer-focus:after:border-r-2"},pointerEvents:"after:pointer-events-none",transition:"after:transition-all",disabled:"peer-disabled:after:border-transparent"}},t=r})(Gu);var qu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-gray-500"},gray:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-gray-900"},brown:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-brown-500"},"deep-orange":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-orange-500"},orange:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-orange-500"},amber:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-amber-500"},yellow:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-yellow-500"},lime:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-lime-500"},"light-green":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-green-500"},green:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-green-500"},teal:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-teal-500"},cyan:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-cyan-500"},"light-blue":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-blue-500"},blue:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-500"},indigo:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-indigo-500"},"deep-purple":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-purple-500"},purple:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-purple-500"},pink:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-pink-500"},red:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-red-500"}},t=r})(qu);var Bu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{color:"text-blue-gray-400 peer-focus:text-blue-gray-500",before:"before:border-blue-gray-200 peer-focus:before:!border-blue-gray-500",after:"after:border-blue-gray-200 peer-focus:after:!border-blue-gray-500"},gray:{color:"text-blue-gray-400 peer-focus:text-gray-900",before:"before:border-blue-gray-200 peer-focus:before:!border-gray-900",after:"after:border-blue-gray-200 peer-focus:after:!border-gray-900"},brown:{color:"text-blue-gray-400 peer-focus:text-brown-500",before:"before:border-blue-gray-200 peer-focus:before:!border-brown-500",after:"after:border-blue-gray-200 peer-focus:after:!border-brown-500"},"deep-orange":{color:"text-blue-gray-400 peer-focus:text-deep-orange-500",before:"before:border-blue-gray-200 peer-focus:before:!border-deep-orange-500",after:"after:border-blue-gray-200 peer-focus:after:!border-deep-orange-500"},orange:{color:"text-blue-gray-400 peer-focus:text-orange-500",before:"before:border-blue-gray-200 peer-focus:before:!border-orange-500",after:"after:border-blue-gray-200 peer-focus:after:!border-orange-500"},amber:{color:"text-blue-gray-400 peer-focus:text-amber-500",before:"before:border-blue-gray-200 peer-focus:before:!border-amber-500",after:"after:border-blue-gray-200 peer-focus:after:!border-amber-500"},yellow:{color:"text-blue-gray-400 peer-focus:text-yellow-500",before:"before:border-blue-gray-200 peer-focus:before:!border-yellow-500",after:"after:border-blue-gray-200 peer-focus:after:!border-yellow-500"},lime:{color:"text-blue-gray-400 peer-focus:text-lime-500",before:"before:border-blue-gray-200 peer-focus:before:!border-lime-500",after:"after:border-blue-gray-200 peer-focus:after:!border-lime-500"},"light-green":{color:"text-blue-gray-400 peer-focus:text-light-green-500",before:"before:border-blue-gray-200 peer-focus:before:!border-light-green-500",after:"after:border-blue-gray-200 peer-focus:after:!border-light-green-500"},green:{color:"text-blue-gray-400 peer-focus:text-green-500",before:"before:border-blue-gray-200 peer-focus:before:!border-green-500",after:"after:border-blue-gray-200 peer-focus:after:!border-green-500"},teal:{color:"text-blue-gray-400 peer-focus:text-teal-500",before:"before:border-blue-gray-200 peer-focus:before:!border-teal-500",after:"after:border-blue-gray-200 peer-focus:after:!border-teal-500"},cyan:{color:"text-blue-gray-400 peer-focus:text-cyan-500",before:"before:border-blue-gray-200 peer-focus:before:!border-cyan-500",after:"after:border-blue-gray-200 peer-focus:after:!border-cyan-500"},"light-blue":{color:"text-blue-gray-400 peer-focus:text-light-blue-500",before:"before:border-blue-gray-200 peer-focus:before:!border-light-blue-500",after:"after:border-blue-gray-200 peer-focus:after:!border-light-blue-500"},blue:{color:"text-blue-gray-400 peer-focus:text-blue-500",before:"before:border-blue-gray-200 peer-focus:before:!border-blue-500",after:"after:border-blue-gray-200 peer-focus:after:!border-blue-500"},indigo:{color:"text-blue-gray-400 peer-focus:text-indigo-500",before:"before:border-blue-gray-200 peer-focus:before:!border-indigo-500",after:"after:border-blue-gray-200 peer-focus:after:!border-indigo-500"},"deep-purple":{color:"text-blue-gray-400 peer-focus:text-deep-purple-500",before:"before:border-blue-gray-200 peer-focus:before:!border-deep-purple-500",after:"after:border-blue-gray-200 peer-focus:after:!border-deep-purple-500"},purple:{color:"text-blue-gray-400 peer-focus:text-purple-500",before:"before:border-blue-gray-200 peer-focus:before:!border-purple-500",after:"after:border-blue-gray-200 peer-focus:after:!border-purple-500"},pink:{color:"text-blue-gray-400 peer-focus:text-pink-500",before:"before:border-blue-gray-200 peer-focus:before:!border-pink-500",after:"after:border-blue-gray-200 peer-focus:after:!border-pink-500"},red:{color:"text-blue-gray-400 peer-focus:text-red-500",before:"before:border-blue-gray-200 peer-focus:before:!border-red-500",after:"after:border-blue-gray-200 peer-focus:after:!border-red-500"}},t=r})(Bu),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(Gu),t=o(qu),n=o(Bu);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{textarea:{borderWidth:"placeholder-shown:border",borderColor:"placeholder-shown:border-blue-gray-200 placeholder-shown:border-t-blue-gray-200",floated:{borderWidth:"border focus:border-2",borderColor:"border-t-transparent focus:border-t-transparent"}},label:r.default},sizes:{md:{container:{height:"h-10"},textarea:{fontSize:"text-sm",px:"px-3",py:"py-2.5",borderRadius:"rounded-[7px]"},label:{lineHeight:"peer-placeholder-shown:leading-[3.75]"}},lg:{container:{height:"h-11"},textarea:{fontSize:"text-sm",px:"px-3",py:"py-3",borderRadius:"rounded-md"},label:{lineHeight:"peer-placeholder-shown:leading-[4.1]"}}},colors:{textarea:t.default,label:n.default},error:{textarea:{borderColor:"border-red-500 placeholder-shown:border-t-red-500 placeholder-shown:border-red-500",borderColorFocused:"focus:border-red-500"},label:{color:"text-red-500 peer-focus:text-red-500 peer-placeholder-shown:text-red-500",before:"before:border-red-500 peer-focus:before:border-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},success:{textarea:{borderColor:"border-green-500 placeholder-shown:border-t-green-500 placeholder-shown:border-green-500",borderColorFocused:"focus:border-green-500"},label:{color:"text-green-500 peer-focus:text-green-500 peer-placeholder-shown:text-green-500",before:"before:border-green-500 peer-focus:before:border-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"}},shrink:{textarea:{borderTop:"!border-t-transparent"},label:{fontSize:"!text-[11px]",lineHeight:"!leading-tight",borderColor:"before:!border-blue-gray-200 after:!border-blue-gray-200"}}},i=a}(Uu);var Ku={},Yu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-1.5",fontSize:"peer-placeholder-shown:text-sm",floated:{fontSize:"text-[11px] peer-focus:text-[11px]"},after:{content:"after:content[' ']",display:"after:block",width:"after:w-full",position:"after:absolute",bottom:"after:-bottom-0",left:"left-0",borderWidth:"after:border-b-2",scale:"after:scale-x-0",floated:{scale:"peer-focus:after:scale-x-100"},transition:"after:transition-transform after:duration-300"}},t=r})(Yu);var Xu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-gray-500"},gray:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-gray-900"},brown:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-brown-500"},"deep-orange":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-orange-500"},orange:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-orange-500"},amber:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-amber-500"},yellow:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-yellow-500"},lime:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-lime-500"},"light-green":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-green-500"},green:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-green-500"},teal:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-teal-500"},cyan:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-cyan-500"},"light-blue":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-blue-500"},blue:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-500"},indigo:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-indigo-500"},"deep-purple":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-purple-500"},purple:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-purple-500"},pink:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-pink-500"},red:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-red-500"}},t=r})(Xu);var Zu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{color:"text-blue-gray-500 peer-focus:text-blue-gray-500",after:"after:border-blue-gray-500 peer-focus:after:!border-blue-gray-500"},gray:{color:"text-gray-500 peer-focus:text-gray-900",after:"after:border-gray-500 peer-focus:after:!border-gray-900"},brown:{color:"text-blue-gray-500 peer-focus:text-brown-500",after:"after:border-brown-500 peer-focus:after:!border-brown-500"},"deep-orange":{color:"text-blue-gray-500 peer-focus:text-deep-orange-500",after:"after:border-deep-orange-500 peer-focus:after:!border-deep-orange-500"},orange:{color:"text-blue-gray-500 peer-focus:text-orange-500",after:"after:border-orange-500 peer-focus:after:!border-orange-500"},amber:{color:"text-blue-gray-500 peer-focus:text-amber-500",after:"after:border-amber-500 peer-focus:after:!border-amber-500"},yellow:{color:"text-blue-gray-500 peer-focus:text-yellow-500",after:"after:border-yellow-500 peer-focus:after:!border-yellow-500"},lime:{color:"text-blue-gray-500 peer-focus:text-lime-500",after:"after:border-lime-500 peer-focus:after:!border-lime-500"},"light-green":{color:"text-blue-gray-500 peer-focus:text-light-green-500",after:"after:border-light-green-500 peer-focus:after:!border-light-green-500"},green:{color:"text-blue-gray-500 peer-focus:text-green-500",after:"after:border-green-500 peer-focus:after:!border-green-500"},teal:{color:"text-blue-gray-500 peer-focus:text-teal-500",after:"after:border-teal-500 peer-focus:after:!border-teal-500"},cyan:{color:"text-blue-gray-500 peer-focus:text-cyan-500",after:"after:border-cyan-500 peer-focus:after:!border-cyan-500"},"light-blue":{color:"text-blue-gray-500 peer-focus:text-light-blue-500",after:"after:border-light-blue-500 peer-focus:after:!border-light-blue-500"},blue:{color:"text-blue-gray-500 peer-focus:text-blue-500",after:"after:border-blue-500 peer-focus:after:!border-blue-500"},indigo:{color:"text-blue-gray-500 peer-focus:text-indigo-500",after:"after:border-indigo-500 peer-focus:after:!border-indigo-500"},"deep-purple":{color:"text-blue-gray-500 peer-focus:text-deep-purple-500",after:"after:border-deep-purple-500 peer-focus:after:!border-deep-purple-500"},purple:{color:"text-blue-gray-500 peer-focus:text-purple-500",after:"after:border-purple-500 peer-focus:after:!border-purple-500"},pink:{color:"text-blue-gray-500 peer-focus:text-pink-500",after:"after:border-pink-500 peer-focus:after:!border-pink-500"},red:{color:"text-blue-gray-500 peer-focus:text-red-500",after:"after:border-red-500 peer-focus:after:!border-red-500"}},t=r})(Zu),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(Yu),t=o(Xu),n=o(Zu);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{textarea:{borderWidth:"border-b",borderColor:"placeholder-shown:border-blue-gray-200"},label:r.default},sizes:{md:{container:{height:"h-11"},textarea:{fontSize:"text-sm",pt:"pt-4",pb:"pb-1.5",mt:"mt-1.5"},label:{lineHeight:"peer-placeholder-shown:leading-[4.25]"}},lg:{container:{height:"h-12"},textarea:{fontSize:"text-sm",px:"px-px",pt:"pt-5",pb:"pb-2"},label:{lineHeight:"peer-placeholder-shown:leading-[4.875]"}}},colors:{textarea:t.default,label:n.default},error:{textarea:{borderColor:"border-red-500 placeholder-shown:border-red-500",borderColorFocused:"focus:border-red-500"},label:{color:"text-red-500 peer-focus:text-red-500 peer-placeholder-shown:text-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},success:{textarea:{borderColor:"border-green-500 placeholder-shown:border-green-500",borderColorFocused:"focus:border-green-500"},label:{color:"text-green-500 peer-focus:text-green-500 peer-placeholder-shown:text-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"}},shrink:{textarea:{},label:{fontSize:"!text-[11px]",lineHeight:"!leading-tight"}}},i=a}(Ku);var Ju={},Qu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={position:"-top-2.5",fontSize:"text-sm peer-focus:text-sm",after:{content:"after:content[' ']",display:"after:block",width:"after:w-full",position:"after:absolute",bottom:"after:-bottom-1",left:"left-0",borderWidth:"after:border-b-2",scale:"after:scale-x-0",floated:{scale:"peer-focus:after:scale-x-100"},transition:"after:transition-transform after:duration-300"}},t=r})(Qu);var e4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-gray-500"},gray:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-gray-900"},brown:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-brown-500"},"deep-orange":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-orange-500"},orange:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-orange-500"},amber:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-amber-500"},yellow:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-yellow-500"},lime:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-lime-500"},"light-green":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-green-500"},green:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-green-500"},teal:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-teal-500"},cyan:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-cyan-500"},"light-blue":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-light-blue-500"},blue:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-blue-500"},indigo:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-indigo-500"},"deep-purple":{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-deep-purple-500"},purple:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-purple-500"},pink:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-pink-500"},red:{borderColor:"border-blue-gray-200",borderColorFocused:"focus:border-red-500"}},t=r})(e4);var t4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{color:"text-blue-gray-500 peer-focus:text-blue-gray-500",after:"after:border-blue-gray-500 peer-focus:after:border-blue-gray-500"},gray:{color:"text-gray-500 peer-focus:text-gray-900",after:"after:border-gray-500 peer-focus:after:border-gray-900"},brown:{color:"text-blue-gray-500 peer-focus:text-brown-500",after:"after:border-brown-500 peer-focus:after:border-brown-500"},"deep-orange":{color:"text-blue-gray-500 peer-focus:text-deep-orange-500",after:"after:border-deep-orange-500 peer-focus:after:border-deep-orange-500"},orange:{color:"text-blue-gray-500 peer-focus:text-orange-500",after:"after:border-orange-500 peer-focus:after:border-orange-500"},amber:{color:"text-blue-gray-500 peer-focus:text-amber-500",after:"after:border-amber-500 peer-focus:after:border-amber-500"},yellow:{color:"text-blue-gray-500 peer-focus:text-yellow-500",after:"after:border-yellow-500 peer-focus:after:border-yellow-500"},lime:{color:"text-blue-gray-500 peer-focus:text-lime-500",after:"after:border-lime-500 peer-focus:after:border-lime-500"},"light-green":{color:"text-blue-gray-500 peer-focus:text-light-green-500",after:"after:border-light-green-500 peer-focus:after:border-light-green-500"},green:{color:"text-blue-gray-500 peer-focus:text-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"},teal:{color:"text-blue-gray-500 peer-focus:text-teal-500",after:"after:border-teal-500 peer-focus:after:border-teal-500"},cyan:{color:"text-blue-gray-500 peer-focus:text-cyan-500",after:"after:border-cyan-500 peer-focus:after:border-cyan-500"},"light-blue":{color:"text-blue-gray-500 peer-focus:text-light-blue-500",after:"after:border-light-blue-500 peer-focus:after:border-light-blue-500"},blue:{color:"text-blue-gray-500 peer-focus:text-blue-500",after:"after:border-blue-500 peer-focus:after:border-blue-500"},indigo:{color:"text-blue-gray-500 peer-focus:text-indigo-500",after:"after:border-indigo-500 peer-focus:after:border-indigo-500"},"deep-purple":{color:"text-blue-gray-500 peer-focus:text-deep-purple-500",after:"after:border-deep-purple-500 peer-focus:after:border-deep-purple-500"},purple:{color:"text-blue-gray-500 peer-focus:text-purple-500",after:"after:border-purple-500 peer-focus:after:border-purple-500"},pink:{color:"text-blue-gray-500 peer-focus:text-pink-500",after:"after:border-pink-500 peer-focus:after:border-pink-500"},red:{color:"text-blue-gray-500 peer-focus:text-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},t=r})(t4),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});var r=o(Qu),t=o(e4),n=o(t4);function o(p){return p&&p.__esModule?p:{default:p}}var a={base:{textarea:{borderWidth:"border-b",borderColor:"placeholder-shown:border-blue-gray-200"},label:r.default},sizes:{md:{container:{height:"h-11"},textarea:{fontSize:"text-sm",pt:"pt-4",pb:"pb-1.5",mt:"mt-1.5"},label:{lineHeight:"peer-placeholder-shown:leading-tight"}},lg:{container:{height:"h-12"},textarea:{fontSize:"text-sm",px:"px-px",pt:"pt-5",pb:"pb-2"},label:{lineHeight:"peer-placeholder-shown:leading-tight"}}},colors:{textarea:t.default,label:n.default},error:{textarea:{borderColor:"border-red-500 placeholder-shown:border-red-500",borderColorFocused:"focus:border-red-500"},label:{color:"text-red-500 peer-focus:text-red-500 peer-placeholder-shown:text-red-500",after:"after:border-red-500 peer-focus:after:border-red-500"}},success:{textarea:{borderColor:"border-green-500 placeholder-shown:border-green-500",borderColorFocused:"focus:border-green-500"},label:{color:"text-green-500 peer-focus:text-green-500 peer-placeholder-shown:text-green-500",after:"after:border-green-500 peer-focus:after:border-green-500"}},shrink:{textarea:{},label:{}}},i=a}(Ju),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(h,g){for(var M in g)Object.defineProperty(h,M,{enumerable:!0,get:g[M]})}r(e,{textarea:function(){return p},default:function(){return v}});var t=i(Uu),n=i(Ku),o=i(Ju),a=bn;function i(h){return h&&h.__esModule?h:{default:h}}var p={defaultProps:{variant:"outlined",size:"md",color:"gray",label:"",error:!1,success:!1,resize:!0,labelProps:void 0,containerProps:void 0,shrink:!1,className:""},valid:{variants:a.propTypesVariant,sizes:a.propTypesSize,colors:a.propTypesColor},styles:{base:{container:{position:"relative",width:"w-full",minWidth:"min-w-[200px]"},textarea:{peer:"peer",width:"w-full",height:"h-full",minHeight:"min-h-[100px]",bg:"bg-transparent",color:"text-blue-gray-700",fontFamily:"font-sans",fontWeight:"font-normal",outline:"outline outline-0 focus:outline-0",resize:"resize-y",disabled:"disabled:bg-blue-gray-50 disabled:border-0 disabled:resize-none disabled:cursor-not-allowed",transition:"transition-all"},label:{display:"flex",width:"w-full",height:"h-full",userSelect:"select-none",pointerEvents:"pointer-events-none",position:"absolute",left:"left-0",fontWeight:"font-normal",color:"peer-placeholder-shown:text-blue-gray-500",lineHeight:"leading-tight peer-focus:leading-tight",disabled:"peer-disabled:text-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500",transition:"transition-all"}},variants:{outlined:t.default,standard:n.default,static:o.default}}},v=p}(Wu);var r4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{tooltip:function(){return t},default:function(){return n}});var t={defaultProps:{interactive:!1,placement:"top",offset:5,dismiss:{},animate:{unmount:{},mount:{}},className:""},styles:{base:{bg:"bg-black",py:"py-1.5",px:"px-3",borderRadius:"rounded-lg",fontFamily:"font-sans",fontSize:"text-sm",fontWeight:"font-normal",color:"text-white",outline:"focus:outline-none",overflowWrap:"break-words",zIndex:"z-[999]",whiteSpace:"whitespace-normal"}}},n=t})(r4);var n4={},o4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={inherit:{color:"text-inherit"},current:{color:"text-current"},black:{color:"text-black"},white:{color:"text-white"},"blue-gray":{color:"text-blue-gray-900",gradient:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400"},gray:{color:"text-gray-700",gradient:"bg-gradient-to-tr from-gray-600 to-gray-400"},brown:{color:"text-brown-500",gradient:"bg-gradient-to-tr from-brown-600 to-brown-400"},"deep-orange":{color:"text-deep-orange-500",gradient:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400"},orange:{color:"text-orange-500",gradient:"bg-gradient-to-tr from-orange-600 to-orange-400"},amber:{color:"text-amber-500",gradient:"bg-gradient-to-tr from-amber-600 to-amber-400"},yellow:{color:"text-yellow-500",gradient:"bg-gradient-to-tr from-yellow-600 to-yellow-400"},lime:{color:"text-lime-500",gradient:"bg-gradient-to-tr from-lime-600 to-lime-400"},"light-green":{color:"text-light-green-500",gradient:"bg-gradient-to-tr from-light-green-600 to-light-green-400"},green:{color:"text-green-500",gradient:"bg-gradient-to-tr from-green-600 to-green-400"},teal:{color:"text-teal-500",gradient:"bg-gradient-to-tr from-teal-600 to-teal-400"},cyan:{color:"text-cyan-500",gradient:"bg-gradient-to-tr from-cyan-600 to-cyan-400"},"light-blue":{color:"text-light-blue-500",gradient:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400"},blue:{color:"text-blue-500",gradient:"bg-gradient-to-tr from-blue-600 to-blue-400"},indigo:{color:"text-indigo-500",gradient:"bg-gradient-to-tr from-indigo-600 to-indigo-400"},"deep-purple":{color:"text-deep-purple-500",gradient:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400"},purple:{color:"text-purple-500",gradient:"bg-gradient-to-tr from-purple-600 to-purple-400"},pink:{color:"text-pink-500",gradient:"bg-gradient-to-tr from-pink-600 to-pink-400"},red:{color:"text-red-500",gradient:"bg-gradient-to-tr from-red-600 to-red-400"}},t=r})(o4);var cl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{propTypesVariant:function(){return M},propTypesColor:function(){return T},propTypesAs:function(){return C},propTypesTextGradient:function(){return z},propTypesClassName:function(){return w},propTypesChildren:function(){return b}});var t=i(ke),n=x1;function o(f,s){(s==null||s>f.length)&&(s=f.length);for(var d=0,l=new Array(s);d<s;d++)l[d]=f[d];return l}function a(f){if(Array.isArray(f))return o(f)}function i(f){return f&&f.__esModule?f:{default:f}}function p(f){if(typeof Symbol<"u"&&f[Symbol.iterator]!=null||f["@@iterator"]!=null)return Array.from(f)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(f){return a(f)||p(f)||g(f)||v()}function g(f,s){if(f){if(typeof f=="string")return o(f,s);var d=Object.prototype.toString.call(f).slice(8,-1);if(d==="Object"&&f.constructor&&(d=f.constructor.name),d==="Map"||d==="Set")return Array.from(d);if(d==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(d))return o(f,s)}}var M=["h1","h2","h3","h4","h5","h6","lead","paragraph","small"],T=["inherit","current","black","white"].concat(h(n.propTypesColors)),C=t.default.elementType,z=t.default.bool,w=t.default.string,b=t.default.node.isRequired})(cl),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{typography:function(){return a},default:function(){return i}});var t=o(o4),n=cl;function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{variant:"paragraph",color:"inherit",textGradient:!1,className:""},valid:{variants:n.propTypesVariant,colors:n.propTypesColor},styles:{variants:{h1:{display:"block",fontSmoothing:"antialiased",letterSpacing:"tracking-normal",fontFamily:"font-sans",fontSize:"text-5xl",fontWeight:"font-semibold",lineHeight:"leading-tight"},h2:{display:"block",fontSmoothing:"antialiased",letterSpacing:"tracking-normal",fontFamily:"font-sans",fontSize:"text-4xl",fontWeight:"font-semibold",lineHeight:"leading-[1.3]"},h3:{display:"block",fontSmoothing:"antialiased",letterSpacing:"tracking-normal",fontFamily:"font-sans",fontSize:"text-3xl",fontWeight:"font-semibold",lineHeight:"leading-snug"},h4:{display:"block",fontSmoothing:"antialiased",letterSpacing:"tracking-normal",fontFamily:"font-sans",fontSize:"text-2xl",fontWeight:"font-semibold",lineHeight:"leading-snug"},h5:{display:"block",fontSmoothing:"antialiased",letterSpacing:"tracking-normal",fontFamily:"font-sans",fontSize:"text-xl",fontWeight:"font-semibold",lineHeight:"leading-snug"},h6:{display:"block",fontSmoothing:"antialiased",letterSpacing:"tracking-normal",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-semibold",lineHeight:"leading-relaxed"},lead:{display:"block",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-xl",fontWeight:"font-normal",lineHeight:"leading-relaxed"},paragraph:{display:"block",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-light",lineHeight:"leading-relaxed"},small:{display:"block",fontSmoothing:"antialiased",fontFamily:"font-sans",fontSize:"text-sm",fontWeight:"font-light",lineHeight:"leading-normal"}},textGradient:{bgClip:"bg-clip-text",color:"text-transparent"},colors:t.default}},i=a}(n4);var a4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{collapse:function(){return t},default:function(){return n}});var t={defaultProps:{animate:{unmount:{},mount:{}},className:""},styles:{base:{display:"block",width:"w-full",basis:"basis-full",overflow:"overflow-hidden"}}},n=t})(a4);var i4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{list:function(){return t},default:function(){return n}});var t={defaultProps:{ripple:!0,className:""},styles:{base:{list:{display:"flex",flexDirection:"flex-col",gap:"gap-1",minWidth:"min-w-[240px]",p:"p-2",fontFamily:"font-sans",fontSize:"text-base",fontWeight:"font-normal",color:"text-blue-gray-700"},item:{initial:{display:"flex",alignItems:"items-center",width:"w-full",padding:"p-3",borderRadius:"rounded-lg",textAlign:"text-start",lightHeight:"leading-tight",transition:"transition-all",bg:"hover:bg-blue-gray-50 hover:bg-opacity-80 focus:bg-blue-gray-50 focus:bg-opacity-80 active:bg-blue-gray-50 active:bg-opacity-80",color:"hover:text-blue-gray-900 focus:text-blue-gray-900 active:text-blue-gray-900",outline:"outline-none"},selected:{bg:"bg-blue-gray-50/50",color:"text-blue-gray-700"},disabled:{opacity:"opacity-50",cursor:"cursor-not-allowed",pointerEvents:"pointer-events-none",userSelect:"select-none",bg:"hover:bg-transparent focus:bg-transparent active:bg-transparent",color:"hover:text-blue-gray-500 focus:text-blue-gray-500 active:text-blue-gray-500"}},itemPrefix:{display:"grid",placeItems:"place-items-center",marginRight:"mr-4"},itemSuffix:{display:"grid",placeItems:"place-items-center",marginRight:"ml-auto justify-self-end"}}}},n=t})(i4);var l4={},c4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{divideColor:"divide-blue-gray-50"},black:{divideColor:"divide-gray-800"},"blue-gray":{divideColor:"divide-blue-gray-600"},gray:{divideColor:"divide-gray-800"},brown:{divideColor:"divide-brown-600"},"deep-orange":{divideColor:"divide-deep-orange-600"},orange:{divideColor:"divide-orange-600"},amber:{divideColor:"divide-amber-600"},yellow:{divideColor:"divide-yellow-600"},lime:{divideColor:"divide-lime-600"},"light-green":{divideColor:"divide-light-green-600"},green:{divideColor:"divide-green-600"},teal:{divideColor:"divide-teal-600"},cyan:{divideColor:"divide-cyan-600"},"light-blue":{divideColor:"divide-light-blue-600"},blue:{divideColor:"divide-blue-600"},indigo:{divideColor:"divide-indigo-600"},"deep-purple":{divideColor:"divide-deep-purple-600"},purple:{divideColor:"divide-purple-600"},pink:{divideColor:"divide-pink-600"},red:{divideColor:"divide-red-600"}},t=r})(c4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{buttonGroup:function(){return a},default:function(){return i}});var t=o(c4),n=Fr;function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{variant:"filled",size:"md",color:"gray",fullWidth:!1,ripple:!0,className:""},valid:{variants:n.propTypesVariant,sizes:n.propTypesSize,colors:n.propTypesColor},styles:{base:{initial:{display:"flex",flexDirection:"row"},fullWidth:{width:"w-full"}},dividerColor:t.default}},i=a}(l4);var s4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(i,p){for(var v in p)Object.defineProperty(i,v,{enumerable:!0,get:p[v]})}r(e,{carousel:function(){return o},default:function(){return a}});var t=n(ge);function n(i){return i&&i.__esModule?i:{default:i}}var o={defaultProps:{prevArrow:function(i){var p=i.loop,v=i.handlePrev,h=i.firstIndex;return t.default.createElement("button",{onClick:v,disabled:!p&&h,className:"!absolute top-2/4 left-4 -translate-y-2/4 rounded-full select-none transition-all disabled:opacity-50 disabled:shadow-none disabled:pointer-events-none w-12 max-w-[48px] h-12 max-h-[48px] text-white hover:bg-white/10 active:bg-white/30 grid place-items-center"},t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,className:"-ml-1 h-7 w-7"},t.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5L8.25 12l7.5-7.5"})))},nextArrow:function(i){var p=i.loop,v=i.handleNext,h=i.lastIndex;return t.default.createElement("button",{onClick:v,disabled:!p&&h,className:"!absolute top-2/4 right-4 -translate-y-2/4 rounded-full select-none transition-all disabled:opacity-50 disabled:shadow-none disabled:pointer-events-none w-12 max-w-[48px] h-12 max-h-[48px] text-white hover:bg-white/10 active:bg-white/30 grid place-items-center"},t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,className:"ml-1 h-7 w-7"},t.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 4.5l7.5 7.5-7.5 7.5"})))},navigation:function(i){var p=i.setActiveIndex,v=i.activeIndex,h=i.length;return t.default.createElement("div",{className:"absolute bottom-4 left-2/4 z-50 flex -translate-x-2/4 gap-2"},new Array(h).fill("").map(function(g,M){return t.default.createElement("span",{key:M,className:"block h-3 w-3 cursor-pointer rounded-full transition-colors content-[''] ".concat(v===M?"bg-white":"bg-white/50"),onClick:function(){return p(M)}})}))},autoplay:!1,autoplayDelay:5e3,transition:{type:"tween",duration:.5},loop:!1,className:""},styles:{base:{carousel:{position:"relative",width:"w-full",height:"h-full",overflowX:"overflow-x-hidden",display:"flex"},slide:{width:"w-full",height:"h-full",display:"inline-block",flex:"flex-none"}}}},a=o})(s4);var u4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{drawer:function(){return t},default:function(){return n}});var t={defaultProps:{size:300,overlay:!0,placement:"left",overlayProps:void 0,className:"",dismiss:void 0,onClose:void 0,transition:{type:"tween",duration:.3}},styles:{base:{drawer:{position:"fixed",zIndex:"z-[9999]",pointerEvents:"pointer-events-auto",backgroundColor:"bg-white",boxSizing:"box-border",width:"w-full",boxShadow:"shadow-2xl shadow-blue-gray-900/10"},overlay:{position:"absolute",inset:"inset-0",width:"w-full",height:"h-full",pointerEvents:"pointer-events-auto",zIndex:"z-[9995]",backgroundColor:"bg-black",backgroundOpacity:"bg-opacity-60",backdropBlur:"backdrop-blur-sm"}}}},n=t})(u4);var d4={},sl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(c,m){for(var x in m)Object.defineProperty(c,x,{enumerable:!0,get:m[x]})}r(e,{propTypesColor:function(){return M},propTypesInvisible:function(){return T},propTypesWithBorder:function(){return C},propTypesOverlap:function(){return z},propTypesPlacement:function(){return w},propTypesClassName:function(){return b},propTypesContent:function(){return f},propTypesChildren:function(){return s},propTypesContainerProps:function(){return d},propTypesContainerRef:function(){return l}});var t=i(ke),n=x1;function o(c,m){(m==null||m>c.length)&&(m=c.length);for(var x=0,_=new Array(m);x<m;x++)_[x]=c[x];return _}function a(c){if(Array.isArray(c))return o(c)}function i(c){return c&&c.__esModule?c:{default:c}}function p(c){if(typeof Symbol<"u"&&c[Symbol.iterator]!=null||c["@@iterator"]!=null)return Array.from(c)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(c){return a(c)||p(c)||g(c)||v()}function g(c,m){if(c){if(typeof c=="string")return o(c,m);var x=Object.prototype.toString.call(c).slice(8,-1);if(x==="Object"&&c.constructor&&(x=c.constructor.name),x==="Map"||x==="Set")return Array.from(x);if(x==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(x))return o(c,m)}}var M=["white"].concat(h(n.propTypesColors)),T=t.default.bool,C=t.default.bool,z=["circular","square"],w=["top-start","top-end","bottom-start","bottom-end"],b=t.default.string,f=t.default.node,s=t.default.node.isRequired,d=t.default.instanceOf(Object),l=t.default.oneOfType([t.default.func,t.default.shape({current:t.default.any})])})(sl);var f4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{backgroud:"bg-white",color:"text-blue-gray-900"},"blue-gray":{backgroud:"bg-blue-gray-500",color:"text-white"},gray:{backgroud:"bg-gray-500",color:"text-white"},brown:{backgroud:"bg-brown-500",color:"text-white"},"deep-orange":{backgroud:"bg-deep-orange-500",color:"text-white"},orange:{backgroud:"bg-orange-500",color:"text-white"},amber:{backgroud:"bg-amber-500",color:"text-black"},yellow:{backgroud:"bg-yellow-500",color:"text-black"},lime:{backgroud:"bg-lime-500",color:"text-black"},"light-green":{backgroud:"bg-light-green-500",color:"text-white"},green:{backgroud:"bg-green-500",color:"text-white"},teal:{backgroud:"bg-teal-500",color:"text-white"},cyan:{backgroud:"bg-cyan-500",color:"text-white"},"light-blue":{backgroud:"bg-light-blue-500",color:"text-white"},blue:{backgroud:"bg-blue-500",color:"text-white"},indigo:{backgroud:"bg-indigo-500",color:"text-white"},"deep-purple":{backgroud:"bg-deep-purple-500",color:"text-white"},purple:{backgroud:"bg-purple-500",color:"text-white"},pink:{backgroud:"bg-pink-500",color:"text-white"},red:{backgroud:"bg-red-500",color:"text-white"}},t=r})(f4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{badge:function(){return a},default:function(){return i}});var t=sl,n=o(f4);function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{color:"red",invisible:!1,withBorder:!1,overlap:"square",content:void 0,placement:"top-end",className:void 0,containerProps:void 0},valid:{colors:t.propTypesColor,overlaps:t.propTypesOverlap,placements:t.propTypesPlacement},styles:{base:{container:{position:"relative",display:"inline-flex"},badge:{initial:{position:"absolute",minWidth:"min-w-[12px]",minHeight:"min-h-[12px]",borderRadius:"rounded-full",paddingY:"py-1",paddingX:"px-1",fontSize:"text-xs",fontWeight:"font-medium",content:"content-['']",lineHeight:"leading-none",display:"grid",placeItems:"place-items-center"},withBorder:{borderWidth:"border-2",borderColor:"border-white"},withContent:{minWidth:"min-w-[24px]",minHeight:"min-h-[24px]"}}},placements:{"top-start":{square:{top:"top-[4%]",left:"left-[2%]",translateX:"-translate-x-2/4",translateY:"-translate-y-2/4"},circular:{top:"top-[14%]",left:"left-[14%]",translateX:"-translate-x-2/4",translateY:"-translate-y-2/4"}},"top-end":{square:{top:"top-[4%]",right:"right-[2%]",translateX:"translate-x-2/4",translateY:"-translate-y-2/4"},circular:{top:"top-[14%]",right:"right-[14%]",translateX:"translate-x-2/4",translateY:"-translate-y-2/4"}},"bottom-start":{square:{bottom:"bottom-[4%]",left:"left-[2%]",translateX:"-translate-x-2/4",translateY:"translate-y-2/4"},circular:{bottom:"bottom-[14%]",left:"left-[14%]",translateX:"-translate-x-2/4",translateY:"translate-y-2/4"}},"bottom-end":{square:{bottom:"bottom-[4%]",right:"right-[2%]",translateX:"translate-x-2/4",translateY:"translate-y-2/4"},circular:{bottom:"bottom-[14%]",right:"right-[14%]",translateX:"translate-x-2/4",translateY:"translate-y-2/4"}}},colors:n.default}},i=a}(d4);var p4={},ul={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(d,l){for(var c in l)Object.defineProperty(d,c,{enumerable:!0,get:l[c]})}r(e,{propTypesCount:function(){return M},propTypesValue:function(){return T},propTypesRatedIcon:function(){return C},propTypesUnratedIcon:function(){return z},propTypesColor:function(){return w},propTypesOnChange:function(){return b},propTypesClassName:function(){return f},propTypesReadonly:function(){return s}});var t=i(ke),n=x1;function o(d,l){(l==null||l>d.length)&&(l=d.length);for(var c=0,m=new Array(l);c<l;c++)m[c]=d[c];return m}function a(d){if(Array.isArray(d))return o(d)}function i(d){return d&&d.__esModule?d:{default:d}}function p(d){if(typeof Symbol<"u"&&d[Symbol.iterator]!=null||d["@@iterator"]!=null)return Array.from(d)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(d){return a(d)||p(d)||g(d)||v()}function g(d,l){if(d){if(typeof d=="string")return o(d,l);var c=Object.prototype.toString.call(d).slice(8,-1);if(c==="Object"&&d.constructor&&(c=d.constructor.name),c==="Map"||c==="Set")return Array.from(c);if(c==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c))return o(d,l)}}var M=t.default.number,T=t.default.number,C=t.default.oneOfType([t.default.node,t.default.instanceOf(Object)]),z=t.default.oneOfType([t.default.node,t.default.instanceOf(Object)]),w=["white"].concat(h(n.propTypesColors)),b=t.default.func,f=t.default.string,s=t.default.bool})(ul);var v4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{color:"text-white"},"blue-gray":{color:"text-blue-gray-500"},gray:{color:"text-gray-500"},brown:{color:"text-brown-500"},"deep-orange":{color:"text-deep-orange-500"},orange:{color:"text-orange-500"},amber:{color:"text-amber-500"},yellow:{color:"text-yellow-700"},lime:{color:"text-lime-500"},"light-green":{color:"text-light-green-500"},green:{color:"text-green-500"},teal:{color:"text-teal-500"},cyan:{color:"text-cyan-500"},"light-blue":{color:"text-light-blue-500"},blue:{color:"text-blue-500"},indigo:{color:"text-indigo-500"},"deep-purple":{color:"text-deep-purple-500"},purple:{color:"text-purple-500"},pink:{color:"text-pink-500"},red:{color:"text-red-500"}},t=r})(v4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(v,h){for(var g in h)Object.defineProperty(v,g,{enumerable:!0,get:h[g]})}r(e,{rating:function(){return i},default:function(){return p}});var t=a(ge),n=ul,o=a(v4);function a(v){return v&&v.__esModule?v:{default:v}}var i={defaultProps:{count:5,value:0,ratedIcon:t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-6 h-6"},t.default.createElement("path",{fillRule:"evenodd",d:"M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.007 5.404.433c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.433 2.082-5.006z",clipRule:"evenodd"})),unratedIcon:t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"w-6 h-6"},t.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z"})),ratedColor:"yellow",unratedColor:"blue-gray",className:void 0,onChange:void 0,readonly:!1},valid:{colors:n.propTypesColor},styles:{base:{rating:{display:"inline-flex",alignItems:"items-center"},icon:{width:"w-5",height:"h-5",color:"text-inherit",cursor:"cursor-pointer"}},colors:o.default}},p=i}(p4);var h4={},dl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(d,l){for(var c in l)Object.defineProperty(d,c,{enumerable:!0,get:l[c]})}r(e,{propTypesColor:function(){return a},propTypesSize:function(){return i},propTypesClassName:function(){return p},propTypesTrackClassName:function(){return v},propTypesThumbClassName:function(){return h},propTypesBarClassName:function(){return g},propTypesDefaultValue:function(){return M},propTypesValue:function(){return T},propTypesOnChange:function(){return C},propTypesMin:function(){return z},propTypesMax:function(){return w},propTypesStep:function(){return b},propTypesInputRef:function(){return f},propTypesInputProps:function(){return s}});var t=o(ke),n=x1;function o(d){return d&&d.__esModule?d:{default:d}}var a=n.propTypesColors,i=["sm","md","lg"],p=t.default.string,v=t.default.string,h=t.default.string,g=t.default.string,M=t.default.oneOfType([t.default.number,t.default.string]),T=t.default.oneOfType([t.default.number,t.default.string]),C=t.default.func,z=t.default.oneOfType([t.default.number,t.default.string]),w=t.default.oneOfType([t.default.number,t.default.string]),b=t.default.oneOfType([t.default.number,t.default.string]),f=t.default.oneOfType([t.default.func,t.default.shape({current:t.default.any})]),s=t.default.instanceOf(Object)})(dl);var b4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={"blue-gray":{color:"text-blue-gray-500"},gray:{color:"text-gray-900"},brown:{color:"text-brown-500"},"deep-orange":{color:"text-deep-orange-500"},orange:{color:"text-orange-500"},amber:{color:"text-amber-500"},yellow:{color:"text-yellow-500"},lime:{color:"text-lime-500"},"light-green":{color:"text-light-green-500"},green:{color:"text-green-500"},teal:{color:"text-teal-500"},cyan:{color:"text-cyan-500"},"light-blue":{color:"text-light-blue-500"},blue:{color:"text-blue-500"},indigo:{color:"text-indigo-500"},"deep-purple":{color:"text-deep-purple-500"},purple:{color:"text-purple-500"},pink:{color:"text-pink-500"},red:{color:"text-red-500"}},t=r})(b4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{slider:function(){return a},default:function(){return i}});var t=dl,n=o(b4);function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{color:"gray",size:"md",min:void 0,max:void 0,step:"any",className:"",trackClassName:"",thumbClassName:"",barClassName:"",inputProps:void 0},valid:{sizes:t.propTypesSize,colors:t.propTypesColor},styles:{base:{container:{position:"relative",width:"w-full",minWidth:"min-w-[200px]"},slider:{width:"w-full",position:"absolute",inset:"inset-0",backgroundColor:"bg-transparent",cursor:"cursor-pointer",outline:"focus:outline-none focus:outline-0",appearance:"appearance-none [-webkit-appearance:none]"},track:{height:"[&::-webkit-slider-runnable-track]:h-full [&::-moz-range-track]:h-full",borderRadius:"[&::-webkit-slider-runnable-track]:rounded-full [&::-moz-range-track]:rounded-full",backgroundColor:"[&::-webkit-slider-runnable-track]:bg-blue-gray-100 [&::-moz-range-track]:bg-blue-gray-100"},thumb:{appearance:"[&::-moz-range-thumb]:appearance-none [&::-moz-range-thumb]:[-webkit-appearance:none] [&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:[-webkit-appearance:none]",borderRadius:"[&::-moz-range-thumb]:rounded-full [&::-webkit-slider-thumb]:rounded-full",border:"[&::-moz-range-thumb]:border-0 [&::-webkit-slider-thumb]:border-0",ringWidth:"[&::-moz-range-thumb]:ring-2 [&::-webkit-slider-thumb]:ring-2",ringColor:"[&::-moz-range-thumb]:ring-current [&::-webkit-slider-thumb]:ring-current",backgroundColor:"[&::-moz-range-thumb]:bg-white [&::-webkit-slider-thumb]:bg-white",position:"[&::-moz-range-thumb]:relative [&::-webkit-slider-thumb]:relative",zIndex:"[&::-moz-range-thumb]:z-20 [&::-webkit-slider-thumb]:z-20"},bar:{position:"absolute",inset:"inset-0",zIndex:"z-10",borderRadius:"rounded-l-full",height:"h-full",pointerEvents:"pointer-events-none",backgroundColor:"bg-current"}},sizes:{sm:{container:{height:"h-1"},thumb:{width:"[&::-moz-range-thumb]:w-2.5 [&::-webkit-slider-thumb]:w-2.5",height:"[&::-moz-range-thumb]:h-2.5 [&::-webkit-slider-thumb]:h-2.5",marginTop:"[&::-moz-range-thumb]:-mt-[3px] [&::-webkit-slider-thumb]:-mt-[3px]"},slider:{},track:{},bar:{}},md:{container:{height:"h-2"},thumb:{width:"[&::-moz-range-thumb]:w-3.5 [&::-webkit-slider-thumb]:w-3.5",height:"[&::-moz-range-thumb]:h-3.5 [&::-webkit-slider-thumb]:h-3.5",marginTop:"[&::-moz-range-thumb]:-mt-[3px] [&::-webkit-slider-thumb]:-mt-[3px]"},slider:{},track:{},bar:{}},lg:{container:{height:"h-3"},thumb:{width:"[&::-moz-range-thumb]:w-5 [&::-webkit-slider-thumb]:w-5",height:"[&::-moz-range-thumb]:h-5 [&::-webkit-slider-thumb]:h-5",marginTop:"[&::-moz-range-thumb]:-mt-1 [&::-webkit-slider-thumb]:-mt-1"},slider:{},track:{},bar:{}}},colors:n.default}},i=a}(h4);var m4={},fl={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{propTypesColor:function(){return M},propTypesClassName:function(){return T}});var t=i(ke),n=x1;function o(C,z){(z==null||z>C.length)&&(z=C.length);for(var w=0,b=new Array(z);w<z;w++)b[w]=C[w];return b}function a(C){if(Array.isArray(C))return o(C)}function i(C){return C&&C.__esModule?C:{default:C}}function p(C){if(typeof Symbol<"u"&&C[Symbol.iterator]!=null||C["@@iterator"]!=null)return Array.from(C)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(C){return a(C)||p(C)||g(C)||v()}function g(C,z){if(C){if(typeof C=="string")return o(C,z);var w=Object.prototype.toString.call(C).slice(8,-1);if(w==="Object"&&C.constructor&&(w=C.constructor.name),w==="Map"||w==="Set")return Array.from(w);if(w==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(w))return o(C,z)}}var M=["white"].concat(h(n.propTypesColors)),T=t.default.string})(fl);var g4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={white:{color:"text-white"},"blue-gray":{color:"text-blue-gray-500"},gray:{color:"text-gray-900"},brown:{color:"text-brown-500"},"deep-orange":{color:"text-deep-orange-500"},orange:{color:"text-orange-500"},amber:{color:"text-amber-500"},yellow:{color:"text-yellow-500"},lime:{color:"text-lime-500"},"light-green":{color:"text-light-green-500"},green:{color:"text-green-500"},teal:{color:"text-teal-500"},cyan:{color:"text-cyan-500"},"light-blue":{color:"text-light-blue-500"},blue:{color:"text-blue-500"},indigo:{color:"text-indigo-500"},"deep-purple":{color:"text-deep-purple-500"},purple:{color:"text-purple-500"},pink:{color:"text-pink-500"},red:{color:"text-red-500"}},t=r})(g4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(p,v){for(var h in v)Object.defineProperty(p,h,{enumerable:!0,get:v[h]})}r(e,{spinner:function(){return a},default:function(){return i}});var t=fl,n=o(g4);function o(p){return p&&p.__esModule?p:{default:p}}var a={defaultProps:{color:"gray",className:""},valid:{colors:t.propTypesColor},styles:{base:{color:"text-gray-300",animation:"animate-spin"},colors:n.default}},i=a}(m4);var y4={},w4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{timeline:function(){return t},default:function(){return n}});var t={styles:{base:{display:"w-full",position:"flex",flexDirection:"flex-col"}}},n=t})(w4);var x4={},tr={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(w,b){for(var f in b)Object.defineProperty(w,f,{enumerable:!0,get:b[f]})}r(e,{propTypeClassName:function(){return M},propTypeChildren:function(){return T},propTypeColor:function(){return C},propTypeVariant:function(){return z}});var t=i(ke),n=x1;function o(w,b){(b==null||b>w.length)&&(b=w.length);for(var f=0,s=new Array(b);f<b;f++)s[f]=w[f];return s}function a(w){if(Array.isArray(w))return o(w)}function i(w){return w&&w.__esModule?w:{default:w}}function p(w){if(typeof Symbol<"u"&&w[Symbol.iterator]!=null||w["@@iterator"]!=null)return Array.from(w)}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(w){return a(w)||p(w)||g(w)||v()}function g(w,b){if(w){if(typeof w=="string")return o(w,b);var f=Object.prototype.toString.call(w).slice(8,-1);if(f==="Object"&&w.constructor&&(f=w.constructor.name),f==="Map"||f==="Set")return Array.from(f);if(f==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(f))return o(w,b)}}var M=t.default.string,T=t.default.node,C=["white"].concat(h(n.propTypesColors)),z=["filled","outlined","ghost","gradient"]})(tr),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(a,i){for(var p in i)Object.defineProperty(a,p,{enumerable:!0,get:i[p]})}r(e,{timelineItem:function(){return n},default:function(){return o}});var t=tr,n={defaultProps:{color:"gray",variant:"filled"},valid:{colors:t.propTypeColor,variants:t.propTypeVariant},styles:{base:{display:"flex",position:"relative",flexDirection:"flex-col",gap:"gap-2"}}},o=n}(x4);var C4={},z4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{backgroud:"bg-transparent",color:"text-blue-gray-900"},white:{color:"text-white",background:"bg-white/10"},"blue-gray":{color:"text-blue-gray-500",background:"bg-blue-gray-500/10"},gray:{color:"text-gray-900",background:"bg-gray-900/10"},brown:{color:"text-brown-500",background:"bg-brown-500/10"},"deep-orange":{color:"text-deep-orange-500",background:"bg-deep-orange-500/10"},orange:{color:"text-orange-500",background:"bg-orange-500/10"},amber:{color:"text-amber-500",background:"bg-amber-500/10"},yellow:{color:"text-yellow-500",background:"bg-yellow-500/10"},lime:{color:"text-lime-500",background:"bg-lime-500/10"},"light-green":{color:"text-light-green-500",background:"bg-light-green-500/10"},green:{color:"text-green-500",background:"bg-green-500/10"},teal:{color:"text-teal-500",background:"bg-teal-500/10"},cyan:{color:"text-cyan-500",background:"bg-cyan-500/10"},"light-blue":{color:"text-light-blue-500",background:"bg-light-blue-500/10"},blue:{color:"text-blue-500",background:"bg-blue-500/10"},indigo:{color:"text-indigo-500",background:"bg-indigo-500/10"},"deep-purple":{color:"text-deep-purple-500",background:"bg-deep-purple-500/10"},purple:{color:"text-purple-500",background:"bg-purple-500/10"},pink:{color:"text-pink-500",background:"bg-pink-500/10"},red:{color:"text-red-500",background:"bg-red-500/10"}},t=r})(z4);var M4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{backgroud:"bg-transparent",color:"text-blue-gray-900"},white:{backgroud:"bg-white",color:"text-blue-gray-900"},"blue-gray":{backgroud:"bg-blue-gray-500",color:"text-white"},gray:{backgroud:"bg-gray-900",color:"text-white"},brown:{backgroud:"bg-brown-500",color:"text-white"},"deep-orange":{backgroud:"bg-deep-orange-500",color:"text-white"},orange:{backgroud:"bg-orange-500",color:"text-white"},amber:{backgroud:"bg-amber-500",color:"text-black"},yellow:{backgroud:"bg-yellow-500",color:"text-black"},lime:{backgroud:"bg-lime-500",color:"text-black"},"light-green":{backgroud:"bg-light-green-500",color:"text-white"},green:{backgroud:"bg-green-500",color:"text-white"},teal:{backgroud:"bg-teal-500",color:"text-white"},cyan:{backgroud:"bg-cyan-500",color:"text-white"},"light-blue":{backgroud:"bg-light-blue-500",color:"text-white"},blue:{backgroud:"bg-blue-500",color:"text-white"},indigo:{backgroud:"bg-indigo-500",color:"text-white"},"deep-purple":{backgroud:"bg-deep-purple-500",color:"text-white"},purple:{backgroud:"bg-purple-500",color:"text-white"},pink:{backgroud:"bg-pink-500",color:"text-white"},red:{backgroud:"bg-red-500",color:"text-white"}},t=r})(M4);var T4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{backgroud:"bg-transparent",color:"text-blue-gray-900"},white:{border:"border border-white",color:"text-white"},"blue-gray":{border:"border border-blue-gray-500",color:"text-blue-gray-500"},gray:{border:"border border-gray-900",color:"text-gray-900"},brown:{border:"border border-brown-500",color:"text-brown-500"},"deep-orange":{border:"border border-deep-orange-500",color:"text-deep-orange-500"},orange:{border:"border border-orange-500",color:"text-orange-500"},amber:{border:"border border-amber-500",color:"text-amber-500"},yellow:{border:"border border-yellow-500",color:"text-yellow-500"},lime:{border:"border border-lime-500",color:"text-lime-500"},"light-green":{border:"border border-light-green-500",color:"text-light-green-500"},green:{border:"border border-green-500",color:"text-green-500"},teal:{border:"border border-teal-500",color:"text-teal-500"},cyan:{border:"border border-cyan-500",color:"text-cyan-500"},"light-blue":{border:"border border-light-blue-500",color:"text-light-blue-500"},blue:{border:"border border-blue-500",color:"text-blue-500"},indigo:{border:"border border-indigo-500",color:"text-indigo-500"},"deep-purple":{border:"border border-deep-purple-500",color:"text-deep-purple-500"},purple:{border:"border border-purple-500",color:"text-purple-500"},pink:{border:"border border-pink-500",color:"text-pink-500"},red:{border:"border border-red-500",color:"text-red-500"}},t=r})(T4);var O4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});var r={transparent:{backgroud:"bg-transparent",color:"text-blue-gray-900"},white:{backgroud:"bg-white",color:"text-blue-gray-900"},"blue-gray":{backgroud:"bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",color:"text-white"},gray:{backgroud:"bg-gradient-to-tr from-gray-900 to-gray-800",color:"text-white"},brown:{backgroud:"bg-gradient-to-tr from-brown-600 to-brown-400",color:"text-white"},"deep-orange":{backgroud:"bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",color:"text-white"},orange:{backgroud:"bg-gradient-to-tr from-orange-600 to-orange-400",color:"text-white"},amber:{backgroud:"bg-gradient-to-tr from-amber-600 to-amber-400",color:"text-black"},yellow:{backgroud:"bg-gradient-to-tr from-yellow-600 to-yellow-400",color:"text-black"},lime:{backgroud:"bg-gradient-to-tr from-lime-600 to-lime-400",color:"text-black"},"light-green":{backgroud:"bg-gradient-to-tr from-light-green-600 to-light-green-400",color:"text-white"},green:{backgroud:"bg-gradient-to-tr from-green-600 to-green-400",color:"text-white"},teal:{backgroud:"bg-gradient-to-tr from-teal-600 to-teal-400",color:"text-white"},cyan:{backgroud:"bg-gradient-to-tr from-cyan-600 to-cyan-400",color:"text-white"},"light-blue":{backgroud:"bg-gradient-to-tr from-light-blue-600 to-light-blue-400",color:"text-white"},blue:{backgroud:"bg-gradient-to-tr from-blue-600 to-blue-400",color:"text-white"},indigo:{backgroud:"bg-gradient-to-tr from-indigo-600 to-indigo-400",color:"text-white"},"deep-purple":{backgroud:"bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",color:"text-white"},purple:{backgroud:"bg-gradient-to-tr from-purple-600 to-purple-400",color:"text-white"},pink:{backgroud:"bg-gradient-to-tr from-pink-600 to-pink-400",color:"text-white"},red:{backgroud:"bg-gradient-to-tr from-red-600 to-red-400",color:"text-white"}},t=r})(O4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(g,M){for(var T in M)Object.defineProperty(g,T,{enumerable:!0,get:M[T]})}r(e,{timelineIcon:function(){return v},default:function(){return h}});var t=p(z4),n=p(M4),o=p(T4),a=p(O4),i=tr;function p(g){return g&&g.__esModule?g:{default:g}}var v={defaultProps:{color:"gray",variant:"filled"},valid:{colors:i.propTypeColor,variants:i.propTypeVariant},styles:{base:{width:"w-max",height:"w-max",padding:"p-1.5",position:"relative",zIndex:"z-[2]",flexShrink:"flex-shrink-0",borderRadius:"rounded-full",overflow:"overflow-hidden"},variants:{ghost:t.default,filled:n.default,outlined:o.default,gradient:a.default}}},h=v}(C4);var P4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{timelineHeader:function(){return t},default:function(){return n}});var t={styles:{base:{display:"flex",alignItems:"items-center",gap:"gap-4"}}},n=t})(P4);var V4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{timelineBody:function(){return t},default:function(){return n}});var t={styles:{base:{display:"flex",gap:"gap-4"}}},n=t})(V4);var S4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{timelineConnector:function(){return t},default:function(){return n}});var t={styles:{base:{container:{position:"absolute",left:"left-0",display:"grid",justifyContent:"justify-center",backgroundColor:"bg-transparent",transition:"transition-opacity duration-200"},line:{width:"w-0.5",height:"h-full",backgroundColor:"bg-blue-gray-100"}}}},n=t})(S4),function(e){Object.defineProperty(e,"__esModule",{value:!0}),r(w4,e),r(x4,e),r(C4,e),r(P4,e),r(V4,e),r(S4,e);function r(t,n){return Object.keys(t).forEach(function(o){o!=="default"&&!Object.prototype.hasOwnProperty.call(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:function(){return t[o]}})}),t}}(y4);var _4={},L4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{step:function(){return t},default:function(){return n}});var t={styles:{base:{initial:{position:"relative",zIndex:"z-10",display:"grid",placeItems:"place-items-center",width:"w-10",height:"h-10",borderRadius:"rounded-full",backgroundColor:"bg-gray-300",color:"text-gray-900",fontWeight:"font-bold",transition:"transition-all duration-300"},active:{backgroundColor:"bg-gray-900",color:"text-white"},completed:{backgroundColor:"bg-gray-900",color:"text-white"}}}},n=t})(L4);var H4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{stepper:function(){return t},default:function(){return n}});var t={styles:{base:{stepper:{width:"w-full",position:"relative",display:"flex",alignItems:"items-center",justifyContent:"justify-between"},line:{initial:{position:"absolute",left:"left-0",top:"top-2/4",height:"h-0.5",width:"w-full",transform:"-translate-y-2/4",backgroundColor:"bg-gray-300"},active:{backgroundColor:"bg-gray-900",transition:"transition-all",duration:"duration-500"}}}}},n=t})(H4),function(e){Object.defineProperty(e,"__esModule",{value:!0}),r(L4,e),r(H4,e);function r(t,n){return Object.keys(t).forEach(function(o){o!=="default"&&!Object.prototype.hasOwnProperty.call(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:function(){return t[o]}})}),t}}(_4);var A4={},E4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{speedDial:function(){return t},default:function(){return n}});var t={defaultProps:{offset:5,placement:"top",dismiss:void 0,animate:{unmount:{},mount:{}}}},n=t})(E4);var k4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{speedDialContent:function(){return t},default:function(){return n}});var t={styles:{padding:"p-0.5",width:"w-max",display:"flex",flexDirection:"flex-col",alignItems:"items-center",gap:"gap-1"}},n=t})(k4);var R4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(o,a){for(var i in a)Object.defineProperty(o,i,{enumerable:!0,get:a[i]})}r(e,{speedDialAction:function(){return t},default:function(){return n}});var t={styles:{display:"flex",flexDirection:"flex-col",alignItems:"items-center",justifyContent:"justify-center",gap:"gap-1",padding:"p-1",margin:"m-0.5",borderWidth:"border",minWidth:"min-w-[48px]",fontFamily:"font-normal",minHeight:"min-h-[48px]",backgroundColor:"bg-white",borderRadius:"rounded-full",borderColor:"border-blue-gray-50",scale:"hover:scale-110 focus:scale-110 active:scale-100",transition:"transition-transform duration-300 ease-in-out"}},n=t})(R4),function(e){Object.defineProperty(e,"__esModule",{value:!0}),r(E4,e),r(k4,e),r(R4,e);function r(t,n){return Object.keys(t).forEach(function(o){o!=="default"&&!Object.prototype.hasOwnProperty.call(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:function(){return t[o]}})}),t}}(A4),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return me}});var r=pe(ne(V2,e)),t=pe(ne(S2,e)),n=pe(ne(E2,e)),o=pe(ne(R2,e)),a=pe(ne(N2,e)),i=pe(ne(j2,e)),p=pe(ne($2,e)),v=pe(ne(D2,e)),h=pe(ne(F2,e)),g=pe(ne(I2,e)),M=pe(ne(U2,e)),T=pe(ne(Y2,e)),C=pe(ne(X2,e)),z=pe(ne(Z2,e)),w=pe(ne(J2,e)),b=pe(ne(Q2,e)),f=pe(ne(eu,e)),s=pe(ne(pu,e)),d=pe(ne(vu,e)),l=pe(ne(mu,e)),c=pe(ne(gu,e)),m=pe(ne(xu,e)),x=pe(ne(zu,e)),_=pe(ne(Ru,e)),P=pe(ne(ju,e)),V=pe(ne($u,e)),L=pe(ne(Du,e)),E=pe(ne(Fu,e)),R=pe(ne(Iu,e)),N=pe(ne(Wu,e)),W=pe(ne(r4,e)),K=pe(ne(n4,e)),Q=pe(ne(a4,e)),oe=pe(ne(i4,e)),U=pe(ne(l4,e)),$=pe(ne(s4,e)),B=pe(ne(u4,e)),te=pe(ne(d4,e)),fe=pe(ne(p4,e)),J=pe(ne(h4,e)),X=pe(ne(m4,e)),q=ne(y4,e),ie=ne(_4,e),le=ne(A4,e);function ne(ce,ae){return Object.keys(ce).forEach(function(se){se!=="default"&&!Object.prototype.hasOwnProperty.call(ae,se)&&Object.defineProperty(ae,se,{enumerable:!0,get:function(){return ce[se]}})}),ce}function pe(ce){return ce&&ce.__esModule?ce:{default:ce}}var be={accordion:r.default,alert:t.default,avatar:n.default,breadcrumbs:o.default,button:a.default,card:i.default,cardBody:p.default,cardFooter:v.default,cardHeader:h.default,checkbox:g.default,chip:M.default,dialog:T.default,dialogBody:C.default,dialogFooter:z.default,dialogHeader:w.default,iconButton:b.default,input:f.default,menu:s.default,navbar:d.default,popover:l.default,progress:c.default,radio:m.default,select:x.default,switch:_.default,tab:P.default,tabs:V.default,tabsBody:L.default,tabsHeader:E.default,tabPanel:R.default,textarea:N.default,tooltip:W.default,typography:K.default,collapse:Q.default,list:oe.default,buttonGroup:U.default,carousel:$.default,drawer:B.default,badge:te.default,rating:fe.default,slider:J.default,spinner:X.default,timeline:q.timeline,timelineItem:q.timelineItem,timelineIcon:q.timelineIcon,timelineHeader:q.timelineHeader,timelineBody:q.timelineBody,timelineConnector:q.timelineConnector,step:ie.step,stepper:ie.stepper,speedDial:le.speedDial,speedDialContent:le.speedDialContent,speedDialAction:le.speedDialAction},me=be}(Zi);var N4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return n}});var r=t(W1);function t(o){return o&&o.__esModule?o:{default:o}}function n(o,a,i){var p=o.slice();return a.forEach(function(v,h){typeof p[h]>"u"?p[h]=i.cloneUnlessOtherwiseSpecified(v,i):i.isMergeableObject(v)?p[h]=(0,r.default)(o[h],v,i):o.indexOf(v)===-1&&p.push(v)}),p}})(N4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{MaterialTailwindTheme:function(){return g},ThemeProvider:function(){return M},useTheme:function(){return T}});var t=h(ge),n=p(ke),o=p(W1),a=p(Zi),i=p(N4);function p(C){return C&&C.__esModule?C:{default:C}}function v(C){if(typeof WeakMap!="function")return null;var z=new WeakMap,w=new WeakMap;return(v=function(b){return b?w:z})(C)}function h(C,z){if(!z&&C&&C.__esModule)return C;if(C===null||typeof C!="object"&&typeof C!="function")return{default:C};var w=v(z);if(w&&w.has(C))return w.get(C);var b={},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in C)if(s!=="default"&&Object.prototype.hasOwnProperty.call(C,s)){var d=f?Object.getOwnPropertyDescriptor(C,s):null;d&&(d.get||d.set)?Object.defineProperty(b,s,d):b[s]=C[s]}return b.default=C,w&&w.set(C,b),b}var g=(0,t.createContext)(a.default);g.displayName="MaterialTailwindThemeProvider";function M(C){var z=C.value,w=z===void 0?a.default:z,b=C.children,f=(0,o.default)(a.default,w,{arrayMerge:i.default});return t.default.createElement(g.Provider,{value:f},b)}var T=function(){return(0,t.useContext)(g)};M.propTypes={value:n.default.instanceOf(Object),children:n.default.node.isRequired}}(Le);var No={},gn={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(T,C){for(var z in C)Object.defineProperty(T,z,{enumerable:!0,get:C[z]})}r(e,{propTypesOpen:function(){return a},propTypesIcon:function(){return i},propTypesAnimate:function(){return p},propTypesDisabled:function(){return v},propTypesClassName:function(){return h},propTypesValue:function(){return g},propTypesChildren:function(){return M}});var t=o(ke),n=x1;function o(T){return T&&T.__esModule?T:{default:T}}var a=t.default.bool.isRequired,i=t.default.node,p=n.propTypesAnimation,v=t.default.bool,h=t.default.string,g=t.default.instanceOf(Object).isRequired,M=t.default.node.isRequired})(gn),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(v,h){for(var g in h)Object.defineProperty(v,g,{enumerable:!0,get:h[g]})}r(e,{AccordionContext:function(){return a},useAccordion:function(){return i},AccordionContextProvider:function(){return p}});var t=o(ge),n=gn;function o(v){return v&&v.__esModule?v:{default:v}}var a=t.default.createContext(null);a.displayName="MaterialTailwind.AccordionContext";function i(){var v=t.default.useContext(a);if(!v)throw new Error("useAccordion() must be used within an Accordion. It happens when you use AccordionHeader or AccordionBody components outside the Accordion component.");return v}var p=function(v){var h=v.value,g=v.children;return t.default.createElement(a.Provider,{value:h},g)};p.propTypes={value:n.propTypesValue,children:n.propTypesChildren},p.displayName="MaterialTailwind.AccordionContextProvider"}(No);var j4={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{AccordionHeader:function(){return z},default:function(){return w}});var t=M(ge),n=M(Ue),o=Re,a=M(Ae),i=No,p=Le,v=gn;function h(b,f,s){return f in b?Object.defineProperty(b,f,{value:s,enumerable:!0,configurable:!0,writable:!0}):b[f]=s,b}function g(){return g=Object.assign||function(b){for(var f=1;f<arguments.length;f++){var s=arguments[f];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(b[d]=s[d])}return b},g.apply(this,arguments)}function M(b){return b&&b.__esModule?b:{default:b}}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=t.default.forwardRef(function(b,f){var s=b.className,d=b.children,l=T(b,["className","children"]),c=(0,i.useAccordion)(),m=c.open,x=c.icon,_=c.disabled,P=(0,p.useTheme)().accordion,V=P.styles.base;s=s??"";var L=(0,o.twMerge)((0,n.default)((0,a.default)(V.header.initial),h({},(0,a.default)(V.header.active),m)),s),E=(0,n.default)((0,a.default)(V.header.icon));return t.default.createElement("button",g({},l,{ref:f,type:"button",disabled:_,className:L}),d,t.default.createElement("span",{className:E},x??(m?t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},t.default.createElement("path",{fillRule:"evenodd",d:"M5 10a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1z",clipRule:"evenodd"})):t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},t.default.createElement("path",{fillRule:"evenodd",d:"M10 5a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3H6a1 1 0 110-2h3V6a1 1 0 011-1z",clipRule:"evenodd"})))))});z.propTypes={className:v.propTypesClassName,children:v.propTypesChildren},z.displayName="MaterialTailwind.AccordionHeader";var w=z})(j4);var $4={},$1={};const D4=G0(c8);var F4=function(){},jo=function(){};process.env.NODE_ENV!=="production"&&(F4=function(e,r){!e&&typeof console<"u"&&console.warn(r)},jo=function(e,r){if(!e)throw new Error(r)});const I4=G0(Object.freeze(Object.defineProperty({__proto__:null,get invariant(){return jo},get warning(){return F4}},Symbol.toStringTag,{value:"Module"})));var R1={};Object.defineProperty(R1,"__esModule",{value:!0});const W4=(e,r)=>t=>Math.max(Math.min(t,r),e),yn=e=>e%1?Number(e.toFixed(5)):e,wn=/(-)?([\d]*\.?[\d])+/g,pl=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))/gi,Ig=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))$/i;function xn(e){return typeof e=="string"}const Cn={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},vl=Object.assign(Object.assign({},Cn),{transform:W4(0,1)}),Wg=Object.assign(Object.assign({},Cn),{default:1}),zn=e=>({test:r=>xn(r)&&r.endsWith(e)&&r.split(" ").length===1,parse:parseFloat,transform:r=>`${r}${e}`}),Ug=zn("deg"),y0=zn("%"),Gg=zn("px"),qg=zn("vh"),Bg=zn("vw"),Kg=Object.assign(Object.assign({},y0),{parse:e=>y0.parse(e)/100,transform:e=>y0.transform(e*100)}),hl=(e,r)=>t=>!!(xn(t)&&Ig.test(t)&&t.startsWith(e)||r&&Object.prototype.hasOwnProperty.call(t,r)),U4=(e,r,t)=>n=>{if(!xn(n))return n;const[o,a,i,p]=n.match(wn);return{[e]:parseFloat(o),[r]:parseFloat(a),[t]:parseFloat(i),alpha:p!==void 0?parseFloat(p):1}},Mn={test:hl("hsl","hue"),parse:U4("hue","saturation","lightness"),transform:({hue:e,saturation:r,lightness:t,alpha:n=1})=>"hsla("+Math.round(e)+", "+y0.transform(yn(r))+", "+y0.transform(yn(t))+", "+yn(vl.transform(n))+")"},Yg=W4(0,255),$o=Object.assign(Object.assign({},Cn),{transform:e=>Math.round(Yg(e))}),w0={test:hl("rgb","red"),parse:U4("red","green","blue"),transform:({red:e,green:r,blue:t,alpha:n=1})=>"rgba("+$o.transform(e)+", "+$o.transform(r)+", "+$o.transform(t)+", "+yn(vl.transform(n))+")"};function Xg(e){let r="",t="",n="",o="";return e.length>5?(r=e.substr(1,2),t=e.substr(3,2),n=e.substr(5,2),o=e.substr(7,2)):(r=e.substr(1,1),t=e.substr(2,1),n=e.substr(3,1),o=e.substr(4,1),r+=r,t+=t,n+=n,o+=o),{red:parseInt(r,16),green:parseInt(t,16),blue:parseInt(n,16),alpha:o?parseInt(o,16)/255:1}}const bl={test:hl("#"),parse:Xg,transform:w0.transform},ml={test:e=>w0.test(e)||bl.test(e)||Mn.test(e),parse:e=>w0.test(e)?w0.parse(e):Mn.test(e)?Mn.parse(e):bl.parse(e),transform:e=>xn(e)?e:e.hasOwnProperty("red")?w0.transform(e):Mn.transform(e)},G4="${c}",q4="${n}";function Zg(e){var r,t,n,o;return isNaN(e)&&xn(e)&&((t=(r=e.match(wn))===null||r===void 0?void 0:r.length)!==null&&t!==void 0?t:0)+((o=(n=e.match(pl))===null||n===void 0?void 0:n.length)!==null&&o!==void 0?o:0)>0}function B4(e){typeof e=="number"&&(e=`${e}`);const r=[];let t=0;const n=e.match(pl);n&&(t=n.length,e=e.replace(pl,G4),r.push(...n.map(ml.parse)));const o=e.match(wn);return o&&(e=e.replace(wn,q4),r.push(...o.map(Cn.parse))),{values:r,numColors:t,tokenised:e}}function K4(e){return B4(e).values}function Y4(e){const{values:r,numColors:t,tokenised:n}=B4(e),o=r.length;return a=>{let i=n;for(let p=0;p<o;p++)i=i.replace(p<t?G4:q4,p<t?ml.transform(a[p]):yn(a[p]));return i}}const Jg=e=>typeof e=="number"?0:e;function Qg(e){const r=K4(e);return Y4(e)(r.map(Jg))}const X4={test:Zg,parse:K4,createTransformer:Y4,getAnimatableNone:Qg},ey=new Set(["brightness","contrast","saturate","opacity"]);function ty(e){let[r,t]=e.slice(0,-1).split("(");if(r==="drop-shadow")return e;const[n]=t.match(wn)||[];if(!n)return e;const o=t.replace(n,"");let a=ey.has(r)?1:0;return n!==t&&(a*=100),r+"("+a+o+")"}const ry=/([a-z-]*)\(.*?\)/g,ny=Object.assign(Object.assign({},X4),{getAnimatableNone:e=>{const r=e.match(ry);return r?r.map(ty).join(" "):e}});R1.alpha=vl,R1.color=ml,R1.complex=X4,R1.degrees=Ug,R1.filter=ny,R1.hex=bl,R1.hsla=Mn,R1.number=Cn,R1.percent=y0,R1.progressPercentage=Kg,R1.px=Gg,R1.rgbUnit=$o,R1.rgba=w0,R1.scale=Wg,R1.vh=qg,R1.vw=Bg;var $e={},Ur={};Object.defineProperty(Ur,"__esModule",{value:!0});const Z4=1/60*1e3,oy=typeof performance<"u"?()=>performance.now():()=>Date.now(),J4=typeof window<"u"?e=>window.requestAnimationFrame(e):e=>setTimeout(()=>e(oy()),Z4);function ay(e){let r=[],t=[],n=0,o=!1,a=!1;const i=new WeakSet,p={schedule:(v,h=!1,g=!1)=>{const M=g&&o,T=M?r:t;return h&&i.add(v),T.indexOf(v)===-1&&(T.push(v),M&&o&&(n=r.length)),v},cancel:v=>{const h=t.indexOf(v);h!==-1&&t.splice(h,1),i.delete(v)},process:v=>{if(o){a=!0;return}if(o=!0,[r,t]=[t,r],t.length=0,n=r.length,n)for(let h=0;h<n;h++){const g=r[h];g(v),i.has(g)&&(p.schedule(g),e())}o=!1,a&&(a=!1,p.process(v))}};return p}const iy=40;let gl=!0,Tn=!1,yl=!1;const x0={delta:0,timestamp:0},On=["read","update","preRender","render","postRender"],Do=On.reduce((e,r)=>(e[r]=ay(()=>Tn=!0),e),{}),ly=On.reduce((e,r)=>{const t=Do[r];return e[r]=(n,o=!1,a=!1)=>(Tn||dy(),t.schedule(n,o,a)),e},{}),cy=On.reduce((e,r)=>(e[r]=Do[r].cancel,e),{}),sy=On.reduce((e,r)=>(e[r]=()=>Do[r].process(x0),e),{}),uy=e=>Do[e].process(x0),Q4=e=>{Tn=!1,x0.delta=gl?Z4:Math.max(Math.min(e-x0.timestamp,iy),1),x0.timestamp=e,yl=!0,On.forEach(uy),yl=!1,Tn&&(gl=!1,J4(Q4))},dy=()=>{Tn=!0,gl=!0,yl||J4(Q4)},fy=()=>x0;Ur.cancelSync=cy,Ur.default=ly,Ur.flushSync=sy,Ur.getFrameData=fy,Object.defineProperty($e,"__esModule",{value:!0});var e3=D4,C0=I4,Et=R1,Fo=Ur;function py(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var vy=py(Fo);const Pn=(e,r,t)=>Math.min(Math.max(t,e),r),wl=.001,hy=.01,t3=10,by=.05,my=1;function gy({duration:e=800,bounce:r=.25,velocity:t=0,mass:n=1}){let o,a;C0.warning(e<=t3*1e3,"Spring duration must be 10 seconds or less");let i=1-r;i=Pn(by,my,i),e=Pn(hy,t3,e/1e3),i<1?(o=h=>{const g=h*i,M=g*e,T=g-t,C=xl(h,i),z=Math.exp(-M);return wl-T/C*z},a=h=>{const M=h*i*e,T=M*t+t,C=Math.pow(i,2)*Math.pow(h,2)*e,z=Math.exp(-M),w=xl(Math.pow(h,2),i);return(-o(h)+wl>0?-1:1)*((T-C)*z)/w}):(o=h=>{const g=Math.exp(-h*e),M=(h-t)*e+1;return-wl+g*M},a=h=>{const g=Math.exp(-h*e),M=(t-h)*(e*e);return g*M});const p=5/e,v=wy(o,a,p);if(e=e*1e3,isNaN(v))return{stiffness:100,damping:10,duration:e};{const h=Math.pow(v,2)*n;return{stiffness:h,damping:i*2*Math.sqrt(n*h),duration:e}}}const yy=12;function wy(e,r,t){let n=t;for(let o=1;o<yy;o++)n=n-e(n)/r(n);return n}function xl(e,r){return e*Math.sqrt(1-r*r)}const xy=["duration","bounce"],Cy=["stiffness","damping","mass"];function r3(e,r){return r.some(t=>e[t]!==void 0)}function zy(e){let r=Object.assign({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1},e);if(!r3(e,Cy)&&r3(e,xy)){const t=gy(e);r=Object.assign(Object.assign(Object.assign({},r),t),{velocity:0,mass:1}),r.isResolvedFromDuration=!0}return r}function Io(e){var{from:r=0,to:t=1,restSpeed:n=2,restDelta:o}=e,a=e3.__rest(e,["from","to","restSpeed","restDelta"]);const i={done:!1,value:r};let{stiffness:p,damping:v,mass:h,velocity:g,duration:M,isResolvedFromDuration:T}=zy(a),C=n3,z=n3;function w(){const b=g?-(g/1e3):0,f=t-r,s=v/(2*Math.sqrt(p*h)),d=Math.sqrt(p/h)/1e3;if(o===void 0&&(o=Math.min(Math.abs(t-r)/100,.4)),s<1){const l=xl(d,s);C=c=>{const m=Math.exp(-s*d*c);return t-m*((b+s*d*f)/l*Math.sin(l*c)+f*Math.cos(l*c))},z=c=>{const m=Math.exp(-s*d*c);return s*d*m*(Math.sin(l*c)*(b+s*d*f)/l+f*Math.cos(l*c))-m*(Math.cos(l*c)*(b+s*d*f)-l*f*Math.sin(l*c))}}else if(s===1)C=l=>t-Math.exp(-d*l)*(f+(b+d*f)*l);else{const l=d*Math.sqrt(s*s-1);C=c=>{const m=Math.exp(-s*d*c),x=Math.min(l*c,300);return t-m*((b+s*d*f)*Math.sinh(x)+l*f*Math.cosh(x))/l}}}return w(),{next:b=>{const f=C(b);if(T)i.done=b>=M;else{const s=z(b)*1e3,d=Math.abs(s)<=n,l=Math.abs(t-f)<=o;i.done=d&&l}return i.value=i.done?t:f,i},flipTarget:()=>{g=-g,[r,t]=[t,r],w()}}}Io.needsInterpolation=(e,r)=>typeof e=="string"||typeof r=="string";const n3=e=>0,Cl=(e,r,t)=>{const n=r-e;return n===0?1:(t-e)/n},Wo=(e,r,t)=>-t*e+t*r+e;function zl(e,r,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?e+(r-e)*6*t:t<1/2?r:t<2/3?e+(r-e)*(2/3-t)*6:e}function o3({hue:e,saturation:r,lightness:t,alpha:n}){e/=360,r/=100,t/=100;let o=0,a=0,i=0;if(!r)o=a=i=t;else{const p=t<.5?t*(1+r):t+r-t*r,v=2*t-p;o=zl(v,p,e+1/3),a=zl(v,p,e),i=zl(v,p,e-1/3)}return{red:Math.round(o*255),green:Math.round(a*255),blue:Math.round(i*255),alpha:n}}const My=(e,r,t)=>{const n=e*e,o=r*r;return Math.sqrt(Math.max(0,t*(o-n)+n))},Ty=[Et.hex,Et.rgba,Et.hsla],a3=e=>Ty.find(r=>r.test(e)),i3=e=>`'${e}' is not an animatable color. Use the equivalent color code instead.`,Ml=(e,r)=>{let t=a3(e),n=a3(r);C0.invariant(!!t,i3(e)),C0.invariant(!!n,i3(r));let o=t.parse(e),a=n.parse(r);t===Et.hsla&&(o=o3(o),t=Et.rgba),n===Et.hsla&&(a=o3(a),n=Et.rgba);const i=Object.assign({},o);return p=>{for(const v in i)v!=="alpha"&&(i[v]=My(o[v],a[v],p));return i.alpha=Wo(o.alpha,a.alpha,p),t.transform(i)}},Oy={x:0,y:0,z:0},Tl=e=>typeof e=="number",Py=(e,r)=>t=>r(e(t)),Ol=(...e)=>e.reduce(Py);function l3(e,r){return Tl(e)?t=>Wo(e,r,t):Et.color.test(e)?Ml(e,r):Pl(e,r)}const c3=(e,r)=>{const t=[...e],n=t.length,o=e.map((a,i)=>l3(a,r[i]));return a=>{for(let i=0;i<n;i++)t[i]=o[i](a);return t}},Vy=(e,r)=>{const t=Object.assign(Object.assign({},e),r),n={};for(const o in t)e[o]!==void 0&&r[o]!==void 0&&(n[o]=l3(e[o],r[o]));return o=>{for(const a in n)t[a]=n[a](o);return t}};function s3(e){const r=Et.complex.parse(e),t=r.length;let n=0,o=0,a=0;for(let i=0;i<t;i++)n||typeof r[i]=="number"?n++:r[i].hue!==void 0?a++:o++;return{parsed:r,numNumbers:n,numRGB:o,numHSL:a}}const Pl=(e,r)=>{const t=Et.complex.createTransformer(r),n=s3(e),o=s3(r);return n.numHSL===o.numHSL&&n.numRGB===o.numRGB&&n.numNumbers>=o.numNumbers?Ol(c3(n.parsed,o.parsed),t):(C0.warning(!0,`Complex values '${e}' and '${r}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),i=>`${i>0?r:e}`)},Sy=(e,r)=>t=>Wo(e,r,t);function _y(e){if(typeof e=="number")return Sy;if(typeof e=="string")return Et.color.test(e)?Ml:Pl;if(Array.isArray(e))return c3;if(typeof e=="object")return Vy}function Ly(e,r,t){const n=[],o=t||_y(e[0]),a=e.length-1;for(let i=0;i<a;i++){let p=o(e[i],e[i+1]);if(r){const v=Array.isArray(r)?r[i]:r;p=Ol(v,p)}n.push(p)}return n}function Hy([e,r],[t]){return n=>t(Cl(e,r,n))}function Ay(e,r){const t=e.length,n=t-1;return o=>{let a=0,i=!1;if(o<=e[0]?i=!0:o>=e[n]&&(a=n-1,i=!0),!i){let v=1;for(;v<t&&!(e[v]>o||v===n);v++);a=v-1}const p=Cl(e[a],e[a+1],o);return r[a](p)}}function Vl(e,r,{clamp:t=!0,ease:n,mixer:o}={}){const a=e.length;C0.invariant(a===r.length,"Both input and output ranges must be the same length"),C0.invariant(!n||!Array.isArray(n)||n.length===a-1,"Array of easing functions must be of length `input.length - 1`, as it applies to the transitions **between** the defined values."),e[0]>e[a-1]&&(e=[].concat(e),r=[].concat(r),e.reverse(),r.reverse());const i=Ly(r,n,o),p=a===2?Hy(e,i):Ay(e,i);return t?v=>p(Pn(e[0],e[a-1],v)):p}const Vn=e=>r=>1-e(1-r),Uo=e=>r=>r<=.5?e(2*r)/2:(2-e(2*(1-r)))/2,u3=e=>r=>Math.pow(r,e),Sl=e=>r=>r*r*((e+1)*r-e),d3=e=>{const r=Sl(e);return t=>(t*=2)<1?.5*r(t):.5*(2-Math.pow(2,-10*(t-1)))},f3=1.525,Ey=4/11,ky=8/11,Ry=9/10,p3=e=>e,_l=u3(2),Ny=Vn(_l),v3=Uo(_l),h3=e=>1-Math.sin(Math.acos(e)),b3=Vn(h3),jy=Uo(b3),Ll=Sl(f3),$y=Vn(Ll),Dy=Uo(Ll),Fy=d3(f3),Iy=4356/361,Wy=35442/1805,Uy=16061/1805,Go=e=>{if(e===1||e===0)return e;const r=e*e;return e<Ey?7.5625*r:e<ky?9.075*r-9.9*e+3.4:e<Ry?Iy*r-Wy*e+Uy:10.8*e*e-20.52*e+10.72},Gy=Vn(Go),qy=e=>e<.5?.5*(1-Go(1-e*2)):.5*Go(e*2-1)+.5;function By(e,r){return e.map(()=>r||v3).splice(0,e.length-1)}function Ky(e){const r=e.length;return e.map((t,n)=>n!==0?n/(r-1):0)}function Yy(e,r){return e.map(t=>t*r)}function Sn({from:e=0,to:r=1,ease:t,offset:n,duration:o=300}){const a={done:!1,value:e},i=Array.isArray(r)?r:[e,r],p=Yy(n&&n.length===i.length?n:Ky(i),o);function v(){return Vl(p,i,{ease:Array.isArray(t)?t:By(i,t)})}let h=v();return{next:g=>(a.value=h(g),a.done=g>=o,a),flipTarget:()=>{i.reverse(),h=v()}}}function m3({velocity:e=0,from:r=0,power:t=.8,timeConstant:n=350,restDelta:o=.5,modifyTarget:a}){const i={done:!1,value:r};let p=t*e;const v=r+p,h=a===void 0?v:a(v);return h!==v&&(p=h-r),{next:g=>{const M=-p*Math.exp(-g/n);return i.done=!(M>o||M<-o),i.value=i.done?h:h+M,i},flipTarget:()=>{}}}const g3={keyframes:Sn,spring:Io,decay:m3};function Xy(e){if(Array.isArray(e.to))return Sn;if(g3[e.type])return g3[e.type];const r=new Set(Object.keys(e));return r.has("ease")||r.has("duration")&&!r.has("dampingRatio")?Sn:r.has("dampingRatio")||r.has("stiffness")||r.has("mass")||r.has("damping")||r.has("restSpeed")||r.has("restDelta")?Io:Sn}function y3(e,r,t=0){return e-r-t}function Zy(e,r,t=0,n=!0){return n?y3(r+-e,r,t):r-(e-r)+t}function Jy(e,r,t,n){return n?e>=r+t:e<=-t}const Qy=e=>{const r=({delta:t})=>e(t);return{start:()=>vy.default.update(r,!0),stop:()=>Fo.cancelSync.update(r)}};function w3(e){var r,t,{from:n,autoplay:o=!0,driver:a=Qy,elapsed:i=0,repeat:p=0,repeatType:v="loop",repeatDelay:h=0,onPlay:g,onStop:M,onComplete:T,onRepeat:C,onUpdate:z}=e,w=e3.__rest(e,["from","autoplay","driver","elapsed","repeat","repeatType","repeatDelay","onPlay","onStop","onComplete","onRepeat","onUpdate"]);let{to:b}=w,f,s=0,d=w.duration,l,c=!1,m=!0,x;const _=Xy(w);!((t=(r=_).needsInterpolation)===null||t===void 0)&&t.call(r,n,b)&&(x=Vl([0,100],[n,b],{clamp:!1}),n=0,b=100);const P=_(Object.assign(Object.assign({},w),{from:n,to:b}));function V(){s++,v==="reverse"?(m=s%2===0,i=Zy(i,d,h,m)):(i=y3(i,d,h),v==="mirror"&&P.flipTarget()),c=!1,C&&C()}function L(){f.stop(),T&&T()}function E(N){if(m||(N=-N),i+=N,!c){const W=P.next(Math.max(0,i));l=W.value,x&&(l=x(l)),c=m?W.done:i<=0}z==null||z(l),c&&(s===0&&(d??(d=i)),s<p?Jy(i,d,h,m)&&V():L())}function R(){g==null||g(),f=a(E),f.start()}return o&&R(),{stop:()=>{M==null||M(),f.stop()}}}function x3(e,r){return r?e*(1e3/r):0}function ew({from:e=0,velocity:r=0,min:t,max:n,power:o=.8,timeConstant:a=750,bounceStiffness:i=500,bounceDamping:p=10,restDelta:v=1,modifyTarget:h,driver:g,onUpdate:M,onComplete:T,onStop:C}){let z;function w(d){return t!==void 0&&d<t||n!==void 0&&d>n}function b(d){return t===void 0?n:n===void 0||Math.abs(t-d)<Math.abs(n-d)?t:n}function f(d){z==null||z.stop(),z=w3(Object.assign(Object.assign({},d),{driver:g,onUpdate:l=>{var c;M==null||M(l),(c=d.onUpdate)===null||c===void 0||c.call(d,l)},onComplete:T,onStop:C}))}function s(d){f(Object.assign({type:"spring",stiffness:i,damping:p,restDelta:v},d))}if(w(e))s({from:e,velocity:r,to:b(e)});else{let d=o*r+e;typeof h<"u"&&(d=h(d));const l=b(d),c=l===t?-1:1;let m,x;const _=P=>{m=x,x=P,r=x3(P-m,Fo.getFrameData().delta),(c===1&&P>l||c===-1&&P<l)&&s({from:P,to:l,velocity:r})};f({type:"decay",from:e,velocity:r,timeConstant:a,power:o,restDelta:v,modifyTarget:h,onUpdate:w(d)?_:void 0})}return{stop:()=>z==null?void 0:z.stop()}}const C3=e=>e*180/Math.PI,tw=(e,r=Oy)=>C3(Math.atan2(r.y-e.y,r.x-e.x)),rw=(e,r)=>{let t=!0;return r===void 0&&(r=e,t=!1),n=>t?n-e+r:(e=n,t=!0,r)},nw=e=>e,Hl=(e=nw)=>(r,t,n)=>{const o=t-n,a=-(0-r+1)*(0-e(Math.abs(o)));return o<=0?t+a:t-a},ow=Hl(),aw=Hl(Math.sqrt),z3=e=>e*Math.PI/180,qo=e=>e.hasOwnProperty("x")&&e.hasOwnProperty("y"),Al=e=>qo(e)&&e.hasOwnProperty("z"),Bo=(e,r)=>Math.abs(e-r);function iw(e,r){if(Tl(e)&&Tl(r))return Bo(e,r);if(qo(e)&&qo(r)){const t=Bo(e.x,r.x),n=Bo(e.y,r.y),o=Al(e)&&Al(r)?Bo(e.z,r.z):0;return Math.sqrt(Math.pow(t,2)+Math.pow(n,2)+Math.pow(o,2))}}const lw=(e,r,t)=>(r=z3(r),{x:t*Math.cos(r)+e.x,y:t*Math.sin(r)+e.y}),M3=(e,r=2)=>(r=Math.pow(10,r),Math.round(e*r)/r),T3=(e,r,t,n=0)=>M3(e+t*(r-e)/Math.max(n,t)),cw=(e=50)=>{let r=0,t=0;return n=>{const o=Fo.getFrameData().timestamp,a=o!==t?o-t:0,i=a?T3(r,n,a,e):r;return t=o,r=i,i}},sw=e=>{if(typeof e=="number")return r=>Math.round(r/e)*e;{let r=0;const t=e.length;return n=>{let o=Math.abs(e[0]-n);for(r=1;r<t;r++){const a=e[r],i=Math.abs(a-n);if(i===0)return a;if(i>o)return e[r-1];if(r===t-1)return a;o=i}}}};function uw(e,r){return e/(1e3/r)}const dw=(e,r,t)=>{const n=r-e;return((t-e)%n+n)%n+e},O3=(e,r)=>1-3*r+3*e,P3=(e,r)=>3*r-6*e,V3=e=>3*e,Ko=(e,r,t)=>((O3(r,t)*e+P3(r,t))*e+V3(r))*e,S3=(e,r,t)=>3*O3(r,t)*e*e+2*P3(r,t)*e+V3(r),fw=1e-7,pw=10;function vw(e,r,t,n,o){let a,i,p=0;do i=r+(t-r)/2,a=Ko(i,n,o)-e,a>0?t=i:r=i;while(Math.abs(a)>fw&&++p<pw);return i}const hw=8,bw=.001;function mw(e,r,t,n){for(let o=0;o<hw;++o){const a=S3(r,t,n);if(a===0)return r;const i=Ko(r,t,n)-e;r-=i/a}return r}const Yo=11,Xo=1/(Yo-1);function gw(e,r,t,n){if(e===r&&t===n)return p3;const o=new Float32Array(Yo);for(let i=0;i<Yo;++i)o[i]=Ko(i*Xo,e,t);function a(i){let p=0,v=1;const h=Yo-1;for(;v!==h&&o[v]<=i;++v)p+=Xo;--v;const g=(i-o[v])/(o[v+1]-o[v]),M=p+g*Xo,T=S3(M,e,t);return T>=bw?mw(i,M,e,t):T===0?M:vw(i,p,p+Xo,e,t)}return i=>i===0||i===1?i:Ko(a(i),r,n)}const yw=(e,r="end")=>t=>{t=r==="end"?Math.min(t,.999):Math.max(t,.001);const n=t*e,o=r==="end"?Math.floor(n):Math.ceil(n);return Pn(0,1,o/e)};$e.angle=tw,$e.animate=w3,$e.anticipate=Fy,$e.applyOffset=rw,$e.attract=ow,$e.attractExpo=aw,$e.backIn=Ll,$e.backInOut=Dy,$e.backOut=$y,$e.bounceIn=Gy,$e.bounceInOut=qy,$e.bounceOut=Go,$e.circIn=h3,$e.circInOut=jy,$e.circOut=b3,$e.clamp=Pn,$e.createAnticipate=d3,$e.createAttractor=Hl,$e.createBackIn=Sl,$e.createExpoIn=u3,$e.cubicBezier=gw,$e.decay=m3,$e.degreesToRadians=z3,$e.distance=iw,$e.easeIn=_l,$e.easeInOut=v3,$e.easeOut=Ny,$e.inertia=ew,$e.interpolate=Vl,$e.isPoint=qo,$e.isPoint3D=Al,$e.keyframes=Sn,$e.linear=p3,$e.mirrorEasing=Uo,$e.mix=Wo,$e.mixColor=Ml,$e.mixComplex=Pl,$e.pipe=Ol,$e.pointFromVector=lw,$e.progress=Cl,$e.radiansToDegrees=C3,$e.reverseEasing=Vn,$e.smooth=cw,$e.smoothFrame=T3,$e.snap=sw,$e.spring=Io,$e.steps=yw,$e.toDecimal=M3,$e.velocityPerFrame=uw,$e.velocityPerSecond=x3,$e.wrap=dw;class ww{setAnimation(r){this.animation=r,r==null||r.finished.then(()=>this.clearAnimation()).catch(()=>{})}clearAnimation(){this.animation=this.generator=void 0}}const El=new WeakMap;function kl(e){return El.has(e)||El.set(e,{transforms:[],values:new Map}),El.get(e)}function xw(e,r){return e.has(r)||e.set(r,new ww),e.get(r)}function _3(e,r){e.indexOf(r)===-1&&e.push(r)}function L3(e,r){const t=e.indexOf(r);t>-1&&e.splice(t,1)}const H3=(e,r,t)=>Math.min(Math.max(t,e),r),rt={duration:.3,delay:0,endDelay:0,repeat:0,easing:"ease"},rr=e=>typeof e=="number",_n=e=>Array.isArray(e)&&!rr(e[0]),Cw=(e,r,t)=>{const n=r-e;return((t-e)%n+n)%n+e};function A3(e,r){return _n(e)?e[Cw(0,e.length,r)]:e}const Rl=(e,r,t)=>-t*e+t*r+e,Nl=()=>{},nr=e=>e,Zo=(e,r,t)=>r-e===0?1:(t-e)/(r-e);function jl(e,r){const t=e[e.length-1];for(let n=1;n<=r;n++){const o=Zo(0,r,n);e.push(Rl(t,1,o))}}function $l(e){const r=[0];return jl(r,e-1),r}function E3(e,r=$l(e.length),t=nr){const n=e.length,o=n-r.length;return o>0&&jl(r,o),a=>{let i=0;for(;i<n-2&&!(a<r[i+1]);i++);let p=H3(0,1,Zo(r[i],r[i+1],a));return p=A3(t,i)(p),Rl(e[i],e[i+1],p)}}const k3=e=>Array.isArray(e)&&rr(e[0]),Jo=e=>typeof e=="object"&&!!e.createAnimation,zw=e=>typeof e=="function",Dl=e=>typeof e=="string",Gr={ms:e=>e*1e3,s:e=>e/1e3};function R3(e,r){return r?e*(1e3/r):0}const Mw=["","X","Y","Z"],Tw=["translate","scale","rotate","skew"],z0={x:"translateX",y:"translateY",z:"translateZ"},N3={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:e=>e+"deg"},Ow={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:e=>e+"px"},rotate:N3,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:nr},skew:N3},M0=new Map,Qo=e=>`--motion-${e}`,ea=["x","y","z"];Tw.forEach(e=>{Mw.forEach(r=>{ea.push(e+r),M0.set(Qo(e+r),Ow[e])})});const Pw=(e,r)=>ea.indexOf(e)-ea.indexOf(r),Vw=new Set(ea),ta=e=>Vw.has(e),Sw=(e,r)=>{z0[r]&&(r=z0[r]);const{transforms:t}=kl(e);_3(t,r),e.style.transform=j3(t)},j3=e=>e.sort(Pw).reduce(_w,"").trim(),_w=(e,r)=>`${e} ${r}(var(${Qo(r)}))`,Fl=e=>e.startsWith("--"),$3=new Set;function Lw(e){if(!$3.has(e)){$3.add(e);try{const{syntax:r,initialValue:t}=M0.has(e)?M0.get(e):{};CSS.registerProperty({name:e,inherits:!1,syntax:r,initialValue:t})}catch{}}}const D3=(e,r,t)=>(((1-3*t+3*r)*e+(3*t-6*r))*e+3*r)*e,Hw=1e-7,Aw=12;function Ew(e,r,t,n,o){let a,i,p=0;do i=r+(t-r)/2,a=D3(i,n,o)-e,a>0?t=i:r=i;while(Math.abs(a)>Hw&&++p<Aw);return i}function Ln(e,r,t,n){if(e===r&&t===n)return nr;const o=a=>Ew(a,0,1,e,t);return a=>a===0||a===1?a:D3(o(a),r,n)}const kw=(e,r="end")=>t=>{t=r==="end"?Math.min(t,.999):Math.max(t,.001);const n=t*e,o=r==="end"?Math.floor(n):Math.ceil(n);return H3(0,1,o/e)},F3={ease:Ln(.25,.1,.25,1),"ease-in":Ln(.42,0,1,1),"ease-in-out":Ln(.42,0,.58,1),"ease-out":Ln(0,0,.58,1)},Rw=/\((.*?)\)/;function Il(e){if(zw(e))return e;if(k3(e))return Ln(...e);if(F3[e])return F3[e];if(e.startsWith("steps")){const r=Rw.exec(e);if(r){const t=r[1].split(",");return kw(parseFloat(t[0]),t[1].trim())}}return nr}class Nw{constructor(r,t=[0,1],{easing:n,duration:o=rt.duration,delay:a=rt.delay,endDelay:i=rt.endDelay,repeat:p=rt.repeat,offset:v,direction:h="normal",autoplay:g=!0}={}){if(this.startTime=null,this.rate=1,this.t=0,this.cancelTimestamp=null,this.easing=nr,this.duration=0,this.totalDuration=0,this.repeat=0,this.playState="idle",this.finished=new Promise((T,C)=>{this.resolve=T,this.reject=C}),n=n||rt.easing,Jo(n)){const T=n.createAnimation(t);n=T.easing,t=T.keyframes||t,o=T.duration||o}this.repeat=p,this.easing=_n(n)?nr:Il(n),this.updateDuration(o);const M=E3(t,v,_n(n)?n.map(Il):nr);this.tick=T=>{var C;a=a;let z=0;this.pauseTime!==void 0?z=this.pauseTime:z=(T-this.startTime)*this.rate,this.t=z,z/=1e3,z=Math.max(z-a,0),this.playState==="finished"&&this.pauseTime===void 0&&(z=this.totalDuration);const w=z/this.duration;let b=Math.floor(w),f=w%1;!f&&w>=1&&(f=1),f===1&&b--;const s=b%2;(h==="reverse"||h==="alternate"&&s||h==="alternate-reverse"&&!s)&&(f=1-f);const d=z>=this.totalDuration?1:Math.min(f,1),l=M(this.easing(d));r(l),this.pauseTime===void 0&&(this.playState==="finished"||z>=this.totalDuration+i)?(this.playState="finished",(C=this.resolve)===null||C===void 0||C.call(this,l)):this.playState!=="idle"&&(this.frameRequestId=requestAnimationFrame(this.tick))},g&&this.play()}play(){const r=performance.now();this.playState="running",this.pauseTime!==void 0?this.startTime=r-this.pauseTime:this.startTime||(this.startTime=r),this.cancelTimestamp=this.startTime,this.pauseTime=void 0,this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState="paused",this.pauseTime=this.t}finish(){this.playState="finished",this.tick(0)}stop(){var r;this.playState="idle",this.frameRequestId!==void 0&&cancelAnimationFrame(this.frameRequestId),(r=this.reject)===null||r===void 0||r.call(this,!1)}cancel(){this.stop(),this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(r){this.duration=r,this.totalDuration=r*(this.repeat+1)}get currentTime(){return this.t}set currentTime(r){this.pauseTime!==void 0||this.rate===0?this.pauseTime=r:this.startTime=performance.now()-r/this.rate}get playbackRate(){return this.rate}set playbackRate(r){this.rate=r}}const I3=e=>k3(e)?jw(e):e,jw=([e,r,t,n])=>`cubic-bezier(${e}, ${r}, ${t}, ${n})`,W3=e=>document.createElement("div").animate(e,{duration:.001}),U3={cssRegisterProperty:()=>typeof CSS<"u"&&Object.hasOwnProperty.call(CSS,"registerProperty"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate"),partialKeyframes:()=>{try{W3({opacity:[1]})}catch{return!1}return!0},finished:()=>!!W3({opacity:[0,1]}).finished},Wl={},ra={};for(const e in U3)ra[e]=()=>(Wl[e]===void 0&&(Wl[e]=U3[e]()),Wl[e]);function $w(e,r){for(let t=0;t<e.length;t++)e[t]===null&&(e[t]=t?e[t-1]:r());return e}const G3=e=>Array.isArray(e)?e:[e];function na(e){return z0[e]&&(e=z0[e]),ta(e)?Qo(e):e}const T0={get:(e,r)=>{r=na(r);let t=Fl(r)?e.style.getPropertyValue(r):getComputedStyle(e)[r];if(!t&&t!==0){const n=M0.get(r);n&&(t=n.initialValue)}return t},set:(e,r,t)=>{r=na(r),Fl(r)?e.style.setProperty(r,t):e.style[r]=t}};function q3(e,r=!0){if(!(!e||e.playState==="finished"))try{e.stop?e.stop():(r&&e.commitStyles(),e.cancel())}catch{}}function Dw(){return window.__MOTION_DEV_TOOLS_RECORD}function oa(e,r,t,n={}){const o=Dw(),a=n.record!==!1&&o;let i,{duration:p=rt.duration,delay:v=rt.delay,endDelay:h=rt.endDelay,repeat:g=rt.repeat,easing:M=rt.easing,direction:T,offset:C,allowWebkitAcceleration:z=!1}=n;const w=kl(e);let b=ra.waapi();const f=ta(r);f&&Sw(e,r);const s=na(r),d=xw(w.values,s),l=M0.get(s);return q3(d.animation,!(Jo(M)&&d.generator)&&n.record!==!1),()=>{const c=()=>{var x,_;return(_=(x=T0.get(e,s))!==null&&x!==void 0?x:l==null?void 0:l.initialValue)!==null&&_!==void 0?_:0};let m=$w(G3(t),c);if(Jo(M)){const x=M.createAnimation(m,c,f,s,d);M=x.easing,x.keyframes!==void 0&&(m=x.keyframes),x.duration!==void 0&&(p=x.duration)}if(Fl(s)&&(ra.cssRegisterProperty()?Lw(s):b=!1),b){l&&(m=m.map(P=>rr(P)?l.toDefaultUnit(P):P)),m.length===1&&(!ra.partialKeyframes()||a)&&m.unshift(c());const x={delay:Gr.ms(v),duration:Gr.ms(p),endDelay:Gr.ms(h),easing:_n(M)?void 0:I3(M),direction:T,iterations:g+1,fill:"both"};i=e.animate({[s]:m,offset:C,easing:_n(M)?M.map(I3):void 0},x),i.finished||(i.finished=new Promise((P,V)=>{i.onfinish=P,i.oncancel=V}));const _=m[m.length-1];i.finished.then(()=>{T0.set(e,s,_),i.cancel()}).catch(Nl),z||(i.playbackRate=1.000001)}else if(f){m=m.map(_=>typeof _=="string"?parseFloat(_):_),m.length===1&&m.unshift(parseFloat(c()));const x=_=>{l&&(_=l.toDefaultUnit(_)),T0.set(e,s,_)};i=new Nw(x,m,Object.assign(Object.assign({},n),{duration:p,easing:M}))}else{const x=m[m.length-1];T0.set(e,s,l&&rr(x)?l.toDefaultUnit(x):x)}return a&&o(e,r,m,{duration:p,delay:v,easing:M,repeat:g,offset:C},"motion-one"),d.setAnimation(i),i}}const Ul=(e,r)=>e[r]?Object.assign(Object.assign({},e),e[r]):Object.assign({},e);function aa(e,r){var t;return typeof e=="string"?r?((t=r[e])!==null&&t!==void 0||(r[e]=document.querySelectorAll(e)),e=r[e]):e=document.querySelectorAll(e):e instanceof Element&&(e=[e]),Array.from(e||[])}const Fw=e=>e(),Gl=(e,r,t=rt.duration)=>new Proxy({animations:e.map(Fw).filter(Boolean),duration:t,options:r},Ww),Iw=e=>e.animations[0],Ww={get:(e,r)=>{const t=Iw(e);switch(r){case"duration":return e.duration;case"currentTime":return Gr.s((t==null?void 0:t[r])||0);case"playbackRate":case"playState":return t==null?void 0:t[r];case"finished":return e.finished||(e.finished=Promise.all(e.animations.map(Uw)).catch(Nl)),e.finished;case"stop":return()=>{e.animations.forEach(n=>q3(n))};case"forEachNative":return n=>{e.animations.forEach(o=>n(o,e))};default:return typeof(t==null?void 0:t[r])>"u"?void 0:()=>e.animations.forEach(n=>n[r]())}},set:(e,r,t)=>{switch(r){case"currentTime":t=Gr.ms(t);case"currentTime":case"playbackRate":for(let n=0;n<e.animations.length;n++)e.animations[n][r]=t;return!0}return!1}},Uw=e=>e.finished;function Gw(e=.1,{start:r=0,from:t=0,easing:n}={}){return(o,a)=>{const i=rr(t)?t:qw(t,a),p=Math.abs(i-o);let v=e*p;if(n){const h=a*e;v=Il(n)(v/h)*h}return r+v}}function qw(e,r){if(e==="first")return 0;{const t=r-1;return e==="last"?t:t/2}}function B3(e,r,t){return typeof e=="function"?e(r,t):e}function Bw(e,r,t={}){e=aa(e);const n=e.length,o=[];for(let a=0;a<n;a++){const i=e[a];for(const p in r){const v=Ul(t,p);v.delay=B3(v.delay,a,n);const h=oa(i,p,r[p],v);o.push(h)}}return Gl(o,t,t.duration)}function K3(e,r,t,n){var o;return rr(r)?r:r.startsWith("-")||r.startsWith("+")?Math.max(0,e+parseFloat(r)):r==="<"?t:(o=n.get(r))!==null&&o!==void 0?o:e}function Kw(e,r,t){for(let n=0;n<e.length;n++){const o=e[n];o.at>r&&o.at<t&&(L3(e,o),n--)}}function Yw(e,r,t,n,o,a){Kw(e,o,a);for(let i=0;i<r.length;i++)e.push({value:r[i],at:Rl(o,a,n[i]),easing:A3(t,i)})}function Xw(e,r){return e.at===r.at?e.value===null?1:-1:e.at-r.at}function Zw(e,r={}){var t;const n=Jw(e,r),o=n.map(a=>oa(...a)).filter(Boolean);return Gl(o,r,(t=n[0])===null||t===void 0?void 0:t[3].duration)}function Jw(e,r={}){var{defaultOptions:t={}}=r,n=L1(r,["defaultOptions"]);const o=[],a=new Map,i={},p=new Map;let v=0,h=0,g=0;for(let M=0;M<e.length;M++){const T=e[M];if(Dl(T)){p.set(T,h);continue}else if(!Array.isArray(T)){p.set(T.name,K3(h,T.at,v,p));continue}const[C,z,w={}]=T;w.at!==void 0&&(h=K3(h,w.at,v,p));let b=0;const f=aa(C,i),s=f.length;for(let d=0;d<s;d++){const l=f[d],c=Qw(l,a);for(const m in z){const x=ex(m,c);let _=G3(z[m]);const P=Ul(w,m);let{duration:V=t.duration||rt.duration,easing:L=t.easing||rt.easing}=P;if(Jo(L)){const Q=ta(m);jo(_.length===2||!Q,"spring must be provided 2 keyframes within timeline");const oe=L.createAnimation(_,()=>"0",Q);L=oe.easing,oe.keyframes!==void 0&&(_=oe.keyframes),oe.duration!==void 0&&(V=oe.duration)}const E=B3(w.delay,d,s)||0,R=h+E,N=R+V;let{offset:W=$l(_.length)}=P;W.length===1&&W[0]===0&&(W[1]=1);const K=length-_.length;K>0&&jl(W,K),_.length===1&&_.unshift(null),Yw(x,_,L,W,R,N),b=Math.max(E+V,b),g=Math.max(N,g)}}v=h,h+=b}return a.forEach((M,T)=>{for(const C in M){const z=M[C];z.sort(Xw);const w=[],b=[],f=[];for(let s=0;s<z.length;s++){const{at:d,value:l,easing:c}=z[s];w.push(l),b.push(Zo(0,g,d)),f.push(c||rt.easing)}b[0]!==0&&(b.unshift(0),w.unshift(w[0]),f.unshift("linear")),b[b.length-1]!==1&&(b.push(1),w.push(null)),o.push([T,C,w,Object.assign(Object.assign(Object.assign({},t),{duration:g,easing:f,offset:b}),n)])}}),o}function Qw(e,r){return!r.has(e)&&r.set(e,{}),r.get(e)}function ex(e,r){return r[e]||(r[e]=[]),r[e]}const tx=5;function ql(e,r,t){const n=Math.max(r-tx,0);return R3(t-e(n),r-n)}const O0={stiffness:100,damping:10,mass:1},rx=(e=O0.stiffness,r=O0.damping,t=O0.mass)=>r/(2*Math.sqrt(e*t));function nx(e,r,t){return e<r&&t>=r||e>r&&t<=r}const Y3=({stiffness:e=O0.stiffness,damping:r=O0.damping,mass:t=O0.mass,from:n=0,to:o=1,velocity:a=0,restSpeed:i,restDistance:p}={})=>{a=a?Gr.s(a):0;const v={done:!1,hasReachedTarget:!1,current:n,target:o},h=o-n,g=Math.sqrt(e/t)/1e3,M=rx(e,r,t),T=Math.abs(h)<5;i||(i=T?.01:2),p||(p=T?.005:.5);let C;if(M<1){const z=g*Math.sqrt(1-M*M);C=w=>o-Math.exp(-M*g*w)*((-a+M*g*h)/z*Math.sin(z*w)+h*Math.cos(z*w))}else C=z=>o-Math.exp(-g*z)*(h+(-a+g*h)*z);return z=>{v.current=C(z);const w=z===0?a:ql(C,z,v.current),b=Math.abs(w)<=i,f=Math.abs(o-v.current)<=p;return v.done=b&&f,v.hasReachedTarget=nx(n,o,v.current),v}},ox=({from:e=0,velocity:r=0,power:t=.8,decay:n=.325,bounceDamping:o,bounceStiffness:a,changeTarget:i,min:p,max:v,restDistance:h=.5,restSpeed:g})=>{n=Gr.ms(n);const M={hasReachedTarget:!1,done:!1,current:e,target:e},T=x=>p!==void 0&&x<p||v!==void 0&&x>v,C=x=>p===void 0?v:v===void 0||Math.abs(p-x)<Math.abs(v-x)?p:v;let z=t*r;const w=e+z,b=i===void 0?w:i(w);M.target=b,b!==w&&(z=b-e);const f=x=>-z*Math.exp(-x/n),s=x=>b+f(x),d=x=>{const _=f(x),P=s(x);M.done=Math.abs(_)<=h,M.current=M.done?b:P};let l,c;const m=x=>{T(M.current)&&(l=x,c=Y3({from:M.current,to:C(M.current),velocity:ql(s,x,M.current),damping:o,stiffness:a,restDistance:h,restSpeed:g}))};return m(0),x=>{let _=!1;return!c&&l===void 0&&(_=!0,d(x),m(x)),l!==void 0&&x>l?(M.hasReachedTarget=!0,c(x-l)):(M.hasReachedTarget=!1,!_&&d(x),M)}},Bl=10,ax=1e4;function ix(e,r=nr){let t,n=Bl,o=e(0);const a=[r(o.current)];for(;!o.done&&n<ax;)o=e(n),a.push(r(o.done?o.target:o.current)),t===void 0&&o.hasReachedTarget&&(t=n),n+=Bl;const i=n-Bl;return a.length===1&&a.push(o.current),{keyframes:a,duration:i/1e3,overshootDuration:(t??i)/1e3}}function X3(e){const r=new WeakMap;return(t={})=>{const n=new Map,o=(i=0,p=100,v=0,h=!1)=>{const g=`${i}-${p}-${v}-${h}`;return n.has(g)||n.set(g,e(Object.assign({from:i,to:p,velocity:v,restSpeed:h?.05:2,restDistance:h?.01:.5},t))),n.get(g)},a=i=>(r.has(i)||r.set(i,ix(i)),r.get(i));return{createAnimation:(i,p,v,h,g)=>{var M,T;let C;const z=i.length;if(v&&z<=2&&i.every(lx)){const b=i[z-1],f=z===1?null:i[0];let s=0,d=0;const l=g==null?void 0:g.generator;if(l){const{animation:x,generatorStartTime:_}=g,P=(x==null?void 0:x.startTime)||_||0,V=(x==null?void 0:x.currentTime)||performance.now()-P,L=l(V).current;d=(M=f)!==null&&M!==void 0?M:L,(z===1||z===2&&i[0]===null)&&(s=ql(E=>l(E).current,V,L))}else d=(T=f)!==null&&T!==void 0?T:parseFloat(p());const c=o(d,b,s,h==null?void 0:h.includes("scale")),m=a(c);C=Object.assign(Object.assign({},m),{easing:"linear"}),g&&(g.generator=c,g.generatorStartTime=performance.now())}else C={easing:"ease",duration:a(o(0,100)).overshootDuration};return C}}}}const lx=e=>typeof e!="string",cx=X3(Y3),sx=X3(ox),ux={any:0,all:1};function Z3(e,r,{root:t,margin:n,amount:o="any"}={}){if(typeof IntersectionObserver>"u")return()=>{};const a=aa(e),i=new WeakMap,p=h=>{h.forEach(g=>{const M=i.get(g.target);if(g.isIntersecting!==!!M)if(g.isIntersecting){const T=r(g);typeof T=="function"?i.set(g.target,T):v.unobserve(g.target)}else M&&(M(g),i.delete(g.target))})},v=new IntersectionObserver(p,{root:t,rootMargin:n,threshold:typeof o=="number"?o:ux[o]});return a.forEach(h=>v.observe(h)),()=>v.disconnect()}const ia=new WeakMap;let hr;function dx(e,r){if(r){const{inlineSize:t,blockSize:n}=r[0];return{width:t,height:n}}else return e instanceof SVGElement&&"getBBox"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function fx({target:e,contentRect:r,borderBoxSize:t}){var n;(n=ia.get(e))===null||n===void 0||n.forEach(o=>{o({target:e,contentSize:r,get size(){return dx(e,t)}})})}function px(e){e.forEach(fx)}function vx(){typeof ResizeObserver>"u"||(hr=new ResizeObserver(px))}function hx(e,r){hr||vx();const t=aa(e);return t.forEach(n=>{let o=ia.get(n);o||(o=new Set,ia.set(n,o)),o.add(r),hr==null||hr.observe(n)}),()=>{t.forEach(n=>{const o=ia.get(n);o==null||o.delete(r),o!=null&&o.size||hr==null||hr.unobserve(n)})}}const la=new Set;let Hn;function bx(){Hn=()=>{const e={width:window.innerWidth,height:window.innerHeight},r={target:window,size:e,contentSize:e};la.forEach(t=>t(r))},window.addEventListener("resize",Hn)}function mx(e){return la.add(e),Hn||bx(),()=>{la.delete(e),!la.size&&Hn&&(Hn=void 0)}}function J3(e,r){return typeof e=="function"?mx(e):hx(e,r)}const gx=50,Q3=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0}),yx=()=>({time:0,x:Q3(),y:Q3()}),wx={x:{length:"Width",position:"Left"},y:{length:"Height",position:"Top"}};function ed(e,r,t,n){const o=t[r],{length:a,position:i}=wx[r],p=o.current,v=t.time;o.current=e["scroll"+i],o.scrollLength=e["scroll"+a]-e["client"+a],o.offset.length=0,o.offset[0]=0,o.offset[1]=o.scrollLength,o.progress=Zo(0,o.scrollLength,o.current);const h=n-v;o.velocity=h>gx?0:R3(o.current-p,h)}function xx(e,r,t){ed(e,"x",r,t),ed(e,"y",r,t),r.time=t}function Cx(e,r){let t={x:0,y:0},n=e;for(;n&&n!==r;)if(n instanceof HTMLElement)t.x+=n.offsetLeft,t.y+=n.offsetTop,n=n.offsetParent;else if(n instanceof SVGGraphicsElement&&"getBBox"in n){const{top:o,left:a}=n.getBBox();for(t.x+=a,t.y+=o;n&&n.tagName!=="svg";)n=n.parentNode}return t}const td={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]},Kl={start:0,center:.5,end:1};function rd(e,r,t=0){let n=0;if(Kl[e]!==void 0&&(e=Kl[e]),Dl(e)){const o=parseFloat(e);e.endsWith("px")?n=o:e.endsWith("%")?e=o/100:e.endsWith("vw")?n=o/100*document.documentElement.clientWidth:e.endsWith("vh")?n=o/100*document.documentElement.clientHeight:e=o}return rr(e)&&(n=r*e),t+n}const zx=[0,0];function Mx(e,r,t,n){let o=Array.isArray(e)?e:zx,a=0,i=0;return rr(e)?o=[e,e]:Dl(e)&&(e=e.trim(),e.includes(" ")?o=e.split(" "):o=[e,Kl[e]?e:"0"]),a=rd(o[0],t,n),i=rd(o[1],r),a-i}const Tx={x:0,y:0};function Ox(e,r,t){let{offset:n=td.All}=t;const{target:o=e,axis:a="y"}=t,i=a==="y"?"height":"width",p=o!==e?Cx(o,e):Tx,v=o===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:o.clientWidth,height:o.clientHeight},h={width:e.clientWidth,height:e.clientHeight};r[a].offset.length=0;let g=!r[a].interpolate;const M=n.length;for(let T=0;T<M;T++){const C=Mx(n[T],h[i],v[i],p[a]);!g&&C!==r[a].interpolatorOffsets[T]&&(g=!0),r[a].offset[T]=C}g&&(r[a].interpolate=E3($l(M),r[a].offset),r[a].interpolatorOffsets=[...r[a].offset]),r[a].progress=r[a].interpolate(r[a].current)}function Px(e,r=e,t){if(t.x.targetOffset=0,t.y.targetOffset=0,r!==e){let n=r;for(;n&&n!=e;)t.x.targetOffset+=n.offsetLeft,t.y.targetOffset+=n.offsetTop,n=n.offsetParent}t.x.targetLength=r===e?r.scrollWidth:r.clientWidth,t.y.targetLength=r===e?r.scrollHeight:r.clientHeight,t.x.containerLength=e.clientWidth,t.y.containerLength=e.clientHeight}function Vx(e,r,t,n={}){const o=n.axis||"y";return{measure:()=>Px(e,n.target,t),update:a=>{xx(e,t,a),(n.offset||n.target)&&Ox(e,t,n)},notify:typeof r=="function"?()=>r(t):Sx(r,t[o])}}function Sx(e,r){return e.pause(),e.forEachNative((t,{easing:n})=>{var o,a;if(t.updateDuration)n||(t.easing=nr),t.updateDuration(1);else{const i={duration:1e3};n||(i.easing="linear"),(a=(o=t.effect)===null||o===void 0?void 0:o.updateTiming)===null||a===void 0||a.call(o,i)}}),()=>{e.currentTime=r.progress}}const An=new WeakMap,nd=new WeakMap,Yl=new WeakMap,od=e=>e===document.documentElement?window:e;function _x(e,r={}){var{container:t=document.documentElement}=r,n=L1(r,["container"]);let o=Yl.get(t);o||(o=new Set,Yl.set(t,o));const a=yx(),i=Vx(t,e,a,n);if(o.add(i),!An.has(t)){const h=()=>{const M=performance.now();for(const T of o)T.measure();for(const T of o)T.update(M);for(const T of o)T.notify()};An.set(t,h);const g=od(t);window.addEventListener("resize",h,{passive:!0}),t!==document.documentElement&&nd.set(t,J3(t,h)),g.addEventListener("scroll",h,{passive:!0})}const p=An.get(t),v=requestAnimationFrame(p);return()=>{var h;typeof e!="function"&&e.stop(),cancelAnimationFrame(v);const g=Yl.get(t);if(!g||(g.delete(i),g.size))return;const M=An.get(t);An.delete(t),M&&(od(t).removeEventListener("scroll",M),(h=nd.get(t))===null||h===void 0||h(),window.removeEventListener("resize",M))}}function Lx(e,r){return typeof e!=typeof r?!0:Array.isArray(e)&&Array.isArray(r)?!Hx(e,r):e!==r}function Hx(e,r){const t=r.length;if(t!==e.length)return!1;for(let n=0;n<t;n++)if(r[n]!==e[n])return!1;return!0}function Ax(e){return typeof e=="object"}function ad(e,r){if(Ax(e))return e;if(e&&r)return r[e]}let br;function Ex(){if(!br)return;const e=br.sort(Rx).map(Nx);e.forEach(id),e.forEach(id),br=void 0}function Xl(e){br?_3(br,e):(br=[e],requestAnimationFrame(Ex))}function kx(e){br&&L3(br,e)}const Rx=(e,r)=>e.getDepth()-r.getDepth(),Nx=e=>e.animateUpdates(),id=e=>e.next(),ld=(e,r)=>new CustomEvent(e,{detail:{target:r}});function Zl(e,r,t){e.dispatchEvent(new CustomEvent(r,{detail:{originalEvent:t}}))}function cd(e,r,t){e.dispatchEvent(new CustomEvent(r,{detail:{originalEntry:t}}))}const jx={isActive:e=>!!e.inView,subscribe:(e,{enable:r,disable:t},{inViewOptions:n={}})=>{const{once:o}=n,a=L1(n,["once"]);return Z3(e,i=>{if(r(),cd(e,"viewenter",i),!o)return p=>{t(),cd(e,"viewleave",p)}},a)}},sd=(e,r,t)=>n=>{n.pointerType&&n.pointerType!=="mouse"||(t(),Zl(e,r,n))},ca={inView:jx,hover:{isActive:e=>!!e.hover,subscribe:(e,{enable:r,disable:t})=>{const n=sd(e,"hoverstart",r),o=sd(e,"hoverend",t);return e.addEventListener("pointerenter",n),e.addEventListener("pointerleave",o),()=>{e.removeEventListener("pointerenter",n),e.removeEventListener("pointerleave",o)}}},press:{isActive:e=>!!e.press,subscribe:(e,{enable:r,disable:t})=>{const n=a=>{t(),Zl(e,"pressend",a),window.removeEventListener("pointerup",n)},o=a=>{r(),Zl(e,"pressstart",a),window.addEventListener("pointerup",n)};return e.addEventListener("pointerdown",o),()=>{e.removeEventListener("pointerdown",o),window.removeEventListener("pointerup",n)}}}},ud=["initial","animate",...Object.keys(ca),"exit"],Jl=new WeakMap;function $x(e={},r){let t,n=r?r.getDepth()+1:0;const o={initial:!0,animate:!0},a={},i={};for(const w of ud)i[w]=typeof e[w]=="string"?e[w]:r==null?void 0:r.getContext()[w];const p=e.initial===!1?"animate":"initial";let v=ad(e[p]||i[p],e.variants)||{},h=L1(v,["transition"]);const g=Object.assign({},h);function*M(){var w,b;const f=h;h={};const s={};for(const x of ud){if(!o[x])continue;const _=ad(e[x]);if(_)for(const P in _)P!=="transition"&&(h[P]=_[P],s[P]=Ul((b=(w=_.transition)!==null&&w!==void 0?w:e.transition)!==null&&b!==void 0?b:{},P))}const d=new Set([...Object.keys(h),...Object.keys(f)]),l=[];d.forEach(x=>{var _;h[x]===void 0&&(h[x]=g[x]),Lx(f[x],h[x])&&((_=g[x])!==null&&_!==void 0||(g[x]=T0.get(t,x)),l.push(oa(t,x,h[x],s[x])))}),yield;const c=l.map(x=>x()).filter(Boolean);if(!c.length)return;const m=h;t.dispatchEvent(ld("motionstart",m)),Promise.all(c.map(x=>x.finished)).then(()=>{t.dispatchEvent(ld("motioncomplete",m))}).catch(Nl)}const T=(w,b)=>()=>{o[w]=b,Xl(z)},C=()=>{for(const w in ca){const b=ca[w].isActive(e),f=a[w];b&&!f?a[w]=ca[w].subscribe(t,{enable:T(w,!0),disable:T(w,!1)},e):!b&&f&&(f(),delete a[w])}},z={update:w=>{t&&(e=w,C(),Xl(z))},setActive:(w,b)=>{t&&(o[w]=b,Xl(z))},animateUpdates:M,getDepth:()=>n,getTarget:()=>h,getOptions:()=>e,getContext:()=>i,mount:w=>(jo(!!w,"Animation state must be mounted with valid Element"),t=w,Jl.set(t,z),C(),()=>{Jl.delete(t),kx(z);for(const b in a)a[b]()}),isMounted:()=>!!t};return z}function dd(e){const r={},t=[];for(let n in e){const o=e[n];ta(n)&&(z0[n]&&(n=z0[n]),t.push(n),n=Qo(n));let a=Array.isArray(o)?o[0]:o;const i=M0.get(n);i&&(a=rr(o)?i.toDefaultUnit(o):o),r[n]=a}return t.length&&(r.transform=j3(t)),r}const Dx=e=>`-${e.toLowerCase()}`,Fx=e=>e.replace(/[A-Z]/g,Dx);function Ix(e={}){const r=dd(e);let t="";for(const n in r)t+=n.startsWith("--")?n:Fx(n),t+=`: ${r[n]}; `;return t}const Wx=G0(Object.freeze(Object.defineProperty({__proto__:null,ScrollOffset:td,animate:Bw,animateStyle:oa,createMotionState:$x,createStyleString:Ix,createStyles:dd,getAnimationData:kl,getStyleName:na,glide:sx,inView:Z3,mountedStates:Jl,resize:J3,scroll:_x,spring:cx,stagger:Gw,style:T0,timeline:Zw,withControls:Gl},Symbol.toStringTag,{value:"Module"})));function Ux(e){var r={};return function(t){return r[t]===void 0&&(r[t]=e(t)),r[t]}}var Gx=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,qx=Ux(function(e){return Gx.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});const Bx=G0(Object.freeze(Object.defineProperty({__proto__:null,default:qx},Symbol.toStringTag,{value:"Module"})));(function(e){Object.defineProperty(e,"__esModule",{value:!0});var r=D4,t=ge,n=I4,o=R1,a=$e,i=Ur,p=Wx;function v(u){return u&&typeof u=="object"&&"default"in u?u:{default:u}}function h(u){if(u&&u.__esModule)return u;var y=Object.create(null);return u&&Object.keys(u).forEach(function(O){if(O!=="default"){var S=Object.getOwnPropertyDescriptor(u,O);Object.defineProperty(y,O,S.get?S:{enumerable:!0,get:function(){return u[O]}})}}),y.default=u,Object.freeze(y)}var g=h(t),M=v(t),T=v(i),C="production",z=typeof process>"u"||process.env===void 0?C:process.env.NODE_ENV||C,w=function(u){return{isEnabled:function(y){return u.some(function(O){return!!y[O]})}}},b={measureLayout:w(["layout","layoutId","drag"]),animation:w(["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView"]),exit:w(["exit"]),drag:w(["drag","dragControls"]),focus:w(["whileFocus"]),hover:w(["whileHover","onHoverStart","onHoverEnd"]),tap:w(["whileTap","onTap","onTapStart","onTapCancel"]),pan:w(["onPan","onPanStart","onPanSessionStart","onPanEnd"]),inView:w(["whileInView","onViewportEnter","onViewportLeave"])};function f(u){for(var y in u)u[y]!==null&&(y==="projectionNodeConstructor"?b.projectionNodeConstructor=u[y]:b[y].Component=u[y])}var s=t.createContext({strict:!1}),d=Object.keys(b),l=d.length;function c(u,y,O){var S=[],k=t.useContext(s);if(!y)return null;z!=="production"&&O&&k.strict&&n.invariant(!1,"You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.");for(var D=0;D<l;D++){var F=d[D],j=b[F],Y=j.isEnabled,Z=j.Component;Y(u)&&Z&&S.push(g.createElement(Z,r.__assign({key:F},u,{visualElement:y})))}return S}var m=t.createContext({transformPagePoint:function(u){return u},isStatic:!1,reducedMotion:"never"}),x=t.createContext({});function _(){return t.useContext(x).visualElement}var P=t.createContext(null),V=typeof document<"u",L=V?t.useLayoutEffect:t.useEffect,E={current:null},R=!1;function N(){if(R=!0,!!V)if(window.matchMedia){var u=window.matchMedia("(prefers-reduced-motion)"),y=function(){return E.current=u.matches};u.addListener(y),y()}else E.current=!1}function W(){!R&&N();var u=r.__read(t.useState(E.current),1),y=u[0];return y}function K(){var u=W(),y=t.useContext(m).reducedMotion;return y==="never"?!1:y==="always"?!0:u}function Q(u,y,O,S){var k=t.useContext(s),D=_(),F=t.useContext(P),j=K(),Y=t.useRef(void 0);S||(S=k.renderer),!Y.current&&S&&(Y.current=S(u,{visualState:y,parent:D,props:O,presenceId:F==null?void 0:F.id,blockInitialAnimation:(F==null?void 0:F.initial)===!1,shouldReduceMotion:j}));var Z=Y.current;return L(function(){Z==null||Z.syncRender()}),t.useEffect(function(){var ee;(ee=Z==null?void 0:Z.animationState)===null||ee===void 0||ee.animateChanges()}),L(function(){return function(){return Z==null?void 0:Z.notifyUnmount()}},[]),Z}function oe(u){return typeof u=="object"&&Object.prototype.hasOwnProperty.call(u,"current")}function U(u,y,O){return t.useCallback(function(S){var k;S&&((k=u.mount)===null||k===void 0||k.call(u,S)),y&&(S?y.mount(S):y.unmount()),O&&(typeof O=="function"?O(S):oe(O)&&(O.current=S))},[y])}function $(u){return Array.isArray(u)}function B(u){return typeof u=="string"||$(u)}function te(u){var y={};return u.forEachValue(function(O,S){return y[S]=O.get()}),y}function fe(u){var y={};return u.forEachValue(function(O,S){return y[S]=O.getVelocity()}),y}function J(u,y,O,S,k){var D;return S===void 0&&(S={}),k===void 0&&(k={}),typeof y=="function"&&(y=y(O??u.custom,S,k)),typeof y=="string"&&(y=(D=u.variants)===null||D===void 0?void 0:D[y]),typeof y=="function"&&(y=y(O??u.custom,S,k)),y}function X(u,y,O){var S=u.getProps();return J(S,y,O??S.custom,te(u),fe(u))}function q(u){var y;return typeof((y=u.animate)===null||y===void 0?void 0:y.start)=="function"||B(u.initial)||B(u.animate)||B(u.whileHover)||B(u.whileDrag)||B(u.whileTap)||B(u.whileFocus)||B(u.exit)}function ie(u){return!!(q(u)||u.variants)}function le(u,y){if(q(u)){var O=u.initial,S=u.animate;return{initial:O===!1||B(O)?O:void 0,animate:B(S)?S:void 0}}return u.inherit!==!1?y:{}}function ne(u){var y=le(u,t.useContext(x)),O=y.initial,S=y.animate;return t.useMemo(function(){return{initial:O,animate:S}},[pe(O),pe(S)])}function pe(u){return Array.isArray(u)?u.join(" "):u}function be(u){var y=t.useRef(null);return y.current===null&&(y.current=u()),y.current}var me={hasAnimatedSinceResize:!0,hasEverUpdated:!1},ce=1;function ae(){return be(function(){if(me.hasEverUpdated)return ce++})}var se=t.createContext({}),we=t.createContext({});function Ce(u,y,O,S){var k,D=y.layoutId,F=y.layout,j=y.drag,Y=y.dragConstraints,Z=y.layoutScroll,ee=t.useContext(we);!S||!O||O!=null&&O.projection||(O.projection=new S(u,O.getLatestValues(),(k=O.parent)===null||k===void 0?void 0:k.projection),O.projection.setOptions({layoutId:D,layout:F,alwaysMeasureLayout:!!j||Y&&oe(Y),visualElement:O,scheduleRender:function(){return O.scheduleRender()},animationType:typeof F=="string"?F:"both",initialPromotionConfig:ee,layoutScroll:Z}))}var Me=function(u){r.__extends(y,u);function y(){return u!==null&&u.apply(this,arguments)||this}return y.prototype.getSnapshotBeforeUpdate=function(){return this.updateProps(),null},y.prototype.componentDidUpdate=function(){},y.prototype.updateProps=function(){var O=this.props,S=O.visualElement,k=O.props;S&&S.setProps(k)},y.prototype.render=function(){return this.props.children},y}(M.default.Component);function Pe(u){var y=u.preloadedFeatures,O=u.createVisualElement,S=u.projectionNodeConstructor,k=u.useRender,D=u.useVisualState,F=u.Component;y&&f(y);function j(Y,Z){var ee=ze(Y);Y=r.__assign(r.__assign({},Y),{layoutId:ee});var ue=t.useContext(m),de=null,ve=ne(Y),he=ue.isStatic?void 0:ae(),ye=D(Y,ue.isStatic);return!ue.isStatic&&V&&(ve.visualElement=Q(F,ye,r.__assign(r.__assign({},ue),Y),O),Ce(he,Y,ve.visualElement,S||b.projectionNodeConstructor),de=c(Y,ve.visualElement,y)),g.createElement(Me,{visualElement:ve.visualElement,props:r.__assign(r.__assign({},ue),Y)},de,g.createElement(x.Provider,{value:ve},k(F,Y,he,U(ye,ve.visualElement,Z),ye,ue.isStatic,ve.visualElement)))}return t.forwardRef(j)}function ze(u){var y,O=u.layoutId,S=(y=t.useContext(se))===null||y===void 0?void 0:y.id;return S&&O!==void 0?S+"-"+O:O}function Ee(u){function y(S,k){return k===void 0&&(k={}),Pe(u(S,k))}if(typeof Proxy>"u")return y;var O=new Map;return new Proxy(y,{get:function(S,k){return O.has(k)||O.set(k,y(k)),O.get(k)}})}var Ie=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","svg","switch","symbol","text","tspan","use","view"];function Ke(u){return typeof u!="string"||u.includes("-")?!1:!!(Ie.indexOf(u)>-1||/[A-Z]/.test(u))}var We={};function Fe(u){Object.assign(We,u)}var a1=["","X","Y","Z"],r1=["translate","scale","rotate","skew"],o1=["transformPerspective","x","y","z"];r1.forEach(function(u){return a1.forEach(function(y){return o1.push(u+y)})});function H1(u,y){return o1.indexOf(u)-o1.indexOf(y)}var V1=new Set(o1);function l1(u){return V1.has(u)}var Y1=new Set(["originX","originY","originZ"]);function B1(u){return Y1.has(u)}function U1(u,y){var O=y.layout,S=y.layoutId;return l1(u)||B1(u)||(O||S!==void 0)&&(!!We[u]||u==="opacity")}var b1=function(u){return!!(u!==null&&typeof u=="object"&&u.getVelocity)},lr={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"};function qt(u,y,O,S){var k=u.transform,D=u.transformKeys,F=y.enableHardwareAcceleration,j=F===void 0?!0:F,Y=y.allowTransformNone,Z=Y===void 0?!0:Y,ee="";D.sort(H1);for(var ue=!1,de=D.length,ve=0;ve<de;ve++){var he=D[ve];ee+="".concat(lr[he]||he,"(").concat(k[he],") "),he==="z"&&(ue=!0)}return!ue&&j?ee+="translateZ(0)":ee=ee.trim(),S?ee=S(k,O?"":ee):Z&&O&&(ee="none"),ee}function j1(u){var y=u.originX,O=y===void 0?"50%":y,S=u.originY,k=S===void 0?"50%":S,D=u.originZ,F=D===void 0?0:D;return"".concat(O," ").concat(k," ").concat(F)}function Pt(u){return u.startsWith("--")}var Bt=function(u,y){return y&&typeof u=="number"?y.transform(u):u},O1=r.__assign(r.__assign({},o.number),{transform:Math.round}),ut={borderWidth:o.px,borderTopWidth:o.px,borderRightWidth:o.px,borderBottomWidth:o.px,borderLeftWidth:o.px,borderRadius:o.px,radius:o.px,borderTopLeftRadius:o.px,borderTopRightRadius:o.px,borderBottomRightRadius:o.px,borderBottomLeftRadius:o.px,width:o.px,maxWidth:o.px,height:o.px,maxHeight:o.px,size:o.px,top:o.px,right:o.px,bottom:o.px,left:o.px,padding:o.px,paddingTop:o.px,paddingRight:o.px,paddingBottom:o.px,paddingLeft:o.px,margin:o.px,marginTop:o.px,marginRight:o.px,marginBottom:o.px,marginLeft:o.px,rotate:o.degrees,rotateX:o.degrees,rotateY:o.degrees,rotateZ:o.degrees,scale:o.scale,scaleX:o.scale,scaleY:o.scale,scaleZ:o.scale,skew:o.degrees,skewX:o.degrees,skewY:o.degrees,distance:o.px,translateX:o.px,translateY:o.px,translateZ:o.px,x:o.px,y:o.px,z:o.px,perspective:o.px,transformPerspective:o.px,opacity:o.alpha,originX:o.progressPercentage,originY:o.progressPercentage,originZ:o.px,zIndex:O1,fillOpacity:o.alpha,strokeOpacity:o.alpha,numOctaves:O1};function X1(u,y,O,S){var k,D=u.style,F=u.vars,j=u.transform,Y=u.transformKeys,Z=u.transformOrigin;Y.length=0;var ee=!1,ue=!1,de=!0;for(var ve in y){var he=y[ve];if(Pt(ve)){F[ve]=he;continue}var ye=ut[ve],Te=Bt(he,ye);if(l1(ve)){if(ee=!0,j[ve]=Te,Y.push(ve),!de)continue;he!==((k=ye.default)!==null&&k!==void 0?k:0)&&(de=!1)}else B1(ve)?(Z[ve]=Te,ue=!0):D[ve]=Te}ee?D.transform=qt(u,O,de,S):S?D.transform=S({},""):!y.transform&&D.transform&&(D.transform="none"),ue&&(D.transformOrigin=j1(Z))}var A1=function(){return{style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}}};function Vt(u,y,O){for(var S in y)!b1(y[S])&&!U1(S,O)&&(u[S]=y[S])}function dt(u,y,O){var S=u.transformTemplate;return t.useMemo(function(){var k=A1();X1(k,y,{enableHardwareAcceleration:!O},S);var D=k.vars,F=k.style;return r.__assign(r.__assign({},D),F)},[y])}function cr(u,y,O){var S=u.style||{},k={};return Vt(k,S,u),Object.assign(k,dt(u,y,O)),u.transformValues&&(k=u.transformValues(k)),k}function S1(u,y,O){var S={},k=cr(u,y,O);return u.drag&&u.dragListener!==!1&&(S.draggable=!1,k.userSelect=k.WebkitUserSelect=k.WebkitTouchCallout="none",k.touchAction=u.drag===!0?"none":"pan-".concat(u.drag==="x"?"y":"x")),S.style=k,S}var xr=new Set(["initial","animate","exit","style","variants","transition","transformTemplate","transformValues","custom","inherit","layout","layoutId","layoutDependency","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","drag","dragControls","dragListener","dragConstraints","dragDirectionLock","dragSnapToOrigin","_dragX","_dragY","dragElastic","dragMomentum","dragPropagation","dragTransition","whileDrag","onPan","onPanStart","onPanEnd","onPanSessionStart","onTap","onTapStart","onTapCancel","onHoverStart","onHoverEnd","whileFocus","whileTap","whileHover","whileInView","onViewportEnter","onViewportLeave","viewport","layoutScroll"]);function ft(u){return xr.has(u)}var Cr=function(u){return!ft(u)};function sr(u){u&&(Cr=function(y){return y.startsWith("on")?!ft(y):u(y)})}try{sr(Bx.default)}catch{}function j0(u,y,O){var S={};for(var k in u)(Cr(k)||O===!0&&ft(k)||!y&&!ft(k)||u.draggable&&k.startsWith("onDrag"))&&(S[k]=u[k]);return S}function zr(u,y,O){return typeof u=="string"?u:o.px.transform(y+O*u)}function St(u,y,O){var S=zr(y,u.x,u.width),k=zr(O,u.y,u.height);return"".concat(S," ").concat(k)}var qn={offset:"stroke-dashoffset",array:"stroke-dasharray"},re={offset:"strokeDashoffset",array:"strokeDasharray"};function xe(u,y,O,S,k){O===void 0&&(O=1),S===void 0&&(S=0),k===void 0&&(k=!0),u.pathLength=1;var D=k?qn:re;u[D.offset]=o.px.transform(-S);var F=o.px.transform(y),j=o.px.transform(O);u[D.array]="".concat(F," ").concat(j)}function Ve(u,y,O,S){var k=y.attrX,D=y.attrY,F=y.originX,j=y.originY,Y=y.pathLength,Z=y.pathSpacing,ee=Z===void 0?1:Z,ue=y.pathOffset,de=ue===void 0?0:ue,ve=r.__rest(y,["attrX","attrY","originX","originY","pathLength","pathSpacing","pathOffset"]);X1(u,ve,O,S),u.attrs=u.style,u.style={};var he=u.attrs,ye=u.style,Te=u.dimensions;he.transform&&(Te&&(ye.transform=he.transform),delete he.transform),Te&&(F!==void 0||j!==void 0||ye.transform)&&(ye.transformOrigin=St(Te,F!==void 0?F:.5,j!==void 0?j:.5)),k!==void 0&&(he.x=k),D!==void 0&&(he.y=D),Y!==void 0&&xe(he,Y,ee,de,!1)}var De=function(){return r.__assign(r.__assign({},A1()),{attrs:{}})};function n1(u,y){var O=t.useMemo(function(){var k=De();return Ve(k,y,{enableHardwareAcceleration:!1},u.transformTemplate),r.__assign(r.__assign({},k.attrs),{style:r.__assign({},k.style)})},[y]);if(u.style){var S={};Vt(S,u.style,u),O.style=r.__assign(r.__assign({},S),O.style)}return O}function e1(u){u===void 0&&(u=!1);var y=function(O,S,k,D,F,j){var Y=F.latestValues,Z=Ke(O)?n1:S1,ee=Z(S,Y,j),ue=j0(S,typeof O=="string",u),de=r.__assign(r.__assign(r.__assign({},ue),ee),{ref:D});return k&&(de["data-projection-id"]=k),t.createElement(O,de)};return y}var Ze=/([a-z])([A-Z])/g,Je="$1-$2",E1=function(u){return u.replace(Ze,Je).toLowerCase()};function m1(u,y,O,S){var k=y.style,D=y.vars;Object.assign(u.style,k,S&&S.getProjectionStyles(O));for(var F in D)u.style.setProperty(F,D[F])}var g1=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength"]);function D1(u,y,O,S){m1(u,y,void 0,S);for(var k in y.attrs)u.setAttribute(g1.has(k)?k:E1(k),y.attrs[k])}function _t(u){var y=u.style,O={};for(var S in y)(b1(y[S])||U1(S,u))&&(O[S]=y[S]);return O}function Mr(u){var y=_t(u);for(var O in u)if(b1(u[O])){var S=O==="x"||O==="y"?"attr"+O.toUpperCase():O;y[S]=u[O]}return y}function Z1(u){return typeof u=="object"&&typeof u.start=="function"}var Jr=function(u){return Array.isArray(u)},Bn=function(u){return!!(u&&typeof u=="object"&&u.mix&&u.toValue)},ka=function(u){return Jr(u)?u[u.length-1]||0:u};function Qr(u){var y=b1(u)?u.get():u;return Bn(y)?y.toValue():y}function $0(u,y,O,S){var k=u.scrapeMotionValuesFromProps,D=u.createRenderState,F=u.onMount,j={latestValues:Kn(y,O,S,k),renderState:D()};return F&&(j.mount=function(Y){return F(y,Y,j)}),j}var D0=function(u){return function(y,O){var S=t.useContext(x),k=t.useContext(P);return O?$0(u,y,S,k):be(function(){return $0(u,y,S,k)})}};function Kn(u,y,O,S){var k={},D=(O==null?void 0:O.initial)===!1,F=S(u);for(var j in F)k[j]=Qr(F[j]);var Y=u.initial,Z=u.animate,ee=q(u),ue=ie(u);y&&ue&&!ee&&u.inherit!==!1&&(Y??(Y=y.initial),Z??(Z=y.animate));var de=D||Y===!1,ve=de?Z:Y;if(ve&&typeof ve!="boolean"&&!Z1(ve)){var he=Array.isArray(ve)?ve:[ve];he.forEach(function(ye){var Te=J(u,ye);if(Te){var Se=Te.transitionEnd;Te.transition;var Ne=r.__rest(Te,["transitionEnd","transition"]);for(var Be in Ne){var Ye=Ne[Be];if(Array.isArray(Ye)){var Qe=de?Ye.length-1:0;Ye=Ye[Qe]}Ye!==null&&(k[Be]=Ye)}for(var Be in Se)k[Be]=Se[Be]}})}return k}var L5={useVisualState:D0({scrapeMotionValuesFromProps:Mr,createRenderState:De,onMount:function(u,y,O){var S=O.renderState,k=O.latestValues;try{S.dimensions=typeof y.getBBox=="function"?y.getBBox():y.getBoundingClientRect()}catch{S.dimensions={x:0,y:0,width:0,height:0}}Ve(S,k,{enableHardwareAcceleration:!1},u.transformTemplate),D1(y,S)}})},H5={useVisualState:D0({scrapeMotionValuesFromProps:_t,createRenderState:A1})};function Yn(u,y,O,S,k){var D=y.forwardMotionProps,F=D===void 0?!1:D,j=Ke(u)?L5:H5;return r.__assign(r.__assign({},j),{preloadedFeatures:O,useRender:e1(F),createVisualElement:S,projectionNodeConstructor:k,Component:u})}e.AnimationType=void 0,function(u){u.Animate="animate",u.Hover="whileHover",u.Tap="whileTap",u.Drag="whileDrag",u.Focus="whileFocus",u.InView="whileInView",u.Exit="exit"}(e.AnimationType||(e.AnimationType={}));function e0(u,y,O,S){return S===void 0&&(S={passive:!0}),u.addEventListener(y,O,S),function(){return u.removeEventListener(y,O)}}function z1(u,y,O,S){t.useEffect(function(){var k=u.current;if(O&&k)return e0(k,y,O,S)},[u,y,O,S])}function k1(u){var y=u.whileFocus,O=u.visualElement,S=function(){var D;(D=O.animationState)===null||D===void 0||D.setActive(e.AnimationType.Focus,!0)},k=function(){var D;(D=O.animationState)===null||D===void 0||D.setActive(e.AnimationType.Focus,!1)};z1(O,"focus",y?S:void 0),z1(O,"blur",y?k:void 0)}function P1(u){return typeof PointerEvent<"u"&&u instanceof PointerEvent?u.pointerType==="mouse":u instanceof MouseEvent}function Kt(u){var y=!!u.touches;return y}function t0(u){return function(y){var O=y instanceof MouseEvent,S=!O||O&&y.button===0;S&&u(y)}}var Tr={pageX:0,pageY:0};function Xn(u,y){y===void 0&&(y="page");var O=u.touches[0]||u.changedTouches[0],S=O||Tr;return{x:S[y+"X"],y:S[y+"Y"]}}function Ra(u,y){return y===void 0&&(y="page"),{x:u[y+"X"],y:u[y+"Y"]}}function A5(u,y){return y===void 0&&(y="page"),{point:Kt(u)?Xn(u,y):Ra(u,y)}}var E5=function(u,y){y===void 0&&(y=!1);var O=function(S){return u(S,A5(S))};return y?t0(O):O},SM=function(){return V&&window.onpointerdown===null},_M=function(){return V&&window.ontouchstart===null},LM=function(){return V&&window.onmousedown===null},HM={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},AM={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function $9(u){return SM()?u:_M()?AM[u]:LM()?HM[u]:u}function r0(u,y,O,S){return e0(u,$9(y),E5(O,y==="pointerdown"),S)}function Na(u,y,O,S){return z1(u,$9(y),O&&E5(O,y==="pointerdown"),S)}function D9(u){var y=null;return function(){var O=function(){y=null};return y===null?(y=u,O):!1}}var F9=D9("dragHorizontal"),I9=D9("dragVertical");function W9(u){var y=!1;if(u==="y")y=I9();else if(u==="x")y=F9();else{var O=F9(),S=I9();O&&S?y=function(){O(),S()}:(O&&O(),S&&S())}return y}function k5(){var u=W9(!0);return u?(u(),!1):!0}function U9(u,y,O){return function(S,k){var D;!P1(S)||k5()||((D=u.animationState)===null||D===void 0||D.setActive(e.AnimationType.Hover,y),O==null||O(S,k))}}function EM(u){var y=u.onHoverStart,O=u.onHoverEnd,S=u.whileHover,k=u.visualElement;Na(k,"pointerenter",y||S?U9(k,!0,y):void 0,{passive:!y}),Na(k,"pointerleave",O||S?U9(k,!1,O):void 0,{passive:!O})}var G9=function(u,y){return y?u===y?!0:G9(u,y.parentElement):!1};function ja(u){return t.useEffect(function(){return function(){return u()}},[])}function kM(u){var y=u.onTap,O=u.onTapStart,S=u.onTapCancel,k=u.whileTap,D=u.visualElement,F=y||O||S||k,j=t.useRef(!1),Y=t.useRef(null),Z={passive:!(O||y||S||he)};function ee(){var ye;(ye=Y.current)===null||ye===void 0||ye.call(Y),Y.current=null}function ue(){var ye;return ee(),j.current=!1,(ye=D.animationState)===null||ye===void 0||ye.setActive(e.AnimationType.Tap,!1),!k5()}function de(ye,Te){ue()&&(G9(D.getInstance(),ye.target)?y==null||y(ye,Te):S==null||S(ye,Te))}function ve(ye,Te){ue()&&(S==null||S(ye,Te))}function he(ye,Te){var Se;ee(),!j.current&&(j.current=!0,Y.current=a.pipe(r0(window,"pointerup",de,Z),r0(window,"pointercancel",ve,Z)),(Se=D.animationState)===null||Se===void 0||Se.setActive(e.AnimationType.Tap,!0),O==null||O(ye,Te))}Na(D,"pointerdown",F?he:void 0,Z),ja(ee)}var q9=new Set;function $a(u,y,O){u||q9.has(y)||(console.warn(y),O&&console.warn(O),q9.add(y))}var R5=new WeakMap,N5=new WeakMap,RM=function(u){var y;(y=R5.get(u.target))===null||y===void 0||y(u)},NM=function(u){u.forEach(RM)};function jM(u){var y=u.root,O=r.__rest(u,["root"]),S=y||document;N5.has(S)||N5.set(S,{});var k=N5.get(S),D=JSON.stringify(O);return k[D]||(k[D]=new IntersectionObserver(NM,r.__assign({root:y},O))),k[D]}function $M(u,y,O){var S=jM(y);return R5.set(u,O),S.observe(u),function(){R5.delete(u),S.unobserve(u)}}function DM(u){var y=u.visualElement,O=u.whileInView,S=u.onViewportEnter,k=u.onViewportLeave,D=u.viewport,F=D===void 0?{}:D,j=t.useRef({hasEnteredView:!1,isInView:!1}),Y=!!(O||S||k);F.once&&j.current.hasEnteredView&&(Y=!1);var Z=typeof IntersectionObserver>"u"?WM:IM;Z(Y,j.current,y,F)}var FM={some:0,all:1};function IM(u,y,O,S){var k=S.root,D=S.margin,F=S.amount,j=F===void 0?"some":F,Y=S.once;t.useEffect(function(){if(u){var Z={root:k==null?void 0:k.current,rootMargin:D,threshold:typeof j=="number"?j:FM[j]},ee=function(ue){var de,ve=ue.isIntersecting;if(y.isInView!==ve&&(y.isInView=ve,!(Y&&!ve&&y.hasEnteredView))){ve&&(y.hasEnteredView=!0),(de=O.animationState)===null||de===void 0||de.setActive(e.AnimationType.InView,ve);var he=O.getProps(),ye=ve?he.onViewportEnter:he.onViewportLeave;ye==null||ye(ue)}};return $M(O.getInstance(),Z,ee)}},[u,k,D,j])}function WM(u,y,O,S){var k=S.fallback,D=k===void 0?!0:k;t.useEffect(function(){!u||!D||(z!=="production"&&$a(!1,"IntersectionObserver not available on this device. whileInView animations will trigger on mount."),requestAnimationFrame(function(){var F;y.hasEnteredView=!0;var j=O.getProps().onViewportEnter;j==null||j(null),(F=O.animationState)===null||F===void 0||F.setActive(e.AnimationType.InView,!0)}))},[u])}var Or=function(u){return function(y){return u(y),null}},B9={inView:Or(DM),tap:Or(kM),focus:Or(k1),hover:Or(EM)},UM=0,GM=function(){return UM++},K9=function(){return be(GM)};function j5(){var u=t.useContext(P);if(u===null)return[!0,null];var y=u.isPresent,O=u.onExitComplete,S=u.register,k=K9();t.useEffect(function(){return S(k)},[]);var D=function(){return O==null?void 0:O(k)};return!y&&O?[!1,D]:[!0]}function qM(){return BM(t.useContext(P))}function BM(u){return u===null?!0:u.isPresent}function Y9(u,y){if(!Array.isArray(y))return!1;var O=y.length;if(O!==u.length)return!1;for(var S=0;S<O;S++)if(y[S]!==u[S])return!1;return!0}var Da=function(u){return u*1e3},X9={linear:a.linear,easeIn:a.easeIn,easeInOut:a.easeInOut,easeOut:a.easeOut,circIn:a.circIn,circInOut:a.circInOut,circOut:a.circOut,backIn:a.backIn,backInOut:a.backInOut,backOut:a.backOut,anticipate:a.anticipate,bounceIn:a.bounceIn,bounceInOut:a.bounceInOut,bounceOut:a.bounceOut},Z9=function(u){if(Array.isArray(u)){n.invariant(u.length===4,"Cubic bezier arrays must contain four numerical values.");var y=r.__read(u,4),O=y[0],S=y[1],k=y[2],D=y[3];return a.cubicBezier(O,S,k,D)}else if(typeof u=="string")return n.invariant(X9[u]!==void 0,"Invalid easing type '".concat(u,"'")),X9[u];return u},KM=function(u){return Array.isArray(u)&&typeof u[0]!="number"},J9=function(u,y){return u==="zIndex"?!1:!!(typeof y=="number"||Array.isArray(y)||typeof y=="string"&&o.complex.test(y)&&!y.startsWith("url("))},n0=function(){return{type:"spring",stiffness:500,damping:25,restSpeed:10}},Fa=function(u){return{type:"spring",stiffness:550,damping:u===0?2*Math.sqrt(550):30,restSpeed:10}},$5=function(){return{type:"keyframes",ease:"linear",duration:.3}},YM=function(u){return{type:"keyframes",duration:.8,values:u}},Q9={x:n0,y:n0,z:n0,rotate:n0,rotateX:n0,rotateY:n0,rotateZ:n0,scaleX:Fa,scaleY:Fa,scale:Fa,opacity:$5,backgroundColor:$5,color:$5,default:Fa},XM=function(u,y){var O;return Jr(y)?O=YM:O=Q9[u]||Q9.default,r.__assign({to:y},O(y))},ZM=r.__assign(r.__assign({},ut),{color:o.color,backgroundColor:o.color,outlineColor:o.color,fill:o.color,stroke:o.color,borderColor:o.color,borderTopColor:o.color,borderRightColor:o.color,borderBottomColor:o.color,borderLeftColor:o.color,filter:o.filter,WebkitFilter:o.filter}),D5=function(u){return ZM[u]};function F5(u,y){var O,S=D5(u);return S!==o.filter&&(S=o.complex),(O=S.getAnimatableNone)===null||O===void 0?void 0:O.call(S,y)}var I5={current:!1};function JM(u){u.when,u.delay,u.delayChildren,u.staggerChildren,u.staggerDirection,u.repeat,u.repeatType,u.repeatDelay,u.from;var y=r.__rest(u,["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from"]);return!!Object.keys(y).length}var ep=!1;function QM(u){var y=u.ease,O=u.times,S=u.yoyo,k=u.flip,D=u.loop,F=r.__rest(u,["ease","times","yoyo","flip","loop"]),j=r.__assign({},F);return O&&(j.offset=O),F.duration&&(j.duration=Da(F.duration)),F.repeatDelay&&(j.repeatDelay=Da(F.repeatDelay)),y&&(j.ease=KM(y)?y.map(Z9):Z9(y)),F.type==="tween"&&(j.type="keyframes"),(S||D||k)&&(n.warning(!ep,"yoyo, loop and flip have been removed from the API. Replace with repeat and repeatType options."),ep=!0,S?j.repeatType="reverse":D?j.repeatType="loop":k&&(j.repeatType="mirror"),j.repeat=D||S||k||F.repeat),F.type!=="spring"&&(j.type="keyframes"),j}function eT(u,y){var O,S,k=W5(u,y)||{};return(S=(O=k.delay)!==null&&O!==void 0?O:u.delay)!==null&&S!==void 0?S:0}function tT(u){return Array.isArray(u.to)&&u.to[0]===null&&(u.to=r.__spreadArray([],r.__read(u.to),!1),u.to[0]=u.from),u}function rT(u,y,O){var S;return Array.isArray(y.to)&&((S=u.duration)!==null&&S!==void 0||(u.duration=.8)),tT(y),JM(u)||(u=r.__assign(r.__assign({},u),XM(O,y.to))),r.__assign(r.__assign({},y),QM(u))}function nT(u,y,O,S,k){var D,F=W5(S,u),j=(D=F.from)!==null&&D!==void 0?D:y.get(),Y=J9(u,O);j==="none"&&Y&&typeof O=="string"?j=F5(u,O):tp(j)&&typeof O=="string"?j=rp(O):!Array.isArray(O)&&tp(O)&&typeof j=="string"&&(O=rp(j));var Z=J9(u,j);n.warning(Z===Y,"You are trying to animate ".concat(u,' from "').concat(j,'" to "').concat(O,'". ').concat(j," is not an animatable value - to enable this animation set ").concat(j," to a value animatable to ").concat(O," via the `style` property."));function ee(){var de={from:j,to:O,velocity:y.getVelocity(),onComplete:k,onUpdate:function(ve){return y.set(ve)}};return F.type==="inertia"||F.type==="decay"?a.inertia(r.__assign(r.__assign({},de),F)):a.animate(r.__assign(r.__assign({},rT(F,de,u)),{onUpdate:function(ve){var he;de.onUpdate(ve),(he=F.onUpdate)===null||he===void 0||he.call(F,ve)},onComplete:function(){var ve;de.onComplete(),(ve=F.onComplete)===null||ve===void 0||ve.call(F)}}))}function ue(){var de,ve,he=ka(O);return y.set(he),k(),(de=F==null?void 0:F.onUpdate)===null||de===void 0||de.call(F,he),(ve=F==null?void 0:F.onComplete)===null||ve===void 0||ve.call(F),{stop:function(){}}}return!Z||!Y||F.type===!1?ue:ee}function tp(u){return u===0||typeof u=="string"&&parseFloat(u)===0&&u.indexOf(" ")===-1}function rp(u){return typeof u=="number"?0:F5("",u)}function W5(u,y){return u[y]||u.default||u}function U5(u,y,O,S){return S===void 0&&(S={}),I5.current&&(S={type:!1}),y.start(function(k){var D,F,j=nT(u,y,O,S,k),Y=eT(S,u),Z=function(){return F=j()};return Y?D=window.setTimeout(Z,Da(Y)):Z(),function(){clearTimeout(D),F==null||F.stop()}})}var oT=function(u){return/^\-?\d*\.?\d+$/.test(u)},aT=function(u){return/^0[^.\s]+$/.test(u)};function G5(u,y){u.indexOf(y)===-1&&u.push(y)}function q5(u,y){var O=u.indexOf(y);O>-1&&u.splice(O,1)}function iT(u,y,O){var S=r.__read(u),k=S.slice(0),D=y<0?k.length+y:y;if(D>=0&&D<k.length){var F=O<0?k.length+O:O,j=r.__read(k.splice(y,1),1),Y=j[0];k.splice(F,0,Y)}return k}var Zn=function(){function u(){this.subscriptions=[]}return u.prototype.add=function(y){var O=this;return G5(this.subscriptions,y),function(){return q5(O.subscriptions,y)}},u.prototype.notify=function(y,O,S){var k=this.subscriptions.length;if(k)if(k===1)this.subscriptions[0](y,O,S);else for(var D=0;D<k;D++){var F=this.subscriptions[D];F&&F(y,O,S)}},u.prototype.getSize=function(){return this.subscriptions.length},u.prototype.clear=function(){this.subscriptions.length=0},u}(),lT=function(u){return!isNaN(parseFloat(u))},np=function(){function u(y){var O=this;this.version="6.5.1",this.timeDelta=0,this.lastUpdated=0,this.updateSubscribers=new Zn,this.velocityUpdateSubscribers=new Zn,this.renderSubscribers=new Zn,this.canTrackVelocity=!1,this.updateAndNotify=function(S,k){k===void 0&&(k=!0),O.prev=O.current,O.current=S;var D=i.getFrameData(),F=D.delta,j=D.timestamp;O.lastUpdated!==j&&(O.timeDelta=F,O.lastUpdated=j,T.default.postRender(O.scheduleVelocityCheck)),O.prev!==O.current&&O.updateSubscribers.notify(O.current),O.velocityUpdateSubscribers.getSize()&&O.velocityUpdateSubscribers.notify(O.getVelocity()),k&&O.renderSubscribers.notify(O.current)},this.scheduleVelocityCheck=function(){return T.default.postRender(O.velocityCheck)},this.velocityCheck=function(S){var k=S.timestamp;k!==O.lastUpdated&&(O.prev=O.current,O.velocityUpdateSubscribers.notify(O.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=y,this.canTrackVelocity=lT(this.current)}return u.prototype.onChange=function(y){return this.updateSubscribers.add(y)},u.prototype.clearListeners=function(){this.updateSubscribers.clear()},u.prototype.onRenderRequest=function(y){return y(this.get()),this.renderSubscribers.add(y)},u.prototype.attach=function(y){this.passiveEffect=y},u.prototype.set=function(y,O){O===void 0&&(O=!0),!O||!this.passiveEffect?this.updateAndNotify(y,O):this.passiveEffect(y,this.updateAndNotify)},u.prototype.get=function(){return this.current},u.prototype.getPrevious=function(){return this.prev},u.prototype.getVelocity=function(){return this.canTrackVelocity?a.velocityPerSecond(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0},u.prototype.start=function(y){var O=this;return this.stop(),new Promise(function(S){O.hasAnimated=!0,O.stopAnimation=y(S)}).then(function(){return O.clearAnimation()})},u.prototype.stop=function(){this.stopAnimation&&this.stopAnimation(),this.clearAnimation()},u.prototype.isAnimating=function(){return!!this.stopAnimation},u.prototype.clearAnimation=function(){this.stopAnimation=null},u.prototype.destroy=function(){this.updateSubscribers.clear(),this.renderSubscribers.clear(),this.stop()},u}();function Lt(u){return new np(u)}var op=function(u){return function(y){return y.test(u)}},cT={test:function(u){return u==="auto"},parse:function(u){return u}},ap=[o.number,o.px,o.percent,o.degrees,o.vw,o.vh,cT],Jn=function(u){return ap.find(op(u))},sT=r.__spreadArray(r.__spreadArray([],r.__read(ap),!1),[o.color,o.complex],!1),uT=function(u){return sT.find(op(u))};function dT(u,y,O){u.hasValue(y)?u.getValue(y).set(O):u.addValue(y,Lt(O))}function B5(u,y){var O=X(u,y),S=O?u.makeTargetAnimatable(O,!1):{},k=S.transitionEnd,D=k===void 0?{}:k;S.transition;var F=r.__rest(S,["transitionEnd","transition"]);F=r.__assign(r.__assign({},F),D);for(var j in F){var Y=ka(F[j]);dT(u,j,Y)}}function K5(u,y){var O=r.__spreadArray([],r.__read(y),!1).reverse();O.forEach(function(S){var k,D=u.getVariant(S);D&&B5(u,D),(k=u.variantChildren)===null||k===void 0||k.forEach(function(F){K5(F,y)})})}function fT(u,y){if(Array.isArray(y))return K5(u,y);if(typeof y=="string")return K5(u,[y]);B5(u,y)}function Y5(u,y,O){var S,k,D,F,j=Object.keys(y).filter(function(ve){return!u.hasValue(ve)}),Y=j.length;if(Y)for(var Z=0;Z<Y;Z++){var ee=j[Z],ue=y[ee],de=null;Array.isArray(ue)&&(de=ue[0]),de===null&&(de=(k=(S=O[ee])!==null&&S!==void 0?S:u.readValue(ee))!==null&&k!==void 0?k:y[ee]),de!=null&&(typeof de=="string"&&(oT(de)||aT(de))?de=parseFloat(de):!uT(de)&&o.complex.test(ue)&&(de=F5(ee,ue)),u.addValue(ee,Lt(de)),(D=(F=O)[ee])!==null&&D!==void 0||(F[ee]=de),u.setBaseTarget(ee,de))}}function pT(u,y){if(y){var O=y[u]||y.default||y;return O.from}}function ip(u,y,O){var S,k,D={};for(var F in u)D[F]=(S=pT(F,y))!==null&&S!==void 0?S:(k=O.getValue(F))===null||k===void 0?void 0:k.get();return D}function Ia(u,y,O){O===void 0&&(O={}),u.notifyAnimationStart(y);var S;if(Array.isArray(y)){var k=y.map(function(F){return X5(u,F,O)});S=Promise.all(k)}else if(typeof y=="string")S=X5(u,y,O);else{var D=typeof y=="function"?X(u,y,O.custom):y;S=lp(u,D,O)}return S.then(function(){return u.notifyAnimationComplete(y)})}function X5(u,y,O){var S;O===void 0&&(O={});var k=X(u,y,O.custom),D=(k||{}).transition,F=D===void 0?u.getDefaultTransition()||{}:D;O.transitionOverride&&(F=O.transitionOverride);var j=k?function(){return lp(u,k,O)}:function(){return Promise.resolve()},Y=!((S=u.variantChildren)===null||S===void 0)&&S.size?function(ve){ve===void 0&&(ve=0);var he=F.delayChildren,ye=he===void 0?0:he,Te=F.staggerChildren,Se=F.staggerDirection;return vT(u,y,ye+ve,Te,Se,O)}:function(){return Promise.resolve()},Z=F.when;if(Z){var ee=r.__read(Z==="beforeChildren"?[j,Y]:[Y,j],2),ue=ee[0],de=ee[1];return ue().then(de)}else return Promise.all([j(),Y(O.delay)])}function lp(u,y,O){var S,k=O===void 0?{}:O,D=k.delay,F=D===void 0?0:D,j=k.transitionOverride,Y=k.type,Z=u.makeTargetAnimatable(y),ee=Z.transition,ue=ee===void 0?u.getDefaultTransition():ee,de=Z.transitionEnd,ve=r.__rest(Z,["transition","transitionEnd"]);j&&(ue=j);var he=[],ye=Y&&((S=u.animationState)===null||S===void 0?void 0:S.getState()[Y]);for(var Te in ve){var Se=u.getValue(Te),Ne=ve[Te];if(!(!Se||Ne===void 0||ye&&mT(ye,Te))){var Be=r.__assign({delay:F},ue);u.shouldReduceMotion&&l1(Te)&&(Be=r.__assign(r.__assign({},Be),{type:!1,delay:0}));var Ye=U5(Te,Se,Ne,Be);he.push(Ye)}}return Promise.all(he).then(function(){de&&B5(u,de)})}function vT(u,y,O,S,k,D){O===void 0&&(O=0),S===void 0&&(S=0),k===void 0&&(k=1);var F=[],j=(u.variantChildren.size-1)*S,Y=k===1?function(Z){return Z===void 0&&(Z=0),Z*S}:function(Z){return Z===void 0&&(Z=0),j-Z*S};return Array.from(u.variantChildren).sort(bT).forEach(function(Z,ee){F.push(X5(Z,y,r.__assign(r.__assign({},D),{delay:O+Y(ee)})).then(function(){return Z.notifyAnimationComplete(y)}))}),Promise.all(F)}function hT(u){u.forEachValue(function(y){return y.stop()})}function bT(u,y){return u.sortNodePosition(y)}function mT(u,y){var O=u.protectedKeys,S=u.needsAnimating,k=O.hasOwnProperty(y)&&S[y]!==!0;return S[y]=!1,k}var Z5=[e.AnimationType.Animate,e.AnimationType.InView,e.AnimationType.Focus,e.AnimationType.Hover,e.AnimationType.Tap,e.AnimationType.Drag,e.AnimationType.Exit],gT=r.__spreadArray([],r.__read(Z5),!1).reverse(),yT=Z5.length;function wT(u){return function(y){return Promise.all(y.map(function(O){var S=O.animation,k=O.options;return Ia(u,S,k)}))}}function xT(u){var y=wT(u),O=zT(),S={},k=!0,D=function(ee,ue){var de=X(u,ue);if(de){de.transition;var ve=de.transitionEnd,he=r.__rest(de,["transition","transitionEnd"]);ee=r.__assign(r.__assign(r.__assign({},ee),he),ve)}return ee};function F(ee){return S[ee]!==void 0}function j(ee){y=ee(u)}function Y(ee,ue){for(var de,ve=u.getProps(),he=u.getVariantContext(!0)||{},ye=[],Te=new Set,Se={},Ne=1/0,Be=function(p1){var t1=gT[p1],i1=O[t1],M1=(de=ve[t1])!==null&&de!==void 0?de:he[t1],Ht=B(M1),J1=t1===ue?i1.isActive:null;J1===!1&&(Ne=p1);var pt=M1===he[t1]&&M1!==ve[t1]&&Ht;if(pt&&k&&u.manuallyAnimateOnMount&&(pt=!1),i1.protectedKeys=r.__assign({},Se),!i1.isActive&&J1===null||!M1&&!i1.prevProp||Z1(M1)||typeof M1=="boolean")return"continue";var _r=CT(i1.prevProp,M1),Lr=_r||t1===ue&&i1.isActive&&!pt&&Ht||p1>Ne&&Ht,Hr=Array.isArray(M1)?M1:[M1],At=Hr.reduce(D,{});J1===!1&&(At={});var no=i1.prevResolvedValues,W0=no===void 0?{}:no,Xa=r.__assign(r.__assign({},W0),At),U0=function(Ge){Lr=!0,Te.delete(Ge),i1.needsAnimating[Ge]=!0};for(var at in Xa){var d1=At[at],_e=W0[at];Se.hasOwnProperty(at)||(d1!==_e?Jr(d1)&&Jr(_e)?!Y9(d1,_e)||_r?U0(at):i1.protectedKeys[at]=!0:d1!==void 0?U0(at):Te.add(at):d1!==void 0&&Te.has(at)?U0(at):i1.protectedKeys[at]=!0)}i1.prevProp=M1,i1.prevResolvedValues=At,i1.isActive&&(Se=r.__assign(r.__assign({},Se),At)),k&&u.blockInitialAnimation&&(Lr=!1),Lr&&!pt&&ye.push.apply(ye,r.__spreadArray([],r.__read(Hr.map(function(Ge){return{animation:Ge,options:r.__assign({type:t1},ee)}})),!1))},Ye=0;Ye<yT;Ye++)Be(Ye);if(S=r.__assign({},Se),Te.size){var Qe={};Te.forEach(function(p1){var t1=u.getBaseTarget(p1);t1!==void 0&&(Qe[p1]=t1)}),ye.push({animation:Qe})}var f1=!!ye.length;return k&&ve.initial===!1&&!u.manuallyAnimateOnMount&&(f1=!1),k=!1,f1?y(ye):Promise.resolve()}function Z(ee,ue,de){var ve;if(O[ee].isActive===ue)return Promise.resolve();(ve=u.variantChildren)===null||ve===void 0||ve.forEach(function(Te){var Se;return(Se=Te.animationState)===null||Se===void 0?void 0:Se.setActive(ee,ue)}),O[ee].isActive=ue;var he=Y(de,ee);for(var ye in O)O[ye].protectedKeys={};return he}return{isAnimated:F,animateChanges:Y,setActive:Z,setAnimateFunction:j,getState:function(){return O}}}function CT(u,y){return typeof y=="string"?y!==u:$(y)?!Y9(y,u):!1}function o0(u){return u===void 0&&(u=!1),{isActive:u,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function zT(){var u;return u={},u[e.AnimationType.Animate]=o0(!0),u[e.AnimationType.InView]=o0(),u[e.AnimationType.Hover]=o0(),u[e.AnimationType.Tap]=o0(),u[e.AnimationType.Drag]=o0(),u[e.AnimationType.Focus]=o0(),u[e.AnimationType.Exit]=o0(),u}var J5={animation:Or(function(u){var y=u.visualElement,O=u.animate;y.animationState||(y.animationState=xT(y)),Z1(O)&&t.useEffect(function(){return O.subscribe(y)},[O])}),exit:Or(function(u){var y=u.custom,O=u.visualElement,S=r.__read(j5(),2),k=S[0],D=S[1],F=t.useContext(P);t.useEffect(function(){var j,Y;O.isPresent=k;var Z=(j=O.animationState)===null||j===void 0?void 0:j.setActive(e.AnimationType.Exit,!k,{custom:(Y=F==null?void 0:F.custom)!==null&&Y!==void 0?Y:y});!k&&(Z==null||Z.then(D))},[k])})},cp=function(){function u(y,O,S){var k=this,D=S===void 0?{}:S,F=D.transformPagePoint;if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=function(){if(k.lastMoveEvent&&k.lastMoveEventInfo){var de=ec(k.lastMoveEventInfo,k.history),ve=k.startEvent!==null,he=a.distance(de.offset,{x:0,y:0})>=3;if(!(!ve&&!he)){var ye=de.point,Te=i.getFrameData().timestamp;k.history.push(r.__assign(r.__assign({},ye),{timestamp:Te}));var Se=k.handlers,Ne=Se.onStart,Be=Se.onMove;ve||(Ne&&Ne(k.lastMoveEvent,de),k.startEvent=k.lastMoveEvent),Be&&Be(k.lastMoveEvent,de)}}},this.handlePointerMove=function(de,ve){if(k.lastMoveEvent=de,k.lastMoveEventInfo=Q5(ve,k.transformPagePoint),P1(de)&&de.buttons===0){k.handlePointerUp(de,ve);return}T.default.update(k.updatePoint,!0)},this.handlePointerUp=function(de,ve){k.end();var he=k.handlers,ye=he.onEnd,Te=he.onSessionEnd,Se=ec(Q5(ve,k.transformPagePoint),k.history);k.startEvent&&ye&&ye(de,Se),Te&&Te(de,Se)},!(Kt(y)&&y.touches.length>1)){this.handlers=O,this.transformPagePoint=F;var j=A5(y),Y=Q5(j,this.transformPagePoint),Z=Y.point,ee=i.getFrameData().timestamp;this.history=[r.__assign(r.__assign({},Z),{timestamp:ee})];var ue=O.onSessionStart;ue&&ue(y,ec(Y,this.history)),this.removeListeners=a.pipe(r0(window,"pointermove",this.handlePointerMove),r0(window,"pointerup",this.handlePointerUp),r0(window,"pointercancel",this.handlePointerUp))}}return u.prototype.updateHandlers=function(y){this.handlers=y},u.prototype.end=function(){this.removeListeners&&this.removeListeners(),i.cancelSync.update(this.updatePoint)},u}();function Q5(u,y){return y?{point:y(u.point)}:u}function sp(u,y){return{x:u.x-y.x,y:u.y-y.y}}function ec(u,y){var O=u.point;return{point:O,delta:sp(O,up(y)),offset:sp(O,MT(y)),velocity:TT(y,.1)}}function MT(u){return u[0]}function up(u){return u[u.length-1]}function TT(u,y){if(u.length<2)return{x:0,y:0};for(var O=u.length-1,S=null,k=up(u);O>=0&&(S=u[O],!(k.timestamp-S.timestamp>Da(y)));)O--;if(!S)return{x:0,y:0};var D=(k.timestamp-S.timestamp)/1e3;if(D===0)return{x:0,y:0};var F={x:(k.x-S.x)/D,y:(k.y-S.y)/D};return F.x===1/0&&(F.x=0),F.y===1/0&&(F.y=0),F}function Yt(u){return u.max-u.min}function dp(u,y,O){return y===void 0&&(y=0),O===void 0&&(O=.01),a.distance(u,y)<O}function fp(u,y,O,S){S===void 0&&(S=.5),u.origin=S,u.originPoint=a.mix(y.min,y.max,u.origin),u.scale=Yt(O)/Yt(y),(dp(u.scale,1,1e-4)||isNaN(u.scale))&&(u.scale=1),u.translate=a.mix(O.min,O.max,u.origin)-u.originPoint,(dp(u.translate)||isNaN(u.translate))&&(u.translate=0)}function Qn(u,y,O,S){fp(u.x,y.x,O.x,S==null?void 0:S.originX),fp(u.y,y.y,O.y,S==null?void 0:S.originY)}function pp(u,y,O){u.min=O.min+y.min,u.max=u.min+Yt(y)}function OT(u,y,O){pp(u.x,y.x,O.x),pp(u.y,y.y,O.y)}function vp(u,y,O){u.min=y.min-O.min,u.max=u.min+Yt(y)}function eo(u,y,O){vp(u.x,y.x,O.x),vp(u.y,y.y,O.y)}function PT(u,y,O){var S=y.min,k=y.max;return S!==void 0&&u<S?u=O?a.mix(S,u,O.min):Math.max(u,S):k!==void 0&&u>k&&(u=O?a.mix(k,u,O.max):Math.min(u,k)),u}function hp(u,y,O){return{min:y!==void 0?u.min+y:void 0,max:O!==void 0?u.max+O-(u.max-u.min):void 0}}function VT(u,y){var O=y.top,S=y.left,k=y.bottom,D=y.right;return{x:hp(u.x,S,D),y:hp(u.y,O,k)}}function bp(u,y){var O,S=y.min-u.min,k=y.max-u.max;return y.max-y.min<u.max-u.min&&(O=r.__read([k,S],2),S=O[0],k=O[1]),{min:S,max:k}}function ST(u,y){return{x:bp(u.x,y.x),y:bp(u.y,y.y)}}function _T(u,y){var O=.5,S=Yt(u),k=Yt(y);return k>S?O=a.progress(y.min,y.max-S,u.min):S>k&&(O=a.progress(u.min,u.max-k,y.min)),a.clamp(0,1,O)}function LT(u,y){var O={};return y.min!==void 0&&(O.min=y.min-u.min),y.max!==void 0&&(O.max=y.max-u.min),O}var tc=.35;function HT(u){return u===void 0&&(u=tc),u===!1?u=0:u===!0&&(u=tc),{x:mp(u,"left","right"),y:mp(u,"top","bottom")}}function mp(u,y,O){return{min:gp(u,y),max:gp(u,O)}}function gp(u,y){var O;return typeof u=="number"?u:(O=u[y])!==null&&O!==void 0?O:0}var yp=function(){return{translate:0,scale:1,origin:0,originPoint:0}},to=function(){return{x:yp(),y:yp()}},wp=function(){return{min:0,max:0}},F1=function(){return{x:wp(),y:wp()}};function Xt(u){return[u("x"),u("y")]}function xp(u){var y=u.top,O=u.left,S=u.right,k=u.bottom;return{x:{min:O,max:S},y:{min:y,max:k}}}function AT(u){var y=u.x,O=u.y;return{top:O.min,right:y.max,bottom:O.max,left:y.min}}function ET(u,y){if(!y)return u;var O=y({x:u.left,y:u.top}),S=y({x:u.right,y:u.bottom});return{top:O.y,left:O.x,bottom:S.y,right:S.x}}function rc(u){return u===void 0||u===1}function Cp(u){var y=u.scale,O=u.scaleX,S=u.scaleY;return!rc(y)||!rc(O)||!rc(S)}function Pr(u){return Cp(u)||zp(u.x)||zp(u.y)||u.z||u.rotate||u.rotateX||u.rotateY}function zp(u){return u&&u!=="0%"}function Wa(u,y,O){var S=u-O,k=y*S;return O+k}function Mp(u,y,O,S,k){return k!==void 0&&(u=Wa(u,k,S)),Wa(u,O,S)+y}function nc(u,y,O,S,k){y===void 0&&(y=0),O===void 0&&(O=1),u.min=Mp(u.min,y,O,S,k),u.max=Mp(u.max,y,O,S,k)}function Tp(u,y){var O=y.x,S=y.y;nc(u.x,O.translate,O.scale,O.originPoint),nc(u.y,S.translate,S.scale,S.originPoint)}function kT(u,y,O,S){var k,D;S===void 0&&(S=!1);var F=O.length;if(F){y.x=y.y=1;for(var j,Y,Z=0;Z<F;Z++)j=O[Z],Y=j.projectionDelta,((D=(k=j.instance)===null||k===void 0?void 0:k.style)===null||D===void 0?void 0:D.display)!=="contents"&&(S&&j.options.layoutScroll&&j.scroll&&j!==j.root&&F0(u,{x:-j.scroll.x,y:-j.scroll.y}),Y&&(y.x*=Y.x.scale,y.y*=Y.y.scale,Tp(u,Y)),S&&Pr(j.latestValues)&&F0(u,j.latestValues))}}function Vr(u,y){u.min=u.min+y,u.max=u.max+y}function Op(u,y,O){var S=r.__read(O,3),k=S[0],D=S[1],F=S[2],j=y[F]!==void 0?y[F]:.5,Y=a.mix(u.min,u.max,j);nc(u,y[k],y[D],Y,y.scale)}var RT=["x","scaleX","originX"],NT=["y","scaleY","originY"];function F0(u,y){Op(u.x,y,RT),Op(u.y,y,NT)}function Pp(u,y){return xp(ET(u.getBoundingClientRect(),y))}function jT(u,y,O){var S=Pp(u,O),k=y.scroll;return k&&(Vr(S.x,k.x),Vr(S.y,k.y)),S}var $T=new WeakMap,DT=function(){function u(y){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=F1(),this.visualElement=y}return u.prototype.start=function(y,O){var S=this,k=O===void 0?{}:O,D=k.snapToCursor,F=D===void 0?!1:D;if(this.visualElement.isPresent!==!1){var j=function(ue){S.stopAnimation(),F&&S.snapToCursor(A5(ue,"page").point)},Y=function(ue,de){var ve,he=S.getProps(),ye=he.drag,Te=he.dragPropagation,Se=he.onDragStart;ye&&!Te&&(S.openGlobalLock&&S.openGlobalLock(),S.openGlobalLock=W9(ye),!S.openGlobalLock)||(S.isDragging=!0,S.currentDirection=null,S.resolveConstraints(),S.visualElement.projection&&(S.visualElement.projection.isAnimationBlocked=!0,S.visualElement.projection.target=void 0),Xt(function(Ne){var Be,Ye,Qe=S.getAxisMotionValue(Ne).get()||0;if(o.percent.test(Qe)){var f1=(Ye=(Be=S.visualElement.projection)===null||Be===void 0?void 0:Be.layout)===null||Ye===void 0?void 0:Ye.actual[Ne];if(f1){var p1=Yt(f1);Qe=p1*(parseFloat(Qe)/100)}}S.originPoint[Ne]=Qe}),Se==null||Se(ue,de),(ve=S.visualElement.animationState)===null||ve===void 0||ve.setActive(e.AnimationType.Drag,!0))},Z=function(ue,de){var ve=S.getProps(),he=ve.dragPropagation,ye=ve.dragDirectionLock,Te=ve.onDirectionLock,Se=ve.onDrag;if(!(!he&&!S.openGlobalLock)){var Ne=de.offset;if(ye&&S.currentDirection===null){S.currentDirection=FT(Ne),S.currentDirection!==null&&(Te==null||Te(S.currentDirection));return}S.updateAxis("x",de.point,Ne),S.updateAxis("y",de.point,Ne),S.visualElement.syncRender(),Se==null||Se(ue,de)}},ee=function(ue,de){return S.stop(ue,de)};this.panSession=new cp(y,{onSessionStart:j,onStart:Y,onMove:Z,onSessionEnd:ee},{transformPagePoint:this.visualElement.getTransformPagePoint()})}},u.prototype.stop=function(y,O){var S=this.isDragging;if(this.cancel(),!!S){var k=O.velocity;this.startAnimation(k);var D=this.getProps().onDragEnd;D==null||D(y,O)}},u.prototype.cancel=function(){var y,O;this.isDragging=!1,this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!1),(y=this.panSession)===null||y===void 0||y.end(),this.panSession=void 0;var S=this.getProps().dragPropagation;!S&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),(O=this.visualElement.animationState)===null||O===void 0||O.setActive(e.AnimationType.Drag,!1)},u.prototype.updateAxis=function(y,O,S){var k=this.getProps().drag;if(!(!S||!Ua(y,k,this.currentDirection))){var D=this.getAxisMotionValue(y),F=this.originPoint[y]+S[y];this.constraints&&this.constraints[y]&&(F=PT(F,this.constraints[y],this.elastic[y])),D.set(F)}},u.prototype.resolveConstraints=function(){var y=this,O=this.getProps(),S=O.dragConstraints,k=O.dragElastic,D=(this.visualElement.projection||{}).layout,F=this.constraints;S&&oe(S)?this.constraints||(this.constraints=this.resolveRefConstraints()):S&&D?this.constraints=VT(D.actual,S):this.constraints=!1,this.elastic=HT(k),F!==this.constraints&&D&&this.constraints&&!this.hasMutatedConstraints&&Xt(function(j){y.getAxisMotionValue(j)&&(y.constraints[j]=LT(D.actual[j],y.constraints[j]))})},u.prototype.resolveRefConstraints=function(){var y=this.getProps(),O=y.dragConstraints,S=y.onMeasureDragConstraints;if(!O||!oe(O))return!1;var k=O.current;n.invariant(k!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");var D=this.visualElement.projection;if(!D||!D.layout)return!1;var F=jT(k,D.root,this.visualElement.getTransformPagePoint()),j=ST(D.layout.actual,F);if(S){var Y=S(AT(j));this.hasMutatedConstraints=!!Y,Y&&(j=xp(Y))}return j},u.prototype.startAnimation=function(y){var O=this,S=this.getProps(),k=S.drag,D=S.dragMomentum,F=S.dragElastic,j=S.dragTransition,Y=S.dragSnapToOrigin,Z=S.onDragTransitionEnd,ee=this.constraints||{},ue=Xt(function(de){var ve;if(Ua(de,k,O.currentDirection)){var he=(ve=ee==null?void 0:ee[de])!==null&&ve!==void 0?ve:{};Y&&(he={min:0,max:0});var ye=F?200:1e6,Te=F?40:1e7,Se=r.__assign(r.__assign({type:"inertia",velocity:D?y[de]:0,bounceStiffness:ye,bounceDamping:Te,timeConstant:750,restDelta:1,restSpeed:10},j),he);return O.startAxisValueAnimation(de,Se)}});return Promise.all(ue).then(Z)},u.prototype.startAxisValueAnimation=function(y,O){var S=this.getAxisMotionValue(y);return U5(y,S,0,O)},u.prototype.stopAnimation=function(){var y=this;Xt(function(O){return y.getAxisMotionValue(O).stop()})},u.prototype.getAxisMotionValue=function(y){var O,S,k="_drag"+y.toUpperCase(),D=this.visualElement.getProps()[k];return D||this.visualElement.getValue(y,(S=(O=this.visualElement.getProps().initial)===null||O===void 0?void 0:O[y])!==null&&S!==void 0?S:0)},u.prototype.snapToCursor=function(y){var O=this;Xt(function(S){var k=O.getProps().drag;if(Ua(S,k,O.currentDirection)){var D=O.visualElement.projection,F=O.getAxisMotionValue(S);if(D&&D.layout){var j=D.layout.actual[S],Y=j.min,Z=j.max;F.set(y[S]-a.mix(Y,Z,.5))}}})},u.prototype.scalePositionWithinConstraints=function(){var y=this,O,S=this.getProps(),k=S.drag,D=S.dragConstraints,F=this.visualElement.projection;if(!(!oe(D)||!F||!this.constraints)){this.stopAnimation();var j={x:0,y:0};Xt(function(Z){var ee=y.getAxisMotionValue(Z);if(ee){var ue=ee.get();j[Z]=_T({min:ue,max:ue},y.constraints[Z])}});var Y=this.visualElement.getProps().transformTemplate;this.visualElement.getInstance().style.transform=Y?Y({},""):"none",(O=F.root)===null||O===void 0||O.updateScroll(),F.updateLayout(),this.resolveConstraints(),Xt(function(Z){if(Ua(Z,k,null)){var ee=y.getAxisMotionValue(Z),ue=y.constraints[Z],de=ue.min,ve=ue.max;ee.set(a.mix(de,ve,j[Z]))}})}},u.prototype.addListeners=function(){var y=this,O;$T.set(this.visualElement,this);var S=this.visualElement.getInstance(),k=r0(S,"pointerdown",function(Z){var ee=y.getProps(),ue=ee.drag,de=ee.dragListener,ve=de===void 0?!0:de;ue&&ve&&y.start(Z)}),D=function(){var Z=y.getProps().dragConstraints;oe(Z)&&(y.constraints=y.resolveRefConstraints())},F=this.visualElement.projection,j=F.addEventListener("measure",D);F&&!F.layout&&((O=F.root)===null||O===void 0||O.updateScroll(),F.updateLayout()),D();var Y=e0(window,"resize",function(){return y.scalePositionWithinConstraints()});return F.addEventListener("didUpdate",function(Z){var ee=Z.delta,ue=Z.hasLayoutChanged;y.isDragging&&ue&&(Xt(function(de){var ve=y.getAxisMotionValue(de);ve&&(y.originPoint[de]+=ee[de].translate,ve.set(ve.get()+ee[de].translate))}),y.visualElement.syncRender())}),function(){Y(),k(),j()}},u.prototype.getProps=function(){var y=this.visualElement.getProps(),O=y.drag,S=O===void 0?!1:O,k=y.dragDirectionLock,D=k===void 0?!1:k,F=y.dragPropagation,j=F===void 0?!1:F,Y=y.dragConstraints,Z=Y===void 0?!1:Y,ee=y.dragElastic,ue=ee===void 0?tc:ee,de=y.dragMomentum,ve=de===void 0?!0:de;return r.__assign(r.__assign({},y),{drag:S,dragDirectionLock:D,dragPropagation:j,dragConstraints:Z,dragElastic:ue,dragMomentum:ve})},u}();function Ua(u,y,O){return(y===!0||y===u)&&(O===null||O===u)}function FT(u,y){y===void 0&&(y=10);var O=null;return Math.abs(u.y)>y?O="y":Math.abs(u.x)>y&&(O="x"),O}function IT(u){var y=u.dragControls,O=u.visualElement,S=be(function(){return new DT(O)});t.useEffect(function(){return y&&y.subscribe(S)},[S,y]),t.useEffect(function(){return S.addListeners()},[S])}function WT(u){var y=u.onPan,O=u.onPanStart,S=u.onPanEnd,k=u.onPanSessionStart,D=u.visualElement,F=y||O||S||k,j=t.useRef(null),Y=t.useContext(m).transformPagePoint,Z={onSessionStart:k,onStart:O,onMove:y,onEnd:function(ue,de){j.current=null,S&&S(ue,de)}};t.useEffect(function(){j.current!==null&&j.current.updateHandlers(Z)});function ee(ue){j.current=new cp(ue,Z,{transformPagePoint:Y})}Na(D,"pointerdown",F&&ee),ja(function(){return j.current&&j.current.end()})}var Vp={pan:Or(WT),drag:Or(IT)},Ga=["LayoutMeasure","BeforeLayoutMeasure","LayoutUpdate","ViewportBoxUpdate","Update","Render","AnimationComplete","LayoutAnimationComplete","AnimationStart","LayoutAnimationStart","SetAxisTarget","Unmount"];function UT(){var u=Ga.map(function(){return new Zn}),y={},O={clearAllListeners:function(){return u.forEach(function(S){return S.clear()})},updatePropListeners:function(S){Ga.forEach(function(k){var D,F="on"+k,j=S[F];(D=y[k])===null||D===void 0||D.call(y),j&&(y[k]=O[F](j))})}};return u.forEach(function(S,k){O["on"+Ga[k]]=function(D){return S.add(D)},O["notify"+Ga[k]]=function(){for(var D=[],F=0;F<arguments.length;F++)D[F]=arguments[F];return S.notify.apply(S,r.__spreadArray([],r.__read(D),!1))}}),O}function GT(u,y,O){var S;for(var k in y){var D=y[k],F=O[k];if(b1(D))u.addValue(k,D),process.env.NODE_ENV==="development"&&$a(D.version==="6.5.1","Attempting to mix Framer Motion versions ".concat(D.version," with 6.5.1 may not work as expected."));else if(b1(F))u.addValue(k,Lt(D));else if(F!==D)if(u.hasValue(k)){var j=u.getValue(k);!j.hasAnimated&&j.set(D)}else u.addValue(k,Lt((S=u.getStaticValue(k))!==null&&S!==void 0?S:D))}for(var k in O)y[k]===void 0&&u.removeValue(k);return y}var qa=function(u){var y=u.treeType,O=y===void 0?"":y,S=u.build,k=u.getBaseTarget,D=u.makeTargetAnimatable,F=u.measureViewportBox,j=u.render,Y=u.readValueFromInstance,Z=u.removeValueFromRenderState,ee=u.sortNodePosition,ue=u.scrapeMotionValuesFromProps;return function(de,ve){var he=de.parent,ye=de.props,Te=de.presenceId,Se=de.blockInitialAnimation,Ne=de.visualState,Be=de.shouldReduceMotion;ve===void 0&&(ve={});var Ye=!1,Qe=Ne.latestValues,f1=Ne.renderState,p1,t1=UT(),i1=new Map,M1=new Map,Ht={},J1=r.__assign({},Qe),pt;function _r(){!p1||!Ye||(Lr(),j(p1,f1,ye.style,d1.projection))}function Lr(){S(d1,f1,Qe,ve,ye)}function Hr(){t1.notifyUpdate(Qe)}function At(_e,Ge){var Q1=Ge.onChange(function(Za){Qe[_e]=Za,ye.onUpdate&&T.default.update(Hr,!1,!0)}),oo=Ge.onRenderRequest(d1.scheduleRender);M1.set(_e,function(){Q1(),oo()})}var no=ue(ye);for(var W0 in no){var Xa=no[W0];Qe[W0]!==void 0&&b1(Xa)&&Xa.set(Qe[W0],!1)}var U0=q(ye),at=ie(ye),d1=r.__assign(r.__assign({treeType:O,current:null,depth:he?he.depth+1:0,parent:he,children:new Set,presenceId:Te,shouldReduceMotion:Be,variantChildren:at?new Set:void 0,isVisible:void 0,manuallyAnimateOnMount:!!(he!=null&&he.isMounted()),blockInitialAnimation:Se,isMounted:function(){return!!p1},mount:function(_e){Ye=!0,p1=d1.current=_e,d1.projection&&d1.projection.mount(_e),at&&he&&!U0&&(pt=he==null?void 0:he.addVariantChild(d1)),i1.forEach(function(Ge,Q1){return At(Q1,Ge)}),he==null||he.children.add(d1),d1.setProps(ye)},unmount:function(){var _e;(_e=d1.projection)===null||_e===void 0||_e.unmount(),i.cancelSync.update(Hr),i.cancelSync.render(_r),M1.forEach(function(Ge){return Ge()}),pt==null||pt(),he==null||he.children.delete(d1),t1.clearAllListeners(),p1=void 0,Ye=!1},addVariantChild:function(_e){var Ge,Q1=d1.getClosestVariantNode();if(Q1)return(Ge=Q1.variantChildren)===null||Ge===void 0||Ge.add(_e),function(){return Q1.variantChildren.delete(_e)}},sortNodePosition:function(_e){return!ee||O!==_e.treeType?0:ee(d1.getInstance(),_e.getInstance())},getClosestVariantNode:function(){return at?d1:he==null?void 0:he.getClosestVariantNode()},getLayoutId:function(){return ye.layoutId},getInstance:function(){return p1},getStaticValue:function(_e){return Qe[_e]},setStaticValue:function(_e,Ge){return Qe[_e]=Ge},getLatestValues:function(){return Qe},setVisibility:function(_e){d1.isVisible!==_e&&(d1.isVisible=_e,d1.scheduleRender())},makeTargetAnimatable:function(_e,Ge){return Ge===void 0&&(Ge=!0),D(d1,_e,ye,Ge)},measureViewportBox:function(){return F(p1,ye)},addValue:function(_e,Ge){d1.hasValue(_e)&&d1.removeValue(_e),i1.set(_e,Ge),Qe[_e]=Ge.get(),At(_e,Ge)},removeValue:function(_e){var Ge;i1.delete(_e),(Ge=M1.get(_e))===null||Ge===void 0||Ge(),M1.delete(_e),delete Qe[_e],Z(_e,f1)},hasValue:function(_e){return i1.has(_e)},getValue:function(_e,Ge){var Q1=i1.get(_e);return Q1===void 0&&Ge!==void 0&&(Q1=Lt(Ge),d1.addValue(_e,Q1)),Q1},forEachValue:function(_e){return i1.forEach(_e)},readValue:function(_e){var Ge;return(Ge=Qe[_e])!==null&&Ge!==void 0?Ge:Y(p1,_e,ve)},setBaseTarget:function(_e,Ge){J1[_e]=Ge},getBaseTarget:function(_e){if(k){var Ge=k(ye,_e);if(Ge!==void 0&&!b1(Ge))return Ge}return J1[_e]}},t1),{build:function(){return Lr(),f1},scheduleRender:function(){T.default.render(_r,!1,!0)},syncRender:_r,setProps:function(_e){(_e.transformTemplate||ye.transformTemplate)&&d1.scheduleRender(),ye=_e,t1.updatePropListeners(_e),Ht=GT(d1,ue(ye),Ht)},getProps:function(){return ye},getVariant:function(_e){var Ge;return(Ge=ye.variants)===null||Ge===void 0?void 0:Ge[_e]},getDefaultTransition:function(){return ye.transition},getTransformPagePoint:function(){return ye.transformPagePoint},getVariantContext:function(_e){if(_e===void 0&&(_e=!1),_e)return he==null?void 0:he.getVariantContext();if(!U0){var Ge=(he==null?void 0:he.getVariantContext())||{};return ye.initial!==void 0&&(Ge.initial=ye.initial),Ge}for(var Q1={},oo=0;oo<qT;oo++){var Za=Sp[oo],pc=ye[Za];(B(pc)||pc===!1)&&(Q1[Za]=pc)}return Q1}});return d1}},Sp=r.__spreadArray(["initial"],r.__read(Z5),!1),qT=Sp.length;function oc(u){return typeof u=="string"&&u.startsWith("var(--")}var _p=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function BT(u){var y=_p.exec(u);if(!y)return[,];var O=r.__read(y,3),S=O[1],k=O[2];return[S,k]}var KT=4;function ac(u,y,O){O===void 0&&(O=1),n.invariant(O<=KT,'Max CSS variable fallback depth detected in property "'.concat(u,'". This may indicate a circular fallback dependency.'));var S=r.__read(BT(u),2),k=S[0],D=S[1];if(k){var F=window.getComputedStyle(y).getPropertyValue(k);return F?F.trim():oc(D)?ac(D,y,O+1):D}}function YT(u,y,O){var S,k=r.__rest(y,[]),D=u.getInstance();if(!(D instanceof Element))return{target:k,transitionEnd:O};O&&(O=r.__assign({},O)),u.forEachValue(function(Z){var ee=Z.get();if(oc(ee)){var ue=ac(ee,D);ue&&Z.set(ue)}});for(var F in k){var j=k[F];if(oc(j)){var Y=ac(j,D);Y&&(k[F]=Y,O&&((S=O[F])!==null&&S!==void 0||(O[F]=j)))}}return{target:k,transitionEnd:O}}var XT=new Set(["width","height","top","left","right","bottom","x","y"]),Lp=function(u){return XT.has(u)},ZT=function(u){return Object.keys(u).some(Lp)},Hp=function(u,y){u.set(y,!1),u.set(y)},Ba=function(u){return u===o.number||u===o.px},Ap;(function(u){u.width="width",u.height="height",u.left="left",u.right="right",u.top="top",u.bottom="bottom"})(Ap||(Ap={}));var Ep=function(u,y){return parseFloat(u.split(", ")[y])},kp=function(u,y){return function(O,S){var k=S.transform;if(k==="none"||!k)return 0;var D=k.match(/^matrix3d\((.+)\)$/);if(D)return Ep(D[1],y);var F=k.match(/^matrix\((.+)\)$/);return F?Ep(F[1],u):0}},JT=new Set(["x","y","z"]),QT=o1.filter(function(u){return!JT.has(u)});function eO(u){var y=[];return QT.forEach(function(O){var S=u.getValue(O);S!==void 0&&(y.push([O,S.get()]),S.set(O.startsWith("scale")?1:0))}),y.length&&u.syncRender(),y}var Rp={width:function(u,y){var O=u.x,S=y.paddingLeft,k=S===void 0?"0":S,D=y.paddingRight,F=D===void 0?"0":D;return O.max-O.min-parseFloat(k)-parseFloat(F)},height:function(u,y){var O=u.y,S=y.paddingTop,k=S===void 0?"0":S,D=y.paddingBottom,F=D===void 0?"0":D;return O.max-O.min-parseFloat(k)-parseFloat(F)},top:function(u,y){var O=y.top;return parseFloat(O)},left:function(u,y){var O=y.left;return parseFloat(O)},bottom:function(u,y){var O=u.y,S=y.top;return parseFloat(S)+(O.max-O.min)},right:function(u,y){var O=u.x,S=y.left;return parseFloat(S)+(O.max-O.min)},x:kp(4,13),y:kp(5,14)},tO=function(u,y,O){var S=y.measureViewportBox(),k=y.getInstance(),D=getComputedStyle(k),F=D.display,j={};F==="none"&&y.setStaticValue("display",u.display||"block"),O.forEach(function(Z){j[Z]=Rp[Z](S,D)}),y.syncRender();var Y=y.measureViewportBox();return O.forEach(function(Z){var ee=y.getValue(Z);Hp(ee,j[Z]),u[Z]=Rp[Z](Y,D)}),u},rO=function(u,y,O,S){O===void 0&&(O={}),S===void 0&&(S={}),y=r.__assign({},y),S=r.__assign({},S);var k=Object.keys(y).filter(Lp),D=[],F=!1,j=[];if(k.forEach(function(ee){var ue=u.getValue(ee);if(u.hasValue(ee)){var de=O[ee],ve=Jn(de),he=y[ee],ye;if(Jr(he)){var Te=he.length,Se=he[0]===null?1:0;de=he[Se],ve=Jn(de);for(var Ne=Se;Ne<Te;Ne++)ye?n.invariant(Jn(he[Ne])===ye,"All keyframes must be of the same type"):(ye=Jn(he[Ne]),n.invariant(ye===ve||Ba(ve)&&Ba(ye),"Keyframes must be of the same dimension as the current value"))}else ye=Jn(he);if(ve!==ye)if(Ba(ve)&&Ba(ye)){var Be=ue.get();typeof Be=="string"&&ue.set(parseFloat(Be)),typeof he=="string"?y[ee]=parseFloat(he):Array.isArray(he)&&ye===o.px&&(y[ee]=he.map(parseFloat))}else ve!=null&&ve.transform&&(ye!=null&&ye.transform)&&(de===0||he===0)?de===0?ue.set(ye.transform(de)):y[ee]=ve.transform(he):(F||(D=eO(u),F=!0),j.push(ee),S[ee]=S[ee]!==void 0?S[ee]:y[ee],Hp(ue,he))}}),j.length){var Y=j.indexOf("height")>=0?window.pageYOffset:null,Z=tO(y,u,j);return D.length&&D.forEach(function(ee){var ue=r.__read(ee,2),de=ue[0],ve=ue[1];u.getValue(de).set(ve)}),u.syncRender(),Y!==null&&window.scrollTo({top:Y}),{target:Z,transitionEnd:S}}else return{target:y,transitionEnd:S}};function nO(u,y,O,S){return ZT(y)?rO(u,y,O,S):{target:y,transitionEnd:S}}var oO=function(u,y,O,S){var k=YT(u,y,S);return y=k.target,S=k.transitionEnd,nO(u,y,O,S)};function aO(u){return window.getComputedStyle(u)}var Np={treeType:"dom",readValueFromInstance:function(u,y){if(l1(y)){var O=D5(y);return O&&O.default||0}else{var S=aO(u);return(Pt(y)?S.getPropertyValue(y):S[y])||0}},sortNodePosition:function(u,y){return u.compareDocumentPosition(y)&2?1:-1},getBaseTarget:function(u,y){var O;return(O=u.style)===null||O===void 0?void 0:O[y]},measureViewportBox:function(u,y){var O=y.transformPagePoint;return Pp(u,O)},resetTransform:function(u,y,O){var S=O.transformTemplate;y.style.transform=S?S({},""):"none",u.scheduleRender()},restoreTransform:function(u,y){u.style.transform=y.style.transform},removeValueFromRenderState:function(u,y){var O=y.vars,S=y.style;delete O[u],delete S[u]},makeTargetAnimatable:function(u,y,O,S){var k=O.transformValues;S===void 0&&(S=!0);var D=y.transition,F=y.transitionEnd,j=r.__rest(y,["transition","transitionEnd"]),Y=ip(j,D||{},u);if(k&&(F&&(F=k(F)),j&&(j=k(j)),Y&&(Y=k(Y))),S){Y5(u,j,Y);var Z=oO(u,j,Y,F);F=Z.transitionEnd,j=Z.target}return r.__assign({transition:D,transitionEnd:F},j)},scrapeMotionValuesFromProps:_t,build:function(u,y,O,S,k){u.isVisible!==void 0&&(y.style.visibility=u.isVisible?"visible":"hidden"),X1(y,O,S,k.transformTemplate)},render:m1},iO=qa(Np),lO=qa(r.__assign(r.__assign({},Np),{getBaseTarget:function(u,y){return u[y]},readValueFromInstance:function(u,y){var O;return l1(y)?((O=D5(y))===null||O===void 0?void 0:O.default)||0:(y=g1.has(y)?y:E1(y),u.getAttribute(y))},scrapeMotionValuesFromProps:Mr,build:function(u,y,O,S,k){Ve(y,O,S,k.transformTemplate)},render:D1})),ic=function(u,y){return Ke(u)?lO(y,{enableHardwareAcceleration:!1}):iO(y,{enableHardwareAcceleration:!0})};function jp(u,y){return y.max===y.min?0:u/(y.max-y.min)*100}var ro={correct:function(u,y){if(!y.target)return u;if(typeof u=="string")if(o.px.test(u))u=parseFloat(u);else return u;var O=jp(u,y.target.x),S=jp(u,y.target.y);return"".concat(O,"% ").concat(S,"%")}},$p="_$css",cO={correct:function(u,y){var O=y.treeScale,S=y.projectionDelta,k=u,D=u.includes("var("),F=[];D&&(u=u.replace(_p,function(ye){return F.push(ye),$p}));var j=o.complex.parse(u);if(j.length>5)return k;var Y=o.complex.createTransformer(u),Z=typeof j[0]!="number"?1:0,ee=S.x.scale*O.x,ue=S.y.scale*O.y;j[0+Z]/=ee,j[1+Z]/=ue;var de=a.mix(ee,ue,.5);typeof j[2+Z]=="number"&&(j[2+Z]/=de),typeof j[3+Z]=="number"&&(j[3+Z]/=de);var ve=Y(j);if(D){var he=0;ve=ve.replace($p,function(){var ye=F[he];return he++,ye})}return ve}},sO=function(u){r.__extends(y,u);function y(){return u!==null&&u.apply(this,arguments)||this}return y.prototype.componentDidMount=function(){var O=this,S=this.props,k=S.visualElement,D=S.layoutGroup,F=S.switchLayoutGroup,j=S.layoutId,Y=k.projection;Fe(dO),Y&&(D!=null&&D.group&&D.group.add(Y),F!=null&&F.register&&j&&F.register(Y),Y.root.didUpdate(),Y.addEventListener("animationComplete",function(){O.safeToRemove()}),Y.setOptions(r.__assign(r.__assign({},Y.options),{onExitComplete:function(){return O.safeToRemove()}}))),me.hasEverUpdated=!0},y.prototype.getSnapshotBeforeUpdate=function(O){var S=this,k=this.props,D=k.layoutDependency,F=k.visualElement,j=k.drag,Y=k.isPresent,Z=F.projection;return Z&&(Z.isPresent=Y,j||O.layoutDependency!==D||D===void 0?Z.willUpdate():this.safeToRemove(),O.isPresent!==Y&&(Y?Z.promote():Z.relegate()||T.default.postRender(function(){var ee;!((ee=Z.getStack())===null||ee===void 0)&&ee.members.length||S.safeToRemove()}))),null},y.prototype.componentDidUpdate=function(){var O=this.props.visualElement.projection;O&&(O.root.didUpdate(),!O.currentAnimation&&O.isLead()&&this.safeToRemove())},y.prototype.componentWillUnmount=function(){var O=this.props,S=O.visualElement,k=O.layoutGroup,D=O.switchLayoutGroup,F=S.projection;F&&(F.scheduleCheckAfterUnmount(),k!=null&&k.group&&k.group.remove(F),D!=null&&D.deregister&&D.deregister(F))},y.prototype.safeToRemove=function(){var O=this.props.safeToRemove;O==null||O()},y.prototype.render=function(){return null},y}(M.default.Component);function uO(u){var y=r.__read(j5(),2),O=y[0],S=y[1],k=t.useContext(se);return M.default.createElement(sO,r.__assign({},u,{layoutGroup:k,switchLayoutGroup:t.useContext(we),isPresent:O,safeToRemove:S}))}var dO={borderRadius:r.__assign(r.__assign({},ro),{applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]}),borderTopLeftRadius:ro,borderTopRightRadius:ro,borderBottomLeftRadius:ro,borderBottomRightRadius:ro,boxShadow:cO},Dp={measureLayout:uO};function Fp(u,y,O){O===void 0&&(O={});var S=b1(u)?u:Lt(u);return U5("",S,y,O),{stop:function(){return S.stop()},isAnimating:function(){return S.isAnimating()}}}var Ip=["TopLeft","TopRight","BottomLeft","BottomRight"],fO=Ip.length,Wp=function(u){return typeof u=="string"?parseFloat(u):u},Up=function(u){return typeof u=="number"||o.px.test(u)};function pO(u,y,O,S,k,D){var F,j,Y,Z;k?(u.opacity=a.mix(0,(F=O.opacity)!==null&&F!==void 0?F:1,vO(S)),u.opacityExit=a.mix((j=y.opacity)!==null&&j!==void 0?j:1,0,hO(S))):D&&(u.opacity=a.mix((Y=y.opacity)!==null&&Y!==void 0?Y:1,(Z=O.opacity)!==null&&Z!==void 0?Z:1,S));for(var ee=0;ee<fO;ee++){var ue="border".concat(Ip[ee],"Radius"),de=Gp(y,ue),ve=Gp(O,ue);if(!(de===void 0&&ve===void 0)){de||(de=0),ve||(ve=0);var he=de===0||ve===0||Up(de)===Up(ve);he?(u[ue]=Math.max(a.mix(Wp(de),Wp(ve),S),0),(o.percent.test(ve)||o.percent.test(de))&&(u[ue]+="%")):u[ue]=ve}}(y.rotate||O.rotate)&&(u.rotate=a.mix(y.rotate||0,O.rotate||0,S))}function Gp(u,y){var O;return(O=u[y])!==null&&O!==void 0?O:u.borderRadius}var vO=qp(0,.5,a.circOut),hO=qp(.5,.95,a.linear);function qp(u,y,O){return function(S){return S<u?0:S>y?1:O(a.progress(u,y,S))}}function Bp(u,y){u.min=y.min,u.max=y.max}function jt(u,y){Bp(u.x,y.x),Bp(u.y,y.y)}function Kp(u,y,O,S,k){return u-=y,u=Wa(u,1/O,S),k!==void 0&&(u=Wa(u,1/k,S)),u}function bO(u,y,O,S,k,D,F){if(y===void 0&&(y=0),O===void 0&&(O=1),S===void 0&&(S=.5),D===void 0&&(D=u),F===void 0&&(F=u),o.percent.test(y)){y=parseFloat(y);var j=a.mix(F.min,F.max,y/100);y=j-F.min}if(typeof y=="number"){var Y=a.mix(D.min,D.max,S);u===D&&(Y-=y),u.min=Kp(u.min,y,O,Y,k),u.max=Kp(u.max,y,O,Y,k)}}function Yp(u,y,O,S,k){var D=r.__read(O,3),F=D[0],j=D[1],Y=D[2];bO(u,y[F],y[j],y[Y],y.scale,S,k)}var mO=["x","scaleX","originX"],gO=["y","scaleY","originY"];function Xp(u,y,O,S){Yp(u.x,y,mO,O==null?void 0:O.x,S==null?void 0:S.x),Yp(u.y,y,gO,O==null?void 0:O.y,S==null?void 0:S.y)}function Zp(u){return u.translate===0&&u.scale===1}function Jp(u){return Zp(u.x)&&Zp(u.y)}function Qp(u,y){return u.x.min===y.x.min&&u.x.max===y.x.max&&u.y.min===y.y.min&&u.y.max===y.y.max}var yO=function(){function u(){this.members=[]}return u.prototype.add=function(y){G5(this.members,y),y.scheduleRender()},u.prototype.remove=function(y){if(q5(this.members,y),y===this.prevLead&&(this.prevLead=void 0),y===this.lead){var O=this.members[this.members.length-1];O&&this.promote(O)}},u.prototype.relegate=function(y){var O=this.members.findIndex(function(F){return y===F});if(O===0)return!1;for(var S,k=O;k>=0;k--){var D=this.members[k];if(D.isPresent!==!1){S=D;break}}return S?(this.promote(S),!0):!1},u.prototype.promote=function(y,O){var S,k=this.lead;if(y!==k&&(this.prevLead=k,this.lead=y,y.show(),k)){k.instance&&k.scheduleRender(),y.scheduleRender(),y.resumeFrom=k,O&&(y.resumeFrom.preserveOpacity=!0),k.snapshot&&(y.snapshot=k.snapshot,y.snapshot.latestValues=k.animationValues||k.latestValues,y.snapshot.isShared=!0),!((S=y.root)===null||S===void 0)&&S.isUpdating&&(y.isLayoutDirty=!0);var D=y.options.crossfade;D===!1&&k.hide()}},u.prototype.exitAnimationComplete=function(){this.members.forEach(function(y){var O,S,k,D,F;(S=(O=y.options).onExitComplete)===null||S===void 0||S.call(O),(F=(k=y.resumingFrom)===null||k===void 0?void 0:(D=k.options).onExitComplete)===null||F===void 0||F.call(D)})},u.prototype.scheduleRender=function(){this.members.forEach(function(y){y.instance&&y.scheduleRender(!1)})},u.prototype.removeLeadSnapshot=function(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)},u}(),wO="translate3d(0px, 0px, 0) scale(1, 1) scale(1, 1)";function e7(u,y,O){var S=u.x.translate/y.x,k=u.y.translate/y.y,D="translate3d(".concat(S,"px, ").concat(k,"px, 0) ");if(D+="scale(".concat(1/y.x,", ").concat(1/y.y,") "),O){var F=O.rotate,j=O.rotateX,Y=O.rotateY;F&&(D+="rotate(".concat(F,"deg) ")),j&&(D+="rotateX(".concat(j,"deg) ")),Y&&(D+="rotateY(".concat(Y,"deg) "))}var Z=u.x.scale*y.x,ee=u.y.scale*y.y;return D+="scale(".concat(Z,", ").concat(ee,")"),D===wO?"none":D}var xO=function(u,y){return u.depth-y.depth},t7=function(){function u(){this.children=[],this.isDirty=!1}return u.prototype.add=function(y){G5(this.children,y),this.isDirty=!0},u.prototype.remove=function(y){q5(this.children,y),this.isDirty=!0},u.prototype.forEach=function(y){this.isDirty&&this.children.sort(xO),this.isDirty=!1,this.children.forEach(y)},u}(),r7=1e3;function n7(u){var y=u.attachResizeListener,O=u.defaultParent,S=u.measureScroll,k=u.checkIsScrollRoot,D=u.resetTransform;return function(){function F(j,Y,Z){var ee=this;Y===void 0&&(Y={}),Z===void 0&&(Z=O==null?void 0:O()),this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.potentialNodes=new Map,this.checkUpdateFailed=function(){ee.isUpdating&&(ee.isUpdating=!1,ee.clearAllSnapshots())},this.updateProjection=function(){ee.nodes.forEach(PO),ee.nodes.forEach(VO)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.id=j,this.latestValues=Y,this.root=Z?Z.root||Z:this,this.path=Z?r.__spreadArray(r.__spreadArray([],r.__read(Z.path),!1),[Z],!1):[],this.parent=Z,this.depth=Z?Z.depth+1:0,j&&this.root.registerPotentialNode(j,this);for(var ue=0;ue<this.path.length;ue++)this.path[ue].shouldResetTransform=!0;this.root===this&&(this.nodes=new t7)}return F.prototype.addEventListener=function(j,Y){return this.eventHandlers.has(j)||this.eventHandlers.set(j,new Zn),this.eventHandlers.get(j).add(Y)},F.prototype.notifyListeners=function(j){for(var Y=[],Z=1;Z<arguments.length;Z++)Y[Z-1]=arguments[Z];var ee=this.eventHandlers.get(j);ee==null||ee.notify.apply(ee,r.__spreadArray([],r.__read(Y),!1))},F.prototype.hasListeners=function(j){return this.eventHandlers.has(j)},F.prototype.registerPotentialNode=function(j,Y){this.potentialNodes.set(j,Y)},F.prototype.mount=function(j,Y){var Z=this,ee;if(Y===void 0&&(Y=!1),!this.instance){this.isSVG=j instanceof SVGElement&&j.tagName!=="svg",this.instance=j;var ue=this.options,de=ue.layoutId,ve=ue.layout,he=ue.visualElement;if(he&&!he.getInstance()&&he.mount(j),this.root.nodes.add(this),(ee=this.parent)===null||ee===void 0||ee.children.add(this),this.id&&this.root.potentialNodes.delete(this.id),Y&&(ve||de)&&(this.isLayoutDirty=!0),y){var ye,Te=function(){return Z.root.updateBlockedByResize=!1};y(j,function(){Z.root.updateBlockedByResize=!0,clearTimeout(ye),ye=window.setTimeout(Te,250),me.hasAnimatedSinceResize&&(me.hasAnimatedSinceResize=!1,Z.nodes.forEach(OO))})}de&&this.root.registerSharedNode(de,this),this.options.animate!==!1&&he&&(de||ve)&&this.addEventListener("didUpdate",function(Se){var Ne,Be,Ye,Qe,f1,p1=Se.delta,t1=Se.hasLayoutChanged,i1=Se.hasRelativeTargetChanged,M1=Se.layout;if(Z.isTreeAnimationBlocked()){Z.target=void 0,Z.relativeTarget=void 0;return}var Ht=(Be=(Ne=Z.options.transition)!==null&&Ne!==void 0?Ne:he.getDefaultTransition())!==null&&Be!==void 0?Be:AO,J1=he.getProps(),pt=J1.onLayoutAnimationStart,_r=J1.onLayoutAnimationComplete,Lr=!Z.targetLayout||!Qp(Z.targetLayout,M1)||i1,Hr=!t1&&i1;if(!((Ye=Z.resumeFrom)===null||Ye===void 0)&&Ye.instance||Hr||t1&&(Lr||!Z.currentAnimation)){Z.resumeFrom&&(Z.resumingFrom=Z.resumeFrom,Z.resumingFrom.resumingFrom=void 0),Z.setAnimationOrigin(p1,Hr);var At=r.__assign(r.__assign({},W5(Ht,"layout")),{onPlay:pt,onComplete:_r});he.shouldReduceMotion&&(At.delay=0,At.type=!1),Z.startAnimation(At)}else!t1&&Z.animationProgress===0&&Z.finishAnimation(),Z.isLead()&&((f1=(Qe=Z.options).onExitComplete)===null||f1===void 0||f1.call(Qe));Z.targetLayout=M1})}},F.prototype.unmount=function(){var j,Y;this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this),(j=this.getStack())===null||j===void 0||j.remove(this),(Y=this.parent)===null||Y===void 0||Y.children.delete(this),this.instance=void 0,i.cancelSync.preRender(this.updateProjection)},F.prototype.blockUpdate=function(){this.updateManuallyBlocked=!0},F.prototype.unblockUpdate=function(){this.updateManuallyBlocked=!1},F.prototype.isUpdateBlocked=function(){return this.updateManuallyBlocked||this.updateBlockedByResize},F.prototype.isTreeAnimationBlocked=function(){var j;return this.isAnimationBlocked||((j=this.parent)===null||j===void 0?void 0:j.isTreeAnimationBlocked())||!1},F.prototype.startUpdate=function(){var j;this.isUpdateBlocked()||(this.isUpdating=!0,(j=this.nodes)===null||j===void 0||j.forEach(SO))},F.prototype.willUpdate=function(j){var Y,Z,ee;if(j===void 0&&(j=!0),this.root.isUpdateBlocked()){(Z=(Y=this.options).onExitComplete)===null||Z===void 0||Z.call(Y);return}if(!this.root.isUpdating&&this.root.startUpdate(),!this.isLayoutDirty){this.isLayoutDirty=!0;for(var ue=0;ue<this.path.length;ue++){var de=this.path[ue];de.shouldResetTransform=!0,de.updateScroll()}var ve=this.options,he=ve.layoutId,ye=ve.layout;if(!(he===void 0&&!ye)){var Te=(ee=this.options.visualElement)===null||ee===void 0?void 0:ee.getProps().transformTemplate;this.prevTransformTemplateValue=Te==null?void 0:Te(this.latestValues,""),this.updateSnapshot(),j&&this.notifyListeners("willUpdate")}}},F.prototype.didUpdate=function(){var j=this.isUpdateBlocked();if(j){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(o7);return}this.isUpdating&&(this.isUpdating=!1,this.potentialNodes.size&&(this.potentialNodes.forEach(EO),this.potentialNodes.clear()),this.nodes.forEach(TO),this.nodes.forEach(CO),this.nodes.forEach(zO),this.clearAllSnapshots(),i.flushSync.update(),i.flushSync.preRender(),i.flushSync.render())},F.prototype.clearAllSnapshots=function(){this.nodes.forEach(MO),this.sharedNodes.forEach(_O)},F.prototype.scheduleUpdateProjection=function(){T.default.preRender(this.updateProjection,!1,!0)},F.prototype.scheduleCheckAfterUnmount=function(){var j=this;T.default.postRender(function(){j.isLayoutDirty?j.root.didUpdate():j.root.checkUpdateFailed()})},F.prototype.updateSnapshot=function(){if(!(this.snapshot||!this.instance)){var j=this.measure(),Y=this.removeTransform(this.removeElementScroll(j));c7(Y),this.snapshot={measured:j,layout:Y,latestValues:{}}}},F.prototype.updateLayout=function(){var j;if(this.instance&&(this.updateScroll(),!(!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))){if(this.resumeFrom&&!this.resumeFrom.instance)for(var Y=0;Y<this.path.length;Y++){var Z=this.path[Y];Z.updateScroll()}var ee=this.measure();c7(ee);var ue=this.layout;this.layout={measured:ee,actual:this.removeElementScroll(ee)},this.layoutCorrected=F1(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.actual),(j=this.options.visualElement)===null||j===void 0||j.notifyLayoutMeasure(this.layout.actual,ue==null?void 0:ue.actual)}},F.prototype.updateScroll=function(){this.options.layoutScroll&&this.instance&&(this.isScrollRoot=k(this.instance),this.scroll=S(this.instance))},F.prototype.resetTransform=function(){var j;if(D){var Y=this.isLayoutDirty||this.shouldResetTransform,Z=this.projectionDelta&&!Jp(this.projectionDelta),ee=(j=this.options.visualElement)===null||j===void 0?void 0:j.getProps().transformTemplate,ue=ee==null?void 0:ee(this.latestValues,""),de=ue!==this.prevTransformTemplateValue;Y&&(Z||Pr(this.latestValues)||de)&&(D(this.instance,ue),this.shouldResetTransform=!1,this.scheduleRender())}},F.prototype.measure=function(){var j=this.options.visualElement;if(!j)return F1();var Y=j.measureViewportBox(),Z=this.root.scroll;return Z&&(Vr(Y.x,Z.x),Vr(Y.y,Z.y)),Y},F.prototype.removeElementScroll=function(j){var Y=F1();jt(Y,j);for(var Z=0;Z<this.path.length;Z++){var ee=this.path[Z],ue=ee.scroll,de=ee.options,ve=ee.isScrollRoot;if(ee!==this.root&&ue&&de.layoutScroll){if(ve){jt(Y,j);var he=this.root.scroll;he&&(Vr(Y.x,-he.x),Vr(Y.y,-he.y))}Vr(Y.x,ue.x),Vr(Y.y,ue.y)}}return Y},F.prototype.applyTransform=function(j,Y){Y===void 0&&(Y=!1);var Z=F1();jt(Z,j);for(var ee=0;ee<this.path.length;ee++){var ue=this.path[ee];!Y&&ue.options.layoutScroll&&ue.scroll&&ue!==ue.root&&F0(Z,{x:-ue.scroll.x,y:-ue.scroll.y}),Pr(ue.latestValues)&&F0(Z,ue.latestValues)}return Pr(this.latestValues)&&F0(Z,this.latestValues),Z},F.prototype.removeTransform=function(j){var Y,Z=F1();jt(Z,j);for(var ee=0;ee<this.path.length;ee++){var ue=this.path[ee];if(ue.instance&&Pr(ue.latestValues)){Cp(ue.latestValues)&&ue.updateSnapshot();var de=F1(),ve=ue.measure();jt(de,ve),Xp(Z,ue.latestValues,(Y=ue.snapshot)===null||Y===void 0?void 0:Y.layout,de)}}return Pr(this.latestValues)&&Xp(Z,this.latestValues),Z},F.prototype.setTargetDelta=function(j){this.targetDelta=j,this.root.scheduleUpdateProjection()},F.prototype.setOptions=function(j){var Y;this.options=r.__assign(r.__assign(r.__assign({},this.options),j),{crossfade:(Y=j.crossfade)!==null&&Y!==void 0?Y:!0})},F.prototype.clearMeasurements=function(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1},F.prototype.resolveTargetDelta=function(){var j,Y=this.options,Z=Y.layout,ee=Y.layoutId;!this.layout||!(Z||ee)||(!this.targetDelta&&!this.relativeTarget&&(this.relativeParent=this.getClosestProjectingParent(),this.relativeParent&&this.relativeParent.layout&&(this.relativeTarget=F1(),this.relativeTargetOrigin=F1(),eo(this.relativeTargetOrigin,this.layout.actual,this.relativeParent.layout.actual),jt(this.relativeTarget,this.relativeTargetOrigin))),!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=F1(),this.targetWithTransforms=F1()),this.relativeTarget&&this.relativeTargetOrigin&&(!((j=this.relativeParent)===null||j===void 0)&&j.target)?OT(this.target,this.relativeTarget,this.relativeParent.target):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.actual):jt(this.target,this.layout.actual),Tp(this.target,this.targetDelta)):jt(this.target,this.layout.actual),this.attemptToResolveRelativeTarget&&(this.attemptToResolveRelativeTarget=!1,this.relativeParent=this.getClosestProjectingParent(),this.relativeParent&&!!this.relativeParent.resumingFrom==!!this.resumingFrom&&!this.relativeParent.options.layoutScroll&&this.relativeParent.target&&(this.relativeTarget=F1(),this.relativeTargetOrigin=F1(),eo(this.relativeTargetOrigin,this.target,this.relativeParent.target),jt(this.relativeTarget,this.relativeTargetOrigin)))))},F.prototype.getClosestProjectingParent=function(){if(!(!this.parent||Pr(this.parent.latestValues)))return(this.parent.relativeTarget||this.parent.targetDelta)&&this.parent.layout?this.parent:this.parent.getClosestProjectingParent()},F.prototype.calcProjection=function(){var j,Y=this.options,Z=Y.layout,ee=Y.layoutId;if(this.isTreeAnimating=!!(!((j=this.parent)===null||j===void 0)&&j.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!(!this.layout||!(Z||ee))){var ue=this.getLead();jt(this.layoutCorrected,this.layout.actual),kT(this.layoutCorrected,this.treeScale,this.path,!!this.resumingFrom||this!==ue);var de=ue.target;if(de){this.projectionDelta||(this.projectionDelta=to(),this.projectionDeltaWithTransform=to());var ve=this.treeScale.x,he=this.treeScale.y,ye=this.projectionTransform;Qn(this.projectionDelta,this.layoutCorrected,de,this.latestValues),this.projectionTransform=e7(this.projectionDelta,this.treeScale),(this.projectionTransform!==ye||this.treeScale.x!==ve||this.treeScale.y!==he)&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",de))}}},F.prototype.hide=function(){this.isVisible=!1},F.prototype.show=function(){this.isVisible=!0},F.prototype.scheduleRender=function(j){var Y,Z,ee;j===void 0&&(j=!0),(Z=(Y=this.options).scheduleRender)===null||Z===void 0||Z.call(Y),j&&((ee=this.getStack())===null||ee===void 0||ee.scheduleRender()),this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)},F.prototype.setAnimationOrigin=function(j,Y){var Z=this,ee;Y===void 0&&(Y=!1);var ue=this.snapshot,de=(ue==null?void 0:ue.latestValues)||{},ve=r.__assign({},this.latestValues),he=to();this.relativeTarget=this.relativeTargetOrigin=void 0,this.attemptToResolveRelativeTarget=!Y;var ye=F1(),Te=ue==null?void 0:ue.isShared,Se=(((ee=this.getStack())===null||ee===void 0?void 0:ee.members.length)||0)<=1,Ne=!!(Te&&!Se&&this.options.crossfade===!0&&!this.path.some(HO));this.animationProgress=0,this.mixTargetDelta=function(Be){var Ye,Qe=Be/1e3;a7(he.x,j.x,Qe),a7(he.y,j.y,Qe),Z.setTargetDelta(he),Z.relativeTarget&&Z.relativeTargetOrigin&&Z.layout&&(!((Ye=Z.relativeParent)===null||Ye===void 0)&&Ye.layout)&&(eo(ye,Z.layout.actual,Z.relativeParent.layout.actual),LO(Z.relativeTarget,Z.relativeTargetOrigin,ye,Qe)),Te&&(Z.animationValues=ve,pO(ve,de,Z.latestValues,Qe,Ne,Se)),Z.root.scheduleUpdateProjection(),Z.scheduleRender(),Z.animationProgress=Qe},this.mixTargetDelta(0)},F.prototype.startAnimation=function(j){var Y=this,Z,ee;this.notifyListeners("animationStart"),(Z=this.currentAnimation)===null||Z===void 0||Z.stop(),this.resumingFrom&&((ee=this.resumingFrom.currentAnimation)===null||ee===void 0||ee.stop()),this.pendingAnimation&&(i.cancelSync.update(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=T.default.update(function(){me.hasAnimatedSinceResize=!0,Y.currentAnimation=Fp(0,r7,r.__assign(r.__assign({},j),{onUpdate:function(ue){var de;Y.mixTargetDelta(ue),(de=j.onUpdate)===null||de===void 0||de.call(j,ue)},onComplete:function(){var ue;(ue=j.onComplete)===null||ue===void 0||ue.call(j),Y.completeAnimation()}})),Y.resumingFrom&&(Y.resumingFrom.currentAnimation=Y.currentAnimation),Y.pendingAnimation=void 0})},F.prototype.completeAnimation=function(){var j;this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0),(j=this.getStack())===null||j===void 0||j.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")},F.prototype.finishAnimation=function(){var j;this.currentAnimation&&((j=this.mixTargetDelta)===null||j===void 0||j.call(this,r7),this.currentAnimation.stop()),this.completeAnimation()},F.prototype.applyTransformsToTarget=function(){var j=this.getLead(),Y=j.targetWithTransforms,Z=j.target,ee=j.layout,ue=j.latestValues;!Y||!Z||!ee||(jt(Y,Z),F0(Y,ue),Qn(this.projectionDeltaWithTransform,this.layoutCorrected,Y,ue))},F.prototype.registerSharedNode=function(j,Y){var Z,ee,ue;this.sharedNodes.has(j)||this.sharedNodes.set(j,new yO);var de=this.sharedNodes.get(j);de.add(Y),Y.promote({transition:(Z=Y.options.initialPromotionConfig)===null||Z===void 0?void 0:Z.transition,preserveFollowOpacity:(ue=(ee=Y.options.initialPromotionConfig)===null||ee===void 0?void 0:ee.shouldPreserveFollowOpacity)===null||ue===void 0?void 0:ue.call(ee,Y)})},F.prototype.isLead=function(){var j=this.getStack();return j?j.lead===this:!0},F.prototype.getLead=function(){var j,Y=this.options.layoutId;return Y?((j=this.getStack())===null||j===void 0?void 0:j.lead)||this:this},F.prototype.getPrevLead=function(){var j,Y=this.options.layoutId;return Y?(j=this.getStack())===null||j===void 0?void 0:j.prevLead:void 0},F.prototype.getStack=function(){var j=this.options.layoutId;if(j)return this.root.sharedNodes.get(j)},F.prototype.promote=function(j){var Y=j===void 0?{}:j,Z=Y.needsReset,ee=Y.transition,ue=Y.preserveFollowOpacity,de=this.getStack();de&&de.promote(this,ue),Z&&(this.projectionDelta=void 0,this.needsReset=!0),ee&&this.setOptions({transition:ee})},F.prototype.relegate=function(){var j=this.getStack();return j?j.relegate(this):!1},F.prototype.resetRotation=function(){var j=this.options.visualElement;if(j){for(var Y=!1,Z={},ee=0;ee<a1.length;ee++){var ue=a1[ee],de="rotate"+ue;j.getStaticValue(de)&&(Y=!0,Z[de]=j.getStaticValue(de),j.setStaticValue(de,0))}if(Y){j==null||j.syncRender();for(var de in Z)j.setStaticValue(de,Z[de]);j.scheduleRender()}}},F.prototype.getProjectionStyles=function(j){var Y,Z,ee,ue,de,ve;j===void 0&&(j={});var he={};if(!this.instance||this.isSVG)return he;if(this.isVisible)he.visibility="";else return{visibility:"hidden"};var ye=(Y=this.options.visualElement)===null||Y===void 0?void 0:Y.getProps().transformTemplate;if(this.needsReset)return this.needsReset=!1,he.opacity="",he.pointerEvents=Qr(j.pointerEvents)||"",he.transform=ye?ye(this.latestValues,""):"none",he;var Te=this.getLead();if(!this.projectionDelta||!this.layout||!Te.target){var Se={};return this.options.layoutId&&(Se.opacity=(Z=this.latestValues.opacity)!==null&&Z!==void 0?Z:1,Se.pointerEvents=Qr(j.pointerEvents)||""),this.hasProjected&&!Pr(this.latestValues)&&(Se.transform=ye?ye({},""):"none",this.hasProjected=!1),Se}var Ne=Te.animationValues||Te.latestValues;this.applyTransformsToTarget(),he.transform=e7(this.projectionDeltaWithTransform,this.treeScale,Ne),ye&&(he.transform=ye(Ne,he.transform));var Be=this.projectionDelta,Ye=Be.x,Qe=Be.y;he.transformOrigin="".concat(Ye.origin*100,"% ").concat(Qe.origin*100,"% 0"),Te.animationValues?he.opacity=Te===this?(ue=(ee=Ne.opacity)!==null&&ee!==void 0?ee:this.latestValues.opacity)!==null&&ue!==void 0?ue:1:this.preserveOpacity?this.latestValues.opacity:Ne.opacityExit:he.opacity=Te===this?(de=Ne.opacity)!==null&&de!==void 0?de:"":(ve=Ne.opacityExit)!==null&&ve!==void 0?ve:0;for(var f1 in We)if(Ne[f1]!==void 0){var p1=We[f1],t1=p1.correct,i1=p1.applyTo,M1=t1(Ne[f1],Te);if(i1)for(var Ht=i1.length,J1=0;J1<Ht;J1++)he[i1[J1]]=M1;else he[f1]=M1}return this.options.layoutId&&(he.pointerEvents=Te===this?Qr(j.pointerEvents)||"":"none"),he},F.prototype.clearSnapshot=function(){this.resumeFrom=this.snapshot=void 0},F.prototype.resetTree=function(){this.root.nodes.forEach(function(j){var Y;return(Y=j.currentAnimation)===null||Y===void 0?void 0:Y.stop()}),this.root.nodes.forEach(o7),this.root.sharedNodes.clear()},F}()}function CO(u){u.updateLayout()}function zO(u){var y,O,S,k,D=(O=(y=u.resumeFrom)===null||y===void 0?void 0:y.snapshot)!==null&&O!==void 0?O:u.snapshot;if(u.isLead()&&u.layout&&D&&u.hasListeners("didUpdate")){var F=u.layout,j=F.actual,Y=F.measured;u.options.animationType==="size"?Xt(function(Ne){var Be=D.isShared?D.measured[Ne]:D.layout[Ne],Ye=Yt(Be);Be.min=j[Ne].min,Be.max=Be.min+Ye}):u.options.animationType==="position"&&Xt(function(Ne){var Be=D.isShared?D.measured[Ne]:D.layout[Ne],Ye=Yt(j[Ne]);Be.max=Be.min+Ye});var Z=to();Qn(Z,j,D.layout);var ee=to();D.isShared?Qn(ee,u.applyTransform(Y,!0),D.measured):Qn(ee,j,D.layout);var ue=!Jp(Z),de=!1;if(!u.resumeFrom&&(u.relativeParent=u.getClosestProjectingParent(),u.relativeParent&&!u.relativeParent.resumeFrom)){var ve=u.relativeParent,he=ve.snapshot,ye=ve.layout;if(he&&ye){var Te=F1();eo(Te,D.layout,he.layout);var Se=F1();eo(Se,j,ye.actual),Qp(Te,Se)||(de=!0)}}u.notifyListeners("didUpdate",{layout:j,snapshot:D,delta:ee,layoutDelta:Z,hasLayoutChanged:ue,hasRelativeTargetChanged:de})}else u.isLead()&&((k=(S=u.options).onExitComplete)===null||k===void 0||k.call(S));u.options.transition=void 0}function MO(u){u.clearSnapshot()}function o7(u){u.clearMeasurements()}function TO(u){var y=u.options.visualElement;y!=null&&y.getProps().onBeforeLayoutMeasure&&y.notifyBeforeLayoutMeasure(),u.resetTransform()}function OO(u){u.finishAnimation(),u.targetDelta=u.relativeTarget=u.target=void 0}function PO(u){u.resolveTargetDelta()}function VO(u){u.calcProjection()}function SO(u){u.resetRotation()}function _O(u){u.removeLeadSnapshot()}function a7(u,y,O){u.translate=a.mix(y.translate,0,O),u.scale=a.mix(y.scale,1,O),u.origin=y.origin,u.originPoint=y.originPoint}function i7(u,y,O,S){u.min=a.mix(y.min,O.min,S),u.max=a.mix(y.max,O.max,S)}function LO(u,y,O,S){i7(u.x,y.x,O.x,S),i7(u.y,y.y,O.y,S)}function HO(u){return u.animationValues&&u.animationValues.opacityExit!==void 0}var AO={duration:.45,ease:[.4,0,.1,1]};function EO(u,y){for(var O=u.root,S=u.path.length-1;S>=0;S--)if(u.path[S].instance){O=u.path[S];break}var k=O&&O!==u.root?O.instance:document,D=k.querySelector('[data-projection-id="'.concat(y,'"]'));D&&u.mount(D,!0)}function l7(u){u.min=Math.round(u.min),u.max=Math.round(u.max)}function c7(u){l7(u.x),l7(u.y)}var kO=n7({attachResizeListener:function(u,y){return e0(u,"resize",y)},measureScroll:function(){return{x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}},checkIsScrollRoot:function(){return!0}}),a0={current:void 0},lc=n7({measureScroll:function(u){return{x:u.scrollLeft,y:u.scrollTop}},defaultParent:function(){if(!a0.current){var u=new kO(0,{});u.mount(window),u.setOptions({layoutScroll:!0}),a0.current=u}return a0.current},resetTransform:function(u,y){u.style.transform=y??"none"},checkIsScrollRoot:function(u){return window.getComputedStyle(u).position==="fixed"}}),s7=r.__assign(r.__assign(r.__assign(r.__assign({},J5),B9),Vp),Dp),cc=Ee(function(u,y){return Yn(u,y,s7,ic,lc)});function RO(u){return Pe(Yn(u,{forwardMotionProps:!1},s7,ic,lc))}var NO=Ee(Yn);function u7(){var u=t.useRef(!1);return L(function(){return u.current=!0,function(){u.current=!1}},[]),u}function Ka(){var u=u7(),y=r.__read(t.useState(0),2),O=y[0],S=y[1],k=t.useCallback(function(){u.current&&S(O+1)},[O]),D=t.useCallback(function(){return T.default.postRender(k)},[k]);return[D,O]}var sc=function(u){var y=u.children,O=u.initial,S=u.isPresent,k=u.onExitComplete,D=u.custom,F=u.presenceAffectsLayout,j=be(jO),Y=K9(),Z=t.useMemo(function(){return{id:Y,initial:O,isPresent:S,custom:D,onExitComplete:function(ee){var ue,de;j.set(ee,!0);try{for(var ve=r.__values(j.values()),he=ve.next();!he.done;he=ve.next()){var ye=he.value;if(!ye)return}}catch(Te){ue={error:Te}}finally{try{he&&!he.done&&(de=ve.return)&&de.call(ve)}finally{if(ue)throw ue.error}}k==null||k()},register:function(ee){return j.set(ee,!1),function(){return j.delete(ee)}}}},F?void 0:[S]);return t.useMemo(function(){j.forEach(function(ee,ue){return j.set(ue,!1)})},[S]),g.useEffect(function(){!S&&!j.size&&(k==null||k())},[S]),g.createElement(P.Provider,{value:Z},y)};function jO(){return new Map}var I0=function(u){return u.key||""};function $O(u,y){u.forEach(function(O){var S=I0(O);y.set(S,O)})}function DO(u){var y=[];return t.Children.forEach(u,function(O){t.isValidElement(O)&&y.push(O)}),y}var FO=function(u){var y=u.children,O=u.custom,S=u.initial,k=S===void 0?!0:S,D=u.onExitComplete,F=u.exitBeforeEnter,j=u.presenceAffectsLayout,Y=j===void 0?!0:j,Z=r.__read(Ka(),1),ee=Z[0],ue=t.useContext(se).forceRender;ue&&(ee=ue);var de=u7(),ve=DO(y),he=ve,ye=new Set,Te=t.useRef(he),Se=t.useRef(new Map).current,Ne=t.useRef(!0);if(L(function(){Ne.current=!1,$O(ve,Se),Te.current=he}),ja(function(){Ne.current=!0,Se.clear(),ye.clear()}),Ne.current)return g.createElement(g.Fragment,null,he.map(function(t1){return g.createElement(sc,{key:I0(t1),isPresent:!0,initial:k?void 0:!1,presenceAffectsLayout:Y},t1)}));he=r.__spreadArray([],r.__read(he),!1);for(var Be=Te.current.map(I0),Ye=ve.map(I0),Qe=Be.length,f1=0;f1<Qe;f1++){var p1=Be[f1];Ye.indexOf(p1)===-1&&ye.add(p1)}return F&&ye.size&&(he=[]),ye.forEach(function(t1){if(Ye.indexOf(t1)===-1){var i1=Se.get(t1);if(i1){var M1=Be.indexOf(t1),Ht=function(){Se.delete(t1),ye.delete(t1);var J1=Te.current.findIndex(function(pt){return pt.key===t1});if(Te.current.splice(J1,1),!ye.size){if(Te.current=ve,de.current===!1)return;ee(),D&&D()}};he.splice(M1,0,g.createElement(sc,{key:I0(i1),isPresent:!1,onExitComplete:Ht,custom:O,presenceAffectsLayout:Y},i1))}}}),he=he.map(function(t1){var i1=t1.key;return ye.has(i1)?t1:g.createElement(sc,{key:I0(t1),isPresent:!0,presenceAffectsLayout:Y},t1)}),z!=="production"&&F&&he.length>1&&console.warn("You're attempting to animate multiple children within AnimatePresence, but its exitBeforeEnter prop is set to true. This will lead to odd visual behaviour."),g.createElement(g.Fragment,null,ye.size?he:he.map(function(t1){return t.cloneElement(t1)}))},d7=t.createContext(null),IO=function(u){return!u.isLayoutDirty&&u.willUpdate(!1)};function f7(){var u=new Set,y=new WeakMap,O=function(){return u.forEach(IO)};return{add:function(S){u.add(S),y.set(S,S.addEventListener("willUpdate",O))},remove:function(S){var k;u.delete(S),(k=y.get(S))===null||k===void 0||k(),y.delete(S),O()},dirty:O}}var p7=function(u){return u===!0},WO=function(u){return p7(u===!0)||u==="id"},v7=function(u){var y,O,S=u.children,k=u.id,D=u.inheritId,F=u.inherit,j=F===void 0?!0:F;D!==void 0&&(j=D);var Y=t.useContext(se),Z=t.useContext(d7),ee=r.__read(Ka(),2),ue=ee[0],de=ee[1],ve=t.useRef(null),he=(y=Y.id)!==null&&y!==void 0?y:Z;ve.current===null&&(WO(j)&&he&&(k=k?he+"-"+k:he),ve.current={id:k,group:p7(j)&&(O=Y==null?void 0:Y.group)!==null&&O!==void 0?O:f7()});var ye=t.useMemo(function(){return r.__assign(r.__assign({},ve.current),{forceRender:ue})},[de]);return g.createElement(se.Provider,{value:ye},S)},UO=0,GO=function(u){var y=u.children;return g.useEffect(function(){n.warning(!1,"AnimateSharedLayout is deprecated: https://www.framer.com/docs/guide-upgrade/##shared-layout-animations")},[]),g.createElement(v7,{id:be(function(){return"asl-".concat(UO++)})},y)};function qO(u){var y=u.children,O=u.isValidProp,S=r.__rest(u,["children","isValidProp"]);O&&sr(O),S=r.__assign(r.__assign({},t.useContext(m)),S),S.isStatic=be(function(){return S.isStatic});var k=t.useMemo(function(){return S},[JSON.stringify(S.transition),S.transformPagePoint,S.reducedMotion]);return g.createElement(m.Provider,{value:k},y)}function BO(u){var y=u.children,O=u.features,S=u.strict,k=S===void 0?!1:S,D=r.__read(t.useState(!uc(O)),2),F=D[1],j=t.useRef(void 0);if(!uc(O)){var Y=O.renderer,Z=r.__rest(O,["renderer"]);j.current=Y,f(Z)}return t.useEffect(function(){uc(O)&&O().then(function(ee){var ue=ee.renderer,de=r.__rest(ee,["renderer"]);f(de),j.current=ue,F(!0)})},[]),g.createElement(s.Provider,{value:{renderer:j.current,strict:k}},y)}function uc(u){return typeof u=="function"}var h7=t.createContext(null);function KO(u,y,O,S){if(!S)return u;var k=u.findIndex(function(ee){return ee.value===y});if(k===-1)return u;var D=S>0?1:-1,F=u[k+D];if(!F)return u;var j=u[k],Y=F.layout,Z=a.mix(Y.min,Y.max,.5);return D===1&&j.layout.max+O>Z||D===-1&&j.layout.min+O<Z?iT(u,k,k+D):u}function YO(u,y){var O=u.children,S=u.as,k=S===void 0?"ul":S,D=u.axis,F=D===void 0?"y":D,j=u.onReorder,Y=u.values,Z=r.__rest(u,["children","as","axis","onReorder","values"]),ee=be(function(){return cc(k)}),ue=[],de=t.useRef(!1);n.invariant(!!Y,"Reorder.Group must be provided a values prop");var ve={axis:F,registerItem:function(he,ye){ye&&ue.findIndex(function(Te){return he===Te.value})===-1&&(ue.push({value:he,layout:ye[F]}),ue.sort(JO))},updateOrder:function(he,ye,Te){if(!de.current){var Se=KO(ue,he,ye,Te);ue!==Se&&(de.current=!0,j(Se.map(ZO).filter(function(Ne){return Y.indexOf(Ne)!==-1})))}}};return t.useEffect(function(){de.current=!1}),g.createElement(ee,r.__assign({},Z,{ref:y}),g.createElement(h7.Provider,{value:ve},O))}var XO=t.forwardRef(YO);function ZO(u){return u.value}function JO(u,y){return u.layout.min-y.layout.min}function Sr(u){var y=be(function(){return Lt(u)}),O=t.useContext(m).isStatic;if(O){var S=r.__read(t.useState(u),2),k=S[1];t.useEffect(function(){return y.onChange(k)},[])}return y}var QO=function(u){return typeof u=="object"&&u.mix},eP=function(u){return QO(u)?u.mix:void 0};function b7(){for(var u=[],y=0;y<arguments.length;y++)u[y]=arguments[y];var O=!Array.isArray(u[0]),S=O?0:-1,k=u[0+S],D=u[1+S],F=u[2+S],j=u[3+S],Y=a.interpolate(D,F,r.__assign({mixer:eP(F[0])},j));return O?Y(k):Y}function tP(u,y){L(function(){if(b1(u))return u.onChange(y)},[y])}function rP(u,y){L(function(){var O=u.map(function(S){return S.onChange(y)});return function(){return O.forEach(function(S){return S()})}})}function m7(u,y){var O=Sr(y()),S=function(){return O.set(y())};return S(),rP(u,function(){return T.default.update(S,!1,!0)}),O}function Ya(u,y,O,S){var k=typeof y=="function"?y:b7(y,O,S);return Array.isArray(u)?g7(u,k):g7([u],function(D){var F=r.__read(D,1),j=F[0];return k(j)})}function g7(u,y){var O=be(function(){return[]});return m7(u,function(){O.length=0;for(var S=u.length,k=0;k<S;k++)O[k]=u[k].get();return y(O)})}function y7(u,y){return y===void 0&&(y=0),b1(u)?u:Sr(y)}function nP(u,y){var O=u.children,S=u.style,k=u.value,D=u.as,F=D===void 0?"li":D,j=u.onDrag,Y=u.layout,Z=Y===void 0?!0:Y,ee=r.__rest(u,["children","style","value","as","onDrag","layout"]),ue=be(function(){return cc(F)}),de=t.useContext(h7),ve={x:y7(S==null?void 0:S.x),y:y7(S==null?void 0:S.y)},he=Ya([ve.x,ve.y],function(Ye){var Qe=r.__read(Ye,2),f1=Qe[0],p1=Qe[1];return f1||p1?1:"unset"}),ye=t.useRef(null);n.invariant(!!de,"Reorder.Item must be a child of Reorder.Group");var Te=de,Se=Te.axis,Ne=Te.registerItem,Be=Te.updateOrder;return t.useEffect(function(){Ne(k,ye.current)},[de]),g.createElement(ue,r.__assign({drag:Se},ee,{dragSnapToOrigin:!0,style:r.__assign(r.__assign({},S),{x:ve.x,y:ve.y,zIndex:he}),layout:Z,onDrag:function(Ye,Qe){var f1=Qe.velocity;f1[Se]&&Be(k,ve[Se].get(),f1[Se]),j==null||j(Ye,Qe)},onLayoutMeasure:function(Ye){ye.current=Ye},ref:y}),O)}var oP=t.forwardRef(nP),aP={Group:XO,Item:oP},w7=r.__assign(r.__assign({renderer:ic},J5),B9),iP=r.__assign(r.__assign(r.__assign(r.__assign({},w7),Vp),Dp),{projectionNodeConstructor:lc});function lP(u){for(var y=[],O=1;O<arguments.length;O++)y[O-1]=arguments[O];var S=u.length;function k(){for(var D="",F=0;F<S;F++){D+=u[F];var j=y[F];j&&(D+=y[F].get())}return D}return m7(y,k)}function cP(u,y){y===void 0&&(y={});var O=t.useContext(m).isStatic,S=t.useRef(null),k=Sr(b1(u)?u.get():u);return t.useMemo(function(){return k.attach(function(D,F){return O?F(D):(S.current&&S.current.stop(),S.current=a.animate(r.__assign(r.__assign({from:k.get(),to:D,velocity:k.getVelocity()},y),{onUpdate:F})),k.get())})},[JSON.stringify(y)]),tP(u,function(D){return k.set(parseFloat(D))}),k}function sP(u){var y=Sr(u.getVelocity());return t.useEffect(function(){return u.velocityUpdateSubscribers.add(function(O){y.set(O)})},[u]),y}var uP=function(){return{scrollX:Lt(0),scrollY:Lt(0),scrollXProgress:Lt(0),scrollYProgress:Lt(0)}};function dc(u){u===void 0&&(u={});var y=u.container,O=u.target,S=r.__rest(u,["container","target"]),k=be(uP);return L(function(){return p.scroll(function(D){var F=D.x,j=D.y;k.scrollX.set(F.current),k.scrollXProgress.set(F.progress),k.scrollY.set(j.current),k.scrollYProgress.set(j.progress)},r.__assign(r.__assign({},S),{container:(y==null?void 0:y.current)||void 0,target:(O==null?void 0:O.current)||void 0}))},[]),k}function dP(u){return $a(!1,"useElementScroll is deprecated. Convert to useScroll({ container: ref })."),dc({container:u})}function fP(){return $a(!1,"useViewportScroll is deprecated. Convert to useScroll()."),dc()}var pP=typeof performance<"u"?function(){return performance.now()}:function(){return Date.now()};function x7(u){var y=be(pP),O=t.useContext(m).isStatic;t.useEffect(function(){if(!O){var S=function(k){var D=k.timestamp;u(D-y)};return T.default.update(S,!0),function(){return i.cancelSync.update(S)}}},[u])}function vP(){var u=Sr(0);return x7(function(y){return u.set(y)}),u}function C7(){var u=!1,y=[],O=new Set,S={subscribe:function(k){return O.add(k),function(){return void O.delete(k)}},start:function(k,D){if(u){var F=[];return O.forEach(function(j){F.push(Ia(j,k,{transitionOverride:D}))}),Promise.all(F)}else return new Promise(function(j){y.push({animation:[k,D],resolve:j})})},set:function(k){return n.invariant(u,"controls.set() should only be called after a component has mounted. Consider calling within a useEffect hook."),O.forEach(function(D){fT(D,k)})},stop:function(){O.forEach(function(k){hT(k)})},mount:function(){return u=!0,y.forEach(function(k){var D=k.animation,F=k.resolve;S.start.apply(S,r.__spreadArray([],r.__read(D),!1)).then(F)}),function(){u=!1,S.stop()}}};return S}function z7(){var u=be(C7);return t.useEffect(u.mount,[]),u}var hP=z7;function bP(){for(var u=[],y=0;y<arguments.length;y++)u[y]=arguments[y];var O=t.useRef(0),S=r.__read(t.useState(u[O.current]),2),k=S[0],D=S[1],F=t.useCallback(function(j){O.current=typeof j!="number"?a.wrap(0,u.length,O.current+1):j,D(u[O.current])},r.__spreadArray([u.length],r.__read(u),!1));return[k,F]}function mP(u,y){var O=y===void 0?{}:y,S=O.root,k=O.margin,D=O.amount,F=O.once,j=F===void 0?!1:F,Y=r.__read(t.useState(!1),2),Z=Y[0],ee=Y[1];return t.useEffect(function(){var ue;if(!(!u.current||j&&Z)){var de=function(){return ee(!0),j?void 0:function(){return ee(!1)}},ve={root:(ue=S==null?void 0:S.current)!==null&&ue!==void 0?ue:void 0,margin:k,amount:D==="some"?"any":D};return p.inView(u.current,de,ve)}},[S,u,k,j]),Z}var M7=function(){function u(){this.componentControls=new Set}return u.prototype.subscribe=function(y){var O=this;return this.componentControls.add(y),function(){return O.componentControls.delete(y)}},u.prototype.start=function(y,O){this.componentControls.forEach(function(S){S.start(y.nativeEvent||y,O)})},u}(),gP=function(){return new M7};function yP(){return be(gP)}function T7(){return wP}function wP(u){a0.current&&(a0.current.isUpdating=!1,a0.current.blockUpdate(),u==null||u())}function xP(){var u=r.__read(Ka(),2),y=u[0],O=u[1],S=T7();return t.useEffect(function(){T.default.postRender(function(){return T.default.postRender(function(){return I5.current=!1})})},[O]),function(k){S(function(){I5.current=!0,y(),k()})}}function CP(){var u=g.useCallback(function(){var y=a0.current;y&&y.resetTree()},[]);return u}var fc=function(){return{}},zP=qa({build:function(){},measureViewportBox:F1,resetTransform:function(){},restoreTransform:function(){},removeValueFromRenderState:function(){},render:function(){},scrapeMotionValuesFromProps:fc,readValueFromInstance:function(u,y,O){return O.initialState[y]||0},makeTargetAnimatable:function(u,y){var O=y.transition,S=y.transitionEnd,k=r.__rest(y,["transition","transitionEnd"]),D=ip(k,O||{},u);return Y5(u,k,D),r.__assign({transition:O,transitionEnd:S},k)}}),MP=D0({scrapeMotionValuesFromProps:fc,createRenderState:fc});function TP(u){var y=r.__read(t.useState(u),2),O=y[0],S=y[1],k=MP({},!1),D=be(function(){return zP({props:{},visualState:k},{initialState:u})});t.useEffect(function(){return D.mount({}),D.unmount},[D]),t.useEffect(function(){D.setProps({onUpdate:function(j){S(r.__assign({},j))}})},[S,D]);var F=be(function(){return function(j){return Ia(D,j)}});return[O,F]}var OP=1e5,O7=function(u){return u>.001?1/u:OP},P7=!1;function PP(u){var y=Sr(1),O=Sr(1),S=_();n.invariant(!!(u||S),"If no scale values are provided, useInvertedScale must be used within a child of another motion component."),n.warning(P7,"useInvertedScale is deprecated and will be removed in 3.0. Use the layout prop instead."),P7=!0,u?(y=u.scaleX||y,O=u.scaleY||O):S&&(y=S.getValue("scaleX",1),O=S.getValue("scaleY",1));var k=Ya(y,O7),D=Ya(O,O7);return{scaleX:k,scaleY:D}}e.AnimatePresence=FO,e.AnimateSharedLayout=GO,e.DeprecatedLayoutGroupContext=d7,e.DragControls=M7,e.FlatTree=t7,e.LayoutGroup=v7,e.LayoutGroupContext=se,e.LazyMotion=BO,e.MotionConfig=qO,e.MotionConfigContext=m,e.MotionContext=x,e.MotionValue=np,e.PresenceContext=P,e.Reorder=aP,e.SwitchLayoutGroupContext=we,e.addPointerEvent=r0,e.addScaleCorrector=Fe,e.animate=Fp,e.animateVisualElement=Ia,e.animationControls=C7,e.animations=J5,e.calcLength=Yt,e.checkTargetForNewValues=Y5,e.createBox=F1,e.createDomMotionComponent=RO,e.createMotionComponent=Pe,e.domAnimation=w7,e.domMax=iP,e.filterProps=j0,e.isBrowser=V,e.isDragActive=k5,e.isMotionValue=b1,e.isValidMotionProp=ft,e.m=NO,e.makeUseVisualState=D0,e.motion=cc,e.motionValue=Lt,e.resolveMotionValue=Qr,e.transform=b7,e.useAnimation=hP,e.useAnimationControls=z7,e.useAnimationFrame=x7,e.useCycle=bP,e.useDeprecatedAnimatedState=TP,e.useDeprecatedInvertedScale=PP,e.useDomEvent=z1,e.useDragControls=yP,e.useElementScroll=dP,e.useForceUpdate=Ka,e.useInView=mP,e.useInstantLayoutTransition=T7,e.useInstantTransition=xP,e.useIsPresent=qM,e.useIsomorphicLayoutEffect=L,e.useMotionTemplate=lP,e.useMotionValue=Sr,e.usePresence=j5,e.useReducedMotion=W,e.useReducedMotionConfig=K,e.useResetProjection=CP,e.useScroll=dc,e.useSpring=cP,e.useTime=vP,e.useTransform=Ya,e.useUnmountEffect=ja,e.useVelocity=sP,e.useViewportScroll=fP,e.useVisualElementContext=_,e.visualElement=qa,e.wrapHandler=E5})($1),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{AccordionBody:function(){return w},default:function(){return b}});var t=T(ge),n=$1,o=T(Ue),a=T(W1),i=T(Ae),p=Re,v=No,h=Le,g=gn;function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.className,l=f.children,c=C(f,["className","children"]),m=(0,v.useAccordion)(),x=m.open,_=m.animate,P=(0,h.useTheme)().accordion,V=P.styles.base;d=d??"";var L=(0,p.twMerge)((0,o.default)((0,i.default)(V.body)),d),E={unmount:{height:"0px",transition:{duration:.2,times:[.4,0,.2,1]}},mount:{height:"auto",transition:{duration:.2,times:[.4,0,.2,1]}}},R={unmount:{transition:{duration:.3,ease:"linear"}},mount:{transition:{duration:.3,ease:"linear"}}},N=(0,a.default)(R,_);return t.default.createElement(n.LazyMotion,{features:n.domAnimation},t.default.createElement(n.m.div,{className:"overflow-hidden",initial:"unmount",exit:"unmount",animate:x?"mount":"unmount",variants:E},t.default.createElement(n.m.div,M({},c,{ref:s,className:L,initial:"unmount",exit:"unmount",animate:x?"mount":"unmount",variants:N}),l)))});w.propTypes={className:g.propTypesClassName,children:g.propTypesChildren},w.displayName="MaterialTailwind.AccordionBody";var b=w}($4),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Accordion:function(){return b},AccordionHeader:function(){return h.AccordionHeader},AccordionBody:function(){return g.AccordionBody},useAccordion:function(){return p.useAccordion},default:function(){return f}});var t=C(ge),n=C(Ue),o=Re,a=C(Ae),i=Le,p=No,v=gn,h=j4,g=$4;function M(s,d,l){return d in s?Object.defineProperty(s,d,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[d]=l,s}function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.open,c=s.icon,m=s.animate,x=s.className,_=s.disabled,P=s.children,V=z(s,["open","icon","animate","className","disabled","children"]),L=(0,i.useTheme)().accordion,E=L.defaultProps,R=L.styles.base;c=c??E.icon,m=m??E.animate,x=x??E.className,_=_??E.disabled;var N=(0,o.twMerge)((0,n.default)((0,a.default)(R.container),M({},(0,a.default)(R.disabled),_)),x),W=t.default.useMemo(function(){return{open:l,icon:c,animate:m,disabled:_}},[l,c,m,_]);return t.default.createElement(p.AccordionContextProvider,{value:W},t.default.createElement("div",T({},V,{ref:d,className:N}),P))});b.propTypes={open:v.propTypesOpen,icon:v.propTypesIcon,animate:v.propTypesAnimate,disabled:v.propTypesDisabled,className:v.propTypesClassName,children:v.propTypesChildren},b.displayName="MaterialTailwind.Accordion";var f=Object.assign(b,{Header:h.AccordionHeader,Body:g.AccordionBody})}(x2);var fd={},C1={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t}});function r(n,o,a){var i=n.findIndex(function(p){return p===o});return i>=0?o:a}var t=r})(C1);var sa={},P0=class{constructor(){this.x=0,this.y=0,this.z=0}findFurthestPoint(r,t,n,o,a,i){return this.x=r-n>t/2?0:t,this.y=o-i>a/2?0:a,this.z=Math.hypot(this.x-(r-n),this.y-(o-i)),this.z}appyStyles(r,t,n,o,a){r.classList.add("ripple"),r.style.backgroundColor=t==="dark"?"rgba(0,0,0, 0.2)":"rgba(255,255,255, 0.3)",r.style.borderRadius="50%",r.style.pointerEvents="none",r.style.position="absolute",r.style.left=a.clientX-n.left-o+"px",r.style.top=a.clientY-n.top-o+"px",r.style.width=r.style.height=o*2+"px"}applyAnimation(r){r.animate([{transform:"scale(0)",opacity:1},{transform:"scale(1.5)",opacity:0}],{duration:500,easing:"linear"})}create(r,t){const n=r.currentTarget;n.style.position="relative",n.style.overflow="hidden";const o=n.getBoundingClientRect(),a=this.findFurthestPoint(r.clientX,n.offsetWidth,o.left,r.clientY,n.offsetHeight,o.top),i=document.createElement("span");this.appyStyles(i,t,o,a,r),this.applyAnimation(i),n.appendChild(i),setTimeout(()=>i.remove(),500)}};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{IconButton:function(){return w},default:function(){return b}});var t=T(ge),n=T(ke),o=T(P0),a=T(Ue),i=Re,p=T(C1),v=T(Ae),h=Le,g=Fr;function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.variant,l=f.size,c=f.color,m=f.ripple,x=f.className,_=f.children;f.fullWidth;var P=C(f,["variant","size","color","ripple","className","children","fullWidth"]),V=(0,h.useTheme)().iconButton,L=V.valid,E=V.defaultProps,R=V.styles,N=R.base,W=R.variants,K=R.sizes;d=d??E.variant,l=l??E.size,c=c??E.color,m=m??E.ripple,x=x??E.className;var Q=m!==void 0&&new o.default,oe=(0,v.default)(N),U=(0,v.default)(W[(0,p.default)(L.variants,d,"filled")][(0,p.default)(L.colors,c,"gray")]),$=(0,v.default)(K[(0,p.default)(L.sizes,l,"md")]),B=(0,i.twMerge)((0,a.default)(oe,$,U),x);return t.default.createElement("button",M({},P,{ref:s,className:B,type:P.type||"button",onMouseDown:function(te){var fe=P==null?void 0:P.onMouseDown;return m&&Q.create(te,(d==="filled"||d==="gradient")&&c!=="white"?"light":"dark"),typeof fe=="function"&&fe(te)}}),t.default.createElement("span",{className:"absolute top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2"},_))});w.propTypes={variant:n.default.oneOf(g.propTypesVariant),size:n.default.oneOf(g.propTypesSize),color:n.default.oneOf(g.propTypesColor),ripple:g.propTypesRipple,className:g.propTypesClassName,children:g.propTypesChildren},w.displayName="MaterialTailwind.IconButton";var b=w})(sa),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(d,l){for(var c in l)Object.defineProperty(d,c,{enumerable:!0,get:l[c]})}r(e,{Alert:function(){return f},default:function(){return s}});var t=z(ge),n=z(ke),o=$1,a=z(Ue),i=z(W1),p=Re,v=z(C1),h=z(Ae),g=Le,M=Ji,T=z(sa);function C(){return C=Object.assign||function(d){for(var l=1;l<arguments.length;l++){var c=arguments[l];for(var m in c)Object.prototype.hasOwnProperty.call(c,m)&&(d[m]=c[m])}return d},C.apply(this,arguments)}function z(d){return d&&d.__esModule?d:{default:d}}function w(d,l){if(d==null)return{};var c=b(d,l),m,x;if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(d);for(x=0;x<_.length;x++)m=_[x],!(l.indexOf(m)>=0)&&Object.prototype.propertyIsEnumerable.call(d,m)&&(c[m]=d[m])}return c}function b(d,l){if(d==null)return{};var c={},m=Object.keys(d),x,_;for(_=0;_<m.length;_++)x=m[_],!(l.indexOf(x)>=0)&&(c[x]=d[x]);return c}var f=t.default.forwardRef(function(d,l){var c=d.variant,m=d.color,x=d.icon,_=d.open,P=d.action,V=d.onClose,L=d.animate,E=d.className,R=d.children,N=w(d,["variant","color","icon","open","action","onClose","animate","className","children"]),W=(0,g.useTheme)().alert,K=W.defaultProps,Q=W.valid,oe=W.styles,U=oe.base,$=oe.variants;c=c??K.variant,m=m??K.color,E=E??K.className,L=L??K.animate,_=_??K.open,P=P??K.action,V=V??K.onClose;var B=(0,h.default)(U.alert),te=(0,h.default)(U.action),fe=(0,h.default)($[(0,v.default)(Q.variants,c,"filled")][(0,v.default)(Q.colors,m,"gray")]),J=(0,p.twMerge)((0,a.default)(B,fe),E),X=(0,a.default)(te),q={unmount:{opacity:0},mount:{opacity:1}},ie=(0,i.default)(q,L),le=t.default.createElement("div",{className:"shrink-0"},x),ne=o.AnimatePresence;return t.default.createElement(o.LazyMotion,{features:o.domAnimation},t.default.createElement(ne,null,_&&t.default.createElement(o.m.div,C({},N,{ref:l,role:"alert",className:"".concat(J," flex"),initial:"unmount",exit:"unmount",animate:_?"mount":"unmount",variants:ie}),x&&le,t.default.createElement("div",{className:"".concat(x?"ml-3":""," mr-12")},R),V&&!P&&t.default.createElement(T.default,{onClick:V,size:"sm",variant:"text",color:c==="outlined"||c==="ghost"?m:"white",className:X},t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",className:"h-6 w-6",strokeWidth:2},t.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}))),P||null)))});f.propTypes={variant:n.default.oneOf(M.propTypesVariant),color:n.default.oneOf(M.propTypesColor),icon:M.propTypesIcon,open:M.propTypesOpen,action:M.propTypesAction,onClose:M.propTypesOnClose,animate:M.propTypesAnimate,className:M.propTypesClassName,children:M.propTypesChildren},f.displayName="MaterialTailwind.Alert";var s=f}(fd);var pd={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{Avatar:function(){return w},default:function(){return b}});var t=T(ge),n=T(ke),o=T(Ue),a=Re,i=T(C1),p=T(Ae),v=Le,h=Qi;function g(f,s,d){return s in f?Object.defineProperty(f,s,{value:d,enumerable:!0,configurable:!0,writable:!0}):f[s]=d,f}function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.variant,l=f.size,c=f.className,m=f.color,x=f.withBorder,_=C(f,["variant","size","className","color","withBorder"]),P=(0,v.useTheme)().avatar,V=P.valid,L=P.defaultProps,E=P.styles,R=E.base,N=E.variants,W=E.sizes,K=E.borderColor;d=d??L.variant,l=l??L.size,c=c??L.className,x=x??L.withBorder,m=m??L.color;var Q=(0,p.default)(N[(0,i.default)(V.variants,d,"rounded")]),oe=(0,p.default)(W[(0,i.default)(V.sizes,l,"md")]),U=(0,p.default)(K[(0,i.default)(V.colors,m,"gray")]),$,B=(0,a.twMerge)((0,o.default)((0,p.default)(R.initial),Q,oe,($={},g($,(0,p.default)(R.withBorder),x),g($,U,x),$)),c);return t.default.createElement("img",M({},_,{ref:s,className:B}))});w.propTypes={variant:n.default.oneOf(h.propTypesVariant),size:n.default.oneOf(h.propTypesSize),className:h.propTypesClassName,withBorder:h.propTypesWithBorder,color:n.default.oneOf(h.propTypesColor)},w.displayName="MaterialTailwind.Avatar";var b=w})(pd);var vd={},hd={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(v,h){for(var g in h)Object.defineProperty(v,g,{enumerable:!0,get:h[g]})}r(e,{propTypesSeparator:function(){return o},propTypesFullWidth:function(){return a},propTypesClassName:function(){return i},propTypesChildren:function(){return p}});var t=n(ke);function n(v){return v&&v.__esModule?v:{default:v}}var o=t.default.node,a=t.default.bool,i=t.default.string,p=t.default.node.isRequired})(hd),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{Breadcrumbs:function(){return w},default:function(){return b}});var t=T(ge),n=g(Ue),o=Re,a=g(Ae),i=Le,p=hd;function v(f,s,d){return s in f?Object.defineProperty(f,s,{value:d,enumerable:!0,configurable:!0,writable:!0}):f[s]=d,f}function h(){return h=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},h.apply(this,arguments)}function g(f){return f&&f.__esModule?f:{default:f}}function M(f){if(typeof WeakMap!="function")return null;var s=new WeakMap,d=new WeakMap;return(M=function(l){return l?d:s})(f)}function T(f,s){if(!s&&f&&f.__esModule)return f;if(f===null||typeof f!="object"&&typeof f!="function")return{default:f};var d=M(s);if(d&&d.has(f))return d.get(f);var l={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var m in f)if(m!=="default"&&Object.prototype.hasOwnProperty.call(f,m)){var x=c?Object.getOwnPropertyDescriptor(f,m):null;x&&(x.get||x.set)?Object.defineProperty(l,m,x):l[m]=f[m]}return l.default=f,d&&d.set(f,l),l}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=(0,t.forwardRef)(function(f,s){var d=f.separator,l=f.fullWidth,c=f.className,m=f.children,x=C(f,["separator","fullWidth","className","children"]),_=(0,i.useTheme)().breadcrumbs,P=_.defaultProps,V=_.styles.base;d=d??P.separator,l=l??P.fullWidth,c=c??P.className;var L=(0,n.default)((0,a.default)(V.root.initial),v({},(0,a.default)(V.root.fullWidth),l)),E=(0,o.twMerge)((0,n.default)((0,a.default)(V.list)),c),R=(0,n.default)((0,a.default)(V.item.initial)),N=(0,n.default)((0,a.default)(V.separator));return t.default.createElement("nav",{"aria-label":"breadcrumb",className:L},t.default.createElement("ol",h({},x,{ref:s,className:E}),t.Children.map(m,function(W,K){if((0,t.isValidElement)(W)){var Q;return t.default.createElement("li",{className:(0,n.default)(R,v({},(0,a.default)(V.item.disabled),W==null||(Q=W.props)===null||Q===void 0?void 0:Q.disabled))},W,K!==t.Children.count(m)-1&&t.default.createElement("span",{className:N},d))}return null})))});w.propTypes={separator:p.propTypesSeparator,fullWidth:p.propTypesFullWidth,className:p.propTypesClassName,children:p.propTypesChildren},w.displayName="MaterialTailwind.Breadcrumbs";var b=w}(vd);var bd={},Ql={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Spinner:function(){return b},default:function(){return f}});var t=M(ke),n=C(ge),o=M(Ue),a=Re,i=M(C1),p=M(Ae),v=Le,h=fl;function g(){return g=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},g.apply(this,arguments)}function M(s){return s&&s.__esModule?s:{default:s}}function T(s){if(typeof WeakMap!="function")return null;var d=new WeakMap,l=new WeakMap;return(T=function(c){return c?l:d})(s)}function C(s,d){if(!d&&s&&s.__esModule)return s;if(s===null||typeof s!="object"&&typeof s!="function")return{default:s};var l=T(d);if(l&&l.has(s))return l.get(s);var c={},m=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var x in s)if(x!=="default"&&Object.prototype.hasOwnProperty.call(s,x)){var _=m?Object.getOwnPropertyDescriptor(s,x):null;_&&(_.get||_.set)?Object.defineProperty(c,x,_):c[x]=s[x]}return c.default=s,l&&l.set(s,c),c}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=(0,n.forwardRef)(function(s,d){var l=s.color,c=s.className,m=z(s,["color","className"]),x=(0,v.useTheme)().spinner,_=x.defaultProps,P=x.valid,V=x.styles,L=V.base,E=V.colors;l=l??_.color;var R;c=(R=(0,o.default)(_.className,c))!==null&&R!==void 0?R:_.className;var N=(0,p.default)(E[(0,i.default)(P.colors,l,"gray")]),W=(0,a.twMerge)((0,o.default)((0,p.default)(L)),c),K,Q;return n.default.createElement("svg",g({},m,{ref:d,className:W,viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:(K=m==null?void 0:m.width)!==null&&K!==void 0?K:24,height:(Q=m==null?void 0:m.height)!==null&&Q!==void 0?Q:24}),n.default.createElement("path",{d:"M32 3C35.8083 3 39.5794 3.75011 43.0978 5.20749C46.6163 6.66488 49.8132 8.80101 52.5061 11.4939C55.199 14.1868 57.3351 17.3837 58.7925 20.9022C60.2499 24.4206 61 28.1917 61 32C61 35.8083 60.2499 39.5794 58.7925 43.0978C57.3351 46.6163 55.199 49.8132 52.5061 52.5061C49.8132 55.199 46.6163 57.3351 43.0978 58.7925C39.5794 60.2499 35.8083 61 32 61C28.1917 61 24.4206 60.2499 20.9022 58.7925C17.3837 57.3351 14.1868 55.199 11.4939 52.5061C8.801 49.8132 6.66487 46.6163 5.20749 43.0978C3.7501 39.5794 3 35.8083 3 32C3 28.1917 3.75011 24.4206 5.2075 20.9022C6.66489 17.3837 8.80101 14.1868 11.4939 11.4939C14.1868 8.80099 17.3838 6.66487 20.9022 5.20749C24.4206 3.7501 28.1917 3 32 3L32 3Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M32 3C36.5778 3 41.0906 4.08374 45.1692 6.16256C49.2477 8.24138 52.7762 11.2562 55.466 14.9605C58.1558 18.6647 59.9304 22.9531 60.6448 27.4748C61.3591 31.9965 60.9928 36.6232 59.5759 40.9762",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round",className:N}))});b.propTypes={color:t.default.oneOf(h.propTypesColor),className:h.propTypesClassName},b.displayName="MaterialTailwind.Spinner";var f=b})(Ql),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(d,l){for(var c in l)Object.defineProperty(d,c,{enumerable:!0,get:l[c]})}r(e,{Button:function(){return f},default:function(){return s}});var t=z(ge),n=z(ke),o=z(P0),a=z(Ue),i=Re,p=z(C1),v=z(Ae),h=Le,g=z(Ql),M=Fr;function T(d,l,c){return l in d?Object.defineProperty(d,l,{value:c,enumerable:!0,configurable:!0,writable:!0}):d[l]=c,d}function C(){return C=Object.assign||function(d){for(var l=1;l<arguments.length;l++){var c=arguments[l];for(var m in c)Object.prototype.hasOwnProperty.call(c,m)&&(d[m]=c[m])}return d},C.apply(this,arguments)}function z(d){return d&&d.__esModule?d:{default:d}}function w(d,l){if(d==null)return{};var c=b(d,l),m,x;if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(d);for(x=0;x<_.length;x++)m=_[x],!(l.indexOf(m)>=0)&&Object.prototype.propertyIsEnumerable.call(d,m)&&(c[m]=d[m])}return c}function b(d,l){if(d==null)return{};var c={},m=Object.keys(d),x,_;for(_=0;_<m.length;_++)x=m[_],!(l.indexOf(x)>=0)&&(c[x]=d[x]);return c}var f=t.default.forwardRef(function(d,l){var c=d.variant,m=d.size,x=d.color,_=d.fullWidth,P=d.ripple,V=d.className,L=d.children,E=d.loading,R=w(d,["variant","size","color","fullWidth","ripple","className","children","loading"]),N=(0,h.useTheme)().button,W=N.valid,K=N.defaultProps,Q=N.styles,oe=Q.base,U=Q.variants,$=Q.sizes;c=c??K.variant,m=m??K.size,x=x??K.color,_=_??K.fullWidth,P=P??K.ripple,V=V??K.className;var B=P!==void 0&&new o.default,te=(0,v.default)(oe.initial),fe=(0,v.default)(U[(0,p.default)(W.variants,c,"filled")][(0,p.default)(W.colors,x,"gray")]),J=(0,v.default)($[(0,p.default)(W.sizes,m,"md")]),X=(0,i.twMerge)((0,a.default)(te,J,fe,T({},(0,v.default)(oe.fullWidth),_),{"flex items-center gap-2":E,"gap-3":m==="lg"}),V),q=(0,i.twMerge)((0,a.default)({"w-4 h-4":!0,"w-5 h-5":m==="lg"})),ie;return t.default.createElement("button",C({},R,{disabled:(ie=R.disabled)!==null&&ie!==void 0?ie:E,ref:l,className:X,type:R.type||"button",onMouseDown:function(le){var ne=R==null?void 0:R.onMouseDown;return P&&B.create(le,(c==="filled"||c==="gradient")&&x!=="white"?"light":"dark"),typeof ne=="function"&&ne(le)}}),E&&t.default.createElement(g.default,{className:q}),L)});f.propTypes={variant:n.default.oneOf(M.propTypesVariant),size:n.default.oneOf(M.propTypesSize),color:n.default.oneOf(M.propTypesColor),fullWidth:M.propTypesFullWidth,ripple:M.propTypesRipple,className:M.propTypesClassName,children:M.propTypesChildren,loading:M.propTypesLoading},f.displayName="MaterialTailwind.Button";var s=f}(bd);var md={},gd={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{CardHeader:function(){return w},default:function(){return b}});var t=T(ge),n=T(ke),o=T(Ue),a=Re,i=T(C1),p=T(Ae),v=Le,h=Ir;function g(f,s,d){return s in f?Object.defineProperty(f,s,{value:d,enumerable:!0,configurable:!0,writable:!0}):f[s]=d,f}function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.variant,l=f.color,c=f.shadow,m=f.floated,x=f.className,_=f.children,P=C(f,["variant","color","shadow","floated","className","children"]),V=(0,v.useTheme)().cardHeader,L=V.defaultProps,E=V.styles,R=V.valid,N=E.base,W=E.variants;d=d??L.variant,l=l??L.color,c=c??L.shadow,m=m??L.floated,x=x??L.className;var K=(0,p.default)(N.initial),Q=(0,p.default)(W[(0,i.default)(R.variants,d,"filled")][(0,i.default)(R.colors,l,"white")]),oe=(0,a.twMerge)((0,o.default)(K,Q,g({},(0,p.default)(N.shadow),c),g({},(0,p.default)(N.floated),m)),x);return t.default.createElement("div",M({},P,{ref:s,className:oe}),_)});w.propTypes={variant:n.default.oneOf(h.propTypesVariant),color:n.default.oneOf(h.propTypesColor),shadow:h.propTypesShadow,floated:h.propTypesFloated,className:h.propTypesClassName,children:h.propTypesChildren},w.displayName="MaterialTailwind.CardHeader";var b=w})(gd);var yd={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(z,w){for(var b in w)Object.defineProperty(z,b,{enumerable:!0,get:w[b]})}r(e,{CardBody:function(){return T},default:function(){return C}});var t=h(ge),n=h(Ue),o=Re,a=h(Ae),i=Le,p=Ir;function v(){return v=Object.assign||function(z){for(var w=1;w<arguments.length;w++){var b=arguments[w];for(var f in b)Object.prototype.hasOwnProperty.call(b,f)&&(z[f]=b[f])}return z},v.apply(this,arguments)}function h(z){return z&&z.__esModule?z:{default:z}}function g(z,w){if(z==null)return{};var b=M(z,w),f,s;if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(z);for(s=0;s<d.length;s++)f=d[s],!(w.indexOf(f)>=0)&&Object.prototype.propertyIsEnumerable.call(z,f)&&(b[f]=z[f])}return b}function M(z,w){if(z==null)return{};var b={},f=Object.keys(z),s,d;for(d=0;d<f.length;d++)s=f[d],!(w.indexOf(s)>=0)&&(b[s]=z[s]);return b}var T=t.default.forwardRef(function(z,w){var b=z.className,f=z.children,s=g(z,["className","children"]),d=(0,i.useTheme)().cardBody,l=d.defaultProps,c=d.styles.base;b=b??l.className;var m=(0,o.twMerge)((0,n.default)((0,a.default)(c)),b);return t.default.createElement("div",v({},s,{ref:w,className:m}),f)});T.propTypes={className:p.propTypesClassName,children:p.propTypesChildren},T.displayName="MaterialTailwind.CardBody";var C=T})(yd);var wd={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(w,b){for(var f in b)Object.defineProperty(w,f,{enumerable:!0,get:b[f]})}r(e,{CardFooter:function(){return C},default:function(){return z}});var t=g(ge),n=g(Ue),o=Re,a=g(Ae),i=Le,p=Ir;function v(w,b,f){return b in w?Object.defineProperty(w,b,{value:f,enumerable:!0,configurable:!0,writable:!0}):w[b]=f,w}function h(){return h=Object.assign||function(w){for(var b=1;b<arguments.length;b++){var f=arguments[b];for(var s in f)Object.prototype.hasOwnProperty.call(f,s)&&(w[s]=f[s])}return w},h.apply(this,arguments)}function g(w){return w&&w.__esModule?w:{default:w}}function M(w,b){if(w==null)return{};var f=T(w,b),s,d;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(w);for(d=0;d<l.length;d++)s=l[d],!(b.indexOf(s)>=0)&&Object.prototype.propertyIsEnumerable.call(w,s)&&(f[s]=w[s])}return f}function T(w,b){if(w==null)return{};var f={},s=Object.keys(w),d,l;for(l=0;l<s.length;l++)d=s[l],!(b.indexOf(d)>=0)&&(f[d]=w[d]);return f}var C=t.default.forwardRef(function(w,b){var f=w.divider,s=w.className,d=w.children,l=M(w,["divider","className","children"]),c=(0,i.useTheme)().cardFooter,m=c.defaultProps,x=c.styles.base;s=s??m.className,f=f??m.divider;var _=(0,o.twMerge)((0,n.default)((0,a.default)(x.initial),v({},(0,a.default)(x.divider),f)),s);return t.default.createElement("div",h({},l,{ref:b,className:_}),d)});C.propTypes={divider:p.propTypesDivider,className:p.propTypesClassName,children:p.propTypesChildren},C.displayName="MaterialTailwind.CardFooter";var z=C})(wd),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{Card:function(){return s},CardHeader:function(){return h.CardHeader},CardBody:function(){return g.CardBody},CardFooter:function(){return M.CardFooter},default:function(){return d}});var t=w(ge),n=w(ke),o=w(Ue),a=Re,i=w(C1),p=w(Ae),v=Le,h=gd,g=yd,M=wd,T=Ir;function C(l,c,m){return c in l?Object.defineProperty(l,c,{value:m,enumerable:!0,configurable:!0,writable:!0}):l[c]=m,l}function z(){return z=Object.assign||function(l){for(var c=1;c<arguments.length;c++){var m=arguments[c];for(var x in m)Object.prototype.hasOwnProperty.call(m,x)&&(l[x]=m[x])}return l},z.apply(this,arguments)}function w(l){return l&&l.__esModule?l:{default:l}}function b(l,c){if(l==null)return{};var m=f(l,c),x,_;if(Object.getOwnPropertySymbols){var P=Object.getOwnPropertySymbols(l);for(_=0;_<P.length;_++)x=P[_],!(c.indexOf(x)>=0)&&Object.prototype.propertyIsEnumerable.call(l,x)&&(m[x]=l[x])}return m}function f(l,c){if(l==null)return{};var m={},x=Object.keys(l),_,P;for(P=0;P<x.length;P++)_=x[P],!(c.indexOf(_)>=0)&&(m[_]=l[_]);return m}var s=t.default.forwardRef(function(l,c){var m=l.variant,x=l.color,_=l.shadow,P=l.className,V=l.children,L=b(l,["variant","color","shadow","className","children"]),E=(0,v.useTheme)().card,R=E.defaultProps,N=E.styles,W=E.valid,K=N.base,Q=N.variants;m=m??R.variant,x=x??R.color,_=_??R.shadow,P=P??R.className;var oe=(0,p.default)(K.initial),U=(0,p.default)(Q[(0,i.default)(W.variants,m,"filled")][(0,i.default)(W.colors,x,"white")]),$=(0,a.twMerge)((0,o.default)(oe,U,C({},(0,p.default)(K.shadow),_)),P);return t.default.createElement("div",z({},L,{ref:c,className:$}),V)});s.propTypes={variant:n.default.oneOf(T.propTypesVariant),color:n.default.oneOf(T.propTypesColor),shadow:T.propTypesShadow,className:T.propTypesClassName,children:T.propTypesChildren},s.displayName="MaterialTailwind.Card";var d=Object.assign(s,{Header:h.CardHeader,Body:g.CardBody,Footer:M.CardFooter})}(md);var xd={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Checkbox:function(){return b},default:function(){return f}});var t=C(ge),n=C(ke),o=C(P0),a=C(Ue),i=Re,p=C(C1),v=C(Ae),h=Le,g=Wr;function M(s,d,l){return d in s?Object.defineProperty(s,d,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[d]=l,s}function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.color,c=s.label,m=s.icon,x=s.ripple,_=s.className,P=s.disabled,V=s.containerProps,L=s.labelProps,E=s.iconProps,R=s.inputRef,N=z(s,["color","label","icon","ripple","className","disabled","containerProps","labelProps","iconProps","inputRef"]),W=(0,h.useTheme)().checkbox,K=W.defaultProps,Q=W.valid,oe=W.styles,U=oe.base,$=oe.colors,B=t.default.useId();l=l??K.color,c=c??K.label,m=m??K.icon,x=x??K.ripple,_=_??K.className,P=P??K.disabled,V=V??K.containerProps,L=L??K.labelProps,E=E??K.iconProps;var te=x!==void 0&&new o.default,fe=(0,a.default)((0,v.default)(U.root),M({},(0,v.default)(U.disabled),P)),J=(0,i.twMerge)((0,a.default)((0,v.default)(U.container)),V==null?void 0:V.className),X=(0,i.twMerge)((0,a.default)((0,v.default)(U.input),(0,v.default)($[(0,p.default)(Q.colors,l,"gray")])),_),q=(0,i.twMerge)((0,a.default)((0,v.default)(U.label)),L==null?void 0:L.className),ie=(0,i.twMerge)((0,a.default)((0,v.default)(U.icon)),E==null?void 0:E.className);return t.default.createElement("div",{ref:d,className:fe},t.default.createElement("label",T({},V,{className:J,htmlFor:N.id||B,onMouseDown:function(le){var ne=V==null?void 0:V.onMouseDown;return x&&te.create(le,"dark"),typeof ne=="function"&&ne(le)}}),t.default.createElement("input",T({},N,{ref:R,type:"checkbox",disabled:P,className:X,id:N.id||B})),t.default.createElement("span",{className:ie},m||t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",className:"h-3.5 w-3.5",viewBox:"0 0 20 20",fill:"currentColor",stroke:"currentColor",strokeWidth:1},t.default.createElement("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})))),c&&t.default.createElement("label",T({},L,{className:q,htmlFor:N.id||B}),c))});b.propTypes={color:n.default.oneOf(g.propTypesColor),label:g.propTypesLabel,icon:g.propTypesIcon,ripple:g.propTypesRipple,className:g.propTypesClassName,disabled:g.propTypesDisabled,containerProps:g.propTypesObject,labelProps:g.propTypesObject},b.displayName="MaterialTailwind.Checkbox";var f=b})(xd);var Cd={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(d,l){for(var c in l)Object.defineProperty(d,c,{enumerable:!0,get:l[c]})}r(e,{Chip:function(){return f},default:function(){return s}});var t=z(ge),n=z(ke),o=$1,a=z(Ue),i=z(W1),p=Re,v=z(C1),h=z(Ae),g=Le,M=il,T=z(sa);function C(){return C=Object.assign||function(d){for(var l=1;l<arguments.length;l++){var c=arguments[l];for(var m in c)Object.prototype.hasOwnProperty.call(c,m)&&(d[m]=c[m])}return d},C.apply(this,arguments)}function z(d){return d&&d.__esModule?d:{default:d}}function w(d,l){if(d==null)return{};var c=b(d,l),m,x;if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(d);for(x=0;x<_.length;x++)m=_[x],!(l.indexOf(m)>=0)&&Object.prototype.propertyIsEnumerable.call(d,m)&&(c[m]=d[m])}return c}function b(d,l){if(d==null)return{};var c={},m=Object.keys(d),x,_;for(_=0;_<m.length;_++)x=m[_],!(l.indexOf(x)>=0)&&(c[x]=d[x]);return c}var f=t.default.forwardRef(function(d,l){var c=d.variant,m=d.size,x=d.color,_=d.icon,P=d.open,V=d.onClose,L=d.action,E=d.animate,R=d.className,N=d.value,W=w(d,["variant","size","color","icon","open","onClose","action","animate","className","value"]),K=(0,g.useTheme)().chip,Q=K.defaultProps,oe=K.valid,U=K.styles,$=U.base,B=U.variants,te=U.sizes;c=c??Q.variant,m=m??Q.size,x=x??Q.color,R=R??Q.className,E=E??Q.animate,P=P??Q.open,L=L??Q.action,V=V??Q.onClose;var fe=(0,h.default)($.chip),J=(0,h.default)($.action),X=(0,h.default)($.icon),q=(0,h.default)(B[(0,v.default)(oe.variants,c,"filled")][(0,v.default)(oe.colors,x,"gray")]),ie=(0,h.default)(te[(0,v.default)(oe.sizes,m,"md")].chip),le=(0,h.default)(te[(0,v.default)(oe.sizes,m,"md")].action),ne=(0,h.default)(te[(0,v.default)(oe.sizes,m,"md")].icon),pe=(0,p.twMerge)((0,a.default)(fe,q,ie),R),be=(0,a.default)(J,le),me=(0,a.default)(X,ne),ce=(0,a.default)({"ml-4":_&&m==="sm","ml-[18px]":_&&m==="md","ml-5":_&&m==="lg","mr-5":V}),ae={unmount:{opacity:0},mount:{opacity:1}},se=(0,i.default)(ae,E),we=t.default.createElement("div",{className:me},_),Ce=o.AnimatePresence;return t.default.createElement(o.LazyMotion,{features:o.domAnimation},t.default.createElement(Ce,null,P&&t.default.createElement(o.m.div,C({},W,{ref:l,className:pe,initial:"unmount",exit:"unmount",animate:P?"mount":"unmount",variants:se}),_&&we,t.default.createElement("span",{className:ce},N),V&&!L&&t.default.createElement(T.default,{onClick:V,size:"sm",variant:"text",color:c==="outlined"||c==="ghost"?x:"white",className:be},t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",className:(0,a.default)({"h-3.5 w-3.5":m==="sm","h-4 w-4":m==="md","h-5 w-5":m==="lg"}),strokeWidth:2},t.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}))),L||null)))});f.propTypes={variant:n.default.oneOf(M.propTypesVariant),size:n.default.oneOf(M.propTypesSize),color:n.default.oneOf(M.propTypesColor),icon:M.propTypesIcon,open:M.propTypesOpen,onClose:M.propTypesOnClose,action:M.propTypesAction,animate:M.propTypesAnimate,className:M.propTypesClassName,value:M.propTypesValue},f.displayName="MaterialTailwind.Chip";var s=f})(Cd);var zd={},Kx=function(e){if(typeof document>"u")return null;var r=Array.isArray(e)?e[0]:e;return r.ownerDocument.body},V0=new WeakMap,ua=new WeakMap,da={},e5=0,Md=function(e){return e&&(e.host||Md(e.parentNode))},Yx=function(e,r){return r.map(function(t){if(e.contains(t))return t;var n=Md(t);return n&&e.contains(n)?n:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)}).filter(function(t){return!!t})},Xx=function(e,r,t,n){var o=Yx(r,Array.isArray(e)?e:[e]);da[t]||(da[t]=new WeakMap);var a=da[t],i=[],p=new Set,v=new Set(o),h=function(M){!M||p.has(M)||(p.add(M),h(M.parentNode))};o.forEach(h);var g=function(M){!M||v.has(M)||Array.prototype.forEach.call(M.children,function(T){if(p.has(T))g(T);else{var C=T.getAttribute(n),z=C!==null&&C!=="false",w=(V0.get(T)||0)+1,b=(a.get(T)||0)+1;V0.set(T,w),a.set(T,b),i.push(T),w===1&&z&&ua.set(T,!0),b===1&&T.setAttribute(t,"true"),z||T.setAttribute(n,"true")}})};return g(r),p.clear(),e5++,function(){i.forEach(function(M){var T=V0.get(M)-1,C=a.get(M)-1;V0.set(M,T),a.set(M,C),T||(ua.has(M)||M.removeAttribute(n),ua.delete(M)),C||M.removeAttribute(t)}),e5--,e5||(V0=new WeakMap,V0=new WeakMap,ua=new WeakMap,da={})}},Zx=function(e,r,t){t===void 0&&(t="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=r||Kx(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live]"))),Xx(n,o,t,"aria-hidden")):function(){return null}};/*!
82
+ * tabbable 6.2.0
83
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
84
+ */var Jx=["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])"],t5=Jx.join(","),Td=typeof Element>"u",En=Td?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,fa=!Td&&Element.prototype.getRootNode?function(e){var r;return e==null||(r=e.getRootNode)===null||r===void 0?void 0:r.call(e)}:function(e){return e==null?void 0:e.ownerDocument},pa=function e(r,t){var n;t===void 0&&(t=!0);var o=r==null||(n=r.getAttribute)===null||n===void 0?void 0:n.call(r,"inert"),a=o===""||o==="true",i=a||t&&r&&e(r.parentNode);return i},Qx=function(r){var t,n=r==null||(t=r.getAttribute)===null||t===void 0?void 0:t.call(r,"contenteditable");return n===""||n==="true"},eC=function(r,t,n){if(pa(r))return[];var o=Array.prototype.slice.apply(r.querySelectorAll(t5));return t&&En.call(r,t5)&&o.unshift(r),o=o.filter(n),o},tC=function e(r,t,n){for(var o=[],a=Array.from(r);a.length;){var i=a.shift();if(!pa(i,!1))if(i.tagName==="SLOT"){var p=i.assignedElements(),v=p.length?p:i.children,h=e(v,!0,n);n.flatten?o.push.apply(o,h):o.push({scopeParent:i,candidates:h})}else{var g=En.call(i,t5);g&&n.filter(i)&&(t||!r.includes(i))&&o.push(i);var M=i.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(i),T=!pa(M,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(i));if(M&&T){var C=e(M===!0?i.children:M.children,!0,n);n.flatten?o.push.apply(o,C):o.push({scopeParent:i,candidates:C})}else a.unshift.apply(a,i.children)}}return o},Od=function(r){return!isNaN(parseInt(r.getAttribute("tabindex"),10))},Pd=function(r){if(!r)throw new Error("No node provided");return r.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(r.tagName)||Qx(r))&&!Od(r)?0:r.tabIndex},rC=function(r,t){var n=Pd(r);return n<0&&t&&!Od(r)?0:n},nC=function(r,t){return r.tabIndex===t.tabIndex?r.documentOrder-t.documentOrder:r.tabIndex-t.tabIndex},Vd=function(r){return r.tagName==="INPUT"},oC=function(r){return Vd(r)&&r.type==="hidden"},aC=function(r){var t=r.tagName==="DETAILS"&&Array.prototype.slice.apply(r.children).some(function(n){return n.tagName==="SUMMARY"});return t},iC=function(r,t){for(var n=0;n<r.length;n++)if(r[n].checked&&r[n].form===t)return r[n]},lC=function(r){if(!r.name)return!0;var t=r.form||fa(r),n=function(p){return t.querySelectorAll('input[type="radio"][name="'+p+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=n(window.CSS.escape(r.name));else try{o=n(r.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 a=iC(o,r.form);return!a||a===r},cC=function(r){return Vd(r)&&r.type==="radio"},sC=function(r){return cC(r)&&!lC(r)},uC=function(r){var t,n=r&&fa(r),o=(t=n)===null||t===void 0?void 0:t.host,a=!1;if(n&&n!==r){var i,p,v;for(a=!!((i=o)!==null&&i!==void 0&&(p=i.ownerDocument)!==null&&p!==void 0&&p.contains(o)||r!=null&&(v=r.ownerDocument)!==null&&v!==void 0&&v.contains(r));!a&&o;){var h,g,M;n=fa(o),o=(h=n)===null||h===void 0?void 0:h.host,a=!!((g=o)!==null&&g!==void 0&&(M=g.ownerDocument)!==null&&M!==void 0&&M.contains(o))}}return a},Sd=function(r){var t=r.getBoundingClientRect(),n=t.width,o=t.height;return n===0&&o===0},dC=function(r,t){var n=t.displayCheck,o=t.getShadowRoot;if(getComputedStyle(r).visibility==="hidden")return!0;var a=En.call(r,"details>summary:first-of-type"),i=a?r.parentElement:r;if(En.call(i,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof o=="function"){for(var p=r;r;){var v=r.parentElement,h=fa(r);if(v&&!v.shadowRoot&&o(v)===!0)return Sd(r);r.assignedSlot?r=r.assignedSlot:!v&&h!==r.ownerDocument?r=h.host:r=v}r=p}if(uC(r))return!r.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return Sd(r);return!1},fC=function(r){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(r.tagName))for(var t=r.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var n=0;n<t.children.length;n++){var o=t.children.item(n);if(o.tagName==="LEGEND")return En.call(t,"fieldset[disabled] *")?!0:!o.contains(r)}return!0}t=t.parentElement}return!1},pC=function(r,t){return!(t.disabled||pa(t)||oC(t)||dC(t,r)||aC(t)||fC(t))},_d=function(r,t){return!(sC(t)||Pd(t)<0||!pC(r,t))},vC=function(r){var t=parseInt(r.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},hC=function e(r){var t=[],n=[];return r.forEach(function(o,a){var i=!!o.scopeParent,p=i?o.scopeParent:o,v=rC(p,i),h=i?e(o.candidates):p;v===0?i?t.push.apply(t,h):t.push(p):n.push({documentOrder:a,tabIndex:v,item:o,isScope:i,content:h})}),n.sort(nC).reduce(function(o,a){return a.isScope?o.push.apply(o,a.content):o.push(a.content),o},[]).concat(t)},va=function(r,t){t=t||{};var n;return t.getShadowRoot?n=tC([r],t.includeContainer,{filter:_d.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:vC}):n=eC(r,t.includeContainer,_d.bind(null,t)),hC(n)};const Ld=["top","right","bottom","left"],Hd=["start","end"],Ad=Ld.reduce((e,r)=>e.concat(r,r+"-"+Hd[0],r+"-"+Hd[1]),[]),kt=Math.min,G1=Math.max,ha=Math.round,ba=Math.floor,mr=e=>({x:e,y:e}),bC={left:"right",right:"left",bottom:"top",top:"bottom"},mC={start:"end",end:"start"};function r5(e,r,t){return G1(e,kt(r,t))}function Rt(e,r){return typeof e=="function"?e(r):e}function ct(e){return e.split("-")[0]}function Nt(e){return e.split("-")[1]}function n5(e){return e==="x"?"y":"x"}function o5(e){return e==="y"?"height":"width"}function qr(e){return["top","bottom"].includes(ct(e))?"y":"x"}function a5(e){return n5(qr(e))}function Ed(e,r,t){t===void 0&&(t=!1);const n=Nt(e),o=a5(e),a=o5(o);let i=o==="x"?n===(t?"end":"start")?"right":"left":n==="start"?"bottom":"top";return r.reference[a]>r.floating[a]&&(i=ga(i)),[i,ga(i)]}function gC(e){const r=ga(e);return[ma(e),r,ma(r)]}function ma(e){return e.replace(/start|end/g,r=>mC[r])}function yC(e,r,t){const n=["left","right"],o=["right","left"],a=["top","bottom"],i=["bottom","top"];switch(e){case"top":case"bottom":return t?r?o:n:r?n:o;case"left":case"right":return r?a:i;default:return[]}}function wC(e,r,t,n){const o=Nt(e);let a=yC(ct(e),t==="start",n);return o&&(a=a.map(i=>i+"-"+o),r&&(a=a.concat(a.map(ma)))),a}function ga(e){return e.replace(/left|right|bottom|top/g,r=>bC[r])}function xC(e){return{top:0,right:0,bottom:0,left:0,...e}}function i5(e){return typeof e!="number"?xC(e):{top:e,right:e,bottom:e,left:e}}function S0(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function kd(e,r,t){let{reference:n,floating:o}=e;const a=qr(r),i=a5(r),p=o5(i),v=ct(r),h=a==="y",g=n.x+n.width/2-o.width/2,M=n.y+n.height/2-o.height/2,T=n[p]/2-o[p]/2;let C;switch(v){case"top":C={x:g,y:n.y-o.height};break;case"bottom":C={x:g,y:n.y+n.height};break;case"right":C={x:n.x+n.width,y:M};break;case"left":C={x:n.x-o.width,y:M};break;default:C={x:n.x,y:n.y}}switch(Nt(r)){case"start":C[i]-=T*(t&&h?-1:1);break;case"end":C[i]+=T*(t&&h?-1:1);break}return C}const CC=async(e,r,t)=>{const{placement:n="bottom",strategy:o="absolute",middleware:a=[],platform:i}=t,p=a.filter(Boolean),v=await(i.isRTL==null?void 0:i.isRTL(r));let h=await i.getElementRects({reference:e,floating:r,strategy:o}),{x:g,y:M}=kd(h,n,v),T=n,C={},z=0;for(let w=0;w<p.length;w++){const{name:b,fn:f}=p[w],{x:s,y:d,data:l,reset:c}=await f({x:g,y:M,initialPlacement:n,placement:T,strategy:o,middlewareData:C,rects:h,platform:i,elements:{reference:e,floating:r}});if(g=s??g,M=d??M,C={...C,[b]:{...C[b],...l}},c&&z<=50){z++,typeof c=="object"&&(c.placement&&(T=c.placement),c.rects&&(h=c.rects===!0?await i.getElementRects({reference:e,floating:r,strategy:o}):c.rects),{x:g,y:M}=kd(h,T,v)),w=-1;continue}}return{x:g,y:M,placement:T,strategy:o,middlewareData:C}};async function Ut(e,r){var t;r===void 0&&(r={});const{x:n,y:o,platform:a,rects:i,elements:p,strategy:v}=e,{boundary:h="clippingAncestors",rootBoundary:g="viewport",elementContext:M="floating",altBoundary:T=!1,padding:C=0}=Rt(r,e),z=i5(C),b=p[T?M==="floating"?"reference":"floating":M],f=S0(await a.getClippingRect({element:(t=await(a.isElement==null?void 0:a.isElement(b)))==null||t?b:b.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(p.floating)),boundary:h,rootBoundary:g,strategy:v})),s=M==="floating"?{...i.floating,x:n,y:o}:i.reference,d=await(a.getOffsetParent==null?void 0:a.getOffsetParent(p.floating)),l=await(a.isElement==null?void 0:a.isElement(d))?await(a.getScale==null?void 0:a.getScale(d))||{x:1,y:1}:{x:1,y:1},c=S0(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:s,offsetParent:d,strategy:v}):s);return{top:(f.top-c.top+z.top)/l.y,bottom:(c.bottom-f.bottom+z.bottom)/l.y,left:(f.left-c.left+z.left)/l.x,right:(c.right-f.right+z.right)/l.x}}const zC=e=>({name:"arrow",options:e,async fn(r){const{x:t,y:n,placement:o,rects:a,platform:i,elements:p,middlewareData:v}=r,{element:h,padding:g=0}=Rt(e,r)||{};if(h==null)return{};const M=i5(g),T={x:t,y:n},C=a5(o),z=o5(C),w=await i.getDimensions(h),b=C==="y",f=b?"top":"left",s=b?"bottom":"right",d=b?"clientHeight":"clientWidth",l=a.reference[z]+a.reference[C]-T[C]-a.floating[z],c=T[C]-a.reference[C],m=await(i.getOffsetParent==null?void 0:i.getOffsetParent(h));let x=m?m[d]:0;(!x||!await(i.isElement==null?void 0:i.isElement(m)))&&(x=p.floating[d]||a.floating[z]);const _=l/2-c/2,P=x/2-w[z]/2-1,V=kt(M[f],P),L=kt(M[s],P),E=V,R=x-w[z]-L,N=x/2-w[z]/2+_,W=r5(E,N,R),K=!v.arrow&&Nt(o)!=null&&N!=W&&a.reference[z]/2-(N<E?V:L)-w[z]/2<0,Q=K?N<E?N-E:N-R:0;return{[C]:T[C]+Q,data:{[C]:W,centerOffset:N-W-Q,...K&&{alignmentOffset:Q}},reset:K}}});function MC(e,r,t){return(e?[...t.filter(o=>Nt(o)===e),...t.filter(o=>Nt(o)!==e)]:t.filter(o=>ct(o)===o)).filter(o=>e?Nt(o)===e||(r?ma(o)!==o:!1):!0)}const TC=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(r){var t,n,o;const{rects:a,middlewareData:i,placement:p,platform:v,elements:h}=r,{crossAxis:g=!1,alignment:M,allowedPlacements:T=Ad,autoAlignment:C=!0,...z}=Rt(e,r),w=M!==void 0||T===Ad?MC(M||null,C,T):T,b=await Ut(r,z),f=((t=i.autoPlacement)==null?void 0:t.index)||0,s=w[f];if(s==null)return{};const d=Ed(s,a,await(v.isRTL==null?void 0:v.isRTL(h.floating)));if(p!==s)return{reset:{placement:w[0]}};const l=[b[ct(s)],b[d[0]],b[d[1]]],c=[...((n=i.autoPlacement)==null?void 0:n.overflows)||[],{placement:s,overflows:l}],m=w[f+1];if(m)return{data:{index:f+1,overflows:c},reset:{placement:m}};const x=c.map(V=>{const L=Nt(V.placement);return[V.placement,L&&g?V.overflows.slice(0,2).reduce((E,R)=>E+R,0):V.overflows[0],V.overflows]}).sort((V,L)=>V[1]-L[1]),P=((o=x.filter(V=>V[2].slice(0,Nt(V[0])?2:3).every(L=>L<=0))[0])==null?void 0:o[0])||x[0][0];return P!==p?{data:{index:f+1,overflows:c},reset:{placement:P}}:{}}}},OC=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(r){var t,n;const{placement:o,middlewareData:a,rects:i,initialPlacement:p,platform:v,elements:h}=r,{mainAxis:g=!0,crossAxis:M=!0,fallbackPlacements:T,fallbackStrategy:C="bestFit",fallbackAxisSideDirection:z="none",flipAlignment:w=!0,...b}=Rt(e,r);if((t=a.arrow)!=null&&t.alignmentOffset)return{};const f=ct(o),s=ct(p)===p,d=await(v.isRTL==null?void 0:v.isRTL(h.floating)),l=T||(s||!w?[ga(p)]:gC(p));!T&&z!=="none"&&l.push(...wC(p,w,z,d));const c=[p,...l],m=await Ut(r,b),x=[];let _=((n=a.flip)==null?void 0:n.overflows)||[];if(g&&x.push(m[f]),M){const E=Ed(o,i,d);x.push(m[E[0]],m[E[1]])}if(_=[..._,{placement:o,overflows:x}],!x.every(E=>E<=0)){var P,V;const E=(((P=a.flip)==null?void 0:P.index)||0)+1,R=c[E];if(R)return{data:{index:E,overflows:_},reset:{placement:R}};let N=(V=_.filter(W=>W.overflows[0]<=0).sort((W,K)=>W.overflows[1]-K.overflows[1])[0])==null?void 0:V.placement;if(!N)switch(C){case"bestFit":{var L;const W=(L=_.map(K=>[K.placement,K.overflows.filter(Q=>Q>0).reduce((Q,oe)=>Q+oe,0)]).sort((K,Q)=>K[1]-Q[1])[0])==null?void 0:L[0];W&&(N=W);break}case"initialPlacement":N=p;break}if(o!==N)return{reset:{placement:N}}}return{}}}};function Rd(e,r){return{top:e.top-r.height,right:e.right-r.width,bottom:e.bottom-r.height,left:e.left-r.width}}function Nd(e){return Ld.some(r=>e[r]>=0)}const PC=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(r){const{rects:t}=r,{strategy:n="referenceHidden",...o}=Rt(e,r);switch(n){case"referenceHidden":{const a=await Ut(r,{...o,elementContext:"reference"}),i=Rd(a,t.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:Nd(i)}}}case"escaped":{const a=await Ut(r,{...o,altBoundary:!0}),i=Rd(a,t.floating);return{data:{escapedOffsets:i,escaped:Nd(i)}}}default:return{}}}}};function jd(e){const r=kt(...e.map(a=>a.left)),t=kt(...e.map(a=>a.top)),n=G1(...e.map(a=>a.right)),o=G1(...e.map(a=>a.bottom));return{x:r,y:t,width:n-r,height:o-t}}function VC(e){const r=e.slice().sort((o,a)=>o.y-a.y),t=[];let n=null;for(let o=0;o<r.length;o++){const a=r[o];!n||a.y-n.y>n.height/2?t.push([a]):t[t.length-1].push(a),n=a}return t.map(o=>S0(jd(o)))}const SC=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(r){const{placement:t,elements:n,rects:o,platform:a,strategy:i}=r,{padding:p=2,x:v,y:h}=Rt(e,r),g=Array.from(await(a.getClientRects==null?void 0:a.getClientRects(n.reference))||[]),M=VC(g),T=S0(jd(g)),C=i5(p);function z(){if(M.length===2&&M[0].left>M[1].right&&v!=null&&h!=null)return M.find(b=>v>b.left-C.left&&v<b.right+C.right&&h>b.top-C.top&&h<b.bottom+C.bottom)||T;if(M.length>=2){if(qr(t)==="y"){const V=M[0],L=M[M.length-1],E=ct(t)==="top",R=V.top,N=L.bottom,W=E?V.left:L.left,K=E?V.right:L.right,Q=K-W,oe=N-R;return{top:R,bottom:N,left:W,right:K,width:Q,height:oe,x:W,y:R}}const b=ct(t)==="left",f=G1(...M.map(V=>V.right)),s=kt(...M.map(V=>V.left)),d=M.filter(V=>b?V.left===s:V.right===f),l=d[0].top,c=d[d.length-1].bottom,m=s,x=f,_=x-m,P=c-l;return{top:l,bottom:c,left:m,right:x,width:_,height:P,x:m,y:l}}return T}const w=await a.getElementRects({reference:{getBoundingClientRect:z},floating:n.floating,strategy:i});return o.reference.x!==w.reference.x||o.reference.y!==w.reference.y||o.reference.width!==w.reference.width||o.reference.height!==w.reference.height?{reset:{rects:w}}:{}}}};async function _C(e,r){const{placement:t,platform:n,elements:o}=e,a=await(n.isRTL==null?void 0:n.isRTL(o.floating)),i=ct(t),p=Nt(t),v=qr(t)==="y",h=["left","top"].includes(i)?-1:1,g=a&&v?-1:1,M=Rt(r,e);let{mainAxis:T,crossAxis:C,alignmentAxis:z}=typeof M=="number"?{mainAxis:M,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...M};return p&&typeof z=="number"&&(C=p==="end"?z*-1:z),v?{x:C*g,y:T*h}:{x:T*h,y:C*g}}const $d=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(r){var t,n;const{x:o,y:a,placement:i,middlewareData:p}=r,v=await _C(r,e);return i===((t=p.offset)==null?void 0:t.placement)&&(n=p.arrow)!=null&&n.alignmentOffset?{}:{x:o+v.x,y:a+v.y,data:{...v,placement:i}}}}},LC=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(r){const{x:t,y:n,placement:o}=r,{mainAxis:a=!0,crossAxis:i=!1,limiter:p={fn:b=>{let{x:f,y:s}=b;return{x:f,y:s}}},...v}=Rt(e,r),h={x:t,y:n},g=await Ut(r,v),M=qr(ct(o)),T=n5(M);let C=h[T],z=h[M];if(a){const b=T==="y"?"top":"left",f=T==="y"?"bottom":"right",s=C+g[b],d=C-g[f];C=r5(s,C,d)}if(i){const b=M==="y"?"top":"left",f=M==="y"?"bottom":"right",s=z+g[b],d=z-g[f];z=r5(s,z,d)}const w=p.fn({...r,[T]:C,[M]:z});return{...w,data:{x:w.x-t,y:w.y-n}}}}},HC=function(e){return e===void 0&&(e={}),{options:e,fn(r){const{x:t,y:n,placement:o,rects:a,middlewareData:i}=r,{offset:p=0,mainAxis:v=!0,crossAxis:h=!0}=Rt(e,r),g={x:t,y:n},M=qr(o),T=n5(M);let C=g[T],z=g[M];const w=Rt(p,r),b=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(v){const d=T==="y"?"height":"width",l=a.reference[T]-a.floating[d]+b.mainAxis,c=a.reference[T]+a.reference[d]-b.mainAxis;C<l?C=l:C>c&&(C=c)}if(h){var f,s;const d=T==="y"?"width":"height",l=["top","left"].includes(ct(o)),c=a.reference[M]-a.floating[d]+(l&&((f=i.offset)==null?void 0:f[M])||0)+(l?0:b.crossAxis),m=a.reference[M]+a.reference[d]+(l?0:((s=i.offset)==null?void 0:s[M])||0)-(l?b.crossAxis:0);z<c?z=c:z>m&&(z=m)}return{[T]:C,[M]:z}}}},AC=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(r){const{placement:t,rects:n,platform:o,elements:a}=r,{apply:i=()=>{},...p}=Rt(e,r),v=await Ut(r,p),h=ct(t),g=Nt(t),M=qr(t)==="y",{width:T,height:C}=n.floating;let z,w;h==="top"||h==="bottom"?(z=h,w=g===(await(o.isRTL==null?void 0:o.isRTL(a.floating))?"start":"end")?"left":"right"):(w=h,z=g==="end"?"top":"bottom");const b=C-v[z],f=T-v[w],s=!r.middlewareData.shift;let d=b,l=f;if(M){const m=T-v.left-v.right;l=g||s?kt(f,m):m}else{const m=C-v.top-v.bottom;d=g||s?kt(b,m):m}if(s&&!g){const m=G1(v.left,0),x=G1(v.right,0),_=G1(v.top,0),P=G1(v.bottom,0);M?l=T-2*(m!==0||x!==0?m+x:G1(v.left,v.right)):d=C-2*(_!==0||P!==0?_+P:G1(v.top,v.bottom))}await i({...r,availableWidth:l,availableHeight:d});const c=await o.getDimensions(a.floating);return T!==c.width||C!==c.height?{reset:{rects:!0}}:{}}}};function gr(e){return Dd(e)?(e.nodeName||"").toLowerCase():"#document"}function st(e){var r;return(e==null||(r=e.ownerDocument)==null?void 0:r.defaultView)||window}function or(e){var r;return(r=(Dd(e)?e.ownerDocument:e.document)||window.document)==null?void 0:r.documentElement}function Dd(e){return e instanceof Node||e instanceof st(e).Node}function ar(e){return e instanceof Element||e instanceof st(e).Element}function Gt(e){return e instanceof HTMLElement||e instanceof st(e).HTMLElement}function Fd(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof st(e).ShadowRoot}function kn(e){const{overflow:r,overflowX:t,overflowY:n,display:o}=zt(e);return/auto|scroll|overlay|hidden|clip/.test(r+n+t)&&!["inline","contents"].includes(o)}function EC(e){return["table","td","th"].includes(gr(e))}function l5(e){const r=c5(),t=zt(e);return t.transform!=="none"||t.perspective!=="none"||(t.containerType?t.containerType!=="normal":!1)||!r&&(t.backdropFilter?t.backdropFilter!=="none":!1)||!r&&(t.filter?t.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(t.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(t.contain||"").includes(n))}function kC(e){let r=_0(e);for(;Gt(r)&&!ya(r);){if(l5(r))return r;r=_0(r)}return null}function c5(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ya(e){return["html","body","#document"].includes(gr(e))}function zt(e){return st(e).getComputedStyle(e)}function wa(e){return ar(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function _0(e){if(gr(e)==="html")return e;const r=e.assignedSlot||e.parentNode||Fd(e)&&e.host||or(e);return Fd(r)?r.host:r}function Id(e){const r=_0(e);return ya(r)?e.ownerDocument?e.ownerDocument.body:e.body:Gt(r)&&kn(r)?r:Id(r)}function ir(e,r,t){var n;r===void 0&&(r=[]),t===void 0&&(t=!0);const o=Id(e),a=o===((n=e.ownerDocument)==null?void 0:n.body),i=st(o);return a?r.concat(i,i.visualViewport||[],kn(o)?o:[],i.frameElement&&t?ir(i.frameElement):[]):r.concat(o,ir(o,[],t))}function Wd(e){const r=zt(e);let t=parseFloat(r.width)||0,n=parseFloat(r.height)||0;const o=Gt(e),a=o?e.offsetWidth:t,i=o?e.offsetHeight:n,p=ha(t)!==a||ha(n)!==i;return p&&(t=a,n=i),{width:t,height:n,$:p}}function s5(e){return ar(e)?e:e.contextElement}function L0(e){const r=s5(e);if(!Gt(r))return mr(1);const t=r.getBoundingClientRect(),{width:n,height:o,$:a}=Wd(r);let i=(a?ha(t.width):t.width)/n,p=(a?ha(t.height):t.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!p||!Number.isFinite(p))&&(p=1),{x:i,y:p}}const RC=mr(0);function Ud(e){const r=st(e);return!c5()||!r.visualViewport?RC:{x:r.visualViewport.offsetLeft,y:r.visualViewport.offsetTop}}function NC(e,r,t){return r===void 0&&(r=!1),!t||r&&t!==st(e)?!1:r}function Br(e,r,t,n){r===void 0&&(r=!1),t===void 0&&(t=!1);const o=e.getBoundingClientRect(),a=s5(e);let i=mr(1);r&&(n?ar(n)&&(i=L0(n)):i=L0(e));const p=NC(a,t,n)?Ud(a):mr(0);let v=(o.left+p.x)/i.x,h=(o.top+p.y)/i.y,g=o.width/i.x,M=o.height/i.y;if(a){const T=st(a),C=n&&ar(n)?st(n):n;let z=T.frameElement;for(;z&&n&&C!==T;){const w=L0(z),b=z.getBoundingClientRect(),f=zt(z),s=b.left+(z.clientLeft+parseFloat(f.paddingLeft))*w.x,d=b.top+(z.clientTop+parseFloat(f.paddingTop))*w.y;v*=w.x,h*=w.y,g*=w.x,M*=w.y,v+=s,h+=d,z=st(z).frameElement}}return S0({width:g,height:M,x:v,y:h})}function jC(e){let{rect:r,offsetParent:t,strategy:n}=e;const o=Gt(t),a=or(t);if(t===a)return r;let i={scrollLeft:0,scrollTop:0},p=mr(1);const v=mr(0);if((o||!o&&n!=="fixed")&&((gr(t)!=="body"||kn(a))&&(i=wa(t)),Gt(t))){const h=Br(t);p=L0(t),v.x=h.x+t.clientLeft,v.y=h.y+t.clientTop}return{width:r.width*p.x,height:r.height*p.y,x:r.x*p.x-i.scrollLeft*p.x+v.x,y:r.y*p.y-i.scrollTop*p.y+v.y}}function $C(e){return Array.from(e.getClientRects())}function Gd(e){return Br(or(e)).left+wa(e).scrollLeft}function DC(e){const r=or(e),t=wa(e),n=e.ownerDocument.body,o=G1(r.scrollWidth,r.clientWidth,n.scrollWidth,n.clientWidth),a=G1(r.scrollHeight,r.clientHeight,n.scrollHeight,n.clientHeight);let i=-t.scrollLeft+Gd(e);const p=-t.scrollTop;return zt(n).direction==="rtl"&&(i+=G1(r.clientWidth,n.clientWidth)-o),{width:o,height:a,x:i,y:p}}function FC(e,r){const t=st(e),n=or(e),o=t.visualViewport;let a=n.clientWidth,i=n.clientHeight,p=0,v=0;if(o){a=o.width,i=o.height;const h=c5();(!h||h&&r==="fixed")&&(p=o.offsetLeft,v=o.offsetTop)}return{width:a,height:i,x:p,y:v}}function IC(e,r){const t=Br(e,!0,r==="fixed"),n=t.top+e.clientTop,o=t.left+e.clientLeft,a=Gt(e)?L0(e):mr(1),i=e.clientWidth*a.x,p=e.clientHeight*a.y,v=o*a.x,h=n*a.y;return{width:i,height:p,x:v,y:h}}function qd(e,r,t){let n;if(r==="viewport")n=FC(e,t);else if(r==="document")n=DC(or(e));else if(ar(r))n=IC(r,t);else{const o=Ud(e);n={...r,x:r.x-o.x,y:r.y-o.y}}return S0(n)}function Bd(e,r){const t=_0(e);return t===r||!ar(t)||ya(t)?!1:zt(t).position==="fixed"||Bd(t,r)}function WC(e,r){const t=r.get(e);if(t)return t;let n=ir(e,[],!1).filter(p=>ar(p)&&gr(p)!=="body"),o=null;const a=zt(e).position==="fixed";let i=a?_0(e):e;for(;ar(i)&&!ya(i);){const p=zt(i),v=l5(i);!v&&p.position==="fixed"&&(o=null),(a?!v&&!o:!v&&p.position==="static"&&!!o&&["absolute","fixed"].includes(o.position)||kn(i)&&!v&&Bd(e,i))?n=n.filter(g=>g!==i):o=p,i=_0(i)}return r.set(e,n),n}function UC(e){let{element:r,boundary:t,rootBoundary:n,strategy:o}=e;const i=[...t==="clippingAncestors"?WC(r,this._c):[].concat(t),n],p=i[0],v=i.reduce((h,g)=>{const M=qd(r,g,o);return h.top=G1(M.top,h.top),h.right=kt(M.right,h.right),h.bottom=kt(M.bottom,h.bottom),h.left=G1(M.left,h.left),h},qd(r,p,o));return{width:v.right-v.left,height:v.bottom-v.top,x:v.left,y:v.top}}function GC(e){const{width:r,height:t}=Wd(e);return{width:r,height:t}}function qC(e,r,t){const n=Gt(r),o=or(r),a=t==="fixed",i=Br(e,!0,a,r);let p={scrollLeft:0,scrollTop:0};const v=mr(0);if(n||!n&&!a)if((gr(r)!=="body"||kn(o))&&(p=wa(r)),n){const h=Br(r,!0,a,r);v.x=h.x+r.clientLeft,v.y=h.y+r.clientTop}else o&&(v.x=Gd(o));return{x:i.left+p.scrollLeft-v.x,y:i.top+p.scrollTop-v.y,width:i.width,height:i.height}}function Kd(e,r){return!Gt(e)||zt(e).position==="fixed"?null:r?r(e):e.offsetParent}function Yd(e,r){const t=st(e);if(!Gt(e))return t;let n=Kd(e,r);for(;n&&EC(n)&&zt(n).position==="static";)n=Kd(n,r);return n&&(gr(n)==="html"||gr(n)==="body"&&zt(n).position==="static"&&!l5(n))?t:n||kC(e)||t}const BC=async function(e){let{reference:r,floating:t,strategy:n}=e;const o=this.getOffsetParent||Yd,a=this.getDimensions;return{reference:qC(r,await o(t),n),floating:{x:0,y:0,...await a(t)}}};function KC(e){return zt(e).direction==="rtl"}const Xd={convertOffsetParentRelativeRectToViewportRelativeRect:jC,getDocumentElement:or,getClippingRect:UC,getOffsetParent:Yd,getElementRects:BC,getClientRects:$C,getDimensions:GC,getScale:L0,isElement:ar,isRTL:KC};function YC(e,r){let t=null,n;const o=or(e);function a(){clearTimeout(n),t&&t.disconnect(),t=null}function i(p,v){p===void 0&&(p=!1),v===void 0&&(v=1),a();const{left:h,top:g,width:M,height:T}=e.getBoundingClientRect();if(p||r(),!M||!T)return;const C=ba(g),z=ba(o.clientWidth-(h+M)),w=ba(o.clientHeight-(g+T)),b=ba(h),s={rootMargin:-C+"px "+-z+"px "+-w+"px "+-b+"px",threshold:G1(0,kt(1,v))||1};let d=!0;function l(c){const m=c[0].intersectionRatio;if(m!==v){if(!d)return i();m?i(!1,m):n=setTimeout(()=>{i(!1,1e-7)},100)}d=!1}try{t=new IntersectionObserver(l,{...s,root:o.ownerDocument})}catch{t=new IntersectionObserver(l,s)}t.observe(e)}return i(!0),a}function XC(e,r,t,n){n===void 0&&(n={});const{ancestorScroll:o=!0,ancestorResize:a=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:p=typeof IntersectionObserver=="function",animationFrame:v=!1}=n,h=s5(e),g=o||a?[...h?ir(h):[],...ir(r)]:[];g.forEach(f=>{o&&f.addEventListener("scroll",t,{passive:!0}),a&&f.addEventListener("resize",t)});const M=h&&p?YC(h,t):null;let T=-1,C=null;i&&(C=new ResizeObserver(f=>{let[s]=f;s&&s.target===h&&C&&(C.unobserve(r),cancelAnimationFrame(T),T=requestAnimationFrame(()=>{C&&C.observe(r)})),t()}),h&&!v&&C.observe(h),C.observe(r));let z,w=v?Br(e):null;v&&b();function b(){const f=Br(e);w&&(f.x!==w.x||f.y!==w.y||f.width!==w.width||f.height!==w.height)&&t(),w=f,z=requestAnimationFrame(b)}return t(),()=>{g.forEach(f=>{o&&f.removeEventListener("scroll",t),a&&f.removeEventListener("resize",t)}),M&&M(),C&&C.disconnect(),C=null,v&&cancelAnimationFrame(z)}}const ZC=TC,JC=LC,QC=OC,ez=AC,tz=PC,Zd=zC,rz=SC,nz=HC,Jd=(e,r,t)=>{const n=new Map,o={platform:Xd,...t},a={...o.platform,_c:n};return CC(e,r,{...o,platform:a})},oz=e=>{const{element:r,padding:t}=e;function n(o){return Object.prototype.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){return n(r)?r.current!=null?Zd({element:r.current,padding:t}).fn(o):{}:r?Zd({element:r,padding:t}).fn(o):{}}}};var xa=typeof document<"u"?ge.useLayoutEffect:ge.useEffect;function Ca(e,r){if(e===r)return!0;if(typeof e!=typeof r)return!1;if(typeof e=="function"&&e.toString()===r.toString())return!0;let t,n,o;if(e&&r&&typeof e=="object"){if(Array.isArray(e)){if(t=e.length,t!=r.length)return!1;for(n=t;n--!==0;)if(!Ca(e[n],r[n]))return!1;return!0}if(o=Object.keys(e),t=o.length,t!==Object.keys(r).length)return!1;for(n=t;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[n]))return!1;for(n=t;n--!==0;){const a=o[n];if(!(a==="_owner"&&e.$$typeof)&&!Ca(e[a],r[a]))return!1}return!0}return e!==e&&r!==r}function Qd(e){const r=I.useRef(e);return xa(()=>{r.current=e}),r}function az(e){e===void 0&&(e={});const{placement:r="bottom",strategy:t="absolute",middleware:n=[],platform:o,whileElementsMounted:a,open:i}=e,[p,v]=I.useState({x:null,y:null,strategy:t,placement:r,middlewareData:{},isPositioned:!1}),[h,g]=I.useState(n);Ca(h,n)||g(n);const M=I.useRef(null),T=I.useRef(null),C=I.useRef(p),z=Qd(a),w=Qd(o),[b,f]=I.useState(null),[s,d]=I.useState(null),l=I.useCallback(V=>{M.current!==V&&(M.current=V,f(V))},[]),c=I.useCallback(V=>{T.current!==V&&(T.current=V,d(V))},[]),m=I.useCallback(()=>{if(!M.current||!T.current)return;const V={placement:r,strategy:t,middleware:h};w.current&&(V.platform=w.current),Jd(M.current,T.current,V).then(L=>{const E={...L,isPositioned:!0};x.current&&!Ca(C.current,E)&&(C.current=E,Ja.flushSync(()=>{v(E)}))})},[h,r,t,w]);xa(()=>{i===!1&&C.current.isPositioned&&(C.current.isPositioned=!1,v(V=>({...V,isPositioned:!1})))},[i]);const x=I.useRef(!1);xa(()=>(x.current=!0,()=>{x.current=!1}),[]),xa(()=>{if(b&&s){if(z.current)return z.current(b,s,m);m()}},[b,s,m,z]);const _=I.useMemo(()=>({reference:M,floating:T,setReference:l,setFloating:c}),[l,c]),P=I.useMemo(()=>({reference:b,floating:s}),[b,s]);return I.useMemo(()=>({...p,update:m,refs:_,elements:P,reference:l,floating:c}),[p,m,_,P,l,c])}var T1=typeof document<"u"?ge.useLayoutEffect:ge.useEffect;let u5=!1,iz=0;const ef=()=>"floating-ui-"+iz++;function lz(){const[e,r]=I.useState(()=>u5?ef():void 0);return T1(()=>{e==null&&r(ef())},[]),I.useEffect(()=>{u5||(u5=!0)},[]),e}const Rn=I.useId||lz;function tf(){const e=new Map;return{emit(r,t){var n;(n=e.get(r))==null||n.forEach(o=>o(t))},on(r,t){e.set(r,[...e.get(r)||[],t])},off(r,t){e.set(r,(e.get(r)||[]).filter(n=>n!==t))}}}const rf=I.createContext(null),nf=I.createContext(null),H0=()=>{var e;return((e=I.useContext(rf))==null?void 0:e.id)||null},Kr=()=>I.useContext(nf),cz=e=>{const r=Rn(),t=Kr(),n=H0(),o=e||n;return T1(()=>{const a={id:r,parentId:o};return t==null||t.addNode(a),()=>{t==null||t.removeNode(a)}},[t,r,o]),r},sz=e=>{let{children:r,id:t}=e;const n=H0();return I.createElement(rf.Provider,{value:I.useMemo(()=>({id:t,parentId:n}),[t,n])},r)},uz=e=>{let{children:r}=e;const t=I.useRef([]),n=I.useCallback(i=>{t.current=[...t.current,i]},[]),o=I.useCallback(i=>{t.current=t.current.filter(p=>p!==i)},[]),a=I.useState(()=>tf())[0];return I.createElement(nf.Provider,{value:I.useMemo(()=>({nodesRef:t,addNode:n,removeNode:o,events:a}),[t,n,o,a])},r)};function nt(e){return(e==null?void 0:e.ownerDocument)||document}function d5(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function of(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(r=>{let{brand:t,version:n}=r;return t+"/"+n}).join(" "):navigator.userAgent}function f5(e){return nt(e).defaultView||window}function Mt(e){return e?e instanceof f5(e).Element:!1}function Yr(e){return e?e instanceof f5(e).HTMLElement:!1}function dz(e){if(typeof ShadowRoot>"u")return!1;const r=f5(e).ShadowRoot;return e instanceof r||e instanceof ShadowRoot}function af(e){if(e.mozInputSource===0&&e.isTrusted)return!0;const r=/Android/i;return(r.test(d5())||r.test(of()))&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function lf(e){return e.width===0&&e.height===0||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}function p5(){return/apple/i.test(navigator.vendor)}function cf(){return d5().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function za(e,r){const t=["mouse","pen"];return r||t.push("",void 0),t.includes(e)}function Tt(e){const r=ge.useRef(e);return T1(()=>{r.current=e}),r}const sf="data-floating-ui-safe-polygon";function Ma(e,r,t){return t&&!za(t)?0:typeof e=="number"?e:e==null?void 0:e[r]}const fz=function(e,r){let{enabled:t=!0,delay:n=0,handleClose:o=null,mouseOnly:a=!1,restMs:i=0,move:p=!0}=r===void 0?{}:r;const{open:v,onOpenChange:h,dataRef:g,events:M,elements:{domReference:T,floating:C},refs:z}=e,w=Kr(),b=H0(),f=Tt(o),s=Tt(n),d=I.useRef(),l=I.useRef(),c=I.useRef(),m=I.useRef(),x=I.useRef(!0),_=I.useRef(!1),P=I.useRef(()=>{}),V=I.useCallback(()=>{var N;const W=(N=g.current.openEvent)==null?void 0:N.type;return(W==null?void 0:W.includes("mouse"))&&W!=="mousedown"},[g]);I.useEffect(()=>{if(!t)return;function N(){clearTimeout(l.current),clearTimeout(m.current),x.current=!0}return M.on("dismiss",N),()=>{M.off("dismiss",N)}},[t,M]),I.useEffect(()=>{if(!t||!f.current||!v)return;function N(){V()&&h(!1)}const W=nt(C).documentElement;return W.addEventListener("mouseleave",N),()=>{W.removeEventListener("mouseleave",N)}},[C,v,h,t,f,g,V]);const L=I.useCallback(function(N){N===void 0&&(N=!0);const W=Ma(s.current,"close",d.current);W&&!c.current?(clearTimeout(l.current),l.current=setTimeout(()=>h(!1),W)):N&&(clearTimeout(l.current),h(!1))},[s,h]),E=I.useCallback(()=>{P.current(),c.current=void 0},[]),R=I.useCallback(()=>{if(_.current){const N=nt(z.floating.current).body;N.style.pointerEvents="",N.removeAttribute(sf),_.current=!1}},[z]);return I.useEffect(()=>{if(!t)return;function N(){return g.current.openEvent?["click","mousedown"].includes(g.current.openEvent.type):!1}function W(oe){if(clearTimeout(l.current),x.current=!1,a&&!za(d.current)||i>0&&Ma(s.current,"open")===0)return;g.current.openEvent=oe;const U=Ma(s.current,"open",d.current);U?l.current=setTimeout(()=>{h(!0)},U):h(!0)}function K(oe){if(N())return;P.current();const U=nt(C);if(clearTimeout(m.current),f.current){clearTimeout(l.current),c.current=f.current({...e,tree:w,x:oe.clientX,y:oe.clientY,onClose(){R(),E(),L()}});const $=c.current;U.addEventListener("mousemove",$),P.current=()=>{U.removeEventListener("mousemove",$)};return}L()}function Q(oe){N()||f.current==null||f.current({...e,tree:w,x:oe.clientX,y:oe.clientY,onClose(){E(),L()}})(oe)}if(Mt(T)){const oe=T;return v&&oe.addEventListener("mouseleave",Q),C==null||C.addEventListener("mouseleave",Q),p&&oe.addEventListener("mousemove",W,{once:!0}),oe.addEventListener("mouseenter",W),oe.addEventListener("mouseleave",K),()=>{v&&oe.removeEventListener("mouseleave",Q),C==null||C.removeEventListener("mouseleave",Q),p&&oe.removeEventListener("mousemove",W),oe.removeEventListener("mouseenter",W),oe.removeEventListener("mouseleave",K)}}},[T,C,t,e,a,i,p,L,E,R,h,v,w,s,f,g]),T1(()=>{var N;if(t&&v&&(N=f.current)!=null&&N.__options.blockPointerEvents&&V()){const Q=nt(C).body;if(Q.setAttribute(sf,""),Q.style.pointerEvents="none",_.current=!0,Mt(T)&&C){var W,K;const oe=T,U=w==null||(W=w.nodesRef.current.find($=>$.id===b))==null||(K=W.context)==null?void 0:K.elements.floating;return U&&(U.style.pointerEvents=""),oe.style.pointerEvents="auto",C.style.pointerEvents="auto",()=>{oe.style.pointerEvents="",C.style.pointerEvents=""}}}},[t,v,b,C,T,w,f,g,V]),T1(()=>{v||(d.current=void 0,E(),R())},[v,E,R]),I.useEffect(()=>()=>{E(),clearTimeout(l.current),clearTimeout(m.current),R()},[t,E,R]),I.useMemo(()=>{if(!t)return{};function N(W){d.current=W.pointerType}return{reference:{onPointerDown:N,onPointerEnter:N,onMouseMove(){v||i===0||(clearTimeout(m.current),m.current=setTimeout(()=>{x.current||h(!0)},i))}},floating:{onMouseEnter(){clearTimeout(l.current)},onMouseLeave(){M.emit("dismiss",{type:"mouseLeave",data:{returnFocus:!1}}),L(!1)}}}},[M,t,i,v,h,L])},uf=I.createContext({delay:0,initialDelay:0,timeoutMs:0,currentId:null,setCurrentId:()=>{},setState:()=>{},isInstantPhase:!1}),df=()=>I.useContext(uf),pz=e=>{let{children:r,delay:t,timeoutMs:n=0}=e;const[o,a]=I.useReducer((v,h)=>({...v,...h}),{delay:t,timeoutMs:n,initialDelay:t,currentId:null,isInstantPhase:!1}),i=I.useRef(null),p=I.useCallback(v=>{a({currentId:v})},[]);return T1(()=>{o.currentId?i.current===null?i.current=o.currentId:a({isInstantPhase:!0}):(a({isInstantPhase:!1}),i.current=null)},[o.currentId]),I.createElement(uf.Provider,{value:I.useMemo(()=>({...o,setState:a,setCurrentId:p}),[o,a,p])},r)},vz=(e,r)=>{let{open:t,onOpenChange:n}=e,{id:o}=r;const{currentId:a,setCurrentId:i,initialDelay:p,setState:v,timeoutMs:h}=df();I.useEffect(()=>{a&&(v({delay:{open:1,close:Ma(p,"close")}}),a!==o&&n(!1))},[o,n,v,a,p]),I.useEffect(()=>{function g(){n(!1),v({delay:p,currentId:null})}if(!t&&a===o)if(h){const M=window.setTimeout(g,h);return()=>{clearTimeout(M)}}else g()},[t,v,a,o,n,p,h]),I.useEffect(()=>{t&&i(o)},[t,i,o])};function Nn(){return Nn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Nn.apply(this,arguments)}function Xr(e){let r=e.activeElement;for(;((t=r)==null||(n=t.shadowRoot)==null?void 0:n.activeElement)!=null;){var t,n;r=r.shadowRoot.activeElement}return r}function ot(e,r){if(!e||!r)return!1;const t=r.getRootNode&&r.getRootNode();if(e.contains(r))return!0;if(t&&dz(t)){let n=r;do{if(n&&e===n)return!0;n=n.parentNode||n.host}while(n)}return!1}let ff=0;function yr(e,r){r===void 0&&(r={});const{preventScroll:t=!1,cancelPrevious:n=!0,sync:o=!1}=r;n&&cancelAnimationFrame(ff);const a=()=>e==null?void 0:e.focus({preventScroll:t});o?a():ff=requestAnimationFrame(a)}function hz(e,r){var t;let n=[],o=(t=e.find(a=>a.id===r))==null?void 0:t.parentId;for(;o;){const a=e.find(i=>i.id===o);o=a==null?void 0:a.parentId,a&&(n=n.concat(a))}return n}function jn(e,r){let t=e.filter(o=>{var a;return o.parentId===r&&((a=o.context)==null?void 0:a.open)})||[],n=t;for(;n.length;)n=e.filter(o=>{var a;return(a=n)==null?void 0:a.some(i=>{var p;return o.parentId===i.id&&((p=o.context)==null?void 0:p.open)})})||[],t=t.concat(n);return t}function Ta(e){return"composedPath"in e?e.composedPath()[0]:e.target}const bz="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function pf(e){return Yr(e)&&e.matches(bz)}function Ot(e){e.preventDefault(),e.stopPropagation()}const Oa=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function vf(e,r){const t=va(e,Oa());r==="prev"&&t.reverse();const n=t.indexOf(Xr(nt(e)));return t.slice(n+1)[0]}function hf(){return vf(document.body,"next")}function bf(){return vf(document.body,"prev")}function $n(e,r){const t=r||e.currentTarget,n=e.relatedTarget;return!n||!ot(t,n)}function mz(e){va(e,Oa()).forEach(t=>{t.dataset.tabindex=t.getAttribute("tabindex")||"",t.setAttribute("tabindex","-1")})}function gz(e){e.querySelectorAll("[data-tabindex]").forEach(t=>{const n=t.dataset.tabindex;delete t.dataset.tabindex,n?t.setAttribute("tabindex",n):t.removeAttribute("tabindex")})}const yz=I.useInsertionEffect||(e=>e());function A0(e){const r=I.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return yz(()=>{r.current=e}),I.useCallback(function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return r.current==null?void 0:r.current(...n)},[])}const v5={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 h5,b5;function mf(e){e.key==="Tab"&&(h5=e.target,clearTimeout(b5))}function wz(e){const r=h5===e.relatedTarget;return h5=e.relatedTarget,clearTimeout(b5),r}const Pa=I.forwardRef(function(r,t){const n=A0(r.onFocus),[o,a]=I.useState();return T1(()=>(p5()&&a("button"),document.addEventListener("keydown",mf),()=>{document.removeEventListener("keydown",mf)}),[]),I.createElement("span",Nn({},r,{ref:t,tabIndex:0,role:o,"aria-hidden":o?void 0:!0,"data-floating-ui-focus-guard":"",style:v5,onFocus:i=>{p5()&&cf()&&!wz(i)?(i.persist(),b5=window.setTimeout(()=>{n(i)},50)):n(i)}}))}),gf=I.createContext(null),yf=function(e){let{id:r,enabled:t=!0}=e===void 0?{}:e;const[n,o]=I.useState(null),a=Rn(),i=wf();return T1(()=>{if(!t)return;const p=r?document.getElementById(r):null;if(p)p.setAttribute("data-floating-ui-portal",""),o(p);else{const v=document.createElement("div");r!==""&&(v.id=r||a),v.setAttribute("data-floating-ui-portal",""),o(v);const h=(i==null?void 0:i.portalNode)||document.body;return h.appendChild(v),()=>{h.removeChild(v)}}},[r,i,a,t]),n},xz=e=>{let{children:r,id:t,root:n=null,preserveTabOrder:o=!0}=e;const a=yf({id:t,enabled:!n}),[i,p]=I.useState(null),v=I.useRef(null),h=I.useRef(null),g=I.useRef(null),M=I.useRef(null),T=!!i&&!i.modal&&!!(n||a)&&o;return I.useEffect(()=>{if(!a||!o||i!=null&&i.modal)return;function C(z){a&&$n(z)&&(z.type==="focusin"?gz:mz)(a)}return a.addEventListener("focusin",C,!0),a.addEventListener("focusout",C,!0),()=>{a.removeEventListener("focusin",C,!0),a.removeEventListener("focusout",C,!0)}},[a,o,i==null?void 0:i.modal]),I.createElement(gf.Provider,{value:I.useMemo(()=>({preserveTabOrder:o,beforeOutsideRef:v,afterOutsideRef:h,beforeInsideRef:g,afterInsideRef:M,portalNode:a,setFocusManagerState:p}),[o,a])},T&&a&&I.createElement(Pa,{"data-type":"outside",ref:v,onFocus:C=>{if($n(C,a)){var z;(z=g.current)==null||z.focus()}else{const w=bf()||(i==null?void 0:i.refs.domReference.current);w==null||w.focus()}}}),T&&a&&I.createElement("span",{"aria-owns":a.id,style:v5}),n?vt.createPortal(r,n):a?vt.createPortal(r,a):null,T&&a&&I.createElement(Pa,{"data-type":"outside",ref:h,onFocus:C=>{if($n(C,a)){var z;(z=M.current)==null||z.focus()}else{const w=hf()||(i==null?void 0:i.refs.domReference.current);w==null||w.focus(),i!=null&&i.closeOnFocusOut&&(i==null||i.onOpenChange(!1))}}}))},wf=()=>I.useContext(gf),Cz=I.forwardRef(function(r,t){return I.createElement("button",Nn({},r,{type:"button",ref:t,tabIndex:-1,style:v5}))});function zz(e){let{context:r,children:t,order:n=["content"],guards:o=!0,initialFocus:a=0,returnFocus:i=!0,modal:p=!0,visuallyHiddenDismiss:v=!1,closeOnFocusOut:h=!0}=e;const{refs:g,nodeId:M,onOpenChange:T,events:C,dataRef:z,elements:{domReference:w,floating:b}}=r,f=Tt(n),s=Kr(),d=wf(),[l,c]=I.useState(null),m=typeof a=="number"&&a<0,x=I.useRef(null),_=I.useRef(null),P=I.useRef(!1),V=I.useRef(null),L=I.useRef(!1),E=d!=null,R=w&&w.getAttribute("role")==="combobox"&&pf(w),N=I.useCallback(function(oe){return oe===void 0&&(oe=b),oe?va(oe,Oa()):[]},[b]),W=I.useCallback(oe=>{const U=N(oe);return f.current.map($=>w&&$==="reference"?w:b&&$==="floating"?b:U).filter(Boolean).flat()},[w,b,f,N]);I.useEffect(()=>{if(!p)return;function oe($){if($.key==="Tab"){N().length===0&&!R&&Ot($);const B=W(),te=Ta($);f.current[0]==="reference"&&te===w&&(Ot($),$.shiftKey?yr(B[B.length-1]):yr(B[1])),f.current[1]==="floating"&&te===b&&$.shiftKey&&(Ot($),yr(B[0]))}}const U=nt(b);return U.addEventListener("keydown",oe),()=>{U.removeEventListener("keydown",oe)}},[w,b,p,f,g,R,N,W]),I.useEffect(()=>{if(!h)return;function oe(){L.current=!0,setTimeout(()=>{L.current=!1})}function U($){const B=$.relatedTarget,te=!(ot(w,B)||ot(b,B)||ot(B,b)||ot(d==null?void 0:d.portalNode,B)||B!=null&&B.hasAttribute("data-floating-ui-focus-guard")||s&&(jn(s.nodesRef.current,M).find(fe=>{var J,X;return ot((J=fe.context)==null?void 0:J.elements.floating,B)||ot((X=fe.context)==null?void 0:X.elements.domReference,B)})||hz(s.nodesRef.current,M).find(fe=>{var J,X;return((J=fe.context)==null?void 0:J.elements.floating)===B||((X=fe.context)==null?void 0:X.elements.domReference)===B})));B&&te&&!L.current&&B!==V.current&&(P.current=!0,setTimeout(()=>T(!1)))}if(b&&Yr(w))return w.addEventListener("focusout",U),w.addEventListener("pointerdown",oe),!p&&b.addEventListener("focusout",U),()=>{w.removeEventListener("focusout",U),w.removeEventListener("pointerdown",oe),!p&&b.removeEventListener("focusout",U)}},[w,b,p,M,s,d,T,h]),I.useEffect(()=>{var oe;const U=Array.from((d==null||(oe=d.portalNode)==null?void 0:oe.querySelectorAll("[data-floating-ui-portal]"))||[]);function $(){return[x.current,_.current].filter(Boolean)}if(b&&p){const B=[b,...U,...$()],te=Zx(f.current.includes("reference")||R?B.concat(w||[]):B);return()=>{te()}}},[w,b,p,f,d,R]),I.useEffect(()=>{if(p&&!o&&b){const oe=[],U=Oa(),$=va(nt(b).body,U),B=W(),te=$.filter(fe=>!B.includes(fe));return te.forEach((fe,J)=>{oe[J]=fe.getAttribute("tabindex"),fe.setAttribute("tabindex","-1")}),()=>{te.forEach((fe,J)=>{const X=oe[J];X==null?fe.removeAttribute("tabindex"):fe.setAttribute("tabindex",X)})}}},[b,p,o,W]),T1(()=>{if(!b)return;const oe=nt(b);let U=i,$=!1;const B=Xr(oe),te=z.current;V.current=B;const fe=W(b),J=(typeof a=="number"?fe[a]:a.current)||b;!m&&yr(J,{preventScroll:J===b});function X(q){if(q.type==="escapeKey"&&g.domReference.current&&(V.current=g.domReference.current),["referencePress","escapeKey"].includes(q.type))return;const ie=q.data.returnFocus;typeof ie=="object"?(U=!0,$=ie.preventScroll):U=ie}return C.on("dismiss",X),()=>{if(C.off("dismiss",X),ot(b,Xr(oe))&&g.domReference.current&&(V.current=g.domReference.current),U&&Yr(V.current)&&!P.current)if(!g.domReference.current||L.current)yr(V.current,{cancelPrevious:!1,preventScroll:$});else{var q;te.__syncReturnFocus=!0,(q=V.current)==null||q.focus({preventScroll:$}),setTimeout(()=>{delete te.__syncReturnFocus})}}},[b,W,a,i,z,g,C,m]),T1(()=>{if(d)return d.setFocusManagerState({...r,modal:p,closeOnFocusOut:h}),()=>{d.setFocusManagerState(null)}},[d,p,h,r]),T1(()=>{if(m||!b)return;function oe(){c(N().length)}if(oe(),typeof MutationObserver=="function"){const U=new MutationObserver(oe);return U.observe(b,{childList:!0,subtree:!0}),()=>{U.disconnect()}}},[b,N,m,g]);const K=o&&(E||p)&&!R;function Q(oe){return v&&p?I.createElement(Cz,{ref:oe==="start"?x:_,onClick:()=>T(!1)},typeof v=="string"?v:"Dismiss"):null}return I.createElement(I.Fragment,null,K&&I.createElement(Pa,{"data-type":"inside",ref:d==null?void 0:d.beforeInsideRef,onFocus:oe=>{if(p){const $=W();yr(n[0]==="reference"?$[0]:$[$.length-1])}else if(d!=null&&d.preserveTabOrder&&d.portalNode)if(P.current=!1,$n(oe,d.portalNode)){const $=hf()||w;$==null||$.focus()}else{var U;(U=d.beforeOutsideRef.current)==null||U.focus()}}}),R?null:Q("start"),I.cloneElement(t,l===0||n.includes("floating")?{tabIndex:0}:{}),Q("end"),K&&I.createElement(Pa,{"data-type":"inside",ref:d==null?void 0:d.afterInsideRef,onFocus:oe=>{if(p)yr(W()[0]);else if(d!=null&&d.preserveTabOrder&&d.portalNode)if(P.current=!0,$n(oe,d.portalNode)){const $=bf()||w;$==null||$.focus()}else{var U;(U=d.afterOutsideRef.current)==null||U.focus()}}}))}const Va="data-floating-ui-scroll-lock",Mz=I.forwardRef(function(r,t){let{lockScroll:n=!1,...o}=r;return T1(()=>{var a,i;if(!n||document.body.hasAttribute(Va))return;document.body.setAttribute(Va,"");const h=Math.round(document.documentElement.getBoundingClientRect().left)+document.documentElement.scrollLeft?"paddingLeft":"paddingRight",g=window.innerWidth-document.documentElement.clientWidth;if(!/iP(hone|ad|od)|iOS/.test(d5()))return Object.assign(document.body.style,{overflow:"hidden",[h]:g+"px"}),()=>{document.body.removeAttribute(Va),Object.assign(document.body.style,{overflow:"",[h]:""})};const M=((a=window.visualViewport)==null?void 0:a.offsetLeft)||0,T=((i=window.visualViewport)==null?void 0:i.offsetTop)||0,C=window.pageXOffset,z=window.pageYOffset;return Object.assign(document.body.style,{position:"fixed",overflow:"hidden",top:-(z-Math.floor(T))+"px",left:-(C-Math.floor(M))+"px",right:"0",[h]:g+"px"}),()=>{Object.assign(document.body.style,{position:"",overflow:"",top:"",left:"",right:"",[h]:""}),document.body.removeAttribute(Va),window.scrollTo(C,z)}},[n]),I.createElement("div",Nn({ref:t},o,{style:{position:"fixed",overflow:"auto",top:0,right:0,bottom:0,left:0,...o.style}}))});function xf(e){return Yr(e.target)&&e.target.tagName==="BUTTON"}function Cf(e){return pf(e)}const Tz=function(e,r){let{open:t,onOpenChange:n,dataRef:o,elements:{domReference:a}}=e,{enabled:i=!0,event:p="click",toggle:v=!0,ignoreMouse:h=!1,keyboardHandlers:g=!0}=r===void 0?{}:r;const M=I.useRef();return I.useMemo(()=>i?{reference:{onPointerDown(T){M.current=T.pointerType},onMouseDown(T){T.button===0&&(za(M.current,!0)&&h||p!=="click"&&(t?v&&(!o.current.openEvent||o.current.openEvent.type==="mousedown")&&n(!1):(T.preventDefault(),n(!0)),o.current.openEvent=T.nativeEvent))},onClick(T){if(!o.current.__syncReturnFocus){if(p==="mousedown"&&M.current){M.current=void 0;return}za(M.current,!0)&&h||(t?v&&(!o.current.openEvent||o.current.openEvent.type==="click")&&n(!1):n(!0),o.current.openEvent=T.nativeEvent)}},onKeyDown(T){M.current=void 0,g&&(xf(T)||(T.key===" "&&!Cf(a)&&T.preventDefault(),T.key==="Enter"&&(t?v&&n(!1):n(!0))))},onKeyUp(T){g&&(xf(T)||Cf(a)||T.key===" "&&(t?v&&n(!1):n(!0)))}}}:{},[i,o,p,h,g,a,v,t,n])};function Sa(e,r){if(r==null)return!1;if("composedPath"in e)return e.composedPath().includes(r);const t=e;return t.target!=null&&r.contains(t.target)}const Oz={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},Pz={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},Vz=function(e){var r,t;return e===void 0&&(e=!0),{escapeKeyBubbles:typeof e=="boolean"?e:(r=e.escapeKey)!=null?r:!0,outsidePressBubbles:typeof e=="boolean"?e:(t=e.outsidePress)!=null?t:!0}},Sz=function(e,r){let{open:t,onOpenChange:n,events:o,nodeId:a,elements:{reference:i,domReference:p,floating:v},dataRef:h}=e,{enabled:g=!0,escapeKey:M=!0,outsidePress:T=!0,outsidePressEvent:C="pointerdown",referencePress:z=!1,referencePressEvent:w="pointerdown",ancestorScroll:b=!1,bubbles:f=!0}=r===void 0?{}:r;const s=Kr(),d=H0()!=null,l=A0(typeof T=="function"?T:()=>!1),c=typeof T=="function"?l:T,m=I.useRef(!1),{escapeKeyBubbles:x,outsidePressBubbles:_}=Vz(f);return I.useEffect(()=>{if(!t||!g)return;h.current.__escapeKeyBubbles=x,h.current.__outsidePressBubbles=_;function P(N){if(N.key==="Escape"){const W=s?jn(s.nodesRef.current,a):[];if(W.length>0){let K=!0;if(W.forEach(Q=>{var oe;if((oe=Q.context)!=null&&oe.open&&!Q.context.dataRef.current.__escapeKeyBubbles){K=!1;return}}),!K)return}o.emit("dismiss",{type:"escapeKey",data:{returnFocus:{preventScroll:!1}}}),n(!1)}}function V(N){const W=m.current;if(m.current=!1,W||typeof c=="function"&&!c(N))return;const K=Ta(N);if(Yr(K)&&v){const U=v.ownerDocument.defaultView||window,$=K.scrollWidth>K.clientWidth,B=K.scrollHeight>K.clientHeight;let te=B&&N.offsetX>K.clientWidth;if(B&&U.getComputedStyle(K).direction==="rtl"&&(te=N.offsetX<=K.offsetWidth-K.clientWidth),te||$&&N.offsetY>K.clientHeight)return}const Q=s&&jn(s.nodesRef.current,a).some(U=>{var $;return Sa(N,($=U.context)==null?void 0:$.elements.floating)});if(Sa(N,v)||Sa(N,p)||Q)return;const oe=s?jn(s.nodesRef.current,a):[];if(oe.length>0){let U=!0;if(oe.forEach($=>{var B;if((B=$.context)!=null&&B.open&&!$.context.dataRef.current.__outsidePressBubbles){U=!1;return}}),!U)return}o.emit("dismiss",{type:"outsidePress",data:{returnFocus:d?{preventScroll:!0}:af(N)||lf(N)}}),n(!1)}function L(){n(!1)}const E=nt(v);M&&E.addEventListener("keydown",P),c&&E.addEventListener(C,V);let R=[];return b&&(Mt(p)&&(R=ir(p)),Mt(v)&&(R=R.concat(ir(v))),!Mt(i)&&i&&i.contextElement&&(R=R.concat(ir(i.contextElement)))),R=R.filter(N=>{var W;return N!==((W=E.defaultView)==null?void 0:W.visualViewport)}),R.forEach(N=>{N.addEventListener("scroll",L,{passive:!0})}),()=>{M&&E.removeEventListener("keydown",P),c&&E.removeEventListener(C,V),R.forEach(N=>{N.removeEventListener("scroll",L)})}},[h,v,p,i,M,c,C,o,s,a,t,n,b,g,x,_,d]),I.useEffect(()=>{m.current=!1},[c,C]),I.useMemo(()=>g?{reference:{[Oz[w]]:()=>{z&&(o.emit("dismiss",{type:"referencePress",data:{returnFocus:!1}}),n(!1))}},floating:{[Pz[C]]:()=>{m.current=!0}}}:{},[g,o,z,C,w,n])},_z=function(e,r){let{open:t,onOpenChange:n,dataRef:o,events:a,refs:i,elements:{floating:p,domReference:v}}=e,{enabled:h=!0,keyboardOnly:g=!0}=r===void 0?{}:r;const M=I.useRef(""),T=I.useRef(!1),C=I.useRef();return I.useEffect(()=>{if(!h)return;const w=nt(p).defaultView||window;function b(){!t&&Yr(v)&&v===Xr(nt(v))&&(T.current=!0)}return w.addEventListener("blur",b),()=>{w.removeEventListener("blur",b)}},[p,v,t,h]),I.useEffect(()=>{if(!h)return;function z(w){(w.type==="referencePress"||w.type==="escapeKey")&&(T.current=!0)}return a.on("dismiss",z),()=>{a.off("dismiss",z)}},[a,h]),I.useEffect(()=>()=>{clearTimeout(C.current)},[]),I.useMemo(()=>h?{reference:{onPointerDown(z){let{pointerType:w}=z;M.current=w,T.current=!!(w&&g)},onMouseLeave(){T.current=!1},onFocus(z){var w;T.current||z.type==="focus"&&((w=o.current.openEvent)==null?void 0:w.type)==="mousedown"&&o.current.openEvent&&Sa(o.current.openEvent,v)||(o.current.openEvent=z.nativeEvent,n(!0))},onBlur(z){T.current=!1;const w=z.relatedTarget,b=Mt(w)&&w.hasAttribute("data-floating-ui-focus-guard")&&w.getAttribute("data-type")==="outside";C.current=setTimeout(()=>{ot(i.floating.current,w)||ot(v,w)||b||n(!1)})}}}:{},[h,g,v,i,o,n])};let zf=!1;const m5="ArrowUp",_a="ArrowDown",E0="ArrowLeft",Dn="ArrowRight";function La(e,r,t){return Math.floor(e/r)!==t}function Fn(e,r){return r<0||r>=e.current.length}function q1(e,r){let{startingIndex:t=-1,decrement:n=!1,disabledIndices:o,amount:a=1}=r===void 0?{}:r;const i=e.current;let p=t;do{var v,h;p=p+(n?-a:a)}while(p>=0&&p<=i.length-1&&(o?o.includes(p):i[p]==null||(v=i[p])!=null&&v.hasAttribute("disabled")||((h=i[p])==null?void 0:h.getAttribute("aria-disabled"))==="true"));return p}function Ha(e,r,t){switch(e){case"vertical":return r;case"horizontal":return t;default:return r||t}}function Mf(e,r){return Ha(r,e===m5||e===_a,e===E0||e===Dn)}function g5(e,r,t){return Ha(r,e===_a,t?e===E0:e===Dn)||e==="Enter"||e==" "||e===""}function Lz(e,r,t){return Ha(r,t?e===E0:e===Dn,e===_a)}function Hz(e,r,t){return Ha(r,t?e===Dn:e===E0,e===m5)}function y5(e,r){return q1(e,{disabledIndices:r})}function Tf(e,r){return q1(e,{decrement:!0,startingIndex:e.current.length,disabledIndices:r})}const Az=function(e,r){let{open:t,onOpenChange:n,refs:o,elements:{domReference:a}}=e,{listRef:i,activeIndex:p,onNavigate:v=()=>{},enabled:h=!0,selectedIndex:g=null,allowEscape:M=!1,loop:T=!1,nested:C=!1,rtl:z=!1,virtual:w=!1,focusItemOnOpen:b="auto",focusItemOnHover:f=!0,openOnArrowKeyDown:s=!0,disabledIndices:d=void 0,orientation:l="vertical",cols:c=1,scrollItemIntoView:m=!0}=r===void 0?{listRef:{current:[]},activeIndex:null,onNavigate:()=>{}}:r;process.env.NODE_ENV!=="production"&&(M&&(T||console.warn(["Floating UI: `useListNavigation` looping must be enabled to allow","escaping."].join(" ")),w||console.warn(["Floating UI: `useListNavigation` must be virtual to allow","escaping."].join(" "))),l==="vertical"&&c>1&&console.warn(["Floating UI: In grid list navigation mode (`cols` > 1), the",'`orientation` should be either "horizontal" or "both".'].join(" ")));const x=H0(),_=Kr(),P=A0(v),V=I.useRef(b),L=I.useRef(g??-1),E=I.useRef(null),R=I.useRef(!0),N=I.useRef(P),W=I.useRef(t),K=I.useRef(!1),Q=I.useRef(!1),oe=Tt(d),U=Tt(t),$=Tt(m),[B,te]=I.useState(),fe=I.useCallback(function(q,ie,le){le===void 0&&(le=!1);const ne=q.current[ie.current];w?te(ne==null?void 0:ne.id):yr(ne,{preventScroll:!0,sync:cf()&&p5()?zf||K.current:!1}),requestAnimationFrame(()=>{const pe=$.current;pe&&ne&&(le||!R.current)&&(ne.scrollIntoView==null||ne.scrollIntoView(typeof pe=="boolean"?{block:"nearest",inline:"nearest"}:pe))})},[w,$]);T1(()=>{document.createElement("div").focus({get preventScroll(){return zf=!0,!1}})},[]),T1(()=>{h&&(t?V.current&&g!=null&&(Q.current=!0,P(g)):W.current&&(L.current=-1,N.current(null)))},[h,t,g,P]),T1(()=>{if(h&&t)if(p==null){if(K.current=!1,g!=null)return;W.current&&(L.current=-1,fe(i,L)),!W.current&&V.current&&(E.current!=null||V.current===!0&&E.current==null)&&(L.current=E.current==null||g5(E.current,l,z)||C?y5(i,oe.current):Tf(i,oe.current),P(L.current))}else Fn(i,p)||(L.current=p,fe(i,L,Q.current),Q.current=!1)},[h,t,p,g,C,i,l,z,P,fe,oe]),T1(()=>{if(h&&W.current&&!t){var q,ie;const le=_==null||(q=_.nodesRef.current.find(ne=>ne.id===x))==null||(ie=q.context)==null?void 0:ie.elements.floating;le&&!ot(le,Xr(nt(le)))&&le.focus({preventScroll:!0})}},[h,t,_,x]),T1(()=>{E.current=null,N.current=P,W.current=t});const J=p!=null,X=I.useMemo(()=>{function q(le){if(!t)return;const ne=i.current.indexOf(le);ne!==-1&&P(ne)}return{onFocus(le){let{currentTarget:ne}=le;q(ne)},onClick:le=>{let{currentTarget:ne}=le;return ne.focus({preventScroll:!0})},...f&&{onMouseMove(le){let{currentTarget:ne}=le;q(ne)},onPointerLeave(){if(R.current&&(L.current=-1,fe(i,L),vt.flushSync(()=>P(null)),!w)){var le;(le=o.floating.current)==null||le.focus({preventScroll:!0})}}}}},[t,o,fe,f,i,P,w]);return I.useMemo(()=>{if(!h)return{};const q=oe.current;function ie(be){if(R.current=!1,K.current=!0,!U.current&&be.currentTarget===o.floating.current)return;if(C&&Hz(be.key,l,z)){Ot(be),n(!1),Yr(a)&&a.focus();return}const me=L.current,ce=y5(i,q),ae=Tf(i,q);if(be.key==="Home"&&(L.current=ce,P(L.current)),be.key==="End"&&(L.current=ae,P(L.current)),c>1){const se=L.current;if(be.key===m5){if(Ot(be),se===-1)L.current=ae;else if(L.current=q1(i,{startingIndex:se,amount:c,decrement:!0,disabledIndices:q}),T&&(se-c<ce||L.current<0)){const we=se%c,Ce=ae%c,Me=ae-(Ce-we);Ce===we?L.current=ae:L.current=Ce>we?Me:Me-c}Fn(i,L.current)&&(L.current=se),P(L.current)}if(be.key===_a&&(Ot(be),se===-1?L.current=ce:(L.current=q1(i,{startingIndex:se,amount:c,disabledIndices:q}),T&&se+c>ae&&(L.current=q1(i,{startingIndex:se%c-c,amount:c,disabledIndices:q}))),Fn(i,L.current)&&(L.current=se),P(L.current)),l==="both"){const we=Math.floor(se/c);be.key===Dn&&(Ot(be),se%c!==c-1?(L.current=q1(i,{startingIndex:se,disabledIndices:q}),T&&La(L.current,c,we)&&(L.current=q1(i,{startingIndex:se-se%c-1,disabledIndices:q}))):T&&(L.current=q1(i,{startingIndex:se-se%c-1,disabledIndices:q})),La(L.current,c,we)&&(L.current=se)),be.key===E0&&(Ot(be),se%c!==0?(L.current=q1(i,{startingIndex:se,disabledIndices:q,decrement:!0}),T&&La(L.current,c,we)&&(L.current=q1(i,{startingIndex:se+(c-se%c),decrement:!0,disabledIndices:q}))):T&&(L.current=q1(i,{startingIndex:se+(c-se%c),decrement:!0,disabledIndices:q})),La(L.current,c,we)&&(L.current=se));const Ce=Math.floor(ae/c)===we;Fn(i,L.current)&&(T&&Ce?L.current=be.key===E0?ae:q1(i,{startingIndex:se-se%c-1,disabledIndices:q}):L.current=se),P(L.current);return}}if(Mf(be.key,l)){if(Ot(be),t&&!w&&Xr(be.currentTarget.ownerDocument)===be.currentTarget){L.current=g5(be.key,l,z)?ce:ae,P(L.current);return}g5(be.key,l,z)?T?L.current=me>=ae?M&&me!==i.current.length?-1:ce:q1(i,{startingIndex:me,disabledIndices:q}):L.current=Math.min(ae,q1(i,{startingIndex:me,disabledIndices:q})):T?L.current=me<=ce?M&&me!==-1?i.current.length:ae:q1(i,{startingIndex:me,decrement:!0,disabledIndices:q}):L.current=Math.max(ce,q1(i,{startingIndex:me,decrement:!0,disabledIndices:q})),Fn(i,L.current)?P(null):P(L.current)}}function le(be){b==="auto"&&af(be.nativeEvent)&&(V.current=!0)}function ne(be){V.current=b,b==="auto"&&lf(be.nativeEvent)&&(V.current=!0)}const pe=w&&t&&J&&{"aria-activedescendant":B};return{reference:{...pe,onKeyDown(be){R.current=!1;const me=be.key.indexOf("Arrow")===0;if(w&&t)return ie(be);if(!t&&!s&&me)return;if((me||be.key==="Enter"||be.key===" "||be.key==="")&&(E.current=be.key),C){Lz(be.key,l,z)&&(Ot(be),t?(L.current=y5(i,q),P(L.current)):n(!0));return}Mf(be.key,l)&&(g!=null&&(L.current=g),Ot(be),!t&&s?n(!0):ie(be),t&&P(L.current))},onFocus(){t&&P(null)},onPointerDown:ne,onMouseDown:le,onClick:le},floating:{"aria-orientation":l==="both"?void 0:l,...pe,onKeyDown:ie,onPointerMove(){R.current=!0}},item:X}},[a,o,B,oe,U,i,h,l,z,w,t,J,C,g,s,M,c,T,b,P,n,X])};function Ez(e){return I.useMemo(()=>e.every(r=>r==null)?null:r=>{e.forEach(t=>{typeof t=="function"?t(r):t!=null&&(t.current=r)})},e)}const kz=function(e,r){let{open:t}=e,{enabled:n=!0,role:o="dialog"}=r===void 0?{}:r;const a=Rn(),i=Rn();return I.useMemo(()=>{const p={id:a,role:o};return n?o==="tooltip"?{reference:{"aria-describedby":t?a:void 0},floating:p}:{reference:{"aria-expanded":t?"true":"false","aria-haspopup":o==="alertdialog"?"dialog":o,"aria-controls":t?a:void 0,...o==="listbox"&&{role:"combobox"},...o==="menu"&&{id:i}},floating:{...p,...o==="menu"&&{"aria-labelledby":i}}}:{}},[n,o,t,a,i])},Of=e=>e.replace(/[A-Z]+(?![a-z])|[A-Z]/g,(r,t)=>(t?"-":"")+r.toLowerCase());function Rz(e,r){const[t,n]=I.useState(e);return e&&!t&&n(!0),I.useEffect(()=>{if(!e){const o=setTimeout(()=>n(!1),r);return()=>clearTimeout(o)}},[e,r]),t}function Pf(e,r){let{open:t,elements:{floating:n}}=e,{duration:o=250}=r===void 0?{}:r;const i=(typeof o=="number"?o:o.close)||0,[p,v]=I.useState(!1),[h,g]=I.useState("unmounted"),M=Rz(t,i);return T1(()=>{p&&!M&&g("unmounted")},[p,M]),T1(()=>{if(n)if(t){g("initial");const T=requestAnimationFrame(()=>{g("open")});return()=>{cancelAnimationFrame(T)}}else v(!0),g("close")},[t,n]),{isMounted:M,status:h}}function Nz(e,r){let{initial:t={opacity:0},open:n,close:o,common:a,duration:i=250}=r===void 0?{}:r;const p=e.placement,v=p.split("-")[0],[h,g]=I.useState({}),{isMounted:M,status:T}=Pf(e,{duration:i}),C=Tt(t),z=Tt(n),w=Tt(o),b=Tt(a),f=typeof i=="number",s=(f?i:i.open)||0,d=(f?i:i.close)||0;return T1(()=>{const l={side:v,placement:p},c=C.current,m=w.current,x=z.current,_=b.current,P=typeof c=="function"?c(l):c,V=typeof m=="function"?m(l):m,L=typeof _=="function"?_(l):_,E=(typeof x=="function"?x(l):x)||Object.keys(P).reduce((R,N)=>(R[N]="",R),{});if(T==="initial"&&g(R=>({transitionProperty:R.transitionProperty,...L,...P})),T==="open"&&g({transitionProperty:Object.keys(E).map(Of).join(","),transitionDuration:s+"ms",...L,...E}),T==="close"){const R=V||P;g({transitionProperty:Object.keys(R).map(Of).join(","),transitionDuration:d+"ms",...L,...R})}},[v,p,d,w,C,z,b,s,T]),{isMounted:M,styles:h}}const jz=function(e,r){var t;let{open:n,dataRef:o}=e,{listRef:a,activeIndex:i,onMatch:p=()=>{},enabled:v=!0,findMatch:h=null,resetMs:g=1e3,ignoreKeys:M=[],selectedIndex:T=null}=r===void 0?{listRef:{current:[]},activeIndex:null}:r;const C=I.useRef(),z=I.useRef(""),w=I.useRef((t=T??i)!=null?t:-1),b=I.useRef(null),f=A0(p),s=Tt(h),d=Tt(M);return T1(()=>{n&&(clearTimeout(C.current),b.current=null,z.current="")},[n]),T1(()=>{if(n&&z.current===""){var l;w.current=(l=T??i)!=null?l:-1}},[n,T,i]),I.useMemo(()=>{if(!v)return{};function l(c){const m=Ta(c.nativeEvent);if(Mt(m)&&(Xr(nt(m))!==c.currentTarget&&m.closest('[role="dialog"],[role="menu"],[role="listbox"],[role="tree"],[role="grid"]')!==c.currentTarget))return;z.current.length>0&&z.current[0]!==" "&&(o.current.typing=!0,c.key===" "&&Ot(c));const x=a.current;if(x==null||d.current.includes(c.key)||c.key.length!==1||c.ctrlKey||c.metaKey||c.altKey)return;x.every(R=>{var N,W;return R?((N=R[0])==null?void 0:N.toLocaleLowerCase())!==((W=R[1])==null?void 0:W.toLocaleLowerCase()):!0})&&z.current===c.key&&(z.current="",w.current=b.current),z.current+=c.key,clearTimeout(C.current),C.current=setTimeout(()=>{z.current="",w.current=b.current,o.current.typing=!1},g);const P=w.current,V=[...x.slice((P||0)+1),...x.slice(0,(P||0)+1)],L=s.current?s.current(V,z.current):V.find(R=>(R==null?void 0:R.toLocaleLowerCase().indexOf(z.current.toLocaleLowerCase()))===0),E=L?x.indexOf(L):-1;E!==-1&&(f(E),b.current=E)}return{reference:{onKeyDown:l},floating:{onKeyDown:l}}},[v,o,a,g,d,s,f])};function Vf(e,r){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:r}}}}const $z=e=>({name:"inner",options:e,async fn(r){const{listRef:t,overflowRef:n,onFallbackChange:o,offset:a=0,index:i=0,minItemsVisible:p=4,referenceOverflowThreshold:v=0,scrollRef:h,...g}=e,{rects:M,elements:{floating:T}}=r,C=t.current[i];if(process.env.NODE_ENV!=="production"&&(r.placement.startsWith("bottom")||console.warn(['Floating UI: `placement` side must be "bottom" when using the',"`inner` middleware."].join(" "))),!C)return{};const z={...r,...await $d(-C.offsetTop-M.reference.height/2-C.offsetHeight/2-a).fn(r)},w=(h==null?void 0:h.current)||T,b=await Ut(Vf(z,w.scrollHeight),g),f=await Ut(z,{...g,elementContext:"reference"}),s=Math.max(0,b.top),d=z.y+s,l=Math.max(0,w.scrollHeight-s-Math.max(0,b.bottom));return w.style.maxHeight=l+"px",w.scrollTop=s,o&&(w.offsetHeight<C.offsetHeight*Math.min(p,t.current.length-1)-1||f.top>=-v||f.bottom>=-v?vt.flushSync(()=>o(!0)):vt.flushSync(()=>o(!1))),n&&(n.current=await Ut(Vf({...z,y:d},w.offsetHeight),g)),{y:d}}}),Dz=(e,r)=>{let{open:t,elements:n}=e,{enabled:o=!0,overflowRef:a,scrollRef:i,onChange:p}=r;const v=A0(p),h=I.useRef(!1),g=I.useRef(null),M=I.useRef(null);return I.useEffect(()=>{if(!o)return;function T(z){if(z.ctrlKey||!C||a.current==null)return;const w=z.deltaY,b=a.current.top>=-.5,f=a.current.bottom>=-.5,s=C.scrollHeight-C.clientHeight,d=w<0?-1:1,l=w<0?"max":"min";C.scrollHeight<=C.clientHeight||(!b&&w>0||!f&&w<0?(z.preventDefault(),vt.flushSync(()=>{v(c=>c+Math[l](w,s*d))})):/firefox/i.test(of())&&(C.scrollTop+=w))}const C=(i==null?void 0:i.current)||n.floating;if(t&&C)return C.addEventListener("wheel",T),requestAnimationFrame(()=>{g.current=C.scrollTop,a.current!=null&&(M.current={...a.current})}),()=>{g.current=null,M.current=null,C.removeEventListener("wheel",T)}},[o,t,n.floating,a,i,v]),I.useMemo(()=>o?{floating:{onKeyDown(){h.current=!0},onWheel(){h.current=!1},onPointerMove(){h.current=!1},onScroll(){const T=(i==null?void 0:i.current)||n.floating;if(!(!a.current||!T||!h.current)){if(g.current!==null){const C=T.scrollTop-g.current;(a.current.bottom<-.5&&C<-1||a.current.top<-.5&&C>1)&&vt.flushSync(()=>v(z=>z+C))}requestAnimationFrame(()=>{g.current=T.scrollTop})}}}}:{},[o,a,n.floating,i,v])};function Fz(e,r){const[t,n]=e;let o=!1;const a=r.length;for(let i=0,p=a-1;i<a;p=i++){const[v,h]=r[i]||[0,0],[g,M]=r[p]||[0,0];h>=n!=M>=n&&t<=(g-v)*(n-h)/(M-h)+v&&(o=!o)}return o}function Iz(e,r){return e[0]>=r.x&&e[0]<=r.x+r.width&&e[1]>=r.y&&e[1]<=r.y+r.height}function Wz(e){let{restMs:r=0,buffer:t=.5,blockPointerEvents:n=!1}=e===void 0?{}:e,o,a=!1,i=!1;const p=v=>{let{x:h,y:g,placement:M,elements:T,onClose:C,nodeId:z,tree:w}=v;return function(f){function s(){clearTimeout(o),C()}if(clearTimeout(o),!T.domReference||!T.floating||M==null||h==null||g==null)return;const{clientX:d,clientY:l}=f,c=[d,l],m=Ta(f),x=f.type==="mouseleave",_=ot(T.floating,m),P=ot(T.domReference,m),V=T.domReference.getBoundingClientRect(),L=T.floating.getBoundingClientRect(),E=M.split("-")[0],R=h>L.right-L.width/2,N=g>L.bottom-L.height/2,W=Iz(c,V);if(_&&(i=!0),P&&(i=!1),P&&!x){i=!0;return}if(x&&Mt(f.relatedTarget)&&ot(T.floating,f.relatedTarget)||w&&jn(w.nodesRef.current,z).some(U=>{let{context:$}=U;return $==null?void 0:$.open}))return;if(E==="top"&&g>=V.bottom-1||E==="bottom"&&g<=V.top+1||E==="left"&&h>=V.right-1||E==="right"&&h<=V.left+1)return s();let K=[];switch(E){case"top":K=[[L.left,V.top+1],[L.left,L.bottom-1],[L.right,L.bottom-1],[L.right,V.top+1]],a=d>=L.left&&d<=L.right&&l>=L.top&&l<=V.top+1;break;case"bottom":K=[[L.left,L.top+1],[L.left,V.bottom-1],[L.right,V.bottom-1],[L.right,L.top+1]],a=d>=L.left&&d<=L.right&&l>=V.bottom-1&&l<=L.bottom;break;case"left":K=[[L.right-1,L.bottom],[L.right-1,L.top],[V.left+1,L.top],[V.left+1,L.bottom]],a=d>=L.left&&d<=V.left+1&&l>=L.top&&l<=L.bottom;break;case"right":K=[[V.right-1,L.bottom],[V.right-1,L.top],[L.left+1,L.top],[L.left+1,L.bottom]],a=d>=V.right-1&&d<=L.right&&l>=L.top&&l<=L.bottom;break}function Q(U){let[$,B]=U;const te=L.width>V.width,fe=L.height>V.height;switch(E){case"top":{const J=[te?$+t/2:R?$+t*4:$-t*4,B+t+1],X=[te?$-t/2:R?$+t*4:$-t*4,B+t+1],q=[[L.left,R||te?L.bottom-t:L.top],[L.right,R?te?L.bottom-t:L.top:L.bottom-t]];return[J,X,...q]}case"bottom":{const J=[te?$+t/2:R?$+t*4:$-t*4,B-t],X=[te?$-t/2:R?$+t*4:$-t*4,B-t],q=[[L.left,R||te?L.top+t:L.bottom],[L.right,R?te?L.top+t:L.bottom:L.top+t]];return[J,X,...q]}case"left":{const J=[$+t+1,fe?B+t/2:N?B+t*4:B-t*4],X=[$+t+1,fe?B-t/2:N?B+t*4:B-t*4];return[...[[N||fe?L.right-t:L.left,L.top],[N?fe?L.right-t:L.left:L.right-t,L.bottom]],J,X]}case"right":{const J=[$-t,fe?B+t/2:N?B+t*4:B-t*4],X=[$-t,fe?B-t/2:N?B+t*4:B-t*4],q=[[N||fe?L.left+t:L.right,L.top],[N?fe?L.left+t:L.right:L.left+t,L.bottom]];return[J,X,...q]}}}const oe=a?K:Q([h,g]);if(!a){if(i&&!W)return s();Fz([d,l],oe)?r&&!i&&(o=setTimeout(s,r)):s()}}};return p.__options={blockPointerEvents:n},p}function Uz(e){e===void 0&&(e={});const{open:r=!1,onOpenChange:t,nodeId:n}=e,o=az(e),a=Kr(),i=I.useRef(null),p=I.useRef({}),v=I.useState(()=>tf())[0],[h,g]=I.useState(null),M=I.useCallback(f=>{const s=Mt(f)?{getBoundingClientRect:()=>f.getBoundingClientRect(),contextElement:f}:f;o.refs.setReference(s)},[o.refs]),T=I.useCallback(f=>{(Mt(f)||f===null)&&(i.current=f,g(f)),(Mt(o.refs.reference.current)||o.refs.reference.current===null||f!==null&&!Mt(f))&&o.refs.setReference(f)},[o.refs]),C=I.useMemo(()=>({...o.refs,setReference:T,setPositionReference:M,domReference:i}),[o.refs,T,M]),z=I.useMemo(()=>({...o.elements,domReference:h}),[o.elements,h]),w=A0(t),b=I.useMemo(()=>({...o,refs:C,elements:z,dataRef:p,nodeId:n,events:v,open:r,onOpenChange:w}),[o,n,v,r,w,C,z]);return T1(()=>{const f=a==null?void 0:a.nodesRef.current.find(s=>s.id===n);f&&(f.context=b)}),I.useMemo(()=>({...o,context:b,refs:C,reference:T,positionReference:M}),[o,C,b,T,M])}function w5(e,r,t){const n=new Map;return{...t==="floating"&&{tabIndex:-1},...e,...r.map(o=>o?o[t]:null).concat(e).reduce((o,a)=>(a&&Object.entries(a).forEach(i=>{let[p,v]=i;if(p.indexOf("on")===0){if(n.has(p)||n.set(p,[]),typeof v=="function"){var h;(h=n.get(p))==null||h.push(v),o[p]=function(){for(var g,M=arguments.length,T=new Array(M),C=0;C<M;C++)T[C]=arguments[C];(g=n.get(p))==null||g.forEach(z=>z(...T))}}}else o[p]=v}),o),{})}}const N1=G0(Object.freeze(Object.defineProperty({__proto__:null,FloatingDelayGroup:pz,FloatingFocusManager:zz,FloatingNode:sz,FloatingOverlay:Mz,FloatingPortal:xz,FloatingTree:uz,arrow:oz,autoPlacement:ZC,autoUpdate:XC,computePosition:Jd,detectOverflow:Ut,flip:QC,getOverflowAncestors:ir,hide:tz,inline:rz,inner:$z,limitShift:nz,offset:$d,platform:Xd,safePolygon:Wz,shift:JC,size:ez,useClick:Tz,useDelayGroup:vz,useDelayGroupContext:df,useDismiss:Sz,useFloating:Uz,useFloatingNodeId:cz,useFloatingParentNodeId:H0,useFloatingPortalNode:yf,useFloatingTree:Kr,useFocus:_z,useHover:fz,useId:Rn,useInnerOffset:Dz,useInteractions:function(e){e===void 0&&(e=[]);const r=e,t=I.useCallback(a=>w5(a,e,"reference"),r),n=I.useCallback(a=>w5(a,e,"floating"),r),o=I.useCallback(a=>w5(a,e,"item"),e.map(a=>a==null?void 0:a.item));return I.useMemo(()=>({getReferenceProps:t,getFloatingProps:n,getItemProps:o}),[t,n,o])},useListNavigation:Az,useMergeRefs:Ez,useRole:kz,useTransitionStatus:Pf,useTransitionStyles:Nz,useTypeahead:jz},Symbol.toStringTag,{value:"Module"})));var Sf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(z,w){for(var b in w)Object.defineProperty(z,b,{enumerable:!0,get:w[b]})}r(e,{DialogHeader:function(){return T},default:function(){return C}});var t=h(ge),n=h(Ue),o=Re,a=h(Ae),i=Le,p=g0;function v(){return v=Object.assign||function(z){for(var w=1;w<arguments.length;w++){var b=arguments[w];for(var f in b)Object.prototype.hasOwnProperty.call(b,f)&&(z[f]=b[f])}return z},v.apply(this,arguments)}function h(z){return z&&z.__esModule?z:{default:z}}function g(z,w){if(z==null)return{};var b=M(z,w),f,s;if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(z);for(s=0;s<d.length;s++)f=d[s],!(w.indexOf(f)>=0)&&Object.prototype.propertyIsEnumerable.call(z,f)&&(b[f]=z[f])}return b}function M(z,w){if(z==null)return{};var b={},f=Object.keys(z),s,d;for(d=0;d<f.length;d++)s=f[d],!(w.indexOf(s)>=0)&&(b[s]=z[s]);return b}var T=t.default.forwardRef(function(z,w){var b=z.className,f=z.children,s=g(z,["className","children"]),d=(0,i.useTheme)().dialogHeader,l=d.defaultProps,c=d.styles.base;b=b??l.className;var m=(0,o.twMerge)((0,n.default)((0,a.default)(c)),b);return t.default.createElement("div",v({},s,{ref:w,className:m}),f)});T.propTypes={className:p.propTypesClassName,children:p.propTypesChildren},T.displayName="MaterialTailwind.DialogHeader";var C=T})(Sf);var _f={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(w,b){for(var f in b)Object.defineProperty(w,f,{enumerable:!0,get:b[f]})}r(e,{DialogBody:function(){return C},default:function(){return z}});var t=g(ge),n=g(Ue),o=Re,a=g(Ae),i=Le,p=g0;function v(w,b,f){return b in w?Object.defineProperty(w,b,{value:f,enumerable:!0,configurable:!0,writable:!0}):w[b]=f,w}function h(){return h=Object.assign||function(w){for(var b=1;b<arguments.length;b++){var f=arguments[b];for(var s in f)Object.prototype.hasOwnProperty.call(f,s)&&(w[s]=f[s])}return w},h.apply(this,arguments)}function g(w){return w&&w.__esModule?w:{default:w}}function M(w,b){if(w==null)return{};var f=T(w,b),s,d;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(w);for(d=0;d<l.length;d++)s=l[d],!(b.indexOf(s)>=0)&&Object.prototype.propertyIsEnumerable.call(w,s)&&(f[s]=w[s])}return f}function T(w,b){if(w==null)return{};var f={},s=Object.keys(w),d,l;for(l=0;l<s.length;l++)d=s[l],!(b.indexOf(d)>=0)&&(f[d]=w[d]);return f}var C=t.default.forwardRef(function(w,b){var f=w.divider,s=w.className,d=w.children,l=M(w,["divider","className","children"]),c=(0,i.useTheme)().dialogBody,m=c.defaultProps,x=c.styles.base;s=s??m.className;var _=(0,o.twMerge)((0,n.default)((0,a.default)(x.initial),v({},(0,a.default)(x.divider),f)),s);return t.default.createElement("div",h({},l,{ref:b,className:_}),d)});C.propTypes={divider:p.propTypesDivider,className:p.propTypesClassName,children:p.propTypesChildren},C.displayName="MaterialTailwind.DialogBody";var z=C})(_f);var Lf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(z,w){for(var b in w)Object.defineProperty(z,b,{enumerable:!0,get:w[b]})}r(e,{DialogFooter:function(){return T},default:function(){return C}});var t=h(ge),n=h(Ue),o=Re,a=h(Ae),i=Le,p=g0;function v(){return v=Object.assign||function(z){for(var w=1;w<arguments.length;w++){var b=arguments[w];for(var f in b)Object.prototype.hasOwnProperty.call(b,f)&&(z[f]=b[f])}return z},v.apply(this,arguments)}function h(z){return z&&z.__esModule?z:{default:z}}function g(z,w){if(z==null)return{};var b=M(z,w),f,s;if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(z);for(s=0;s<d.length;s++)f=d[s],!(w.indexOf(f)>=0)&&Object.prototype.propertyIsEnumerable.call(z,f)&&(b[f]=z[f])}return b}function M(z,w){if(z==null)return{};var b={},f=Object.keys(z),s,d;for(d=0;d<f.length;d++)s=f[d],!(w.indexOf(s)>=0)&&(b[s]=z[s]);return b}var T=t.default.forwardRef(function(z,w){var b=z.className,f=z.children,s=g(z,["className","children"]),d=(0,i.useTheme)().dialogFooter,l=d.defaultProps,c=d.styles.base;b=b??l.className;var m=(0,o.twMerge)((0,n.default)((0,a.default)(c)),b);return t.default.createElement("div",v({},s,{ref:w,className:m}),f)});T.propTypes={className:p.propTypesClassName,children:p.propTypesChildren},T.displayName="MaterialTailwind.DialogFooter";var C=T})(Lf),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(V,L){for(var E in L)Object.defineProperty(V,E,{enumerable:!0,get:L[E]})}r(e,{Dialog:function(){return _},DialogHeader:function(){return C.DialogHeader},DialogBody:function(){return z.DialogBody},DialogFooter:function(){return w.DialogFooter},default:function(){return P}});var t=s(ge),n=s(ke),o=N1,a=$1,i=s(Ue),p=s(W1),v=Re,h=s(C1),g=s(Ae),M=Le,T=g0,C=Sf,z=_f,w=Lf;function b(V,L,E){return L in V?Object.defineProperty(V,L,{value:E,enumerable:!0,configurable:!0,writable:!0}):V[L]=E,V}function f(){return f=Object.assign||function(V){for(var L=1;L<arguments.length;L++){var E=arguments[L];for(var R in E)Object.prototype.hasOwnProperty.call(E,R)&&(V[R]=E[R])}return V},f.apply(this,arguments)}function s(V){return V&&V.__esModule?V:{default:V}}function d(V){for(var L=1;L<arguments.length;L++){var E=arguments[L]!=null?arguments[L]:{},R=Object.keys(E);typeof Object.getOwnPropertySymbols=="function"&&(R=R.concat(Object.getOwnPropertySymbols(E).filter(function(N){return Object.getOwnPropertyDescriptor(E,N).enumerable}))),R.forEach(function(N){b(V,N,E[N])})}return V}function l(V,L){var E=Object.keys(V);if(Object.getOwnPropertySymbols){var R=Object.getOwnPropertySymbols(V);L&&(R=R.filter(function(N){return Object.getOwnPropertyDescriptor(V,N).enumerable})),E.push.apply(E,R)}return E}function c(V,L){return L=L??{},Object.getOwnPropertyDescriptors?Object.defineProperties(V,Object.getOwnPropertyDescriptors(L)):l(Object(L)).forEach(function(E){Object.defineProperty(V,E,Object.getOwnPropertyDescriptor(L,E))}),V}function m(V,L){if(V==null)return{};var E=x(V,L),R,N;if(Object.getOwnPropertySymbols){var W=Object.getOwnPropertySymbols(V);for(N=0;N<W.length;N++)R=W[N],!(L.indexOf(R)>=0)&&Object.prototype.propertyIsEnumerable.call(V,R)&&(E[R]=V[R])}return E}function x(V,L){if(V==null)return{};var E={},R=Object.keys(V),N,W;for(W=0;W<R.length;W++)N=R[W],!(L.indexOf(N)>=0)&&(E[N]=V[N]);return E}var _=t.default.forwardRef(function(V,L){var E=V.open,R=V.handler,N=V.size,W=V.dismiss,K=V.animate,Q=V.className,oe=V.children,U=m(V,["open","handler","size","dismiss","animate","className","children"]),$=(0,M.useTheme)().dialog,B=$.defaultProps,te=$.valid,fe=$.styles,J=fe.base,X=fe.sizes;R=R??void 0,N=N??B.size,W=W??B.dismiss,K=K??B.animate,Q=Q??B.className;var q=(0,i.default)((0,g.default)(J.backdrop)),ie=(0,v.twMerge)((0,i.default)((0,g.default)(J.container),(0,g.default)(X[(0,h.default)(te.sizes,N,"md")])),Q),le={unmount:{opacity:0,y:-50,transition:{duration:.3}},mount:{opacity:1,y:0,transition:{duration:.3}}},ne={unmount:{opacity:0,transition:{delay:.2}},mount:{opacity:1}},pe=(0,p.default)(le,K),be=(0,o.useFloating)({open:E,onOpenChange:R}),me=be.floating,ce=be.context,ae=(0,o.useId)(),se="".concat(ae,"-label"),we="".concat(ae,"-description"),Ce=(0,o.useInteractions)([(0,o.useClick)(ce),(0,o.useRole)(ce),(0,o.useDismiss)(ce,W)]).getFloatingProps,Me=(0,o.useMergeRefs)([L,me]),Pe=a.AnimatePresence;return t.default.createElement(a.LazyMotion,{features:a.domAnimation},t.default.createElement(o.FloatingPortal,null,t.default.createElement(Pe,null,E&&t.default.createElement(o.FloatingOverlay,{style:{zIndex:9999},lockScroll:!0},t.default.createElement(o.FloatingFocusManager,{context:ce},t.default.createElement(a.m.div,{className:N==="xxl"?"":q,initial:"unmount",exit:"unmount",animate:E?"mount":"unmount",variants:ne,transition:{duration:.2}},t.default.createElement(a.m.div,f({},Ce(c(d({},U),{ref:Me,className:ie,"aria-labelledby":se,"aria-describedby":we})),{initial:"unmount",exit:"unmount",animate:E?"mount":"unmount",variants:pe}),oe)))))))});_.propTypes={open:T.propTypesOpen,handler:T.propTypesHandler,size:n.default.oneOf(T.propTypesSize),dismiss:T.propTypesDismiss,animate:T.propTypesAnimate,className:T.propTypesClassName,children:T.propTypesChildren},_.displayName="MaterialTailwind.Dialog";var P=Object.assign(_,{Header:C.DialogHeader,Body:z.DialogBody,Footer:w.DialogFooter})}(zd);var Hf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{Input:function(){return z},default:function(){return w}});var t=M(ge),n=M(ke),o=M(Ue),a=M(C1),i=M(Ae),p=Le,v=bn;function h(b,f,s){return f in b?Object.defineProperty(b,f,{value:s,enumerable:!0,configurable:!0,writable:!0}):b[f]=s,b}function g(){return g=Object.assign||function(b){for(var f=1;f<arguments.length;f++){var s=arguments[f];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(b[d]=s[d])}return b},g.apply(this,arguments)}function M(b){return b&&b.__esModule?b:{default:b}}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=t.default.forwardRef(function(b,f){var s=b.variant,d=b.color,l=b.size,c=b.label,m=b.error,x=b.success,_=b.icon,P=b.containerProps,V=b.labelProps,L=b.className,E=b.shrink,R=b.inputRef,N=T(b,["variant","color","size","label","error","success","icon","containerProps","labelProps","className","shrink","inputRef"]),W=(0,p.useTheme)().input,K=W.defaultProps,Q=W.valid,oe=W.styles,U=oe.base,$=oe.variants;s=s??K.variant,l=l??K.size,d=d??K.color,c=c??K.label,V=V??K.labelProps,P=P??K.containerProps,L=L??K.className,E=E??K.shrink,_=_??K.icon;var B=$[(0,a.default)(Q.variants,s,"outlined")],te=B.sizes[(0,a.default)(Q.sizes,l,"md")],fe=(0,i.default)(B.error.input),J=(0,i.default)(B.success.input),X=(0,i.default)(B.shrink.input),q=(0,i.default)(B.colors.input[(0,a.default)(Q.colors,d,"gray")]),ie=(0,i.default)(B.error.label),le=(0,i.default)(B.success.label),ne=(0,i.default)(B.shrink.label),pe=(0,i.default)(B.colors.label[(0,a.default)(Q.colors,d,"gray")]),be=(0,o.default)((0,i.default)(U.container),(0,i.default)(te.container),P==null?void 0:P.className),me=(0,o.default)((0,i.default)(U.input),(0,i.default)(B.base.input),(0,i.default)(te.input),h({},(0,i.default)(B.base.inputWithIcon),_),h({},q,!m&&!x),h({},fe,m),h({},J,x),h({},X,E),L),ce=(0,o.default)((0,i.default)(U.label),(0,i.default)(B.base.label),(0,i.default)(te.label),h({},pe,!m&&!x),h({},ie,m),h({},le,x),h({},ne,E),V==null?void 0:V.className),ae=(0,o.default)((0,i.default)(U.icon),(0,i.default)(B.base.icon),(0,i.default)(te.icon)),se=(0,o.default)((0,i.default)(U.asterisk));return t.default.createElement("div",g({},P,{ref:f,className:be}),_&&t.default.createElement("div",{className:ae},_),t.default.createElement("input",g({},N,{ref:R,className:me,placeholder:(N==null?void 0:N.placeholder)||" "})),t.default.createElement("label",g({},V,{className:ce}),c," ",N.required?t.default.createElement("span",{className:se},"*"):""))});z.propTypes={variant:n.default.oneOf(v.propTypesVariant),size:n.default.oneOf(v.propTypesSize),color:n.default.oneOf(v.propTypesColor),label:v.propTypesLabel,error:v.propTypesError,success:v.propTypesSuccess,icon:v.propTypesIcon,labelProps:v.propTypesLabelProps,containerProps:v.propTypesContainerProps,shrink:v.propTypesShrink,className:v.propTypesClassName},z.displayName="MaterialTailwind.Input";var w=z})(Hf);var Af={},In={},k0={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{propTypesOpen:function(){return h},propTypesHandler:function(){return g},propTypesPlacement:function(){return M},propTypesOffset:function(){return T},propTypesDismiss:function(){return C},propTypesAnimate:function(){return z},propTypesLockScroll:function(){return w},propTypesDisabled:function(){return b},propTypesClassName:function(){return f},propTypesChildren:function(){return s},propTypesContextValue:function(){return d}});var t=a(ke),n=x1;function o(l,c,m){return c in l?Object.defineProperty(l,c,{value:m,enumerable:!0,configurable:!0,writable:!0}):l[c]=m,l}function a(l){return l&&l.__esModule?l:{default:l}}function i(l){for(var c=1;c<arguments.length;c++){var m=arguments[c]!=null?arguments[c]:{},x=Object.keys(m);typeof Object.getOwnPropertySymbols=="function"&&(x=x.concat(Object.getOwnPropertySymbols(m).filter(function(_){return Object.getOwnPropertyDescriptor(m,_).enumerable}))),x.forEach(function(_){o(l,_,m[_])})}return l}function p(l,c){var m=Object.keys(l);if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(l);c&&(x=x.filter(function(_){return Object.getOwnPropertyDescriptor(l,_).enumerable})),m.push.apply(m,x)}return m}function v(l,c){return c=c??{},Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(c)):p(Object(c)).forEach(function(m){Object.defineProperty(l,m,Object.getOwnPropertyDescriptor(c,m))}),l}var h=t.default.bool,g=t.default.func,M=n.propTypesPlacements,T=n.propTypesOffsetType,C=t.default.shape(v(i({},n.propTypesDismissType),{itemPress:t.default.bool})),z=n.propTypesAnimation,w=t.default.bool,b=t.default.bool,f=t.default.string,s=t.default.node.isRequired,d=t.default.shape({open:t.default.bool.isRequired,handler:t.default.func.isRequired,setInternalOpen:t.default.func.isRequired,strategy:t.default.oneOf(["fixed","absolute"]).isRequired,x:t.default.number.isRequired,y:t.default.number.isRequired,reference:t.default.func.isRequired,floating:t.default.func.isRequired,listItemsRef:t.default.instanceOf(Object).isRequired,getReferenceProps:t.default.func.isRequired,getFloatingProps:t.default.func.isRequired,getItemProps:t.default.func.isRequired,appliedAnimation:z.isRequired,lockScroll:t.default.bool.isRequired,context:t.default.instanceOf(Object).isRequired,tree:t.default.any.isRequired,allowHover:t.default.bool.isRequired,activeIndex:t.default.number.isRequired,setActiveIndex:t.default.func.isRequired,nested:t.default.bool.isRequired})})(k0),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(v,h){for(var g in h)Object.defineProperty(v,g,{enumerable:!0,get:h[g]})}r(e,{MenuContext:function(){return a},useMenu:function(){return i},MenuContextProvider:function(){return p}});var t=o(ge),n=k0;function o(v){return v&&v.__esModule?v:{default:v}}var a=t.default.createContext(null);a.displayName="MaterialTailwind.MenuContext";function i(){var v=t.default.useContext(a);if(!v)throw new Error("useMenu() must be used within a Menu. It happens when you use MenuCore, MenuHandler, MenuItem or MenuList components outside the Menu component.");return v}var p=function(v){var h=v.value,g=v.children;return t.default.createElement(a.Provider,{value:h},g)};p.prototypes={value:n.propTypesContextValue,children:n.propTypesChildren},p.displayName="MaterialTailwind.MenuContextProvider"}(In);var Ef={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{MenuCore:function(){return b},default:function(){return f}});var t=M(ge),n=M(ke),o=N1,a=M(W1),i=Le,p=In,v=k0;function h(s,d){(d==null||d>s.length)&&(d=s.length);for(var l=0,c=new Array(d);l<d;l++)c[l]=s[l];return c}function g(s){if(Array.isArray(s))return s}function M(s){return s&&s.__esModule?s:{default:s}}function T(s,d){var l=s==null?null:typeof Symbol<"u"&&s[Symbol.iterator]||s["@@iterator"];if(l!=null){var c=[],m=!0,x=!1,_,P;try{for(l=l.call(s);!(m=(_=l.next()).done)&&(c.push(_.value),!(d&&c.length===d));m=!0);}catch(V){x=!0,P=V}finally{try{!m&&l.return!=null&&l.return()}finally{if(x)throw P}}return c}}function C(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function z(s,d){return g(s)||T(s,d)||w(s,d)||C()}function w(s,d){if(s){if(typeof s=="string")return h(s,d);var l=Object.prototype.toString.call(s).slice(8,-1);if(l==="Object"&&s.constructor&&(l=s.constructor.name),l==="Map"||l==="Set")return Array.from(l);if(l==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(l))return h(s,d)}}var b=t.default.forwardRef(function(s,d){var l=s.open,c=s.handler,m=s.placement,x=s.offset,_=s.dismiss,P=s.animate,V=s.lockScroll,L=s.allowHover,E=s.children,R=(0,i.useTheme)().menu,N=R.defaultProps,W=z(t.default.useState(!1),2),K=W[0],Q=W[1],oe=z(t.default.useState(!1),2),U=oe[0],$=oe[1];l=l??K,c=c??Q,m=m??N.placement,x=x??N.offset,_=_??N.dismiss,P=P??N.animate,V=V??N.lockScroll;var B={unmount:{opacity:0,transformOrigin:"top",transform:"scale(0.95)",transition:{duration:.2,times:[.4,0,.2,1]}},mount:{opacity:1,transformOrigin:"top",transform:"scale(1)",transition:{duration:.2,times:[.4,0,.2,1]}}},te=(0,a.default)(B,P),fe=z(t.default.useState(null),2),J=fe[0],X=fe[1],q=t.default.useRef([]),ie=t.default.useRef(t.default.Children.map(E,function(We){return t.default.isValidElement(We)?We.props.label:null})),le=(0,o.useFloatingTree)(),ne=(0,o.useFloatingNodeId)(),pe=(0,o.useFloatingParentNodeId)(),be=pe!=null,me=(0,o.useFloating)({open:l,nodeId:ne,placement:m,onOpenChange:c,middleware:[(0,o.offset)(x),(0,o.flip)(),(0,o.shift)()],whileElementsMounted:o.autoUpdate}),ce=me.x,ae=me.y,se=me.strategy,we=me.refs,Ce=me.context,Me=(0,o.useInteractions)([(0,o.useHover)(Ce,{handleClose:(0,o.safePolygon)({restMs:25,blockPointerEvents:!0}),enabled:L||be&&U,delay:{open:75}}),(0,o.useClick)(Ce,{toggle:!be||!U,event:"mousedown",ignoreMouse:be}),(0,o.useRole)(Ce,{role:"menu"}),(0,o.useDismiss)(Ce,_),(0,o.useListNavigation)(Ce,{listRef:q,activeIndex:J,nested:be,onNavigate:X}),(0,o.useTypeahead)(Ce,{listRef:ie,onMatch:l?X:void 0,activeIndex:J})]),Pe=Me.getReferenceProps,ze=Me.getFloatingProps,Ee=Me.getItemProps;t.default.useEffect(function(){var We=function(){_.itemPress&&c(!1)},Fe=function(r1){r1.nodeId!==ne&&r1.parentId===pe&&c(!1)};return le==null||le.events.on("click",We),le==null||le.events.on("menuopen",Fe),function(){le==null||le.events.off("click",We),le==null||le.events.off("menuopen",Fe)}},[le,ne,pe,c,_]),t.default.useEffect(function(){l&&(le==null||le.events.emit("menuopen",{parentId:pe,nodeId:ne}))},[le,l,ne,pe]),t.default.useEffect(function(){var We=function(r1){var o1=r1.pointerType;o1!=="touch"&&$(!0)},Fe=function(){$(!1)};return window.addEventListener("pointermove",We,{once:!0,capture:!0}),window.addEventListener("keydown",Fe,!0),function(){window.removeEventListener("pointermove",We,{capture:!0}),window.removeEventListener("keydown",Fe,!0)}},[U]);var Ie=(0,o.useMergeRefs)([we.setReference,d]),Ke=t.default.useMemo(function(){return{open:l,handler:c,setInternalOpen:Q,strategy:se,x:ce,y:ae,reference:Ie,floating:we.setFloating,listItemsRef:q,getReferenceProps:Pe,getFloatingProps:ze,getItemProps:Ee,appliedAnimation:te,lockScroll:V,context:Ce,activeIndex:J,tree:le,allowHover:L,internalAllowHover:U,nested:be,setActiveIndex:X}},[l,c,Q,se,ce,ae,Ie,we,Pe,ze,Ee,te,V,Ce,J,le,L,U,be,X]);return t.default.createElement(p.MenuContextProvider,{value:Ke},t.default.createElement(o.FloatingNode,{id:ne},E))});b.propTypes={open:v.propTypesOpen,handler:v.propTypesHandler,placement:n.default.oneOf(v.propTypesPlacement),offset:v.propTypesOffset,dismiss:v.propTypesDismiss,animate:v.propTypesAnimate,lockScroll:v.propTypesLockScroll,children:v.propTypesChildren},b.displayName="MaterialTailwind.MenuCore";var f=b})(Ef);var kf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(w,b){for(var f in b)Object.defineProperty(w,f,{enumerable:!0,get:b[f]})}r(e,{MenuHandler:function(){return C},default:function(){return z}});var t=p(ge),n=N1,o=In,a=k0;function i(w,b,f){return b in w?Object.defineProperty(w,b,{value:f,enumerable:!0,configurable:!0,writable:!0}):w[b]=f,w}function p(w){return w&&w.__esModule?w:{default:w}}function v(w){for(var b=1;b<arguments.length;b++){var f=arguments[b]!=null?arguments[b]:{},s=Object.keys(f);typeof Object.getOwnPropertySymbols=="function"&&(s=s.concat(Object.getOwnPropertySymbols(f).filter(function(d){return Object.getOwnPropertyDescriptor(f,d).enumerable}))),s.forEach(function(d){i(w,d,f[d])})}return w}function h(w,b){var f=Object.keys(w);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(w);b&&(s=s.filter(function(d){return Object.getOwnPropertyDescriptor(w,d).enumerable})),f.push.apply(f,s)}return f}function g(w,b){return b=b??{},Object.getOwnPropertyDescriptors?Object.defineProperties(w,Object.getOwnPropertyDescriptors(b)):h(Object(b)).forEach(function(f){Object.defineProperty(w,f,Object.getOwnPropertyDescriptor(b,f))}),w}function M(w,b){if(w==null)return{};var f=T(w,b),s,d;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(w);for(d=0;d<l.length;d++)s=l[d],!(b.indexOf(s)>=0)&&Object.prototype.propertyIsEnumerable.call(w,s)&&(f[s]=w[s])}return f}function T(w,b){if(w==null)return{};var f={},s=Object.keys(w),d,l;for(l=0;l<s.length;l++)d=s[l],!(b.indexOf(d)>=0)&&(f[d]=w[d]);return f}var C=t.default.forwardRef(function(w,b){var f=w.children,s=M(w,["children"]),d=(0,o.useMenu)(),l=d.getReferenceProps,c=d.reference,m=d.nested,x=(0,n.useMergeRefs)([b,c]);return t.default.cloneElement(f,v({},l(v(g(v({},s),{ref:x,onClick:function(P){P.stopPropagation()}}),m&&{role:"menuitem"}))))});C.propTypes={children:a.propTypesChildren},C.displayName="MaterialTailwind.MenuHandler";var z=C})(kf);var Rf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{MenuList:function(){return w},default:function(){return b}});var t=T(ge),n=N1,o=$1,a=T(Ue),i=Re,p=T(Ae),v=Le,h=In,g=k0;function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.children,l=f.className,c=C(f,["children","className"]),m=(0,v.useTheme)().menu,x=m.styles.base,_=(0,h.useMenu)(),P=_.open,V=_.handler,L=_.strategy,E=_.x,R=_.y,N=_.floating,W=_.listItemsRef,K=_.getFloatingProps,Q=_.getItemProps,oe=_.appliedAnimation,U=_.lockScroll,$=_.context,B=_.activeIndex,te=_.tree,fe=_.allowHover,J=_.internalAllowHover,X=_.setActiveIndex,q=_.nested;l=l??"";var ie=(0,i.twMerge)((0,a.default)((0,p.default)(x.menu)),l),le=(0,n.useMergeRefs)([s,N]),ne=o.AnimatePresence,pe=t.default.createElement(o.m.div,M({},c,{ref:le,style:{position:L,top:R??0,left:E??0},className:ie},K({onKeyDown:function(me){me.key==="Tab"&&(V(!1),me.shiftKey&&me.preventDefault())}}),{initial:"unmount",exit:"unmount",animate:P?"mount":"unmount",variants:oe}),t.default.Children.map(d,function(be,me){return t.default.isValidElement(be)&&t.default.cloneElement(be,Q({tabIndex:B===me?0:-1,role:"menuitem",className:be.props.className,ref:function(ae){W.current[me]=ae},onClick:function(ae){if(be.props.onClick){var se,we;(we=(se=be.props).onClick)===null||we===void 0||we.call(se,ae)}te==null||te.events.emit("click")},onMouseEnter:function(){(fe&&P||J&&P)&&X(me)}}))}));return t.default.createElement(o.LazyMotion,{features:o.domAnimation},t.default.createElement(n.FloatingPortal,null,t.default.createElement(ne,null,P&&t.default.createElement(t.default.Fragment,null,U?t.default.createElement(n.FloatingOverlay,{lockScroll:!0},t.default.createElement(n.FloatingFocusManager,{context:$,modal:!q,initialFocus:q?-1:0,returnFocus:!q,visuallyHiddenDismiss:!0},pe)):t.default.createElement(n.FloatingFocusManager,{context:$,modal:!q,initialFocus:q?-1:0,returnFocus:!q,visuallyHiddenDismiss:!0},pe)))))});w.propTypes={className:g.propTypesClassName,children:g.propTypesChildren},w.displayName="MaterialTailwind.MenuList";var b=w})(Rf);var Nf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(w,b){for(var f in b)Object.defineProperty(w,f,{enumerable:!0,get:b[f]})}r(e,{MenuItem:function(){return C},default:function(){return z}});var t=g(ge),n=g(Ue),o=Re,a=g(Ae),i=Le,p=k0;function v(w,b,f){return b in w?Object.defineProperty(w,b,{value:f,enumerable:!0,configurable:!0,writable:!0}):w[b]=f,w}function h(){return h=Object.assign||function(w){for(var b=1;b<arguments.length;b++){var f=arguments[b];for(var s in f)Object.prototype.hasOwnProperty.call(f,s)&&(w[s]=f[s])}return w},h.apply(this,arguments)}function g(w){return w&&w.__esModule?w:{default:w}}function M(w,b){if(w==null)return{};var f=T(w,b),s,d;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(w);for(d=0;d<l.length;d++)s=l[d],!(b.indexOf(s)>=0)&&Object.prototype.propertyIsEnumerable.call(w,s)&&(f[s]=w[s])}return f}function T(w,b){if(w==null)return{};var f={},s=Object.keys(w),d,l;for(l=0;l<s.length;l++)d=s[l],!(b.indexOf(d)>=0)&&(f[d]=w[d]);return f}var C=t.default.forwardRef(function(w,b){var f=w.className,s=f===void 0?"":f,d=w.disabled,l=d===void 0?!1:d,c=w.children,m=M(w,["className","disabled","children"]),x=(0,i.useTheme)().menu,_=x.styles.base,P=(0,o.twMerge)((0,n.default)((0,a.default)(_.item.initial),v({},(0,a.default)(_.item.disabled),l)),s);return t.default.createElement("button",h({},m,{ref:b,role:"menuitem",className:P}),c)});C.propTypes={className:p.propTypesClassName,disabled:p.propTypesDisabled,children:p.propTypesChildren},C.displayName="MaterialTailwind.MenuItem";var z=C})(Nf),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{Menu:function(){return M},MenuHandler:function(){return i.MenuHandler},MenuList:function(){return p.MenuList},MenuItem:function(){return v.MenuItem},useMenu:function(){return o.useMenu},default:function(){return T}});var t=g(ge),n=N1,o=In,a=Ef,i=kf,p=Rf,v=Nf;function h(){return h=Object.assign||function(C){for(var z=1;z<arguments.length;z++){var w=arguments[z];for(var b in w)Object.prototype.hasOwnProperty.call(w,b)&&(C[b]=w[b])}return C},h.apply(this,arguments)}function g(C){return C&&C.__esModule?C:{default:C}}var M=t.default.forwardRef(function(C,z){var w=C.open,b=C.handler,f=C.placement,s=C.offset,d=C.dismiss,l=C.animate,c=C.lockScroll,m=C.allowHover,x=C.children,_=(0,n.useFloatingParentNodeId)(),P={open:w,handler:b,placement:f,offset:s,dismiss:d,animate:l,lockScroll:c,allowHover:m};return _==null?t.default.createElement(n.FloatingTree,null,t.default.createElement(a.MenuCore,h({ref:z},P),x)):t.default.createElement(a.MenuCore,h({ref:z},P),x)});M.propTypes=a.MenuCore.propTypes,M.displayName="MaterialTailwind.Menu";var T=Object.assign(M,{Handler:i.MenuHandler,List:p.MenuList,Item:v.MenuItem})}(Af);var jf={},$f={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{MobileNav:function(){return w},default:function(){return b}});var t=T(ge),n=$1,o=N1,a=T(W1),i=T(Ue),p=Re,v=T(Ae),h=Le,g=Ro;function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.open,l=f.animate,c=f.className,m=f.children,x=C(f,["open","animate","className","children"]),_;console.error(`<MobileNav /> will be deprecated in the future versions of @material-tailwind/react use <Collapse /> instead.
85
+
86
+ More details: https://www.material-tailwind.com/docs/react/collapse
87
+ `);var P=t.default.useRef(null),V=(0,h.useTheme)().navbar,L=V.styles,E=L.base.mobileNav;l=l??{},c=c??"";var R=(0,p.twMerge)((0,i.default)((0,v.default)(E)),c),N={unmount:{height:0,opacity:0,transition:{duration:.3,times:"[0.4, 0, 0.2, 1]"}},mount:{opacity:1,height:"".concat((_=P.current)===null||_===void 0?void 0:_.scrollHeight,"px"),transition:{duration:.3,times:"[0.4, 0, 0.2, 1]"}}},W=(0,a.default)(N,l),K=n.AnimatePresence,Q=(0,o.useMergeRefs)([s,P]);return t.default.createElement(n.LazyMotion,{features:n.domAnimation},t.default.createElement(K,null,t.default.createElement(n.m.div,M({},x,{ref:Q,className:R,initial:"unmount",exit:"unmount",animate:d?"mount":"unmount",variants:W}),m)))});w.displayName="MaterialTailwind.MobileNav",w.propTypes={open:g.propTypesOpen,animate:g.propTypesAnimate,className:g.propTypesClassName,children:g.propTypesChildren};var b=w})($f),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Navbar:function(){return b},MobileNav:function(){return h.MobileNav},default:function(){return f}});var t=C(ge),n=C(ke),o=C(Ue),a=Re,i=C(C1),p=C(Ae),v=Le,h=$f,g=Ro;function M(s,d,l){return d in s?Object.defineProperty(s,d,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[d]=l,s}function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.variant,c=s.color,m=s.shadow,x=s.blurred,_=s.fullWidth,P=s.className,V=s.children,L=z(s,["variant","color","shadow","blurred","fullWidth","className","children"]),E=(0,v.useTheme)().navbar,R=E.defaultProps,N=E.valid,W=E.styles,K=W.base,Q=W.variants;l=l??R.variant,c=c??R.color,m=m??R.shadow,x=x??R.blurred,_=_??R.fullWidth,P=P??R.className;var oe,U=(0,o.default)((0,p.default)(K.navbar.initial),(oe={},M(oe,(0,p.default)(K.navbar.shadow),m),M(oe,(0,p.default)(K.navbar.blurred),x&&c==="white"),M(oe,(0,p.default)(K.navbar.fullWidth),_),oe)),$=(0,o.default)((0,p.default)(Q[(0,i.default)(N.variants,l,"filled")][(0,i.default)(N.colors,c,"white")])),B=(0,a.twMerge)((0,o.default)(U,$),P);return t.default.createElement("nav",T({},L,{ref:d,className:B}),V)});b.propTypes={variant:n.default.oneOf(g.propTypesVariant),color:n.default.oneOf(g.propTypesColor),shadow:g.propTypesShadow,blurred:g.propTypesBlurred,fullWidth:g.propTypesFullWidth,className:g.propTypesClassName,children:g.propTypesChildren},b.displayName="MaterialTailwind.Navbar";var f=Object.assign(b,{MobileNav:h.MobileNav})}(jf);var Df={},Aa={},R0={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{propTypesOpen:function(){return a},propTypesHandler:function(){return i},propTypesPlacement:function(){return p},propTypesOffset:function(){return v},propTypesDismiss:function(){return h},propTypesAnimate:function(){return g},propTypesContent:function(){return M},propTypesInteractive:function(){return T},propTypesClassName:function(){return C},propTypesChildren:function(){return z},propTypesContextValue:function(){return w}});var t=o(ke),n=x1;function o(b){return b&&b.__esModule?b:{default:b}}var a=t.default.bool,i=t.default.func,p=n.propTypesPlacements,v=n.propTypesOffsetType,h=n.propTypesDismissType,g=n.propTypesAnimation,M=t.default.node,T=t.default.bool,C=t.default.string,z=t.default.node.isRequired,w=t.default.shape({open:t.default.bool.isRequired,strategy:t.default.oneOf(["fixed","absolute"]).isRequired,x:t.default.number,y:t.default.number,context:t.default.instanceOf(Object).isRequired,reference:t.default.func.isRequired,floating:t.default.func.isRequired,getReferenceProps:t.default.func.isRequired,getFloatingProps:t.default.func.isRequired,appliedAnimation:g.isRequired,labelId:t.default.string.isRequired,descriptionId:t.default.string.isRequired}).isRequired})(R0),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(v,h){for(var g in h)Object.defineProperty(v,g,{enumerable:!0,get:h[g]})}r(e,{PopoverContext:function(){return a},usePopover:function(){return i},PopoverContextProvider:function(){return p}});var t=o(ge),n=R0;function o(v){return v&&v.__esModule?v:{default:v}}var a=t.default.createContext(null);a.displayName="MaterialTailwind.PopoverContext";function i(){var v=t.default.useContext(a);if(!v)throw new Error("usePopover() must be used within a Popover. It happens when you use PopoverHandler or PopoverContent components outside the Popover component.");return v}var p=function(v){var h=v.value,g=v.children;return t.default.createElement(a.Provider,{value:h},g)};p.propTypes={value:n.propTypesContextValue,children:n.propTypesChildren},p.displayName="MaterialTailwind.PopoverContextProvider"}(Aa);var Ff={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(w,b){for(var f in b)Object.defineProperty(w,f,{enumerable:!0,get:b[f]})}r(e,{PopoverHandler:function(){return C},default:function(){return z}});var t=p(ge),n=N1,o=Aa,a=R0;function i(w,b,f){return b in w?Object.defineProperty(w,b,{value:f,enumerable:!0,configurable:!0,writable:!0}):w[b]=f,w}function p(w){return w&&w.__esModule?w:{default:w}}function v(w){for(var b=1;b<arguments.length;b++){var f=arguments[b]!=null?arguments[b]:{},s=Object.keys(f);typeof Object.getOwnPropertySymbols=="function"&&(s=s.concat(Object.getOwnPropertySymbols(f).filter(function(d){return Object.getOwnPropertyDescriptor(f,d).enumerable}))),s.forEach(function(d){i(w,d,f[d])})}return w}function h(w,b){var f=Object.keys(w);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(w);b&&(s=s.filter(function(d){return Object.getOwnPropertyDescriptor(w,d).enumerable})),f.push.apply(f,s)}return f}function g(w,b){return b=b??{},Object.getOwnPropertyDescriptors?Object.defineProperties(w,Object.getOwnPropertyDescriptors(b)):h(Object(b)).forEach(function(f){Object.defineProperty(w,f,Object.getOwnPropertyDescriptor(b,f))}),w}function M(w,b){if(w==null)return{};var f=T(w,b),s,d;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(w);for(d=0;d<l.length;d++)s=l[d],!(b.indexOf(s)>=0)&&Object.prototype.propertyIsEnumerable.call(w,s)&&(f[s]=w[s])}return f}function T(w,b){if(w==null)return{};var f={},s=Object.keys(w),d,l;for(l=0;l<s.length;l++)d=s[l],!(b.indexOf(d)>=0)&&(f[d]=w[d]);return f}var C=t.default.forwardRef(function(w,b){var f=w.children,s=M(w,["children"]),d=(0,o.usePopover)(),l=d.getReferenceProps,c=d.reference,m=(0,n.useMergeRefs)([b,c]);return t.default.cloneElement(f,v({},l(g(v({},s),{ref:m}))))});C.propTypes={children:a.propTypesChildren},C.displayName="MaterialTailwind.PopoverHandler";var z=C})(Ff);var If={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(c,m){for(var x in m)Object.defineProperty(c,x,{enumerable:!0,get:m[x]})}r(e,{PopoverContent:function(){return d},default:function(){return l}});var t=C(ge),n=N1,o=$1,a=C(Ue),i=Re,p=C(Ae),v=Le,h=Aa,g=R0;function M(c,m,x){return m in c?Object.defineProperty(c,m,{value:x,enumerable:!0,configurable:!0,writable:!0}):c[m]=x,c}function T(){return T=Object.assign||function(c){for(var m=1;m<arguments.length;m++){var x=arguments[m];for(var _ in x)Object.prototype.hasOwnProperty.call(x,_)&&(c[_]=x[_])}return c},T.apply(this,arguments)}function C(c){return c&&c.__esModule?c:{default:c}}function z(c){for(var m=1;m<arguments.length;m++){var x=arguments[m]!=null?arguments[m]:{},_=Object.keys(x);typeof Object.getOwnPropertySymbols=="function"&&(_=_.concat(Object.getOwnPropertySymbols(x).filter(function(P){return Object.getOwnPropertyDescriptor(x,P).enumerable}))),_.forEach(function(P){M(c,P,x[P])})}return c}function w(c,m){var x=Object.keys(c);if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(c);m&&(_=_.filter(function(P){return Object.getOwnPropertyDescriptor(c,P).enumerable})),x.push.apply(x,_)}return x}function b(c,m){return m=m??{},Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(m)):w(Object(m)).forEach(function(x){Object.defineProperty(c,x,Object.getOwnPropertyDescriptor(m,x))}),c}function f(c,m){if(c==null)return{};var x=s(c,m),_,P;if(Object.getOwnPropertySymbols){var V=Object.getOwnPropertySymbols(c);for(P=0;P<V.length;P++)_=V[P],!(m.indexOf(_)>=0)&&Object.prototype.propertyIsEnumerable.call(c,_)&&(x[_]=c[_])}return x}function s(c,m){if(c==null)return{};var x={},_=Object.keys(c),P,V;for(V=0;V<_.length;V++)P=_[V],!(m.indexOf(P)>=0)&&(x[P]=c[P]);return x}var d=t.default.forwardRef(function(c,m){var x=c.children,_=c.className,P=f(c,["children","className"]),V=(0,v.useTheme)().popover,L=V.defaultProps,E=V.styles.base,R=(0,h.usePopover)(),N=R.open,W=R.strategy,K=R.x,Q=R.y,oe=R.context,U=R.floating,$=R.getFloatingProps,B=R.appliedAnimation,te=R.labelId,fe=R.descriptionId;_=_??L.className;var J=(0,i.twMerge)((0,a.default)((0,p.default)(E)),_),X=(0,n.useMergeRefs)([m,U]),q=o.AnimatePresence;return t.default.createElement(o.LazyMotion,{features:o.domAnimation},t.default.createElement(n.FloatingPortal,null,t.default.createElement(q,null,N&&t.default.createElement(n.FloatingFocusManager,{context:oe},t.default.createElement(o.m.div,T({},$(b(z({},P),{ref:X,className:J,style:{position:W,top:Q??"",left:K??""},"aria-labelledby":te,"aria-describedby":fe})),{initial:"unmount",exit:"unmount",animate:N?"mount":"unmount",variants:B}),x)))))});d.propTypes={className:g.propTypesClassName,children:g.propTypesChildren},d.displayName="MaterialTailwind.PopoverContent";var l=d})(If),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{Popover:function(){return s},PopoverHandler:function(){return h.PopoverHandler},PopoverContent:function(){return g.PopoverContent},usePopover:function(){return p.usePopover},default:function(){return d}});var t=C(ge),n=C(ke),o=N1,a=C(W1),i=Le,p=Aa,v=R0,h=Ff,g=If;function M(l,c){(c==null||c>l.length)&&(c=l.length);for(var m=0,x=new Array(c);m<c;m++)x[m]=l[m];return x}function T(l){if(Array.isArray(l))return l}function C(l){return l&&l.__esModule?l:{default:l}}function z(l,c){var m=l==null?null:typeof Symbol<"u"&&l[Symbol.iterator]||l["@@iterator"];if(m!=null){var x=[],_=!0,P=!1,V,L;try{for(m=m.call(l);!(_=(V=m.next()).done)&&(x.push(V.value),!(c&&x.length===c));_=!0);}catch(E){P=!0,L=E}finally{try{!_&&m.return!=null&&m.return()}finally{if(P)throw L}}return x}}function w(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function b(l,c){return T(l)||z(l,c)||f(l,c)||w()}function f(l,c){if(l){if(typeof l=="string")return M(l,c);var m=Object.prototype.toString.call(l).slice(8,-1);if(m==="Object"&&l.constructor&&(m=l.constructor.name),m==="Map"||m==="Set")return Array.from(m);if(m==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(m))return M(l,c)}}var s=function(l){var c=l.open,m=l.handler,x=l.placement,_=l.offset,P=l.dismiss,V=l.animate,L=l.children,E=(0,i.useTheme)().popover,R=E.defaultProps,N=b(t.default.useState(!1),2),W=N[0],K=N[1];c=c??W,m=m??K,x=x??R.placement,_=_??R.offset,P=P??R.dismiss,V=V??R.animate;var Q={unmount:{opacity:0},mount:{opacity:1}},oe=(0,a.default)(Q,V),U=(0,o.useFloating)({open:c,onOpenChange:m,middleware:[(0,o.offset)(_),(0,o.flip)(),(0,o.shift)()],placement:x}),$=U.x,B=U.y,te=U.reference,fe=U.floating,J=U.strategy,X=U.refs,q=U.update,ie=U.context,le=(0,o.useId)(),ne="".concat(le,"-label"),pe="".concat(le,"-description"),be=(0,o.useInteractions)([(0,o.useClick)(ie),(0,o.useRole)(ie),(0,o.useDismiss)(ie,P)]),me=be.getReferenceProps,ce=be.getFloatingProps;t.default.useEffect(function(){if(X.reference.current&&X.floating.current&&c)return(0,o.autoUpdate)(X.reference.current,X.floating.current,q)},[c,q,X.reference,X.floating]);var ae=t.default.useMemo(function(){return{open:c,strategy:J,x:$,y:B,context:ie,reference:te,floating:fe,getReferenceProps:me,getFloatingProps:ce,appliedAnimation:oe,labelId:ne,descriptionId:pe}},[c,J,$,B,ie,te,fe,ce,me,oe,ne,pe]);return t.default.createElement(p.PopoverContextProvider,{value:ae},L)};s.propTypes={open:v.propTypesOpen,handler:v.propTypesHandler,placement:n.default.oneOf(v.propTypesPlacement),offset:v.propTypesOffset,dismiss:v.propTypesDismiss,animate:v.propTypesAnimate,children:v.propTypesChildren},s.displayName="MaterialTailwind.Popover";var d=Object.assign(s,{Handler:h.PopoverHandler,Content:g.PopoverContent})}(Df);var Wf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{Progress:function(){return w},default:function(){return b}});var t=T(ge),n=T(ke),o=T(Ue),a=Re,i=T(C1),p=T(Ae),v=Le,h=ll;function g(f,s,d){return s in f?Object.defineProperty(f,s,{value:d,enumerable:!0,configurable:!0,writable:!0}):f[s]=d,f}function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.variant,l=f.color,c=f.size,m=f.value,x=f.label,_=f.className,P=f.barProps,V=C(f,["variant","color","size","value","label","className","barProps"]),L=(0,v.useTheme)().progress,E=L.defaultProps,R=L.valid,N=L.styles,W=N.base,K=N.variants,Q=N.sizes;d=d??E.variant,l=l??E.color,c=c??E.size,x=x??E.label,_=_??E.className,P=P??E.barProps;var oe=(0,p.default)(K[(0,i.default)(R.variants,d,"filled")][(0,i.default)(R.colors,l,"gray")]),U=(0,p.default)(Q[(0,i.default)(R.sizes,c,"md")].container.initial),$=(0,o.default)((0,p.default)(W.container.initial),U),B=(0,p.default)(Q[(0,i.default)(R.sizes,c,"md")].container.withLabel),te=(0,o.default)((0,p.default)(W.container.withLabel),B),fe=(0,p.default)(Q[(0,i.default)(R.sizes,c,"md")].bar),J=(0,o.default)((0,p.default)(W.bar),fe),X=(0,a.twMerge)((0,o.default)($,g({},te,x)),_),q=(0,a.twMerge)((0,o.default)(J,oe),P==null?void 0:P.className);return t.default.createElement("div",M({},V,{ref:s,className:X}),t.default.createElement("div",M({},P,{className:q,style:{width:"".concat(m,"%")}}),x&&"".concat(m,"% ").concat(typeof x=="string"?x:"")))});w.propTypes={variant:n.default.oneOf(h.propTypesVariant),color:n.default.oneOf(h.propTypesColor),size:n.default.oneOf(h.propTypesSize),value:h.propTypesValue,label:h.propTypesLabel,barProps:h.propTypesBarProps,className:h.propTypesClassName},w.displayName="MaterialTailwind.Progress";var b=w})(Wf);var Uf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Radio:function(){return b},default:function(){return f}});var t=C(ge),n=C(ke),o=C(P0),a=C(Ue),i=Re,p=C(C1),v=C(Ae),h=Le,g=Wr;function M(s,d,l){return d in s?Object.defineProperty(s,d,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[d]=l,s}function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.color,c=s.label,m=s.icon,x=s.ripple,_=s.className,P=s.disabled,V=s.containerProps,L=s.labelProps,E=s.iconProps,R=s.inputRef,N=z(s,["color","label","icon","ripple","className","disabled","containerProps","labelProps","iconProps","inputRef"]),W=(0,h.useTheme)().radio,K=W.defaultProps,Q=W.valid,oe=W.styles,U=oe.base,$=oe.colors,B=t.default.useId();l=l??K.color,c=c??K.label,m=m??K.icon,x=x??K.ripple,_=_??K.className,P=P??K.disabled,V=V??K.containerProps,L=L??K.labelProps,E=E??K.iconProps;var te=x!==void 0&&new o.default,fe=(0,a.default)((0,v.default)(U.root),M({},(0,v.default)(U.disabled),P)),J=(0,i.twMerge)((0,a.default)((0,v.default)(U.container)),V==null?void 0:V.className),X=(0,i.twMerge)((0,a.default)((0,v.default)(U.input),(0,v.default)($[(0,p.default)(Q.colors,l,"gray")])),_),q=(0,i.twMerge)((0,a.default)((0,v.default)(U.label)),L==null?void 0:L.className),ie=(0,a.default)((0,a.default)((0,v.default)(U.icon)),$[(0,p.default)(Q.colors,l,"gray")].color,E==null?void 0:E.className);return t.default.createElement("div",{ref:d,className:fe},t.default.createElement("label",T({},V,{className:J,htmlFor:N.id||B,onMouseDown:function(le){var ne=V==null?void 0:V.onMouseDown;return x&&te.create(le,"dark"),typeof ne=="function"&&ne(le)}}),t.default.createElement("input",T({},N,{ref:R,type:"radio",disabled:P,className:X,id:N.id||B})),t.default.createElement("span",{className:ie},m||t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",className:"h-3.5 w-3.5",viewBox:"0 0 16 16",fill:"currentColor"},t.default.createElement("circle",{"data-name":"ellipse",cx:"8",cy:"8",r:"8"})))),c&&t.default.createElement("label",T({},L,{className:q,htmlFor:N.id||B}),c))});b.propTypes={color:n.default.oneOf(g.propTypesColor),label:g.propTypesLabel,icon:g.propTypesIcon,ripple:g.propTypesRipple,className:g.propTypesClassName,disabled:g.propTypesDisabled,containerProps:g.propTypesObject,labelProps:g.propTypesObject},b.displayName="MaterialTailwind.Radio";var f=b})(Uf);var Gf={},x5={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(g,M){for(var T in M)Object.defineProperty(g,T,{enumerable:!0,get:M[T]})}r(e,{SelectContext:function(){return i},useSelect:function(){return p},usePrevious:function(){return v},SelectContextProvider:function(){return h}});var t=a(ge),n=$1,o=mn;function a(g){return g&&g.__esModule?g:{default:g}}var i=t.default.createContext(null);i.displayName="MaterialTailwind.SelectContext";function p(){var g=t.default.useContext(i);if(g===null)throw new Error("useSelect() must be used within a Select. It happens when you use SelectOption component outside the Select component.");return g}function v(g){var M=t.default.useRef();return(0,n.useIsomorphicLayoutEffect)(function(){M.current=g},[g]),M.current}var h=function(g){var M=g.value,T=g.children;return t.default.createElement(i.Provider,{value:M},T)};h.propTypes={value:o.propTypesContextValue,children:o.propTypesChildren},h.displayName="MaterialTailwind.SelectContextProvider"})(x5);var qf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{SelectOption:function(){return z},default:function(){return w}});var t=M(ge),n=M(Ue),o=Re,a=M(Ae),i=Le,p=x5,v=mn;function h(b,f,s){return f in b?Object.defineProperty(b,f,{value:s,enumerable:!0,configurable:!0,writable:!0}):b[f]=s,b}function g(){return g=Object.assign||function(b){for(var f=1;f<arguments.length;f++){var s=arguments[f];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(b[d]=s[d])}return b},g.apply(this,arguments)}function M(b){return b&&b.__esModule?b:{default:b}}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=function(b){var f=function(){oe(m),B(l),$(!1),fe(null)},s=function(me){(me.key==="Enter"||me.key===" "&&!X.current.typing)&&(me.preventDefault(),f())},d=b.value,l=d===void 0?"":d,c=b.index,m=c===void 0?0:c,x=b.disabled,_=x===void 0?!1:x,P=b.className,V=P===void 0?"":P,L=b.children,E=T(b,["value","index","disabled","className","children"]),R=(0,i.useTheme)().select,N=R.styles,W=N.base,K=(0,p.useSelect)(),Q=K.selectedIndex,oe=K.setSelectedIndex,U=K.listRef,$=K.setOpen,B=K.onChange,te=K.activeIndex,fe=K.setActiveIndex,J=K.getItemProps,X=K.dataRef,q=(0,a.default)(W.option.initial),ie=(0,a.default)(W.option.active),le=(0,a.default)(W.option.disabled),ne,pe=(0,o.twMerge)((0,n.default)(q,(ne={},h(ne,ie,Q===m),h(ne,le,_),ne)),V??"");return t.default.createElement("li",g({},E,{role:"option",ref:function(be){return U.current[m]=be},className:pe,disabled:_,tabIndex:te===m?0:1,"aria-selected":te===m&&Q===m,"data-selected":Q===m},J({onClick:function(be){var me=E==null?void 0:E.onClick;typeof me=="function"&&(me(be),f()),f()},onKeyDown:function(be){var me=E==null?void 0:E.onKeyDown;typeof me=="function"&&(me(be),s(be)),s(be)}})),L)};z.propTypes={value:v.propTypesValue,index:v.propTypesIndex,disabled:v.propTypesDisabled,className:v.propTypesClassName,children:v.propTypesChildren},z.displayName="MaterialTailwind.SelectOption";var w=z})(qf),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(U,$){for(var B in $)Object.defineProperty(U,B,{enumerable:!0,get:$[B]})}r(e,{Select:function(){return Q},Option:function(){return z.SelectOption},useSelect:function(){return T.useSelect},usePrevious:function(){return T.usePrevious},default:function(){return oe}});var t=l(ge),n=l(ke),o=N1,a=$1,i=l(Ue),p=Re,v=l(W1),h=l(C1),g=l(Ae),M=Le,T=x5,C=mn,z=qf;function w(U,$){($==null||$>U.length)&&($=U.length);for(var B=0,te=new Array($);B<$;B++)te[B]=U[B];return te}function b(U){if(Array.isArray(U))return U}function f(U){if(Array.isArray(U))return w(U)}function s(U,$,B){return $ in U?Object.defineProperty(U,$,{value:B,enumerable:!0,configurable:!0,writable:!0}):U[$]=B,U}function d(){return d=Object.assign||function(U){for(var $=1;$<arguments.length;$++){var B=arguments[$];for(var te in B)Object.prototype.hasOwnProperty.call(B,te)&&(U[te]=B[te])}return U},d.apply(this,arguments)}function l(U){return U&&U.__esModule?U:{default:U}}function c(U){if(typeof Symbol<"u"&&U[Symbol.iterator]!=null||U["@@iterator"]!=null)return Array.from(U)}function m(U,$){var B=U==null?null:typeof Symbol<"u"&&U[Symbol.iterator]||U["@@iterator"];if(B!=null){var te=[],fe=!0,J=!1,X,q;try{for(B=B.call(U);!(fe=(X=B.next()).done)&&(te.push(X.value),!($&&te.length===$));fe=!0);}catch(ie){J=!0,q=ie}finally{try{!fe&&B.return!=null&&B.return()}finally{if(J)throw q}}return te}}function x(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function P(U){for(var $=1;$<arguments.length;$++){var B=arguments[$]!=null?arguments[$]:{},te=Object.keys(B);typeof Object.getOwnPropertySymbols=="function"&&(te=te.concat(Object.getOwnPropertySymbols(B).filter(function(fe){return Object.getOwnPropertyDescriptor(B,fe).enumerable}))),te.forEach(function(fe){s(U,fe,B[fe])})}return U}function V(U,$){var B=Object.keys(U);if(Object.getOwnPropertySymbols){var te=Object.getOwnPropertySymbols(U);$&&(te=te.filter(function(fe){return Object.getOwnPropertyDescriptor(U,fe).enumerable})),B.push.apply(B,te)}return B}function L(U,$){return $=$??{},Object.getOwnPropertyDescriptors?Object.defineProperties(U,Object.getOwnPropertyDescriptors($)):V(Object($)).forEach(function(B){Object.defineProperty(U,B,Object.getOwnPropertyDescriptor($,B))}),U}function E(U,$){if(U==null)return{};var B=R(U,$),te,fe;if(Object.getOwnPropertySymbols){var J=Object.getOwnPropertySymbols(U);for(fe=0;fe<J.length;fe++)te=J[fe],!($.indexOf(te)>=0)&&Object.prototype.propertyIsEnumerable.call(U,te)&&(B[te]=U[te])}return B}function R(U,$){if(U==null)return{};var B={},te=Object.keys(U),fe,J;for(J=0;J<te.length;J++)fe=te[J],!($.indexOf(fe)>=0)&&(B[fe]=U[fe]);return B}function N(U,$){return b(U)||m(U,$)||K(U,$)||x()}function W(U){return f(U)||c(U)||K(U)||_()}function K(U,$){if(U){if(typeof U=="string")return w(U,$);var B=Object.prototype.toString.call(U).slice(8,-1);if(B==="Object"&&U.constructor&&(B=U.constructor.name),B==="Map"||B==="Set")return Array.from(B);if(B==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(B))return w(U,$)}}var Q=t.default.forwardRef(function(U,$){var B=U.variant,te=U.color,fe=U.size,J=U.label,X=U.error,q=U.success,ie=U.arrow,le=U.value,ne=U.onChange,pe=U.selected,be=U.offset,me=U.dismiss,ce=U.animate,ae=U.lockScroll,se=U.labelProps,we=U.menuProps,Ce=U.className,Me=U.disabled,Pe=U.name,ze=U.children,Ee=U.containerProps,Ie=E(U,["variant","color","size","label","error","success","arrow","value","onChange","selected","offset","dismiss","animate","lockScroll","labelProps","menuProps","className","disabled","name","children","containerProps"]),Ke,We=(0,M.useTheme)().select,Fe=We.defaultProps,a1=We.valid,r1=We.styles,o1=r1.base,H1=r1.variants,V1=N(t.default.useState("close"),2),l1=V1[0],Y1=V1[1];B=B??Fe.variant,te=te??Fe.color,fe=fe??Fe.size,J=J??Fe.label,X=X??Fe.error,q=q??Fe.success,ie=ie??Fe.arrow,le=le??Fe.value,ne=ne??Fe.onChange,pe=pe??Fe.selected,be=be??Fe.offset,me=me??Fe.dismiss,ce=ce??Fe.animate,se=se??Fe.labelProps,we=we??Fe.menuProps;var B1;Ee=(B1=(0,v.default)(Ee,(Fe==null?void 0:Fe.containerProps)||{}))!==null&&B1!==void 0?B1:Fe.containerProps,Ce=Ce??Fe.className;var U1=t.default.useRef([]),b1,lr=t.default.useRef(W((b1=t.default.Children.map(ze,function(z1){var k1=z1.props;return k1==null?void 0:k1.value}))!==null&&b1!==void 0?b1:[])),qt=N(t.default.useState(!1),2),j1=qt[0],Pt=qt[1],Bt=N(t.default.useState(null),2),O1=Bt[0],ut=Bt[1],X1=N(t.default.useState(0),2),A1=X1[0],Vt=X1[1],dt=N(t.default.useState(!1),2),cr=dt[0],S1=dt[1],xr=(0,T.usePrevious)(O1),ft=(0,o.useFloating)({placement:"bottom-start",open:j1,onOpenChange:Pt,whileElementsMounted:o.autoUpdate,middleware:[(0,o.offset)(5),(0,o.flip)({padding:10}),(0,o.size)({apply:function(k1){var P1=k1.rects,Kt=k1.elements,t0,Tr;Object.assign(Kt==null||(t0=Kt.floating)===null||t0===void 0?void 0:t0.style,{width:"".concat(P1==null||(Tr=P1.reference)===null||Tr===void 0?void 0:Tr.width,"px"),zIndex:99})},padding:20})]}),Cr=ft.x,sr=ft.y,j0=ft.strategy,zr=ft.refs,St=ft.context;t.default.useEffect(function(){Vt(Math.max(0,lr.current.indexOf(le)+1))},[le]);var qn=zr.floating,re=(0,o.useInteractions)([(0,o.useClick)(St),(0,o.useRole)(St,{role:"listbox"}),(0,o.useDismiss)(St,P({},me)),(0,o.useListNavigation)(St,{listRef:U1,activeIndex:O1,selectedIndex:A1,onNavigate:ut,loop:!0}),(0,o.useTypeahead)(St,{listRef:lr,activeIndex:O1,selectedIndex:A1,onMatch:j1?ut:Vt})]),xe=re.getReferenceProps,Ve=re.getFloatingProps,De=re.getItemProps;(0,a.useIsomorphicLayoutEffect)(function(){var z1=qn.current;if(j1&&cr&&z1){var k1=O1!=null?U1.current[O1]:A1!=null?U1.current[A1]:null;if(k1&&xr!=null){var P1,Kt,t0=(Kt=(P1=U1.current[xr])===null||P1===void 0?void 0:P1.offsetHeight)!==null&&Kt!==void 0?Kt:0,Tr=z1.offsetHeight,Xn=k1.offsetTop,Ra=Xn+t0;Xn<z1.scrollTop?z1.scrollTop-=z1.scrollTop-Xn+5:Ra>Tr+z1.scrollTop&&(z1.scrollTop+=Ra-Tr-z1.scrollTop+5)}}},[j1,cr,xr,O1]);var n1=t.default.useMemo(function(){return{selectedIndex:A1,setSelectedIndex:Vt,listRef:U1,setOpen:Pt,onChange:ne||function(){},activeIndex:O1,setActiveIndex:ut,getItemProps:De,dataRef:St.dataRef}},[A1,ne,O1,De,St.dataRef]);t.default.useEffect(function(){Y1(j1?"open":!j1&&A1||!j1&&le?"withValue":"close")},[j1,le,A1,pe]);var e1=H1[(0,h.default)(a1.variants,B,"outlined")],Ze=e1.sizes[(0,h.default)(a1.sizes,fe,"md")],Je=e1.error.select,E1=e1.success.select,m1=e1.colors.select[(0,h.default)(a1.colors,te,"gray")],g1=e1.error.label,D1=e1.success.label,_t=e1.colors.label[(0,h.default)(a1.colors,te,"gray")],Mr=e1.states[l1],Z1=(0,i.default)((0,g.default)(o1.container),(0,g.default)(Ze.container),Ee==null?void 0:Ee.className),Jr=(0,p.twMerge)((0,i.default)((0,g.default)(o1.select),(0,g.default)(e1.base.select),(0,g.default)(Mr.select),(0,g.default)(Ze.select),s({},(0,g.default)(m1[l1]),!X&&!q),s({},(0,g.default)(Je.initial),X),s({},(0,g.default)(Je.states[l1]),X),s({},(0,g.default)(E1.initial),q),s({},(0,g.default)(E1.states[l1]),q)),Ce),Bn,ka=(0,p.twMerge)((0,i.default)((0,g.default)(o1.label),(0,g.default)(e1.base.label),(0,g.default)(Mr.label),(0,g.default)(Ze.label.initial),(0,g.default)(Ze.label.states[l1]),s({},(0,g.default)(_t[l1]),!X&&!q),s({},(0,g.default)(g1.initial),X),s({},(0,g.default)(g1.states[l1]),X),s({},(0,g.default)(D1.initial),q),s({},(0,g.default)(D1.states[l1]),q)),(Bn=se.className)!==null&&Bn!==void 0?Bn:""),Qr=(0,i.default)((0,g.default)(o1.arrow.initial),s({},(0,g.default)(o1.arrow.active),j1)),$0,D0=(0,p.twMerge)((0,i.default)((0,g.default)(o1.menu)),($0=we.className)!==null&&$0!==void 0?$0:""),Kn=(0,i.default)("absolute top-2/4 -translate-y-2/4",B==="outlined"?"left-3 pt-0.5":"left-0 pt-3"),L5={unmount:{opacity:0,transformOrigin:"top",transform:"scale(0.95)",transition:{duration:.2,times:[.4,0,.2,1]}},mount:{opacity:1,transformOrigin:"top",transform:"scale(1)",transition:{duration:.2,times:[.4,0,.2,1]}}},H5=(0,v.default)(L5,ce),Yn=a.AnimatePresence;t.default.useEffect(function(){le&&!ne&&console.error("Warning: You provided a `value` prop to a select component without an `onChange` handler. This will render a read-only select. If the field should be mutable use `onChange` handler with `value` together.")},[le,ne]);var e0=t.default.createElement(o.FloatingFocusManager,{context:St,modal:!1},t.default.createElement(a.m.ul,d({},Ve(L(P({},we),{ref:zr.setFloating,role:"listbox",className:D0,style:{position:j0,top:sr??0,left:Cr??0,overflow:"auto"},onPointerEnter:function(k1){var P1=we==null?void 0:we.onPointerEnter;typeof P1=="function"&&(P1(k1),S1(!1)),S1(!1)},onPointerMove:function(k1){var P1=we==null?void 0:we.onPointerMove;typeof P1=="function"&&(P1(k1),S1(!1)),S1(!1)},onKeyDown:function(k1){var P1=we==null?void 0:we.onKeyDown;typeof P1=="function"&&(P1(k1),S1(!0)),S1(!0)}})),{initial:"unmount",exit:"unmount",animate:j1?"mount":"unmount",variants:H5}),t.default.Children.map(ze,function(z1,k1){var P1;return t.default.isValidElement(z1)&&t.default.cloneElement(z1,L(P({},z1.props),{index:((P1=z1.props)===null||P1===void 0?void 0:P1.index)||k1+1,id:"material-tailwind-select-".concat(k1)}))})));return t.default.createElement(T.SelectContextProvider,{value:n1},t.default.createElement("div",d({},Ee,{ref:$,className:Z1}),t.default.createElement("button",d({type:"button"},xe(L(P({},Ie),{ref:zr.setReference,className:Jr,disabled:Me,name:Pe}))),typeof pe=="function"?t.default.createElement("span",{className:Kn},pe(ze[A1-1],A1-1)):le&&!ne?t.default.createElement("span",{className:Kn},le):t.default.createElement("span",d({},(Ke=ze[A1-1])===null||Ke===void 0?void 0:Ke.props,{className:Kn})),t.default.createElement("div",{className:Qr},ie??t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},t.default.createElement("path",{fillRule:"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z",clipRule:"evenodd"})))),t.default.createElement("label",d({},se,{className:ka}),J),t.default.createElement(a.LazyMotion,{features:a.domAnimation},t.default.createElement(Yn,null,j1&&t.default.createElement(t.default.Fragment,null,ae?t.default.createElement(o.FloatingOverlay,{lockScroll:!0},e0):e0)))))});Q.propTypes={variant:n.default.oneOf(C.propTypesVariant),color:n.default.oneOf(C.propTypesColor),size:n.default.oneOf(C.propTypesSize),label:C.propTypesLabel,error:C.propTypesError,success:C.propTypesSuccess,arrow:C.propTypesArrow,value:C.propTypesValue,onChange:C.propTypesOnChange,selected:C.propTypesSelected,offset:C.propTypesOffset,dismiss:C.propTypesDismiss,animate:C.propTypesAnimate,lockScroll:C.propTypesLockScroll,labelProps:C.propTypesLabelProps,menuProps:C.propTypesMenuProps,className:C.propTypesClassName,disabled:C.propTypesDisabled,name:C.propTypesName,children:C.propTypesChildren,containerProps:C.propTypesContainerProps},Q.displayName="MaterialTailwind.Select";var oe=Object.assign(Q,{Option:z.SelectOption})}(Gf);var Bf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Switch:function(){return b},default:function(){return f}});var t=C(ge),n=C(ke),o=C(P0),a=C(Ue),i=Re,p=C(C1),v=C(Ae),h=Le,g=Wr;function M(s,d,l){return d in s?Object.defineProperty(s,d,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[d]=l,s}function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.color,c=s.label,m=s.ripple,x=s.className,_=s.disabled,P=s.containerProps,V=s.circleProps,L=s.labelProps,E=s.inputRef,R=z(s,["color","label","ripple","className","disabled","containerProps","circleProps","labelProps","inputRef"]),N=(0,h.useTheme)(),W=N.switch,K=W.defaultProps,Q=W.valid,oe=W.styles,U=oe.base,$=oe.colors,B=t.default.useId();l=l??K.color,m=m??K.ripple,x=x??K.className,_=_??K.disabled,P=P??K.containerProps,L=L??K.labelProps,V=V??K.circleProps;var te=m!==void 0&&new o.default,fe=(0,a.default)((0,v.default)(U.root),M({},(0,v.default)(U.disabled),_)),J=(0,i.twMerge)((0,a.default)((0,v.default)(U.container)),P==null?void 0:P.className),X=(0,i.twMerge)((0,a.default)((0,v.default)(U.input),(0,v.default)($[(0,p.default)(Q.colors,l,"gray")])),x),q=(0,i.twMerge)((0,a.default)((0,v.default)(U.circle),$[(0,p.default)(Q.colors,l,"gray")].circle,$[(0,p.default)(Q.colors,l,"gray")].before),V==null?void 0:V.className),ie=(0,a.default)((0,v.default)(U.ripple)),le=(0,i.twMerge)((0,a.default)((0,v.default)(U.label)),L==null?void 0:L.className);return t.default.createElement("div",{ref:d,className:fe},t.default.createElement("div",T({},P,{className:J}),t.default.createElement("input",T({},R,{ref:E,type:"checkbox",disabled:_,id:R.id||B,className:X})),t.default.createElement("label",T({},V,{htmlFor:R.id||B,className:q}),m&&t.default.createElement("div",{className:ie,onMouseDown:function(ne){var pe=P==null?void 0:P.onMouseDown;return m&&te.create(ne,"dark"),typeof pe=="function"&&pe(ne)}}))),c&&t.default.createElement("label",T({},L,{htmlFor:R.id||B,className:le}),c))});b.propTypes={color:n.default.oneOf(g.propTypesColor),label:g.propTypesLabel,ripple:g.propTypesRipple,className:g.propTypesClassName,disabled:g.propTypesDisabled,containerProps:g.propTypesObject,labelProps:g.propTypesObject,circleProps:g.propTypesObject},b.displayName="MaterialTailwind.Switch";var f=b})(Bf);var Kf={},N0={},Zr={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{propTypesId:function(){return a},propTypesValue:function(){return i},propTypesAnimate:function(){return p},propTypesDisabled:function(){return v},propTypesClassName:function(){return h},propTypesOrientation:function(){return g},propTypesIndicator:function(){return M},propTypesChildren:function(){return T}});var t=o(ke),n=x1;function o(C){return C&&C.__esModule?C:{default:C}}var a=t.default.string,i=t.default.oneOfType([t.default.string,t.default.number]).isRequired,p=n.propTypesAnimation,v=t.default.bool,h=t.default.string,g=t.default.oneOf(["horizontal","vertical"]),M=t.default.instanceOf(Object),T=t.default.node.isRequired})(Zr),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(P,V){for(var L in V)Object.defineProperty(P,L,{enumerable:!0,get:V[L]})}r(e,{TabsContext:function(){return b},useTabs:function(){return f},TabsContextProvider:function(){return s},setId:function(){return d},setActive:function(){return l},setAnimation:function(){return c},setIndicator:function(){return m},setIsInitial:function(){return x},setOrientation:function(){return _}});var t=p(ge),n=Zr;function o(P,V){(V==null||V>P.length)&&(V=P.length);for(var L=0,E=new Array(V);L<V;L++)E[L]=P[L];return E}function a(P){if(Array.isArray(P))return P}function i(P,V,L){return V in P?Object.defineProperty(P,V,{value:L,enumerable:!0,configurable:!0,writable:!0}):P[V]=L,P}function p(P){return P&&P.__esModule?P:{default:P}}function v(P,V){var L=P==null?null:typeof Symbol<"u"&&P[Symbol.iterator]||P["@@iterator"];if(L!=null){var E=[],R=!0,N=!1,W,K;try{for(L=L.call(P);!(R=(W=L.next()).done)&&(E.push(W.value),!(V&&E.length===V));R=!0);}catch(Q){N=!0,K=Q}finally{try{!R&&L.return!=null&&L.return()}finally{if(N)throw K}}return E}}function h(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function g(P){for(var V=1;V<arguments.length;V++){var L=arguments[V]!=null?arguments[V]:{},E=Object.keys(L);typeof Object.getOwnPropertySymbols=="function"&&(E=E.concat(Object.getOwnPropertySymbols(L).filter(function(R){return Object.getOwnPropertyDescriptor(L,R).enumerable}))),E.forEach(function(R){i(P,R,L[R])})}return P}function M(P,V){var L=Object.keys(P);if(Object.getOwnPropertySymbols){var E=Object.getOwnPropertySymbols(P);V&&(E=E.filter(function(R){return Object.getOwnPropertyDescriptor(P,R).enumerable})),L.push.apply(L,E)}return L}function T(P,V){return V=V??{},Object.getOwnPropertyDescriptors?Object.defineProperties(P,Object.getOwnPropertyDescriptors(V)):M(Object(V)).forEach(function(L){Object.defineProperty(P,L,Object.getOwnPropertyDescriptor(V,L))}),P}function C(P,V){return a(P)||v(P,V)||z(P,V)||h()}function z(P,V){if(P){if(typeof P=="string")return o(P,V);var L=Object.prototype.toString.call(P).slice(8,-1);if(L==="Object"&&P.constructor&&(L=P.constructor.name),L==="Map"||L==="Set")return Array.from(L);if(L==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(L))return o(P,V)}}function w(P,V){switch(V.type){case"SET_ID":return T(g({},P),{id:V.value});case"SET_ACTIVE":return T(g({},P),{active:V.value});case"SET_ANIMATION":return T(g({},P),{appliedAnimation:V.value});case"SET_INDICATOR":return T(g({},P),{indicatorProps:V.value});case"SET_IS_INITIAL":return T(g({},P),{isInitial:V.value});case"SET_ORIENTATION":return T(g({},P),{orientation:V.value});default:throw new Error("Unhandled action type: ".concat(V.type))}}var b=t.default.createContext(null);b.displayName="MaterialTailwind.TabsContext";function f(){var P=t.default.useContext(b);if(!P)throw new Error("useTabs() must be used within a Tabs. It happens when you use TabsHeader, TabsBody, Tab or TabPanel outside the Tabs component.");return P}var s=function(P){var V=P.id,L=P.value,E=P.orientation,R=P.children,N=t.default.useMemo(function(){return{id:V??"indicator",active:L,orientation:E,isInitial:!0,appliedAnimation:{initial:{},unmount:{},mount:{}},indicatorProps:void 0}},[V,L,E]),W=C(t.default.useReducer(w,N),2),K=W[0],Q=W[1],oe=t.default.useMemo(function(){return{state:K,dispatch:Q}},[K]);return t.default.createElement(b.Provider,{value:oe},R)},d=function(P,V){return P({type:"SET_ID",value:V})},l=function(P,V){return P({type:"SET_ACTIVE",value:V})},c=function(P,V){return P({type:"SET_ANIMATION",value:V})},m=function(P,V){return P({type:"SET_INDICATOR",value:V})},x=function(P,V){return P({type:"SET_IS_INITIAL",value:V})},_=function(P,V){return P({type:"SET_ORIENTATION",value:V})};s.propTypes={id:n.propTypesId,value:n.propTypesValue,orientation:n.propTypesOrientation,children:n.propTypesChildren},s.displayName="MaterialTailwind.TabsContextProvider"}(N0);var Yf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{Tab:function(){return w},default:function(){return b}});var t=T(ge),n=$1,o=T(Ue),a=Re,i=T(Ae),p=Le,v=N0,h=Zr;function g(f,s,d){return s in f?Object.defineProperty(f,s,{value:d,enumerable:!0,configurable:!0,writable:!0}):f[s]=d,f}function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.value,l=f.className,c=f.activeClassName,m=f.disabled,x=f.children,_=C(f,["value","className","activeClassName","disabled","children"]),P=(0,p.useTheme)(),V=P.tab,L=V.defaultProps,E=V.styles.base,R=(0,v.useTabs)(),N=R.state,W=R.dispatch,K=N.id,Q=N.active,oe=N.indicatorProps;l=l??L.className,c=c??L.activeClassName,m=m??L.disabled;var U,$=(0,a.twMerge)((0,o.default)((0,i.default)(E.tab.initial),(U={},g(U,(0,i.default)(E.tab.disabled),m),g(U,c,Q===d),U)),l),B,te=(0,a.twMerge)((0,o.default)((0,i.default)(E.indicator)),(B=oe==null?void 0:oe.className)!==null&&B!==void 0?B:"");return t.default.createElement("li",M({},_,{ref:s,role:"tab",className:$,onClick:function(fe){var J=_==null?void 0:_.onClick;typeof J=="function"&&((0,v.setActive)(W,d),(0,v.setIsInitial)(W,!1),J(fe)),(0,v.setIsInitial)(W,!1),(0,v.setActive)(W,d)},"data-value":d}),t.default.createElement("div",{className:"z-20 text-inherit"},x),Q===d&&t.default.createElement(n.motion.div,M({},oe,{transition:{duration:.5},className:te,layoutId:K})))});w.propTypes={value:h.propTypesValue,className:h.propTypesClassName,disabled:h.propTypesDisabled,children:h.propTypesChildren},w.displayName="MaterialTailwind.Tab";var b=w})(Yf);var Xf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{TabsBody:function(){return w},default:function(){return b}});var t=T(ge),n=$1,o=T(W1),a=T(Ue),i=Re,p=T(Ae),v=Le,h=N0,g=Zr;function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.animate,l=f.className,c=f.children,m=C(f,["animate","className","children"]),x=(0,v.useTheme)().tabsBody,_=x.defaultProps,P=x.styles.base,V=(0,h.useTabs)().dispatch;l=l??_.className,d=d??_.animate;var L=(0,i.twMerge)((0,a.default)((0,p.default)(P)),l),E=t.default.useMemo(function(){return{initial:{opacity:0,position:"absolute",top:"0",left:"0",zIndex:1,transition:{duration:0}},unmount:{opacity:0,position:"absolute",top:"0",left:"0",zIndex:1,transition:{duration:.5,times:[.4,0,.2,1]}},mount:{opacity:1,position:"relative",zIndex:2,transition:{duration:.5,times:[.4,0,.2,1]}}}},[]),R=t.default.useMemo(function(){return(0,o.default)(E,d)},[d,E]);return(0,n.useIsomorphicLayoutEffect)(function(){(0,h.setAnimation)(V,R)},[R,V]),t.default.createElement("div",M({},m,{ref:s,className:L}),c)});w.propTypes={animate:g.propTypesAnimate,className:g.propTypesClassName,children:g.propTypesChildren},w.displayName="MaterialTailwind.TabsBody";var b=w})(Xf);var Zf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{TabsHeader:function(){return z},default:function(){return w}});var t=M(ge),n=M(Ue),o=Re,a=M(Ae),i=Le,p=N0,v=Zr;function h(b,f,s){return f in b?Object.defineProperty(b,f,{value:s,enumerable:!0,configurable:!0,writable:!0}):b[f]=s,b}function g(){return g=Object.assign||function(b){for(var f=1;f<arguments.length;f++){var s=arguments[f];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(b[d]=s[d])}return b},g.apply(this,arguments)}function M(b){return b&&b.__esModule?b:{default:b}}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=t.default.forwardRef(function(b,f){var s=b.indicatorProps,d=b.className,l=b.children,c=T(b,["indicatorProps","className","children"]),m=(0,i.useTheme)().tabsHeader,x=m.defaultProps,_=m.styles,P=(0,p.useTabs)(),V=P.state,L=P.dispatch,E=V.orientation;t.default.useEffect(function(){(0,p.setIndicator)(L,s)},[L,s]),d=d??x.className;var R=(0,o.twMerge)((0,n.default)((0,a.default)(_.base),h({},_[E]&&(0,a.default)(_[E]),E)),d);return t.default.createElement("nav",null,t.default.createElement("ul",g({},c,{ref:f,role:"tablist",className:R}),l))});z.propTypes={indicatorProps:v.propTypesIndicator,className:v.propTypesClassName,children:v.propTypesChildren},z.displayName="MaterialTailwind.TabsHeader";var w=z})(Zf);var Jf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{TabPanel:function(){return z},default:function(){return w}});var t=M(ge),n=$1,o=M(Ue),a=Re,i=M(Ae),p=Le,v=N0,h=Zr;function g(){return g=Object.assign||function(b){for(var f=1;f<arguments.length;f++){var s=arguments[f];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(b[d]=s[d])}return b},g.apply(this,arguments)}function M(b){return b&&b.__esModule?b:{default:b}}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=t.default.forwardRef(function(b,f){var s=b.value,d=b.className,l=b.children,c=T(b,["value","className","children"]),m=(0,p.useTheme)().tabPanel,x=m.defaultProps,_=m.styles.base,P=(0,v.useTabs)().state,V=P.active,L=P.appliedAnimation,E=P.isInitial;d=d??x.className;var R=(0,a.twMerge)((0,o.default)((0,i.default)(_)),d),N=n.AnimatePresence;return t.default.createElement(n.LazyMotion,{features:n.domAnimation},t.default.createElement(N,{exitBeforeEnter:!0},t.default.createElement(n.m.div,g({},c,{ref:f,role:"tabpanel",className:R,initial:"unmount",exit:"unmount",animate:V===s?"mount":E?"initial":"unmount",variants:L,"data-value":s}),l)))});z.propTypes={value:h.propTypesValue,className:h.propTypesClassName,children:h.propTypesChildren},z.displayName="MaterialTailwind.TabPanel";var w=z})(Jf),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{Tabs:function(){return s},Tab:function(){return v.Tab},TabsBody:function(){return h.TabsBody},TabsHeader:function(){return g.TabsHeader},TabPanel:function(){return M.TabPanel},useTabs:function(){return p.useTabs},default:function(){return d}});var t=w(ge),n=w(Ue),o=Re,a=w(Ae),i=Le,p=N0,v=Yf,h=Xf,g=Zf,M=Jf,T=Zr;function C(l,c,m){return c in l?Object.defineProperty(l,c,{value:m,enumerable:!0,configurable:!0,writable:!0}):l[c]=m,l}function z(){return z=Object.assign||function(l){for(var c=1;c<arguments.length;c++){var m=arguments[c];for(var x in m)Object.prototype.hasOwnProperty.call(m,x)&&(l[x]=m[x])}return l},z.apply(this,arguments)}function w(l){return l&&l.__esModule?l:{default:l}}function b(l,c){if(l==null)return{};var m=f(l,c),x,_;if(Object.getOwnPropertySymbols){var P=Object.getOwnPropertySymbols(l);for(_=0;_<P.length;_++)x=P[_],!(c.indexOf(x)>=0)&&Object.prototype.propertyIsEnumerable.call(l,x)&&(m[x]=l[x])}return m}function f(l,c){if(l==null)return{};var m={},x=Object.keys(l),_,P;for(P=0;P<x.length;P++)_=x[P],!(c.indexOf(_)>=0)&&(m[_]=l[_]);return m}var s=t.default.forwardRef(function(l,c){var m=l.value,x=l.className,_=l.orientation,P=l.children,V=b(l,["value","className","orientation","children"]),L=(0,i.useTheme)().tabs,E=L.defaultProps,R=L.styles,N=t.default.useId();x=x??E.className,_=_??E.orientation;var W=(0,o.twMerge)((0,n.default)((0,a.default)(R.base),C({},R[_]&&(0,a.default)(R[_]),_)),x);return t.default.createElement(p.TabsContextProvider,{id:N,value:m,orientation:_},t.default.createElement("div",z({},V,{ref:c,className:W}),P))});s.propTypes={id:T.propTypesId,value:T.propTypesValue,className:T.propTypesClassName,orientation:T.propTypesOrientation,children:T.propTypesChildren},s.displayName="MaterialTailwind.Tabs";var d=Object.assign(s,{Tab:v.Tab,Body:h.TabsBody,Header:g.TabsHeader,Panel:M.TabPanel})}(Kf);var Qf={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{Textarea:function(){return z},default:function(){return w}});var t=M(ge),n=M(ke),o=M(Ue),a=M(C1),i=M(Ae),p=Le,v=bn;function h(b,f,s){return f in b?Object.defineProperty(b,f,{value:s,enumerable:!0,configurable:!0,writable:!0}):b[f]=s,b}function g(){return g=Object.assign||function(b){for(var f=1;f<arguments.length;f++){var s=arguments[f];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(b[d]=s[d])}return b},g.apply(this,arguments)}function M(b){return b&&b.__esModule?b:{default:b}}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=t.default.forwardRef(function(b,f){var s=b.variant,d=b.color,l=b.size,c=b.label,m=b.error,x=b.success,_=b.resize,P=b.labelProps,V=b.containerProps,L=b.shrink,E=b.className,R=T(b,["variant","color","size","label","error","success","resize","labelProps","containerProps","shrink","className"]),N=(0,p.useTheme)().textarea,W=N.defaultProps,K=N.valid,Q=N.styles,oe=Q.base,U=Q.variants;s=s??W.variant,l=l??W.size,d=d??W.color,c=c??W.label,P=P??W.labelProps,V=V??W.containerProps,L=L??W.shrink,E=E??W.className;var $=U[(0,a.default)(K.variants,s,"outlined")],B=(0,i.default)($.error.textarea),te=(0,i.default)($.success.textarea),fe=(0,i.default)($.shrink.textarea),J=(0,i.default)($.colors.textarea[(0,a.default)(K.colors,d,"gray")]),X=(0,i.default)($.error.label),q=(0,i.default)($.success.label),ie=(0,i.default)($.shrink.label),le=(0,i.default)($.colors.label[(0,a.default)(K.colors,d,"gray")]),ne=(0,o.default)((0,i.default)(oe.container),V==null?void 0:V.className),pe=(0,o.default)((0,i.default)(oe.textarea),(0,i.default)($.base.textarea),(0,i.default)($.sizes[(0,a.default)(K.sizes,l,"md")].textarea),h({},J,!m&&!x),h({},B,m),h({},te,x),h({},fe,L),_?"":"!resize-none",E),be=(0,o.default)((0,i.default)(oe.label),(0,i.default)($.base.label),(0,i.default)($.sizes[(0,a.default)(K.sizes,l,"md")].label),h({},le,!m&&!x),h({},X,m),h({},q,x),h({},ie,L),P==null?void 0:P.className);return t.default.createElement("div",{ref:f,className:ne},t.default.createElement("textarea",g({},R,{className:pe,placeholder:(R==null?void 0:R.placeholder)||" "})),t.default.createElement("label",{className:be},c))});z.propTypes={variant:n.default.oneOf(v.propTypesVariant),size:n.default.oneOf(v.propTypesSize),color:n.default.oneOf(v.propTypesColor),label:v.propTypesLabel,error:v.propTypesError,success:v.propTypesSuccess,resize:v.propTypesResize,labelProps:v.propTypesLabelProps,containerProps:v.propTypesContainerProps,shrink:v.propTypesShrink,className:v.propTypesClassName},z.displayName="MaterialTailwind.Textarea";var w=z})(Qf);var e9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(E,R){for(var N in R)Object.defineProperty(E,N,{enumerable:!0,get:R[N]})}r(e,{Tooltip:function(){return V},default:function(){return L}});var t=b(ge),n=b(ke),o=N1,a=$1,i=b(Ue),p=Re,v=b(W1),h=b(Ae),g=Le,M=R0;function T(E,R){(R==null||R>E.length)&&(R=E.length);for(var N=0,W=new Array(R);N<R;N++)W[N]=E[N];return W}function C(E){if(Array.isArray(E))return E}function z(E,R,N){return R in E?Object.defineProperty(E,R,{value:N,enumerable:!0,configurable:!0,writable:!0}):E[R]=N,E}function w(){return w=Object.assign||function(E){for(var R=1;R<arguments.length;R++){var N=arguments[R];for(var W in N)Object.prototype.hasOwnProperty.call(N,W)&&(E[W]=N[W])}return E},w.apply(this,arguments)}function b(E){return E&&E.__esModule?E:{default:E}}function f(E,R){var N=E==null?null:typeof Symbol<"u"&&E[Symbol.iterator]||E["@@iterator"];if(N!=null){var W=[],K=!0,Q=!1,oe,U;try{for(N=N.call(E);!(K=(oe=N.next()).done)&&(W.push(oe.value),!(R&&W.length===R));K=!0);}catch($){Q=!0,U=$}finally{try{!K&&N.return!=null&&N.return()}finally{if(Q)throw U}}return W}}function s(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function d(E){for(var R=1;R<arguments.length;R++){var N=arguments[R]!=null?arguments[R]:{},W=Object.keys(N);typeof Object.getOwnPropertySymbols=="function"&&(W=W.concat(Object.getOwnPropertySymbols(N).filter(function(K){return Object.getOwnPropertyDescriptor(N,K).enumerable}))),W.forEach(function(K){z(E,K,N[K])})}return E}function l(E,R){var N=Object.keys(E);if(Object.getOwnPropertySymbols){var W=Object.getOwnPropertySymbols(E);R&&(W=W.filter(function(K){return Object.getOwnPropertyDescriptor(E,K).enumerable})),N.push.apply(N,W)}return N}function c(E,R){return R=R??{},Object.getOwnPropertyDescriptors?Object.defineProperties(E,Object.getOwnPropertyDescriptors(R)):l(Object(R)).forEach(function(N){Object.defineProperty(E,N,Object.getOwnPropertyDescriptor(R,N))}),E}function m(E,R){if(E==null)return{};var N=x(E,R),W,K;if(Object.getOwnPropertySymbols){var Q=Object.getOwnPropertySymbols(E);for(K=0;K<Q.length;K++)W=Q[K],!(R.indexOf(W)>=0)&&Object.prototype.propertyIsEnumerable.call(E,W)&&(N[W]=E[W])}return N}function x(E,R){if(E==null)return{};var N={},W=Object.keys(E),K,Q;for(Q=0;Q<W.length;Q++)K=W[Q],!(R.indexOf(K)>=0)&&(N[K]=E[K]);return N}function _(E,R){return C(E)||f(E,R)||P(E,R)||s()}function P(E,R){if(E){if(typeof E=="string")return T(E,R);var N=Object.prototype.toString.call(E).slice(8,-1);if(N==="Object"&&E.constructor&&(N=E.constructor.name),N==="Map"||N==="Set")return Array.from(N);if(N==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(N))return T(E,R)}}var V=t.default.forwardRef(function(E,R){var N=E.open,W=E.handler,K=E.content,Q=E.interactive,oe=E.placement,U=E.offset,$=E.dismiss,B=E.animate,te=E.className,fe=E.children,J=m(E,["open","handler","content","interactive","placement","offset","dismiss","animate","className","children"]),X=(0,g.useTheme)().tooltip,q=X.defaultProps,ie=X.styles.base,le=_(t.default.useState(!1),2),ne=le[0],pe=le[1];N=N??ne,W=W??pe,Q=Q??q.interactive,oe=oe??q.placement,U=U??q.offset,$=$??q.dismiss,B=B??q.animate,te=te??q.className;var be=(0,p.twMerge)((0,i.default)((0,h.default)(ie)),te),me={unmount:{opacity:0},mount:{opacity:1}},ce=(0,v.default)(me,B),ae=(0,o.useFloating)({open:N,onOpenChange:W,middleware:[(0,o.offset)(U),(0,o.flip)(),(0,o.shift)()],placement:oe}),se=ae.x,we=ae.y,Ce=ae.reference,Me=ae.floating,Pe=ae.strategy,ze=ae.refs,Ee=ae.update,Ie=ae.context,Ke=(0,o.useInteractions)([(0,o.useClick)(Ie,{enabled:Q}),(0,o.useFocus)(Ie),(0,o.useHover)(Ie),(0,o.useRole)(Ie,{role:"tooltip"}),(0,o.useDismiss)(Ie,$)]),We=Ke.getReferenceProps,Fe=Ke.getFloatingProps;t.default.useEffect(function(){if(ze.reference.current&&ze.floating.current&&N)return(0,o.autoUpdate)(ze.reference.current,ze.floating.current,Ee)},[N,Ee,ze.reference,ze.floating]);var a1=(0,o.useMergeRefs)([R,Me]),r1=(0,o.useMergeRefs)([R,Ce]),o1=a.AnimatePresence;return t.default.createElement(t.default.Fragment,null,typeof fe=="string"?t.default.createElement("span",w({},We({ref:r1})),fe):t.default.cloneElement(fe,d({},We(c(d({},fe==null?void 0:fe.props),{ref:r1})))),t.default.createElement(a.LazyMotion,{features:a.domAnimation},t.default.createElement(o.FloatingPortal,null,t.default.createElement(o1,null,N&&t.default.createElement(a.m.div,w({},Fe(c(d({},J),{ref:a1,className:be,style:{position:Pe,top:we??"",left:se??""}})),{initial:"unmount",exit:"unmount",animate:N?"mount":"unmount",variants:ce}),K)))))});V.propTypes={open:M.propTypesOpen,handler:M.propTypesHandler,content:M.propTypesContent,interactive:M.propTypesInteractive,placement:n.default.oneOf(M.propTypesPlacement),offset:M.propTypesOffset,dismiss:M.propTypesDismiss,animate:M.propTypesAnimate,className:M.propTypesClassName,children:M.propTypesChildren},V.displayName="MaterialTailwind.Tooltip";var L=V})(e9);var t9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(d,l){for(var c in l)Object.defineProperty(d,c,{enumerable:!0,get:l[c]})}r(e,{Typography:function(){return f},default:function(){return s}});var t=M(ge),n=M(ke),o=M(Ue),a=Re,i=M(C1),p=M(Ae),v=Le,h=cl;function g(d,l,c){return l in d?Object.defineProperty(d,l,{value:c,enumerable:!0,configurable:!0,writable:!0}):d[l]=c,d}function M(d){return d&&d.__esModule?d:{default:d}}function T(d){for(var l=1;l<arguments.length;l++){var c=arguments[l]!=null?arguments[l]:{},m=Object.keys(c);typeof Object.getOwnPropertySymbols=="function"&&(m=m.concat(Object.getOwnPropertySymbols(c).filter(function(x){return Object.getOwnPropertyDescriptor(c,x).enumerable}))),m.forEach(function(x){g(d,x,c[x])})}return d}function C(d,l){var c=Object.keys(d);if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(d);l&&(m=m.filter(function(x){return Object.getOwnPropertyDescriptor(d,x).enumerable})),c.push.apply(c,m)}return c}function z(d,l){return l=l??{},Object.getOwnPropertyDescriptors?Object.defineProperties(d,Object.getOwnPropertyDescriptors(l)):C(Object(l)).forEach(function(c){Object.defineProperty(d,c,Object.getOwnPropertyDescriptor(l,c))}),d}function w(d,l){if(d==null)return{};var c=b(d,l),m,x;if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(d);for(x=0;x<_.length;x++)m=_[x],!(l.indexOf(m)>=0)&&Object.prototype.propertyIsEnumerable.call(d,m)&&(c[m]=d[m])}return c}function b(d,l){if(d==null)return{};var c={},m=Object.keys(d),x,_;for(_=0;_<m.length;_++)x=m[_],!(l.indexOf(x)>=0)&&(c[x]=d[x]);return c}var f=t.default.forwardRef(function(d,l){var c=d.variant,m=d.color,x=d.textGradient,_=d.as,P=d.className,V=d.children,L=w(d,["variant","color","textGradient","as","className","children"]),E=(0,v.useTheme)().typography,R=E.defaultProps,N=E.valid,W=E.styles,K=W.variants,Q=W.colors,oe=W.textGradient;c=c??R.variant,m=m??R.color,x=x||R.textGradient,_=_??void 0,P=P??R.className;var U=(0,p.default)(K[(0,i.default)(N.variants,c,"paragraph")]),$=Q[(0,i.default)(N.colors,m,"inherit")],B=(0,p.default)(oe),te=(0,a.twMerge)((0,o.default)(U,g({},$.color,!x),g({},B,x),g({},$.gradient,x)),P),fe;switch(c){case"h1":fe=t.default.createElement(_||"h1",z(T({},L),{ref:l,className:te}),V);break;case"h2":fe=t.default.createElement(_||"h2",z(T({},L),{ref:l,className:te}),V);break;case"h3":fe=t.default.createElement(_||"h3",z(T({},L),{ref:l,className:te}),V);break;case"h4":fe=t.default.createElement(_||"h4",z(T({},L),{ref:l,className:te}),V);break;case"h5":fe=t.default.createElement(_||"h5",z(T({},L),{ref:l,className:te}),V);break;case"h6":fe=t.default.createElement(_||"h6",z(T({},L),{ref:l,className:te}),V);break;case"lead":fe=t.default.createElement(_||"p",z(T({},L),{ref:l,className:te}),V);break;case"paragraph":fe=t.default.createElement(_||"p",z(T({},L),{ref:l,className:te}),V);break;case"small":fe=t.default.createElement(_||"p",z(T({},L),{ref:l,className:te}),V);break;default:fe=t.default.createElement(_||"p",z(T({},L),{ref:l,className:te}),V);break}return fe});f.propTypes={variant:n.default.oneOf(h.propTypesVariant),color:n.default.oneOf(h.propTypesColor),as:h.propTypesAs,textGradient:h.propTypesTextGradient,className:h.propTypesClassName,children:h.propTypesChildren},f.displayName="MaterialTailwind.Typography";var s=f})(t9);var r9={},n9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(h,g){for(var M in g)Object.defineProperty(h,M,{enumerable:!0,get:g[M]})}r(e,{propTypesClassName:function(){return a},propTypesChildren:function(){return i},propTypesOpen:function(){return p},propTypesAnimate:function(){return v}});var t=o(ke),n=x1;function o(h){return h&&h.__esModule?h:{default:h}}var a=t.default.string,i=t.default.node.isRequired,p=t.default.bool.isRequired,v=n.propTypesAnimation})(n9),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{Collapse:function(){return w},default:function(){return b}});var t=T(ge),n=$1,o=N1,a=T(W1),i=T(Ue),p=Re,v=T(Ae),h=Le,g=n9;function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.open,l=f.animate,c=f.className,m=f.children,x=C(f,["open","animate","className","children"]),_=t.default.useRef(null),P=(0,h.useTheme)().collapse,V=P.styles,L=V.base;l=l??{},c=c??"";var E=(0,p.twMerge)((0,i.default)((0,v.default)(L)),c),R={unmount:{height:"0px",transition:{duration:.3,times:[.4,0,.2,1]}},mount:{height:"auto",transition:{duration:.3,times:[.4,0,.2,1]}}},N=(0,a.default)(R,l),W=n.AnimatePresence,K=(0,o.useMergeRefs)([s,_]);return t.default.createElement(n.LazyMotion,{features:n.domAnimation},t.default.createElement(W,null,t.default.createElement(n.m.div,M({},x,{ref:K,className:E,initial:"unmount",exit:"unmount",animate:d?"mount":"unmount",variants:N}),m)))});w.displayName="MaterialTailwind.Collapse",w.propTypes={open:g.propTypesOpen,animate:g.propTypesAnimate,className:g.propTypesClassName,children:g.propTypesChildren};var b=w}(r9);var o9={},Wn={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(h,g){for(var M in g)Object.defineProperty(h,M,{enumerable:!0,get:g[M]})}r(e,{propTypesClassName:function(){return o},propTypesDisabled:function(){return a},propTypesSelected:function(){return i},propTypesRipple:function(){return p},propTypesChildren:function(){return v}});var t=n(ke);function n(h){return h&&h.__esModule?h:{default:h}}var o=t.default.string,a=t.default.bool,i=t.default.bool,p=t.default.bool,v=t.default.node.isRequired})(Wn);var a9={},C5={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(z,w){for(var b in w)Object.defineProperty(z,b,{enumerable:!0,get:w[b]})}r(e,{ListItemPrefix:function(){return T},default:function(){return C}});var t=h(ge),n=Le,o=h(Ue),a=Re,i=h(Ae),p=Wn;function v(){return v=Object.assign||function(z){for(var w=1;w<arguments.length;w++){var b=arguments[w];for(var f in b)Object.prototype.hasOwnProperty.call(b,f)&&(z[f]=b[f])}return z},v.apply(this,arguments)}function h(z){return z&&z.__esModule?z:{default:z}}function g(z,w){if(z==null)return{};var b=M(z,w),f,s;if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(z);for(s=0;s<d.length;s++)f=d[s],!(w.indexOf(f)>=0)&&Object.prototype.propertyIsEnumerable.call(z,f)&&(b[f]=z[f])}return b}function M(z,w){if(z==null)return{};var b={},f=Object.keys(z),s,d;for(d=0;d<f.length;d++)s=f[d],!(w.indexOf(s)>=0)&&(b[s]=z[s]);return b}var T=t.default.forwardRef(function(z,w){var b=z.className,f=z.children,s=g(z,["className","children"]),d=(0,n.useTheme)().list,l=d.styles.base,c=(0,a.twMerge)((0,o.default)((0,i.default)(l.itemPrefix)),b);return t.default.createElement("div",v({},s,{ref:w,className:c}),f)});T.propTypes={className:p.propTypesClassName,children:p.propTypesChildren},T.displayName="MaterialTailwind.ListItemPrefix";var C=T})(C5);var z5={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(z,w){for(var b in w)Object.defineProperty(z,b,{enumerable:!0,get:w[b]})}r(e,{ListItemSuffix:function(){return T},default:function(){return C}});var t=h(ge),n=Le,o=h(Ue),a=Re,i=h(Ae),p=Wn;function v(){return v=Object.assign||function(z){for(var w=1;w<arguments.length;w++){var b=arguments[w];for(var f in b)Object.prototype.hasOwnProperty.call(b,f)&&(z[f]=b[f])}return z},v.apply(this,arguments)}function h(z){return z&&z.__esModule?z:{default:z}}function g(z,w){if(z==null)return{};var b=M(z,w),f,s;if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(z);for(s=0;s<d.length;s++)f=d[s],!(w.indexOf(f)>=0)&&Object.prototype.propertyIsEnumerable.call(z,f)&&(b[f]=z[f])}return b}function M(z,w){if(z==null)return{};var b={},f=Object.keys(z),s,d;for(d=0;d<f.length;d++)s=f[d],!(w.indexOf(s)>=0)&&(b[s]=z[s]);return b}var T=t.default.forwardRef(function(z,w){var b=z.className,f=z.children,s=g(z,["className","children"]),d=(0,n.useTheme)().list,l=d.styles.base,c=(0,a.twMerge)((0,o.default)((0,i.default)(l.itemSuffix)),b);return t.default.createElement("div",v({},s,{ref:w,className:c}),f)});T.propTypes={className:p.propTypesClassName,children:p.propTypesChildren},T.displayName="MaterialTailwind.ListItemSuffix";var C=T})(z5),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{ListItem:function(){return b},ListItemPrefix:function(){return h.ListItemPrefix},ListItemSuffix:function(){return g.ListItemSuffix},default:function(){return f}});var t=C(ge),n=Le,o=C(P0),a=C(Ue),i=Re,p=C(Ae),v=Wn,h=C5,g=z5;function M(s,d,l){return d in s?Object.defineProperty(s,d,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[d]=l,s}function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.className,c=s.disabled,m=s.selected,x=s.ripple,_=s.children,P=z(s,["className","disabled","selected","ripple","children"]),V=(0,n.useTheme)().list,L=V.defaultProps,E=V.styles.base;x=x??L.ripple;var R=x!==void 0&&new o.default,N,W=(0,i.twMerge)((0,a.default)((0,p.default)(E.item.initial),(N={},M(N,(0,p.default)(E.item.disabled),c),M(N,(0,p.default)(E.item.selected),m&&!c),N)),l);return t.default.createElement("div",T({},P,{ref:d,role:"button",tabIndex:0,className:W,onMouseDown:function(K){var Q=P==null?void 0:P.onMouseDown;return x&&R.create(K,"dark"),typeof Q=="function"&&Q(K)}}),_)});b.propTypes={className:v.propTypesClassName,selected:v.propTypesSelected,disabled:v.propTypesDisabled,ripple:v.propTypesRipple,children:v.propTypesChildren},b.displayName="MaterialTailwind.ListItem";var f=Object.assign(b,{Prefix:h.ListItemPrefix,Suffix:g.ListItemSuffix})}(a9),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{List:function(){return w},ListItem:function(){return v.ListItem},ListItemPrefix:function(){return h.ListItemPrefix},ListItemSuffix:function(){return g.ListItemSuffix},default:function(){return b}});var t=T(ge),n=Le,o=T(Ue),a=Re,i=T(Ae),p=Wn,v=a9,h=C5,g=z5;function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.className,l=f.children,c=C(f,["className","children"]),m=(0,n.useTheme)().list,x=m.defaultProps,_=m.styles.base;d=d??x.className;var P=(0,a.twMerge)((0,o.default)((0,i.default)(_.list)),d);return t.default.createElement("nav",M({},c,{ref:s,className:P}),l)});w.propTypes={className:p.propTypesClassName,children:p.propTypesChildren},w.displayName="MaterialTailwind.List";var b=Object.assign(w,{Item:v.ListItem,ItemPrefix:h.ListItemPrefix,ItemSuffix:g.ListItemSuffix})}(o9);var i9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(f,s){for(var d in s)Object.defineProperty(f,d,{enumerable:!0,get:s[d]})}r(e,{ButtonGroup:function(){return w},default:function(){return b}});var t=T(ge),n=T(ke),o=T(Ue),a=Re,i=T(C1),p=T(Ae),v=Le,h=Fr;function g(f,s,d){return s in f?Object.defineProperty(f,s,{value:d,enumerable:!0,configurable:!0,writable:!0}):f[s]=d,f}function M(){return M=Object.assign||function(f){for(var s=1;s<arguments.length;s++){var d=arguments[s];for(var l in d)Object.prototype.hasOwnProperty.call(d,l)&&(f[l]=d[l])}return f},M.apply(this,arguments)}function T(f){return f&&f.__esModule?f:{default:f}}function C(f,s){if(f==null)return{};var d=z(f,s),l,c;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(f);for(c=0;c<m.length;c++)l=m[c],!(s.indexOf(l)>=0)&&Object.prototype.propertyIsEnumerable.call(f,l)&&(d[l]=f[l])}return d}function z(f,s){if(f==null)return{};var d={},l=Object.keys(f),c,m;for(m=0;m<l.length;m++)c=l[m],!(s.indexOf(c)>=0)&&(d[c]=f[c]);return d}var w=t.default.forwardRef(function(f,s){var d=f.variant,l=f.size,c=f.color,m=f.fullWidth,x=f.ripple,_=f.className,P=f.children,V=C(f,["variant","size","color","fullWidth","ripple","className","children"]),L=(0,v.useTheme)().buttonGroup,E=L.defaultProps,R=L.styles,N=L.valid,W=R.base,K=R.dividerColor;d=d??E.variant,l=l??E.size,c=c??E.color,x=x??E.ripple,m=m??E.fullWidth,_=_??E.className;var Q,oe=(0,a.twMerge)((0,o.default)((0,p.default)(W.initial),(Q={},g(Q,(0,p.default)(W.fullWidth),m),g(Q,"divide-x",d!=="outlined"),g(Q,(0,p.default)(K[(0,i.default)(N.colors,c,"gray")]),d!=="outlined"),Q)),_);return t.default.createElement("div",M({},V,{ref:s,className:oe}),t.default.Children.map(P,function(U,$){var B;return t.default.isValidElement(U)&&t.default.cloneElement(U,{variant:d,size:l,color:c,ripple:x,fullWidth:m,className:(0,a.twMerge)((0,o.default)({"rounded-r-none":$!==t.default.Children.count(P)-1,"border-r-0":$!==t.default.Children.count(P)-1,"rounded-l-none":$!==0}),(B=U.props)===null||B===void 0?void 0:B.className)})}))});w.propTypes={variant:n.default.oneOf(h.propTypesVariant),size:n.default.oneOf(h.propTypesSize),color:n.default.oneOf(h.propTypesColor),fullWidth:h.propTypesFullWidth,ripple:h.propTypesRipple,className:h.propTypesClassName,children:h.propTypesChildren},w.displayName="MaterialTailwind.ButtonGroup";var b=w})(i9);var l9={},c9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(z,w){for(var b in w)Object.defineProperty(z,b,{enumerable:!0,get:w[b]})}r(e,{propTypesClassName:function(){return o},propTypesPrevArrow:function(){return a},propTypesNextArrow:function(){return i},propTypesNavigation:function(){return p},propTypesAutoplay:function(){return v},propTypesAutoplayDelay:function(){return h},propTypesTransition:function(){return g},propTypesLoop:function(){return M},propTypesChildren:function(){return T},propTypesSlideRef:function(){return C}});var t=n(ke);function n(z){return z&&z.__esModule?z:{default:z}}var o=t.default.string,a=t.default.func,i=t.default.func,p=t.default.func,v=t.default.bool,h=t.default.number,g=t.default.object,M=t.default.bool,T=t.default.node.isRequired,C=t.default.oneOfType([t.default.func,t.default.shape({current:t.default.any})])})(c9),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(m,x){for(var _ in x)Object.defineProperty(m,_,{enumerable:!0,get:x[_]})}r(e,{Carousel:function(){return l},default:function(){return c}});var t=C(ge),n=$1,o=N1,a=C(Ue),i=Re,p=C(Ae),v=Le,h=c9;function g(m,x){(x==null||x>m.length)&&(x=m.length);for(var _=0,P=new Array(x);_<x;_++)P[_]=m[_];return P}function M(m){if(Array.isArray(m))return m}function T(){return T=Object.assign||function(m){for(var x=1;x<arguments.length;x++){var _=arguments[x];for(var P in _)Object.prototype.hasOwnProperty.call(_,P)&&(m[P]=_[P])}return m},T.apply(this,arguments)}function C(m){return m&&m.__esModule?m:{default:m}}function z(m,x){var _=m==null?null:typeof Symbol<"u"&&m[Symbol.iterator]||m["@@iterator"];if(_!=null){var P=[],V=!0,L=!1,E,R;try{for(_=_.call(m);!(V=(E=_.next()).done)&&(P.push(E.value),!(x&&P.length===x));V=!0);}catch(N){L=!0,R=N}finally{try{!V&&_.return!=null&&_.return()}finally{if(L)throw R}}return P}}function w(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function b(m,x){if(m==null)return{};var _=f(m,x),P,V;if(Object.getOwnPropertySymbols){var L=Object.getOwnPropertySymbols(m);for(V=0;V<L.length;V++)P=L[V],!(x.indexOf(P)>=0)&&Object.prototype.propertyIsEnumerable.call(m,P)&&(_[P]=m[P])}return _}function f(m,x){if(m==null)return{};var _={},P=Object.keys(m),V,L;for(L=0;L<P.length;L++)V=P[L],!(x.indexOf(V)>=0)&&(_[V]=m[V]);return _}function s(m,x){return M(m)||z(m,x)||d(m,x)||w()}function d(m,x){if(m){if(typeof m=="string")return g(m,x);var _=Object.prototype.toString.call(m).slice(8,-1);if(_==="Object"&&m.constructor&&(_=m.constructor.name),_==="Map"||_==="Set")return Array.from(_);if(_==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_))return g(m,x)}}var l=t.default.forwardRef(function(m,x){var _=m.children,P=m.prevArrow,V=m.nextArrow,L=m.navigation,E=m.autoplay,R=m.autoplayDelay,N=m.transition,W=m.loop,K=m.className,Q=m.slideRef,oe=b(m,["children","prevArrow","nextArrow","navigation","autoplay","autoplayDelay","transition","loop","className","slideRef"]),U=(0,v.useTheme)().carousel,$=U.defaultProps,B=U.styles.base,te=(0,n.useMotionValue)(0),fe=t.default.useRef(null),J=s(t.default.useState(0),2),X=J[0],q=J[1],ie=t.default.Children.toArray(_);K=K??$.className,P=P??$.prevArrow,V=V??$.nextArrow,L=L??$.navigation,E=E??$.autoplay,R=R??$.autoplayDelay,N=N??$.transition,W=W??$.loop;var le=(0,i.twMerge)((0,a.default)((0,p.default)(B.carousel)),K),ne=(0,i.twMerge)((0,a.default)((0,p.default)(B.slide))),pe=t.default.useCallback(function(){var ae;return-X*(((ae=fe.current)===null||ae===void 0?void 0:ae.clientWidth)||0)},[X]),be=t.default.useCallback(function(){var ae=W?0:X;q(X+1===ie.length?ae:X+1)},[X,W,ie.length]),me=function(){var ae=W?ie.length-1:0;q(X-1<0?ae:X-1)};t.default.useEffect(function(){var ae=(0,n.animate)(te,pe(),N);return ae.stop},[pe,X,te,N]),t.default.useEffect(function(){window.addEventListener("resize",function(){(0,n.animate)(te,pe(),N)})},[pe,N,te]),t.default.useEffect(function(){if(E){var ae=setInterval(function(){return be()},R);return function(){return clearInterval(ae)}}},[E,be,R]);var ce=(0,o.useMergeRefs)([fe,x]);return t.default.createElement("div",T({},oe,{ref:ce,className:le}),ie.map(function(ae,se){return t.default.createElement(n.LazyMotion,{key:se,features:n.domAnimation},t.default.createElement(n.m.div,{ref:Q,className:ne,style:{x:te,left:"".concat(se*100,"%"),right:"".concat(se*100,"%")}},ae))}),P&&P({loop:W,handlePrev:me,activeIndex:X,firstIndex:X===0}),V&&V({loop:W,handleNext:be,activeIndex:X,lastIndex:X===ie.length-1}),L&&L({setActiveIndex:q,activeIndex:X,length:ie.length}))});l.propTypes={className:h.propTypesClassName,children:h.propTypesChildren,nextArrow:h.propTypesNextArrow,prevArrow:h.propTypesPrevArrow,navigation:h.propTypesNavigation,autoplay:h.propTypesAutoplay,autoplayDelay:h.propTypesAutoplayDelay,transition:h.propTypesTransition,loop:h.propTypesLoop,slideRef:h.propTypesSlideRef},l.displayName="MaterialTailwind.Carousel";var c=l}(l9);var s9={},u9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{propTypesOpen:function(){return a},propTypesSize:function(){return i},propTypesOverlay:function(){return p},propTypesChildren:function(){return v},propTypesPlacement:function(){return h},propTypesOverlayProps:function(){return g},propTypesClassName:function(){return M},propTypesOnClose:function(){return T},propTypesDismiss:function(){return C},propTypesTransition:function(){return z},propTypesOverlayRef:function(){return w}});var t=o(ke),n=x1;function o(b){return b&&b.__esModule?b:{default:b}}var a=t.default.bool.isRequired,i=t.default.number,p=t.default.bool,v=t.default.node.isRequired,h=["top","right","bottom","left"],g=t.default.object,M=t.default.string,T=t.default.func,C=n.propTypesDismissType,z=t.default.object,w=t.default.oneOfType([t.default.func,t.default.shape({current:t.default.any})])})(u9),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{Drawer:function(){return s},default:function(){return d}});var t=z(ge),n=z(ke),o=$1,a=N1,i=z(W1),p=z(Ue),v=Re,h=z(Ae),g=Le,M=u9;function T(l,c,m){return c in l?Object.defineProperty(l,c,{value:m,enumerable:!0,configurable:!0,writable:!0}):l[c]=m,l}function C(){return C=Object.assign||function(l){for(var c=1;c<arguments.length;c++){var m=arguments[c];for(var x in m)Object.prototype.hasOwnProperty.call(m,x)&&(l[x]=m[x])}return l},C.apply(this,arguments)}function z(l){return l&&l.__esModule?l:{default:l}}function w(l){for(var c=1;c<arguments.length;c++){var m=arguments[c]!=null?arguments[c]:{},x=Object.keys(m);typeof Object.getOwnPropertySymbols=="function"&&(x=x.concat(Object.getOwnPropertySymbols(m).filter(function(_){return Object.getOwnPropertyDescriptor(m,_).enumerable}))),x.forEach(function(_){T(l,_,m[_])})}return l}function b(l,c){if(l==null)return{};var m=f(l,c),x,_;if(Object.getOwnPropertySymbols){var P=Object.getOwnPropertySymbols(l);for(_=0;_<P.length;_++)x=P[_],!(c.indexOf(x)>=0)&&Object.prototype.propertyIsEnumerable.call(l,x)&&(m[x]=l[x])}return m}function f(l,c){if(l==null)return{};var m={},x=Object.keys(l),_,P;for(P=0;P<x.length;P++)_=x[P],!(c.indexOf(_)>=0)&&(m[_]=l[_]);return m}var s=t.default.forwardRef(function(l,c){var m=l.open,x=l.size,_=l.overlay,P=l.children,V=l.placement,L=l.overlayProps,E=l.className,R=l.onClose,N=l.dismiss,W=l.transition,K=l.overlayRef,Q=b(l,["open","size","overlay","children","placement","overlayProps","className","onClose","dismiss","transition","overlayRef"]),oe=(0,g.useTheme)().drawer,U=oe.defaultProps,$=oe.styles.base,B=(0,o.useAnimation)();x=x??U.size,_=_??U.overlay,V=V??U.placement,E=E??U.className,L=L??U.overlayProps,R=R??U.onClose;var te;N=(te=(0,i.default)(U.dismiss,N||{}))!==null&&te!==void 0?te:U.dismiss,W=W??U.transition;var fe=(0,v.twMerge)((0,p.default)((0,h.default)($.drawer),{"top-0 right-0":V==="right","bottom-0 left-0":V==="bottom","top-0 left-0":V==="top"||V==="left"}),E),J=(0,v.twMerge)((0,p.default)((0,h.default)($.overlay)),L==null?void 0:L.className),X=(0,a.useFloating)({open:m,onOpenChange:R}).context,q=(0,a.useInteractions)([(0,a.useDismiss)(X,N)]).getFloatingProps;t.default.useEffect(function(){B.start(m?"open":"close")},[m,B,V]);var ie={open:{x:0,y:0},close:{x:V==="left"?-x:V==="right"?x:0,y:V==="top"?-x:V==="bottom"?x:0}},le={unmount:{opacity:0,transition:{delay:.3}},mount:{opacity:1}};return t.default.createElement(t.default.Fragment,null,t.default.createElement(o.LazyMotion,{features:o.domAnimation},t.default.createElement(o.AnimatePresence,null,_&&m&&t.default.createElement(o.m.div,{ref:K,className:J,initial:"unmount",exit:"unmount",animate:m?"mount":"unmount",variants:le,transition:{duration:.3}})),t.default.createElement(o.m.div,C({},q(w({ref:c},Q)),{className:fe,style:{maxWidth:V==="left"||V==="right"?x:"100%",maxHeight:V==="top"||V==="bottom"?x:"100%",height:V==="left"||V==="right"?"100vh":"100%"},initial:"close",animate:B,variants:ie,transition:W}),P)))});s.propTypes={open:M.propTypesOpen,size:M.propTypesSize,overlay:M.propTypesOverlay,children:M.propTypesChildren,placement:n.default.oneOf(M.propTypesPlacement),overlayProps:M.propTypesOverlayProps,className:M.propTypesClassName,onClose:M.propTypesOnClose,dismiss:M.propTypesDismiss,transition:M.propTypesTransition,overlayRef:M.propTypesOverlayRef},s.displayName="MaterialTailwind.Drawer";var d=s}(s9);var d9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Badge:function(){return b},default:function(){return f}});var t=C(ge),n=C(ke),o=C(W1),a=C(Ue),i=Re,p=C(C1),v=C(Ae),h=Le,g=sl;function M(s,d,l){return d in s?Object.defineProperty(s,d,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[d]=l,s}function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.color,c=s.invisible,m=s.withBorder,x=s.overlap,_=s.placement,P=s.className,V=s.content,L=s.children,E=s.containerProps,R=s.containerRef,N=z(s,["color","invisible","withBorder","overlap","placement","className","content","children","containerProps","containerRef"]),W=(0,h.useTheme)().badge,K=W.valid,Q=W.defaultProps,oe=W.styles,U=oe.base,$=oe.placements,B=oe.colors;l=l??Q.color,c=c??Q.invisible,m=m??Q.withBorder,x=x??Q.overlap,_=_??Q.placement;var te;P=(te=(0,a.default)(P,Q.className))!==null&&te!==void 0?te:Q.className;var fe;E=(fe=(0,o.default)(E,Q.containerProps||{}))!==null&&fe!==void 0?fe:Q.containerProps;var J=(0,v.default)(U.badge.initial),X=(0,v.default)(U.badge.withBorder),q=(0,v.default)(U.badge.withContent),ie=(0,v.default)(B[(0,p.default)(K.colors,l,"red")]),le=(0,v.default)($[(0,p.default)(K.placements,_,"top-end")][(0,p.default)(K.overlaps,x,"square")]),ne,pe=(0,i.twMerge)((0,a.default)(J,le,ie,(ne={},M(ne,X,m),M(ne,q,V),ne)),P),be=(0,i.twMerge)((0,a.default)((0,v.default)(U.container),E==null?void 0:E.className));return t.default.createElement("div",T({ref:R},E,{className:be}),L,!c&&t.default.createElement("span",T({},N,{ref:d,className:pe}),V))});b.propTypes={color:n.default.oneOf(g.propTypesColor),invisible:g.propTypesInvisible,withBorder:g.propTypesWithBorder,overlap:n.default.oneOf(g.propTypesOverlap),className:g.propTypesClassName,content:g.propTypesContent,children:g.propTypesChildren,placement:n.default.oneOf(g.propTypesPlacement),containerProps:g.propTypesContainerProps,containerRef:g.propTypesContainerRef},b.displayName="MaterialTailwind.Badge";var f=b})(d9);var f9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(V,L){for(var E in L)Object.defineProperty(V,E,{enumerable:!0,get:L[E]})}r(e,{Rating:function(){return _},default:function(){return P}});var t=z(ge),n=z(ke),o=z(Ue),a=Re,i=z(C1),p=z(Ae),v=Le,h=ul;function g(V,L){(L==null||L>V.length)&&(L=V.length);for(var E=0,R=new Array(L);E<L;E++)R[E]=V[E];return R}function M(V){if(Array.isArray(V))return V}function T(V){if(Array.isArray(V))return g(V)}function C(){return C=Object.assign||function(V){for(var L=1;L<arguments.length;L++){var E=arguments[L];for(var R in E)Object.prototype.hasOwnProperty.call(E,R)&&(V[R]=E[R])}return V},C.apply(this,arguments)}function z(V){return V&&V.__esModule?V:{default:V}}function w(V){if(typeof Symbol<"u"&&V[Symbol.iterator]!=null||V["@@iterator"]!=null)return Array.from(V)}function b(V,L){var E=V==null?null:typeof Symbol<"u"&&V[Symbol.iterator]||V["@@iterator"];if(E!=null){var R=[],N=!0,W=!1,K,Q;try{for(E=E.call(V);!(N=(K=E.next()).done)&&(R.push(K.value),!(L&&R.length===L));N=!0);}catch(oe){W=!0,Q=oe}finally{try{!N&&E.return!=null&&E.return()}finally{if(W)throw Q}}return R}}function f(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function d(V,L){if(V==null)return{};var E=l(V,L),R,N;if(Object.getOwnPropertySymbols){var W=Object.getOwnPropertySymbols(V);for(N=0;N<W.length;N++)R=W[N],!(L.indexOf(R)>=0)&&Object.prototype.propertyIsEnumerable.call(V,R)&&(E[R]=V[R])}return E}function l(V,L){if(V==null)return{};var E={},R=Object.keys(V),N,W;for(W=0;W<R.length;W++)N=R[W],!(L.indexOf(N)>=0)&&(E[N]=V[N]);return E}function c(V,L){return M(V)||b(V,L)||x(V,L)||f()}function m(V){return T(V)||w(V)||x(V)||s()}function x(V,L){if(V){if(typeof V=="string")return g(V,L);var E=Object.prototype.toString.call(V).slice(8,-1);if(E==="Object"&&V.constructor&&(E=V.constructor.name),E==="Map"||E==="Set")return Array.from(E);if(E==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E))return g(V,L)}}var _=t.default.forwardRef(function(V,L){var E=V.count,R=V.value,N=V.ratedIcon,W=V.unratedIcon,K=V.ratedColor,Q=V.unratedColor,oe=V.className,U=V.onChange,$=V.readonly,B=d(V,["count","value","ratedIcon","unratedIcon","ratedColor","unratedColor","className","onChange","readonly"]),te,fe,J=(0,v.useTheme)().rating,X=J.valid,q=J.defaultProps,ie=J.styles,le=ie.base,ne=ie.colors;E=E??q.count,R=R??q.value,N=N??q.ratedIcon,N=N??q.ratedIcon,W=W??q.unratedIcon,K=K??q.ratedColor,Q=Q??q.unratedColor,oe=oe??q.className,U=U??q.onChange,$=$??q.readonly;var pe=c(t.default.useState(function(){return m(Array(R).fill("rated")).concat(m(Array(E-R).fill("un_rated")))}),2),be=pe[0],me=pe[1],ce=c(t.default.useState(function(){return m(Array(E).fill("un_rated"))}),2),ae=ce[0],se=ce[1],we=c(t.default.useState(!1),2),Ce=we[0],Me=we[1],Pe=(0,p.default)(ne[(0,i.default)(X.colors,K,"yellow")]),ze=(0,p.default)(ne[(0,i.default)(X.colors,Q,"blue-gray")]),Ee=(0,a.twMerge)((0,o.default)((0,p.default)(le.rating),oe)),Ie=(0,p.default)(le.icon),Ke=N,We=W,Fe=t.default.isValidElement(N)&&t.default.cloneElement(Ke,{className:(0,a.twMerge)((0,o.default)(Ie,Pe,Ke==null||(te=Ke.props)===null||te===void 0?void 0:te.className))}),a1=t.default.isValidElement(N)&&t.default.cloneElement(We,{className:(0,a.twMerge)((0,o.default)(Ie,ze,We==null||(fe=We.props)===null||fe===void 0?void 0:fe.className))}),r1=!t.default.isValidElement(N)&&t.default.createElement(N,{className:(0,a.twMerge)((0,o.default)(Ie,Pe))}),o1=!t.default.isValidElement(N)&&t.default.createElement(W,{className:(0,a.twMerge)((0,o.default)(Ie,ze))}),H1=function(V1){return V1.map(function(l1,Y1){return t.default.createElement("span",{key:Y1,onClick:function(){if(!$){var B1=be.map(function(U1,b1){return b1<=Y1?"rated":"un_rated"});me(B1),U&&typeof U=="function"&&U(B1.filter(function(U1){return U1==="rated"}).length)}},onMouseEnter:function(){if(!$){var B1=ae.map(function(U1,b1){return b1<=Y1?"rated":"un_rated"});Me(!0),se(B1)}},onMouseLeave:function(){return!$&&Me(!1)}},t.default.isValidElement(l1==="rated"?N:W)?l1==="rated"?Fe:a1:l1==="rated"?r1:o1)})};return t.default.createElement("div",C({},B,{ref:L,className:Ee}),H1(Ce?ae:be))});_.propTypes={count:h.propTypesCount,value:h.propTypesValue,ratedIcon:h.propTypesRatedIcon,unratedIcon:h.propTypesUnratedIcon,ratedColor:n.default.oneOf(h.propTypesColor),unratedColor:n.default.oneOf(h.propTypesColor),className:h.propTypesClassName,onChange:h.propTypesOnChange,readonly:h.propTypesReadonly},_.displayName="MaterialTailwind.Rating";var P=_})(f9);var p9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(x,_){for(var P in _)Object.defineProperty(x,P,{enumerable:!0,get:_[P]})}r(e,{Slider:function(){return c},default:function(){return m}});var t=z(ge),n=z(ke),o=z(W1),a=z(Ue),i=Re,p=z(C1),v=z(Ae),h=Le,g=dl;function M(x,_){(_==null||_>x.length)&&(_=x.length);for(var P=0,V=new Array(_);P<_;P++)V[P]=x[P];return V}function T(x){if(Array.isArray(x))return x}function C(){return C=Object.assign||function(x){for(var _=1;_<arguments.length;_++){var P=arguments[_];for(var V in P)Object.prototype.hasOwnProperty.call(P,V)&&(x[V]=P[V])}return x},C.apply(this,arguments)}function z(x){return x&&x.__esModule?x:{default:x}}function w(x,_){var P=x==null?null:typeof Symbol<"u"&&x[Symbol.iterator]||x["@@iterator"];if(P!=null){var V=[],L=!0,E=!1,R,N;try{for(P=P.call(x);!(L=(R=P.next()).done)&&(V.push(R.value),!(_&&V.length===_));L=!0);}catch(W){E=!0,N=W}finally{try{!L&&P.return!=null&&P.return()}finally{if(E)throw N}}return V}}function b(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function f(x,_){if(x==null)return{};var P=s(x,_),V,L;if(Object.getOwnPropertySymbols){var E=Object.getOwnPropertySymbols(x);for(L=0;L<E.length;L++)V=E[L],!(_.indexOf(V)>=0)&&Object.prototype.propertyIsEnumerable.call(x,V)&&(P[V]=x[V])}return P}function s(x,_){if(x==null)return{};var P={},V=Object.keys(x),L,E;for(E=0;E<V.length;E++)L=V[E],!(_.indexOf(L)>=0)&&(P[L]=x[L]);return P}function d(x,_){return T(x)||w(x,_)||l(x,_)||b()}function l(x,_){if(x){if(typeof x=="string")return M(x,_);var P=Object.prototype.toString.call(x).slice(8,-1);if(P==="Object"&&x.constructor&&(P=x.constructor.name),P==="Map"||P==="Set")return Array.from(P);if(P==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(P))return M(x,_)}}var c=t.default.forwardRef(function(x,_){var P=x.color,V=x.size,L=x.className,E=x.trackClassName,R=x.thumbClassName,N=x.barClassName,W=x.value,K=x.defaultValue,Q=x.onChange,oe=x.min,U=x.max,$=x.step,B=x.inputRef,te=x.inputProps,fe=f(x,["color","size","className","trackClassName","thumbClassName","barClassName","value","defaultValue","onChange","min","max","step","inputRef","inputProps"]),J=(0,h.useTheme)().slider,X=J.valid,q=J.defaultProps,ie=J.styles,le=ie.base,ne=ie.sizes,pe=ie.colors,be=d(t.default.useState(K||0),2),me=be[0],ce=be[1];t.default.useMemo(function(){K&&ce(K)},[K]),P=P??q.color,V=V??q.size,oe=oe??q.min,U=U??q.max,$=$??q.step;var ae;L=(ae=(0,a.default)(q.className,L))!==null&&ae!==void 0?ae:q.className;var se;R=(se=(0,a.default)(q.thumbClassName,R))!==null&&se!==void 0?se:q.thumbClassName;var we;E=(we=(0,a.default)(q.trackClassName,E))!==null&&we!==void 0?we:q.trackClassName;var Ce;N=(Ce=(0,a.default)(q.barClassName,N))!==null&&Ce!==void 0?Ce:q.barClassName;var Me;te=(Me=(0,o.default)(te,(q==null?void 0:q.inputProps)||{}))!==null&&Me!==void 0?Me:q.inputProps;var Pe=(0,i.twMerge)((0,a.default)((0,v.default)(le.container),(0,v.default)(pe[(0,p.default)(X.colors,P,"gray")]),(0,v.default)(ne[(0,p.default)(X.sizes,V,"md")].container),L)),ze=(0,i.twMerge)((0,a.default)((0,v.default)(le.bar),N)),Ee=(0,a.default)((0,v.default)(le.track),(0,v.default)(ne[(0,p.default)(X.sizes,V,"md")].track)),Ie=(0,a.default)((0,v.default)(le.thumb),(0,v.default)(ne[(0,p.default)(X.sizes,V,"md")].thumb)),Ke=(0,a.default)((0,v.default)(le.slider),(0,i.twMerge)(Ee,E),(0,i.twMerge)(Ie,R));return t.default.createElement("div",C({},fe,{ref:_,className:Pe}),t.default.createElement("label",{className:ze,style:{width:"".concat(W||me,"%")}}),t.default.createElement("input",C({ref:B,type:"range",max:U,min:oe,step:$,className:Ke},W?{value:W}:null,{defaultValue:K,onChange:function(We){return Q?Q(We):ce(Number(We.target.value))}})))});c.propTypes={color:n.default.oneOf(g.propTypesColor),size:n.default.oneOf(g.propTypesSize),className:g.propTypesClassName,trackClassName:g.propTypesTrackClassName,thumbClassName:g.propTypesThumbClassName,barClassName:g.propTypesBarClassName,defaultValue:g.propTypesDefaultValue,value:g.propTypesValue,onChange:g.propTypesOnChange,min:g.propTypesMin,max:g.propTypesMax,step:g.propTypesStep,inputRef:g.propTypesInputRef,inputProps:g.propTypesInputProps},c.displayName="MaterialTailwind.Slider";var m=c})(p9);var v9={},Un={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(c,m){for(var x in m)Object.defineProperty(c,x,{enumerable:!0,get:m[x]})}r(e,{useTimelineItem:function(){return s},TimelineItem:function(){return d},default:function(){return l}});var t=g(ge),n=Re,o=g(Ae),a=Le,i=tr;function p(c,m){(m==null||m>c.length)&&(m=c.length);for(var x=0,_=new Array(m);x<m;x++)_[x]=c[x];return _}function v(c){if(Array.isArray(c))return c}function h(){return h=Object.assign||function(c){for(var m=1;m<arguments.length;m++){var x=arguments[m];for(var _ in x)Object.prototype.hasOwnProperty.call(x,_)&&(c[_]=x[_])}return c},h.apply(this,arguments)}function g(c){return c&&c.__esModule?c:{default:c}}function M(c,m){var x=c==null?null:typeof Symbol<"u"&&c[Symbol.iterator]||c["@@iterator"];if(x!=null){var _=[],P=!0,V=!1,L,E;try{for(x=x.call(c);!(P=(L=x.next()).done)&&(_.push(L.value),!(m&&_.length===m));P=!0);}catch(R){V=!0,E=R}finally{try{!P&&x.return!=null&&x.return()}finally{if(V)throw E}}return _}}function T(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function C(c,m){if(c==null)return{};var x=z(c,m),_,P;if(Object.getOwnPropertySymbols){var V=Object.getOwnPropertySymbols(c);for(P=0;P<V.length;P++)_=V[P],!(m.indexOf(_)>=0)&&Object.prototype.propertyIsEnumerable.call(c,_)&&(x[_]=c[_])}return x}function z(c,m){if(c==null)return{};var x={},_=Object.keys(c),P,V;for(V=0;V<_.length;V++)P=_[V],!(m.indexOf(P)>=0)&&(x[P]=c[P]);return x}function w(c,m){return v(c)||M(c,m)||b(c,m)||T()}function b(c,m){if(c){if(typeof c=="string")return p(c,m);var x=Object.prototype.toString.call(c).slice(8,-1);if(x==="Object"&&c.constructor&&(x=c.constructor.name),x==="Map"||x==="Set")return Array.from(x);if(x==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(x))return p(c,m)}}var f=t.default.createContext(0);f.displayName="MaterialTailwind.TimelineItemContext";function s(){var c=t.default.useContext(f);if(!c)throw new Error("useTimelineItemContext() must be used within a TimelineItem. It happens when you use TimelineIcon, TimelineConnector or TimelineBody components outside the TimelineItem component.");return c}var d=t.default.forwardRef(function(c,m){var x=c.className,_=c.children,P=C(c,["className","children"]),V=(0,a.useTheme)().timelineItem,L=V.styles,E=L.base,R=w(t.default.useState(0),2),N=R[0],W=R[1],K=t.default.useMemo(function(){return[N,W]},[N,W]),Q=(0,n.twMerge)((0,o.default)(E),x);return t.default.createElement(f.Provider,{value:K},t.default.createElement("li",h({ref:m},P,{className:Q}),_))});d.propTypes={className:i.propTypeClassName,children:i.propTypeChildren.isRequired},d.displayName="MaterialTailwind.TimelineItem";var l=d})(Un);var h9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(x,_){for(var P in _)Object.defineProperty(x,P,{enumerable:!0,get:_[P]})}r(e,{TimelineIcon:function(){return c},default:function(){return m}});var t=z(ge),n=z(ke),o=N1,a=Re,i=z(C1),p=z(Ae),v=Le,h=Un,g=tr;function M(x,_){(_==null||_>x.length)&&(_=x.length);for(var P=0,V=new Array(_);P<_;P++)V[P]=x[P];return V}function T(x){if(Array.isArray(x))return x}function C(){return C=Object.assign||function(x){for(var _=1;_<arguments.length;_++){var P=arguments[_];for(var V in P)Object.prototype.hasOwnProperty.call(P,V)&&(x[V]=P[V])}return x},C.apply(this,arguments)}function z(x){return x&&x.__esModule?x:{default:x}}function w(x,_){var P=x==null?null:typeof Symbol<"u"&&x[Symbol.iterator]||x["@@iterator"];if(P!=null){var V=[],L=!0,E=!1,R,N;try{for(P=P.call(x);!(L=(R=P.next()).done)&&(V.push(R.value),!(_&&V.length===_));L=!0);}catch(W){E=!0,N=W}finally{try{!L&&P.return!=null&&P.return()}finally{if(E)throw N}}return V}}function b(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function f(x,_){if(x==null)return{};var P=s(x,_),V,L;if(Object.getOwnPropertySymbols){var E=Object.getOwnPropertySymbols(x);for(L=0;L<E.length;L++)V=E[L],!(_.indexOf(V)>=0)&&Object.prototype.propertyIsEnumerable.call(x,V)&&(P[V]=x[V])}return P}function s(x,_){if(x==null)return{};var P={},V=Object.keys(x),L,E;for(E=0;E<V.length;E++)L=V[E],!(_.indexOf(L)>=0)&&(P[L]=x[L]);return P}function d(x,_){return T(x)||w(x,_)||l(x,_)||b()}function l(x,_){if(x){if(typeof x=="string")return M(x,_);var P=Object.prototype.toString.call(x).slice(8,-1);if(P==="Object"&&x.constructor&&(P=x.constructor.name),P==="Map"||P==="Set")return Array.from(P);if(P==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(P))return M(x,_)}}var c=t.default.forwardRef(function(x,_){var P=x.color,V=x.variant,L=x.className,E=x.children,R=f(x,["color","variant","className","children"]),N=(0,v.useTheme)().timelineIcon,W=N.styles,K=N.valid,Q=W.base,oe=W.variants,U=d((0,h.useTimelineItem)(),2),$=U[1],B=t.default.useRef(null),te=(0,o.useMergeRefs)([_,B]);t.default.useEffect(function(){var X=B.current;if(X){var q=X.getBoundingClientRect().width;return $(q),function(){$(0)}}},[$,L,E]);var fe=(0,p.default)(oe[(0,i.default)(K.variants,V,"filled")][(0,i.default)(K.colors,P,"gray")]),J=(0,a.twMerge)((0,p.default)(Q),fe,L);return t.default.createElement("span",C({ref:te},R,{className:J}),E)});c.propTypes={children:g.propTypeChildren,className:g.propTypeClassName,color:n.default.oneOf(g.propTypeColor),variant:n.default.oneOf(g.propTypeVariant)},c.displayName="MaterialTailwind.TimelineIcon";var m=c})(h9);var b9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{TimelineHeader:function(){return s},default:function(){return d}});var t=M(ge),n=Re,o=M(Ae),a=Le,i=Un,p=tr;function v(l,c){(c==null||c>l.length)&&(c=l.length);for(var m=0,x=new Array(c);m<c;m++)x[m]=l[m];return x}function h(l){if(Array.isArray(l))return l}function g(){return g=Object.assign||function(l){for(var c=1;c<arguments.length;c++){var m=arguments[c];for(var x in m)Object.prototype.hasOwnProperty.call(m,x)&&(l[x]=m[x])}return l},g.apply(this,arguments)}function M(l){return l&&l.__esModule?l:{default:l}}function T(l,c){var m=l==null?null:typeof Symbol<"u"&&l[Symbol.iterator]||l["@@iterator"];if(m!=null){var x=[],_=!0,P=!1,V,L;try{for(m=m.call(l);!(_=(V=m.next()).done)&&(x.push(V.value),!(c&&x.length===c));_=!0);}catch(E){P=!0,L=E}finally{try{!_&&m.return!=null&&m.return()}finally{if(P)throw L}}return x}}function C(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function z(l,c){if(l==null)return{};var m=w(l,c),x,_;if(Object.getOwnPropertySymbols){var P=Object.getOwnPropertySymbols(l);for(_=0;_<P.length;_++)x=P[_],!(c.indexOf(x)>=0)&&Object.prototype.propertyIsEnumerable.call(l,x)&&(m[x]=l[x])}return m}function w(l,c){if(l==null)return{};var m={},x=Object.keys(l),_,P;for(P=0;P<x.length;P++)_=x[P],!(c.indexOf(_)>=0)&&(m[_]=l[_]);return m}function b(l,c){return h(l)||T(l,c)||f(l,c)||C()}function f(l,c){if(l){if(typeof l=="string")return v(l,c);var m=Object.prototype.toString.call(l).slice(8,-1);if(m==="Object"&&l.constructor&&(m=l.constructor.name),m==="Map"||m==="Set")return Array.from(m);if(m==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(m))return v(l,c)}}var s=t.default.forwardRef(function(l,c){var m=l.className,x=l.children,_=z(l,["className","children"]),P=(0,a.useTheme)().timelineBody,V=P.styles,L=V.base,E=b((0,i.useTimelineItem)(),1),R=E[0],N=(0,n.twMerge)((0,o.default)(L),m);return t.default.createElement("div",g({},_,{ref:c,className:N}),t.default.createElement("span",{className:"pointer-events-none invisible h-full flex-shrink-0",style:{width:"".concat(R,"px")}}),t.default.createElement("div",null,x))});s.propTypes={children:p.propTypeChildren,className:p.propTypeClassName},s.displayName="MaterialTailwind.TimelineHeader";var d=s})(b9);var m9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{TimelineHeader:function(){return M},default:function(){return T}});var t=v(ge),n=Re,o=v(Ae),a=Le,i=tr;function p(){return p=Object.assign||function(C){for(var z=1;z<arguments.length;z++){var w=arguments[z];for(var b in w)Object.prototype.hasOwnProperty.call(w,b)&&(C[b]=w[b])}return C},p.apply(this,arguments)}function v(C){return C&&C.__esModule?C:{default:C}}function h(C,z){if(C==null)return{};var w=g(C,z),b,f;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(C);for(f=0;f<s.length;f++)b=s[f],!(z.indexOf(b)>=0)&&Object.prototype.propertyIsEnumerable.call(C,b)&&(w[b]=C[b])}return w}function g(C,z){if(C==null)return{};var w={},b=Object.keys(C),f,s;for(s=0;s<b.length;s++)f=b[s],!(z.indexOf(f)>=0)&&(w[f]=C[f]);return w}var M=t.default.forwardRef(function(C,z){var w=C.className,b=C.children,f=h(C,["className","children"]),s=(0,a.useTheme)().timelineHeader,d=s.styles,l=d.base,c=(0,n.twMerge)((0,o.default)(l),w);return t.default.createElement("div",p({},f,{ref:z,className:c}),b)});M.propTypes={children:i.propTypeChildren,className:i.propTypeClassName},M.displayName="MaterialTailwind.TimelineHeader";var T=M})(m9);var g9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(l,c){for(var m in c)Object.defineProperty(l,m,{enumerable:!0,get:c[m]})}r(e,{TimelineConnector:function(){return s},default:function(){return d}});var t=M(ge),n=Re,o=M(Ae),a=Le,i=Un,p=tr;function v(l,c){(c==null||c>l.length)&&(c=l.length);for(var m=0,x=new Array(c);m<c;m++)x[m]=l[m];return x}function h(l){if(Array.isArray(l))return l}function g(){return g=Object.assign||function(l){for(var c=1;c<arguments.length;c++){var m=arguments[c];for(var x in m)Object.prototype.hasOwnProperty.call(m,x)&&(l[x]=m[x])}return l},g.apply(this,arguments)}function M(l){return l&&l.__esModule?l:{default:l}}function T(l,c){var m=l==null?null:typeof Symbol<"u"&&l[Symbol.iterator]||l["@@iterator"];if(m!=null){var x=[],_=!0,P=!1,V,L;try{for(m=m.call(l);!(_=(V=m.next()).done)&&(x.push(V.value),!(c&&x.length===c));_=!0);}catch(E){P=!0,L=E}finally{try{!_&&m.return!=null&&m.return()}finally{if(P)throw L}}return x}}function C(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function z(l,c){if(l==null)return{};var m=w(l,c),x,_;if(Object.getOwnPropertySymbols){var P=Object.getOwnPropertySymbols(l);for(_=0;_<P.length;_++)x=P[_],!(c.indexOf(x)>=0)&&Object.prototype.propertyIsEnumerable.call(l,x)&&(m[x]=l[x])}return m}function w(l,c){if(l==null)return{};var m={},x=Object.keys(l),_,P;for(P=0;P<x.length;P++)_=x[P],!(c.indexOf(_)>=0)&&(m[_]=l[_]);return m}function b(l,c){return h(l)||T(l,c)||f(l,c)||C()}function f(l,c){if(l){if(typeof l=="string")return v(l,c);var m=Object.prototype.toString.call(l).slice(8,-1);if(m==="Object"&&l.constructor&&(m=l.constructor.name),m==="Map"||m==="Set")return Array.from(m);if(m==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(m))return v(l,c)}}var s=t.default.forwardRef(function(l,c){var m=l.className,x=l.children,_=z(l,["className","children"]),P,V=(0,a.useTheme)().timelineConnector,L=V.styles,E=L.base,R=b((0,i.useTimelineItem)(),1),N=R[0],W=(0,o.default)(E.line),K=(0,n.twMerge)((0,o.default)(E.container),m);return t.default.createElement("span",g({},_,{ref:c,className:K,style:{top:"".concat(N,"px"),width:"".concat(N,"px"),opacity:N?1:0,height:"calc(100% - ".concat(N,"px)")}}),x&&t.default.isValidElement(x)?t.default.cloneElement(x,{className:(0,n.twMerge)(W,(P=x.props)===null||P===void 0?void 0:P.className)}):t.default.createElement("span",{className:W}))});s.propTypes={children:p.propTypeChildren,className:p.propTypeClassName},s.displayName="MaterialTailwind.TimelineConnector";var d=s})(g9),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(s,d){for(var l in d)Object.defineProperty(s,l,{enumerable:!0,get:d[l]})}r(e,{Timeline:function(){return b},TimelineItem:function(){return p.default},TimelineIcon:function(){return v.default},TimelineBody:function(){return h.default},TimelineHeader:function(){return g.default},TimelineConnector:function(){return M.default},default:function(){return f}});var t=C(ge),n=Re,o=C(Ae),a=Le,i=tr,p=C(Un),v=C(h9),h=C(b9),g=C(m9),M=C(g9);function T(){return T=Object.assign||function(s){for(var d=1;d<arguments.length;d++){var l=arguments[d];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(s[c]=l[c])}return s},T.apply(this,arguments)}function C(s){return s&&s.__esModule?s:{default:s}}function z(s,d){if(s==null)return{};var l=w(s,d),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(s);for(m=0;m<x.length;m++)c=x[m],!(d.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(s,c)&&(l[c]=s[c])}return l}function w(s,d){if(s==null)return{};var l={},c=Object.keys(s),m,x;for(x=0;x<c.length;x++)m=c[x],!(d.indexOf(m)>=0)&&(l[m]=s[m]);return l}var b=t.default.forwardRef(function(s,d){var l=s.className,c=s.children,m=z(s,["className","children"]),x=(0,a.useTheme)().timeline,_=x.styles,P=_.base,V=(0,n.twMerge)((0,o.default)(P),l);return t.default.createElement("ul",T({ref:d},m,{className:V}),c)});b.propTypes={className:i.propTypeClassName,children:i.propTypeChildren},b.displayName="MaterialTailwind.Timeline";var f=Object.assign(b,{Item:p.default,Icon:v.default,Header:g.default,Body:h.default,Connector:M.default})}(v9);var y9={},w9={},M5={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(h,g){for(var M in g)Object.defineProperty(h,M,{enumerable:!0,get:g[M]})}r(e,{propTypesActiveStep:function(){return o},propTypesIsLastStep:function(){return a},propTypesIsFirstStep:function(){return i},propTypesChildren:function(){return p},propTypesClassName:function(){return v}});var t=n(ke);function n(h){return h&&h.__esModule?h:{default:h}}var o=t.default.number,a=t.default.func,i=t.default.func,p=t.default.node,v=t.default.string})(M5),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{Step:function(){return M},default:function(){return T}});var t=v(ge),n=Re,o=v(Ae),a=Le,i=M5;function p(){return p=Object.assign||function(C){for(var z=1;z<arguments.length;z++){var w=arguments[z];for(var b in w)Object.prototype.hasOwnProperty.call(w,b)&&(C[b]=w[b])}return C},p.apply(this,arguments)}function v(C){return C&&C.__esModule?C:{default:C}}function h(C,z){if(C==null)return{};var w=g(C,z),b,f;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(C);for(f=0;f<s.length;f++)b=s[f],!(z.indexOf(b)>=0)&&Object.prototype.propertyIsEnumerable.call(C,b)&&(w[b]=C[b])}return w}function g(C,z){if(C==null)return{};var w={},b=Object.keys(C),f,s;for(s=0;s<b.length;s++)f=b[s],!(z.indexOf(f)>=0)&&(w[f]=C[f]);return w}var M=t.default.forwardRef(function(C,z){var w=C.className;C.activeClassName,C.completedClassName;var b=C.children,f=h(C,["className","activeClassName","completedClassName","children"]),s=(0,a.useTheme)().step,d=s.styles.base,l=(0,n.twMerge)((0,o.default)(d.initial),w);return t.default.createElement("div",p({},f,{ref:z,className:l}),b)});M.propTypes={className:i.propTypesClassName,activeClassName:i.propTypesClassName,completedClassName:i.propTypesClassName,children:i.propTypesChildren},M.displayName="MaterialTailwind.Step";var T=M}(w9),function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(P,V){for(var L in V)Object.defineProperty(P,L,{enumerable:!0,get:V[L]})}r(e,{Stepper:function(){return x},Step:function(){return p.default},default:function(){return _}});var t=C(ge),n=N1,o=Re,a=C(Ae),i=Le,p=C(w9),v=M5;function h(P,V){(V==null||V>P.length)&&(V=P.length);for(var L=0,E=new Array(V);L<V;L++)E[L]=P[L];return E}function g(P){if(Array.isArray(P))return P}function M(P,V,L){return V in P?Object.defineProperty(P,V,{value:L,enumerable:!0,configurable:!0,writable:!0}):P[V]=L,P}function T(){return T=Object.assign||function(P){for(var V=1;V<arguments.length;V++){var L=arguments[V];for(var E in L)Object.prototype.hasOwnProperty.call(L,E)&&(P[E]=L[E])}return P},T.apply(this,arguments)}function C(P){return P&&P.__esModule?P:{default:P}}function z(P,V){var L=P==null?null:typeof Symbol<"u"&&P[Symbol.iterator]||P["@@iterator"];if(L!=null){var E=[],R=!0,N=!1,W,K;try{for(L=L.call(P);!(R=(W=L.next()).done)&&(E.push(W.value),!(V&&E.length===V));R=!0);}catch(Q){N=!0,K=Q}finally{try{!R&&L.return!=null&&L.return()}finally{if(N)throw K}}return E}}function w(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function b(P){for(var V=1;V<arguments.length;V++){var L=arguments[V]!=null?arguments[V]:{},E=Object.keys(L);typeof Object.getOwnPropertySymbols=="function"&&(E=E.concat(Object.getOwnPropertySymbols(L).filter(function(R){return Object.getOwnPropertyDescriptor(L,R).enumerable}))),E.forEach(function(R){M(P,R,L[R])})}return P}function f(P,V){var L=Object.keys(P);if(Object.getOwnPropertySymbols){var E=Object.getOwnPropertySymbols(P);V&&(E=E.filter(function(R){return Object.getOwnPropertyDescriptor(P,R).enumerable})),L.push.apply(L,E)}return L}function s(P,V){return V=V??{},Object.getOwnPropertyDescriptors?Object.defineProperties(P,Object.getOwnPropertyDescriptors(V)):f(Object(V)).forEach(function(L){Object.defineProperty(P,L,Object.getOwnPropertyDescriptor(V,L))}),P}function d(P,V){if(P==null)return{};var L=l(P,V),E,R;if(Object.getOwnPropertySymbols){var N=Object.getOwnPropertySymbols(P);for(R=0;R<N.length;R++)E=N[R],!(V.indexOf(E)>=0)&&Object.prototype.propertyIsEnumerable.call(P,E)&&(L[E]=P[E])}return L}function l(P,V){if(P==null)return{};var L={},E=Object.keys(P),R,N;for(N=0;N<E.length;N++)R=E[N],!(V.indexOf(R)>=0)&&(L[R]=P[R]);return L}function c(P,V){return g(P)||z(P,V)||m(P,V)||w()}function m(P,V){if(P){if(typeof P=="string")return h(P,V);var L=Object.prototype.toString.call(P).slice(8,-1);if(L==="Object"&&P.constructor&&(L=P.constructor.name),L==="Map"||L==="Set")return Array.from(L);if(L==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(L))return h(P,V)}}var x=t.default.forwardRef(function(P,V){var L=P.activeStep,E=P.isFirstStep,R=P.isLastStep,N=P.className,W=P.lineClassName,K=P.activeLineClassName,Q=P.children,oe=d(P,["activeStep","isFirstStep","isLastStep","className","lineClassName","activeLineClassName","children"]),U=(0,i.useTheme)(),$=U.stepper,B=U.step,te=$.styles.base,fe=B.styles,J=fe.base,X=t.default.useRef(null),q=c(t.default.useState(0),2),ie=q[0],le=q[1],ne=L===0,pe=Array.isArray(Q)&&L===Q.length-1,be=Array.isArray(Q)&&L>Q.length-1;t.default.useEffect(function(){if(X.current){var Me=Q,Pe=X.current.getBoundingClientRect().width,ze=Pe/(Me.length-1);le(ze)}},[Q]);var me=t.default.useMemo(function(){if(!be)return ie*L},[L,be,ie]);(0,n.useMergeRefs)([V,X]);var ce=(0,o.twMerge)((0,a.default)(te.stepper),N),ae=(0,o.twMerge)((0,a.default)(te.line.initial),W),se=(0,o.twMerge)(ae,(0,a.default)(te.line.active),K),we=(0,a.default)(J.active),Ce=(0,a.default)(J.completed);return t.default.useEffect(function(){R&&typeof R=="function"&&R(pe),E&&typeof E=="function"&&E(ne)},[E,ne,R,pe]),t.default.createElement("div",T({},oe,{ref:X,className:ce}),t.default.createElement("div",{className:ae}),t.default.createElement("div",{className:se,style:{width:"".concat(me,"px")}}),Array.isArray(Q)?Q.map(function(Me,Pe){var ze,Ee;return t.default.cloneElement(Me,s(b({key:Pe},Me.props),{className:(0,o.twMerge)(Me.props.className,Pe===L?(0,o.twMerge)(we,(ze=Me.props)===null||ze===void 0?void 0:ze.activeClassName):Pe<L?(0,o.twMerge)(Ce,(Ee=Me.props)===null||Ee===void 0?void 0:Ee.completedClassName):"")}))}):Q)});x.propTypes={activeStep:v.propTypesActiveStep,isFirstStep:v.propTypesIsFirstStep,isLastStep:v.propTypesIsLastStep,className:v.propTypesClassName,lineClassName:v.propTypesClassName,activeLineClassName:v.propTypesClassName,children:v.propTypesChildren},x.displayName="MaterialTailwind.Stepper";var _=Object.assign(x,{Step:p.default})}(y9);var T5={},Gn={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{propTypesOpen:function(){return a},propTypesHanlder:function(){return i},propTypesPlacement:function(){return p},propTypesOffset:function(){return v},propTypesDismiss:function(){return h},propTypesChildren:function(){return g},propTypesAnimate:function(){return M},propTypesClassName:function(){return T}});var t=o(ke),n=x1;function o(C){return C&&C.__esModule?C:{default:C}}var a=t.default.bool,i=t.default.func,p=t.default.oneOf(n.propTypesPlacements),v=n.propTypesOffsetType,h=n.propTypesDismissType,g=t.default.node.isRequired,M=n.propTypesAnimation,T=t.default.string})(Gn);var O5={},x9;function Gz(){return x9||(x9=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{SpeedDialHandler:function(){return z},default:function(){return w}});var t=v(ge),n=N1,o=V5(),a=Re,i=Gn;function p(b,f,s){return f in b?Object.defineProperty(b,f,{value:s,enumerable:!0,configurable:!0,writable:!0}):b[f]=s,b}function v(b){return b&&b.__esModule?b:{default:b}}function h(b){for(var f=1;f<arguments.length;f++){var s=arguments[f]!=null?arguments[f]:{},d=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(d=d.concat(Object.getOwnPropertySymbols(s).filter(function(l){return Object.getOwnPropertyDescriptor(s,l).enumerable}))),d.forEach(function(l){p(b,l,s[l])})}return b}function g(b,f){var s=Object.keys(b);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(b);f&&(d=d.filter(function(l){return Object.getOwnPropertyDescriptor(b,l).enumerable})),s.push.apply(s,d)}return s}function M(b,f){return f=f??{},Object.getOwnPropertyDescriptors?Object.defineProperties(b,Object.getOwnPropertyDescriptors(f)):g(Object(f)).forEach(function(s){Object.defineProperty(b,s,Object.getOwnPropertyDescriptor(f,s))}),b}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=t.default.forwardRef(function(b,f){var s=b.children,d=T(b,["children"]),l,c=(0,o.useSpeedDial)(),m=c.getReferenceProps,x=c.refs,_=(0,n.useMergeRefs)([f,x.setReference]);return t.default.cloneElement(s,h({},m(M(h({},d),{ref:_,className:(0,a.twMerge)(s==null||(l=s.props)===null||l===void 0?void 0:l.className,d==null?void 0:d.className)}))))});z.propTypes={children:i.propTypesChildren},z.displayName="MaterialTailwind.SpeedDialHandler";var w=z}(O5)),O5}var P5={},C9;function qz(){return C9||(C9=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(b,f){for(var s in f)Object.defineProperty(b,s,{enumerable:!0,get:f[s]})}r(e,{SpeedDialContent:function(){return z},default:function(){return w}});var t=M(ge),n=$1,o=N1,a=V5(),i=Le,p=Re,v=M(Ae),h=Gn;function g(){return g=Object.assign||function(b){for(var f=1;f<arguments.length;f++){var s=arguments[f];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(b[d]=s[d])}return b},g.apply(this,arguments)}function M(b){return b&&b.__esModule?b:{default:b}}function T(b,f){if(b==null)return{};var s=C(b,f),d,l;if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(b);for(l=0;l<c.length;l++)d=c[l],!(f.indexOf(d)>=0)&&Object.prototype.propertyIsEnumerable.call(b,d)&&(s[d]=b[d])}return s}function C(b,f){if(b==null)return{};var s={},d=Object.keys(b),l,c;for(c=0;c<d.length;c++)l=d[c],!(f.indexOf(l)>=0)&&(s[l]=b[l]);return s}var z=t.default.forwardRef(function(b,f){var s=b.children,d=b.className,l=T(b,["children","className"]),c=(0,i.useTheme)(),m=c.speedDialContent.styles,x=(0,a.useSpeedDial)(),_=x.x,P=x.y,V=x.refs,L=x.open,E=x.strategy,R=x.getFloatingProps,N=x.animation,W=(0,o.useMergeRefs)([f,V.setFloating]),K=(0,p.twMerge)((0,v.default)(m),d),Q=n.AnimatePresence;return t.default.createElement(n.LazyMotion,{features:n.domAnimation},t.default.createElement(Q,null,L&&t.default.createElement("div",g({},l,{ref:W,className:K,style:{position:E,top:P??0,left:_??0}},R()),t.default.Children.map(s,function(oe){return t.default.createElement(n.m.div,{initial:"unmount",exit:"unmount",animate:L?"mount":"unmount",variants:N},oe)}))))});z.propTypes={children:h.propTypesChildren,className:h.propTypesClassName},z.displayName="MaterialTailwind.SpeedDialContent";var w=z}(P5)),P5}var z9={};(function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(C,z){for(var w in z)Object.defineProperty(C,w,{enumerable:!0,get:z[w]})}r(e,{SpeedDialAction:function(){return M},default:function(){return T}});var t=v(ge),n=Le,o=Re,a=v(Ae),i=Gn;function p(){return p=Object.assign||function(C){for(var z=1;z<arguments.length;z++){var w=arguments[z];for(var b in w)Object.prototype.hasOwnProperty.call(w,b)&&(C[b]=w[b])}return C},p.apply(this,arguments)}function v(C){return C&&C.__esModule?C:{default:C}}function h(C,z){if(C==null)return{};var w=g(C,z),b,f;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(C);for(f=0;f<s.length;f++)b=s[f],!(z.indexOf(b)>=0)&&Object.prototype.propertyIsEnumerable.call(C,b)&&(w[b]=C[b])}return w}function g(C,z){if(C==null)return{};var w={},b=Object.keys(C),f,s;for(s=0;s<b.length;s++)f=b[s],!(z.indexOf(f)>=0)&&(w[f]=C[f]);return w}var M=t.default.forwardRef(function(C,z){var w=C.className,b=C.children,f=h(C,["className","children"]),s=(0,n.useTheme)(),d=s.speedDialAction.styles,l=(0,o.twMerge)((0,a.default)(d),w);return t.default.createElement("button",p({},f,{ref:z,className:l}),b)});M.propTypes={children:i.propTypesChildren,className:i.propTypesClassName},M.displayName="SpeedDialAction";var T=M})(z9);var M9;function V5(){return M9||(M9=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function r(c,m){for(var x in m)Object.defineProperty(c,x,{enumerable:!0,get:m[x]})}r(e,{SpeedDialContext:function(){return f},useSpeedDial:function(){return s},SpeedDial:function(){return d},SpeedDialHandler:function(){return p.default},SpeedDialContent:function(){return v.default},SpeedDialAction:function(){return h.default},default:function(){return l}});var t=T(ge),n=N1,o=Le,a=T(W1),i=Gn,p=T(Gz()),v=T(qz()),h=T(z9);function g(c,m){(m==null||m>c.length)&&(m=c.length);for(var x=0,_=new Array(m);x<m;x++)_[x]=c[x];return _}function M(c){if(Array.isArray(c))return c}function T(c){return c&&c.__esModule?c:{default:c}}function C(c,m){var x=c==null?null:typeof Symbol<"u"&&c[Symbol.iterator]||c["@@iterator"];if(x!=null){var _=[],P=!0,V=!1,L,E;try{for(x=x.call(c);!(P=(L=x.next()).done)&&(_.push(L.value),!(m&&_.length===m));P=!0);}catch(R){V=!0,E=R}finally{try{!P&&x.return!=null&&x.return()}finally{if(V)throw E}}return _}}function z(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function w(c,m){return M(c)||C(c,m)||b(c,m)||z()}function b(c,m){if(c){if(typeof c=="string")return g(c,m);var x=Object.prototype.toString.call(c).slice(8,-1);if(x==="Object"&&c.constructor&&(x=c.constructor.name),x==="Map"||x==="Set")return Array.from(x);if(x==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(x))return g(c,m)}}var f=t.default.createContext(null);function s(){var c=t.default.useContext(f);if(!c)throw new Error("useSpeedDial must be used within a <SpeedDial />.");return c}function d(c){var m=c.open,x=c.handler,_=c.placement,P=c.offset,V=c.dismiss,L=c.animate,E=c.children,R=(0,o.useTheme)(),N=R.speedDial.defaultProps,W=w(t.default.useState(!1),2),K=W[0],Q=W[1];m=m??K,x=x??Q,_=_??N.placement,P=P??N.offset,V=V??N.dismiss,L=L??N.animate;var oe={unmount:{opacity:0,transform:"scale(0.5)",transition:{duration:.2,times:[.4,0,.2,1]}},mount:{opacity:1,transform:"scale(1)",transition:{duration:.2,times:[.4,0,.2,1]}}},U=(0,a.default)(oe,L),$=(0,n.useFloatingNodeId)(),B=(0,n.useFloating)({open:m,nodeId:$,placement:_,onOpenChange:x,whileElementsMounted:n.autoUpdate,middleware:[(0,n.offset)(P),(0,n.flip)(),(0,n.shift)()]}),te=B.x,fe=B.y,J=B.strategy,X=B.refs,q=B.context,ie=(0,n.useInteractions)([(0,n.useHover)(q,{handleClose:(0,n.safePolygon)()}),(0,n.useDismiss)(q,V)]),le=ie.getReferenceProps,ne=ie.getFloatingProps,pe=t.default.useMemo(function(){return{x:te,y:fe,strategy:J,refs:X,open:m,context:q,getReferenceProps:le,getFloatingProps:ne,animation:U}},[q,ne,le,X,J,te,fe,m,U]);return t.default.createElement(f.Provider,{value:pe},t.default.createElement("div",{className:"group"},t.default.createElement(n.FloatingNode,{id:$},E)))}d.propTypes={open:i.propTypesOpen,handler:i.propTypesHanlder,placement:i.propTypesPlacement,offset:i.propTypesOffset,dismiss:i.propTypesDismiss,className:i.propTypesClassName,children:i.propTypesChildren,animate:i.propTypesAnimate},d.displayName="MaterialTailwind.SpeedDial";var l=Object.assign(d,{Handler:p.default,Content:v.default,Action:h.default})}(T5)),T5}(function(e){Object.defineProperty(e,"__esModule",{value:!0}),r(x2,e),r(fd,e),r(pd,e),r(vd,e),r(bd,e),r(md,e),r(xd,e),r(Cd,e),r(zd,e),r(sa,e),r(Hf,e),r(Af,e),r(jf,e),r(Df,e),r(Wf,e),r(Uf,e),r(Gf,e),r(Bf,e),r(Kf,e),r(Qf,e),r(e9,e),r(t9,e),r(r9,e),r(o9,e),r(i9,e),r(l9,e),r(s9,e),r(d9,e),r(f9,e),r(p9,e),r(Ql,e),r(v9,e),r(y9,e),r(V5(),e),r(Le,e),r(Zi,e);function r(t,n){return Object.keys(t).forEach(function(o){o!=="default"&&!Object.prototype.hasOwnProperty.call(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:function(){return t[o]}})}),t}})(je);const Bz=({img:e="https://img.freepik.com/free-photo/painting-mountain-lake-with-mountain-background_188544-9126.jpg"})=>G.jsxs(je.Carousel,{className:"rounded-xl h-full",navigation:({setActiveIndex:r,activeIndex:t,length:n})=>G.jsx("div",{className:"absolute bottom-4 left-2/4 z-50 flex -translate-x-2/4 gap-2",children:new Array(n).fill("").map((o,a)=>G.jsx("span",{className:`block h-1 cursor-pointer rounded-2xl transition-all content-[''] ${t===a?"w-8 bg-white":"w-4 bg-white/50"}`,onClick:()=>r(a)},a))}),placeholder:void 0,children:[G.jsx("img",{src:e,alt:"image 1",className:"h-full w-full object-cover"}),G.jsx("img",{src:e,alt:"image 1",className:"h-full w-full object-cover"})]}),Kz=({backgroundColor:e,menuItems:r,buttonText:t})=>{const[n,o]=ge.useState(null),[a,i]=ge.useState(""),p={backgroundColor:e,margin:"10px"},v=T=>{o(T)},h=T=>{i(T.target.value)},g=(T=[],C)=>Array.isArray(T)?T.filter(z=>typeof z=="string").filter(z=>z.toLowerCase().includes(C.toLowerCase())):[],M=()=>{const T=g(r.map(C=>C.text),a);return G.jsx(js,{children:T.map((C,z)=>G.jsx(Ki,{text:C,onClick:()=>v(C)},z))})};return G.jsx(Bi,{content:G.jsxs(G.Fragment,{children:[G.jsx(m2,{placeholder:"Search...",value:a,onChange:h}),M()]}),minimal:!0,position:"bottom",children:G.jsx(Co,{style:p,children:n||t||"Open Dropdown"})})};var T9={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},O9=ge.createContext&&ge.createContext(T9),wr=function(){return wr=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++){r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},wr.apply(this,arguments)},Yz=function(e,r){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)r.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(t[n[o]]=e[n[o]]);return t};function P9(e){return e&&e.map(function(r,t){return ge.createElement(r.tag,wr({key:t},r.attr),P9(r.child))})}function h1(e){return function(r){return ge.createElement(Xz,wr({attr:wr({},e.attr)},r),P9(e.child))}}function Xz(e){var r=function(t){var n=e.attr,o=e.size,a=e.title,i=Yz(e,["attr","size","title"]),p=o||t.size||"1em",v;return t.className&&(v=t.className),e.className&&(v=(v?v+" ":"")+e.className),ge.createElement("svg",wr({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,n,i,{className:v,style:wr(wr({color:e.color||t.color},t.style),e.style),height:p,width:p,xmlns:"http://www.w3.org/2000/svg"}),a&&ge.createElement("title",null,a),e.children)};return O9!==void 0?ge.createElement(O9.Consumer,null,function(t){return r(t)}):r(T9)}function Zz(e){return h1({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M4 16H20V5H4V16ZM13 18V20H17V22H7V20H11V18H2.9918C2.44405 18 2 17.5511 2 16.9925V4.00748C2 3.45107 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44892 22 4.00748V16.9925C22 17.5489 21.5447 18 21.0082 18H13Z"}}]})(e)}function Jz(e){return h1({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M15 3C15.5523 3 16 3.44772 16 4V8C16 8.55228 15.5523 9 15 9H13V11H17C17.5523 11 18 11.4477 18 12V15H20C20.5523 15 21 15.4477 21 16V20C21 20.5523 20.5523 21 20 21H14C13.4477 21 13 20.5523 13 20V16C13 15.4477 13.4477 15 14 15H16V13H8V15H10C10.5523 15 11 15.4477 11 16V20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V16C3 15.4477 3.44772 15 4 15H6V12C6 11.4477 6.44772 11 7 11H11V9H9C8.44772 9 8 8.55228 8 8V4C8 3.44772 8.44772 3 9 3H15ZM9 17H5V19H9V17ZM19 17H15V19H19V17ZM14 5H10V7H14V5Z"}}]})(e)}function Qz(e){return h1({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"circle",attr:{cx:"18",cy:"5",r:"3"}},{tag:"circle",attr:{cx:"6",cy:"12",r:"3"}},{tag:"circle",attr:{cx:"18",cy:"19",r:"3"}},{tag:"line",attr:{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49"}},{tag:"line",attr:{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49"}}]})(e)}function eM(e){return h1({tag:"svg",attr:{viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}},{tag:"path",attr:{d:"M12.003 21c-.732 .001 -1.465 -.438 -1.678 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.886 .215 1.325 .957 1.318 1.694"}},{tag:"path",attr:{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0"}},{tag:"path",attr:{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"}},{tag:"path",attr:{d:"M19.001 15.5v1.5"}},{tag:"path",attr:{d:"M19.001 21v1.5"}},{tag:"path",attr:{d:"M22.032 17.25l-1.299 .75"}},{tag:"path",attr:{d:"M17.27 20l-1.3 .75"}},{tag:"path",attr:{d:"M15.97 17.25l1.3 .75"}},{tag:"path",attr:{d:"M20.733 20l1.3 .75"}}]})(e)}function tM(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M344 280l88-88m-200 24l64 64M80 320l104-104"}},{tag:"circle",attr:{cx:"456",cy:"168",r:"24",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"}},{tag:"circle",attr:{cx:"320",cy:"304",r:"24",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"}},{tag:"circle",attr:{cx:"208",cy:"192",r:"24",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"}},{tag:"circle",attr:{cx:"56",cy:"344",r:"24",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"}}]})(e)}const Ea=new Date,rM=Ea.toLocaleDateString("en-MY"),nM=(Ea.getMonth()+1).toString().padStart(2,"0"),oM=Ea.getFullYear(),aM=({small_Show:e,main_Show:r,small_Text:t,small_BgColor:n,small_FontColor:o,small_DateType:a,small_TextPos:i,small_TextBold:p,main_BgColor:v,main_FontColor:h,main_IconColor:g,main_Title:M,count1:T,desc1:C,count2:z,desc2:w,count3:b,desc3:f,count4:s,desc4:d,count5:l,desc5:c})=>{const m=e?"block":"none",x=r?"block":"none",_=p?"700":"";let P="";switch(a){case"None":P="";break;case"Date":P=rM;break;case"Year":P=Ea.getFullYear().toString();break;case"Month/Year":P=`${nM}/${oM}`;break}return G.jsxs("footer",{className:"relative w-full",children:[G.jsx("div",{id:"main",className:"flex flex-row p-3 items-center justify-center text-center md:justify-center grid grid-cols-1",style:{display:x,backgroundColor:v},children:G.jsxs("div",{id:"small",className:"grid grid-cols-1",children:[G.jsx("div",{children:G.jsx("h5",{className:"block w-full mt-5 mb-5 font-sans text-3xl antialiased font-extrabold leading-snug tracking-normal text-inherit",style:{color:h},children:M})}),G.jsx("div",{children:G.jsxs("ul",{className:"flex flex-wrap items-center w-full justify-center mx-auto gap-y-8 gap-x-7",children:[G.jsxs("li",{className:"flex items-center",children:[G.jsx(Zz,{size:50,className:"mr-0",style:{color:g}}),G.jsxs("div",{className:"flex flex-col",children:[G.jsx("span",{className:" font-sans text-xl antialiased font-extrabold mb-0 text-left",style:{color:h},children:T}),G.jsx("span",{className:"font-sans font-semibold text-xs antialiased text-left",style:{color:h},children:C})]})]}),G.jsxs("li",{className:"flex items-center ",children:[G.jsx(Jz,{size:50,className:"mr-0",style:{color:g}}),G.jsxs("div",{className:"flex flex-col",children:[G.jsx("span",{className:" font-sans text-xl antialiased font-extrabold mb-0 text-left",style:{color:h},children:z}),G.jsx("span",{className:"font-sans font-semibold text-xs antialiased text-left",style:{color:h},children:w})]})]}),G.jsxs("li",{className:"flex items-center ",children:[G.jsx(Qz,{size:50,className:"mr-0",style:{color:g}}),G.jsxs("div",{className:"flex flex-col",children:[G.jsx("span",{className:" font-sans text-xl antialiased font-extrabold mb-0 text-left",style:{color:h},children:b}),G.jsx("span",{className:"font-sans font-semibold text-xs antialiased text-left",style:{color:h},children:f})]})]}),G.jsxs("li",{className:"flex items-center ",children:[G.jsx(eM,{size:50,className:"mr-0",style:{color:g}}),G.jsxs("div",{className:"flex flex-col",children:[G.jsx("span",{className:" font-sans text-xl antialiased font-extrabold mb-0 text-left",style:{color:h},children:s}),G.jsx("span",{className:"font-sans font-semibold text-xs antialiased text-left",style:{color:h},children:d})]})]}),G.jsxs("li",{className:"flex items-center ",children:[G.jsx(tM,{size:50,className:"mr-0",style:{color:g}}),G.jsxs("div",{className:"flex flex-col",children:[G.jsx("span",{className:" font-sans text-xl antialiased font-extrabold mb-0 text-left",style:{color:h},children:l}),G.jsx("span",{className:"font-sans font-semibold text-xs antialiased text-left",style:{color:h},children:c})]})]})]})})]})}),G.jsx("div",{id:"small",className:"flex w-full flex-col items-center border-blue-gray-50 py-4 gap-x-1 md:flex-row md:justify px-3",style:{display:m,justifyContent:i,backgroundColor:n},children:G.jsxs(je.Typography,{variant:"small",className:"mb-4 text-center font-normal text-black md:mb-0",style:{color:o},placeholder:void 0,children:["© Hak Cipta Terpelihara ",G.jsxs("span",{style:{fontWeight:_},children:[" ",t," ",P," "]})]})})]})};function iM(e){return h1({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"}}]})(e)}function lM(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"}}]})(e)}function cM(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"}}]})(e)}function sM(e){return h1({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"}}]})(e)}function uM(e){return h1({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"}}]})(e)}function dM(e){return h1({tag:"svg",attr:{viewBox:"0 0 576 512"},child:[{tag:"path",attr:{d:"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"}}]})(e)}function fM(e){return h1({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"}}]})(e)}function pM(e){return h1({tag:"svg",attr:{viewBox:"0 0 352 512"},child:[{tag:"path",attr:{d:"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"}}]})(e)}const vM=({})=>{const e=[{title:"Product",items:[{itemName:"Overview",itemUrl:"https://www.google.com/"},{itemName:"Features",itemUrl:"https://www.youtube.com/"},{itemName:"Solutions",itemUrl:"https://www.tiktok.com/"},{itemName:"Tutorials",itemUrl:"https://www.twitter.com/"}]},{title:"Company",items:[{itemName:"About us",itemUrl:"https://www.google.com/"},{itemName:"Careers",itemUrl:"https://www.youtube.com/"},{itemName:"Press",itemUrl:"https://www.tiktok.com/"},{itemName:"News",itemUrl:"https://www.twitter.com/"}]},{title:"Resource",items:[{itemName:"Blog",itemUrl:"https://www.google.com/"},{itemName:"Newsletter",itemUrl:"https://www.youtube.com/"},{itemName:"Events",itemUrl:"https://www.tiktok.com/"},{itemName:"Help center",itemUrl:"https://www.twitter.com/"}]}],r=new Date().getFullYear();return G.jsx("footer",{className:"relative w-full",children:G.jsxs("div",{className:"mx-auto w-full max-w-7xl px-8",children:[G.jsxs("div",{className:"grid grid-cols-1 justify-between gap-4 md:grid-cols-2",children:[G.jsx(je.Typography,{variant:"h5",className:"mb-6",placeholder:void 0,children:"Material Tailwind"}),G.jsx("div",{className:"grid grid-cols-3 justify-between gap-4",children:e.map(({title:t,items:n})=>G.jsxs("ul",{children:[G.jsx(je.Typography,{variant:"small",color:"blue-gray",className:"mb-3 font-medium opacity-40",placeholder:void 0,children:t}),n.map(o=>G.jsx("li",{children:G.jsx(je.Typography,{as:"a",href:o.itemUrl,color:"gray",className:"py-1.5 font-normal transition-colors hover:text-blue-gray-900",placeholder:void 0,children:o.itemName})},o.itemName))]},t))})]}),G.jsxs("div",{className:"mt-12 flex w-full flex-col items-center justify-center border-t border-blue-gray-50 py-4 md:flex-row md:justify-between",children:[G.jsxs(je.Typography,{variant:"small",className:"mb-4 text-center font-normal text-blue-gray-900 md:mb-0",placeholder:void 0,children:["© ",r," ",G.jsx("a",{href:"https://material-tailwind.com/",children:"Material Tailwind"}),". All Rights Reserved."]}),G.jsxs("div",{className:"flex gap-4 text-blue-gray-900 sm:justify-center",children:[G.jsx("div",{className:"flex gap-y-4 text-blue-gray-900 sm:justify-center"}),G.jsx(je.Typography,{as:"a",href:"#",className:"opacity-80 transition-opacity hover:opacity-100",placeholder:void 0,children:G.jsx(lM,{className:"h-5 w-5",fill:"currentColor","aria-hidden":"true"})}),G.jsx(je.Typography,{as:"a",href:"#",className:"opacity-80 transition-opacity hover:opacity-100",placeholder:void 0,children:G.jsx(cM,{className:"h-5 w-5",fill:"currentColor","aria-hidden":"true"})}),G.jsx(je.Typography,{as:"a",href:"#",className:"opacity-80 transition-opacity hover:opacity-100",placeholder:void 0,children:G.jsx(sM,{className:"h-5 w-5",fill:"currentColor","aria-hidden":"true"})}),G.jsx(je.Typography,{as:"a",href:"#",className:"opacity-80 transition-opacity hover:opacity-100",placeholder:void 0,children:G.jsx(uM,{className:"h-5 w-5",fill:"currentColor","aria-hidden":"true"})}),G.jsx(je.Typography,{as:"a",href:"#",className:"opacity-80 transition-opacity hover:opacity-100",placeholder:void 0,children:G.jsx(dM,{className:"h-5 w-5",fill:"currentColor","aria-hidden":"true"})}),G.jsx(je.Typography,{as:"a",href:"#",className:"opacity-80 transition-opacity hover:opacity-100",placeholder:void 0,children:G.jsx(iM,{className:"h-5 w-5",fill:"currentColor","aria-hidden":"true"})})]})]})]})})},V9=({backgroundColor:e,onFileSelect:r,buttonText:t,disabled:n,iconPosition:o,widthButton:a,allowedFileTypes:i})=>{const p=ge.useRef(null),[v,h]=ge.useState([]),g=w=>{w.preventDefault()},M=w=>{w.preventDefault();const b=w.dataTransfer.files;if(b.length>0){const f=Array.from(b);h([...v,...f]),r(f)}},T=w=>{const b=v.filter(f=>f!==w);h(b)},C=w=>{const b=w.target.files;if(b&&b.length>0){const f=Array.from(b);h([...v,...f]),r(f)}},z=w=>{const b={marginRight:"5px",marginLeft:"5px"};switch(o){case"left":return G.jsxs(G.Fragment,{children:[G.jsx(bt,{icon:w,style:b}),G.jsx("span",{children:t})]});case"right":return G.jsxs(G.Fragment,{children:[G.jsx("span",{children:t}),G.jsx(bt,{icon:w,style:b})]});case"top":return G.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center"},children:[G.jsx(bt,{icon:w,style:b}),G.jsx("span",{children:t})]});case"bottom":return G.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center"},children:[G.jsx("span",{children:t}),G.jsx(bt,{icon:w,style:b})]});default:return G.jsxs(G.Fragment,{children:[G.jsx(bt,{icon:w,style:b}),G.jsx("span",{children:t})]})}};return G.jsxs("div",{onDrop:M,onDragOver:g,style:{display:"flex",flexDirection:"column",alignItems:"center",border:"2px dashed #cccc",borderRadius:"5px",padding:"20px",backgroundColor:e||"transparent"},children:[G.jsx("input",{type:"file",style:{display:"none"},ref:p,onChange:C,multiple:!0,accept:i}),G.jsx(Co,{style:{display:"flex",alignItems:"center",justifyContent:"center",marginBottom:"10px",margin:"0 auto",width:a,backgroundColor:e||"transparent",border:"black"},onClick:()=>{var w;return(w=p.current)==null?void 0:w.click()},disabled:n,minimal:!0,children:z("cloud-upload")}),G.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",width:"100%"},children:v.map((w,b)=>G.jsx("div",{style:{border:"1px solid #ccc",borderRadius:"5px",padding:"10px",marginBottom:"10px",width:"100%"},children:G.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[G.jsx("span",{style:{marginRight:"5px",color:"black",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:w.name}),G.jsx("span",{style:{marginRight:"5px",color:"grey"},children:` ${(w.size/1024/1024).toFixed(2)} MB`}),G.jsx("a",{href:URL.createObjectURL(w),download:w.name,style:{textDecoration:"underline",cursor:"pointer",color:"blue",marginLeft:"auto",marginRight:"5px"},children:"Download"}),G.jsx("button",{onClick:()=>T(w),style:{background:"none",border:"none",cursor:"pointer",outline:"none",display:"flex",alignItems:"center",color:"#c62828"},children:G.jsx(bt,{icon:"trash",style:{marginRight:"5px"}})})]})},b))})]})};V9.defaultProps={buttonText:"Upload Here"};const S5=({disableProps:e,placeholderProps:r,intentProps:t,borderProps:n,sizeProps:o,icon:a})=>{const i=o.active&&o.set?"large":"small";return G.jsx(m2,{disabled:e,placeholder:r,intent:t,leftIcon:a,style:{borderRadius:`${n}px`},...o.active&&(i==="large"?{large:!0}:{small:!0})})};S5.defaultProps={sizeProps:{active:!1,set:!1},placeholderProps:"insert value ..."},S5.propTypes={placeholderProps:He.string};const hM=({placeholderProps:e="insert value",valueProps:r,readOnlyProp:t,intentProps:n})=>G.jsx(Tg,{value:r,intent:n,placeholder:e,readOnly:t});function S9(e){return h1({tag:"svg",attr:{viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z",clipRule:"evenodd"}}]})(e)}const _9=({imgProps:e,text:r,text1:t,text2:n,text3:o,text4:a,onClick:i,backgroundColor:p,textColor:v,textColor1:h})=>{var c,m;const[g,M]=ge.useState(!1),[T,C]=ge.useState("en"),z=[{code:"en",name:"English",flag:"🇺🇸"},{code:"ms",name:"Malay",flag:"🇲🇾"},{code:"es",name:"Español",flag:"🇪🇸"},{code:"fr",name:"Français",flag:"🇫🇷"},{code:"zh",name:"中文",flag:"🇨🇳"},{code:"bn",name:"বাংলা",flag:"🇧🇩"}],[w,b]=ge.useState(!1),f=x=>{C(x)},s=()=>{b(!w)},d={color:v},l={color:h,backgroundColor:p};return G.jsx("nav",{className:"bg-white bg-opacity-50 dark:bg-transparent dark:bg-opacity-50 border border-gray-200 dark:border-gray-700",children:G.jsxs("div",{className:"flex justify-between justify-end items-center p-2",children:[G.jsxs("div",{className:"flex md:space-x-10",children:[G.jsxs("div",{className:"flex justify-center lg:space-x-1 md:space-x-1 space-x-1 items-center",children:[G.jsx("div",{children:G.jsx("img",{className:"md:w-14 md:h-14 h-12 w-12 ml-2",src:e,alt:""})}),G.jsx("div",{className:"flex justify-center space-x-4 items-center md:ml-2 lg:ml-2 ml-1 text-3xl font-sans ",style:d,children:G.jsx("span",{className:"text-center",children:r})})]}),G.jsxs("div",{className:"text-left justify-start hidden lg:block xl:block",children:[G.jsx("p",{className:"font-bold",children:t}),G.jsxs("p",{className:"text-xs text-gray-400",children:[n,G.jsx("br",{}),o]})]})]}),G.jsx("div",{className:" mr-2 ",children:G.jsx("div",{onClick:()=>M(!g),className:"h-6 w-6 md:hidden mt-2 flex align-bottom text-gray-900",children:g?G.jsx(pM,{className:"icon h-6 w-6 text-gray-900"}):G.jsx(fM,{className:"icon h-6 w-6 text-gray-900"})})}),G.jsxs("div",{className:`md:flex md:space-x-8 align-center flex-row mr-2 absolute md:static lg:static ${g?" p-1 pt-1 absolute top-0 left-0 right-0 md:hidden lg:hidden flex flex-col justify-start items-center mt-24 space-y-2":"hidden"} `,children:[G.jsx("div",{className:"sm:justify-center mt-1 sm:place-content-center ",children:G.jsxs("div",{className:"relative md:w-full w-60 lg:w-full self-center",children:[G.jsx("input",{type:"search",id:"search-dropdown",className:"block p-2.5 w-full z-20 text-sm text-gray-900 rounded-s-lg rounded-e-lg border-s-gray-50 border-s-2 dark:bg-gray-1000 dark:border-s-gray-700 dark:border-gray-600 placeholder-gray-600 dark:text-white",style:{backgroundColor:"#C4C4C4"},placeholder:"Carian",required:!0}),G.jsxs("button",{type:"submit",className:"absolute top-0 end-0 p-2.5 text-sm font-medium h-full text-white focus:outline-none",children:[G.jsx("svg",{className:"w-4 h-4","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",children:G.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"})}),G.jsx("span",{className:"sr-only",children:"Search"})]})]})}),G.jsxs("div",{className:"flex space-x-3 md:space-x-8 ",children:[G.jsxs("div",{className:"flex flex-col items-center space-y-1 mt-1 relative",children:[G.jsxs("button",{onClick:()=>s(),className:"flex items-center space-x-2 px-6 py-1 rounded-md bg-gray-200 text-gray-700",children:[G.jsx("span",{className:"md:text-2xl lg:text-2xl text-3xl ",children:(c=z.find(x=>x.code===T))==null?void 0:c.flag}),G.jsx("span",{className:"text-lg hidden md:block lg:block",children:(m=z.find(x=>x.code===T))==null?void 0:m.name}),G.jsx("span",{className:"text-black ",children:G.jsx(S9,{})})]}),w&&G.jsx("div",{className:"absolute top-10 right-1 mt-2 space-y-4",children:z.map(x=>G.jsxs("button",{className:`flex items-center space-x-2 px-5 py-1 rounded-md ${T===x.code?"bg-blue-500 text-white":""}`,onClick:()=>{f(x.code),s()},children:[G.jsx("span",{className:"text-2xl mr-2 ",children:x.flag}),G.jsx("span",{className:"text-sm hidden md:block lg:block",children:x.name}),G.jsx("span",{className:"text-black hidden md:block lg:block",children:G.jsx(S9,{})})]},x.code))})]}),G.jsx("div",{className:"flex items-left ",children:G.jsx("button",{className:"border border-s-1 border-s-gray-50 rounded-lg mt-1 text-black font-bold py-2 md:py-2 md:px-3 px-6 rounded",style:l,onClick:i,children:G.jsx("span",{className:"",children:a})})})]})]})]})})};_9.propTypes={imgProps:He.string.isRequired,text:He.string.isRequired,text1:He.string.isRequired,text2:He.string.isRequired,text3:He.string.isRequired,text4:He.string.isRequired,backgroundColor:He.string.isRequired,textColor:He.string.isRequired,textColor1:He.string.isRequired};function bM(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 294.1L383 167c9.4-9.4 24.6-9.4 33.9 0s9.3 24.6 0 34L273 345c-9.1 9.1-23.7 9.3-33.1.7L95 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3 7-17c9.4-9.4 24.6-9.4 33.9 0l127.1 127z"}}]})(e)}function L9(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"}}]})(e)}function mM(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M215.469 332.802l29.863 29.864L352 256 245.332 149.333l-29.863 29.865 55.469 55.469H64v42.666h205.864l-54.395 55.469zM405.334 64H106.666C83.198 64 64 83.198 64 106.666V192h42.666v-85.333h298.668v298.668H106.666V320H64v85.334C64 428.802 83.198 448 106.666 448h298.668C428.802 448 448 428.802 448 405.334V106.666C448 83.198 428.802 64 405.334 64z"}}]})(e)}function H9(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256.1 144.8c56.2 0 101.9 45.3 101.9 101.1 0 13.1-2.6 25.5-7.3 37l59.5 59c30.8-25.5 55-58.4 69.9-96-35.3-88.7-122.3-151.6-224.2-151.6-28.5 0-55.8 5.1-81.1 14.1l44 43.7c11.6-4.6 24.1-7.3 37.3-7.3zM52.4 89.7l46.5 46.1 9.4 9.3c-33.9 26-60.4 60.8-76.3 100.8 35.2 88.7 122.2 151.6 224.1 151.6 31.6 0 61.7-6.1 89.2-17l8.6 8.5 59.7 59 25.9-25.7L78.2 64 52.4 89.7zM165 201.4l31.6 31.3c-1 4.2-1.6 8.7-1.6 13.1 0 33.5 27.3 60.6 61.1 60.6 4.5 0 9-.6 13.2-1.6l31.6 31.3c-13.6 6.7-28.7 10.7-44.8 10.7-56.2 0-101.9-45.3-101.9-101.1 0-15.8 4.1-30.7 10.8-44.3zm87.8-15.7l64.2 63.7.4-3.2c0-33.5-27.3-60.6-61.1-60.6l-3.5.1z"}}]})(e)}function A9(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 105c-101.8 0-188.4 62.4-224 151 35.6 88.6 122.2 151 224 151s188.4-62.4 224-151c-35.6-88.6-122.2-151-224-151zm0 251.7c-56 0-101.8-45.3-101.8-100.7S200 155.3 256 155.3 357.8 200.6 357.8 256 312 356.7 256 356.7zm0-161.1c-33.6 0-61.1 27.2-61.1 60.4s27.5 60.4 61.1 60.4 61.1-27.2 61.1-60.4-27.5-60.4-61.1-60.4z"}}]})(e)}const gM=({backgroundColor:e,btbackgroundColor:r,btbackgroundColor1:t,btbackgroundColor2:n,bgOpacity:o,Idtext1:a,patext1:i,Eatext1:p,enableShadow:v,borderRadius:h,borderRadius1:g})=>{const[M,T]=ge.useState(!1),[C,z]=ge.useState("login"),[w,b]=ge.useState(""),[f,s]=ge.useState(""),[d,l]=ge.useState(""),[c,m]=ge.useState(!1),[x,_]=ge.useState(!0),[P,V]=ge.useState(""),[L,E]=ge.useState(""),[R,N]=ge.useState(!1),[W,K]=ge.useState(""),Q=ie=>{T(!0),z(ie),ie==="login"||ie==="signup"||ie==="reset"?m(!1):ie==="logout"&&$()},oe=ie=>{console.log("Navbar button clicked. Tab:",ie),Q(ie)},U=()=>{T(!1),z("login")},$=()=>{T(!1),z("logout"),m(!0)},B=ie=>{z(ie)},te=ie=>{const{name:le,value:ne}=ie.target;le==="email"?b(ne):le==="password"?s(ne):le==="username"&&l(ne)},fe=()=>{_(!x)},J=ie=>{if(ie.length<9||ie.length>18)return"Nota: Minimum 8, maksimum 18 aksara.";if(/[A-Z]/.test(ie))if(/[a-z]/.test(ie)){if(!/[!@#$%^&*(),.?":{}|<>]/.test(ie))return"Nota: Kata Laluan mesti mengandungi sekurang-kurangnya satu huruf khas."}else return"Nota: Kata Laluan mesti mengandungi sekurang-kurangnya satu huruf kecil.";else return"Nota: Kata Laluan mesti mengandungi sekurang-kurangnya satu huruf besar.";return""},X=ie=>{if(ie.preventDefault(),V(""),E(""),K(""),C==="login"){if(!w||!f){V("Please provide both email and password.");return}const le=J(f);if(le){K(le);return}console.log(`Login form submitted - Email: ${w} - Password: ${f}`)}else if(C==="signup"){if(!d||!w||!f){E("Please provide all required information.");return}const le=J(f);if(le){K(le);return}console.log(`Signup form submitted - Username: ${d} - Email: ${w} - Password: ${f}`)}V(""),E(""),K("")},q=async()=>{try{U()}catch(ie){console.error("Logout failed:",ie)}};return ge.useEffect(()=>{},[]),G.jsxs(G.Fragment,{children:[G.jsx("header",{role:"banner ",children:G.jsx("nav",{className:"main-nav justify-end mt-1",children:G.jsxs("ul",{className:"flex justify-end space-x-6 px-4 py-1 ",children:[G.jsx("li",{children:G.jsx("a",{className:"cd-signin py-3 px-6 text-lg border rounded border-blue-gray-500 md:text-xl lg:text-xl p-2 hover:bg-blue-gray-100 transform transition duration-300 ease-in-out ",href:"#0",onClick:()=>Q("login"),children:"Sign in"})}),G.jsx("li",{children:G.jsx("a",{className:"cd-signin py-3 px-6 text-lg border rounded border-blue-gray-500 md:text-xl lg:text-xl p-2 hover:bg-blue-gray-100 transform transition duration-300 ease-in-out ",href:"#0",onClick:()=>oe("logout"),children:"Sign up"})})]})})}),G.jsx("div",{className:`cd-user-modal ${M?"is-visible":""}`,children:G.jsx("div",{className:"cd-user-modal-container flex flex-col items-center justify-center px-1 py-1 mx-auto mt-6 lg:py-0",children:G.jsxs("div",{className:"mb-4 border shadow-md rounded-lg pb-8",style:{backgroundColor:e,opacity:o},children:[C!=="logout"&&G.jsxs("div",{className:"flex justify-between w-full",children:[G.jsx("button",{className:"block text-white py-1 text-lg px-6 md:py-3 md:px-14 w-full",style:{backgroundColor:C==="login"?r:"",borderRadius:`${g}px`},onClick:()=>B("login"),children:"Log Masuk"}),G.jsx("button",{className:"block text-white py-1 text-lg px-6 md:py-3 md:px-14 w-full $",style:{backgroundColor:C==="signup"?r:"",borderRadius:`${g}px`},onClick:()=>B("signup"),children:"Pendaftaran"})]}),G.jsxs("div",{className:"pl-10 pr-10 pt-4 ",children:[G.jsx("br",{}),C==="login"&&G.jsx("div",{id:"cd-login",className:"cd-form",children:G.jsxs("form",{onSubmit:X,children:[G.jsxs("div",{className:"mb-4",children:[G.jsxs("label",{htmlFor:"signin-username",className:"block mb-2 text-lg text-white font-medium dark:text-white",children:[a," ",G.jsx("span",{className:"text-pink-500",children:"*"})]}),G.jsx("input",{type:"text",id:"signin-username",name:"username",placeholder:"ID Number",value:d,onChange:te,className:`w-full p-3 rounded border ${d.trim()===""?"border-pink-500 border-2 shadow-outline-pink":"border-gray-300"} focus:outline-none focus:border-blue-500`,required:!0}),d.trim()===""&&G.jsx("span",{className:"cd-error-message text-red-500",children:"Medan ID Penguna tidak boleh kosong"})]}),G.jsxs("div",{className:"mb-4 relative ",children:[G.jsx("label",{htmlFor:"signin-password",className:"block mb-2 text-lg text-white font-medium dark:text-white",children:i}),G.jsxs("div",{className:"relative flex",children:[G.jsx("input",{type:R?"text":"password",id:"signin-password",name:"password",placeholder:"Password",value:f,onChange:te,className:"w-full p-3 rounded border border-gray-300 focus:outline-none focus:border-blue-500",required:!0}),G.jsx("button",{type:"button",onClick:()=>N(!R),className:"absolute top-3 right-4 transform -translate-y-2/2 cursor-pointer",children:R?G.jsx(A9,{className:"w-6 h-6 text-gray-500"}):G.jsx(H9,{className:"w-6 h-6 text-gray-500"})})]}),W&&G.jsx("span",{className:"cd-error-message text-white",children:W}),G.jsx("span",{className:"cd-error-message text-white",children:P})]}),G.jsxs("div",{className:"mb-4 flex justify-between",children:[G.jsxs("div",{children:[G.jsx("input",{type:"checkbox",id:"remember-me",checked:x,onChange:fe,className:"mr-2"}),G.jsx("label",{htmlFor:"remember-me",className:"text-white ",children:"Ingat Saya"})]}),G.jsx("p",{className:"cd-form-bottom-message text-sm",children:G.jsx("a",{href:"#0",className:"text-white ",children:"Lupa Kata Laluan?"})})]}),G.jsx("div",{className:"mb-4",children:G.jsx("input",{type:"submit",value:"Log Masuk",className:"w-auto p-3 px-10 md:px-20 lg:px-20 text-white rounded-full text-lg cursor-pointer mx-auto flex items-center",style:{backgroundColor:t,borderRadius:`${h}px`}})})]})}),C==="signup"&&G.jsx("div",{id:"cd-signup",className:"cd-form",children:G.jsxs("form",{onSubmit:X,children:[G.jsxs("div",{className:"mb-4",children:[G.jsx("div",{className:"mb-4",children:G.jsx("span",{className:"cd-error-message text-red-500",children:L})}),G.jsxs("label",{htmlFor:"signin-username",className:"block mb-2 text-lg text-white font-medium dark:text-white",children:[a," ",G.jsx("span",{className:"text-pink-500",children:"*"})]}),G.jsx("input",{type:"text",id:"signin-username",name:"username",placeholder:"ID Number",value:d,onChange:te,className:`w-full p-3 rounded border ${d.trim()===""?"border-pink-500 border-2 shadow-outline-pink":"border-gray-300"} focus:outline-none focus:border-blue-500`,required:!0}),d.trim()===""&&G.jsx("span",{className:"cd-error-message text-red-500",children:"Medan ID Penguna tidak boleh kosong"})]}),G.jsxs("div",{className:"mb-4",children:[G.jsx("label",{htmlFor:"signup-email",className:"block mb-2 text-lg text-white font-medium dark:text-white",children:p}),G.jsx("input",{type:"email ",id:"signin-email",name:"email",placeholder:"E-mail",value:w,onChange:te,className:`w-full p-3 rounded border ${w.trim()===""?"border-pink-500 border-2 shadow-outline-pink":"border-gray-300"} focus:outline-none focus:border-blue-500`,required:!0}),w.trim()===""&&G.jsx("span",{className:"cd-error-message text-red-500",children:"Please fill up the email field."})]}),G.jsxs("div",{className:"mb-4 relative",children:[G.jsx("label",{htmlFor:"signin-password",className:"block mb-2 text-lg text-white font-medium dark:text-white",children:i}),G.jsxs("div",{className:"relative",children:[G.jsx("input",{type:R?"text":"password",id:"signin-password",name:"password",placeholder:"Password",value:f,onChange:te,className:"w-full p-3 rounded border border-gray-300 focus:outline-none focus:border-blue-500",required:!0}),G.jsx("button",{type:"button",onClick:()=>N(!R),className:"absolute top-3 right-4 transform -translate-y-2/2 cursor-pointer",children:R?G.jsx(A9,{className:"w-6 h-6 text-gray-500"}):G.jsx(H9,{className:"w-6 h-6 text-gray-500"})})]}),W&&G.jsx("span",{className:"cd-error-message text-red-500",children:W}),G.jsx("span",{className:"cd-error-message text-red-500",children:P})]}),G.jsxs("div",{className:"mb-4",children:[G.jsx("input",{type:"checkbox",id:"accept-terms",className:"mr-2",required:!0}),G.jsxs("label",{htmlFor:"accept-terms",className:"text-white ",children:["I agree to the"," ",G.jsx("a",{href:"#0",className:"text-white text-lg underline decoration-solid",children:"Terms"})]})]}),G.jsx("div",{className:"mb-4",children:G.jsx("input",{type:"submit",value:"Create account",className:"w-auto p-3 md:px-20 px-10 lg:px-20 text-white rounded-full text-lg cursor-pointer mx-auto flex items-center",style:{backgroundColor:t,borderRadius:`${h}px`}})})]})})]}),G.jsx("div",{className:`cd-user-modal w-auto ${M?"is-visible":""}`,children:C==="logout"?G.jsxs("div",{className:"text-center px-auto p-5 w-auto ",children:[G.jsx("div",{className:"flex justify-center mb-3",children:G.jsx("img",{className:" w-32 rounded-full h-32 border-pink-400- border shadow-pink-400 shadow-sm",src:"https://st3.depositphotos.com/2178131/34759/i/450/depositphotos_347596218-stock-photo-cute-malay-woman-wearing-hijab.jpg",alt:""})}),G.jsx("span",{children:G.jsx("h1",{className:" text-blue-300 text-lg shadow-black-100 drop-shadow-md ",children:"DAHLIA NUR NAYLA BINTI MUSA"})}),G.jsx("br",{}),G.jsxs("div",{className:" justify-center flex space-x-4 mr-1 ",children:[c&&G.jsx("button",{className:`btn btn-default p-2 mr-2 w-full whitespace-nowrap ${v?"shadow-md shadow-white":""} px-8 text-base rounded-full border text-white border-blue-100 hover:bg-blue-500`,style:{background:t,borderRadius:`${h}px`},onClick:q,children:"My Deshboard"}),G.jsx("button",{className:`btn btn-default p-2 mr-2 w-full whitespace-nowrap ${v?"shadow-md shadow-white":""} px-8 text-base bg-pink-400 rounded-full border text-white border-blue-100 hover:bg-blue-500`,style:{background:n,borderRadius:`${h}px`},onClick:U,children:"Log Keluar"})]})]}):""})]})})})]})};function yM(e){return h1({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"}}]})(e)}function E9(e){return h1({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z"}}]})(e)}function k9(e){return h1({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z"}}]})(e)}function wM(e){return h1({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M16 8a8.001 8.001 0 0 1-7.022 7.94l1.902-7.098a2.995 2.995 0 0 0 .05-1.492A2.977 2.977 0 0 0 10.237 6h5.511A8 8 0 0 1 16 8ZM0 8a8 8 0 0 0 7.927 8l1.426-5.321a2.978 2.978 0 0 1-.723.255 2.979 2.979 0 0 1-1.743-.147 2.986 2.986 0 0 1-1.043-.7L.633 4.876A7.975 7.975 0 0 0 0 8Zm5.004-.167L1.108 3.936A8.003 8.003 0 0 1 15.418 5H8.066a2.979 2.979 0 0 0-1.252.243 2.987 2.987 0 0 0-1.81 2.59ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"}}]})(e)}function xM(e){return h1({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"}}]})(e)}function CM(e){return h1({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M32 96v64h448V96H32zm0 128v64h448v-64H32zm0 128v64h448v-64H32z"}}]})(e)}function zM(e){return h1({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"g",attr:{id:"Dark"},child:[{tag:"path",attr:{d:"M12.741,20.917a9.389,9.389,0,0,1-1.395-.105,9.141,9.141,0,0,1-1.465-17.7,1.177,1.177,0,0,1,1.21.281,1.273,1.273,0,0,1,.325,1.293,8.112,8.112,0,0,0-.353,2.68,8.266,8.266,0,0,0,4.366,6.857,7.628,7.628,0,0,0,3.711.993,1.242,1.242,0,0,1,.994,1.963h0A9.148,9.148,0,0,1,12.741,20.917ZM10.261,4.05a.211.211,0,0,0-.065.011,8.137,8.137,0,1,0,9.131,12.526h0a.224.224,0,0,0,.013-.235.232.232,0,0,0-.206-.136A8.619,8.619,0,0,1,14.946,15.1a9.274,9.274,0,0,1-4.883-7.7,9.123,9.123,0,0,1,.4-3.008.286.286,0,0,0-.069-.285A.184.184,0,0,0,10.261,4.05Z"}}]}]})(e)}const MM=({titleSub:e,items:r,textColor:t})=>{const[n,o]=ge.useState(!1),[a,i]=ge.useState(!1),p=r.filter(({name:v})=>v===e.title).flatMap(({data:v})=>Array.isArray(v)?v.map(({icon:h,title:g,description:M,link:T},C)=>G.jsx("a",{href:T,children:G.jsxs(je.MenuItem,{className:"flex items-center gap-3 rounded-lg",placeholder:void 0,children:[G.jsx("div",{className:"flex items-center justify-center rounded-lg !bg-blue-gray-50 p-2 ",children:h&&ge.createElement(h,{strokeWidth:2,className:"h-6 text-gray-900 w-6"})}),G.jsxs("div",{children:[G.jsx(je.Typography,{variant:"h6",color:"blue-gray",className:"flex items-center text-sm font-bold",placeholder:void 0,children:g}),G.jsx(je.Typography,{variant:"paragraph",className:"text-xs !font-medium text-blue-gray-500",placeholder:void 0,children:M})]})]})},C)):[]);return G.jsx(G.Fragment,{children:p.length?G.jsxs(G.Fragment,{children:[G.jsxs(je.Menu,{open:n,handler:o,offset:{mainAxis:20},placement:"bottom",allowHover:!0,children:[G.jsx(je.MenuHandler,{children:G.jsx(je.Typography,{as:"div",variant:"small",className:"font-medium",placeholder:void 0,children:G.jsxs(je.ListItem,{className:"flex items-center gap-2 py-2 pr-4 font-medium text-gray-900",selected:n||a,onClick:()=>i(v=>!v),placeholder:void 0,children:[G.jsx("div",{style:{color:`${t}`},children:e.title}),G.jsx(E9,{strokeWidth:2.5,className:`hidden h-3 w-3 transition-transform lg:block ${n?"rotate-180":""}`}),G.jsx(E9,{strokeWidth:2.5,className:`block h-3 w-3 transition-transform lg:hidden ${a?"rotate-180":""}`})]})})}),G.jsx(je.MenuList,{className:"hidden max-w-screen-xl rounded-xl lg:block",placeholder:void 0,children:G.jsx("ul",{className:"grid grid-cols-3 outline-none gap-y-2 outline-0",children:p})})]}),G.jsx("div",{className:"block lg:hidden",children:G.jsx(je.Collapse,{open:a,children:p})})]}):G.jsx("a",{href:e.link,style:{textDecoration:"none"},children:G.jsx(je.Typography,{variant:"small",color:"blue-gray",className:"font-medium ",placeholder:void 0,style:{color:`${t}`},children:G.jsx(je.ListItem,{className:"flex items-center gap-2 py-2 pr-4",placeholder:void 0,children:e.title})})},e.title)})},R9=({navlists:e,navSubItems:r,tcolor:t})=>G.jsx(je.List,{className:"p-0 mt-4 mb-6 lg:mt-0 lg:mb-0 lg:flex-row lg:p-1 lg:pl-250",placeholder:void 0,children:e.map((n,o)=>G.jsx(MM,{titleSub:n,items:r,textColor:t},o))}),N9=({NavigationList:e,NavSubItems:r,ColorProps:t,titleProps:n="Navbar Title",borderRadius:o=0,disableTitle:a=!0,textColor:i="#030303",iconProps:p,btn1:v,btn2:h,btn:g,button1:M,button2:T})=>{const[C,z]=ge.useState(!1);return ge.useEffect(()=>{window.addEventListener("resize",()=>window.innerWidth>=960&&z(!1))},[]),G.jsxs(je.Navbar,{className:"max-w-screen-xl px-4 py-2 mx-auto ",style:{borderRadius:`${o}px`,backgroundColor:`${t}`},placeholder:void 0,children:[G.jsxs("div",{className:"flex items-center justify-between text-blue-gray-900",children:[a&&G.jsxs(je.Typography,{variant:"h6",className:"mr-4 cursor-pointer lg:ml-2",placeholder:void 0,style:{color:`${i}`},children:[G.jsx(je.Avatar,{className:"mx-2",src:p,alt:"avatar",placeholder:void 0}),n]}),G.jsx("div",{className:"hidden lg:block",children:G.jsx(R9,{navlists:e,navSubItems:r,tcolor:i})}),g&&G.jsxs("div",{className:"hidden gap-2 lg:flex",children:[v.active&&G.jsxs(je.Button,{variant:"text",size:"sm",className:"flex items-center gap-2",placeholder:void 0,color:v.color,onClick:M,children:[v.text,v.icon.active&&ge.createElement(v.icon.icon,{strokeWidth:2,style:{color:`${v.icon.color}`,fontSize:"1.1rem"}})]}),h.active&&G.jsxs(je.Button,{variant:"gradient",size:"sm",className:"flex items-center gap-2",placeholder:void 0,onClick:T,children:[h.text,h.icon.active&&ge.createElement(h.icon.icon,{strokeWidth:2,style:{color:`${h.icon.color}`,fontSize:"1.1rem"}})]})]}),G.jsx(je.IconButton,{variant:"text",color:"blue-gray",className:"lg:hidden",onClick:()=>z(!C),placeholder:void 0,children:C?G.jsx(xM,{className:"w-6 h-6",strokeWidth:2}):G.jsx(CM,{className:"w-6 h-6",strokeWidth:2})})]}),G.jsxs(je.Collapse,{open:C,children:[G.jsx(R9,{navlists:e,navSubItems:r,tcolor:i}),G.jsxs("div",{className:"flex items-center w-full gap-2 flex-nowrap lg:hidden",children:[v.active&&G.jsx(je.Button,{variant:"outlined",size:"sm",color:"blue-gray",fullWidth:!0,placeholder:void 0,onClick:M,children:v.text}),h.active&&G.jsx(je.Button,{variant:"gradient",size:"sm",fullWidth:!0,placeholder:void 0,onClick:T,children:h.text})]})]})]})};N9.defaultProps={NavigationList:[{title:"Home",link:"/home"},{title:"SubMenu",link:"/sub"},{title:"Hubungi Kami",link:"/callme"},{title:"Contact Us",link:"/cs"}],NavSubItems:[{data:[{title:"Productsss",description:"Find the perfect solution for your needs.",icon:"",link:"#"}],name:"Contact Us"}],iconProps:"https://en.wikipedia.org/static/images/icons/wikipedia.png",titleProps:"Navbar Wikipedia",btn:!1,btn1:{text:"Mode",color:"white",fontWeight:"bold",active:!1,icon:{active:!1,color:"white",icon:zM}},btn2:{text:"Log Masuk",color:"green",fontWeight:"bold",active:!1,icon:{active:!1,color:"white",icon:mM}}};const j9=({disableProps:e,inputProps:r,largeProps:t,titleProps:n})=>{const[o,a]=ge.useState(!1),i=()=>{a(!o)};return G.jsx(y2,{label:n,onChange:()=>{},children:G.jsx(vn,{large:t,checked:o,onClick:i,disabled:e,label:r,title:n})})};j9.defaultProps={disableProps:!1,inputProps:"Example",titleProps:"title"};const _5=({titleProps:e,logoProps:r,fontWeight:t,fontSize:n,flexPosition:o,...a})=>{const[i,p]=ge.useState(0),v=g=>{p(i===g?0:g)},h=a.showTitleLogo?a.showTitleLogo:!1;return G.jsxs(je.Card,{placeholder:"test",className:"h-[calc(100vh-2rem)] w-full max-w-[20rem] p-4 shadow-xl shadow-blue-gray-900/5 bg-white-grey",children:[h&&G.jsxs(G.Fragment,{children:[G.jsx("div",{className:"grid items-center justify-center gap-4 p-4 mb-2",children:G.jsxs("div",{className:`${o} items-center`,children:[G.jsx("img",{src:r.toString(),alt:"brand",className:"h-20"}),G.jsx(je.Typography,{className:"pt-2 tracking-widest text-center text-l",placeholder:void 0,style:{fontWeight:t,fontSize:`${n}px`},children:e})]})}),G.jsx("hr",{className:"my-2 border-blue-gray-50"})]}),G.jsx("div",{className:"p-2",children:G.jsx(je.Typography,{placeholder:"placeholder",className:"text-xs font-bold tracking-wider text-gray-500",children:"EKSEKUTIF"})}),G.jsxs(je.List,{placeholder:void 0,children:[G.jsxs(je.ListItem,{placeholder:void 0,children:[G.jsx(je.ListItemPrefix,{placeholder:void 0,children:G.jsx(k9,{})}),"Dashboard"]}),G.jsxs(je.ListItem,{placeholder:void 0,children:[G.jsx(je.ListItemPrefix,{placeholder:void 0,children:G.jsx(wM,{})}),"Modul Utama"]}),G.jsx("div",{className:"p-2",children:G.jsx(je.Typography,{placeholder:"placeholder",className:"text-xs font-semibold tracking-wide text-gray-500",children:"PENTADBIRAN"})}),G.jsxs(je.ListItem,{placeholder:void 0,children:[G.jsx(je.ListItemPrefix,{placeholder:void 0,children:G.jsx(k9,{})}),"Dashboard Pengguna"]}),G.jsxs(je.Accordion,{placeholder:void 0,open:i===1,icon:G.jsx(bM,{strokeWidth:2.5,className:`mx-auto h-4 w-4 transition-transform ${i===1?"rotate-180":""}`}),children:[G.jsx(je.ListItem,{className:"p-0",selected:i===1,placeholder:void 0,children:G.jsxs(je.AccordionHeader,{onClick:()=>v(1),className:"p-3 border-b-0",placeholder:void 0,children:[G.jsx(je.ListItemPrefix,{placeholder:void 0,children:G.jsx(yM,{})}),G.jsx(je.Typography,{color:"blue-gray",className:"mr-auto font-normal",placeholder:void 0,children:"Pengguna"})]})}),G.jsx(je.AccordionBody,{className:"py-1",children:G.jsxs(je.List,{className:"p-0",placeholder:void 0,children:[G.jsxs(je.ListItem,{placeholder:void 0,children:[G.jsx(je.ListItemPrefix,{placeholder:void 0,children:G.jsx(L9,{strokeWidth:3,className:"w-5 h-3"})}),"Senarai Pengguna"]}),G.jsxs(je.ListItem,{placeholder:void 0,children:[G.jsx(je.ListItemPrefix,{placeholder:void 0,children:G.jsx(L9,{strokeWidth:3,className:"w-5 h-3"})}),"Tetapan Peranan"]})]})})]})]})]})};_5.propTypes={titleProps:He.string},_5.defaultProps={titleProps:"MAJLIS PERBANDARAN KUANTAN"};var TM=function(e,r){return $t(void 0,void 0,void 0,function(){var t;return Dt(this,function(n){switch(n.label){case 0:return[4,Promise.resolve().then(()=>Bh)];case 1:return t=n.sent().getIconPaths,[2,t(e,r)]}})})};const OM=Object.freeze(Object.defineProperty({__proto__:null,allPathsLoader:TM},Symbol.toStringTag,{value:"Module"}));var PM=function(e,r){return $t(void 0,void 0,void 0,function(){var t,n;return Dt(this,function(o){switch(o.label){case 0:return t=go(e),r!==v1.STANDARD?[3,2]:[4,Promise.resolve().then(()=>vi)];case 1:return n=o.sent(),[3,4];case 2:return[4,Promise.resolve().then(()=>hi)];case 3:n=o.sent(),o.label=4;case 4:return[2,n[t]]}})})};const VM=Object.freeze(Object.defineProperty({__proto__:null,splitPathsBySizeLoader:PM},Symbol.toStringTag,{value:"Module"}));_1.InputGroup1=S5,_1.MdStaticButton=i6,_1.MdStaticCard=Og,_1.MdStaticCarousel=Bz,_1.MdStaticDropdown=Kz,_1.MdStaticFileInput=V9,_1.MdStaticFooter=aM,_1.MdStaticFooter2=vM,_1.MdStaticHeader=_9,_1.MdStaticModalTab=gM,_1.MdStaticNavbar=N9,_1.MdStaticSidebar=_5,_1.Radio1=j9,_1.Textarea1=hM,Object.defineProperty(_1,Symbol.toStringTag,{value:"Module"})});