@xola/ui-kit 2.0.0-1 → 2.0.0-100
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/README.md +97 -40
- package/build/style.css +1 -1
- package/build/ui-kit.mjs +11640 -0
- package/build/ui-kit.umd.js +31 -1
- package/index.css +64 -49
- package/package.json +58 -40
- package/tailwind.config.js +119 -56
- package/build/images/full-login-image.jpeg +0 -0
- package/build/images/login-image.png +0 -0
- package/build/ui-kit.es.js +0 -1
package/build/ui-kit.es.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e=Object.defineProperty,t=Object.defineProperties,r=Object.getOwnPropertyDescriptors,n=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,l=(t,r,n)=>r in t?e(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,s=(e,t)=>{for(var r in t||(t={}))a.call(t,r)&&l(e,r,t[r]);if(n)for(var r of n(t))o.call(t,r)&&l(e,r,t[r]);return e},i=(e,n)=>t(e,r(n)),c=(e,t)=>{var r={};for(var l in e)a.call(e,l)&&t.indexOf(l)<0&&(r[l]=e[l]);if(null!=e&&n)for(var l of n(e))t.indexOf(l)<0&&o.call(e,l)&&(r[l]=e[l]);return r};import d from"clsx";import m from"prop-types";import h,{cloneElement as p,Fragment as u,forwardRef as g,Children as w,useState as v,useRef as f}from"react";import k from"@tippyjs/react";import{followCursor as E}from"tippy.js";import{Transition as x,Dialog as y,Switch as L}from"@headlessui/react";import{useCombobox as M}from"downshift";import{useHotkeys as b}from"react-hotkeys-hook";import N from"get-user-locale";import{round as C}from"mathjs";import j from"google-libphonenumber";const z={primary:"bg-primary hover:bg-primary-dark disabled:bg-primary border-transparent text-white",secondary:"bg-secondary hover:bg-secondary-dark disabled:bg-secondary border-transparent text-white",success:"bg-success hover:bg-success-dark disabled:bg-success border-transparent text-white",warning:"bg-warning hover:bg-warning-dark disabled:bg-warning border-transparent text-white",danger:"bg-danger hover:bg-danger-dark disabled:bg-danger border-transparent text-white",outline:"bg-white border-secondary-dark hover:border-black disabled:border-secondary-dark text-black",link:"border-transparent hover:underline"},_={small:"px-3 py-1.5 text-sm",medium:"px-4 py-2 text-base",large:"px-5 py-2.5 text-lg"},T="transition-colors border focus:ring disabled:opacity-60 disabled:cursor-default",B=e=>{var t=e,{as:r="button",className:n,color:a="primary",size:o="medium",icon:l,iconPlacement:i="left",children:m}=t,p=c(t,["as","className","color","size","icon","iconPlacement","children"]);return h.createElement(r,s({className:d(n,T,"inline-flex items-center font-semibold rounded-md",z[a],_[o])},p),l&&"left"===i?h.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,m,l&&"right"===i?h.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};B.propTypes={as:m.oneOfType([m.string,m.elementType]),className:m.string,color:m.oneOf(Object.keys(z)),size:m.oneOf(Object.keys(_)),icon:m.element,iconPlacement:m.oneOf(["left","right"]),children:m.node.isRequired};const H={small:"p-1.5",medium:"p-2",large:"p-2.5"},O={small:"h-3 w-3",medium:"h-4 w-4",large:"h-5 w-5"},V=e=>{var t=e,{className:r,as:n="button",color:a="primary",size:o="medium",children:l}=t,i=c(t,["className","as","color","size","children"]);return h.createElement(n,s({className:d(r,T,"rounded",z[a],H[o])},i),p(l,{className:O[o]}))};V.displayName="Button.Icon",V.propTypes={as:m.oneOfType([m.string,m.elementType]),className:m.string,color:m.oneOf(Object.keys(z)),size:m.oneOf(Object.keys(_)),children:m.node.isRequired},B.Icon=V;const A={primary:"bg-primary-lighter text-primary-dark",secondary:"bg-secondary-lighter text-black",success:"bg-success-lighter text-success-dark",warning:"bg-warning-lighter text-warning-dark",danger:"bg-danger-lighter text-danger-dark",caution:"bg-caution-lighter text-caution-dark"},S={small:"text-sm px-2 py-0.75 leading-p3",large:"text-base px-3 py-1.5 leading-p1"},I=e=>{var t=e,{className:r,color:n="primary",size:a="small",icon:o,children:l}=t,i=c(t,["className","color","size","icon","children"]);return h.createElement("span",s({className:d("badge inline-flex items-center rounded-full text-center whitespace-nowrap",A[n],S[a],r)},i),o?p(o,{className:"mr-1 w-[1em] h-[1em]"}):null,l)};I.propTypes={className:m.string,color:m.oneOf(Object.keys(A)),size:m.oneOf(Object.keys(S)),icon:m.element,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const P=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#CloseIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M10.536 3.465l-7.072 7.07M10.536 10.536L3.464 3.465"})),h.createElement("defs",null,h.createElement("clipPath",{id:"CloseIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),R={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"},q=e=>{var t=e,{className:r,shouldClose:n=!1,color:a="primary",children:o}=t,l=c(t,["className","shouldClose","color","children"]);return h.createElement("div",s({className:d("flex rounded text-base px-3 py-3",R[a],r)},l),h.createElement("span",{className:"w-full"},o),n&&h.createElement("span",{className:"flex pt-1 cursor-pointer group items-top h-w-screen"},h.createElement(P,{className:"inline group-hover:text-gray-dark"})))};q.propTypes={className:m.string,shouldClose:m.bool,color:m.oneOf(Object.keys(R)),children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const F=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.75 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),U=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.5 1.5L10 7l-5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),D=e=>h.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192"},e),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})),h.createElement("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})))),G={small:"h-10 w-10 text-base",medium:"h-12 w-12 text-md",large:"h-15 w-15 text-xl"},W=e=>{var t=e,{className:r,name:n,color:a="bg-primary-lighter",size:o="large"}=t,l=c(t,["className","name","color","size"]);const i=d("inline-flex items-center justify-center rounded-full cursor-default text-black",G[o],a,r);return h.createElement("div",s({title:n,className:i},l),(e=>{let t="N/A";const r="string"==typeof e&&e.match(/\b\w/g);return r&&(t=r[0],r.length>1&&(t+=r[r.length-1])),t.toUpperCase()})(n))};W.propTypes={className:m.string,color:m.string,name:m.string,size:m.oneOf(Object.keys(G))};const K=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("span",s({className:d("px-2 py-1 font-semibold inline-flex items-center justify-center rounded-full bg-red-dark text-white leading-none",r)},n))};K.propTypes={className:m.string};const Z=({children:e,className:t,footer:r,notifications:n,isFixed:a=!0,onLogoClick:o})=>h.createElement("div",{className:d(a?"fixed":"relative","w-16 md:w-24 xl:w-50 h-full p-2 overflow-y-auto bg-black text-white flex flex-col",t)},h.createElement("div",{className:d("p-2 text-center xl:text-left",n?null:"invisible")},h.createElement(K,{className:"text-sm"},n)),h.createElement("div",{className:"mb-10 text-center"},h.createElement(D,{className:d("inline-block w-12 h-12 xl:w-24 xl:h-24",o&&"cursor-pointer hover:opacity-80 transition-opacity"),onClick:o})),h.createElement("div",{className:"flex-grow space-y-2"},e),r);Z.propTypes={children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired,className:m.string,footer:m.element.isRequired,notifications:m.number,isFixed:m.bool,onLogoClick:m.func.isRequired};const Y=e=>{var t=e,{isActive:r=!1,icon:n,children:a}=t,o=c(t,["isActive","icon","children"]);return h.createElement("button",s({type:"button",className:d("transition-colors leading-none flex items-center justify-center xl:justify-start w-full xl:px-6 py-3 rounded",{"bg-primary text-white hover:bg-primary-dark":r,"hover:bg-gray-darker text-gray":!r})},o),h.createElement(n,{className:"w-5 h-5 xl:mr-3"}),h.createElement("span",{className:"hidden px-1 xl:inline"},a),h.createElement(U,{className:"hidden ml-auto w-3 h-3 xl:inline"}))};Y.displayName="Sidebar.Link",Y.propTypes={isActive:m.bool,icon:m.func.isRequired,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},Z.Link=Y;const $=e=>{var t=e,{children:r}=t,n=c(t,["children"]);return h.createElement("div",s({className:"p-2"},n),h.createElement("div",{className:"pb-2 mx-6 border-t border-secondary-darker"}),r)};$.displayName="Sidebar.Footer",$.propTypes={children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},Z.Footer=$;const J=e=>{var t=e,{name:r}=t,n=c(t,["name"]);return h.createElement("button",s({type:"button",className:"flex justify-center items-center py-3 w-full rounded cursor-pointer xl:px-6 hover:bg-gray-darker xl:justify-start"},n),h.createElement(W,{size:"small",name:r}),h.createElement("span",{className:"hidden text-sm xl:inline ml-2 max-w-[50px]"},r),h.createElement(F,{className:"hidden ml-auto xl:inline"}))};J.displayName="Sidebar.Footer.Avatar",J.propTypes={name:m.string.isRequired},Z.Footer.Avatar=J;const X=e=>{var t=e,{icon:r,label:n}=t,a=c(t,["icon","label"]);return h.createElement("button",s({type:"button",className:"flex justify-center items-center py-3 w-full rounded cursor-pointer xl:px-6 hover:bg-gray-darker xl:justify-start"},a),h.createElement(r,{className:"w-5 h-5 xl:ml-2 xl:mr-5"}),h.createElement("span",{className:"hidden xl:inline"},n))};X.displayName="Sidebar.Footer.Button",X.propTypes={icon:m.element.isRequired,label:m.string.isRequired},Z.Footer.Button=X;const Q=e=>{var t=e,{children:r,className:n}=t,a=c(t,["children","className"]);return h.createElement(k,i(s({},a),{className:"text-white xola-tooltip",plugins:[E]}),h.createElement("span",{className:n},r))};Q.propTypes={children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired,className:m.string};var ee="_main_t5zvb_1";const te=e=>{var t=e,{className:r,children:n}=t,a=c(t,["className","children"]);return h.createElement(k,s({interactive:!0,className:d(r,ee,"!border-gray-light !rounded-lg"),plugins:[E]},a),h.createElement("span",null,n))};(te.Content=({className:e,children:t})=>h.createElement("div",{className:d(e,"max-w-lg px-3 py-3")},t)).displayName="Popover.Content",te.propTypes={className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},te.Content.propTypes={className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const re={small:"sm:max-w-md",medium:"sm:max-w-lg",large:"sm:max-w-2xl",xlarge:"sm:max-w-3xl"},ne=({size:e="medium",shouldShow:t=!1,shouldShowClose:r=!0,shouldCloseOnOutsideClick:n=!1,onHide:a,children:o})=>{const l=h.Children.count(o);l<3&&console.warn(`You have an insufficient number of children ${l}, the modal may not behave as expected`);const[c,d,m]=o,p={width:re[e],shouldShowClose:r,Header:c,Body:d,Footer:m},g=n?a:()=>{};return h.createElement(x.Root,{show:t,as:u},h.createElement(y,{static:!0,as:"div",className:"overflow-y-auto fixed inset-0 z-10",open:t,onClose:g},h.createElement("div",{className:"flex justify-center items-end px-4 pt-4 pb-20 min-h-screen text-center sm:block sm:p-0"},h.createElement(x.Child,{as:u,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},h.createElement(y.Overlay,{className:"fixed inset-0 bg-opacity-75 transition-opacity bg-gray-dark"})),h.createElement("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen"},""),h.createElement(x.Child,{as:u,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},h.createElement(ne.Core,i(s({},p),{onClick:a}))))))};ne.propTypes={size:m.oneOf(Object.keys(re)),shouldShow:m.bool,shouldShowClose:m.bool,shouldCloseOnOutsideClick:m.bool,onHide:m.func.isRequired,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const ae=g((({width:e,shouldShowClose:t,onClick:r,Header:n,Body:a,Footer:o},l)=>{const s=d(e,"modal sm:w-full inline-block align-bottom bg-white rounded-lg overflow-hidden shadow-xl transform","transition-all sm:my-8 sm:align-middle");return h.createElement("div",{ref:l,className:s},h.createElement("div",{className:"px-8 pt-5 bg-white"},h.createElement("div",{className:"hidden absolute top-0 right-0 px-8 pt-7 sm:block"},t&&h.createElement("div",{className:"text-xl cursor-pointer text-gray hover:text-gray-darker",onClick:r},"×")),h.createElement("div",{className:"sm:flex sm:items-start"},h.createElement("div",{className:"pt-3 w-full text-center"},n,a))),o)}));ae.displayName="Modal.Core",ae.propTypes={width:m.string.isRequired,shouldShowClose:m.bool.isRequired,onClick:m.func.isRequired,Header:m.element.isRequired,Body:m.element.isRequired,Footer:m.element.isRequired},ne.Core=ae,ne.Header=({children:e})=>h.createElement(y.Title,{as:"h3",className:"text-2xl font-semibold leading-6 text-center text-black modal-header"},e),ne.Header.displayName="Modal.Header",ne.Header.propTypes={children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},ne.Body=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",s({className:d(r,"pt-8 pb-2 mt-2 text-left modal-body")},n))},ne.Body.displayName="Modal.Body",ne.Body.propTypes={className:m.string},ne.Footer=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",s({className:d(r,"float-right px-8 py-8 modal-footer sm:flex")},n))},ne.Footer.displayName="Modal.Footer",ne.Footer.propTypes={className:m.string};const oe=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",{className:"flex flex-col"},h.createElement("div",{className:"overflow-x-auto -my-2"},h.createElement("div",{className:"inline-block py-2 min-w-full align-middle"},h.createElement("div",{className:"overflow-hidden border-b border-gray-lighter sm:rounded-lg"},h.createElement("table",s({className:d(r,"min-w-full divide-y border border-gray-lighter")},n))))))};oe.propTypes={className:m.string},(oe.Head=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("thead",s({className:d("bg-gray-lighter",r)},n))}).displayName="Table.Head",oe.Head.propTypes={className:m.string},(oe.Header=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("th",s({className:d("px-4 py-2 text-left text-base font-bold",r)},n))}).displayName="Table.Header",oe.Header.propTypes={className:m.string},(oe.Body=e=>{var t=e,{className:r,isStriped:n=!1,children:a}=t,o=c(t,["className","isStriped","children"]);return h.createElement("tbody",s({className:d("border-none",r)},o),w.map(a,(e=>e&&p(e,{isStriped:n}))))}).displayName="Table.Body",oe.Body.propTypes={className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired,isStriped:m.bool},(oe.Row=e=>{var t=e,{isStriped:r=!1,className:n}=t,a=c(t,["isStriped","className"]);return h.createElement("tr",s({className:d(r&&"even:bg-gray-lighter",n)},a))}).displayName="Table.Row",oe.Row.propTypes={isStriped:m.bool,className:m.string},(oe.Cell=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("td",s({className:d("px-4 py-2 whitespace-nowrap text-base text-gray-darker",r)},n))}).displayName="Table.Cell",oe.Cell.propTypes={className:m.string};const le={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},se=e=>{var t=e,{size:r,value:n,onChange:a,children:o}=t,l=c(t,["size","value","onChange","children"]);return h.createElement("span",s({className:"inline-flex whitespace-nowrap"},l),w.map(o,((e,t)=>{const o={size:r};return void 0!==n&&(o.isActive=n===t),a&&(o.onClick=()=>a(t)),p(e,o)})))};se.propTypes={size:m.oneOf(Object.keys(le)),value:m.number.isRequired,onChange:m.func.isRequired,children:m.node.isRequired};const ie=e=>{var t=e,{as:r="button",isActive:n,size:a="medium",className:o}=t,l=c(t,["as","isActive","size","className"]);const i=d("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",le[a],n?"bg-primary border-primary text-white hover:bg-primary-dark":"border-gray-light hover:bg-gray-lighter text-gray-darker",o);return h.createElement(r,s({className:i},l))};ie.displayName="ButtonGroup.Button",ie.propTypes={as:m.oneOfType([m.string,m.elementType]),isActive:m.bool,size:m.oneOf(Object.keys(le)),className:m.string},se.Button=ie;const ce={small:"w-10 h-10",medium:"w-16 h-16",large:"w-20 h-20"},de=e=>{var t=e,{className:r,size:n="small"}=t,a=c(t,["className","size"]);return h.createElement("img",s({className:d(r,"inline-block rounded object-cover",ce[n])},a))};de.propTypes={className:m.string,src:m.string.isRequired,size:m.string};var me="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var he=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},pe="object"==typeof me&&me&&me.Object===Object&&me,ue="object"==typeof self&&self&&self.Object===Object&&self,ge=pe||ue||Function("return this")(),we=ge,ve=function(){return we.Date.now()},fe=/\s/;var ke=function(e){for(var t=e.length;t--&&fe.test(e.charAt(t)););return t},Ee=/^\s+/;var xe=function(e){return e?e.slice(0,ke(e)+1).replace(Ee,""):e},ye=ge.Symbol,Le=ye,Me=Object.prototype,be=Me.hasOwnProperty,Ne=Me.toString,Ce=Le?Le.toStringTag:void 0;var je=function(e){var t=be.call(e,Ce),r=e[Ce];try{e[Ce]=void 0;var n=!0}catch(o){}var a=Ne.call(e);return n&&(t?e[Ce]=r:delete e[Ce]),a},ze=Object.prototype.toString;var _e=je,Te=function(e){return ze.call(e)},Be=ye?ye.toStringTag:void 0;var He=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Be&&Be in Object(e)?_e(e):Te(e)},Oe=function(e){return null!=e&&"object"==typeof e};var Ve=function(e){return"symbol"==typeof e||Oe(e)&&"[object Symbol]"==He(e)},Ae=xe,Se=he,Ie=Ve,Pe=/^[-+]0x[0-9a-f]+$/i,Re=/^0b[01]+$/i,qe=/^0o[0-7]+$/i,Fe=parseInt;var Ue=he,De=ve,Ge=function(e){if("number"==typeof e)return e;if(Ie(e))return NaN;if(Se(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Se(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Ae(e);var r=Re.test(e);return r||qe.test(e)?Fe(e.slice(2),r?2:8):Pe.test(e)?NaN:+e},We=Math.max,Ke=Math.min;var Ze=function(e,t,r){var n,a,o,l,s,i,c=0,d=!1,m=!1,h=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var r=n,o=a;return n=a=void 0,c=t,l=e.apply(o,r)}function u(e){return c=e,s=setTimeout(w,t),d?p(e):l}function g(e){var r=e-i;return void 0===i||r>=t||r<0||m&&e-c>=o}function w(){var e=De();if(g(e))return v(e);s=setTimeout(w,function(e){var r=t-(e-i);return m?Ke(r,o-(e-c)):r}(e))}function v(e){return s=void 0,h&&n?p(e):(n=a=void 0,l)}function f(){var e=De(),r=g(e);if(n=arguments,a=this,i=e,r){if(void 0===s)return u(i);if(m)return clearTimeout(s),s=setTimeout(w,t),p(i)}return void 0===s&&(s=setTimeout(w,t)),l}return t=Ge(t)||0,Ue(r)&&(d=!!r.leading,o=(m="maxWait"in r)?We(Ge(r.maxWait)||0,t):o,h="trailing"in r?!!r.trailing:h),f.cancel=function(){void 0!==s&&clearTimeout(s),c=0,n=i=a=s=void 0},f.flush=function(){return void 0===s?l:v(De())},f};const Ye=navigator.userAgent.includes("Macintosh"),$e=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.217 10.878a4.661 4.661 0 100-9.322 4.661 4.661 0 000 9.322zM9.514 9.514l2.93 2.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Je=e=>{var t=e,{char:r,className:n}=t,a=c(t,["char","className"]);return r=Xe(r),h.createElement("div",s({className:d("inline-flex items-center justify-center h-5 py-1 px-2 bg-gray-lighter text-xs text-gray font-semibold rounded",1===r.length?"w-5":"",n)},a),r)},Xe=e=>{switch(e){case"cmd":return Ye?"⌘":"ctrl";case"option":return Ye?"⌥":"win";case"ctrl":return Ye?"ctrl":"alt";case"up":return"↑";case"down":return"↓";default:return e}};Je.propTypes={char:m.string.isRequired,className:m.string};const Qe=e=>h.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),h.createElement("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})),et={primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution",current:null},tt={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]"},rt=e=>{var t=e,{className:r,size:n="small",color:a="secondary"}=t,o=c(t,["className","size","color"]);return h.createElement(Qe,s({className:d(r,tt[n],et[a],"animate-spin inline-block")},o))};rt.propTypes={className:m.string,size:m.string,color:m.string};const nt=Ze(((e,t)=>e(t)),500),at=e=>{var t=e,{className:r,items:n=[],defaultValue:a,onChange:o,onSubmit:l,onSelect:i,children:m,isLoading:p=!1}=t,u=c(t,["className","items","defaultValue","onChange","onSubmit","onSelect","children","isLoading"]);const[g,w]=v(!0),[k,E]=v(null!=a?a:""),x=f(),y={value:k},L=k?[y,...n]:[],{isOpen:N,openMenu:C,getMenuProps:j,getInputProps:z,getComboboxProps:_,highlightedIndex:T,getItemProps:B,closeMenu:H}=M({items:L,inputValue:k,onInputValueChange:({inputValue:e})=>{E(e),o&&nt(o,e)},itemToString:()=>k,defaultHighlightedIndex:0,onSelectedItemChange:({selectedItem:e,type:t})=>{"__input_blur__"!==t&&(e===y?(null==l||l(k),x.current.blur()):e&&(null==i||i(e),x.current.blur()),H())}}),O=N&&L.length>0,V=N&&k.length>0&&!p&&L.length<=1;return b(Ye?"cmd+k":"ctrl+k",(e=>{e.preventDefault(),x.current.focus()})),b("esc",(()=>x.current.blur()),{enableOnTags:["INPUT"]}),h.createElement("div",{className:"relative w-full"},h.createElement("div",s({},_({className:"w-full relative rounded-md"})),h.createElement("div",{className:"absolute inset-y-0 top-[-2px] left-0 hidden md:flex items-center pointer-events-none"},h.createElement($e,{className:"w-4 h-4 text-gray-darker"})),h.createElement("input",s({},z(s({type:"text",className:d("block w-full border-none pl-0 md:pl-7 text-base md:text-md text-gray-darker leading-p2 focus:ring-0",r),ref:x,onFocus:()=>{w(!1),C()},onBlur:()=>w(!0)},u)))),h.createElement("div",{className:"hidden absolute inset-y-0 right-0 items-center pr-3 space-x-1 pointer-events-none lg:flex"},g?h.createElement(h.Fragment,null,h.createElement(Je,{char:"cmd"})," ",h.createElement(Je,{char:"K"})):null)),h.createElement("ul",s({},j({className:d("absolute top-10 divide-y divide-gray-light w-full xl:w-2/3 max-h-[75vh] border border-blue-light mt-1 rounded overflow-auto z-50 bg-white",{hidden:!O})})),O?L.map(((e,t)=>h.createElement("li",s({key:e},B({key:t,item:e,index:t})),e===y?h.createElement(h.Fragment,null,h.createElement("div",{className:d("p-2 cursor-pointer",T===t?"bg-blue-light text-white":"")},"Show all results for ",h.createElement("strong",null,k)),p?h.createElement("div",{className:"p-3 text-center"},h.createElement(rt,{size:"small"})):null):null==m?void 0:m(e,T===t)))):null,O&&V?h.createElement("li",{className:"p-2 cursor-not-allowed"},"No results found"):null,O&&L.length<5?h.createElement("li",{className:"flex sticky bottom-0 p-2 space-x-5 text-sm search-footer text-gray-dark pointer-events"},h.createElement("span",{className:"flex items-center"},h.createElement(Je,{char:"up",className:"mr-0.5"}),h.createElement(Je,{char:"down",className:"mr-2"})," to navigate"),h.createElement("span",{className:"flex items-center"},h.createElement(Je,{char:"enter",className:"mr-2"})," to submit"),h.createElement("span",{className:"flex items-center"},h.createElement(Je,{char:"esc",className:"mr-2"})," to close")):null))};at.propTypes={className:m.string,items:m.arrayOf(m.any),itemToString:m.func,defaultValue:m.string,onChange:m.func,onSubmit:m.func,onSelect:m.func,children:m.oneOfType([m.arrayOf(m.node),m.node,m.func]),isLoading:m.bool};const ot=e=>{var t=e,{className:r,classNames:n={},separator:a="/",children:o}=t,l=c(t,["className","classNames","separator","children"]);const i=w.count(o)-1;return h.createElement("div",s({className:d("text-2xl whitespace-nowrap font-semibold",r)},l),w.map(o,((e,t)=>{const r=t>=i;return h.createElement(h.Fragment,null,h.createElement("span",{className:d(n.item,r?"text-black":"text-gray-dark")},e),r?null:h.createElement("span",{className:d(n.separator,"text-gray-dark mx-2")},a))})))};ot.propTypes={className:m.string,classNames:m.object,separator:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node])},(ot.Item=({className:e,onClick:t,children:r})=>h.createElement("div",{className:d(e,"inline",t&&"cursor-pointer hover:underline"),onClick:t},r)).displayName="Breadcrumb.Item",ot.Item.propTypes={className:m.string,onClick:m.func,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const lt=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",s({className:d(r,"mb-4")},n))};lt.propTypes={className:m.string};const st={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},it=e=>{var t=e,{size:r="medium",className:n,type:a="text",isError:o}=t,l=c(t,["size","className","type","isError"]);return h.createElement("input",s({type:a,className:d(n,"block w-full placeholder-gray-dark text-gray-darker rounded-md leading-none disabled:bg-gray-lighter",st[r],o?"border-danger focus:ring-danger focus:border-danger":"border-gray-light focus:ring-primary focus:border-primary")},l))};it.propTypes={size:m.oneOf(Object.keys(st)),className:m.string,type:m.string,isError:m.bool};const ct={large:{parent:"h-6 w-11",inner:"h-5 w-5",translate:"translate-x-5"},medium:{parent:"h-5 w-8",inner:"h-4 w-4",translate:"translate-x-3"},small:{parent:"h-3 w-5",inner:"h-2 w-2",translate:"translate-x-2"}},dt=e=>{var t=e,{isChecked:r=!1,size:n="medium"}=t,a=c(t,["isChecked","size"]);return h.createElement(L,s({checked:r,className:d(r?"bg-primary":"bg-gray","switch relative inline-flex flex-shrink-0 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none disabled:opacity-60",ct[n].parent)},a),h.createElement("span",{className:d(r?ct[n].translate:"translate-x-0","switch-inner pointer-events-none inline-block rounded-full bg-white transform ring-0 transition ease-in-out duration-200 shadow",ct[n].inner)}))};dt.propTypes={isChecked:m.bool,size:m.string},(dt.Group=({className:e,children:t})=>h.createElement(L.Group,{as:"div",className:d("inline-flex items-center",e)},t)).displayName="Switch.Group",dt.Group.propTypes={className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},(dt.Label=({direction:e="left",className:t,children:r})=>h.createElement(L.Label,{as:"span",className:d("left"===e?"mr-2":"ml-2",t)},r)).displayName="Switch.Label",dt.Label.propTypes={direction:m.string,className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};var mt=function(e,t){for(var r=-1,n=null==e?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a},ht=Array.isArray,pt=mt,ut=ht,gt=Ve,wt=ye?ye.prototype:void 0,vt=wt?wt.toString:void 0;var ft=function e(t){if("string"==typeof t)return t;if(ut(t))return pt(t,e)+"";if(gt(t))return vt?vt.call(t):"";var r=t+"";return"0"==r&&1/t==-Infinity?"-0":r};var kt=function(e){return null==e?"":ft(e)},Et=0;var xt=function(e){var t=++Et;return kt(e)+t};const yt=e=>{var t,r=e,{label:n,className:a,classNames:o={}}=r,l=c(r,["label","className","classNames"]);const[m]=v(null!=(t=l.id)?t:xt("checkbox-"));return h.createElement("div",{className:d(a,"flex items-center")},h.createElement("input",i(s({type:"checkbox",className:d(o.checkbox,"w-4 h-4 rounded text-primary border-gray focus:primary disabled:bg-gray-light disabled:text-gray-light disabled:border-none transition-colors")},l),{id:m})),n?h.createElement("label",{htmlFor:m,className:d(o.label,"ml-2 leading-none text-gray-darker")},n):null)};yt.propTypes={label:m.string.isRequired,className:m.string,classNames:m.shape({checkbox:m.string,label:m.string}),onChange:m.func};const Lt=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("label",s({className:d(r,"block text-sm text-black font-bold mb-1")},n))};Lt.propTypes={className:m.string};const Mt=({classNames:e,children:t})=>h.createElement("div",{className:d("header-toolbar flex items-center w-full px-5 pr-3 py-3 xl:px-6 xl:py-5 space-x-2 xl:space-x-6 border-b border-gray-light",e)},t);Mt.propTypes={classNames:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},(Mt.Breadcrumb=({className:e,children:t})=>h.createElement(ot,{className:d("text-xl border-r border-gray-light md:pr-4 xl:pr-6",e)},t)).displayName="HeaderToolbar.Breadcrumb",Mt.Breadcrumb.propTypes={className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},Mt.Breadcrumb.displayName="HeaderToolbar.Search",Mt.Search=e=>h.createElement(at,s({className:"flex-grow pr-1 w-full"},e));const bt=e=>{var t=e,{className:r,value:n,onChange:a,children:o}=t,l=c(t,["className","value","onChange","children"]);const i=w.toArray(o),m=i.filter((e=>e.type===bt.Tab)),u=i.filter((e=>e.type===bt.Panel));return h.createElement(h.Fragment,null,h.createElement("div",s({className:d("bg-gray-lighter overflow-x-auto",r)},l),h.createElement("nav",{className:"flex"},m.map(((e,t)=>p(e,{isActive:t===n,onClick:()=>null==a?void 0:a(t)}))))),u.map(((e,t)=>p(e,{isActive:t===n}))))};bt.propTypes={className:m.string,value:m.number.isRequired,onChange:m.func.isRequired,children:m.node.isRequired};const Nt=e=>{var t=e,{as:r="button",className:n,isActive:a=!1}=t,o=c(t,["as","className","isActive"]);return h.createElement(r,s({className:d(n,"transition-colors cursor-pointer p-4 flex-1 text-center text-lg font-semibold whitespace-nowrap focus-visible:ring",a?"bg-white text-black":"text-gray-dark hover:text-black hover:bg-gray-light")},o))};Nt.displayName="Tabs.Tab",Nt.propTypes={as:m.oneOfType([m.string,m.elementType]),className:m.string,isActive:m.bool},bt.Tab=Nt;const Ct=e=>{var t=e,{isActive:r=!1,className:n}=t,a=c(t,["isActive","className"]);return h.createElement("div",s({className:d(n,r||"hidden")},a))};Ct.displayName="Tabs.Panel",Ct.propTypes={isActive:m.bool,className:m.string},bt.Panel=Ct;var jt="_shimmer_qt4e9_7";const zt=e=>{var t=e,{className:r,style:n,height:a=300,shouldAnimate:o=!0,children:l}=t,i=c(t,["className","style","height","shouldAnimate","children"]);return h.createElement("div",s({className:d(r,"relative flex items-center justify-center bg-gray-lighter overflow-hidden rounded border border-gray-lighter"),style:s({height:a},n)},i),o?h.createElement("div",{className:d(jt,"absolute w-full h-full")}):null,h.createElement("div",{className:"text-gray"},l))};zt.propTypes={className:m.string,style:m.object,height:m.number,shouldAnimate:m.bool,children:m.oneOfType([m.arrayOf(m.node),m.node])};const _t=({isOpen:e=!1,title:t,content:r,onClose:n,classNames:a={}})=>h.createElement(x.Root,{show:e,as:u},h.createElement(y,{static:!0,as:"div",className:"overflow-hidden fixed inset-0",open:e,onClose:n},h.createElement("div",{className:"overflow-hidden absolute inset-0"},h.createElement(x.Child,{as:u,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},h.createElement(y.Overlay,{className:"absolute inset-0 bg-opacity-75 transition-opacity bg-gray"})),h.createElement("div",{className:"flex fixed inset-y-0 right-0 pl-10 max-w-full"},h.createElement(x.Child,{as:u,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},h.createElement("div",{className:"w-screen max-w-md"},h.createElement("div",{className:"flex overflow-y-auto flex-col py-8 h-full bg-white shadow-xl"},h.createElement("div",{className:"px-4 sm:px-6"},h.createElement("div",{className:"flex justify-between items-start"},h.createElement(y.Title,{className:d("text-base font-semibold",a.title)},t),h.createElement("div",{className:d("ml-3 h-7 flex items-center")},h.createElement(B,{size:"small",color:"link",className:"focus:hidden",onClick:n},h.createElement(P,null))))),h.createElement("div",{className:d("mt-3 relative flex-1 px-4 sm:px-6",a.content)},r))))))));_t.propTypes={isOpen:m.bool,title:m.oneOfType([m.arrayOf(m.node),m.node]),content:m.oneOfType([m.arrayOf(m.node),m.node]),onClose:m.func.isRequired,classNames:m.object};const Tt=e=>h.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48"},e),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.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"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})),h.createElement("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"}))));const Bt=({defaultValues:e,isLoading:t=!1,isError:r=null,onSubmit:n})=>{const[a,o]=v(s({email:"",password:"",shouldRemember:!1},e)),l=e=>{const{name:t,value:r}=e.target;o(i(s({},a),{[t]:r}))};return h.createElement("div",{className:"login-container h-screen bg-opacity-40 bg-white"},h.createElement("div",{className:"flex flex-col justify-center items-center space-y-8 w-full h-[90%] md:full"},h.createElement("div",{className:"px-9 md:py-10 w-82 py-0 rounded-lg md:bg-white"},h.createElement("div",{className:"md:mb-10 mb-12"},h.createElement(Tt,{className:"md:h-12 md:mb-20 w-auto h-10 mx-auto"})),h.createElement("form",{onSubmit:e=>{e.preventDefault(),n(a)}},h.createElement("fieldset",{className:"space-y-6",disabled:t},h.createElement("div",{className:"-space-y-px bg-white rounded-md"},h.createElement(lt,{className:"md:mb-7"},h.createElement(Lt,null,"Email"),h.createElement(it,{required:!0,name:"email",type:"email",autoComplete:"email",value:a.email,error:!!r,onChange:l})),h.createElement(lt,null,h.createElement(Lt,null,"Password"),h.createElement(it,{required:!0,name:"password",type:"password",autoComplete:"current-password",value:a.password,error:!!r,onChange:l}))),h.createElement(yt,{name:"remember",label:"Remember me",checked:a.shouldRemember,onChange:e=>{const{name:t,checked:r}=e.target;o(i(s({},a),{[t]:r}))}}),r?h.createElement(q,{color:"danger"},r):null,h.createElement(B,{type:"submit",className:"w-full",color:"primary"},t?h.createElement(rt,{size:"current",color:"current",className:"mr-2"}):null,"Login"),h.createElement("div",{className:"mt-5 text-sm text-center"},h.createElement("a",{href:"https://xola.com/resetting/form",className:"text-gray-darker hover:text-black font-semibold underline",target:"_blank",rel:"noreferrer"},"Forgot your password?")))))),h.createElement("footer",null,h.createElement("div",{className:"flex flex-col items-center justify-center w-full px-4 py-1 overflow-hidden sm:px-6 lg:px-8"},h.createElement("div",{className:"px-4 m-5 w-82 opacity-30 hover:opacity-80 md:text-sm text-xs text-center rounded-lg"},h.createElement("a",{href:"https://www.xola.com/team",target:"_blank",className:"md:text-gray",rel:"noreferrer"},"Handcrafted in Houston, Belgrade & Bengaluru",h.createElement("div",{className:"text-center"},"© ",(new Date).getFullYear()," Xola, Inc."))))))};Bt.propTypes={defaultValues:m.shape({email:m.string,password:m.string,shouldRemember:m.bool}),isLoading:m.bool,isError:m.string,onSubmit:m.func};const Ht=N(),Ot=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),Vt=e=>Ot.has(e),At=(e,t=Ht,r=0)=>new Intl.NumberFormat(t,{style:"currency",currency:e,maximumFractionDigits:0}).format(r).replace(/\d/g,"").trim(),St=N(),It=e=>{const t=Math.abs(e);return t>=0&&t<=.001},Pt=(e,t=null,r=St,n=2)=>{const a={style:t?"currency":"decimal",minimumFractionDigits:n,maximumFractionDigits:n};return t&&(a.currency=t),new Intl.NumberFormat(r,a).format(e)},Rt=(e,t)=>{let r=Number(t);return Vt(e)?r=C(r):(C(r,3)===C(r,4)&&(r=C(r,3)),r=C(r,2)),r},qt=N(),Ft=({currency:e="USD",locale:t=qt,shouldRemoveTrailingZeroes:r=!0,maximumFractionDigits:n=2,children:a})=>{let o=a;It(o)&&(o=0);let l=Pt(o,e,t,Vt(e)?0:n);return l=r?l.replace(".00",""):l,h.createElement("span",{className:"currency-formatted-amount"},l)};Ft.propTypes={currency:m.string,locale:m.string,shouldRemoveTrailingZeroes:m.bool,maximumFractionDigits:m.number,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},(Ft.Round=({currency:e,children:t})=>{const r=Rt(e,t);return h.createElement("span",{className:"currency-rounded"},r)}).propTypes={currency:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired},(Ft.Split=({currency:e="USD",locale:t=qt,children:r})=>{let n=r;It(n)&&(n=0);const a=Rt(e,n).toString().split("."),o=a[0];let l=a[1]||"0";1===l.length&&(l+="0");const s=Pt(o,e,t,0);return h.createElement("span",{title:n,className:"currency-formatted-split-amount"},h.createElement("span",{className:"amount-int"},s),!Vt(e)&&h.createElement("span",{className:"pl-1 underline amount-decimal"},h.createElement("sup",null,l)))}).propTypes={currency:m.string,locale:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const Ut=j.PhoneNumberFormat,Dt=j.PhoneNumberUtil.getInstance(),Gt=({countryCode:e="US",className:t,children:r})=>{const n=r;try{let r=Dt.parseAndKeepRawInput(n,e);const a=Dt.getRegionCodeForNumber(r);let o;if(a&&a!==e&&(r=Dt.parseAndKeepRawInput(n,a)),a){const t=a===e?Ut.NATIONAL:Ut.INTERNATIONAL;o=Dt.format(r,t)}else o=n;return h.createElement("span",{className:t,"data-region-code":a||"N/A","data-country-code":e,title:n},o)}catch(a){console.debug("Invalid phone number",n,a.message)}return h.createElement("span",{className:t,"data-country-code":e},n)};Gt.propTypes={countryCode:m.string,className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const Wt=N(),Kt=({locale:e=Wt,maximumFractionDigits:t=2,children:r})=>{const n=Pt(r,null,e,t);return h.createElement("span",{className:"formatted-number"},n)};Kt.propTypes={locale:m.string,maximumFractionDigits:m.number,children:m.oneOfType([m.arrayOf(m.node),m.node]).isRequired};const Zt=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.4 2.356a.455.455 0 00-.457-.456H3.725c-.255 0-.456.2-.456.456v8.214c0 .25.2.451.456.451h8.213-.004c.25 0 .456-.205.456-.456l.01-8.209zM7.85 3.212v6.125M10.912 6.275H4.787",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M3.273 3.725h-.917c-.255 0-.456.2-.456.456v7.757-.004a.45.45 0 00.452.456h7.757-.005a.458.458 0 00.456-.456v-.913",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Yt=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M8.714 2.714L13 7l-4.286 4.286M13 7.003H1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})),$t=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.722 7a2.722 2.722 0 11-5.444 0 2.722 2.722 0 015.444 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.721 7v1.166a1.555 1.555 0 103.111 0V6.999a5.833 5.833 0 10-2.333 4.667",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Jt=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#ArrowUpRightIcon_svg__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.182 2.757h6.06v6.061M11.244 2.76L2.76 11.244"})),h.createElement("defs",null,h.createElement("clipPath",{id:"ArrowUpRightIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),Xt=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.679 3.947a.428.428 0 01.321.417V9.8a.429.429 0 01-.3.408l-4.771 1.59h-.005a.461.461 0 01-.286-.005l-4.351-1.585A.435.435 0 012 9.8V4.347a.424.424 0 01.321-.421l4.56-1.186v-.004a.37.37 0 01.217 0l4.58 1.211zM6.794 5.345v6.513",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M11.885 4.069L6.794 5.34l-4.66-1.272",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Qt=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.106 7.819l-1.86.265.265-1.86L8.28 1.45h-.005c.435-.44 1.15-.44 1.59-.005.435.435.435 1.15 0 1.59l-4.76 4.784z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M3.625 4.125H2.12a.749.749 0 00-.75.75v5.25-.005c-.005.41.335.75.745.75h9.75-.005c.41 0 .75-.34.75-.75V4.87c0-.415-.34-.75-.75-.75h-.75M11.125 9h-3.75M11.125 7.125h-2.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),er=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.76 2.87H2.24a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24zM4.174 2v2.174M9.826 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),tr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M8.518 5.498a.22.22 0 01-.216.217.204.204 0 01-.113-.035l-1.085-.65-1.31.68v-.004a.222.222 0 01-.321-.2V2H8.51l.008 3.498z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M11.555 2.022h-9.11a.434.434 0 00-.434.434v9.11c0 .24.194.434.434.434h9.11c.24 0 .434-.194.434-.434v-9.11a.434.434 0 00-.434-.434z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),rr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.506 7.739v3.712l-.006-.006c0 .628.508 1.136 1.136 1.142h6.723a1.146 1.146 0 001.136-1.148V7.727",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.647 2.441a.863.863 0 01-.857.857.86.86 0 01-.857-.857v-.006c.103-.485.32-.936.629-1.324h-.006a.278.278 0 01.4-.046l.04.04c.308.382.525.834.628 1.319l.023.017zM10.514 2.441a.863.863 0 01-.856.857.86.86 0 01-.857-.857v-.006c.103-.485.32-.936.628-1.324h-.005a.278.278 0 01.4-.046l.04.04c.308.382.525.834.628 1.319l.022.017zM10.229 6.311H9.087V4.312a.283.283 0 01.28-.291h.57-.005a.282.282 0 01.285.28l.012 2.01zM5.361 6.311H4.219V4.312a.283.283 0 01.28-.291h.57-.005a.281.281 0 01.286.28l.011 2.01z",fill:"currentColor"}),h.createElement("path",{d:"M11.5 9.11c0 .822-.674 1.498-1.499 1.498A1.5 1.5 0 018.502 9.11c0 .823-.674 1.5-1.5 1.5a1.5 1.5 0 01-1.498-1.5c0 .823-.674 1.5-1.5 1.5a1.5 1.5 0 01-1.498-1.5V6.882a.566.566 0 01.565-.577h7.852-.005a.564.564 0 01.57.566l.012 2.238z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),nr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.654 3H2.352a.98.98 0 00-.98.98v5.874c0 .54.44.98.98.98h9.302a.98.98 0 00.98-.98V3.98a.98.98 0 00-.98-.979z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{fill:"currentColor",d:"M1.6 4.5h11V6h-11z"})),ar=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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"}),h.createElement("path",{d:"M3.828 5.943A2.643 2.643 0 016.472 3.3h1.057a2.643 2.643 0 012.643 2.643v1.632c0 .309.123.606.342.825l.374.373c.219.22.342.516.342.825 0 .61-.494 1.103-1.103 1.103H3.873a1.102 1.102 0 01-1.102-1.103c0-.309.123-.606.342-.825l.374-.373c.218-.22.341-.516.341-.825V5.943v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),or=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#BalloonIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.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.942.548 2.738"})),h.createElement("defs",null,h.createElement("clipPath",{id:"BalloonIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),lr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.753 3h-9.5a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1zM1.25 5h11.5M11.25 7h-1.5M6.75 7h-4",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})),sr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2 4.638l.983.983L5.603 3M2 10.638l.983.983L5.603 9M7.569 4H11.5M7.569 10H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),ir=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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.966 11.318h.013c-.173-.013-.332.146-.332.319 0 .172.16.332.332.332.186 0 .332-.16.345-.332a.33.33 0 00-.319-.345M5.648 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.332.332.332.186 0 .332-.16.345-.332a.33.33 0 00-.318-.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),cr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.797 4.6h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203s0 0 0 0M9.6 7.4h-.005a.194.194 0 01.197.197c0 .107-.09.198-.203.198a.203.203 0 01-.202-.203.195.195 0 01.197-.203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.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"}),h.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-.363.8-.8.8H3.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),dr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9 12.5L3.5 7 9 1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),mr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2 7.546l2.727 2.727L12 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),hr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.75 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),pr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7 6.214a.786.786 0 100 1.572.786.786 0 000-1.572zM7 6.214v-2.75M7.555 7.555l1.41 1.41",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),ur=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.875 12.25a5.375 5.375 0 100-10.75 5.375 5.375 0 000 10.75z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.875 4.304v2.571l2.805 2.57",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),gr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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.429H13M11.286 7H13M11.286 9.571H13M1 4.429h1.714M1 7h1.714M1 9.571h1.714M9.571 2.714H4.43c-.947 0-1.715.768-1.715 1.715V9.57c0 .947.768 1.715 1.715 1.715H9.57c.947 0 1.715-.768 1.715-1.715V4.43c0-.947-.768-1.715-1.715-1.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.029 5.4H6.057a.657.657 0 00-.657.657V8.03c0 .363.294.657.657.657H8.03a.657.657 0 00.657-.657V6.057a.657.657 0 00-.657-.657z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),wr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 12.833A5.833 5.833 0 107 1.167a5.833 5.833 0 000 11.666zM4.667 9.333l4.666-4.667M9.333 9.333L4.667 4.666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),vr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#CompassIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7 13A6 6 0 107 1a6 6 0 000 12z"}),h.createElement("path",{d:"M5.696 5.696L9.55 4.108v0a.26.26 0 01.341.34L8.304 8.305"}),h.createElement("path",{d:"M8.304 8.304L5.696 5.696 4.108 9.55v0a.26.26 0 00.34.341l3.856-1.588z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"CompassIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),fr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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"})),kr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.008 6.006v5.863M12 11.136a2.2 2.2 0 00-2.199-2.199H7.053A2.2 2.2 0 004.855 6.74H1v4.397h11zM4.855 8.938h2.748M10.906 1.625V1M11.844 1.625h-1.275a.839.839 0 00-.844.837.84.84 0 00.525.775l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525H9.937M10.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Er=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M8.17 7.002L9.917 8.75l-1.75 1.75M5.25 8.75H2.917A1.166 1.166 0 011.75 7.583V2.917c0-.645.522-1.167 1.167-1.167h4.666c.645 0 1.167.522 1.167 1.167V5.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M11.083 12.25H6.417a1.166 1.166 0 01-1.167-1.167V6.417c0-.645.522-1.167 1.167-1.167h4.666c.645 0 1.167.522 1.167 1.167v4.666c0 .645-.522 1.167-1.167 1.167zM5.25 8.75h4.667",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),xr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12 2.98H2a.833.833 0 00-.833.833v6.666c0 .46.373.834.833.834h10c.46 0 .833-.373.833-.834V3.813A.833.833 0 0012 2.979z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.645 3.285l-4.524 3.48a1.838 1.838 0 01-2.241 0l-4.525-3.48",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),yr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.215 10.107H7.668l-2.796 2.229h-.009a.23.23 0 01-.3-.033.227.227 0 01-.05-.142v-2.07H2.835A.839.839 0 012 9.248V3.404a.827.827 0 01.826-.843h8.348-.009a.825.825 0 01.835.826V9.23c0 .46-.376.835-.835.835h-.008l.058.042zM4.538 5.103h5.008M4.538 7.607h3.339",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Lr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 .875a6.125 6.125 0 100 12.25A6.125 6.125 0 007 .875v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.136 4.736H5.13c.069-.005.133.059.133.128a.14.14 0 01-.133.133c-.075 0-.134-.064-.139-.133a.132.132 0 01.128-.138M8.864 4.736H8.86a.132.132 0 00-.133.134c0 .069.058.133.133.127.07-.005.133-.064.128-.138a.135.135 0 00-.133-.133M3.538 8.864h6.924",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Mr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:2,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),br=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.017 5.218a1.828 1.828 0 100 3.656 1.828 1.828 0 000-3.656v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.958 6.875c-.61-.69-3.04-3.227-5.943-3.227-2.909 0-5.337 2.532-5.943 3.222h-.005a.25.25 0 000 .34c.605.689 3.034 3.221 5.938 3.221 2.903 0 5.332-2.533 5.938-3.227h-.006a.268.268 0 000-.345l.021.016z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Nr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#ExportIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M4.947 12.109H4.94c2.813 1.134 6.017-.232 7.16-3.05A5.5 5.5 0 009.058 1.9a5.514 5.514 0 00-7.173 7.166"}),h.createElement("path",{d:"M8.532 8.186l.002-2.706-2.706.002M8.534 5.48l-5.416 5.416"})),h.createElement("defs",null,h.createElement("clipPath",{id:"ExportIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),Cr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#DotCircleIcon_svg__clip0)"},h.createElement("path",{d:"M7 13A6 6 0 107 1a6 6 0 000 12z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"DotCircleIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),jr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.07 5.92h-.005c.069-.005.133.06.133.131a.14.14 0 01-.133.136c-.075 0-.133-.065-.139-.136a.134.134 0 01.128-.141M9.93 5.92h-.006a.133.133 0 00-.133.137c0 .07.059.135.133.13.07-.005.133-.065.128-.141a.137.137 0 00-.133-.136M3.804 9.046L3.8 9.041c.735 1.799 2.759 2.652 4.527 1.902A3.51 3.51 0 0010.19 9.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7 .893c-.804 0-1.6.162-2.344.476A6.118 6.118 0 002.67 2.724a6.26 6.26 0 00-1.328 2.028 6.362 6.362 0 000 4.784 6.261 6.261 0 001.328 2.027 6.118 6.118 0 001.987 1.355 6.017 6.017 0 004.688 0 6.117 6.117 0 001.987-1.354 6.26 6.26 0 001.328-2.028 6.362 6.362 0 000-4.784 6.26 6.26 0 00-1.328-2.028 6.117 6.117 0 00-1.987-1.355A6.018 6.018 0 007 .893v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),zr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.333 11.667V2.333M2.333 9.368l1.309-.402a3.986 3.986 0 013.262.414 3.988 3.988 0 003.185.44l1.24-.353a.467.467 0 00.338-.45V4.154a.465.465 0 00-.595-.449l-.983.281a3.988 3.988 0 01-3.185-.438 3.986 3.986 0 00-3.262-.415l-1.309.402",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),_r=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.854.729a6.271 6.271 0 100 12.542 6.271 6.271 0 000-12.542v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M3.855 5.773h-.006c.071-.005.137.06.137.13 0 .072-.066.137-.137.137-.076 0-.136-.065-.141-.136a.135.135 0 01.13-.142M9.853 5.773h-.005a.135.135 0 00-.137.136c0 .071.06.137.137.131.07-.005.136-.065.13-.142a.139.139 0 00-.136-.136M4.4 10.817a2.45 2.45 0 114.902-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Tr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.7 2.023v3.465a2.3 2.3 0 002.31 2.298 2.317 2.317 0 002.298-2.321V2M7.01 2.028V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Br=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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.748",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Hr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.945 6.988H2.788A.791.791 0 012 6.191v-.788a.78.78 0 01.78-.795h8.662-.008a.778.778 0 01.788.78v.787a.79.79 0 01-.788.787h-3.15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.308 6.988h2.756l-.347 4.78v-.008a.783.783 0 01-.787.724H4.307v0a.785.785 0 01-.787-.733l-.347-4.788H5.93M5.945 4.625V12.5M8.308 12.5V4.625M4.37 3.586c.473.472 2.757 1.032 2.757 1.032s-.56-2.284-1.04-2.757a1.22 1.22 0 00-1.724-.007 1.21 1.21 0 00-.008 1.716l.015.016z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.883 3.586c-.473.472-2.756 1.032-2.756 1.032s.55-2.284 1.031-2.757H8.15a1.21 1.21 0 011.717-.007 1.217 1.217 0 010 1.716l.016.016z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Or=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.65 10.651v1.438l2.875-2.636L9.65 6.818v1.437H6.296v2.396H9.65z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.338 9.214H2.22a.724.724 0 01-.719-.72v0-5.27a.718.718 0 01.714-.724h8.625-.005a.718.718 0 01.719.719v3.114",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M11.36 2.716l-4.824 3.86-4.825-3.86",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Vr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.825 3.297V2.273a.766.766 0 111.53-.01v1.024",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.36 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.897 7.136V4.832a.766.766 0 111.53-.01v5.119a2.56 2.56 0 01-2.56 2.56H6.159a2.574 2.574 0 01-2.165-1.194c-.886-1.392-1.976-3.675-1.976-3.675a.61.61 0 01.154-.855.607.607 0 01.742.031l1.356 1.587V3.276a.766.766 0 111.53-.01v3.071",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Ar=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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.666M2.509 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.228-.449.708-.734 1.234-.734h6.928c.526 0 1.005.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 .713-.67 1.29-1.497 1.29-.827 0-1.497-.577-1.497-1.29 0 .713-.67 1.29-1.497 1.29-.826 0-1.497-.577-1.497-1.29v.028c-.001.697-.672 1.262-1.498 1.262v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Sr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.565 2h-9.13A.435.435 0 002 2.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0011.565 2zM2 10.26h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M2 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.151.086.27.216.352.373L12 9.655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Ir=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 11.667A4.667 4.667 0 102.333 7v.36",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M.583 5.833l1.75 1.75 1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Pr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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"}),h.createElement("path",{d:"M8.259 1.558v2.345c0 .262.21.473.478.473h2.345",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.906 5.625V5M7.844 5.625H6.569a.839.839 0 00-.844.838.84.84 0 00.525.774l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525H5.937M6.906 10v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Rr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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:"currentColor"})),qr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.764 9.467L4.731 11.5h-.005a1.919 1.919 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.71L4.49 5.398v-.005a1.909 1.909 0 012.707 0l.447.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),h.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.547 7.638v-.004a1.924 1.924 0 01-2.71 0l-.006-.005-.451-.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"})),Fr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#MagicIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.615 6.02l1.426 1.442M1 10.697l6.038-6.111h0a.664.664 0 01.946 0l.473.478v0a.683.683 0 010 .958L2.551 12M3.634 2.355V3.71M4.304 3.032H2.965M6.98 1v1.355M7.65 1.678H6.31M10.996 3.37v2.033M12 4.387H9.992"})),h.createElement("defs",null,h.createElement("clipPath",{id:"MagicIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),Ur=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#InfoCircleIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.05 1.3a5.75 5.75 0 100 11.5 5.75 5.75 0 000-11.5v0z"}),h.createElement("path",{d:"M8.357 9.666h-.789a.525.525 0 01-.523-.528v0V5.74a.262.262 0 00-.262-.261H6M6.917 4.175h-.005a.13.13 0 00-.131.13c0 .069.057.131.13.126.069-.005.131-.062.126-.136a.133.133 0 00-.13-.13"})),h.createElement("defs",null,h.createElement("clipPath",{id:"InfoCircleIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),Dr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{clipRule:"evenodd",d:"M10.775 6.536v0a.905.905 0 00-.9-.91h-5.85 0c-.497 0-.9.407-.9.91v4.553h0c0 .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.8S9.5 2.847 9.5 4.138v1.487H4.4V4.138z",stroke:"currentColor",strokeWidth:1.02,strokeLinecap:"round",strokeLinejoin:"round"})),Gr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.11 4.262h3.67M4.276 7.014H9.78M4.276 9.766H9.78M2.44 2.427a.909.909 0 01.91-.927h7.338-.009a.906.906 0 01.918.909v9.174a.92.92 0 01-.918.917H3.331a.922.922 0 01-.918-.927v0l.028-9.146z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Wr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2 4h10M2 7h10M2 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Kr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.03 3H6.88v0c-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.02H5M6.53 11v1.5M7.53 1.5V3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Zr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.226 2.773a1.51 1.51 0 00-2.144.015L3.067 8.802l-.734 2.864 2.864-.734 6.015-6.015a1.509 1.509 0 00.014-2.144v0zM8.91 2.96l2.13 2.13M3.068 8.802L5.2 10.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Yr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2 4.638l.983.983L5.603 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),$r=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.03 3H3.88v0c-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"})),Jr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.008 9.972A.972.972 0 106.981 9a.972.972 0 11.972-.972M6.98 6.083v.973M6.98 10.944v.973",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M1.845 8.72a5.28 5.28 0 105.28-5.281H6.72",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.447 1.458l-1.98 1.98 1.98 1.981",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Xr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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"})),Qr=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.214 6.88a.987.987 0 111.396 1.396l-3.312 3.31a.573.573 0 01-.405.167H7.737v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.295 4.869h4.59M4.295 7.163h2.868M11.879 9.01l-1.4-1.4M11.179 4.869V3.147c0-.633-.514-1.147-1.148-1.147H3.147C2.513 2 2 2.514 2 3.147v7.458c0 .634.513 1.148 1.147 1.148h2.295",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),en=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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.101l4.404 4.404a.779.779 0 001.101 0L8.5 10.966a.39.39 0 00-.134-.637 1.54 1.54 0 01-.531-.348z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),tn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#PrintIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.85 11.34h2.285M5.85 9.627h2.285M3.667 9.348H2.096a1.047 1.047 0 01-1.043-1.044V5.168c0-.579.464-1.043 1.043-1.043h9.913c.574 0 1.038.464 1.038 1.043v3.13h-.005a1.047 1.047 0 01-1.049 1.039h-1.565M3.666 3.573V1h5.002c.135 0 .266.052.365.151l1.257 1.26-.005-.005c.094.094.151.23.151.365v.802"}),h.createElement("path",{d:"M10.45 12.478a.523.523 0 01-.523.522H4.183a.524.524 0 01-.522-.527v0-4.696h6.783l.005 4.701z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"PrintIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),rn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 2v10M12 7H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),nn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.192 11.344c0 .15-.128.279-.279.279a.283.283 0 01-.184-.073l-1.494-1.282-2.064 1.544v-.005a.285.285 0 01-.334 0l-2.064-1.55-1.494 1.277v-.006a.287.287 0 01-.469-.218V2.063a.552.552 0 01.552-.563h7.25-.005a.551.551 0 01.557.552l.028 9.292zM4.265 4.236h2.736M4.265 6.06h4.56M4.265 7.884h4.56",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})),an=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),on=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#PinIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M2.99 5.86v-.1a4.01 4.01 0 118.02 0v.1c0 2.018-2.557 5.058-3.587 6.201a.568.568 0 01-.846 0c-1.03-1.143-3.586-4.183-3.586-6.201v0z"}),h.createElement("path",{d:"M5.833 5.807a1.166 1.166 0 102.334 0v-.022a1.166 1.166 0 10-2.334 0"})),h.createElement("defs",null,h.createElement("clipPath",{id:"PinIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),ln=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.682 6.816a.708.708 0 01-.033-1.352l9.55-3.113a.358.358 0 01.45.449l-3.111 9.55a.707.707 0 01-1.352-.033L6.117 7.879 1.682 6.816zM11.562 2.437L6.117 7.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),sn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M8.927 1.313L1.813 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.732.106l7.114-7.114c.172-.172.124-.5-.107-.731L9.659 1.419c-.232-.231-.56-.279-.732-.106zM4.042 6.774l1.482 1.482M5.233 5.588l1.038 1.038M6.555 4.26l1.482 1.482M7.74 3.075l1.192 1.18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),cn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#SettingsIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.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"})),h.createElement("defs",null,h.createElement("clipPath",{id:"SettingsIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),dn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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.612a1.567 1.567 0 103.135-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),mn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:16,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.711 4.083a4.813 4.813 0 00-8.524 3.061v1.314M4.5 10.446a4.812 4.812 0 008.313-3.302V6.27",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M1.438 6.707l1.75 1.75 1.75-1.75M14.563 8.02l-1.75-1.75-1.75 1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),hn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#SquareIcon_svg__clip0)"},h.createElement("path",{d:"M10.333 12H3.667C2.746 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 .921-.746 1.667-1.667 1.667z",stroke:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"SquareIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),pn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#ShapesIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.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.398 4.173l-1.69 1.69a.653.653 0 01-.925 0l-1.691-1.69a.654.654 0 010-.924l1.69-1.692a.653.653 0 01.925 0l1.69 1.691a.655.655 0 010 .925v0zM2.519 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654H2.52a.654.654 0 00-.654.654v2.39c0 .361.293.654.654.654v0zM3.129 8.841l-1.449 2.32a.69.69 0 00.584 1.054h2.9a.69.69 0 00.584-1.055l-1.45-2.318A.69.69 0 003.13 8.84v0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"ShapesIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),un=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#TrashIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M1.828 3.324H12.15M8.095 1.85H5.884v0a.737.737 0 00-.738.737v.738h3.687v-.738 0a.737.737 0 00-.738-.737v0zM5.884 9.591V5.905M8.095 9.591V5.905"}),h.createElement("path",{d:"M10.364 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.734-.677l-.682-8.17h8.11l-.68 8.17z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"TrashIcon_svg__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(1.091 1.113)",d:"M0 0h11.796v11.796H0z"})))),gn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M10.851 8.4H3.25A.249.249 0 003 8.65v2.203c0 .137.111.248.249.248h7.602a.249.249 0 00.249-.248V8.649a.249.249 0 00-.248-.249z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M11.752 5.7H4.149a.249.249 0 00-.249.249v2.203c0 .137.111.248.249.248h7.603A.249.249 0 0012 8.152V5.949a.249.249 0 00-.248-.249z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M10.851 3H3.25A.249.249 0 003 3.25v2.203c0 .137.111.248.249.248h7.602a.249.249 0 00.249-.248V3.249A.249.249 0 0010.852 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),wn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M10.5 7.5L8.746 9.003A5 5 0 007 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.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.844 1.625H6.569a.839.839 0 00-.844.837.84.84 0 00.525.775l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525H5.937M6.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),vn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#StarIcon_svg__clip0)"},h.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.437.437 0 01-.47.053L7 11.231l-3.478 1.724a.438.438 0 01-.608-.255.426.426 0 01-.005-.244l1.048-3.808-2.83-2.803a.429.429 0 01.265-.733l3.434-.34 1.785-3.535A.432.432 0 017.001 1a.438.438 0 01.388.239z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h.createElement("defs",null,h.createElement("clipPath",{id:"StarIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),fn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.917 12.834a2.917 2.917 0 100-5.834 2.917 2.917 0 000 5.834zM9.917 8.167v3.5M8.167 9.917h3.5M1.167 9.333c0-.578.138-1.148.4-1.658.263-.51.642-.943 1.105-1.262a3.224 3.224 0 013.162-.3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.667 5.833a2.333 2.333 0 100-4.666 2.333 2.333 0 000 4.666z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),kn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:2,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4 9.333V10l.333.334.167.166M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),En=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#UserIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M4.02 2.591h0a5.371 5.371 0 005.988 1.204"}),h.createElement("path",{d:"M6.805 7.465a3.233 3.233 0 100-6.465 3.233 3.233 0 000 6.465zM11.61 11.649a5.315 5.315 0 00-9.61 0"})),h.createElement("defs",null,h.createElement("clipPath",{id:"UserIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),xn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M2.5 11h9M11.03 4.746l-5.708 5.708v0a.379.379 0 01-.193.104l-2.176.435v0a.38.38 0 01-.446-.446l.435-2.175v0a.383.383 0 01.104-.194L8.755 2.47v0a1.605 1.605 0 012.269 0l.007.007v0a1.606 1.606 0 010 2.27v0z"})),yn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#TicketIcon_svg__clip0)"},h.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"})),h.createElement("defs",null,h.createElement("clipPath",{id:"TicketIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),Ln=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#VeteranIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.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.643zM7.283 1.172L7.9 2.5h1.2a.293.293 0 01.207.513L8.265 4.04l.577 1.325a.314.314 0 01-.448.393L7 4.973l-1.394.785a.314.314 0 01-.448-.393l.577-1.325-1.041-1.026A.293.293 0 014.9 2.5h1.2l.617-1.328a.318.318 0 01.566 0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"VeteranIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),Mn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.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"}),h.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 7z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.75 4.142h.058c.642 0 1.109.525 1.109 1.108M12.833 7.583l-1.341-1.341",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),bn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.25 4.083H1.75a.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.25 6.417h3.5M12.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"})),Nn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.867 10.153L7.403 2.95v-.006a.667.667 0 011.062-.005L13 10.142l-10.133.011z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.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.245 6.377l1.25 1.057-.006-.005a.534.534 0 00.72-.032l.342-.347h-.005a.527.527 0 01.752-.006l.342.342a.533.533 0 00.72.027l1.227-1.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Cn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#AlertCircleIcon_svg__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M12.68 6.857a5.81 5.81 0 01-5.735 5.823H6.94a5.648 5.648 0 01-5.73-5.562c-.005-.026-.005-.052-.005-.073L1.2 7.04a5.812 5.812 0 015.73-5.834V1.2a5.639 5.639 0 015.723 5.557v.068l.026.031zM6.95 7.5V4.357"}),h.createElement("path",{d:"M6.945 9.042v0a.128.128 0 00-.13.124c0 .068.057.125.13.125v0a.136.136 0 00.125-.136l-.005-.005-.005-.005c-.005-.073-.063-.13-.13-.13h-.005"})),h.createElement("defs",null,h.createElement("clipPath",{id:"AlertCircleIcon_svg__clip0"},h.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"})))),jn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M10.22 6.377L9.03 5.185l1.107-1.109 1.187 1.187a.789.789 0 001.108-.021.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.052 6.91v0A2.745 2.745 0 001.33 8.016a2.74 2.74 0 001.108 3.716 2.743 2.743 0 003.71-3.726L7.895 6.26 9.08 7.453c.303.303.8.303 1.108-.006a.79.79 0 00-.005-1.113l.036.043z"})),zn=e=>h.createElement("svg",s({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M4.41 2.591h0a5.372 5.372 0 005.988 1.204"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M7.195 7.465a3.233 3.233 0 100-6.465 3.233 3.233 0 000 6.465zM12 11.649a5.315 5.315 0 00-9.61 0"})),_n=e=>h.createElement("svg",s({viewBox:"0 0 20 20",width:20,height:20,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M16.875 4.37488H3.125C1.74429 4.37488 0.625 5.49417 0.625 6.87488V16.8749C0.625 18.2556 1.74429 19.3749 3.125 19.3749H16.875C18.2557 19.3749 19.375 18.2556 19.375 16.8749V6.87488C19.375 5.49417 18.2557 4.37488 16.875 4.37488Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.125 3.74988C13.125 2.92108 12.7958 2.12622 12.2097 1.54017C11.6237 0.954118 10.8288 0.624878 10 0.624878C9.1712 0.624878 8.37634 0.954118 7.79029 1.54017C7.20424 2.12622 6.875 2.92108 6.875 3.74988V4.37488H13.125V3.74988Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.83334 4.99988V19.1665",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M14.1667 4.99988V19.1665",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Tn=e=>h.createElement("svg",s({viewBox:"0 0 22 22",width:22,height:22,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M20.5777 10.3387L11.6144 1.37538C11.2492 1.0102 10.6572 1.0102 10.292 1.37538L1.32868 10.3387C0.963504 10.7039 0.963503 11.2959 1.32868 11.6611L10.292 20.6244C10.6572 20.9896 11.2492 20.9896 11.6144 20.6244L20.5777 11.6611C20.9429 11.2959 20.9429 10.7039 20.5777 10.3387Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M10.975 6.34784V11.5937",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M10.9623 14.7636C10.8314 14.7636 10.7285 14.8665 10.7379 14.9974C10.7379 15.119 10.8407 15.2218 10.9716 15.2218C11.0932 15.2125 11.1961 15.1096 11.1867 14.9787C11.1774 14.9693 11.1774 14.9693 11.1774 14.9693C11.168 14.8384 11.0651 14.7356 10.9436 14.7356",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M10.976 14.7636H10.9653",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Bn=e=>h.createElement("svg",s({viewBox:"0 0 20 20",width:20,height:20,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M1.428 14.979l2.022 3.044"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M12.608 1.428l7.678 11.565M19.882 12.382l-16.835 5.03-1.216-1.83L13 2.022l6.871 10.35.012.01z"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.809 14.796a2.553 2.553 0 01-.253 3.598 2.566 2.566 0 01-3.61-.253c-.072-.084-.145-.168-.205-.265l-1.059-1.6"}));export{Zt as AddSquareIcon,q as Alert,Cn as AlertCircleIcon,Bn as AnnounceIcon,bn as ArchiveIcon,Ir as ArrowCcwIcon,Yt as ArrowRightIcon,Jt as ArrowUpRightIcon,$t as AtIcon,W as Avatar,I as Badge,or as BalloonIcon,Qt as BankCheckIcon,ar as BellIcon,tr as BookmarkIcon,Xt as BoxIcon,ot as Breadcrumb,_n as BriefcaseIcon,B as Button,se as ButtonGroup,rr as CakeIcon,er as CalendarIcon,nr as CardIcon,lr as CartAltIcon,ir as CartIcon,cr as CashIcon,mr as CheckIcon,yt as Checkbox,sr as ChecklistIcon,F as ChevronDownIcon,dr as ChevronLeftIcon,U as ChevronRightIcon,hr as ChevronUpIcon,gr as ChipIcon,pr as ClockAltIcon,ur as ClockIcon,wr as CloseCircleIcon,P as CloseIcon,yr as CommentIcon,vr as CompassIcon,Er as CopyIcon,Ft as Currency,kr as DepositIcon,fr as DisabledIcon,Tn as DisputesIcon,Cr as DotCircleIcon,_t as Drawer,Qr as EditIcon,Rr as EllipsisIcon,xr as EmailIcon,Mr as EmptyChecklistIcon,Nr as ExportIcon,br as EyeIcon,Lr as FaceNeutralIcon,_r as FaceSadIcon,jr as FaceSmileIcon,zr as FlagIcon,Tr as ForkIcon,lt as FormGroup,Or as ForwardIcon,Hr as GiftIcon,zn as GuestIcon,Br as HandAltIcon,Vr as HandIcon,Mt as HeaderToolbar,Ar as HomeIcon,Sr as ImageIcon,Ur as InfoCircleIcon,it as Input,Pr as InvoiceIcon,Je as Key,jn as KeyIcon,Lt as Label,Nn as LandscapeIcon,an as LineVerticalIcon,qr as LinkIcon,Gr as ListIcon,Dr as LockIcon,Bt as Login,de as Logo,Fr as MagicIcon,Wr as MenuIcon,Yr as MixedChecklistIcon,ne as Modal,$r as MoneyAddIcon,Jr as MoneyBackIcon,Kr as MoneyIcon,K as NotificationCount,Kt as Number,Zr as PenIcon,Gt as Phone,Xr as PhoneIcon,on as PinIcon,rn as PlusIcon,te as Popover,tn as PrintIcon,en as PuzzleIcon,nn as ReceiptIcon,mn as RefreshIcon,sn as RulerIcon,at as Search,Mn as SearchAltIcon,$e as SearchIcon,ln as SendIcon,cn as SettingsIcon,pn as ShapesIcon,dn as ShirtIcon,Z as Sidebar,zt as Skeleton,rt as Spinner,wn as SplitPaymentIcon,hn as SquareIcon,gn as StackIcon,vn as StarIcon,dt as Switch,oe as Table,bt as Tabs,yn as TicketIcon,Q as Tooltip,un as TrashIcon,fn as UserAddIcon,En as UserIcon,Ln as VeteranIcon,kn as WaitlistIcon,xn as WriteIcon,It as almostZero,At as getSymbol,Ye as isOSX,Vt as isZeroDecimal,Pt as numberFormat,Rt as roundNumber};
|