@contentmunch/contentmunch-ui 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/icon/Drawings.d.ts +21 -0
- package/lib/index.cjs.js +3 -3
- package/lib/index.es.js +692 -575
- package/lib/index.umd.js +4 -4
- package/lib/input/TextInputDropdown.d.ts +1 -0
- package/package.json +1 -1
package/lib/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(m,
|
|
1
|
+
(function(m,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],e):(m=typeof globalThis<"u"?globalThis:m||self,e(m.ContentmunchUI={},m.React))})(this,function(m,e){"use strict";var K={exports:{}},B={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
|
@@ -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 a1;function f1(){return a1||(a1=1,process.env.NODE_ENV!=="production"&&function(){function n(l){if(l==null)return null;if(typeof l=="function")return l.$$typeof===
|
|
17
|
+
*/var a1;function f1(){return a1||(a1=1,process.env.NODE_ENV!=="production"&&function(){function n(l){if(l==null)return null;if(typeof l=="function")return l.$$typeof===T?null:l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case F:return"Fragment";case f:return"Profiler";case z:return"StrictMode";case M:return"Suspense";case _:return"SuspenseList";case k:return"Activity"}if(typeof l=="object")switch(typeof l.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),l.$$typeof){case N:return"Portal";case C:return(l.displayName||"Context")+".Provider";case E:return(l._context.displayName||"Context")+".Consumer";case S:var p=l.render;return l=l.displayName,l||(l=p.displayName||p.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case O:return p=l.displayName||null,p!==null?p:n(l.type)||"Memo";case g:p=l._payload,l=l._init;try{return n(l(p))}catch{}}return null}function a(l){return""+l}function t(l){try{a(l);var p=!1}catch{p=!0}if(p){p=console;var w=p.error,A=typeof Symbol=="function"&&Symbol.toStringTag&&l[Symbol.toStringTag]||l.constructor.name||"Object";return w.call(p,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",A),a(l)}}function r(l){if(l===F)return"<>";if(typeof l=="object"&&l!==null&&l.$$typeof===g)return"<...>";try{var p=n(l);return p?"<"+p+">":"<...>"}catch{return"<...>"}}function c(){var l=L.A;return l===null?null:l.getOwner()}function x(){return Error("react-stack-top-frame")}function o(l){if(Q.call(l,"key")){var p=Object.getOwnPropertyDescriptor(l,"key").get;if(p&&p.isReactWarning)return!1}return l.key!==void 0}function i(l,p){function w(){W||(W=!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)",p))}w.isReactWarning=!0,Object.defineProperty(l,"key",{get:w,configurable:!0})}function j(){var l=n(this.type);return J[l]||(J[l]=!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.")),l=this.props.ref,l!==void 0?l:null}function y(l,p,w,A,P,V,s1,e1){return w=V.ref,l={$$typeof:v,type:l,key:p,props:V,_owner:P},(w!==void 0?w:null)!==null?Object.defineProperty(l,"ref",{enumerable:!1,get:j}):Object.defineProperty(l,"ref",{enumerable:!1,value:null}),l._store={},Object.defineProperty(l._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(l,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(l,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:s1}),Object.defineProperty(l,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:e1}),Object.freeze&&(Object.freeze(l.props),Object.freeze(l)),l}function d(l,p,w,A,P,V,s1,e1){var R=p.children;if(R!==void 0)if(A)if($(R)){for(A=0;A<R.length;A++)h(R[A]);Object.freeze&&Object.freeze(R)}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 h(R);if(Q.call(p,"key")){R=n(l);var D=Object.keys(p).filter(function(U1){return U1!=="key"});A=0<D.length?"{key: someKey, "+D.join(": ..., ")+": ...}":"{key: someKey}",u1[R+A]||(D=0<D.length?"{"+D.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} />`,A,_,D,_),u1[_+A]=!0)}if(_=null,N!==void 0&&(t(N),_=""+N),o(p)&&(t(p.key),_=""+p.key),"key"in p){N={};for(var n1 in p)n1!=="key"&&(N[n1]=p[n1])}else N=p;return _&&i(N,typeof l=="function"?l.displayName||l.name||"Unknown":l),y(l,_,O,P,c(),N,e1,s1)}function h(l){typeof l=="object"&&l!==null&&l.$$typeof===f&&l._store&&(l._store.validated=1)}var u=s,f=Symbol.for("react.transitional.element"),b=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),E=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),k=Symbol.for("react.consumer"),T=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),z=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),M=Symbol.for("react.activity"),R=Symbol.for("react.client.reference"),L=u.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Q=Object.prototype.hasOwnProperty,$=Array.isArray,U=console.createTask?console.createTask:function(){return null};u={"react-stack-bottom-frame":function(l){return l()}};var W,J={},G=u["react-stack-bottom-frame"].bind(u,x)(),X=U(r(x)),u1={};Y.Fragment=w,Y.jsx=function(l,p,N,A,P){var O=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,N,!1,A,P,O?Error("react-stack-top-frame"):G,O?U(r(l)):X)},Y.jsxs=function(l,p,N,A,P){var O=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,N,!0,A,P,O?Error("react-stack-top-frame"):G,O?U(r(l)):X)}}()),Y}var l1;function v1(){return l1||(l1=1,process.env.NODE_ENV==="production"?K.exports=g1():K.exports=f1()),K.exports}var e=v1();const b1=({variant:n,collapsed:a,children:t})=>{const{folds:r}=t,[c,x]=s.useState(a?-1:0),o=d=>d===c?"fold active":"fold",i=d=>"fold-button"+(n?" fold-button--"+n:"")+(r[d].foldColor?" fold-button--primary fold-button--"+r[d].foldColor:""),j=d=>{const h=d.which.toString(),u=d.ctrlKey&&h.match(/33|34/);if(h.match(/38|40/)||u){const f=h.match(/34|40/)?1:-1,b=r.length,w=(c+b+f)%b;x(w)}else h==="36"&&x(0),h==="35"&&x(r.length-1);d.preventDefault()},y=d=>{x(c===d?-1:d)};return e.jsx("div",{className:"muncher-accordion",children:r.map((d,h)=>e.jsxs("div",{className:o(h),"aria-expanded":c===h,children:[e.jsx("button",{className:i(h),onKeyDown:j,onClick:()=>y(h),children:e.jsx("span",{children:d.heading})}),e.jsx("section",{className:"fold-content",children:d.body})]},"muncher-accordion-fold-"+h))})},c1=({show:n=!1,backdropClickHandler:a,...t})=>n?e.jsx("div",{className:"muncher-backdrop",onClick:a,...t}):null,r1=({variant:n,rounded:a,border:t,children:r,...c})=>{const x="muncher-badge"+(n?" muncher-badge--"+n:"")+(a?" muncher-badge--rounded":"")+(t?" muncher-badge--border":"");return e.jsx("div",{className:x,...c,children:r})},x1={"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"})]}),cloud:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),"cloud-lightning":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),e.jsx("polyline",{points:"13 11 9 17 15 17 11 23"})]}),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"})]}),"simple-check":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"20 6 9 17 4 12"})}),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"})]})},F=({color:n,name:a,size:t="small",weight:r=2,onClick:c,iconString:x,orientation:o,children:i})=>{const j=t?"muncher-icon--"+t:"muncher-icon--small";return e.jsxs("span",{className:"muncher-icon",children:[i&&o&&o==="right"?e.jsx("span",{className:"content-left",children:i}):"",e.jsx("svg",{className:j,stroke:n||"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",strokeWidth:r||2,strokeLinecap:"round",strokeLinejoin:"round",onClick:c,children:a?x1[a]:x?Object(x1)[x]:""}),i&&(!o||o==="left")?e.jsx("span",{className:"content-right",children:i}):""]})},F1=({variant:n="primary",icon:a="bell",text:t,onClick:r,...c})=>e.jsxs("div",{className:"muncher-icon-badge",onClick:r,...c,children:[e.jsx(F,{name:a}),t===""?"":e.jsx(r1,{variant:n,children:t})]}),H=({type:n="button",variant:a,size:t="medium",title:r,active:c,disabled:x,rounded:o,onClick:i,onMouseDown:j,onMouseEnter:y,onMouseLeave:d,children:h,...u})=>{const f="muncher-button"+(n&&n==="nav"?" muncher-button--nav":"")+(a?" muncher-button--"+a:"")+(t?" muncher-button--"+t:"")+(c?" muncher-button--active":"")+(o?" muncher-button--rounded":"");return e.jsx("button",{type:n&&n!=="nav"?n:"button",className:f,disabled:!!x,title:r,onClick:i,onMouseDown:j,onMouseEnter:y,onMouseLeave:d,...u,children:h})},i1=({variant:n,size:a="medium",title:t,active:r,disabled:c,element:x,onMouseDown:o,rounded:i,drop:j,onClick:y,onClose:d,showContent:h,setShowContent:u,withDropIcon:f,children:b,...w})=>{const E=s.useRef(null),v=C=>{C.preventDefault(),y&&y(C),u&&u(!0)},k=s.useCallback(()=>{u(!1),d&&d()},[d,u]),T=s.useCallback(C=>{C.keyCode===27&&k()},[k]);s.useEffect(()=>{const C=z=>{E&&E.current&&z.target instanceof HTMLElement&&!E.current.contains(z.target)&&k()};return document.addEventListener("keydown",T,!1),document.addEventListener("mousedown",C),()=>{document.removeEventListener("keydown",T,!1)}},[T,k]);const S=()=>{var V;const C=(V=E.current)==null?void 0:V.offsetLeft,z=window.innerWidth;if(C){if(C<100)return"muncher-dropdown--content";if(z-C<150)return"muncher-dropdown--content drop-left";if(z-C<250){const g=Math.round((z-C)/z*100);if(g>40||g<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:E,children:[e.jsxs(H,{onMouseDown:v,title:t,disabled:c,rounded:i,active:r,variant:n,size:a,...w,children:[x,f?e.jsx("span",{className:"small",children:"▼"}):""]}),h?e.jsx("div",{className:S(),children:b}):""]})},w1=({title:n,active:a,disabled:t,element:r,rounded:c,dropLeft:x,children:o,...i})=>e.jsxs("div",{className:`muncher-dropdown-nav ${x?"drop-left":""}`,children:[e.jsx(H,{type:"nav",title:n,disabled:t,rounded:c,active:a,...i,children:r}),e.jsx("div",{className:"muncher-dropdown-nav--content",children:o})]}),o1=n=>{navigator.clipboard.writeText(n)},d1=({text:n,variant:a="secondary",size:t="small"})=>{const[r,c]=s.useState(),[x,o]=s.useState("copy"),[i,j]=s.useState("copy link"),y=()=>{o1(n),c("green"),o("check"),j("copied!"),setTimeout(function(){c(""),o("copy")},2e3)};return e.jsx(H,{size:t,variant:a,title:i,onClick:y,children:e.jsx(F,{name:x,color:r})})},N1=({variant:n="secondary",size:a="medium",title:t})=>{const[r,c]=s.useState(!1);return e.jsx("div",{className:"muncher-share",children:e.jsxs(i1,{title:"Share to Social Media",showContent:r,setShowContent:c,variant:n,size:a,element:e.jsx(F,{name:"share",orientation:"right",children:"Share"}),children:[e.jsx(H,{size:"small",variant:n,children:e.jsx("a",{href:"https://twitter.com/share?url="+window.location.href+"&text="+t,target:"_blank",title:"Share link to Twitter",children:e.jsx(F,{name:"twitter"})})}),e.jsx(H,{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(F,{name:"facebook"})})}),e.jsx(H,{size:"small",variant:n,children:e.jsx("a",{href:"mailto:?subject="+t+"&body="+window.location.href,target:"_blank",title:"share link by Email",children:e.jsx(F,{name:"mail"})})}),e.jsx(d1,{text:window.location.href})]})})},h1=({header:n,data:a,filename:t,variant:r,size:c,title:x,active:o,disabled:i,rounded:j})=>{const y=encodeURI("data:text/csv;charset=utf-8,"+n.join(",")+`
|
|
22
|
+
<%s key={someKey} {...props} />`,A,R,D,R),u1[R+A]=!0)}if(R=null,w!==void 0&&(t(w),R=""+w),o(p)&&(t(p.key),R=""+p.key),"key"in p){w={};for(var n1 in p)n1!=="key"&&(w[n1]=p[n1])}else w=p;return R&&i(w,typeof l=="function"?l.displayName||l.name||"Unknown":l),y(l,R,V,P,c(),w,s1,e1)}function h(l){typeof l=="object"&&l!==null&&l.$$typeof===v&&l._store&&(l._store.validated=1)}var u=e,v=Symbol.for("react.transitional.element"),N=Symbol.for("react.portal"),F=Symbol.for("react.fragment"),z=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),E=Symbol.for("react.consumer"),C=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),M=Symbol.for("react.suspense"),_=Symbol.for("react.suspense_list"),O=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),k=Symbol.for("react.activity"),T=Symbol.for("react.client.reference"),L=u.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Q=Object.prototype.hasOwnProperty,$=Array.isArray,U=console.createTask?console.createTask:function(){return null};u={"react-stack-bottom-frame":function(l){return l()}};var W,J={},G=u["react-stack-bottom-frame"].bind(u,x)(),X=U(r(x)),u1={};Y.Fragment=F,Y.jsx=function(l,p,w,A,P){var V=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,w,!1,A,P,V?Error("react-stack-top-frame"):G,V?U(r(l)):X)},Y.jsxs=function(l,p,w,A,P){var V=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,w,!0,A,P,V?Error("react-stack-top-frame"):G,V?U(r(l)):X)}}()),Y}var l1;function v1(){return l1||(l1=1,process.env.NODE_ENV==="production"?K.exports=g1():K.exports=f1()),K.exports}var s=v1();const F1=({variant:n,collapsed:a,children:t})=>{const{folds:r}=t,[c,x]=e.useState(a?-1:0),o=d=>d===c?"fold active":"fold",i=d=>"fold-button"+(n?" fold-button--"+n:"")+(r[d].foldColor?" fold-button--primary fold-button--"+r[d].foldColor:""),j=d=>{const h=d.which.toString(),u=d.ctrlKey&&h.match(/33|34/);if(h.match(/38|40/)||u){const v=h.match(/34|40/)?1:-1,N=r.length,F=(c+N+v)%N;x(F)}else h==="36"&&x(0),h==="35"&&x(r.length-1);d.preventDefault()},y=d=>{x(c===d?-1:d)};return s.jsx("div",{className:"muncher-accordion",children:r.map((d,h)=>s.jsxs("div",{className:o(h),"aria-expanded":c===h,children:[s.jsx("button",{className:i(h),onKeyDown:j,onClick:()=>y(h),children:s.jsx("span",{children:d.heading})}),s.jsx("section",{className:"fold-content",children:d.body})]},"muncher-accordion-fold-"+h))})},c1=({show:n=!1,backdropClickHandler:a,...t})=>n?s.jsx("div",{className:"muncher-backdrop",onClick:a,...t}):null,r1=({variant:n,rounded:a,border:t,children:r,...c})=>{const x="muncher-badge"+(n?" muncher-badge--"+n:"")+(a?" muncher-badge--rounded":"")+(t?" muncher-badge--border":"");return s.jsx("div",{className:x,...c,children:r})},x1={"align-center":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),"align-justify":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),"align-left":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),"align-right":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),type:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"4 7 4 4 20 4 20 7"}),s.jsx("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),s.jsx("line",{x1:"12",y1:"4",x2:"12",y2:"20"})]}),"ordered-list":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),s.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),s.jsx("polyline",{points:"3 10 5 10 3 13 5 13"}),s.jsx("polyline",{points:"3 3 4 3 4 6"}),s.jsx("path",{d:"M3 17H4H5L4 19C4.55 19 5 19.45 5 20C5 20.55 4.55 21 4 21H3"})]}),"unordered-list":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),s.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),s.jsx("circle",{cx:"4",cy:"12",r:"1"}),s.jsx("circle",{cx:"4",cy:"5",r:"1"}),s.jsx("circle",{cx:"4",cy:"19",r:"1"})]}),table:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),s.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),s.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"})]}),undo:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"2 10 2 16 8 16"}),s.jsx("path",{d:"m22 16c-1.8136-6.5424-9.5593-9.4823-15.36-4.36l-4.64 4.36"})]}),redo:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"22 10 22 16 16 16"}),s.jsx("path",{d:"m1.9935 16c1.8136-6.5424 9.5593-9.4823 15.36-4.36l4.64 4.36"})]}),link:s.jsxs(e.Fragment,{children:[s.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"}),s.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:s.jsxs(e.Fragment,{children:[s.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"}),s.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"}),s.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"5"}),s.jsx("line",{x1:"2",y1:"8",x2:"5",y2:"8"}),s.jsx("line",{x1:"16",y1:"19",x2:"16",y2:"22"}),s.jsx("line",{x1:"19",y1:"16",x2:"22",y2:"16"})]}),"arrow-left":s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("polyline",{points:"12 8 8 12 12 16"}),s.jsx("line",{x1:"16",y1:"12",x2:"8",y2:"12"})]}),"arrow-right":s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("polyline",{points:"12 16 16 12 12 8"}),s.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"arrow-down":s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("polyline",{points:"8 12 12 16 16 12"}),s.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"})]}),"arrow-up":s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("polyline",{points:"16 12 12 8 8 12"}),s.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"8"})]}),anchor:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"5",r:"3"}),s.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),s.jsx("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"})]}),hamburger:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),"chevron-left":s.jsx(e.Fragment,{children:s.jsx("polyline",{points:"15 18 9 12 15 6"})}),"chevron-right":s.jsx(e.Fragment,{children:s.jsx("polyline",{points:"9 18 15 12 9 6"})}),"fast-forward":s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"13 19 22 12 13 5 13 19"}),s.jsx("polygon",{points:"2 19 11 12 2 5 2 19"})]}),pause:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),s.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}),play:s.jsx(e.Fragment,{children:s.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),power:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),s.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}),repeat:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"17 1 21 5 17 9"}),s.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),s.jsx("polyline",{points:"7 23 3 19 7 15"}),s.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]}),rewind:s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"11 19 2 12 11 5 11 19"}),s.jsx("polygon",{points:"22 19 13 12 22 5 22 19"})]}),shuffle:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"16 3 21 3 21 8"}),s.jsx("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),s.jsx("polyline",{points:"21 16 21 21 16 21"}),s.jsx("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),s.jsx("line",{x1:"4",y1:"4",x2:"9",y2:"9"})]}),"skip-back":s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),s.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]}),"skip-forward":s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),s.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]}),youtube:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),clock:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("polyline",{points:"12 6 12 12 16 14"})]}),cloud:s.jsx(e.Fragment,{children:s.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),"cloud-drizzle":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"8",y1:"19",x2:"8",y2:"21"}),s.jsx("line",{x1:"8",y1:"13",x2:"8",y2:"15"}),s.jsx("line",{x1:"16",y1:"19",x2:"16",y2:"21"}),s.jsx("line",{x1:"16",y1:"13",x2:"16",y2:"15"}),s.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),s.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"17"}),s.jsx("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"})]}),"cloud-lightning":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),s.jsx("polyline",{points:"13 11 9 17 15 17 11 23"})]}),camera:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),"camera-off":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),s.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"})]}),coffee:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),s.jsx("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),s.jsx("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),s.jsx("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),s.jsx("line",{x1:"14",y1:"1",x2:"14",y2:"4"})]}),compass:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"})]}),eye:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),s.jsx("circle",{cx:"12",cy:"12",r:"3"})]}),feather:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),s.jsx("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),s.jsx("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"})]}),globe:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),s.jsx("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"})]}),headphone:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M3 18v-6a9 9 0 0 1 18 0v6"}),s.jsx("path",{d:"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"})]}),hexagon:s.jsx(e.Fragment,{children:s.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"})}),package:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),s.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"}),s.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),s.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),"paper-clip":s.jsx(e.Fragment,{children:s.jsx("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"})}),"pen-tool":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M12 19l7-7 3 3-7 7-3-3z"}),s.jsx("path",{d:"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}),s.jsx("path",{d:"M2 2l7.586 7.586"}),s.jsx("circle",{cx:"11",cy:"11",r:"2"})]}),pocket:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"}),s.jsx("polyline",{points:"8 10 12 14 16 10"})]}),shield:s.jsx(e.Fragment,{children:s.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"})}),watch:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"7"}),s.jsx("polyline",{points:"12 9 12 12 13.5 13.5"}),s.jsx("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"})]}),wind:s.jsx(e.Fragment,{children:s.jsx("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"})}),zap:s.jsx(e.Fragment,{children:s.jsx("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"})}),video:s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"23 7 16 12 23 17 23 7"}),s.jsx("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),"video-off":s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),tv:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),s.jsx("polyline",{points:"17 2 12 7 7 2"})]}),truck:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),s.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),s.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),s.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),umbrella:s.jsx(e.Fragment,{children:s.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),maximize:s.jsx(e.Fragment,{children:s.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:s.jsx(e.Fragment,{children:s.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":s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"11",cy:"11",r:"8"}),s.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),s.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),s.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),"zoom-out":s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"11",cy:"11",r:"8"}),s.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),s.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),move:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"5 9 2 12 5 15"}),s.jsx("polyline",{points:"9 5 12 2 15 5"}),s.jsx("polyline",{points:"15 19 12 22 9 19"}),s.jsx("polyline",{points:"19 9 22 12 19 15"}),s.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),s.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"22"})]}),mixer:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),s.jsx("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),s.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),s.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),s.jsx("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),s.jsx("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),s.jsx("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),s.jsx("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),s.jsx("line",{x1:"17",y1:"16",x2:"23",y2:"16"})]}),volume:s.jsx(e.Fragment,{children:s.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"})}),mute:s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),s.jsx("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),s.jsx("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]}),alert:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),s.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),"simple-check":s.jsx(e.Fragment,{children:s.jsx("polyline",{points:"20 6 9 17 4 12"})}),check:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),s.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]}),help:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),s.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),info:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),s.jsx("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})]}),close:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),s.jsx("line",{x1:"9",y1:"9",x2:"15",y2:"15"})]}),code:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"16 18 22 12 16 6"}),s.jsx("polyline",{points:"8 6 2 12 8 18"})]}),database:s.jsxs(e.Fragment,{children:[s.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),s.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),s.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),file:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),s.jsx("polyline",{points:"13 2 13 9 20 9"})]}),folder:s.jsx(e.Fragment,{children:s.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:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"4 17 10 11 4 5"}),s.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),edit:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),s.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:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"18",y1:"2",x2:"22",y2:"6"}),s.jsx("path",{d:"M7.5 20.5L19 9l-4-4L3.5 16.5 2 22l5.5-1.5z"})]}),image:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),s.jsx("polyline",{points:"21 15 16 10 5 21"})]}),print:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),s.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"}),s.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]}),loading:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),s.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),s.jsx("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),s.jsx("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),s.jsx("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),s.jsx("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),s.jsx("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),s.jsx("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"})]}),sun:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"5"}),s.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),s.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),s.jsx("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),s.jsx("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),s.jsx("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),s.jsx("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),s.jsx("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),s.jsx("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}),plus:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),s.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),minus:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"external-link":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),s.jsx("polyline",{points:"15 3 21 3 21 9"}),s.jsx("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),search:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"11",cy:"11",r:"8"}),s.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),filter:s.jsx(e.Fragment,{children:s.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"})}),reset:s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}),s.jsx("line",{x1:"8",y1:"2",x2:"18",y2:"23"})]}),refresh:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"23 4 23 10 17 10"}),s.jsx("polyline",{points:"1 20 1 14 7 14"}),s.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:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"23 4 23 10 17 10"}),s.jsx("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"})]}),"sort-asc":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M11 5h4"}),s.jsx("path",{d:"M11 9h7"}),s.jsx("path",{d:"M11 13h10"}),s.jsx("path",{d:"M3 17l3 3 3-3"}),s.jsx("path",{d:"M6 18V4"})]}),"sort-desc":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M11 8h10"}),s.jsx("path",{d:"M11 12h7"}),s.jsx("path",{d:"M11 16h4"}),s.jsx("path",{d:"M6 18V4"}),s.jsx("polyline",{points:"10 5 6 2 2 5"})]}),scissor:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"6",cy:"6",r:"3"}),s.jsx("circle",{cx:"6",cy:"18",r:"3"}),s.jsx("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),s.jsx("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),s.jsx("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"})]}),slash:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),sidebar:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("line",{x1:"9",y1:"3",x2:"9",y2:"21"})]}),dollar:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),s.jsx("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"})]}),box:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),s.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),key:s.jsx(e.Fragment,{children:s.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:s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),s.jsx("polyline",{points:"2 17 12 22 22 17"}),s.jsx("polyline",{points:"2 12 12 17 22 12"})]}),max:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"15 3 21 3 21 9"}),s.jsx("polyline",{points:"9 21 3 21 3 15"}),s.jsx("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),s.jsx("line",{x1:"3",y1:"21",x2:"10",y2:"14"})]}),github:s.jsx(e.Fragment,{children:s.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":s.jsxs(e.Fragment,{children:[s.jsx("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),s.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),s.jsx("polyline",{points:"22 8.5 12 15.5 2 8.5"}),s.jsx("polyline",{points:"2 15.5 12 8.5 22 15.5"}),s.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"})]}),instagram:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),s.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),s.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]}),linkedin:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),s.jsx("circle",{cx:"4",cy:"4",r:"2"})]}),slack:s.jsxs(e.Fragment,{children:[s.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"}),s.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"}),s.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"}),s.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"}),s.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"}),s.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"}),s.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"}),s.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:s.jsx(e.Fragment,{children:s.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})}),twitter:s.jsx(e.Fragment,{children:s.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:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"3",width:"7",height:"7"}),s.jsx("rect",{x:"14",y:"3",width:"7",height:"7"}),s.jsx("rect",{x:"14",y:"14",width:"7",height:"7"}),s.jsx("rect",{x:"3",y:"14",width:"7",height:"7"})]}),user:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),s.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),"user-plus":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),s.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),s.jsx("line",{x1:"20",y1:"8",x2:"20",y2:"14"}),s.jsx("line",{x1:"23",y1:"11",x2:"17",y2:"11"})]}),"user-minus":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),s.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),s.jsx("line",{x1:"23",y1:"11",x2:"17",y2:"11"})]}),users:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),s.jsx("circle",{cx:"9",cy:"7",r:"4"}),s.jsx("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),s.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),"log-in":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),s.jsx("polyline",{points:"10 17 15 12 10 7"}),s.jsx("line",{x1:"15",y1:"12",x2:"3",y2:"12"})]}),"log-out":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),s.jsx("polyline",{points:"16 17 21 12 16 7"}),s.jsx("line",{x1:"21",y1:"12",x2:"9",y2:"12"})]}),home:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}),s.jsx("polyline",{points:"9 22 9 12 15 12 15 22"})]}),bed:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M2 4v16"}),s.jsx("path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}),s.jsx("path",{d:"M2 17h20"}),s.jsx("path",{d:"M6 8v9"})]}),bath:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("line",{x1:"10",y1:"5",x2:"8",y2:"7"}),s.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),s.jsx("line",{x1:"7",y1:"19",x2:"7",y2:"21"}),s.jsx("line",{x1:"17",y1:"19",x2:"17",y2:"21"})]}),bike:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"5.5",cy:"17.5",r:"3.5"}),s.jsx("circle",{cx:"18.5",cy:"17.5",r:"3.5"}),s.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:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),s.jsx("path",{d:"M9 22v-4h6v4"}),s.jsx("path",{d:"M8 6h.01"}),s.jsx("path",{d:"M16 6h.01"}),s.jsx("path",{d:"M12 6h.01"}),s.jsx("path",{d:"M12 10h.01"}),s.jsx("path",{d:"M12 14h.01"}),s.jsx("path",{d:"M16 10h.01"}),s.jsx("path",{d:"M16 14h.01"}),s.jsx("path",{d:"M8 10h.01"}),s.jsx("path",{d:"M8 14h.01"})]}),car:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("circle",{cx:"6.5",cy:"16.5",r:"2.5"}),s.jsx("circle",{cx:"16.5",cy:"16.5",r:"2.5"})]}),more:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"1"}),s.jsx("circle",{cx:"12",cy:"5",r:"1"}),s.jsx("circle",{cx:"12",cy:"19",r:"1"})]}),dot:s.jsx(e.Fragment,{children:s.jsx("circle",{cx:"12",cy:"12",r:"1"})}),share:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),s.jsx("polyline",{points:"16 6 12 2 8 6"}),s.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"15"})]}),trash:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"3 6 5 6 21 6"}),s.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"}),s.jsx("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),s.jsx("line",{x1:"14",y1:"11",x2:"14",y2:"17"})]}),muncher:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),s.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),s.jsx("line",{x1:"7",y1:"10",x2:"17",y2:"10"}),s.jsx("line",{x1:"7",y1:"14",x2:"17",y2:"14"}),s.jsx("line",{x1:"7",y1:"18",x2:"17",y2:"18"})]}),save:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),s.jsx("polyline",{points:"17 21 17 13 7 13 7 21"}),s.jsx("polyline",{points:"7 3 7 8 15 8"})]}),copy:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),s.jsx("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),clipboard:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"})]}),bookmark:s.jsx(e.Fragment,{children:s.jsx("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),rss:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M4 11a9 9 0 0 1 9 9"}),s.jsx("path",{d:"M4 4a16 16 0 0 1 16 16"}),s.jsx("circle",{cx:"5",cy:"19",r:"1"})]}),calendar:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),s.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),s.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]}),mail:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("polyline",{points:"22,6 12,13 2,6"})]}),phone:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),s.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),inbox:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),s.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:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),s.jsx("polyline",{points:"17 8 12 3 7 8"}),s.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"15"})]}),download:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),s.jsx("polyline",{points:"7 10 12 15 17 10"}),s.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),send:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),s.jsx("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]}),archive:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"21 8 21 21 3 21 3 8"}),s.jsx("rect",{x:"1",y:"3",width:"22",height:"5"}),s.jsx("line",{x1:"10",y1:"12",x2:"14",y2:"12"})]}),lock:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),s.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})]}),unlock:s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),s.jsx("path",{d:"M7 11V7a5 5 0 0 1 9.9-1"})]}),bell:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),s.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),"bell-off":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),s.jsx("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),s.jsx("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),s.jsx("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),s.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),star:s.jsx(e.Fragment,{children:s.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":s.jsx(e.Fragment,{children:s.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":s.jsx(e.Fragment,{children:s.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:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("line",{x1:"4",y1:"22",x2:"4",y2:"15"})]}),tag:s.jsxs(e.Fragment,{children:[s.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"}),s.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),heart:s.jsx(e.Fragment,{children:s.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:s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),s.jsx("circle",{cx:"12",cy:"10",r:"3"})]}),settings:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"3"}),s.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:s.jsx(e.Fragment,{children:s.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":s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),s.jsx("circle",{cx:"8",cy:"12",r:"3",color:"grey"})]}),"toggle-right":s.jsxs(e.Fragment,{children:[s.jsx("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),s.jsx("circle",{cx:"16",cy:"12",r:"3",color:"green"})]}),smile:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),frown:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),meh:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),at:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"12",r:"4"}),s.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),award:s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"12",cy:"8",r:"7"}),s.jsx("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"})]}),"shopping-cart":s.jsxs(e.Fragment,{children:[s.jsx("circle",{cx:"9",cy:"21",r:"1"}),s.jsx("circle",{cx:"20",cy:"21",r:"1"}),s.jsx("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"})]}),"bar-chart":s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),s.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),s.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"14"})]}),"pie-chart":s.jsxs(e.Fragment,{children:[s.jsx("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),s.jsx("path",{d:"M22 12A10 10 0 0 0 12 2v10z"})]}),gift:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"20 12 20 22 4 22 4 12"}),s.jsx("rect",{x:"2",y:"7",width:"20",height:"5"}),s.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),s.jsx("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),s.jsx("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"})]}),bulb:s.jsxs(e.Fragment,{children:[s.jsx("line",{x1:"9",y1:"18",x2:"15",y2:"18"}),s.jsx("line",{x1:"10",y1:"22",x2:"14",y2:"22"}),s.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:s.jsxs(e.Fragment,{children:[s.jsx("polyline",{points:"23 4 23 10 17 10"}),s.jsx("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}),s.jsx("text",{x:"6",y:"14",fontSize:"6",fontFamily:"'Lucida Grande', sans-serif",children:"360"})]})},b=({color:n,name:a,size:t="small",weight:r=2,onClick:c,iconString:x,orientation:o,children:i})=>{const j=t?"muncher-icon--"+t:"muncher-icon--small";return s.jsxs("span",{className:"muncher-icon",children:[i&&o&&o==="right"?s.jsx("span",{className:"content-left",children:i}):"",s.jsx("svg",{className:j,stroke:n||"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",strokeWidth:r||2,strokeLinecap:"round",strokeLinejoin:"round",onClick:c,children:a?x1[a]:x?Object(x1)[x]:""}),i&&(!o||o==="left")?s.jsx("span",{className:"content-right",children:i}):""]})},b1=({variant:n="primary",icon:a="bell",text:t,onClick:r,...c})=>s.jsxs("div",{className:"muncher-icon-badge",onClick:r,...c,children:[s.jsx(b,{name:a}),t===""?"":s.jsx(r1,{variant:n,children:t})]}),H=({type:n="button",variant:a,size:t="medium",title:r,active:c,disabled:x,rounded:o,onClick:i,onMouseDown:j,onMouseEnter:y,onMouseLeave:d,children:h,...u})=>{const v="muncher-button"+(n&&n==="nav"?" muncher-button--nav":"")+(a?" muncher-button--"+a:"")+(t?" muncher-button--"+t:"")+(c?" muncher-button--active":"")+(o?" muncher-button--rounded":"");return s.jsx("button",{type:n&&n!=="nav"?n:"button",className:v,disabled:!!x,title:r,onClick:i,onMouseDown:j,onMouseEnter:y,onMouseLeave:d,...u,children:h})},i1=({variant:n,size:a="medium",title:t,active:r,disabled:c,element:x,onMouseDown:o,rounded:i,drop:j,onClick:y,onClose:d,showContent:h,setShowContent:u,withDropIcon:v,children:N,...F})=>{const z=e.useRef(null),f=M=>{M.preventDefault(),y&&y(M),u&&u(!0)},E=e.useCallback(()=>{u(!1),d&&d()},[d,u]),C=e.useCallback(M=>{M.keyCode===27&&E()},[E]);e.useEffect(()=>{const M=_=>{z&&z.current&&_.target instanceof HTMLElement&&!z.current.contains(_.target)&&E()};return document.addEventListener("keydown",C,!1),document.addEventListener("mousedown",M),()=>{document.removeEventListener("keydown",C,!1)}},[C,E]);const S=()=>{var O;const M=(O=z.current)==null?void 0:O.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 g=Math.round((_-M)/_*100);if(g>40||g<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 s.jsxs("div",{className:"muncher-dropdown",ref:z,children:[s.jsxs(H,{onMouseDown:f,title:t,disabled:c,rounded:i,active:r,variant:n,size:a,...F,children:[x,v?s.jsx("span",{className:"small",children:"▼"}):""]}),h?s.jsx("div",{className:S(),children:N}):""]})},M1=({title:n,active:a,disabled:t,element:r,rounded:c,dropLeft:x,children:o,...i})=>s.jsxs("div",{className:`muncher-dropdown-nav ${x?"drop-left":""}`,children:[s.jsx(H,{type:"nav",title:n,disabled:t,rounded:c,active:a,...i,children:r}),s.jsx("div",{className:"muncher-dropdown-nav--content",children:o})]}),o1=n=>{navigator.clipboard.writeText(n)},d1=({text:n,variant:a="secondary",size:t="small"})=>{const[r,c]=e.useState(),[x,o]=e.useState("copy"),[i,j]=e.useState("copy link"),y=()=>{o1(n),c("green"),o("check"),j("copied!"),setTimeout(function(){c(""),o("copy")},2e3)};return s.jsx(H,{size:t,variant:a,title:i,onClick:y,children:s.jsx(b,{name:x,color:r})})},w1=({variant:n="secondary",size:a="medium",title:t})=>{const[r,c]=e.useState(!1);return s.jsx("div",{className:"muncher-share",children:s.jsxs(i1,{title:"Share to Social Media",showContent:r,setShowContent:c,variant:n,size:a,element:s.jsx(b,{name:"share",orientation:"right",children:"Share"}),children:[s.jsx(H,{size:"small",variant:n,children:s.jsx("a",{href:"https://twitter.com/share?url="+window.location.href+"&text="+t,target:"_blank",title:"Share link to Twitter",children:s.jsx(b,{name:"twitter"})})}),s.jsx(H,{size:"small",variant:n,children:s.jsx("a",{href:"https://www.facebook.com/sharer/sharer.php?u="+window.location.href,target:"_blank",title:"Share link to Facebook",children:s.jsx(b,{name:"facebook"})})}),s.jsx(H,{size:"small",variant:n,children:s.jsx("a",{href:"mailto:?subject="+t+"&body="+window.location.href,target:"_blank",title:"share link by Email",children:s.jsx(b,{name:"mail"})})}),s.jsx(d1,{text:window.location.href})]})})},h1=({header:n,data:a,filename:t,variant:r,size:c,title:x,active:o,disabled:i,rounded:j})=>{const y=encodeURI("data:text/csv;charset=utf-8,"+n.join(",")+`
|
|
23
23
|
`+a.map(d=>d.join(",")).join(`
|
|
24
|
-
`));return e.jsx("div",{className:"muncher-csv",children:e.jsx(H,{variant:r,size:c,active:o,disabled:i,rounded:j,children:e.jsx("a",{href:y,download:t+".csv",children:e.jsx(F,{name:"download",children:x||"Download"})})})})},j1=({variant:n="transparent",size:a="small",title:t,sortAsc:r="true",active:c,rounded:x,onClick:o,children:i})=>{const[j,y]=s.useState(!1),d=()=>!c||c&&!j?r?e.jsx(F,{name:"sort-asc"}):e.jsx(F,{name:"sort-desc"}):r?e.jsx(F,{name:"sort-desc"}):e.jsx(F,{name:"sort-asc"});return e.jsxs(H,{variant:n,size:a,title:t,rounded:x,onMouseEnter:()=>{y(!0)},onMouseLeave:()=>{y(!1)},onClick:o,children:[i,c||j?e.jsx(d,{}):""]})},Z=({direction:n,size:a="small",weight:t,isDisabled:r,variant:c="primary",navIcon:x="chevron",onClick:o})=>{const i=()=>{switch(x){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(H,{onClick:o,disabled:r,size:"small",variant:c,title:n==="left"?"Navigate Left":"Navigate Right",children:e.jsx(F,{name:i(),size:a,weight:t})})})},I=({label:n,onClick:a,id:t,required:r=!1})=>e.jsxs("label",{htmlFor:t,onClick:a,children:[n,r?e.jsx("span",{className:"required",children:"*"}):""]}),M1=({name:n,required:a=!1,onChange:t,checked:r=!1,label:c,...x})=>{const[o,i]=s.useState(r||!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=>{i(j.target.checked),t&&t()},checked:o,required:a,...x}),c?e.jsx(I,{label:c,required:a,id:n,onClick:j=>{j.preventDefault(),i(!o),t&&t()}}):""]})})},q=({size:n,...a})=>e.jsx("div",{className:n?"muncher-spinner muncher-spinner-"+n:"muncher-spinner",...a}),m1=({name:n,label:a,variant:t="secondary",size:r="medium",required:c,active:x,isUploading:o,handleOnChange:i,warningMessage:j,successMessage:y,...d})=>{const h="muncher-button"+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(x?" muncher-button--active":""),u=f=>{i&&i(f.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:h,children:[e.jsx(F,{name:"upload"})," ",a||"Upload CSV",c?e.jsx("span",{className:"required",children:" *"}):"",o?e.jsx(q,{size:"tiny"}):""]}),e.jsx("input",{id:n,type:"file",className:"muncher-file-input",required:c,onChange:u,accept:"text/csv",...d}),j&&j!==""?e.jsx("p",{className:"text-danger",children:j}):"",y&&y!==""?e.jsx("p",{className:"text-success",children:y}):""]})})},k1=({name:n,label:a,variant:t="secondary",size:r="large",required:c,active:x,setFiles:o,error:i,multiple:j=!1,maxFiles:y,...d})=>{const[h,u]=s.useState(""),[f,b]=s.useState(""),w=y||3,E="muncher-button"+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(x?" muncher-button--active":""),v=T=>{if(j){let S=Array.from(T.currentTarget.files);S.length>w&&(S=S.slice(0,w),b("Only first "+w+" files included")),o(S),u(S.map(C=>C.name).join(", "))}else o(Array.from(T.currentTarget.files[0])),u(T.currentTarget.files[0].name)},k=()=>i&&i!=="";return e.jsxs("div",{className:"muncher-file-input--div",children:[e.jsxs("div",{className:"file-input-element",children:[e.jsxs("label",{htmlFor:n,className:E,children:[e.jsx(F,{name:"image"})," ",a,c?e.jsx("span",{className:"required",children:" *"}):""]}),e.jsx("span",{className:"span-file-name",children:h}),e.jsx("input",{id:n,type:"file",className:"muncher-file-input",name:n,onChange:v,multiple:j,accept:"image/*",...d})]}),f!==""?e.jsx("p",{className:"text-danger",children:f}):"",k()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:i})}):""]})},y1=({name:n,label:a,required:t,readOnly:r,icon:c,hoverIcon:x,onHoverIconClick:o,type:i="text",list:j,onBlur:y,labelPosition:d="top",onKeyDown:h,error:u,focus:f=!1,placeholder:b,onChange:w,step:E,value:v,maxLength:k,onEnterPress:T,displayLoader:S,...C})=>{const z=()=>u&&u!=="",V=()=>{let R="muncher-input";return(c||x)&&(R+=" muncher-input-icon"),z()&&(R+=" muncher-input-error"),d==="side"&&(R+=" muncher-label-side"),R},g=()=>a?e.jsx(I,{label:a,required:t,id:n}):"",M=R=>{R.key==="Enter"&&T&&T(),h&&h(R)};return e.jsxs("div",{className:"muncher-input--div",children:[d!=="side"?g():"",e.jsxs("div",{className:"muncher-input-element",children:[d==="side"?g():"",c?e.jsx(F,{name:c}):"",x?e.jsxs("span",{className:"muncher-icon-hover",children:[e.jsx(F,{name:x,onClick:o})," "]}):"",e.jsxs("div",{className:"muncher-input-wrapper",children:[e.jsx("input",{id:n,className:V(),name:n,autoFocus:f,value:v,type:i||"text",autoComplete:"off",placeholder:b,onChange:w,required:t,readOnly:r,list:j,onKeyDown:M,onBlur:y,step:E,maxLength:k,...C}),S?e.jsx(q,{size:"tiny"}):""]})]}),z()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:u})}):""]})},C1=({name:n,required:a=!1,onChange:t,checked:r=!1,label:c,...x})=>e.jsx("div",{className:"muncher-input--div",children:e.jsxs("div",{className:"muncher-radio",children:[e.jsx("input",{type:"radio",name:n,onChange:t,checked:r,...x}),c?e.jsx(I,{label:c,required:a,onClick:()=>{t&&t()}}):""]})}),p1=({name:n,options:a,label:t,required:r,multiple:c,error:x,onChange:o,value:i,...j})=>{const y=()=>x&&x!=="",d=()=>{let h="muncher-input";return y()&&(h+=" muncher-input-error"),h};return e.jsxs("div",{className:"muncher-input--div",children:[t?e.jsx(I,{label:t,required:r,id:n}):"",e.jsx("div",{className:"muncher-input-element",children:e.jsxs("select",{id:n,className:d(),name:n,value:i,onChange:o,required:r,multiple:c,...j,children:[r?e.jsx("option",{value:"",children:"-- Select --"}):"",a.map((h,u)=>e.jsx("option",{value:h.value,children:h.label},`select-option-${u}`))]})}),y()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:x})}):""]})},E1=({name:n,label:a,required:t,readOnly:r=!1,rows:c=6,maxLength:x=1e3,focus:o=!1,placeholder:i,onChange:j,value:y,...d})=>{const[h,u]=s.useState(y),f=b=>{u(b.target.value),j&&j(b)};return e.jsxs("div",{className:"muncher-input--div",children:[a?e.jsx(I,{label:a,required:t,id:n}):"",e.jsx("textarea",{id:n,className:"muncher-textarea",rows:c,maxLength:x,name:n,autoFocus:o,value:y,placeholder:i,onChange:f,required:t,readOnly:r,...d}),e.jsxs("p",{children:[h?x?x-h.length:1e3:x," characters left"]})]})},S1=({focus:n=!1,inputPlaceHolder:a,handleInputChange:t,showContent:r=!1,setShowContent:c,readOnly:x,value:o,label:i,error:j,required:y,onEnterPress:d,list:h,displayLoader:u,children:f})=>{const b=s.useRef(null),w=k=>{c(!0),t(k.target.value)},E=s.useCallback(()=>{c(!1)},[c]),v=s.useCallback(k=>{k.keyCode===27&&E()},[E]);return s.useEffect(()=>{const k=T=>{if(b&&b!==null){const S=b.current;S&&!S.contains(T.target)&&E()}};return document.addEventListener("keydown",v,!1),document.addEventListener("mousedown",k),()=>{document.removeEventListener("keydown",v,!1)}},[v,E]),e.jsxs("div",{className:"muncher-input-drop-down",ref:b,children:[e.jsx(y1,{focus:n,placeholder:a,name:"query",onChange:w,onEnterPress:d,list:h,displayLoader:u,readOnly:x,value:o,label:i,required:y,error:j}),r?e.jsx("div",{className:"muncher-input-drop-down--content",children:f}):""]})},T1=({children:n})=>e.jsx("ul",{className:"muncher-ul",children:n}),R1=({isFeatured:n,bulletIcon:a="arrow-right",bulletWeight:t=2,bulletSize:r="small",bulletColor:c,children:x})=>e.jsx("li",{className:n?"muncher-li featured":"muncher-li",children:e.jsx(F,{name:a,weight:t,size:r,color:c,children:x})}),A1=({show:n=!1,setShow:a,children:t,...r})=>{const c=s.useCallback(x=>{x.keyCode===27&&a(!1)},[a]);return s.useEffect(()=>(document.addEventListener("keydown",c,!1),()=>{document.removeEventListener("keydown",c,!1)}),[c]),s.useEffect(()=>{n?document.body.style.overflow="hidden":document.body.style.overflow="unset"},[n]),e.jsxs(s.Fragment,{children:[e.jsx(c1,{show:n,backdropClickHandler:()=>a(!1)}),e.jsx("div",{className:"muncher-modal",style:{transform:n?"translateY(0)":"translateY(-100vh)",opacity:n?"1":"0"},...r,children:t})]})},_1=({showHoverEffect:n,onClick:a,children:t})=>{const r=()=>n?"muncher-paper muncher-paper-hover":"muncher-paper";return e.jsx("section",{className:r(),onClick:a,children:t})},z1=({pillCloseHandler:n,children:a,...t})=>e.jsxs("div",{className:"muncher-pill",...t,children:[e.jsx("div",{className:"close",onClick:n,children:e.jsx(F,{name:"close"})}),e.jsxs("div",{className:"content",children:[" ",a]})]}),H1=({value:n,max:a,label:t})=>{const r=()=>{const c=Math.round(n/a*100)+"%";return t?t+" "+c:c};return e.jsxs("div",{className:"muncher-progress",children:[e.jsx("label",{htmlFor:"progress",children:r()}),e.jsx("progress",{id:"progress",value:n,max:a,children:r()})]})},O1=({variant:n,size:a,style:t})=>{const r="muncher-hr"+(n?" muncher-hr--"+n:"")+(a?" muncher-hr--"+a:"")+(t?" muncher-hr--"+t:"");return e.jsx("hr",{className:r})},L1=({sliderItems:n,navButtonSize:a="large",navButtonWeight:t=2,variant:r,navIcon:c,navButtonPlacement:x="inside"})=>{const[o,i]=s.useState(0),[j,y]=s.useState(0),d=()=>n.length>1&&o>0?e.jsx(Z,{direction:"left",size:a,variant:r,navIcon:c,weight:t,onClick:()=>{o===0?(y(-(n.length-1)*100),i(n.length-1)):(y(j+100),i(o-1))}}):"",h=()=>n.length>1&&o<n.length-1?e.jsx(Z,{direction:"right",size:a,weight:t,navIcon:c,variant:r,onClick:()=>{o===n.length-1?(i(0),y(0)):(y(j-100),i(o+1))}}):"";return e.jsxs("div",{className:"muncher-item-slider-wrapper--"+x,children:[x==="outside"?d():"",e.jsxs("div",{className:"muncher-item-slider",children:[x==="inside"?d():"",e.jsx("div",{className:"slider-container",style:{width:`${100*n.length}%`},children:n.map((u,f)=>e.jsx("div",{className:"slider-item",style:{transform:`translateX(${j}%)`},children:u},"slider-item"+f))}),x==="inside"?h():""]}),x==="outside"?h():""]})},V1=({min:n,max:a,minValue:t,maxValue:r,setMinValue:c,setMaxValue:x,numberFormatter:o=i=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(i)})=>{const i=d=>{const h=+d.target.value,u=h<r-1?h:t;c(u)},j=d=>{const h=+d.target.value,u=h>t+1?h:r;x(u)},y=d=>o&&d?o(d):d;return e.jsxs("div",{className:"muncher-slider",children:[e.jsx("div",{className:"slider-header",children:e.jsx("p",{children:y(t)+" - "+y(r)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:a,value:t,onChange:i}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:a,value:r,onChange:j}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:y(n)}),e.jsx("div",{className:"slider-max",children:y(a)})]})]})},P1=({min:n,max:a,value:t,setValue:r,numberFormatter:c=x=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(x)})=>{const x=i=>c?c(i):i,o=i=>{const j=+i.target.value;r(j)};return e.jsxs("div",{className:"muncher-slider",children:[e.jsx("div",{className:"slider-header",children:e.jsx("p",{children:x(t)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:a,value:t,onChange:o}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:x(n)}),e.jsx("div",{className:"slider-max",children:x(a)})]})]})},I1=({isFeatured:n,onClick:a})=>e.jsx("span",{className:"span-featured",children:e.jsx("span",{className:n?"featured-star":"un-featured-star",onClick:a})}),D1=({rating:n,color:a,size:t,...r})=>{const c={"--r":n},x=()=>{let o="muncher-star";return a&&(o+=" star-"+a),t&&(o+=" star-"+t),o};return e.jsx("span",{className:x(),style:c,...r})},B1=({handleTabSelected:n,children:a})=>{const[t,r]=s.useState(0),{tabs:c}=a,x=o=>{r(o),n&&n(o)};return e.jsxs("section",{className:"muncher-tabs",children:[e.jsx("header",{children:c.map((o,i)=>e.jsxs("div",{className:"muncher-tab-header--item",children:[e.jsx(H,{variant:"transparent",active:t===i,size:"small",title:o.headerTitle,onClick:()=>{x(i)},children:o.header}),i!==c.length-1?e.jsx("span",{className:"spacer",children:"|"}):""]},"muncher-tab-header"+i))}),c.map((o,i)=>e.jsx("section",{className:t===i?"muncher-tab muncher-tab--active":"muncher-tab",children:o.body},"muncher-tab-"+i))]})},Y1=({fileName:n,defaultPageSize:a=50,skeleton:t,handleOnUpload:r,sortBy:c,excludeDownload:x,includeUpload:o,isUploading:i,uploadWarningMessage:j,uploadSuccessMessage:y,excludePagination:d,footer:h,children:u})=>{const{header:f,rows:b}=u,[w,E]=s.useState(c??{index:0}),[v,k]=s.useState({num:0,size:a}),T=g=>{E(M=>M.index===g?{...M,desc:!M.desc}:{index:g})},S=s.useMemo(()=>{var R;const g=[...b],M=(R=f[w.index])==null?void 0:R.sort;return M?g.sort(M):g.sort((L,Q)=>{var W,J,G,X;const $=((J=(W=L[w.index])==null?void 0:W.value)==null?void 0:J.toString().toLowerCase())??"",U=((X=(G=Q[w.index])==null?void 0:G.value)==null?void 0:X.toString().toLowerCase())??"";return $.localeCompare(U)}),w.desc?g.reverse():g},[b,w,f]),C=s.useMemo(()=>S.slice(v.num*v.size,(v.num+1)*v.size),[S,v]),z=f.filter(g=>!g.csvExclude).map(g=>typeof g.name=="string"?g.name:""),V=b.map(g=>g.filter((M,R)=>!f[R].csvExclude).map(M=>M.csv??M.value??""));return e.jsxs("section",{className:"muncher-table",children:[e.jsx("div",{className:"row head",children:f.map((g,M)=>g.visibility==="hidden"?null:e.jsx("div",{title:g.title,className:g.visibility?"col main":"col",children:typeof g.name=="string"?e.jsx("div",{className:"sort-button",children:e.jsx(j1,{onClick:()=>T(M),active:w.index===M,sortAsc:!w.desc,children:g.name})}):g.name},`row-head-${M}`))}),t||C.map((g,M)=>e.jsx("div",{className:"row",children:g.map((R,L)=>f[L].visibility==="hidden"?null:e.jsx("div",{className:f[L].visibility?"col main":"col",children:R.content},`row-col-${M}-${L}`))},`row-${M}`)),h??null,e.jsxs("div",{className:"row-footer",children:[e.jsxs("div",{className:"row-footer-buttons",children:[!x&&e.jsx(h1,{filename:n??"download",variant:"secondary",title:"Download",header:z,data:V}),o&&e.jsx(m1,{name:"csv-input-file",handleOnChange:r,isUploading:i,warningMessage:j,successMessage:y})]}),!d&&e.jsxs("div",{className:"pagination",children:[e.jsxs("div",{className:"left",children:["Rows:",e.jsx(p1,{name:"pageSize",options:[{label:"50",value:"50"},{label:"100",value:"100"},{label:"500",value:"500"}],value:String(v.size),onChange:g=>k({num:0,size:parseInt(g.target.value,10)})})]}),e.jsxs("div",{className:"center",children:[v.num*v.size+1," -",Math.min((v.num+1)*v.size,b.length)," of ",b.length]}),e.jsxs("div",{className:"right",children:[e.jsx(H,{variant:"transparent",disabled:v.num===0,size:"small",onClick:()=>k({...v,num:v.num-1}),children:e.jsx(F,{name:"chevron-left"})}),e.jsx(H,{variant:"transparent",disabled:(v.num+1)*v.size>=b.length,size:"small",onClick:()=>k({...v,num:v.num+1}),children:e.jsx(F,{name:"chevron-right"})})]})]})]})]})};m.Accordion=b1,m.Backdrop=c1,m.Badge=r1,m.Button=H,m.Checkbox=M1,m.CopyButton=d1,m.CsvButton=h1,m.CsvInput=m1,m.DropdownButton=i1,m.DropdownNavButton=w1,m.Featured=I1,m.Hr=O1,m.Icon=F,m.IconBadge=F1,m.ImageInput=k1,m.Input=y1,m.ItemSlider=L1,m.Label=I,m.Li=R1,m.Modal=A1,m.NavigateButton=Z,m.Paper=_1,m.Pill=z1,m.Progress=H1,m.Radio=C1,m.RangeSlider=V1,m.Select=p1,m.ShareButton=N1,m.Slider=P1,m.SortButton=j1,m.Spinner=q,m.Star=D1,m.Table=Y1,m.Tabs=B1,m.TextInputDropdown=S1,m.Textarea=E1,m.Ul=T1,m.copyToClipboard=o1,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})});
|
|
24
|
+
`));return s.jsx("div",{className:"muncher-csv",children:s.jsx(H,{variant:r,size:c,active:o,disabled:i,rounded:j,children:s.jsx("a",{href:y,download:t+".csv",children:s.jsx(b,{name:"download",children:x||"Download"})})})})},j1=({variant:n="transparent",size:a="small",title:t,sortAsc:r="true",active:c,rounded:x,onClick:o,children:i})=>{const[j,y]=e.useState(!1),d=()=>!c||c&&!j?r?s.jsx(b,{name:"sort-asc"}):s.jsx(b,{name:"sort-desc"}):r?s.jsx(b,{name:"sort-desc"}):s.jsx(b,{name:"sort-asc"});return s.jsxs(H,{variant:n,size:a,title:t,rounded:x,onMouseEnter:()=>{y(!0)},onMouseLeave:()=>{y(!1)},onClick:o,children:[i,c||j?s.jsx(d,{}):""]})},Z=({direction:n,size:a="small",weight:t,isDisabled:r,variant:c="primary",navIcon:x="chevron",onClick:o})=>{const i=()=>{switch(x){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 s.jsx("div",{className:n==="left"?"muncher-button--navigate muncher-button--navigate-left":"muncher-button--navigate muncher-button--navigate-right",children:s.jsx(H,{onClick:o,disabled:r,size:"small",variant:c,title:n==="left"?"Navigate Left":"Navigate Right",children:s.jsx(b,{name:i(),size:a,weight:t})})})},I=({label:n,onClick:a,id:t,required:r=!1})=>s.jsxs("label",{htmlFor:t,onClick:a,children:[n,r?s.jsx("span",{className:"required",children:"*"}):""]}),N1=({name:n,required:a=!1,onChange:t,checked:r=!1,label:c,...x})=>{const[o,i]=e.useState(r||!1);return s.jsx("div",{className:"muncher-input--div",children:s.jsxs("div",{className:"muncher-checkbox",children:[s.jsx("input",{type:"checkbox",id:n,name:n,onChange:j=>{i(j.target.checked),t&&t()},checked:o,required:a,...x}),c?s.jsx(I,{label:c,required:a,id:n,onClick:j=>{j.preventDefault(),i(!o),t&&t()}}):""]})})},q=({size:n,...a})=>s.jsx("div",{className:n?"muncher-spinner muncher-spinner-"+n:"muncher-spinner",...a}),m1=({name:n,label:a,variant:t="secondary",size:r="medium",required:c,active:x,isUploading:o,handleOnChange:i,warningMessage:j,successMessage:y,...d})=>{const h="muncher-button"+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(x?" muncher-button--active":""),u=v=>{i&&i(v.currentTarget.files[0])};return s.jsx("div",{className:"muncher-file-input--div",children:s.jsxs("div",{className:"file-input-element",children:[s.jsxs("label",{htmlFor:n,className:h,children:[s.jsx(b,{name:"upload"})," ",a||"Upload CSV",c?s.jsx("span",{className:"required",children:" *"}):"",o?s.jsx(q,{size:"tiny"}):""]}),s.jsx("input",{id:n,type:"file",className:"muncher-file-input",required:c,onChange:u,accept:"text/csv",...d}),j&&j!==""?s.jsx("p",{className:"text-danger",children:j}):"",y&&y!==""?s.jsx("p",{className:"text-success",children:y}):""]})})},k1=({name:n,label:a,variant:t="secondary",size:r="large",required:c,active:x,setFiles:o,error:i,multiple:j=!1,maxFiles:y,...d})=>{const[h,u]=e.useState(""),[v,N]=e.useState(""),F=y||3,z="muncher-button"+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(x?" muncher-button--active":""),f=C=>{if(j){let S=Array.from(C.currentTarget.files);S.length>F&&(S=S.slice(0,F),N("Only first "+F+" files included")),o(S),u(S.map(M=>M.name).join(", "))}else o(Array.from(C.currentTarget.files[0])),u(C.currentTarget.files[0].name)},E=()=>i&&i!=="";return s.jsxs("div",{className:"muncher-file-input--div",children:[s.jsxs("div",{className:"file-input-element",children:[s.jsxs("label",{htmlFor:n,className:z,children:[s.jsx(b,{name:"image"})," ",a,c?s.jsx("span",{className:"required",children:" *"}):""]}),s.jsx("span",{className:"span-file-name",children:h}),s.jsx("input",{id:n,type:"file",className:"muncher-file-input",name:n,onChange:f,multiple:j,accept:"image/*",...d})]}),v!==""?s.jsx("p",{className:"text-danger",children:v}):"",E()?s.jsx("div",{className:"muncher-input-error-message",children:s.jsx(b,{name:"alert",children:i})}):""]})},y1=({name:n,label:a,required:t,readOnly:r,icon:c,hoverIcon:x,onHoverIconClick:o,type:i="text",list:j,onBlur:y,labelPosition:d="top",onKeyDown:h,error:u,focus:v=!1,placeholder:N,onChange:F,step:z,value:f,maxLength:E,onEnterPress:C,displayLoader:S,...M})=>{const _=()=>u&&u!=="",O=()=>{let T="muncher-input";return(c||x)&&(T+=" muncher-input-icon"),_()&&(T+=" muncher-input-error"),d==="side"&&(T+=" muncher-label-side"),T},g=()=>a?s.jsx(I,{label:a,required:t,id:n}):"",k=T=>{T.key==="Enter"&&C&&C(),h&&h(T)};return s.jsxs("div",{className:"muncher-input--div",children:[d!=="side"?g():"",s.jsxs("div",{className:"muncher-input-element",children:[d==="side"?g():"",c?s.jsx(b,{name:c}):"",x?s.jsxs("span",{className:"muncher-icon-hover",children:[s.jsx(b,{name:x,onClick:o})," "]}):"",s.jsxs("div",{className:"muncher-input-wrapper",children:[s.jsx("input",{id:n,className:O(),name:n,autoFocus:v,value:f,type:i||"text",autoComplete:"off",placeholder:N,onChange:F,required:t,readOnly:r,list:j,onKeyDown:k,onBlur:y,step:z,maxLength:E,...M}),S?s.jsx(q,{size:"tiny"}):""]})]}),_()?s.jsx("div",{className:"muncher-input-error-message",children:s.jsx(b,{name:"alert",children:u})}):""]})},C1=({name:n,required:a=!1,onChange:t,checked:r=!1,label:c,...x})=>s.jsx("div",{className:"muncher-input--div",children:s.jsxs("div",{className:"muncher-radio",children:[s.jsx("input",{type:"radio",name:n,onChange:t,checked:r,...x}),c?s.jsx(I,{label:c,required:a,onClick:()=>{t&&t()}}):""]})}),p1=({name:n,options:a,label:t,required:r,multiple:c,error:x,onChange:o,value:i,...j})=>{const y=()=>x&&x!=="",d=()=>{let h="muncher-input";return y()&&(h+=" muncher-input-error"),h};return s.jsxs("div",{className:"muncher-input--div",children:[t?s.jsx(I,{label:t,required:r,id:n}):"",s.jsx("div",{className:"muncher-input-element",children:s.jsxs("select",{id:n,className:d(),name:n,value:i,onChange:o,required:r,multiple:c,...j,children:[r?s.jsx("option",{value:"",children:"-- Select --"}):"",a.map((h,u)=>s.jsx("option",{value:h.value,children:h.label},`select-option-${u}`))]})}),y()?s.jsx("div",{className:"muncher-input-error-message",children:s.jsx(b,{name:"alert",children:x})}):""]})},E1=({name:n,label:a,required:t,readOnly:r=!1,rows:c=6,maxLength:x=1e3,focus:o=!1,placeholder:i,onChange:j,value:y,...d})=>{const[h,u]=e.useState(y),v=N=>{u(N.target.value),j&&j(N)};return s.jsxs("div",{className:"muncher-input--div",children:[a?s.jsx(I,{label:a,required:t,id:n}):"",s.jsx("textarea",{id:n,className:"muncher-textarea",rows:c,maxLength:x,name:n,autoFocus:o,value:y,placeholder:i,onChange:v,required:t,readOnly:r,...d}),s.jsxs("p",{children:[h?x?x-h.length:1e3:x," characters left"]})]})},S1=({name:n="query",focus:a=!1,inputPlaceHolder:t,handleInputChange:r,showContent:c=!1,setShowContent:x,readOnly:o,value:i,label:j,error:y,required:d,onEnterPress:h,list:u,displayLoader:v,children:N})=>{const F=e.useRef(null),z=C=>{x(!0),r(C.target.value)},f=e.useCallback(()=>{x(!1)},[x]),E=e.useCallback(C=>{C.keyCode===27&&f()},[f]);return e.useEffect(()=>{const C=S=>{if(F&&F!==null){const M=F.current;M&&!M.contains(S.target)&&f()}};return document.addEventListener("keydown",E,!1),document.addEventListener("mousedown",C),()=>{document.removeEventListener("keydown",E,!1)}},[E,f]),s.jsxs("div",{className:"muncher-input-drop-down",ref:F,children:[s.jsx(y1,{focus:a,placeholder:t,name:n,onChange:z,onEnterPress:h,list:u,displayLoader:v,readOnly:o,value:i,label:j,required:d,error:y}),c?s.jsx("div",{className:"muncher-input-drop-down--content",children:N}):""]})},T1=({children:n})=>s.jsx("ul",{className:"muncher-ul",children:n}),A1=({isFeatured:n,bulletIcon:a="arrow-right",bulletWeight:t=2,bulletSize:r="small",bulletColor:c,children:x})=>s.jsx("li",{className:n?"muncher-li featured":"muncher-li",children:s.jsx(b,{name:a,weight:t,size:r,color:c,children:x})}),R1=({show:n=!1,setShow:a,children:t,...r})=>{const c=e.useCallback(x=>{x.keyCode===27&&a(!1)},[a]);return e.useEffect(()=>(document.addEventListener("keydown",c,!1),()=>{document.removeEventListener("keydown",c,!1)}),[c]),e.useEffect(()=>{n?document.body.style.overflow="hidden":document.body.style.overflow="unset"},[n]),s.jsxs(e.Fragment,{children:[s.jsx(c1,{show:n,backdropClickHandler:()=>a(!1)}),s.jsx("div",{className:"muncher-modal",style:{transform:n?"translateY(0)":"translateY(-100vh)",opacity:n?"1":"0"},...r,children:t})]})},z1=({showHoverEffect:n,onClick:a,children:t})=>{const r=()=>n?"muncher-paper muncher-paper-hover":"muncher-paper";return s.jsx("section",{className:r(),onClick:a,children:t})},_1=({pillCloseHandler:n,children:a,...t})=>s.jsxs("div",{className:"muncher-pill",...t,children:[s.jsx("div",{className:"close",onClick:n,children:s.jsx(b,{name:"close"})}),s.jsxs("div",{className:"content",children:[" ",a]})]}),H1=({value:n,max:a,label:t})=>{const r=()=>{const c=Math.round(n/a*100)+"%";return t?t+" "+c:c};return s.jsxs("div",{className:"muncher-progress",children:[s.jsx("label",{htmlFor:"progress",children:r()}),s.jsx("progress",{id:"progress",value:n,max:a,children:r()})]})},V1=({variant:n,size:a,style:t})=>{const r="muncher-hr"+(n?" muncher-hr--"+n:"")+(a?" muncher-hr--"+a:"")+(t?" muncher-hr--"+t:"");return s.jsx("hr",{className:r})},L1=({sliderItems:n,navButtonSize:a="large",navButtonWeight:t=2,variant:r,navIcon:c,navButtonPlacement:x="inside"})=>{const[o,i]=e.useState(0),[j,y]=e.useState(0),d=()=>n.length>1&&o>0?s.jsx(Z,{direction:"left",size:a,variant:r,navIcon:c,weight:t,onClick:()=>{o===0?(y(-(n.length-1)*100),i(n.length-1)):(y(j+100),i(o-1))}}):"",h=()=>n.length>1&&o<n.length-1?s.jsx(Z,{direction:"right",size:a,weight:t,navIcon:c,variant:r,onClick:()=>{o===n.length-1?(i(0),y(0)):(y(j-100),i(o+1))}}):"";return s.jsxs("div",{className:"muncher-item-slider-wrapper--"+x,children:[x==="outside"?d():"",s.jsxs("div",{className:"muncher-item-slider",children:[x==="inside"?d():"",s.jsx("div",{className:"slider-container",style:{width:`${100*n.length}%`},children:n.map((u,v)=>s.jsx("div",{className:"slider-item",style:{transform:`translateX(${j}%)`},children:u},"slider-item"+v))}),x==="inside"?h():""]}),x==="outside"?h():""]})},O1=({min:n,max:a,minValue:t,maxValue:r,setMinValue:c,setMaxValue:x,numberFormatter:o=i=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(i)})=>{const i=d=>{const h=+d.target.value,u=h<r-1?h:t;c(u)},j=d=>{const h=+d.target.value,u=h>t+1?h:r;x(u)},y=d=>o&&d?o(d):d;return s.jsxs("div",{className:"muncher-slider",children:[s.jsx("div",{className:"slider-header",children:s.jsx("p",{children:y(t)+" - "+y(r)})}),s.jsx("input",{className:"muncher-range",type:"range",min:n,max:a,value:t,onChange:i}),s.jsx("input",{className:"muncher-range",type:"range",min:n,max:a,value:r,onChange:j}),s.jsxs("div",{className:"slider-values",children:[s.jsx("div",{className:"slider-min",children:y(n)}),s.jsx("div",{className:"slider-max",children:y(a)})]})]})},P1=({min:n,max:a,value:t,setValue:r,numberFormatter:c=x=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(x)})=>{const x=i=>c?c(i):i,o=i=>{const j=+i.target.value;r(j)};return s.jsxs("div",{className:"muncher-slider",children:[s.jsx("div",{className:"slider-header",children:s.jsx("p",{children:x(t)})}),s.jsx("input",{className:"muncher-range",type:"range",min:n,max:a,value:t,onChange:o}),s.jsxs("div",{className:"slider-values",children:[s.jsx("div",{className:"slider-min",children:x(n)}),s.jsx("div",{className:"slider-max",children:x(a)})]})]})},I1=({isFeatured:n,onClick:a})=>s.jsx("span",{className:"span-featured",children:s.jsx("span",{className:n?"featured-star":"un-featured-star",onClick:a})}),D1=({rating:n,color:a,size:t,...r})=>{const c={"--r":n},x=()=>{let o="muncher-star";return a&&(o+=" star-"+a),t&&(o+=" star-"+t),o};return s.jsx("span",{className:x(),style:c,...r})},B1=({handleTabSelected:n,children:a})=>{const[t,r]=e.useState(0),{tabs:c}=a,x=o=>{r(o),n&&n(o)};return s.jsxs("section",{className:"muncher-tabs",children:[s.jsx("header",{children:c.map((o,i)=>s.jsxs("div",{className:"muncher-tab-header--item",children:[s.jsx(H,{variant:"transparent",active:t===i,size:"small",title:o.headerTitle,onClick:()=>{x(i)},children:o.header}),i!==c.length-1?s.jsx("span",{className:"spacer",children:"|"}):""]},"muncher-tab-header"+i))}),c.map((o,i)=>s.jsx("section",{className:t===i?"muncher-tab muncher-tab--active":"muncher-tab",children:o.body},"muncher-tab-"+i))]})},Y1=({fileName:n,defaultPageSize:a=50,skeleton:t,handleOnUpload:r,sortBy:c,excludeDownload:x,includeUpload:o,isUploading:i,uploadWarningMessage:j,uploadSuccessMessage:y,excludePagination:d,footer:h,children:u})=>{const{header:v,rows:N}=u,[F,z]=e.useState(c??{index:0}),[f,E]=e.useState({num:0,size:a}),C=g=>{z(k=>k.index===g?{...k,desc:!k.desc}:{index:g})},S=e.useMemo(()=>{var T;const g=[...N],k=(T=v[F.index])==null?void 0:T.sort;return k?g.sort(k):g.sort((L,Q)=>{var W,J,G,X;const $=((J=(W=L[F.index])==null?void 0:W.value)==null?void 0:J.toString().toLowerCase())??"",U=((X=(G=Q[F.index])==null?void 0:G.value)==null?void 0:X.toString().toLowerCase())??"";return $.localeCompare(U)}),F.desc?g.reverse():g},[N,F,v]),M=e.useMemo(()=>S.slice(f.num*f.size,(f.num+1)*f.size),[S,f]),_=v.filter(g=>!g.csvExclude).map(g=>typeof g.name=="string"?g.name:""),O=N.map(g=>g.filter((k,T)=>!v[T].csvExclude).map(k=>k.csv??k.value??""));return s.jsxs("section",{className:"muncher-table",children:[s.jsx("div",{className:"row head",children:v.map((g,k)=>g.visibility==="hidden"?null:s.jsx("div",{title:g.title,className:g.visibility?"col main":"col",children:typeof g.name=="string"?s.jsx("div",{className:"sort-button",children:s.jsx(j1,{onClick:()=>C(k),active:F.index===k,sortAsc:!F.desc,children:g.name})}):g.name},`row-head-${k}`))}),t||M.map((g,k)=>s.jsx("div",{className:"row",children:g.map((T,L)=>v[L].visibility==="hidden"?null:s.jsx("div",{className:v[L].visibility?"col main":"col",children:T.content},`row-col-${k}-${L}`))},`row-${k}`)),h??null,s.jsxs("div",{className:"row-footer",children:[s.jsxs("div",{className:"row-footer-buttons",children:[!x&&s.jsx(h1,{filename:n??"download",variant:"secondary",title:"Download",header:_,data:O}),o&&s.jsx(m1,{name:"csv-input-file",handleOnChange:r,isUploading:i,warningMessage:j,successMessage:y})]}),!d&&s.jsxs("div",{className:"pagination",children:[s.jsxs("div",{className:"left",children:["Rows:",s.jsx(p1,{name:"pageSize",options:[{label:"50",value:"50"},{label:"100",value:"100"},{label:"500",value:"500"}],value:String(f.size),onChange:g=>E({num:0,size:parseInt(g.target.value,10)})})]}),s.jsxs("div",{className:"center",children:[f.num*f.size+1," -",Math.min((f.num+1)*f.size,N.length)," of ",N.length]}),s.jsxs("div",{className:"right",children:[s.jsx(H,{variant:"transparent",disabled:f.num===0,size:"small",onClick:()=>E({...f,num:f.num-1}),children:s.jsx(b,{name:"chevron-left"})}),s.jsx(H,{variant:"transparent",disabled:(f.num+1)*f.size>=N.length,size:"small",onClick:()=>E({...f,num:f.num+1}),children:s.jsx(b,{name:"chevron-right"})})]})]})]})]})};m.Accordion=F1,m.Backdrop=c1,m.Badge=r1,m.Button=H,m.Checkbox=N1,m.CopyButton=d1,m.CsvButton=h1,m.CsvInput=m1,m.DropdownButton=i1,m.DropdownNavButton=M1,m.Featured=I1,m.Hr=V1,m.Icon=b,m.IconBadge=b1,m.ImageInput=k1,m.Input=y1,m.ItemSlider=L1,m.Label=I,m.Li=A1,m.Modal=R1,m.NavigateButton=Z,m.Paper=z1,m.Pill=_1,m.Progress=H1,m.Radio=C1,m.RangeSlider=O1,m.Select=p1,m.ShareButton=w1,m.Slider=P1,m.SortButton=j1,m.Spinner=q,m.Star=D1,m.Table=Y1,m.Tabs=B1,m.TextInputDropdown=S1,m.Textarea=E1,m.Ul=T1,m.copyToClipboard=o1,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import "./assets/text-input-drop-down.css";
|
|
3
3
|
export declare const TextInputDropdown: React.FC<TextInputDropdownProps>;
|
|
4
4
|
export interface TextInputDropdownProps {
|
|
5
|
+
name?: string;
|
|
5
6
|
focus?: boolean;
|
|
6
7
|
inputPlaceHolder?: string;
|
|
7
8
|
handleInputChange: (value: string) => void;
|