@contentmunch/contentmunch-ui 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/lib/icon/Drawings.d.ts +2 -0
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +31 -26
- package/lib/index.umd.js +4 -4
- package/package.json +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 ContentMunch
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the “Software”), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/lib/icon/Drawings.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ export declare const drawings: {
|
|
|
30
30
|
'skip-forward': import("react/jsx-runtime").JSX.Element;
|
|
31
31
|
youtube: import("react/jsx-runtime").JSX.Element;
|
|
32
32
|
clock: import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
cloud: import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
'cloud-lightning': import("react/jsx-runtime").JSX.Element;
|
|
33
35
|
camera: import("react/jsx-runtime").JSX.Element;
|
|
34
36
|
'camera-off': import("react/jsx-runtime").JSX.Element;
|
|
35
37
|
video: import("react/jsx-runtime").JSX.Element;
|
package/lib/index.cjs.js
CHANGED
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
<%s {...props} />
|
|
20
20
|
React keys must be passed directly to JSX without using spread:
|
|
21
21
|
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,C,E,P,E),ne[E+C]=!0)}if(E=null,w!==void 0&&(r(w),E=""+w),o(m)&&(r(m.key),E=""+m.key),"key"in m){w={};for(var Z in m)Z!=="key"&&(w[Z]=m[Z])}else w=m;return E&&x(w,typeof a=="function"?a.displayName||a.name||"Unknown":a),u(a,E,H,V,l(),w,K,Q)}function h(a){typeof a=="object"&&a!==null&&a.$$typeof===g&&a._store&&(a._store.validated=1)}var y=s,g=Symbol.for("react.transitional.element"),b=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),S=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),T=Symbol.for("react.consumer"),R=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),M=Symbol.for("react.suspense"),_=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),k=Symbol.for("react.client.reference"),O=y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,q=Object.prototype.hasOwnProperty,X=Array.isArray,I=console.createTask?console.createTask:function(){return null};y={"react-stack-bottom-frame":function(a){return a()}};var B,$={},Y=y["react-stack-bottom-frame"].bind(y,i)(),U=I(c(i)),ne={};J.Fragment=v,J.jsx=function(a,m,w,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return d(a,m,w,!1,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)},J.jsxs=function(a,m,w,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return d(a,m,w,!0,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)}}()),J}var ae;function ve(){return ae||(ae=1,process.env.NODE_ENV==="production"?G.exports=ge():G.exports=fe()),G.exports}var e=ve();const be=({variant:n,collapsed:t,children:r})=>{const{folds:c}=r,[l,i]=s.useState(t?-1:0),o=d=>d===l?"fold active":"fold",x=d=>"fold-button"+(n?" fold-button--"+n:"")+(c[d].foldColor?" fold-button--primary fold-button--"+c[d].foldColor:""),j=d=>{const h=d.which.toString(),y=d.ctrlKey&&h.match(/33|34/);if(h.match(/38|40/)||y){const g=h.match(/34|40/)?1:-1,b=c.length,v=(l+b+g)%b;i(v)}else h==="36"&&i(0),h==="35"&&i(c.length-1);d.preventDefault()},u=d=>{i(l===d?-1:d)};return e.jsx("div",{className:"muncher-accordion",children:c.map((d,h)=>e.jsxs("div",{className:o(h),"aria-expanded":l===h,children:[e.jsx("button",{className:x(h),onKeyDown:j,onClick:()=>u(h),children:e.jsx("span",{children:d.heading})}),e.jsx("section",{className:"fold-content",children:d.body})]},"muncher-accordion-fold-"+h))})},ce=({show:n=!1,backdropClickHandler:t,...r})=>n?e.jsx("div",{className:"muncher-backdrop",onClick:t,...r}):null,ie=({variant:n,rounded:t,border:r,children:c,...l})=>{const i="muncher-badge"+(n?" muncher-badge--"+n:"")+(t?" muncher-badge--rounded":"")+(r?" muncher-badge--border":"");return e.jsx("div",{className:i,...l,children:c})},le={"align-center":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),"align-justify":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),"align-left":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),"align-right":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),type:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"4 7 4 4 20 4 20 7"}),e.jsx("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),e.jsx("line",{x1:"12",y1:"4",x2:"12",y2:"20"})]}),"ordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("polyline",{points:"3 10 5 10 3 13 5 13"}),e.jsx("polyline",{points:"3 3 4 3 4 6"}),e.jsx("path",{d:"M3 17H4H5L4 19C4.55 19 5 19.45 5 20C5 20.55 4.55 21 4 21H3"})]}),"unordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("circle",{cx:"4",cy:"12",r:"1"}),e.jsx("circle",{cx:"4",cy:"5",r:"1"}),e.jsx("circle",{cx:"4",cy:"19",r:"1"})]}),table:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),e.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),e.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"})]}),undo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"2 10 2 16 8 16"}),e.jsx("path",{d:"m22 16c-1.8136-6.5424-9.5593-9.4823-15.36-4.36l-4.64 4.36"})]}),redo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"22 10 22 16 16 16"}),e.jsx("path",{d:"m1.9935 16c1.8136-6.5424 9.5593-9.4823 15.36-4.36l4.64 4.36"})]}),link:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),e.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),unlink:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71"}),e.jsx("path",{d:"M5.17 11.75l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"5"}),e.jsx("line",{x1:"2",y1:"8",x2:"5",y2:"8"}),e.jsx("line",{x1:"16",y1:"19",x2:"16",y2:"22"}),e.jsx("line",{x1:"19",y1:"16",x2:"22",y2:"16"})]}),"arrow-left":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 8 8 12 12 16"}),e.jsx("line",{x1:"16",y1:"12",x2:"8",y2:"12"})]}),"arrow-right":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 16 16 12 12 8"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"arrow-down":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"8 12 12 16 16 12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"})]}),"arrow-up":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"16 12 12 8 8 12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"8"})]}),hamburger:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),e.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),"chevron-left":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"15 18 9 12 15 6"})}),"chevron-right":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"9 18 15 12 9 6"})}),"fast-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"13 19 22 12 13 5 13 19"}),e.jsx("polygon",{points:"2 19 11 12 2 5 2 19"})]}),pause:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),e.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}),play:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),power:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}),repeat:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"17 1 21 5 17 9"}),e.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),e.jsx("polyline",{points:"7 23 3 19 7 15"}),e.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]}),rewind:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 19 2 12 11 5 11 19"}),e.jsx("polygon",{points:"22 19 13 12 22 5 22 19"})]}),shuffle:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"16 3 21 3 21 8"}),e.jsx("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),e.jsx("polyline",{points:"21 16 21 21 16 21"}),e.jsx("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),e.jsx("line",{x1:"4",y1:"4",x2:"9",y2:"9"})]}),"skip-back":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),e.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]}),"skip-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),e.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]}),youtube:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),e.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),clock:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 6 12 12 16 14"})]}),camera:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),e.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),"camera-off":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),e.jsx("path",{d:"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"})]}),video:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"23 7 16 12 23 17 23 7"}),e.jsx("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),"video-off":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"}),e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),tv:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),e.jsx("polyline",{points:"17 2 12 7 7 2"})]}),truck:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),e.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),e.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),e.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),umbrella:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),maximize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"})}),minimize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"})}),"zoom-in":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),"zoom-out":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),move:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"5 9 2 12 5 15"}),e.jsx("polyline",{points:"9 5 12 2 15 5"}),e.jsx("polyline",{points:"15 19 12 22 9 19"}),e.jsx("polyline",{points:"19 9 22 12 19 15"}),e.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"22"})]}),mixer:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),e.jsx("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),e.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),e.jsx("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),e.jsx("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),e.jsx("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),e.jsx("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),e.jsx("line",{x1:"17",y1:"16",x2:"23",y2:"16"})]}),volume:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"})}),mute:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),e.jsx("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),e.jsx("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]}),alert:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),"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:t,size:r="small",weight:c=2,onClick:l,iconString:i,orientation:o,children:x})=>{const j=r?"muncher-icon--"+r:"muncher-icon--small";return e.jsxs("span",{className:"muncher-icon",children:[x&&o&&o==="right"?e.jsx("span",{className:"content-left",children:x}):"",e.jsx("svg",{className:j,stroke:n||"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",strokeWidth:c||2,strokeLinecap:"round",strokeLinejoin:"round",onClick:l,children:t?le[t]:i?Object(le)[i]:""}),x&&(!o||o==="left")?e.jsx("span",{className:"content-right",children:x}):""]})},Fe=({variant:n="primary",icon:t="bell",text:r,onClick:c,...l})=>e.jsxs("div",{className:"muncher-icon-badge",onClick:c,...l,children:[e.jsx(F,{name:t}),r===""?"":e.jsx(ie,{variant:n,children:r})]}),z=({type:n="button",variant:t,size:r="medium",title:c,active:l,disabled:i,rounded:o,onClick:x,onMouseDown:j,onMouseEnter:u,onMouseLeave:d,children:h,...y})=>{const g="muncher-button"+(n&&n==="nav"?" muncher-button--nav":"")+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(l?" muncher-button--active":"")+(o?" muncher-button--rounded":"");return e.jsx("button",{type:n&&n!=="nav"?n:"button",className:g,disabled:!!i,title:c,onClick:x,onMouseDown:j,onMouseEnter:u,onMouseLeave:d,...y,children:h})},xe=({variant:n,size:t="medium",title:r,active:c,disabled:l,element:i,onMouseDown:o,rounded:x,drop:j,onClick:u,onClose:d,showContent:h,setShowContent:y,withDropIcon:g,children:b,...v})=>{const S=s.useRef(null),f=M=>{M.preventDefault(),u&&u(M),y&&y(!0)},T=s.useCallback(()=>{y(!1),d&&d()},[d,y]),R=s.useCallback(M=>{M.keyCode===27&&T()},[T]);s.useEffect(()=>{const M=_=>{S&&S.current&&_.target instanceof HTMLElement&&!S.current.contains(_.target)&&T()};return document.addEventListener("keydown",R,!1),document.addEventListener("mousedown",M),()=>{document.removeEventListener("keydown",R,!1)}},[R,T]);const A=()=>{var L;const M=(L=S.current)==null?void 0:L.offsetLeft,_=window.innerWidth;if(M){if(M<100)return"muncher-dropdown--content";if(_-M<150)return"muncher-dropdown--content drop-left";if(_-M<250){const p=Math.round((_-M)/_*100);if(p>40||p<60)return"muncher-dropdown--content drop-middle"}}switch(j){case"left":return"muncher-dropdown--content drop-left";case"middle":return"muncher-dropdown--content drop-middle";default:return"muncher-dropdown--content"}};return e.jsxs("div",{className:"muncher-dropdown",ref:S,children:[e.jsxs(z,{onMouseDown:f,title:r,disabled:l,rounded:x,active:c,variant:n,size:t,...v,children:[i,g?e.jsx("span",{className:"small",children:"▼"}):""]}),h?e.jsx("div",{className:A(),children:b}):""]})},we=({title:n,active:t,disabled:r,element:c,rounded:l,dropLeft:i,children:o,...x})=>e.jsxs("div",{className:`muncher-dropdown-nav ${i?"drop-left":""}`,children:[e.jsx(z,{type:"nav",title:n,disabled:r,rounded:l,active:t,...x,children:c}),e.jsx("div",{className:"muncher-dropdown-nav--content",children:o})]}),oe=n=>{navigator.clipboard.writeText(n)},de=({text:n,variant:t="secondary",size:r="small"})=>{const[c,l]=s.useState(),[i,o]=s.useState("copy"),[x,j]=s.useState("copy link"),u=()=>{oe(n),l("green"),o("check"),j("copied!"),setTimeout(function(){l(""),o("copy")},2e3)};return e.jsx(z,{size:r,variant:t,title:x,onClick:u,children:e.jsx(F,{name:i,color:c})})},Ne=({variant:n="secondary",size:t="medium",title:r})=>{const[c,l]=s.useState(!1);return e.jsx("div",{className:"muncher-share",children:e.jsxs(xe,{title:"Share to Social Media",showContent:c,setShowContent:l,variant:n,size:t,element:e.jsx(F,{name:"share",orientation:"right",children:"Share"}),children:[e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://twitter.com/share?url="+window.location.href+"&text="+r,target:"_blank",title:"Share link to Twitter",children:e.jsx(F,{name:"twitter"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://www.facebook.com/sharer/sharer.php?u="+window.location.href,target:"_blank",title:"Share link to Facebook",children:e.jsx(F,{name:"facebook"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"mailto:?subject="+r+"&body="+window.location.href,target:"_blank",title:"share link by Email",children:e.jsx(F,{name:"mail"})})}),e.jsx(de,{text:window.location.href})]})})},he=({header:n,data:t,filename:r,variant:c,size:l,title:i,active:o,disabled:x,rounded:j})=>{const u=encodeURI("data:text/csv;charset=utf-8,"+n.join(",")+`
|
|
22
|
+
<%s key={someKey} {...props} />`,C,E,P,E),ne[E+C]=!0)}if(E=null,w!==void 0&&(r(w),E=""+w),o(m)&&(r(m.key),E=""+m.key),"key"in m){w={};for(var Z in m)Z!=="key"&&(w[Z]=m[Z])}else w=m;return E&&x(w,typeof a=="function"?a.displayName||a.name||"Unknown":a),u(a,E,H,V,l(),w,K,Q)}function h(a){typeof a=="object"&&a!==null&&a.$$typeof===g&&a._store&&(a._store.validated=1)}var y=s,g=Symbol.for("react.transitional.element"),b=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),S=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),T=Symbol.for("react.consumer"),R=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),M=Symbol.for("react.suspense"),_=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),k=Symbol.for("react.client.reference"),O=y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,q=Object.prototype.hasOwnProperty,X=Array.isArray,I=console.createTask?console.createTask:function(){return null};y={"react-stack-bottom-frame":function(a){return a()}};var B,$={},Y=y["react-stack-bottom-frame"].bind(y,i)(),U=I(c(i)),ne={};J.Fragment=v,J.jsx=function(a,m,w,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return d(a,m,w,!1,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)},J.jsxs=function(a,m,w,C,V){var H=1e4>O.recentlyCreatedOwnerStacks++;return d(a,m,w,!0,C,V,H?Error("react-stack-top-frame"):Y,H?I(c(a)):U)}}()),J}var ae;function ve(){return ae||(ae=1,process.env.NODE_ENV==="production"?G.exports=ge():G.exports=fe()),G.exports}var e=ve();const be=({variant:n,collapsed:t,children:r})=>{const{folds:c}=r,[l,i]=s.useState(t?-1:0),o=d=>d===l?"fold active":"fold",x=d=>"fold-button"+(n?" fold-button--"+n:"")+(c[d].foldColor?" fold-button--primary fold-button--"+c[d].foldColor:""),j=d=>{const h=d.which.toString(),y=d.ctrlKey&&h.match(/33|34/);if(h.match(/38|40/)||y){const g=h.match(/34|40/)?1:-1,b=c.length,v=(l+b+g)%b;i(v)}else h==="36"&&i(0),h==="35"&&i(c.length-1);d.preventDefault()},u=d=>{i(l===d?-1:d)};return e.jsx("div",{className:"muncher-accordion",children:c.map((d,h)=>e.jsxs("div",{className:o(h),"aria-expanded":l===h,children:[e.jsx("button",{className:x(h),onKeyDown:j,onClick:()=>u(h),children:e.jsx("span",{children:d.heading})}),e.jsx("section",{className:"fold-content",children:d.body})]},"muncher-accordion-fold-"+h))})},ce=({show:n=!1,backdropClickHandler:t,...r})=>n?e.jsx("div",{className:"muncher-backdrop",onClick:t,...r}):null,ie=({variant:n,rounded:t,border:r,children:c,...l})=>{const i="muncher-badge"+(n?" muncher-badge--"+n:"")+(t?" muncher-badge--rounded":"")+(r?" muncher-badge--border":"");return e.jsx("div",{className:i,...l,children:c})},le={"align-center":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),"align-justify":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),"align-left":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),"align-right":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),type:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"4 7 4 4 20 4 20 7"}),e.jsx("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),e.jsx("line",{x1:"12",y1:"4",x2:"12",y2:"20"})]}),"ordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("polyline",{points:"3 10 5 10 3 13 5 13"}),e.jsx("polyline",{points:"3 3 4 3 4 6"}),e.jsx("path",{d:"M3 17H4H5L4 19C4.55 19 5 19.45 5 20C5 20.55 4.55 21 4 21H3"})]}),"unordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("circle",{cx:"4",cy:"12",r:"1"}),e.jsx("circle",{cx:"4",cy:"5",r:"1"}),e.jsx("circle",{cx:"4",cy:"19",r:"1"})]}),table:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),e.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),e.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"})]}),undo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"2 10 2 16 8 16"}),e.jsx("path",{d:"m22 16c-1.8136-6.5424-9.5593-9.4823-15.36-4.36l-4.64 4.36"})]}),redo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"22 10 22 16 16 16"}),e.jsx("path",{d:"m1.9935 16c1.8136-6.5424 9.5593-9.4823 15.36-4.36l4.64 4.36"})]}),link:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),e.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),unlink:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71"}),e.jsx("path",{d:"M5.17 11.75l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"5"}),e.jsx("line",{x1:"2",y1:"8",x2:"5",y2:"8"}),e.jsx("line",{x1:"16",y1:"19",x2:"16",y2:"22"}),e.jsx("line",{x1:"19",y1:"16",x2:"22",y2:"16"})]}),"arrow-left":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 8 8 12 12 16"}),e.jsx("line",{x1:"16",y1:"12",x2:"8",y2:"12"})]}),"arrow-right":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 16 16 12 12 8"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"arrow-down":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"8 12 12 16 16 12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"})]}),"arrow-up":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"16 12 12 8 8 12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"8"})]}),hamburger:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),e.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),"chevron-left":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"15 18 9 12 15 6"})}),"chevron-right":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"9 18 15 12 9 6"})}),"fast-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"13 19 22 12 13 5 13 19"}),e.jsx("polygon",{points:"2 19 11 12 2 5 2 19"})]}),pause:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),e.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}),play:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),power:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}),repeat:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"17 1 21 5 17 9"}),e.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),e.jsx("polyline",{points:"7 23 3 19 7 15"}),e.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]}),rewind:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 19 2 12 11 5 11 19"}),e.jsx("polygon",{points:"22 19 13 12 22 5 22 19"})]}),shuffle:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"16 3 21 3 21 8"}),e.jsx("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),e.jsx("polyline",{points:"21 16 21 21 16 21"}),e.jsx("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),e.jsx("line",{x1:"4",y1:"4",x2:"9",y2:"9"})]}),"skip-back":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),e.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]}),"skip-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),e.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]}),youtube:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),e.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),clock:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 6 12 12 16 14"})]}),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:t,size:r="small",weight:c=2,onClick:l,iconString:i,orientation:o,children:x})=>{const j=r?"muncher-icon--"+r:"muncher-icon--small";return e.jsxs("span",{className:"muncher-icon",children:[x&&o&&o==="right"?e.jsx("span",{className:"content-left",children:x}):"",e.jsx("svg",{className:j,stroke:n||"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",strokeWidth:c||2,strokeLinecap:"round",strokeLinejoin:"round",onClick:l,children:t?le[t]:i?Object(le)[i]:""}),x&&(!o||o==="left")?e.jsx("span",{className:"content-right",children:x}):""]})},Fe=({variant:n="primary",icon:t="bell",text:r,onClick:c,...l})=>e.jsxs("div",{className:"muncher-icon-badge",onClick:c,...l,children:[e.jsx(F,{name:t}),r===""?"":e.jsx(ie,{variant:n,children:r})]}),z=({type:n="button",variant:t,size:r="medium",title:c,active:l,disabled:i,rounded:o,onClick:x,onMouseDown:j,onMouseEnter:u,onMouseLeave:d,children:h,...y})=>{const g="muncher-button"+(n&&n==="nav"?" muncher-button--nav":"")+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(l?" muncher-button--active":"")+(o?" muncher-button--rounded":"");return e.jsx("button",{type:n&&n!=="nav"?n:"button",className:g,disabled:!!i,title:c,onClick:x,onMouseDown:j,onMouseEnter:u,onMouseLeave:d,...y,children:h})},xe=({variant:n,size:t="medium",title:r,active:c,disabled:l,element:i,onMouseDown:o,rounded:x,drop:j,onClick:u,onClose:d,showContent:h,setShowContent:y,withDropIcon:g,children:b,...v})=>{const S=s.useRef(null),f=M=>{M.preventDefault(),u&&u(M),y&&y(!0)},T=s.useCallback(()=>{y(!1),d&&d()},[d,y]),R=s.useCallback(M=>{M.keyCode===27&&T()},[T]);s.useEffect(()=>{const M=_=>{S&&S.current&&_.target instanceof HTMLElement&&!S.current.contains(_.target)&&T()};return document.addEventListener("keydown",R,!1),document.addEventListener("mousedown",M),()=>{document.removeEventListener("keydown",R,!1)}},[R,T]);const A=()=>{var L;const M=(L=S.current)==null?void 0:L.offsetLeft,_=window.innerWidth;if(M){if(M<100)return"muncher-dropdown--content";if(_-M<150)return"muncher-dropdown--content drop-left";if(_-M<250){const p=Math.round((_-M)/_*100);if(p>40||p<60)return"muncher-dropdown--content drop-middle"}}switch(j){case"left":return"muncher-dropdown--content drop-left";case"middle":return"muncher-dropdown--content drop-middle";default:return"muncher-dropdown--content"}};return e.jsxs("div",{className:"muncher-dropdown",ref:S,children:[e.jsxs(z,{onMouseDown:f,title:r,disabled:l,rounded:x,active:c,variant:n,size:t,...v,children:[i,g?e.jsx("span",{className:"small",children:"▼"}):""]}),h?e.jsx("div",{className:A(),children:b}):""]})},we=({title:n,active:t,disabled:r,element:c,rounded:l,dropLeft:i,children:o,...x})=>e.jsxs("div",{className:`muncher-dropdown-nav ${i?"drop-left":""}`,children:[e.jsx(z,{type:"nav",title:n,disabled:r,rounded:l,active:t,...x,children:c}),e.jsx("div",{className:"muncher-dropdown-nav--content",children:o})]}),oe=n=>{navigator.clipboard.writeText(n)},de=({text:n,variant:t="secondary",size:r="small"})=>{const[c,l]=s.useState(),[i,o]=s.useState("copy"),[x,j]=s.useState("copy link"),u=()=>{oe(n),l("green"),o("check"),j("copied!"),setTimeout(function(){l(""),o("copy")},2e3)};return e.jsx(z,{size:r,variant:t,title:x,onClick:u,children:e.jsx(F,{name:i,color:c})})},Ne=({variant:n="secondary",size:t="medium",title:r})=>{const[c,l]=s.useState(!1);return e.jsx("div",{className:"muncher-share",children:e.jsxs(xe,{title:"Share to Social Media",showContent:c,setShowContent:l,variant:n,size:t,element:e.jsx(F,{name:"share",orientation:"right",children:"Share"}),children:[e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://twitter.com/share?url="+window.location.href+"&text="+r,target:"_blank",title:"Share link to Twitter",children:e.jsx(F,{name:"twitter"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"https://www.facebook.com/sharer/sharer.php?u="+window.location.href,target:"_blank",title:"Share link to Facebook",children:e.jsx(F,{name:"facebook"})})}),e.jsx(z,{size:"small",variant:n,children:e.jsx("a",{href:"mailto:?subject="+r+"&body="+window.location.href,target:"_blank",title:"share link by Email",children:e.jsx(F,{name:"mail"})})}),e.jsx(de,{text:window.location.href})]})})},he=({header:n,data:t,filename:r,variant:c,size:l,title:i,active:o,disabled:x,rounded:j})=>{const u=encodeURI("data:text/csv;charset=utf-8,"+n.join(",")+`
|
|
23
23
|
`+t.map(d=>d.join(",")).join(`
|
|
24
24
|
`));return e.jsx("div",{className:"muncher-csv",children:e.jsx(z,{variant:c,size:l,active:o,disabled:x,rounded:j,children:e.jsx("a",{href:u,download:r+".csv",children:e.jsx(F,{name:"download",children:i||"Download"})})})})},je=({variant:n="transparent",size:t="small",title:r,sortAsc:c="true",active:l,rounded:i,onClick:o,children:x})=>{const[j,u]=s.useState(!1),d=()=>!l||l&&!j?c?e.jsx(F,{name:"sort-asc"}):e.jsx(F,{name:"sort-desc"}):c?e.jsx(F,{name:"sort-desc"}):e.jsx(F,{name:"sort-asc"});return e.jsxs(z,{variant:n,size:t,title:r,rounded:i,onMouseEnter:()=>{u(!0)},onMouseLeave:()=>{u(!1)},onClick:o,children:[x,l||j?e.jsx(d,{}):""]})},ee=({direction:n,size:t="small",weight:r,isDisabled:c,variant:l="primary",navIcon:i="chevron",onClick:o})=>{const x=()=>{switch(i){case"arrow":return n==="left"?"arrow-left":"arrow-right";case"skip":return n==="left"?"skip-back":"skip-forward";case"forward":return n==="left"?"rewind":"fast-forward";default:return n==="left"?"chevron-left":"chevron-right"}};return e.jsx("div",{className:n==="left"?"muncher-button--navigate muncher-button--navigate-left":"muncher-button--navigate muncher-button--navigate-right",children:e.jsx(z,{onClick:o,disabled:c,size:"small",variant:l,title:n==="left"?"Navigate Left":"Navigate Right",children:e.jsx(F,{name:x(),size:t,weight:r})})})},D=({label:n,onClick:t,id:r,required:c=!1})=>e.jsxs("label",{htmlFor:r,onClick:t,children:[n,c?e.jsx("span",{className:"required",children:"*"}):""]}),Me=({name:n,required:t=!1,onChange:r,checked:c=!1,label:l,...i})=>{const[o,x]=s.useState(c||!1);return e.jsx("div",{className:"muncher-input--div",children:e.jsxs("div",{className:"muncher-checkbox",children:[e.jsx("input",{type:"checkbox",id:n,name:n,onChange:j=>{x(j.target.checked),r&&r()},checked:o,required:t,...i}),l?e.jsx(D,{label:l,required:t,id:n,onClick:j=>{j.preventDefault(),x(!o),r&&r()}}):""]})})},se=({size:n,...t})=>e.jsx("div",{className:n?"muncher-spinner muncher-spinner-"+n:"muncher-spinner",...t}),ue=({name:n,label:t,variant:r="secondary",size:c="medium",required:l,active:i,isUploading:o,handleOnChange:x,warningMessage:j,successMessage:u,...d})=>{const h="muncher-button"+(r?" muncher-button--"+r:"")+(c?" muncher-button--"+c:"")+(i?" muncher-button--active":""),y=g=>{x&&x(g.currentTarget.files[0])};return e.jsx("div",{className:"muncher-file-input--div",children:e.jsxs("div",{className:"file-input-element",children:[e.jsxs("label",{htmlFor:n,className:h,children:[e.jsx(F,{name:"upload"})," ",t||"Upload CSV",l?e.jsx("span",{className:"required",children:" *"}):"",o?e.jsx(se,{size:"tiny"}):""]}),e.jsx("input",{id:n,type:"file",className:"muncher-file-input",required:l,onChange:y,accept:"text/csv",...d}),j&&j!==""?e.jsx("p",{className:"text-danger",children:j}):"",u&&u!==""?e.jsx("p",{className:"text-success",children:u}):""]})})},ke=({name:n,label:t,variant:r="secondary",size:c="large",required:l,active:i,setFiles:o,error:x,multiple:j=!1,maxFiles:u,...d})=>{const[h,y]=s.useState(""),[g,b]=s.useState(""),v=u||3,S="muncher-button"+(r?" muncher-button--"+r:"")+(c?" muncher-button--"+c:"")+(i?" muncher-button--active":""),f=R=>{if(j){let A=Array.from(R.currentTarget.files);A.length>v&&(A=A.slice(0,v),b("Only first "+v+" files included")),o(A),y(A.map(M=>M.name).join(", "))}else o(Array.from(R.currentTarget.files[0])),y(R.currentTarget.files[0].name)},T=()=>x&&x!=="";return e.jsxs("div",{className:"muncher-file-input--div",children:[e.jsxs("div",{className:"file-input-element",children:[e.jsxs("label",{htmlFor:n,className:S,children:[e.jsx(F,{name:"image"})," ",t,l?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:f,multiple:j,accept:"image/*",...d})]}),g!==""?e.jsx("p",{className:"text-danger",children:g}):"",T()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:x})}):""]})},me=({name:n,label:t,required:r,readOnly:c,icon:l,hoverIcon:i,onHoverIconClick:o,type:x="text",list:j,onBlur:u,labelPosition:d="top",onKeyDown:h,error:y,focus:g=!1,placeholder:b,onChange:v,step:S,value:f,maxLength:T,onEnterPress:R,displayLoader:A,...M})=>{const _=()=>y&&y!=="",L=()=>{let k="muncher-input";return(l||i)&&(k+=" muncher-input-icon"),_()&&(k+=" muncher-input-error"),d==="side"&&(k+=" muncher-label-side"),k},p=()=>t?e.jsx(D,{label:t,required:r,id:n}):"",N=k=>{k.key==="Enter"&&R&&R(),h&&h(k)};return e.jsxs("div",{className:"muncher-input--div",children:[d!=="side"?p():"",e.jsxs("div",{className:"muncher-input-element",children:[d==="side"?p():"",l?e.jsx(F,{name:l}):"",i?e.jsxs("span",{className:"muncher-icon-hover",children:[e.jsx(F,{name:i,onClick:o})," "]}):"",e.jsxs("div",{className:"muncher-input-wrapper",children:[e.jsx("input",{id:n,className:L(),name:n,autoFocus:g,value:f,type:x||"text",autoComplete:"off",placeholder:b,onChange:v,required:r,readOnly:c,list:j,onKeyDown:N,onBlur:u,step:S,maxLength:T,...M}),A?e.jsx(se,{size:"tiny"}):""]})]}),_()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:y})}):""]})},Ce=({name:n,required:t=!1,onChange:r,checked:c=!1,label:l,...i})=>e.jsx("div",{className:"muncher-input--div",children:e.jsxs("div",{className:"muncher-radio",children:[e.jsx("input",{type:"radio",name:n,onChange:r,checked:c,...i}),l?e.jsx(D,{label:l,required:t,onClick:()=>{r&&r()}}):""]})}),ye=({name:n,options:t,label:r,required:c,multiple:l,error:i,onChange:o,value:x,...j})=>{const u=()=>i&&i!=="",d=()=>{let h="muncher-input";return u()&&(h+=" muncher-input-error"),h};return e.jsxs("div",{className:"muncher-input--div",children:[r?e.jsx(D,{label:r,required:c,id:n}):"",e.jsx("div",{className:"muncher-input-element",children:e.jsxs("select",{id:n,className:d(),name:n,value:x,onChange:o,required:c,multiple:l,...j,children:[c?e.jsx("option",{value:"",children:"-- Select --"}):"",t.map((h,y)=>e.jsx("option",{value:h.value,children:h.label},`select-option-${y}`))]})}),u()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:i})}):""]})},Ee=({name:n,label:t,required:r,readOnly:c=!1,rows:l=6,maxLength:i=1e3,focus:o=!1,placeholder:x,onChange:j,value:u,...d})=>{const[h,y]=s.useState(u),g=b=>{y(b.target.value),j&&j(b)};return e.jsxs("div",{className:"muncher-input--div",children:[t?e.jsx(D,{label:t,required:r,id:n}):"",e.jsx("textarea",{id:n,className:"muncher-textarea",rows:l,maxLength:i,name:n,autoFocus:o,value:u,placeholder:x,onChange:g,required:r,readOnly:c,...d}),e.jsxs("p",{children:[h?i?i-h.length:1e3:i," characters left"]})]})},Se=({focus:n=!1,inputPlaceHolder:t,handleInputChange:r,showContent:c=!1,setShowContent:l,readOnly:i,value:o,label:x,error:j,required:u,children:d})=>{const h=s.useRef(null),y=v=>{l(!0),r(v.target.value)},g=s.useCallback(()=>{l(!1)},[l]),b=s.useCallback(v=>{v.keyCode===27&&g()},[g]);return s.useEffect(()=>{const v=S=>{if(h&&h!==null){const f=h.current;f&&!f.contains(S.target)&&g()}};return document.addEventListener("keydown",b,!1),document.addEventListener("mousedown",v),()=>{document.removeEventListener("keydown",b,!1)}},[b,g]),e.jsxs("div",{className:"muncher-input-drop-down",ref:h,children:[e.jsx(me,{focus:n,placeholder:t,name:"query",onChange:y,readOnly:i,value:o,label:x,required:u,error:j}),c?e.jsx("div",{className:"muncher-input-drop-down--content",children:d}):""]})},Te=({children:n})=>e.jsx("ul",{className:"muncher-ul",children:n}),Re=({isFeatured:n,bulletIcon:t="arrow-right",bulletWeight:r=2,bulletSize:c="small",bulletColor:l,children:i})=>e.jsx("li",{className:n?"muncher-li featured":"muncher-li",children:e.jsx(F,{name:t,weight:r,size:c,color:l,children:i})}),Ae=({show:n=!1,setShow:t,children:r,...c})=>{const l=s.useCallback(i=>{i.keyCode===27&&t(!1)},[t]);return s.useEffect(()=>(document.addEventListener("keydown",l,!1),()=>{document.removeEventListener("keydown",l,!1)}),[l]),s.useEffect(()=>{n?document.body.style.overflow="hidden":document.body.style.overflow="unset"},[n]),e.jsxs(s.Fragment,{children:[e.jsx(ce,{show:n,backdropClickHandler:()=>t(!1)}),e.jsx("div",{className:"muncher-modal",style:{transform:n?"translateY(0)":"translateY(-100vh)",opacity:n?"1":"0"},...c,children:r})]})},_e=({showHoverEffect:n,onClick:t,children:r})=>{const c=()=>n?"muncher-paper muncher-paper-hover":"muncher-paper";return e.jsx("section",{className:c(),onClick:t,children:r})},ze=({pillCloseHandler:n,children:t,...r})=>e.jsxs("div",{className:"muncher-pill",...r,children:[e.jsx("div",{className:"close",onClick:n,children:e.jsx(F,{name:"close"})}),e.jsxs("div",{className:"content",children:[" ",t]})]}),He=({value:n,max:t,label:r})=>{const c=()=>{const l=Math.round(n/t*100)+"%";return r?r+" "+l:l};return e.jsxs("div",{className:"muncher-progress",children:[e.jsx("label",{htmlFor:"progress",children:c()}),e.jsx("progress",{id:"progress",value:n,max:t,children:c()})]})},Oe=({variant:n,size:t,style:r})=>{const c="muncher-hr"+(n?" muncher-hr--"+n:"")+(t?" muncher-hr--"+t:"")+(r?" muncher-hr--"+r:"");return e.jsx("hr",{className:c})},Le=({sliderItems:n,navButtonSize:t="large",navButtonWeight:r=2,variant:c,navIcon:l,navButtonPlacement:i="inside"})=>{const[o,x]=s.useState(0),[j,u]=s.useState(0),d=()=>n.length>1&&o>0?e.jsx(ee,{direction:"left",size:t,variant:c,navIcon:l,weight:r,onClick:()=>{o===0?(u(-(n.length-1)*100),x(n.length-1)):(u(j+100),x(o-1))}}):"",h=()=>n.length>1&&o<n.length-1?e.jsx(ee,{direction:"right",size:t,weight:r,navIcon:l,variant:c,onClick:()=>{o===n.length-1?(x(0),u(0)):(u(j-100),x(o+1))}}):"";return e.jsxs("div",{className:"muncher-item-slider-wrapper--"+i,children:[i==="outside"?d():"",e.jsxs("div",{className:"muncher-item-slider",children:[i==="inside"?d():"",e.jsx("div",{className:"slider-container",style:{width:`${100*n.length}%`},children:n.map((y,g)=>e.jsx("div",{className:"slider-item",style:{transform:`translateX(${j}%)`},children:y},"slider-item"+g))}),i==="inside"?h():""]}),i==="outside"?h():""]})},Ve=({min:n,max:t,minValue:r,maxValue:c,setMinValue:l,setMaxValue:i,numberFormatter:o=x=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(x)})=>{const x=d=>{const h=+d.target.value,y=h<c-1?h:r;l(y)},j=d=>{const h=+d.target.value,y=h>r+1?h:c;i(y)},u=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:u(r)+" - "+u(c)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:r,onChange:x}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:c,onChange:j}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:u(n)}),e.jsx("div",{className:"slider-max",children:u(t)})]})]})},Pe=({min:n,max:t,value:r,setValue:c,numberFormatter:l=i=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(i)})=>{const i=x=>l?l(x):x,o=x=>{const j=+x.target.value;c(j)};return e.jsxs("div",{className:"muncher-slider",children:[e.jsx("div",{className:"slider-header",children:e.jsx("p",{children:i(r)})}),e.jsx("input",{className:"muncher-range",type:"range",min:n,max:t,value:r,onChange:o}),e.jsxs("div",{className:"slider-values",children:[e.jsx("div",{className:"slider-min",children:i(n)}),e.jsx("div",{className:"slider-max",children:i(t)})]})]})},De=({isFeatured:n,onClick:t})=>e.jsx("span",{className:"span-featured",children:e.jsx("span",{className:n?"featured-star":"un-featured-star",onClick:t})}),Ie=({rating:n,color:t,size:r,...c})=>{const l={"--r":n},i=()=>{let o="muncher-star";return t&&(o+=" star-"+t),r&&(o+=" star-"+r),o};return e.jsx("span",{className:i(),style:l,...c})},Be=({handleTabSelected:n,children:t})=>{const[r,c]=s.useState(0),{tabs:l}=t,i=o=>{c(o),n&&n(o)};return e.jsxs("section",{className:"muncher-tabs",children:[e.jsx("header",{children:l.map((o,x)=>e.jsxs("div",{className:"muncher-tab-header--item",children:[e.jsx(z,{variant:"transparent",active:r===x,size:"small",title:o.headerTitle,onClick:()=>{i(x)},children:o.header}),x!==l.length-1?e.jsx("span",{className:"spacer",children:"|"}):""]},"muncher-tab-header"+x))}),l.map((o,x)=>e.jsx("section",{className:r===x?"muncher-tab muncher-tab--active":"muncher-tab",children:o.body},"muncher-tab-"+x))]})},$e=({fileName:n,defaultPageSize:t=50,skeleton:r,handleOnUpload:c,sortBy:l,excludeDownload:i,includeUpload:o,isUploading:x,uploadWarningMessage:j,uploadSuccessMessage:u,excludePagination:d,footer:h,children:y})=>{const{header:g,rows:b}=y,[v,S]=s.useState(l??{index:0}),[f,T]=s.useState({num:0,size:t}),R=p=>{S(N=>N.index===p?{...N,desc:!N.desc}:{index:p})},A=s.useMemo(()=>{var k;const p=[...b],N=(k=g[v.index])==null?void 0:k.sort;return N?p.sort(N):p.sort((O,q)=>{var B,$,Y,U;const X=(($=(B=O[v.index])==null?void 0:B.value)==null?void 0:$.toString().toLowerCase())??"",I=((U=(Y=q[v.index])==null?void 0:Y.value)==null?void 0:U.toString().toLowerCase())??"";return X.localeCompare(I)}),v.desc?p.reverse():p},[b,v,g]),M=s.useMemo(()=>A.slice(f.num*f.size,(f.num+1)*f.size),[A,f]),_=g.filter(p=>!p.csvExclude).map(p=>typeof p.name=="string"?p.name:""),L=b.map(p=>p.filter((N,k)=>!g[k].csvExclude).map(N=>N.csv??N.value??""));return e.jsxs("section",{className:"muncher-table",children:[e.jsx("div",{className:"row head",children:g.map((p,N)=>p.visibility==="hidden"?null:e.jsx("div",{title:p.title,className:p.visibility?"col main":"col",children:typeof p.name=="string"?e.jsx("div",{className:"sort-button",children:e.jsx(je,{onClick:()=>R(N),active:v.index===N,sortAsc:!v.desc,children:p.name})}):p.name},`row-head-${N}`))}),r||M.map((p,N)=>e.jsx("div",{className:"row",children:p.map((k,O)=>g[O].visibility==="hidden"?null:e.jsx("div",{className:g[O].visibility?"col main":"col",children:k.content},`row-col-${N}-${O}`))},`row-${N}`)),h??null,e.jsxs("div",{className:"row-footer",children:[e.jsxs("div",{className:"row-footer-buttons",children:[!i&&e.jsx(he,{filename:n??"download",variant:"secondary",title:"Download",header:_,data:L}),o&&e.jsx(ue,{name:"csv-input-file",handleOnChange:c,isUploading:x,warningMessage:j,successMessage:u})]}),!d&&e.jsxs("div",{className:"pagination",children:[e.jsxs("div",{className:"left",children:["Rows:",e.jsx(ye,{name:"pageSize",options:[{label:"50",value:"50"},{label:"100",value:"100"},{label:"500",value:"500"}],value:String(f.size),onChange:p=>T({num:0,size:parseInt(p.target.value,10)})})]}),e.jsxs("div",{className:"center",children:[f.num*f.size+1," -",Math.min((f.num+1)*f.size,b.length)," of ",b.length]}),e.jsxs("div",{className:"right",children:[e.jsx(z,{variant:"transparent",disabled:f.num===0,size:"small",onClick:()=>T({...f,num:f.num-1}),children:e.jsx(F,{name:"chevron-left"})}),e.jsx(z,{variant:"transparent",disabled:(f.num+1)*f.size>=b.length,size:"small",onClick:()=>T({...f,num:f.num+1}),children:e.jsx(F,{name:"chevron-right"})})]})]})]})]})};exports.Accordion=be;exports.Backdrop=ce;exports.Badge=ie;exports.Button=z;exports.Checkbox=Me;exports.CopyButton=de;exports.CsvButton=he;exports.CsvInput=ue;exports.DropdownButton=xe;exports.DropdownNavButton=we;exports.Featured=De;exports.Hr=Oe;exports.Icon=F;exports.IconBadge=Fe;exports.ImageInput=ke;exports.Input=me;exports.ItemSlider=Le;exports.Label=D;exports.Li=Re;exports.Modal=Ae;exports.NavigateButton=ee;exports.Paper=_e;exports.Pill=ze;exports.Progress=He;exports.Radio=Ce;exports.RangeSlider=Ve;exports.Select=ye;exports.ShareButton=Ne;exports.Slider=Pe;exports.SortButton=je;exports.Spinner=se;exports.Star=Ie;exports.Table=$e;exports.Tabs=Be;exports.TextInputDropdown=Se;exports.Textarea=Ee;exports.Ul=Te;exports.copyToClipboard=oe;
|
package/lib/index.es.js
CHANGED
|
@@ -69,11 +69,11 @@ function ye() {
|
|
|
69
69
|
), l.$$typeof) {
|
|
70
70
|
case b:
|
|
71
71
|
return "Portal";
|
|
72
|
-
case
|
|
72
|
+
case z:
|
|
73
73
|
return (l.displayName || "Context") + ".Provider";
|
|
74
74
|
case _:
|
|
75
75
|
return (l._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case
|
|
76
|
+
case S:
|
|
77
77
|
var y = l.render;
|
|
78
78
|
return l = l.displayName, l || (l = y.displayName || y.name || "", l = l !== "" ? "ForwardRef(" + l + ")" : "ForwardRef"), l;
|
|
79
79
|
case P:
|
|
@@ -235,7 +235,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
235
235
|
function h(l) {
|
|
236
236
|
typeof l == "object" && l !== null && l.$$typeof === f && l._store && (l._store.validated = 1);
|
|
237
237
|
}
|
|
238
|
-
var p = oe, f = Symbol.for("react.transitional.element"), b = Symbol.for("react.portal"), g = Symbol.for("react.fragment"), T = Symbol.for("react.strict_mode"), v = Symbol.for("react.profiler"), _ = Symbol.for("react.consumer"),
|
|
238
|
+
var p = oe, f = Symbol.for("react.transitional.element"), b = Symbol.for("react.portal"), g = Symbol.for("react.fragment"), T = Symbol.for("react.strict_mode"), v = Symbol.for("react.profiler"), _ = Symbol.for("react.consumer"), z = Symbol.for("react.context"), S = Symbol.for("react.forward_ref"), k = Symbol.for("react.suspense"), H = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), M = Symbol.for("react.activity"), C = Symbol.for("react.client.reference"), L = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, X = Object.prototype.hasOwnProperty, Z = Array.isArray, I = console.createTask ? console.createTask : function() {
|
|
239
239
|
return null;
|
|
240
240
|
};
|
|
241
241
|
p = {
|
|
@@ -470,6 +470,11 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
470
470
|
/* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
471
471
|
/* @__PURE__ */ e.jsx("polyline", { points: "12 6 12 12 16 14" })
|
|
472
472
|
] }),
|
|
473
|
+
cloud: /* @__PURE__ */ e.jsx(s, { children: /* @__PURE__ */ e.jsx("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }) }),
|
|
474
|
+
"cloud-lightning": /* @__PURE__ */ e.jsxs(s, { children: [
|
|
475
|
+
/* @__PURE__ */ e.jsx("path", { d: "M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9" }),
|
|
476
|
+
/* @__PURE__ */ e.jsx("polyline", { points: "13 11 9 17 15 17 11 23" })
|
|
477
|
+
] }),
|
|
473
478
|
camera: /* @__PURE__ */ e.jsxs(s, { children: [
|
|
474
479
|
/* @__PURE__ */ 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" }),
|
|
475
480
|
/* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "13", r: "4" })
|
|
@@ -1166,18 +1171,18 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1166
1171
|
k.preventDefault(), u && u(k), p && p(!0);
|
|
1167
1172
|
}, _ = G(() => {
|
|
1168
1173
|
p(!1), d && d();
|
|
1169
|
-
}, [d, p]),
|
|
1174
|
+
}, [d, p]), z = G((k) => {
|
|
1170
1175
|
k.keyCode === 27 && _();
|
|
1171
1176
|
}, [_]);
|
|
1172
1177
|
Q(() => {
|
|
1173
1178
|
const k = (H) => {
|
|
1174
1179
|
T && T.current && H.target instanceof HTMLElement && !T.current.contains(H.target) && _();
|
|
1175
1180
|
};
|
|
1176
|
-
return document.addEventListener("keydown",
|
|
1177
|
-
document.removeEventListener("keydown",
|
|
1181
|
+
return document.addEventListener("keydown", z, !1), document.addEventListener("mousedown", k), () => {
|
|
1182
|
+
document.removeEventListener("keydown", z, !1);
|
|
1178
1183
|
};
|
|
1179
|
-
}, [
|
|
1180
|
-
const
|
|
1184
|
+
}, [z, _]);
|
|
1185
|
+
const S = () => {
|
|
1181
1186
|
var P;
|
|
1182
1187
|
const k = (P = T.current) == null ? void 0 : P.offsetLeft, H = window.innerWidth;
|
|
1183
1188
|
if (k) {
|
|
@@ -1221,7 +1226,7 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1221
1226
|
]
|
|
1222
1227
|
}
|
|
1223
1228
|
),
|
|
1224
|
-
h ? /* @__PURE__ */ e.jsx("div", { className:
|
|
1229
|
+
h ? /* @__PURE__ */ e.jsx("div", { className: S(), children: b }) : ""
|
|
1225
1230
|
] });
|
|
1226
1231
|
}, Ae = ({
|
|
1227
1232
|
title: n,
|
|
@@ -1402,7 +1407,7 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1402
1407
|
}, q = ({ label: n, onClick: t, id: r, required: i = !1 }) => /* @__PURE__ */ e.jsxs("label", { htmlFor: r, onClick: t, children: [
|
|
1403
1408
|
n,
|
|
1404
1409
|
i ? /* @__PURE__ */ e.jsx("span", { className: "required", children: "*" }) : ""
|
|
1405
|
-
] }),
|
|
1410
|
+
] }), ze = ({
|
|
1406
1411
|
name: n,
|
|
1407
1412
|
required: t = !1,
|
|
1408
1413
|
onChange: r,
|
|
@@ -1483,7 +1488,7 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1483
1488
|
j && j !== "" ? /* @__PURE__ */ e.jsx("p", { className: "text-danger", children: j }) : "",
|
|
1484
1489
|
u && u !== "" ? /* @__PURE__ */ e.jsx("p", { className: "text-success", children: u }) : ""
|
|
1485
1490
|
] }) });
|
|
1486
|
-
},
|
|
1491
|
+
}, Se = ({
|
|
1487
1492
|
name: n,
|
|
1488
1493
|
label: t,
|
|
1489
1494
|
variant: r = "secondary",
|
|
@@ -1496,12 +1501,12 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1496
1501
|
maxFiles: u,
|
|
1497
1502
|
...d
|
|
1498
1503
|
}) => {
|
|
1499
|
-
const [h, p] = A(""), [f, b] = A(""), g = u || 3, T = "muncher-button" + (r ? " muncher-button--" + r : "") + (i ? " muncher-button--" + i : "") + (a ? " muncher-button--active" : ""), v = (
|
|
1504
|
+
const [h, p] = A(""), [f, b] = A(""), g = u || 3, T = "muncher-button" + (r ? " muncher-button--" + r : "") + (i ? " muncher-button--" + i : "") + (a ? " muncher-button--active" : ""), v = (z) => {
|
|
1500
1505
|
if (j) {
|
|
1501
|
-
let
|
|
1502
|
-
|
|
1506
|
+
let S = Array.from(z.currentTarget.files);
|
|
1507
|
+
S.length > g && (S = S.slice(0, g), b("Only first " + g + " files included")), o(S), p(S.map((k) => k.name).join(", "));
|
|
1503
1508
|
} else
|
|
1504
|
-
o(Array.from(
|
|
1509
|
+
o(Array.from(z.currentTarget.files[0])), p(z.currentTarget.files[0].name);
|
|
1505
1510
|
}, _ = () => x && x !== "";
|
|
1506
1511
|
return /* @__PURE__ */ e.jsxs("div", { className: "muncher-file-input--div", children: [
|
|
1507
1512
|
/* @__PURE__ */ e.jsxs("div", { className: "file-input-element", children: [
|
|
@@ -1549,15 +1554,15 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1549
1554
|
step: T,
|
|
1550
1555
|
value: v,
|
|
1551
1556
|
maxLength: _,
|
|
1552
|
-
onEnterPress:
|
|
1553
|
-
displayLoader:
|
|
1557
|
+
onEnterPress: z,
|
|
1558
|
+
displayLoader: S,
|
|
1554
1559
|
...k
|
|
1555
1560
|
}) => {
|
|
1556
1561
|
const H = () => p && p !== "", P = () => {
|
|
1557
1562
|
let C = "muncher-input";
|
|
1558
1563
|
return (c || a) && (C += " muncher-input-icon"), H() && (C += " muncher-input-error"), d === "side" && (C += " muncher-label-side"), C;
|
|
1559
1564
|
}, m = () => t ? /* @__PURE__ */ e.jsx(q, { label: t, required: r, id: n }) : "", M = (C) => {
|
|
1560
|
-
C.key === "Enter" &&
|
|
1565
|
+
C.key === "Enter" && z && z(), h && h(C);
|
|
1561
1566
|
};
|
|
1562
1567
|
return /* @__PURE__ */ e.jsxs("div", { className: "muncher-input--div", children: [
|
|
1563
1568
|
d !== "side" ? m() : "",
|
|
@@ -1591,7 +1596,7 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1591
1596
|
...k
|
|
1592
1597
|
}
|
|
1593
1598
|
),
|
|
1594
|
-
|
|
1599
|
+
S ? /* @__PURE__ */ e.jsx(he, { size: "tiny" }) : ""
|
|
1595
1600
|
] })
|
|
1596
1601
|
] }),
|
|
1597
1602
|
H() ? /* @__PURE__ */ e.jsx("div", { className: "muncher-input-error-message", children: /* @__PURE__ */ e.jsx(N, { name: "alert", children: p }) }) : ""
|
|
@@ -1977,11 +1982,11 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1977
1982
|
footer: h,
|
|
1978
1983
|
children: p
|
|
1979
1984
|
}) => {
|
|
1980
|
-
const { header: f, rows: b } = p, [g, T] = A(c ?? { index: 0 }), [v, _] = A({ num: 0, size: t }),
|
|
1985
|
+
const { header: f, rows: b } = p, [g, T] = A(c ?? { index: 0 }), [v, _] = A({ num: 0, size: t }), z = (m) => {
|
|
1981
1986
|
T(
|
|
1982
1987
|
(M) => M.index === m ? { ...M, desc: !M.desc } : { index: m }
|
|
1983
1988
|
);
|
|
1984
|
-
},
|
|
1989
|
+
}, S = te(() => {
|
|
1985
1990
|
var C;
|
|
1986
1991
|
const m = [...b], M = (C = f[g.index]) == null ? void 0 : C.sort;
|
|
1987
1992
|
return M ? m.sort(M) : m.sort((L, X) => {
|
|
@@ -1990,8 +1995,8 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
1990
1995
|
return Z.localeCompare(I);
|
|
1991
1996
|
}), g.desc ? m.reverse() : m;
|
|
1992
1997
|
}, [b, g, f]), k = te(
|
|
1993
|
-
() =>
|
|
1994
|
-
[
|
|
1998
|
+
() => S.slice(v.num * v.size, (v.num + 1) * v.size),
|
|
1999
|
+
[S, v]
|
|
1995
2000
|
), H = f.filter((m) => !m.csvExclude).map((m) => typeof m.name == "string" ? m.name : ""), P = b.map(
|
|
1996
2001
|
(m) => m.filter((M, C) => !f[C].csvExclude).map((M) => M.csv ?? M.value ?? "")
|
|
1997
2002
|
);
|
|
@@ -2005,7 +2010,7 @@ const Re = ({ variant: n, collapsed: t, children: r }) => {
|
|
|
2005
2010
|
children: typeof m.name == "string" ? /* @__PURE__ */ e.jsx("div", { className: "sort-button", children: /* @__PURE__ */ e.jsx(
|
|
2006
2011
|
Ne,
|
|
2007
2012
|
{
|
|
2008
|
-
onClick: () =>
|
|
2013
|
+
onClick: () => z(M),
|
|
2009
2014
|
active: g.index === M,
|
|
2010
2015
|
sortAsc: !g.desc,
|
|
2011
2016
|
children: m.name
|
|
@@ -2104,7 +2109,7 @@ export {
|
|
|
2104
2109
|
me as Backdrop,
|
|
2105
2110
|
fe as Badge,
|
|
2106
2111
|
O as Button,
|
|
2107
|
-
|
|
2112
|
+
ze as Checkbox,
|
|
2108
2113
|
be as CopyButton,
|
|
2109
2114
|
we as CsvButton,
|
|
2110
2115
|
Me as CsvInput,
|
|
@@ -2114,7 +2119,7 @@ export {
|
|
|
2114
2119
|
Ye as Hr,
|
|
2115
2120
|
N as Icon,
|
|
2116
2121
|
Te as IconBadge,
|
|
2117
|
-
|
|
2122
|
+
Se as ImageInput,
|
|
2118
2123
|
ke as Input,
|
|
2119
2124
|
Ue as ItemSlider,
|
|
2120
2125
|
q as Label,
|
package/lib/index.umd.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var t1;function g1(){if(t1)return B;t1=1;var n=Symbol.for("react.transitional.element"),a=Symbol.for("react.fragment");function t(r,c,x){var o=null;if(x!==void 0&&(o=""+x),c.key!==void 0&&(o=""+c.key),"key"in c){x={};for(var i in c)i!=="key"&&(x[i]=c[i])}else x=c;return c=x.ref,{$$typeof:n,type:r,key:o,ref:c!==void 0?c:null,props:x}}return B.Fragment=a,B.jsx=t,B.jsxs=t,B}var Y={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -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
|
|
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===C?null:l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case b:return"Fragment";case v:return"Profiler";case T:return"StrictMode";case k:return"Suspense";case z:return"SuspenseList";case M: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 w:return"Portal";case A:return(l.displayName||"Context")+".Provider";case R:return(l._context.displayName||"Context")+".Consumer";case _:var p=l.render;return l=l.displayName,l||(l=p.displayName||p.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case V: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 N=p.error,E=typeof Symbol=="function"&&Symbol.toStringTag&&l[Symbol.toStringTag]||l.constructor.name||"Object";return N.call(p,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",E),a(l)}}function r(l){if(l===b)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 N(){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))}N.isReactWarning=!0,Object.defineProperty(l,"key",{get:N,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,N,E,P,O,e1,s1){return N=O.ref,l={$$typeof:f,type:l,key:p,props:O,_owner:P},(N!==void 0?N: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:e1}),Object.defineProperty(l,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:s1}),Object.freeze&&(Object.freeze(l.props),Object.freeze(l)),l}function d(l,p,N,E,P,O,e1,s1){var S=p.children;if(S!==void 0)if(E)if($(S)){for(E=0;E<S.length;E++)h(S[E]);Object.freeze&&Object.freeze(S)}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(S);if(Q.call(p,"key")){S=n(l);var D=Object.keys(p).filter(function(U1){return U1!=="key"});E=0<D.length?"{key: someKey, "+D.join(": ..., ")+": ...}":"{key: someKey}",u1[S+E]||(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} />`,E,S,D,S),ue[S+E]=!0)}if(S=null,N!==void 0&&(t(N),S=""+N),o(p)&&(t(p.key),S=""+p.key),"key"in p){N={};for(var ne in p)ne!=="key"&&(N[ne]=p[ne])}else N=p;return S&&i(N,typeof l=="function"?l.displayName||l.name||"Unknown":l),y(l,S,O,P,c(),N,ee,se)}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"),w=Symbol.for("react.portal"),b=Symbol.for("react.fragment"),T=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),R=Symbol.for("react.consumer"),A=Symbol.for("react.context"),_=Symbol.for("react.forward_ref"),k=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"),C=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)),ue={};Y.Fragment=b,Y.jsx=function(l,p,N,E,P){var O=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,N,!1,E,P,O?Error("react-stack-top-frame"):G,O?U(r(l)):X)},Y.jsxs=function(l,p,N,E,P){var O=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,N,!0,E,P,O?Error("react-stack-top-frame"):G,O?U(r(l)):X)}}()),Y}var le;function ve(){return le||(le=1,process.env.NODE_ENV==="production"?K.exports=ge():K.exports=fe()),K.exports}var e=ve();const be=({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,w=r.length,b=(c+w+f)%w;x(b)}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))})},ce=({show:n=!1,backdropClickHandler:a,...t})=>n?e.jsx("div",{className:"muncher-backdrop",onClick:a,...t}):null,re=({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})},xe={"align-center":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),"align-justify":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),"align-left":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),"align-right":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),e.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),type:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"4 7 4 4 20 4 20 7"}),e.jsx("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),e.jsx("line",{x1:"12",y1:"4",x2:"12",y2:"20"})]}),"ordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("polyline",{points:"3 10 5 10 3 13 5 13"}),e.jsx("polyline",{points:"3 3 4 3 4 6"}),e.jsx("path",{d:"M3 17H4H5L4 19C4.55 19 5 19.45 5 20C5 20.55 4.55 21 4 21H3"})]}),"unordered-list":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"9",y1:"5",x2:"21",y2:"5"}),e.jsx("line",{x1:"9",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"9",y1:"19",x2:"21",y2:"19"}),e.jsx("circle",{cx:"4",cy:"12",r:"1"}),e.jsx("circle",{cx:"4",cy:"5",r:"1"}),e.jsx("circle",{cx:"4",cy:"19",r:"1"})]}),table:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),e.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),e.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"})]}),undo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"2 10 2 16 8 16"}),e.jsx("path",{d:"m22 16c-1.8136-6.5424-9.5593-9.4823-15.36-4.36l-4.64 4.36"})]}),redo:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"22 10 22 16 16 16"}),e.jsx("path",{d:"m1.9935 16c1.8136-6.5424 9.5593-9.4823 15.36-4.36l4.64 4.36"})]}),link:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),e.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),unlink:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71"}),e.jsx("path",{d:"M5.17 11.75l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71"}),e.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"5"}),e.jsx("line",{x1:"2",y1:"8",x2:"5",y2:"8"}),e.jsx("line",{x1:"16",y1:"19",x2:"16",y2:"22"}),e.jsx("line",{x1:"19",y1:"16",x2:"22",y2:"16"})]}),"arrow-left":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 8 8 12 12 16"}),e.jsx("line",{x1:"16",y1:"12",x2:"8",y2:"12"})]}),"arrow-right":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 16 16 12 12 8"}),e.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),"arrow-down":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"8 12 12 16 16 12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"16"})]}),"arrow-up":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"16 12 12 8 8 12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"8"})]}),hamburger:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),e.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),e.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),"chevron-left":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"15 18 9 12 15 6"})}),"chevron-right":e.jsx(s.Fragment,{children:e.jsx("polyline",{points:"9 18 15 12 9 6"})}),"fast-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"13 19 22 12 13 5 13 19"}),e.jsx("polygon",{points:"2 19 11 12 2 5 2 19"})]}),pause:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),e.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}),play:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),power:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}),repeat:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"17 1 21 5 17 9"}),e.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),e.jsx("polyline",{points:"7 23 3 19 7 15"}),e.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]}),rewind:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 19 2 12 11 5 11 19"}),e.jsx("polygon",{points:"22 19 13 12 22 5 22 19"})]}),shuffle:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"16 3 21 3 21 8"}),e.jsx("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),e.jsx("polyline",{points:"21 16 21 21 16 21"}),e.jsx("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),e.jsx("line",{x1:"4",y1:"4",x2:"9",y2:"9"})]}),"skip-back":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),e.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]}),"skip-forward":e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),e.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]}),youtube:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),e.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),clock:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("polyline",{points:"12 6 12 12 16 14"})]}),camera:e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),e.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),"camera-off":e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),e.jsx("path",{d:"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"})]}),video:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"23 7 16 12 23 17 23 7"}),e.jsx("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),"video-off":e.jsxs(s.Fragment,{children:[e.jsx("path",{d:"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"}),e.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),tv:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),e.jsx("polyline",{points:"17 2 12 7 7 2"})]}),truck:e.jsxs(s.Fragment,{children:[e.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),e.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),e.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),e.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),umbrella:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),maximize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"})}),minimize:e.jsx(s.Fragment,{children:e.jsx("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"})}),"zoom-in":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),"zoom-out":e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"11",cy:"11",r:"8"}),e.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),move:e.jsxs(s.Fragment,{children:[e.jsx("polyline",{points:"5 9 2 12 5 15"}),e.jsx("polyline",{points:"9 5 12 2 15 5"}),e.jsx("polyline",{points:"15 19 12 22 9 19"}),e.jsx("polyline",{points:"19 9 22 12 19 15"}),e.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"22"})]}),mixer:e.jsxs(s.Fragment,{children:[e.jsx("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),e.jsx("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),e.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),e.jsx("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),e.jsx("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),e.jsx("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),e.jsx("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),e.jsx("line",{x1:"17",y1:"16",x2:"23",y2:"16"})]}),volume:e.jsx(s.Fragment,{children:e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"})}),mute:e.jsxs(s.Fragment,{children:[e.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),e.jsx("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),e.jsx("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]}),alert:e.jsxs(s.Fragment,{children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),"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?xe[a]:x?Object(xe)[x]:""}),i&&(!o||o==="left")?e.jsx("span",{className:"content-right",children:i}):""]})},Fe=({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(re,{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})},ie=({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:w,...b})=>{const T=s.useRef(null),v=k=>{k.preventDefault(),y&&y(k),u&&u(!0)},R=s.useCallback(()=>{u(!1),d&&d()},[d,u]),A=s.useCallback(k=>{k.keyCode===27&&R()},[R]);s.useEffect(()=>{const k=z=>{T&&T.current&&z.target instanceof HTMLElement&&!T.current.contains(z.target)&&R()};return document.addEventListener("keydown",A,!1),document.addEventListener("mousedown",k),()=>{document.removeEventListener("keydown",A,!1)}},[A,R]);const _=()=>{var V;const k=(V=T.current)==null?void 0:V.offsetLeft,z=window.innerWidth;if(k){if(k<100)return"muncher-dropdown--content";if(z-k<150)return"muncher-dropdown--content drop-left";if(z-k<250){const g=Math.round((z-k)/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:T,children:[e.jsxs(H,{onMouseDown:v,title:t,disabled:c,rounded:i,active:r,variant:n,size:a,...b,children:[x,f?e.jsx("span",{className:"small",children:"▼"}):""]}),h?e.jsx("div",{className:_(),children:w}):""]})},we=({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})]}),oe=n=>{navigator.clipboard.writeText(n)},de=({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=()=>{oe(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})})},Ne=({variant:n="secondary",size:a="medium",title:t})=>{const[r,c]=s.useState(!1);return e.jsx("div",{className:"muncher-share",children:e.jsxs(ie,{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(de,{text:window.location.href})]})})},he=({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} />`,E,S,D,S),u1[S+E]=!0)}if(S=null,N!==void 0&&(t(N),S=""+N),o(p)&&(t(p.key),S=""+p.key),"key"in p){N={};for(var n1 in p)n1!=="key"&&(N[n1]=p[n1])}else N=p;return S&&i(N,typeof l=="function"?l.displayName||l.name||"Unknown":l),y(l,S,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"),w=Symbol.for("react.portal"),b=Symbol.for("react.fragment"),T=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),R=Symbol.for("react.consumer"),A=Symbol.for("react.context"),_=Symbol.for("react.forward_ref"),k=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"),C=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=b,Y.jsx=function(l,p,N,E,P){var O=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,N,!1,E,P,O?Error("react-stack-top-frame"):G,O?U(r(l)):X)},Y.jsxs=function(l,p,N,E,P){var O=1e4>L.recentlyCreatedOwnerStacks++;return d(l,p,N,!0,E,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,w=r.length,b=(c+w+f)%w;x(b)}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:w,...b})=>{const T=s.useRef(null),v=k=>{k.preventDefault(),y&&y(k),u&&u(!0)},R=s.useCallback(()=>{u(!1),d&&d()},[d,u]),A=s.useCallback(k=>{k.keyCode===27&&R()},[R]);s.useEffect(()=>{const k=z=>{T&&T.current&&z.target instanceof HTMLElement&&!T.current.contains(z.target)&&R()};return document.addEventListener("keydown",A,!1),document.addEventListener("mousedown",k),()=>{document.removeEventListener("keydown",A,!1)}},[A,R]);const _=()=>{var V;const k=(V=T.current)==null?void 0:V.offsetLeft,z=window.innerWidth;if(k){if(k<100)return"muncher-dropdown--content";if(z-k<150)return"muncher-dropdown--content drop-left";if(z-k<250){const g=Math.round((z-k)/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:T,children:[e.jsxs(H,{onMouseDown:v,title:t,disabled:c,rounded:i,active:r,variant:n,size:a,...b,children:[x,f?e.jsx("span",{className:"small",children:"▼"}):""]}),h?e.jsx("div",{className:_(),children:w}):""]})},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(",")+`
|
|
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"})})})})},je=({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:"*"}):""]}),Me=({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}),me=({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}):""]})})},ke=({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,w]=s.useState(""),b=y||3,T="muncher-button"+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(x?" muncher-button--active":""),v=A=>{if(j){let _=Array.from(A.currentTarget.files);_.length>b&&(_=_.slice(0,b),w("Only first "+b+" files included")),o(_),u(_.map(k=>k.name).join(", "))}else o(Array.from(A.currentTarget.files[0])),u(A.currentTarget.files[0].name)},R=()=>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:T,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}):"",R()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:i})}):""]})},ye=({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:w,onChange:b,step:T,value:v,maxLength:R,onEnterPress:A,displayLoader:_,...k})=>{const z=()=>u&&u!=="",V=()=>{let C="muncher-input";return(c||x)&&(C+=" muncher-input-icon"),z()&&(C+=" muncher-input-error"),d==="side"&&(C+=" muncher-label-side"),C},g=()=>a?e.jsx(I,{label:a,required:t,id:n}):"",M=C=>{C.key==="Enter"&&A&&A(),h&&h(C)};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:w,onChange:b,required:t,readOnly:r,list:j,onKeyDown:M,onBlur:y,step:T,maxLength:R,...k}),_?e.jsx(q,{size:"tiny"}):""]})]}),z()?e.jsx("div",{className:"muncher-input-error-message",children:e.jsx(F,{name:"alert",children:u})}):""]})},Ce=({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()}}):""]})}),pe=({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})}):""]})},Ee=({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=w=>{u(w.target.value),j&&j(w)};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"]})]})},Se=({focus:n=!1,inputPlaceHolder:a,handleInputChange:t,showContent:r=!1,setShowContent:c,readOnly:x,value:o,label:i,error:j,required:y,children:d})=>{const h=s.useRef(null),u=b=>{c(!0),t(b.target.value)},f=s.useCallback(()=>{c(!1)},[c]),w=s.useCallback(b=>{b.keyCode===27&&f()},[f]);return s.useEffect(()=>{const b=T=>{if(h&&h!==null){const v=h.current;v&&!v.contains(T.target)&&f()}};return document.addEventListener("keydown",w,!1),document.addEventListener("mousedown",b),()=>{document.removeEventListener("keydown",w,!1)}},[w,f]),e.jsxs("div",{className:"muncher-input-drop-down",ref:h,children:[e.jsx(ye,{focus:n,placeholder:a,name:"query",onChange:u,readOnly:x,value:o,label:i,required:y,error:j}),r?e.jsx("div",{className:"muncher-input-drop-down--content",children:d}):""]})},Te=({children:n})=>e.jsx("ul",{className:"muncher-ul",children:n}),Re=({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})}),Ae=({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(ce,{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})]})},_e=({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})},ze=({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]})]}),He=({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()})]})},Oe=({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})},Le=({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():""]})},Ve=({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)})]})]})},Pe=({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)})]})]})},Ie=({isFeatured:n,onClick:a})=>e.jsx("span",{className:"span-featured",children:e.jsx("span",{className:n?"featured-star":"un-featured-star",onClick:a})}),De=({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})},Be=({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))]})},Ye=({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:w}=u,[b,T]=s.useState(c??{index:0}),[v,R]=s.useState({num:0,size:a}),A=g=>{T(M=>M.index===g?{...M,desc:!M.desc}:{index:g})},_=s.useMemo(()=>{var C;const g=[...w],M=(C=f[b.index])==null?void 0:C.sort;return M?g.sort(M):g.sort((L,Q)=>{var W,J,G,X;const $=((J=(W=L[b.index])==null?void 0:W.value)==null?void 0:J.toString().toLowerCase())??"",U=((X=(G=Q[b.index])==null?void 0:G.value)==null?void 0:X.toString().toLowerCase())??"";return $.localeCompare(U)}),b.desc?g.reverse():g},[w,b,f]),k=s.useMemo(()=>_.slice(v.num*v.size,(v.num+1)*v.size),[_,v]),z=f.filter(g=>!g.csvExclude).map(g=>typeof g.name=="string"?g.name:""),V=w.map(g=>g.filter((M,C)=>!f[C].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(je,{onClick:()=>A(M),active:b.index===M,sortAsc:!b.desc,children:g.name})}):g.name},`row-head-${M}`))}),t||k.map((g,M)=>e.jsx("div",{className:"row",children:g.map((C,L)=>f[L].visibility==="hidden"?null:e.jsx("div",{className:f[L].visibility?"col main":"col",children:C.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(he,{filename:n??"download",variant:"secondary",title:"Download",header:z,data:V}),o&&e.jsx(me,{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(pe,{name:"pageSize",options:[{label:"50",value:"50"},{label:"100",value:"100"},{label:"500",value:"500"}],value:String(v.size),onChange:g=>R({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,w.length)," of ",w.length]}),e.jsxs("div",{className:"right",children:[e.jsx(H,{variant:"transparent",disabled:v.num===0,size:"small",onClick:()=>R({...v,num:v.num-1}),children:e.jsx(F,{name:"chevron-left"})}),e.jsx(H,{variant:"transparent",disabled:(v.num+1)*v.size>=w.length,size:"small",onClick:()=>R({...v,num:v.num+1}),children:e.jsx(F,{name:"chevron-right"})})]})]})]})]})};m.Accordion=be,m.Backdrop=ce,m.Badge=re,m.Button=H,m.Checkbox=Me,m.CopyButton=de,m.CsvButton=he,m.CsvInput=me,m.DropdownButton=ie,m.DropdownNavButton=we,m.Featured=Ie,m.Hr=Oe,m.Icon=F,m.IconBadge=Fe,m.ImageInput=ke,m.Input=ye,m.ItemSlider=Le,m.Label=I,m.Li=Re,m.Modal=Ae,m.NavigateButton=Z,m.Paper=_e,m.Pill=ze,m.Progress=He,m.Radio=Ce,m.RangeSlider=Ve,m.Select=pe,m.ShareButton=Ne,m.Slider=Pe,m.SortButton=je,m.Spinner=q,m.Star=De,m.Table=Ye,m.Tabs=Be,m.TextInputDropdown=Se,m.Textarea=Ee,m.Ul=Te,m.copyToClipboard=oe,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})});
|
|
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,w]=s.useState(""),b=y||3,T="muncher-button"+(t?" muncher-button--"+t:"")+(r?" muncher-button--"+r:"")+(x?" muncher-button--active":""),v=A=>{if(j){let _=Array.from(A.currentTarget.files);_.length>b&&(_=_.slice(0,b),w("Only first "+b+" files included")),o(_),u(_.map(k=>k.name).join(", "))}else o(Array.from(A.currentTarget.files[0])),u(A.currentTarget.files[0].name)},R=()=>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:T,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}):"",R()?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:w,onChange:b,step:T,value:v,maxLength:R,onEnterPress:A,displayLoader:_,...k})=>{const z=()=>u&&u!=="",V=()=>{let C="muncher-input";return(c||x)&&(C+=" muncher-input-icon"),z()&&(C+=" muncher-input-error"),d==="side"&&(C+=" muncher-label-side"),C},g=()=>a?e.jsx(I,{label:a,required:t,id:n}):"",M=C=>{C.key==="Enter"&&A&&A(),h&&h(C)};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:w,onChange:b,required:t,readOnly:r,list:j,onKeyDown:M,onBlur:y,step:T,maxLength:R,...k}),_?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=w=>{u(w.target.value),j&&j(w)};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,children:d})=>{const h=s.useRef(null),u=b=>{c(!0),t(b.target.value)},f=s.useCallback(()=>{c(!1)},[c]),w=s.useCallback(b=>{b.keyCode===27&&f()},[f]);return s.useEffect(()=>{const b=T=>{if(h&&h!==null){const v=h.current;v&&!v.contains(T.target)&&f()}};return document.addEventListener("keydown",w,!1),document.addEventListener("mousedown",b),()=>{document.removeEventListener("keydown",w,!1)}},[w,f]),e.jsxs("div",{className:"muncher-input-drop-down",ref:h,children:[e.jsx(y1,{focus:n,placeholder:a,name:"query",onChange:u,readOnly:x,value:o,label:i,required:y,error:j}),r?e.jsx("div",{className:"muncher-input-drop-down--content",children:d}):""]})},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:w}=u,[b,T]=s.useState(c??{index:0}),[v,R]=s.useState({num:0,size:a}),A=g=>{T(M=>M.index===g?{...M,desc:!M.desc}:{index:g})},_=s.useMemo(()=>{var C;const g=[...w],M=(C=f[b.index])==null?void 0:C.sort;return M?g.sort(M):g.sort((L,Q)=>{var W,J,G,X;const $=((J=(W=L[b.index])==null?void 0:W.value)==null?void 0:J.toString().toLowerCase())??"",U=((X=(G=Q[b.index])==null?void 0:G.value)==null?void 0:X.toString().toLowerCase())??"";return $.localeCompare(U)}),b.desc?g.reverse():g},[w,b,f]),k=s.useMemo(()=>_.slice(v.num*v.size,(v.num+1)*v.size),[_,v]),z=f.filter(g=>!g.csvExclude).map(g=>typeof g.name=="string"?g.name:""),V=w.map(g=>g.filter((M,C)=>!f[C].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:()=>A(M),active:b.index===M,sortAsc:!b.desc,children:g.name})}):g.name},`row-head-${M}`))}),t||k.map((g,M)=>e.jsx("div",{className:"row",children:g.map((C,L)=>f[L].visibility==="hidden"?null:e.jsx("div",{className:f[L].visibility?"col main":"col",children:C.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=>R({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,w.length)," of ",w.length]}),e.jsxs("div",{className:"right",children:[e.jsx(H,{variant:"transparent",disabled:v.num===0,size:"small",onClick:()=>R({...v,num:v.num-1}),children:e.jsx(F,{name:"chevron-left"})}),e.jsx(H,{variant:"transparent",disabled:(v.num+1)*v.size>=w.length,size:"small",onClick:()=>R({...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"})});
|