@xola/ui-kit 2.3.25 → 2.3.26
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/build/ui-kit.mjs +1 -1
- package/build/ui-kit.umd.js +1 -1
- package/package.json +1 -1
package/build/ui-kit.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(f,se){typeof exports=="object"&&typeof module<"u"?se(exports,require("@headlessui/react"),require("prop-types"),require("react"),require("clsx"),require("lodash"),require("@tippyjs/react"),require("tippy.js"),require("downshift"),require("react-hotkeys-hook"),require("get-user-locale"),require("react-textarea-autosize"),require("react-select"),require("react-dom"),require("nouislider-react"),require("dayjs"),require("react-day-picker"),require("google-libphonenumber"),require("react-hot-toast")):typeof define=="function"&&define.amd?define(["exports","@headlessui/react","prop-types","react","clsx","lodash","@tippyjs/react","tippy.js","downshift","react-hotkeys-hook","get-user-locale","react-textarea-autosize","react-select","react-dom","nouislider-react","dayjs","react-day-picker","google-libphonenumber","react-hot-toast"],se):(f=typeof globalThis<"u"?globalThis:f||self,se(f.XolaUIKit={},f.react,f.PropTypes,f.React,f.clsx,f.lodash,f.Tippy,f.tippy_js,f.downshift,f.reactHotkeysHook,f.getUserLocale,f.TextareaAutosize,f.Select$2,f.reactDom,f.Nouislider,f.dayjs,f.DayPicker,f.phoneLib,f.toast))})(this,function(f,se,E0,y,I0,le,y0,Rr,mn,zr,x0,k0,jr,L0,M0,it,Qe,A0,N0){"use strict";const Me=e=>e&&typeof e=="object"&&"default"in e?e:{default:e};function S0(e){if(e&&e.__esModule)return e;const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const a in e)if(a!=="default"){const o=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(t,a,o.get?o:{enumerable:!0,get:()=>e[a]})}}return t.default=e,Object.freeze(t)}function qe(e,t){for(var a=0;a<t.length;a++){const o=t[a];if(typeof o!="string"&&!Array.isArray(o)){for(const r in o)if(r!=="default"&&!(r in e)){const l=Object.getOwnPropertyDescriptor(o,r);l&&Object.defineProperty(e,r,l.get?l:{enumerable:!0,get:()=>o[r]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}const u=Me(E0),n=Me(y),J=S0(y),x=Me(I0),Nt=Me(y0),St=Me(x0),B0=Me(k0),T0=Me(jr),V0=Me(M0),_=Me(it),F0=Me(Qe),Wr=Me(A0),Pr=Me(N0),Zr=({shouldShow:e=!0,shouldAppear:t=!0,tag:a="div",enter:o="transition-opacity duration-700",enterFrom:r="opacity-0",enterTo:l="opacity-100",className:i,children:s,...c})=>n.default.createElement(se.Transition,{show:e,appear:t,as:a,className:i,enter:o,enterFrom:r,enterTo:l,...c},s);Zr.propTypes={shouldShow:u.default.bool,shouldAppear:u.default.bool,tag:u.default.string,enter:u.default.string,enterFrom:u.default.string,enterTo:u.default.string,className:u.default.string,children:u.default.node};const Xr=({isOpen:e,children:t})=>n.default.createElement("div",{className:"overflow-hidden"},n.default.createElement(se.Transition,{show:e,appear:e,as:"div",enter:"transition-all duration-500",enterFrom:"transform -translate-y-full opacity-0",enterTo:"transform translate-y-0 opacity-100",leave:"transition duration-500",leaveFrom:"transform translate-y-0 opacity-100",leaveTo:"transform -translate-y-full opacity-0"},t));Xr.propTypes={isOpen:u.default.bool,children:u.default.node};const st={standard:{common:"border-transparent text-white",primary:"bg-primary hover:bg-primary-darker disabled:bg-primary active:bg-primary",secondary:"bg-secondary text-white hover:bg-secondary-dark disabled:bg-secondary border-transparent active:bg-secondary",success:"bg-success hover:bg-success-dark disabled:bg-success active:bg-success",warning:"bg-warning hover:bg-warning-dark disabled:bg-warning active:bg-warning",caution:"bg-caution hover:bg-caution-dark disabled:bg-caution active:bg-caution",danger:"bg-danger hover:bg-danger-dark disabled:bg-danger active:bg-danger"},outline:{common:"bg-white border hover:bg-white active:text-white",default:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",primary:"text-primary border-primary hover:text-primary-dark hover:border-primary-dark active:bg-primary-light",secondary:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",success:"text-success border-success hover:text-success-dark hover:border-success-dark active:bg-success-light",warning:"text-warning border-warning hover:text-warning-dark hover:border-warning-dark active:bg-warning-light",caution:"text-caution border-caution hover:text-caution-dark hover:border-caution-dark active:bg-caution-light",danger:"text-danger border-danger hover:text-danger-dark hover:border-danger-dark active:bg-danger-light"},link:{common:"border-transparent hover:underline",primary:"text-primary",secondary:"text-secondary",success:"text-success",warning:"text-warning",caution:"text-caution",danger:"text-danger"}},Yr={tiny:"px-2 py-0.5 text-xs leading-xs",small:"px-3 py-2 h-7.5 text-sm leading-sm",medium:"px-4.5 py-3 h-10 text-base leading-base",large:"px-6 py-4 h-[50px] text-md leading-md"},Be=({as:e="button",variant:t="standard",color:a="primary",size:o="medium",icon:r,iconPlacement:l="left",className:i,children:s,...c})=>n.default.createElement(e,{className:x.default("ui-button","inline-flex rounded border transition-colors focus:ring disabled:cursor-default disabled:bg-gray-lighter disabled:text-gray-dark","items-center justify-center font-semibold",st[t].common,st[t][a],Yr[o],i),...c},r&&l==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},r):null,s,r&&l==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},r):null);Be.propTypes={color:u.default.oneOf(Object.keys(st.outline)),variant:u.default.oneOf(Object.keys(st)),size:u.default.oneOf(Object.keys(Yr)),className:u.default.string,children:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node]),icon(e,...t){return e.icon&&!e.children?new Error("UI Kit: You are using an icon without specifying children. If you want to use an icon only specify it as a child instead of prop"):u.default.element(e,...t)},iconPlacement:u.default.string};const _r={tiny:"w-3 h-3",small:"w-3.5 h-3.5",medium:"w-4.5 h-4.5",large:"w-6 h-6"},g=e=>{const t=({size:a="small",className:o,...r})=>n.default.createElement(e,{className:x.default(_r[a],"relative -top-0.25 inline-block",o),...r});return t.propTypes={size:u.default.oneOf(Object.keys(_r)),className:u.default.string},t},H0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.37 9.667A5.993 5.993 0 017 13a5.993 5.993 0 01-5.368-3.333M12.37 4.333A5.993 5.993 0 007 1a5.993 5.993 0 00-5.368 3.333M5.667 7H1M4.335 5.667L5.668 7 4.335 8.333M8.334 7h4.667M9.667 8.333L8.334 7l1.333-1.333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),D0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.014 4.642H9.04M4.014 7.155h3.141M11.083 9.167V13M9.167 11.083H13M11.553 6.976v-4.22c0-.694-.562-1.256-1.257-1.256h-7.54c-.694 0-1.256.562-1.256 1.257v8.168c0 .694.562 1.256 1.257 1.256h4.22",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),G0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M13.065 2.356a.455.455 0 00-.456-.456H4.391c-.255 0-.456.2-.456.456v8.214c0 .25.2.451.456.451h8.213-.004a.458.458 0 00.456-.456l.01-8.209zM8.515 3.212v6.125M11.578 6.275H5.453",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.94 3.725h-.918c-.255 0-.456.2-.456.456v7.757-.004a.45.45 0 00.452.456h7.757-.005c.251 0 .456-.205.456-.456v-.913",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),O0=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"34",height:"24",fill:"#1F72CD",rx:"4"}),n.default.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M6.095 8.5l-3.18 7.247h3.807l.472-1.156h1.08l.472 1.156h4.191v-.882l.374.882h2.168l.374-.9v.9h8.718l1.06-1.126.992 1.126 4.478.01-3.191-3.613L31.1 8.5h-4.407L25.66 9.605 24.699 8.5h-9.483l-.815 1.87-.833-1.87h-3.8v.852L9.345 8.5h-3.25zm.737 1.029h1.856l2.11 4.914V9.53h2.034l1.63 3.523 1.502-3.523h2.023v5.2h-1.231l-.01-4.075-1.795 4.075H13.85l-1.805-4.075v4.075H9.512l-.48-1.166H6.437l-.479 1.165H4.601l2.231-5.199zm17.288 0h-5.007v5.197h4.93l1.588-1.722 1.53 1.722h1.601l-2.326-2.583 2.326-2.614h-1.53l-1.581 1.703-1.531-1.703zm-16.385.88l-.855 2.077H8.59l-.854-2.077zm12.615 1.146v-.95h3.123l1.363 1.518-1.423 1.526H20.35v-1.036h2.73v-1.058h-2.73z",clipRule:"evenodd"}))),Jr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M2.666 9.904l1.18 1.776M9.187 2l4.479 6.746M13.43 8.39l-9.82 2.934-.709-1.067 6.514-7.912 4.009 6.038.007.006z"}),n.default.createElement("path",{d:"M8.721 9.798c.54.617.47 1.558-.147 2.098-.625.541-1.566.47-2.106-.147-.042-.05-.084-.098-.12-.154l-.617-.934"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0"},n.default.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"}))))),R0=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 5.25H3.75c-.825 0-1.5.675-1.5 1.5v7.5c0 .825.675 1.5 1.5 1.5h7.5c.825 0 1.5-.675 1.5-1.5V9",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.375 9A3.361 3.361 0 019 5.625C9 3.75 10.5 2.25 12.375 2.25s3.375 1.5 3.375 3.375S14.25 9 12.375 9zM16.5 9.75l-1.725-1.725",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),z0=g(()=>n.default.createElement("svg",{width:"90",height:"30",viewBox:"0 0 90 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n.default.createElement("rect",{x:"0.428101",y:"0.0713501",width:"89.5719",height:"29.8573",rx:"4",fill:"white"}),n.default.createElement("rect",{x:"0.928101",y:"0.57135",width:"88.5719",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),n.default.createElement("path",{d:"M61.2822 14.4039V16.1139H60.2103V17.2354H61.2822V21.0459C61.2822 22.3471 61.8709 22.8676 63.3517 22.8676C63.6119 22.8676 63.8598 22.8366 64.0766 22.7994V21.6903C63.8907 21.7089 63.773 21.7213 63.5686 21.7213C62.9056 21.7213 62.6144 21.4115 62.6144 20.7052V17.2354H64.0766V16.1139H62.6144V14.4039H61.2822Z",fill:"#222324"}),n.default.createElement("path",{d:"M67.849 22.9605C69.8193 22.9605 71.0275 21.6408 71.0275 19.4536C71.0275 17.2788 69.8131 15.9528 67.849 15.9528C65.8787 15.9528 64.6643 17.2788 64.6643 19.4536C64.6643 21.6408 65.8725 22.9605 67.849 22.9605ZM67.849 21.7771C66.6903 21.7771 66.0398 20.9282 66.0398 19.4536C66.0398 17.9913 66.6903 17.1363 67.849 17.1363C69.0014 17.1363 69.6582 17.9913 69.6582 19.4536C69.6582 20.922 69.0014 21.7771 67.849 21.7771Z",fill:"#222324"}),n.default.createElement("path",{d:"M72.0613 22.8304H73.3934V18.8464C73.3934 17.8984 74.1059 17.2602 75.1159 17.2602C75.3513 17.2602 75.7479 17.3036 75.8594 17.3407V16.0272C75.7169 15.99 75.4628 15.9714 75.2646 15.9714C74.3847 15.9714 73.635 16.4547 73.443 17.1177H73.3438V16.083H72.0613V22.8304Z",fill:"#222324"}),n.default.createElement("path",{d:"M79.167 17.0867C80.1522 17.0867 80.7966 17.7745 80.8276 18.834H77.4198C77.4941 17.7807 78.1819 17.0867 79.167 17.0867ZM80.8214 21.0088C80.5735 21.5354 80.0221 21.8266 79.2166 21.8266C78.1509 21.8266 77.4631 21.0769 77.4198 19.8935V19.8191H82.1845V19.3544C82.1845 17.2354 81.0506 15.9528 79.1732 15.9528C77.2711 15.9528 76.0629 17.3222 76.0629 19.4784C76.0629 21.6346 77.2463 22.9605 79.1794 22.9605C80.7222 22.9605 81.8003 22.217 82.1039 21.0088H80.8214Z",fill:"#222324"}),n.default.createElement("path",{d:"M52.5463 20.3387C52.6491 21.9955 54.0298 23.0551 56.0848 23.0551C58.2811 23.0551 59.6554 21.9442 59.6554 20.1717C59.6554 18.7781 58.8719 18.0075 56.971 17.5644L55.9499 17.3139C54.7426 17.0314 54.2545 16.6525 54.2545 15.991C54.2545 15.1562 55.0123 14.6103 56.149 14.6103C57.2279 14.6103 57.9728 15.1433 58.1077 15.9974H59.5077C59.4242 14.4369 58.0499 13.3387 56.1683 13.3387C54.1454 13.3387 52.7968 14.4369 52.7968 16.0873C52.7968 17.4488 53.561 18.258 55.2371 18.6497L56.4316 18.9387C57.6582 19.2277 58.1976 19.6515 58.1976 20.3579C58.1976 21.1799 57.3499 21.7772 56.194 21.7772C54.9545 21.7772 54.094 21.2185 53.972 20.3387H52.5463Z",fill:"#222324"}),n.default.createElement("path",{d:"M38.7468 15.9714C37.8298 15.9714 37.0367 16.4299 36.6277 17.1982H36.5286V16.083H35.246V25.0733H36.5782V21.808H36.6835C37.0367 22.5206 37.7988 22.9419 38.7591 22.9419C40.463 22.9419 41.5473 21.5974 41.5473 19.4536C41.5473 17.3098 40.463 15.9714 38.7468 15.9714ZM38.3688 21.7461C37.2535 21.7461 36.5534 20.8663 36.5534 19.4598C36.5534 18.0471 37.2535 17.1673 38.375 17.1673C39.5027 17.1673 40.178 18.0285 40.178 19.4536C40.178 20.8848 39.5027 21.7461 38.3688 21.7461Z",fill:"#222324"}),n.default.createElement("path",{d:"M46.2087 15.9714C45.2917 15.9714 44.4986 16.4299 44.0897 17.1982H43.9905V16.083H42.708V25.0733H44.0401V21.808H44.1454C44.4986 22.5206 45.2607 22.9419 46.2211 22.9419C47.925 22.9419 49.0093 21.5974 49.0093 19.4536C49.0093 17.3098 47.925 15.9714 46.2087 15.9714ZM45.8307 21.7461C44.7155 21.7461 44.0153 20.8663 44.0153 19.4598C44.0153 18.0471 44.7155 17.1673 45.8369 17.1673C46.9646 17.1673 47.64 18.0285 47.64 19.4536C47.64 20.8848 46.9646 21.7461 45.8307 21.7461Z",fill:"#222324"}),n.default.createElement("path",{d:"M32.856 22.8304H34.3844L31.0385 13.5635H29.4909L26.145 22.8304H27.6221L28.4762 20.3708H32.0083L32.856 22.8304ZM30.1908 15.2461H30.3L31.6422 19.1634H28.8422L30.1908 15.2461Z",fill:"#222324"}),n.default.createElement("path",{d:"M27.0402 5.82686V10.2973H28.6542C29.9863 10.2973 30.7577 9.47629 30.7577 8.04812C30.7577 6.64163 29.9802 5.82686 28.6542 5.82686H27.0402ZM27.7341 6.45885H28.5768C29.5031 6.45885 30.0514 7.04747 30.0514 8.05741C30.0514 9.08284 29.5124 9.66527 28.5768 9.66527H27.7341V6.45885Z",fill:"#222324"}),n.default.createElement("path",{d:"M33.1203 10.3623C34.1054 10.3623 34.7095 9.70244 34.7095 8.60885C34.7095 7.52146 34.1023 6.85849 33.1203 6.85849C32.1351 6.85849 31.5279 7.52146 31.5279 8.60885C31.5279 9.70244 32.132 10.3623 33.1203 10.3623ZM33.1203 9.7706C32.5409 9.7706 32.2157 9.34617 32.2157 8.60885C32.2157 7.87773 32.5409 7.45021 33.1203 7.45021C33.6965 7.45021 34.0249 7.87773 34.0249 8.60885C34.0249 9.34308 33.6965 9.7706 33.1203 9.7706Z",fill:"#222324"}),n.default.createElement("path",{d:"M39.8541 6.92355H39.188L38.587 9.49797H38.5343L37.8404 6.92355H37.2022L36.5082 9.49797H36.4587L35.8546 6.92355H35.1792L36.1086 10.2973H36.7932L37.4872 7.81267H37.5399L38.2369 10.2973H38.9278L39.8541 6.92355Z",fill:"#222324"}),n.default.createElement("path",{d:"M40.6211 10.2973H41.2872V8.32384C41.2872 7.79718 41.6001 7.46879 42.0927 7.46879C42.5852 7.46879 42.8207 7.73832 42.8207 8.28047V10.2973H43.4868V8.11317C43.4868 7.3108 43.0716 6.85849 42.3188 6.85849C41.8107 6.85849 41.4762 7.08464 41.312 7.4595H41.2624V6.92355H40.6211V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M44.5357 10.2973H45.2018V5.6069H44.5357V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M47.7068 10.3623C48.692 10.3623 49.2961 9.70244 49.2961 8.60885C49.2961 7.52146 48.6889 6.85849 47.7068 6.85849C46.7217 6.85849 46.1145 7.52146 46.1145 8.60885C46.1145 9.70244 46.7186 10.3623 47.7068 10.3623ZM47.7068 9.7706C47.1275 9.7706 46.8022 9.34617 46.8022 8.60885C46.8022 7.87773 47.1275 7.45021 47.7068 7.45021C48.2831 7.45021 48.6114 7.87773 48.6114 8.60885C48.6114 9.34308 48.2831 9.7706 47.7068 9.7706Z",fill:"#222324"}),n.default.createElement("path",{d:"M51.2807 9.79228C50.9182 9.79228 50.6549 9.6157 50.6549 9.3121C50.6549 9.01469 50.8655 8.85669 51.3302 8.82571L52.1543 8.77305V9.05496C52.1543 9.47319 51.7825 9.79228 51.2807 9.79228ZM51.1103 10.353C51.5533 10.353 51.922 10.1609 52.1233 9.82326H52.176V10.2973H52.8173V7.99235C52.8173 7.27982 52.3402 6.85849 51.4944 6.85849C50.7292 6.85849 50.184 7.23025 50.1158 7.80957H50.7602C50.8346 7.57103 51.0917 7.43472 51.4634 7.43472C51.9189 7.43472 52.1543 7.63608 52.1543 7.99235V8.28356L51.2404 8.33623C50.438 8.3858 49.9857 8.73587 49.9857 9.34308C49.9857 9.95957 50.4597 10.353 51.1103 10.353Z",fill:"#222324"}),n.default.createElement("path",{d:"M55.0776 10.353C55.5423 10.353 55.9357 10.1331 56.1371 9.7644H56.1897V10.2973H56.8279V5.6069H56.1619V7.4595H56.1123C55.9295 7.08774 55.5392 6.86778 55.0776 6.86778C54.2256 6.86778 53.6773 7.54314 53.6773 8.60885C53.6773 9.67766 54.2194 10.353 55.0776 10.353ZM55.2665 7.4657C55.8242 7.4657 56.1742 7.90871 56.1742 8.61195C56.1742 9.31829 55.8273 9.75511 55.2665 9.75511C54.7027 9.75511 54.365 9.32449 54.365 8.60885C54.365 7.89941 54.7058 7.4657 55.2665 7.4657Z",fill:"#222324"}),n.default.createElement("path",{d:"M61.1471 10.3623C62.1323 10.3623 62.7364 9.70244 62.7364 8.60885C62.7364 7.52146 62.1292 6.85849 61.1471 6.85849C60.162 6.85849 59.5548 7.52146 59.5548 8.60885C59.5548 9.70244 60.1589 10.3623 61.1471 10.3623ZM61.1471 9.7706C60.5678 9.7706 60.2425 9.34617 60.2425 8.60885C60.2425 7.87773 60.5678 7.45021 61.1471 7.45021C61.7234 7.45021 62.0517 7.87773 62.0517 8.60885C62.0517 9.34308 61.7234 9.7706 61.1471 9.7706Z",fill:"#222324"}),n.default.createElement("path",{d:"M63.6181 10.2973H64.2842V8.32384C64.2842 7.79718 64.5971 7.46879 65.0896 7.46879C65.5822 7.46879 65.8177 7.73832 65.8177 8.28047V10.2973H66.4837V8.11317C66.4837 7.3108 66.0686 6.85849 65.3158 6.85849C64.8077 6.85849 64.4731 7.08464 64.3089 7.4595H64.2594V6.92355H63.6181V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M69.5514 6.08399V6.93904H69.0154V7.49977H69.5514V9.40503C69.5514 10.0556 69.8457 10.3158 70.5861 10.3158C70.7162 10.3158 70.8401 10.3004 70.9485 10.2818V9.72723C70.8556 9.73652 70.7967 9.74272 70.6945 9.74272C70.363 9.74272 70.2174 9.58782 70.2174 9.23465V7.49977H70.9485V6.93904H70.2174V6.08399H69.5514Z",fill:"#222324"}),n.default.createElement("path",{d:"M71.8426 10.2973H72.5087V8.32694C72.5087 7.81577 72.8123 7.47189 73.3575 7.47189C73.8284 7.47189 74.0794 7.74451 74.0794 8.28356V10.2973H74.7454V8.11937C74.7454 7.31699 74.3024 6.86159 73.5837 6.86159C73.0756 6.86159 72.7194 7.08774 72.5552 7.4657H72.5025V5.6069H71.8426V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M77.1482 7.42542C77.6408 7.42542 77.963 7.7693 77.9785 8.29905H76.2746C76.3118 7.7724 76.6557 7.42542 77.1482 7.42542ZM77.9754 9.38645C77.8515 9.64978 77.5758 9.79538 77.173 9.79538C76.6402 9.79538 76.2963 9.42052 76.2746 8.82881V8.79163H78.657V8.55928C78.657 7.49977 78.09 6.85849 77.1513 6.85849C76.2003 6.85849 75.5961 7.54314 75.5961 8.62124C75.5961 9.69934 76.1879 10.3623 77.1544 10.3623C77.9258 10.3623 78.4649 9.99055 78.6167 9.38645H77.9754Z",fill:"#222324"}),n.default.createElement("path",{d:"M18.9173 15.2247C18.9334 13.97 19.6073 12.7827 20.6763 12.1255C20.0019 11.1624 18.8723 10.5517 17.6971 10.5149C16.4437 10.3834 15.2286 11.265 14.5898 11.265C13.9387 11.265 12.9553 10.528 11.8963 10.5498C10.516 10.5944 9.22915 11.3792 8.55759 12.586C7.11399 15.0853 8.19078 18.7586 9.57363 20.7789C10.2655 21.7682 11.0741 22.8732 12.1321 22.834C13.1675 22.7911 13.5542 22.1738 14.8039 22.1738C16.0421 22.1738 16.4048 22.834 17.4843 22.8091C18.5953 22.7911 19.2953 21.8154 19.9629 20.8168C20.46 20.1119 20.8425 19.3328 21.0963 18.5084C19.7907 17.9562 18.9188 16.6423 18.9173 15.2247Z",fill:"#222324"}),n.default.createElement("path",{d:"M16.8783 9.18629C17.484 8.45911 17.7824 7.52444 17.7102 6.58078C16.7847 6.67798 15.9299 7.12029 15.3159 7.81957C14.7156 8.5028 14.4032 9.42102 14.4622 10.3286C15.388 10.3382 16.2981 9.90783 16.8783 9.18629Z",fill:"#222324"}))),j0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M12.916 4.083h-10.5a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .583.261.583.583V3.5a.584.584 0 01-.583.583zM5.916 6.417h3.5M12.722 4.083v7c0 .645-.522 1.167-1.167 1.167H3.777a1.166 1.166 0 01-1.167-1.167v-7"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0"},n.default.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"}))))),Ur=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 11.667A4.667 4.667 0 102.333 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M.583 5.833l1.75 1.75 1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ur.tags=["counter clockwise","load more","left","revert","undo","rotate"];const Qr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 11.667A4.667 4.667 0 1111.667 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.417 5.833l-1.75 1.75-1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Qr.tags=["clockwise","right","rotate"];const W0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.286 8.714L7 13 2.715 8.714M6.998 13V1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"}))),P0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.714 2.714L13 7l-4.286 4.286M13 7.003H1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"}))),Z0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_1467_0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M5.182 2.757h6.06v6.061M11.244 2.76L2.76 11.244"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_1467_0"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),X0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.715 5.286L7 1l4.285 4.286M7.003 1v12",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"}))),qr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.655 6.9a2.754 2.754 0 11-5.508 0 2.754 2.754 0 015.508 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.653 6.9v1.18a1.574 1.574 0 003.147 0V6.9a5.9 5.9 0 10-2.36 4.72",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));qr.tags=["email"];const Kr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.792 5.196c0 2.152-1.744 4.87-3.896 4.87S3 7.348 3 5.196v0a3.896 3.896 0 117.792 0v0zM6.833 10.062s-.55 1.941.548 2.738",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Kr.tags=["child","demographic"];const $r=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.483 1.308a1.051 1.051 0 111.488 1.488L6.22 7.543a.613.613 0 01-.433.18H4.557V6.49a.61.61 0 01.179-.432l4.747-4.75zM8.833 7.722h1.222M3.945 10.167h6.111",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.278 5.89c.675 0 1.222.546 1.222 1.222v4.277c0 .676-.547 1.223-1.222 1.223H2.722A1.222 1.222 0 011.5 11.389V7.112c0-.676.547-1.223 1.222-1.223M8.265 2.528L9.75 4.014",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})));$r.tags=["cheque","payment"];const ea=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M2.88 6.511H1.376h0A.376.376 0 001 6.887v4.888h2.256V6.887v0a.376.376 0 00-.376-.376v0zM7.752 2H6.248h0a.376.376 0 00-.376.376v9.399h2.256V2.376v0A.376.376 0 007.752 2v0zM12.624 4.256H11.12h0a.376.376 0 00-.376.376v7.143H13V4.632v0a.376.376 0 00-.376-.376v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ea.tags=["stats","reports","analytics"];const hn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.663 10.7v.214a1.337 1.337 0 002.674 0V10.7M8.07 3.355v-.536a1.07 1.07 0 10-2.14 0v.536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.828 5.943A2.643 2.643 0 016.471 3.3H7.53a2.643 2.643 0 012.643 2.643v1.631c0 .31.123.607.342.825l.374.374c.218.219.341.516.341.825 0 .61-.493 1.103-1.102 1.103H3.873a1.102 1.102 0 01-1.102-1.103c0-.31.123-.606.341-.825l.374-.374c.219-.218.342-.515.342-.825V5.943v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));hn.tags=["notification","pending"];const ta=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e},n.default.createElement("g",{clipPath:"url(#clip0_3383_154006)"},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M9.322 4.507a4.774 4.774 0 00-6.14-.515 1.487 1.487 0 00-.61 1.213v9.717c0 .58.619.917 1.131.644a4.774 4.774 0 015.62.84m0-11.899v11.898m0-11.898a4.774 4.774 0 016.14-.515c.389.277.61.736.61 1.213v9.717c0 .58-.62.918-1.132.644a4.774 4.774 0 00-5.619.84"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_3383_154006"},n.default.createElement("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.322 .757)"})))));ta.tags=["book","read","readme","help"];const na=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.518 5.498a.22.22 0 01-.217.217.204.204 0 01-.113-.035l-1.084-.65-1.31.68v-.004a.222.222 0 01-.321-.2V2H8.51l.008 3.498z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.565 2.022h-9.13A.435.435 0 002 2.457v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13a.435.435 0 00-.435-.435z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));na.tags=["favourite","favorite"];const ra=g(e=>n.default.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#clip0_1621_3066)"},n.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.25 9.35723V4.64273C12.25 4.22564 12.0277 3.84065 11.6667 3.6324L7.58333 1.27515C7.22225 1.0669 6.77775 1.0669 6.41667 1.27515L2.33333 3.63181C1.97225 3.84064 1.75 4.22564 1.75 4.64273V9.35781C1.75 9.77489 1.97225 10.1599 2.33333 10.3681L6.41667 12.7254C6.77775 12.9336 7.22225 12.9336 7.58333 12.7254L11.6667 10.3681C12.0277 10.1593 12.25 9.77431 12.25 9.35723Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 12.88V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 7L12.0925 4.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.90723 4.06L6.99973 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_1621_3066"},n.default.createElement("rect",{width:"14",height:"14",fill:"white"})))));ra.tags=["add-ons","addons","merchandise","other","payment"];const aa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.01 3.719H2.99c-.806 0-1.459.653-1.459 1.458v5.833c0 .806.653 1.459 1.459 1.459h8.02c.806 0 1.459-.653 1.459-1.459V5.177c0-.805-.653-1.458-1.459-1.458z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.824 3.354a1.823 1.823 0 00-3.646 0v.365h3.646v-.365zM4.57 4.083v8.264M9.43 4.083v8.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));aa.tags=["back office","work","business"];const oa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 10",width:14,height:10,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.79883 9.5C8.8699 9.5 10.5488 7.70914 10.5488 5.5C10.5488 3.29086 8.8699 1.5 6.79883 1.5C4.72776 1.5 3.04883 3.29086 3.04883 5.5C3.04883 7.70914 4.72776 9.5 6.79883 9.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.79883 1.5L4.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.79883 1.5L8.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.7988 2.5C10.4727 3.82608 8.67419 4.57107 6.79883 4.57107C4.92346 4.57107 3.12491 3.82608 1.79883 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.65576 7.67053C2.96863 8.0098 2.34142 8.45885 1.79883 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.7993 9C11.2567 8.45886 10.6295 8.00981 9.94238 7.67053",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.04883 5.75H1.29883",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.2988 5.75H10.5488",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));oa.tags=["bug","problem","issue"];const Y0=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.365 14.881h2.844a.643.643 0 00.452-1.1L8.519 8.705a.643.643 0 00-1.094.457v7.069a.643.643 0 001.092.46l1.848-1.81z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.014 10.447H3.407A1.607 1.607 0 011.8 8.839V4.018a1.607 1.607 0 011.607-1.607h11.25a1.607 1.607 0 011.607 1.607v4.821a1.607 1.607 0 01-1.607 1.608h-.804",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.572 5.529l1.543 1.286L11.572 8.1",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),la=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.119 7.82v4.032l-.007-.006c0 .683.552 1.235 1.235 1.24h7.302a1.245 1.245 0 001.235-1.247V7.807",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.531 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 014.352.62h-.006A.302.302 0 014.78.57l.044.044c.335.415.57.905.682 1.433l.025.018zM10.818 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 019.639.62h-.006a.302.302 0 01.435-.049l.043.044c.335.415.57.905.682 1.433l.025.018zM10.508 6.27h-1.24V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183zM5.22 6.27H3.98V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.89 9.309c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 018.633 9.31c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 015.376 9.31c0 .893-.732 1.628-1.628 1.628A1.63 1.63 0 012.119 9.31v-2.42a.614.614 0 01.614-.626h8.53-.006a.613.613 0 01.62.614l.013 2.432z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));la.tags=["birthday","date of birth"];const ia=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.56 6.227v-.1h-.779l-.024.016-.81.513-.047.03V7.533l.153-.095.616-.386V9.6H7.56V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})));ia.tags=["date"];const gn=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));gn.tags=["date"];const sa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.98 7.105c.001-.588-.513-1.022-1.229-1.022-.705 0-1.275.418-1.285 1.057l-.002.101h.862l.003-.096c.005-.175.167-.314.42-.314.119 0 .21.036.27.09a.29.29 0 01.094.225h0c0 .098-.04.178-.11.235a.509.509 0 01-.322.097h-.405v.708h.405c.17 0 .297.042.38.105.08.061.121.144.12.243v.002c.001.098-.04.18-.112.239a.513.513 0 01-.326.1c-.278 0-.438-.142-.446-.305l-.005-.095H4.398l.002.102c.013.646.59 1.068 1.342 1.068.763 0 1.36-.426 1.359-1.064a.814.814 0 00-.216-.578.863.863 0 00-.315-.207.758.758 0 00.41-.691zm0 0s0 0 0 0h-.1.1s0 0 0 0zm2.642-.878v-.1h-.78l-.024.016-.81.513-.046.03V7.533l.153-.095.615-.386V9.6H9.622V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})));sa.tags=["date"];const ua=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.134 9.455l-.073.145H7l.027-.055 1.359-2.7.01-.02v-.698H5.9V6.893h1.53L6.133 9.455z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})));ua.tags=["date"];const _0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("circle",{cx:3.5,cy:3.5,r:1.444,stroke:"currentColor"}),n.default.createElement("path",{d:"M11.945 3.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM11.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM4.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0z",stroke:"currentColor"}))),ca=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.3 5.055h11.5M5.497 7.611H3.855M10.883 11.444H3.216A1.917 1.917 0 011.3 9.528V4.417c0-1.059.858-1.917 1.916-1.917h7.667c1.059 0 1.917.858 1.917 1.917v5.11a1.917 1.917 0 01-1.917 1.917z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ca.tags=["credit card","cc"];const da=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.5 3H2a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{fill:"currentColor",d:"M1.232 4.532h11.234v1.532H1.232z"})));da.tags=["credit card","cc"];const fa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 2.031l2.494 6.86h.014a.678.678 0 00.623.424h4.764c.265 0 .504-.159.61-.41l1.433-3.981c.159-.345 0-.73-.332-.876a.604.604 0 00-.265-.066H2.776M8.965 11.318h.013c-.172-.013-.331.146-.331.319 0 .172.159.331.331.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345M5.648 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.331.332.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));fa.tags=["checkout"];const ma=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.798 4.6h-.006a.194.194 0 01.198.197c0 .107-.091.198-.203.198a.203.203 0 01-.203-.203.195.195 0 01.198-.203s0 0 0 0M9.6 7.4h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.6 3H1.8a.8.8 0 00-.8.8v4.8a.8.8 0 00.8.8h8.8a.8.8 0 00.8-.8V3.8a.8.8 0 00-.8-.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.2 4.6a1.6 1.6 0 100 3.2 1.6 1.6 0 000-3.2zM13 5.4v4.8c0 .437-.362.8-.8.8H3.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ma.tags=["payment"];const ha=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444V4.556A3.056 3.056 0 014.556 1.5v0zM6.541 8.375L5.166 7M8.833 6.083L6.54 8.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ha.tags=["checkbox","forms","questionnaire"];const pn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.166 3l-7.333 7.333L1.5 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));pn.tags=["tick","correct"];const ga=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M2 4.638l.983.983L5.603 3M2 10.638l.983.983L5.603 9M7.57 4h3.93M7.57 10h3.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ga.tags=["reserved"];const pa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.75 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));pa.tags=["arrow"];const vn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 12.5L3.5 7 9 1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));vn.tags=["arrow"];const ut=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.5 1.5L10 7l-5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ut.tags=["arrow"];const va=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.75 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));va.tags=["arrow"];const ba=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.429 2.714V1M7 2.714V1M9.571 2.714V1M4.429 13v-1.714M7 13v-1.714M9.571 13v-1.714M11.286 4.428H13M11.286 7H13M11.286 9.572H13M1 4.428h1.714M1 7h1.714M1 9.572h1.714M9.571 2.714H4.428c-.947 0-1.714.768-1.714 1.715v5.143c0 .946.767 1.714 1.714 1.714h5.143c.947 0 1.714-.768 1.714-1.714V4.429c0-.947-.767-1.715-1.714-1.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.029 5.4H6.058a.657.657 0 00-.658.657v1.971c0 .363.295.658.658.658h1.971a.657.657 0 00.657-.658V6.057A.657.657 0 008.03 5.4z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ba.tags=["payment","custom payment"];const wa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10 5L5.875 9 4 7.182",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));wa.tags=["tick","correct"];const Ca=g(e=>n.default.createElement("svg",{width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.49929 17.0859C13.6888 17.0859 17.085 13.6897 17.085 9.5002C17.085 5.31073 13.6888 1.91449 9.49929 1.91449C5.30981 1.91449 1.91357 5.31073 1.91357 9.5002C1.91357 13.6897 5.30981 17.0859 9.49929 17.0859Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.3569 6.92865L8.05329 12.0715L5.64258 9.73384",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));Ca.tags=["tick","correct","filled"];const Ea=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8zM4.54 9.26l4.72-4.72M9.26 9.26L4.54 4.54",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ea.tags=["x","close"];const J0=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:x.default("h-6 w-24",e),...t},n.default.createElement("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),n.default.createElement("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),n.default.createElement("path",{stroke:"#FF5A5A",strokeLinecap:"round",strokeLinejoin:"round",d:"M44.863 8.965l7.071 7.07M51.934 8.964l-7.07 7.071"}))),U0=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.368 3.633c2.958 2.958 2.958 7.776 0 10.734s-7.776 2.958-10.734 0C.675 11.41.675 6.591 3.634 3.633c2.958-2.958 7.691-2.958 10.734 0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.762 11.578H5.155c-.254 0-.423-.169-.423-.422V7.352c0-.338.423-.591.677-.338l1.69 1.352L8.62 6.761a.409.409 0 01.592 0l1.521 1.605 1.69-1.352c.254-.253.677 0 .677.338v3.804c.085.253-.085.422-.338.422z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),Ia=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.001 3.067v.983M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344M7.001 10.934V9.95",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.034 8.478c0 .815.66 1.475 1.475 1.475h1.077a1.381 1.381 0 00.337-2.72L6.079 6.77a1.38 1.38 0 01.336-2.721h1.078c.814 0 1.475.66 1.475 1.475",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ia.tags=["money","currency"];const Q0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 13c3.258 0 5.9-2.686 5.9-6s-2.642-6-5.9-6C3.642 1 1 3.686 1 7s2.642 6 5.9 6z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.375 7c0-.828-.66-1.5-1.475-1.5-.815 0-1.475.672-1.475 1.5s.66 1.5 1.475 1.5c.815 0 1.475-.672 1.475-1.5z",fill:"currentColor"}))),q0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.882 7.125c-.334.367-1.352 1.39-2.296 1.39v0h-.004a1.515 1.515 0 11.001-3.03h.003v0c.944 0 1.962 1.023 2.297 1.39L7 7l-.119.125v0zM7.12 7.125c.334.367 1.352 1.39 2.296 1.39v0h.003a1.515 1.515 0 100-3.03h-.004v0c-.944 0-1.962 1.023-2.296 1.39L7.001 7l.119.125v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),K0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 117 1.1a5.9 5.9 0 110 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 10.278V7h-.655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:6.836,cy:4.542,r:.656,fill:"currentColor"}))),$0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.278 8.22V7M8.312 8.22V7M5.96 6.073a1.311 1.311 0 11-1.853 1.855A1.311 1.311 0 015.96 6.073",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.001 12.819A5.908 5.908 0 0012.818 6c-.4-2.445-2.373-4.417-4.818-4.819A5.907 5.907 0 001.183 8c.4 2.445 2.373 4.418 4.818 4.819zM10.278 7H6.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ya=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})),xa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.212 8.867V4.933M5.588 8.867V4.933M12.8 6.9A5.9 5.9 0 111 6.9a5.9 5.9 0 1111.8 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));xa.tags=["pending"];const es=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM7 10.337V3.662M10.338 7H3.663",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ts=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:x.default("h-6 w-24",e),...t},n.default.createElement("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),n.default.createElement("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),n.default.createElement("path",{stroke:"#1352C6",strokeLinecap:"round",strokeLinejoin:"round",d:"M48.5 7.5v10M53.5 12.5h-10"}))),ka=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM4.642 7H9.36",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ka.tags=["no show","noshow"];const La=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.874 1.957h1.957c.264 0 .478.214.478.478v9.087a.478.478 0 01-.478.478H3.178a.478.478 0 01-.478-.478V2.435c0-.264.214-.478.478-.478h1.957",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.961 1.957a.957.957 0 10-1.913 0h-.956V3.39h3.826V1.957H7.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));La.tags=["resources"];const ns=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.743 1.55a5.898 5.898 0 114.515 10.9 5.898 5.898 0 01-4.515-10.9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.815 4.368v3.05l2.397 1.46",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),rs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.666 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.666 6.214a.786.786 0 100 1.572.786.786 0 000-1.572zM7.666 6.214v-2.75M8.221 7.555l1.41 1.41",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ma=g(e=>n.default.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 1C5.73309 1 4.59239 1.34603 3.62214 1.99433C2.65189 2.64263 1.89567 3.56408 1.44911 4.64217C1.00256 5.72025 0.885717 6.90654 1.11337 8.05103C1.34102 9.19552 1.90294 10.2468 2.72807 11.0719C3.5532 11.8971 4.60448 12.459 5.74897 12.6866C6.89346 12.9143 8.07975 12.7974 9.15783 12.3509C10.2359 11.9043 11.1574 11.1481 11.8057 10.1779C12.454 9.20761 12.8 8.06691 12.8 6.9",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.1768 3.62231H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.1768 1.65576H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.52324 7.22787H6.57324V3.62231",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"})));Ma.tags=["clock","manual","watch","fly","on the fly"];const We=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_5_1805)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M11.148 3.147l-8.295 8.295M11.147 11.442L2.853 3.147"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_5_1805"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))));We.tags=["cross","delete","x"];const as=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"8",fill:"none",viewBox:"0 0 10 8",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M1.291 1.236l2.94 2.94v0a.272.272 0 010 .385L1.29 7.5M6.041 1.236l2.94 2.94v0a.272.272 0 010 .385L6.04 7.5"}))),os=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.852 10.448h2.037A1.11 1.11 0 0012 9.338V3.41a1.11 1.11 0 00-1.111-1.11H3.11A1.11 1.11 0 002 3.41v5.926a1.11 1.11 0 001.111 1.111h2.037L7 12.3l1.852-1.852z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ls=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.881 10.107H8.334l-2.796 2.229h-.009a.23.23 0 01-.3-.034.227.227 0 01-.05-.141v-2.07H3.5a.839.839 0 01-.835-.844v0-5.843a.827.827 0 01.827-.843h8.347-.009a.825.825 0 01.835.826V9.23c0 .459-.376.835-.835.835h-.008l.058.042zM5.204 5.103h5.008M5.204 7.607h3.339",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Aa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.617 5.617l3.792-1.56v0a.257.257 0 01.335.334L8.183 8.183",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.183 8.183L5.618 5.617 4.057 9.41v0a.257.257 0 00.335.335l3.791-1.561z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Aa.tags=["guide"];const is=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:x.default("h-[102px] w-[103px]",e),...t},n.default.createElement("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),n.default.createElement("path",{fill:"#222324",d:"M42.424 65.769A2 2 0 0144.41 64h15.18a2 2 0 011.986 1.769l1.164 10A2 2 0 0160.754 78H43.246a2 2 0 01-1.986-2.231l1.164-10z"}),n.default.createElement("rect",{width:"55.151",height:"41.758",x:"24",y:"26",fill:"#222324",rx:"4"}),n.default.createElement("rect",{width:"50.424",height:"37.03",x:"26.363",y:"28.363",fill:"#28A0E2",rx:"3"}))),Na=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.014 9.333A1.264 1.264 0 011.75 8.07V3.014c0-.698.566-1.264 1.264-1.264H8.07c.697 0 1.263.566 1.263 1.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.986 12.25H5.93a1.264 1.264 0 01-1.263-1.264V5.93c0-.697.566-1.263 1.264-1.263h5.056c.697 0 1.263.566 1.263 1.264v5.056c0 .697-.566 1.263-1.264 1.263v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Na.tags=["duplicate"];const Sa=g(e=>n.default.createElement("svg",{viewBox:"0 0 24 21",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeWidth:1.286,strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M20.844 11.35l-.906-5.435a2.085 2.085 0 00-1.714-1.714l-5.435-.906a2.085 2.085 0 00-1.816.582l-8.024 8.024a2.085 2.085 0 000 2.95l6.34 6.34a2.085 2.085 0 002.95 0l8.023-8.024a2.083 2.083 0 00.582-1.817v0z"}),n.default.createElement("path",{clipRule:"evenodd",d:"M14.743 11.271a1.877 1.877 0 110-3.753 1.877 1.877 0 010 3.753z"}))));Sa.tags=["voucher","tags"];const Ba=g(e=>n.default.createElement("svg",{viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.9804 8.95671C16.0791 8.95671 16.9697 8.0661 16.9697 6.96748C16.9697 5.86886 16.0791 4.97825 14.9804 4.97825C13.8818 4.97825 12.9912 5.86886 12.9912 6.96748C12.9912 8.0661 13.8818 8.95671 14.9804 8.95671Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.6536 14.3996H18.9582C18.3983 12.2042 16.1648 10.8784 13.9695 11.4383C13.6113 11.5296 13.2671 11.669 12.9463 11.8525",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.7251 14.3996C10.7251 11.714 8.54809 9.53699 5.86257 9.53699C3.17704 9.53699 1 11.714 1 14.3996H10.7251Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.81279 6.74647C7.39969 6.74647 8.68613 5.46004 8.68613 3.87314C8.68613 2.28624 7.39969 0.999802 5.81279 0.999802C4.22589 0.999802 2.93945 2.28624 2.93945 3.87314C2.93945 5.46004 4.22589 6.74647 5.81279 6.74647Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ba.tags=["user"];const ss=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.867 11.07c0 .488.418.887.95.887h10.92c.522 0 .95-.399.95-.887V6.28a.47.47 0 00-.485-.443.474.474 0 00-.313.107L11.869 8.4 9.381 5.687a.504.504 0 00-.674-.054.249.249 0 00-.057.045L6.162 8.383l-2.516-2.35v-.001a.503.503 0 00-.674-.01.403.403 0 00-.143.311l.038 4.737z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),us=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.08 4.525L6.9 8.065M11.846 10.117v0a8.262 8.262 0 00-9.892 0",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.072 2.728a5.9 5.9 0 11-8.344 8.344 5.9 5.9 0 018.344-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ta=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.25 10.375v2.25H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.25 12.625L9.725 10.1a1.126 1.126 0 00-1.118-.282l-2.857.763a1.125 1.125 0 01-1.086-.291L1.75 7.373M2.574 5.87A3.75 3.75 0 118.5 8.127",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 3.627H5.983a.671.671 0 00-.25 1.294l1.032.412a.671.671 0 01-.25 1.294H5.5M6.25 3.627v-.375M6.25 7.002v-.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ta.tags=["money","refund","return payment","dollar"];const cs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.008 6.006v5.863M12 11.136a2.2 2.2 0 00-2.199-2.198H7.053a2.2 2.2 0 00-2.198-2.199H1v4.397h11zM4.855 8.938h2.749M10.906 1.625V1M11.843 1.625h-1.275a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Va=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#0079BE",fillRule:"evenodd",d:"M15.839 19.3h2.596c4.052 0 7.282-3.215 7.408-7.187v-.063c-.063-4.034-3.356-7.312-7.408-7.25h-2.913c-3.862.127-6.902 3.405-6.775 7.314 0 3.908 3.166 7.123 7.092 7.186zm-5.826-7.25c0-3.278 2.723-5.988 6.016-5.988 3.292 0 6.015 2.71 6.015 5.988 0 3.278-2.723 5.99-6.015 5.99-3.293 0-6.016-2.711-6.016-5.99zm6.966 4.035V8.079c2.216.567 3.609 2.774 3.039 4.98a4.114 4.114 0 01-3.04 3.026zm-4.876-5.043a4.142 4.142 0 002.976 5.043V8.079a4.155 4.155 0 00-2.976 2.963z",clipRule:"evenodd"})));Va.tags=["cc","credit card"];const Fa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12A5 5 0 107 2a5 5 0 000 10zM3.465 10.535l7.07-7.07",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Fa.tags=["stop"];const Ha=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#FD6020",d:"M14 23l19-5.75V20a3 3 0 01-3 3H14z"}),n.default.createElement("path",{fill:"#000",fillRule:"evenodd",d:"M29.394 9.11c1.045 0 1.62.484 1.62 1.398.052.698-.418 1.29-1.045 1.397l1.41 1.988h-1.097l-1.202-1.935h-.104v1.934h-.889V9.111h1.307zm-.418 2.204h.26c.576 0 .837-.269.837-.752 0-.43-.261-.699-.836-.699h-.261v1.45zm-3.973 2.579h2.51v-.806h-1.621v-1.29h1.568v-.806h-1.568V9.917h1.62V9.11h-2.509v4.781zm-2.613-1.559l-1.202-3.223h-.94L22.18 14h.47l1.934-4.89h-.94l-1.255 3.225zm-10.61-.805c0 1.343 1.046 2.471 2.352 2.471.418 0 .784-.107 1.15-.269v-1.074c-.261.322-.627.537-1.045.537-.836 0-1.516-.645-1.516-1.504v-.108a1.591 1.591 0 011.464-1.665c.418 0 .836.215 1.097.537V9.379c-.313-.214-.732-.268-1.097-.268-1.36-.108-2.405 1.02-2.405 2.418zm-1.62-.591c-.522-.215-.68-.323-.68-.591.053-.323.314-.591.628-.538.261 0 .523.161.732.376l.47-.644c-.366-.323-.836-.538-1.306-.538-.732-.053-1.36.538-1.412 1.29v.054c0 .644.262 1.02 1.098 1.289.209.054.418.161.627.269a.568.568 0 01.261.483c0 .376-.313.699-.627.699H9.9c-.418 0-.784-.269-.94-.645l-.576.59c.314.592.941.914 1.568.914.836.054 1.516-.59 1.568-1.45v-.162c-.052-.644-.313-.967-1.359-1.396zM7.13 13.892h.888V9.111H7.13v4.781zM3 9.111h1.567c1.255.054 2.248 1.128 2.196 2.418 0 .698-.314 1.343-.836 1.826-.47.376-1.045.591-1.62.538H3V9.11zm1.15 3.976c.418.053.888-.108 1.202-.377.313-.322.47-.752.47-1.235 0-.43-.157-.86-.47-1.182-.314-.269-.784-.43-1.202-.376h-.262v3.17h.262z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#FD6020",fillRule:"evenodd",d:"M17.948 9c-1.306 0-2.404 1.075-2.404 2.471 0 1.344 1.045 2.472 2.404 2.526 1.359.053 2.404-1.075 2.457-2.472C20.352 10.128 19.307 9 17.948 9z",clipRule:"evenodd"})));Ha.tags=["cc","credit card"];const ds=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M13.253 6.614L8.024 1.386a.545.545 0 00-.771 0L2.024 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM7.651 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.644 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M7.651 9.195h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Da=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:19,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.166 3.5l-7.333 7.333L1.5 7.5M18.167 3.5l-7.333 7.333-1.667-1.666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Da.tags=["doublecheck","forms","questionnaire"];const Bt=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Bt.tags=["collapse","fold"];const Ga=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.04 9.36V1.1M10.58 5.82L7.04 9.36 3.5 5.82M3.5 12.9h7.08",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ga.tags=["arrow"];const Oa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.358 6.66L7 8.02 5.643 6.66",fill:"currentColor"}),n.default.createElement("path",{d:"M8.358 6.66L7 8.02 5.643 6.66h2.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.444 1.5H4.556A3.056 3.056 0 001.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Oa.tags=["dropdown","forms","questionnaire"];const Ra=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.745 2.203a.687.687 0 000 .972l2.004 2.003a.687.687 0 10.972-.972l-2.004-2.003a.688.688 0 00-.972 0z"}),n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M7.801 2.202a.687.687 0 000 .973l3.949 3.948a.687.687 0 10.972-.974L8.775 2.202a.688.688 0 00-.974 0zM2.812 9.137a.688.688 0 01.972 0l2.004 2.003a.688.688 0 01-.973.972L2.812 10.11a.687.687 0 010-.972z"}),n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M2.812 7.192a.688.688 0 01.972 0l3.948 3.948a.688.688 0 11-.973.973L2.812 8.166a.688.688 0 010-.974z"}),n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.289 4.663L5.27 8.68l.973.972 4.017-4.017-.972-.972z"})));Ra.tags=["weight","exercise","gym"];const za=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.111 9.222h-.309A.803.803 0 012 8.42V2.802C2 2.36 2.36 2 2.802 2H8.42c.444 0 .803.36.803.802v.31",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.197 12H5.58a.803.803 0 01-.803-.802V5.58c0-.443.36-.802.803-.802h5.617c.443 0 .803.36.803.802v5.617c0 .444-.36.803-.803.803z",stroke:"currentColor",strokeMiterlimit:10}),n.default.createElement("path",{d:"M8.389 7v2.778M9.778 8.389H7",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})));za.tags=["copy"];const ja=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.398 3.044C3.734 4.983 4.915 6.311 7 6.984c2.086-.673 3.266-2.001 3.602-3.94A.906.906 0 009.702 2H4.298a.906.906 0 00-.9 1.044v0zM4.299 11.969a.905.905 0 01-.9-1.044C3.733 8.987 4.914 7.66 7 6.985c2.086.674 3.266 2.002 3.602 3.94a.905.905 0 01-.9 1.044H4.298z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ja.tags=["hour glass","time"];const Wa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.268 5.813l-2.081-2.08M3.849 12H2v-1.849c0-.15.06-.295.167-.402l7.582-7.582a.568.568 0 01.804 0l1.28 1.28a.568.568 0 010 .804L4.25 11.833a.567.567 0 01-.402.167v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Wa.tags=["pencil"];const Pa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.214 6.88a.987.987 0 111.396 1.395l-3.312 3.31a.573.573 0 01-.405.168H7.737v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.295 4.868h4.59M4.295 7.163h2.868M11.879 9.01l-1.4-1.4M11.179 4.868v-1.72c0-.635-.514-1.148-1.148-1.148H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147h2.295",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Pa.tags=["pencil"];const Za=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M13.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM3.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM8.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"#222324"})));Za.tags=["three","dots"];const Xa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.8 8.4V3.767M7.617 10.946H2.8a1.8 1.8 0 01-1.8-1.8v-5.38",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.282 6.756L1.65 4.844A1.22 1.22 0 011 3.765v-.02a1.2 1.2 0 011.2-1.2h8.38c.674 0 1.22.547 1.22 1.22v.012a1.2 1.2 0 01-.64 1.062L7.517 6.757a2.4 2.4 0 01-2.236 0zM12.21 8.739a2.715 2.715 0 010 3.83c-1.032 1.035-2.786 1.035-3.82 0a2.714 2.714 0 01.002-3.83 2.694 2.694 0 013.818 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.351 10.137l-1.313 1.313-.787-.788",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Xa.tags=["opt-in","optin","forms","questionnaire"];const fs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.295 3h9.41c.577 0 1.045.468 1.045 1.046v6.795c0 .578-.468 1.045-1.045 1.045h-9.41a1.045 1.045 0 01-1.045-1.045V4.046C1.25 3.468 1.718 3 2.295 3v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.326 3.658l4.916 3.516c.444.317 1.04.318 1.485.001l4.944-3.526",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ya=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M15.441 4.094v5.292M16.2 13.928h-4.543M14.685 12.414l1.515 1.514-1.514 1.514M8.628 12.414H4.085A1.514 1.514 0 012.571 10.9V4.094",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.094 2.572h9.826a1.523 1.523 0 01.854 2.782l-4.056 2.749c-1.033.7-2.39.7-3.423 0L3.24 5.355a1.523 1.523 0 01-.669-1.26v0c0-.842.682-1.523 1.523-1.523z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));Ya.tags=["email","resend","confirmation","waiver","receipt","reciept"];const _a=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("rect",{x:2,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));_a.tags=["available"];const ms=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:x.default("h-[102px] w-[103px]",e),...t},n.default.createElement("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),n.default.createElement("mask",{id:"path-2-outside-1_3545_71298",width:"27",height:"25",x:"28.5",y:"38.499",fill:"#000",maskUnits:"userSpaceOnUse"},n.default.createElement("path",{fill:"#fff",d:"M28.5 38.499H55.5V63.499H28.5z"}),n.default.createElement("path",{fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"})),n.default.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#333743",d:"M29.5 44.686h-.7v.7h.7v-.7zm6.888 0l.537-.448-.21-.252h-.327v.7zm2.37 2.843l-.538.448.21.252h.327v-.7zm2.646 0v.7h.7v-.7h-.7zm0-8.03h.7v-.7h-.7v.7zm12.727 11.229v.7h.7v-.7h-.7zm-8.2 0h-.7v.7h.7v-.7zm8.2-5.24h.7v-.7h-.7v.7zm-6.498 0v-.7h-.328l-.21.251.538.449zm-1.702 2.04l-.538-.449-.162.195v.254h.7zm1.702 9.244l-.538.449.21.251h.328v-.7zm6.497 0v.7h.7v-.7h-.7zm-8.2-2.04h-.7v.254l.163.195.538-.449zm0-3.198v-.7h-.7v.7h.7zm8.2 0h.7v-.7h-.7v.7zm-11.9 3.196v-.7h-.7v.7h.7zm0 8.031h-.7v.7h.7v-.7zm2.648-8.03l.537-.449-.21-.252h-.328v.7zm2.368 2.843l-.538.448.21.252h.328v-.7zm6.888 0h.7v-.7h-.7v.7zM37.7 54.732l.538.449.162-.195v-.254h-.7zm0-3.198h.7v-.7h-.7v.7zm-1.702 5.238v.7h.327l.21-.251-.537-.449zm-6.497 0h-.7v.7h.7v-.7zm0-5.238v-.7h-.7v.7h.7zm6.497-6.046l.537-.449-.21-.251h-.327v.7zm-6.497 0v-.7h-.7v.7h.7zm8.199 2.04h.7v-.254l-.163-.195-.537.449zm0 3.2v.7h.7v-.7h-.7zm-8.199 0h-.7v.7h.7v-.7zm17.746-6.042v-.7h-.328l-.21.252.538.448zm-2.369 2.843v.7h.328l.21-.252-.538-.448zm9.257-2.843v.7h.7v-.7h-.7zM42.23 39.5v-.7h-.7v.7h.7zm0 8.03h-.7v.7h.7v-.7zm2.475 0v.7-.7zm-5.948 7.201v-.7h-.327l-.21.252.537.448zm-2.37 2.844v.7h.328l.21-.252-.537-.448zm5.017-2.844h.7v-.7h-.7v.7zm0 8.031v.7h.7v-.7h-.7zM29.5 57.573v-.7h-.7v.7h.7zm.7-12.887v-1.173h-1.4v1.173h1.4zm6.188-.7H29.5v1.4h6.888v-1.4zm2.907 3.094l-2.37-2.842-1.075.897 2.37 2.842 1.075-.897zm2.11-.251h-2.648v1.4h2.647v-1.4zm-.7-7.33v8.03h1.4v-8.03h-1.4zm-7.106.7h7.805v-1.4H33.6v1.4zM30.2 43.513c0-1.816 1.508-3.314 3.4-3.314v-1.4c-2.638 0-4.8 2.097-4.8 4.714h1.4zm23.93 6.515h-8.2v1.4h8.2v-1.4zm-.7-4.54v5.24h1.4v-5.24h-1.4zm-5.797.7h6.498v-1.4h-6.498v1.4zm-1.165 1.788l1.702-2.04-1.075-.897-1.702 2.04 1.075.897zm.163 2.752v-3.2h-1.4v3.2h1.4zm1.002 6.744h6.497v-1.4h-6.497v1.4zm-2.24-2.291l1.702 2.04 1.075-.897-1.702-2.04-1.075.897zm-.162-3.647v3.198h1.4v-3.198h-1.4zm8.9-.7h-8.2v1.4h8.2v-1.4zm.7 5.938v-5.238h-1.4v5.238h1.4zM41.53 54.73v8.031h1.4v-8.03h-1.4zm3.347-.7H42.23v1.4h2.648v-1.4zm2.906 3.096l-2.368-2.844-1.075.896 2.368 2.844 1.075-.896zm6.351-.252h-6.888v1.4h6.888v-1.4zm.7 1.87v-1.17h-1.4v1.17h1.4zm-4.799 4.717c2.638 0 4.8-2.098 4.8-4.716h-1.401c0 1.818-1.508 3.316-3.399 3.316v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm-3.83-8.729v-3.198h-1.401v3.198h1.4zm-1.866 2.489l1.703-2.04-1.076-.898-1.702 2.04 1.075.898zm-7.034.251h6.497v-1.4H29.5v1.4zm-.7-5.938v5.238h1.4v-5.238h-1.4zm8.899-.7H29.5v1.4h8.199v-1.4zm-1.702-6.046H29.5v1.4h6.497v-1.4zm2.24 2.291l-1.703-2.04-1.075.897 1.702 2.04 1.075-.897zm.162 3.649v-3.2H37v3.2h1.4zm-8.899.7h8.199v-1.4H29.5v1.4zm-.7-5.94v5.24h1.4v-5.24h-1.4zm17.908-1.25l-2.368 2.843 1.075.896 2.368-2.843-1.075-.896zm7.426-.252h-6.888v1.4h6.888v-1.4zm-.7-.473v1.173h1.4v-1.173h-1.4zM50.035 40.2c1.892 0 3.4 1.498 3.4 3.314h1.4c0-2.616-2.163-4.714-4.8-4.714v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm.7 7.33v-8.03h-1.4v8.03h1.4zm1.775-.7H42.23v1.4h2.475v-1.4zm.172 0h-.172v1.4h.172v-1.4zm-6.657 7.453l-2.37 2.843 1.075.897 2.37-2.843-1.075-.897zm3.184-.252h-2.647v1.4h2.647v-1.4zm.7 8.731v-8.03h-1.4v8.03h1.4zm-8.505.7h7.805v-1.4H33.6v1.4zM28.8 58.745c0 2.618 2.162 4.716 4.8 4.716v-1.4c-1.892 0-3.4-1.498-3.4-3.316h-1.4zm0-1.171v1.17h1.4v-1.17h-1.4zm7.588-.7H29.5v1.4h6.888v-1.4z",mask:"url(#path-2-outside-1_3545_71298)"}),n.default.createElement("path",{fill:"#F3B53A",fillRule:"evenodd",d:"M76.39 45.818c-.538-1.471-1.882-4.028-2.304-4.378-.614-.526-1.804-.42-2.303.175-.5.665-.461.91.383 2.521 1.306 2.382 1.805 4.028 2.074 6.654.345 3.152-.346 6.374-1.958 9.386-.384.7-.73 1.401-.807 1.576-.23.63.346 1.471 1.075 1.681 1.114.315 1.92-.455 3.033-2.872 2.266-4.762 2.496-9.91.807-14.743zm-9.291-1.926c-.5 0-.653.07-1.037.385-.73.63-.73.945.153 2.556 1.997 3.678 1.959 7.285-.076 11.032-.538 1.016-.653 1.331-.615 1.611.115.455.5.91.96 1.086.192.07.576.14.768.105.73-.105 1.075-.455 1.805-1.786 1.266-2.347 1.727-4.063 1.727-6.584 0-2.452-.46-4.378-1.65-6.584-.73-1.436-1.19-1.821-2.035-1.821zm-7.145 4.342c-.23-.7.384-1.576 1.267-1.716.73-.105 1.23.175 1.92 1.12a8.01 8.01 0 010 9.247c-.69.98-1.459 1.33-2.265 1.015-.384-.14-.806-.595-.921-.98-.154-.42-.039-.771.537-1.611.73-1.086.883-1.646.883-3.047 0-1.401-.154-1.962-.883-3.047l-.122-.202c-.195-.322-.384-.634-.415-.779z",clipRule:"evenodd"}))),Ja=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.834 9.98a1.557 1.557 0 112.55-1.67.39.39 0 00.64.133l1.215-1.215a.779.779 0 000-1.101L10.993 4.88a1.557 1.557 0 10-1.91-1.907L7.836 1.728a.779.779 0 00-1.101 0L5.607 2.856a.39.39 0 00.06.6A1.557 1.557 0 113.51 5.614a.39.39 0 00-.6-.06L1.777 6.677a.779.779 0 000 1.1l4.404 4.405a.779.779 0 001.101 0L8.5 10.966a.39.39 0 00-.134-.638 1.54 1.54 0 01-.531-.348z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ja.tags=["inventory"];const hs=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.188 6.37l-.282-.797L5.515 2.38l.43-.106 4.122 3.562 2.426-.694c.285-.074.609-.09.856-.088a6.998 6.998 0 00-12.941.598 6.962 6.962 0 00-.329 3.394l5.812-2.019 2.297-.655zM13.604 5.683a3.74 3.74 0 01-.836.419l-2.432.693-1.622 5.206-.421.137.342-3.976-.191-.826-2.279.65L.144 9.403a6.998 6.998 0 1013.46-3.72z",fill:"#072F54"}),n.default.createElement("path",{d:"M8.444 7.337l.192.825-.343 3.975.42-.136 1.623-5.205 2.431-.694c.31-.1.624-.282.837-.419a7.071 7.071 0 00-.255-.63 3.556 3.556 0 00-.856.088l-2.426.695-4.123-3.564-.43.107 2.391 3.194.283.797-2.297.657L.08 9.044c.018.12.039.24.063.36l6.023-1.417 2.278-.65z",fill:"#FBC108"}))),Ua=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_196_67)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M5.14 12.48h-.006c3.017 1.217 6.455-.248 7.68-3.272A5.9 5.9 0 009.55 1.53a5.915 5.915 0 00-7.695 7.687"}),n.default.createElement("path",{d:"M8.987 8.272l.003-2.903-2.903.003M8.989 5.37l-5.81 5.81"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_196_67"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))));Ua.tags=["arrow"];const Qa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.393 5.6a1.97 1.97 0 010 2.782 1.97 1.97 0 01-2.783 0 1.967 1.967 0 112.783-2.783z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.1 6.989c0-.432.1-.86.293-1.254C2.386 3.705 4.581 2.4 7.001 2.4c2.42 0 4.614 1.305 5.607 3.335.193.394.293.822.293 1.254 0 .432-.1.86-.293 1.253-.993 2.03-3.188 3.336-5.607 3.336-2.42 0-4.615-1.305-5.608-3.336a2.85 2.85 0 01-.292-1.253z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Qa.tags=["view","visible"];const qa=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.3 15.75V9.415H5.625v-2.28H7.3V5.187c0-1.531.99-2.937 3.27-2.937.922 0 1.605.088 1.605.088l-.054 2.13s-.696-.006-1.456-.006c-.822 0-.953.378-.953 1.007v1.666h2.475l-.108 2.28H9.712v6.335H7.3z",fill:"#000"})));qa.tags=["logo","social media"];const Ka=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.105 4.72H5.1c.066-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.129-.062-.134-.128a.127.127 0 01.123-.134M8.696 4.72H8.69a.127.127 0 00-.129.128c0 .066.057.128.129.123.066-.005.128-.062.123-.134a.13.13 0 00-.128-.128M3.565 8.696h6.67",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ka.tags=["smiley","emoji"];const $a=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.078 5.746h-.005c.067-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.128-.062-.133-.128a.127.127 0 01.123-.134M9.722 5.746h-.005a.127.127 0 00-.128.128c0 .067.056.128.128.123.067-.005.128-.062.123-.133a.13.13 0 00-.128-.129M4.592 10.491a2.306 2.306 0 114.612-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));$a.tags=["smiley","emoji"];const e1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.077 5.843h-.005c.067-.005.128.058.128.126s-.061.13-.128.13c-.072 0-.128-.062-.133-.13a.129.129 0 01.123-.136M9.722 5.843h-.005a.128.128 0 00-.128.13c0 .069.056.132.128.127.067-.006.128-.063.123-.137a.132.132 0 00-.128-.13M3.822 8.853l-.006-.005c.708 1.733 2.658 2.555 4.361 1.833a3.38 3.38 0 001.796-1.833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.9 1c-.775 0-1.542.156-2.258.458a5.894 5.894 0 00-1.914 1.306A6.03 6.03 0 001.45 4.717a6.129 6.129 0 000 4.608 6.03 6.03 0 001.28 1.954 5.892 5.892 0 001.913 1.305 5.797 5.797 0 004.516 0 5.892 5.892 0 001.914-1.306 6.03 6.03 0 001.279-1.953 6.128 6.128 0 000-4.608 6.03 6.03 0 00-1.28-1.953 5.893 5.893 0 00-1.913-1.306A5.797 5.797 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));e1.tags=["smiley","emoji"];const t1=g(e=>n.default.createElement("svg",{viewBox:"0 0 16 16",width:16,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10 10.1278H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.69396 9.93092C4.50996 9.09425 3.79996 7.63358 4.04996 6.02558C4.32062 4.28758 5.76929 2.90025 7.51663 2.69558C9.94196 2.41092 12 4.29892 12 6.66692C12 8.01692 11.3293 9.20825 10.3046 9.93225C10.1206 10.0622 9.99996 10.2636 9.99996 10.4889V12.3336C9.99996 13.2542 9.25396 14.0002 8.33329 14.0002H7.66663C6.74596 14.0002 5.99996 13.2542 5.99996 12.3336V10.4916C5.99996 10.2642 5.87863 10.0616 5.69396 9.93092Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.332 3.33366L14.1274 2.53833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.66643 10.0002L1.87109 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.3383 2.66692L2.54297 1.87158",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.332 10.0002L14.1274 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14 6.66711H15.1247",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M0.875 6.66711L1.99967 6.66778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6 12.0002H9.91533",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));t1.tags=["light","bulb","idea"];const n1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.107 13.5h5.786M4.662 9h8.679M3.215 4.5h11.571",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));n1.tags=["filter","custom reports"];const r1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.1 12V2.517M10.878 8.122V2.556M3.1 8.111s.487-.404 1.945-.404c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.543 1.944-.543M3.1 2.518S3.588 2 5.046 2c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.404 1.944-.404",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));r1.tags=["organizer"];const a1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.245.869a1 1 0 011.51 0l.933 1.074a1 1 0 00.912.332l1.406-.223a1 1 0 011.156.97l.025 1.423a1 1 0 00.485.84l1.22.733a1 1 0 01.262 1.487l-.896 1.106a1 1 0 00-.168.955l.463 1.346a1 1 0 01-.755 1.307l-1.397.272a1 1 0 00-.743.623l-.51 1.329a1 1 0 01-1.418.516l-1.245-.69a1 1 0 00-.97 0l-1.245.69a1 1 0 01-1.418-.516l-.51-1.329a1 1 0 00-.743-.623l-1.397-.272a1 1 0 01-.755-1.307l.463-1.346a1 1 0 00-.168-.955L.846 7.505a1 1 0 01.262-1.487l1.22-.732a1 1 0 00.485-.84l.025-1.424a1 1 0 011.156-.97l1.406.223a1 1 0 00.912-.332L7.245.87z",fill:"#8A8C91"}),n.default.createElement("circle",{cx:9.965,cy:8.048,r:1.717,fill:"#fff",stroke:"#fff",strokeWidth:1.529}),n.default.createElement("path",{d:"M6.187 8.048c0 .617.149 1.2.412 1.715a1.717 1.717 0 010-3.431 3.762 3.762 0 00-.412 1.716z",fill:"#fff",stroke:"#fff",strokeWidth:1.529})));a1.tags=["flex","fee","partnerfee","partner"];const o1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("circle",{cx:10.6,cy:9,r:2.4,fill:"currentColor"}),n.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.336 10.419A2.39 2.39 0 009.8 9a2.39 2.39 0 00-.464-1.419C8.946 7.93 8.7 8.436 8.7 9c0 .564.246 1.07.636 1.419zm-.75.668A2.892 2.892 0 017.7 9c0-.82.34-1.56.886-2.087a2.4 2.4 0 100 4.174z",fill:"currentColor"}),n.default.createElement("path",{d:"M14.657 3.343A8 8 0 113.343 14.657 8 8 0 0114.657 3.343",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));o1.tags=["flex","fee","partnerfee","partner"];const l1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 7.86h.277a.85.85 0 00.59-.235.86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .85.85 0 00.59.234h.278M7.022 5.75H3.02a.897.897 0 01-.633-.263 1.25 1.25 0 01.102-1.86l.09-.071a7.09 7.09 0 018.862 0l.09.071a1.25 1.25 0 01.103 1.86.895.895 0 01-.634.263H6.998M2 10.125c0-.345.28-.625.625-.625h8.747c.345 0 .625.28.625.625 0 .41-.096.816-.28 1.184A1.251 1.251 0 0110.6 12H3.397a1.25 1.25 0 01-1.118-.69A2.65 2.65 0 012 10.124v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));l1.tags=["burger"];const i1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.7 2.023v3.465a2.3 2.3 0 002.31 2.298A2.317 2.317 0 009.31 5.465V2M7.01 2.028V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));i1.tags=["trident"];const gs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M11.444 4.778H2.556A.556.556 0 002 5.333v1.111c0 .307.249.556.556.556h8.888A.556.556 0 0012 6.444v-1.11a.556.556 0 00-.556-.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 12V4.778M9.053 4.006c-.599.624-1.542.771-1.998.771M7.055 4.777s-.274-1.73.4-2.433M9.053 4.006a1.21 1.21 0 000-1.662 1.099 1.099 0 00-1.597 0M4.946 4.006c.6.624 1.542.771 1.999.771M6.944 4.777s.275-1.73-.4-2.433",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.947 4.006a1.21 1.21 0 010-1.662 1.099 1.099 0 011.597 0M10.89 7v4.444a.556.556 0 01-.556.556H3.667a.556.556 0 01-.556-.556V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ps=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.001 1.1a5.89 5.89 0 015.9 5.9 5.89 5.89 0 01-5.9 5.9M7 12.9A5.89 5.89 0 011.1 7 5.89 5.89 0 017 1.1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.8 1.795c-1.895 3.163-1.895 7.248 0 10.41a1.386 1.386 0 002.402 0c1.895-3.162 1.895-7.247 0-10.41a1.386 1.386 0 00-2.402 0zM1.1 7h11.8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),s1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.825 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.361 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.897 7.136V4.832a.766.766 0 111.53-.01v5.119A2.56 2.56 0 017.868 12.5h-1.71a2.574 2.574 0 01-2.165-1.193c-.885-1.392-1.976-3.675-1.976-3.675a.61.61 0 01.154-.855.607.607 0 01.742.031L4.27 8.395V3.276a.766.766 0 111.53-.01v3.071",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));s1.tags=["cap"];const u1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M.5 9.994h1.066a1.066 1.066 0 001.066-1.066V4.665a1.065 1.065 0 00-1.066-1.066H.506M13.284 3.6h-1.06a1.066 1.066 0 00-1.066 1.065v4.263a1.065 1.065 0 001.066 1.066h1.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.175 9.112h-.688c-.228 0-.454.05-.662.144l-3.363 1.532M5.811 4.333a1.59 1.59 0 00-1.339-.135l-1.838.663M11.286 4.147L8.987 3.135a1.599 1.599 0 00-1.513.122L5.388 4.609a1.204 1.204 0 00-.154 1.901v0a1.205 1.205 0 001.317.2l1.244-.581",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.794 6.128l.632.573a1.599 1.599 0 01.006 2.364L6.82 10.54a1.599 1.599 0 01-2.153.006L3.56 9.54a1.599 1.599 0 00-.948-.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));u1.tags=["partner","package","cas","cross account"];const c1=g(e=>n.default.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.25 11.25C9.1495 11.25 11.5 8.8995 11.5 6C11.5 3.1005 9.1495 0.75 6.25 0.75C3.3505 0.75 1 3.1005 1 6C1 8.8995 3.3505 11.25 6.25 11.25Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.24772 8.04195C7.3753 8.04195 8.28939 7.12787 8.28939 6.00028C8.28939 4.8727 7.3753 3.95862 6.24772 3.95862C5.12014 3.95862 4.20605 4.8727 4.20605 6.00028C4.20605 7.12787 5.12014 8.04195 6.24772 8.04195Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.69238 4.55626L9.96055 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.54004 9.71156L4.80811 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.80821 4.55626L2.54004 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.96046 9.71156L7.69238 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));c1.tags=["help","center"];const d1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.949 5.634L7 1.5l5.051 4.134c.284.231.448.579.448.945v4.699c0 .675-.547 1.222-1.222 1.222H2.722A1.222 1.222 0 011.5 11.278V6.58c0-.367.164-.715.449-.946v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.722 12V8.333c0-.675-.547-1.222-1.222-1.222H6.278c-.675 0-1.222.547-1.222 1.222V12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));d1.tags=["house","pick-up","pickup","location"];const bn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.231 2h-9.13a.435.435 0 00-.435.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0012.231 2zM2.666 10.26h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.666 9.665s1.083-2.707 2.436-2.707c1.354 0 2.437 1.625 2.437 1.625l1.63-2.8h-.006a.903.903 0 011.24-.324c.152.086.27.216.352.373l1.911 3.823",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));bn.tags=["photo"];const vs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.667 7.068S5.201 9.33 3.93 9.33a2.263 2.263 0 010-4.526c1.272 0 3.738 2.263 3.738 2.263zM7.667 7.068s2.467 2.263 3.736 2.263a2.263 2.263 0 000-4.526c-1.27 0-3.736 2.263-3.736 2.263z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),f1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.998 5.537A3.458 3.458 0 005.535 9a3.458 3.458 0 003.463 3.463A3.458 3.458 0 0012.461 9a3.458 3.458 0 00-3.463-3.463zm0 5.714A2.256 2.256 0 016.748 9c0-1.24 1.01-2.251 2.25-2.251s2.251 1.011 2.251 2.25c0 1.24-1.011 2.252-2.25 2.252zm3.605-6.663a.808.808 0 100 1.617.807.807 0 00.573-1.38.807.807 0 00-.573-.237zM15.75 9c0-.932.009-1.856-.044-2.786-.052-1.081-.299-2.04-1.089-2.83-.792-.792-1.75-1.037-2.83-1.09-.932-.052-1.856-.043-2.786-.043-.932 0-1.856-.009-2.786.043-1.081.053-2.04.3-2.83 1.09-.792.792-1.037 1.749-1.09 2.83-.052.932-.043 1.855-.043 2.786 0 .93-.009 1.856.043 2.786.053 1.08.3 2.04 1.09 2.83.792.792 1.749 1.037 2.83 1.09.932.052 1.855.043 2.786.043.932 0 1.856.009 2.786-.044 1.08-.052 2.04-.299 2.83-1.089.792-.792 1.037-1.75 1.09-2.83.053-.93.043-1.854.043-2.786zm-1.486 3.982a2.146 2.146 0 01-.51.773 2.159 2.159 0 01-.773.51c-.888.353-2.997.274-3.982.274-.984 0-3.095.079-3.983-.272a2.145 2.145 0 01-.774-.51 2.16 2.16 0 01-.51-.774c-.35-.89-.271-2.999-.271-3.983 0-.985-.08-3.095.271-3.984.124-.307.272-.537.51-.773s.466-.387.774-.51c.888-.351 2.999-.272 3.983-.272.985 0 3.095-.08 3.984.272.307.123.537.272.773.51.238.238.387.466.51.773.351.889.272 3 .272 3.984s.08 3.093-.274 3.982z",fill:"#000"})));f1.tags=["logo","social media"];const m1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.124 12.022a.479.479 0 01-.477.478H3.478A.48.48 0 013 12.018v0V1.986a.474.474 0 01.473-.487h4.58-.004a.461.461 0 01.339.139l2.584 2.589-.005-.005c.086.086.138.21.138.334l.02 7.465z",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.259 1.558v2.345c0 .262.21.473.477.473h2.346",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.906 5.625V5M7.843 5.625H6.568a.839.839 0 00-.843.838.84.84 0 00.525.774l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 10v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));m1.tags=["money"];const bs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.886 7.317L9.695 6.125l1.107-1.109 1.187 1.186a.789.789 0 001.108-.02.79.79 0 000-1.093l-1.192-1.191.552-.553a.795.795 0 000-1.113.79.79 0 00-1.113-.005L5.718 7.85v0a2.745 2.745 0 00-3.721 1.107 2.74 2.74 0 104.823 2.602 2.742 2.742 0 00-.005-2.612L8.561 7.2l1.186 1.192c.303.303.8.303 1.108-.006a.79.79 0 00-.005-1.113l.036.043z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.435 9.297a.98.98 0 100 1.96.98.98 0 000-1.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ws=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.167 2H2.833A.833.833 0 002 2.833v5.278c0 .46.373.833.833.833h8.334c.46 0 .833-.373.833-.833V2.833A.833.833 0 0011.167 2zM5.75 12.278L7 10.61M8.25 12.278L7 10.61M7 10.611V8.945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),h1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 9.042A4.083 4.083 0 107 .875a4.083 4.083 0 000 8.167zM5.367 10.675h3.267M5.367 12.308h3.267M7 13.125v-.817",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 9.042V7L5.773 5.775M7 7l1.225-1.225",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));h1.tags=["bulb","idea"];const g1=g(e=>n.default.createElement("svg",{viewBox:"0 0 8 14",width:8,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.31884 6.63147C7.36969 6.54881 7.39757 6.45408 7.39961 6.35705C7.40165 6.26003 7.37777 6.16421 7.33044 6.07949C7.2831 5.99477 7.21403 5.92421 7.13033 5.87508C7.04664 5.82595 6.95136 5.80003 6.85431 5.8H4.99991V1L1.08098 7.36907C1.03009 7.45168 1.00218 7.54639 1.00012 7.6434C0.998069 7.74041 1.02195 7.83621 1.0693 7.92091C1.11665 8.00561 1.18575 8.07613 1.26947 8.12519C1.35318 8.17425 1.44848 8.20008 1.54551 8.2H3.39991V13L7.31884 6.63147Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));g1.tags=["lightning","bug","problem"];const Cs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.764 9.467L4.731 11.5h-.005a1.92 1.92 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.709L4.49 5.397v-.005a1.909 1.909 0 012.707 0l.447.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.312 3.597l2.029-2.031h-.005a1.91 1.91 0 012.706-.008c.75.745 0 0 0 0l.447.447L11.484 2a1.918 1.918 0 010 2.706L8.549 7.638v-.004a1.924 1.924 0 01-2.711 0l-.005-.005-.452-.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}))),Es=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M10.775 6.536v0a.905.905 0 00-.9-.911h-5.85 0c-.497 0-.9.408-.9.91v4.554h0c0 .503.403.911.9.911h5.85v0c.497 0 .9-.408.9-.91V6.535zM4.4 4.138h0C4.4 2.847 5.542 1.8 6.95 1.8 8.36 1.8 9.5 2.847 9.5 4.138v1.487H4.4V4.138z",stroke:"currentColor",strokeWidth:1.02,strokeLinecap:"round",strokeLinejoin:"round"}))),p1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.41699 8.05382H1.41699C2.55128 10.7214 5.63333 11.9644 8.30094 10.8301C10.9685 9.69584 12.2115 6.61379 11.0772 3.94618C9.94295 1.27858 6.86091 0.0355801 4.1933 1.16987C2.94354 1.70128 1.94841 2.69642 1.41699 3.94618",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.47656 7.82555L8.30218 5.99993L6.47656 4.17432",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.30247 6H1",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));p1.tags=["logout"];const v1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#ED0006",d:"M19.258 11.706c0 3.703-2.968 6.706-6.63 6.706-3.66 0-6.628-3.003-6.628-6.706C6 8.002 8.968 5 12.629 5c3.66 0 6.629 3.002 6.629 6.706z"}),n.default.createElement("path",{fill:"#0099DF",d:"M27.857 11.706c0 3.703-2.968 6.706-6.629 6.706-3.66 0-6.628-3.003-6.628-6.706C14.6 8.002 17.567 5 21.228 5s6.63 3.002 6.63 6.706z"}),n.default.createElement("path",{fill:"#6C6BBD",fillRule:"evenodd",d:"M16.929 6.602a6.723 6.723 0 012.329 5.104 6.723 6.723 0 01-2.33 5.104 6.723 6.723 0 01-2.328-5.104c0-2.044.903-3.874 2.329-5.104z",clipRule:"evenodd"})));v1.tags=["cc","credit card"];const b1=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M11.445 3.111V2M10.89 2.555H12",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{clipRule:"evenodd",d:"M3.04 11.836l-.876-.875a.56.56 0 010-.792l5.32-5.319a.56.56 0 01.791 0l.875.875a.56.56 0 010 .792l-5.32 5.32a.56.56 0 01-.79 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.839 7.728L6.267 6.156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12 8.667h-1.11M11.445 8.111v1.111M5.334 2v1.111M5.89 2.555H4.777",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"})));b1.tags=["view","custom"];const w1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#ED0006",fillRule:"evenodd",d:"M17.179 16.83a6.803 6.803 0 01-4.398 1.6c-3.745 0-6.781-3-6.781-6.7s3.036-6.7 6.78-6.7c1.679 0 3.215.603 4.399 1.6a6.802 6.802 0 014.398-1.6c3.745 0 6.781 3 6.781 6.7s-3.036 6.7-6.78 6.7a6.802 6.802 0 01-4.399-1.6z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#F9A000",fillRule:"evenodd",d:"M17.179 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.802 6.802 0 014.398-1.6c3.745 0 6.78 3 6.78 6.7s-3.035 6.7-6.78 6.7a6.803 6.803 0 01-4.398-1.6z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#FF5E00",fillRule:"evenodd",d:"M17.18 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.925-3.87-2.383-5.1a6.653 6.653 0 00-2.382 5.1c0 2.042.924 3.87 2.382 5.1z",clipRule:"evenodd"})));w1.tags=["cc","credit card"];const C1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.657 6.429h-3.086V3.343c0-.78-.633-1.415-1.414-1.415H7.843c-.78 0-1.414.634-1.414 1.415v3.086H3.343c-.78 0-1.414.633-1.414 1.414v2.314c0 .78.633 1.414 1.414 1.414h3.086v3.086c0 .78.634 1.414 1.414 1.414h2.314c.78 0 1.414-.633 1.414-1.414v-3.086h3.086c.781 0 1.415-.633 1.415-1.414V7.843c0-.78-.634-1.414-1.415-1.414z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));C1.tags=["health","medical","doctor","nurse","plus"];const E1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 9.904l1.18 1.776M8.521 2l4.48 6.746M12.765 8.39l-9.82 2.934-.71-1.067L8.75 2.345l4.008 6.038.007.006z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.055 9.798c.54.617.47 1.558-.148 2.098a1.497 1.497 0 01-2.225-.301l-.618-.934",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));E1.tags=["marketing","loud speaker"];const I1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 4h10M2 7h10M2 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));I1.tags=["hamburger","sidebar"];const y1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"3",fill:"none",viewBox:"0 0 14 3",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M13.93 1.447H1.071"})));y1.tags=["subtract","hyphen"];const Is=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M2 4.638l.983.983L5.603 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),x1=g(e=>n.default.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",clipPath:"url(#clip0_9896_373783)"},n.default.createElement("path",{d:"M13.5 14.25a1.5 1.5 0 01-1.5 1.5H6a1.5 1.5 0 01-1.5-1.5V3.75A1.5 1.5 0 016 2.25h6a1.5 1.5 0 011.5 1.5v10.5z"}),n.default.createElement("path",{d:"M10.877 2.25v1.5a.375.375 0 01-.375.375h-3a.375.375 0 01-.375-.375v-1.5"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_9896_373783"},n.default.createElement("path",{fill:"#fff",d:"M0 0H18V18H0z"})))));x1.tags=["mobile","phone","iphone","android","ios"];const k1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.03 3H3.88v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02H2M3.53 11v1.5M4.53 1.5V3M9.917 9.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM9.917 5.167v3.5M8.167 6.917h3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));k1.tags=["plus","dollar"];const L1=g(e=>n.default.createElement("svg",{viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.674 9.972A.972.972 0 107.647 9a.972.972 0 11.972-.972M7.647 6.083v.973M7.647 10.944v.973",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));L1.tags=["refund","return","money","payment"];const M1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.696 3h-2.15v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02h-2.15M7.196 11v1.5M8.196 1.5V3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));M1.tags=["dollar"];const A1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.867 10.153L7.403 2.95v-.006a.667.667 0 011.061-.005L13 10.142l-10.133.011z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.868 10.153H1l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694M5.244 6.377l1.25 1.057-.005-.005a.534.534 0 00.72-.032l.342-.347h-.006a.527.527 0 01.753-.006l.341.342a.533.533 0 00.72.027l1.228-1.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));A1.tags=["product","listing","experience"];const N1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 8.5a1 1 0 01-1-1v-2a1 1 0 012 0v2a1 1 0 01-1 1z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14 6.5a5 5 0 00-10 0v5a5 5 0 1010 0v-5z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));N1.tags=["pointer","cursor"];const S1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.742 6.176a1.617 1.617 0 11-2.286 2.286 1.617 1.617 0 012.286-2.286z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.929 13.606V4.295c0-.81.656-1.467 1.466-1.467h11.466c.794 0 1.438.643 1.438 1.437v9.34c0 .795-.644 1.438-1.438 1.438H3.367a1.437 1.437 0 01-1.437-1.437zM11.269 7.14h2.873M12.993 10.013h-1.724",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.182 12.169a2.278 2.278 0 00-2.12-1.437h-.928a2.28 2.28 0 00-2.118 1.437",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));S1.tags=["membership","pass"];const B1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.892 2.773a1.509 1.509 0 00-2.144.015L3.734 8.802l-.735 2.864 2.864-.735 6.015-6.014a1.509 1.509 0 00.014-2.144v0zM9.577 2.96l2.129 2.13M3.734 8.802l2.132 2.128",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));B1.tags=["write"];const T1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.986 11.573l.006.004a2.705 2.705 0 003.366-.37l.378-.378a.902.902 0 000-1.275l-1.594-1.593a.903.903 0 00-1.276 0v0a.9.9 0 01-1.275 0L6.041 5.41a.902.902 0 010-1.276v0a.9.9 0 000-1.275L4.445 1.264a.903.903 0 00-1.275 0l-.379.378a2.706 2.706 0 00-.37 3.365l.005.006a24.411 24.411 0 006.56 6.56v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));T1.tags=["call","sms","communication"];const V1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12 9.222L9.615 6.837a.555.555 0 00-.786 0L6.444 9.222",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.333 12H3.667C2.747 12 2 11.254 2 10.333V3.667C2 2.747 2.746 2 3.667 2h6.666C11.253 2 12 2.746 12 3.667v6.666c0 .92-.746 1.667-1.667 1.667z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.222 12L5.726 8.504a.555.555 0 00-.785 0l-2.693 2.693",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:5.333,cy:5.326,r:.556,fill:"currentColor"})));V1.tags=["image","background"];const F1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M9.684 9.636A3.713 3.713 0 0011.2 6.724c0-2.208-2.148-4-4.8-4-.523 0-1.044.073-1.548.216a2.57 2.57 0 00-1.206-.922.333.333 0 00-.442.313v1.427A3.6 3.6 0 002 5.33h-.667A.333.333 0 001 5.664v2c0 .185.15.334.333.334H2a3.972 3.972 0 001.345 1.791l-.417 1.134a.8.8 0 101.5.553l.365-.99a5.633 5.633 0 003.467-.075l.393 1.067a.8.8 0 101.5-.553l-.469-1.29z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.2 6.724c1.067 0 1.6-.534 1.6-1.334M4.168 5.664v0a.167.167 0 11-.166.167v0c0-.092.074-.167.166-.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));F1.tags=["purchase","gift","store credit"];const H1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.089 7.656a1.967 1.967 0 110-3.933 1.967 1.967 0 010 3.933z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.089 12.9S2.5 9.13 2.5 5.69a4.589 4.589 0 119.178 0c0 3.442-4.59 7.211-4.59 7.211z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));H1.tags=["location","city","state","country"];const D1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));D1.tags=["line"];const G1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e},n.default.createElement("g",{clipPath:"url(#clip0_3383_154011)"},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M7.284 4.462l6.987 4.133a1.35 1.35 0 010 2.324L7.284 15.05a1.35 1.35 0 01-2.038-1.162V5.625a1.35 1.35 0 012.038-1.163z"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_3383_154011"},n.default.createElement("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.713 .757)"})))));G1.tags=["play","video","audio","music"];const ys=g(()=>n.default.createElement("svg",{width:"101",height:"30",viewBox:"0 0 101 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n.default.createElement("rect",{x:"0.231567",y:"0.0713501",width:"100.768",height:"29.8573",rx:"4",fill:"white"}),n.default.createElement("rect",{x:"0.731567",y:"0.57135",width:"99.7684",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),n.default.createElement("path",{d:"M51.0913 16.3069C49.3357 16.3069 47.9048 17.6423 47.9048 19.4815C47.9048 21.3095 49.3357 22.6561 51.0913 22.6561C52.8476 22.6561 54.2785 21.3095 54.2785 19.4815C54.2778 17.6423 52.8469 16.3069 51.0913 16.3069ZM51.0913 21.4066C50.1291 21.4066 49.2998 20.6131 49.2998 19.4823C49.2998 18.3395 50.1299 17.558 51.0913 17.558C52.0534 17.558 52.8827 18.3395 52.8827 19.4823C52.8827 20.6124 52.0534 21.4066 51.0913 21.4066ZM44.139 16.3069C42.3834 16.3069 40.9525 17.6423 40.9525 19.4815C40.9525 21.3095 42.3834 22.6561 44.139 22.6561C45.8954 22.6561 47.3263 21.3095 47.3263 19.4815C47.3263 17.6423 45.8954 16.3069 44.139 16.3069ZM44.139 21.4066C43.1769 21.4066 42.3476 20.6131 42.3476 19.4823C42.3476 18.3395 43.1776 17.558 44.139 17.558C45.1012 17.558 45.9304 18.3395 45.9304 19.4823C45.9312 20.6124 45.1012 21.4066 44.139 21.4066ZM35.87 17.2818V18.6283H39.0931C38.9968 19.386 38.7445 19.9391 38.3594 20.3235C37.8906 20.7922 37.1569 21.3095 35.87 21.3095C33.886 21.3095 32.3349 19.7099 32.3349 17.7259C32.3349 15.7419 33.886 14.1423 35.87 14.1423C36.9404 14.1423 37.7219 14.5633 38.2989 15.1044L39.2491 14.1542C38.443 13.3847 37.3733 12.7957 35.87 12.7957C33.1523 12.7957 30.8674 15.0081 30.8674 17.7259C30.8674 20.4437 33.1523 22.6561 35.87 22.6561C37.3368 22.6561 38.4437 22.1746 39.3088 21.273C40.1986 20.3832 40.4755 19.1322 40.4755 18.1223C40.4755 17.8102 40.4516 17.5214 40.4031 17.281H35.87V17.2818ZM69.6894 18.3275C69.4252 17.6184 68.619 16.3069 66.9716 16.3069C65.3362 16.3069 63.9769 17.5938 63.9769 19.4815C63.9769 21.261 65.3243 22.6561 67.1276 22.6561C68.5824 22.6561 69.4244 21.7663 69.7737 21.2491L68.6914 20.5273C68.3309 21.0565 67.8375 21.4051 67.1276 21.4051C66.4185 21.4051 65.9132 21.0804 65.5885 20.4429L69.8335 18.6873L69.6894 18.3275ZM65.3601 19.386C65.3243 18.1588 66.3103 17.5341 67.0201 17.5341C67.5733 17.5341 68.042 17.811 68.1988 18.2074L65.3601 19.386ZM61.9093 22.4643H63.3037V13.1331H61.9093V22.4643ZM59.6237 17.0168H59.576C59.2632 16.6436 58.6616 16.3069 57.9047 16.3069C56.3171 16.3069 54.8623 17.702 54.8623 19.4942C54.8623 21.2737 56.3171 22.6568 57.9047 22.6568C58.6623 22.6568 59.2632 22.3202 59.576 21.9358H59.6237V22.3926C59.6237 23.607 58.9743 24.2564 57.9286 24.2564C57.0747 24.2564 56.5455 23.6436 56.329 23.1263L55.1145 23.6317C55.4631 24.4729 56.3887 25.5075 57.9286 25.5075C59.564 25.5075 60.9472 24.5453 60.9472 22.2V16.5003H59.6245V17.0168H59.6237ZM58.0249 21.4066C57.0627 21.4066 56.2573 20.6004 56.2573 19.4942C56.2573 18.3753 57.0627 17.558 58.0249 17.558C58.9744 17.558 59.72 18.3753 59.72 19.4942C59.72 20.6004 58.9744 21.4066 58.0249 21.4066ZM76.2237 13.1331H72.8864V22.4643H74.2785V18.9292H76.2229C77.7665 18.9292 79.2848 17.8117 79.2848 16.0315C79.2848 14.2513 77.7673 13.1331 76.2237 13.1331ZM76.2595 17.6304H74.2785V14.4319H76.2595C77.3008 14.4319 77.8919 15.294 77.8919 16.0315C77.8919 16.754 77.3008 17.6304 76.2595 17.6304ZM84.8674 16.2905C83.8589 16.2905 82.8147 16.7346 82.3825 17.7192L83.6186 18.235C83.8828 17.7192 84.3755 17.5505 84.8912 17.5505C85.6115 17.5505 86.3438 17.9827 86.3557 18.7508V18.847C86.1034 18.703 85.563 18.4873 84.9032 18.4873C83.5708 18.4873 82.2138 19.2195 82.2138 20.5877C82.2138 21.8365 83.3066 22.6404 84.5307 22.6404C85.4667 22.6404 85.9833 22.2202 86.3072 21.7275H86.355V22.4478H87.7001V18.8702C87.7008 17.2146 86.4632 16.2905 84.8674 16.2905ZM84.6987 21.4043C84.2433 21.4043 83.6066 21.1759 83.6066 20.6116C83.6066 19.8913 84.3993 19.6151 85.0838 19.6151C85.6951 19.6151 85.984 19.7472 86.3557 19.9271C86.2475 20.7922 85.5033 21.4043 84.6987 21.4043ZM92.5982 16.4943L91.0015 20.54H90.9538L89.2967 16.4943H87.7964L90.2812 22.1485L88.8645 25.294H90.3171L94.147 16.4943H92.5982ZM80.0536 22.4643H81.4457V13.1331H80.0536V22.4643Z",fill:"#222324"}),n.default.createElement("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",fill:"#222324"}),n.default.createElement("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",fill:"#222324"}),n.default.createElement("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",fill:"#222324"}),n.default.createElement("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",fill:"#222324"}),n.default.createElement("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",fill:"#222324"}),n.default.createElement("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",fill:"#222324"}),n.default.createElement("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",fill:"#222324"}),n.default.createElement("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5303 10.6954L10.9295 5.70742C10.6047 5.5129 10.2257 5.40063 9.82005 5.40063C8.98339 5.40063 8.24758 5.9074 7.89452 6.61591L7.95989 6.68126L15.7526 14.4723L19.5303 10.6954ZM7.67487 7.4518C7.67337 7.48367 7.67261 7.51567 7.67261 7.5478V22.4523C7.67261 22.4845 7.67337 22.5166 7.67488 22.5485L15.2248 15.0001L7.67487 7.4518ZM7.89465 23.3843C8.24781 24.0927 8.98365 24.5994 9.82005 24.5994C10.2169 24.5994 10.5895 24.4921 10.9091 24.3037L10.9345 24.2889L19.5449 19.3193L15.7526 15.5278L7.95989 23.3191L7.89465 23.3843ZM20.2142 18.933L23.7197 16.9097C24.3933 16.5461 24.8504 15.8361 24.8504 15.0174C24.8504 14.2045 24.3994 13.498 23.7326 13.1332L23.725 13.128L20.1985 11.0828L16.2805 15.0001L20.2142 18.933Z",fill:"#222324"}))),O1=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M7 2v10M12 7H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));O1.tags=["add"];const R1=g(e=>n.default.createElement("svg",{width:13,height:14,viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.5029 6.46253C11.5029 9.44339 9.26252 12.2313 6.25146 12.908C3.24041 12.2313 1 9.44339 1 6.46253V3.87815C1 3.34447 1.32297 2.86462 1.81595 2.66309L5.09811 1.31937C5.83726 1.0161 6.66633 1.0161 7.40416 1.31937L10.6863 2.66309C11.1806 2.86593 11.5023 3.34447 11.5023 3.87815V6.46253H11.5029Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));R1.tags=["privacy","policy","shield"];const xs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.674 4.778V2.556A.556.556 0 009.12 2H4.88a.556.556 0 00-.556.556v2.222M9.777 6.444h.556M4.222 9.778H2.556A.556.556 0 012 9.222V5.333c0-.306.249-.555.556-.555h8.888c.307 0 .556.249.556.555v3.89a.556.556 0 01-.556.555H9.778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.223 12H4.778a.556.556 0 01-.555-.556V8.111h5.555v3.333a.556.556 0 01-.555.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),z1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.25 4.083H1.75a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .584.261.584.583V3.5a.584.584 0 01-.584.583zM12.056 4.083v7c0 .645-.522 1.167-1.167 1.167H3.111a1.166 1.166 0 01-1.167-1.167v-7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));z1.tags=["experience","listing"];const j1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.777 5.778A1.222 1.222 0 117 7M7 7.917V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.5 9.444V4.556A3.056 3.056 0 014.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 9.414a.03.03 0 100 .06.03.03 0 000-.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));j1.tags=["short text","forms","questionnaire"];const ks=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.13 1.875H2.87a.87.87 0 00-.87.87v8.26c0 .48.39.87.87.87h8.26c.48 0 .87-.39.87-.87v-8.26a.87.87 0 00-.87-.87z",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.957 5.287l.652.652L8.35 4.2M5.957 8.639l.652.652 1.74-1.74",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"}))),Ls=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.703 12.176c0 .167-.143.31-.31.31a.314.314 0 01-.204-.081L9.53 10.98l-2.29 1.715v-.006a.316.316 0 01-.371 0l-2.29-1.721-1.66 1.417v-.006a.32.32 0 01-.52-.241V1.875a.613.613 0 01.613-.625h8.047-.006a.612.612 0 01.619.613l.03 10.313zM4.015 4.287H7.05M4.015 6.311h5.06M4.015 8.335h5.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),W1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M7.071 2.5v2.714M6.093 2.5h1.956M2.37 10.642a.68.68 0 01-.672-.775 5.428 5.428 0 0110.745 0 .68.68 0 01-.67.776l-9.403-.001z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));W1.tags=["affiliate","partner"];const P1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M6.38 3.5v2.714M5.401 3.5h1.957M1.679 11.642a.68.68 0 01-.672-.774 5.428 5.428 0 0110.745 0 .68.68 0 01-.671.775l-9.402-.001zM10.906 1.925V1.3M11.843 1.925h-1.275a.839.839 0 00-.843.838.84.84 0 00.525.775l1.29.512-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6.3v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));P1.tags=["partner","affiliate","money","dollar"];const Z1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:16,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.289 4.083a4.813 4.813 0 018.523 3.061v1.314M11.5 10.446a4.813 4.813 0 01-8.313-3.302v-.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14.563 6.707l-1.75 1.75-1.75-1.75M1.438 8.019l1.75-1.75 1.75 1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Z1.tags=["switch"];const Ms=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.865 3.887h3.837M3.947 6.765h5.755M3.947 9.642h5.755M2.029 1.969A.95.95 0 012.979 1h7.672-.01c.528-.01.96.422.96.95v9.59c0 .528-.432.96-.96.96H2.96A.964.964 0 012 11.531v0l.029-9.562z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),As=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("rect",{x:2.579,y:2.578,width:12.843,height:12.843,rx:3.009,stroke:"currentColor",strokeWidth:1.3}))),X1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.927 1.313L1.813 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.731.106l7.114-7.114c.173-.172.125-.5-.106-.731L9.658 1.419c-.231-.231-.559-.279-.731-.106zM4.042 6.774l1.482 1.482M5.233 5.588l1.038 1.038M6.556 4.26l1.482 1.482M7.741 3.075l1.192 1.18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));X1.tags=["measure","scale","size"];const Y1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 4.083H2.917A1.17 1.17 0 001.75 5.25v5.833a1.17 1.17 0 001.167 1.167H8.75a1.17 1.17 0 001.167-1.167V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.625 7A2.614 2.614 0 017 4.375 2.614 2.614 0 019.625 1.75a2.614 2.614 0 012.625 2.625A2.614 2.614 0 019.625 7zM12.834 7.583l-1.342-1.341",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Y1.tags=["magnifying glass"];const wn=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M6.217 10.878a4.661 4.661 0 100-9.322 4.661 4.661 0 000 9.322zM9.514 9.513l2.93 2.931",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));wn.tags=["magnifying glass"];const _1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.682 6.815a.707.707 0 01-.032-1.35l9.549-3.114a.358.358 0 01.451.448l-3.112 9.55a.707.707 0 01-1.352-.032L6.118 7.879 1.682 6.815zM11.563 2.437L6.117 7.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));_1.tags=["message","email"];const J1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.816 3.733a1.43 1.43 0 100-2.858 1.43 1.43 0 000 2.858zM7.815 9.45v2.858M9.45 8.633V7M4.55 9.45a.817.817 0 10-1.634 0v3.675M6.182 8.633v3.675a.817.817 0 101.633 0 .817.817 0 101.634 0V8.633a.817.817 0 101.633 0V7a2.45 2.45 0 00-2.45-2.45H7A2.45 2.45 0 004.549 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));J1.tags=["old","demographic"];const U1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.8 5.8a.8.8 0 00.8-.8V3.8a1.2 1.2 0 012.4 0v7.6h1.6V3.8a2.8 2.8 0 10-5.6 0V5a.8.8 0 00.8.8zM10 13H7.6l.4-1.6h1.6L10 13z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));U1.tags=["old"];const Q1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.098 2.74a1.864 1.864 0 113.728 0v9.32M8.56 13.125h.532",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Q1.tags=["old"];const Ns=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.008 4v5.863M13 9.13a2.2 2.2 0 00-2.198-2.199H8.053a2.2 2.2 0 00-2.198-2.198H2V9.13h11zM5.855 6.931h2.749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ss=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 7.233V1M7 12v-1.833M7 7.233a1.467 1.467 0 100 2.934 1.467 1.467 0 000-2.934zM2.967 6.5V12M2.967 1v2.567M2.967 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0zM11.033 6.5V12M11.033 1v2.567M11.033 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Bs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_887_27435)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M11.635 8.902a1.961 1.961 0 11-2.774 2.774 1.961 1.961 0 012.774-2.774M12.397 4.173l-1.69 1.69a.653.653 0 01-.925 0l-1.69-1.69a.654.654 0 010-.924l1.69-1.691a.653.653 0 01.925 0l1.69 1.69a.655.655 0 010 .925v0zM2.52 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654H2.52a.654.654 0 00-.655.654v2.39c0 .361.293.654.654.654v0zM3.13 8.841l-1.45 2.32a.69.69 0 00.585 1.054h2.898a.69.69 0 00.585-1.055l-1.45-2.318A.69.69 0 003.13 8.84v0z"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_887_27435"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),Ts=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.833 8.044v-6.04M4.743 4.09L6.833 2l2.091 2.09M10.55 7.043v4.324a.466.466 0 01-.465.464H3.582a.463.463 0 01-.465-.464V7.043",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Vs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.984 5.302L10.943 3.34l-.005-.005a2.624 2.624 0 00-1.816-.733H4.94c-.68 0-1.33.262-1.816.733l-2.04 1.962h-.006a.257.257 0 00-.005.366l1.214 1.214-.005-.005c.094.094.246.1.35.016l1.492-1.162v6.018c0 .14.115.256.261.256H9.62h-.005c.141 0 .261-.12.261-.262V5.721l1.492 1.155c.1.084.256.079.35-.02l1.214-1.22h-.005c.1-.105.1-.272-.005-.372l-.005-.005.068.043zM5.473 2.613a1.567 1.567 0 103.134-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),q1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M13.249 5.5h-8.49a.7.7 0 00-.699.653l-.557 8.354A1.4 1.4 0 004.9 16h8.207a1.4 1.4 0 001.397-1.493l-.557-8.354a.7.7 0 00-.698-.653v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.104 6.9V4.1a2.1 2.1 0 00-2.1-2.1h0a2.1 2.1 0 00-2.1 2.1v2.8",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));q1.tags=["cart","shopping","bag","store"];const K1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.529 4.406c-.338.756-.204 2.11-.15 3.058-.365.202-.833-.153-1.098-.153-.276 0-.605.182-.656.452-.037.194.05.478.675.725.242.095.818.208.95.522.188.44-.961 2.476-2.766 2.773a.28.28 0 00-.234.292c.032.549 1.262.764 1.807.848.055.075.1.394.172.636a.313.313 0 00.327.239c.277 0 .738-.214 1.54-.081.787.13 1.526 1.246 2.945 1.246 1.32 0 2.106-1.12 2.863-1.246a3.31 3.31 0 011.236.032c.29.057.55.089.632-.196.072-.246.117-.558.171-.632.54-.083 1.776-.298 1.807-.846a.28.28 0 00-.234-.292c-1.775-.293-2.959-2.322-2.767-2.774.133-.313.704-.425.95-.522.459-.18.688-.403.683-.66-.006-.329-.402-.525-.694-.525-.296 0-.722.35-1.067.16.054-.954.187-2.303-.15-3.058-.638-1.43-2.059-2.154-3.478-2.154-1.411 0-2.82.713-3.464 2.156z",fill:"#000"})));K1.tags=["logo","social media"];const Fs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.5 7.5L8.746 9.003A5 5 0 007 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.5 7.5l1.754 1.503A5 5 0 017 12.8v.125M2.9 9V7M5 7H3M11.1 9V7M9 7h2M6.906 1.625V1M7.843 1.625H6.568a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),$1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.851 8.4H3.25A.249.249 0 003 8.65v2.203c0 .137.111.248.249.248h7.602a.248.248 0 00.249-.248V8.649a.249.249 0 00-.248-.249z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.752 5.7H4.149a.249.249 0 00-.249.248v2.203c0 .138.112.249.249.249h7.603A.249.249 0 0012 8.15V5.948a.249.249 0 00-.248-.248zM10.851 3H3.25A.249.249 0 003 3.249V5.45c0 .138.111.249.249.249h7.602a.249.249 0 00.249-.249V3.25A.249.249 0 0010.852 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));$1.tags=["balance","collect","money"];const eo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.389 1.239l1.785 3.535 3.434.34a.437.437 0 01.367.283.426.426 0 01-.102.45l-2.83 2.8 1.049 3.807a.427.427 0 01-.144.446.438.438 0 01-.47.053L7 11.23l-3.478 1.725a.438.438 0 01-.608-.255.426.426 0 01-.005-.244l1.048-3.808-2.83-2.804a.429.429 0 01.265-.732l3.434-.34 1.785-3.535A.432.432 0 017.001 1a.438.438 0 01.388.239z",fill:"#FFC03D",stroke:"#FFC03D",strokeLinecap:"round",strokeLinejoin:"round"})));eo.tags=["favourite","favorite"];const to=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.324 2.199l1.488 2.946 2.861.283a.364.364 0 01.306.236.356.356 0 01-.085.375L9.536 8.373l.874 3.172a.356.356 0 01-.12.372.364.364 0 01-.392.044L7 10.525l-2.898 1.437a.364.364 0 01-.507-.212.355.355 0 01-.004-.203l.873-3.174-2.358-2.336a.357.357 0 01.22-.61l2.862-.284 1.488-2.945A.36.36 0 017 2a.365.365 0 01.324.2z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));to.tags=["favourite","favorite"];const Hs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.462 6.353v5.833M11.538 6.353v5.833M8.296 12.185V9.593a1.296 1.296 0 00-2.592 0v2.592M1.167 12.186h11.667M2.509 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.229-.449.708-.734 1.234-.734h6.928c.526 0 1.006.285 1.234.734l1 1.97c.43.845-.216 1.826-1.206 1.833-.827 0-1.497-.565-1.497-1.262v-.028c0 .712-.67 1.29-1.497 1.29-.826 0-1.497-.578-1.497-1.29 0 .712-.67 1.29-1.497 1.29-.826 0-1.496-.578-1.496-1.29v.028c-.002.697-.672 1.262-1.499 1.262v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),no=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.786 15.52h-2.5c-.2 0-.413-.034-.542-.187a.751.751 0 01-.173-.477V3.686a.744.744 0 01.41-.665l.737-.37a.744.744 0 01.665-.002l1.17.579L6.7 2.652a.744.744 0 01.666-.002l1.16.578 1.16-.578a.744.744 0 01.666.002l1.147.576 1.17-.58a.744.744 0 01.665.003l.737.37a.745.745 0 01.41.665v1.897",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M15.97 11.944a4.77 4.77 0 11-4.77-4.771 4.764 4.764 0 014.77 4.77v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.645 10.456a.047.047 0 01-.014-.034.048.048 0 01.03-.044.048.048 0 01.062.026.047.047 0 01-.044.066.049.049 0 01-.034-.014M10.007 13.136l2.385-2.385M12.646 13.552a.048.048 0 11.082-.034.048.048 0 01-.014.034.049.049 0 01-.068 0",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));no.tags=["tax","money","finance","fees"];const ro=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.79 3.857h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792H12.79a.792.792 0 01-.792-.792V4.65c0-.438.355-.793.792-.793v0z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.998 10.178l-2.737 3.563a1.3 1.3 0 01-2.035.035 1.344 1.344 0 01-.307-.856v-2.453H4.597a1.35 1.35 0 01-1.122-.6L3.228 9.5a1.35 1.35 0 01-.175-1.124l1.019-3.541a1.35 1.35 0 011.297-.977h4.716c.375 0 .734.156.989.43l.924.995",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ro.tags=["feedback","thumb","down","dislike"];const ao=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.208 14.25H3.792A.792.792 0 013 13.458V7.917c0-.437.355-.792.792-.792h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792v0zM6 7.929l2.737-3.563a1.3 1.3 0 012.035-.035c.199.24.307.544.307.856V7.64h2.322c.45 0 .872.225 1.122.6l.247.368c.221.33.286.742.175 1.124l-1.019 3.541a1.35 1.35 0 01-1.297.977H7.913a1.35 1.35 0 01-.989-.43L6 12.824",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ao.tags=["feedback","thumb","up","like"];const oo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));oo.tags=["partner","affiliate"];const lo=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M15.187 7.786a5.54 5.54 0 01-3.238-1.035v4.713a4.286 4.286 0 11-3.698-4.248v2.371a1.968 1.968 0 101.377 1.877V2.25h2.321c-.002.196.015.392.05.585A3.221 3.221 0 0013.42 4.95a3.203 3.203 0 001.767.532v2.304z",fill:"#000"})));lo.tags=["logo","social media"];const io=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.5 7L12 9.5 9.5 12M12 9.502H2M4.5 7L2 4.5 4.5 2M12 4.502H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));io.tags=["store credit","refund","return","payment"];const Cn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_141_9201)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M1.828 3.324H12.15M8.095 1.85H5.883v0a.737.737 0 00-.737.737v.737h3.686v-.737 0a.737.737 0 00-.737-.737v0zM5.883 9.591V5.905M8.095 9.591V5.905M10.363 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.735-.677l-.681-8.17h8.11l-.681 8.17z"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_141_9201"},n.default.createElement("path",{fill:"#fff",transform:"translate(1.09 1.113)",d:"M0 0h11.796v11.796H0z"})))));Cn.tags=["delete","remove","bin"];const so=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.646 7.026l1.104-1.201h-2.445a7.643 7.643 0 00-8.602 0H2.25l1.104 1.2a3.373 3.373 0 004.565 4.967L9 13.17l1.08-1.176a3.373 3.373 0 005.667-2.474 3.364 3.364 0 00-1.1-2.493zM5.626 11.8a2.283 2.283 0 110-4.565 2.283 2.283 0 010 4.565zM9 9.453C9 7.95 7.907 6.662 6.467 6.11a6.586 6.586 0 015.066 0C10.093 6.662 9 7.95 9 9.453zm3.372 2.348a2.283 2.283 0 110-4.566 2.283 2.283 0 010 4.566zm-6.746-3.48A1.197 1.197 0 106.823 9.52v-.003a1.195 1.195 0 00-1.197-1.194zm6.746 0a1.197 1.197 0 100 2.394 1.197 1.197 0 000-2.393z",fill:"#000"})));so.tags=["logo","trip advisor review express","tare"];const uo=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"200",height:"97",fill:"none",viewBox:"0 0 200 97",...e},n.default.createElement("g",{filter:"url(#filter0_d_10041_286941)"},n.default.createElement("rect",{width:"136",height:"48",x:"32",y:"24",fill:"url(#paint0_linear_10041_286941)",rx:"24"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M66.444 48.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.365-3.437-.365-3.437"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M71.142 43l-8.69 3.578 8.69 3.18 8.69-3.18L71.142 43zM79.8 46.682v4.856"}),n.default.createElement("path",{fill:"#fff",d:"M87.674 44.593v-1.775h8.363v1.775h-3.118V53h-2.127v-8.407h-3.118zm13.158 5.156v-4.385h2.118V53h-2.033v-1.387h-.08a2.252 2.252 0 01-.86 1.079c-.398.272-.883.407-1.457.407-.51 0-.96-.116-1.347-.348a2.394 2.394 0 01-.91-.989c-.215-.428-.325-.94-.328-1.536v-4.862h2.118v4.484c.003.45.124.807.363 1.069.239.262.558.393.96.393.255 0 .493-.058.715-.174.222-.12.401-.295.537-.527.139-.232.207-.519.204-.86zm7.474-4.385v1.59h-4.599v-1.59h4.599zm-3.555-1.83h2.118v7.12c0 .195.03.347.089.457.06.106.143.18.249.224.109.043.235.064.378.064.099 0 .199-.008.298-.025.1-.02.176-.035.229-.044l.333 1.576a5.934 5.934 0 01-.447.114 3.593 3.593 0 01-.701.084c-.511.02-.958-.048-1.343-.203a1.874 1.874 0 01-.89-.726c-.212-.328-.316-.743-.313-1.243v-7.398zm7.903 9.615c-.773 0-1.44-.164-2.004-.492a3.362 3.362 0 01-1.297-1.382c-.305-.593-.458-1.281-.458-2.063 0-.79.153-1.479.458-2.069a3.322 3.322 0 011.297-1.382c.564-.331 1.231-.497 2.004-.497.772 0 1.438.166 1.998.497.564.328.998.79 1.303 1.383.305.59.457 1.279.457 2.068 0 .782-.152 1.47-.457 2.063a3.357 3.357 0 01-1.303 1.382c-.56.328-1.226.492-1.998.492zm.01-1.64c.351 0 .644-.1.88-.299.235-.202.412-.477.532-.825a3.58 3.58 0 00.183-1.188c0-.444-.061-.84-.183-1.189-.12-.348-.297-.623-.532-.825-.236-.202-.529-.303-.88-.303-.355 0-.653.101-.895.303-.239.202-.42.477-.542.825-.12.348-.179.745-.179 1.189 0 .444.059.84.179 1.188.122.348.303.623.542.825.242.2.54.298.895.298zM117.389 53v-7.636h2.054v1.332h.079c.139-.474.373-.832.701-1.074a1.843 1.843 0 011.134-.368 3.223 3.223 0 01.666.075v1.88c-.1-.03-.237-.057-.413-.08a3.693 3.693 0 00-.482-.035c-.312 0-.59.068-.835.204a1.505 1.505 0 00-.577.556 1.61 1.61 0 00-.209.826V53h-2.118zm5.329 0v-7.636h2.118V53h-2.118zm1.064-8.62c-.315 0-.585-.105-.811-.314a1.016 1.016 0 01-.333-.76c0-.292.111-.542.333-.751.226-.212.496-.319.811-.319.315 0 .583.107.805.319a.986.986 0 01.338.75c0 .295-.112.549-.338.761-.222.209-.49.313-.805.313zm4.528 8.764c-.487 0-.922-.084-1.303-.253a2.104 2.104 0 01-.905-.761c-.218-.338-.328-.759-.328-1.263 0-.424.078-.78.234-1.069.156-.288.368-.52.636-.696.269-.175.574-.308.915-.397.345-.09.706-.153 1.084-.19.444-.046.802-.089 1.074-.129.272-.043.469-.106.591-.189a.414.414 0 00.184-.367v-.03c0-.315-.099-.559-.298-.731-.195-.172-.474-.259-.835-.259-.381 0-.685.085-.91.254a1.168 1.168 0 00-.447.626l-1.959-.159c.099-.464.295-.865.586-1.203a2.817 2.817 0 011.129-.785c.464-.186 1.001-.279 1.611-.279.424 0 .83.05 1.218.15.391.099.737.253 1.039.462.305.209.545.477.721.805.175.325.263.714.263 1.168V53h-2.008v-1.059h-.06c-.123.239-.287.45-.492.631-.206.18-.453.32-.741.423-.288.1-.621.15-.999.15zm.606-1.462c.312 0 .587-.06.826-.183.238-.126.426-.295.561-.508.136-.212.204-.452.204-.72v-.81a1.123 1.123 0 01-.273.119c-.113.033-.24.064-.383.094-.142.026-.285.051-.428.075l-.387.054a2.62 2.62 0 00-.652.174c-.185.08-.329.188-.432.323a.786.786 0 00-.154.498c0 .288.104.508.313.66.212.15.481.224.805.224zm7.055-8.864V53h-2.118V42.818h2.118z"})),n.default.createElement("defs",null,n.default.createElement("filter",{id:"filter0_d_10041_286941",width:"200",height:"112",x:"0",y:"0",colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.default.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),n.default.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.default.createElement("feOffset",{dy:"8"}),n.default.createElement("feGaussianBlur",{stdDeviation:"16"}),n.default.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"}),n.default.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_10041_286941"}),n.default.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_10041_286941",result:"shape"})),n.default.createElement("linearGradient",{id:"paint0_linear_10041_286941",x1:"22",x2:"70.346",y1:"34.4",y2:"126.609",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#583DFF"}),n.default.createElement("stop",{offset:"0.79",stopColor:"#F849C7"}),n.default.createElement("stop",{offset:"1",stopColor:"#FFC03D"}))));uo.tags=["tutorial","cards","fixed-size"];const co=e=>{const t=x.default("relative -top-0.25 inline-block",e.className);return n.default.createElement("svg",{viewBox:"0 0 32 30",width:"32",height:"30",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,className:t},n.default.createElement("rect",{width:"32",height:"30",fill:"url(#paint0_linear_3440_197284)",rx:"4"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.444 15.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.364-3.437-.364-3.437"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M16.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L16.142 10zM24.8 13.682v4.856"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear_3440_197284",x1:"-2.353",x2:"32.456",y1:"6.5",y2:"31.494",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#583DFF"}),n.default.createElement("stop",{offset:"0.79",stopColor:"#F849C7"}),n.default.createElement("stop",{offset:"1",stopColor:"#FFC03D"}))))};co.tags=["tutorial","cards","fixed-size"];const fo=e=>{const t=x.default("relative -top-0.25 inline-block",e.className);return n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"136",height:"30",fill:"none",viewBox:"0 0 136 30",...e,className:t},n.default.createElement("rect",{width:"136",height:"30",fill:"url(#paint0_linear_9380_603642)",rx:"4"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M36.444 15.104s-.364 3.347-.364 3.438c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.044-.058-.364-3.438-.364-3.438"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M41.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L41.142 10zM49.8 13.682v4.856"}),n.default.createElement("path",{fill:"#fff",d:"M57.58 11.71v-.937h6.545v.937h-2.744v7.79h-1.057v-7.79H57.58zm10.874 5.114v-3.87h1.006V19.5h-1.006v-1.108h-.068a2.148 2.148 0 01-.716.848c-.324.23-.733.345-1.227.345-.41 0-.773-.09-1.091-.268a1.88 1.88 0 01-.75-.818c-.182-.367-.273-.828-.273-1.385v-4.16h1.006v4.091c0 .478.133.858.4 1.142.27.285.614.427 1.031.427.25 0 .505-.064.763-.192.262-.128.48-.324.657-.588.179-.264.268-.601.268-1.01zm5.294-3.87v.853h-3.392v-.853h3.392zm-2.403-1.568h1.006v6.239c0 .284.04.497.123.64a.64.64 0 00.324.28c.133.046.274.069.422.069.11 0 .202-.006.273-.017l.17-.035.205.904a2.046 2.046 0 01-.286.077 2.103 2.103 0 01-.464.042c-.284 0-.563-.06-.836-.183a1.66 1.66 0 01-.673-.558c-.176-.25-.264-.566-.264-.946v-6.512zm6.105 8.25c-.591 0-1.11-.14-1.556-.421a2.866 2.866 0 01-1.04-1.18c-.246-.507-.37-1.098-.37-1.774 0-.681.124-1.277.37-1.785a2.86 2.86 0 011.04-1.185c.447-.281.965-.422 1.556-.422.59 0 1.108.14 1.551.422.446.281.793.676 1.04 1.185.25.508.375 1.103.375 1.785 0 .677-.125 1.267-.375 1.773-.247.506-.594.9-1.04 1.18-.443.282-.96.422-1.551.422zm0-.903c.449 0 .818-.115 1.108-.345.29-.23.504-.533.643-.908.14-.375.21-.781.21-1.219 0-.437-.07-.845-.21-1.223a2.06 2.06 0 00-.643-.916c-.29-.233-.66-.35-1.108-.35-.449 0-.818.117-1.108.35a2.06 2.06 0 00-.644.916 3.51 3.51 0 00-.208 1.223c0 .438.07.844.208 1.22.14.374.354.677.644.907.29.23.659.345 1.108.345zm4.1.767v-6.546h.972v.99h.069c.119-.325.335-.588.647-.79a1.907 1.907 0 011.057-.302c.074 0 .166.002.277.005.111.002.195.007.252.012v1.023a2.99 2.99 0 00-.235-.038c-.119-.02-.245-.03-.379-.03-.318 0-.602.067-.852.2a1.47 1.47 0 00-.801 1.334V19.5H81.55zm4.066 0v-6.546h1.005V19.5h-1.005zm.511-7.636a.715.715 0 01-.507-.2.644.644 0 01-.209-.482c0-.188.07-.348.209-.482a.715.715 0 01.507-.2.7.7 0 01.503.2.637.637 0 01.213.482.638.638 0 01-.213.481.7.7 0 01-.503.2zm3.863 7.79a2.66 2.66 0 01-1.13-.235 1.939 1.939 0 01-.805-.686c-.199-.301-.298-.665-.298-1.091 0-.375.073-.679.221-.912.148-.236.345-.42.593-.554.247-.133.52-.233.818-.298.3-.068.603-.122.907-.162.398-.051.72-.09.968-.115.25-.029.431-.075.545-.14.117-.066.175-.18.175-.342v-.034c0-.42-.115-.747-.345-.98-.228-.233-.573-.35-1.036-.35-.48 0-.856.106-1.13.316-.272.21-.464.435-.574.673l-.955-.34c.17-.398.398-.708.682-.93.287-.224.6-.38.937-.468.341-.091.677-.137 1.006-.137.21 0 .452.026.724.077.276.048.542.15.797.303.259.153.473.384.644.694.17.31.256.725.256 1.245V19.5h-1.006v-.886h-.051a1.767 1.767 0 01-.341.456c-.16.162-.37.3-.635.413-.264.114-.587.17-.967.17zm.153-.904c.398 0 .733-.078 1.006-.234a1.595 1.595 0 00.835-1.385v-.92c-.043.05-.136.097-.281.14-.142.04-.307.075-.495.106a22.303 22.303 0 01-.963.128c-.261.034-.505.09-.733.166a1.264 1.264 0 00-.545.337c-.136.148-.205.35-.205.605 0 .35.13.614.388.793.261.176.592.264.993.264zm5.288-7.977V19.5h-1.006v-8.727h1.006zm6.078 3.648l-.903.255a1.682 1.682 0 00-.252-.439 1.216 1.216 0 00-.443-.358c-.187-.093-.427-.14-.72-.14-.4 0-.734.092-1.001.277-.265.181-.397.413-.397.694 0 .25.091.448.273.593.182.144.466.265.852.362l.972.238c.585.143 1.021.36 1.308.652.287.29.43.664.43 1.121 0 .375-.107.71-.323 1.006a2.151 2.151 0 01-.895.699c-.384.17-.83.255-1.338.255-.668 0-1.22-.145-1.658-.434-.438-.29-.715-.713-.831-1.27l.955-.239c.09.352.262.617.515.793.256.176.59.264 1.002.264.468 0 .84-.1 1.116-.298.279-.202.418-.444.418-.725a.762.762 0 00-.239-.57c-.159-.157-.403-.273-.733-.35l-1.09-.256c-.6-.142-1.04-.362-1.322-.66-.278-.302-.417-.678-.417-1.13 0-.369.103-.696.31-.98.21-.284.496-.507.857-.669a3.008 3.008 0 011.236-.243c.648 0 1.156.142 1.526.427.372.284.636.659.792 1.125z"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear_9380_603642",x1:"-10",x2:"11.742",y1:"6.5",y2:"72.849",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#583DFF"}),n.default.createElement("stop",{offset:"0.79",stopColor:"#F849C7"}),n.default.createElement("stop",{offset:"1",stopColor:"#FFC03D"}))))};fo.tags=["tutorial","cards","fixed-size"];const mo=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M15.75 4.677c-.496.22-1.03.368-1.59.436a2.776 2.776 0 001.217-1.533 5.53 5.53 0 01-1.759.672 2.77 2.77 0 00-4.72 2.527A7.865 7.865 0 013.19 3.884a2.768 2.768 0 00-.048 2.7c.215.402.526.745.905.998a2.763 2.763 0 01-1.254-.346v.035a2.77 2.77 0 002.222 2.716c-.408.11-.836.127-1.251.048a2.771 2.771 0 002.587 1.923 5.558 5.558 0 01-4.101 1.147 7.833 7.833 0 004.245 1.245c5.096 0 7.881-4.22 7.881-7.88 0-.12-.003-.24-.008-.359a5.63 5.63 0 001.38-1.432l.002-.002z",fill:"#000"})));mo.tags=["logo","social media","tweet"];const Ds=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.056 3.5L3.5 1.943M4.278 5.055H3.5M6.611 2.722v-.778M8.167 4.277H10.5a2.333 2.333 0 110 4.667H8.167M3.226 6.697L1.85 8.072a2.333 2.333 0 003.3 3.3l1.375-1.376",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ho=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.6 12c0-1.563 1.25-2.75 2.75-2.75h3.188c1.563 0 2.75 1.25 2.75 2.75M8.85 2.75c1.063 1.063 1.063 2.75 0 3.75-1.062 1-2.75 1.063-3.75 0s-1.062-2.75 0-3.75c1.063-1 2.688-1 3.75 0zM1 7h2.5M2.249 8.25v-2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ho.tags=["plus","change quantity"];const go=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.956 7a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM2.25 11.412a2.647 2.647 0 012.647-2.647h1.52M11.417 9.217h.832v-.832M9.556 11.018h-.831v.832",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.252 10.745a1.817 1.817 0 01-.433.704 1.883 1.883 0 01-2.984-.431M12.14 9.217a1.883 1.883 0 00-2.984-.431 1.824 1.824 0 00-.434.703",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));go.tags=["guest","change quantity"];const po=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M2.3 12.3a2.87 2.87 0 012.887-2.887h3.347a2.87 2.87 0 012.888 2.887M8.862 2.588c1.116 1.115 1.116 2.887 0 3.937-1.116 1.05-2.887 1.116-3.937 0-1.05-1.116-1.116-2.887 0-3.937a2.855 2.855 0 013.937 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));po.tags=["adult","demographic"];const vo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.917 13.333a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM8.167 10.417h3.5M1.167 9.833c0-.578.138-1.148.4-1.658.263-.51.643-.943 1.105-1.262a3.224 3.224 0 013.162-.3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.667 6.333a2.333 2.333 0 100-4.666 2.333 2.333 0 000 4.666z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));vo.tags=["minus","remove"];const Gs=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:14,height:14,fill:"none",viewBox:"0 0 140 140",...e},n.default.createElement("path",{fill:"url(#paint0_linear_4_8)",fillRule:"evenodd",d:"M82.82 5.905c-7.048-7.873-19.376-7.873-26.425 0l-3.323 3.712a17.73 17.73 0 0 1-14.192 5.878l-4.974-.274c-10.552-.584-19.269 8.133-18.685 18.685l.274 4.974a17.73 17.73 0 0 1-5.878 14.192l-3.712 3.323c-7.873 7.049-7.873 19.377 0 26.425l3.712 3.323a17.73 17.73 0 0 1 5.878 14.192l-.274 4.974c-.584 10.552 8.133 19.269 18.685 18.686l4.974-.275a17.73 17.73 0 0 1 14.192 5.878l3.323 3.712c7.049 7.874 19.377 7.874 26.425 0l3.323-3.712a17.73 17.73 0 0 1 14.192-5.878l4.974.275c10.552.583 19.269-8.134 18.686-18.686l-.275-4.974a17.73 17.73 0 0 1 5.878-14.192l3.712-3.323c7.874-7.048 7.874-19.376 0-26.425l-3.712-3.323a17.73 17.73 0 0 1-5.878-14.192l.275-4.974c.583-10.552-8.134-19.269-18.686-18.685l-4.974.274a17.73 17.73 0 0 1-14.192-5.878zm-32.909 58.87c-9.765-9.014-23.248 5.223-14.467 14.778 5.975 5.121 14.337 13.008 20.037 18.495a10.25 10.25 0 0 0 7.29 2.607 10.27 10.27 0 0 0 7.032-3.25l33.621-40.561c9.201-9.804-5.512-24.114-14.829-14.37l-26.763 33.26c-2.74-2.483-6.435-5.895-9.564-8.784z",clipRule:"evenodd"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear_4_8",x1:"-4.5",x2:"139",y1:"65.5",y2:"86.5",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#0281DF"}),n.default.createElement("stop",{offset:"0.25",stopColor:"#249EEE"}),n.default.createElement("stop",{offset:"0.5",stopColor:"#3CB2F9"}),n.default.createElement("stop",{offset:"1",stopColor:"#61CAFF"}))))),Os=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"27",height:"26",fill:"none",viewBox:"0 0 27 26",className:x.default("h-[26px] w-[27px]",e),...t},n.default.createElement("rect",{width:"23.04",height:"23.04",x:"1.869",y:"1.48",fill:"url(#pattern0)",rx:"1.92"}),n.default.createElement("defs",null,n.default.createElement("pattern",{id:"pattern0",width:"1",height:"1",patternContentUnits:"objectBoundingBox"},n.default.createElement("use",{transform:"scale(.00893)",xlinkHref:"#image0_3990_29484"})),n.default.createElement("image",{id:"image0_3990_29484",width:"112",height:"112",xlinkHref:"data:image/png;base64,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"})))),bo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.5 7.642a.6.6 0 01.933-.499L6.667 9.3a.6.6 0 00.666 0l3.234-2.157a.6.6 0 01.933.5V9.93a.6.6 0 01-.267.5l-3.9 2.599a.6.6 0 01-.666 0l-3.9-2.602a.6.6 0 01-.267-.5V7.642zM7.283 1.172L7.9 2.5h1.2a.293.293 0 01.207.513L8.265 4.04l.577 1.324a.314.314 0 01-.448.393L7 4.973l-1.394.784a.314.314 0 01-.448-.393l.577-1.324-1.041-1.026A.293.293 0 014.9 2.5h1.2l.617-1.328a.318.318 0 01.566 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));bo.tags=["military","soldier"];const Rs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.9 4.499h4.797M3.9 6.898h2.998M11.096 6.205V2.7a1.2 1.2 0 00-1.2-1.2H2.7a1.2 1.2 0 00-1.2 1.2v7.796a1.2 1.2 0 001.2 1.2h1.936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.871 9.64a.955.955 0 100 1.91.955.955 0 000-1.91z",fill:"currentColor"}),n.default.createElement("path",{d:"M13.346 11.006a.641.641 0 00.102-.671.497.497 0 00-.096-.161 6.822 6.822 0 00-1.195-1.059c-.588-.405-1.385-.797-2.286-.797-.903 0-1.7.39-2.288.795a6.734 6.734 0 00-1.185 1.046.63.63 0 00-.01.855l.373-.334-.375.33c.173.198.6.652 1.194 1.06.588.404 1.384.795 2.285.795.902 0 1.698-.391 2.286-.796a6.681 6.681 0 001.195-1.063z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),wo=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#172B85",fillRule:"evenodd",d:"M10.75 15.858H8.69L7.146 9.792c-.074-.279-.23-.525-.458-.642A6.573 6.573 0 004.8 8.51v-.234h3.318c.458 0 .801.35.859.758l.8 4.376 2.06-5.134h2.002l-3.089 7.583zm4.234 0h-1.945l1.602-7.583h1.945l-1.602 7.583zm4.118-5.482c.058-.409.401-.642.802-.642a3.535 3.535 0 011.888.35l.343-1.633a4.801 4.801 0 00-1.773-.35c-1.888 0-3.262 1.05-3.262 2.507 0 1.11.973 1.692 1.66 2.042.743.35 1.03.584.972.934 0 .524-.572.758-1.144.758a4.789 4.789 0 01-2.002-.467l-.344 1.634c.687.29 1.43.408 2.117.408 2.117.058 3.433-.992 3.433-2.567 0-1.983-2.69-2.1-2.69-2.974zm9.498 5.482l-1.545-7.583h-1.659a.863.863 0 00-.801.583l-2.86 7h2.002l.4-1.108h2.46l.23 1.108H28.6zm-2.918-5.54l.572 2.857h-1.602l1.03-2.858z",clipRule:"evenodd"})));wo.tags=["cc","credit card"];const Co=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.043 3.84l-.953.953 1.65 2.994-.033.034-2.996-1.648-.951.95 4.38 2.112L9.154 8.22l-2.11-4.38z",fill:"currentColor"})));Co.tags=["coupon"];const Eo=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("rect",{x:2,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("rect",{x:2,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4 9.333V10l.333.333.167.167M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Eo.tags=["checklist"];const En=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.587 6.614L7.358 1.386a.545.545 0 00-.771 0L1.358 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM6.985 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.978 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M6.985 9.196H6.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));En.tags=["exclamation"];const Io=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.798 6.815a5.972 5.972 0 01-5.893 5.984h-.006a5.805 5.805 0 01-5.888-5.717c-.006-.026-.006-.053-.006-.075L1 7.002a5.974 5.974 0 015.888-5.996v-.005a5.795 5.795 0 015.883 5.711v.07l.027.033zM6.91 7.475v-3.23",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.905 9.06v0a.131.131 0 00-.134.128c0 .07.06.128.134.128v0a.14.14 0 00.129-.14l-.006-.005-.005-.005c-.005-.075-.064-.134-.134-.134h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Io.tags=["exclamation"];const yo=g(e=>n.default.createElement("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M16.3019 9.3168C16.3086 13.4083 13.0274 16.7498 8.92917 16.8034H8.92247C4.91131 16.857 1.61667 13.6628 1.5564 9.65162C1.54971 9.61814 1.54971 9.58466 1.54971 9.55787L1.54301 9.55117C1.52962 5.45229 4.81087 2.11077 8.90908 2.0505V2.04381C12.9135 1.98354 16.2082 5.17774 16.2685 9.1889C16.2685 9.21568 16.2685 9.24917 16.2685 9.27595L16.3019 9.3168Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.93555 10.1429V6.10181",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.93011 12.1254V12.1247C8.83636 12.1247 8.7627 12.1984 8.7627 12.2854C8.7627 12.3725 8.83636 12.4462 8.93011 12.4462V12.4455C9.01716 12.4388 9.09082 12.3651 9.09082 12.2714C9.08412 12.2647 9.08412 12.2647 9.08412 12.2647L9.07743 12.258C9.07073 12.1642 8.99707 12.0906 8.91002 12.0906H8.90332",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));yo.tags=["exclamation","filled"];const xo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 8.04V6.17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:7,cy:9.7,r:.5,fill:"currentColor"}),n.default.createElement("path",{d:"M8.015 3.55l3.83 6.702a1.169 1.169 0 01-1.015 1.749H3.17c-.897 0-1.46-.97-1.014-1.749l3.83-6.702a1.168 1.168 0 012.029 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));xo.tags=["exclamation"];const ko=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5H4.556A3.056 3.056 0 001.5 4.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.832 6.654H5.166a.611.611 0 01-.611-.61 2.445 2.445 0 014.889 0 .61.61 0 01-.612.61zM6.999 6.651L7.61 5.43",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ko.tags=["weight","forms","questionnaire"];const Lo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.998 9.363a1.443 1.443 0 100 2.887 1.443 1.443 0 000-2.887zM10.198 7.554a5.284 5.284 0 00-6.409 0M12.771 4.552a9.614 9.614 0 00-11.546-.001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Lo.tags=["private booking"];const Mo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M3.166 11h9M11.697 4.746l-5.709 5.708v0a.379.379 0 01-.193.104l-2.176.435v0a.38.38 0 01-.446-.447l.435-2.174v0a.383.383 0 01.104-.194L9.421 2.47v0a1.605 1.605 0 012.269 0l.007.007v0a1.606 1.606 0 010 2.27v0z"})));Mo.tags=["pen","waiver"];const Ao=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,viewBox:"0 0 30 30",...e},n.default.createElement("path",{d:"M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z",fill:"#000"})));Ao.tags=["logo","social media","x"];const zs=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",stroke:"currentColor"}),n.default.createElement("mask",{id:"prefix__a",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:3,y:5,width:12,height:13},n.default.createElement("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",fill:"#fff",stroke:"#fff"})),n.default.createElement("g",{mask:"url(#prefix__a)",stroke:"currentColor"},n.default.createElement("path",{d:"M4 13l1.5-2 2 2M14 13.5l-3.5-4-5 6.5"})),n.default.createElement("rect",{x:4.5,y:1.5,width:9,height:3,rx:.5,stroke:"currentColor"}),n.default.createElement("circle",{cx:7.5,cy:3,r:.5,fill:"currentColor"}),n.default.createElement("circle",{cx:10.5,cy:3,r:.5,fill:"currentColor"}))),js=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48",...e},n.default.createElement("path",{fill:"#1B5EA8",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),n.default.createElement("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),n.default.createElement("path",{fill:"#fff",d:"M36.37 26.71s1.788-.534 1.998-.56c.209-.026.445 0 .445 0s.264-.33.344-.305c.076.025.392.129.446 0 .05-.129.262-.306.366-.331.106-.028.028-.255.158-.358.13-.102.997-.534 1.18-.738.187-.204.84-1.146.946-1.146.107 0 .316-.153.395-.28.076-.129.786-.945.945-1.122.16-.178.5-.434.5-.434s.026-.535.106-.636c.078-.102.366-.432.498-.585.132-.153.605-.64.71-.611.105.025.443 0 .472-.102.028-.103-.054-.434.131-.485.183-.051.473-.077.473-.077s.419-1.274.605-1.35c.184-.078.471-.153.471-.153s.551-.459.736-.434c.185.026.788-.05.788-.05s.551-.587.656-.84c.106-.256.289-.409.448-.436.157-.024-.08-.15.157-.304.235-.154 1.209-.611 1.39-.79.184-.177.475-.688.475-.688s-.134-.636.079-.815c.209-.178.996-.433 1.314-.587.313-.152 1.023-.635 1.152-.865.133-.229.476-.612.551-.636.08-.026.528-.588.63-.688.107-.103.792-.359.923-.435.13-.075.707-.075.839-.102.132-.024.236-.204.577-.255.343-.05 1.498.051 1.576.026.08-.026.237-.23.42-.152.187.075.395.56.5.61.105.052.47.155.734.332.261.179.631.713.945.688.318-.024.499.434.659.637.157.205.709.765.682.892-.026.129-.185.459-.026.714.158.254.341.712.498.814.157.103.498.638.498.842 0 .202.264.762.53.967.258.204.628 1.351.915 1.709.288.354 1.078 2.24 1.29 2.522.21.279.21.177.472.255.262.074 1.1.584 1.34.762.236.18 1.075 1.606 1.258 1.862.187.256 1.024 1.63 1.184 1.91.158.28.499 1.326.709 1.35.209.026.576 1.095.785 1.248.212.154 1.054 1.326 1.237 1.453.182.127.84 1.656.944 1.833.105.18-1.659 1.177-1.424 1.227.236.05-.916.433-.757.485.159.05-1.415.689-.785.97.631.279-1.458 1.94-1.458 1.94s-1.9 1.967-1.692 1.94c.21-.025-1.971 2.274-1.814 2.425.158.154-3.229 1.328-2.994 1.455.237.13-4 1.456-4 1.456l-5.195.97-15.336-5.82L36.37 26.71z"}),n.default.createElement("path",{fill:"url(#paint0_linear)",d:"M63.554 15.07c-.133.124-.313.43-.313.608s.076.46.13.586c.05.127.08.612.08.612s-.293-.178-.423-.332c-.13-.153-.104-.482-.13-.611-.027-.128-.342.13-.526.152-.093.014-.165-.12-.228-.253-.062-.133-.115-.267-.167-.255-.104.027-.419.18-.735.46-.314.278-.234.38-.394.458-.156.075-.234.126-.446-.025-.111-.08-.141-.014-.181.053-.035.06-.077.121-.19.073-.115-.05-.053.086.02.22.078.139.168.278.088.213-.155-.126-.155.28-.053.433.106.154.29.46.42.713.135.256.815 1.48.606 1.428-.21-.052-.448-.611-.528-.84-.077-.23-.472-.588-.552-.588-.075 0-.471-.027-.576-.075-.103-.051-.84-.23-1.26-.204-.42.025-.527-.357-.735-.409-.212-.05-.894-.254-1.077-.279-.183-.025.42.586.604.637.184.05.288.204.026.303-.262.104-.708-.279-.838-.279-.134 0-.37.357-.21.46.155.102.812.484.946.587.127.101.025.533-.109.482-.129-.052-.867-.052-1.181.027-.316.076-.814-.334-1.049-.51-.237-.178-.474-.052-.58.077-.105.125-.447.611-.656.814-.209.203-.998.203-1.206.357-.213.152-1.052.84-1.288 1.122-.237.279-.997.508-1.262.688-.263.178-.657.992-.814 1.12a6.114 6.114 0 00-.684.688c-.209.254-.631.509-.891.816-.264.305-.473.585-.473.585l-.526.534-.446-.255s-.601.409-.813.512c-.21.1-.975-.052-1.235-.078-.265-.025-.605.28-.526.307.08.026.134.177.08.255-.055.076-.605.076-.605.076l-.132.433s-.5.075-.71.075c-.21 0-.523.077-.655.105-.132.025-.5-.308-.63-.308-.134 0-.5-.152-.655 0-.16.154-.424.561-.424.561s-.394 0-.523.025c-.13.026-.84.23-.84.23l2.732 14.803c3.806 2.777 8.538 4.422 13.666 4.422 9.751 0 18.071-5.95 21.316-14.31-.631-1.088-1.59-2.778-1.734-3.005-.21-.33-1.077-1.96-1.233-2.165-.16-.205-.368-.026-.445.05-.04.036-.11.012-.178-.012-.082-.028-.165-.057-.192.013-.054.127-.367.382-.474.279-.103-.1-.42-.891-.394-1.043.028-.153.446.074.446.074s.133-.074.082-.201c-.054-.128-.684-.282-.792-.256-.103.025-.417-.535-.628-.689-.21-.153-.657-.736-.813-.94-.16-.207-.711-.766-.895-.893-.181-.128-.629-.534-.919-.661-.29-.129-.316-.512-.445-.869-.13-.355-.186.105-.158.23.027.127-.238.333-.16.357.08.025.132.282.263.382.133.101-.262.23-.39.203-.135-.024-.29-.432-.37-.609-.08-.18-.395-.231-.29-.434.107-.205.238-.561.132-.688-.105-.128-.157-.483.025-.458.186.024.315-.103.422-.205.105-.102.316.306.395.432.076.129.498.663.474.536-.028-.128.182-.204.182-.204.21.433 1.968 2.6 2.022 2.804.053.202.158-.078.132-.307-.027-.23.104-.152.13-.255.028-.103-.13-.407-.526-.433-.394-.025-.576-.637-.709-.918-.13-.28.395.23.395.23l-1.234-2.087s-1.103-1.784-1.18-1.784c-.08 0-.266.1-.317.203-.053.1.209.789.286.892.08.1.318.484.239.535-.08.05-.499-.205-.711-.28-.207-.078-.497.254-.497.254s-.08-1.07-.212-1.07c-.13 0-.079-.46-.051-.84.026-.383-.42-.383-.42-.383s-.08-.867-.185-.992c-.105-.13 0-.714.027-.971.028-.253-.552-1.222-.684-1.322-.068-.054-.21-.087-.348-.087-.124 0-.244.026-.307.087z"}),n.default.createElement("path",{fill:"url(#paint1_linear)",d:"M49.923 17.743s-.131.306-.342.457c-.213.154-.343.563-.552.843-.21.279-.47.458-.682.355-.21-.103-.473.051-.446.357.026.306.106.943-.053.867-.16-.077-.026-.408-.262-.255-.238.153-.712.993-.893.918-.185-.076-.396-.536-.526-.358-.131.179-.184.74-.341.484-.157-.256-.393-.23-.76.05-.37.283-.764.462-.947.56-.187.103-.55.383-.632.613a.85.85 0 01-.366.46c-.133.074-.445.305-.445.457 0 .154-.187.23-.398.434-.207.203-.602.482-.811.663-.211.178-.659.663-.869.764-.211.101-.576.383-.367.383 0 0 .367 0 .577-.154.211-.154.815-.586.973-.638.158-.051.525-.076.603.103.08.18-.05.433-.236.559-.182.13-.579.563-.681.588-.106.024-.395.28-.395.28s.497-.025.734-.18c.238-.15.87-.432.945-.637.08-.203.263-.457.397-.66.131-.203.339.1.314.306-.028.202.319.354.497.074.185-.28.448-.15.683-.15.236 0 .739.175.869-.027.132-.204.445-.815.632-.92.183-.099.6-.89.731-1.196.13-.305.578-1.17.685-1.528.105-.357.448-.788.658-.917.209-.127.707-.33.945-.484.235-.152.102-.305.366-.534.264-.23.395-.179.395-.41 0-.227.211-.483.211-.483s-.342-.305-.133-.561c.212-.255.525-.764.525-.764s0-.23-.103-.153c-.106.076-.5-.026-.5-.026v.46z"}),n.default.createElement("path",{fill:"#fff",d:"M63.605 24.24s.842 1.222.998 1.502c.157.282.815 1.428.868 1.632.05.204.133.483.447.713.314.23.655.584.655.584s.028-.355-.026-.509c-.054-.153-.708-.942-.891-1.246-.186-.308-2-2.55-2.05-2.675zM66.783 28.978s.291.46.291.764c0 .307.288.867.42 1.095.132.23.34.664.447.715.103.05.42.077.736.407.312.331.471.584.735.663.261.075.472.153.472.153s-.315-.407-.682-1.044c-.37-.638-1.078-1.784-1.235-1.886-.16-.103-.499-.485-.579-.383-.079.1-.605-.484-.605-.484z"}),n.default.createElement("path",{fill:"url(#paint2_linear)",d:"M42.07 37.411c.34.74 3.018 1.784 2.996 1.248-.02-.366.025-1.56.055-2.28.217.32.398.591.44.675.135.256 2.682 3.745 2.918 4.435.238.69 5.383 3.974 5.91 4.534.13.139.432.451.817.846a23.433 23.433 0 005.45-.813 1.066 1.066 0 01-.28-.44c-.053-.18.185-.255.316-.458.129-.204.104-.204-.078-.181-.185.027-.763-.177-1.078-.203-.315-.024-1.42-.585-1.76-.687-.342-.102-.684-.917-.998-1.149-.316-.227-.525-.277-.657-.227-.133.052-.24-.026-.447-.256-.21-.23-.157-.457-.29-.611-.126-.152-.103.308-.182.357-.078.05-.315-.41-.474-.587-.155-.175-.34-.635-.446-.738-.104-.1-.104.202-.131.356-.025.152-.368.333-.5.23-.133-.102-.262-.456-.394-.586-.064-.063-.07.079-.074.22-.004.145-.002.292-.055.213-.106-.154-.289-.303-.316-.51-.026-.202-.159-.814-.263-.867-.103-.048-.21-.457-.315-.635-.103-.178-.103.127-.103.306 0 .177-.238.026-.293-.077-.05-.102-.157-.533-.259-.61-.107-.077-.29.203-.29.203l-.055.738s-.235-.713-.313-.84c-.078-.129-.342-.612-.368-.434-.027.178-.155-.075-.367-.23-.212-.153-.372-.431-.372-.356 0 .078.11.741-.047.662-.159-.076-.266-.686-.449-.967-.182-.28-.735-.713-.735-.713l-.13-.46s-.526-.025-.579-.178c-.052-.153-.34-.126-.366.052-.026.177-.291-.052-.504-.052-.205 0-.47-.636-.548-.739-.075-.102-.16-.28-.184-.154-.025.13-.209.052-.316-.178-.105-.23.187-.558.237-.688.054-.126-.05-.304-.21-.151-.157.152-.314.535-.314.535l-.288-.409-.134.155-.261-.536-.238-.509-.131.535-.026.031c-.122-.33-.227-.601-.262-.644-.103-.126-.63-1.554-.815-1.808-.182-.255-.157-.738-.157-.738s-.316-.18-.526-.078c-.21.103-.367-.33-.553-.458-.179-.127-.416.027-.416.027v-.587l-1.576-.154s1.443 6.879 1.785 7.618z"}),n.default.createElement("path",{fill:"url(#paint3_linear)",d:"M36.793 23.475c-.186.205-.817.257-.946.356-.131.101-.421.41-.499.535-.08.128-.292.153-.421.255-.131.103-.236.587-.236.587s-.34.05-.71.382c-.368.33-.71.434-1.077.663-.268.167-.78.513-1.085.736 1.14 11.166 10.85 19.89 22.658 19.89.631 0 1.257-.025 1.876-.073a19.55 19.55 0 01-.704-1.09c-.525-.89-1.628-1.399-1.815-1.452-.182-.05-.6-.817-.735-.866-.13-.05-.602-.79-.76-1.043a.845.845 0 00-.632-.41c-.235-.023-1.39-1.5-1.39-1.5s-1.6-1.707-1.759-1.836c-.159-.128-1.024-1.274-1.184-1.452-.157-.178-.97-.764-1.153-.79-.185-.026-.788-.919-.897-1.02-.103-.1-.495-.1-.522 0-.028.101-.29.384-.314.512-.026.127-.026.459-.211.61-.185.15-.288.713-.288.713s-.342-.229-.447-.253c-.108-.026-.263-.843-.289-1.022-.027-.176-.239-.637-.37-.787-.132-.154-.522-.818-.735-.97-.209-.152-.367-.84-.391-1.148-.028-.304-.553-1.196-.685-1.426-.133-.229-.264-1.119-.315-1.273-.054-.153-.343-.636-.499-.815-.157-.18-.892-.967-1.181-1.148-.289-.177-.398-.611-.446-.686-.055-.077-.133-.536-.133-.536s-.182-.331-.237-.484c-.05-.152-.103-2.496-.078-2.573.028-.075-.34-.356-.497-.408-.16-.05.026-.28 0-.406-.028-.127-.212-.282-.212-.282s-.5.306-.68.51z"}),n.default.createElement("path",{fill:"#292929",d:"M.503 1.522h3.322l10.851 19.71 10.848-19.71h3.323L16.498 23.97l12.98 23.424h-3.262L14.676 26.646 3.263 47.394H0L12.919 23.97.503 1.522zM89.929 44.653h13.784v2.74H86.919V1.522h3.01v43.131zM138.864 29.567l-9.22-22.145 9.22 22.145zm-9.22-22.145l-9.281 22.145h18.501l-9.22-22.145zm-10.41 24.883l-6.333 15.088h-3.073L129.644 0l19.754 47.393h-3.071l-6.336-15.088h-20.757zM32.994 24.456c0 11.315 9.722 20.806 21.512 20.806 11.725 0 21.51-9.553 21.51-20.806 0-11.317-9.785-20.806-21.51-20.806-11.79 0-21.512 9.489-21.512 20.806zm46.031 0C79.025 37.352 67.801 48 54.506 48c-13.296 0-24.52-10.648-24.52-23.544 0-12.898 11.163-23.544 24.52-23.544 13.295 0 24.52 10.646 24.52 23.544z"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})),n.default.createElement("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})))),Ws=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192",...e},n.default.createElement("path",{fill:"#1B5EA8",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),n.default.createElement("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),n.default.createElement("path",{fill:"#fff",d:"M25 105.194s6.998-2.181 7.82-2.29c.817-.104 1.742 0 1.742 0s1.033-1.34 1.346-1.241c.298.104 1.537.524 1.747 0 .196-.524 1.028-1.246 1.434-1.35.416-.113.108-1.038.617-1.458.514-.416 3.905-2.18 4.624-3.011.73-.83 3.29-4.673 3.7-4.673.421 0 1.239-.623 1.547-1.142.298-.524 3.078-3.852 3.7-4.573.626-.727 1.957-1.77 1.957-1.77s.103-2.18.416-2.591c.304-.42 1.434-1.766 1.948-2.388.519-.623 2.369-2.606 2.78-2.492.41.103 1.737 0 1.85-.416.107-.42-.21-1.77.514-1.978.714-.207 1.85-.311 1.85-.311s1.639-5.197 2.368-5.503c.72-.322 1.845-.628 1.845-.628s2.158-1.869 2.883-1.77c.724.109 3.083-.203 3.083-.203s2.158-2.393 2.57-3.426c.415-1.043 1.13-1.666 1.751-1.775.617-.1-.313-.613.617-1.241.92-.628 4.732-2.492 5.442-3.224.72-.717 1.86-2.804 1.86-2.804s-.524-2.59.308-3.322c.817-.727 3.9-1.765 5.144-2.393 1.228-.618 4.008-2.591 4.512-3.526.519-.934 1.865-2.496 2.158-2.595.313-.104 2.065-2.398 2.467-2.804.416-.42 3.098-1.463 3.611-1.775.509-.306 2.77-.306 3.284-.415.519-.1.925-.83 2.261-1.038 1.341-.208 5.863.207 6.172.103.313-.103.925-.94 1.639-.618.734.307 1.551 2.28 1.963 2.487.411.213 1.84.633 2.872 1.355 1.023.727 2.472 2.907 3.7 2.803 1.243-.098 1.953 1.77 2.579 2.596.617.836 2.775 3.12 2.672 3.64-.102.524-.724 1.868-.102 2.912.616 1.033 1.336 2.902 1.947 3.317.617.42 1.953 2.601 1.953 3.432 0 .825 1.033 3.11 2.07 3.945 1.013.83 2.462 5.508 3.587 6.967 1.126 1.444 4.219 9.137 5.046 10.284.822 1.137.822.722 1.85 1.038 1.028.302 4.312 2.384 5.251 3.11.92.732 4.204 6.547 4.924 7.59.729 1.043 4.008 6.645 4.634 7.788.617 1.142 1.953 5.409 2.775 5.508.817.103 2.256 4.464 3.073 5.087.832.628 4.126 5.405 4.846 5.924.709.519 3.288 6.754 3.694 7.476.412.731-6.495 4.797-5.575 5 .925.203-3.586 1.765-2.965 1.978.622.203-5.539 2.808-3.073 3.955 2.472 1.138-5.708 7.911-5.708 7.911s-7.437 8.02-6.625 7.911c.822-.103-7.717 9.271-7.101 9.889.617.628-12.642 5.414-11.722 5.933.93.525-15.661 5.934-15.661 5.934l-20.338 3.955-60.044-23.733L25 105.194z"}),n.default.createElement("path",{fill:"url(#paint0_linear)",d:"M131.43 57.726c-.524.509-1.229 1.755-1.229 2.482 0 .726.299 1.873.509 2.388.196.519.313 2.497.313 2.497s-1.145-.727-1.654-1.355c-.509-.623-.406-1.963-.509-2.492-.108-.52-1.341.529-2.06.623-.362.054-.646-.49-.891-1.033-.245-.544-.45-1.088-.656-1.039-.406.109-1.639.732-2.877 1.874-1.229 1.132-.915 1.553-1.542 1.869-.612.307-.915.514-1.747-.104-.436-.326-.553-.054-.71.218-.137.247-.298.494-.739.296-.455-.202-.21.352.079.9.303.564.655 1.133.342.866-.607-.515-.607 1.142-.21 1.765.416.628 1.135 1.874 1.649 2.907.524 1.043 3.186 6.032 2.369 5.824-.822-.212-1.752-2.492-2.065-3.426-.304-.934-1.85-2.398-2.164-2.398-.293 0-1.845-.109-2.256-.307-.401-.207-3.284-.939-4.933-.83-1.644.104-2.06-1.454-2.877-1.666-.828-.208-3.5-1.039-4.214-1.138-.72-.103 1.639 2.389 2.364 2.596.719.208 1.125.831.102 1.236-1.027.426-2.775-1.137-3.284-1.137-.523 0-1.443 1.454-.822 1.874.607.415 3.181 1.973 3.705 2.393.499.415.098 2.175-.426 1.968-.504-.213-3.396-.213-4.625.109-1.238.311-3.185-1.36-4.106-2.077-.93-.727-1.854-.213-2.27.312-.411.509-1.752 2.491-2.57 3.317-.817.83-3.905.83-4.722 1.459-.832.618-4.116 3.426-5.041 4.573-.93 1.138-3.906 2.072-4.943 2.804-1.028.727-2.57 4.044-3.186 4.569-.617.519-1.85 1.77-2.677 2.803-.817 1.038-2.472 2.077-3.49 3.328-1.032 1.246-1.85 2.388-1.85 2.388l-2.06 2.175-1.747-1.038s-2.354 1.666-3.181 2.086c-.827.411-3.817-.212-4.835-.316-1.038-.104-2.369 1.142-2.06 1.251.313.104.523.722.313 1.038-.216.312-2.369.312-2.369.312l-.519 1.765s-1.953.306-2.78.306c-.817 0-2.045.312-2.564.426-.514.103-1.953-1.256-2.467-1.256-.523 0-1.952-.618-2.564 0-.621.627-1.659 2.289-1.659 2.289s-1.542 0-2.046.104c-.514.104-3.293.934-3.293.934l10.698 60.361c14.902 11.323 33.43 18.032 53.505 18.032 38.178 0 70.753-24.262 83.457-58.353-2.471-4.435-6.225-11.323-6.788-12.252-.827-1.345-4.218-7.991-4.83-8.826-.621-.836-1.439-.104-1.742.207-.152.144-.426.045-.695-.054-.323-.114-.646-.232-.754.054-.21.52-1.434 1.558-1.855 1.138-.401-.41-1.644-3.634-1.541-4.252.107-.623 1.747.301 1.747.301s.519-.301.318-.821c-.21-.519-2.677-1.147-3.098-1.043-.406.104-1.634-2.18-2.461-2.808-.818-.623-2.57-3.001-3.181-3.837-.627-.84-2.785-3.12-3.505-3.64-.709-.518-2.461-2.175-3.597-2.694-1.135-.524-1.238-2.086-1.742-3.54-.514-1.449-.729.425-.622.94.108.514-.929 1.354-.621 1.453.313.099.514 1.147 1.028 1.558.518.41-1.028.934-1.532.825-.524-.099-1.136-1.76-1.444-2.482-.313-.737-1.546-.944-1.135-1.77.416-.835.93-2.29.514-2.803-.411-.524-.612-1.973.098-1.87.729.1 1.233-.42 1.654-.835.411-.415 1.238 1.246 1.546 1.76.299.524 1.948 2.705 1.855 2.186-.108-.52.714-.83.714-.83.823 1.764 7.704 10.6 7.914 11.43.21.826.622-.316.519-1.25-.108-.935.406-.618.509-1.039.107-.42-.509-1.661-2.061-1.765-1.541-.104-2.256-2.6-2.774-3.743-.509-1.142 1.546.94 1.546.94L148.5 81.2s-4.322-7.273-4.625-7.273c-.313 0-1.038.41-1.238.826-.206.41.817 3.219 1.12 3.64.314.41 1.244 1.972.935 2.18-.313.207-1.952-.836-2.784-1.143-.808-.316-1.943 1.039-1.943 1.039s-.314-4.366-.832-4.366c-.509 0-.309-1.874-.201-3.422.103-1.562-1.644-1.562-1.644-1.562s-.309-3.535-.725-4.045c-.411-.529 0-2.912.108-3.96.108-1.034-2.163-4.984-2.677-5.39-.269-.222-.827-.355-1.365-.355-.485 0-.955.104-1.199.356"}),n.default.createElement("path",{fill:"url(#paint1_linear)",d:"M78.061 68.628s-.514 1.246-1.341 1.864c-.832.628-1.341 2.294-2.158 3.436-.822 1.137-1.845 1.869-2.672 1.449-.823-.42-1.85.207-1.748 1.453.103 1.251.416 3.847-.205 3.536-.626-.312-.103-1.662-1.028-1.039-.93.623-2.785 4.05-3.494 3.743-.724-.311-1.551-2.185-2.06-1.458-.514.727-.72 3.016-1.336 1.973-.612-1.044-1.537-.94-2.976.202-1.444 1.152-2.99 1.884-3.705 2.284-.734.42-2.158 1.563-2.476 2.498-.304.934-.915 1.562-1.434 1.873-.519.307-1.742 1.247-1.742 1.87 0 .627-.73.934-1.557 1.77-.812.825-2.358 1.962-3.176 2.7-.827.726-2.579 2.704-3.401 3.114-.827.415-2.256 1.562-1.439 1.562 0 0 1.439 0 2.261-.628.827-.627 3.191-2.388 3.808-2.6.621-.208 2.055-.312 2.363.42.314.732-.2 1.765-.925 2.279-.714.529-2.265 2.295-2.667 2.398-.416.099-1.546 1.143-1.546 1.143s1.948-.104 2.873-.732c.934-.618 3.406-1.765 3.7-2.601.313-.826 1.032-1.864 1.556-2.695.514-.825 1.326.41 1.228 1.251-.108.826 1.248 1.444 1.948.302.724-1.142 1.752-.613 2.672-.613.925 0 2.892.717 3.401-.11.519-.83 1.742-3.322 2.477-3.747.714-.405 2.349-3.629 2.862-4.88.51-1.241 2.261-4.771 2.682-6.23.412-1.454 1.752-3.214 2.575-3.738.817-.519 2.77-1.35 3.7-1.973.92-.622.4-1.245 1.433-2.18 1.033-.94 1.547-.727 1.547-1.666 0-.93.827-1.973.827-1.973s-1.341-1.246-.524-2.29c.832-1.038 2.056-3.114 2.056-3.114s0-.935-.401-.623c-.416.311-1.958-.104-1.958-.104v1.874z"}),n.default.createElement("path",{fill:"#fff",d:"M131.63 95.121s3.293 4.979 3.905 6.122c.617 1.152 3.191 5.824 3.397 6.655.2.83.523 1.968 1.752 2.907 1.228.934 2.564 2.383 2.564 2.383s.108-1.449-.103-2.076c-.21-.623-2.77-3.842-3.489-5.083-.724-1.256-7.826-10.393-8.026-10.908zM144.07 114.44s1.14 1.874 1.14 3.115c0 1.251 1.126 3.535 1.645 4.464.514.94 1.331 2.705 1.747 2.913.406.207 1.649.316 2.882 1.661 1.224 1.35 1.846 2.383 2.878 2.705 1.023.306 1.85.623 1.85.623s-1.233-1.662-2.672-4.258c-1.449-2.6-4.219-7.273-4.835-7.688-.627-.42-1.953-1.978-2.266-1.562-.309.41-2.369-1.973-2.369-1.973z"}),n.default.createElement("path",{fill:"url(#paint2_linear)",d:"M47.317 148.826c1.331 3.016 11.814 7.273 11.726 5.087-.074-1.493.098-6.358.215-9.295.852 1.3 1.561 2.408 1.728 2.749.524 1.043 10.498 15.273 11.422 18.086.93 2.809 21.074 16.203 23.134 18.488.51.563 1.693 1.839 3.2 3.446a88.357 88.357 0 0021.339-3.313c-.451-.41-.921-1.177-1.097-1.795-.205-.732.725-1.038 1.238-1.869.504-.83.407-.83-.303-.736-.724.108-2.99-.723-4.224-.826-1.233-.099-5.559-2.388-6.89-2.804-1.336-.415-2.677-3.738-3.906-4.682-1.238-.93-2.055-1.132-2.574-.929-.519.212-.935-.104-1.747-1.044-.827-.934-.617-1.864-1.135-2.492-.495-.618-.407 1.256-.715 1.459-.303.203-1.233-1.671-1.855-2.393-.607-.717-1.33-2.591-1.747-3.011-.406-.411-.406.825-.514 1.453-.098.618-1.439 1.355-1.953.94-.523-.42-1.027-1.864-1.546-2.393-.25-.257-.274.321-.289.9-.014.588-.01 1.186-.215.865-.416-.628-1.13-1.236-1.238-2.077-.103-.825-.622-3.323-1.028-3.535-.406-.198-.822-1.864-1.233-2.591-.406-.727-.406.519-.406 1.246 0 .722-.93.109-1.146-.312-.195-.415-.616-2.175-1.013-2.491-.42-.312-1.14.83-1.14.83l-.21 3.011s-.92-2.907-1.229-3.426c-.303-.524-1.336-2.497-1.438-1.77-.108.727-.607-.307-1.44-.935-.826-.628-1.453-1.76-1.453-1.453 0 .316.426 3.021-.186 2.699-.621-.311-1.042-2.798-1.757-3.945-.714-1.143-2.877-2.908-2.877-2.908l-.51-1.874s-2.06-.103-2.265-.726c-.206-.623-1.332-.515-1.434.212-.103.722-1.14-.212-1.973-.212-.802 0-1.84-2.591-2.148-3.011-.294-.416-.622-1.143-.72-.628-.097.529-.817.212-1.238-.727-.41-.935.734-2.275.93-2.804.21-.514-.195-1.241-.822-.618-.616.618-1.228 2.181-1.228 2.181l-1.13-1.666-.525.632-1.022-2.185-.93-2.077-.514 2.181-.103.128c-.474-1.35-.886-2.452-1.023-2.625-.406-.514-2.466-6.339-3.19-7.372-.715-1.043-.617-3.011-.617-3.011s-1.238-.732-2.06-.317c-.818.42-1.434-1.35-2.164-1.869-.7-.519-1.63.109-1.63.109v-2.393l-6.17-.628s5.652 28.05 6.988 31.066"}),n.default.createElement("path",{fill:"url(#paint3_linear)",d:"M26.655 92c-.73.835-3.201 1.048-3.705 1.453-.514.41-1.65 1.667-1.953 2.181-.313.52-1.145.623-1.649 1.038-.514.42-.925 2.393-.925 2.393s-1.331.208-2.78 1.558c-1.439 1.35-2.78 1.77-4.213 2.704a87.075 87.075 0 00-4.248 3.002c4.463 45.527 42.48 81.102 88.707 81.102 2.472 0 4.924-.103 7.346-.301-1.008-1.528-2.006-3.12-2.755-4.445-2.055-3.63-6.377-5.701-7.106-5.919-.714-.202-2.354-3.332-2.878-3.53-.508-.208-2.358-3.219-2.975-4.252-.622-1.039-1.537-1.562-2.477-1.671-.92-.094-5.442-6.122-5.442-6.122s-6.264-6.956-6.885-7.48c-.622-.525-4.008-5.197-4.635-5.924-.616-.727-3.798-3.115-4.517-3.223-.724-.104-3.083-3.743-3.509-4.154-.406-.41-1.938-.41-2.046 0-.107.411-1.135 1.563-1.228 2.087-.103.514-.103 1.869-.827 2.487-.724.613-1.126 2.907-1.126 2.907s-1.34-.934-1.752-1.033c-.42-.104-1.028-3.437-1.13-4.168-.108-.717-.935-2.596-1.449-3.209-.519-.628-2.045-3.333-2.877-3.956-.818-.618-1.44-3.421-1.532-4.677-.108-1.241-2.164-4.88-2.682-5.815-.52-.934-1.033-4.563-1.233-5.191-.211-.623-1.341-2.596-1.953-3.323-.617-.732-3.494-3.946-4.625-4.682-1.13-.722-1.556-2.492-1.747-2.799-.216-.311-.519-2.185-.519-2.185s-.715-1.35-.93-1.973c-.196-.618-.401-10.175-.303-10.492.107-.306-1.331-1.449-1.948-1.661-.626-.208.103-1.142 0-1.657-.108-.519-.827-1.152-.827-1.152S27.364 91.17 26.655 92"}),n.default.createElement("path",{fill:"#292929",d:"M11.78 96c0 46.136 38.065 84.836 84.225 84.836 45.905 0 84.21-38.952 84.21-84.836 0-46.146-38.305-84.836-84.21-84.836-46.16 0-84.225 38.69-84.225 84.836zM192 96c0 52.583-43.943 96-95.995 96C43.948 192 0 148.583 0 96 0 43.407 43.708 0 96.005 0 148.057 0 192 43.407 192 96z"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})),n.default.createElement("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})))),In=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"310",height:"101",fill:"none",viewBox:"0 0 310 101",...e},n.default.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M300.493 98.795h8.955L269.521 0l-40.072 98.795h8.985l12.113-29.765h37.804l12.142 29.765zm-15.443-38.06h-31.173l15.644-38.433 15.529 38.433zm-107.902 38.06h35.02V90.53h-26.38V5.426h-8.64v93.37zm-65.122 1.235c-25.985 0-47.905-21.957-47.905-47.933S86.041 4.22 112.026 4.22s47.905 21.928 47.905 47.904c0 25.976-21.948 47.905-47.905 47.905zm0-87.543c-21.351 0-39.376 18.14-39.376 39.638 0 21.499 18.025 39.61 39.376 39.61s39.376-18.14 39.376-39.61-18.025-39.638-39.376-39.638zm-57.8 86.337h9.5L38.122 52.15 62.521 5.426h-9.616L33.013 42.71 13.092 5.426H3.447L27.99 52.149 2.5 98.824h9.501l20.983-39.351 21.241 39.351z",clipRule:"evenodd"})),No=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.769 11.865h2.498M7.019 12v.5M5.768 10.268c0 .135.11.244.25.244h2-.006c.135 0 .25-.114.25-.25v-.424a4.29 4.29 0 003.244-4.083L11.5 5.75a4.377 4.377 0 00-4.503-4.248A4.369 4.369 0 002.5 5.745a4.288 4.288 0 003.248 4.078l.02.445z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));No.tags=["nps","net promoter score"];const So=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.575 10.738l3.18 1.03s.455.084.45.389c-.003.214-.138.458-.138.458l-1.344 1.938s-.24.201-.482.201-.52-.377-.52-.377l-1.7-2.864s-.192-.418.035-.648c.207-.211.519-.127.519-.127zm-.681-1.316c.162.279.612.198.612.198l3.173-.936s.433-.178.494-.414c.06-.237-.071-.523-.071-.523l-1.517-1.803s-.132-.228-.404-.25c-.301-.027-.486.34-.486.34L9.902 8.884c0-.001-.158.282-.008.54zm-1.5-1.11c.374-.093.434-.64.434-.64l-.025-4.56s-.057-.563-.307-.716c-.393-.24-.51-.115-.622-.098l-2.634.987s-.258.087-.393.304c-.192.308.195.759.195.759L7.78 8.116s.27.282.615.196zm-.65 1.845c.01-.352-.418-.563-.418-.563L4.494 8.15s-.42-.174-.624-.053c-.156.093-.294.262-.307.41L3.378 10.8s-.027.397.075.578c.144.256.62.078.62.078l3.306-.738c.128-.087.353-.095.365-.56zm.822 1.237c-.284-.147-.623.157-.623.157l-2.214 2.46s-.276.376-.206.607a.595.595 0 00.33.4l2.224.708s.27.056.474-.004c.29-.085.236-.542.236-.542l.05-3.33s-.011-.32-.27-.456z",fill:"#000"})));So.tags=["logo","social media","review"];const Ps={primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution",current:null},Zs={tiny:"w-4 h-4",small:"w-7 h-7",medium:"w-10 h-10",large:"w-14 h-14",current:"w-[1em] h-[1em]"},ct=({className:e,size:t="small",color:a="secondary",...o})=>n.default.createElement(ya,{className:x.default("ui-spinner",e,Zs[t],Ps[a],"inline-block animate-spin"),...o});ct.propTypes={className:u.default.string,size:u.default.string,color:u.default.string};const Xs={primary:"!bg-primary-light",secondary:"!bg-secondary-light",success:"!bg-success-light",warning:"!bg-warning-light",caution:"!bg-caution-light",danger:"!bg-danger-light"},Tt=({color:e="primary",isLoading:t,isSuccess:a,disabled:o=!1,className:r,variant:l="standard",children:i,...s})=>{const[c,d]=y.useState(!1);y.useEffect(()=>{if(a&&!t){d(!0);const p=setTimeout(()=>d(!1),3e3);return()=>clearTimeout(p)}t&&c&&d(!1)},[a,t]);const m=t||c;return n.default.createElement(Be,{color:e,disabled:m||o,variant:l,className:x.default(r,"relative",m&&Xs[e]),...s},n.default.createElement("span",{className:x.default("absolute inset-0 flex items-center justify-center",m?"opacity-100":"opacity-0")},m&&n.default.createElement(se.Transition,{appear:!0,as:"span",show:m,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},c&&n.default.createElement(pn,{size:"medium",color:"current",className:x.default("relative -top-0.25 text-white",{"text-black":l==="outline"})}),t&&!c&&n.default.createElement(ct,{size:"current",color:"current",className:"relative -top-0.25 text-white"}))),n.default.createElement("span",{className:x.default(m?"flex-shrink flex-grow opacity-0":"opacity-100")},i))};Tt.propTypes={...Be.propTypes,isLoading:u.default.bool,isSuccess:u.default.bool,variant:u.default.oneOf(Object.keys(st)),disabled:u.default.bool};const Ys={outline:{primary:"bg-primary-lighter border border-primary hover:bg-primary-light hover:border-primary-dark",secondary:"bg-secondary-light border border-secondary-light hover:bg-secondary-light hover:border-secondary",success:"bg-success-lightish border border-success hover:bg-success-light hover:border-success-dark",warning:"bg-warning-lightish border border-warning hover:bg-warning-light hover:border-warning-dark",caution:"bg-caution-lightish border border-caution hover:bg-caution-light hover:border-caution-dark",danger:"bg-danger-lightish border border-danger hover:bg-danger-light hover:border-danger-dark"}},Bo=({color:e="primary",variant:t="outline",isActive:a,className:o,...r})=>n.default.createElement(Be,{color:e,variant:t,className:x.default("text-black",o,a?Ys[t][e]:`bg-white hover:bg-${e}-lighter hover:border-${e}`),...r});Bo.propTypes={...Be.propTypes,isActive:u.default.bool.isRequired};const To={primary:"bg-primary-lighter text-primary-dark",secondary:"bg-secondary-lighter text-black",success:"bg-success-lightish text-success-darker",warning:"bg-warning-lightish text-warning-darker",caution:"bg-caution-lighter text-caution-dark",danger:"bg-danger-lightish text-danger-dark",problem:"bg-warning text-white",critical:"bg-danger text-white"},Vo={small:"px-2 py-0.75 h-5 text-sm leading-sm",medium:"px-3 py-1.5 h-7.5 text-base leading-base",large:"px-3.5 py-0.75 h-10 text-lg leading-lg"},_s={small:"w-3 h-3",medium:"w-4 h-4",large:"w-5 h-5 mr-1.5"},Fo=({color:e="primary",size:t="small",icon:a,className:o,children:r,...l})=>n.default.createElement("span",{className:x.default("ui-badge","inline-flex items-center whitespace-nowrap rounded-full",To[e],Vo[t],o),...l},a?y.cloneElement(a,{className:x.default("mr-1",_s[t])}):null,r);Fo.propTypes={className:u.default.string,color:u.default.oneOf(Object.keys(To)),size:u.default.oneOf(Object.keys(Vo)),icon:u.default.element,children:u.default.node.isRequired};const Ho={primary:"bg-primary-lighter text-black border border-primary",secondary:"bg-secondary-light text-gray-darker border border-secondary",success:"bg-success-lighter text-black border border-success",warning:"bg-warning-lighter text-black border border-warning",danger:"bg-danger-lighter text-black border border-danger",caution:"bg-caution-lighter text-black border border-caution"},Do={small:"px-1 py-0.75 text-sm leading-3.5",medium:"px-2 py-1 text-base leading-3.5",large:"px-2 py-1.5 text-base leading-4"},Go=({color:e="primary",size:t="small",onClose:a,className:o,children:r,...l})=>{const i=s=>{s.stopPropagation(),a==null||a()};return n.default.createElement("span",{className:x.default("ui-tag","inline-flex rounded",Ho[e],Do[t],o),...l},r,a?n.default.createElement(We,{size:"small",className:x.default("ui-tag-close ml-2 cursor-pointer leading-4 hover:text-gray-darker",t==="large"?"mt-0.5":"mt-0.25"),onClick:i}):null)};Go.propTypes={color:u.default.oneOf(Object.keys(Ho)),size:u.default.oneOf(Object.keys(Do)),onClose:u.default.func,className:u.default.string,children:u.default.node.isRequired};const Oo={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},Js={small:"h-1 w-1",medium:"h-1.5 w-1.5",large:"h-2 w-2",xlarge:"h-8 w-8"},Pe=({color:e="primary",size:t="medium",className:a,...o})=>n.default.createElement("span",{className:x.default("ui-dot","inline-block rounded-full text-white",Oo[e],Js[t],a),...o});Pe.propTypes={className:u.default.string,color:u.default.oneOf(Object.keys(Oo))};const Ro=({current:e,total:t})=>t<=1?null:n.default.createElement("div",{className:"w-full space-x-2 text-center"},le.range(0,t).map(a=>{const o=e<=0?0:e>=t?e-1:e,r=a===o?"primary":"secondary";return n.default.createElement(Pe,{key:a,color:r,size:"medium"})}));Ro.propTypes={total:u.default.number.isRequired,current:u.default.number.isRequired};const zo={primary:"bg-primary-lighter text-black",secondary:"bg-secondary-lighter text-black",success:"bg-success-lighter text-black",warning:"bg-warning-lighter text-black",danger:"bg-danger-lighter text-black",caution:"bg-caution-lighter text-black"},yn=({className:e,color:t="primary",onClose:a,children:o,...r})=>n.default.createElement("div",{className:x.default("ui-alert flex items-start rounded px-3 py-3 text-base leading-4",zo[t],e),...r},n.default.createElement("span",{className:"ui-alert-content w-full leading-p1"},o),a?n.default.createElement("button",{type:"button",className:"ui-alert-close ml-3 cursor-pointer hover:text-gray-dark"},n.default.createElement(We,{onClick:a})):null);yn.propTypes={className:u.default.string,color:u.default.oneOf(Object.keys(zo)),onClose:u.default.func,children:u.default.node.isRequired};const Vt=({className:e,...t})=>n.default.createElement("span",{className:x.default("ui-counter","inline-flex items-center justify-center rounded-full bg-danger-dark px-2 py-1 font-semibold leading-none text-white",e),...t});Vt.propTypes={className:u.default.string};const dt=typeof window>"u"?!1:window.navigator.userAgent.includes("Macintosh"),jo=()=>{if(typeof window>"u"||!window.navigator)return!1;const e=window.navigator.userAgent,t=!!/ipad/i.test(e)||!!/iphone/i.test(e),a=!!/webkit/i.test(e),o=!!/macintosh/i.test(e)&&navigator.maxTouchPoints>1;return t&&a||o},Us=()=>{const[e,t]=y.useState(0);return y.useEffect(()=>{const a=()=>{t(window.innerHeight)};return a(),window.addEventListener("orientationchange",a),()=>{window.removeEventListener("orientationchange",a)}},[]),e},Qs={small:"w-72",medium:"w-85",large:"w-110",xl:"w-200","2xl":"w-screen md:max-w-screen-md 2xl:max-w-screen-lg"},ft=y.forwardRef(({isOpen:e=!1,title:t,size:a="medium",content:o,onClose:r,classNames:l={},position:i="right"},s)=>{const c=Us(),d=jo();return n.default.createElement(se.Transition.Root,{ref:s,show:e,as:y.Fragment},n.default.createElement(se.Dialog,{as:"div",className:x.default("ui-drawer fixed inset-0 z-10 overflow-hidden",l.dialog),open:e,onClose:r},n.default.createElement("div",{className:x.default("flex",d?`h-[${c}px] max-h-[${c}px] w-full`:"h-screen w-full")},n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(se.Dialog.Overlay,{className:x.default("absolute inset-0 bg-black bg-opacity-80 transition-opacity",l.overlay)})),n.default.createElement("div",{className:x.default("fixed inset-y-0 flex max-w-full",i==="right"?"right-0":"left-0",l.dialogContent)},n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:i==="right"?"translate-x-full":"-translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-out-in duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:i==="right"?"translate-x-full":"-translate-x-full"},n.default.createElement("div",{className:"flex"},i==="right"?n.default.createElement(Wo,{onClose:r}):null,n.default.createElement("div",{className:x.default("flex h-full w-full flex-col overflow-y-auto bg-white px-4 py-8 shadow-xl sm:px-6",Qs[a],l.children)},n.default.createElement("div",{className:"w-full"},n.default.createElement(se.Dialog.Title,null,t)),n.default.createElement("div",{className:x.default("relative mt-3 flex-1",l.content)},o)),i==="left"?n.default.createElement(Wo,{onClose:r}):null))))))}),Wo=({onClose:e})=>n.default.createElement(Be,{size:"small",variant:"link",className:x.default("m-2.5 inline-flex !h-10 !w-10 items-center justify-center !rounded-full bg-white !px-1.5 !text-black"),onClick:e},n.default.createElement(We,{size:"medium"}));ft.propTypes={isOpen:u.default.bool.isRequired,title:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node]),content:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node]).isRequired,onClose:u.default.func.isRequired,classNames:u.default.object,position:u.default.string},ft.defaultProps={title:"",classNames:{},position:"right"};const qs=e=>{let t="N/A";const a=typeof e=="string"&&e.match(/\b\w/g);return a&&(t=a[0],a.length>1&&(t+=a[a.length-1])),t.toUpperCase()},Po={tiny:"h-7 w-7 text-base",small:"h-10 w-10 text-base",medium:"h-12 w-12 text-md",large:"h-15 w-15 text-xl"},xn=({className:e,name:t,color:a="bg-primary-lighter",size:o="large",...r})=>{const l=x.default("ui-avatar","inline-flex items-center justify-center rounded-full text-black leading-none",Po[o],a,e);return n.default.createElement("div",{title:t,className:l,...r},qs(t))};xn.propTypes={className:u.default.string,color:u.default.string,name:u.default.string,size:u.default.oneOf(Object.keys(Po))};const kn=({name:e,description:t,image:a,icon:o=n.default.createElement(ut,null),isResponsive:r=!1,className:l,...i})=>{const s=a!=null?a:n.default.createElement(xn,{size:"tiny",name:e});return n.default.createElement("button",{type:"button",className:x.default("ui-sidebar-account","flex w-full cursor-pointer items-center justify-center rounded px-4 py-3 hover:bg-gray-darker xl:justify-start",l),...i},n.default.createElement("div",{className:"flex-shrink-0"},s),n.default.createElement("div",{className:x.default("ml-2 min-w-0 text-left",r&&"hidden xl:inline")},n.default.createElement("div",{className:"truncate text-base"},e),t?n.default.createElement("div",{className:"truncate text-sm text-gray-dark"},t):null),n.default.createElement("span",{className:x.default("ml-auto",r&&"hidden xl:inline")},o))};kn.displayName="Sidebar.Account",kn.propTypes={name:u.default.string.isRequired,description:u.default.string,image:u.default.element,icon:u.default.element,isResponsive:u.default.bool,className:u.default.string};const Ln=({icon:e,label:t,className:a,...o})=>n.default.createElement("button",{type:"button",className:x.default("ui-sidebar-button flex w-full cursor-pointer items-center rounded py-2 px-4 hover:bg-gray-darker",a),...o},n.default.createElement("div",{className:"p-1.5"},n.default.createElement(e,{className:"h-4 w-4"})),n.default.createElement("span",{className:"ml-2"},t));Ln.displayName="Sidebar.Button",Ln.propTypes={icon:u.default.elementType.isRequired,label:u.default.string.isRequired};const Mn=({children:e,...t})=>n.default.createElement("div",{className:"ui-sidebar-footer py-3",...t},n.default.createElement("div",{className:"mx-4 border-t border-secondary-darker pb-2"}),e);Mn.displayName="Sidebar.Footer",Mn.propTypes={children:u.default.node.isRequired};const An=({icon:e,label:t,className:a})=>n.default.createElement("p",{className:x.default("ml-4 flex items-center text-white",a)},n.default.createElement(e,{className:"mr-3 h-5 w-5"}),n.default.createElement("span",{className:"text-md font-bold"},t));An.displayName="Sidebar.Heading",An.propTypes={icon:u.default.func.isRequired,label:u.default.string.isRequired,className:u.default.string};const Nn=({isActive:e=!1,icon:t,children:a,isSubMenuItem:o,align:r,classNames:l,...i})=>n.default.createElement("button",{type:"button",className:x.default("ui-sidebar-link","flex w-full items-center rounded leading-none transition-colors xl:justify-start",{"bg-primary text-white hover:bg-primary-dark":e,"text-gray hover:bg-gray-darker":!e,"justify-start px-6 py-2":o,"justify-center py-3 xl:px-6":!o}),...i},o?n.default.createElement(Pe,{className:x.default("mr-3 shrink-0",{"bg-white":e,"bg-gray":!e})}):n.default.createElement(t,{className:"h-5 w-5 shrink-0 xl:mr-3"}),n.default.createElement("span",{className:x.default("hidden px-1 xl:inline",{"!inline text-left":o},{"text-left":r==="left"},l==null?void 0:l.text)},a),o?null:n.default.createElement(ut,{className:"ml-auto hidden h-3 w-3 xl:inline"}));Nn.displayName="Sidebar.Link",Nn.propTypes={align:u.default.oneOf(["center","left","right"]),isActive:u.default.bool,icon:u.default.func,children:u.default.node.isRequired,isSubMenuItem:u.default.bool};const Sn=({className:e})=>n.default.createElement("hr",{className:x.default("mx-3 my-4 border-gray-lighter/20",e)});Sn.displayName="Sidebar.Separator",Sn.propTypes={className:u.default.string};const Ks={main:"_main_1bcuo_1"},$s=typeof window>"u"?void 0:window.document.body,Bn=({children:e,content:t,...a})=>n.default.createElement(Nt.default,{interactive:!0,trigger:"mouseenter",hideOnClick:"toggle",appendTo:$s,placement:"right",offset:[0,4],arrow:!1,className:x.default("ui-sidebar-menu",Ks.main,"!rounded-none bg-black bg-opacity-90 p-2 backdrop-blur-sm backdrop-filter"),content:t,...a},n.default.createElement("span",{className:"block"},e));Bn.displayName="Sidebar.Menu",Bn.propTypes={children:u.default.node.isRequired,content:u.default.node.isRequired};const eu={},tu={background:"linear-gradient(138.65deg, #583DFF 19.59%, #F849C7 62.96%, #FFC03D 97.07%)"},He=({logo:e,children:t,className:a,footer:o,notifications:r,isFixed:l=!0,onLogoClick:i,isStickyHeader:s=!0,isStickyFooter:c=!0,isLeftDrawerOpen:d,isRightDrawerOpen:m,handleDrawerStateChange:p})=>{const{announcements:w,notices:E}=r!=null?r:{},C=(E==null?void 0:E.count)<=0||!E,h=s&&c;return n.default.createElement("div",{className:x.default(eu,"ui-sidebar",l?"fixed":"relative",!h&&"overflow-y-auto","z-20 flex h-full w-16 flex-col bg-black px-1 py-2 text-white md:w-24 xl:w-50",a)},w||E?n.default.createElement("div",{className:x.default("flex w-full p-2 sm:justify-center sm:space-x-2 xl:justify-between",s&&"sticky top-0 z-50 bg-black")},w&&n.default.createElement("div",{className:x.default("cursor-pointer sm:text-center",w.hide&&"hidden")},n.default.createElement(Vt,{style:tu,onClick:()=>p("left")},n.default.createElement(Jr,{className:"mr-1 sm:hidden xl:block"}),w.count)),E&&n.default.createElement("div",{className:x.default("ml-auto cursor-pointer sm:text-center",C&&"hidden")},n.default.createElement(Vt,{className:"text-sm",onClick:()=>p("right")},n.default.createElement(hn,{className:"sm:hidden xl:block"}),E.count))):null,w&&n.default.createElement(ft,{classNames:{dialogContent:"md:left-24 xl:left-50"},position:"left",size:"xl",title:w.title,content:w.content,isOpen:d,onClose:v=>!!v&&p("left")}),E&&n.default.createElement(ft,{classNames:{dialogContent:"md:left-24 xl:left-50"},position:"left",size:"xl",title:E.title,content:E.content,isOpen:m,onClose:v=>!!v&&p("right")}),n.default.createElement("div",{className:x.default("flex-grow space-y-2",h&&"overflow-y-auto")},n.default.createElement("div",{className:"text-center"},e!=null?e:n.default.createElement(In,{className:x.default("inline-block h-12 w-12 xl:h-30 xl:w-30",i&&"cursor-pointer transition-opacity hover:opacity-80"),onClick:i})),n.default.createElement("div",null,t)),n.default.createElement("div",{className:x.default(c&&"sticky bottom-0 bg-black")},o))};He.propTypes={logo:u.default.node,children:u.default.node.isRequired,className:u.default.string,footer:u.default.element.isRequired,isFixed:u.default.bool,isStickyHeader:u.default.bool,isStickyFooter:u.default.bool,onLogoClick:u.default.func.isRequired,isLeftDrawerOpen:u.default.bool,isRightDrawerOpen:u.default.bool,handleDrawerStateChange:u.default.func,notifications:u.default.shape({announcements:u.default.shape({count:u.default.number,content:u.default.node,title:u.default.string,hide:u.default.bool,onClose:u.default.func}),notices:u.default.shape({count:u.default.number,content:u.default.node,title:u.default.string,onClose:u.default.func})})},He.Account=kn,He.Button=Ln,He.Footer=Mn,He.Link=Nn,He.Separator=Sn,He.Menu=Bn,He.Heading=An;const Bd="",Ke=({children:e,className:t,content:a,...o})=>n.default.createElement(Nt.default,{content:a,...o,className:"ui-tooltip text-white",plugins:[Rr.followCursor]},n.default.createElement("span",{className:t},e));Ke.propTypes={content:u.default.node.isRequired,children:u.default.node.isRequired,className:u.default.string};const Td="",nu=(e,t)=>y.Children.toArray(e).filter(a=>a.type===t),ru={main:"_main_jm0tk_1"},Zo={},Ae=({isLazy:e=!0,skidding:t=0,distance:a=10,className:o,children:r,...l})=>{const i=nu(r,Ae.Content),s=y.Children.toArray(r).filter(d=>d.type!==Ae.Content),c=e?au:Nt.default;return n.default.createElement(c,{interactive:!0,zIndex:50,content:i,className:x.default("ui-popover",Zo,ru.main,"!rounded-lg !border-gray-light shadow-xl",o),plugins:[Rr.followCursor],offset:[t!=null?t:0,a!=null?a:10],...l},n.default.createElement("span",null,s))};Ae.propTypes={isLazy:u.default.bool,className:u.default.string,skidding:u.default.number,distance:u.default.number,children:u.default.node.isRequired};const Tn=({className:e,children:t})=>n.default.createElement("div",{className:x.default("ui-popover-content",e)},t);Tn.displayName="Popover.Content",Tn.propTypes={className:u.default.string,children:u.default.node.isRequired},Ae.Content=Tn;const au=n.default.forwardRef((e,t)=>{const[a,o]=y.useState(!1),r={fn:()=>({onMount:()=>o(!0),onHidden:()=>o(!1)})},l={...e};return l.plugins=[r,...e.plugins||[]],e.render?l.render=(...i)=>a?e.render(...i):"":l.content=a?e.content:"",n.default.createElement(Nt.default,{...l,ref:t})}),mt=({placement:e="bottom",className:t,children:a,...o})=>{const r=y.Children.toArray(a),l=r.filter(d=>d.type!==mt.Item),i=r.length-l.length,s=r.map((d,m)=>d.type===mt.Item?n.default.cloneElement(d,{position:m,total:i}):null),c=n.default.createElement(Ae.Content,{className:x.default(Zo,"ui-popover-list-content divide-y divide-solid divide-gray-lighter p-0 ")},s);return n.default.createElement(Ae,{content:c,placement:e,className:x.default("ui-popover-list","w-40",t),...o},l)};mt.propTypes={placement:u.default.string,className:u.default.string,children:u.default.node.isRequired};const Vn=({name:e,isActive:t=!1,id:a=null,position:o,total:r,children:l,className:i,onClickItem:s,...c})=>{const d=m=>s(m,e,a);return n.default.createElement("div",{name:e,className:x.default("ui-popover-list-item","flex cursor-pointer space-x-2.5 p-4 align-text-top font-semibold leading-4 tracking-tightest hover:bg-gray-lighter",t?"bg-gray-lighter":null,o===1?"rounded-t-lg":null,o===r?"rounded-b-lg":null,i),onClick:d,...c},l)};Vn.displayName="PopoverList.Item",Vn.propTypes={position:u.default.number,total:u.default.number,name:u.default.string.isRequired,isActive:u.default.bool,id:u.default.string,children:u.default.node.isRequired,className:u.default.string,onClickItem:u.default.func.isRequired},mt.Item=Vn;const Xo={small:"max-w-100",medium:"max-w-125",large:"max-w-150",huge:"max-w-200"},Yo={center:"inline-block",topLeft:"absolute m-4 top-0 left-0",topRight:"absolute m-4 top-0 right-0",bottomLeft:"absolute m-4 bottom-0 left-0",bottomRight:"absolute m-4 bottom-0 right-0"},Ft={center:{enterFrom:"translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"translate-y-0 sm:scale-100",leaveFrom:"translate-y-0 sm:scale-100",leaveTo:"translate-y-4 sm:translate-y-0 sm:scale-95"},topLeft:{enterFrom:"scale-0 origin-top-left",enterTo:"scale-100 origin-top-left",leaveFrom:"scale-100 origin-top-left",leaveTo:"scale-0 origin-top-left"},topRight:{enterFrom:"scale-0 origin-top-right",enterTo:"scale-100 origin-top-right",leaveFrom:"scale-100 origin-top-right",leaveTo:"scale-0 origin-top-right"},bottomLeft:{enterFrom:"scale-0 origin-bottom-left",enterTo:"scale-100 origin-bottom-left",leaveFrom:"scale-100 origin-bottom-left",leaveTo:"scale-0 origin-bottom-left"},bottomRight:{enterFrom:"scale-0 origin-bottom-right",enterTo:"scale-100 origin-bottom-right",leaveFrom:"scale-100 origin-bottom-right",leaveTo:"scale-0 origin-bottom-right"}},ht=({size:e="medium",position:t="center",isOpen:a=!1,shouldCloseOnOutsideClick:o=!1,onClose:r,children:l,className:i})=>{const s=()=>{o&&r()};return n.default.createElement(se.Transition,{appear:!0,show:a,as:y.Fragment},n.default.createElement(se.Dialog,{as:"div",className:"ui-modal fixed inset-0 z-30 overflow-y-auto",onClose:s},n.default.createElement("div",{className:"min-h-screen px-4 text-center"},n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(se.Dialog.Overlay,{className:"ui-modal-overlay fixed inset-0 bg-black bg-opacity-80 transition-opacity"})),t==="center"&&n.default.createElement("span",{className:"inline-block h-screen align-middle","aria-hidden":"true"},"\u200B"),n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:x.default("ease-out duration-300"),enterFrom:x.default("opacity-0",Ft[t].enterFrom),enterTo:x.default("opacity-100",Ft[t].enterTo),leave:x.default("ease-in duration-300"),leaveFrom:x.default("opacity-100",Ft[t].leaveFrom),leaveTo:x.default("opacity-0",Ft[t].leaveTo)},n.default.createElement("div",{className:x.default(i,Xo[e],Yo[t],"w-full transform overflow-hidden rounded-lg bg-white p-10 text-left align-middle shadow-xl transition-all")},r?n.default.createElement("button",{type:"button",className:"absolute right-0 top-0 m-4 hidden p-2 text-black hover:text-gray-darker sm:block",onClick:()=>r()},n.default.createElement(We,null)):null,l)))))};ht.propTypes={size:u.default.oneOf(Object.keys(Xo)),position:u.default.oneOf(Object.keys(Yo)),isOpen:u.default.bool.isRequired,shouldCloseOnOutsideClick:u.default.bool,onClose:u.default.func.isRequired,children:u.default.node.isRequired,className:u.default.string};const Fn=({children:e,description:t,className:a,...o})=>n.default.createElement(se.Dialog.Title,{as:"div",className:x.default(a,"ui-modal-header text-center"),...o},n.default.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},e),t?n.default.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},t):null);Fn.propTypes={children:u.default.node.isRequired,description:u.default.string,className:u.default.string},Fn.displayName="Modal.Header",ht.Header=Fn;const Hn=({className:e,...t})=>n.default.createElement("div",{className:x.default(e,"ui-modal-body mt-10"),...t});Hn.propTypes={className:u.default.string},Hn.displayName="Modal.Body",ht.Body=Hn;const Dn=({className:e,...t})=>n.default.createElement("div",{className:x.default(e,"ui-modal-footer mt-10 space-x-4 text-right"),...t});Dn.propTypes={className:u.default.string},Dn.displayName="Modal.Footer",ht.Footer=Dn;const ge=({className:e,...t})=>n.default.createElement("div",{className:"ui-table flex flex-col"},n.default.createElement("div",{className:"-my-2 overflow-x-auto"},n.default.createElement("div",{className:"inline-block min-w-full py-2 align-middle"},n.default.createElement("div",{className:"overflow-hidden border-b border-gray-lighter sm:rounded-lg"},n.default.createElement("table",{className:x.default(e,"min-w-full divide-y border border-gray-lighter"),...t})))));ge.propTypes={className:u.default.string},ge.Head=({className:e,...t})=>n.default.createElement("thead",{className:x.default("ui-table-head","bg-gray-lighter",e),...t}),ge.Head.displayName="Table.Head",ge.Head.propTypes={className:u.default.string},ge.Header=({className:e,...t})=>n.default.createElement("th",{className:x.default("ui-table-header","px-4 py-2 text-left text-base font-bold",e),...t}),ge.Header.displayName="Table.Header",ge.Header.propTypes={className:u.default.string},ge.Body=({className:e,isStriped:t=!1,children:a,...o})=>n.default.createElement("tbody",{className:x.default("ui-table-body","border-none",e),...o},y.Children.map(a,r=>r&&y.cloneElement(r,{isStriped:t}))),ge.Body.displayName="Table.Body",ge.Body.propTypes={className:u.default.string,children:u.default.node.isRequired,isStriped:u.default.bool},ge.Row=({isStriped:e=!1,className:t,...a})=>n.default.createElement("tr",{className:x.default("ui-table-row",e&&"even:bg-gray-lighter",t),...a}),ge.Row.displayName="Table.Row",ge.Row.propTypes={isStriped:u.default.bool,className:u.default.string},ge.Cell=({className:e,...t})=>n.default.createElement("td",{className:x.default("ui-table-cell","whitespace-nowrap px-4 py-2 text-base text-gray-darker",e),...t}),ge.Cell.displayName="Table.Cell",ge.Cell.propTypes={className:u.default.string};const Gn={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},On=({size:e,value:t,isCollapsed:a=!1,onChange:o,className:r,children:l,...i})=>n.default.createElement("span",{className:x.default("ui-button-group","inline-flex whitespace-nowrap",r),...i},y.Children.map(l,(s,c)=>{const d={size:e};if(!s.props.isHidden)return t!==void 0&&(d.isActive=t===c),a&&t>=0&&t!==c&&(d.shouldShowText=!1),o&&(d.onClick=()=>o(c)),y.cloneElement(s,d)}));On.propTypes={className:u.default.string,size:u.default.oneOf(Object.keys(Gn)).isRequired,value:u.default.number.isRequired,isCollapsed:u.default.bool,onChange:u.default.func.isRequired,children:u.default.node.isRequired};const Rn=({as:e="button",isActive:t,shouldShowText:a=!0,isHidden:o=!1,size:r="medium",icon:l,iconPlacement:i="left",className:s,children:c,...d})=>{const m=x.default("ui-button-group-button","inline-flex border-t border-l border-b last:border-r first:rounded-l-md last:rounded-r-md transition-colors focus:ring disabled:opacity-60 focus:z-10 leading-none",Gn[r],t?"bg-primary border-primary text-white hover:bg-primary-dark":"border-gray-light hover:bg-gray-lighter text-gray-darker",s);return n.default.createElement(e,{className:m,...d},l&&i==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},l):null,a?c:l?null:c,l&&i==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},l):null)};Rn.displayName="ButtonGroup.Button",Rn.propTypes={as:u.default.oneOfType([u.default.string,u.default.elementType]),isActive:u.default.bool,shouldShowText:u.default.bool,isHidden:u.default.bool,size:u.default.oneOf(Object.keys(Gn)),icon:u.default.element,iconPlacement:u.default.oneOf(["left","right"]),className:u.default.string,children:u.default.node.isRequired},On.Button=Rn;const _o={small:"w-10 h-10",medium:"w-16 h-16",large:"w-20 h-20"},gt=({className:e,size:t="small",...a})=>n.default.createElement("img",{className:x.default("ui-logo",e,"inline-block rounded object-cover",_o[t]),...a});gt.sizes=_o,gt.propTypes={className:u.default.string,src:u.default.string.isRequired,size:u.default.string};var Ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ou(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Jo=ou,lu=typeof Ce=="object"&&Ce&&Ce.Object===Object&&Ce,iu=lu,su=iu,uu=typeof self=="object"&&self&&self.Object===Object&&self,cu=su||uu||Function("return this")(),Uo=cu,du=Uo,fu=function(){return du.Date.now()},mu=fu,hu=/\s/;function gu(e){for(var t=e.length;t--&&hu.test(e.charAt(t)););return t}var pu=gu,vu=pu,bu=/^\s+/;function wu(e){return e&&e.slice(0,vu(e)+1).replace(bu,"")}var Cu=wu,Eu=Uo,Iu=Eu.Symbol,Qo=Iu,qo=Qo,Ko=Object.prototype,yu=Ko.hasOwnProperty,xu=Ko.toString,pt=qo?qo.toStringTag:void 0;function ku(e){var t=yu.call(e,pt),a=e[pt];try{e[pt]=void 0;var o=!0}catch{}var r=xu.call(e);return o&&(t?e[pt]=a:delete e[pt]),r}var Lu=ku,Mu=Object.prototype,Au=Mu.toString;function Nu(e){return Au.call(e)}var Su=Nu,$o=Qo,Bu=Lu,Tu=Su,Vu="[object Null]",Fu="[object Undefined]",el=$o?$o.toStringTag:void 0;function Hu(e){return e==null?e===void 0?Fu:Vu:el&&el in Object(e)?Bu(e):Tu(e)}var Du=Hu;function Gu(e){return e!=null&&typeof e=="object"}var Ou=Gu,Ru=Du,zu=Ou,ju="[object Symbol]";function Wu(e){return typeof e=="symbol"||zu(e)&&Ru(e)==ju}var Pu=Wu,Zu=Cu,tl=Jo,Xu=Pu,nl=0/0,Yu=/^[-+]0x[0-9a-f]+$/i,_u=/^0b[01]+$/i,Ju=/^0o[0-7]+$/i,Uu=parseInt;function Qu(e){if(typeof e=="number")return e;if(Xu(e))return nl;if(tl(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=tl(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Zu(e);var a=_u.test(e);return a||Ju.test(e)?Uu(e.slice(2),a?2:8):Yu.test(e)?nl:+e}var qu=Qu,Ku=Jo,zn=mu,rl=qu,$u="Expected a function",e2=Math.max,t2=Math.min;function n2(e,t,a){var o,r,l,i,s,c,d=0,m=!1,p=!1,w=!0;if(typeof e!="function")throw new TypeError($u);t=rl(t)||0,Ku(a)&&(m=!!a.leading,p="maxWait"in a,l=p?e2(rl(a.maxWait)||0,t):l,w="trailing"in a?!!a.trailing:w);function E(M){var S=o,B=r;return o=r=void 0,d=M,i=e.apply(B,S),i}function C(M){return d=M,s=setTimeout(b,t),m?E(M):i}function h(M){var S=M-c,B=M-d,D=t-S;return p?t2(D,l-B):D}function v(M){var S=M-c,B=M-d;return c===void 0||S>=t||S<0||p&&B>=l}function b(){var M=zn();if(v(M))return L(M);s=setTimeout(b,h(M))}function L(M){return s=void 0,w&&o?E(M):(o=r=void 0,i)}function k(){s!==void 0&&clearTimeout(s),d=0,o=c=r=s=void 0}function A(){return s===void 0?i:L(zn())}function I(){var M=zn(),S=v(M);if(o=arguments,r=this,c=M,S){if(s===void 0)return C(c);if(p)return clearTimeout(s),s=setTimeout(b,t),E(c)}return s===void 0&&(s=setTimeout(b,t)),i}return I.cancel=k,I.flush=A,I}var r2=n2;let a2=1;const Ht=y.createContext({generateId:()=>(console.warn("Please wrap your app with `<Provider />` component from `@xola/ui-kit`. Otherwise your app will not work with SSR frameworks."),a2++),localize:!0,locale:"en_US"}),o2=({children:e,localize:t=!0,locale:a="en_US"})=>{const o=y.useRef(1),r=y.useCallback(()=>o.current++,[o]),l=y.useMemo(()=>({generateId:r,localize:t,locale:a}),[r,t,a]);return n.default.createElement(Ht.Provider,{value:l},e)},jn=e=>{const{generateId:t}=y.useContext(Ht),[a]=y.useState(()=>`${e}-${t()}`);return a},l2=()=>{const[e,t]=y.useState(!1);return y.useEffect(()=>{t(!0)},[]),e},Ge=({char:e,className:t,...a})=>{var r;const o=(r=i2[e])!=null?r:e;return n.default.createElement("div",{className:x.default("ui-key","no-translate inline-flex h-5 items-center justify-center rounded bg-gray-lighter py-1 px-2 text-xs font-semibold text-gray",o.length===1&&"w-5",t),...a},o)},i2={cmd:dt?"\u2318":"ctrl",option:dt?"\u2325":"win",ctrl:"ctrl",up:"\u2191",down:"\u2193"};Ge.propTypes={char:u.default.string.isRequired,className:u.default.string};const s2=r2((e,t)=>e(t),500),Wn=({className:e,items:t=[],defaultValue:a,onChange:o,onSubmit:r,onSelect:l,children:i,isLoading:s=!1,shouldStayOpen:c=!1,shouldDestroyOnClose:d=!0,shouldHideMenu:m=!1,minChars:p=0,...w})=>{const[E,C]=y.useState(!0),[h,v]=y.useState(a!=null?a:""),b=y.useRef(),L=jn("search-input"),k=jn("search-menu"),A=l2(),[I,M]=y.useState(!0),S={value:h},B=h?[S,...t]:[],D=({selectedItem:Y,type:ce})=>{ce!==mn.useCombobox.stateChangeTypes.InputBlur&&ce!==mn.useCombobox.stateChangeTypes.FunctionCloseMenu&&(Y===S?(r==null||r(h),b.current.blur()):Y&&(l==null||l(Y),b.current.blur()),re())},Z=({inputValue:Y})=>{v(Y),o&&s2(o,Y)},{isOpen:X,openMenu:F,getMenuProps:j,getInputProps:W,getComboboxProps:P,highlightedIndex:ee,getItemProps:ae,closeMenu:re}=mn.useCombobox({items:B,inputValue:h,onInputValueChange:Z,itemToString:()=>h,defaultHighlightedIndex:0,onSelectedItemChange:D});y.useEffect(()=>{X?M(!1):setTimeout(()=>M(!0),1)},[X,M]);const te=()=>{C(!1),F()},oe=(X||!I||c)&&B.length>0&&!m,me=oe&&!s&&B.length<=1&&h.length>=p;zr.useHotkeys(dt?"cmd+k":"ctrl+k",Y=>{Y.preventDefault(),b.current.focus()}),zr.useHotkeys("esc",()=>b.current.blur(),{enableOnTags:["INPUT"]});const ne=oe||!d;return n.default.createElement("div",{className:"ui-search relative w-full"},n.default.createElement("div",{...P({className:"w-full relative rounded-md"})},n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 -top-0.5 left-0 hidden items-center md:flex"},n.default.createElement(wn,{className:"h-4 w-4 text-gray-darker"})),n.default.createElement("input",{...W({id:L,type:"text",className:x.default("ui-search-input","block w-full border-none pl-0 md:pl-7 text-base md:text-md text-gray-darker leading-p2 focus:ring-0",e),ref:b,onFocus:te,onBlur:()=>C(!0),onChange:Y=>v(Y.target.value),...w})}),n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 right-0 hidden items-center space-x-1 pr-3 lg:flex"},A&&E?n.default.createElement(n.default.Fragment,null,n.default.createElement(Ge,{char:"cmd"})," ",n.default.createElement(Ge,{char:"K"})):null)),n.default.createElement("ul",{...j({id:k,className:x.default("ui-search-menu","absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-20 bg-white",{hidden:!oe})})},ne?B.map((Y,ce)=>n.default.createElement("li",{key:Y,...ae({key:ce,item:Y,index:ce,className:"ui-search-item"})},Y===S?s?n.default.createElement("div",{className:"p-3 text-center"},n.default.createElement(ct,{size:"small"})):h.length<p?n.default.createElement("div",{className:x.default("cursor-pointer p-2",ee===ce?"bg-blue-light text-white":"")},`Enter at least ${p} characters to begin search`):null:i==null?void 0:i(Y,ee===ce))):null,ne&&me?n.default.createElement("li",{className:"cursor-not-allowed p-2"},"No results found"):null,ne&&B.length<5?n.default.createElement("li",{className:"search-footer pointer-events sticky bottom-0 flex space-x-5 p-2 text-sm text-gray-dark"},n.default.createElement("span",{className:"flex items-center"},n.default.createElement(Ge,{char:"up",className:"mr-0.5"}),n.default.createElement(Ge,{char:"down",className:"mr-2"})," navigate results"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(Ge,{char:"enter",className:"mr-2"})," submit"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(Ge,{char:"esc",className:"mr-2"})," close search")):null))};Wn.propTypes={className:u.default.string,items:u.default.arrayOf(u.default.any),defaultValue:u.default.string,onChange:u.default.func,onSubmit:u.default.func,onSelect:u.default.func,children:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node,u.default.func]),isLoading:u.default.bool,shouldStayOpen:u.default.bool,shouldDestroyOnClose:u.default.bool,shouldHideMenu:u.default.bool};const $e=({className:e,classNames:t={},separator:a="/",children:o,...r})=>{const l=y.Children.count(o)-1;return n.default.createElement("div",{className:x.default("ui-breadcrumb","whitespace-nowrap text-2xl font-semibold",e),...r},y.Children.map(o,(i,s)=>{const c=s>=l;return n.default.createElement(n.default.Fragment,null,n.default.createElement("span",{className:x.default(t.item,c?"text-black":"text-gray-dark")},i),c?null:n.default.createElement("span",{className:x.default(t.separator,"mx-2 text-gray-dark")},a))}))};$e.propTypes={className:u.default.string,classNames:u.default.object,separator:u.default.string,children:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node])},$e.Item=({className:e,onClick:t,children:a})=>n.default.createElement("div",{className:x.default("ui-breadcrumb-item inline",t&&"cursor-pointer hover:underline",e),onClick:t},a),$e.Item.displayName="Breadcrumb.Item",$e.Item.propTypes={className:u.default.string,onClick:u.default.func,children:u.default.node.isRequired};const u2=St.default(),c2=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),Dt=e=>c2.has(e),al=(e,t=u2,a=0,o=!1)=>new Intl.NumberFormat(t,{style:"currency",currency:e,maximumFractionDigits:0,currencyDisplay:o?"narrowSymbol":"symbol"}).format(a).replace(/\d/g,"").trim(),ol=St.default(),Pn=e=>{const t=Math.abs(e);return t>=0&&t<=.001},Gt=(e,t=null,a=ol,o=2,r=!1,l=!1)=>{const s={style:t?"currency":"decimal",minimumFractionDigits:o,maximumFractionDigits:o};return t&&(s.currency=t,s.currencyDisplay=l?"narrowSymbol":"symbol"),r?d2(e,a):new Intl.NumberFormat(a,s).format(e)},Zn=(e,t)=>{let a=Number(t);return Dt(e)?le.round(a):(le.round(a,3)===le.round(a,4)&&(a=le.round(a,3)),le.round(a,2))},d2=(e,t=ol)=>new Intl.NumberFormat(t,{notation:"compact",maximumFractionDigits:2}).format(e),ll=St.default(),Oe=({currency:e="USD",locale:t=ll,shouldRemoveTrailingZeroes:a=!0,maximumFractionDigits:o=2,compact:r=!1,isNarrowSymbolForm:l,children:i})=>{let s=i;Pn(s)&&(s=0);const c=Dt(e)?0:o;let d=Gt(s,e,t,c,r);const m=s<0;return m&&(d=d.replace("-","")),r?n.default.createElement("span",{className:"ui-currency"},m&&"-",al(e,t,l),d):(d=a?d.replace(".00",""):d,n.default.createElement("span",{className:"ui-currency"},m&&"-",d))};Oe.propTypes={currency:u.default.string,locale:u.default.string,shouldRemoveTrailingZeroes:u.default.bool,maximumFractionDigits:u.default.number,children:u.default.node.isRequired},Oe.Round=({currency:e,children:t})=>{const a=Zn(e,t);return n.default.createElement("span",{className:"ui-currency-round"},a)},Oe.Round.propTypes={currency:u.default.string,children:u.default.node.isRequired},Oe.Split=({currency:e="USD",locale:t=ll,isNarrowSymbolForm:a,children:o})=>{let r=o;Pn(r)&&(r=0);const l=Zn(e,r).toString().split("."),i=l[0];let s=l[1]||"0";s.length===1&&(s+="0");const c=Gt(i,e,t,0,a);return n.default.createElement("span",{title:r,className:"ui-currency-split"},n.default.createElement("span",{className:"ui-currency-split-int"},c),!Dt(e)&&n.default.createElement("span",{className:"ui-currency-split-decimal pl-1"},n.default.createElement("sup",null,s)))},Oe.Split.propTypes={currency:u.default.string,locale:u.default.string,children:u.default.node.isRequired,isNarrowSymbolForm:u.default.bool};const Ot={default:"text-gray-darker",black:"text-black",primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution"},Xn=y.createContext(),Re=({children:e,className:t,currency:a,locale:o,...r})=>{const l=y.useMemo(()=>({currency:a,locale:o}),[a,o]);return n.default.createElement(Xn.Provider,{value:l},n.default.createElement("table",{className:x.default("ui-breakdown","w-full",t),...r},n.default.createElement("tbody",null,e)))};Re.propTypes={children:u.default.node,className:u.default.string,currency:u.default.string.isRequired,locale:u.default.string};const il=({info:e,methodIcon:t,secondary:a,value:o,color:r="default",className:l,classNames:i={key:"",children:"",info:"",value:""},children:s,...c})=>{var p;const{currency:d,locale:m}=(p=y.useContext(Xn))!=null?p:{};return n.default.createElement("tr",{className:x.default("ui-breakdown-item",Ot[r],l),...c},n.default.createElement("td",{colSpan:2,className:x.default("break-all text-left leading-none",i.key)},n.default.createElement("span",{className:"mr-0.5"},t),n.default.createElement("span",{className:x.default("break-normal md:break-all",i.children)},s!=null?s:""),n.default.createElement("span",{className:x.default("ml-1 text-sm",i.info)},e&&n.default.createElement("span",{className:"mr-2 rounded bg-white p-1 uppercase text-black empty:hidden"},e),a&&n.default.createElement("span",{className:"empty:hidden"},a))),n.default.createElement("td",{className:x.default("w-[1%] whitespace-nowrap pl-4 text-right",i.value)},le.isNumber(o)?n.default.createElement(Oe,{shouldRemoveTrailingZeroes:!1,currency:d,locale:m},o):n.default.createElement("span",null,o)))};il.propTypes={children:u.default.node,info:u.default.node,methodIcon:u.default.node,secondary:u.default.node,value:u.default.node,className:u.default.string,classNames:u.default.object,color:u.default.oneOf(Object.keys(Ot))},Re.Item=il,Re.Item.displayName="Breakdown.Item";const sl=({info:e,value:t,color:a="black",className:o,classNames:r={children:"",info:"",value:""},children:l,...i})=>{var d;const{currency:s,locale:c}=(d=y.useContext(Xn))!=null?d:{};return n.default.createElement("tr",{className:x.default("ui-breakdown-subtotal-item","font-bold",Ot[a],o),...i},n.default.createElement("td",{className:x.default("pt-1 pb-4 text-left",r.children)},l),n.default.createElement("td",{className:x.default("whitespace-nowrap pt-1 pb-4 text-right",r.info)},e),n.default.createElement("td",{className:x.default("w-[1%] whitespace-nowrap pt-1 pb-4 pl-4 text-right",r.value)},n.default.createElement(Oe,{shouldRemoveTrailingZeroes:!1,currency:s,locale:c},t)))};sl.propTypes={children:u.default.node,info:u.default.node,value:u.default.node,className:u.default.string,classNames:u.default.object,color:u.default.oneOf(Object.keys(Ot))},Re.SubtotalItem=sl,Re.SubtotalItem.displayName="Breakdown.SubtotalItem";const ul=({className:e,...t})=>n.default.createElement("tr",{className:x.default("ui-breakdown-separator",e),...t},n.default.createElement("td",{colSpan:3,className:"border-b border-gray-light pb-1"}));ul.propTypes={className:u.default.string},Re.Separator=ul,Re.Separator.displayName="Breakdown.Separator";const Rt=({className:e,...t})=>n.default.createElement("div",{className:x.default("ui-form-group",e,"mb-4"),...t});Rt.propTypes={className:u.default.string};const cl={small:"px-3 py-1.5 text-sm leading-sm",medium:"px-3 py-2.5 text-base leading-base",large:"px-5 py-3.5 text-md leading-md"},Te=y.forwardRef(({as:e,size:t="medium",isError:a,className:o,isRequired:r,value:l,prefix:i,suffix:s,...c},d)=>{const m=()=>{if(!le.isString(l))return;let w=l;return i&&(w=w.replace(new RegExp(`^${i}`),"")),s&&(w=w.replace(new RegExp(`${s}$`),"")),w.replace(/[^.\S]+/g,"").replace(/[\p{Sc}]/u,"")},p=le.isString(l)?le.isEmpty(m()):le.isEmpty(l==null?void 0:l.toString());return n.default.createElement("div",{className:"relative flex w-full items-center"},n.default.createElement(e,{ref:d,className:x.default("w-full rounded text-gray-darker placeholder-gray-dark hover:placeholder-gray-darker disabled:text-gray","border border-transparent hover:border-black hover:bg-gray-lighter focus:text-black active:text-black disabled:bg-gray-lighter",cl[t],a?"!focus:border-danger !border-danger focus:ring-0 focus:ring-danger":"border-gray-light focus:border-primary focus:ring-0 focus:ring-primary",o),value:l,...c}),r&&p&&n.default.createElement(Pe,{className:"absolute right-3",color:"danger"}))});Te.propTypes={as:u.default.oneOfType([u.default.string,u.default.elementType]),size:u.default.oneOf(Object.keys(cl)),className:u.default.string,isError:u.default.bool,isRequired:u.default.bool,value:u.default.oneOfType([u.default.string,u.default.number]),prefix:u.default.string,suffix:u.default.string},Te.defaultProps={as:"input",size:"medium",className:"",isError:!1,isRequired:!1};const et=y.forwardRef(({className:e,type:t="text",value:a,...o},r)=>n.default.createElement(Te,{ref:r,as:"input",className:x.default("ui-input",e),type:t,value:a,...o}));et.propTypes={...Te.propTypes,type:u.default.string},et.defaultProps={...Te.defaultProps,type:"text"};const Yn=y.forwardRef(({className:e,value:t,shouldAutoSize:a=!1,rows:o=2,...r},l)=>a?n.default.createElement(Te,{ref:l,as:B0.default,value:t,minRows:o,className:x.default("ui-textarea",e),...r}):n.default.createElement(Te,{ref:l,as:"textarea",value:t,rows:o,className:x.default("ui-textarea",e),...r}));Yn.propTypes={...Te.propTypes,rows:u.default.number,shouldAutoSize:u.default.bool},Yn.defaultProps={rows:2,shouldAutoSize:!1};const vt=e=>n.default.createElement(Te,{as:"select",...e});vt.propTypes=Te.propTypes;function O(){return O=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(e[o]=a[o])}return e},O.apply(this,arguments)}function Ze(e){return Ze=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ze(e)}function f2(e,t){if(Ze(e)!="object"||!e)return e;var a=e[Symbol.toPrimitive];if(a!==void 0){var o=a.call(e,t||"default");if(Ze(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function dl(e){var t=f2(e,"string");return Ze(t)=="symbol"?t:t+""}function bt(e,t,a){return t=dl(t),t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function fl(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),a.push.apply(a,o)}return a}function z(e){for(var t=1;t<arguments.length;t++){var a=arguments[t]!=null?arguments[t]:{};t%2?fl(Object(a),!0).forEach(function(o){bt(e,o,a[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):fl(Object(a)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(a,o))})}return e}function m2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ml(e,t){for(var a=0;a<t.length;a++){var o=t[a];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,dl(o.key),o)}}function h2(e,t,a){return t&&ml(e.prototype,t),a&&ml(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e}function _n(e,t){return _n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(o,r){return o.__proto__=r,o},_n(e,t)}function g2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_n(e,t)}function zt(e){return zt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(a){return a.__proto__||Object.getPrototypeOf(a)},zt(e)}function hl(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(hl=function(){return!!e})()}function p2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function v2(e,t){if(t&&(Ze(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return p2(e)}function b2(e){var t=hl();return function(){var o=zt(e),r;if(t){var l=zt(this).constructor;r=Reflect.construct(o,arguments,l)}else r=o.apply(this,arguments);return v2(this,r)}}function Jn(e,t){(t==null||t>e.length)&&(t=e.length);for(var a=0,o=new Array(t);a<t;a++)o[a]=e[a];return o}function w2(e){if(Array.isArray(e))return Jn(e)}function C2(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function gl(e,t){if(!!e){if(typeof e=="string")return Jn(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);if(a==="Object"&&e.constructor&&(a=e.constructor.name),a==="Map"||a==="Set")return Array.from(e);if(a==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return Jn(e,t)}}function E2(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1
|
+
(function(f,se){typeof exports=="object"&&typeof module<"u"?se(exports,require("@headlessui/react"),require("prop-types"),require("react"),require("clsx"),require("lodash"),require("@tippyjs/react"),require("tippy.js"),require("downshift"),require("react-hotkeys-hook"),require("get-user-locale"),require("react-textarea-autosize"),require("react-select"),require("react-dom"),require("nouislider-react"),require("dayjs"),require("react-day-picker"),require("google-libphonenumber"),require("react-hot-toast")):typeof define=="function"&&define.amd?define(["exports","@headlessui/react","prop-types","react","clsx","lodash","@tippyjs/react","tippy.js","downshift","react-hotkeys-hook","get-user-locale","react-textarea-autosize","react-select","react-dom","nouislider-react","dayjs","react-day-picker","google-libphonenumber","react-hot-toast"],se):(f=typeof globalThis<"u"?globalThis:f||self,se(f.XolaUIKit={},f.react,f.PropTypes,f.React,f.clsx,f.lodash,f.Tippy,f.tippy_js,f.downshift,f.reactHotkeysHook,f.getUserLocale,f.TextareaAutosize,f.Select$2,f.reactDom,f.Nouislider,f.dayjs,f.DayPicker,f.phoneLib,f.toast))})(this,function(f,se,E0,y,I0,le,y0,Rr,mn,zr,x0,k0,jr,L0,M0,it,Qe,A0,N0){"use strict";const Me=e=>e&&typeof e=="object"&&"default"in e?e:{default:e};function S0(e){if(e&&e.__esModule)return e;const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const a in e)if(a!=="default"){const o=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(t,a,o.get?o:{enumerable:!0,get:()=>e[a]})}}return t.default=e,Object.freeze(t)}function qe(e,t){for(var a=0;a<t.length;a++){const o=t[a];if(typeof o!="string"&&!Array.isArray(o)){for(const r in o)if(r!=="default"&&!(r in e)){const l=Object.getOwnPropertyDescriptor(o,r);l&&Object.defineProperty(e,r,l.get?l:{enumerable:!0,get:()=>o[r]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}const u=Me(E0),n=Me(y),J=S0(y),x=Me(I0),Nt=Me(y0),St=Me(x0),B0=Me(k0),T0=Me(jr),V0=Me(M0),_=Me(it),F0=Me(Qe),Wr=Me(A0),Pr=Me(N0),Zr=({shouldShow:e=!0,shouldAppear:t=!0,tag:a="div",enter:o="transition-opacity duration-700",enterFrom:r="opacity-0",enterTo:l="opacity-100",className:i,children:s,...c})=>n.default.createElement(se.Transition,{show:e,appear:t,as:a,className:i,enter:o,enterFrom:r,enterTo:l,...c},s);Zr.propTypes={shouldShow:u.default.bool,shouldAppear:u.default.bool,tag:u.default.string,enter:u.default.string,enterFrom:u.default.string,enterTo:u.default.string,className:u.default.string,children:u.default.node};const Xr=({isOpen:e,children:t})=>n.default.createElement("div",{className:"overflow-hidden"},n.default.createElement(se.Transition,{show:e,appear:e,as:"div",enter:"transition-all duration-500",enterFrom:"transform -translate-y-full opacity-0",enterTo:"transform translate-y-0 opacity-100",leave:"transition duration-500",leaveFrom:"transform translate-y-0 opacity-100",leaveTo:"transform -translate-y-full opacity-0"},t));Xr.propTypes={isOpen:u.default.bool,children:u.default.node};const st={standard:{common:"border-transparent text-white",primary:"bg-primary hover:bg-primary-darker disabled:bg-primary active:bg-primary",secondary:"bg-secondary text-white hover:bg-secondary-dark disabled:bg-secondary border-transparent active:bg-secondary",success:"bg-success hover:bg-success-dark disabled:bg-success active:bg-success",warning:"bg-warning hover:bg-warning-dark disabled:bg-warning active:bg-warning",caution:"bg-caution hover:bg-caution-dark disabled:bg-caution active:bg-caution",danger:"bg-danger hover:bg-danger-dark disabled:bg-danger active:bg-danger"},outline:{common:"bg-white border hover:bg-white active:text-white",default:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",primary:"text-primary border-primary hover:text-primary-dark hover:border-primary-dark active:bg-primary-light",secondary:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",success:"text-success border-success hover:text-success-dark hover:border-success-dark active:bg-success-light",warning:"text-warning border-warning hover:text-warning-dark hover:border-warning-dark active:bg-warning-light",caution:"text-caution border-caution hover:text-caution-dark hover:border-caution-dark active:bg-caution-light",danger:"text-danger border-danger hover:text-danger-dark hover:border-danger-dark active:bg-danger-light"},link:{common:"border-transparent hover:underline",primary:"text-primary",secondary:"text-secondary",success:"text-success",warning:"text-warning",caution:"text-caution",danger:"text-danger"}},Yr={tiny:"px-2 py-0.5 text-xs leading-xs",small:"px-3 py-2 h-7.5 text-sm leading-sm",medium:"px-4.5 py-3 h-10 text-base leading-base",large:"px-6 py-4 h-[50px] text-md leading-md"},Be=({as:e="button",variant:t="standard",color:a="primary",size:o="medium",icon:r,iconPlacement:l="left",className:i,children:s,...c})=>n.default.createElement(e,{className:x.default("ui-button","inline-flex rounded border transition-colors focus:ring disabled:cursor-default disabled:bg-gray-lighter disabled:text-gray-dark","items-center justify-center font-semibold",st[t].common,st[t][a],Yr[o],i),...c},r&&l==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},r):null,s,r&&l==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},r):null);Be.propTypes={color:u.default.oneOf(Object.keys(st.outline)),variant:u.default.oneOf(Object.keys(st)),size:u.default.oneOf(Object.keys(Yr)),className:u.default.string,children:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node]),icon(e,...t){return e.icon&&!e.children?new Error("UI Kit: You are using an icon without specifying children. If you want to use an icon only specify it as a child instead of prop"):u.default.element(e,...t)},iconPlacement:u.default.string};const _r={tiny:"w-3 h-3",small:"w-3.5 h-3.5",medium:"w-4.5 h-4.5",large:"w-6 h-6"},g=e=>{const t=({size:a="small",className:o,...r})=>n.default.createElement(e,{className:x.default(_r[a],"relative -top-0.25 inline-block",o),...r});return t.propTypes={size:u.default.oneOf(Object.keys(_r)),className:u.default.string},t},H0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.37 9.667A5.993 5.993 0 017 13a5.993 5.993 0 01-5.368-3.333M12.37 4.333A5.993 5.993 0 007 1a5.993 5.993 0 00-5.368 3.333M5.667 7H1M4.335 5.667L5.668 7 4.335 8.333M8.334 7h4.667M9.667 8.333L8.334 7l1.333-1.333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),D0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.014 4.642H9.04M4.014 7.155h3.141M11.083 9.167V13M9.167 11.083H13M11.553 6.976v-4.22c0-.694-.562-1.256-1.257-1.256h-7.54c-.694 0-1.256.562-1.256 1.257v8.168c0 .694.562 1.256 1.257 1.256h4.22",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),G0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M13.065 2.356a.455.455 0 00-.456-.456H4.391c-.255 0-.456.2-.456.456v8.214c0 .25.2.451.456.451h8.213-.004a.458.458 0 00.456-.456l.01-8.209zM8.515 3.212v6.125M11.578 6.275H5.453",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.94 3.725h-.918c-.255 0-.456.2-.456.456v7.757-.004a.45.45 0 00.452.456h7.757-.005c.251 0 .456-.205.456-.456v-.913",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),O0=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"34",height:"24",fill:"#1F72CD",rx:"4"}),n.default.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M6.095 8.5l-3.18 7.247h3.807l.472-1.156h1.08l.472 1.156h4.191v-.882l.374.882h2.168l.374-.9v.9h8.718l1.06-1.126.992 1.126 4.478.01-3.191-3.613L31.1 8.5h-4.407L25.66 9.605 24.699 8.5h-9.483l-.815 1.87-.833-1.87h-3.8v.852L9.345 8.5h-3.25zm.737 1.029h1.856l2.11 4.914V9.53h2.034l1.63 3.523 1.502-3.523h2.023v5.2h-1.231l-.01-4.075-1.795 4.075H13.85l-1.805-4.075v4.075H9.512l-.48-1.166H6.437l-.479 1.165H4.601l2.231-5.199zm17.288 0h-5.007v5.197h4.93l1.588-1.722 1.53 1.722h1.601l-2.326-2.583 2.326-2.614h-1.53l-1.581 1.703-1.531-1.703zm-16.385.88l-.855 2.077H8.59l-.854-2.077zm12.615 1.146v-.95h3.123l1.363 1.518-1.423 1.526H20.35v-1.036h2.73v-1.058h-2.73z",clipRule:"evenodd"}))),Jr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M2.666 9.904l1.18 1.776M9.187 2l4.479 6.746M13.43 8.39l-9.82 2.934-.709-1.067 6.514-7.912 4.009 6.038.007.006z"}),n.default.createElement("path",{d:"M8.721 9.798c.54.617.47 1.558-.147 2.098-.625.541-1.566.47-2.106-.147-.042-.05-.084-.098-.12-.154l-.617-.934"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0"},n.default.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"}))))),R0=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 5.25H3.75c-.825 0-1.5.675-1.5 1.5v7.5c0 .825.675 1.5 1.5 1.5h7.5c.825 0 1.5-.675 1.5-1.5V9",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.375 9A3.361 3.361 0 019 5.625C9 3.75 10.5 2.25 12.375 2.25s3.375 1.5 3.375 3.375S14.25 9 12.375 9zM16.5 9.75l-1.725-1.725",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),z0=g(()=>n.default.createElement("svg",{width:"90",height:"30",viewBox:"0 0 90 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n.default.createElement("rect",{x:"0.428101",y:"0.0713501",width:"89.5719",height:"29.8573",rx:"4",fill:"white"}),n.default.createElement("rect",{x:"0.928101",y:"0.57135",width:"88.5719",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),n.default.createElement("path",{d:"M61.2822 14.4039V16.1139H60.2103V17.2354H61.2822V21.0459C61.2822 22.3471 61.8709 22.8676 63.3517 22.8676C63.6119 22.8676 63.8598 22.8366 64.0766 22.7994V21.6903C63.8907 21.7089 63.773 21.7213 63.5686 21.7213C62.9056 21.7213 62.6144 21.4115 62.6144 20.7052V17.2354H64.0766V16.1139H62.6144V14.4039H61.2822Z",fill:"#222324"}),n.default.createElement("path",{d:"M67.849 22.9605C69.8193 22.9605 71.0275 21.6408 71.0275 19.4536C71.0275 17.2788 69.8131 15.9528 67.849 15.9528C65.8787 15.9528 64.6643 17.2788 64.6643 19.4536C64.6643 21.6408 65.8725 22.9605 67.849 22.9605ZM67.849 21.7771C66.6903 21.7771 66.0398 20.9282 66.0398 19.4536C66.0398 17.9913 66.6903 17.1363 67.849 17.1363C69.0014 17.1363 69.6582 17.9913 69.6582 19.4536C69.6582 20.922 69.0014 21.7771 67.849 21.7771Z",fill:"#222324"}),n.default.createElement("path",{d:"M72.0613 22.8304H73.3934V18.8464C73.3934 17.8984 74.1059 17.2602 75.1159 17.2602C75.3513 17.2602 75.7479 17.3036 75.8594 17.3407V16.0272C75.7169 15.99 75.4628 15.9714 75.2646 15.9714C74.3847 15.9714 73.635 16.4547 73.443 17.1177H73.3438V16.083H72.0613V22.8304Z",fill:"#222324"}),n.default.createElement("path",{d:"M79.167 17.0867C80.1522 17.0867 80.7966 17.7745 80.8276 18.834H77.4198C77.4941 17.7807 78.1819 17.0867 79.167 17.0867ZM80.8214 21.0088C80.5735 21.5354 80.0221 21.8266 79.2166 21.8266C78.1509 21.8266 77.4631 21.0769 77.4198 19.8935V19.8191H82.1845V19.3544C82.1845 17.2354 81.0506 15.9528 79.1732 15.9528C77.2711 15.9528 76.0629 17.3222 76.0629 19.4784C76.0629 21.6346 77.2463 22.9605 79.1794 22.9605C80.7222 22.9605 81.8003 22.217 82.1039 21.0088H80.8214Z",fill:"#222324"}),n.default.createElement("path",{d:"M52.5463 20.3387C52.6491 21.9955 54.0298 23.0551 56.0848 23.0551C58.2811 23.0551 59.6554 21.9442 59.6554 20.1717C59.6554 18.7781 58.8719 18.0075 56.971 17.5644L55.9499 17.3139C54.7426 17.0314 54.2545 16.6525 54.2545 15.991C54.2545 15.1562 55.0123 14.6103 56.149 14.6103C57.2279 14.6103 57.9728 15.1433 58.1077 15.9974H59.5077C59.4242 14.4369 58.0499 13.3387 56.1683 13.3387C54.1454 13.3387 52.7968 14.4369 52.7968 16.0873C52.7968 17.4488 53.561 18.258 55.2371 18.6497L56.4316 18.9387C57.6582 19.2277 58.1976 19.6515 58.1976 20.3579C58.1976 21.1799 57.3499 21.7772 56.194 21.7772C54.9545 21.7772 54.094 21.2185 53.972 20.3387H52.5463Z",fill:"#222324"}),n.default.createElement("path",{d:"M38.7468 15.9714C37.8298 15.9714 37.0367 16.4299 36.6277 17.1982H36.5286V16.083H35.246V25.0733H36.5782V21.808H36.6835C37.0367 22.5206 37.7988 22.9419 38.7591 22.9419C40.463 22.9419 41.5473 21.5974 41.5473 19.4536C41.5473 17.3098 40.463 15.9714 38.7468 15.9714ZM38.3688 21.7461C37.2535 21.7461 36.5534 20.8663 36.5534 19.4598C36.5534 18.0471 37.2535 17.1673 38.375 17.1673C39.5027 17.1673 40.178 18.0285 40.178 19.4536C40.178 20.8848 39.5027 21.7461 38.3688 21.7461Z",fill:"#222324"}),n.default.createElement("path",{d:"M46.2087 15.9714C45.2917 15.9714 44.4986 16.4299 44.0897 17.1982H43.9905V16.083H42.708V25.0733H44.0401V21.808H44.1454C44.4986 22.5206 45.2607 22.9419 46.2211 22.9419C47.925 22.9419 49.0093 21.5974 49.0093 19.4536C49.0093 17.3098 47.925 15.9714 46.2087 15.9714ZM45.8307 21.7461C44.7155 21.7461 44.0153 20.8663 44.0153 19.4598C44.0153 18.0471 44.7155 17.1673 45.8369 17.1673C46.9646 17.1673 47.64 18.0285 47.64 19.4536C47.64 20.8848 46.9646 21.7461 45.8307 21.7461Z",fill:"#222324"}),n.default.createElement("path",{d:"M32.856 22.8304H34.3844L31.0385 13.5635H29.4909L26.145 22.8304H27.6221L28.4762 20.3708H32.0083L32.856 22.8304ZM30.1908 15.2461H30.3L31.6422 19.1634H28.8422L30.1908 15.2461Z",fill:"#222324"}),n.default.createElement("path",{d:"M27.0402 5.82686V10.2973H28.6542C29.9863 10.2973 30.7577 9.47629 30.7577 8.04812C30.7577 6.64163 29.9802 5.82686 28.6542 5.82686H27.0402ZM27.7341 6.45885H28.5768C29.5031 6.45885 30.0514 7.04747 30.0514 8.05741C30.0514 9.08284 29.5124 9.66527 28.5768 9.66527H27.7341V6.45885Z",fill:"#222324"}),n.default.createElement("path",{d:"M33.1203 10.3623C34.1054 10.3623 34.7095 9.70244 34.7095 8.60885C34.7095 7.52146 34.1023 6.85849 33.1203 6.85849C32.1351 6.85849 31.5279 7.52146 31.5279 8.60885C31.5279 9.70244 32.132 10.3623 33.1203 10.3623ZM33.1203 9.7706C32.5409 9.7706 32.2157 9.34617 32.2157 8.60885C32.2157 7.87773 32.5409 7.45021 33.1203 7.45021C33.6965 7.45021 34.0249 7.87773 34.0249 8.60885C34.0249 9.34308 33.6965 9.7706 33.1203 9.7706Z",fill:"#222324"}),n.default.createElement("path",{d:"M39.8541 6.92355H39.188L38.587 9.49797H38.5343L37.8404 6.92355H37.2022L36.5082 9.49797H36.4587L35.8546 6.92355H35.1792L36.1086 10.2973H36.7932L37.4872 7.81267H37.5399L38.2369 10.2973H38.9278L39.8541 6.92355Z",fill:"#222324"}),n.default.createElement("path",{d:"M40.6211 10.2973H41.2872V8.32384C41.2872 7.79718 41.6001 7.46879 42.0927 7.46879C42.5852 7.46879 42.8207 7.73832 42.8207 8.28047V10.2973H43.4868V8.11317C43.4868 7.3108 43.0716 6.85849 42.3188 6.85849C41.8107 6.85849 41.4762 7.08464 41.312 7.4595H41.2624V6.92355H40.6211V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M44.5357 10.2973H45.2018V5.6069H44.5357V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M47.7068 10.3623C48.692 10.3623 49.2961 9.70244 49.2961 8.60885C49.2961 7.52146 48.6889 6.85849 47.7068 6.85849C46.7217 6.85849 46.1145 7.52146 46.1145 8.60885C46.1145 9.70244 46.7186 10.3623 47.7068 10.3623ZM47.7068 9.7706C47.1275 9.7706 46.8022 9.34617 46.8022 8.60885C46.8022 7.87773 47.1275 7.45021 47.7068 7.45021C48.2831 7.45021 48.6114 7.87773 48.6114 8.60885C48.6114 9.34308 48.2831 9.7706 47.7068 9.7706Z",fill:"#222324"}),n.default.createElement("path",{d:"M51.2807 9.79228C50.9182 9.79228 50.6549 9.6157 50.6549 9.3121C50.6549 9.01469 50.8655 8.85669 51.3302 8.82571L52.1543 8.77305V9.05496C52.1543 9.47319 51.7825 9.79228 51.2807 9.79228ZM51.1103 10.353C51.5533 10.353 51.922 10.1609 52.1233 9.82326H52.176V10.2973H52.8173V7.99235C52.8173 7.27982 52.3402 6.85849 51.4944 6.85849C50.7292 6.85849 50.184 7.23025 50.1158 7.80957H50.7602C50.8346 7.57103 51.0917 7.43472 51.4634 7.43472C51.9189 7.43472 52.1543 7.63608 52.1543 7.99235V8.28356L51.2404 8.33623C50.438 8.3858 49.9857 8.73587 49.9857 9.34308C49.9857 9.95957 50.4597 10.353 51.1103 10.353Z",fill:"#222324"}),n.default.createElement("path",{d:"M55.0776 10.353C55.5423 10.353 55.9357 10.1331 56.1371 9.7644H56.1897V10.2973H56.8279V5.6069H56.1619V7.4595H56.1123C55.9295 7.08774 55.5392 6.86778 55.0776 6.86778C54.2256 6.86778 53.6773 7.54314 53.6773 8.60885C53.6773 9.67766 54.2194 10.353 55.0776 10.353ZM55.2665 7.4657C55.8242 7.4657 56.1742 7.90871 56.1742 8.61195C56.1742 9.31829 55.8273 9.75511 55.2665 9.75511C54.7027 9.75511 54.365 9.32449 54.365 8.60885C54.365 7.89941 54.7058 7.4657 55.2665 7.4657Z",fill:"#222324"}),n.default.createElement("path",{d:"M61.1471 10.3623C62.1323 10.3623 62.7364 9.70244 62.7364 8.60885C62.7364 7.52146 62.1292 6.85849 61.1471 6.85849C60.162 6.85849 59.5548 7.52146 59.5548 8.60885C59.5548 9.70244 60.1589 10.3623 61.1471 10.3623ZM61.1471 9.7706C60.5678 9.7706 60.2425 9.34617 60.2425 8.60885C60.2425 7.87773 60.5678 7.45021 61.1471 7.45021C61.7234 7.45021 62.0517 7.87773 62.0517 8.60885C62.0517 9.34308 61.7234 9.7706 61.1471 9.7706Z",fill:"#222324"}),n.default.createElement("path",{d:"M63.6181 10.2973H64.2842V8.32384C64.2842 7.79718 64.5971 7.46879 65.0896 7.46879C65.5822 7.46879 65.8177 7.73832 65.8177 8.28047V10.2973H66.4837V8.11317C66.4837 7.3108 66.0686 6.85849 65.3158 6.85849C64.8077 6.85849 64.4731 7.08464 64.3089 7.4595H64.2594V6.92355H63.6181V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M69.5514 6.08399V6.93904H69.0154V7.49977H69.5514V9.40503C69.5514 10.0556 69.8457 10.3158 70.5861 10.3158C70.7162 10.3158 70.8401 10.3004 70.9485 10.2818V9.72723C70.8556 9.73652 70.7967 9.74272 70.6945 9.74272C70.363 9.74272 70.2174 9.58782 70.2174 9.23465V7.49977H70.9485V6.93904H70.2174V6.08399H69.5514Z",fill:"#222324"}),n.default.createElement("path",{d:"M71.8426 10.2973H72.5087V8.32694C72.5087 7.81577 72.8123 7.47189 73.3575 7.47189C73.8284 7.47189 74.0794 7.74451 74.0794 8.28356V10.2973H74.7454V8.11937C74.7454 7.31699 74.3024 6.86159 73.5837 6.86159C73.0756 6.86159 72.7194 7.08774 72.5552 7.4657H72.5025V5.6069H71.8426V10.2973Z",fill:"#222324"}),n.default.createElement("path",{d:"M77.1482 7.42542C77.6408 7.42542 77.963 7.7693 77.9785 8.29905H76.2746C76.3118 7.7724 76.6557 7.42542 77.1482 7.42542ZM77.9754 9.38645C77.8515 9.64978 77.5758 9.79538 77.173 9.79538C76.6402 9.79538 76.2963 9.42052 76.2746 8.82881V8.79163H78.657V8.55928C78.657 7.49977 78.09 6.85849 77.1513 6.85849C76.2003 6.85849 75.5961 7.54314 75.5961 8.62124C75.5961 9.69934 76.1879 10.3623 77.1544 10.3623C77.9258 10.3623 78.4649 9.99055 78.6167 9.38645H77.9754Z",fill:"#222324"}),n.default.createElement("path",{d:"M18.9173 15.2247C18.9334 13.97 19.6073 12.7827 20.6763 12.1255C20.0019 11.1624 18.8723 10.5517 17.6971 10.5149C16.4437 10.3834 15.2286 11.265 14.5898 11.265C13.9387 11.265 12.9553 10.528 11.8963 10.5498C10.516 10.5944 9.22915 11.3792 8.55759 12.586C7.11399 15.0853 8.19078 18.7586 9.57363 20.7789C10.2655 21.7682 11.0741 22.8732 12.1321 22.834C13.1675 22.7911 13.5542 22.1738 14.8039 22.1738C16.0421 22.1738 16.4048 22.834 17.4843 22.8091C18.5953 22.7911 19.2953 21.8154 19.9629 20.8168C20.46 20.1119 20.8425 19.3328 21.0963 18.5084C19.7907 17.9562 18.9188 16.6423 18.9173 15.2247Z",fill:"#222324"}),n.default.createElement("path",{d:"M16.8783 9.18629C17.484 8.45911 17.7824 7.52444 17.7102 6.58078C16.7847 6.67798 15.9299 7.12029 15.3159 7.81957C14.7156 8.5028 14.4032 9.42102 14.4622 10.3286C15.388 10.3382 16.2981 9.90783 16.8783 9.18629Z",fill:"#222324"}))),j0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M12.916 4.083h-10.5a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .583.261.583.583V3.5a.584.584 0 01-.583.583zM5.916 6.417h3.5M12.722 4.083v7c0 .645-.522 1.167-1.167 1.167H3.777a1.166 1.166 0 01-1.167-1.167v-7"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0"},n.default.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"}))))),Ur=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 11.667A4.667 4.667 0 102.333 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M.583 5.833l1.75 1.75 1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ur.tags=["counter clockwise","load more","left","revert","undo","rotate"];const Qr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 11.667A4.667 4.667 0 1111.667 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.417 5.833l-1.75 1.75-1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Qr.tags=["clockwise","right","rotate"];const W0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.286 8.714L7 13 2.715 8.714M6.998 13V1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"}))),P0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.714 2.714L13 7l-4.286 4.286M13 7.003H1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"}))),Z0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_1467_0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M5.182 2.757h6.06v6.061M11.244 2.76L2.76 11.244"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_1467_0"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),X0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.715 5.286L7 1l4.285 4.286M7.003 1v12",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"}))),qr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.655 6.9a2.754 2.754 0 11-5.508 0 2.754 2.754 0 015.508 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.653 6.9v1.18a1.574 1.574 0 003.147 0V6.9a5.9 5.9 0 10-2.36 4.72",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));qr.tags=["email"];const Kr=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.792 5.196c0 2.152-1.744 4.87-3.896 4.87S3 7.348 3 5.196v0a3.896 3.896 0 117.792 0v0zM6.833 10.062s-.55 1.941.548 2.738",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Kr.tags=["child","demographic"];const $r=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.483 1.308a1.051 1.051 0 111.488 1.488L6.22 7.543a.613.613 0 01-.433.18H4.557V6.49a.61.61 0 01.179-.432l4.747-4.75zM8.833 7.722h1.222M3.945 10.167h6.111",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.278 5.89c.675 0 1.222.546 1.222 1.222v4.277c0 .676-.547 1.223-1.222 1.223H2.722A1.222 1.222 0 011.5 11.389V7.112c0-.676.547-1.223 1.222-1.223M8.265 2.528L9.75 4.014",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})));$r.tags=["cheque","payment"];const ea=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M2.88 6.511H1.376h0A.376.376 0 001 6.887v4.888h2.256V6.887v0a.376.376 0 00-.376-.376v0zM7.752 2H6.248h0a.376.376 0 00-.376.376v9.399h2.256V2.376v0A.376.376 0 007.752 2v0zM12.624 4.256H11.12h0a.376.376 0 00-.376.376v7.143H13V4.632v0a.376.376 0 00-.376-.376v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ea.tags=["stats","reports","analytics"];const hn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.663 10.7v.214a1.337 1.337 0 002.674 0V10.7M8.07 3.355v-.536a1.07 1.07 0 10-2.14 0v.536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.828 5.943A2.643 2.643 0 016.471 3.3H7.53a2.643 2.643 0 012.643 2.643v1.631c0 .31.123.607.342.825l.374.374c.218.219.341.516.341.825 0 .61-.493 1.103-1.102 1.103H3.873a1.102 1.102 0 01-1.102-1.103c0-.31.123-.606.341-.825l.374-.374c.219-.218.342-.515.342-.825V5.943v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));hn.tags=["notification","pending"];const ta=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e},n.default.createElement("g",{clipPath:"url(#clip0_3383_154006)"},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M9.322 4.507a4.774 4.774 0 00-6.14-.515 1.487 1.487 0 00-.61 1.213v9.717c0 .58.619.917 1.131.644a4.774 4.774 0 015.62.84m0-11.899v11.898m0-11.898a4.774 4.774 0 016.14-.515c.389.277.61.736.61 1.213v9.717c0 .58-.62.918-1.132.644a4.774 4.774 0 00-5.619.84"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_3383_154006"},n.default.createElement("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.322 .757)"})))));ta.tags=["book","read","readme","help"];const na=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.518 5.498a.22.22 0 01-.217.217.204.204 0 01-.113-.035l-1.084-.65-1.31.68v-.004a.222.222 0 01-.321-.2V2H8.51l.008 3.498z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.565 2.022h-9.13A.435.435 0 002 2.457v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13a.435.435 0 00-.435-.435z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));na.tags=["favourite","favorite"];const ra=g(e=>n.default.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#clip0_1621_3066)"},n.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.25 9.35723V4.64273C12.25 4.22564 12.0277 3.84065 11.6667 3.6324L7.58333 1.27515C7.22225 1.0669 6.77775 1.0669 6.41667 1.27515L2.33333 3.63181C1.97225 3.84064 1.75 4.22564 1.75 4.64273V9.35781C1.75 9.77489 1.97225 10.1599 2.33333 10.3681L6.41667 12.7254C6.77775 12.9336 7.22225 12.9336 7.58333 12.7254L11.6667 10.3681C12.0277 10.1593 12.25 9.77431 12.25 9.35723Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 12.88V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 7L12.0925 4.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.90723 4.06L6.99973 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_1621_3066"},n.default.createElement("rect",{width:"14",height:"14",fill:"white"})))));ra.tags=["add-ons","addons","merchandise","other","payment"];const aa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.01 3.719H2.99c-.806 0-1.459.653-1.459 1.458v5.833c0 .806.653 1.459 1.459 1.459h8.02c.806 0 1.459-.653 1.459-1.459V5.177c0-.805-.653-1.458-1.459-1.458z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.824 3.354a1.823 1.823 0 00-3.646 0v.365h3.646v-.365zM4.57 4.083v8.264M9.43 4.083v8.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));aa.tags=["back office","work","business"];const oa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 10",width:14,height:10,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.79883 9.5C8.8699 9.5 10.5488 7.70914 10.5488 5.5C10.5488 3.29086 8.8699 1.5 6.79883 1.5C4.72776 1.5 3.04883 3.29086 3.04883 5.5C3.04883 7.70914 4.72776 9.5 6.79883 9.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.79883 1.5L4.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.79883 1.5L8.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.7988 2.5C10.4727 3.82608 8.67419 4.57107 6.79883 4.57107C4.92346 4.57107 3.12491 3.82608 1.79883 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.65576 7.67053C2.96863 8.0098 2.34142 8.45885 1.79883 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.7993 9C11.2567 8.45886 10.6295 8.00981 9.94238 7.67053",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.04883 5.75H1.29883",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.2988 5.75H10.5488",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));oa.tags=["bug","problem","issue"];const Y0=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.365 14.881h2.844a.643.643 0 00.452-1.1L8.519 8.705a.643.643 0 00-1.094.457v7.069a.643.643 0 001.092.46l1.848-1.81z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.014 10.447H3.407A1.607 1.607 0 011.8 8.839V4.018a1.607 1.607 0 011.607-1.607h11.25a1.607 1.607 0 011.607 1.607v4.821a1.607 1.607 0 01-1.607 1.608h-.804",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.572 5.529l1.543 1.286L11.572 8.1",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),la=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.119 7.82v4.032l-.007-.006c0 .683.552 1.235 1.235 1.24h7.302a1.245 1.245 0 001.235-1.247V7.807",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.531 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 014.352.62h-.006A.302.302 0 014.78.57l.044.044c.335.415.57.905.682 1.433l.025.018zM10.818 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 019.639.62h-.006a.302.302 0 01.435-.049l.043.044c.335.415.57.905.682 1.433l.025.018zM10.508 6.27h-1.24V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183zM5.22 6.27H3.98V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.89 9.309c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 018.633 9.31c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 015.376 9.31c0 .893-.732 1.628-1.628 1.628A1.63 1.63 0 012.119 9.31v-2.42a.614.614 0 01.614-.626h8.53-.006a.613.613 0 01.62.614l.013 2.432z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));la.tags=["birthday","date of birth"];const ia=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.56 6.227v-.1h-.779l-.024.016-.81.513-.047.03V7.533l.153-.095.616-.386V9.6H7.56V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})));ia.tags=["date"];const gn=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));gn.tags=["date"];const sa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.98 7.105c.001-.588-.513-1.022-1.229-1.022-.705 0-1.275.418-1.285 1.057l-.002.101h.862l.003-.096c.005-.175.167-.314.42-.314.119 0 .21.036.27.09a.29.29 0 01.094.225h0c0 .098-.04.178-.11.235a.509.509 0 01-.322.097h-.405v.708h.405c.17 0 .297.042.38.105.08.061.121.144.12.243v.002c.001.098-.04.18-.112.239a.513.513 0 01-.326.1c-.278 0-.438-.142-.446-.305l-.005-.095H4.398l.002.102c.013.646.59 1.068 1.342 1.068.763 0 1.36-.426 1.359-1.064a.814.814 0 00-.216-.578.863.863 0 00-.315-.207.758.758 0 00.41-.691zm0 0s0 0 0 0h-.1.1s0 0 0 0zm2.642-.878v-.1h-.78l-.024.016-.81.513-.046.03V7.533l.153-.095.615-.386V9.6H9.622V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})));sa.tags=["date"];const ua=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.134 9.455l-.073.145H7l.027-.055 1.359-2.7.01-.02v-.698H5.9V6.893h1.53L6.133 9.455z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})));ua.tags=["date"];const _0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("circle",{cx:3.5,cy:3.5,r:1.444,stroke:"currentColor"}),n.default.createElement("path",{d:"M11.945 3.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM11.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM4.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0z",stroke:"currentColor"}))),ca=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.3 5.055h11.5M5.497 7.611H3.855M10.883 11.444H3.216A1.917 1.917 0 011.3 9.528V4.417c0-1.059.858-1.917 1.916-1.917h7.667c1.059 0 1.917.858 1.917 1.917v5.11a1.917 1.917 0 01-1.917 1.917z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ca.tags=["credit card","cc"];const da=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.5 3H2a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{fill:"currentColor",d:"M1.232 4.532h11.234v1.532H1.232z"})));da.tags=["credit card","cc"];const fa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 2.031l2.494 6.86h.014a.678.678 0 00.623.424h4.764c.265 0 .504-.159.61-.41l1.433-3.981c.159-.345 0-.73-.332-.876a.604.604 0 00-.265-.066H2.776M8.965 11.318h.013c-.172-.013-.331.146-.331.319 0 .172.159.331.331.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345M5.648 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.331.332.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));fa.tags=["checkout"];const ma=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.798 4.6h-.006a.194.194 0 01.198.197c0 .107-.091.198-.203.198a.203.203 0 01-.203-.203.195.195 0 01.198-.203s0 0 0 0M9.6 7.4h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.6 3H1.8a.8.8 0 00-.8.8v4.8a.8.8 0 00.8.8h8.8a.8.8 0 00.8-.8V3.8a.8.8 0 00-.8-.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.2 4.6a1.6 1.6 0 100 3.2 1.6 1.6 0 000-3.2zM13 5.4v4.8c0 .437-.362.8-.8.8H3.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ma.tags=["payment"];const ha=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444V4.556A3.056 3.056 0 014.556 1.5v0zM6.541 8.375L5.166 7M8.833 6.083L6.54 8.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ha.tags=["checkbox","forms","questionnaire"];const pn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.166 3l-7.333 7.333L1.5 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));pn.tags=["tick","correct"];const ga=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M2 4.638l.983.983L5.603 3M2 10.638l.983.983L5.603 9M7.57 4h3.93M7.57 10h3.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ga.tags=["reserved"];const pa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.75 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));pa.tags=["arrow"];const vn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 12.5L3.5 7 9 1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));vn.tags=["arrow"];const ut=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.5 1.5L10 7l-5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ut.tags=["arrow"];const va=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.75 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));va.tags=["arrow"];const ba=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.429 2.714V1M7 2.714V1M9.571 2.714V1M4.429 13v-1.714M7 13v-1.714M9.571 13v-1.714M11.286 4.428H13M11.286 7H13M11.286 9.572H13M1 4.428h1.714M1 7h1.714M1 9.572h1.714M9.571 2.714H4.428c-.947 0-1.714.768-1.714 1.715v5.143c0 .946.767 1.714 1.714 1.714h5.143c.947 0 1.714-.768 1.714-1.714V4.429c0-.947-.767-1.715-1.714-1.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.029 5.4H6.058a.657.657 0 00-.658.657v1.971c0 .363.295.658.658.658h1.971a.657.657 0 00.657-.658V6.057A.657.657 0 008.03 5.4z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ba.tags=["payment","custom payment"];const wa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10 5L5.875 9 4 7.182",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));wa.tags=["tick","correct"];const Ca=g(e=>n.default.createElement("svg",{width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.49929 17.0859C13.6888 17.0859 17.085 13.6897 17.085 9.5002C17.085 5.31073 13.6888 1.91449 9.49929 1.91449C5.30981 1.91449 1.91357 5.31073 1.91357 9.5002C1.91357 13.6897 5.30981 17.0859 9.49929 17.0859Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.3569 6.92865L8.05329 12.0715L5.64258 9.73384",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));Ca.tags=["tick","correct","filled"];const Ea=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8zM4.54 9.26l4.72-4.72M9.26 9.26L4.54 4.54",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ea.tags=["x","close"];const J0=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:x.default("h-6 w-24",e),...t},n.default.createElement("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),n.default.createElement("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),n.default.createElement("path",{stroke:"#FF5A5A",strokeLinecap:"round",strokeLinejoin:"round",d:"M44.863 8.965l7.071 7.07M51.934 8.964l-7.07 7.071"}))),U0=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.368 3.633c2.958 2.958 2.958 7.776 0 10.734s-7.776 2.958-10.734 0C.675 11.41.675 6.591 3.634 3.633c2.958-2.958 7.691-2.958 10.734 0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.762 11.578H5.155c-.254 0-.423-.169-.423-.422V7.352c0-.338.423-.591.677-.338l1.69 1.352L8.62 6.761a.409.409 0 01.592 0l1.521 1.605 1.69-1.352c.254-.253.677 0 .677.338v3.804c.085.253-.085.422-.338.422z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),Ia=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.001 3.067v.983M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344M7.001 10.934V9.95",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.034 8.478c0 .815.66 1.475 1.475 1.475h1.077a1.381 1.381 0 00.337-2.72L6.079 6.77a1.38 1.38 0 01.336-2.721h1.078c.814 0 1.475.66 1.475 1.475",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ia.tags=["money","currency"];const Q0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 13c3.258 0 5.9-2.686 5.9-6s-2.642-6-5.9-6C3.642 1 1 3.686 1 7s2.642 6 5.9 6z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.375 7c0-.828-.66-1.5-1.475-1.5-.815 0-1.475.672-1.475 1.5s.66 1.5 1.475 1.5c.815 0 1.475-.672 1.475-1.5z",fill:"currentColor"}))),q0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.882 7.125c-.334.367-1.352 1.39-2.296 1.39v0h-.004a1.515 1.515 0 11.001-3.03h.003v0c.944 0 1.962 1.023 2.297 1.39L7 7l-.119.125v0zM7.12 7.125c.334.367 1.352 1.39 2.296 1.39v0h.003a1.515 1.515 0 100-3.03h-.004v0c-.944 0-1.962 1.023-2.296 1.39L7.001 7l.119.125v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),K0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 117 1.1a5.9 5.9 0 110 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 10.278V7h-.655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:6.836,cy:4.542,r:.656,fill:"currentColor"}))),$0=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.278 8.22V7M8.312 8.22V7M5.96 6.073a1.311 1.311 0 11-1.853 1.855A1.311 1.311 0 015.96 6.073",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.001 12.819A5.908 5.908 0 0012.818 6c-.4-2.445-2.373-4.417-4.818-4.819A5.907 5.907 0 001.183 8c.4 2.445 2.373 4.418 4.818 4.819zM10.278 7H6.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ya=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})),xa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.212 8.867V4.933M5.588 8.867V4.933M12.8 6.9A5.9 5.9 0 111 6.9a5.9 5.9 0 1111.8 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));xa.tags=["pending"];const es=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM7 10.337V3.662M10.338 7H3.663",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ts=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:x.default("h-6 w-24",e),...t},n.default.createElement("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),n.default.createElement("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),n.default.createElement("path",{stroke:"#1352C6",strokeLinecap:"round",strokeLinejoin:"round",d:"M48.5 7.5v10M53.5 12.5h-10"}))),ka=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM4.642 7H9.36",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ka.tags=["no show","noshow"];const La=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.874 1.957h1.957c.264 0 .478.214.478.478v9.087a.478.478 0 01-.478.478H3.178a.478.478 0 01-.478-.478V2.435c0-.264.214-.478.478-.478h1.957",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.961 1.957a.957.957 0 10-1.913 0h-.956V3.39h3.826V1.957H7.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));La.tags=["resources"];const ns=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.743 1.55a5.898 5.898 0 114.515 10.9 5.898 5.898 0 01-4.515-10.9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.815 4.368v3.05l2.397 1.46",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),rs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.666 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.666 6.214a.786.786 0 100 1.572.786.786 0 000-1.572zM7.666 6.214v-2.75M8.221 7.555l1.41 1.41",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ma=g(e=>n.default.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 1C5.73309 1 4.59239 1.34603 3.62214 1.99433C2.65189 2.64263 1.89567 3.56408 1.44911 4.64217C1.00256 5.72025 0.885717 6.90654 1.11337 8.05103C1.34102 9.19552 1.90294 10.2468 2.72807 11.0719C3.5532 11.8971 4.60448 12.459 5.74897 12.6866C6.89346 12.9143 8.07975 12.7974 9.15783 12.3509C10.2359 11.9043 11.1574 11.1481 11.8057 10.1779C12.454 9.20761 12.8 8.06691 12.8 6.9",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.1768 3.62231H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.1768 1.65576H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.52324 7.22787H6.57324V3.62231",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"})));Ma.tags=["clock","manual","watch","fly","on the fly"];const We=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_5_1805)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M11.148 3.147l-8.295 8.295M11.147 11.442L2.853 3.147"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_5_1805"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))));We.tags=["cross","delete","x"];const as=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"8",fill:"none",viewBox:"0 0 10 8",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M1.291 1.236l2.94 2.94v0a.272.272 0 010 .385L1.29 7.5M6.041 1.236l2.94 2.94v0a.272.272 0 010 .385L6.04 7.5"}))),os=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.852 10.448h2.037A1.11 1.11 0 0012 9.338V3.41a1.11 1.11 0 00-1.111-1.11H3.11A1.11 1.11 0 002 3.41v5.926a1.11 1.11 0 001.111 1.111h2.037L7 12.3l1.852-1.852z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ls=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.881 10.107H8.334l-2.796 2.229h-.009a.23.23 0 01-.3-.034.227.227 0 01-.05-.141v-2.07H3.5a.839.839 0 01-.835-.844v0-5.843a.827.827 0 01.827-.843h8.347-.009a.825.825 0 01.835.826V9.23c0 .459-.376.835-.835.835h-.008l.058.042zM5.204 5.103h5.008M5.204 7.607h3.339",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Aa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.617 5.617l3.792-1.56v0a.257.257 0 01.335.334L8.183 8.183",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.183 8.183L5.618 5.617 4.057 9.41v0a.257.257 0 00.335.335l3.791-1.561z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Aa.tags=["guide"];const is=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:x.default("h-[102px] w-[103px]",e),...t},n.default.createElement("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),n.default.createElement("path",{fill:"#222324",d:"M42.424 65.769A2 2 0 0144.41 64h15.18a2 2 0 011.986 1.769l1.164 10A2 2 0 0160.754 78H43.246a2 2 0 01-1.986-2.231l1.164-10z"}),n.default.createElement("rect",{width:"55.151",height:"41.758",x:"24",y:"26",fill:"#222324",rx:"4"}),n.default.createElement("rect",{width:"50.424",height:"37.03",x:"26.363",y:"28.363",fill:"#28A0E2",rx:"3"}))),Na=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.014 9.333A1.264 1.264 0 011.75 8.07V3.014c0-.698.566-1.264 1.264-1.264H8.07c.697 0 1.263.566 1.263 1.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.986 12.25H5.93a1.264 1.264 0 01-1.263-1.264V5.93c0-.697.566-1.263 1.264-1.263h5.056c.697 0 1.263.566 1.263 1.264v5.056c0 .697-.566 1.263-1.264 1.263v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Na.tags=["duplicate"];const Sa=g(e=>n.default.createElement("svg",{viewBox:"0 0 24 21",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeWidth:1.286,strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M20.844 11.35l-.906-5.435a2.085 2.085 0 00-1.714-1.714l-5.435-.906a2.085 2.085 0 00-1.816.582l-8.024 8.024a2.085 2.085 0 000 2.95l6.34 6.34a2.085 2.085 0 002.95 0l8.023-8.024a2.083 2.083 0 00.582-1.817v0z"}),n.default.createElement("path",{clipRule:"evenodd",d:"M14.743 11.271a1.877 1.877 0 110-3.753 1.877 1.877 0 010 3.753z"}))));Sa.tags=["voucher","tags"];const Ba=g(e=>n.default.createElement("svg",{viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.9804 8.95671C16.0791 8.95671 16.9697 8.0661 16.9697 6.96748C16.9697 5.86886 16.0791 4.97825 14.9804 4.97825C13.8818 4.97825 12.9912 5.86886 12.9912 6.96748C12.9912 8.0661 13.8818 8.95671 14.9804 8.95671Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.6536 14.3996H18.9582C18.3983 12.2042 16.1648 10.8784 13.9695 11.4383C13.6113 11.5296 13.2671 11.669 12.9463 11.8525",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.7251 14.3996C10.7251 11.714 8.54809 9.53699 5.86257 9.53699C3.17704 9.53699 1 11.714 1 14.3996H10.7251Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.81279 6.74647C7.39969 6.74647 8.68613 5.46004 8.68613 3.87314C8.68613 2.28624 7.39969 0.999802 5.81279 0.999802C4.22589 0.999802 2.93945 2.28624 2.93945 3.87314C2.93945 5.46004 4.22589 6.74647 5.81279 6.74647Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ba.tags=["user"];const ss=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.867 11.07c0 .488.418.887.95.887h10.92c.522 0 .95-.399.95-.887V6.28a.47.47 0 00-.485-.443.474.474 0 00-.313.107L11.869 8.4 9.381 5.687a.504.504 0 00-.674-.054.249.249 0 00-.057.045L6.162 8.383l-2.516-2.35v-.001a.503.503 0 00-.674-.01.403.403 0 00-.143.311l.038 4.737z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}))),us=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.08 4.525L6.9 8.065M11.846 10.117v0a8.262 8.262 0 00-9.892 0",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.072 2.728a5.9 5.9 0 11-8.344 8.344 5.9 5.9 0 018.344-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ta=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.25 10.375v2.25H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.25 12.625L9.725 10.1a1.126 1.126 0 00-1.118-.282l-2.857.763a1.125 1.125 0 01-1.086-.291L1.75 7.373M2.574 5.87A3.75 3.75 0 118.5 8.127",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 3.627H5.983a.671.671 0 00-.25 1.294l1.032.412a.671.671 0 01-.25 1.294H5.5M6.25 3.627v-.375M6.25 7.002v-.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ta.tags=["money","refund","return payment","dollar"];const cs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.008 6.006v5.863M12 11.136a2.2 2.2 0 00-2.199-2.198H7.053a2.2 2.2 0 00-2.198-2.199H1v4.397h11zM4.855 8.938h2.749M10.906 1.625V1M11.843 1.625h-1.275a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Va=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#0079BE",fillRule:"evenodd",d:"M15.839 19.3h2.596c4.052 0 7.282-3.215 7.408-7.187v-.063c-.063-4.034-3.356-7.312-7.408-7.25h-2.913c-3.862.127-6.902 3.405-6.775 7.314 0 3.908 3.166 7.123 7.092 7.186zm-5.826-7.25c0-3.278 2.723-5.988 6.016-5.988 3.292 0 6.015 2.71 6.015 5.988 0 3.278-2.723 5.99-6.015 5.99-3.293 0-6.016-2.711-6.016-5.99zm6.966 4.035V8.079c2.216.567 3.609 2.774 3.039 4.98a4.114 4.114 0 01-3.04 3.026zm-4.876-5.043a4.142 4.142 0 002.976 5.043V8.079a4.155 4.155 0 00-2.976 2.963z",clipRule:"evenodd"})));Va.tags=["cc","credit card"];const Fa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 12A5 5 0 107 2a5 5 0 000 10zM3.465 10.535l7.07-7.07",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Fa.tags=["stop"];const Ha=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#FD6020",d:"M14 23l19-5.75V20a3 3 0 01-3 3H14z"}),n.default.createElement("path",{fill:"#000",fillRule:"evenodd",d:"M29.394 9.11c1.045 0 1.62.484 1.62 1.398.052.698-.418 1.29-1.045 1.397l1.41 1.988h-1.097l-1.202-1.935h-.104v1.934h-.889V9.111h1.307zm-.418 2.204h.26c.576 0 .837-.269.837-.752 0-.43-.261-.699-.836-.699h-.261v1.45zm-3.973 2.579h2.51v-.806h-1.621v-1.29h1.568v-.806h-1.568V9.917h1.62V9.11h-2.509v4.781zm-2.613-1.559l-1.202-3.223h-.94L22.18 14h.47l1.934-4.89h-.94l-1.255 3.225zm-10.61-.805c0 1.343 1.046 2.471 2.352 2.471.418 0 .784-.107 1.15-.269v-1.074c-.261.322-.627.537-1.045.537-.836 0-1.516-.645-1.516-1.504v-.108a1.591 1.591 0 011.464-1.665c.418 0 .836.215 1.097.537V9.379c-.313-.214-.732-.268-1.097-.268-1.36-.108-2.405 1.02-2.405 2.418zm-1.62-.591c-.522-.215-.68-.323-.68-.591.053-.323.314-.591.628-.538.261 0 .523.161.732.376l.47-.644c-.366-.323-.836-.538-1.306-.538-.732-.053-1.36.538-1.412 1.29v.054c0 .644.262 1.02 1.098 1.289.209.054.418.161.627.269a.568.568 0 01.261.483c0 .376-.313.699-.627.699H9.9c-.418 0-.784-.269-.94-.645l-.576.59c.314.592.941.914 1.568.914.836.054 1.516-.59 1.568-1.45v-.162c-.052-.644-.313-.967-1.359-1.396zM7.13 13.892h.888V9.111H7.13v4.781zM3 9.111h1.567c1.255.054 2.248 1.128 2.196 2.418 0 .698-.314 1.343-.836 1.826-.47.376-1.045.591-1.62.538H3V9.11zm1.15 3.976c.418.053.888-.108 1.202-.377.313-.322.47-.752.47-1.235 0-.43-.157-.86-.47-1.182-.314-.269-.784-.43-1.202-.376h-.262v3.17h.262z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#FD6020",fillRule:"evenodd",d:"M17.948 9c-1.306 0-2.404 1.075-2.404 2.471 0 1.344 1.045 2.472 2.404 2.526 1.359.053 2.404-1.075 2.457-2.472C20.352 10.128 19.307 9 17.948 9z",clipRule:"evenodd"})));Ha.tags=["cc","credit card"];const ds=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M13.253 6.614L8.024 1.386a.545.545 0 00-.771 0L2.024 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM7.651 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.644 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M7.651 9.195h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Da=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:19,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.166 3.5l-7.333 7.333L1.5 7.5M18.167 3.5l-7.333 7.333-1.667-1.666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Da.tags=["doublecheck","forms","questionnaire"];const Bt=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Bt.tags=["collapse","fold"];const Ga=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.04 9.36V1.1M10.58 5.82L7.04 9.36 3.5 5.82M3.5 12.9h7.08",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ga.tags=["arrow"];const Oa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.358 6.66L7 8.02 5.643 6.66",fill:"currentColor"}),n.default.createElement("path",{d:"M8.358 6.66L7 8.02 5.643 6.66h2.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.444 1.5H4.556A3.056 3.056 0 001.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Oa.tags=["dropdown","forms","questionnaire"];const Ra=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.745 2.203a.687.687 0 000 .972l2.004 2.003a.687.687 0 10.972-.972l-2.004-2.003a.688.688 0 00-.972 0z"}),n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M7.801 2.202a.687.687 0 000 .973l3.949 3.948a.687.687 0 10.972-.974L8.775 2.202a.688.688 0 00-.974 0zM2.812 9.137a.688.688 0 01.972 0l2.004 2.003a.688.688 0 01-.973.972L2.812 10.11a.687.687 0 010-.972z"}),n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M2.812 7.192a.688.688 0 01.972 0l3.948 3.948a.688.688 0 11-.973.973L2.812 8.166a.688.688 0 010-.974z"}),n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.289 4.663L5.27 8.68l.973.972 4.017-4.017-.972-.972z"})));Ra.tags=["weight","exercise","gym"];const za=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.111 9.222h-.309A.803.803 0 012 8.42V2.802C2 2.36 2.36 2 2.802 2H8.42c.444 0 .803.36.803.802v.31",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.197 12H5.58a.803.803 0 01-.803-.802V5.58c0-.443.36-.802.803-.802h5.617c.443 0 .803.36.803.802v5.617c0 .444-.36.803-.803.803z",stroke:"currentColor",strokeMiterlimit:10}),n.default.createElement("path",{d:"M8.389 7v2.778M9.778 8.389H7",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})));za.tags=["copy"];const ja=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.398 3.044C3.734 4.983 4.915 6.311 7 6.984c2.086-.673 3.266-2.001 3.602-3.94A.906.906 0 009.702 2H4.298a.906.906 0 00-.9 1.044v0zM4.299 11.969a.905.905 0 01-.9-1.044C3.733 8.987 4.914 7.66 7 6.985c2.086.674 3.266 2.002 3.602 3.94a.905.905 0 01-.9 1.044H4.298z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ja.tags=["hour glass","time"];const Wa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.268 5.813l-2.081-2.08M3.849 12H2v-1.849c0-.15.06-.295.167-.402l7.582-7.582a.568.568 0 01.804 0l1.28 1.28a.568.568 0 010 .804L4.25 11.833a.567.567 0 01-.402.167v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Wa.tags=["pencil"];const Pa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.214 6.88a.987.987 0 111.396 1.395l-3.312 3.31a.573.573 0 01-.405.168H7.737v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.295 4.868h4.59M4.295 7.163h2.868M11.879 9.01l-1.4-1.4M11.179 4.868v-1.72c0-.635-.514-1.148-1.148-1.148H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147h2.295",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Pa.tags=["pencil"];const Za=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M13.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM3.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM8.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"#222324"})));Za.tags=["three","dots"];const Xa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.8 8.4V3.767M7.617 10.946H2.8a1.8 1.8 0 01-1.8-1.8v-5.38",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.282 6.756L1.65 4.844A1.22 1.22 0 011 3.765v-.02a1.2 1.2 0 011.2-1.2h8.38c.674 0 1.22.547 1.22 1.22v.012a1.2 1.2 0 01-.64 1.062L7.517 6.757a2.4 2.4 0 01-2.236 0zM12.21 8.739a2.715 2.715 0 010 3.83c-1.032 1.035-2.786 1.035-3.82 0a2.714 2.714 0 01.002-3.83 2.694 2.694 0 013.818 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.351 10.137l-1.313 1.313-.787-.788",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Xa.tags=["opt-in","optin","forms","questionnaire"];const fs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.295 3h9.41c.577 0 1.045.468 1.045 1.046v6.795c0 .578-.468 1.045-1.045 1.045h-9.41a1.045 1.045 0 01-1.045-1.045V4.046C1.25 3.468 1.718 3 2.295 3v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.326 3.658l4.916 3.516c.444.317 1.04.318 1.485.001l4.944-3.526",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ya=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M15.441 4.094v5.292M16.2 13.928h-4.543M14.685 12.414l1.515 1.514-1.514 1.514M8.628 12.414H4.085A1.514 1.514 0 012.571 10.9V4.094",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.094 2.572h9.826a1.523 1.523 0 01.854 2.782l-4.056 2.749c-1.033.7-2.39.7-3.423 0L3.24 5.355a1.523 1.523 0 01-.669-1.26v0c0-.842.682-1.523 1.523-1.523z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));Ya.tags=["email","resend","confirmation","waiver","receipt","reciept"];const _a=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("rect",{x:2,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));_a.tags=["available"];const ms=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:x.default("h-[102px] w-[103px]",e),...t},n.default.createElement("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),n.default.createElement("mask",{id:"path-2-outside-1_3545_71298",width:"27",height:"25",x:"28.5",y:"38.499",fill:"#000",maskUnits:"userSpaceOnUse"},n.default.createElement("path",{fill:"#fff",d:"M28.5 38.499H55.5V63.499H28.5z"}),n.default.createElement("path",{fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"})),n.default.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#333743",d:"M29.5 44.686h-.7v.7h.7v-.7zm6.888 0l.537-.448-.21-.252h-.327v.7zm2.37 2.843l-.538.448.21.252h.327v-.7zm2.646 0v.7h.7v-.7h-.7zm0-8.03h.7v-.7h-.7v.7zm12.727 11.229v.7h.7v-.7h-.7zm-8.2 0h-.7v.7h.7v-.7zm8.2-5.24h.7v-.7h-.7v.7zm-6.498 0v-.7h-.328l-.21.251.538.449zm-1.702 2.04l-.538-.449-.162.195v.254h.7zm1.702 9.244l-.538.449.21.251h.328v-.7zm6.497 0v.7h.7v-.7h-.7zm-8.2-2.04h-.7v.254l.163.195.538-.449zm0-3.198v-.7h-.7v.7h.7zm8.2 0h.7v-.7h-.7v.7zm-11.9 3.196v-.7h-.7v.7h.7zm0 8.031h-.7v.7h.7v-.7zm2.648-8.03l.537-.449-.21-.252h-.328v.7zm2.368 2.843l-.538.448.21.252h.328v-.7zm6.888 0h.7v-.7h-.7v.7zM37.7 54.732l.538.449.162-.195v-.254h-.7zm0-3.198h.7v-.7h-.7v.7zm-1.702 5.238v.7h.327l.21-.251-.537-.449zm-6.497 0h-.7v.7h.7v-.7zm0-5.238v-.7h-.7v.7h.7zm6.497-6.046l.537-.449-.21-.251h-.327v.7zm-6.497 0v-.7h-.7v.7h.7zm8.199 2.04h.7v-.254l-.163-.195-.537.449zm0 3.2v.7h.7v-.7h-.7zm-8.199 0h-.7v.7h.7v-.7zm17.746-6.042v-.7h-.328l-.21.252.538.448zm-2.369 2.843v.7h.328l.21-.252-.538-.448zm9.257-2.843v.7h.7v-.7h-.7zM42.23 39.5v-.7h-.7v.7h.7zm0 8.03h-.7v.7h.7v-.7zm2.475 0v.7-.7zm-5.948 7.201v-.7h-.327l-.21.252.537.448zm-2.37 2.844v.7h.328l.21-.252-.537-.448zm5.017-2.844h.7v-.7h-.7v.7zm0 8.031v.7h.7v-.7h-.7zM29.5 57.573v-.7h-.7v.7h.7zm.7-12.887v-1.173h-1.4v1.173h1.4zm6.188-.7H29.5v1.4h6.888v-1.4zm2.907 3.094l-2.37-2.842-1.075.897 2.37 2.842 1.075-.897zm2.11-.251h-2.648v1.4h2.647v-1.4zm-.7-7.33v8.03h1.4v-8.03h-1.4zm-7.106.7h7.805v-1.4H33.6v1.4zM30.2 43.513c0-1.816 1.508-3.314 3.4-3.314v-1.4c-2.638 0-4.8 2.097-4.8 4.714h1.4zm23.93 6.515h-8.2v1.4h8.2v-1.4zm-.7-4.54v5.24h1.4v-5.24h-1.4zm-5.797.7h6.498v-1.4h-6.498v1.4zm-1.165 1.788l1.702-2.04-1.075-.897-1.702 2.04 1.075.897zm.163 2.752v-3.2h-1.4v3.2h1.4zm1.002 6.744h6.497v-1.4h-6.497v1.4zm-2.24-2.291l1.702 2.04 1.075-.897-1.702-2.04-1.075.897zm-.162-3.647v3.198h1.4v-3.198h-1.4zm8.9-.7h-8.2v1.4h8.2v-1.4zm.7 5.938v-5.238h-1.4v5.238h1.4zM41.53 54.73v8.031h1.4v-8.03h-1.4zm3.347-.7H42.23v1.4h2.648v-1.4zm2.906 3.096l-2.368-2.844-1.075.896 2.368 2.844 1.075-.896zm6.351-.252h-6.888v1.4h6.888v-1.4zm.7 1.87v-1.17h-1.4v1.17h1.4zm-4.799 4.717c2.638 0 4.8-2.098 4.8-4.716h-1.401c0 1.818-1.508 3.316-3.399 3.316v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm-3.83-8.729v-3.198h-1.401v3.198h1.4zm-1.866 2.489l1.703-2.04-1.076-.898-1.702 2.04 1.075.898zm-7.034.251h6.497v-1.4H29.5v1.4zm-.7-5.938v5.238h1.4v-5.238h-1.4zm8.899-.7H29.5v1.4h8.199v-1.4zm-1.702-6.046H29.5v1.4h6.497v-1.4zm2.24 2.291l-1.703-2.04-1.075.897 1.702 2.04 1.075-.897zm.162 3.649v-3.2H37v3.2h1.4zm-8.899.7h8.199v-1.4H29.5v1.4zm-.7-5.94v5.24h1.4v-5.24h-1.4zm17.908-1.25l-2.368 2.843 1.075.896 2.368-2.843-1.075-.896zm7.426-.252h-6.888v1.4h6.888v-1.4zm-.7-.473v1.173h1.4v-1.173h-1.4zM50.035 40.2c1.892 0 3.4 1.498 3.4 3.314h1.4c0-2.616-2.163-4.714-4.8-4.714v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm.7 7.33v-8.03h-1.4v8.03h1.4zm1.775-.7H42.23v1.4h2.475v-1.4zm.172 0h-.172v1.4h.172v-1.4zm-6.657 7.453l-2.37 2.843 1.075.897 2.37-2.843-1.075-.897zm3.184-.252h-2.647v1.4h2.647v-1.4zm.7 8.731v-8.03h-1.4v8.03h1.4zm-8.505.7h7.805v-1.4H33.6v1.4zM28.8 58.745c0 2.618 2.162 4.716 4.8 4.716v-1.4c-1.892 0-3.4-1.498-3.4-3.316h-1.4zm0-1.171v1.17h1.4v-1.17h-1.4zm7.588-.7H29.5v1.4h6.888v-1.4z",mask:"url(#path-2-outside-1_3545_71298)"}),n.default.createElement("path",{fill:"#F3B53A",fillRule:"evenodd",d:"M76.39 45.818c-.538-1.471-1.882-4.028-2.304-4.378-.614-.526-1.804-.42-2.303.175-.5.665-.461.91.383 2.521 1.306 2.382 1.805 4.028 2.074 6.654.345 3.152-.346 6.374-1.958 9.386-.384.7-.73 1.401-.807 1.576-.23.63.346 1.471 1.075 1.681 1.114.315 1.92-.455 3.033-2.872 2.266-4.762 2.496-9.91.807-14.743zm-9.291-1.926c-.5 0-.653.07-1.037.385-.73.63-.73.945.153 2.556 1.997 3.678 1.959 7.285-.076 11.032-.538 1.016-.653 1.331-.615 1.611.115.455.5.91.96 1.086.192.07.576.14.768.105.73-.105 1.075-.455 1.805-1.786 1.266-2.347 1.727-4.063 1.727-6.584 0-2.452-.46-4.378-1.65-6.584-.73-1.436-1.19-1.821-2.035-1.821zm-7.145 4.342c-.23-.7.384-1.576 1.267-1.716.73-.105 1.23.175 1.92 1.12a8.01 8.01 0 010 9.247c-.69.98-1.459 1.33-2.265 1.015-.384-.14-.806-.595-.921-.98-.154-.42-.039-.771.537-1.611.73-1.086.883-1.646.883-3.047 0-1.401-.154-1.962-.883-3.047l-.122-.202c-.195-.322-.384-.634-.415-.779z",clipRule:"evenodd"}))),Ja=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.834 9.98a1.557 1.557 0 112.55-1.67.39.39 0 00.64.133l1.215-1.215a.779.779 0 000-1.101L10.993 4.88a1.557 1.557 0 10-1.91-1.907L7.836 1.728a.779.779 0 00-1.101 0L5.607 2.856a.39.39 0 00.06.6A1.557 1.557 0 113.51 5.614a.39.39 0 00-.6-.06L1.777 6.677a.779.779 0 000 1.1l4.404 4.405a.779.779 0 001.101 0L8.5 10.966a.39.39 0 00-.134-.638 1.54 1.54 0 01-.531-.348z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ja.tags=["inventory"];const hs=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.188 6.37l-.282-.797L5.515 2.38l.43-.106 4.122 3.562 2.426-.694c.285-.074.609-.09.856-.088a6.998 6.998 0 00-12.941.598 6.962 6.962 0 00-.329 3.394l5.812-2.019 2.297-.655zM13.604 5.683a3.74 3.74 0 01-.836.419l-2.432.693-1.622 5.206-.421.137.342-3.976-.191-.826-2.279.65L.144 9.403a6.998 6.998 0 1013.46-3.72z",fill:"#072F54"}),n.default.createElement("path",{d:"M8.444 7.337l.192.825-.343 3.975.42-.136 1.623-5.205 2.431-.694c.31-.1.624-.282.837-.419a7.071 7.071 0 00-.255-.63 3.556 3.556 0 00-.856.088l-2.426.695-4.123-3.564-.43.107 2.391 3.194.283.797-2.297.657L.08 9.044c.018.12.039.24.063.36l6.023-1.417 2.278-.65z",fill:"#FBC108"}))),Ua=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_196_67)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M5.14 12.48h-.006c3.017 1.217 6.455-.248 7.68-3.272A5.9 5.9 0 009.55 1.53a5.915 5.915 0 00-7.695 7.687"}),n.default.createElement("path",{d:"M8.987 8.272l.003-2.903-2.903.003M8.989 5.37l-5.81 5.81"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_196_67"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))));Ua.tags=["arrow"];const Qa=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.393 5.6a1.97 1.97 0 010 2.782 1.97 1.97 0 01-2.783 0 1.967 1.967 0 112.783-2.783z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.1 6.989c0-.432.1-.86.293-1.254C2.386 3.705 4.581 2.4 7.001 2.4c2.42 0 4.614 1.305 5.607 3.335.193.394.293.822.293 1.254 0 .432-.1.86-.293 1.253-.993 2.03-3.188 3.336-5.607 3.336-2.42 0-4.615-1.305-5.608-3.336a2.85 2.85 0 01-.292-1.253z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Qa.tags=["view","visible"];const qa=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.3 15.75V9.415H5.625v-2.28H7.3V5.187c0-1.531.99-2.937 3.27-2.937.922 0 1.605.088 1.605.088l-.054 2.13s-.696-.006-1.456-.006c-.822 0-.953.378-.953 1.007v1.666h2.475l-.108 2.28H9.712v6.335H7.3z",fill:"#000"})));qa.tags=["logo","social media"];const Ka=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.105 4.72H5.1c.066-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.129-.062-.134-.128a.127.127 0 01.123-.134M8.696 4.72H8.69a.127.127 0 00-.129.128c0 .066.057.128.129.123.066-.005.128-.062.123-.134a.13.13 0 00-.128-.128M3.565 8.696h6.67",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Ka.tags=["smiley","emoji"];const $a=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.078 5.746h-.005c.067-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.128-.062-.133-.128a.127.127 0 01.123-.134M9.722 5.746h-.005a.127.127 0 00-.128.128c0 .067.056.128.128.123.067-.005.128-.062.123-.133a.13.13 0 00-.128-.129M4.592 10.491a2.306 2.306 0 114.612-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));$a.tags=["smiley","emoji"];const e1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.077 5.843h-.005c.067-.005.128.058.128.126s-.061.13-.128.13c-.072 0-.128-.062-.133-.13a.129.129 0 01.123-.136M9.722 5.843h-.005a.128.128 0 00-.128.13c0 .069.056.132.128.127.067-.006.128-.063.123-.137a.132.132 0 00-.128-.13M3.822 8.853l-.006-.005c.708 1.733 2.658 2.555 4.361 1.833a3.38 3.38 0 001.796-1.833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.9 1c-.775 0-1.542.156-2.258.458a5.894 5.894 0 00-1.914 1.306A6.03 6.03 0 001.45 4.717a6.129 6.129 0 000 4.608 6.03 6.03 0 001.28 1.954 5.892 5.892 0 001.913 1.305 5.797 5.797 0 004.516 0 5.892 5.892 0 001.914-1.306 6.03 6.03 0 001.279-1.953 6.128 6.128 0 000-4.608 6.03 6.03 0 00-1.28-1.953 5.893 5.893 0 00-1.913-1.306A5.797 5.797 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));e1.tags=["smiley","emoji"];const t1=g(e=>n.default.createElement("svg",{viewBox:"0 0 16 16",width:16,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10 10.1278H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.69396 9.93092C4.50996 9.09425 3.79996 7.63358 4.04996 6.02558C4.32062 4.28758 5.76929 2.90025 7.51663 2.69558C9.94196 2.41092 12 4.29892 12 6.66692C12 8.01692 11.3293 9.20825 10.3046 9.93225C10.1206 10.0622 9.99996 10.2636 9.99996 10.4889V12.3336C9.99996 13.2542 9.25396 14.0002 8.33329 14.0002H7.66663C6.74596 14.0002 5.99996 13.2542 5.99996 12.3336V10.4916C5.99996 10.2642 5.87863 10.0616 5.69396 9.93092Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.332 3.33366L14.1274 2.53833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.66643 10.0002L1.87109 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.3383 2.66692L2.54297 1.87158",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M13.332 10.0002L14.1274 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14 6.66711H15.1247",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M0.875 6.66711L1.99967 6.66778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6 12.0002H9.91533",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));t1.tags=["light","bulb","idea"];const n1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.107 13.5h5.786M4.662 9h8.679M3.215 4.5h11.571",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));n1.tags=["filter","custom reports"];const r1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.1 12V2.517M10.878 8.122V2.556M3.1 8.111s.487-.404 1.945-.404c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.543 1.944-.543M3.1 2.518S3.588 2 5.046 2c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.404 1.944-.404",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));r1.tags=["organizer"];const a1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.245.869a1 1 0 011.51 0l.933 1.074a1 1 0 00.912.332l1.406-.223a1 1 0 011.156.97l.025 1.423a1 1 0 00.485.84l1.22.733a1 1 0 01.262 1.487l-.896 1.106a1 1 0 00-.168.955l.463 1.346a1 1 0 01-.755 1.307l-1.397.272a1 1 0 00-.743.623l-.51 1.329a1 1 0 01-1.418.516l-1.245-.69a1 1 0 00-.97 0l-1.245.69a1 1 0 01-1.418-.516l-.51-1.329a1 1 0 00-.743-.623l-1.397-.272a1 1 0 01-.755-1.307l.463-1.346a1 1 0 00-.168-.955L.846 7.505a1 1 0 01.262-1.487l1.22-.732a1 1 0 00.485-.84l.025-1.424a1 1 0 011.156-.97l1.406.223a1 1 0 00.912-.332L7.245.87z",fill:"#8A8C91"}),n.default.createElement("circle",{cx:9.965,cy:8.048,r:1.717,fill:"#fff",stroke:"#fff",strokeWidth:1.529}),n.default.createElement("path",{d:"M6.187 8.048c0 .617.149 1.2.412 1.715a1.717 1.717 0 010-3.431 3.762 3.762 0 00-.412 1.716z",fill:"#fff",stroke:"#fff",strokeWidth:1.529})));a1.tags=["flex","fee","partnerfee","partner"];const o1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("circle",{cx:10.6,cy:9,r:2.4,fill:"currentColor"}),n.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.336 10.419A2.39 2.39 0 009.8 9a2.39 2.39 0 00-.464-1.419C8.946 7.93 8.7 8.436 8.7 9c0 .564.246 1.07.636 1.419zm-.75.668A2.892 2.892 0 017.7 9c0-.82.34-1.56.886-2.087a2.4 2.4 0 100 4.174z",fill:"currentColor"}),n.default.createElement("path",{d:"M14.657 3.343A8 8 0 113.343 14.657 8 8 0 0114.657 3.343",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));o1.tags=["flex","fee","partnerfee","partner"];const l1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 7.86h.277a.85.85 0 00.59-.235.86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .85.85 0 00.59.234h.278M7.022 5.75H3.02a.897.897 0 01-.633-.263 1.25 1.25 0 01.102-1.86l.09-.071a7.09 7.09 0 018.862 0l.09.071a1.25 1.25 0 01.103 1.86.895.895 0 01-.634.263H6.998M2 10.125c0-.345.28-.625.625-.625h8.747c.345 0 .625.28.625.625 0 .41-.096.816-.28 1.184A1.251 1.251 0 0110.6 12H3.397a1.25 1.25 0 01-1.118-.69A2.65 2.65 0 012 10.124v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));l1.tags=["burger"];const i1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.7 2.023v3.465a2.3 2.3 0 002.31 2.298A2.317 2.317 0 009.31 5.465V2M7.01 2.028V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));i1.tags=["trident"];const gs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M11.444 4.778H2.556A.556.556 0 002 5.333v1.111c0 .307.249.556.556.556h8.888A.556.556 0 0012 6.444v-1.11a.556.556 0 00-.556-.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 12V4.778M9.053 4.006c-.599.624-1.542.771-1.998.771M7.055 4.777s-.274-1.73.4-2.433M9.053 4.006a1.21 1.21 0 000-1.662 1.099 1.099 0 00-1.597 0M4.946 4.006c.6.624 1.542.771 1.999.771M6.944 4.777s.275-1.73-.4-2.433",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.947 4.006a1.21 1.21 0 010-1.662 1.099 1.099 0 011.597 0M10.89 7v4.444a.556.556 0 01-.556.556H3.667a.556.556 0 01-.556-.556V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ps=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.001 1.1a5.89 5.89 0 015.9 5.9 5.89 5.89 0 01-5.9 5.9M7 12.9A5.89 5.89 0 011.1 7 5.89 5.89 0 017 1.1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.8 1.795c-1.895 3.163-1.895 7.248 0 10.41a1.386 1.386 0 002.402 0c1.895-3.162 1.895-7.247 0-10.41a1.386 1.386 0 00-2.402 0zM1.1 7h11.8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),s1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.825 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.361 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.897 7.136V4.832a.766.766 0 111.53-.01v5.119A2.56 2.56 0 017.868 12.5h-1.71a2.574 2.574 0 01-2.165-1.193c-.885-1.392-1.976-3.675-1.976-3.675a.61.61 0 01.154-.855.607.607 0 01.742.031L4.27 8.395V3.276a.766.766 0 111.53-.01v3.071",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));s1.tags=["cap"];const u1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M.5 9.994h1.066a1.066 1.066 0 001.066-1.066V4.665a1.065 1.065 0 00-1.066-1.066H.506M13.284 3.6h-1.06a1.066 1.066 0 00-1.066 1.065v4.263a1.065 1.065 0 001.066 1.066h1.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.175 9.112h-.688c-.228 0-.454.05-.662.144l-3.363 1.532M5.811 4.333a1.59 1.59 0 00-1.339-.135l-1.838.663M11.286 4.147L8.987 3.135a1.599 1.599 0 00-1.513.122L5.388 4.609a1.204 1.204 0 00-.154 1.901v0a1.205 1.205 0 001.317.2l1.244-.581",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.794 6.128l.632.573a1.599 1.599 0 01.006 2.364L6.82 10.54a1.599 1.599 0 01-2.153.006L3.56 9.54a1.599 1.599 0 00-.948-.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));u1.tags=["partner","package","cas","cross account"];const c1=g(e=>n.default.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.25 11.25C9.1495 11.25 11.5 8.8995 11.5 6C11.5 3.1005 9.1495 0.75 6.25 0.75C3.3505 0.75 1 3.1005 1 6C1 8.8995 3.3505 11.25 6.25 11.25Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.24772 8.04195C7.3753 8.04195 8.28939 7.12787 8.28939 6.00028C8.28939 4.8727 7.3753 3.95862 6.24772 3.95862C5.12014 3.95862 4.20605 4.8727 4.20605 6.00028C4.20605 7.12787 5.12014 8.04195 6.24772 8.04195Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.69238 4.55626L9.96055 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.54004 9.71156L4.80811 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.80821 4.55626L2.54004 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.96046 9.71156L7.69238 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));c1.tags=["help","center"];const d1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.949 5.634L7 1.5l5.051 4.134c.284.231.448.579.448.945v4.699c0 .675-.547 1.222-1.222 1.222H2.722A1.222 1.222 0 011.5 11.278V6.58c0-.367.164-.715.449-.946v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.722 12V8.333c0-.675-.547-1.222-1.222-1.222H6.278c-.675 0-1.222.547-1.222 1.222V12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));d1.tags=["house","pick-up","pickup","location"];const bn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.231 2h-9.13a.435.435 0 00-.435.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0012.231 2zM2.666 10.26h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.666 9.665s1.083-2.707 2.436-2.707c1.354 0 2.437 1.625 2.437 1.625l1.63-2.8h-.006a.903.903 0 011.24-.324c.152.086.27.216.352.373l1.911 3.823",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));bn.tags=["photo"];const vs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.667 7.068S5.201 9.33 3.93 9.33a2.263 2.263 0 010-4.526c1.272 0 3.738 2.263 3.738 2.263zM7.667 7.068s2.467 2.263 3.736 2.263a2.263 2.263 0 000-4.526c-1.27 0-3.736 2.263-3.736 2.263z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),f1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.998 5.537A3.458 3.458 0 005.535 9a3.458 3.458 0 003.463 3.463A3.458 3.458 0 0012.461 9a3.458 3.458 0 00-3.463-3.463zm0 5.714A2.256 2.256 0 016.748 9c0-1.24 1.01-2.251 2.25-2.251s2.251 1.011 2.251 2.25c0 1.24-1.011 2.252-2.25 2.252zm3.605-6.663a.808.808 0 100 1.617.807.807 0 00.573-1.38.807.807 0 00-.573-.237zM15.75 9c0-.932.009-1.856-.044-2.786-.052-1.081-.299-2.04-1.089-2.83-.792-.792-1.75-1.037-2.83-1.09-.932-.052-1.856-.043-2.786-.043-.932 0-1.856-.009-2.786.043-1.081.053-2.04.3-2.83 1.09-.792.792-1.037 1.749-1.09 2.83-.052.932-.043 1.855-.043 2.786 0 .93-.009 1.856.043 2.786.053 1.08.3 2.04 1.09 2.83.792.792 1.749 1.037 2.83 1.09.932.052 1.855.043 2.786.043.932 0 1.856.009 2.786-.044 1.08-.052 2.04-.299 2.83-1.089.792-.792 1.037-1.75 1.09-2.83.053-.93.043-1.854.043-2.786zm-1.486 3.982a2.146 2.146 0 01-.51.773 2.159 2.159 0 01-.773.51c-.888.353-2.997.274-3.982.274-.984 0-3.095.079-3.983-.272a2.145 2.145 0 01-.774-.51 2.16 2.16 0 01-.51-.774c-.35-.89-.271-2.999-.271-3.983 0-.985-.08-3.095.271-3.984.124-.307.272-.537.51-.773s.466-.387.774-.51c.888-.351 2.999-.272 3.983-.272.985 0 3.095-.08 3.984.272.307.123.537.272.773.51.238.238.387.466.51.773.351.889.272 3 .272 3.984s.08 3.093-.274 3.982z",fill:"#000"})));f1.tags=["logo","social media"];const m1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.124 12.022a.479.479 0 01-.477.478H3.478A.48.48 0 013 12.018v0V1.986a.474.474 0 01.473-.487h4.58-.004a.461.461 0 01.339.139l2.584 2.589-.005-.005c.086.086.138.21.138.334l.02 7.465z",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.259 1.558v2.345c0 .262.21.473.477.473h2.346",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.906 5.625V5M7.843 5.625H6.568a.839.839 0 00-.843.838.84.84 0 00.525.774l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 10v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));m1.tags=["money"];const bs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.886 7.317L9.695 6.125l1.107-1.109 1.187 1.186a.789.789 0 001.108-.02.79.79 0 000-1.093l-1.192-1.191.552-.553a.795.795 0 000-1.113.79.79 0 00-1.113-.005L5.718 7.85v0a2.745 2.745 0 00-3.721 1.107 2.74 2.74 0 104.823 2.602 2.742 2.742 0 00-.005-2.612L8.561 7.2l1.186 1.192c.303.303.8.303 1.108-.006a.79.79 0 00-.005-1.113l.036.043z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.435 9.297a.98.98 0 100 1.96.98.98 0 000-1.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ws=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.167 2H2.833A.833.833 0 002 2.833v5.278c0 .46.373.833.833.833h8.334c.46 0 .833-.373.833-.833V2.833A.833.833 0 0011.167 2zM5.75 12.278L7 10.61M8.25 12.278L7 10.61M7 10.611V8.945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),h1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 9.042A4.083 4.083 0 107 .875a4.083 4.083 0 000 8.167zM5.367 10.675h3.267M5.367 12.308h3.267M7 13.125v-.817",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 9.042V7L5.773 5.775M7 7l1.225-1.225",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));h1.tags=["bulb","idea"];const g1=g(e=>n.default.createElement("svg",{viewBox:"0 0 8 14",width:8,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.31884 6.63147C7.36969 6.54881 7.39757 6.45408 7.39961 6.35705C7.40165 6.26003 7.37777 6.16421 7.33044 6.07949C7.2831 5.99477 7.21403 5.92421 7.13033 5.87508C7.04664 5.82595 6.95136 5.80003 6.85431 5.8H4.99991V1L1.08098 7.36907C1.03009 7.45168 1.00218 7.54639 1.00012 7.6434C0.998069 7.74041 1.02195 7.83621 1.0693 7.92091C1.11665 8.00561 1.18575 8.07613 1.26947 8.12519C1.35318 8.17425 1.44848 8.20008 1.54551 8.2H3.39991V13L7.31884 6.63147Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));g1.tags=["lightning","bug","problem"];const Cs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.764 9.467L4.731 11.5h-.005a1.92 1.92 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.709L4.49 5.397v-.005a1.909 1.909 0 012.707 0l.447.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.312 3.597l2.029-2.031h-.005a1.91 1.91 0 012.706-.008c.75.745 0 0 0 0l.447.447L11.484 2a1.918 1.918 0 010 2.706L8.549 7.638v-.004a1.924 1.924 0 01-2.711 0l-.005-.005-.452-.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}))),Es=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M10.775 6.536v0a.905.905 0 00-.9-.911h-5.85 0c-.497 0-.9.408-.9.91v4.554h0c0 .503.403.911.9.911h5.85v0c.497 0 .9-.408.9-.91V6.535zM4.4 4.138h0C4.4 2.847 5.542 1.8 6.95 1.8 8.36 1.8 9.5 2.847 9.5 4.138v1.487H4.4V4.138z",stroke:"currentColor",strokeWidth:1.02,strokeLinecap:"round",strokeLinejoin:"round"}))),p1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.41699 8.05382H1.41699C2.55128 10.7214 5.63333 11.9644 8.30094 10.8301C10.9685 9.69584 12.2115 6.61379 11.0772 3.94618C9.94295 1.27858 6.86091 0.0355801 4.1933 1.16987C2.94354 1.70128 1.94841 2.69642 1.41699 3.94618",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.47656 7.82555L8.30218 5.99993L6.47656 4.17432",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.30247 6H1",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));p1.tags=["logout"];const v1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#ED0006",d:"M19.258 11.706c0 3.703-2.968 6.706-6.63 6.706-3.66 0-6.628-3.003-6.628-6.706C6 8.002 8.968 5 12.629 5c3.66 0 6.629 3.002 6.629 6.706z"}),n.default.createElement("path",{fill:"#0099DF",d:"M27.857 11.706c0 3.703-2.968 6.706-6.629 6.706-3.66 0-6.628-3.003-6.628-6.706C14.6 8.002 17.567 5 21.228 5s6.63 3.002 6.63 6.706z"}),n.default.createElement("path",{fill:"#6C6BBD",fillRule:"evenodd",d:"M16.929 6.602a6.723 6.723 0 012.329 5.104 6.723 6.723 0 01-2.33 5.104 6.723 6.723 0 01-2.328-5.104c0-2.044.903-3.874 2.329-5.104z",clipRule:"evenodd"})));v1.tags=["cc","credit card"];const b1=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M11.445 3.111V2M10.89 2.555H12",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{clipRule:"evenodd",d:"M3.04 11.836l-.876-.875a.56.56 0 010-.792l5.32-5.319a.56.56 0 01.791 0l.875.875a.56.56 0 010 .792l-5.32 5.32a.56.56 0 01-.79 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.839 7.728L6.267 6.156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12 8.667h-1.11M11.445 8.111v1.111M5.334 2v1.111M5.89 2.555H4.777",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"})));b1.tags=["view","custom"];const w1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#ED0006",fillRule:"evenodd",d:"M17.179 16.83a6.803 6.803 0 01-4.398 1.6c-3.745 0-6.781-3-6.781-6.7s3.036-6.7 6.78-6.7c1.679 0 3.215.603 4.399 1.6a6.802 6.802 0 014.398-1.6c3.745 0 6.781 3 6.781 6.7s-3.036 6.7-6.78 6.7a6.802 6.802 0 01-4.399-1.6z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#F9A000",fillRule:"evenodd",d:"M17.179 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.802 6.802 0 014.398-1.6c3.745 0 6.78 3 6.78 6.7s-3.035 6.7-6.78 6.7a6.803 6.803 0 01-4.398-1.6z",clipRule:"evenodd"}),n.default.createElement("path",{fill:"#FF5E00",fillRule:"evenodd",d:"M17.18 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.925-3.87-2.383-5.1a6.653 6.653 0 00-2.382 5.1c0 2.042.924 3.87 2.382 5.1z",clipRule:"evenodd"})));w1.tags=["cc","credit card"];const C1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.657 6.429h-3.086V3.343c0-.78-.633-1.415-1.414-1.415H7.843c-.78 0-1.414.634-1.414 1.415v3.086H3.343c-.78 0-1.414.633-1.414 1.414v2.314c0 .78.633 1.414 1.414 1.414h3.086v3.086c0 .78.634 1.414 1.414 1.414h2.314c.78 0 1.414-.633 1.414-1.414v-3.086h3.086c.781 0 1.415-.633 1.415-1.414V7.843c0-.78-.634-1.414-1.415-1.414z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));C1.tags=["health","medical","doctor","nurse","plus"];const E1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 9.904l1.18 1.776M8.521 2l4.48 6.746M12.765 8.39l-9.82 2.934-.71-1.067L8.75 2.345l4.008 6.038.007.006z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.055 9.798c.54.617.47 1.558-.148 2.098a1.497 1.497 0 01-2.225-.301l-.618-.934",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));E1.tags=["marketing","loud speaker"];const I1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2 4h10M2 7h10M2 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));I1.tags=["hamburger","sidebar"];const y1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"3",fill:"none",viewBox:"0 0 14 3",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M13.93 1.447H1.071"})));y1.tags=["subtract","hyphen"];const Is=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M2 4.638l.983.983L5.603 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),x1=g(e=>n.default.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",clipPath:"url(#clip0_9896_373783)"},n.default.createElement("path",{d:"M13.5 14.25a1.5 1.5 0 01-1.5 1.5H6a1.5 1.5 0 01-1.5-1.5V3.75A1.5 1.5 0 016 2.25h6a1.5 1.5 0 011.5 1.5v10.5z"}),n.default.createElement("path",{d:"M10.877 2.25v1.5a.375.375 0 01-.375.375h-3a.375.375 0 01-.375-.375v-1.5"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_9896_373783"},n.default.createElement("path",{fill:"#fff",d:"M0 0H18V18H0z"})))));x1.tags=["mobile","phone","iphone","android","ios"];const k1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.03 3H3.88v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02H2M3.53 11v1.5M4.53 1.5V3M9.917 9.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM9.917 5.167v3.5M8.167 6.917h3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));k1.tags=["plus","dollar"];const L1=g(e=>n.default.createElement("svg",{viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.674 9.972A.972.972 0 107.647 9a.972.972 0 11.972-.972M7.647 6.083v.973M7.647 10.944v.973",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));L1.tags=["refund","return","money","payment"];const M1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.696 3h-2.15v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02h-2.15M7.196 11v1.5M8.196 1.5V3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));M1.tags=["dollar"];const A1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.867 10.153L7.403 2.95v-.006a.667.667 0 011.061-.005L13 10.142l-10.133.011z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M2.868 10.153H1l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694M5.244 6.377l1.25 1.057-.005-.005a.534.534 0 00.72-.032l.342-.347h-.006a.527.527 0 01.753-.006l.341.342a.533.533 0 00.72.027l1.228-1.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));A1.tags=["product","listing","experience"];const N1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 8.5a1 1 0 01-1-1v-2a1 1 0 012 0v2a1 1 0 01-1 1z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14 6.5a5 5 0 00-10 0v5a5 5 0 1010 0v-5z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));N1.tags=["pointer","cursor"];const S1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.742 6.176a1.617 1.617 0 11-2.286 2.286 1.617 1.617 0 012.286-2.286z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.929 13.606V4.295c0-.81.656-1.467 1.466-1.467h11.466c.794 0 1.438.643 1.438 1.437v9.34c0 .795-.644 1.438-1.438 1.438H3.367a1.437 1.437 0 01-1.437-1.437zM11.269 7.14h2.873M12.993 10.013h-1.724",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.182 12.169a2.278 2.278 0 00-2.12-1.437h-.928a2.28 2.28 0 00-2.118 1.437",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));S1.tags=["membership","pass"];const B1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.892 2.773a1.509 1.509 0 00-2.144.015L3.734 8.802l-.735 2.864 2.864-.735 6.015-6.014a1.509 1.509 0 00.014-2.144v0zM9.577 2.96l2.129 2.13M3.734 8.802l2.132 2.128",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));B1.tags=["write"];const T1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.986 11.573l.006.004a2.705 2.705 0 003.366-.37l.378-.378a.902.902 0 000-1.275l-1.594-1.593a.903.903 0 00-1.276 0v0a.9.9 0 01-1.275 0L6.041 5.41a.902.902 0 010-1.276v0a.9.9 0 000-1.275L4.445 1.264a.903.903 0 00-1.275 0l-.379.378a2.706 2.706 0 00-.37 3.365l.005.006a24.411 24.411 0 006.56 6.56v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));T1.tags=["call","sms","communication"];const V1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12 9.222L9.615 6.837a.555.555 0 00-.786 0L6.444 9.222",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M10.333 12H3.667C2.747 12 2 11.254 2 10.333V3.667C2 2.747 2.746 2 3.667 2h6.666C11.253 2 12 2.746 12 3.667v6.666c0 .92-.746 1.667-1.667 1.667z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.222 12L5.726 8.504a.555.555 0 00-.785 0l-2.693 2.693",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:5.333,cy:5.326,r:.556,fill:"currentColor"})));V1.tags=["image","background"];const F1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{clipRule:"evenodd",d:"M9.684 9.636A3.713 3.713 0 0011.2 6.724c0-2.208-2.148-4-4.8-4-.523 0-1.044.073-1.548.216a2.57 2.57 0 00-1.206-.922.333.333 0 00-.442.313v1.427A3.6 3.6 0 002 5.33h-.667A.333.333 0 001 5.664v2c0 .185.15.334.333.334H2a3.972 3.972 0 001.345 1.791l-.417 1.134a.8.8 0 101.5.553l.365-.99a5.633 5.633 0 003.467-.075l.393 1.067a.8.8 0 101.5-.553l-.469-1.29z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.2 6.724c1.067 0 1.6-.534 1.6-1.334M4.168 5.664v0a.167.167 0 11-.166.167v0c0-.092.074-.167.166-.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));F1.tags=["purchase","gift","store credit"];const H1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.089 7.656a1.967 1.967 0 110-3.933 1.967 1.967 0 010 3.933z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.089 12.9S2.5 9.13 2.5 5.69a4.589 4.589 0 119.178 0c0 3.442-4.59 7.211-4.59 7.211z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));H1.tags=["location","city","state","country"];const D1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));D1.tags=["line"];const G1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e},n.default.createElement("g",{clipPath:"url(#clip0_3383_154011)"},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M7.284 4.462l6.987 4.133a1.35 1.35 0 010 2.324L7.284 15.05a1.35 1.35 0 01-2.038-1.162V5.625a1.35 1.35 0 012.038-1.163z"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"clip0_3383_154011"},n.default.createElement("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.713 .757)"})))));G1.tags=["play","video","audio","music"];const ys=g(()=>n.default.createElement("svg",{width:"101",height:"30",viewBox:"0 0 101 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n.default.createElement("rect",{x:"0.231567",y:"0.0713501",width:"100.768",height:"29.8573",rx:"4",fill:"white"}),n.default.createElement("rect",{x:"0.731567",y:"0.57135",width:"99.7684",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),n.default.createElement("path",{d:"M51.0913 16.3069C49.3357 16.3069 47.9048 17.6423 47.9048 19.4815C47.9048 21.3095 49.3357 22.6561 51.0913 22.6561C52.8476 22.6561 54.2785 21.3095 54.2785 19.4815C54.2778 17.6423 52.8469 16.3069 51.0913 16.3069ZM51.0913 21.4066C50.1291 21.4066 49.2998 20.6131 49.2998 19.4823C49.2998 18.3395 50.1299 17.558 51.0913 17.558C52.0534 17.558 52.8827 18.3395 52.8827 19.4823C52.8827 20.6124 52.0534 21.4066 51.0913 21.4066ZM44.139 16.3069C42.3834 16.3069 40.9525 17.6423 40.9525 19.4815C40.9525 21.3095 42.3834 22.6561 44.139 22.6561C45.8954 22.6561 47.3263 21.3095 47.3263 19.4815C47.3263 17.6423 45.8954 16.3069 44.139 16.3069ZM44.139 21.4066C43.1769 21.4066 42.3476 20.6131 42.3476 19.4823C42.3476 18.3395 43.1776 17.558 44.139 17.558C45.1012 17.558 45.9304 18.3395 45.9304 19.4823C45.9312 20.6124 45.1012 21.4066 44.139 21.4066ZM35.87 17.2818V18.6283H39.0931C38.9968 19.386 38.7445 19.9391 38.3594 20.3235C37.8906 20.7922 37.1569 21.3095 35.87 21.3095C33.886 21.3095 32.3349 19.7099 32.3349 17.7259C32.3349 15.7419 33.886 14.1423 35.87 14.1423C36.9404 14.1423 37.7219 14.5633 38.2989 15.1044L39.2491 14.1542C38.443 13.3847 37.3733 12.7957 35.87 12.7957C33.1523 12.7957 30.8674 15.0081 30.8674 17.7259C30.8674 20.4437 33.1523 22.6561 35.87 22.6561C37.3368 22.6561 38.4437 22.1746 39.3088 21.273C40.1986 20.3832 40.4755 19.1322 40.4755 18.1223C40.4755 17.8102 40.4516 17.5214 40.4031 17.281H35.87V17.2818ZM69.6894 18.3275C69.4252 17.6184 68.619 16.3069 66.9716 16.3069C65.3362 16.3069 63.9769 17.5938 63.9769 19.4815C63.9769 21.261 65.3243 22.6561 67.1276 22.6561C68.5824 22.6561 69.4244 21.7663 69.7737 21.2491L68.6914 20.5273C68.3309 21.0565 67.8375 21.4051 67.1276 21.4051C66.4185 21.4051 65.9132 21.0804 65.5885 20.4429L69.8335 18.6873L69.6894 18.3275ZM65.3601 19.386C65.3243 18.1588 66.3103 17.5341 67.0201 17.5341C67.5733 17.5341 68.042 17.811 68.1988 18.2074L65.3601 19.386ZM61.9093 22.4643H63.3037V13.1331H61.9093V22.4643ZM59.6237 17.0168H59.576C59.2632 16.6436 58.6616 16.3069 57.9047 16.3069C56.3171 16.3069 54.8623 17.702 54.8623 19.4942C54.8623 21.2737 56.3171 22.6568 57.9047 22.6568C58.6623 22.6568 59.2632 22.3202 59.576 21.9358H59.6237V22.3926C59.6237 23.607 58.9743 24.2564 57.9286 24.2564C57.0747 24.2564 56.5455 23.6436 56.329 23.1263L55.1145 23.6317C55.4631 24.4729 56.3887 25.5075 57.9286 25.5075C59.564 25.5075 60.9472 24.5453 60.9472 22.2V16.5003H59.6245V17.0168H59.6237ZM58.0249 21.4066C57.0627 21.4066 56.2573 20.6004 56.2573 19.4942C56.2573 18.3753 57.0627 17.558 58.0249 17.558C58.9744 17.558 59.72 18.3753 59.72 19.4942C59.72 20.6004 58.9744 21.4066 58.0249 21.4066ZM76.2237 13.1331H72.8864V22.4643H74.2785V18.9292H76.2229C77.7665 18.9292 79.2848 17.8117 79.2848 16.0315C79.2848 14.2513 77.7673 13.1331 76.2237 13.1331ZM76.2595 17.6304H74.2785V14.4319H76.2595C77.3008 14.4319 77.8919 15.294 77.8919 16.0315C77.8919 16.754 77.3008 17.6304 76.2595 17.6304ZM84.8674 16.2905C83.8589 16.2905 82.8147 16.7346 82.3825 17.7192L83.6186 18.235C83.8828 17.7192 84.3755 17.5505 84.8912 17.5505C85.6115 17.5505 86.3438 17.9827 86.3557 18.7508V18.847C86.1034 18.703 85.563 18.4873 84.9032 18.4873C83.5708 18.4873 82.2138 19.2195 82.2138 20.5877C82.2138 21.8365 83.3066 22.6404 84.5307 22.6404C85.4667 22.6404 85.9833 22.2202 86.3072 21.7275H86.355V22.4478H87.7001V18.8702C87.7008 17.2146 86.4632 16.2905 84.8674 16.2905ZM84.6987 21.4043C84.2433 21.4043 83.6066 21.1759 83.6066 20.6116C83.6066 19.8913 84.3993 19.6151 85.0838 19.6151C85.6951 19.6151 85.984 19.7472 86.3557 19.9271C86.2475 20.7922 85.5033 21.4043 84.6987 21.4043ZM92.5982 16.4943L91.0015 20.54H90.9538L89.2967 16.4943H87.7964L90.2812 22.1485L88.8645 25.294H90.3171L94.147 16.4943H92.5982ZM80.0536 22.4643H81.4457V13.1331H80.0536V22.4643Z",fill:"#222324"}),n.default.createElement("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",fill:"#222324"}),n.default.createElement("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",fill:"#222324"}),n.default.createElement("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",fill:"#222324"}),n.default.createElement("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",fill:"#222324"}),n.default.createElement("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",fill:"#222324"}),n.default.createElement("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",fill:"#222324"}),n.default.createElement("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",fill:"#222324"}),n.default.createElement("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),n.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5303 10.6954L10.9295 5.70742C10.6047 5.5129 10.2257 5.40063 9.82005 5.40063C8.98339 5.40063 8.24758 5.9074 7.89452 6.61591L7.95989 6.68126L15.7526 14.4723L19.5303 10.6954ZM7.67487 7.4518C7.67337 7.48367 7.67261 7.51567 7.67261 7.5478V22.4523C7.67261 22.4845 7.67337 22.5166 7.67488 22.5485L15.2248 15.0001L7.67487 7.4518ZM7.89465 23.3843C8.24781 24.0927 8.98365 24.5994 9.82005 24.5994C10.2169 24.5994 10.5895 24.4921 10.9091 24.3037L10.9345 24.2889L19.5449 19.3193L15.7526 15.5278L7.95989 23.3191L7.89465 23.3843ZM20.2142 18.933L23.7197 16.9097C24.3933 16.5461 24.8504 15.8361 24.8504 15.0174C24.8504 14.2045 24.3994 13.498 23.7326 13.1332L23.725 13.128L20.1985 11.0828L16.2805 15.0001L20.2142 18.933Z",fill:"#222324"}))),O1=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M7 2v10M12 7H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));O1.tags=["add"];const R1=g(e=>n.default.createElement("svg",{width:13,height:14,viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.5029 6.46253C11.5029 9.44339 9.26252 12.2313 6.25146 12.908C3.24041 12.2313 1 9.44339 1 6.46253V3.87815C1 3.34447 1.32297 2.86462 1.81595 2.66309L5.09811 1.31937C5.83726 1.0161 6.66633 1.0161 7.40416 1.31937L10.6863 2.66309C11.1806 2.86593 11.5023 3.34447 11.5023 3.87815V6.46253H11.5029Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));R1.tags=["privacy","policy","shield"];const xs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.674 4.778V2.556A.556.556 0 009.12 2H4.88a.556.556 0 00-.556.556v2.222M9.777 6.444h.556M4.222 9.778H2.556A.556.556 0 012 9.222V5.333c0-.306.249-.555.556-.555h8.888c.307 0 .556.249.556.555v3.89a.556.556 0 01-.556.555H9.778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.223 12H4.778a.556.556 0 01-.555-.556V8.111h5.555v3.333a.556.556 0 01-.555.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),z1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.25 4.083H1.75a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .584.261.584.583V3.5a.584.584 0 01-.584.583zM12.056 4.083v7c0 .645-.522 1.167-1.167 1.167H3.111a1.166 1.166 0 01-1.167-1.167v-7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));z1.tags=["experience","listing"];const j1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.777 5.778A1.222 1.222 0 117 7M7 7.917V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M1.5 9.444V4.556A3.056 3.056 0 014.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7 9.414a.03.03 0 100 .06.03.03 0 000-.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));j1.tags=["short text","forms","questionnaire"];const ks=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.13 1.875H2.87a.87.87 0 00-.87.87v8.26c0 .48.39.87.87.87h8.26c.48 0 .87-.39.87-.87v-8.26a.87.87 0 00-.87-.87z",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.957 5.287l.652.652L8.35 4.2M5.957 8.639l.652.652 1.74-1.74",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"}))),Ls=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.703 12.176c0 .167-.143.31-.31.31a.314.314 0 01-.204-.081L9.53 10.98l-2.29 1.715v-.006a.316.316 0 01-.371 0l-2.29-1.721-1.66 1.417v-.006a.32.32 0 01-.52-.241V1.875a.613.613 0 01.613-.625h8.047-.006a.612.612 0 01.619.613l.03 10.313zM4.015 4.287H7.05M4.015 6.311h5.06M4.015 8.335h5.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),W1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M7.071 2.5v2.714M6.093 2.5h1.956M2.37 10.642a.68.68 0 01-.672-.775 5.428 5.428 0 0110.745 0 .68.68 0 01-.67.776l-9.403-.001z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));W1.tags=["affiliate","partner"];const P1=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M6.38 3.5v2.714M5.401 3.5h1.957M1.679 11.642a.68.68 0 01-.672-.774 5.428 5.428 0 0110.745 0 .68.68 0 01-.671.775l-9.402-.001zM10.906 1.925V1.3M11.843 1.925h-1.275a.839.839 0 00-.843.838.84.84 0 00.525.775l1.29.512-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6.3v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));P1.tags=["partner","affiliate","money","dollar"];const Z1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:16,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.289 4.083a4.813 4.813 0 018.523 3.061v1.314M11.5 10.446a4.813 4.813 0 01-8.313-3.302v-.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14.563 6.707l-1.75 1.75-1.75-1.75M1.438 8.019l1.75-1.75 1.75 1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Z1.tags=["switch"];const Ms=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.865 3.887h3.837M3.947 6.765h5.755M3.947 9.642h5.755M2.029 1.969A.95.95 0 012.979 1h7.672-.01c.528-.01.96.422.96.95v9.59c0 .528-.432.96-.96.96H2.96A.964.964 0 012 11.531v0l.029-9.562z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),As=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("rect",{x:2.579,y:2.578,width:12.843,height:12.843,rx:3.009,stroke:"currentColor",strokeWidth:1.3}))),X1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M8.927 1.313L1.813 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.731.106l7.114-7.114c.173-.172.125-.5-.106-.731L9.658 1.419c-.231-.231-.559-.279-.731-.106zM4.042 6.774l1.482 1.482M5.233 5.588l1.038 1.038M6.556 4.26l1.482 1.482M7.741 3.075l1.192 1.18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));X1.tags=["measure","scale","size"];const Y1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 4.083H2.917A1.17 1.17 0 001.75 5.25v5.833a1.17 1.17 0 001.167 1.167H8.75a1.17 1.17 0 001.167-1.167V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.625 7A2.614 2.614 0 017 4.375 2.614 2.614 0 019.625 1.75a2.614 2.614 0 012.625 2.625A2.614 2.614 0 019.625 7zM12.834 7.583l-1.342-1.341",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Y1.tags=["magnifying glass"];const wn=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M6.217 10.878a4.661 4.661 0 100-9.322 4.661 4.661 0 000 9.322zM9.514 9.513l2.93 2.931",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));wn.tags=["magnifying glass"];const _1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.682 6.815a.707.707 0 01-.032-1.35l9.549-3.114a.358.358 0 01.451.448l-3.112 9.55a.707.707 0 01-1.352-.032L6.118 7.879 1.682 6.815zM11.563 2.437L6.117 7.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));_1.tags=["message","email"];const J1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.816 3.733a1.43 1.43 0 100-2.858 1.43 1.43 0 000 2.858zM7.815 9.45v2.858M9.45 8.633V7M4.55 9.45a.817.817 0 10-1.634 0v3.675M6.182 8.633v3.675a.817.817 0 101.633 0 .817.817 0 101.634 0V8.633a.817.817 0 101.633 0V7a2.45 2.45 0 00-2.45-2.45H7A2.45 2.45 0 004.549 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));J1.tags=["old","demographic"];const U1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M4.8 5.8a.8.8 0 00.8-.8V3.8a1.2 1.2 0 012.4 0v7.6h1.6V3.8a2.8 2.8 0 10-5.6 0V5a.8.8 0 00.8.8zM10 13H7.6l.4-1.6h1.6L10 13z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));U1.tags=["old"];const Q1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.098 2.74a1.864 1.864 0 113.728 0v9.32M8.56 13.125h.532",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Q1.tags=["old"];const Ns=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.008 4v5.863M13 9.13a2.2 2.2 0 00-2.198-2.199H8.053a2.2 2.2 0 00-2.198-2.198H2V9.13h11zM5.855 6.931h2.749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Ss=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 7.233V1M7 12v-1.833M7 7.233a1.467 1.467 0 100 2.934 1.467 1.467 0 000-2.934zM2.967 6.5V12M2.967 1v2.567M2.967 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0zM11.033 6.5V12M11.033 1v2.567M11.033 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Bs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_887_27435)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M11.635 8.902a1.961 1.961 0 11-2.774 2.774 1.961 1.961 0 012.774-2.774M12.397 4.173l-1.69 1.69a.653.653 0 01-.925 0l-1.69-1.69a.654.654 0 010-.924l1.69-1.691a.653.653 0 01.925 0l1.69 1.69a.655.655 0 010 .925v0zM2.52 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654H2.52a.654.654 0 00-.655.654v2.39c0 .361.293.654.654.654v0zM3.13 8.841l-1.45 2.32a.69.69 0 00.585 1.054h2.898a.69.69 0 00.585-1.055l-1.45-2.318A.69.69 0 003.13 8.84v0z"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_887_27435"},n.default.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),Ts=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.833 8.044v-6.04M4.743 4.09L6.833 2l2.091 2.09M10.55 7.043v4.324a.466.466 0 01-.465.464H3.582a.463.463 0 01-.465-.464V7.043",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),Vs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.984 5.302L10.943 3.34l-.005-.005a2.624 2.624 0 00-1.816-.733H4.94c-.68 0-1.33.262-1.816.733l-2.04 1.962h-.006a.257.257 0 00-.005.366l1.214 1.214-.005-.005c.094.094.246.1.35.016l1.492-1.162v6.018c0 .14.115.256.261.256H9.62h-.005c.141 0 .261-.12.261-.262V5.721l1.492 1.155c.1.084.256.079.35-.02l1.214-1.22h-.005c.1-.105.1-.272-.005-.372l-.005-.005.068.043zM5.473 2.613a1.567 1.567 0 103.134-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),q1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M13.249 5.5h-8.49a.7.7 0 00-.699.653l-.557 8.354A1.4 1.4 0 004.9 16h8.207a1.4 1.4 0 001.397-1.493l-.557-8.354a.7.7 0 00-.698-.653v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.104 6.9V4.1a2.1 2.1 0 00-2.1-2.1h0a2.1 2.1 0 00-2.1 2.1v2.8",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));q1.tags=["cart","shopping","bag","store"];const K1=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.529 4.406c-.338.756-.204 2.11-.15 3.058-.365.202-.833-.153-1.098-.153-.276 0-.605.182-.656.452-.037.194.05.478.675.725.242.095.818.208.95.522.188.44-.961 2.476-2.766 2.773a.28.28 0 00-.234.292c.032.549 1.262.764 1.807.848.055.075.1.394.172.636a.313.313 0 00.327.239c.277 0 .738-.214 1.54-.081.787.13 1.526 1.246 2.945 1.246 1.32 0 2.106-1.12 2.863-1.246a3.31 3.31 0 011.236.032c.29.057.55.089.632-.196.072-.246.117-.558.171-.632.54-.083 1.776-.298 1.807-.846a.28.28 0 00-.234-.292c-1.775-.293-2.959-2.322-2.767-2.774.133-.313.704-.425.95-.522.459-.18.688-.403.683-.66-.006-.329-.402-.525-.694-.525-.296 0-.722.35-1.067.16.054-.954.187-2.303-.15-3.058-.638-1.43-2.059-2.154-3.478-2.154-1.411 0-2.82.713-3.464 2.156z",fill:"#000"})));K1.tags=["logo","social media"];const Fs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.5 7.5L8.746 9.003A5 5 0 007 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M3.5 7.5l1.754 1.503A5 5 0 017 12.8v.125M2.9 9V7M5 7H3M11.1 9V7M9 7h2M6.906 1.625V1M7.843 1.625H6.568a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),$1=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.851 8.4H3.25A.249.249 0 003 8.65v2.203c0 .137.111.248.249.248h7.602a.248.248 0 00.249-.248V8.649a.249.249 0 00-.248-.249z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.752 5.7H4.149a.249.249 0 00-.249.248v2.203c0 .138.112.249.249.249h7.603A.249.249 0 0012 8.15V5.948a.249.249 0 00-.248-.248zM10.851 3H3.25A.249.249 0 003 3.249V5.45c0 .138.111.249.249.249h7.602a.249.249 0 00.249-.249V3.25A.249.249 0 0010.852 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));$1.tags=["balance","collect","money"];const eo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.389 1.239l1.785 3.535 3.434.34a.437.437 0 01.367.283.426.426 0 01-.102.45l-2.83 2.8 1.049 3.807a.427.427 0 01-.144.446.438.438 0 01-.47.053L7 11.23l-3.478 1.725a.438.438 0 01-.608-.255.426.426 0 01-.005-.244l1.048-3.808-2.83-2.804a.429.429 0 01.265-.732l3.434-.34 1.785-3.535A.432.432 0 017.001 1a.438.438 0 01.388.239z",fill:"#FFC03D",stroke:"#FFC03D",strokeLinecap:"round",strokeLinejoin:"round"})));eo.tags=["favourite","favorite"];const to=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7.324 2.199l1.488 2.946 2.861.283a.364.364 0 01.306.236.356.356 0 01-.085.375L9.536 8.373l.874 3.172a.356.356 0 01-.12.372.364.364 0 01-.392.044L7 10.525l-2.898 1.437a.364.364 0 01-.507-.212.355.355 0 01-.004-.203l.873-3.174-2.358-2.336a.357.357 0 01.22-.61l2.862-.284 1.488-2.945A.36.36 0 017 2a.365.365 0 01.324.2z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));to.tags=["favourite","favorite"];const Hs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.462 6.353v5.833M11.538 6.353v5.833M8.296 12.185V9.593a1.296 1.296 0 00-2.592 0v2.592M1.167 12.186h11.667M2.509 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.229-.449.708-.734 1.234-.734h6.928c.526 0 1.006.285 1.234.734l1 1.97c.43.845-.216 1.826-1.206 1.833-.827 0-1.497-.565-1.497-1.262v-.028c0 .712-.67 1.29-1.497 1.29-.826 0-1.497-.578-1.497-1.29 0 .712-.67 1.29-1.497 1.29-.826 0-1.496-.578-1.496-1.29v.028c-.002.697-.672 1.262-1.499 1.262v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),no=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.786 15.52h-2.5c-.2 0-.413-.034-.542-.187a.751.751 0 01-.173-.477V3.686a.744.744 0 01.41-.665l.737-.37a.744.744 0 01.665-.002l1.17.579L6.7 2.652a.744.744 0 01.666-.002l1.16.578 1.16-.578a.744.744 0 01.666.002l1.147.576 1.17-.58a.744.744 0 01.665.003l.737.37a.745.745 0 01.41.665v1.897",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M15.97 11.944a4.77 4.77 0 11-4.77-4.771 4.764 4.764 0 014.77 4.77v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.645 10.456a.047.047 0 01-.014-.034.048.048 0 01.03-.044.048.048 0 01.062.026.047.047 0 01-.044.066.049.049 0 01-.034-.014M10.007 13.136l2.385-2.385M12.646 13.552a.048.048 0 11.082-.034.048.048 0 01-.014.034.049.049 0 01-.068 0",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})));no.tags=["tax","money","finance","fees"];const ro=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.79 3.857h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792H12.79a.792.792 0 01-.792-.792V4.65c0-.438.355-.793.792-.793v0z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M11.998 10.178l-2.737 3.563a1.3 1.3 0 01-2.035.035 1.344 1.344 0 01-.307-.856v-2.453H4.597a1.35 1.35 0 01-1.122-.6L3.228 9.5a1.35 1.35 0 01-.175-1.124l1.019-3.541a1.35 1.35 0 011.297-.977h4.716c.375 0 .734.156.989.43l.924.995",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ro.tags=["feedback","thumb","down","dislike"];const ao=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.208 14.25H3.792A.792.792 0 013 13.458V7.917c0-.437.355-.792.792-.792h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792v0zM6 7.929l2.737-3.563a1.3 1.3 0 012.035-.035c.199.24.307.544.307.856V7.64h2.322c.45 0 .872.225 1.122.6l.247.368c.221.33.286.742.175 1.124l-1.019 3.541a1.35 1.35 0 01-1.297.977H7.913a1.35 1.35 0 01-.989-.43L6 12.824",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ao.tags=["feedback","thumb","up","like"];const oo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));oo.tags=["partner","affiliate"];const lo=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M15.187 7.786a5.54 5.54 0 01-3.238-1.035v4.713a4.286 4.286 0 11-3.698-4.248v2.371a1.968 1.968 0 101.377 1.877V2.25h2.321c-.002.196.015.392.05.585A3.221 3.221 0 0013.42 4.95a3.203 3.203 0 001.767.532v2.304z",fill:"#000"})));lo.tags=["logo","social media"];const io=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.5 7L12 9.5 9.5 12M12 9.502H2M4.5 7L2 4.5 4.5 2M12 4.502H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));io.tags=["store credit","refund","return","payment"];const Cn=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("g",{clipPath:"url(#prefix__clip0_141_9201)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},n.default.createElement("path",{d:"M1.828 3.324H12.15M8.095 1.85H5.883v0a.737.737 0 00-.737.737v.737h3.686v-.737 0a.737.737 0 00-.737-.737v0zM5.883 9.591V5.905M8.095 9.591V5.905M10.363 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.735-.677l-.681-8.17h8.11l-.681 8.17z"})),n.default.createElement("defs",null,n.default.createElement("clipPath",{id:"prefix__clip0_141_9201"},n.default.createElement("path",{fill:"#fff",transform:"translate(1.09 1.113)",d:"M0 0h11.796v11.796H0z"})))));Cn.tags=["delete","remove","bin"];const so=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M14.646 7.026l1.104-1.201h-2.445a7.643 7.643 0 00-8.602 0H2.25l1.104 1.2a3.373 3.373 0 004.565 4.967L9 13.17l1.08-1.176a3.373 3.373 0 005.667-2.474 3.364 3.364 0 00-1.1-2.493zM5.626 11.8a2.283 2.283 0 110-4.565 2.283 2.283 0 010 4.565zM9 9.453C9 7.95 7.907 6.662 6.467 6.11a6.586 6.586 0 015.066 0C10.093 6.662 9 7.95 9 9.453zm3.372 2.348a2.283 2.283 0 110-4.566 2.283 2.283 0 010 4.566zm-6.746-3.48A1.197 1.197 0 106.823 9.52v-.003a1.195 1.195 0 00-1.197-1.194zm6.746 0a1.197 1.197 0 100 2.394 1.197 1.197 0 000-2.393z",fill:"#000"})));so.tags=["logo","trip advisor review express","tare"];const uo=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"200",height:"97",fill:"none",viewBox:"0 0 200 97",...e},n.default.createElement("g",{filter:"url(#filter0_d_10041_286941)"},n.default.createElement("rect",{width:"136",height:"48",x:"32",y:"24",fill:"url(#paint0_linear_10041_286941)",rx:"24"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M66.444 48.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.365-3.437-.365-3.437"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M71.142 43l-8.69 3.578 8.69 3.18 8.69-3.18L71.142 43zM79.8 46.682v4.856"}),n.default.createElement("path",{fill:"#fff",d:"M87.674 44.593v-1.775h8.363v1.775h-3.118V53h-2.127v-8.407h-3.118zm13.158 5.156v-4.385h2.118V53h-2.033v-1.387h-.08a2.252 2.252 0 01-.86 1.079c-.398.272-.883.407-1.457.407-.51 0-.96-.116-1.347-.348a2.394 2.394 0 01-.91-.989c-.215-.428-.325-.94-.328-1.536v-4.862h2.118v4.484c.003.45.124.807.363 1.069.239.262.558.393.96.393.255 0 .493-.058.715-.174.222-.12.401-.295.537-.527.139-.232.207-.519.204-.86zm7.474-4.385v1.59h-4.599v-1.59h4.599zm-3.555-1.83h2.118v7.12c0 .195.03.347.089.457.06.106.143.18.249.224.109.043.235.064.378.064.099 0 .199-.008.298-.025.1-.02.176-.035.229-.044l.333 1.576a5.934 5.934 0 01-.447.114 3.593 3.593 0 01-.701.084c-.511.02-.958-.048-1.343-.203a1.874 1.874 0 01-.89-.726c-.212-.328-.316-.743-.313-1.243v-7.398zm7.903 9.615c-.773 0-1.44-.164-2.004-.492a3.362 3.362 0 01-1.297-1.382c-.305-.593-.458-1.281-.458-2.063 0-.79.153-1.479.458-2.069a3.322 3.322 0 011.297-1.382c.564-.331 1.231-.497 2.004-.497.772 0 1.438.166 1.998.497.564.328.998.79 1.303 1.383.305.59.457 1.279.457 2.068 0 .782-.152 1.47-.457 2.063a3.357 3.357 0 01-1.303 1.382c-.56.328-1.226.492-1.998.492zm.01-1.64c.351 0 .644-.1.88-.299.235-.202.412-.477.532-.825a3.58 3.58 0 00.183-1.188c0-.444-.061-.84-.183-1.189-.12-.348-.297-.623-.532-.825-.236-.202-.529-.303-.88-.303-.355 0-.653.101-.895.303-.239.202-.42.477-.542.825-.12.348-.179.745-.179 1.189 0 .444.059.84.179 1.188.122.348.303.623.542.825.242.2.54.298.895.298zM117.389 53v-7.636h2.054v1.332h.079c.139-.474.373-.832.701-1.074a1.843 1.843 0 011.134-.368 3.223 3.223 0 01.666.075v1.88c-.1-.03-.237-.057-.413-.08a3.693 3.693 0 00-.482-.035c-.312 0-.59.068-.835.204a1.505 1.505 0 00-.577.556 1.61 1.61 0 00-.209.826V53h-2.118zm5.329 0v-7.636h2.118V53h-2.118zm1.064-8.62c-.315 0-.585-.105-.811-.314a1.016 1.016 0 01-.333-.76c0-.292.111-.542.333-.751.226-.212.496-.319.811-.319.315 0 .583.107.805.319a.986.986 0 01.338.75c0 .295-.112.549-.338.761-.222.209-.49.313-.805.313zm4.528 8.764c-.487 0-.922-.084-1.303-.253a2.104 2.104 0 01-.905-.761c-.218-.338-.328-.759-.328-1.263 0-.424.078-.78.234-1.069.156-.288.368-.52.636-.696.269-.175.574-.308.915-.397.345-.09.706-.153 1.084-.19.444-.046.802-.089 1.074-.129.272-.043.469-.106.591-.189a.414.414 0 00.184-.367v-.03c0-.315-.099-.559-.298-.731-.195-.172-.474-.259-.835-.259-.381 0-.685.085-.91.254a1.168 1.168 0 00-.447.626l-1.959-.159c.099-.464.295-.865.586-1.203a2.817 2.817 0 011.129-.785c.464-.186 1.001-.279 1.611-.279.424 0 .83.05 1.218.15.391.099.737.253 1.039.462.305.209.545.477.721.805.175.325.263.714.263 1.168V53h-2.008v-1.059h-.06c-.123.239-.287.45-.492.631-.206.18-.453.32-.741.423-.288.1-.621.15-.999.15zm.606-1.462c.312 0 .587-.06.826-.183.238-.126.426-.295.561-.508.136-.212.204-.452.204-.72v-.81a1.123 1.123 0 01-.273.119c-.113.033-.24.064-.383.094-.142.026-.285.051-.428.075l-.387.054a2.62 2.62 0 00-.652.174c-.185.08-.329.188-.432.323a.786.786 0 00-.154.498c0 .288.104.508.313.66.212.15.481.224.805.224zm7.055-8.864V53h-2.118V42.818h2.118z"})),n.default.createElement("defs",null,n.default.createElement("filter",{id:"filter0_d_10041_286941",width:"200",height:"112",x:"0",y:"0",colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.default.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),n.default.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.default.createElement("feOffset",{dy:"8"}),n.default.createElement("feGaussianBlur",{stdDeviation:"16"}),n.default.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"}),n.default.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_10041_286941"}),n.default.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_10041_286941",result:"shape"})),n.default.createElement("linearGradient",{id:"paint0_linear_10041_286941",x1:"22",x2:"70.346",y1:"34.4",y2:"126.609",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#583DFF"}),n.default.createElement("stop",{offset:"0.79",stopColor:"#F849C7"}),n.default.createElement("stop",{offset:"1",stopColor:"#FFC03D"}))));uo.tags=["tutorial","cards","fixed-size"];const co=e=>{const t=x.default("relative -top-0.25 inline-block",e.className);return n.default.createElement("svg",{viewBox:"0 0 32 30",width:"32",height:"30",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,className:t},n.default.createElement("rect",{width:"32",height:"30",fill:"url(#paint0_linear_3440_197284)",rx:"4"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.444 15.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.364-3.437-.364-3.437"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M16.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L16.142 10zM24.8 13.682v4.856"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear_3440_197284",x1:"-2.353",x2:"32.456",y1:"6.5",y2:"31.494",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#583DFF"}),n.default.createElement("stop",{offset:"0.79",stopColor:"#F849C7"}),n.default.createElement("stop",{offset:"1",stopColor:"#FFC03D"}))))};co.tags=["tutorial","cards","fixed-size"];const fo=e=>{const t=x.default("relative -top-0.25 inline-block",e.className);return n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"136",height:"30",fill:"none",viewBox:"0 0 136 30",...e,className:t},n.default.createElement("rect",{width:"136",height:"30",fill:"url(#paint0_linear_9380_603642)",rx:"4"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M36.444 15.104s-.364 3.347-.364 3.438c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.044-.058-.364-3.438-.364-3.438"}),n.default.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M41.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L41.142 10zM49.8 13.682v4.856"}),n.default.createElement("path",{fill:"#fff",d:"M57.58 11.71v-.937h6.545v.937h-2.744v7.79h-1.057v-7.79H57.58zm10.874 5.114v-3.87h1.006V19.5h-1.006v-1.108h-.068a2.148 2.148 0 01-.716.848c-.324.23-.733.345-1.227.345-.41 0-.773-.09-1.091-.268a1.88 1.88 0 01-.75-.818c-.182-.367-.273-.828-.273-1.385v-4.16h1.006v4.091c0 .478.133.858.4 1.142.27.285.614.427 1.031.427.25 0 .505-.064.763-.192.262-.128.48-.324.657-.588.179-.264.268-.601.268-1.01zm5.294-3.87v.853h-3.392v-.853h3.392zm-2.403-1.568h1.006v6.239c0 .284.04.497.123.64a.64.64 0 00.324.28c.133.046.274.069.422.069.11 0 .202-.006.273-.017l.17-.035.205.904a2.046 2.046 0 01-.286.077 2.103 2.103 0 01-.464.042c-.284 0-.563-.06-.836-.183a1.66 1.66 0 01-.673-.558c-.176-.25-.264-.566-.264-.946v-6.512zm6.105 8.25c-.591 0-1.11-.14-1.556-.421a2.866 2.866 0 01-1.04-1.18c-.246-.507-.37-1.098-.37-1.774 0-.681.124-1.277.37-1.785a2.86 2.86 0 011.04-1.185c.447-.281.965-.422 1.556-.422.59 0 1.108.14 1.551.422.446.281.793.676 1.04 1.185.25.508.375 1.103.375 1.785 0 .677-.125 1.267-.375 1.773-.247.506-.594.9-1.04 1.18-.443.282-.96.422-1.551.422zm0-.903c.449 0 .818-.115 1.108-.345.29-.23.504-.533.643-.908.14-.375.21-.781.21-1.219 0-.437-.07-.845-.21-1.223a2.06 2.06 0 00-.643-.916c-.29-.233-.66-.35-1.108-.35-.449 0-.818.117-1.108.35a2.06 2.06 0 00-.644.916 3.51 3.51 0 00-.208 1.223c0 .438.07.844.208 1.22.14.374.354.677.644.907.29.23.659.345 1.108.345zm4.1.767v-6.546h.972v.99h.069c.119-.325.335-.588.647-.79a1.907 1.907 0 011.057-.302c.074 0 .166.002.277.005.111.002.195.007.252.012v1.023a2.99 2.99 0 00-.235-.038c-.119-.02-.245-.03-.379-.03-.318 0-.602.067-.852.2a1.47 1.47 0 00-.801 1.334V19.5H81.55zm4.066 0v-6.546h1.005V19.5h-1.005zm.511-7.636a.715.715 0 01-.507-.2.644.644 0 01-.209-.482c0-.188.07-.348.209-.482a.715.715 0 01.507-.2.7.7 0 01.503.2.637.637 0 01.213.482.638.638 0 01-.213.481.7.7 0 01-.503.2zm3.863 7.79a2.66 2.66 0 01-1.13-.235 1.939 1.939 0 01-.805-.686c-.199-.301-.298-.665-.298-1.091 0-.375.073-.679.221-.912.148-.236.345-.42.593-.554.247-.133.52-.233.818-.298.3-.068.603-.122.907-.162.398-.051.72-.09.968-.115.25-.029.431-.075.545-.14.117-.066.175-.18.175-.342v-.034c0-.42-.115-.747-.345-.98-.228-.233-.573-.35-1.036-.35-.48 0-.856.106-1.13.316-.272.21-.464.435-.574.673l-.955-.34c.17-.398.398-.708.682-.93.287-.224.6-.38.937-.468.341-.091.677-.137 1.006-.137.21 0 .452.026.724.077.276.048.542.15.797.303.259.153.473.384.644.694.17.31.256.725.256 1.245V19.5h-1.006v-.886h-.051a1.767 1.767 0 01-.341.456c-.16.162-.37.3-.635.413-.264.114-.587.17-.967.17zm.153-.904c.398 0 .733-.078 1.006-.234a1.595 1.595 0 00.835-1.385v-.92c-.043.05-.136.097-.281.14-.142.04-.307.075-.495.106a22.303 22.303 0 01-.963.128c-.261.034-.505.09-.733.166a1.264 1.264 0 00-.545.337c-.136.148-.205.35-.205.605 0 .35.13.614.388.793.261.176.592.264.993.264zm5.288-7.977V19.5h-1.006v-8.727h1.006zm6.078 3.648l-.903.255a1.682 1.682 0 00-.252-.439 1.216 1.216 0 00-.443-.358c-.187-.093-.427-.14-.72-.14-.4 0-.734.092-1.001.277-.265.181-.397.413-.397.694 0 .25.091.448.273.593.182.144.466.265.852.362l.972.238c.585.143 1.021.36 1.308.652.287.29.43.664.43 1.121 0 .375-.107.71-.323 1.006a2.151 2.151 0 01-.895.699c-.384.17-.83.255-1.338.255-.668 0-1.22-.145-1.658-.434-.438-.29-.715-.713-.831-1.27l.955-.239c.09.352.262.617.515.793.256.176.59.264 1.002.264.468 0 .84-.1 1.116-.298.279-.202.418-.444.418-.725a.762.762 0 00-.239-.57c-.159-.157-.403-.273-.733-.35l-1.09-.256c-.6-.142-1.04-.362-1.322-.66-.278-.302-.417-.678-.417-1.13 0-.369.103-.696.31-.98.21-.284.496-.507.857-.669a3.008 3.008 0 011.236-.243c.648 0 1.156.142 1.526.427.372.284.636.659.792 1.125z"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear_9380_603642",x1:"-10",x2:"11.742",y1:"6.5",y2:"72.849",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#583DFF"}),n.default.createElement("stop",{offset:"0.79",stopColor:"#F849C7"}),n.default.createElement("stop",{offset:"1",stopColor:"#FFC03D"}))))};fo.tags=["tutorial","cards","fixed-size"];const mo=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M15.75 4.677c-.496.22-1.03.368-1.59.436a2.776 2.776 0 001.217-1.533 5.53 5.53 0 01-1.759.672 2.77 2.77 0 00-4.72 2.527A7.865 7.865 0 013.19 3.884a2.768 2.768 0 00-.048 2.7c.215.402.526.745.905.998a2.763 2.763 0 01-1.254-.346v.035a2.77 2.77 0 002.222 2.716c-.408.11-.836.127-1.251.048a2.771 2.771 0 002.587 1.923 5.558 5.558 0 01-4.101 1.147 7.833 7.833 0 004.245 1.245c5.096 0 7.881-4.22 7.881-7.88 0-.12-.003-.24-.008-.359a5.63 5.63 0 001.38-1.432l.002-.002z",fill:"#000"})));mo.tags=["logo","social media","tweet"];const Ds=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.056 3.5L3.5 1.943M4.278 5.055H3.5M6.611 2.722v-.778M8.167 4.277H10.5a2.333 2.333 0 110 4.667H8.167M3.226 6.697L1.85 8.072a2.333 2.333 0 003.3 3.3l1.375-1.376",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),ho=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.6 12c0-1.563 1.25-2.75 2.75-2.75h3.188c1.563 0 2.75 1.25 2.75 2.75M8.85 2.75c1.063 1.063 1.063 2.75 0 3.75-1.062 1-2.75 1.063-3.75 0s-1.062-2.75 0-3.75c1.063-1 2.688-1 3.75 0zM1 7h2.5M2.249 8.25v-2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ho.tags=["plus","change quantity"];const go=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.956 7a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM2.25 11.412a2.647 2.647 0 012.647-2.647h1.52M11.417 9.217h.832v-.832M9.556 11.018h-.831v.832",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.252 10.745a1.817 1.817 0 01-.433.704 1.883 1.883 0 01-2.984-.431M12.14 9.217a1.883 1.883 0 00-2.984-.431 1.824 1.824 0 00-.434.703",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));go.tags=["guest","change quantity"];const po=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("path",{d:"M2.3 12.3a2.87 2.87 0 012.887-2.887h3.347a2.87 2.87 0 012.888 2.887M8.862 2.588c1.116 1.115 1.116 2.887 0 3.937-1.116 1.05-2.887 1.116-3.937 0-1.05-1.116-1.116-2.887 0-3.937a2.855 2.855 0 013.937 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));po.tags=["adult","demographic"];const vo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9.917 13.333a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM8.167 10.417h3.5M1.167 9.833c0-.578.138-1.148.4-1.658.263-.51.643-.943 1.105-1.262a3.224 3.224 0 013.162-.3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.667 6.333a2.333 2.333 0 100-4.666 2.333 2.333 0 000 4.666z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));vo.tags=["minus","remove"];const Gs=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:14,height:14,fill:"none",viewBox:"0 0 140 140",...e},n.default.createElement("path",{fill:"url(#paint0_linear_4_8)",fillRule:"evenodd",d:"M82.82 5.905c-7.048-7.873-19.376-7.873-26.425 0l-3.323 3.712a17.73 17.73 0 0 1-14.192 5.878l-4.974-.274c-10.552-.584-19.269 8.133-18.685 18.685l.274 4.974a17.73 17.73 0 0 1-5.878 14.192l-3.712 3.323c-7.873 7.049-7.873 19.377 0 26.425l3.712 3.323a17.73 17.73 0 0 1 5.878 14.192l-.274 4.974c-.584 10.552 8.133 19.269 18.685 18.686l4.974-.275a17.73 17.73 0 0 1 14.192 5.878l3.323 3.712c7.049 7.874 19.377 7.874 26.425 0l3.323-3.712a17.73 17.73 0 0 1 14.192-5.878l4.974.275c10.552.583 19.269-8.134 18.686-18.686l-.275-4.974a17.73 17.73 0 0 1 5.878-14.192l3.712-3.323c7.874-7.048 7.874-19.376 0-26.425l-3.712-3.323a17.73 17.73 0 0 1-5.878-14.192l.275-4.974c.583-10.552-8.134-19.269-18.686-18.685l-4.974.274a17.73 17.73 0 0 1-14.192-5.878zm-32.909 58.87c-9.765-9.014-23.248 5.223-14.467 14.778 5.975 5.121 14.337 13.008 20.037 18.495a10.25 10.25 0 0 0 7.29 2.607 10.27 10.27 0 0 0 7.032-3.25l33.621-40.561c9.201-9.804-5.512-24.114-14.829-14.37l-26.763 33.26c-2.74-2.483-6.435-5.895-9.564-8.784z",clipRule:"evenodd"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear_4_8",x1:"-4.5",x2:"139",y1:"65.5",y2:"86.5",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#0281DF"}),n.default.createElement("stop",{offset:"0.25",stopColor:"#249EEE"}),n.default.createElement("stop",{offset:"0.5",stopColor:"#3CB2F9"}),n.default.createElement("stop",{offset:"1",stopColor:"#61CAFF"}))))),Os=g(({className:e,...t})=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"27",height:"26",fill:"none",viewBox:"0 0 27 26",className:x.default("h-[26px] w-[27px]",e),...t},n.default.createElement("rect",{width:"23.04",height:"23.04",x:"1.869",y:"1.48",fill:"url(#pattern0)",rx:"1.92"}),n.default.createElement("defs",null,n.default.createElement("pattern",{id:"pattern0",width:"1",height:"1",patternContentUnits:"objectBoundingBox"},n.default.createElement("use",{transform:"scale(.00893)",xlinkHref:"#image0_3990_29484"})),n.default.createElement("image",{id:"image0_3990_29484",width:"112",height:"112",xlinkHref:"data:image/png;base64,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"})))),bo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M2.5 7.642a.6.6 0 01.933-.499L6.667 9.3a.6.6 0 00.666 0l3.234-2.157a.6.6 0 01.933.5V9.93a.6.6 0 01-.267.5l-3.9 2.599a.6.6 0 01-.666 0l-3.9-2.602a.6.6 0 01-.267-.5V7.642zM7.283 1.172L7.9 2.5h1.2a.293.293 0 01.207.513L8.265 4.04l.577 1.324a.314.314 0 01-.448.393L7 4.973l-1.394.784a.314.314 0 01-.448-.393l.577-1.324-1.041-1.026A.293.293 0 014.9 2.5h1.2l.617-1.328a.318.318 0 01.566 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));bo.tags=["military","soldier"];const Rs=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M3.9 4.499h4.797M3.9 6.898h2.998M11.096 6.205V2.7a1.2 1.2 0 00-1.2-1.2H2.7a1.2 1.2 0 00-1.2 1.2v7.796a1.2 1.2 0 001.2 1.2h1.936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M9.871 9.64a.955.955 0 100 1.91.955.955 0 000-1.91z",fill:"currentColor"}),n.default.createElement("path",{d:"M13.346 11.006a.641.641 0 00.102-.671.497.497 0 00-.096-.161 6.822 6.822 0 00-1.195-1.059c-.588-.405-1.385-.797-2.286-.797-.903 0-1.7.39-2.288.795a6.734 6.734 0 00-1.185 1.046.63.63 0 00-.01.855l.373-.334-.375.33c.173.198.6.652 1.194 1.06.588.404 1.384.795 2.285.795.902 0 1.698-.391 2.286-.796a6.681 6.681 0 001.195-1.063z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),wo=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e},n.default.createElement("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),n.default.createElement("path",{fill:"#172B85",fillRule:"evenodd",d:"M10.75 15.858H8.69L7.146 9.792c-.074-.279-.23-.525-.458-.642A6.573 6.573 0 004.8 8.51v-.234h3.318c.458 0 .801.35.859.758l.8 4.376 2.06-5.134h2.002l-3.089 7.583zm4.234 0h-1.945l1.602-7.583h1.945l-1.602 7.583zm4.118-5.482c.058-.409.401-.642.802-.642a3.535 3.535 0 011.888.35l.343-1.633a4.801 4.801 0 00-1.773-.35c-1.888 0-3.262 1.05-3.262 2.507 0 1.11.973 1.692 1.66 2.042.743.35 1.03.584.972.934 0 .524-.572.758-1.144.758a4.789 4.789 0 01-2.002-.467l-.344 1.634c.687.29 1.43.408 2.117.408 2.117.058 3.433-.992 3.433-2.567 0-1.983-2.69-2.1-2.69-2.974zm9.498 5.482l-1.545-7.583h-1.659a.863.863 0 00-.801.583l-2.86 7h2.002l.4-1.108h2.46l.23 1.108H28.6zm-2.918-5.54l.572 2.857h-1.602l1.03-2.858z",clipRule:"evenodd"})));wo.tags=["cc","credit card"];const Co=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M7.043 3.84l-.953.953 1.65 2.994-.033.034-2.996-1.648-.951.95 4.38 2.112L9.154 8.22l-2.11-4.38z",fill:"currentColor"})));Co.tags=["coupon"];const Eo=g(e=>n.default.createElement("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e},n.default.createElement("rect",{x:2,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("rect",{x:2,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4 9.333V10l.333.333.167.167M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Eo.tags=["checklist"];const En=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.587 6.614L7.358 1.386a.545.545 0 00-.771 0L1.358 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM6.985 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.978 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M6.985 9.196H6.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));En.tags=["exclamation"];const Io=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M12.798 6.815a5.972 5.972 0 01-5.893 5.984h-.006a5.805 5.805 0 01-5.888-5.717c-.006-.026-.006-.053-.006-.075L1 7.002a5.974 5.974 0 015.888-5.996v-.005a5.795 5.795 0 015.883 5.711v.07l.027.033zM6.91 7.475v-3.23",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M6.905 9.06v0a.131.131 0 00-.134.128c0 .07.06.128.134.128v0a.14.14 0 00.129-.14l-.006-.005-.005-.005c-.005-.075-.064-.134-.134-.134h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Io.tags=["exclamation"];const yo=g(e=>n.default.createElement("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M16.3019 9.3168C16.3086 13.4083 13.0274 16.7498 8.92917 16.8034H8.92247C4.91131 16.857 1.61667 13.6628 1.5564 9.65162C1.54971 9.61814 1.54971 9.58466 1.54971 9.55787L1.54301 9.55117C1.52962 5.45229 4.81087 2.11077 8.90908 2.0505V2.04381C12.9135 1.98354 16.2082 5.17774 16.2685 9.1889C16.2685 9.21568 16.2685 9.24917 16.2685 9.27595L16.3019 9.3168Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.93555 10.1429V6.10181",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.93011 12.1254V12.1247C8.83636 12.1247 8.7627 12.1984 8.7627 12.2854C8.7627 12.3725 8.83636 12.4462 8.93011 12.4462V12.4455C9.01716 12.4388 9.09082 12.3651 9.09082 12.2714C9.08412 12.2647 9.08412 12.2647 9.08412 12.2647L9.07743 12.258C9.07073 12.1642 8.99707 12.0906 8.91002 12.0906H8.90332",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})));yo.tags=["exclamation","filled"];const xo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M7 8.04V6.17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:7,cy:9.7,r:.5,fill:"currentColor"}),n.default.createElement("path",{d:"M8.015 3.55l3.83 6.702a1.169 1.169 0 01-1.015 1.749H3.17c-.897 0-1.46-.97-1.014-1.749l3.83-6.702a1.168 1.168 0 012.029 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));xo.tags=["exclamation"];const ko=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M1.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5H4.556A3.056 3.056 0 001.5 4.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M8.832 6.654H5.166a.611.611 0 01-.611-.61 2.445 2.445 0 014.889 0 .61.61 0 01-.612.61zM6.999 6.651L7.61 5.43",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));ko.tags=["weight","forms","questionnaire"];const Lo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M6.998 9.363a1.443 1.443 0 100 2.887 1.443 1.443 0 000-2.887zM10.198 7.554a5.284 5.284 0 00-6.409 0M12.771 4.552a9.614 9.614 0 00-11.546-.001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));Lo.tags=["private booking"];const Mo=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M3.166 11h9M11.697 4.746l-5.709 5.708v0a.379.379 0 01-.193.104l-2.176.435v0a.38.38 0 01-.446-.447l.435-2.174v0a.383.383 0 01.104-.194L9.421 2.47v0a1.605 1.605 0 012.269 0l.007.007v0a1.606 1.606 0 010 2.27v0z"})));Mo.tags=["pen","waiver"];const Ao=g(e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,viewBox:"0 0 30 30",...e},n.default.createElement("path",{d:"M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z",fill:"#000"})));Ao.tags=["logo","social media","x"];const zs=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",stroke:"currentColor"}),n.default.createElement("mask",{id:"prefix__a",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:3,y:5,width:12,height:13},n.default.createElement("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",fill:"#fff",stroke:"#fff"})),n.default.createElement("g",{mask:"url(#prefix__a)",stroke:"currentColor"},n.default.createElement("path",{d:"M4 13l1.5-2 2 2M14 13.5l-3.5-4-5 6.5"})),n.default.createElement("rect",{x:4.5,y:1.5,width:9,height:3,rx:.5,stroke:"currentColor"}),n.default.createElement("circle",{cx:7.5,cy:3,r:.5,fill:"currentColor"}),n.default.createElement("circle",{cx:10.5,cy:3,r:.5,fill:"currentColor"}))),js=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48",...e},n.default.createElement("path",{fill:"#1B5EA8",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),n.default.createElement("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),n.default.createElement("path",{fill:"#fff",d:"M36.37 26.71s1.788-.534 1.998-.56c.209-.026.445 0 .445 0s.264-.33.344-.305c.076.025.392.129.446 0 .05-.129.262-.306.366-.331.106-.028.028-.255.158-.358.13-.102.997-.534 1.18-.738.187-.204.84-1.146.946-1.146.107 0 .316-.153.395-.28.076-.129.786-.945.945-1.122.16-.178.5-.434.5-.434s.026-.535.106-.636c.078-.102.366-.432.498-.585.132-.153.605-.64.71-.611.105.025.443 0 .472-.102.028-.103-.054-.434.131-.485.183-.051.473-.077.473-.077s.419-1.274.605-1.35c.184-.078.471-.153.471-.153s.551-.459.736-.434c.185.026.788-.05.788-.05s.551-.587.656-.84c.106-.256.289-.409.448-.436.157-.024-.08-.15.157-.304.235-.154 1.209-.611 1.39-.79.184-.177.475-.688.475-.688s-.134-.636.079-.815c.209-.178.996-.433 1.314-.587.313-.152 1.023-.635 1.152-.865.133-.229.476-.612.551-.636.08-.026.528-.588.63-.688.107-.103.792-.359.923-.435.13-.075.707-.075.839-.102.132-.024.236-.204.577-.255.343-.05 1.498.051 1.576.026.08-.026.237-.23.42-.152.187.075.395.56.5.61.105.052.47.155.734.332.261.179.631.713.945.688.318-.024.499.434.659.637.157.205.709.765.682.892-.026.129-.185.459-.026.714.158.254.341.712.498.814.157.103.498.638.498.842 0 .202.264.762.53.967.258.204.628 1.351.915 1.709.288.354 1.078 2.24 1.29 2.522.21.279.21.177.472.255.262.074 1.1.584 1.34.762.236.18 1.075 1.606 1.258 1.862.187.256 1.024 1.63 1.184 1.91.158.28.499 1.326.709 1.35.209.026.576 1.095.785 1.248.212.154 1.054 1.326 1.237 1.453.182.127.84 1.656.944 1.833.105.18-1.659 1.177-1.424 1.227.236.05-.916.433-.757.485.159.05-1.415.689-.785.97.631.279-1.458 1.94-1.458 1.94s-1.9 1.967-1.692 1.94c.21-.025-1.971 2.274-1.814 2.425.158.154-3.229 1.328-2.994 1.455.237.13-4 1.456-4 1.456l-5.195.97-15.336-5.82L36.37 26.71z"}),n.default.createElement("path",{fill:"url(#paint0_linear)",d:"M63.554 15.07c-.133.124-.313.43-.313.608s.076.46.13.586c.05.127.08.612.08.612s-.293-.178-.423-.332c-.13-.153-.104-.482-.13-.611-.027-.128-.342.13-.526.152-.093.014-.165-.12-.228-.253-.062-.133-.115-.267-.167-.255-.104.027-.419.18-.735.46-.314.278-.234.38-.394.458-.156.075-.234.126-.446-.025-.111-.08-.141-.014-.181.053-.035.06-.077.121-.19.073-.115-.05-.053.086.02.22.078.139.168.278.088.213-.155-.126-.155.28-.053.433.106.154.29.46.42.713.135.256.815 1.48.606 1.428-.21-.052-.448-.611-.528-.84-.077-.23-.472-.588-.552-.588-.075 0-.471-.027-.576-.075-.103-.051-.84-.23-1.26-.204-.42.025-.527-.357-.735-.409-.212-.05-.894-.254-1.077-.279-.183-.025.42.586.604.637.184.05.288.204.026.303-.262.104-.708-.279-.838-.279-.134 0-.37.357-.21.46.155.102.812.484.946.587.127.101.025.533-.109.482-.129-.052-.867-.052-1.181.027-.316.076-.814-.334-1.049-.51-.237-.178-.474-.052-.58.077-.105.125-.447.611-.656.814-.209.203-.998.203-1.206.357-.213.152-1.052.84-1.288 1.122-.237.279-.997.508-1.262.688-.263.178-.657.992-.814 1.12a6.114 6.114 0 00-.684.688c-.209.254-.631.509-.891.816-.264.305-.473.585-.473.585l-.526.534-.446-.255s-.601.409-.813.512c-.21.1-.975-.052-1.235-.078-.265-.025-.605.28-.526.307.08.026.134.177.08.255-.055.076-.605.076-.605.076l-.132.433s-.5.075-.71.075c-.21 0-.523.077-.655.105-.132.025-.5-.308-.63-.308-.134 0-.5-.152-.655 0-.16.154-.424.561-.424.561s-.394 0-.523.025c-.13.026-.84.23-.84.23l2.732 14.803c3.806 2.777 8.538 4.422 13.666 4.422 9.751 0 18.071-5.95 21.316-14.31-.631-1.088-1.59-2.778-1.734-3.005-.21-.33-1.077-1.96-1.233-2.165-.16-.205-.368-.026-.445.05-.04.036-.11.012-.178-.012-.082-.028-.165-.057-.192.013-.054.127-.367.382-.474.279-.103-.1-.42-.891-.394-1.043.028-.153.446.074.446.074s.133-.074.082-.201c-.054-.128-.684-.282-.792-.256-.103.025-.417-.535-.628-.689-.21-.153-.657-.736-.813-.94-.16-.207-.711-.766-.895-.893-.181-.128-.629-.534-.919-.661-.29-.129-.316-.512-.445-.869-.13-.355-.186.105-.158.23.027.127-.238.333-.16.357.08.025.132.282.263.382.133.101-.262.23-.39.203-.135-.024-.29-.432-.37-.609-.08-.18-.395-.231-.29-.434.107-.205.238-.561.132-.688-.105-.128-.157-.483.025-.458.186.024.315-.103.422-.205.105-.102.316.306.395.432.076.129.498.663.474.536-.028-.128.182-.204.182-.204.21.433 1.968 2.6 2.022 2.804.053.202.158-.078.132-.307-.027-.23.104-.152.13-.255.028-.103-.13-.407-.526-.433-.394-.025-.576-.637-.709-.918-.13-.28.395.23.395.23l-1.234-2.087s-1.103-1.784-1.18-1.784c-.08 0-.266.1-.317.203-.053.1.209.789.286.892.08.1.318.484.239.535-.08.05-.499-.205-.711-.28-.207-.078-.497.254-.497.254s-.08-1.07-.212-1.07c-.13 0-.079-.46-.051-.84.026-.383-.42-.383-.42-.383s-.08-.867-.185-.992c-.105-.13 0-.714.027-.971.028-.253-.552-1.222-.684-1.322-.068-.054-.21-.087-.348-.087-.124 0-.244.026-.307.087z"}),n.default.createElement("path",{fill:"url(#paint1_linear)",d:"M49.923 17.743s-.131.306-.342.457c-.213.154-.343.563-.552.843-.21.279-.47.458-.682.355-.21-.103-.473.051-.446.357.026.306.106.943-.053.867-.16-.077-.026-.408-.262-.255-.238.153-.712.993-.893.918-.185-.076-.396-.536-.526-.358-.131.179-.184.74-.341.484-.157-.256-.393-.23-.76.05-.37.283-.764.462-.947.56-.187.103-.55.383-.632.613a.85.85 0 01-.366.46c-.133.074-.445.305-.445.457 0 .154-.187.23-.398.434-.207.203-.602.482-.811.663-.211.178-.659.663-.869.764-.211.101-.576.383-.367.383 0 0 .367 0 .577-.154.211-.154.815-.586.973-.638.158-.051.525-.076.603.103.08.18-.05.433-.236.559-.182.13-.579.563-.681.588-.106.024-.395.28-.395.28s.497-.025.734-.18c.238-.15.87-.432.945-.637.08-.203.263-.457.397-.66.131-.203.339.1.314.306-.028.202.319.354.497.074.185-.28.448-.15.683-.15.236 0 .739.175.869-.027.132-.204.445-.815.632-.92.183-.099.6-.89.731-1.196.13-.305.578-1.17.685-1.528.105-.357.448-.788.658-.917.209-.127.707-.33.945-.484.235-.152.102-.305.366-.534.264-.23.395-.179.395-.41 0-.227.211-.483.211-.483s-.342-.305-.133-.561c.212-.255.525-.764.525-.764s0-.23-.103-.153c-.106.076-.5-.026-.5-.026v.46z"}),n.default.createElement("path",{fill:"#fff",d:"M63.605 24.24s.842 1.222.998 1.502c.157.282.815 1.428.868 1.632.05.204.133.483.447.713.314.23.655.584.655.584s.028-.355-.026-.509c-.054-.153-.708-.942-.891-1.246-.186-.308-2-2.55-2.05-2.675zM66.783 28.978s.291.46.291.764c0 .307.288.867.42 1.095.132.23.34.664.447.715.103.05.42.077.736.407.312.331.471.584.735.663.261.075.472.153.472.153s-.315-.407-.682-1.044c-.37-.638-1.078-1.784-1.235-1.886-.16-.103-.499-.485-.579-.383-.079.1-.605-.484-.605-.484z"}),n.default.createElement("path",{fill:"url(#paint2_linear)",d:"M42.07 37.411c.34.74 3.018 1.784 2.996 1.248-.02-.366.025-1.56.055-2.28.217.32.398.591.44.675.135.256 2.682 3.745 2.918 4.435.238.69 5.383 3.974 5.91 4.534.13.139.432.451.817.846a23.433 23.433 0 005.45-.813 1.066 1.066 0 01-.28-.44c-.053-.18.185-.255.316-.458.129-.204.104-.204-.078-.181-.185.027-.763-.177-1.078-.203-.315-.024-1.42-.585-1.76-.687-.342-.102-.684-.917-.998-1.149-.316-.227-.525-.277-.657-.227-.133.052-.24-.026-.447-.256-.21-.23-.157-.457-.29-.611-.126-.152-.103.308-.182.357-.078.05-.315-.41-.474-.587-.155-.175-.34-.635-.446-.738-.104-.1-.104.202-.131.356-.025.152-.368.333-.5.23-.133-.102-.262-.456-.394-.586-.064-.063-.07.079-.074.22-.004.145-.002.292-.055.213-.106-.154-.289-.303-.316-.51-.026-.202-.159-.814-.263-.867-.103-.048-.21-.457-.315-.635-.103-.178-.103.127-.103.306 0 .177-.238.026-.293-.077-.05-.102-.157-.533-.259-.61-.107-.077-.29.203-.29.203l-.055.738s-.235-.713-.313-.84c-.078-.129-.342-.612-.368-.434-.027.178-.155-.075-.367-.23-.212-.153-.372-.431-.372-.356 0 .078.11.741-.047.662-.159-.076-.266-.686-.449-.967-.182-.28-.735-.713-.735-.713l-.13-.46s-.526-.025-.579-.178c-.052-.153-.34-.126-.366.052-.026.177-.291-.052-.504-.052-.205 0-.47-.636-.548-.739-.075-.102-.16-.28-.184-.154-.025.13-.209.052-.316-.178-.105-.23.187-.558.237-.688.054-.126-.05-.304-.21-.151-.157.152-.314.535-.314.535l-.288-.409-.134.155-.261-.536-.238-.509-.131.535-.026.031c-.122-.33-.227-.601-.262-.644-.103-.126-.63-1.554-.815-1.808-.182-.255-.157-.738-.157-.738s-.316-.18-.526-.078c-.21.103-.367-.33-.553-.458-.179-.127-.416.027-.416.027v-.587l-1.576-.154s1.443 6.879 1.785 7.618z"}),n.default.createElement("path",{fill:"url(#paint3_linear)",d:"M36.793 23.475c-.186.205-.817.257-.946.356-.131.101-.421.41-.499.535-.08.128-.292.153-.421.255-.131.103-.236.587-.236.587s-.34.05-.71.382c-.368.33-.71.434-1.077.663-.268.167-.78.513-1.085.736 1.14 11.166 10.85 19.89 22.658 19.89.631 0 1.257-.025 1.876-.073a19.55 19.55 0 01-.704-1.09c-.525-.89-1.628-1.399-1.815-1.452-.182-.05-.6-.817-.735-.866-.13-.05-.602-.79-.76-1.043a.845.845 0 00-.632-.41c-.235-.023-1.39-1.5-1.39-1.5s-1.6-1.707-1.759-1.836c-.159-.128-1.024-1.274-1.184-1.452-.157-.178-.97-.764-1.153-.79-.185-.026-.788-.919-.897-1.02-.103-.1-.495-.1-.522 0-.028.101-.29.384-.314.512-.026.127-.026.459-.211.61-.185.15-.288.713-.288.713s-.342-.229-.447-.253c-.108-.026-.263-.843-.289-1.022-.027-.176-.239-.637-.37-.787-.132-.154-.522-.818-.735-.97-.209-.152-.367-.84-.391-1.148-.028-.304-.553-1.196-.685-1.426-.133-.229-.264-1.119-.315-1.273-.054-.153-.343-.636-.499-.815-.157-.18-.892-.967-1.181-1.148-.289-.177-.398-.611-.446-.686-.055-.077-.133-.536-.133-.536s-.182-.331-.237-.484c-.05-.152-.103-2.496-.078-2.573.028-.075-.34-.356-.497-.408-.16-.05.026-.28 0-.406-.028-.127-.212-.282-.212-.282s-.5.306-.68.51z"}),n.default.createElement("path",{fill:"#292929",d:"M.503 1.522h3.322l10.851 19.71 10.848-19.71h3.323L16.498 23.97l12.98 23.424h-3.262L14.676 26.646 3.263 47.394H0L12.919 23.97.503 1.522zM89.929 44.653h13.784v2.74H86.919V1.522h3.01v43.131zM138.864 29.567l-9.22-22.145 9.22 22.145zm-9.22-22.145l-9.281 22.145h18.501l-9.22-22.145zm-10.41 24.883l-6.333 15.088h-3.073L129.644 0l19.754 47.393h-3.071l-6.336-15.088h-20.757zM32.994 24.456c0 11.315 9.722 20.806 21.512 20.806 11.725 0 21.51-9.553 21.51-20.806 0-11.317-9.785-20.806-21.51-20.806-11.79 0-21.512 9.489-21.512 20.806zm46.031 0C79.025 37.352 67.801 48 54.506 48c-13.296 0-24.52-10.648-24.52-23.544 0-12.898 11.163-23.544 24.52-23.544 13.295 0 24.52 10.646 24.52 23.544z"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})),n.default.createElement("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})))),Ws=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192",...e},n.default.createElement("path",{fill:"#1B5EA8",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),n.default.createElement("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),n.default.createElement("path",{fill:"#fff",d:"M25 105.194s6.998-2.181 7.82-2.29c.817-.104 1.742 0 1.742 0s1.033-1.34 1.346-1.241c.298.104 1.537.524 1.747 0 .196-.524 1.028-1.246 1.434-1.35.416-.113.108-1.038.617-1.458.514-.416 3.905-2.18 4.624-3.011.73-.83 3.29-4.673 3.7-4.673.421 0 1.239-.623 1.547-1.142.298-.524 3.078-3.852 3.7-4.573.626-.727 1.957-1.77 1.957-1.77s.103-2.18.416-2.591c.304-.42 1.434-1.766 1.948-2.388.519-.623 2.369-2.606 2.78-2.492.41.103 1.737 0 1.85-.416.107-.42-.21-1.77.514-1.978.714-.207 1.85-.311 1.85-.311s1.639-5.197 2.368-5.503c.72-.322 1.845-.628 1.845-.628s2.158-1.869 2.883-1.77c.724.109 3.083-.203 3.083-.203s2.158-2.393 2.57-3.426c.415-1.043 1.13-1.666 1.751-1.775.617-.1-.313-.613.617-1.241.92-.628 4.732-2.492 5.442-3.224.72-.717 1.86-2.804 1.86-2.804s-.524-2.59.308-3.322c.817-.727 3.9-1.765 5.144-2.393 1.228-.618 4.008-2.591 4.512-3.526.519-.934 1.865-2.496 2.158-2.595.313-.104 2.065-2.398 2.467-2.804.416-.42 3.098-1.463 3.611-1.775.509-.306 2.77-.306 3.284-.415.519-.1.925-.83 2.261-1.038 1.341-.208 5.863.207 6.172.103.313-.103.925-.94 1.639-.618.734.307 1.551 2.28 1.963 2.487.411.213 1.84.633 2.872 1.355 1.023.727 2.472 2.907 3.7 2.803 1.243-.098 1.953 1.77 2.579 2.596.617.836 2.775 3.12 2.672 3.64-.102.524-.724 1.868-.102 2.912.616 1.033 1.336 2.902 1.947 3.317.617.42 1.953 2.601 1.953 3.432 0 .825 1.033 3.11 2.07 3.945 1.013.83 2.462 5.508 3.587 6.967 1.126 1.444 4.219 9.137 5.046 10.284.822 1.137.822.722 1.85 1.038 1.028.302 4.312 2.384 5.251 3.11.92.732 4.204 6.547 4.924 7.59.729 1.043 4.008 6.645 4.634 7.788.617 1.142 1.953 5.409 2.775 5.508.817.103 2.256 4.464 3.073 5.087.832.628 4.126 5.405 4.846 5.924.709.519 3.288 6.754 3.694 7.476.412.731-6.495 4.797-5.575 5 .925.203-3.586 1.765-2.965 1.978.622.203-5.539 2.808-3.073 3.955 2.472 1.138-5.708 7.911-5.708 7.911s-7.437 8.02-6.625 7.911c.822-.103-7.717 9.271-7.101 9.889.617.628-12.642 5.414-11.722 5.933.93.525-15.661 5.934-15.661 5.934l-20.338 3.955-60.044-23.733L25 105.194z"}),n.default.createElement("path",{fill:"url(#paint0_linear)",d:"M131.43 57.726c-.524.509-1.229 1.755-1.229 2.482 0 .726.299 1.873.509 2.388.196.519.313 2.497.313 2.497s-1.145-.727-1.654-1.355c-.509-.623-.406-1.963-.509-2.492-.108-.52-1.341.529-2.06.623-.362.054-.646-.49-.891-1.033-.245-.544-.45-1.088-.656-1.039-.406.109-1.639.732-2.877 1.874-1.229 1.132-.915 1.553-1.542 1.869-.612.307-.915.514-1.747-.104-.436-.326-.553-.054-.71.218-.137.247-.298.494-.739.296-.455-.202-.21.352.079.9.303.564.655 1.133.342.866-.607-.515-.607 1.142-.21 1.765.416.628 1.135 1.874 1.649 2.907.524 1.043 3.186 6.032 2.369 5.824-.822-.212-1.752-2.492-2.065-3.426-.304-.934-1.85-2.398-2.164-2.398-.293 0-1.845-.109-2.256-.307-.401-.207-3.284-.939-4.933-.83-1.644.104-2.06-1.454-2.877-1.666-.828-.208-3.5-1.039-4.214-1.138-.72-.103 1.639 2.389 2.364 2.596.719.208 1.125.831.102 1.236-1.027.426-2.775-1.137-3.284-1.137-.523 0-1.443 1.454-.822 1.874.607.415 3.181 1.973 3.705 2.393.499.415.098 2.175-.426 1.968-.504-.213-3.396-.213-4.625.109-1.238.311-3.185-1.36-4.106-2.077-.93-.727-1.854-.213-2.27.312-.411.509-1.752 2.491-2.57 3.317-.817.83-3.905.83-4.722 1.459-.832.618-4.116 3.426-5.041 4.573-.93 1.138-3.906 2.072-4.943 2.804-1.028.727-2.57 4.044-3.186 4.569-.617.519-1.85 1.77-2.677 2.803-.817 1.038-2.472 2.077-3.49 3.328-1.032 1.246-1.85 2.388-1.85 2.388l-2.06 2.175-1.747-1.038s-2.354 1.666-3.181 2.086c-.827.411-3.817-.212-4.835-.316-1.038-.104-2.369 1.142-2.06 1.251.313.104.523.722.313 1.038-.216.312-2.369.312-2.369.312l-.519 1.765s-1.953.306-2.78.306c-.817 0-2.045.312-2.564.426-.514.103-1.953-1.256-2.467-1.256-.523 0-1.952-.618-2.564 0-.621.627-1.659 2.289-1.659 2.289s-1.542 0-2.046.104c-.514.104-3.293.934-3.293.934l10.698 60.361c14.902 11.323 33.43 18.032 53.505 18.032 38.178 0 70.753-24.262 83.457-58.353-2.471-4.435-6.225-11.323-6.788-12.252-.827-1.345-4.218-7.991-4.83-8.826-.621-.836-1.439-.104-1.742.207-.152.144-.426.045-.695-.054-.323-.114-.646-.232-.754.054-.21.52-1.434 1.558-1.855 1.138-.401-.41-1.644-3.634-1.541-4.252.107-.623 1.747.301 1.747.301s.519-.301.318-.821c-.21-.519-2.677-1.147-3.098-1.043-.406.104-1.634-2.18-2.461-2.808-.818-.623-2.57-3.001-3.181-3.837-.627-.84-2.785-3.12-3.505-3.64-.709-.518-2.461-2.175-3.597-2.694-1.135-.524-1.238-2.086-1.742-3.54-.514-1.449-.729.425-.622.94.108.514-.929 1.354-.621 1.453.313.099.514 1.147 1.028 1.558.518.41-1.028.934-1.532.825-.524-.099-1.136-1.76-1.444-2.482-.313-.737-1.546-.944-1.135-1.77.416-.835.93-2.29.514-2.803-.411-.524-.612-1.973.098-1.87.729.1 1.233-.42 1.654-.835.411-.415 1.238 1.246 1.546 1.76.299.524 1.948 2.705 1.855 2.186-.108-.52.714-.83.714-.83.823 1.764 7.704 10.6 7.914 11.43.21.826.622-.316.519-1.25-.108-.935.406-.618.509-1.039.107-.42-.509-1.661-2.061-1.765-1.541-.104-2.256-2.6-2.774-3.743-.509-1.142 1.546.94 1.546.94L148.5 81.2s-4.322-7.273-4.625-7.273c-.313 0-1.038.41-1.238.826-.206.41.817 3.219 1.12 3.64.314.41 1.244 1.972.935 2.18-.313.207-1.952-.836-2.784-1.143-.808-.316-1.943 1.039-1.943 1.039s-.314-4.366-.832-4.366c-.509 0-.309-1.874-.201-3.422.103-1.562-1.644-1.562-1.644-1.562s-.309-3.535-.725-4.045c-.411-.529 0-2.912.108-3.96.108-1.034-2.163-4.984-2.677-5.39-.269-.222-.827-.355-1.365-.355-.485 0-.955.104-1.199.356"}),n.default.createElement("path",{fill:"url(#paint1_linear)",d:"M78.061 68.628s-.514 1.246-1.341 1.864c-.832.628-1.341 2.294-2.158 3.436-.822 1.137-1.845 1.869-2.672 1.449-.823-.42-1.85.207-1.748 1.453.103 1.251.416 3.847-.205 3.536-.626-.312-.103-1.662-1.028-1.039-.93.623-2.785 4.05-3.494 3.743-.724-.311-1.551-2.185-2.06-1.458-.514.727-.72 3.016-1.336 1.973-.612-1.044-1.537-.94-2.976.202-1.444 1.152-2.99 1.884-3.705 2.284-.734.42-2.158 1.563-2.476 2.498-.304.934-.915 1.562-1.434 1.873-.519.307-1.742 1.247-1.742 1.87 0 .627-.73.934-1.557 1.77-.812.825-2.358 1.962-3.176 2.7-.827.726-2.579 2.704-3.401 3.114-.827.415-2.256 1.562-1.439 1.562 0 0 1.439 0 2.261-.628.827-.627 3.191-2.388 3.808-2.6.621-.208 2.055-.312 2.363.42.314.732-.2 1.765-.925 2.279-.714.529-2.265 2.295-2.667 2.398-.416.099-1.546 1.143-1.546 1.143s1.948-.104 2.873-.732c.934-.618 3.406-1.765 3.7-2.601.313-.826 1.032-1.864 1.556-2.695.514-.825 1.326.41 1.228 1.251-.108.826 1.248 1.444 1.948.302.724-1.142 1.752-.613 2.672-.613.925 0 2.892.717 3.401-.11.519-.83 1.742-3.322 2.477-3.747.714-.405 2.349-3.629 2.862-4.88.51-1.241 2.261-4.771 2.682-6.23.412-1.454 1.752-3.214 2.575-3.738.817-.519 2.77-1.35 3.7-1.973.92-.622.4-1.245 1.433-2.18 1.033-.94 1.547-.727 1.547-1.666 0-.93.827-1.973.827-1.973s-1.341-1.246-.524-2.29c.832-1.038 2.056-3.114 2.056-3.114s0-.935-.401-.623c-.416.311-1.958-.104-1.958-.104v1.874z"}),n.default.createElement("path",{fill:"#fff",d:"M131.63 95.121s3.293 4.979 3.905 6.122c.617 1.152 3.191 5.824 3.397 6.655.2.83.523 1.968 1.752 2.907 1.228.934 2.564 2.383 2.564 2.383s.108-1.449-.103-2.076c-.21-.623-2.77-3.842-3.489-5.083-.724-1.256-7.826-10.393-8.026-10.908zM144.07 114.44s1.14 1.874 1.14 3.115c0 1.251 1.126 3.535 1.645 4.464.514.94 1.331 2.705 1.747 2.913.406.207 1.649.316 2.882 1.661 1.224 1.35 1.846 2.383 2.878 2.705 1.023.306 1.85.623 1.85.623s-1.233-1.662-2.672-4.258c-1.449-2.6-4.219-7.273-4.835-7.688-.627-.42-1.953-1.978-2.266-1.562-.309.41-2.369-1.973-2.369-1.973z"}),n.default.createElement("path",{fill:"url(#paint2_linear)",d:"M47.317 148.826c1.331 3.016 11.814 7.273 11.726 5.087-.074-1.493.098-6.358.215-9.295.852 1.3 1.561 2.408 1.728 2.749.524 1.043 10.498 15.273 11.422 18.086.93 2.809 21.074 16.203 23.134 18.488.51.563 1.693 1.839 3.2 3.446a88.357 88.357 0 0021.339-3.313c-.451-.41-.921-1.177-1.097-1.795-.205-.732.725-1.038 1.238-1.869.504-.83.407-.83-.303-.736-.724.108-2.99-.723-4.224-.826-1.233-.099-5.559-2.388-6.89-2.804-1.336-.415-2.677-3.738-3.906-4.682-1.238-.93-2.055-1.132-2.574-.929-.519.212-.935-.104-1.747-1.044-.827-.934-.617-1.864-1.135-2.492-.495-.618-.407 1.256-.715 1.459-.303.203-1.233-1.671-1.855-2.393-.607-.717-1.33-2.591-1.747-3.011-.406-.411-.406.825-.514 1.453-.098.618-1.439 1.355-1.953.94-.523-.42-1.027-1.864-1.546-2.393-.25-.257-.274.321-.289.9-.014.588-.01 1.186-.215.865-.416-.628-1.13-1.236-1.238-2.077-.103-.825-.622-3.323-1.028-3.535-.406-.198-.822-1.864-1.233-2.591-.406-.727-.406.519-.406 1.246 0 .722-.93.109-1.146-.312-.195-.415-.616-2.175-1.013-2.491-.42-.312-1.14.83-1.14.83l-.21 3.011s-.92-2.907-1.229-3.426c-.303-.524-1.336-2.497-1.438-1.77-.108.727-.607-.307-1.44-.935-.826-.628-1.453-1.76-1.453-1.453 0 .316.426 3.021-.186 2.699-.621-.311-1.042-2.798-1.757-3.945-.714-1.143-2.877-2.908-2.877-2.908l-.51-1.874s-2.06-.103-2.265-.726c-.206-.623-1.332-.515-1.434.212-.103.722-1.14-.212-1.973-.212-.802 0-1.84-2.591-2.148-3.011-.294-.416-.622-1.143-.72-.628-.097.529-.817.212-1.238-.727-.41-.935.734-2.275.93-2.804.21-.514-.195-1.241-.822-.618-.616.618-1.228 2.181-1.228 2.181l-1.13-1.666-.525.632-1.022-2.185-.93-2.077-.514 2.181-.103.128c-.474-1.35-.886-2.452-1.023-2.625-.406-.514-2.466-6.339-3.19-7.372-.715-1.043-.617-3.011-.617-3.011s-1.238-.732-2.06-.317c-.818.42-1.434-1.35-2.164-1.869-.7-.519-1.63.109-1.63.109v-2.393l-6.17-.628s5.652 28.05 6.988 31.066"}),n.default.createElement("path",{fill:"url(#paint3_linear)",d:"M26.655 92c-.73.835-3.201 1.048-3.705 1.453-.514.41-1.65 1.667-1.953 2.181-.313.52-1.145.623-1.649 1.038-.514.42-.925 2.393-.925 2.393s-1.331.208-2.78 1.558c-1.439 1.35-2.78 1.77-4.213 2.704a87.075 87.075 0 00-4.248 3.002c4.463 45.527 42.48 81.102 88.707 81.102 2.472 0 4.924-.103 7.346-.301-1.008-1.528-2.006-3.12-2.755-4.445-2.055-3.63-6.377-5.701-7.106-5.919-.714-.202-2.354-3.332-2.878-3.53-.508-.208-2.358-3.219-2.975-4.252-.622-1.039-1.537-1.562-2.477-1.671-.92-.094-5.442-6.122-5.442-6.122s-6.264-6.956-6.885-7.48c-.622-.525-4.008-5.197-4.635-5.924-.616-.727-3.798-3.115-4.517-3.223-.724-.104-3.083-3.743-3.509-4.154-.406-.41-1.938-.41-2.046 0-.107.411-1.135 1.563-1.228 2.087-.103.514-.103 1.869-.827 2.487-.724.613-1.126 2.907-1.126 2.907s-1.34-.934-1.752-1.033c-.42-.104-1.028-3.437-1.13-4.168-.108-.717-.935-2.596-1.449-3.209-.519-.628-2.045-3.333-2.877-3.956-.818-.618-1.44-3.421-1.532-4.677-.108-1.241-2.164-4.88-2.682-5.815-.52-.934-1.033-4.563-1.233-5.191-.211-.623-1.341-2.596-1.953-3.323-.617-.732-3.494-3.946-4.625-4.682-1.13-.722-1.556-2.492-1.747-2.799-.216-.311-.519-2.185-.519-2.185s-.715-1.35-.93-1.973c-.196-.618-.401-10.175-.303-10.492.107-.306-1.331-1.449-1.948-1.661-.626-.208.103-1.142 0-1.657-.108-.519-.827-1.152-.827-1.152S27.364 91.17 26.655 92"}),n.default.createElement("path",{fill:"#292929",d:"M11.78 96c0 46.136 38.065 84.836 84.225 84.836 45.905 0 84.21-38.952 84.21-84.836 0-46.146-38.305-84.836-84.21-84.836-46.16 0-84.225 38.69-84.225 84.836zM192 96c0 52.583-43.943 96-95.995 96C43.948 192 0 148.583 0 96 0 43.407 43.708 0 96.005 0 148.057 0 192 43.407 192 96z"}),n.default.createElement("defs",null,n.default.createElement("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})),n.default.createElement("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#909191"})),n.default.createElement("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse"},n.default.createElement("stop",{stopColor:"#fff"}),n.default.createElement("stop",{offset:"1",stopColor:"#626262"})))),In=e=>n.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"310",height:"101",fill:"none",viewBox:"0 0 310 101",...e},n.default.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M300.493 98.795h8.955L269.521 0l-40.072 98.795h8.985l12.113-29.765h37.804l12.142 29.765zm-15.443-38.06h-31.173l15.644-38.433 15.529 38.433zm-107.902 38.06h35.02V90.53h-26.38V5.426h-8.64v93.37zm-65.122 1.235c-25.985 0-47.905-21.957-47.905-47.933S86.041 4.22 112.026 4.22s47.905 21.928 47.905 47.904c0 25.976-21.948 47.905-47.905 47.905zm0-87.543c-21.351 0-39.376 18.14-39.376 39.638 0 21.499 18.025 39.61 39.376 39.61s39.376-18.14 39.376-39.61-18.025-39.638-39.376-39.638zm-57.8 86.337h9.5L38.122 52.15 62.521 5.426h-9.616L33.013 42.71 13.092 5.426H3.447L27.99 52.149 2.5 98.824h9.501l20.983-39.351 21.241 39.351z",clipRule:"evenodd"})),No=g(e=>n.default.createElement("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M5.769 11.865h2.498M7.019 12v.5M5.768 10.268c0 .135.11.244.25.244h2-.006c.135 0 .25-.114.25-.25v-.424a4.29 4.29 0 003.244-4.083L11.5 5.75a4.377 4.377 0 00-4.503-4.248A4.369 4.369 0 002.5 5.745a4.288 4.288 0 003.248 4.078l.02.445z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})));No.tags=["nps","net promoter score"];const So=g(e=>n.default.createElement("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.default.createElement("path",{d:"M10.575 10.738l3.18 1.03s.455.084.45.389c-.003.214-.138.458-.138.458l-1.344 1.938s-.24.201-.482.201-.52-.377-.52-.377l-1.7-2.864s-.192-.418.035-.648c.207-.211.519-.127.519-.127zm-.681-1.316c.162.279.612.198.612.198l3.173-.936s.433-.178.494-.414c.06-.237-.071-.523-.071-.523l-1.517-1.803s-.132-.228-.404-.25c-.301-.027-.486.34-.486.34L9.902 8.884c0-.001-.158.282-.008.54zm-1.5-1.11c.374-.093.434-.64.434-.64l-.025-4.56s-.057-.563-.307-.716c-.393-.24-.51-.115-.622-.098l-2.634.987s-.258.087-.393.304c-.192.308.195.759.195.759L7.78 8.116s.27.282.615.196zm-.65 1.845c.01-.352-.418-.563-.418-.563L4.494 8.15s-.42-.174-.624-.053c-.156.093-.294.262-.307.41L3.378 10.8s-.027.397.075.578c.144.256.62.078.62.078l3.306-.738c.128-.087.353-.095.365-.56zm.822 1.237c-.284-.147-.623.157-.623.157l-2.214 2.46s-.276.376-.206.607a.595.595 0 00.33.4l2.224.708s.27.056.474-.004c.29-.085.236-.542.236-.542l.05-3.33s-.011-.32-.27-.456z",fill:"#000"})));So.tags=["logo","social media","review"];const Ps={primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution",current:null},Zs={tiny:"w-4 h-4",small:"w-7 h-7",medium:"w-10 h-10",large:"w-14 h-14",current:"w-[1em] h-[1em]"},ct=({className:e,size:t="small",color:a="secondary",...o})=>n.default.createElement(ya,{className:x.default("ui-spinner",e,Zs[t],Ps[a],"inline-block animate-spin"),...o});ct.propTypes={className:u.default.string,size:u.default.string,color:u.default.string};const Xs={primary:"!bg-primary-light",secondary:"!bg-secondary-light",success:"!bg-success-light",warning:"!bg-warning-light",caution:"!bg-caution-light",danger:"!bg-danger-light"},Tt=({color:e="primary",isLoading:t,isSuccess:a,disabled:o=!1,className:r,variant:l="standard",children:i,...s})=>{const[c,d]=y.useState(!1);y.useEffect(()=>{if(a&&!t){d(!0);const p=setTimeout(()=>d(!1),3e3);return()=>clearTimeout(p)}t&&c&&d(!1)},[a,t]);const m=t||c;return n.default.createElement(Be,{color:e,disabled:m||o,variant:l,className:x.default(r,"relative",m&&Xs[e]),...s},n.default.createElement("span",{className:x.default("absolute inset-0 flex items-center justify-center",m?"opacity-100":"opacity-0")},m&&n.default.createElement(se.Transition,{appear:!0,as:"span",show:m,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},c&&n.default.createElement(pn,{size:"medium",color:"current",className:x.default("relative -top-0.25 text-white",{"text-black":l==="outline"})}),t&&!c&&n.default.createElement(ct,{size:"current",color:"current",className:"relative -top-0.25 text-white"}))),n.default.createElement("span",{className:x.default(m?"flex-shrink flex-grow opacity-0":"opacity-100")},i))};Tt.propTypes={...Be.propTypes,isLoading:u.default.bool,isSuccess:u.default.bool,variant:u.default.oneOf(Object.keys(st)),disabled:u.default.bool};const Ys={outline:{primary:"bg-primary-lighter border border-primary hover:bg-primary-light hover:border-primary-dark",secondary:"bg-secondary-light border border-secondary-light hover:bg-secondary-light hover:border-secondary",success:"bg-success-lightish border border-success hover:bg-success-light hover:border-success-dark",warning:"bg-warning-lightish border border-warning hover:bg-warning-light hover:border-warning-dark",caution:"bg-caution-lightish border border-caution hover:bg-caution-light hover:border-caution-dark",danger:"bg-danger-lightish border border-danger hover:bg-danger-light hover:border-danger-dark"}},Bo=({color:e="primary",variant:t="outline",isActive:a,className:o,...r})=>n.default.createElement(Be,{color:e,variant:t,className:x.default("text-black",o,a?Ys[t][e]:`bg-white hover:bg-${e}-lighter hover:border-${e}`),...r});Bo.propTypes={...Be.propTypes,isActive:u.default.bool.isRequired};const To={primary:"bg-primary-lighter text-primary-dark",secondary:"bg-secondary-lighter text-black",success:"bg-success-lightish text-success-darker",warning:"bg-warning-lightish text-warning-darker",caution:"bg-caution-lighter text-caution-dark",danger:"bg-danger-lightish text-danger-dark",problem:"bg-warning text-white",critical:"bg-danger text-white"},Vo={small:"px-2 py-0.75 h-5 text-sm leading-sm",medium:"px-3 py-1.5 h-7.5 text-base leading-base",large:"px-3.5 py-0.75 h-10 text-lg leading-lg"},_s={small:"w-3 h-3",medium:"w-4 h-4",large:"w-5 h-5 mr-1.5"},Fo=({color:e="primary",size:t="small",icon:a,className:o,children:r,...l})=>n.default.createElement("span",{className:x.default("ui-badge","inline-flex items-center whitespace-nowrap rounded-full",To[e],Vo[t],o),...l},a?y.cloneElement(a,{className:x.default("mr-1",_s[t])}):null,r);Fo.propTypes={className:u.default.string,color:u.default.oneOf(Object.keys(To)),size:u.default.oneOf(Object.keys(Vo)),icon:u.default.element,children:u.default.node.isRequired};const Ho={primary:"bg-primary-lighter text-black border border-primary",secondary:"bg-secondary-light text-gray-darker border border-secondary",success:"bg-success-lighter text-black border border-success",warning:"bg-warning-lighter text-black border border-warning",danger:"bg-danger-lighter text-black border border-danger",caution:"bg-caution-lighter text-black border border-caution"},Do={small:"px-1 py-0.75 text-sm leading-3.5",medium:"px-2 py-1 text-base leading-3.5",large:"px-2 py-1.5 text-base leading-4"},Go=({color:e="primary",size:t="small",onClose:a,className:o,children:r,...l})=>{const i=s=>{s.stopPropagation(),a==null||a()};return n.default.createElement("span",{className:x.default("ui-tag","inline-flex rounded",Ho[e],Do[t],o),...l},r,a?n.default.createElement(We,{size:"small",className:x.default("ui-tag-close ml-2 cursor-pointer leading-4 hover:text-gray-darker",t==="large"?"mt-0.5":"mt-0.25"),onClick:i}):null)};Go.propTypes={color:u.default.oneOf(Object.keys(Ho)),size:u.default.oneOf(Object.keys(Do)),onClose:u.default.func,className:u.default.string,children:u.default.node.isRequired};const Oo={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},Js={small:"h-1 w-1",medium:"h-1.5 w-1.5",large:"h-2 w-2",xlarge:"h-8 w-8"},Pe=({color:e="primary",size:t="medium",className:a,...o})=>n.default.createElement("span",{className:x.default("ui-dot","inline-block rounded-full text-white",Oo[e],Js[t],a),...o});Pe.propTypes={className:u.default.string,color:u.default.oneOf(Object.keys(Oo))};const Ro=({current:e,total:t})=>t<=1?null:n.default.createElement("div",{className:"w-full space-x-2 text-center"},le.range(0,t).map(a=>{const o=e<=0?0:e>=t?e-1:e,r=a===o?"primary":"secondary";return n.default.createElement(Pe,{key:a,color:r,size:"medium"})}));Ro.propTypes={total:u.default.number.isRequired,current:u.default.number.isRequired};const zo={primary:"bg-primary-lighter text-black",secondary:"bg-secondary-lighter text-black",success:"bg-success-lighter text-black",warning:"bg-warning-lighter text-black",danger:"bg-danger-lighter text-black",caution:"bg-caution-lighter text-black"},yn=({className:e,color:t="primary",onClose:a,children:o,...r})=>n.default.createElement("div",{className:x.default("ui-alert flex items-start rounded px-3 py-3 text-base leading-4",zo[t],e),...r},n.default.createElement("span",{className:"ui-alert-content w-full leading-p1"},o),a?n.default.createElement("button",{type:"button",className:"ui-alert-close ml-3 cursor-pointer hover:text-gray-dark"},n.default.createElement(We,{onClick:a})):null);yn.propTypes={className:u.default.string,color:u.default.oneOf(Object.keys(zo)),onClose:u.default.func,children:u.default.node.isRequired};const Vt=({className:e,...t})=>n.default.createElement("span",{className:x.default("ui-counter","inline-flex items-center justify-center rounded-full bg-danger-dark px-2 py-1 font-semibold leading-none text-white",e),...t});Vt.propTypes={className:u.default.string};const dt=typeof window>"u"?!1:window.navigator.userAgent.includes("Macintosh"),jo=()=>{if(typeof window>"u"||!window.navigator)return!1;const e=window.navigator.userAgent,t=!!/ipad/i.test(e)||!!/iphone/i.test(e),a=!!/webkit/i.test(e),o=!!/macintosh/i.test(e)&&navigator.maxTouchPoints>1;return t&&a||o},Us=()=>{const[e,t]=y.useState(0);return y.useEffect(()=>{const a=()=>{t(window.innerHeight)};return a(),window.addEventListener("orientationchange",a),()=>{window.removeEventListener("orientationchange",a)}},[]),e},Qs={small:"w-72",medium:"w-85",large:"w-110",xl:"w-200","2xl":"w-screen md:max-w-screen-md 2xl:max-w-screen-lg"},ft=y.forwardRef(({isOpen:e=!1,title:t,size:a="medium",content:o,onClose:r,classNames:l={},position:i="right"},s)=>{const c=Us(),d=jo();return n.default.createElement(se.Transition.Root,{ref:s,show:e,as:y.Fragment},n.default.createElement(se.Dialog,{as:"div",className:x.default("ui-drawer fixed inset-0 z-10 overflow-hidden",l.dialog),open:e,onClose:r},n.default.createElement("div",{className:x.default("flex",d?`h-[${c}px] max-h-[${c}px] w-full`:"h-screen w-full")},n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(se.Dialog.Overlay,{className:x.default("absolute inset-0 bg-black bg-opacity-80 transition-opacity",l.overlay)})),n.default.createElement("div",{className:x.default("fixed inset-y-0 flex max-w-full",i==="right"?"right-0":"left-0",l.dialogContent)},n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:i==="right"?"translate-x-full":"-translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-out-in duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:i==="right"?"translate-x-full":"-translate-x-full"},n.default.createElement("div",{className:"flex"},i==="right"?n.default.createElement(Wo,{onClose:r}):null,n.default.createElement("div",{className:x.default("flex h-full w-full flex-col overflow-y-auto bg-white px-4 py-8 shadow-xl sm:px-6",Qs[a],l.children)},n.default.createElement("div",{className:"w-full"},n.default.createElement(se.Dialog.Title,null,t)),n.default.createElement("div",{className:x.default("relative mt-3 flex-1",l.content)},o)),i==="left"?n.default.createElement(Wo,{onClose:r}):null))))))}),Wo=({onClose:e})=>n.default.createElement(Be,{size:"small",variant:"link",className:x.default("m-2.5 inline-flex !h-10 !w-10 items-center justify-center !rounded-full bg-white !px-1.5 !text-black"),onClick:e},n.default.createElement(We,{size:"medium"}));ft.propTypes={isOpen:u.default.bool.isRequired,title:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node]),content:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node]).isRequired,onClose:u.default.func.isRequired,classNames:u.default.object,position:u.default.string},ft.defaultProps={title:"",classNames:{},position:"right"};const qs=e=>{let t="N/A";const a=typeof e=="string"&&e.match(/\b\w/g);return a&&(t=a[0],a.length>1&&(t+=a[a.length-1])),t.toUpperCase()},Po={tiny:"h-7 w-7 text-base",small:"h-10 w-10 text-base",medium:"h-12 w-12 text-md",large:"h-15 w-15 text-xl"},xn=({className:e,name:t,color:a="bg-primary-lighter",size:o="large",...r})=>{const l=x.default("ui-avatar","inline-flex items-center justify-center rounded-full text-black leading-none",Po[o],a,e);return n.default.createElement("div",{title:t,className:l,...r},qs(t))};xn.propTypes={className:u.default.string,color:u.default.string,name:u.default.string,size:u.default.oneOf(Object.keys(Po))};const kn=({name:e,description:t,image:a,icon:o=n.default.createElement(ut,null),isResponsive:r=!1,className:l,...i})=>{const s=a!=null?a:n.default.createElement(xn,{size:"tiny",name:e});return n.default.createElement("button",{type:"button",className:x.default("ui-sidebar-account","flex w-full cursor-pointer items-center justify-center rounded px-4 py-3 hover:bg-gray-darker xl:justify-start",l),...i},n.default.createElement("div",{className:"flex-shrink-0"},s),n.default.createElement("div",{className:x.default("ml-2 min-w-0 text-left",r&&"hidden xl:inline")},n.default.createElement("div",{className:"truncate text-base"},e),t?n.default.createElement("div",{className:"truncate text-sm text-gray-dark"},t):null),n.default.createElement("span",{className:x.default("ml-auto",r&&"hidden xl:inline")},o))};kn.displayName="Sidebar.Account",kn.propTypes={name:u.default.string.isRequired,description:u.default.string,image:u.default.element,icon:u.default.element,isResponsive:u.default.bool,className:u.default.string};const Ln=({icon:e,label:t,className:a,...o})=>n.default.createElement("button",{type:"button",className:x.default("ui-sidebar-button flex w-full cursor-pointer items-center rounded py-2 px-4 hover:bg-gray-darker",a),...o},n.default.createElement("div",{className:"p-1.5"},n.default.createElement(e,{className:"h-4 w-4"})),n.default.createElement("span",{className:"ml-2"},t));Ln.displayName="Sidebar.Button",Ln.propTypes={icon:u.default.elementType.isRequired,label:u.default.string.isRequired};const Mn=({children:e,...t})=>n.default.createElement("div",{className:"ui-sidebar-footer py-3",...t},n.default.createElement("div",{className:"mx-4 border-t border-secondary-darker pb-2"}),e);Mn.displayName="Sidebar.Footer",Mn.propTypes={children:u.default.node.isRequired};const An=({icon:e,label:t,className:a})=>n.default.createElement("p",{className:x.default("ml-4 flex items-center text-white",a)},n.default.createElement(e,{className:"mr-3 h-5 w-5"}),n.default.createElement("span",{className:"text-md font-bold"},t));An.displayName="Sidebar.Heading",An.propTypes={icon:u.default.func.isRequired,label:u.default.string.isRequired,className:u.default.string};const Nn=({isActive:e=!1,icon:t,children:a,isSubMenuItem:o,align:r,classNames:l,...i})=>n.default.createElement("button",{type:"button",className:x.default("ui-sidebar-link","flex w-full items-center rounded leading-none transition-colors xl:justify-start",{"bg-primary text-white hover:bg-primary-dark":e,"text-gray hover:bg-gray-darker":!e,"justify-start px-6 py-2":o,"justify-center py-3 xl:px-6":!o}),...i},o?n.default.createElement(Pe,{className:x.default("mr-3 shrink-0",{"bg-white":e,"bg-gray":!e})}):n.default.createElement(t,{className:"h-5 w-5 shrink-0 xl:mr-3"}),n.default.createElement("span",{className:x.default("hidden px-1 xl:inline",{"!inline text-left":o},{"text-left":r==="left"},l==null?void 0:l.text)},a),o?null:n.default.createElement(ut,{className:"ml-auto hidden h-3 w-3 xl:inline"}));Nn.displayName="Sidebar.Link",Nn.propTypes={align:u.default.oneOf(["center","left","right"]),isActive:u.default.bool,icon:u.default.func,children:u.default.node.isRequired,isSubMenuItem:u.default.bool};const Sn=({className:e})=>n.default.createElement("hr",{className:x.default("mx-3 my-4 border-gray-lighter/20",e)});Sn.displayName="Sidebar.Separator",Sn.propTypes={className:u.default.string};const Ks={main:"_main_1bcuo_1"},$s=typeof window>"u"?void 0:window.document.body,Bn=({children:e,content:t,...a})=>n.default.createElement(Nt.default,{interactive:!0,trigger:"mouseenter",hideOnClick:"toggle",appendTo:$s,placement:"right",offset:[0,4],arrow:!1,className:x.default("ui-sidebar-menu",Ks.main,"!rounded-none bg-black bg-opacity-90 p-2 backdrop-blur-sm backdrop-filter"),content:t,...a},n.default.createElement("span",{className:"block"},e));Bn.displayName="Sidebar.Menu",Bn.propTypes={children:u.default.node.isRequired,content:u.default.node.isRequired};const eu={},tu={background:"linear-gradient(138.65deg, #583DFF 19.59%, #F849C7 62.96%, #FFC03D 97.07%)"},He=({logo:e,children:t,className:a,footer:o,notifications:r,isFixed:l=!0,onLogoClick:i,isStickyHeader:s=!0,isStickyFooter:c=!0,isLeftDrawerOpen:d,isRightDrawerOpen:m,handleDrawerStateChange:p})=>{const{announcements:w,notices:E}=r!=null?r:{},C=(E==null?void 0:E.count)<=0||!E,h=s&&c;return n.default.createElement("div",{className:x.default(eu,"ui-sidebar",l?"fixed":"relative",!h&&"overflow-y-auto","z-20 flex h-full w-16 flex-col bg-black px-1 py-2 text-white md:w-24 xl:w-50",a)},w||E?n.default.createElement("div",{className:x.default("flex w-full p-2 sm:justify-center sm:space-x-2 xl:justify-between",s&&"sticky top-0 z-50 bg-black")},w&&n.default.createElement("div",{className:x.default("cursor-pointer sm:text-center",w.hide&&"hidden")},n.default.createElement(Vt,{style:tu,onClick:()=>p("left")},n.default.createElement(Jr,{className:"mr-1 sm:hidden xl:block"}),w.count)),E&&n.default.createElement("div",{className:x.default("ml-auto cursor-pointer sm:text-center",C&&"hidden")},n.default.createElement(Vt,{className:"text-sm",onClick:()=>p("right")},n.default.createElement(hn,{className:"sm:hidden xl:block"}),E.count))):null,w&&n.default.createElement(ft,{classNames:{dialogContent:"md:left-24 xl:left-50"},position:"left",size:"xl",title:w.title,content:w.content,isOpen:d,onClose:v=>!!v&&p("left")}),E&&n.default.createElement(ft,{classNames:{dialogContent:"md:left-24 xl:left-50"},position:"left",size:"xl",title:E.title,content:E.content,isOpen:m,onClose:v=>!!v&&p("right")}),n.default.createElement("div",{className:x.default("flex-grow space-y-2",h&&"overflow-y-auto")},n.default.createElement("div",{className:"text-center"},e!=null?e:n.default.createElement(In,{className:x.default("inline-block h-12 w-12 xl:h-30 xl:w-30",i&&"cursor-pointer transition-opacity hover:opacity-80"),onClick:i})),n.default.createElement("div",null,t)),n.default.createElement("div",{className:x.default(c&&"sticky bottom-0 bg-black")},o))};He.propTypes={logo:u.default.node,children:u.default.node.isRequired,className:u.default.string,footer:u.default.element.isRequired,isFixed:u.default.bool,isStickyHeader:u.default.bool,isStickyFooter:u.default.bool,onLogoClick:u.default.func.isRequired,isLeftDrawerOpen:u.default.bool,isRightDrawerOpen:u.default.bool,handleDrawerStateChange:u.default.func,notifications:u.default.shape({announcements:u.default.shape({count:u.default.number,content:u.default.node,title:u.default.string,hide:u.default.bool,onClose:u.default.func}),notices:u.default.shape({count:u.default.number,content:u.default.node,title:u.default.string,onClose:u.default.func})})},He.Account=kn,He.Button=Ln,He.Footer=Mn,He.Link=Nn,He.Separator=Sn,He.Menu=Bn,He.Heading=An;const Bd="",Ke=({children:e,className:t,content:a,...o})=>n.default.createElement(Nt.default,{content:a,...o,className:"ui-tooltip text-white",plugins:[Rr.followCursor]},n.default.createElement("span",{className:t},e));Ke.propTypes={content:u.default.node.isRequired,children:u.default.node.isRequired,className:u.default.string};const Td="",nu=(e,t)=>y.Children.toArray(e).filter(a=>a.type===t),ru={main:"_main_jm0tk_1"},Zo={},Ae=({isLazy:e=!0,skidding:t=0,distance:a=10,className:o,children:r,...l})=>{const i=nu(r,Ae.Content),s=y.Children.toArray(r).filter(d=>d.type!==Ae.Content),c=e?au:Nt.default;return n.default.createElement(c,{interactive:!0,zIndex:50,content:i,className:x.default("ui-popover",Zo,ru.main,"!rounded-lg !border-gray-light shadow-xl",o),plugins:[Rr.followCursor],offset:[t!=null?t:0,a!=null?a:10],...l},n.default.createElement("span",null,s))};Ae.propTypes={isLazy:u.default.bool,className:u.default.string,skidding:u.default.number,distance:u.default.number,children:u.default.node.isRequired};const Tn=({className:e,children:t})=>n.default.createElement("div",{className:x.default("ui-popover-content",e)},t);Tn.displayName="Popover.Content",Tn.propTypes={className:u.default.string,children:u.default.node.isRequired},Ae.Content=Tn;const au=n.default.forwardRef((e,t)=>{const[a,o]=y.useState(!1),r={fn:()=>({onMount:()=>o(!0),onHidden:()=>o(!1)})},l={...e};return l.plugins=[r,...e.plugins||[]],e.render?l.render=(...i)=>a?e.render(...i):"":l.content=a?e.content:"",n.default.createElement(Nt.default,{...l,ref:t})}),mt=({placement:e="bottom",className:t,children:a,...o})=>{const r=y.Children.toArray(a),l=r.filter(d=>d.type!==mt.Item),i=r.length-l.length,s=r.map((d,m)=>d.type===mt.Item?n.default.cloneElement(d,{position:m,total:i}):null),c=n.default.createElement(Ae.Content,{className:x.default(Zo,"ui-popover-list-content divide-y divide-solid divide-gray-lighter p-0 ")},s);return n.default.createElement(Ae,{content:c,placement:e,className:x.default("ui-popover-list","w-40",t),...o},l)};mt.propTypes={placement:u.default.string,className:u.default.string,children:u.default.node.isRequired};const Vn=({name:e,isActive:t=!1,id:a=null,position:o,total:r,children:l,className:i,onClickItem:s,...c})=>{const d=m=>s(m,e,a);return n.default.createElement("div",{name:e,className:x.default("ui-popover-list-item","flex cursor-pointer space-x-2.5 p-4 align-text-top font-semibold leading-4 tracking-tightest hover:bg-gray-lighter",t?"bg-gray-lighter":null,o===1?"rounded-t-lg":null,o===r?"rounded-b-lg":null,i),onClick:d,...c},l)};Vn.displayName="PopoverList.Item",Vn.propTypes={position:u.default.number,total:u.default.number,name:u.default.string.isRequired,isActive:u.default.bool,id:u.default.string,children:u.default.node.isRequired,className:u.default.string,onClickItem:u.default.func.isRequired},mt.Item=Vn;const Xo={small:"max-w-100",medium:"max-w-125",large:"max-w-150",huge:"max-w-200"},Yo={center:"inline-block",topLeft:"absolute m-4 top-0 left-0",topRight:"absolute m-4 top-0 right-0",bottomLeft:"absolute m-4 bottom-0 left-0",bottomRight:"absolute m-4 bottom-0 right-0"},Ft={center:{enterFrom:"translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"translate-y-0 sm:scale-100",leaveFrom:"translate-y-0 sm:scale-100",leaveTo:"translate-y-4 sm:translate-y-0 sm:scale-95"},topLeft:{enterFrom:"scale-0 origin-top-left",enterTo:"scale-100 origin-top-left",leaveFrom:"scale-100 origin-top-left",leaveTo:"scale-0 origin-top-left"},topRight:{enterFrom:"scale-0 origin-top-right",enterTo:"scale-100 origin-top-right",leaveFrom:"scale-100 origin-top-right",leaveTo:"scale-0 origin-top-right"},bottomLeft:{enterFrom:"scale-0 origin-bottom-left",enterTo:"scale-100 origin-bottom-left",leaveFrom:"scale-100 origin-bottom-left",leaveTo:"scale-0 origin-bottom-left"},bottomRight:{enterFrom:"scale-0 origin-bottom-right",enterTo:"scale-100 origin-bottom-right",leaveFrom:"scale-100 origin-bottom-right",leaveTo:"scale-0 origin-bottom-right"}},ht=({size:e="medium",position:t="center",isOpen:a=!1,shouldCloseOnOutsideClick:o=!1,onClose:r,children:l,className:i})=>{const s=()=>{o&&r()};return n.default.createElement(se.Transition,{appear:!0,show:a,as:y.Fragment},n.default.createElement(se.Dialog,{as:"div",className:"ui-modal fixed inset-0 z-30 overflow-y-auto",onClose:s},n.default.createElement("div",{className:"min-h-screen px-4 text-center"},n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(se.Dialog.Overlay,{className:"ui-modal-overlay fixed inset-0 bg-black bg-opacity-80 transition-opacity"})),t==="center"&&n.default.createElement("span",{className:"inline-block h-screen align-middle","aria-hidden":"true"},"\u200B"),n.default.createElement(se.Transition.Child,{as:y.Fragment,enter:x.default("ease-out duration-300"),enterFrom:x.default("opacity-0",Ft[t].enterFrom),enterTo:x.default("opacity-100",Ft[t].enterTo),leave:x.default("ease-in duration-300"),leaveFrom:x.default("opacity-100",Ft[t].leaveFrom),leaveTo:x.default("opacity-0",Ft[t].leaveTo)},n.default.createElement("div",{className:x.default(i,Xo[e],Yo[t],"w-full transform overflow-hidden rounded-lg bg-white p-10 text-left align-middle shadow-xl transition-all")},r?n.default.createElement("button",{type:"button",className:"absolute right-0 top-0 m-4 hidden p-2 text-black hover:text-gray-darker sm:block",onClick:()=>r()},n.default.createElement(We,null)):null,l)))))};ht.propTypes={size:u.default.oneOf(Object.keys(Xo)),position:u.default.oneOf(Object.keys(Yo)),isOpen:u.default.bool.isRequired,shouldCloseOnOutsideClick:u.default.bool,onClose:u.default.func.isRequired,children:u.default.node.isRequired,className:u.default.string};const Fn=({children:e,description:t,className:a,...o})=>n.default.createElement(se.Dialog.Title,{as:"div",className:x.default(a,"ui-modal-header text-center"),...o},n.default.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},e),t?n.default.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},t):null);Fn.propTypes={children:u.default.node.isRequired,description:u.default.string,className:u.default.string},Fn.displayName="Modal.Header",ht.Header=Fn;const Hn=({className:e,...t})=>n.default.createElement("div",{className:x.default(e,"ui-modal-body mt-10"),...t});Hn.propTypes={className:u.default.string},Hn.displayName="Modal.Body",ht.Body=Hn;const Dn=({className:e,...t})=>n.default.createElement("div",{className:x.default(e,"ui-modal-footer mt-10 space-x-4 text-right"),...t});Dn.propTypes={className:u.default.string},Dn.displayName="Modal.Footer",ht.Footer=Dn;const ge=({className:e,...t})=>n.default.createElement("div",{className:"ui-table flex flex-col"},n.default.createElement("div",{className:"-my-2 overflow-x-auto"},n.default.createElement("div",{className:"inline-block min-w-full py-2 align-middle"},n.default.createElement("div",{className:"overflow-hidden border-b border-gray-lighter sm:rounded-lg"},n.default.createElement("table",{className:x.default(e,"min-w-full divide-y border border-gray-lighter"),...t})))));ge.propTypes={className:u.default.string},ge.Head=({className:e,...t})=>n.default.createElement("thead",{className:x.default("ui-table-head","bg-gray-lighter",e),...t}),ge.Head.displayName="Table.Head",ge.Head.propTypes={className:u.default.string},ge.Header=({className:e,...t})=>n.default.createElement("th",{className:x.default("ui-table-header","px-4 py-2 text-left text-base font-bold",e),...t}),ge.Header.displayName="Table.Header",ge.Header.propTypes={className:u.default.string},ge.Body=({className:e,isStriped:t=!1,children:a,...o})=>n.default.createElement("tbody",{className:x.default("ui-table-body","border-none",e),...o},y.Children.map(a,r=>r&&y.cloneElement(r,{isStriped:t}))),ge.Body.displayName="Table.Body",ge.Body.propTypes={className:u.default.string,children:u.default.node.isRequired,isStriped:u.default.bool},ge.Row=({isStriped:e=!1,className:t,...a})=>n.default.createElement("tr",{className:x.default("ui-table-row",e&&"even:bg-gray-lighter",t),...a}),ge.Row.displayName="Table.Row",ge.Row.propTypes={isStriped:u.default.bool,className:u.default.string},ge.Cell=({className:e,...t})=>n.default.createElement("td",{className:x.default("ui-table-cell","whitespace-nowrap px-4 py-2 text-base text-gray-darker",e),...t}),ge.Cell.displayName="Table.Cell",ge.Cell.propTypes={className:u.default.string};const Gn={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},On=({size:e,value:t,isCollapsed:a=!1,onChange:o,className:r,children:l,...i})=>n.default.createElement("span",{className:x.default("ui-button-group","inline-flex whitespace-nowrap",r),...i},y.Children.map(l,(s,c)=>{const d={size:e};if(!s.props.isHidden)return t!==void 0&&(d.isActive=t===c),a&&t>=0&&t!==c&&(d.shouldShowText=!1),o&&(d.onClick=()=>o(c)),y.cloneElement(s,d)}));On.propTypes={className:u.default.string,size:u.default.oneOf(Object.keys(Gn)).isRequired,value:u.default.number.isRequired,isCollapsed:u.default.bool,onChange:u.default.func.isRequired,children:u.default.node.isRequired};const Rn=({as:e="button",isActive:t,shouldShowText:a=!0,isHidden:o=!1,size:r="medium",icon:l,iconPlacement:i="left",className:s,children:c,...d})=>{const m=x.default("ui-button-group-button","inline-flex border-t border-l border-b last:border-r first:rounded-l-md last:rounded-r-md transition-colors focus:ring disabled:opacity-60 focus:z-10 leading-none",Gn[r],t?"bg-primary border-primary text-white hover:bg-primary-dark":"border-gray-light hover:bg-gray-lighter text-gray-darker",s);return n.default.createElement(e,{className:m,...d},l&&i==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},l):null,a?c:l?null:c,l&&i==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},l):null)};Rn.displayName="ButtonGroup.Button",Rn.propTypes={as:u.default.oneOfType([u.default.string,u.default.elementType]),isActive:u.default.bool,shouldShowText:u.default.bool,isHidden:u.default.bool,size:u.default.oneOf(Object.keys(Gn)),icon:u.default.element,iconPlacement:u.default.oneOf(["left","right"]),className:u.default.string,children:u.default.node.isRequired},On.Button=Rn;const _o={small:"w-10 h-10",medium:"w-16 h-16",large:"w-20 h-20"},gt=({className:e,size:t="small",...a})=>n.default.createElement("img",{className:x.default("ui-logo",e,"inline-block rounded object-cover",_o[t]),...a});gt.sizes=_o,gt.propTypes={className:u.default.string,src:u.default.string.isRequired,size:u.default.string};var Ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ou(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Jo=ou,lu=typeof Ce=="object"&&Ce&&Ce.Object===Object&&Ce,iu=lu,su=iu,uu=typeof self=="object"&&self&&self.Object===Object&&self,cu=su||uu||Function("return this")(),Uo=cu,du=Uo,fu=function(){return du.Date.now()},mu=fu,hu=/\s/;function gu(e){for(var t=e.length;t--&&hu.test(e.charAt(t)););return t}var pu=gu,vu=pu,bu=/^\s+/;function wu(e){return e&&e.slice(0,vu(e)+1).replace(bu,"")}var Cu=wu,Eu=Uo,Iu=Eu.Symbol,Qo=Iu,qo=Qo,Ko=Object.prototype,yu=Ko.hasOwnProperty,xu=Ko.toString,pt=qo?qo.toStringTag:void 0;function ku(e){var t=yu.call(e,pt),a=e[pt];try{e[pt]=void 0;var o=!0}catch{}var r=xu.call(e);return o&&(t?e[pt]=a:delete e[pt]),r}var Lu=ku,Mu=Object.prototype,Au=Mu.toString;function Nu(e){return Au.call(e)}var Su=Nu,$o=Qo,Bu=Lu,Tu=Su,Vu="[object Null]",Fu="[object Undefined]",el=$o?$o.toStringTag:void 0;function Hu(e){return e==null?e===void 0?Fu:Vu:el&&el in Object(e)?Bu(e):Tu(e)}var Du=Hu;function Gu(e){return e!=null&&typeof e=="object"}var Ou=Gu,Ru=Du,zu=Ou,ju="[object Symbol]";function Wu(e){return typeof e=="symbol"||zu(e)&&Ru(e)==ju}var Pu=Wu,Zu=Cu,tl=Jo,Xu=Pu,nl=0/0,Yu=/^[-+]0x[0-9a-f]+$/i,_u=/^0b[01]+$/i,Ju=/^0o[0-7]+$/i,Uu=parseInt;function Qu(e){if(typeof e=="number")return e;if(Xu(e))return nl;if(tl(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=tl(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Zu(e);var a=_u.test(e);return a||Ju.test(e)?Uu(e.slice(2),a?2:8):Yu.test(e)?nl:+e}var qu=Qu,Ku=Jo,zn=mu,rl=qu,$u="Expected a function",e2=Math.max,t2=Math.min;function n2(e,t,a){var o,r,l,i,s,c,d=0,m=!1,p=!1,w=!0;if(typeof e!="function")throw new TypeError($u);t=rl(t)||0,Ku(a)&&(m=!!a.leading,p="maxWait"in a,l=p?e2(rl(a.maxWait)||0,t):l,w="trailing"in a?!!a.trailing:w);function E(M){var S=o,B=r;return o=r=void 0,d=M,i=e.apply(B,S),i}function C(M){return d=M,s=setTimeout(b,t),m?E(M):i}function h(M){var S=M-c,B=M-d,D=t-S;return p?t2(D,l-B):D}function v(M){var S=M-c,B=M-d;return c===void 0||S>=t||S<0||p&&B>=l}function b(){var M=zn();if(v(M))return L(M);s=setTimeout(b,h(M))}function L(M){return s=void 0,w&&o?E(M):(o=r=void 0,i)}function k(){s!==void 0&&clearTimeout(s),d=0,o=c=r=s=void 0}function A(){return s===void 0?i:L(zn())}function I(){var M=zn(),S=v(M);if(o=arguments,r=this,c=M,S){if(s===void 0)return C(c);if(p)return clearTimeout(s),s=setTimeout(b,t),E(c)}return s===void 0&&(s=setTimeout(b,t)),i}return I.cancel=k,I.flush=A,I}var r2=n2;let a2=1;const Ht=y.createContext({generateId:()=>(console.warn("Please wrap your app with `<Provider />` component from `@xola/ui-kit`. Otherwise your app will not work with SSR frameworks."),a2++),localize:!0,locale:"en_US"}),o2=({children:e,localize:t=!0,locale:a="en_US"})=>{const o=y.useRef(1),r=y.useCallback(()=>o.current++,[o]),l=y.useMemo(()=>({generateId:r,localize:t,locale:a}),[r,t,a]);return n.default.createElement(Ht.Provider,{value:l},e)},jn=e=>{const{generateId:t}=y.useContext(Ht),[a]=y.useState(()=>`${e}-${t()}`);return a},l2=()=>{const[e,t]=y.useState(!1);return y.useEffect(()=>{t(!0)},[]),e},Ge=({char:e,className:t,...a})=>{var r;const o=(r=i2[e])!=null?r:e;return n.default.createElement("div",{className:x.default("ui-key","no-translate inline-flex h-5 items-center justify-center rounded bg-gray-lighter py-1 px-2 text-xs font-semibold text-gray",o.length===1&&"w-5",t),...a},o)},i2={cmd:dt?"\u2318":"ctrl",option:dt?"\u2325":"win",ctrl:"ctrl",up:"\u2191",down:"\u2193"};Ge.propTypes={char:u.default.string.isRequired,className:u.default.string};const s2=r2((e,t)=>e(t),500),Wn=({className:e,items:t=[],defaultValue:a,onChange:o,onSubmit:r,onSelect:l,children:i,isLoading:s=!1,shouldStayOpen:c=!1,shouldDestroyOnClose:d=!0,shouldHideMenu:m=!1,minChars:p=0,...w})=>{const[E,C]=y.useState(!0),[h,v]=y.useState(a!=null?a:""),b=y.useRef(),L=jn("search-input"),k=jn("search-menu"),A=l2(),[I,M]=y.useState(!0),S={value:h},B=h?[S,...t]:[],D=({selectedItem:Y,type:ce})=>{ce!==mn.useCombobox.stateChangeTypes.InputBlur&&ce!==mn.useCombobox.stateChangeTypes.FunctionCloseMenu&&(Y===S?(r==null||r(h),b.current.blur()):Y&&(l==null||l(Y),b.current.blur()),re())},Z=({inputValue:Y})=>{v(Y),o&&s2(o,Y)},{isOpen:X,openMenu:F,getMenuProps:j,getInputProps:W,getComboboxProps:P,highlightedIndex:ee,getItemProps:ae,closeMenu:re}=mn.useCombobox({items:B,inputValue:h,onInputValueChange:Z,itemToString:()=>h,defaultHighlightedIndex:0,onSelectedItemChange:D});y.useEffect(()=>{X?M(!1):setTimeout(()=>M(!0),1)},[X,M]);const te=()=>{C(!1),F()},oe=(X||!I||c)&&B.length>0&&!m,me=oe&&!s&&B.length<=1&&h.length>=p;zr.useHotkeys(dt?"cmd+k":"ctrl+k",Y=>{Y.preventDefault(),b.current.focus()}),zr.useHotkeys("esc",()=>b.current.blur(),{enableOnTags:["INPUT"]});const ne=oe||!d;return n.default.createElement("div",{className:"ui-search relative w-full"},n.default.createElement("div",{...P({className:"w-full relative rounded-md"})},n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 -top-0.5 left-0 hidden items-center md:flex"},n.default.createElement(wn,{className:"h-4 w-4 text-gray-darker"})),n.default.createElement("input",{...W({id:L,type:"text",className:x.default("ui-search-input","block w-full border-none pl-0 md:pl-7 text-base md:text-md text-gray-darker leading-p2 focus:ring-0",e),ref:b,onFocus:te,onBlur:()=>C(!0),onChange:Y=>v(Y.target.value),...w})}),n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 right-0 hidden items-center space-x-1 pr-3 lg:flex"},A&&E?n.default.createElement(n.default.Fragment,null,n.default.createElement(Ge,{char:"cmd"})," ",n.default.createElement(Ge,{char:"K"})):null)),n.default.createElement("ul",{...j({id:k,className:x.default("ui-search-menu","absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-20 bg-white",{hidden:!oe})})},ne?B.map((Y,ce)=>n.default.createElement("li",{key:Y,...ae({key:ce,item:Y,index:ce,className:"ui-search-item"})},Y===S?s?n.default.createElement("div",{className:"p-3 text-center"},n.default.createElement(ct,{size:"small"})):h.length<p?n.default.createElement("div",{className:x.default("cursor-pointer p-2",ee===ce?"bg-blue-light text-white":"")},`Enter at least ${p} characters to begin search`):null:i==null?void 0:i(Y,ee===ce))):null,ne&&me?n.default.createElement("li",{className:"cursor-not-allowed p-2"},"No results found"):null,ne&&B.length<5?n.default.createElement("li",{className:"search-footer pointer-events sticky bottom-0 flex space-x-5 p-2 text-sm text-gray-dark"},n.default.createElement("span",{className:"flex items-center"},n.default.createElement(Ge,{char:"up",className:"mr-0.5"}),n.default.createElement(Ge,{char:"down",className:"mr-2"})," navigate results"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(Ge,{char:"enter",className:"mr-2"})," submit"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(Ge,{char:"esc",className:"mr-2"})," close search")):null))};Wn.propTypes={className:u.default.string,items:u.default.arrayOf(u.default.any),defaultValue:u.default.string,onChange:u.default.func,onSubmit:u.default.func,onSelect:u.default.func,children:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node,u.default.func]),isLoading:u.default.bool,shouldStayOpen:u.default.bool,shouldDestroyOnClose:u.default.bool,shouldHideMenu:u.default.bool};const $e=({className:e,classNames:t={},separator:a="/",children:o,...r})=>{const l=y.Children.count(o)-1;return n.default.createElement("div",{className:x.default("ui-breadcrumb","whitespace-nowrap text-2xl font-semibold",e),...r},y.Children.map(o,(i,s)=>{const c=s>=l;return n.default.createElement(n.default.Fragment,null,n.default.createElement("span",{className:x.default(t.item,c?"text-black":"text-gray-dark")},i),c?null:n.default.createElement("span",{className:x.default(t.separator,"mx-2 text-gray-dark")},a))}))};$e.propTypes={className:u.default.string,classNames:u.default.object,separator:u.default.string,children:u.default.oneOfType([u.default.arrayOf(u.default.node),u.default.node])},$e.Item=({className:e,onClick:t,children:a})=>n.default.createElement("div",{className:x.default("ui-breadcrumb-item inline",t&&"cursor-pointer hover:underline",e),onClick:t},a),$e.Item.displayName="Breadcrumb.Item",$e.Item.propTypes={className:u.default.string,onClick:u.default.func,children:u.default.node.isRequired};const u2=St.default(),c2=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),Dt=e=>c2.has(e),al=(e,t=u2,a=0,o=!1)=>new Intl.NumberFormat(t,{style:"currency",currency:e,maximumFractionDigits:0,currencyDisplay:o?"narrowSymbol":"symbol"}).format(a).replace(/\d/g,"").trim(),ol=St.default(),Pn=e=>{const t=Math.abs(e);return t>=0&&t<=.001},Gt=(e,t=null,a=ol,o=2,r=!1,l=!1)=>{const s={style:t?"currency":"decimal",minimumFractionDigits:o,maximumFractionDigits:o};return t&&(s.currency=t,s.currencyDisplay=l?"narrowSymbol":"symbol"),r?d2(e,a):new Intl.NumberFormat(a,s).format(e)},Zn=(e,t)=>{let a=Number(t);return Dt(e)?le.round(a):(le.round(a,3)===le.round(a,4)&&(a=le.round(a,3)),le.round(a,2))},d2=(e,t=ol)=>new Intl.NumberFormat(t,{notation:"compact",maximumFractionDigits:2}).format(e),ll=St.default(),Oe=({currency:e="USD",locale:t=ll,shouldRemoveTrailingZeroes:a=!0,maximumFractionDigits:o=2,compact:r=!1,isNarrowSymbolForm:l,children:i})=>{let s=i;Pn(s)&&(s=0);const c=Dt(e)?0:o;let d=Gt(s,e,t,c,r);const m=s<0;return m&&(d=d.replace("-","")),r?n.default.createElement("span",{className:"ui-currency"},m&&"-",al(e,t,l),d):(d=a?d.replace(".00",""):d,n.default.createElement("span",{className:"ui-currency"},m&&"-",d))};Oe.propTypes={currency:u.default.string,locale:u.default.string,shouldRemoveTrailingZeroes:u.default.bool,maximumFractionDigits:u.default.number,children:u.default.node.isRequired},Oe.Round=({currency:e,children:t})=>{const a=Zn(e,t);return n.default.createElement("span",{className:"ui-currency-round"},a)},Oe.Round.propTypes={currency:u.default.string,children:u.default.node.isRequired},Oe.Split=({currency:e="USD",locale:t=ll,isNarrowSymbolForm:a,children:o})=>{let r=o;Pn(r)&&(r=0);const l=Zn(e,r).toString().split("."),i=l[0];let s=l[1]||"0";s.length===1&&(s+="0");const c=Gt(i,e,t,0,a);return n.default.createElement("span",{title:r,className:"ui-currency-split"},n.default.createElement("span",{className:"ui-currency-split-int"},c),!Dt(e)&&n.default.createElement("span",{className:"ui-currency-split-decimal pl-1"},n.default.createElement("sup",null,s)))},Oe.Split.propTypes={currency:u.default.string,locale:u.default.string,children:u.default.node.isRequired,isNarrowSymbolForm:u.default.bool};const Ot={default:"text-gray-darker",black:"text-black",primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution"},Xn=y.createContext(),Re=({children:e,className:t,currency:a,locale:o,...r})=>{const l=y.useMemo(()=>({currency:a,locale:o}),[a,o]);return n.default.createElement(Xn.Provider,{value:l},n.default.createElement("table",{className:x.default("ui-breakdown","w-full",t),...r},n.default.createElement("tbody",null,e)))};Re.propTypes={children:u.default.node,className:u.default.string,currency:u.default.string.isRequired,locale:u.default.string};const il=({info:e,methodIcon:t,secondary:a,value:o,color:r="default",className:l,classNames:i={key:"",children:"",info:"",value:""},children:s,...c})=>{var p;const{currency:d,locale:m}=(p=y.useContext(Xn))!=null?p:{};return n.default.createElement("tr",{className:x.default("ui-breakdown-item",Ot[r],l),...c},n.default.createElement("td",{colSpan:2,className:x.default("break-words text-left leading-none",i.key)},n.default.createElement("span",{className:"mr-0.5"},t),n.default.createElement("span",{className:x.default("mr-1 break-normal md:break-all",i.children)},s!=null?s:""),n.default.createElement("span",{className:x.default("text-sm",i.info)},e&&n.default.createElement("span",{className:"mr-2 rounded bg-white p-1 uppercase text-black empty:hidden"},e),a&&n.default.createElement("span",{className:"empty:hidden"},a))),n.default.createElement("td",{className:x.default("w-[1%] whitespace-nowrap pl-4 text-right",i.value)},le.isNumber(o)?n.default.createElement(Oe,{shouldRemoveTrailingZeroes:!1,currency:d,locale:m},o):n.default.createElement("span",null,o)))};il.propTypes={children:u.default.node,info:u.default.node,methodIcon:u.default.node,secondary:u.default.node,value:u.default.node,className:u.default.string,classNames:u.default.object,color:u.default.oneOf(Object.keys(Ot))},Re.Item=il,Re.Item.displayName="Breakdown.Item";const sl=({info:e,value:t,color:a="black",className:o,classNames:r={children:"",info:"",value:""},children:l,...i})=>{var d;const{currency:s,locale:c}=(d=y.useContext(Xn))!=null?d:{};return n.default.createElement("tr",{className:x.default("ui-breakdown-subtotal-item","font-bold",Ot[a],o),...i},n.default.createElement("td",{className:x.default("pt-1 pb-4 text-left",r.children)},l),n.default.createElement("td",{className:x.default("whitespace-nowrap pt-1 pb-4 text-right",r.info)},e),n.default.createElement("td",{className:x.default("w-[1%] whitespace-nowrap pt-1 pb-4 pl-4 text-right",r.value)},n.default.createElement(Oe,{shouldRemoveTrailingZeroes:!1,currency:s,locale:c},t)))};sl.propTypes={children:u.default.node,info:u.default.node,value:u.default.node,className:u.default.string,classNames:u.default.object,color:u.default.oneOf(Object.keys(Ot))},Re.SubtotalItem=sl,Re.SubtotalItem.displayName="Breakdown.SubtotalItem";const ul=({className:e,...t})=>n.default.createElement("tr",{className:x.default("ui-breakdown-separator",e),...t},n.default.createElement("td",{colSpan:3,className:"border-b border-gray-light pb-1"}));ul.propTypes={className:u.default.string},Re.Separator=ul,Re.Separator.displayName="Breakdown.Separator";const Rt=({className:e,...t})=>n.default.createElement("div",{className:x.default("ui-form-group",e,"mb-4"),...t});Rt.propTypes={className:u.default.string};const cl={small:"px-3 py-1.5 text-sm leading-sm",medium:"px-3 py-2.5 text-base leading-base",large:"px-5 py-3.5 text-md leading-md"},Te=y.forwardRef(({as:e,size:t="medium",isError:a,className:o,isRequired:r,value:l,prefix:i,suffix:s,...c},d)=>{const m=()=>{if(!le.isString(l))return;let w=l;return i&&(w=w.replace(new RegExp(`^${i}`),"")),s&&(w=w.replace(new RegExp(`${s}$`),"")),w.replace(/[^.\S]+/g,"").replace(/[\p{Sc}]/u,"")},p=le.isString(l)?le.isEmpty(m()):le.isEmpty(l==null?void 0:l.toString());return n.default.createElement("div",{className:"relative flex w-full items-center"},n.default.createElement(e,{ref:d,className:x.default("w-full rounded text-gray-darker placeholder-gray-dark hover:placeholder-gray-darker disabled:text-gray","border border-transparent hover:border-black hover:bg-gray-lighter focus:text-black active:text-black disabled:bg-gray-lighter",cl[t],a?"!focus:border-danger !border-danger focus:ring-0 focus:ring-danger":"border-gray-light focus:border-primary focus:ring-0 focus:ring-primary",o),value:l,...c}),r&&p&&n.default.createElement(Pe,{className:"absolute right-3",color:"danger"}))});Te.propTypes={as:u.default.oneOfType([u.default.string,u.default.elementType]),size:u.default.oneOf(Object.keys(cl)),className:u.default.string,isError:u.default.bool,isRequired:u.default.bool,value:u.default.oneOfType([u.default.string,u.default.number]),prefix:u.default.string,suffix:u.default.string},Te.defaultProps={as:"input",size:"medium",className:"",isError:!1,isRequired:!1};const et=y.forwardRef(({className:e,type:t="text",value:a,...o},r)=>n.default.createElement(Te,{ref:r,as:"input",className:x.default("ui-input",e),type:t,value:a,...o}));et.propTypes={...Te.propTypes,type:u.default.string},et.defaultProps={...Te.defaultProps,type:"text"};const Yn=y.forwardRef(({className:e,value:t,shouldAutoSize:a=!1,rows:o=2,...r},l)=>a?n.default.createElement(Te,{ref:l,as:B0.default,value:t,minRows:o,className:x.default("ui-textarea",e),...r}):n.default.createElement(Te,{ref:l,as:"textarea",value:t,rows:o,className:x.default("ui-textarea",e),...r}));Yn.propTypes={...Te.propTypes,rows:u.default.number,shouldAutoSize:u.default.bool},Yn.defaultProps={rows:2,shouldAutoSize:!1};const vt=e=>n.default.createElement(Te,{as:"select",...e});vt.propTypes=Te.propTypes;function O(){return O=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(e[o]=a[o])}return e},O.apply(this,arguments)}function Ze(e){return Ze=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ze(e)}function f2(e,t){if(Ze(e)!="object"||!e)return e;var a=e[Symbol.toPrimitive];if(a!==void 0){var o=a.call(e,t||"default");if(Ze(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function dl(e){var t=f2(e,"string");return Ze(t)=="symbol"?t:t+""}function bt(e,t,a){return t=dl(t),t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function fl(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),a.push.apply(a,o)}return a}function z(e){for(var t=1;t<arguments.length;t++){var a=arguments[t]!=null?arguments[t]:{};t%2?fl(Object(a),!0).forEach(function(o){bt(e,o,a[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):fl(Object(a)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(a,o))})}return e}function m2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ml(e,t){for(var a=0;a<t.length;a++){var o=t[a];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,dl(o.key),o)}}function h2(e,t,a){return t&&ml(e.prototype,t),a&&ml(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e}function _n(e,t){return _n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(o,r){return o.__proto__=r,o},_n(e,t)}function g2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_n(e,t)}function zt(e){return zt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(a){return a.__proto__||Object.getPrototypeOf(a)},zt(e)}function hl(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(hl=function(){return!!e})()}function p2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function v2(e,t){if(t&&(Ze(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return p2(e)}function b2(e){var t=hl();return function(){var o=zt(e),r;if(t){var l=zt(this).constructor;r=Reflect.construct(o,arguments,l)}else r=o.apply(this,arguments);return v2(this,r)}}function Jn(e,t){(t==null||t>e.length)&&(t=e.length);for(var a=0,o=new Array(t);a<t;a++)o[a]=e[a];return o}function w2(e){if(Array.isArray(e))return Jn(e)}function C2(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function gl(e,t){if(!!e){if(typeof e=="string")return Jn(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);if(a==="Object"&&e.constructor&&(a=e.constructor.name),a==="Map"||a==="Set")return Array.from(e);if(a==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return Jn(e,t)}}function E2(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
2
2
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function wt(e){return w2(e)||C2(e)||gl(e)||E2()}function I2(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function y2(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var x2=function(){function e(a){var o=this;this._insertTag=function(r){var l;o.tags.length===0?o.insertionPoint?l=o.insertionPoint.nextSibling:o.prepend?l=o.container.firstChild:l=o.before:l=o.tags[o.tags.length-1].nextSibling,o.container.insertBefore(r,l),o.tags.push(r)},this.isSpeedy=a.speedy===void 0?process.env.NODE_ENV==="production":a.speedy,this.tags=[],this.ctr=0,this.nonce=a.nonce,this.key=a.key,this.container=a.container,this.prepend=a.prepend,this.insertionPoint=a.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(o){o.forEach(this._insertTag)},t.insert=function(o){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(y2(this));var r=this.tags[this.tags.length-1];if(process.env.NODE_ENV!=="production"){var l=o.charCodeAt(0)===64&&o.charCodeAt(1)===105;l&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
|
|
3
3
|
`+o+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!l}if(this.isSpeedy){var i=I2(r);try{i.insertRule(o,i.cssRules.length)}catch(s){process.env.NODE_ENV!=="production"&&!/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(o)&&console.error('There was a problem inserting the following rule: "'+o+'"',s)}}else r.appendChild(document.createTextNode(o));this.ctr++},t.flush=function(){this.tags.forEach(function(o){return o.parentNode&&o.parentNode.removeChild(o)}),this.tags=[],this.ctr=0,process.env.NODE_ENV!=="production"&&(this._alreadyInsertedOrderInsensitiveRule=!1)},e}(),be="-ms-",jt="-moz-",Q="-webkit-",Un="comm",Qn="rule",qn="decl",k2="@import",pl="@keyframes",L2=Math.abs,Wt=String.fromCharCode,M2=Object.assign;function A2(e,t){return pe(e,0)^45?(((t<<2^pe(e,0))<<2^pe(e,1))<<2^pe(e,2))<<2^pe(e,3):0}function vl(e){return e.trim()}function N2(e,t){return(e=t.exec(e))?e[0]:e}function q(e,t,a){return e.replace(t,a)}function Kn(e,t){return e.indexOf(t)}function pe(e,t){return e.charCodeAt(t)|0}function Ct(e,t,a){return e.slice(t,a)}function Ve(e){return e.length}function $n(e){return e.length}function Pt(e,t){return t.push(e),e}function S2(e,t){return e.map(t).join("")}var Zt=1,tt=1,bl=0,Ie=0,de=0,nt="";function Xt(e,t,a,o,r,l,i){return{value:e,root:t,parent:a,type:o,props:r,children:l,line:Zt,column:tt,length:i,return:""}}function Et(e,t){return M2(Xt("",null,null,"",null,null,0),e,{length:-e.length},t)}function B2(){return de}function T2(){return de=Ie>0?pe(nt,--Ie):0,tt--,de===10&&(tt=1,Zt--),de}function xe(){return de=Ie<bl?pe(nt,Ie++):0,tt++,de===10&&(tt=1,Zt++),de}function Fe(){return pe(nt,Ie)}function Yt(){return Ie}function It(e,t){return Ct(nt,e,t)}function yt(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function wl(e){return Zt=tt=1,bl=Ve(nt=e),Ie=0,[]}function Cl(e){return nt="",e}function _t(e){return vl(It(Ie-1,er(e===91?e+2:e===40?e+1:e)))}function V2(e){for(;(de=Fe())&&de<33;)xe();return yt(e)>2||yt(de)>3?"":" "}function F2(e,t){for(;--t&&xe()&&!(de<48||de>102||de>57&&de<65||de>70&&de<97););return It(e,Yt()+(t<6&&Fe()==32&&xe()==32))}function er(e){for(;xe();)switch(de){case e:return Ie;case 34:case 39:e!==34&&e!==39&&er(de);break;case 40:e===41&&er(e);break;case 92:xe();break}return Ie}function H2(e,t){for(;xe()&&e+de!==47+10;)if(e+de===42+42&&Fe()===47)break;return"/*"+It(t,Ie-1)+"*"+Wt(e===47?e:xe())}function D2(e){for(;!yt(Fe());)xe();return It(e,Ie)}function G2(e){return Cl(Jt("",null,null,null,[""],e=wl(e),0,[0],e))}function Jt(e,t,a,o,r,l,i,s,c){for(var d=0,m=0,p=i,w=0,E=0,C=0,h=1,v=1,b=1,L=0,k="",A=r,I=l,M=o,S=k;v;)switch(C=L,L=xe()){case 40:if(C!=108&&pe(S,p-1)==58){Kn(S+=q(_t(L),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:S+=_t(L);break;case 9:case 10:case 13:case 32:S+=V2(C);break;case 92:S+=F2(Yt()-1,7);continue;case 47:switch(Fe()){case 42:case 47:Pt(O2(H2(xe(),Yt()),t,a),c);break;default:S+="/"}break;case 123*h:s[d++]=Ve(S)*b;case 125*h:case 59:case 0:switch(L){case 0:case 125:v=0;case 59+m:E>0&&Ve(S)-p&&Pt(E>32?Il(S+";",o,a,p-1):Il(q(S," ","")+";",o,a,p-2),c);break;case 59:S+=";";default:if(Pt(M=El(S,t,a,d,m,r,s,k,A=[],I=[],p),l),L===123)if(m===0)Jt(S,t,M,M,A,l,p,s,I);else switch(w===99&&pe(S,3)===110?100:w){case 100:case 109:case 115:Jt(e,M,M,o&&Pt(El(e,M,M,0,0,r,s,k,r,A=[],p),I),r,I,p,s,o?A:I);break;default:Jt(S,M,M,M,[""],I,0,s,I)}}d=m=E=0,h=b=1,k=S="",p=i;break;case 58:p=1+Ve(S),E=C;default:if(h<1){if(L==123)--h;else if(L==125&&h++==0&&T2()==125)continue}switch(S+=Wt(L),L*h){case 38:b=m>0?1:(S+="\f",-1);break;case 44:s[d++]=(Ve(S)-1)*b,b=1;break;case 64:Fe()===45&&(S+=_t(xe())),w=Fe(),m=p=Ve(k=S+=D2(Yt())),L++;break;case 45:C===45&&Ve(S)==2&&(h=0)}}return l}function El(e,t,a,o,r,l,i,s,c,d,m){for(var p=r-1,w=r===0?l:[""],E=$n(w),C=0,h=0,v=0;C<o;++C)for(var b=0,L=Ct(e,p+1,p=L2(h=i[C])),k=e;b<E;++b)(k=vl(h>0?w[b]+" "+L:q(L,/&\f/g,w[b])))&&(c[v++]=k);return Xt(e,t,a,r===0?Qn:s,c,d,m)}function O2(e,t,a){return Xt(e,t,a,Un,Wt(B2()),Ct(e,2,-2),0)}function Il(e,t,a,o){return Xt(e,t,a,qn,Ct(e,0,o),Ct(e,o+1,-1),o)}function rt(e,t){for(var a="",o=$n(e),r=0;r<o;r++)a+=t(e[r],r,e,t)||"";return a}function R2(e,t,a,o){switch(e.type){case k2:case qn:return e.return=e.return||e.value;case Un:return"";case pl:return e.return=e.value+"{"+rt(e.children,o)+"}";case Qn:e.value=e.props.join(",")}return Ve(a=rt(e.children,o))?e.return=e.value+"{"+a+"}":""}function z2(e){var t=$n(e);return function(a,o,r,l){for(var i="",s=0;s<t;s++)i+=e[s](a,o,r,l)||"";return i}}function j2(e){return function(t){t.root||(t=t.return)&&e(t)}}function W2(e){var t=Object.create(null);return function(a){return t[a]===void 0&&(t[a]=e(a)),t[a]}}var P2=function(t,a,o){for(var r=0,l=0;r=l,l=Fe(),r===38&&l===12&&(a[o]=1),!yt(l);)xe();return It(t,Ie)},Z2=function(t,a){var o=-1,r=44;do switch(yt(r)){case 0:r===38&&Fe()===12&&(a[o]=1),t[o]+=P2(Ie-1,a,o);break;case 2:t[o]+=_t(r);break;case 4:if(r===44){t[++o]=Fe()===58?"&\f":"",a[o]=t[o].length;break}default:t[o]+=Wt(r)}while(r=xe());return t},X2=function(t,a){return Cl(Z2(wl(t),a))},yl=new WeakMap,Y2=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var a=t.value,o=t.parent,r=t.column===o.column&&t.line===o.line;o.type!=="rule";)if(o=o.parent,!o)return;if(!(t.props.length===1&&a.charCodeAt(0)!==58&&!yl.get(o))&&!r){yl.set(t,!0);for(var l=[],i=X2(a,l),s=o.props,c=0,d=0;c<i.length;c++)for(var m=0;m<s.length;m++,d++)t.props[d]=l[c]?i[c].replace(/&\f/g,s[m]):s[m]+" "+i[c]}}},_2=function(t){if(t.type==="decl"){var a=t.value;a.charCodeAt(0)===108&&a.charCodeAt(2)===98&&(t.return="",t.value="")}},J2="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",U2=function(t){return t.type==="comm"&&t.children.indexOf(J2)>-1},Q2=function(t){return function(a,o,r){if(!(a.type!=="rule"||t.compat)){var l=a.value.match(/(:first|:nth|:nth-last)-child/g);if(l){for(var i=a.parent===r[0],s=i?r[0].children:r,c=s.length-1;c>=0;c--){var d=s[c];if(d.line<a.line)break;if(d.column<a.column){if(U2(d))return;break}}l.forEach(function(m){console.error('The pseudo class "'+m+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+m.split("-child")[0]+'-of-type".')})}}}},xl=function(t){return t.type.charCodeAt(1)===105&&t.type.charCodeAt(0)===64},q2=function(t,a){for(var o=t-1;o>=0;o--)if(!xl(a[o]))return!0;return!1},kl=function(t){t.type="",t.value="",t.return="",t.children="",t.props=""},K2=function(t,a,o){!xl(t)||(t.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),kl(t)):q2(a,o)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),kl(t)))};function Ll(e,t){switch(A2(e,t)){case 5103:return Q+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return Q+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Q+e+jt+e+be+e+e;case 6828:case 4268:return Q+e+be+e+e;case 6165:return Q+e+be+"flex-"+e+e;case 5187:return Q+e+q(e,/(\w+).+(:[^]+)/,Q+"box-$1$2"+be+"flex-$1$2")+e;case 5443:return Q+e+be+"flex-item-"+q(e,/flex-|-self/,"")+e;case 4675:return Q+e+be+"flex-line-pack"+q(e,/align-content|flex-|-self/,"")+e;case 5548:return Q+e+be+q(e,"shrink","negative")+e;case 5292:return Q+e+be+q(e,"basis","preferred-size")+e;case 6060:return Q+"box-"+q(e,"-grow","")+Q+e+be+q(e,"grow","positive")+e;case 4554:return Q+q(e,/([^-])(transform)/g,"$1"+Q+"$2")+e;case 6187:return q(q(q(e,/(zoom-|grab)/,Q+"$1"),/(image-set)/,Q+"$1"),e,"")+e;case 5495:case 3959:return q(e,/(image-set\([^]*)/,Q+"$1$`$1");case 4968:return q(q(e,/(.+:)(flex-)?(.*)/,Q+"box-pack:$3"+be+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Q+e+e;case 4095:case 3583:case 4068:case 2532:return q(e,/(.+)-inline(.+)/,Q+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Ve(e)-1-t>6)switch(pe(e,t+1)){case 109:if(pe(e,t+4)!==45)break;case 102:return q(e,/(.+:)(.+)-([^]+)/,"$1"+Q+"$2-$3$1"+jt+(pe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Kn(e,"stretch")?Ll(q(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(pe(e,t+1)!==115)break;case 6444:switch(pe(e,Ve(e)-3-(~Kn(e,"!important")&&10))){case 107:return q(e,":",":"+Q)+e;case 101:return q(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Q+(pe(e,14)===45?"inline-":"")+"box$3$1"+Q+"$2$3$1"+be+"$2box$3")+e}break;case 5936:switch(pe(e,t+11)){case 114:return Q+e+be+q(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Q+e+be+q(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Q+e+be+q(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Q+e+be+e+e}return e}var $2=function(t,a,o,r){if(t.length>-1&&!t.return)switch(t.type){case qn:t.return=Ll(t.value,t.length);break;case pl:return rt([Et(t,{value:q(t.value,"@","@"+Q)})],r);case Qn:if(t.length)return S2(t.props,function(l){switch(N2(l,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return rt([Et(t,{props:[q(l,/:(read-\w+)/,":"+jt+"$1")]})],r);case"::placeholder":return rt([Et(t,{props:[q(l,/:(plac\w+)/,":"+Q+"input-$1")]}),Et(t,{props:[q(l,/:(plac\w+)/,":"+jt+"$1")]}),Et(t,{props:[q(l,/:(plac\w+)/,be+"input-$1")]})],r)}return""})}},ec=[$2],tc=function(t){var a=t.key;if(process.env.NODE_ENV!=="production"&&!a)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
|
4
4
|
If multiple caches share the same key they might "fight" for each other's style elements.`);if(a==="css"){var o=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(o,function(h){var v=h.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(h),h.setAttribute("data-s",""))})}var r=t.stylisPlugins||ec;if(process.env.NODE_ENV!=="production"&&/[^a-z-]/.test(a))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+a+'" was passed');var l={},i,s=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+a+' "]'),function(h){for(var v=h.getAttribute("data-emotion").split(" "),b=1;b<v.length;b++)l[v[b]]=!0;s.push(h)});var c,d=[Y2,_2];process.env.NODE_ENV!=="production"&&d.push(Q2({get compat(){return C.compat}}),K2);{var m,p=[R2,process.env.NODE_ENV!=="production"?function(h){h.root||(h.return?m.insert(h.return):h.value&&h.type!==Un&&m.insert(h.value+"{}"))}:j2(function(h){m.insert(h)})],w=z2(d.concat(r,p)),E=function(v){return rt(G2(v),w)};c=function(v,b,L,k){m=L,process.env.NODE_ENV!=="production"&&b.map!==void 0&&(m={insert:function(I){L.insert(I+b.map)}}),E(v?v+"{"+b.styles+"}":b.styles),k&&(C.inserted[b.name]=!0)}}var C={key:a,sheet:new x2({key:a,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:l,registered:{},insert:c};return C.sheet.hydrate(s),C},Ml={exports:{}},K={};/** @license React v16.13.1
|