@contentmunch/contentmunch-ui 1.0.37 → 1.0.38

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.
@@ -13,6 +13,7 @@ export interface AccordionProps {
13
13
  * Variant for fold button
14
14
  */
15
15
  variant?: Variant;
16
+ collapsed?: boolean;
16
17
  }
17
18
  export interface Fold {
18
19
  heading: string;
@@ -31,15 +31,21 @@
31
31
  }
32
32
 
33
33
  .fold-button span:after {
34
+ content: "";
34
35
  width: 1.5rem;
35
36
  height: 1.5rem;
36
- content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='var(--accordion-icon-color)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'></circle><polyline points='8 12 12 16 16 12'></polyline><line x1='12' y1='8' x2='12' y2='16'></line></svg>");
37
+ background: currentColor;
38
+ -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><circle cx='12' cy='12' r='10'/><polyline points='8 12 12 16 16 12'/><line x1='12' y1='8' x2='12' y2='16'/></svg>") center / contain no-repeat;
39
+ mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><circle cx='12' cy='12' r='10'/><polyline points='8 12 12 16 16 12'/><line x1='12' y1='8' x2='12' y2='16'/></svg>") center / contain no-repeat;
37
40
  }
38
41
 
39
42
  .fold-button:hover span:after,
40
43
  .fold-button:focus span:after,
41
44
  .active .fold-button span:after {
42
- content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='var(--accordion-icon-color)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'></circle><polyline points='12 16 16 12 12 8'></polyline><line x1='8' y1='12' x2='16' y2='12'></line></svg>");
45
+ content: "";
46
+ background: currentColor;
47
+ -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'></circle><polyline points='12 16 16 12 12 8'></polyline><line x1='8' y1='12' x2='16' y2='12'></line></svg>");
48
+ mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'></circle><polyline points='12 16 16 12 12 8'></polyline><line x1='8' y1='12' x2='16' y2='12'></line></svg>");
43
49
  }
44
50
 
45
51
  .active .fold-content {
package/lib/index.cjs.js CHANGED
@@ -14,11 +14,11 @@
14
14
  *
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
- */var te;function fe(){return te||(te=1,process.env.NODE_ENV!=="production"&&function(){function n(a){if(a==null)return null;if(typeof a=="function")return a.$$typeof===k?null:a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case v:return"Fragment";case f:return"Profiler";case S:return"StrictMode";case M:return"Suspense";case _:return"SuspenseList";case N:return"Activity"}if(typeof a=="object")switch(typeof a.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),a.$$typeof){case w:return"Portal";case R:return(a.displayName||"Context")+".Provider";case T:return(a._context.displayName||"Context")+".Consumer";case A:var m=a.render;return a=a.displayName,a||(a=m.displayName||m.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case L:return m=a.displayName||null,m!==null?m:n(a.type)||"Memo";case p:m=a._payload,a=a._init;try{return n(a(m))}catch{}}return null}function t(a){return""+a}function r(a){try{t(a);var m=!1}catch{m=!0}if(m){m=console;var F=m.error,C=typeof Symbol=="function"&&Symbol.toStringTag&&a[Symbol.toStringTag]||a.constructor.name||"Object";return F.call(m,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",C),t(a)}}function c(a){if(a===v)return"<>";if(typeof a=="object"&&a!==null&&a.$$typeof===p)return"<...>";try{var m=n(a);return m?"<"+m+">":"<...>"}catch{return"<...>"}}function l(){var a=O.A;return a===null?null:a.getOwner()}function i(){return Error("react-stack-top-frame")}function o(a){if(q.call(a,"key")){var m=Object.getOwnPropertyDescriptor(a,"key").get;if(m&&m.isReactWarning)return!1}return a.key!==void 0}function x(a,m){function F(){B||(B=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",m))}F.isReactWarning=!0,Object.defineProperty(a,"key",{get:F,configurable:!0})}function d(){var a=n(this.type);return $[a]||($[a]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),a=this.props.ref,a!==void 0?a:null}function h(a,m,F,C,V,H,K,Q){return F=H.ref,a={$$typeof:g,type:a,key:m,props:H,_owner:V},(F!==void 0?F:null)!==null?Object.defineProperty(a,"ref",{enumerable:!1,get:d}):Object.defineProperty(a,"ref",{enumerable:!1,value:null}),a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(a,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(a,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:K}),Object.defineProperty(a,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Q}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a}function j(a,m,F,C,V,H,K,Q){var E=m.children;if(E!==void 0)if(C)if(X(E)){for(C=0;C<E.length;C++)u(E[C]);Object.freeze&&Object.freeze(E)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else u(E);if(q.call(m,"key")){E=n(a);var P=Object.keys(m).filter(function(pe){return pe!=="key"});C=0<P.length?"{key: someKey, "+P.join(": ..., ")+": ...}":"{key: someKey}",ne[E+C]||(P=0<P.length?"{"+P.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
17
+ */var te;function fe(){return te||(te=1,process.env.NODE_ENV!=="production"&&function(){function n(a){if(a==null)return null;if(typeof a=="function")return a.$$typeof===k?null:a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case v:return"Fragment";case f:return"Profiler";case S:return"StrictMode";case M:return"Suspense";case _:return"SuspenseList";case N:return"Activity"}if(typeof a=="object")switch(typeof a.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),a.$$typeof){case F:return"Portal";case R:return(a.displayName||"Context")+".Provider";case T:return(a._context.displayName||"Context")+".Consumer";case A:var m=a.render;return a=a.displayName,a||(a=m.displayName||m.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case L:return m=a.displayName||null,m!==null?m:n(a.type)||"Memo";case p:m=a._payload,a=a._init;try{return n(a(m))}catch{}}return null}function t(a){return""+a}function r(a){try{t(a);var m=!1}catch{m=!0}if(m){m=console;var w=m.error,C=typeof Symbol=="function"&&Symbol.toStringTag&&a[Symbol.toStringTag]||a.constructor.name||"Object";return w.call(m,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",C),t(a)}}function c(a){if(a===v)return"<>";if(typeof a=="object"&&a!==null&&a.$$typeof===p)return"<...>";try{var m=n(a);return m?"<"+m+">":"<...>"}catch{return"<...>"}}function l(){var a=O.A;return a===null?null:a.getOwner()}function i(){return Error("react-stack-top-frame")}function o(a){if(q.call(a,"key")){var m=Object.getOwnPropertyDescriptor(a,"key").get;if(m&&m.isReactWarning)return!1}return a.key!==void 0}function x(a,m){function w(){B||(B=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",m))}w.isReactWarning=!0,Object.defineProperty(a,"key",{get:w,configurable:!0})}function j(){var a=n(this.type);return $[a]||($[a]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),a=this.props.ref,a!==void 0?a:null}function d(a,m,w,C,V,H,K,Q){return w=H.ref,a={$$typeof:g,type:a,key:m,props:H,_owner:V},(w!==void 0?w:null)!==null?Object.defineProperty(a,"ref",{enumerable:!1,get:j}):Object.defineProperty(a,"ref",{enumerable:!1,value:null}),a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(a,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(a,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:K}),Object.defineProperty(a,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Q}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a}function h(a,m,w,C,V,H,K,Q){var E=m.children;if(E!==void 0)if(C)if(X(E)){for(C=0;C<E.length;C++)u(E[C]);Object.freeze&&Object.freeze(E)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else u(E);if(q.call(m,"key")){E=n(a);var P=Object.keys(m).filter(function(pe){return pe!=="key"});C=0<P.length?"{key: someKey, "+P.join(": ..., ")+": ...}":"{key: someKey}",ne[E+C]||(P=0<P.length?"{"+P.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
18
18
  let props = %s;
19
19
  <%s {...props} />
20
20
  React keys must be passed directly to JSX without using spread:
21
21
  let props = %s;
22
- <%s key={someKey} {...props} />`,C,E,P,E),ne[E+C]=!0)}if(E=null,F!==void 0&&(r(F),E=""+F),o(m)&&(r(m.key),E=""+m.key),"key"in m){F={};for(var Z in m)Z!=="key"&&(F[Z]=m[Z])}else F=m;return E&&x(F,typeof a=="function"?a.displayName||a.name||"Unknown":a),h(a,E,H,V,l(),F,K,Q)}function u(a){typeof a=="object"&&a!==null&&a.$$typeof===g&&a._store&&(a._store.validated=1)}var y=s,g=Symbol.for("react.transitional.element"),w=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),S=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),T=Symbol.for("react.consumer"),R=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),M=Symbol.for("react.suspense"),_=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),k=Symbol.for("react.client.reference"),O=y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,q=Object.prototype.hasOwnProperty,X=Array.isArray,I=console.createTask?console.createTask:function(){return null};y={"react-stack-bottom-frame":function(a){return a()}};var B,$={},Y=y["react-stack-bottom-frame"].bind(y,i)(),U=I(c(i)),ne={};J.Fragment=v,J.jsx=function(a,m,F,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return j(a,m,F,!1,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)},J.jsxs=function(a,m,F,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return j(a,m,F,!0,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)}}()),J}var ae;function ve(){return ae||(ae=1,process.env.NODE_ENV==="production"?G.exports=ge():G.exports=fe()),G.exports}var e=ve();const be=({variant:n,children:t})=>{const{folds:r}=t,[c,l]=s.useState(0),i=d=>d===c?"fold active":"fold",o=d=>"fold-button"+(n?" fold-button--"+n:"")+(r[d].foldColor?" fold-button--primary fold-button--"+r[d].foldColor:""),x=d=>{const h=d.which.toString(),j=d.ctrlKey&&h.match(/33|34/);if(h.match(/38|40/)||j){const u=h.match(/34|40/)?1:-1,y=r.length,g=(c+y+u)%y;l(g)}else h==="36"&&l(0),h==="35"&&l(r.length-1);d.preventDefault()};return e.jsx("div",{className:"muncher-accordion",children:r.map((d,h)=>e.jsxs("div",{className:i(h),"aria-expanded":c===h,children:[e.jsx("button",{className:o(h),onKeyDown:x,onClick:()=>l(h),children:e.jsx("span",{children:d.heading})}),e.jsx("section",{className:"fold-content",children:d.body})]},"muncher-accordion-fold-"+h))})},ce=({show:n=!1,backdropClickHandler:t,...r})=>n?e.jsx("div",{className:"muncher-backdrop",onClick:t,...r}):null,ie=({variant:n,children:t,...r})=>e.jsx("div",{className:n?"muncher-badge muncher-badge--"+n:"muncher-badge",...r,children:t}),le={"align-center":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),"align-justify":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),"align-left":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),"align-right":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),type:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"4 7 4 4 20 4 20 7"}),e.jsx("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),e.jsx("line",{x1:"12",y1:"4",x2:"12",y2:"20"})]}),"ordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("polyline",{points:"3 10 5 10 3 13 5 13"}),e.jsx("polyline",{points:"3 3 4 3 4 6"}),e.jsx("path",{d:"M3 17H4H5L4 19C4.55 19 5 19.45 5 20C5 20.55 4.55 21 4 21H3"})]}),"unordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("circle",{cx:"4",cy:"12",r:"1"}),e.jsx("circle",{cx:"4",cy:"5",r:"1"}),e.jsx("circle",{cx:"4",cy:"19",r:"1"})]}),table:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),e.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),e.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"})]}),undo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"2 10 2 16 8 16"}),e.jsx("path",{d:"m22 16c-1.8136-6.5424-9.5593-9.4823-15.36-4.36l-4.64 4.36"})]}),redo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"22 10 22 16 16 16"}),e.jsx("path",{d:"m1.9935 16c1.8136-6.5424 9.5593-9.4823 15.36-4.36l4.64 4.36"})]}),link:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),e.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),unlink:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71"}),e.jsx("path",{d:"M5.17 11.75l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"5"}),e.jsx("line",{x1:"2",y1:"8",x2:"5",y2:"8"}),e.jsx("line",{x1:"16",y1:"19",x2:"16",y2:"22"}),e.jsx("line",{x1:"19",y1:"16",x2:"22",y2:"16"})]}),"arrow-left":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 8 8 12 12 16"}),e.jsx("line",{x1:"16",y1:"12",x2:"8",y2:"12"})]}),"arrow-right":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 16 16 12 12 8"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"arrow-down":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"8 12 12 16 16 12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"})]}),"arrow-up":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"16 12 12 8 8 12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"8"})]}),hamburger:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),e.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),"chevron-left":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"15 18 9 12 15 6"})}),"chevron-right":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"9 18 15 12 9 6"})}),"fast-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"13 19 22 12 13 5 13 19"}),e.jsx("polygon",{points:"2 19 11 12 2 5 2 19"})]}),pause:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),e.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}),play:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),power:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}),repeat:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"17 1 21 5 17 9"}),e.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),e.jsx("polyline",{points:"7 23 3 19 7 15"}),e.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]}),rewind:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 19 2 12 11 5 11 19"}),e.jsx("polygon",{points:"22 19 13 12 22 5 22 19"})]}),shuffle:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"16 3 21 3 21 8"}),e.jsx("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),e.jsx("polyline",{points:"21 16 21 21 16 21"}),e.jsx("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),e.jsx("line",{x1:"4",y1:"4",x2:"9",y2:"9"})]}),"skip-back":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),e.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]}),"skip-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),e.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]}),youtube:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),e.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),clock:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 6 12 12 16 14"})]}),camera:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),e.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),"camera-off":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),e.jsx("path",{d:"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"})]}),video:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"23 7 16 12 23 17 23 7"}),e.jsx("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),"video-off":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"}),e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),tv:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),e.jsx("polyline",{points:"17 2 12 7 7 2"})]}),truck:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),e.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),e.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),e.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),umbrella:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),maximize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"})}),minimize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"})}),"zoom-in":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),"zoom-out":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),move:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"5 9 2 12 5 15"}),e.jsx("polyline",{points:"9 5 12 2 15 5"}),e.jsx("polyline",{points:"15 19 12 22 9 19"}),e.jsx("polyline",{points:"19 9 22 12 19 15"}),e.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"22"})]}),mixer:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),e.jsx("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),e.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),e.jsx("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),e.jsx("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),e.jsx("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),e.jsx("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),e.jsx("line",{x1:"17",y1:"16",x2:"23",y2:"16"})]}),volume:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"})}),mute:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),e.jsx("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),e.jsx("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]}),alert:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),check:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),e.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]}),help:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),e.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),info:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})]}),close:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),e.jsx("line",{x1:"9",y1:"9",x2:"15",y2:"15"})]}),code:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"16 18 22 12 16 6"}),e.jsx("polyline",{points:"8 6 2 12 8 18"})]}),database:e.jsxs(s.Fragment,{children:[e.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),e.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),e.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),file:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),e.jsx("polyline",{points:"13 2 13 9 20 9"})]}),folder:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"})}),terminal:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"4 17 10 11 4 5"}),e.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),edit:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),e.jsx("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"})]}),pencil:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"18",y1:"2",x2:"22",y2:"6"}),e.jsx("path",{d:"M7.5 20.5L19 9l-4-4L3.5 16.5 2 22l5.5-1.5z"})]}),image:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),e.jsx("polyline",{points:"21 15 16 10 5 21"})]}),print:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),e.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),e.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]}),loading:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),e.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),e.jsx("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),e.jsx("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),e.jsx("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),e.jsx("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),e.jsx("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"})]}),sun:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"5"}),e.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),e.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),e.jsx("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),e.jsx("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),e.jsx("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),e.jsx("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),e.jsx("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),e.jsx("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}),plus:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),minus:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"external-link":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),e.jsx("polyline",{points:"15 3 21 3 21 9"}),e.jsx("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),search:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),filter:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"})}),reset:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}),e.jsx("line",{x1:"8",y1:"2",x2:"18",y2:"23"})]}),refresh:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"23 4 23 10 17 10"}),e.jsx("polyline",{points:"1 20 1 14 7 14"}),e.jsx("path",{d:"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"})]}),rotate:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"23 4 23 10 17 10"}),e.jsx("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"})]}),"sort-asc":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M11 5h4"}),e.jsx("path",{d:"M11 9h7"}),e.jsx("path",{d:"M11 13h10"}),e.jsx("path",{d:"M3 17l3 3 3-3"}),e.jsx("path",{d:"M6 18V4"})]}),"sort-desc":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M11 8h10"}),e.jsx("path",{d:"M11 12h7"}),e.jsx("path",{d:"M11 16h4"}),e.jsx("path",{d:"M6 18V4"}),e.jsx("polyline",{points:"10 5 6 2 2 5"})]}),scissor:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"6",cy:"6",r:"3"}),e.jsx("circle",{cx:"6",cy:"18",r:"3"}),e.jsx("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),e.jsx("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),e.jsx("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"})]}),slash:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),sidebar:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"9",y1:"3",x2:"9",y2:"21"})]}),dollar:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),e.jsx("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"})]}),box:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),e.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),e.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),key:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"})}),layers:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),e.jsx("polyline",{points:"2 17 12 22 22 17"}),e.jsx("polyline",{points:"2 12 12 17 22 12"})]}),max:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"15 3 21 3 21 9"}),e.jsx("polyline",{points:"9 21 3 21 3 15"}),e.jsx("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),e.jsx("line",{x1:"3",y1:"21",x2:"10",y2:"14"})]}),github:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"})}),"code-pen":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),e.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),e.jsx("polyline",{points:"22 8.5 12 15.5 2 8.5"}),e.jsx("polyline",{points:"2 15.5 12 8.5 22 15.5"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"})]}),instagram:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),e.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),e.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]}),linkedin:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),e.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),e.jsx("circle",{cx:"4",cy:"4",r:"2"})]}),slack:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"}),e.jsx("path",{d:"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}),e.jsx("path",{d:"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"}),e.jsx("path",{d:"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"}),e.jsx("path",{d:"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"}),e.jsx("path",{d:"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"}),e.jsx("path",{d:"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"}),e.jsx("path",{d:"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"})]}),facebook:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})}),twitter:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"})}),grid:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"7",height:"7"}),e.jsx("rect",{x:"14",y:"3",width:"7",height:"7"}),e.jsx("rect",{x:"14",y:"14",width:"7",height:"7"}),e.jsx("rect",{x:"3",y:"14",width:"7",height:"7"})]}),user:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),e.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),"log-in":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),e.jsx("polyline",{points:"10 17 15 12 10 7"}),e.jsx("line",{x1:"15",y1:"12",x2:"3",y2:"12"})]}),"log-out":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),e.jsx("polyline",{points:"16 17 21 12 16 7"}),e.jsx("line",{x1:"21",y1:"12",x2:"9",y2:"12"})]}),home:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}),e.jsx("polyline",{points:"9 22 9 12 15 12 15 22"})]}),bed:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M2 4v16"}),e.jsx("path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}),e.jsx("path",{d:"M2 17h20"}),e.jsx("path",{d:"M6 8v9"})]}),bath:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5"}),e.jsx("line",{x1:"10",y1:"5",x2:"8",y2:"7"}),e.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"7",y1:"19",x2:"7",y2:"21"}),e.jsx("line",{x1:"17",y1:"19",x2:"17",y2:"21"})]}),bike:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"5.5",cy:"17.5",r:"3.5"}),e.jsx("circle",{cx:"18.5",cy:"17.5",r:"3.5"}),e.jsx("path",{d:"M15 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-3 11.5V14l-3-3 4-3 2 3h2"})]}),building:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),e.jsx("path",{d:"M9 22v-4h6v4"}),e.jsx("path",{d:"M8 6h.01"}),e.jsx("path",{d:"M16 6h.01"}),e.jsx("path",{d:"M12 6h.01"}),e.jsx("path",{d:"M12 10h.01"}),e.jsx("path",{d:"M12 14h.01"}),e.jsx("path",{d:"M16 10h.01"}),e.jsx("path",{d:"M16 14h.01"}),e.jsx("path",{d:"M8 10h.01"}),e.jsx("path",{d:"M8 14h.01"})]}),car:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M14 16H9m10 0h3v-3.15a1 1 0 0 0-.84-.99L16 11l-2.7-3.6a1 1 0 0 0-.8-.4H5.24a2 2 0 0 0-1.8 1.1l-.8 1.63A6 6 0 0 0 2 12.42V16h2"}),e.jsx("circle",{cx:"6.5",cy:"16.5",r:"2.5"}),e.jsx("circle",{cx:"16.5",cy:"16.5",r:"2.5"})]}),more:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"1"}),e.jsx("circle",{cx:"12",cy:"5",r:"1"}),e.jsx("circle",{cx:"12",cy:"19",r:"1"})]}),dot:e.jsx(s.Fragment,{children:e.jsx("circle",{cx:"12",cy:"12",r:"1"})}),share:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),e.jsx("polyline",{points:"16 6 12 2 8 6"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"15"})]}),trash:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"3 6 5 6 21 6"}),e.jsx("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}),e.jsx("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),e.jsx("line",{x1:"14",y1:"11",x2:"14",y2:"17"})]}),muncher:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),e.jsx("line",{x1:"7",y1:"10",x2:"17",y2:"10"}),e.jsx("line",{x1:"7",y1:"14",x2:"17",y2:"14"}),e.jsx("line",{x1:"7",y1:"18",x2:"17",y2:"18"})]}),save:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),e.jsx("polyline",{points:"17 21 17 13 7 13 7 21"}),e.jsx("polyline",{points:"7 3 7 8 15 8"})]}),copy:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),e.jsx("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),clipboard:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),e.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"})]}),bookmark:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),rss:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 11a9 9 0 0 1 9 9"}),e.jsx("path",{d:"M4 4a16 16 0 0 1 16 16"}),e.jsx("circle",{cx:"5",cy:"19",r:"1"})]}),calendar:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),e.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]}),mail:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),e.jsx("polyline",{points:"22,6 12,13 2,6"})]}),phone:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),e.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),inbox:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),e.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"})]}),upload:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),e.jsx("polyline",{points:"17 8 12 3 7 8"}),e.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"15"})]}),download:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),e.jsx("polyline",{points:"7 10 12 15 17 10"}),e.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),send:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),e.jsx("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]}),archive:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"21 8 21 21 3 21 3 8"}),e.jsx("rect",{x:"1",y:"3",width:"22",height:"5"}),e.jsx("line",{x1:"10",y1:"12",x2:"14",y2:"12"})]}),lock:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})]}),unlock:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.jsx("path",{d:"M7 11V7a5 5 0 0 1 9.9-1"})]}),bell:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),e.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),"bell-off":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),e.jsx("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),e.jsx("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),e.jsx("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),star:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"})}),"thumbs-down":e.jsx(s.Fragment,{children:e.jsx("path",{d:"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"})}),"thumbs-up":e.jsx(s.Fragment,{children:e.jsx("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"})}),flag:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),e.jsx("line",{x1:"4",y1:"22",x2:"4",y2:"15"})]}),tag:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),e.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),heart:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"})}),map:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),e.jsx("circle",{cx:"12",cy:"10",r:"3"})]}),settings:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"3"}),e.jsx("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"})]}),tool:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"})}),"toggle-left":e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),e.jsx("circle",{cx:"8",cy:"12",r:"3",color:"grey"})]}),"toggle-right":e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),e.jsx("circle",{cx:"16",cy:"12",r:"3",color:"green"})]}),smile:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),e.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),frown:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),e.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),meh:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),e.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),at:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"4"}),e.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),award:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"8",r:"7"}),e.jsx("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"})]}),"shopping-cart":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"9",cy:"21",r:"1"}),e.jsx("circle",{cx:"20",cy:"21",r:"1"}),e.jsx("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"})]}),"pie-chart":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),e.jsx("path",{d:"M22 12A10 10 0 0 0 12 2v10z"})]}),gift:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"20 12 20 22 4 22 4 12"}),e.jsx("rect",{x:"2",y:"7",width:"20",height:"5"}),e.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),e.jsx("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),e.jsx("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"})]}),bulb:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"18",x2:"15",y2:"18"}),e.jsx("line",{x1:"10",y1:"22",x2:"14",y2:"22"}),e.jsx("path",{d:"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0018 8 6 6 0 006 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 018.91 14"})]}),360:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"23 4 23 10 17 10"}),e.jsx("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}),e.jsx("text",{x:"6",y:"14",fontSize:"6",fontFamily:"'Lucida Grande', sans-serif",children:"360"})]})},b=({color:n,name:t,size:r="small",weight:c=2,onClick:l,iconString:i,orientation:o,children:x})=>{const d=r?"muncher-icon--"+r:"muncher-icon--small";return e.jsxs("span",{className:"muncher-icon",children:[x&&o&&o==="right"?e.jsx("span",{className:"content-left",children:x}):"",e.jsx("svg",{className:d,stroke:n||"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",strokeWidth:c||2,strokeLinecap:"round",strokeLinejoin:"round",onClick:l,children:t?le[t]:i?Object(le)[i]:""}),x&&(!o||o==="left")?e.jsx("span",{className:"content-right",children:x}):""]})},Fe=({variant:n="primary",icon:t="bell",text:r,onClick:c,...l})=>e.jsxs("div",{className:"muncher-icon-badge",onClick:c,...l,children:[e.jsx(b,{name:t}),r===""?"":e.jsx(ie,{variant:n,children:r})]}),z=({type:n="button",variant:t,size:r="medium",title:c,active:l,disabled:i,rounded:o,onClick:x,onMouseDown:d,onMouseEnter:h,onMouseLeave:j,children:u,...y})=>{const g="muncher-button"+(n&&n==="nav"?" muncher-button--nav":"")+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(l?" muncher-button--active":"")+(o?" muncher-button--rounded":"");return e.jsx("button",{type:n&&n!=="nav"?n:"button",className:g,disabled:!!i,title:c,onClick:x,onMouseDown:d,onMouseEnter:h,onMouseLeave:j,...y,children:u})},xe=({variant:n,size:t="medium",title:r,active:c,disabled:l,element:i,onMouseDown:o,rounded:x,drop:d,onClick:h,onClose:j,showContent:u,setShowContent:y,withDropIcon:g,children:w,...v})=>{const S=s.useRef(null),f=M=>{M.preventDefault(),h&&h(M),y&&y(!0)},T=s.useCallback(()=>{y(!1),j&&j()},[j,y]),R=s.useCallback(M=>{M.keyCode===27&&T()},[T]);s.useEffect(()=>{const M=_=>{S&&S.current&&_.target instanceof HTMLElement&&!S.current.contains(_.target)&&T()};return document.addEventListener("keydown",R,!1),document.addEventListener("mousedown",M),()=>{document.removeEventListener("keydown",R,!1)}},[R,T]);const A=()=>{var L;const M=(L=S.current)==null?void 0:L.offsetLeft,_=window.innerWidth;if(M){if(M<100)return"muncher-dropdown--content";if(_-M<150)return"muncher-dropdown--content drop-left";if(_-M<250){const p=Math.round((_-M)/_*100);if(p>40||p<60)return"muncher-dropdown--content drop-middle"}}switch(d){case"left":return"muncher-dropdown--content drop-left";case"middle":return"muncher-dropdown--content drop-middle";default:return"muncher-dropdown--content"}};return e.jsxs("div",{className:"muncher-dropdown",ref:S,children:[e.jsxs(z,{onMouseDown:f,title:r,disabled:l,rounded:x,active:c,variant:n,size:t,...v,children:[i,g?e.jsx("span",{className:"small",children:"▼"}):""]}),u?e.jsx("div",{className:A(),children:w}):""]})},we=({title:n,active:t,disabled:r,element:c,rounded:l,dropLeft:i,children:o,...x})=>e.jsxs("div",{className:`muncher-dropdown-nav ${i?"drop-left":""}`,children:[e.jsx(z,{type:"nav",title:n,disabled:r,rounded:l,active:t,...x,children:c}),e.jsx("div",{className:"muncher-dropdown-nav--content",children:o})]}),oe=n=>{navigator.clipboard.writeText(n)},de=({text:n,variant:t="secondary",size:r="small"})=>{const[c,l]=s.useState(),[i,o]=s.useState("copy"),[x,d]=s.useState("copy link"),h=()=>{oe(n),l("green"),o("check"),d("copied!"),setTimeout(function(){l(""),o("copy")},2e3)};return e.jsx(z,{size:r,variant:t,title:x,onClick:h,children:e.jsx(b,{name:i,color:c})})},Ne=({variant:n="secondary",size:t="medium",title:r})=>{const[c,l]=s.useState(!1);return e.jsx("div",{className:"muncher-share",children:e.jsxs(xe,{title:"Share to Social Media",showContent:c,setShowContent:l,variant:n,size:t,element:e.jsx(b,{name:"share",orientation:"right",children:"Share"}),children:[e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://twitter.com/share?url="+window.location.href+"&text="+r,target:"_blank",title:"Share link to Twitter",children:e.jsx(b,{name:"twitter"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://www.facebook.com/sharer/sharer.php?u="+window.location.href,target:"_blank",title:"Share link to Facebook",children:e.jsx(b,{name:"facebook"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"mailto:?subject="+r+"&body="+window.location.href,target:"_blank",title:"share link by Email",children:e.jsx(b,{name:"mail"})})}),e.jsx(de,{text:window.location.href})]})})},he=({header:n,data:t,filename:r,variant:c,size:l,title:i,active:o,disabled:x,rounded:d})=>{const h=encodeURI("data:text/csv;charset=utf-8,"+n.join(",")+`
23
- `+t.map(j=>j.join(",")).join(`
24
- `));return e.jsx("div",{className:"muncher-csv",children:e.jsx(z,{variant:c,size:l,active:o,disabled:x,rounded:d,children:e.jsx("a",{href:h,download:r+".csv",children:e.jsx(b,{name:"download",children:i||"Download"})})})})},je=({variant:n="transparent",size:t="small",title:r,sortAsc:c="true",active:l,rounded:i,onClick:o,children:x})=>{const[d,h]=s.useState(!1),j=()=>!l||l&&!d?c?e.jsx(b,{name:"sort-asc"}):e.jsx(b,{name:"sort-desc"}):c?e.jsx(b,{name:"sort-desc"}):e.jsx(b,{name:"sort-asc"});return e.jsxs(z,{variant:n,size:t,title:r,rounded:i,onMouseEnter:()=>{h(!0)},onMouseLeave:()=>{h(!1)},onClick:o,children:[x,l||d?e.jsx(j,{}):""]})},ee=({direction:n,size:t="small",weight:r,isDisabled:c,variant:l="primary",navIcon:i="chevron",onClick:o})=>{const x=()=>{switch(i){case"arrow":return n==="left"?"arrow-left":"arrow-right";case"skip":return n==="left"?"skip-back":"skip-forward";case"forward":return n==="left"?"rewind":"fast-forward";default:return n==="left"?"chevron-left":"chevron-right"}};return e.jsx("div",{className:n==="left"?"muncher-button--navigate muncher-button--navigate-left":"muncher-button--navigate muncher-button--navigate-right",children:e.jsx(z,{onClick:o,disabled:c,size:"small",variant:l,title:n==="left"?"Navigate Left":"Navigate Right",children:e.jsx(b,{name:x(),size:t,weight:r})})})},D=({label:n,onClick:t,id:r,required:c=!1})=>e.jsxs("label",{htmlFor:r,onClick:t,children:[n,c?e.jsx("span",{className:"required",children:"*"}):""]}),Me=({name:n,required:t=!1,onChange:r,checked:c=!1,label:l,...i})=>{const[o,x]=s.useState(c||!1);return e.jsx("div",{className:"muncher-input--div",children:e.jsxs("div",{className:"muncher-checkbox",children:[e.jsx("input",{type:"checkbox",id:n,name:n,onChange:d=>{x(d.target.checked),r&&r()},checked:o,required:t,...i}),l?e.jsx(D,{label:l,required:t,id:n,onClick:d=>{d.preventDefault(),x(!o),r&&r()}}):""]})})},se=({size:n,...t})=>e.jsx("div",{className:n?"muncher-spinner muncher-spinner-"+n:"muncher-spinner",...t}),ue=({name:n,label:t,variant:r="secondary",size:c="medium",required:l,active:i,isUploading:o,handleOnChange:x,warningMessage:d,successMessage:h,...j})=>{const u="muncher-button"+(r?" muncher-button--"+r:"")+(c?" muncher-button--"+c:"")+(i?" muncher-button--active":""),y=g=>{x&&x(g.currentTarget.files[0])};return e.jsx("div",{className:"muncher-file-input--div",children:e.jsxs("div",{className:"file-input-element",children:[e.jsxs("label",{htmlFor:n,className:u,children:[e.jsx(b,{name:"upload"})," ",t||"Upload CSV",l?e.jsx("span",{className:"required",children:" *"}):"",o?e.jsx(se,{size:"tiny"}):""]}),e.jsx("input",{id:n,type:"file",className:"muncher-file-input",required:l,onChange:y,accept:"text/csv",...j}),d&&d!==""?e.jsx("p",{className:"text-danger",children:d}):"",h&&h!==""?e.jsx("p",{className:"text-success",children:h}):""]})})},ke=({name:n,label:t,variant:r="secondary",size:c="large",required:l,active:i,setFiles:o,error:x,multiple:d=!1,maxFiles:h,...j})=>{const[u,y]=s.useState(""),[g,w]=s.useState(""),v=h||3,S="muncher-button"+(r?" muncher-button--"+r:"")+(c?" muncher-button--"+c:"")+(i?" muncher-button--active":""),f=R=>{if(d){let A=Array.from(R.currentTarget.files);A.length>v&&(A=A.slice(0,v),w("Only first "+v+" files included")),o(A),y(A.map(M=>M.name).join(", "))}else o(Array.from(R.currentTarget.files[0])),y(R.currentTarget.files[0].name)},T=()=>x&&x!=="";return e.jsxs("div",{className:"muncher-file-input--div",children:[e.jsxs("div",{className:"file-input-element",children:[e.jsxs("label",{htmlFor:n,className:S,children:[e.jsx(b,{name:"image"})," ",t,l?e.jsx("span",{className:"required",children:" *"}):""]}),e.jsx("span",{className:"span-file-name",children:u}),e.jsx("input",{id:n,type:"file",className:"muncher-file-input",name:n,onChange:f,multiple:d,accept:"image/*",...j})]}),g!==""?e.jsx("p",{className:"text-danger",children:g}):"",T()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(b,{name:"alert",children:x})}):""]})},me=({name:n,label:t,required:r,readOnly:c,icon:l,hoverIcon:i,onHoverIconClick:o,type:x="text",list:d,onBlur:h,labelPosition:j="top",onKeyDown:u,error:y,focus:g=!1,placeholder:w,onChange:v,step:S,value:f,maxLength:T,onEnterPress:R,displayLoader:A,...M})=>{const _=()=>y&&y!=="",L=()=>{let k="muncher-input";return(l||i)&&(k+=" muncher-input-icon"),_()&&(k+=" muncher-input-error"),j==="side"&&(k+=" muncher-label-side"),k},p=()=>t?e.jsx(D,{label:t,required:r,id:n}):"",N=k=>{k.key==="Enter"&&R&&R(),u&&u(k)};return e.jsxs("div",{className:"muncher-input--div",children:[j!=="side"?p():"",e.jsxs("div",{className:"muncher-input-element",children:[j==="side"?p():"",l?e.jsx(b,{name:l}):"",i?e.jsxs("span",{className:"muncher-icon-hover",children:[e.jsx(b,{name:i,onClick:o})," "]}):"",e.jsxs("div",{className:"muncher-input-wrapper",children:[e.jsx("input",{id:n,className:L(),name:n,autoFocus:g,value:f,type:x||"text",autoComplete:"off",placeholder:w,onChange:v,required:r,readOnly:c,list:d,onKeyDown:N,onBlur:h,step:S,maxLength:T,...M}),A?e.jsx(se,{size:"tiny"}):""]})]}),_()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(b,{name:"alert",children:y})}):""]})},Ce=({name:n,required:t=!1,onChange:r,checked:c=!1,label:l,...i})=>e.jsx("div",{className:"muncher-input--div",children:e.jsxs("div",{className:"muncher-radio",children:[e.jsx("input",{type:"radio",name:n,onChange:r,checked:c,...i}),l?e.jsx(D,{label:l,required:t,onClick:()=>{r&&r()}}):""]})}),ye=({name:n,options:t,label:r,required:c,multiple:l,error:i,onChange:o,value:x,...d})=>{const h=()=>i&&i!=="",j=()=>{let u="muncher-input";return h()&&(u+=" muncher-input-error"),u};return e.jsxs("div",{className:"muncher-input--div",children:[r?e.jsx(D,{label:r,required:c,id:n}):"",e.jsx("div",{className:"muncher-input-element",children:e.jsxs("select",{id:n,className:j(),name:n,value:x,onChange:o,required:c,multiple:l,...d,children:[c?e.jsx("option",{value:"",children:"-- Select --"}):"",t.map((u,y)=>e.jsx("option",{value:u.value,children:u.label},`select-option-${y}`))]})}),h()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(b,{name:"alert",children:i})}):""]})},Ee=({name:n,label:t,required:r,readOnly:c=!1,rows:l=6,maxLength:i=1e3,focus:o=!1,placeholder:x,onChange:d,value:h,...j})=>{const[u,y]=s.useState(h),g=w=>{y(w.target.value),d&&d(w)};return e.jsxs("div",{className:"muncher-input--div",children:[t?e.jsx(D,{label:t,required:r,id:n}):"",e.jsx("textarea",{id:n,className:"muncher-textarea",rows:l,maxLength:i,name:n,autoFocus:o,value:h,placeholder:x,onChange:g,required:r,readOnly:c,...j}),e.jsxs("p",{children:[u?i?i-u.length:1e3:i," characters left"]})]})},Se=({focus:n=!1,inputPlaceHolder:t,handleInputChange:r,showContent:c=!1,setShowContent:l,readOnly:i,value:o,label:x,error:d,required:h,children:j})=>{const u=s.useRef(null),y=v=>{l(!0),r(v.target.value)},g=s.useCallback(()=>{l(!1)},[l]),w=s.useCallback(v=>{v.keyCode===27&&g()},[g]);return s.useEffect(()=>{const v=S=>{if(u&&u!==null){const f=u.current;f&&!f.contains(S.target)&&g()}};return document.addEventListener("keydown",w,!1),document.addEventListener("mousedown",v),()=>{document.removeEventListener("keydown",w,!1)}},[w,g]),e.jsxs("div",{className:"muncher-input-drop-down",ref:u,children:[e.jsx(me,{focus:n,placeholder:t,name:"query",onChange:y,readOnly:i,value:o,label:x,required:h,error:d}),c?e.jsx("div",{className:"muncher-input-drop-down--content",children:j}):""]})},Te=({children:n})=>e.jsx("ul",{className:"muncher-ul",children:n}),Re=({isFeatured:n,bulletIcon:t="arrow-right",bulletWeight:r=2,bulletSize:c="small",bulletColor:l,children:i})=>e.jsx("li",{className:n?"muncher-li featured":"muncher-li",children:e.jsx(b,{name:t,weight:r,size:c,color:l,children:i})}),Ae=({show:n=!1,setShow:t,children:r,...c})=>{const l=s.useCallback(i=>{i.keyCode===27&&t(!1)},[t]);return s.useEffect(()=>(document.addEventListener("keydown",l,!1),()=>{document.removeEventListener("keydown",l,!1)}),[l]),s.useEffect(()=>{n?document.body.style.overflow="hidden":document.body.style.overflow="unset"},[n]),e.jsxs(s.Fragment,{children:[e.jsx(ce,{show:n,backdropClickHandler:()=>t(!1)}),e.jsx("div",{className:"muncher-modal",style:{transform:n?"translateY(0)":"translateY(-100vh)",opacity:n?"1":"0"},...c,children:r})]})},_e=({showHoverEffect:n,onClick:t,children:r})=>{const c=()=>n?"muncher-paper muncher-paper-hover":"muncher-paper";return e.jsx("section",{className:c(),onClick:t,children:r})},ze=({pillCloseHandler:n,children:t,...r})=>e.jsxs("div",{className:"muncher-pill",...r,children:[e.jsx("div",{className:"close",onClick:n,children:e.jsx(b,{name:"close"})}),e.jsxs("div",{className:"content",children:[" ",t]})]}),He=({value:n,max:t,label:r})=>{const c=()=>{const l=Math.round(n/t*100)+"%";return r?r+" "+l:l};return e.jsxs("div",{className:"muncher-progress",children:[e.jsx("label",{htmlFor:"progress",children:c()}),e.jsx("progress",{id:"progress",value:n,max:t,children:c()})]})},Oe=({variant:n,size:t,style:r})=>{const c="muncher-hr"+(n?" muncher-hr--"+n:"")+(t?" muncher-hr--"+t:"")+(r?" muncher-hr--"+r:"");return e.jsx("hr",{className:c})},Le=({sliderItems:n,navButtonSize:t="large",navButtonWeight:r=2,variant:c,navIcon:l,navButtonPlacement:i="inside"})=>{const[o,x]=s.useState(0),[d,h]=s.useState(0),j=()=>n.length>1&&o>0?e.jsx(ee,{direction:"left",size:t,variant:c,navIcon:l,weight:r,onClick:()=>{o===0?(h(-(n.length-1)*100),x(n.length-1)):(h(d+100),x(o-1))}}):"",u=()=>n.length>1&&o<n.length-1?e.jsx(ee,{direction:"right",size:t,weight:r,navIcon:l,variant:c,onClick:()=>{o===n.length-1?(x(0),h(0)):(h(d-100),x(o+1))}}):"";return e.jsxs("div",{className:"muncher-item-slider-wrapper--"+i,children:[i==="outside"?j():"",e.jsxs("div",{className:"muncher-item-slider",children:[i==="inside"?j():"",e.jsx("div",{className:"slider-container",style:{width:`${100*n.length}%`},children:n.map((y,g)=>e.jsx("div",{className:"slider-item",style:{transform:`translateX(${d}%)`},children:y},"slider-item"+g))}),i==="inside"?u():""]}),i==="outside"?u():""]})},Ve=({min:n,max:t,minValue:r,maxValue:c,setMinValue:l,setMaxValue:i,numberFormatter:o=x=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(x)})=>{const x=j=>{const u=+j.target.value,y=u<c-1?u:r;l(y)},d=j=>{const u=+j.target.value,y=u>r+1?u:c;i(y)},h=j=>o&&j?o(j):j;return e.jsxs("div",{className:"muncher-slider",children:[e.jsx("div",{className:"slider-header",children:e.jsx("p",{children:h(r)+" - "+h(c)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:r,onChange:x}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:c,onChange:d}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:h(n)}),e.jsx("div",{className:"slider-max",children:h(t)})]})]})},Pe=({min:n,max:t,value:r,setValue:c,numberFormatter:l=i=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(i)})=>{const i=x=>l?l(x):x,o=x=>{const d=+x.target.value;c(d)};return e.jsxs("div",{className:"muncher-slider",children:[e.jsx("div",{className:"slider-header",children:e.jsx("p",{children:i(r)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:r,onChange:o}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:i(n)}),e.jsx("div",{className:"slider-max",children:i(t)})]})]})},De=({isFeatured:n,onClick:t})=>e.jsx("span",{className:"span-featured",children:e.jsx("span",{className:n?"featured-star":"un-featured-star",onClick:t})}),Ie=({rating:n,color:t,size:r,...c})=>{const l={"--r":n},i=()=>{let o="muncher-star";return t&&(o+=" star-"+t),r&&(o+=" star-"+r),o};return e.jsx("span",{className:i(),style:l,...c})},Be=({handleTabSelected:n,children:t})=>{const[r,c]=s.useState(0),{tabs:l}=t,i=o=>{c(o),n&&n(o)};return e.jsxs("section",{className:"muncher-tabs",children:[e.jsx("header",{children:l.map((o,x)=>e.jsxs("div",{className:"muncher-tab-header--item",children:[e.jsx(z,{variant:"transparent",active:r===x,size:"small",title:o.headerTitle,onClick:()=>{i(x)},children:o.header}),x!==l.length-1?e.jsx("span",{className:"spacer",children:"|"}):""]},"muncher-tab-header"+x))}),l.map((o,x)=>e.jsx("section",{className:r===x?"muncher-tab muncher-tab--active":"muncher-tab",children:o.body},"muncher-tab-"+x))]})},$e=({fileName:n,defaultPageSize:t=50,skeleton:r,handleOnUpload:c,sortBy:l,excludeDownload:i,includeUpload:o,isUploading:x,uploadWarningMessage:d,uploadSuccessMessage:h,excludePagination:j,footer:u,children:y})=>{const{header:g,rows:w}=y,[v,S]=s.useState(l??{index:0}),[f,T]=s.useState({num:0,size:t}),R=p=>{S(N=>N.index===p?{...N,desc:!N.desc}:{index:p})},A=s.useMemo(()=>{var k;const p=[...w],N=(k=g[v.index])==null?void 0:k.sort;return N?p.sort(N):p.sort((O,q)=>{var B,$,Y,U;const X=(($=(B=O[v.index])==null?void 0:B.value)==null?void 0:$.toString().toLowerCase())??"",I=((U=(Y=q[v.index])==null?void 0:Y.value)==null?void 0:U.toString().toLowerCase())??"";return X.localeCompare(I)}),v.desc?p.reverse():p},[w,v,g]),M=s.useMemo(()=>A.slice(f.num*f.size,(f.num+1)*f.size),[A,f]),_=g.filter(p=>!p.csvExclude).map(p=>typeof p.name=="string"?p.name:""),L=w.map(p=>p.filter((N,k)=>!g[k].csvExclude).map(N=>N.csv??N.value??""));return e.jsxs("section",{className:"muncher-table",children:[e.jsx("div",{className:"row head",children:g.map((p,N)=>p.visibility==="hidden"?null:e.jsx("div",{title:p.title,className:p.visibility?"col main":"col",children:typeof p.name=="string"?e.jsx("div",{className:"sort-button",children:e.jsx(je,{onClick:()=>R(N),active:v.index===N,sortAsc:!v.desc,children:p.name})}):p.name},`row-head-${N}`))}),r||M.map((p,N)=>e.jsx("div",{className:"row",children:p.map((k,O)=>g[O].visibility==="hidden"?null:e.jsx("div",{className:g[O].visibility?"col main":"col",children:k.content},`row-col-${N}-${O}`))},`row-${N}`)),u??null,e.jsxs("div",{className:"row-footer",children:[e.jsxs("div",{className:"row-footer-buttons",children:[!i&&e.jsx(he,{filename:n??"download",variant:"secondary",title:"Download",header:_,data:L}),o&&e.jsx(ue,{name:"csv-input-file",handleOnChange:c,isUploading:x,warningMessage:d,successMessage:h})]}),!j&&e.jsxs("div",{className:"pagination",children:[e.jsxs("div",{className:"left",children:["Rows:",e.jsx(ye,{name:"pageSize",options:[{label:"50",value:"50"},{label:"100",value:"100"},{label:"500",value:"500"}],value:String(f.size),onChange:p=>T({num:0,size:parseInt(p.target.value,10)})})]}),e.jsxs("div",{className:"center",children:[f.num*f.size+1," -",Math.min((f.num+1)*f.size,w.length)," of ",w.length]}),e.jsxs("div",{className:"right",children:[e.jsx(z,{variant:"transparent",disabled:f.num===0,size:"small",onClick:()=>T({...f,num:f.num-1}),children:e.jsx(b,{name:"chevron-left"})}),e.jsx(z,{variant:"transparent",disabled:(f.num+1)*f.size>=w.length,size:"small",onClick:()=>T({...f,num:f.num+1}),children:e.jsx(b,{name:"chevron-right"})})]})]})]})]})};exports.Accordion=be;exports.Backdrop=ce;exports.Badge=ie;exports.Button=z;exports.Checkbox=Me;exports.CopyButton=de;exports.CsvButton=he;exports.CsvInput=ue;exports.DropdownButton=xe;exports.DropdownNavButton=we;exports.Featured=De;exports.Hr=Oe;exports.Icon=b;exports.IconBadge=Fe;exports.ImageInput=ke;exports.Input=me;exports.ItemSlider=Le;exports.Label=D;exports.Li=Re;exports.Modal=Ae;exports.NavigateButton=ee;exports.Paper=_e;exports.Pill=ze;exports.Progress=He;exports.Radio=Ce;exports.RangeSlider=Ve;exports.Select=ye;exports.ShareButton=Ne;exports.Slider=Pe;exports.SortButton=je;exports.Spinner=se;exports.Star=Ie;exports.Table=$e;exports.Tabs=Be;exports.TextInputDropdown=Se;exports.Textarea=Ee;exports.Ul=Te;exports.copyToClipboard=oe;
22
+ <%s key={someKey} {...props} />`,C,E,P,E),ne[E+C]=!0)}if(E=null,w!==void 0&&(r(w),E=""+w),o(m)&&(r(m.key),E=""+m.key),"key"in m){w={};for(var Z in m)Z!=="key"&&(w[Z]=m[Z])}else w=m;return E&&x(w,typeof a=="function"?a.displayName||a.name||"Unknown":a),d(a,E,H,V,l(),w,K,Q)}function u(a){typeof a=="object"&&a!==null&&a.$$typeof===g&&a._store&&(a._store.validated=1)}var y=s,g=Symbol.for("react.transitional.element"),F=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),S=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),T=Symbol.for("react.consumer"),R=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),M=Symbol.for("react.suspense"),_=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),k=Symbol.for("react.client.reference"),O=y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,q=Object.prototype.hasOwnProperty,X=Array.isArray,I=console.createTask?console.createTask:function(){return null};y={"react-stack-bottom-frame":function(a){return a()}};var B,$={},Y=y["react-stack-bottom-frame"].bind(y,i)(),U=I(c(i)),ne={};J.Fragment=v,J.jsx=function(a,m,w,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return h(a,m,w,!1,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)},J.jsxs=function(a,m,w,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return h(a,m,w,!0,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)}}()),J}var ae;function ve(){return ae||(ae=1,process.env.NODE_ENV==="production"?G.exports=ge():G.exports=fe()),G.exports}var e=ve();const be=({variant:n,collapsed:t,children:r})=>{const{folds:c}=r,[l,i]=s.useState(t?-1:0),o=d=>d===l?"fold active":"fold",x=d=>"fold-button"+(n?" fold-button--"+n:"")+(c[d].foldColor?" fold-button--primary fold-button--"+c[d].foldColor:""),j=d=>{const h=d.which.toString(),u=d.ctrlKey&&h.match(/33|34/);if(h.match(/38|40/)||u){const y=h.match(/34|40/)?1:-1,g=c.length,F=(l+g+y)%g;i(F)}else h==="36"&&i(0),h==="35"&&i(c.length-1);d.preventDefault()};return e.jsx("div",{className:"muncher-accordion",children:c.map((d,h)=>e.jsxs("div",{className:o(h),"aria-expanded":l===h,children:[e.jsx("button",{className:x(h),onKeyDown:j,onClick:()=>i(h),children:e.jsx("span",{children:d.heading})}),e.jsx("section",{className:"fold-content",children:d.body})]},"muncher-accordion-fold-"+h))})},ce=({show:n=!1,backdropClickHandler:t,...r})=>n?e.jsx("div",{className:"muncher-backdrop",onClick:t,...r}):null,ie=({variant:n,children:t,...r})=>e.jsx("div",{className:n?"muncher-badge muncher-badge--"+n:"muncher-badge",...r,children:t}),le={"align-center":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),"align-justify":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),"align-left":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),"align-right":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),type:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"4 7 4 4 20 4 20 7"}),e.jsx("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),e.jsx("line",{x1:"12",y1:"4",x2:"12",y2:"20"})]}),"ordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("polyline",{points:"3 10 5 10 3 13 5 13"}),e.jsx("polyline",{points:"3 3 4 3 4 6"}),e.jsx("path",{d:"M3 17H4H5L4 19C4.55 19 5 19.45 5 20C5 20.55 4.55 21 4 21H3"})]}),"unordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("circle",{cx:"4",cy:"12",r:"1"}),e.jsx("circle",{cx:"4",cy:"5",r:"1"}),e.jsx("circle",{cx:"4",cy:"19",r:"1"})]}),table:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),e.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),e.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"})]}),undo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"2 10 2 16 8 16"}),e.jsx("path",{d:"m22 16c-1.8136-6.5424-9.5593-9.4823-15.36-4.36l-4.64 4.36"})]}),redo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"22 10 22 16 16 16"}),e.jsx("path",{d:"m1.9935 16c1.8136-6.5424 9.5593-9.4823 15.36-4.36l4.64 4.36"})]}),link:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),e.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),unlink:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71"}),e.jsx("path",{d:"M5.17 11.75l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"5"}),e.jsx("line",{x1:"2",y1:"8",x2:"5",y2:"8"}),e.jsx("line",{x1:"16",y1:"19",x2:"16",y2:"22"}),e.jsx("line",{x1:"19",y1:"16",x2:"22",y2:"16"})]}),"arrow-left":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 8 8 12 12 16"}),e.jsx("line",{x1:"16",y1:"12",x2:"8",y2:"12"})]}),"arrow-right":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 16 16 12 12 8"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"arrow-down":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"8 12 12 16 16 12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"})]}),"arrow-up":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"16 12 12 8 8 12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"8"})]}),hamburger:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),e.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),"chevron-left":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"15 18 9 12 15 6"})}),"chevron-right":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"9 18 15 12 9 6"})}),"fast-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"13 19 22 12 13 5 13 19"}),e.jsx("polygon",{points:"2 19 11 12 2 5 2 19"})]}),pause:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),e.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}),play:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),power:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}),repeat:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"17 1 21 5 17 9"}),e.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),e.jsx("polyline",{points:"7 23 3 19 7 15"}),e.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]}),rewind:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 19 2 12 11 5 11 19"}),e.jsx("polygon",{points:"22 19 13 12 22 5 22 19"})]}),shuffle:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"16 3 21 3 21 8"}),e.jsx("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),e.jsx("polyline",{points:"21 16 21 21 16 21"}),e.jsx("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),e.jsx("line",{x1:"4",y1:"4",x2:"9",y2:"9"})]}),"skip-back":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),e.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]}),"skip-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),e.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]}),youtube:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),e.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),clock:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 6 12 12 16 14"})]}),camera:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),e.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),"camera-off":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),e.jsx("path",{d:"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"})]}),video:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"23 7 16 12 23 17 23 7"}),e.jsx("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),"video-off":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"}),e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),tv:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),e.jsx("polyline",{points:"17 2 12 7 7 2"})]}),truck:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),e.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),e.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),e.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),umbrella:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),maximize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"})}),minimize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"})}),"zoom-in":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),"zoom-out":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),move:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"5 9 2 12 5 15"}),e.jsx("polyline",{points:"9 5 12 2 15 5"}),e.jsx("polyline",{points:"15 19 12 22 9 19"}),e.jsx("polyline",{points:"19 9 22 12 19 15"}),e.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"22"})]}),mixer:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),e.jsx("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),e.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),e.jsx("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),e.jsx("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),e.jsx("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),e.jsx("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),e.jsx("line",{x1:"17",y1:"16",x2:"23",y2:"16"})]}),volume:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"})}),mute:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),e.jsx("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),e.jsx("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]}),alert:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),check:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),e.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]}),help:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),e.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),info:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})]}),close:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),e.jsx("line",{x1:"9",y1:"9",x2:"15",y2:"15"})]}),code:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"16 18 22 12 16 6"}),e.jsx("polyline",{points:"8 6 2 12 8 18"})]}),database:e.jsxs(s.Fragment,{children:[e.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),e.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),e.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),file:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),e.jsx("polyline",{points:"13 2 13 9 20 9"})]}),folder:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"})}),terminal:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"4 17 10 11 4 5"}),e.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),edit:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),e.jsx("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"})]}),pencil:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"18",y1:"2",x2:"22",y2:"6"}),e.jsx("path",{d:"M7.5 20.5L19 9l-4-4L3.5 16.5 2 22l5.5-1.5z"})]}),image:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),e.jsx("polyline",{points:"21 15 16 10 5 21"})]}),print:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),e.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),e.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]}),loading:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),e.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),e.jsx("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),e.jsx("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),e.jsx("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),e.jsx("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),e.jsx("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"})]}),sun:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"5"}),e.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),e.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),e.jsx("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),e.jsx("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),e.jsx("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),e.jsx("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),e.jsx("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),e.jsx("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}),plus:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),minus:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"external-link":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),e.jsx("polyline",{points:"15 3 21 3 21 9"}),e.jsx("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),search:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),filter:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"})}),reset:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}),e.jsx("line",{x1:"8",y1:"2",x2:"18",y2:"23"})]}),refresh:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"23 4 23 10 17 10"}),e.jsx("polyline",{points:"1 20 1 14 7 14"}),e.jsx("path",{d:"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"})]}),rotate:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"23 4 23 10 17 10"}),e.jsx("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"})]}),"sort-asc":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M11 5h4"}),e.jsx("path",{d:"M11 9h7"}),e.jsx("path",{d:"M11 13h10"}),e.jsx("path",{d:"M3 17l3 3 3-3"}),e.jsx("path",{d:"M6 18V4"})]}),"sort-desc":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M11 8h10"}),e.jsx("path",{d:"M11 12h7"}),e.jsx("path",{d:"M11 16h4"}),e.jsx("path",{d:"M6 18V4"}),e.jsx("polyline",{points:"10 5 6 2 2 5"})]}),scissor:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"6",cy:"6",r:"3"}),e.jsx("circle",{cx:"6",cy:"18",r:"3"}),e.jsx("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),e.jsx("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),e.jsx("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"})]}),slash:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),sidebar:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"9",y1:"3",x2:"9",y2:"21"})]}),dollar:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),e.jsx("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"})]}),box:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),e.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),e.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),key:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"})}),layers:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),e.jsx("polyline",{points:"2 17 12 22 22 17"}),e.jsx("polyline",{points:"2 12 12 17 22 12"})]}),max:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"15 3 21 3 21 9"}),e.jsx("polyline",{points:"9 21 3 21 3 15"}),e.jsx("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),e.jsx("line",{x1:"3",y1:"21",x2:"10",y2:"14"})]}),github:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"})}),"code-pen":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),e.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),e.jsx("polyline",{points:"22 8.5 12 15.5 2 8.5"}),e.jsx("polyline",{points:"2 15.5 12 8.5 22 15.5"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"})]}),instagram:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),e.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),e.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]}),linkedin:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),e.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),e.jsx("circle",{cx:"4",cy:"4",r:"2"})]}),slack:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"}),e.jsx("path",{d:"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}),e.jsx("path",{d:"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"}),e.jsx("path",{d:"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"}),e.jsx("path",{d:"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"}),e.jsx("path",{d:"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"}),e.jsx("path",{d:"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"}),e.jsx("path",{d:"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"})]}),facebook:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})}),twitter:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"})}),grid:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"7",height:"7"}),e.jsx("rect",{x:"14",y:"3",width:"7",height:"7"}),e.jsx("rect",{x:"14",y:"14",width:"7",height:"7"}),e.jsx("rect",{x:"3",y:"14",width:"7",height:"7"})]}),user:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),e.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),"log-in":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),e.jsx("polyline",{points:"10 17 15 12 10 7"}),e.jsx("line",{x1:"15",y1:"12",x2:"3",y2:"12"})]}),"log-out":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),e.jsx("polyline",{points:"16 17 21 12 16 7"}),e.jsx("line",{x1:"21",y1:"12",x2:"9",y2:"12"})]}),home:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}),e.jsx("polyline",{points:"9 22 9 12 15 12 15 22"})]}),bed:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M2 4v16"}),e.jsx("path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}),e.jsx("path",{d:"M2 17h20"}),e.jsx("path",{d:"M6 8v9"})]}),bath:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5"}),e.jsx("line",{x1:"10",y1:"5",x2:"8",y2:"7"}),e.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"7",y1:"19",x2:"7",y2:"21"}),e.jsx("line",{x1:"17",y1:"19",x2:"17",y2:"21"})]}),bike:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"5.5",cy:"17.5",r:"3.5"}),e.jsx("circle",{cx:"18.5",cy:"17.5",r:"3.5"}),e.jsx("path",{d:"M15 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-3 11.5V14l-3-3 4-3 2 3h2"})]}),building:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),e.jsx("path",{d:"M9 22v-4h6v4"}),e.jsx("path",{d:"M8 6h.01"}),e.jsx("path",{d:"M16 6h.01"}),e.jsx("path",{d:"M12 6h.01"}),e.jsx("path",{d:"M12 10h.01"}),e.jsx("path",{d:"M12 14h.01"}),e.jsx("path",{d:"M16 10h.01"}),e.jsx("path",{d:"M16 14h.01"}),e.jsx("path",{d:"M8 10h.01"}),e.jsx("path",{d:"M8 14h.01"})]}),car:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M14 16H9m10 0h3v-3.15a1 1 0 0 0-.84-.99L16 11l-2.7-3.6a1 1 0 0 0-.8-.4H5.24a2 2 0 0 0-1.8 1.1l-.8 1.63A6 6 0 0 0 2 12.42V16h2"}),e.jsx("circle",{cx:"6.5",cy:"16.5",r:"2.5"}),e.jsx("circle",{cx:"16.5",cy:"16.5",r:"2.5"})]}),more:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"1"}),e.jsx("circle",{cx:"12",cy:"5",r:"1"}),e.jsx("circle",{cx:"12",cy:"19",r:"1"})]}),dot:e.jsx(s.Fragment,{children:e.jsx("circle",{cx:"12",cy:"12",r:"1"})}),share:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),e.jsx("polyline",{points:"16 6 12 2 8 6"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"15"})]}),trash:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"3 6 5 6 21 6"}),e.jsx("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}),e.jsx("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),e.jsx("line",{x1:"14",y1:"11",x2:"14",y2:"17"})]}),muncher:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),e.jsx("line",{x1:"7",y1:"10",x2:"17",y2:"10"}),e.jsx("line",{x1:"7",y1:"14",x2:"17",y2:"14"}),e.jsx("line",{x1:"7",y1:"18",x2:"17",y2:"18"})]}),save:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),e.jsx("polyline",{points:"17 21 17 13 7 13 7 21"}),e.jsx("polyline",{points:"7 3 7 8 15 8"})]}),copy:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),e.jsx("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),clipboard:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),e.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"})]}),bookmark:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),rss:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 11a9 9 0 0 1 9 9"}),e.jsx("path",{d:"M4 4a16 16 0 0 1 16 16"}),e.jsx("circle",{cx:"5",cy:"19",r:"1"})]}),calendar:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),e.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]}),mail:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),e.jsx("polyline",{points:"22,6 12,13 2,6"})]}),phone:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),e.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),inbox:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),e.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"})]}),upload:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),e.jsx("polyline",{points:"17 8 12 3 7 8"}),e.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"15"})]}),download:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),e.jsx("polyline",{points:"7 10 12 15 17 10"}),e.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),send:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),e.jsx("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]}),archive:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"21 8 21 21 3 21 3 8"}),e.jsx("rect",{x:"1",y:"3",width:"22",height:"5"}),e.jsx("line",{x1:"10",y1:"12",x2:"14",y2:"12"})]}),lock:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})]}),unlock:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.jsx("path",{d:"M7 11V7a5 5 0 0 1 9.9-1"})]}),bell:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),e.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),"bell-off":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),e.jsx("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),e.jsx("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),e.jsx("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),star:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"})}),"thumbs-down":e.jsx(s.Fragment,{children:e.jsx("path",{d:"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"})}),"thumbs-up":e.jsx(s.Fragment,{children:e.jsx("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"})}),flag:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),e.jsx("line",{x1:"4",y1:"22",x2:"4",y2:"15"})]}),tag:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),e.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),heart:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"})}),map:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),e.jsx("circle",{cx:"12",cy:"10",r:"3"})]}),settings:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"3"}),e.jsx("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"})]}),tool:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"})}),"toggle-left":e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),e.jsx("circle",{cx:"8",cy:"12",r:"3",color:"grey"})]}),"toggle-right":e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),e.jsx("circle",{cx:"16",cy:"12",r:"3",color:"green"})]}),smile:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),e.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),frown:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),e.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),meh:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),e.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),at:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"4"}),e.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),award:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"8",r:"7"}),e.jsx("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"})]}),"shopping-cart":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"9",cy:"21",r:"1"}),e.jsx("circle",{cx:"20",cy:"21",r:"1"}),e.jsx("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"})]}),"pie-chart":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),e.jsx("path",{d:"M22 12A10 10 0 0 0 12 2v10z"})]}),gift:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"20 12 20 22 4 22 4 12"}),e.jsx("rect",{x:"2",y:"7",width:"20",height:"5"}),e.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),e.jsx("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),e.jsx("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"})]}),bulb:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"18",x2:"15",y2:"18"}),e.jsx("line",{x1:"10",y1:"22",x2:"14",y2:"22"}),e.jsx("path",{d:"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0018 8 6 6 0 006 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 018.91 14"})]}),360:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"23 4 23 10 17 10"}),e.jsx("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}),e.jsx("text",{x:"6",y:"14",fontSize:"6",fontFamily:"'Lucida Grande', sans-serif",children:"360"})]})},b=({color:n,name:t,size:r="small",weight:c=2,onClick:l,iconString:i,orientation:o,children:x})=>{const j=r?"muncher-icon--"+r:"muncher-icon--small";return e.jsxs("span",{className:"muncher-icon",children:[x&&o&&o==="right"?e.jsx("span",{className:"content-left",children:x}):"",e.jsx("svg",{className:j,stroke:n||"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",strokeWidth:c||2,strokeLinecap:"round",strokeLinejoin:"round",onClick:l,children:t?le[t]:i?Object(le)[i]:""}),x&&(!o||o==="left")?e.jsx("span",{className:"content-right",children:x}):""]})},Fe=({variant:n="primary",icon:t="bell",text:r,onClick:c,...l})=>e.jsxs("div",{className:"muncher-icon-badge",onClick:c,...l,children:[e.jsx(b,{name:t}),r===""?"":e.jsx(ie,{variant:n,children:r})]}),z=({type:n="button",variant:t,size:r="medium",title:c,active:l,disabled:i,rounded:o,onClick:x,onMouseDown:j,onMouseEnter:d,onMouseLeave:h,children:u,...y})=>{const g="muncher-button"+(n&&n==="nav"?" muncher-button--nav":"")+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(l?" muncher-button--active":"")+(o?" muncher-button--rounded":"");return e.jsx("button",{type:n&&n!=="nav"?n:"button",className:g,disabled:!!i,title:c,onClick:x,onMouseDown:j,onMouseEnter:d,onMouseLeave:h,...y,children:u})},xe=({variant:n,size:t="medium",title:r,active:c,disabled:l,element:i,onMouseDown:o,rounded:x,drop:j,onClick:d,onClose:h,showContent:u,setShowContent:y,withDropIcon:g,children:F,...v})=>{const S=s.useRef(null),f=M=>{M.preventDefault(),d&&d(M),y&&y(!0)},T=s.useCallback(()=>{y(!1),h&&h()},[h,y]),R=s.useCallback(M=>{M.keyCode===27&&T()},[T]);s.useEffect(()=>{const M=_=>{S&&S.current&&_.target instanceof HTMLElement&&!S.current.contains(_.target)&&T()};return document.addEventListener("keydown",R,!1),document.addEventListener("mousedown",M),()=>{document.removeEventListener("keydown",R,!1)}},[R,T]);const A=()=>{var L;const M=(L=S.current)==null?void 0:L.offsetLeft,_=window.innerWidth;if(M){if(M<100)return"muncher-dropdown--content";if(_-M<150)return"muncher-dropdown--content drop-left";if(_-M<250){const p=Math.round((_-M)/_*100);if(p>40||p<60)return"muncher-dropdown--content drop-middle"}}switch(j){case"left":return"muncher-dropdown--content drop-left";case"middle":return"muncher-dropdown--content drop-middle";default:return"muncher-dropdown--content"}};return e.jsxs("div",{className:"muncher-dropdown",ref:S,children:[e.jsxs(z,{onMouseDown:f,title:r,disabled:l,rounded:x,active:c,variant:n,size:t,...v,children:[i,g?e.jsx("span",{className:"small",children:"▼"}):""]}),u?e.jsx("div",{className:A(),children:F}):""]})},we=({title:n,active:t,disabled:r,element:c,rounded:l,dropLeft:i,children:o,...x})=>e.jsxs("div",{className:`muncher-dropdown-nav ${i?"drop-left":""}`,children:[e.jsx(z,{type:"nav",title:n,disabled:r,rounded:l,active:t,...x,children:c}),e.jsx("div",{className:"muncher-dropdown-nav--content",children:o})]}),oe=n=>{navigator.clipboard.writeText(n)},de=({text:n,variant:t="secondary",size:r="small"})=>{const[c,l]=s.useState(),[i,o]=s.useState("copy"),[x,j]=s.useState("copy link"),d=()=>{oe(n),l("green"),o("check"),j("copied!"),setTimeout(function(){l(""),o("copy")},2e3)};return e.jsx(z,{size:r,variant:t,title:x,onClick:d,children:e.jsx(b,{name:i,color:c})})},Ne=({variant:n="secondary",size:t="medium",title:r})=>{const[c,l]=s.useState(!1);return e.jsx("div",{className:"muncher-share",children:e.jsxs(xe,{title:"Share to Social Media",showContent:c,setShowContent:l,variant:n,size:t,element:e.jsx(b,{name:"share",orientation:"right",children:"Share"}),children:[e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://twitter.com/share?url="+window.location.href+"&text="+r,target:"_blank",title:"Share link to Twitter",children:e.jsx(b,{name:"twitter"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://www.facebook.com/sharer/sharer.php?u="+window.location.href,target:"_blank",title:"Share link to Facebook",children:e.jsx(b,{name:"facebook"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"mailto:?subject="+r+"&body="+window.location.href,target:"_blank",title:"share link by Email",children:e.jsx(b,{name:"mail"})})}),e.jsx(de,{text:window.location.href})]})})},he=({header:n,data:t,filename:r,variant:c,size:l,title:i,active:o,disabled:x,rounded:j})=>{const d=encodeURI("data:text/csv;charset=utf-8,"+n.join(",")+`
23
+ `+t.map(h=>h.join(",")).join(`
24
+ `));return e.jsx("div",{className:"muncher-csv",children:e.jsx(z,{variant:c,size:l,active:o,disabled:x,rounded:j,children:e.jsx("a",{href:d,download:r+".csv",children:e.jsx(b,{name:"download",children:i||"Download"})})})})},je=({variant:n="transparent",size:t="small",title:r,sortAsc:c="true",active:l,rounded:i,onClick:o,children:x})=>{const[j,d]=s.useState(!1),h=()=>!l||l&&!j?c?e.jsx(b,{name:"sort-asc"}):e.jsx(b,{name:"sort-desc"}):c?e.jsx(b,{name:"sort-desc"}):e.jsx(b,{name:"sort-asc"});return e.jsxs(z,{variant:n,size:t,title:r,rounded:i,onMouseEnter:()=>{d(!0)},onMouseLeave:()=>{d(!1)},onClick:o,children:[x,l||j?e.jsx(h,{}):""]})},ee=({direction:n,size:t="small",weight:r,isDisabled:c,variant:l="primary",navIcon:i="chevron",onClick:o})=>{const x=()=>{switch(i){case"arrow":return n==="left"?"arrow-left":"arrow-right";case"skip":return n==="left"?"skip-back":"skip-forward";case"forward":return n==="left"?"rewind":"fast-forward";default:return n==="left"?"chevron-left":"chevron-right"}};return e.jsx("div",{className:n==="left"?"muncher-button--navigate muncher-button--navigate-left":"muncher-button--navigate muncher-button--navigate-right",children:e.jsx(z,{onClick:o,disabled:c,size:"small",variant:l,title:n==="left"?"Navigate Left":"Navigate Right",children:e.jsx(b,{name:x(),size:t,weight:r})})})},D=({label:n,onClick:t,id:r,required:c=!1})=>e.jsxs("label",{htmlFor:r,onClick:t,children:[n,c?e.jsx("span",{className:"required",children:"*"}):""]}),Me=({name:n,required:t=!1,onChange:r,checked:c=!1,label:l,...i})=>{const[o,x]=s.useState(c||!1);return e.jsx("div",{className:"muncher-input--div",children:e.jsxs("div",{className:"muncher-checkbox",children:[e.jsx("input",{type:"checkbox",id:n,name:n,onChange:j=>{x(j.target.checked),r&&r()},checked:o,required:t,...i}),l?e.jsx(D,{label:l,required:t,id:n,onClick:j=>{j.preventDefault(),x(!o),r&&r()}}):""]})})},se=({size:n,...t})=>e.jsx("div",{className:n?"muncher-spinner muncher-spinner-"+n:"muncher-spinner",...t}),ue=({name:n,label:t,variant:r="secondary",size:c="medium",required:l,active:i,isUploading:o,handleOnChange:x,warningMessage:j,successMessage:d,...h})=>{const u="muncher-button"+(r?" muncher-button--"+r:"")+(c?" muncher-button--"+c:"")+(i?" muncher-button--active":""),y=g=>{x&&x(g.currentTarget.files[0])};return e.jsx("div",{className:"muncher-file-input--div",children:e.jsxs("div",{className:"file-input-element",children:[e.jsxs("label",{htmlFor:n,className:u,children:[e.jsx(b,{name:"upload"})," ",t||"Upload CSV",l?e.jsx("span",{className:"required",children:" *"}):"",o?e.jsx(se,{size:"tiny"}):""]}),e.jsx("input",{id:n,type:"file",className:"muncher-file-input",required:l,onChange:y,accept:"text/csv",...h}),j&&j!==""?e.jsx("p",{className:"text-danger",children:j}):"",d&&d!==""?e.jsx("p",{className:"text-success",children:d}):""]})})},ke=({name:n,label:t,variant:r="secondary",size:c="large",required:l,active:i,setFiles:o,error:x,multiple:j=!1,maxFiles:d,...h})=>{const[u,y]=s.useState(""),[g,F]=s.useState(""),v=d||3,S="muncher-button"+(r?" muncher-button--"+r:"")+(c?" muncher-button--"+c:"")+(i?" muncher-button--active":""),f=R=>{if(j){let A=Array.from(R.currentTarget.files);A.length>v&&(A=A.slice(0,v),F("Only first "+v+" files included")),o(A),y(A.map(M=>M.name).join(", "))}else o(Array.from(R.currentTarget.files[0])),y(R.currentTarget.files[0].name)},T=()=>x&&x!=="";return e.jsxs("div",{className:"muncher-file-input--div",children:[e.jsxs("div",{className:"file-input-element",children:[e.jsxs("label",{htmlFor:n,className:S,children:[e.jsx(b,{name:"image"})," ",t,l?e.jsx("span",{className:"required",children:" *"}):""]}),e.jsx("span",{className:"span-file-name",children:u}),e.jsx("input",{id:n,type:"file",className:"muncher-file-input",name:n,onChange:f,multiple:j,accept:"image/*",...h})]}),g!==""?e.jsx("p",{className:"text-danger",children:g}):"",T()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(b,{name:"alert",children:x})}):""]})},me=({name:n,label:t,required:r,readOnly:c,icon:l,hoverIcon:i,onHoverIconClick:o,type:x="text",list:j,onBlur:d,labelPosition:h="top",onKeyDown:u,error:y,focus:g=!1,placeholder:F,onChange:v,step:S,value:f,maxLength:T,onEnterPress:R,displayLoader:A,...M})=>{const _=()=>y&&y!=="",L=()=>{let k="muncher-input";return(l||i)&&(k+=" muncher-input-icon"),_()&&(k+=" muncher-input-error"),h==="side"&&(k+=" muncher-label-side"),k},p=()=>t?e.jsx(D,{label:t,required:r,id:n}):"",N=k=>{k.key==="Enter"&&R&&R(),u&&u(k)};return e.jsxs("div",{className:"muncher-input--div",children:[h!=="side"?p():"",e.jsxs("div",{className:"muncher-input-element",children:[h==="side"?p():"",l?e.jsx(b,{name:l}):"",i?e.jsxs("span",{className:"muncher-icon-hover",children:[e.jsx(b,{name:i,onClick:o})," "]}):"",e.jsxs("div",{className:"muncher-input-wrapper",children:[e.jsx("input",{id:n,className:L(),name:n,autoFocus:g,value:f,type:x||"text",autoComplete:"off",placeholder:F,onChange:v,required:r,readOnly:c,list:j,onKeyDown:N,onBlur:d,step:S,maxLength:T,...M}),A?e.jsx(se,{size:"tiny"}):""]})]}),_()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(b,{name:"alert",children:y})}):""]})},Ce=({name:n,required:t=!1,onChange:r,checked:c=!1,label:l,...i})=>e.jsx("div",{className:"muncher-input--div",children:e.jsxs("div",{className:"muncher-radio",children:[e.jsx("input",{type:"radio",name:n,onChange:r,checked:c,...i}),l?e.jsx(D,{label:l,required:t,onClick:()=>{r&&r()}}):""]})}),ye=({name:n,options:t,label:r,required:c,multiple:l,error:i,onChange:o,value:x,...j})=>{const d=()=>i&&i!=="",h=()=>{let u="muncher-input";return d()&&(u+=" muncher-input-error"),u};return e.jsxs("div",{className:"muncher-input--div",children:[r?e.jsx(D,{label:r,required:c,id:n}):"",e.jsx("div",{className:"muncher-input-element",children:e.jsxs("select",{id:n,className:h(),name:n,value:x,onChange:o,required:c,multiple:l,...j,children:[c?e.jsx("option",{value:"",children:"-- Select --"}):"",t.map((u,y)=>e.jsx("option",{value:u.value,children:u.label},`select-option-${y}`))]})}),d()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(b,{name:"alert",children:i})}):""]})},Ee=({name:n,label:t,required:r,readOnly:c=!1,rows:l=6,maxLength:i=1e3,focus:o=!1,placeholder:x,onChange:j,value:d,...h})=>{const[u,y]=s.useState(d),g=F=>{y(F.target.value),j&&j(F)};return e.jsxs("div",{className:"muncher-input--div",children:[t?e.jsx(D,{label:t,required:r,id:n}):"",e.jsx("textarea",{id:n,className:"muncher-textarea",rows:l,maxLength:i,name:n,autoFocus:o,value:d,placeholder:x,onChange:g,required:r,readOnly:c,...h}),e.jsxs("p",{children:[u?i?i-u.length:1e3:i," characters left"]})]})},Se=({focus:n=!1,inputPlaceHolder:t,handleInputChange:r,showContent:c=!1,setShowContent:l,readOnly:i,value:o,label:x,error:j,required:d,children:h})=>{const u=s.useRef(null),y=v=>{l(!0),r(v.target.value)},g=s.useCallback(()=>{l(!1)},[l]),F=s.useCallback(v=>{v.keyCode===27&&g()},[g]);return s.useEffect(()=>{const v=S=>{if(u&&u!==null){const f=u.current;f&&!f.contains(S.target)&&g()}};return document.addEventListener("keydown",F,!1),document.addEventListener("mousedown",v),()=>{document.removeEventListener("keydown",F,!1)}},[F,g]),e.jsxs("div",{className:"muncher-input-drop-down",ref:u,children:[e.jsx(me,{focus:n,placeholder:t,name:"query",onChange:y,readOnly:i,value:o,label:x,required:d,error:j}),c?e.jsx("div",{className:"muncher-input-drop-down--content",children:h}):""]})},Te=({children:n})=>e.jsx("ul",{className:"muncher-ul",children:n}),Re=({isFeatured:n,bulletIcon:t="arrow-right",bulletWeight:r=2,bulletSize:c="small",bulletColor:l,children:i})=>e.jsx("li",{className:n?"muncher-li featured":"muncher-li",children:e.jsx(b,{name:t,weight:r,size:c,color:l,children:i})}),Ae=({show:n=!1,setShow:t,children:r,...c})=>{const l=s.useCallback(i=>{i.keyCode===27&&t(!1)},[t]);return s.useEffect(()=>(document.addEventListener("keydown",l,!1),()=>{document.removeEventListener("keydown",l,!1)}),[l]),s.useEffect(()=>{n?document.body.style.overflow="hidden":document.body.style.overflow="unset"},[n]),e.jsxs(s.Fragment,{children:[e.jsx(ce,{show:n,backdropClickHandler:()=>t(!1)}),e.jsx("div",{className:"muncher-modal",style:{transform:n?"translateY(0)":"translateY(-100vh)",opacity:n?"1":"0"},...c,children:r})]})},_e=({showHoverEffect:n,onClick:t,children:r})=>{const c=()=>n?"muncher-paper muncher-paper-hover":"muncher-paper";return e.jsx("section",{className:c(),onClick:t,children:r})},ze=({pillCloseHandler:n,children:t,...r})=>e.jsxs("div",{className:"muncher-pill",...r,children:[e.jsx("div",{className:"close",onClick:n,children:e.jsx(b,{name:"close"})}),e.jsxs("div",{className:"content",children:[" ",t]})]}),He=({value:n,max:t,label:r})=>{const c=()=>{const l=Math.round(n/t*100)+"%";return r?r+" "+l:l};return e.jsxs("div",{className:"muncher-progress",children:[e.jsx("label",{htmlFor:"progress",children:c()}),e.jsx("progress",{id:"progress",value:n,max:t,children:c()})]})},Oe=({variant:n,size:t,style:r})=>{const c="muncher-hr"+(n?" muncher-hr--"+n:"")+(t?" muncher-hr--"+t:"")+(r?" muncher-hr--"+r:"");return e.jsx("hr",{className:c})},Le=({sliderItems:n,navButtonSize:t="large",navButtonWeight:r=2,variant:c,navIcon:l,navButtonPlacement:i="inside"})=>{const[o,x]=s.useState(0),[j,d]=s.useState(0),h=()=>n.length>1&&o>0?e.jsx(ee,{direction:"left",size:t,variant:c,navIcon:l,weight:r,onClick:()=>{o===0?(d(-(n.length-1)*100),x(n.length-1)):(d(j+100),x(o-1))}}):"",u=()=>n.length>1&&o<n.length-1?e.jsx(ee,{direction:"right",size:t,weight:r,navIcon:l,variant:c,onClick:()=>{o===n.length-1?(x(0),d(0)):(d(j-100),x(o+1))}}):"";return e.jsxs("div",{className:"muncher-item-slider-wrapper--"+i,children:[i==="outside"?h():"",e.jsxs("div",{className:"muncher-item-slider",children:[i==="inside"?h():"",e.jsx("div",{className:"slider-container",style:{width:`${100*n.length}%`},children:n.map((y,g)=>e.jsx("div",{className:"slider-item",style:{transform:`translateX(${j}%)`},children:y},"slider-item"+g))}),i==="inside"?u():""]}),i==="outside"?u():""]})},Ve=({min:n,max:t,minValue:r,maxValue:c,setMinValue:l,setMaxValue:i,numberFormatter:o=x=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(x)})=>{const x=h=>{const u=+h.target.value,y=u<c-1?u:r;l(y)},j=h=>{const u=+h.target.value,y=u>r+1?u:c;i(y)},d=h=>o&&h?o(h):h;return e.jsxs("div",{className:"muncher-slider",children:[e.jsx("div",{className:"slider-header",children:e.jsx("p",{children:d(r)+" - "+d(c)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:r,onChange:x}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:c,onChange:j}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:d(n)}),e.jsx("div",{className:"slider-max",children:d(t)})]})]})},Pe=({min:n,max:t,value:r,setValue:c,numberFormatter:l=i=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(i)})=>{const i=x=>l?l(x):x,o=x=>{const j=+x.target.value;c(j)};return e.jsxs("div",{className:"muncher-slider",children:[e.jsx("div",{className:"slider-header",children:e.jsx("p",{children:i(r)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:r,onChange:o}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:i(n)}),e.jsx("div",{className:"slider-max",children:i(t)})]})]})},De=({isFeatured:n,onClick:t})=>e.jsx("span",{className:"span-featured",children:e.jsx("span",{className:n?"featured-star":"un-featured-star",onClick:t})}),Ie=({rating:n,color:t,size:r,...c})=>{const l={"--r":n},i=()=>{let o="muncher-star";return t&&(o+=" star-"+t),r&&(o+=" star-"+r),o};return e.jsx("span",{className:i(),style:l,...c})},Be=({handleTabSelected:n,children:t})=>{const[r,c]=s.useState(0),{tabs:l}=t,i=o=>{c(o),n&&n(o)};return e.jsxs("section",{className:"muncher-tabs",children:[e.jsx("header",{children:l.map((o,x)=>e.jsxs("div",{className:"muncher-tab-header--item",children:[e.jsx(z,{variant:"transparent",active:r===x,size:"small",title:o.headerTitle,onClick:()=>{i(x)},children:o.header}),x!==l.length-1?e.jsx("span",{className:"spacer",children:"|"}):""]},"muncher-tab-header"+x))}),l.map((o,x)=>e.jsx("section",{className:r===x?"muncher-tab muncher-tab--active":"muncher-tab",children:o.body},"muncher-tab-"+x))]})},$e=({fileName:n,defaultPageSize:t=50,skeleton:r,handleOnUpload:c,sortBy:l,excludeDownload:i,includeUpload:o,isUploading:x,uploadWarningMessage:j,uploadSuccessMessage:d,excludePagination:h,footer:u,children:y})=>{const{header:g,rows:F}=y,[v,S]=s.useState(l??{index:0}),[f,T]=s.useState({num:0,size:t}),R=p=>{S(N=>N.index===p?{...N,desc:!N.desc}:{index:p})},A=s.useMemo(()=>{var k;const p=[...F],N=(k=g[v.index])==null?void 0:k.sort;return N?p.sort(N):p.sort((O,q)=>{var B,$,Y,U;const X=(($=(B=O[v.index])==null?void 0:B.value)==null?void 0:$.toString().toLowerCase())??"",I=((U=(Y=q[v.index])==null?void 0:Y.value)==null?void 0:U.toString().toLowerCase())??"";return X.localeCompare(I)}),v.desc?p.reverse():p},[F,v,g]),M=s.useMemo(()=>A.slice(f.num*f.size,(f.num+1)*f.size),[A,f]),_=g.filter(p=>!p.csvExclude).map(p=>typeof p.name=="string"?p.name:""),L=F.map(p=>p.filter((N,k)=>!g[k].csvExclude).map(N=>N.csv??N.value??""));return e.jsxs("section",{className:"muncher-table",children:[e.jsx("div",{className:"row head",children:g.map((p,N)=>p.visibility==="hidden"?null:e.jsx("div",{title:p.title,className:p.visibility?"col main":"col",children:typeof p.name=="string"?e.jsx("div",{className:"sort-button",children:e.jsx(je,{onClick:()=>R(N),active:v.index===N,sortAsc:!v.desc,children:p.name})}):p.name},`row-head-${N}`))}),r||M.map((p,N)=>e.jsx("div",{className:"row",children:p.map((k,O)=>g[O].visibility==="hidden"?null:e.jsx("div",{className:g[O].visibility?"col main":"col",children:k.content},`row-col-${N}-${O}`))},`row-${N}`)),u??null,e.jsxs("div",{className:"row-footer",children:[e.jsxs("div",{className:"row-footer-buttons",children:[!i&&e.jsx(he,{filename:n??"download",variant:"secondary",title:"Download",header:_,data:L}),o&&e.jsx(ue,{name:"csv-input-file",handleOnChange:c,isUploading:x,warningMessage:j,successMessage:d})]}),!h&&e.jsxs("div",{className:"pagination",children:[e.jsxs("div",{className:"left",children:["Rows:",e.jsx(ye,{name:"pageSize",options:[{label:"50",value:"50"},{label:"100",value:"100"},{label:"500",value:"500"}],value:String(f.size),onChange:p=>T({num:0,size:parseInt(p.target.value,10)})})]}),e.jsxs("div",{className:"center",children:[f.num*f.size+1," -",Math.min((f.num+1)*f.size,F.length)," of ",F.length]}),e.jsxs("div",{className:"right",children:[e.jsx(z,{variant:"transparent",disabled:f.num===0,size:"small",onClick:()=>T({...f,num:f.num-1}),children:e.jsx(b,{name:"chevron-left"})}),e.jsx(z,{variant:"transparent",disabled:(f.num+1)*f.size>=F.length,size:"small",onClick:()=>T({...f,num:f.num+1}),children:e.jsx(b,{name:"chevron-right"})})]})]})]})]})};exports.Accordion=be;exports.Backdrop=ce;exports.Badge=ie;exports.Button=z;exports.Checkbox=Me;exports.CopyButton=de;exports.CsvButton=he;exports.CsvInput=ue;exports.DropdownButton=xe;exports.DropdownNavButton=we;exports.Featured=De;exports.Hr=Oe;exports.Icon=b;exports.IconBadge=Fe;exports.ImageInput=ke;exports.Input=me;exports.ItemSlider=Le;exports.Label=D;exports.Li=Re;exports.Modal=Ae;exports.NavigateButton=ee;exports.Paper=_e;exports.Pill=ze;exports.Progress=He;exports.Radio=Ce;exports.RangeSlider=Ve;exports.Select=ye;exports.ShareButton=Ne;exports.Slider=Pe;exports.SortButton=je;exports.Spinner=se;exports.Star=Ie;exports.Table=$e;exports.Tabs=Be;exports.TextInputDropdown=Se;exports.Textarea=Ee;exports.Ul=Te;exports.copyToClipboard=oe;