@economic/taco 1.22.2 → 1.22.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/components/Table2/Table2.d.ts +2 -3
  2. package/dist/components/Table2/Table2.stories.d.ts +0 -1
  3. package/dist/components/Table2/hooks/useColumnDefinitions.d.ts +4 -5
  4. package/dist/components/Table2/hooks/useTable.d.ts +2 -2
  5. package/dist/components/Table2/types.d.ts +4 -3
  6. package/dist/esm/packages/taco/src/components/Provider/Localization.js +2 -2
  7. package/dist/esm/packages/taco/src/components/Provider/Localization.js.map +1 -1
  8. package/dist/esm/packages/taco/src/components/Select2/components/Option.js +1 -1
  9. package/dist/esm/packages/taco/src/components/Select2/components/Option.js.map +1 -1
  10. package/dist/esm/packages/taco/src/components/Table2/Table2.js +10 -23
  11. package/dist/esm/packages/taco/src/components/Table2/Table2.js.map +1 -1
  12. package/dist/esm/packages/taco/src/components/Table2/components/column/Cell.js +9 -12
  13. package/dist/esm/packages/taco/src/components/Table2/components/column/Cell.js.map +1 -1
  14. package/dist/esm/packages/taco/src/components/Table2/hooks/useColumnDefinitions.js +9 -7
  15. package/dist/esm/packages/taco/src/components/Table2/hooks/useColumnDefinitions.js.map +1 -1
  16. package/dist/esm/packages/taco/src/components/Table2/hooks/useTable.js.map +1 -1
  17. package/dist/esm/packages/taco/src/components/Table2/types.js.map +1 -1
  18. package/dist/esm/packages/taco/src/components/Table2/utilities/cell.js +2 -2
  19. package/dist/esm/packages/taco/src/components/Table2/utilities/cell.js.map +1 -1
  20. package/dist/esm/packages/taco/src/components/Table2/utilities/columns.js +25 -18
  21. package/dist/esm/packages/taco/src/components/Table2/utilities/columns.js.map +1 -1
  22. package/dist/esm/packages/taco/src/components/Tag/Tag.js +2 -1
  23. package/dist/esm/packages/taco/src/components/Tag/Tag.js.map +1 -1
  24. package/dist/taco.cjs.development.js +60 -165
  25. package/dist/taco.cjs.development.js.map +1 -1
  26. package/dist/taco.cjs.production.min.js +1 -1
  27. package/dist/taco.cjs.production.min.js.map +1 -1
  28. package/package.json +2 -2
  29. package/types.json +15 -15
  30. package/dist/components/Table2/hooks/useSeparatedChildren.d.ts +0 -1
  31. package/dist/esm/packages/taco/src/components/Table2/components/ShortcutsGuideButton.js +0 -92
  32. package/dist/esm/packages/taco/src/components/Table2/components/ShortcutsGuideButton.js.map +0 -1
  33. package/dist/esm/packages/taco/src/components/Table2/hooks/useSeparatedChildren.js +0 -21
  34. package/dist/esm/packages/taco/src/components/Table2/hooks/useSeparatedChildren.js.map +0 -1
@@ -1,2 +1,2 @@
1
- "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("react"),l=e(t),a=require("@radix-ui/react-alert-dialog"),n=e(require("classnames")),r=require("@radix-ui/react-accordion"),o=require("@radix-ui/react-tooltip"),i=e(require("react-day-picker")),s=require("@radix-ui/react-checkbox"),c=require("uuid"),d=require("@radix-ui/react-popover"),u=e(require("lodash/debounce")),m=require("date-fns"),f=require("@radix-ui/react-dialog"),v=require("@react-aria/interactions"),g=require("framer-motion"),h=require("@radix-ui/react-hover-card"),p=require("@radix-ui/react-dropdown-menu"),w=require("@radix-ui/react-use-controllable-state"),b=require("@radix-ui/react-radio-group"),x=require("@radix-ui/react-scroll-area"),E=require("react-table"),y=require("react-intersection-observer"),R=require("@react-aria/focus"),z=require("react-window"),C=e(require("react-window-infinite-loader")),V=e(require("lodash/set")),L=e(require("lodash/unset")),M=e(require("lodash/get")),O=e(require("lodash/compact")),N=e(require("lodash/pullAt")),H=require("@tanstack/react-table"),S=require("@radix-ui/react-switch"),A=e(require("react-dom")),k=require("react-virtual"),j=require("@dnd-kit/core"),I=require("@dnd-kit/sortable"),D=require("@dnd-kit/utilities"),B=require("@radix-ui/react-tabs"),T=require("react-joyride"),P=e(T);const _=l.createContext({props:{},ref:null});function F(e){return t=>{e.forEach(e=>{"function"==typeof e?e(t):null!=e&&(e.current=t)})}}const K=t.forwardRef((function(e,n){const{ref:r,props:o}=l.useContext(_),i=F([r,n]);return t.createElement(a.Trigger,Object.assign({},o,e,{ref:i,asChild:!0}))})),q=t.forwardRef((function(e,l){return t.createElement("div",Object.assign({},e,{className:"flex justify-end gap-2",ref:l}),e.children)})),G=t.forwardRef((function(e,l){return t.createElement(a.Cancel,Object.assign({},e,{ref:l,asChild:!0}))})),W=t.forwardRef((function(e,l){return t.createElement(a.Action,Object.assign({},e,{className:e.className,ref:l,asChild:!0}))})),U=t.forwardRef((function(e,l){const a=n("fixed inset-0 cursor-default overflow-y-auto bg-blue-900/[0.3] aria-hidden:invisible",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"backdrop",ref:l}))})),$=e=>{switch(e){case"dialog":return"w-128";case"xs":return"w-xs";case"sm":return"w-sm";case"md":return"w-md";case"lg":return"w-lg"}},X=t.forwardRef((function(e,l){const r=n("text-center",e.className);return t.createElement(a.Title,Object.assign({},e,{className:r,ref:l}))})),J=t.forwardRef((function(e,l){const r=n("p-6","mt-16 mx-auto","bg-white rounded animate-[fade-in_150ms] shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]",$("dialog"));return t.createElement(a.Portal,null,t.createElement(a.Overlay,{asChild:!0},t.createElement(U,null,t.createElement(a.Content,Object.assign({},e,{ref:l,className:r,onEscapeKeyDown:e=>e.preventDefault()}),e.children))))})),Y=t.forwardRef((function(e,l){const{defaultOpen:n,onChange:r,open:o,trigger:i,...s}=e,c=t.useMemo(()=>({props:s,ref:l}),[o,s]);return t.createElement(_.Provider,{value:c},t.createElement(a.Root,Object.assign({},e,{defaultOpen:n,open:o,onOpenChange:r}),i&&t.createElement(K,null,i),e.children))}));function Q(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-4.5 7.25a4.5 4.5 0 013.632 7.158l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.5 4.5 0 11-2.495-8.245zm0 1.5a3 3 0 100 6 3 3 0 000-6zm-7 3.25a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm0-4a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm9-4a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm-9 0a.75.75 0 010 1.5h-.5a.75.75 0 010-1.5h.5z",fill:"currentColor",fillRule:"evenodd"}))}function Z(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M4.5 16.25v3a.25.25 0 00.193.243l.057.007H13V21H4.75A1.75 1.75 0 013 19.25v-3h1.5zm4.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.718-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.44l-1.72-1.72a.75.75 0 01-.073-.976l.073-.084a.75.75 0 01.976-.073zM16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75V13h-1.5V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5zm12.804 10.147a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function ee(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25v-3h1.5v3a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zm-6.804 8.147l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function te(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h12.5zM13 17.5H6.5a.5.5 0 00-.492.41L6 18v1.5a.5.5 0 00.41.492L6.5 20H13a.5.5 0 00.492-.41l.008-.09V18a.5.5 0 00-.41-.492L13 17.5zm4.5 0h-2a.5.5 0 00-.492.41L15 18v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 19.5V18a.5.5 0 00-.41-.492l-.09-.008zm-9-3.5h-2a.5.5 0 00-.492.41L6 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L9 16v-1.5a.5.5 0 00-.41-.492L8.5 14zm9 0h-2a.5.5 0 00-.492.41L15 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 16v-1.5a.5.5 0 00-.41-.492L17.5 14zM13 14h-2a.5.5 0 00-.492.41l-.008.09V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L13.5 16v-1.5a.5.5 0 00-.41-.492L13 14zm-4.5-3.5h-2a.5.5 0 00-.492.41L6 11v1.5a.5.5 0 00.41.492L6.5 13h2a.5.5 0 00.492-.41L9 12.5V11a.5.5 0 00-.41-.492L8.5 10.5zm9 0h-2a.5.5 0 00-.492.41L15 11v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 12.5V11a.5.5 0 00-.41-.492l-.09-.008zm-4.5 0h-2a.5.5 0 00-.492.41L10.5 11v1.5a.5.5 0 00.41.492L11 13h2a.5.5 0 00.492-.41l.008-.09V11a.5.5 0 00-.41-.492L13 10.5zM17.5 4h-11a.5.5 0 00-.492.41L6 4.5V8a.5.5 0 00.41.492l.09.008h11a.5.5 0 00.492-.41L18 8V4.5a.5.5 0 00-.41-.492L17.5 4zm-1 1a.5.5 0 01.5.5V7a.5.5 0 01-.5.5h-1A.5.5 0 0115 7V5.5a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function le(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.25 18h7.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5zM12 4.5a.75.75 0 01.743.648l.007.102v8.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 16l-.029-.002h-.023l-.021-.003-.054-.006-.07-.015-.072-.024-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V5.25A.75.75 0 0112 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ae(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 6.25a.75.75 0 01.743.648L12.75 7l-.001 8.189 2.22-2.22a.75.75 0 011.134.977l-.073.084-3.5 3.5-.038.036-.046.037h-.002l-.008.007-.081.051-.134.056-.085.02-.084.011h-.103l-.12-.018-.12-.039-.078-.038-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L11.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ne(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.75 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm-6.554.397l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.018.119-.03.098-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22H5.25a.75.75 0 01-.102-1.493l.102-.007h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function re(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.03 7.97a.75.75 0 01.073.976l-.073.084-2.219 2.219L17 11.25a.75.75 0 01.102 1.493L17 12.75l-8.19-.001 2.22 2.22a.75.75 0 01-.976 1.134l-.084-.073-3.5-3.5-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function oe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.946 7.897l.084.073 3.5 3.5.036.038.044.056.051.081.05.116.027.103.01.084v.103l-.018.12-.039.12-.038.078-.06.09-.063.071-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.218-2.22H7a.75.75 0 01-.102-1.493L7 11.25h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function ie(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.25 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm7.53.47a.75.75 0 01.073.976l-.073.084-2.219 2.22h8.189a.75.75 0 01.102 1.493l-.102.007h-8.189l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089L8 11.965l.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function se(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.86 8.013l.067-.01.125-.001.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219v8.189a.75.75 0 01-1.493.102l-.007-.102v-8.189l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02zM15.75 4.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function ce(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.864 6.262l.089-.01h.095l.123.018.12.039.078.038.09.06.071.063 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L11.25 17V8.81l-2.22 2.22a.75.75 0 01-1.133-.976l.073-.084 3.5-3.5.094-.08.081-.051.134-.056.085-.02z",fill:"currentColor",fillRule:"evenodd"}))}function de(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.916 10.159l1.06 1.06-2.663 2.665a3.75 3.75 0 005.159 5.44l.144-.137 6.657-6.657a.75.75 0 011.128.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.575-7.269l.15-.156 2.664-2.664zm11.771-6.468a3.75 3.75 0 01.137 5.16l-.137.144-9.132 9.132a2.25 2.25 0 01-3.287-3.07l.105-.112 6.657-6.657a.75.75 0 011.128.984l-.067.076-6.657 6.657a.75.75 0 00.984 1.128l.077-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-2.933 2.932-1.061-1.061 2.933-2.932a3.75 3.75 0 015.303 0zM4 9a2 2 0 002 2 2 2 0 00-1.995 1.85L4 13l-.004-.132A2 2 0 002 11a2 2 0 002-2zm6-2.5a2 2 0 002 2 2 2 0 00-1.995 1.85L10 10.5l-.004-.132A2 2 0 008 8.5a2 2 0 002-2zM6.5 2c0 2.21 2.015 4 4.5 4-2.412 0-4.381 1.687-4.495 3.806L6.5 10l-.01-.263C6.338 7.65 4.386 6 2 6c2.485 0 4.5-1.79 4.5-4z",fill:"currentColor",fillRule:"evenodd"}))}function ue(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.026 18.467a.75.75 0 01-.977 1.133l-.084-.073-2.288-2.288-3.005 3.006a5.25 5.25 0 01-7.574-7.269l.15-.156 3.005-3.005-2.288-2.288a.75.75 0 01.977-1.133l.084.073 12 12zm-9.713-7.592l-3.005 3.006a3.75 3.75 0 005.16 5.44l.144-.137 3.005-3.005-1.061-1.061-3.005 3.005a2.25 2.25 0 01-3.287-3.069l.105-.113 3.005-3.005-1.061-1.061zm2.122 2.122L8.43 16.002a.75.75 0 00.984 1.128l.076-.067 3.005-3.006-1.06-1.06zm7.894-.47a.75.75 0 01.067.984l-.067.077-1.53 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.061 0zm.354-8.839a3.75 3.75 0 01.137 5.16l-.137.144-4.006 4.004-1.06-1.06 4.005-4.005a2.25 2.25 0 00-3.07-3.287l-.112.105-4.005 4.005-1.061-1.061 4.005-4.005a3.75 3.75 0 015.304 0zm-4.596 4.597a.75.75 0 01.067.983l-.067.077-1.531 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.062 0z",fill:"currentColor",fillRule:"evenodd"}))}function me(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.067.077-6.657 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 6.657-6.657a.75.75 0 011.127.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132z",fill:"currentColor",fillRule:"evenodd"}))}function fe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.75 5.75a.25.25 0 00-.193-.243L14.5 5.5H14a.75.75 0 01-.102-1.493L14 4h.5c.372 0 .718.116 1.001.315.242-.17.53-.28.841-.308L16.5 4h.5l.102.007a.75.75 0 010 1.486L17 5.5h-.5l-.057.007a.25.25 0 00-.184.175l-.009.068V8h4c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16h-4v2.25l.007.057a.25.25 0 00.175.184l.068.009h.5l.102.007a.75.75 0 010 1.486L17 20h-.5l-.144-.006a1.74 1.74 0 01-.856-.308 1.734 1.734 0 01-.856.308L14.5 20H14a.75.75 0 01-.102-1.493L14 18.5h.5a.25.25 0 00.243-.193l.007-.057V5.75zm5.5 3.75h-4v5h4a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2zm3.5 0a1 1 0 110 2 1 1 0 010-2zm3.5 0c.087 0 .17.011.25.032v1.936A1.002 1.002 0 0112 12a1 1 0 011-1zm-9.25 5A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h9.5v1.5h-9.5a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h9.5V16h-9.5z",fill:"currentColor",fillRule:"evenodd"}))}function ve(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 8c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16H3.75A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2z",fill:"currentColor",fillRule:"evenodd"}))}function ge(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.5 12.25l1.5 1.5V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-7.25l1.5-1.5v8.25h13v-8.25zm-6.875.582l.375.375.375-.375a1.591 1.591 0 112.25 2.25L12 17.707l-2.625-2.625a1.591 1.591 0 012.25-2.25zm.821-10.685l.084.073L17 6.689V5.5a.5.5 0 01.5-.5h.5a.5.5 0 01.5.5v2.689l3.03 3.03a.75.75 0 01-.976 1.134l-.084-.073L12 3.811l-8.47 8.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 9-9a.75.75 0 01.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function he(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M15.25 18.999V21h-2.5v-2.001h2.5zM21 16.75v2.5A1.75 1.75 0 0119.25 21h-2.5v-2.001H19V16.75h2zm-11.5-4c.966 0 1.75.784 1.75 1.75v4.75A1.75 1.75 0 019.5 21H4.75A1.75 1.75 0 013 19.25V14.5c0-.966.784-1.75 1.75-1.75H9.5zm11.5 0v2.5h-2v-2.5h2zm0-4v2.5h-2v-2.5h2zm-16 0v2.5H3v-2.5h2zM19.25 3c.966 0 1.75.784 1.75 1.75v2.5h-2V4.999h-2.25V3h2.5zm-12 0v1.999H5V7.25H3v-2.5C3 3.784 3.784 3 4.75 3h2.5zm4 0v1.999h-2.5V3h2.5zm4 0v1.999h-2.5V3h2.5z",fill:"currentColor",fillRule:"evenodd"}))}function pe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 19.5a2.5 2.5 0 01-4.995.164L9.5 19.5h5zM12 2c.915 0 1.686.767 1.924 1.815A6.002 6.002 0 0118 9.5V15l1.6 1.2A1 1 0 0119 18H5a1 1 0 01-.6-1.8L6 15V9.5a6.003 6.003 0 014.077-5.685C10.314 2.767 11.085 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function we(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17 4.5c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V19.15a.5.5 0 01-.728.445C19.848 18.865 18.424 18.5 17 18.5c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 19.15V6.287a.5.5 0 01.252-.435C3.835 4.951 5.417 4.5 7 4.5c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM17 6c-1.284 0-2.586.363-3.92 1.108l-.308.178L12 7.75l-.772-.463C9.786 6.421 8.383 6 7 6c-1.11 0-2.232.271-3.378.825l-.122.062v10.739l.056-.02a10.363 10.363 0 013.059-.598L7 17c1.585 0 3.156.382 4.704 1.134l.296.149.296-.149c1.429-.694 2.878-1.073 4.339-1.127L17 17c1.027 0 2.05.16 3.065.48l.435.147V6.887l-.122-.062c-1.041-.504-2.064-.773-3.075-.818L17 6zm0 7.75c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 13.75zm0-3c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 10.75zm0-3c.836 0 1.669.115 2.5.344v1.567A7.98 7.98 0 0017 9.25c-1.16 0-2.325.266-3.501.804V8.427A9.628 9.628 0 0117 7.75z",fill:"currentColor",fillRule:"evenodd"}))}function be(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 2a.75.75 0 01.743.648L20 2.75v18.5a.75.75 0 01-.648.743L19.25 22H6.75a2.75 2.75 0 01-2.739-3H4V5l.043.001A.749.749 0 014 4.75a2.75 2.75 0 012.582-2.745L6.75 2h12.5zm-.75 16H6.75a1.25 1.25 0 00-.128 2.494l.128.006H18.5v-.75H6.75a.5.5 0 110-1H18.5V18zM5.506 4.622L5.5 4.75a.749.749 0 01-.043.251L5.5 5v11.8a2.732 2.732 0 011-.289V3.525a1.25 1.25 0 00-.994 1.097zM18.5 3.5h-11v13h11v-13zM14.25 9a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm2-3a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function xe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.75 11c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0110.75 22h-6A1.75 1.75 0 013 20.25v-7.5c0-.966.784-1.75 1.75-1.75h6zm.25 8.5H9.5v1H11v-1zm-2.5 0h-4v1h4v-1zM14.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v9.836A1.75 1.75 0 0119.25 20H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L14 7.25V3.499L8.25 3.5a.25.25 0 00-.243.193L8 3.75V10H6.5V3.75C6.5 2.784 7.284 2 8.25 2h6.336zM11 17.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm10.016-6.984c.152 0 .333.058.371.263l.008.084v.242c.554.063 1.043.247 1.34.536.21.203.32.418.32.644 0 .29-.239.492-.516.492-.242 0-.437-.074-.648-.234-.328-.25-.586-.348-.93-.348-.379 0-.61.23-.61.48 0 .226.168.369.56.457l.14.028.687.121c1 .176 1.508.68 1.508 1.508 0 .908-.638 1.554-1.67 1.741l-.185.029v.175c0 .27-.207.352-.375.352-.157 0-.34-.065-.38-.269l-.007-.083v-.164c-.649-.047-1.211-.242-1.543-.558-.2-.196-.316-.41-.316-.645 0-.347.265-.543.59-.543.159 0 .308.044.495.162l.118.08c.343.254.726.395 1.043.395.48 0 .722-.203.722-.5 0-.217-.177-.353-.617-.458l-.14-.03-.672-.133c-.996-.192-1.489-.703-1.489-1.54 0-.885.638-1.523 1.633-1.683l.18-.023v-.23c0-.274.21-.348.383-.348zM11 15.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm5-3H4.5v2H11v-2zm4.5-7.881V7.25a.25.25 0 00.193.243l.057.007h2.631L15.5 4.619z",fill:"currentColor",fillRule:"evenodd"}))}function Ee(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 2c.414 0 .75.294.75.656V3h2.25c.966 0 1.75.83 1.75 1.853v14.294C21 20.17 20.216 21 19.25 21H4.75C3.784 21 3 20.17 3 19.147V4.853C3 3.83 3.784 3 4.75 3H7v-.344C7 2.294 7.336 2 7.75 2s.75.294.75.656V3h7v-.344c0-.362.336-.656.75-.656zm3.25 6h-15v11.147c0 .125.082.23.193.258l.057.007h14.5a.254.254 0 00.243-.204l.007-.06V8zm-11 7a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm-9-4.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2A.5.5 0 016 12v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zM7 4.588H4.75a.254.254 0 00-.243.204l-.007.06V6.5h15V4.853a.262.262 0 00-.193-.258l-.057-.007H17v.256c0 .362-.336.656-.75.656s-.75-.294-.75-.656v-.256h-7v.256c0 .362-.336.656-.75.656S7 5.206 7 4.844v-.256z",fill:"currentColor",fillRule:"evenodd"}))}function ye(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 8a2 2 0 012 2v9a2 2 0 01-2 2H8a2 2 0 01-2-2v-9a2 2 0 012-2h12zm.5 5h-13v6a.5.5 0 00.41.492L8 19.5h12a.5.5 0 00.492-.41L20.5 19v-6zM12 15a.5.5 0 01.5.5V17a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1.5a.5.5 0 01.5-.5h2zm4.607-10.568L17.294 7h-1.553l-.583-2.18a.5.5 0 00-.524-.369l-.089.016L3.92 7.314a.5.5 0 00-.369.523l.016.089L5 13.276v3.905a1.992 1.992 0 01-.812-1.14l-2.07-7.727a2 2 0 011.414-2.45l10.625-2.846a2 2 0 012.45 1.414zM20 9.5H8a.5.5 0 00-.492.41L7.5 10v1.5h13V10a.5.5 0 00-.41-.492L20 9.5z",fill:"currentColor"}))}function Re(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1.143 6.234c.215 0 .434.097.48.36l.009.107v.387c.714.091 1.353.338 1.75.725.301.285.463.602.463.902 0 .355-.28.602-.618.602-.29 0-.51-.102-.779-.333-.456-.435-.843-.607-1.38-.607-.634 0-1.037.36-1.037.811 0 .372.266.62.843.762l.15.033 1.016.21c1.353.263 2.02.934 2.02 2.035 0 1.218-.86 2.076-2.251 2.304l-.193.027v.338c0 .344-.247.468-.49.468-.214 0-.437-.098-.484-.361l-.01-.107v-.327c-.816-.07-1.535-.322-1.981-.736-.301-.274-.473-.585-.473-.908 0-.419.306-.655.688-.655.236 0 .43.075.735.333.478.435 1.005.66 1.547.66.758 0 1.166-.338 1.166-.853 0-.374-.264-.605-.921-.77l-.159-.036-1.01-.22c-1.3-.269-1.955-.967-1.955-2.063 0-1.187.855-2.034 2.199-2.223l.186-.022v-.376c0-.349.247-.467.489-.467zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ze(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.557 13.056c1.474.7 2.443 1.881 2.443 3.222 0 1.294-.903 2.44-2.292 3.147l.89 1.582a.556.556 0 01-.748.761l-.084-.055-2.059-1.647a7.87 7.87 0 01-1.263.1c-2.853 0-5.205-1.506-5.52-3.444 2.666-.007 5.071-.766 6.817-1.966a7.924 7.924 0 001.802-1.682l.014-.018zM10.889 3.5c4.91 0 8.889 2.736 8.889 6.111 0 3.309-3.825 6.004-8.601 6.108l-.426.003-5.406 4.324a.556.556 0 01-.832-.706l2.398-4.262C3.999 14.074 2 12.003 2 9.61 2 6.236 5.98 3.5 10.889 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ce(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.313 12.156c.59.664.937 1.466.937 2.344 0 1.01-.467 1.944-1.272 2.68l-.21.179.885 1.77c.174.348.174.753.01 1.096l-.068.125-.084.118c-.352.44-.948.585-1.501.347l-.127-.062-.129-.09-2.446-1.955-.233.021-.19.012-.385.009c-2.065 0-3.908-.798-4.923-2.035a13.97 13.97 0 002.216-.108c.728.397 1.667.643 2.707.643.209 0 .415-.01.619-.03l.303-.037.323-.047 2.059 1.649-.969-1.94.582-.36c.86-.533 1.333-1.252 1.333-1.985 0-.371-.122-.733-.343-1.065.3-.336.562-.69.781-1.06l.125-.219zM11 3.25c4.786 0 8.75 2.725 8.75 6.25 0 3.455-3.81 6.143-8.47 6.247l-.139.001-4.662 3.73a1.25 1.25 0 01-1.567-.004l-.1-.09-.09-.102a1.25 1.25 0 01-.174-1.27l.06-.124 1.737-3.087-.23-.106c-2.193-1.046-3.646-2.768-3.842-4.737l-.017-.228-.006-.23c0-3.525 3.964-6.25 8.75-6.25zm0 1.5c-4.05 0-7.25 2.2-7.25 4.75 0 1.679 1.397 3.263 3.66 4.119l.255.092.85.293-1.969 3.498 4.072-3.255.267.002.384-.002c3.922-.095 6.981-2.253 6.981-4.747 0-2.55-3.2-4.75-7.25-4.75z",fill:"currentColor",fillRule:"evenodd"}))}function Ve(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.47 6.47a.75.75 0 01.976-.073l.084.073L12 10.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06zm0 5a.75.75 0 01.976-.073l.084.073L12 15.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06z",fill:"currentColor",fillRule:"evenodd"}))}function Le(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.854 9.354l5.792 5.792a.5.5 0 00.708 0l5.792-5.792a.5.5 0 00-.353-.854H6.207a.5.5 0 00-.353.854z",fill:"currentColor",fillRule:"evenodd"}))}function Me(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.47 10.03a.75.75 0 01.976-1.133l.084.073L12 13.439l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function Oe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17.53 6.47a.75.75 0 01.073.976l-.073.084L13.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0zm-5 0a.75.75 0 01.073.976l-.073.084L8.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Ne(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5 6.207a.5.5 0 00-.854-.353l-5.792 5.792a.5.5 0 000 .708l5.792 5.792a.5.5 0 00.854-.353V6.207z",fill:"currentColor"}))}function He(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.97 6.47a.75.75 0 011.133.976l-.073.084L10.561 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5z",fill:"currentColor",fillRule:"evenodd"}))}function Se(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.47 6.47a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L15.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976zm-5 0a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L10.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976z",fill:"currentColor",fillRule:"evenodd"}))}function Ae(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 17.793a.5.5 0 00.854.353l5.792-5.792a.5.5 0 000-.708L9.354 5.854a.5.5 0 00-.854.353v11.586z",fill:"currentColor"}))}function ke(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.03 6.47a.75.75 0 00-1.133.976l.073.084L13.439 12l-4.47 4.47a.75.75 0 00-.072.976l.073.084a.75.75 0 00.976.073l.084-.073 5-5a.75.75 0 00.073-.976l-.073-.084-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function je(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.47 12.53a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 8.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073zm0 5a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function Ie(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.854 14.646l5.792-5.792a.5.5 0 01.708 0l5.792 5.792a.5.5 0 01-.353.854H6.207a.5.5 0 01-.353-.854z",fill:"currentColor",fillRule:"evenodd"}))}function De(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17.53 13.97a.75.75 0 01-.976 1.133l-.084-.073L12 10.561l-4.47 4.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 01.976-.073l.084.073 5 5z",fill:"currentColor",fillRule:"evenodd"}))}function Be(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM8.641 8.641a.75.75 0 01.984-.067l.077.067L12 10.94l2.298-2.298a.75.75 0 011.128.984l-.067.077L13.06 12l2.298 2.298a.75.75 0 01-.984 1.128l-.077-.067L12 13.06l-2.298 2.298a.75.75 0 01-1.128-.984l.067-.077L10.94 12 8.641 9.702a.75.75 0 010-1.06z"}))}function Te(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4 7.75c.934 0 1.027 1.366.102 1.493-8 0 0 0-8.102.007-.934 0-1.027-1.366-.102-1.493z",fill:"currentColor",fillRule:"evenodd"}))}function Pe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 3.75a.75.75 0 01.743.648L12.75 8v3.25H16a.75.75 0 01.102 1.493L16 12.75h-3.25V16a.75.75 0 01-1.493.102L11.25 16v-3.25H8a.75.75 0 01-.102-1.493L8 11.25h3.25V8a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function _e(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4.403 3.867a.75.75 0 01.282.938l-.052.098-5.091 8a.75.75 0 01-1.145.145l-.074-.08-2.909-3.636a.75.75 0 011.096-1.018l.076.081 2.253 2.817 4.528-7.115a.75.75 0 011.036-.23z",fill:"currentColor",fillRule:"evenodd"}))}function Fe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.03 12.97a.75.75 0 01.073.976l-.073.084-5.72 5.72H8.5a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116L2.75 20.5v-5a.75.75 0 011.493-.102l.007.102-.001 3.189 5.72-5.72a.75.75 0 011.061 0zm4.368-10.213l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L19.75 8.5V5.31l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H15.5a.75.75 0 01-.743-.648L14.75 3.5a.75.75 0 01.648-.743z",fill:"currentColor",fillRule:"evenodd"}))}function Ke(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.398 12.757l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9.75 18.5v-3.19l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H5.5a.75.75 0 01-.743-.648L4.75 13.5a.75.75 0 01.648-.743zM21.03 2.97a.75.75 0 01.073.976l-.073.084-5.72 5.72h3.19a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116l-.007-.102v-5a.75.75 0 011.493-.102l.007.102v3.188l5.72-5.718a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function qe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.554 6.397a.75.75 0 011.049 1.05l-.073.083L13.061 12l4.47 4.47a.75.75 0 01-.977 1.133l-.084-.073L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 12l-4.47-4.47a.75.75 0 01.977-1.133l.084.073L12 10.939l4.47-4.47.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Ge(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 4.5h-4v15h4v-15zm1.5 0v15h3.75a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H15.5zm-10.75 0H8.5v15H4.75a.25.25 0 01-.25-.25V4.75a.25.25 0 01.25-.25zm0-1.5A1.75 1.75 0 003 4.75v14.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75z",fill:"currentColor"}))}function We(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19 9a3 3 0 11-2.877 3.854H7.877A3.001 3.001 0 012 12a3 3 0 015.93-.647h8.14A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function Ue(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.66 4.174a.75.75 0 01.32.933l-.045.091-8.298 14.373a.75.75 0 01-1.344-.659l.045-.091 8.298-14.373a.75.75 0 011.025-.274zM5 9a3.001 3.001 0 012.935 2.374.685.685 0 01.169-.02h1.814l-.866 1.5h-.948a.75.75 0 01-.22-.033A2.998 2.998 0 012 12a3 3 0 013-3zm14 0a3 3 0 11-2.877 3.854h-1.875l.866-1.5.956-.001A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function $e(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V18h-.5a.75.75 0 110-1.5H4v-3.75h-.5a.75.75 0 110-1.5H4V8h-.5a.75.75 0 010-1.5H4V3.75C4 2.784 4.784 2 5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6.5H6A.75.75 0 016 8h-.5v3.25H6a.75.75 0 110 1.5h-.5v3.75H6A.75.75 0 116 18h-.5v2.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM11.866 12c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0114.482 18H9.25a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zm0-5.5c1.104 0 2 1.12 2 2.5s-.896 2.5-2 2.5c-1.105 0-2-1.12-2-2.5s.895-2.5 2-2.5z",fill:"currentColor",fillRule:"evenodd"}))}function Xe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6 5v1.5h-.25a.25.25 0 00-.243.193L5.5 6.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H17v.25A1.75 1.75 0 0115.25 22h-9.5A1.75 1.75 0 014 20.25V6.75C4 5.784 4.784 5 5.75 5H6zm7.586-3a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0118.25 19h-9.5A1.75 1.75 0 017 17.25V3.75C7 2.784 7.784 2 8.75 2h4.836zM13 3.5H8.75a.25.25 0 00-.243.193L8.5 3.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm1.5 1.121V7.25a.25.25 0 00.193.243l.057.007h2.629L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Je(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.441 3.441a1.25 1.25 0 01.983-.058l.135.058 9.598 4.799a.85.85 0 01.464.859l-.001 6.151a.75.75 0 11-1.5 0v-4.971L19 11.339V17.5c0 1.657-3.134 3-7 3-3.772 0-6.847-1.278-6.994-2.88L5 17.5v-6.162L1.842 9.76a.85.85 0 01-.421-1.042l.041-.098a.85.85 0 01.286-.325l.094-.055 9.598-4.799zm-4.942 8.647v5.395c.009.095.385.448 1.217.791C8.82 18.73 10.351 19 12 19c1.689 0 3.253-.284 4.359-.757.472-.203.822-.425 1.023-.629l.11-.117c.003-.003.005-.004.006-.003l.002.006v-5.411l-4.941 2.47a1.25 1.25 0 01-.983.058l-.135-.058-4.942-2.471zM12 4.838L3.677 8.999l8.322 4.162 8.323-4.162L12 4.838z",fill:"currentColor"}))}function Ye(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.499 15l.001 5.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H18v.25A1.75 1.75 0 0116.25 22h-9.5A1.75 1.75 0 015 20.25L4.999 15h1.5zm8.087-13a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 19h-9.5A1.75 1.75 0 018 17.25L7.999 15h1.5l.001 2.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057L19.499 9H15.75a1.75 1.75 0 01-1.744-1.606L14 7.25l-.001-3.75H9.75a.25.25 0 00-.243.193L9.5 3.75 9.499 5h-1.5L8 3.75C8 2.784 8.784 2 9.75 2h4.836zM4.392 8.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082L4.341 9.03l.051-.074zM8.25 6a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528A2.5 2.5 0 006.711 8.03a.75.75 0 11-.925-1.181A3.985 3.985 0 018.25 6zm7.249-1.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function Qe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h-1.514a3 3 0 00-5.917 0H20.25a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-3.946 3.397a.75.75 0 011.049 1.05l-.073.083L13.061 14l1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073L12 15.061l-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 14l-1.97-1.97a.75.75 0 01.977-1.133l.084.073L12 12.939l1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Ze(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h3.778a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-8.25 2a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm4.5 0a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zM12 3.5A3 3 0 009.041 6h5.917A3 3 0 0012 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function et(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 6A.75.75 0 013 5.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 6zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 6a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function tt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 9A.75.75 0 013 8.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 9zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 3a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function lt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 7.5A.75.75 0 013 6.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 4.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function at(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM3 19.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zM2.25 12a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 3.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function nt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H17v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V8h-15v11.25a.25.25 0 00.193.243l.057.007H7V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM12 11.25a.75.75 0 01.743.648l.007.102v6.439l1.72-1.72a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V12a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function rt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.303 2.787a1.25 1.25 0 01.934 1.39l-.024.126-4 16a1.25 1.25 0 01-2.45-.48l.024-.126 4-16a1.25 1.25 0 011.516-.91zM7.05 5.04a1.25 1.25 0 01.242 1.65l-.082.11L2.877 12l4.333 5.2a1.25 1.25 0 01-.06 1.667l-.1.093a1.25 1.25 0 01-1.667-.06l-.093-.1-5-6a1.25 1.25 0 01-.083-1.49l.083-.11 5-6a1.25 1.25 0 011.76-.16zm9.9 0a1.25 1.25 0 011.667.06l.093.1 5 6 .083.11a1.25 1.25 0 010 1.38l-.083.11-5 6-.093.1a1.25 1.25 0 01-1.558.142l-.11-.082-.1-.093a1.25 1.25 0 01-.14-1.558l.08-.11L21.124 12 16.79 6.8l-.082-.11a1.25 1.25 0 01.242-1.65z",fill:"currentColor",fillRule:"evenodd"}))}function ot(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.5 17a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2zm-5-14.75a.75.75 0 01.102 1.493l-.102.007H13a.25.25 0 00-.243.193l-.007.057v5.75h1.75a.75.75 0 01.102 1.493l-.102.007h-1.75v5.75a.25.25 0 00.193.243l.057.007h1.5a.75.75 0 01.102 1.493l-.102.007H13a1.75 1.75 0 01-1.744-1.606l-.006-.144v-5.75H9.5a.75.75 0 01-.102-1.493l.102-.007h1.75V5.5a1.75 1.75 0 011.606-1.744L13 3.75h1.5zm6 5.75a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-13 0a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4A.5.5 0 013 14v-4a.5.5 0 01.5-.5h4zm12 1.5h-2v2h2v-2zm-13 0h-2v2h2v-2zm14-9a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2z",fill:"currentColor",fillRule:"evenodd"}))}function it(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm6.194 13.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zm-2.4-8.22L14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63z",fill:"currentColor",fillRule:"evenodd"}))}function st(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V13h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm2.164 11.5a.75.75 0 01.743.648l.007.102V17h2.75a.75.75 0 01.102 1.493l-.102.007H16.5v2.75a.75.75 0 01-1.493.102L15 21.25V18.5h-2.75a.75.75 0 01-.102-1.493L12.25 17H15v-2.75a.75.75 0 01.75-.75zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ct(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.95 11.146l2.219 3.843.868.234a2.5 2.5 0 111.826 2.042l-1.633-.438.845 1.464a2.5 2.5 0 11-2.444-1.235l-.45-.778-4.287-1.148a.75.75 0 11.388-1.45l2.839.761-1.47-2.545a.75.75 0 011.3-.75zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.176 16.675a1 1 0 101 1.732 1 1 0 00-1-1.732zm3.134-4.084a1 1 0 101.932.518 1 1 0 00-1.932-.518zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function dt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1 12.91c.516 0 .935.333.935.849 0 .515-.42.848-.935.848-.516 0-.94-.333-.94-.848 0-.516.424-.849.94-.849zm0-5.978c.509 0 .883.352.917.807l.001.106-.15 3.62a.754.754 0 01-.768.736.757.757 0 01-.768-.632l-.01-.104-.135-3.62c-.022-.505.37-.913.913-.913zm2.5-5.811V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ut(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v4.336h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h5V22h-5A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.664 12.25a.75.75 0 01.743.648L20 15v4.5a.75.75 0 01-1.493.102L18.5 19.5v-2.69l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H14.75a.75.75 0 01-.743-.648L14 15a.75.75 0 01.648-.743l.102-.007h4.5zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function mt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.586 2a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 17H15v3.25A1.75 1.75 0 0113.25 22h-8.5A1.75 1.75 0 013 20.25V8.75C3 7.784 3.784 7 4.75 7H9V3.75C9 2.784 9.784 2 10.75 2h5.836zM15.5 3.499l-4.75.001a.25.25 0 00-.243.193l-.007.057V7h1v1.5h-1V10H9V8.5H4.75a.25.25 0 00-.243.193L4.5 8.75v11.5a.25.25 0 00.193.243l.057.007h8.5a.25.25 0 00.243-.193l.007-.057V17h-1v-1.5h1V14H15v1.5h4.25a.25.25 0 00.243-.193l.007-.057V7.5h-2.25a1.75 1.75 0 01-1.744-1.606L15.5 5.75V3.499zM10.5 14v1.25a.25.25 0 00.193.243l.057.007h.75V17h-.75A1.75 1.75 0 019 15.25V14h1.5zm4.5-3v2h-1.5v-2H15zm-4.5 0v2H9v-2h1.5zm2-4h.75c.966 0 1.75.784 1.75 1.75V10h-1.5V8.75a.25.25 0 00-.193-.243L13.25 8.5h-.75V7zM17 4.12v1.63a.25.25 0 00.193.243L17.25 6h1.631L17 4.12z",fill:"currentColor",fillRule:"evenodd"}))}function ft(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V12h1.5v8.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5h-2V2h2.586zM4.433 7.25a.5.5 0 01-.717.661l-.07-.057-1-1-.057-.07a.5.5 0 010-.568l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057.057.07a.5.5 0 01.022.535L6.25 5.75V3.933a.5.5 0 01-.534-.022l-.07-.057a.5.5 0 01-.057-.638l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057 1 1 .057.07a.5.5 0 010 .568l-.057.07-.07.057a.5.5 0 01-.534.022V5.75h1.817a.5.5 0 01.022-.534l.057-.07a.5.5 0 01.638-.057l.07.057 1 1a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.787-.604H7.75v1.817a.5.5 0 01.534.022l.07.057a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.638.057l-.07-.057-1-1a.5.5 0 01.605-.787L6.25 7.25H4.433zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function vt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm.164 10.75a3 3 0 100 6 3 3 0 000-6zm.75-8.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zm-.75 15.629a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function gt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V17H20v3.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.032 9.147a.75.75 0 01.882-.007l.094.08.073.084a.75.75 0 01.007.882l-.08.094L12.811 14h6.439l.102.007a.75.75 0 010 1.486l-.102.007h-6.439l1.72 1.72.072.084a.75.75 0 01-1.05 1.049l-.083-.073-3-3-.073-.084a.75.75 0 01-.007-.882l.08-.094 3-3 .084-.073zm.946-6.526V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function ht(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.218 13.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function pt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 14v6.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V14h4v1.5H5.5v4.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V15.5H16V14h4zm-6 0v1.5h-4V14h4zm0-3v1.5h-4V11h4zm.5-6.379V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zM4 3.75C4 2.784 4.784 2 5.75 2h7.836a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-4V11h2.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H8v1.5H4V3.75z",fill:"currentColor",fillRule:"evenodd"}))}function wt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V10H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM10 10a6 6 0 110 12 6 6 0 010-12zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 .75a.75.75 0 01.743.648l.007.102v3a.75.75 0 01-.648.743L10 16.75H8a.75.75 0 01-.102-1.493L8 15.25l1.25-.001V13a.75.75 0 01.648-.743L10 12.25zm4.5-7.629V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function bt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm2.5 12.25a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm0-4a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm-1-7.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function xt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 16.25a.75.75 0 01.743.648L21 17v1.25a3.75 3.75 0 01-3.55 3.745l-.2.005H6.75a3.75 3.75 0 01-3.745-3.55L3 18.25V17a.75.75 0 011.493-.102L4.5 17v1.25a2.25 2.25 0 002.096 2.245l.154.005h10.5a2.25 2.25 0 002.245-2.096l.005-.154V17a.75.75 0 01.75-.75zm-3.5.75a.75.75 0 110 1.5h-9.5a.75.75 0 110-1.5h9.5zM12 2a.75.75 0 01.743.648l.007.102v9.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 14.5l-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function Et(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.5 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function yt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17 4c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V18.65a.5.5 0 01-.728.445C19.848 18.365 18.424 18 17 18c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 18.65V5.787a.5.5 0 01.252-.435C3.835 4.451 5.417 4 7 4c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM7 13.5c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 13.677 8.226 13.5 7 13.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 10.677 8.226 10.5 7 10.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928C4.956 8.656 5.893 8.5 7 8.5s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 7.677 8.226 7.5 7 7.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C19.289 7.677 18.226 7.5 17 7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Rt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13 2v5.25l.006.144a1.75 1.75 0 001.593 1.6L14.75 9H20v11.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2H13zm-3 7.75c-1.572 0-2.858 1.745-3.337 3.877l-.048.23-.039.217c-.138.832-.124 1.608.046 2.26l.07.238.055.148-.191.101c-.33.166-.672.305-1.025.413a.75.75 0 00.339 1.457l.1-.023.281-.092c.35-.122.691-.268 1.02-.435l.325-.174.098-.059.02.014c.302.18.66.293 1.074.32L9 18.25l.255-.004c1.076-.038 1.983-.315 2.706-.82l.193-.145.124-.104.014.052c.044.14.098.262.164.369l.069.102.086.107c.579.665 1.275.432 2.018-.32l.117-.122.102-.115.021.104c.043.2.09.356.163.512.209.456.598.755 1.132.708.582-.052 1.196-.55 2.042-1.612l.162-.206.32-.425.17-.23a.75.75 0 00-1.144-.965l-.071.085-.293.396-.28.362-.251.308-.22.256-.187.205-.11.112-.082-.493-.042-.199-.024-.09c-.083-.294-.201-.52-.436-.692-.598-.437-1.122-.163-1.695.514l-.258.312-.107.118-.007-.214a12.73 12.73 0 01.094-1.533c.1-.89-1.135-1.152-1.438-.372l-.033.103-.057.203c-.397 1.321-1.216 2.03-2.562 2.195l-.217.022-.176.009.199-.19a8.876 8.876 0 001.813-2.556c1.013-2.18.695-4.247-1.274-4.247zm0 1.5c.406 0 .531.695-.005 1.934l-.081.181-.116.237a7.434 7.434 0 01-1.401 1.893l-.25.236-.105.089-.032-.177c-.06-.406-.037-.911.077-1.5C8.402 12.53 9.306 11.25 10 11.25zm4.5-4V2L20 7.5h-5.25l-.057-.007a.25.25 0 01-.184-.175L14.5 7.25z",fill:"currentColor",fillRule:"evenodd"}))}function zt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 20.5a.75.75 0 110 1.5H3.75a.75.75 0 110-1.5h16.5zM16.013 2.927a1.75 1.75 0 012.35-.114l.124.114 1.586 1.586a1.75 1.75 0 01.114 2.35l-.114.124L8.061 19H4v-4.06L16.013 2.926zM14.499 6.56l-8.999 9v1.94h1.938l9-9-1.939-1.94zm2.928-2.573a.25.25 0 00-.3-.04l-.054.04L15.56 5.5l1.939 1.94 1.514-1.512a.25.25 0 00.065-.24l-.025-.06-.04-.054-1.586-1.586z",fill:"currentColor",fillRule:"evenodd"}))}function Ct(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Vt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Lt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-2.25 9.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function Mt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-7.25 2a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function Ot(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.75 12.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm.5-9.5c.966 0 1.75.784 1.75 1.75l.001 6.687a5.96 5.96 0 00-1.5-.39L19.5 6h-15v13.25a.25.25 0 00.193.243l.057.007h8.544a5.99 5.99 0 00.985 1.5H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.5 16a.75.75 0 100 1.5.75.75 0 000-1.5zm0-5.5a.75.75 0 00-.743.648L18 14.25v3.5a.75.75 0 001.493.102l.007-.102v-3.5a.75.75 0 00-.75-.75zM12.25 8a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function Nt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm.25-12.5a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238V18.25A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057v-10h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7zm-.25 7c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm0-3a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm1.378-3.75L16.25 4.371V6.5a.25.25 0 00.193.243l.057.007h2.128z",fill:"currentColor",fillRule:"evenodd"}))}function Ht(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm14.263-3.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.25 0-2.43-.122-3.466-.339a4.583 4.583 0 00-1.063-.672c.175-.294.313-.626.404-.984.945.25 2.042.417 3.225.474l.612.019.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm14.263-1.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.524 0-2.941-.182-4.125-.494a3.637 3.637 0 00-.68-1.398 3.187 3.187 0 00-.47-.478c1.163.463 2.705.773 4.423.85l.564.018.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM14.5 3c.77 0 1.514.046 2.214.133l.516.072C20.022 3.642 22 4.728 22 6s-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-.77 0-1.514-.046-2.214-.133l-.516-.072C8.978 8.358 7 7.272 7 6s1.978-2.358 4.77-2.795l.516-.072A18.02 18.02 0 0114.5 3zm0 1.5c-1.835 0-3.538.288-4.746.771-.456.183-.81.381-1.042.57L8.538 6l.082.078c.225.212.613.442 1.134.65 1.208.484 2.91.772 4.746.772 1.835 0 3.538-.288 4.746-.771.456-.183.81-.381 1.042-.57L20.461 6l-.081-.078c-.225-.212-.613-.442-1.134-.65-1.208-.484-2.91-.772-4.746-.772z",fill:"currentColor",fillRule:"evenodd"}))}function St(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.275 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM14.25 3c.966 0 1.75.784 1.75 1.75V9c-.516 0-1.018.026-1.5.074V5.5h-11v10.75a.25.25 0 00.193.243l.057.007H9V18H3.75A1.75 1.75 0 012 16.25V4.75C2 3.784 2.784 3 3.75 3h10.5zm-3.975 11.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM16 10c3.314 0 6 1.12 6 2.5S19.314 15 16 15s-6-1.12-6-2.5 2.686-2.5 6-2.5zm-8.25 3a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zM16 11.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM8.25 10a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm3.5-3a.75.75 0 110 1.5h-5.5a.75.75 0 010-1.5h5.5z",fill:"currentColor",fillRule:"evenodd"}))}function At(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.371 18.835l1.564 1.565a.998.998 0 010 1.414l-.392.393a.996.996 0 01-1.414 0l-1.565-1.565 1.807-1.807zM7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm7.5 2.5l1.498 1.5h-3.286l-.01-.063a11.184 11.184 0 00-.369-1.437H15zm.453-4.586l4.212 4.213-1.808 1.808-4.21-4.213-.005-1.762 1.811-.046zM15.275 2c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238v10.334l-1.5-1.501V8.25h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm7.25 1a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm1.5-7.129V6.5a.25.25 0 00.193.243l.057.007h2.128L16.25 4.371z",fill:"currentColor",fillRule:"evenodd"}))}function kt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.5 8l3 3v8.25A1.75 1.75 0 0120.75 21h-7.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h6.25zm-1 1.5h-5.25a.25.25 0 00-.243.193L13 9.75v9.5a.25.25 0 00.193.243l.057.007h7.5a.25.25 0 00.243-.193L21 19.25V12h-2.5V9.5zm.25 7a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144V7h-6.27a3.11 3.11 0 00-1.955.675l-.152.13a2.654 2.654 0 00-.866 1.757l-.007.188v5.5H8.738a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm.75 10.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function jt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.775 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zm0-3c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144.001 4.617A13.959 13.959 0 0016.5 9c-1.809 0-3.443.316-4.627.81-.695.289-1.247.646-1.628 1.029-.458.46-.695.97-.738 1.488L9.5 12.5v2.75h-.762a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm-1.5 7c3.314 0 6 1.12 6 2.5s-2.686 2.5-6 2.5-6-1.12-6-2.5 2.686-2.5 6-2.5zm0 1.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function It(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v6.14l-1.5-.001v-5.55l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007H12V20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm1.53 9.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Dt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 2.339l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.339zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Bt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.25-7.75a.75.75 0 01.743.648l.007.102V10a.75.75 0 01-1.493.102L16.75 10V8.31l-3.22 3.22a.75.75 0 01-1.133-.976l.073-.084 3.218-3.22H14a.75.75 0 01-.743-.648L13.25 6.5a.75.75 0 01.648-.743L14 5.75h3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Tt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2a1.75 1.75 0 011.744 1.606L20 3.75v16a.75.75 0 01-.177.484l-.074.076-1.813 1.613a.75.75 0 01-.908.068l-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068L12 20.753l-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.813-1.613a.75.75 0 01-.243-.454L4 19.75v-16a1.75 1.75 0 011.606-1.744L5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75v15.662l1.063.946 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.062-.945V3.75a.25.25 0 00-.13-.22l-.063-.023-.057-.007zm-2.5 9.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm-3-3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm3-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Pt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM16.5 16.5v2h-4v-2h4zm0-3v2h-4v-2h4zm-5-3v2h-4v-2h4zm5 0v2h-4v-2h4zm-2-5.879V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function _t(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Ft(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.5 7.999V9.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V7.999L18.25 8c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8l2.75-.001zM11.992 2l.1.006.076.013.08.023.107.047.091.058.084.073 3 3a.75.75 0 01-.976 1.133l-.084-.073-1.72-1.719V15.25a.75.75 0 01-1.493.102l-.007-.102V4.561l-1.72 1.72a.75.75 0 01-1.133-.977l.073-.084 3-3a.753.753 0 01.125-.101l.088-.049.119-.043.106-.021A.754.754 0 0111.992 2z",fill:"currentColor",fillRule:"evenodd"}))}function Kt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5z",fill:"currentColor",fillRule:"evenodd"}))}function qt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5zm-.75 1.5h-15v.967l5.996 7.38c.285.351.457.779.496 1.226l.008.193v7.092l2.5-.91V13.25c0-.426.12-.842.347-1.2l.103-.15 5.55-7.401V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Gt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.925 3.324a.75.75 0 00-.95.263l-.051.088-4.124 8.591-2.924-6.09-.057-.1a.751.751 0 00-1.238 0l-.057.1-1.724 3.59-.524-1.09-.05-.09a.75.75 0 00-1.34.644l.038.095 1.2 2.5.057.1a.751.751 0 001.238 0l.057-.1L9.6 11.233l2.924 6.092.057.1a.751.751 0 001.238 0l.057-.1 4.8-10 .038-.095a.75.75 0 00-.39-.906z",fill:"currentColor",fillRule:"evenodd"}))}function Wt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.158 2.017a.75.75 0 01.59.79l-.015.102-1.047 4.841H20a.75.75 0 01.102 1.493L20 9.25h-2.638l-1.189 5.5H18.5a.75.75 0 01.102 1.493l-.102.007h-2.652l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H7.848l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H4a.75.75 0 01-.102-1.493L4 14.75h2.637l1.189-5.5H5.5a.75.75 0 01-.102-1.493L5.5 7.75h2.651l1.116-5.158a.75.75 0 011.48.216l-.014.1L9.686 7.75h6.465l1.116-5.158a.75.75 0 01.891-.575zM14.637 14.75l1.189-5.5H9.362l-1.189 5.5h6.464z",fill:"currentColor",fillRule:"evenodd"}))}function Ut(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 6l8 8v7a1 1 0 01-1 1h-5v-5a1 1 0 00-.883-.993L13 16h-2a1 1 0 00-.993.883L10 17v5H5a1 1 0 01-1-1v-7l8-8zm.613-3.79l.094.083L17 6.585V4.75a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v3.835l2.707 2.708a1 1 0 01-1.32 1.497l-.094-.083L12 4.415l-8.293 8.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 01-.083-1.32l.083-.094 9-9a1 1 0 011.32-.083z",fill:"currentColor",fillRule:"evenodd"}))}function $t(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 6c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0116.25 21H4.75A1.75 1.75 0 013 19.25V7.75C3 6.784 3.784 6 4.75 6h11.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 7.75v11.5a.25.25 0 00.193.243l.057.007h11.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L16.25 7.5zm-4.264 6.889l3.164 3.961h-9.5l2.375-3.164 1.605 2.148 2.356-2.945zM19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v12.5a.75.75 0 01-1.493.102l-.007-.102V4.75a.25.25 0 00-.193-.243L19.25 4.5H6.75a.75.75 0 01-.102-1.493L6.75 3h12.5z",fill:"currentColor",fillRule:"evenodd"}))}function Xt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.5 8v1.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V8h2.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H8.5zM12 2a.75.75 0 01.743.648l.007.102v10.689l1.72-1.72a.75.75 0 011.133.977l-.073.084-3 3a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function Jt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.997v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.221a1 1 0 00.916.598h3.694a1 1 0 00.915-.598l.976-2.22a1 1 0 01.915-.599h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.578v3.952a1.75 1.75 0 01-1.607 1.744l-.143.006H3.75A1.75 1.75 0 012 18.247v-3.952c0-.197.033-.393.098-.578L5.09 5.169a1.75 1.75 0 011.652-1.172H12zM17.966 1c2.373 0 4.052 1.688 4.052 3.99 0 .988-.267 1.349-1.03 1.386l-.14.003h-4.72v.404c.01 1.301.836 2.136 2.216 2.136.64 0 1.114-.139 1.502-.41l.403-.307c.267-.196.425-.276.705-.276.483 0 .817.334.817.844 0 .367-.2.72-.554 1.016l-.278.216c-.63.455-1.627.727-2.745.727-2.653 0-4.32-1.515-4.416-4.023l-.005-.23V5.27c0-2.547 1.688-4.27 4.193-4.27zM18 2.763c-1.09 0-1.805.769-1.868 1.932l-.004.186h3.674v-.017c0-1.275-.703-2.101-1.802-2.101z",fill:"currentColor"}))}function Yt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H13.5zM20 1l3 3v6c0 .51-.388.935-.884.993L22 11h-6.005a.998.998 0 01-.988-.884L15 10l.005-8a1 1 0 01.879-.993L16 1h4zm-1 1v3h3l-3-3z",fill:"currentColor"}))}function Qt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H12zm6.167-2.76a.35.35 0 01.631-.074l.036.074 1.145 3.115 3.183.179c.283.016.421.342.286.57l-.043.058-.037.036-2.476 2.104.823 3.226c.073.288-.182.527-.43.46l-.068-.025-.042-.024L18.5 9.121l-2.674 1.816c-.24.163-.535-.018-.552-.286l.003-.075.01-.049.821-3.226-2.475-2.104a.384.384 0 01.088-.637l.068-.02.05-.007 3.183-.179 1.145-3.115z",fill:"currentColor"}))}function Zt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.258 4c.744 0 1.407.47 1.652 1.172l2.992 8.547c.065.186.098.382.098.578v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4h10.516zm-.177 2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-2.8-8z",fill:"currentColor"}))}function el(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.917 9.355c.406-.018.793.073 1.133.31.962.674.524 2.404-.048 3.869l-.158.391-.237.55-.455 1.002-.078.188c-.01.027-.02.051-.027.073-.561 1.637.086 2.057 1.037 1.797l.103-.03-.069.77c-1.848 1.337-4.443.961-3.364-2.283.052-.156.122-.33.204-.52l.176-.393.398-.867.2-.457c.385-.92.675-1.867.453-2.548-.164-.5-.684-.534-1.214-.352l-.114.042.068-.711c.543-.42 1.177-.732 1.79-.813l.202-.018zM13.148 5c.747 0 1.352.609 1.352 1.362 0 .75-.605 1.36-1.352 1.36a1.357 1.357 0 01-1.354-1.36c0-.753.605-1.362 1.354-1.362z",fill:"currentColor",fillRule:"evenodd"}))}function tl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8 12.25H4.5v4a.25.25 0 00.193.243l.057.007h6.5v-4.25zm8.25-5h-6.75v9.25h6.5a.25.25 0 00.243-.193l.007-.057v-9zm-2.996 2.383c.419 0 .71.26.755.67l.007.115v3.945c0 .442-.23.688-.637.688-.373 0-.597-.207-.635-.573l-.006-.115v-3.511h-.015l-.41.277c-.204.129-.313.168-.442.168a.431.431 0 01-.445-.445c0-.165.086-.314.256-.445l.091-.063.637-.426c.305-.195.582-.285.844-.285zM11.25 4.5h-6.5a.25.25 0 00-.243.193L4.5 4.75v9h6.75V4.5zM7.883 6.57c1.074 0 1.86.657 1.86 1.551 0 .505-.224.954-.764 1.519l-1.268 1.282v.055h1.625c.363 0 .59.195.59.515 0 .285-.18.468-.484.502L9.336 12H6.664c-.379 0-.629-.215-.629-.543 0-.208.102-.392.399-.699l.12-.121 1.352-1.39c.418-.427.594-.708.594-1.005 0-.383-.277-.64-.688-.64-.332 0-.574.168-.746.515-.171.266-.32.367-.546.367-.31 0-.524-.21-.524-.507 0-.727.82-1.407 1.887-1.407zM19.25 4.5h-6.5v4.25h6.75v-4a.25.25 0 00-.193-.243L19.25 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ll(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 15a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 2.25a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm11.518-1.94l.04.121a1.25 1.25 0 01-.762 1.492l-.122.04-6.175 1.654.001-.117a4.48 4.48 0 00-.633-2.302l6.16-1.65a1.25 1.25 0 011.491.762zm-3.375-9.442l1.812 6.762a1 1 0 01-.707 1.224l-5.943 1.592a4.496 4.496 0 00-2.268-1.326L9.45 8.197a1 1 0 01.707-1.224l6.761-1.812a1 1 0 011.225.707zM3.657 1.536l.128.049 2.69 1.184c.304.133.54.381.66.686l.044.134L9.97 14l-.18.005a4.475 4.475 0 00-2.218.706L4.919 4.815l-2.141-.942a1.25 1.25 0 01-.69-1.52l.05-.128c.259-.59.918-.879 1.519-.689zM15.44 7.37a.75.75 0 00-.819-.55l-.1.02-1.449.388a.75.75 0 00.288 1.469l.1-.02 1.45-.388a.75.75 0 00.53-.919z",fill:"currentColor",fillRule:"evenodd"}))}function al(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.737 3.668c-.055 1.093.226 2.033.894 2.7.668.669 1.608.95 2.7.897a18.08 18.08 0 01-3.09 4.184 27.666 27.666 0 01-3.127 2.706v3.318a.553.553 0 01-.162.39l-3.975 3.975a.553.553 0 01-.943-.39V18.32a.55.55 0 01.162-.39l1.24-1.24a.553.553 0 00.161-.39v-.133c-1.238.463-2.218.487-2.735-.03-.517-.517-.493-1.497-.03-2.735H7.7a.553.553 0 00-.325.105l-.066.057-1.24 1.24a.553.553 0 01-.303.154l-.087.007H2.553a.553.553 0 01-.455-.867l.064-.076 3.975-3.975a.553.553 0 01.304-.155l.086-.007h3.318a27.666 27.666 0 012.706-3.126 18.078 18.078 0 014.186-3.092zM21.93 2.07c.104.105.095.547-.048 1.212l-.083.35-.107.386-.061.204-.142.43c-.154.444-.345.928-.575 1.436-1.073.193-1.96.04-2.501-.5-.523-.523-.684-1.37-.52-2.395l.019-.107a16.762 16.762 0 011.654-.649l.416-.13.197-.055.368-.095c.76-.18 1.27-.2 1.383-.087z",fill:"currentColor",fillRule:"evenodd"}))}function nl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm10 0a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6z",fill:"currentColor",fillRule:"evenodd"}))}function rl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm9.5 1.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function ol(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm10 0a1 1 0 01.993.883L21 4v16a1 1 0 01-.883.993L20 21h-6a1 1 0 01-.993-.883L13 20V4a1 1 0 01.883-.993L14 3h6zM9.5 4.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function il(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm9.5 1.5h-5v15h5v-15zm-10 0h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function sl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM16.326 2.676a1.752 1.752 0 012.349-.113l.125.113.594.593c.59.589.676 1.502.21 2.216l-.094.131-.115.128-7.504 7.5-3 .008-.078-3.067 7.513-7.509zm-.796 2.916l-5.202 5.199.025.957.914-.002 5.209-5.207-.946-.947zM20 9v2.25h-1.5V9H20zM5.5 7.5v3.75H4V7.5h1.5zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm9.687 1.697a.252.252 0 00-.248 0l-.053.04-.796.795.946.947.82-.82a.248.248 0 00.043-.216l-.021-.053-.044-.06-.594-.593-.053-.04zM13 2v1.499L9.5 3.5V2H13z",fill:"currentColor",fillRule:"evenodd"}))}function cl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.69 0 3.093.4 4.212 1.198a4.49 4.49 0 00-.83 1.255C12.996 13.307 11.875 13 10.5 13c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h6.506L12.5 22H5.993a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm8.725 9.474A1.259 1.259 0 0118 22c-.605 0-1.11-.44-1.225-1.026h2.45zM18 12c.456 0 .841.392.961.927A3 3 0 0121 15.769v2.898l.835.642a.5.5 0 01-.213.888l-.092.008h-7.06a.5.5 0 01-.305-.896l.835-.642v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function dl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function ul(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.25 16.5V18h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5v-1.5h2.5zm-7.75 0V18H8.25v-1.5h3.25zm4.25 0V18H12.5v-1.5h3.25zm-8.5-3.501v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zM7.25 9.5V11h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V9.5h2.5zm-7.75 0V11H8.25V9.5h3.25zm4.25 0V11H12.5V9.5h3.25zM7.25 6v1.5h-2.5a.75.75 0 010-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V6h2.5zM11.5 6v1.5H8.25V6h3.25zm4.25 0v1.5H12.5V6h3.25z",fill:"currentColor",fillRule:"evenodd"}))}function ml(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v13.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8.5 12.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function fl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75a1.75 1.75 0 01-1.732-1.499L19.25 19.5a.25.25 0 00.243-.193l.007-.057L19.499 6h-15v3.5h-1.5L3 4.75C3 3.784 3.784 3 4.75 3h14.5zM6.28 10.97a.75.75 0 01.073.976l-.073.084-1.719 1.719 5.689.001a.75.75 0 110 1.5l-5.69-.001 1.72 1.72a.75.75 0 01-.976 1.134l-.084-.073-3-3-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3-3a.75.75 0 011.06 0zm10.97 4.53a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-8.5a.75.75 0 010-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function vl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 15.25a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.116.026-.056.006h-.104l-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073 1.22 1.219V16a.75.75 0 01.75-.75zm-4.75-2.751v1.5L4.75 14a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm-8.5-3.5v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm3.5-3.499a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function gl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 20.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm-2.5-8a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073L16 6.189V2.75a.75.75 0 01.75-.75zm-9.576.004l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 2.5 2.5a.75.75 0 01-.976 1.133L9.22 5.78 7.999 4.56 8 8a.75.75 0 01-1.493.102L6.5 8l-.001-3.438L5.28 5.78a.75.75 0 01-1.133-.976l.073-.084 2.5-2.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01z",fill:"currentColor",fillRule:"evenodd"}))}function hl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM4.5 15v4.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V15h1.5zm6.28-1.72l-3 3-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.718-1.72H2.75a.75.75 0 110-1.5h5.689l-1.72-1.72a.75.75 0 01.977-1.133l.084.073 3 3a.754.754 0 01.092.11l.054.095.035.086.027.103.01.084-.001.121-.017.102-.019.068-.023.06-.035.07-.06.09-.063.071zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v4.5H3V4.75C3 3.784 3.784 3 4.75 3h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function pl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zM19.25 2c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L19.25 3.5H7.75a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h11.5zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-4a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm0-4a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function wl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.598 20.501a2.999 2.999 0 01-5.196 0h5.196zm.152-2.251a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zM12 4.5c3.314 0 6 2.716 6 6.067 0 1.502-.517 2.528-1.087 3.398l-.265.392-.39.561c-.418.614-.761 1.208-.82 1.929l-.01.22c0 .256-.112.4-.338.428L15 17.5H9c-.254 0-.395-.114-.423-.342l-.006-.091c0-.774-.328-1.414-.75-2.064l-.262-.392-.273-.402-.24-.364C6.492 12.978 6 11.973 6 10.567 6 7.217 8.686 4.5 12 4.5zM12 6c-2.482 0-4.5 2.04-4.5 4.567 0 .931.245 1.599.876 2.573l.647.96.152.234c.322.512.56.988.709 1.474l.052.192h4.128l.054-.192c.126-.402.314-.796.561-1.208l.156-.25.235-.352.408-.587c.736-1.07 1.022-1.78 1.022-2.844C16.5 8.04 14.482 6 12 6zm-5.846 7.875a.75.75 0 01-.19.968l-.084.057-.866.5a.75.75 0 01-.835-1.243l.085-.057.866-.5a.75.75 0 011.024.275zm12.625-.32l.091.045.866.5a.75.75 0 01-.658 1.344l-.092-.044-.866-.5a.75.75 0 01.659-1.344zm2.33-4.661a.75.75 0 01-.509.844l-.099.025-.985.173a.75.75 0 01-.36-1.453l.1-.024.985-.174a.75.75 0 01.868.609zm-17.451-.62l.101.011.985.174a.75.75 0 01-.159 1.488l-.101-.01-.985-.174a.75.75 0 01.159-1.489zm14.288-4.86a.75.75 0 01.152.974l-.06.083-.643.766a.75.75 0 01-1.209-.882l.06-.082.643-.766a.75.75 0 011.057-.093zM7.04 3.433l.07.074.644.766A.75.75 0 016.675 5.31l-.07-.073-.643-.766A.75.75 0 017.04 3.433zM12 1.25a.75.75 0 01.743.648L12.75 2v1a.75.75 0 01-1.493.102L11.25 3V2a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function bl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18 11.25a.75.75 0 01.102 1.493L18 12.75H6a.75.75 0 01-.102-1.493L6 11.25h12z",fill:"currentColor",fillRule:"evenodd"}))}function xl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.25 16a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 17.25h10.25zM6.25 10a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 11.25h10.25zM6.25 4a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5A.75.75 0 013 7.25v-2.5A.75.75 0 013.75 4h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 5.25h10.25z",fill:"currentColor",fillRule:"evenodd"}))}function El(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17.5 11a4.5 4.5 0 013.632 7.158l.036-.05 1.862 1.862a.75.75 0 01-.976 1.133l-.084-.073-1.863-1.862-.112.077A4.5 4.5 0 1117.5 11zm-6.25 7.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm6.25-6a3 3 0 100 6 3 3 0 000-6zm-7.25 1.167a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5zm3-4.834a.75.75 0 110 1.5H2.75a.75.75 0 110-1.5h10.5zm8-4.833a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h18.5z",fill:"currentColor",fillRule:"evenodd"}))}function yl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 18a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function Rl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 1a5.001 5.001 0 014.87 3.863.75.75 0 01-1.461.34 3.502 3.502 0 00-6.904.605L8.5 6v2h9.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H7V6a5 5 0 015-5zm6.25 8.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5zM12 13a1.5 1.5 0 01.751 2.799l-.001.951a.75.75 0 11-1.5 0v-.95A1.5 1.5 0 0112 13z",fill:"currentColor",fillRule:"evenodd"}))}function zl(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.25 4.5H6.5v15h6.75a1.25 1.25 0 110 2.5h-7A2.25 2.25 0 014 19.75V4.25A2.25 2.25 0 016.25 2h7a1.25 1.25 0 110 2.5zm6.384 2.616l-.102-.091a1.25 1.25 0 00-1.666 1.859l1.867 1.866H11.75l-.128.007a1.25 1.25 0 00.128 2.493h7.982l-1.866 1.866-.091.102a1.25 1.25 0 001.859 1.666l4-4 .08-.089.05-.063.068-.106.058-.112.049-.127.03-.108.016-.088.012-.112L24 12l-.004-.096-.016-.13-.03-.127-.03-.087-.046-.107-.046-.086-.065-.1a1.267 1.267 0 00-.13-.15l-4-4zm4.084 4.094l-.084-.094c.03.03.058.061.084.094z",fill:"currentColor"}))}function Cl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V10.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V19H20v1.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.105 10.074c1.447 0 2.3.875 2.367 2.279l.004.178v.621c0 1.5-.863 2.446-2.371 2.446-1.444 0-2.304-.872-2.371-2.268l-.004-.178v-.62c0-1.516.871-2.458 2.375-2.458zm5.362 0c1.328 0 2.058.776 2.172 1.653l.012.132h-1.25c-.074-.414-.406-.734-.945-.734-.638 0-1.007.443-1.05 1.222l-.005.16v.626c0 .805.293 1.414 1.09 1.414.598 0 .914-.34.956-.745l.005-.095v-.234h-.93v-.903h2.14v1.04c0 1.038-.667 1.988-2.199 1.988-1.57 0-2.3-.987-2.355-2.296l-.004-.165v-.64c0-1.427.84-2.423 2.363-2.423zm-10.182.094v4.262h2.141v1.07H7.376v-5.332h1.285zm4.82.95c-.597 0-1.012.415-1.062 1.23l-.005.168v.64c0 .926.43 1.399 1.067 1.399.593 0 1.008-.416 1.057-1.23l.005-.169v-.64c0-.926-.43-1.399-1.062-1.399zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Vl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7 17.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5h3.5zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5h-3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H18zM7 12a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H3.5A.5.5 0 013 16v-3.5a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5v-3.5A.5.5 0 019 12h3.5zm6.97-2.523l.906 3.381a.5.5 0 01-.353.612l-3.381.906a.5.5 0 01-.612-.353l-.906-3.381a.5.5 0 01.353-.612l3.381-.906a.5.5 0 01.612.353zM7 6.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V7a.5.5 0 01.5-.5H7zm3.642-2.376l3.38.906a.5.5 0 01.354.612l-.906 3.38a.5.5 0 01-.612.354l-3.38-.906a.5.5 0 01-.354-.612l.906-3.38a.5.5 0 01.612-.354zM20 2a.5.5 0 01.5.5V6a.5.5 0 01-.5.5h-3.5A.5.5 0 0116 6V2.5a.5.5 0 01.5-.5H20z",fill:"currentColor",fillRule:"evenodd"}))}function Ll(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057L18.499 9H14.75a1.75 1.75 0 01-1.744-1.606L13 7.25l-.001-3.75H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm6.499-9.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function Ml(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H12v-1.5h7.25a.25.25 0 00.243-.193l.007-.057V5.996L19.406 6H4.5l.001 6H3V4.75a1.75 1.75 0 011.606-1.744L4.75 3h14.5zM3.696 15.809l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074a.5.5 0 01.55-.147zM7.002 13a4.001 4.001 0 013.92 3.197l.357-.62a.5.5 0 01.602-.221l.081.038a.5.5 0 01.221.601l-.038.082-1.237 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.034-1.798.75.75 0 11-.924-1.181A3.985 3.985 0 017.002 13zm10.248 2a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-.125-3.5c.483 0 .875.336.875.75s-.392.75-.875.75h-5.25c-.483 0-.875-.336-.875-.75s.392-.75.875-.75h5.25zM17.25 8a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ol(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M4 19h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z",fill:"currentColor"}))}function Nl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10 0 1.806-.479 3.5-1.316 4.962L20.66 17a.75.75 0 01-.933.32l-.091-.045-1.516-.875a.75.75 0 01.659-1.344l.091.044.84.485c.406-.874.67-1.83.757-2.834l-.967-.001a.75.75 0 01-.102-1.493l.102-.007h.967a8.447 8.447 0 00-.757-2.834l-.84.484a.75.75 0 01-.835-1.243l.085-.057.838-.483a8.548 8.548 0 00-2.075-2.075l-.483.838a.75.75 0 01-1.344-.659l.044-.091.484-.84a8.447 8.447 0 00-2.833-.757l-.001.967a.75.75 0 01-1.493.102L11.25 4.5v-.967a8.447 8.447 0 00-2.834.757l.484.84a.75.75 0 01-1.243.835L7.6 5.88l-.483-.838a8.548 8.548 0 00-2.075 2.075l.838.483a.75.75 0 01-.659 1.344L5.13 8.9l-.84-.484a8.447 8.447 0 00-.757 2.834H4.5a.75.75 0 01.102 1.493l-.102.007h-.967a8.427 8.427 0 00.758 2.835l.839-.485a.75.75 0 01.835 1.243l-.085.057-1.516.875A.75.75 0 013.34 17l-.02-.04-.003.003A9.954 9.954 0 012 12C2 6.477 6.477 2 12 2zm4.03 5.97a.75.75 0 01.073.976l-.073.084-2.792 2.794a1.25 1.25 0 11-1.061-1.061L14.97 7.97a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Hl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Sl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.78-7.53a.75.75 0 01.073.976l-.073.084-3.22 3.22h1.69a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007H13a.75.75 0 01-.743-.648L12.25 11V7.5a.75.75 0 011.493-.102l.007.102v1.688l3.22-3.218a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Al(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 8.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0-10a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function kl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 10a2 2 0 110 4 2 2 0 010-4zm0 6.5a2 2 0 110 4 2 2 0 010-4zm0-13a2 2 0 110 4 2 2 0 010-4z",fill:"currentColor",fillRule:"evenodd"}))}function jl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.924 6.254l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L6.25 17V8.811l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01zM17 6.25a.75.75 0 01.743.648L17.75 7l-.001 8.19 2.22-2.22a.75.75 0 011.134.976l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L16.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function Il(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.5 22v-.018A1.75 1.75 0 014 20.25V3.75c0-.882.652-1.61 1.5-1.732V2h12.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.5zM9 18.3H5.5v1.95a.25.25 0 00.193.243l.057.007H9v-2.2zm9.25-14.8H10.5v17h7.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM9 14.6H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9V7.2zm0-3.7H5.75a.25.25 0 00-.243.193L5.5 3.75V5.7H9V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Dl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14v-1.5h4.25a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM9.225 20.974A1.259 1.259 0 018 22c-.605 0-1.11-.44-1.225-1.026h2.45zM8 12c.456 0 .841.392.961.927A3 3 0 0111 15.769v2.898l.835.642a.5.5 0 01-.305.896H4.47a.5.5 0 01-.305-.896L5 18.667v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zm7.25 2.5a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function Bl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zM6.499 4.5H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009h14.5l.057-.007a.25.25 0 00.184-.175l.009-.068V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25zM16.25 12a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm0-3a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function Tl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75V14h-1.5V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009H14V21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zm-3.94 7.75l7.513 7.513a1.75 1.75 0 01.114 2.35l-.114.124-.586.586a1.75 1.75 0 01-2.35.114l-.124-.114-7.513-7.512V9.75h3.06zm5.697 7.818l-.938.94.754.755a.25.25 0 00.24.065l.06-.025.054-.04.586-.586a.25.25 0 00.04-.3l-.04-.054-.756-.755zm-6.318-6.318h-.939v.939l5.258 5.258.938-.94-5.257-5.257z",fill:"currentColor",fillRule:"evenodd"}))}function Pl(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.203 16.625c0 .602.328.96.875.96.555 0 .875-.35.875-.96V7.898c0-.671-.437-1.132-1.078-1.132-.375 0-.742.14-1.273.515L1.125 8.344c-.367.25-.54.508-.54.789 0 .367.282.656.65.656.195 0 .382-.07.663-.266l1.258-.898h.047v8zm4.149.031c0 .516.414.844 1.046.844h5.22c.53 0 .843-.281.843-.734 0-.461-.328-.743-.844-.743H9.648v-.101l2.665-2.953c1.367-1.492 1.812-2.313 1.812-3.36 0-1.742-1.43-2.984-3.422-2.984-2.086 0-3.492 1.375-3.492 2.742 0 .485.312.813.766.813.367 0 .617-.211.804-.657.266-.906.93-1.43 1.82-1.43 1.063 0 1.774.665 1.774 1.657 0 .688-.344 1.313-1.21 2.266l-3.071 3.406c-.563.601-.742.89-.742 1.234zm8.562-1.375c0 1.242 1.555 2.446 3.617 2.446 2.274 0 3.867-1.297 3.867-3.141 0-1.352-.992-2.484-2.296-2.617v-.11c1.078-.171 1.953-1.257 1.953-2.421 0-1.649-1.461-2.813-3.524-2.813-1.984 0-3.414 1.156-3.414 2.39 0 .454.305.766.742.766.344 0 .578-.164.782-.578.367-.742 1.007-1.156 1.851-1.156 1.086 0 1.828.648 1.828 1.61 0 .952-.758 1.64-1.804 1.64h-.813c-.43 0-.726.305-.726.71 0 .423.304.735.726.735h.86c1.25 0 2.085.719 2.085 1.79 0 1.077-.82 1.765-2.093 1.765-.961 0-1.711-.422-2.14-1.188-.25-.414-.47-.57-.782-.57-.422 0-.719.313-.719.742z",fill:"currentColor"}))}function _l(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.884 11.616a1.25 1.25 0 01.091 1.666l-.091.102-1.868 1.866H19a1.25 1.25 0 01.128 2.494L19 17.75H8.017l1.867 1.866a1.25 1.25 0 01-1.666 1.859l-.102-.091-4-4a1.26 1.26 0 01-.13-.152l-.068-.106-.042-.079-.046-.107-.03-.087-.03-.127-.016-.126-.004-.1.002-.08.013-.111.016-.088.03-.108.05-.127.086-.16.062-.088.064-.076 4.043-4.046a1.25 1.25 0 011.768 0zm5.898-9.091l.102.091 4 4c.03.03.058.061.084.094l-.084-.094c.048.048.09.099.13.152l.064.099.046.086.046.107.03.087.03.127.016.13.004.096-.002.08-.013.111-.016.088-.03.108-.05.127-.057.112-.069.106-.048.063-.081.089-4 4a1.25 1.25 0 01-1.859-1.666l.091-.102 1.866-1.866H5a1.25 1.25 0 01-.128-2.494L5 6.25h10.983l-1.867-1.866a1.25 1.25 0 011.666-1.859z",fill:"currentColor",fillRule:"evenodd"}))}function Fl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 6c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 22H7.75A1.75 1.75 0 016 20.25V19h1.5v1.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L20.25 7.5H19V6h1.25zm-7-5a.75.75 0 01.75.75V2h2.25c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0116.25 18H3.75A1.75 1.75 0 012 16.25V3.75C2 2.784 2.784 2 3.75 2H6v-.25a.75.75 0 011.5 0V2h5v-.25a.75.75 0 01.75-.75zm3.25 6.5h-13v8.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.5zm-6.195 1.277c.38 0 .62.21.662.554l.006.107v4.554c0 .356-.235.59-.582.59-.313 0-.538-.19-.58-.487l-.006-.103V9.957H9.78l-.824.574a.48.48 0 01-.312.106.402.402 0 01-.415-.422c0-.15.05-.267.172-.377l.082-.065L9.602 9a1.09 1.09 0 01.703-.223zM6 3.5H3.75a.25.25 0 00-.243.193L3.5 3.75V6h13V3.75a.25.25 0 00-.193-.243L16.25 3.5H14v.25a.75.75 0 11-1.5 0V3.5h-5v.25a.75.75 0 01-1.5 0V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Kl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.75 11.5c4.166 0 6.596 2.43 7.291 7.29A2.813 2.813 0 0119.257 22h-9.014a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm0 1.5c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h9.014a1.313 1.313 0 001.3-1.498C19.96 14.84 18.12 13 14.75 13zM6.446 6.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H1.75a.75.75 0 01-.102-1.493l.102-.007h5.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.75 2c1.933 0 3.5 1.903 3.5 4.25s-1.567 4.25-3.5 4.25-3.5-1.903-3.5-4.25S12.817 2 14.75 2zm0 1.5c-1.033 0-2 1.174-2 2.75s.967 2.75 2 2.75 2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function ql(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.25 3.75h-4.5a.75.75 0 00-.102 1.493l.102.007h4.5a.75.75 0 00.102-1.493l-.102-.007zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function Gl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm0 1.5a.75.75 0 00-.743.648l-.007.102v1.5h-1.5a.75.75 0 00-.743.648l-.007.102c0 .38.282.693.648.743l.102.007h1.5v1.5c0 .38.282.693.648.743l.102.007a.75.75 0 00.743-.648l.007-.102v-1.5h1.5a.75.75 0 00.743-.648l.007-.102a.75.75 0 00-.648-.743l-.102-.007h-1.5v-1.5a.75.75 0 00-.648-.743L17.5 14.5zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function Wl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.403 1.867a.75.75 0 00-.97.141l-.066.09-1.983 3.114-.798-.999-.076-.081a.75.75 0 00-1.159.927l.063.091 1.455 1.819.073.079a.75.75 0 001.081-.059l.064-.086 2.546-4 .052-.098a.75.75 0 00-.282-.938zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function Ul(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM9.8 8a.7.7 0 011.05-.606l.084.057 4.86 3.84a.7.7 0 01.081 1.023l-.081.075-4.86 3.84a.7.7 0 01-1.127-.449l-.007-.1V8zm1.4 1.445v4.789l3.03-2.395-3.03-2.394z",fill:"currentColor",fillRule:"evenodd"}))}function $l(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.169 17.055c.43 0 .734-.305.734-.75V13.43h2.649c.453 0 .757-.297.757-.72 0-.429-.304-.726-.757-.726H6.903V9.258c0-.445-.304-.758-.734-.758s-.727.313-.727.758v2.726H2.825c-.445 0-.758.297-.758.727 0 .422.313.719.758.719h2.617v2.875c0 .445.305.75.727.75zm5.598 2.453c.352 0 .64-.211.735-.555l3.453-12.25a1.17 1.17 0 00.047-.258c.007-.406-.336-.75-.766-.75-.36 0-.648.211-.742.547l-3.446 12.25a.749.749 0 00.719 1.016zm9.388-6.11c.578 0 .882-.32.882-.78 0-.462-.304-.766-.882-.766h-3.68c-.57 0-.883.312-.883.765 0 .461.305.781.883.781h3.68z",fill:"currentColor",fillRule:"evenodd"}))}function Xl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.75 2c.966 0 1.75.784 1.75 1.75v1.758A3.75 3.75 0 0122 9.25v7.5a1.75 1.75 0 01-1.75 1.75H18.5v1.75A1.75 1.75 0 0116.75 22h-9.5a1.75 1.75 0 01-1.75-1.75V18.5H3.75A1.75 1.75 0 012 16.75v-7.5a3.75 3.75 0 013.5-3.742V3.75C5.5 2.784 6.284 2 7.25 2h9.5zM17 14.5H7v5.75a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193L17 20.25V14.5zM18.25 7H5.75a2.25 2.25 0 00-2.245 2.096L3.5 9.25v7.5a.25.25 0 00.193.243L3.75 17H5.5v-3.25a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75V17h1.75a.25.25 0 00.243-.193l.007-.057v-7.5a2.25 2.25 0 00-2.096-2.245L18.25 7zm-.5 3a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-1-6.5h-9.5a.25.25 0 00-.243.193L7 3.75V5.5h10V3.75a.25.25 0 00-.193-.243L16.75 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Jl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.247 2a.75.75 0 01.75.75l-.001.25h2.25c.967 0 1.75.784 1.75 1.75v14.5a1.75 1.75 0 01-1.75 1.75h-7.25v-1.5h7.25a.25.25 0 00.244-.193l.007-.057L19.496 8h-15v4h-1.5V4.75c0-.966.784-1.75 1.75-1.75h2.25v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM3.139 15.956a.5.5 0 01.631-.11l2.144 1.238.073.052a.5.5 0 01.11.631l-.052.074a.5.5 0 01-.631.11l-.878-.506a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.814-.574l1.237-2.143zM6.997 13a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 016.997 13zm-.001-8.5h-2.25a.25.25 0 00-.243.193l-.006.057-.001 1.75h15V4.75a.25.25 0 00-.192-.243l-.057-.007h-2.251v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Yl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.797 9c.464 0 .91.184 1.237.513l6.229 6.228a1.75 1.75 0 010 2.475l-4.047 4.047a1.75 1.75 0 01-2.475 0l-6.228-6.229A1.75 1.75 0 012 14.797V10.75C2 9.784 2.784 9 3.75 9h4.047zM18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14.5v-1.5h3.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V8H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM7.797 10.5H3.75a.25.25 0 00-.243.193l-.007.057v4.047a.25.25 0 00.033.125l.04.052 6.228 6.228a.25.25 0 00.3.04l.054-.04 4.047-4.047a.25.25 0 00.04-.3l-.04-.054-6.228-6.228a.25.25 0 00-.112-.064l-.065-.009zm-2.504 1.793a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414zM15.75 9.5a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ql(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 003.047 7.187A9.967 9.967 0 0012 22a9.967 9.967 0 006.953-2.813A9.97 9.97 0 0022 12zM5.704 16.936A7.986 7.986 0 0012 20a7.986 7.986 0 006.296-3.064A7 7 0 0012 13a7 7 0 00-6.296 3.936zM12 12a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",fill:"currentColor"}))}function Zl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5zM8.25 15a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 1a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.167a.75.75 0 010 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.166a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h4.5zM8.25 6.5a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 0a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ea(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 3a1 1 0 00-.993.883L11 6v6.02l.01.118.022.113.023.077.03.075.047.093.062.096.07.085.072.071.096.075.099.06.075.036 3.5 1.5.11.04a1 1 0 00.782-1.826l-.104-.052L13 11.34V6l-.007-.117A1 1 0 0012 5z",fill:"currentColor",fillRule:"evenodd"}))}function ta(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.102 11.125c.753 0 1.472.295 2.007.817l.142.148 4.806 5.407c.183.206.434.337.705.37l.136.008h3.416L17.22 16.78l-.073-.084a.75.75 0 011.05-1.049l.083.073 2.5 2.5a.753.753 0 01.097.118l.053.094.028.07.023.08.013.075.006.102-.002.042-.009.075-.027.111-.043.102-.038.066-.027.04-.035.043-.039.042-2.5 2.5-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.095-1.096-3.417.001a2.875 2.875 0 01-2.007-.817l-.142-.148-4.806-5.407a1.125 1.125 0 00-.705-.37l-.136-.008H3.75a.875.875 0 01-.11-1.743l.11-.007h3.352zm11.094-8.978l.084.073 2.5 2.5a.63.63 0 01.101.125l.049.088.043.119.021.106.004.042.002.069-.006.073-.013.076-.023.08-.047.107-.058.091-.073.084-2.5 2.5a.75.75 0 01-1.133-.976l.073-.084 1.095-1.096-3.426.001-.136.008c-.223.027-.433.12-.603.268l-.096.095-2.905 3.215-.085.083a.875.875 0 01-1.287-1.162l.074-.094 2.904-3.215.141-.146a2.875 2.875 0 011.79-.795l.203-.007 3.424-.001L17.22 3.28a.75.75 0 01.976-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function la(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm.035 4.982c-.264 0-.533.13-.533.51v.41C9.92 8.05 8.9 8.998 8.9 10.352c0 1.135.646 1.88 1.926 2.202l1.309.288c.844.181 1.178.44 1.178.879 0 .562-.446.931-1.272.931-.592 0-1.166-.246-1.687-.72-.334-.282-.545-.364-.803-.364-.416 0-.75.258-.75.715 0 .352.187.692.515.99.487.452 1.272.727 2.163.803v.358c0 .375.275.51.539.51.263 0 .533-.135.533-.51v-.37c1.64-.193 2.666-1.154 2.666-2.543 0-1.143-.66-1.862-1.997-2.176l-1.314-.273c-.744-.146-1.084-.427-1.084-.867 0-.492.44-.885 1.131-.885.586 0 1.008.188 1.506.662.293.252.533.364.85.364.369 0 .673-.27.673-.657 0-.328-.175-.673-.503-.984-.434-.422-1.131-.691-1.91-.79v-.423c0-.375-.27-.51-.534-.51z",fill:"currentColor",fillRule:"evenodd"}))}function aa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M21.25 11.25A.75.75 0 0122 12c0 5.523-4.477 10-10 10a9.986 9.986 0 01-7.638-3.545l-.038 1.071a.75.75 0 01-1.496.05l-.003-.102.099-2.827a.75.75 0 01.775-.723l2.827.098a.75.75 0 01.05 1.496l-.102.004-.966-.034A8.5 8.5 0 0020.5 12a.75.75 0 01.75-.75zm-9.215-4.268c.237 0 .48.11.526.405l.007.105v.422c.78.1 1.477.37 1.91.791.329.31.504.656.504.984 0 .387-.304.657-.673.657-.317 0-.557-.112-.85-.364-.498-.474-.92-.662-1.506-.662-.691 0-1.13.393-1.13.885 0 .406.289.677.919.831l.164.036 1.108.229c1.476.287 2.203 1.02 2.203 2.22 0 1.331-.942 2.27-2.464 2.515l-.202.028v.37c0 .375-.27.51-.533.51-.238 0-.485-.11-.532-.405l-.007-.105v-.358c-.891-.076-1.676-.351-2.163-.803-.328-.298-.515-.638-.515-.99 0-.457.334-.715.75-.715.258 0 .469.082.803.364.521.474 1.095.72 1.687.72.826 0 1.271-.369 1.271-.931 0-.41-.29-.662-1.015-.842l-.162-.037-1.102-.24c-1.418-.293-2.133-1.055-2.133-2.25 0-1.298.937-2.223 2.407-2.427l.195-.023v-.41c0-.38.27-.51.533-.51zM12 2c3 0 5.77 1.332 7.639 3.545l.037-1.071a.75.75 0 011.496-.05l.003.102-.099 2.827a.75.75 0 01-.674.72l-.101.003-2.827-.098a.75.75 0 01-.05-1.496l.102-.004.966.034A8.5 8.5 0 003.5 12 .75.75 0 112 12C2 6.477 6.477 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function na(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17 7a5 5 0 01.217 9.995L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007H17a3.5 3.5 0 00.192-6.995L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zM9.5 7a.75.75 0 01.102 1.493L9.5 8.5H7a3.5 3.5 0 00-.192 6.995L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-.217-9.995L7 7h2.5zm7.5 4.25a.75.75 0 110 1.5H7a.75.75 0 110-1.5h10z",fill:"currentColor",fillRule:"evenodd"}))}function ra(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.268 21.246L12 21.25l-.323-.006-.32-.016-.3-.025-.329-.04a9.166 9.166 0 01-2.067-.534l-.288-.117-.353-.16-.237-.117-.358-.193-.385-.233-.263-.173-.3-.215-.23-.177-.238-.196-.356-.319a9.308 9.308 0 01-.345-.343l-.151-.162a9.197 9.197 0 01-1.662-2.58l-.126-.311-.134-.372-.087-.268-.08-.285A9.229 9.229 0 012.75 12c0-.893.127-1.757.363-2.574l.137-.431.077-.218.169-.421a9.17 9.17 0 01.768-1.431l.171-.25c.213-.303.447-.595.701-.876l.168-.18c.174-.183.356-.36.545-.528l.197-.17.345-.278.328-.239.302-.202.117-.072a8.88 8.88 0 01.664-.375l.484-.23.37-.152.427-.153.353-.11.263-.071.145-.036A9.232 9.232 0 0112 2.75l.24.003.317.014.389.031.284.033.487.079.43.091.287.073.39.116.293.099.336.127.17.07.379.172.259.129.25.135.416.248.255.166a9.12 9.12 0 011.14.911V3.222a.75.75 0 01.638-.742l.111-.008a.75.75 0 01.742.639l.008.11v3.83a.75.75 0 01-.64.741l-.11.008h-3.828a.75.75 0 01-.111-1.492l.11-.008h2.009l-.197-.177-.22-.182-.131-.102-.2-.147-.225-.156-.235-.15-.236-.139-.149-.081-.222-.115-.268-.126-.121-.053a7.709 7.709 0 00-1.013-.352l-.263-.067-.258-.055-.262-.047-.278-.04-.349-.036-.353-.02L12 4.25l-.183.002-.376.018-.294.026-.248.032-.335.055-.344.073-.243.061-.202.058a7.72 7.72 0 00-.54.183l-.282.114-.204.09-.317.156-.24.13a7.755 7.755 0 00-.629.397l-.383.285-.21.174-.075.064a7.796 7.796 0 00-.195.178l-.18.174-.239.25-.175.198-.152.184a7.778 7.778 0 00-.59.84l-.174.305-.116.222-.112.232a7.079 7.079 0 00-.15.346l-.11.29-.122.368-.046.16c-.084.304-.15.612-.197.923l-.05.409.01-.098c-.05.453-.06.91-.03 1.364l.024.285c.031.307.081.611.15.913l.073.3.058.204c.072.245.157.486.255.724l.085.2c.05.112.102.223.156.332l.091.175.137.245.148.246.058.088a7.766 7.766 0 00.436.604l.141.173.093.107.174.191.174.18.18.175.246.22.324.264.349.255.123.083.24.151.2.118.259.14.257.128.33.146.24.095c.195.073.393.139.594.196l.359.094.136.03.124.026.297.053.329.045.246.024.097.008c.091.006.183.011.275.014l.275.005A7.75 7.75 0 0019.75 12a.75.75 0 111.5 0 9.25 9.25 0 01-8.982 9.246z",fill:"currentColor"}))}function oa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.5 12a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1v-6a1 1 0 011-1h2.5zm6.75-5a1 1 0 011 1v11a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V8a1 1 0 011-1h2.5zM20 4a1 1 0 011 1v14a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V5a1 1 0 011-1H20z",fill:"currentColor",fillRule:"evenodd"}))}function ia(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.25 12c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 016.25 20h-1.5A1.75 1.75 0 013 18.25v-4.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0112.75 20h-1.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-3c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0119.25 20h-1.5A1.75 1.75 0 0116 18.25V5.75c0-.966.784-1.75 1.75-1.75h1.5zm-13 9.5h-1.5a.25.25 0 00-.243.193l-.007.057v4.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L6.25 13.5zm6.5-5h-1.5a.25.25 0 00-.243.193L11 8.75v9.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193L13 18.25v-9.5a.25.25 0 00-.193-.243L12.75 8.5zm6.5-3h-1.5a.25.25 0 00-.243.193l-.007.057v12.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057V5.75a.25.25 0 00-.193-.243L19.25 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function sa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18 9.25a.75.75 0 01.743.648l.007.102v8.25a3.75 3.75 0 01-3.55 3.745L15 22h-5a3.75 3.75 0 01-3.745-3.55l-.005-.2V10a.75.75 0 01.648-.743L7 9.25h11zm-.75 1.5h-9.5v7.5a2.25 2.25 0 001.938 2.229l.158.016.154.005h5a2.25 2.25 0 002.245-2.096l.005-.154v-7.5zm-6.75 1.5a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm4 0a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm2.372-9.849a3.847 3.847 0 012.03 4.45l2.668 1.302a.75.75 0 01-.563 1.386l-.094-.038L9.086 3.732a.75.75 0 01.563-1.386l.094.038 2.373 1.157a3.847 3.847 0 014.756-1.14zM3 4.25a.75.75 0 01.743.648L3.75 5v.63c2.434-1.684 5.714-1.245 7.542 1.11a.75.75 0 11-1.185.919C8.819 6 6.547 5.647 4.777 6.749l.723.001a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743L5.5 8.25H3a.75.75 0 01-.743-.648L2.25 7.5V5A.75.75 0 013 4.25zm10.507-.031l4.005 1.953a2.347 2.347 0 00-4.005-1.953z",fill:"currentColor",fillRule:"evenodd"}))}function ca(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 016.54 15.79.75.75 0 11-1.06-1.06 7.75 7.75 0 10-13.224-5.797l.714-.713.084-.073a.75.75 0 011.049 1.05l-.073.083-2 2-.084.073a.75.75 0 01-.882.007l-.094-.08-2-2-.073-.084a.75.75 0 01-.007-.882l.08-.094.084-.073a.75.75 0 01.882-.007l.094.08.725.724A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function da(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 019.245 8.944l.725-.724a.75.75 0 01.976-.073l.084.073a.75.75 0 01.073.976l-.073.084-2 2a.75.75 0 01-.976.073l-.084-.073-2-2a.75.75 0 01.976-1.133l.084.073.714.712A7.75 7.75 0 106.52 17.48a.75.75 0 11-1.06 1.06A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function ua(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.021 23.316c.594 0 1.121-.33 1.121-1.12V21.14c3.546-.382 5.761-2.465 5.761-5.498 0-2.61-1.569-4.192-4.825-4.904l-2.676-.606C9.727 9.763 8.91 8.999 8.91 7.878c0-1.344 1.16-2.32 2.98-2.32 1.476 0 2.504.5 3.651 1.78.58.606 1.029.83 1.635.83.738 0 1.305-.514 1.305-1.279 0-.738-.435-1.542-1.173-2.267-.976-.923-2.439-1.53-4.087-1.74V1.787c0-.777-.527-1.107-1.134-1.107-.593 0-1.12.316-1.12 1.107v1.055c-3.415.317-5.59 2.36-5.59 5.287 0 2.557 1.569 4.258 4.575 4.93l2.676.62c1.951.461 2.755 1.147 2.755 2.307 0 1.503-1.173 2.452-3.27 2.452-1.568 0-2.873-.593-4.06-1.872-.672-.672-1.041-.817-1.542-.817-.805 0-1.411.514-1.411 1.397 0 .778.448 1.582 1.252 2.281 1.055.962 2.703 1.556 4.536 1.727v1.042c0 .79.527 1.12 1.133 1.12z",fill:"currentColor",fillRule:"evenodd"}))}function ma(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.75 2a7.75 7.75 0 016.292 12.275l5.592 5.591a1.25 1.25 0 01-1.666 1.859l-.102-.091-5.59-5.592A7.75 7.75 0 119.75 2zm0 2.5a5.25 5.25 0 100 10.5 5.25 5.25 0 000-10.5z",fill:"currentColor",fillRule:"evenodd"}))}function fa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5z",fill:"currentColor",fillRule:"evenodd"}))}function va(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zm4.903 4.104l.077.067a.75.75 0 01.067.984l-.067.077-5.52 5.52-3.382-3.38a.75.75 0 01.984-1.129l.076.067 2.32 2.322 4.461-4.46a.75.75 0 01.984-.068z",fill:"currentColor",fillRule:"evenodd"}))}function ga(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zM12 8l.15.005a2 2 0 01.98 3.645L14 16h-4l.87-4.35a2 2 0 01.982-3.644L11.999 8z",fill:"currentColor",fillRule:"evenodd"}))}function ha(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13 2a1 1 0 011 1v1.77a7.44 7.44 0 011.698.703l1.252-1.251a1 1 0 011.414 0l1.414 1.414a1 1 0 010 1.414l-1.251 1.252c.3.53.538 1.099.703 1.698H21a1 1 0 011 1v2a1 1 0 01-1 1h-1.77a7.454 7.454 0 01-.703 1.698l1.251 1.252a1 1 0 010 1.414l-1.414 1.414a1 1 0 01-1.414 0l-1.252-1.251a7.47 7.47 0 01-1.697.703L14 21a1 1 0 01-1 1h-2a1 1 0 01-1-1v-1.77a7.454 7.454 0 01-1.698-.703L7.05 19.778a1 1 0 01-1.414 0l-1.414-1.414a1 1 0 010-1.414l1.251-1.252A7.454 7.454 0 014.77 14H3a1 1 0 01-1-1v-2a1 1 0 011-1h1.77a7.44 7.44 0 01.703-1.698L4.222 7.05a1 1 0 010-1.414l1.414-1.414a1 1 0 011.414 0l1.252 1.251c.53-.3 1.099-.538 1.698-.703V3a1 1 0 011-1h2zm-1 6a4 4 0 100 8 4 4 0 000-8z",fill:"currentColor",fillRule:"evenodd"}))}function pa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.056 2c.918 0 1.67.707 1.744 1.606l.006.144v.787l.243.093.154.063.093.042.554-.553a1.75 1.75 0 012.217-.212l.133.1.125.113 1.492 1.492a1.75 1.75 0 01.114 2.35l-.113.125-.524.523.046.1.068.156.064.157.039.108h.74a1.75 1.75 0 011.725 1.459l.018.148.006.143v2.112a1.75 1.75 0 01-1.606 1.744l-.144.006h-.739l-.04.108-.063.158-.068.156-.047.098.524.524c.553.551.663 1.389.29 2.08l-.08.136-.095.131-.115.128-1.492 1.492c-.59.59-1.502.676-2.216.21l-.131-.095-.128-.115-.554-.554-.093.043-.154.064-.243.092v.789a1.752 1.752 0 01-1.459 1.725l-.148.018-.143.006h-2.111A1.75 1.75 0 019.2 20.393l-.006-.143v-.848l-.08-.03-.148-.06-.214-.097-.602.603a1.75 1.75 0 01-2.217.212l-.133-.1-.125-.113-1.492-1.492a1.75 1.75 0 01-.114-2.35l.114-.125.632-.634-.09-.204-.079-.206h-.897a1.752 1.752 0 01-1.725-1.459l-.018-.148L2 13.056v-2.112A1.75 1.75 0 013.606 9.2l.144-.006h.896l.08-.206.089-.205-.632-.633a1.75 1.75 0 01-.213-2.217l.099-.133.114-.125 1.492-1.492c.59-.59 1.502-.676 2.216-.21l.131.095.128.115.602.601.214-.095.149-.062.079-.03V3.75c0-.791.528-1.469 1.294-1.684l.146-.035.151-.023.16-.008h2.111zm-2.069 1.499l-.073.003a.25.25 0 00-.212.186l-.007.062v1.377a.75.75 0 01-.528.717c-.417.129-.818.3-1.2.51a.75.75 0 01-.809-.054l-.083-.071-.952-.954-.058-.053a.25.25 0 00-.27-.023l-.059.044-1.493 1.493a.25.25 0 00-.04.3l.04.054 1.009 1.008a.75.75 0 01.132.883c-.2.375-.361.769-.483 1.177a.75.75 0 01-.61.528l-.108.008H3.75a.25.25 0 00-.243.193l-.007.057v2.11c0 .12.083.22.193.245l.057.007h1.433a.75.75 0 01.719.537c.121.408.283.802.482 1.176a.75.75 0 01-.061.8l-.071.083-1.009 1.008a.25.25 0 00-.04.3l.04.054 1.493 1.493a.25.25 0 00.3.04l.054-.04.985-.986a.75.75 0 01.893-.126c.38.21.782.382 1.199.511a.75.75 0 01.52.609l.008.108v1.377a.25.25 0 00.192.243l.057.007h2.111a.251.251 0 00.244-.193l.007-.057v-1.331a.75.75 0 01.545-.721 6.398 6.398 0 001.247-.503.75.75 0 01.8.06l.083.072.896.898.058.053a.25.25 0 00.27.023l.059-.044 1.462-1.46.052-.057a.25.25 0 00.023-.27l-.044-.06-.907-.905a.75.75 0 01-.126-.894 6.4 6.4 0 00.533-1.269.75.75 0 01.61-.528l.108-.008h1.275a.25.25 0 00.243-.193l.007-.057v-2.111a.25.25 0 00-.193-.244l-.057-.007h-1.275a.75.75 0 01-.718-.536 6.4 6.4 0 00-.533-1.269.75.75 0 01.055-.81l.071-.083.907-.906a.25.25 0 00.04-.3l-.04-.054-1.493-1.493a.25.25 0 00-.3-.04l-.054.04-.93.93a.75.75 0 01-.882.132 6.398 6.398 0 00-1.247-.503.75.75 0 01-.536-.611l-.008-.11-.001-1.33a.251.251 0 00-.194-.244l-.056-.007-2.069-.001zM12 7.533a4.467 4.467 0 110 8.934 4.467 4.467 0 010-8.934zm0 1.5a2.967 2.967 0 100 5.934 2.967 2.967 0 000-5.934z",fill:"currentColor",fillRule:"evenodd"}))}function wa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0120.25 19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 6.75v10.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.75a.25.25 0 00-.193-.243L20.25 6.5zM6.5 14a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm9 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h7zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function ba(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 6a1.75 1.75 0 011.744 1.606L21 7.75V11h-1.5V7.75l-.007-.057a.25.25 0 00-.175-.184L19.25 7.5H7.75l-.057.007a.25.25 0 00-.184.175L7.5 7.75v11.5l.007.057a.25.25 0 00.175.184l.068.009H11V21H7.75a1.75 1.75 0 01-1.744-1.606L6 19.25V7.75a1.75 1.75 0 011.606-1.744L7.75 6h11.5zm-2-3l.102.007a.75.75 0 010 1.486l-.102.007H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v12.5l-.007.102a.75.75 0 01-1.486 0L3 17.25V4.75l.006-.144a1.75 1.75 0 011.593-1.6L4.75 3h12.5zm-2.5 8.75a3 3 0 100 6 3 3 0 000-6zm0 7.5a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function xa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm7.78 3.97a.75.75 0 01.073.976l-.073.084-2.219 2.22h7.439a.75.75 0 01.102 1.493l-.102.007h-7.439l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089-.007-.143.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Ea(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm3.5 0a.75.75 0 01.75.75v6.5h6.939l-2.22-2.22a.75.75 0 01.977-1.133l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.003.02-.006.055-.015.07-.024.072-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22h-6.94l.001 6.5a.75.75 0 11-1.5 0V4.75a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ya(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.5 18v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zm8.25-5.25a3 3 0 100 6 3 3 0 000-6zm-8.25 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5zm-.75 18.25a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function Ra(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M2.5 12.75H7a.75.75 0 110 1.5H5.5v7a.75.75 0 11-1.5 0v-7H2.5a.75.75 0 110-1.5zm9.5-2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V11.5a.75.75 0 01.75-.75zm9.5 4a.75.75 0 110 1.5H20v5a.75.75 0 11-1.5 0v-5H17a.75.75 0 110-1.5h4.5zM19.25 2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V2.75a.75.75 0 01.75-.75zM4.75 2a.75.75 0 01.75.75v7.75a.75.75 0 11-1.5 0V2.75A.75.75 0 014.75 2zM12 2a.75.75 0 01.75.75v5h1.5a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h1.5v-5A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function za(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V7.5h-5a5 5 0 00-4.995 4.783L11 12.5a5 5 0 004.783 4.995L16 17.5h5v1.75A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm1.5 6c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H16a3.5 3.5 0 010-7h4.75zM16 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function Ca(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.25 18a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm12.5-13.5a.75.75 0 01.743.648l.007.102v11.689l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3.5-3.5a.75.75 0 01.976-1.133l.084.073L17 16.939V5.25a.75.75 0 01.75-.75zm-9.5 9a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm3-4.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm3-4.5a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h11.5z",fill:"currentColor",fillRule:"evenodd"}))}function Va(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726z",fill:"currentColor",fillRule:"evenodd"}))}function La(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726zM12 4.836l1.88 4.883.046.1a.75.75 0 00.614.38l5.223.278-4.062 3.297-.08.075a.75.75 0 00-.172.7l1.349 5.055-4.39-2.845-.096-.053a.75.75 0 00-.72.053l-4.391 2.845 1.35-5.054.02-.108a.75.75 0 00-.272-.668l-4.063-3.297 5.224-.278a.75.75 0 00.66-.48L12 4.836z",fill:"currentColor",fillRule:"evenodd"}))}function Ma(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm7.75-1a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Oa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function Na(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.356 2c.464 0 .909.184 1.237.513l9.92 9.919a1.75 1.75 0 010 2.475l-6.606 6.606a1.75 1.75 0 01-2.475 0l-9.92-9.92A1.75 1.75 0 012 10.356V3.75C2 2.784 2.784 2 3.75 2h6.606zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 3.75v6.606a.25.25 0 00.033.125l.04.051 9.92 9.92a.25.25 0 00.3.04l.053-.04 6.606-6.606a.25.25 0 00.04-.3l-.04-.053-9.92-9.92a.25.25 0 00-.111-.064l-.065-.009zm1.57 5.394c.365-.007.652.086.852.287.256.255.225.645-.02.89-.215.215-.453.322-.78.366-.512.07-.826.211-1.13.515-.335.335-.335.742-.114.963.203.203.484.176.923-.106l.123-.084.715-.5c1.04-.729 1.934-.732 2.666 0 .809.809.81 1.956.044 3.041l-.12.163.155.155c.238.238.128.494-.02.642-.14.14-.364.246-.581.093l-.072-.062-.145-.145c-.615.532-1.285.857-1.858.87-.349.004-.642-.082-.85-.29-.306-.307-.244-.714.042-1 .145-.146.32-.24.605-.301l.151-.028c.529-.08.991-.293 1.271-.573.425-.425.46-.818.197-1.08-.193-.194-.473-.155-.963.148l-.139.09-.71.476c-1.05.711-1.938.694-2.677-.045-.789-.79-.783-1.929-.026-2.957l.12-.154-.204-.203c-.242-.242-.121-.494.03-.646.138-.137.353-.246.57-.09l.073.062.214.214c.546-.435 1.14-.704 1.657-.71zM6.042 6.043a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414z",fill:"currentColor",fillRule:"evenodd"}))}function Ha(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zM4 11.25V7.5h9.25a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H4zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function Sa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM12.25 14a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-4a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM15.25 6a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm3-4c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function Aa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18 11.25a1.75 1.75 0 011.744 1.606l.006.144v4.586c0 .406-.141.797-.396 1.109l-.117.128-3.304 3.305a1.25 1.25 0 01-2.114-1.11l.032-.133.642-2.135H12.5a1.75 1.75 0 01-1.726-1.458l-.018-.148L10.75 17c0-.173.026-.345.076-.51l.059-.163 1.666-4a1.75 1.75 0 011.465-1.07l.15-.007H18zm0 1.5h-3.833a.25.25 0 00-.202.102l-.03.052-1.666 4a.25.25 0 00.174.34l.057.006h2.866a.85.85 0 01.838.99l-.024.104-.606 2.023 2.603-2.604a.25.25 0 00.064-.112l.009-.065V13a.25.25 0 00-.193-.243L18 12.75zm4-1.5c.513 0 .94.441.994 1.003l.006.122v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L21 16.875v-4.5c0-.619.45-1.125 1-1.125zM2 6c.513 0 .94.441.994 1.003L3 7.125v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L1 11.625v-4.5C1 6.506 1.45 6 2 6zm6.067-4.128a1.25 1.25 0 012.114 1.11l-.032.133-.642 2.135H11.5c.867 0 1.587.63 1.726 1.458l.018.148.006.144c0 .173-.026.345-.076.51l-.059.163-1.666 4a1.75 1.75 0 01-1.465 1.07l-.15.007H6a1.75 1.75 0 01-1.744-1.606L4.25 11V6.414c0-.406.141-.797.396-1.109l.117-.128 3.304-3.305zm.359 1.761L5.823 6.237a.25.25 0 00-.064.112l-.009.065V11a.25.25 0 00.193.243L6 11.25h3.833a.25.25 0 00.202-.102l.03-.052 1.666-4a.25.25 0 00-.174-.34L11.5 6.75H8.634c-.123-.006-.123-.006-.244-.036a.85.85 0 01-.594-.954l.024-.104.606-2.023z",fill:"currentColor",fillRule:"evenodd"}))}function ka(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm5.37 0c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function ja(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm0 1.5H6.782a.284.284 0 00-.223.129l-.038.067-2.916 7.062c-.34.83.192 1.728.97 1.808l.112.006h6.888l-1.114 5.57 4.569-4.74a.373.373 0 00.092-.19l.007-.078V5.857c0-.18-.112-.318-.237-.35L14.84 5.5zm5.37-1.5c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function Ia(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.85 2.412a1.298 1.298 0 011.888-.01c.287.298.425.705.389 1.118l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856z",fill:"currentColor",fillRule:"evenodd"}))}function Da(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.738 2.403c.287.297.425.704.389 1.117l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144a1.298 1.298 0 011.888-.01zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856zm9.749-4.999L8.97 8.598a.373.373 0 00-.092.19l-.007.078v9.277c0 .18.112.318.237.35l.053.007h8.057c.08 0 .166-.047.223-.129l.038-.067 2.916-7.062c.34-.83-.192-1.728-.97-1.808l-.112-.006h-6.888l1.114-5.57z",fill:"currentColor",fillRule:"evenodd"}))}function Ba(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.832 4.752a1.5 1.5 0 01.416 2.08l-8 12a1.5 1.5 0 01-2.496 0l-4-6a1.5 1.5 0 112.496-1.664L10 15.296l6.752-10.128a1.5 1.5 0 012.08-.416z",fill:"currentColor"}))}function Ta(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.867 6.097a.75.75 0 011.318.708l-.052.098-7 11a.75.75 0 01-1.145.145l-.074-.08-4-5A.75.75 0 017.01 11.95l.076.081 3.344 4.181 6.437-10.115z",fill:"currentColor",fillRule:"evenodd"}))}function Pa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0119.116 22h-5.232a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 01-1.005 4.374 5.097 5.097 0 00-1.182-1.017A8.488 8.488 0 0020.5 12a8.5 8.5 0 10-9.996 8.369c.02.578.196 1.118.487 1.58C5.942 21.444 2 17.183 2 12 2 6.477 6.477 2 12 2zm4.5 8.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zM12 5.25a.75.75 0 01.743.648L12.75 6v6a.75.75 0 01-.648.743L12 12.75H7.5a.75.75 0 01-.102-1.493l.102-.007h3.75V6a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function _a(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("g",{fill:"none",fillRule:"evenodd"},t.createElement("path",{d:"M18.804 15.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"#CF3C16",fillRule:"nonzero"}),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zm2.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"})))}function Fa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007h4.75V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zM16 12a3 3 0 013 3v1a1 1 0 011 1v4a1 1 0 01-1 1h-6a1 1 0 01-1-1v-4a1 1 0 011-1v-1a3 3 0 013-3zm0 5.5a1 1 0 00-.5 1.866V20a.5.5 0 00.992.09L16.5 20l.001-.634A1 1 0 0016 17.5zm-7.554-7.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM16 13.5a1.5 1.5 0 00-1.493 1.356L14.5 15v1h3v-1a1.5 1.5 0 00-1.356-1.493L16 13.5zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Ka(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V16.5h1.5v3.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm-5.14 8.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function qa(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.75 4.75l-4 4 4 4",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M3 8.75h13c2.9 0 5.25 2.35 5.25 5.25v0c0 2.9-2.35 5.25-5.25 5.25h-5.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}))}function Ga(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 5v1.5H4.75a.25.25 0 00-.243.193L4.5 6.75v12.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V12H19v7.25A1.75 1.75 0 0117.25 21H4.75A1.75 1.75 0 013 19.25V6.75C3 5.784 3.784 5 4.75 5H12zm8.25-2a.75.75 0 01.743.648L21 3.75v4.5a.75.75 0 01-1.493.102L19.5 8.25V5.56l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H15.75a.75.75 0 01-.743-.648L15 3.75a.75.75 0 01.648-.743L15.75 3h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Wa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.368 4.346l.092.062 18 14a.75.75 0 01-.828 1.246l-.092-.062-3.34-2.597L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007h.778l-3.536-2.75H7a.75.75 0 110-1.5h2.814l-3.46-2.69a3.501 3.501 0 00.454 6.935L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-2.074-9.55L2.54 5.591a.75.75 0 01.828-1.246zM17 7a5 5 0 013.39 8.676l-1.208-.94a3.5 3.5 0 00-1.99-6.231L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zm0 4.25a.75.75 0 110 1.5h-.372l-1.929-1.5H17z",fill:"currentColor",fillRule:"evenodd"}))}function Ua(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.527 17.197c.157-.827.938-1.344 1.771-1.177a1.515 1.515 0 011.213 1.772c-.157.826-.939 1.343-1.771 1.177a1.515 1.515 0 01-1.213-1.772zm2.265-11.05c.164-.863.784-1.276 1.607-1.112.815.163 1.23.782 1.066 1.646l-.038.183-.025.097-1.368 6.473c-.179.793-.67 1.182-1.43 1.03-.712-.142-1.032-.634-.96-1.356l.02-.147 1.1-6.628.028-.185z",fill:"currentColor"}))}function $a(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11 15.5a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zm5.831 0a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zM11 17a.75.75 0 100 1.5.75.75 0 000-1.5zm5.831 0a.75.75 0 100 1.5.75.75 0 000-1.5zM5.287 4a1.75 1.75 0 011.56.955l.062.138 3.24 8a.25.25 0 00.173.15l.06.007h7.743a.25.25 0 00.204-.105l.028-.054 2.159-5.496a.25.25 0 00-.141-.324l-.045-.013-.047-.005-10.04-.003a.75.75 0 01-.102-1.493l.102-.007 10.04.003A1.75 1.75 0 0121.962 8l-.049.143-2.158 5.497a1.75 1.75 0 01-1.476 1.103l-.153.007h-7.743a1.75 1.75 0 01-1.56-.955l-.062-.138-3.24-8a.25.25 0 00-.173-.15l-.06-.007H2.75a.75.75 0 01-.102-1.493L2.75 4h2.537z",fill:"currentColor",fillRule:"evenodd"}))}function Xa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 6h-17v8.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V10zm-.25-4.5H3.75a.25.25 0 00-.243.193L3.5 5.75V8.5h17V5.75a.25.25 0 00-.193-.243L20.25 5.5zM5.5 6.5v1h-1v-1h1zm2 0v1h-1v-1h1zm2 0v1h-1v-1h1z",fill:"currentColor",fillRule:"evenodd"}))}function Ja(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.144 16.292a2.853 2.853 0 00-2.754 2.144H7.722a2.857 2.857 0 01-2.856-2.858 2.857 2.857 0 012.856-2.859h1.53a2.842 2.842 0 005.508 0h1.529a4.286 4.286 0 004.283-4.287 4.286 4.286 0 00-4.283-4.288H7.62A2.856 2.856 0 002 4.859a2.856 2.856 0 005.62.715h8.669a2.857 2.857 0 012.855 2.858 2.857 2.857 0 01-2.855 2.858h-1.53a2.842 2.842 0 00-5.508 0h-1.53a4.286 4.286 0 00-4.283 4.288 4.286 4.286 0 004.284 4.287h8.668a2.85 2.85 0 005.6-.964 2.852 2.852 0 00-2.846-2.609zM4.866 6.288a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857zm7.14 4.287a1.429 1.429 0 11-.002 2.857 1.429 1.429 0 01.001-2.857zm7.138 10.005a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857z",fill:"currentColor"}))}function Ya(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5zm0 2.75a.75.75 0 01.75.75v2h2a.75.75 0 110 1.5h-2v2a.75.75 0 11-1.5 0v-2h-2a.75.75 0 110-1.5h2v-2A.75.75 0 0110 6.5z",fill:"currentColor",fillRule:"evenodd"}))}Y.Trigger=K,Y.Content=J,Y.Title=X,Y.Cancel=G,Y.Action=W,Y.Footer=q;const Qa={"account-preview":t.forwardRef(Q),"accounting-year-cancel":t.forwardRef(Z),"accounting-year":t.forwardRef(ee),accounting:t.forwardRef(te),"arrow-bottom":t.forwardRef(le),"arrow-down":t.forwardRef(ae),"arrow-end":t.forwardRef(ne),"arrow-left":t.forwardRef(re),"arrow-right":t.forwardRef(oe),"arrow-start":t.forwardRef(ie),"arrow-top":t.forwardRef(se),"arrow-up":t.forwardRef(ce),"attach-auto":t.forwardRef(de),"attach-cancel":t.forwardRef(ue),attach:t.forwardRef(me),"autotext-insert":t.forwardRef(fe),autotext:t.forwardRef(ve),"basic-tabs":t.forwardRef(ge),basic:t.forwardRef(he),"bell-solid":t.forwardRef(pe),book:t.forwardRef(we),booking:t.forwardRef(be),budget:t.forwardRef(xe),calendar:t.forwardRef(Ee),"cash-account":t.forwardRef(ye),"cash-reports":t.forwardRef(Re),"chat-solid":t.forwardRef(ze),chat:t.forwardRef(Ce),"chevron-down-double":t.forwardRef(Ve),"chevron-down-solid":t.forwardRef(Le),"chevron-down":t.forwardRef(Me),"chevron-left-double":t.forwardRef(Oe),"chevron-left-solid":t.forwardRef(Ne),"chevron-left":t.forwardRef(He),"chevron-right-double":t.forwardRef(Se),"chevron-right-solid":t.forwardRef(Ae),"chevron-right":t.forwardRef(ke),"chevron-up-double":t.forwardRef(je),"chevron-up-solid":t.forwardRef(Ie),"chevron-up":t.forwardRef(De),"circle-close":t.forwardRef(Be),"circle-minus":t.forwardRef(Te),"circle-plus":t.forwardRef(Pe),"circle-tick":t.forwardRef(_e),"clamp-open":t.forwardRef(Fe),clamp:t.forwardRef(Ke),close:t.forwardRef(qe),columns:t.forwardRef(Ge),"connection-enable":t.forwardRef(We),"connection-revoke":t.forwardRef(Ue),contacts:t.forwardRef($e),copy:t.forwardRef(Xe),courses:t.forwardRef(Je),credit:t.forwardRef(Ye),"delete-permanently":t.forwardRef(Qe),delete:t.forwardRef(Ze),"density-comfortable":t.forwardRef(et),"density-compact":t.forwardRef(tt),"density-normal":t.forwardRef(lt),"density-spacious":t.forwardRef(at),depecriate:t.forwardRef(nt),developer:t.forwardRef(rt),"distribution-template":t.forwardRef(ot),"document-approve":t.forwardRef(it),"document-create-entry":t.forwardRef(st),"document-cut":t.forwardRef(ct),"document-error":t.forwardRef(dt),"document-isolate-page":t.forwardRef(ut),"document-merge":t.forwardRef(mt),"document-move":t.forwardRef(ft),"document-preview":t.forwardRef(vt),"document-received":t.forwardRef(gt),"document-rejected-request":t.forwardRef(ht),"document-split":t.forwardRef(pt),"document-time":t.forwardRef(wt),document:t.forwardRef(bt),download:t.forwardRef(xt),drag:t.forwardRef(Et),"e-copedia":t.forwardRef(yt),"e-signature":t.forwardRef(Rt),edit:t.forwardRef(zt),"ellipsis-horizontal":t.forwardRef(Ct),"ellipsis-vertical":t.forwardRef(Vt),"entries-on-account":t.forwardRef(Lt),"entries-open":t.forwardRef(Mt),"entries-warning":t.forwardRef(Ot),"entry-type-customer-invoice":t.forwardRef(Nt),"entry-type-customer-payment":t.forwardRef(Ht),"entry-type-journal-entry":t.forwardRef(St),"entry-type-manual-customer-invoice":t.forwardRef(At),"entry-type-supplier-invoice":t.forwardRef(kt),"entry-type-supplier-payment":t.forwardRef(jt),"envelope-approved":t.forwardRef(It),envelope:t.forwardRef(Dt),"expand-view":t.forwardRef(Bt),expenses:t.forwardRef(Tt),"export-to-excel":t.forwardRef(Pt),"export-to-pdf":t.forwardRef(_t),export:t.forwardRef(Ft),"filter-solid":t.forwardRef(Kt),filter:t.forwardRef(qt),"graph-solid":t.forwardRef(Gt),hash:t.forwardRef(Wt),home:t.forwardRef(Ut),images:t.forwardRef($t),import:t.forwardRef(Xt),"inbox-einvoicing":t.forwardRef(Jt),"inbox-scanning":t.forwardRef(Yt),"inbox-smart":t.forwardRef(Qt),inbox:t.forwardRef(Zt),info:t.forwardRef(el),"inventory-matrix":t.forwardRef(tl),inventory:t.forwardRef(ll),"journal-pro":t.forwardRef(al),"layout-both":t.forwardRef(nl),"layout-first":t.forwardRef(rl),"layout-last":t.forwardRef(ol),"layout-none":t.forwardRef(il),layout:t.forwardRef(sl),"ledger-card-customer-reminder":t.forwardRef(cl),"ledger-card-manual-customer-invoice":t.forwardRef(dl),"ledger-card-obsolete-stock":t.forwardRef(ul),"ledger-card-opening-entry":t.forwardRef(ml),"ledger-card-reserved-entry":t.forwardRef(fl),"ledger-card-shrinkage-pilferage":t.forwardRef(vl),"ledger-card-stock-adjustment":t.forwardRef(gl),"ledger-card-transferred-opening-entry":t.forwardRef(hl),"ledger-card":t.forwardRef(pl),lightbulb:t.forwardRef(wl),line:t.forwardRef(bl),"list-bulleted":t.forwardRef(xl),"list-search":t.forwardRef(El),list:t.forwardRef(yl),"lock-open":t.forwardRef(Rl),"log-out":t.forwardRef(zl),log:t.forwardRef(Cl),market:t.forwardRef(Vl),"match-amount":t.forwardRef(Ll),"match-entries":t.forwardRef(Ml),menu:t.forwardRef(Ol),mileage:t.forwardRef(Nl),"modal-resize":t.forwardRef(Hl),"modal-shrink":t.forwardRef(Sl),"more-solid":t.forwardRef(Al),more:t.forwardRef(kl),move:t.forwardRef(jl),"navigation-list":t.forwardRef(Il),"note-follow-up":t.forwardRef(Dl),"note-read":t.forwardRef(Bl),note:t.forwardRef(Tl),numbers:t.forwardRef(Pl),"partner-api":t.forwardRef(_l),period:t.forwardRef(Fl),"person-change":t.forwardRef(Kl),"person-minus":t.forwardRef(ql),"person-plus":t.forwardRef(Gl),"person-tick":t.forwardRef(Wl),play:t.forwardRef(Ul),"plus-minus":t.forwardRef($l),print:t.forwardRef(Xl),"process-payment":t.forwardRef(Jl),"product-ledger-card":t.forwardRef(Yl),profile:t.forwardRef(Ql),"project-cards":t.forwardRef(Zl),projects:t.forwardRef(ea),quicklinks:t.forwardRef(ta),"rating-bankruptcy":t.forwardRef(la),"rating-payment-problems":t.forwardRef(aa),reconciled:t.forwardRef(na),refresh:t.forwardRef(ra),"report-solid":t.forwardRef(oa),report:t.forwardRef(ia),restore:t.forwardRef(sa),"rotate-left":t.forwardRef(ca),"rotate-right":t.forwardRef(da),sales:t.forwardRef(ua),"search-bold":t.forwardRef(ma),search:t.forwardRef(fa),"secure-tick":t.forwardRef(va),secure:t.forwardRef(ga),"settings-solid":t.forwardRef(ha),settings:t.forwardRef(pa),shortcuts:t.forwardRef(wa),"show-all":t.forwardRef(ba),"show-less":t.forwardRef(xa),"show-more":t.forwardRef(Ea),"show-template":t.forwardRef(ya),sliders:t.forwardRef(Ra),smartpay:t.forwardRef(za),"sort-by":t.forwardRef(Ca),"star-solid":t.forwardRef(Va),star:t.forwardRef(La),subscriptions:t.forwardRef(Ma),"system-entries":t.forwardRef(Oa),tag:t.forwardRef(Na),"template-override":t.forwardRef(Ha),templates:t.forwardRef(Sa),"thumb-both":t.forwardRef(Aa),"thumb-down-solid":t.forwardRef(ka),"thumb-down":t.forwardRef(ja),"thumb-up-solid":t.forwardRef(Ia),"thumb-up":t.forwardRef(Da),"tick-bold":t.forwardRef(Ba),tick:t.forwardRef(Ta),time:t.forwardRef(Pa),"transfer-cancel":t.forwardRef(_a),"transfer-locked":t.forwardRef(Fa),transfer:t.forwardRef(Ka),undo:t.forwardRef(qa),undock:t.forwardRef(Ga),unreconciled:t.forwardRef(Wa),warning:t.forwardRef(Ua),webshop:t.forwardRef($a),website:t.forwardRef(Xa),workflow:t.forwardRef(Ja),zoom:t.forwardRef(Ya)},Za=l.forwardRef((function(e,t){var a;const{name:r,...o}=e,i=Qa[r],s=n("inline-flex h-[1.715em] w-[1.715em] flex-shrink-0",e.className,{"p-[3px]":null===(a=e.className)||void 0===a?void 0:a.includes("rounded-full")});return i?l.createElement(i,Object.assign({},o,{className:s,"data-taco":"icon",focusable:"false",ref:t,role:"img"})):null})),en=l.createContext({as:"h2"}),tn=l.forwardRef((function(e,t){const a=!!e["aria-expanded"],r=n("w-full inline-flex justify-between items-center align-middle","focus:rounded-sm focus:border-blue-500 focus:yt-focus",e.className);return l.createElement("button",Object.assign({},e,{ref:t,className:r}),e.children,l.createElement(Za,{name:a?"chevron-up":"chevron-down"}))})),ln=l.forwardRef((function(e,t){const{children:a}=e,{as:n}=l.useContext(en);return l.createElement(r.Header,{asChild:!0},l.createElement(n,{className:"my-3"},l.createElement(r.Trigger,{ref:t,asChild:!0},l.createElement(tn,null,a))))})),an=l.forwardRef((function(e,t){return l.createElement(r.Content,Object.assign({},e,{ref:t}))})),nn=e=>{const{id:t,defaultId:a,onChange:o,as:i="h2",...s}=e,c=l.useMemo(()=>({as:i}),[i]);let d;d=a?{defaultValue:a||void 0}:{onValueChange:o,value:t||void 0};const u="string"==typeof d.defaultValue||"string"==typeof d.value?"single":"multiple",m=n("divide-y divide-grey-200",e.className);return l.createElement(en.Provider,{value:c},l.createElement(r.Root,Object.assign({},s,d,{"data-taco":"accordion",className:m,type:u})))};nn.Item=e=>{const{id:t,...a}=e;return l.createElement(r.Item,Object.assign({},a,{value:t}))},nn.Trigger=ln,nn.Content=an;const rn=t.forwardRef((function(e,l){return t.createElement("span",Object.assign({},e,{className:"sr-only",ref:l}))})),on=e=>{switch(e){case"information":return"yt-blue-solid";case"warning":return"yt-yellow-solid";case"error":return"yt-red-solid";case"success":return"yt-green-solid";default:return"yt-grey-solid"}},sn=e=>{switch(e){case"information":case"primary":return"yt-blue-inverted";case"warning":return"yt-yellow-inverted";case"error":case"danger":return"yt-red-inverted";case"success":return"yt-green-inverted";default:return"yt-grey-inverted"}},cn=t.forwardRef((function(e,l){const{children:a,compact:r=!1,outline:o=!1,state:i,...s}=e,c=n("rounded-full border font-bold text-xs uppercase overflow-hidden whitespace-nowrap inline-flex items-center justify-center",{[sn(i)]:o,["border-transparent "+on(i)]:!o,"h-2 w-2 min-w-0":r,"h-5 py-0 px-1.5":!r},e.className);return t.createElement("span",Object.assign({},s,{"aria-atomic":"true","aria-live":"polite",className:c,"data-taco":"badge",ref:l,role:"status",title:e["aria-label"]}),r?t.createElement(rn,null,a):a)})),dn=t.forwardRef((function(e,l){const{disabled:a,target:n,type:r="button",...o}=e,i=e.href?"a":"button";return t.createElement(i,Object.assign({},o,{"aria-disabled":a?"true":void 0,disabled:a,target:"a"===i?n:void 0,type:"a"!==i?r:void 0,ref:l}),t.Children.count(e.children)>1?t.Children.map(e.children,e=>"string"==typeof e?t.createElement("span",null,e):e):e.children)})),un=t.forwardRef((function(e,l){const{title:a,children:r,placement:i,...s}=e,c=n(s.className);return t.createElement(o.Root,{delayDuration:250},t.createElement(o.Trigger,{asChild:!0,ref:l},r),t.createElement(o.Portal,null,t.createElement(o.Content,Object.assign({},s,{asChild:!0,className:c,side:i,sideOffset:3}),t.createElement("div",{className:"xs:max-w-[theme(spacing.56)] max-w-[theme(spacing.32)] animate-[fade-in_150ms] rounded-sm bg-blue-900/90 px-2 py-1 text-xs font-bold text-white opacity-90","data-taco":"tooltip",style:{transformOrigin:"var(--radix-tooltip-content-transform-origin)"}},t.createElement(o.Arrow,{className:"-mt-px fill-blue-900/90 stroke-blue-900/90"}),a))))})),mn=()=>"flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center",fn=(e,t=!1)=>{switch(e){case"primary":return"wcag-blue-500 focus:bg-blue-500 focus:text-white focus:yt-focus active:bg-blue-700 active:text-white hover:bg-blue-300 hover:text-white hover:focus:bg-blue-300 hover:focus:border-blue-300 hover:focus:text-white disabled:hover:wcag-blue-500 disabled:hover:hover:border-blue-500";case"danger":return"wcag-red-500 focus:bg-red-500 focus:text-white focus:yt-focus-red active:bg-red-700 active:text-white hover:bg-red-300 hover:text-white hover:focus:bg-red-300 hover:focus:text-white disabled:hover:wcag-red-500";case"ghost":return"bg-white shadow-[inset_0_0_0_1px_theme(colors.blue.500)] text-blue-500 focus:bg-transparent focus:text-blue-500 active:bg-blue-100 focus:!shadow-[inset_0_0_0_1px_theme(colors.blue.500),0_0_0_2px_rgba(0,99,255,0.25)] active:text-blue-700 hover:bg-blue-100 hover:shadow-[inset_0_0_0_1px_theme(colors.blue.300)] hover:text-blue-300 hover:focus:bg-blue-100 hover:focus:!shadow-[inset_0_0_0_1px_theme(colors.blue.300),0_0_0_2px_rgba(0,99,255,0.25)] hover:focus:text-blue-300";case"discrete":return t?"bg-transparent text-black border-transparent focus:text-black focus:yt-focus active:text-black hover:text-grey-700 hover:focus:text-grey-700 disabled:hover:text-black ":"yt-transparent focus:text-blue-500 focus:yt-focus active:text-blue-700 hover:text-blue-300 hover:focus:text-blue-300 disabled:hover:yt-transparent";default:return"wcag-grey-200 focus:bg-grey-200 focus:yt-focus active:bg-grey-300 active:text-black hover:bg-grey-100 hover:text-grey-700 hover:focus:bg-grey-100 hover:focus:text-grey-700 disabled:hover:wcag-grey-200"}},vn=(e,t,a)=>{const{tooltip:n,...r}=e,o=l.createElement(dn,Object.assign({},r,{className:t,ref:a}));return n?l.createElement(un,{title:n},o):o},gn=(e,t)=>{const{dialog:l,hanger:a,menu:n,popover:r}=e;let o=t;return"function"==typeof l?o=l({trigger:o}):"function"==typeof n?o=n({trigger:o}):"function"==typeof r&&(o=r({trigger:o})),"function"==typeof a&&(o=a({anchor:o})),o},hn=t.forwardRef((function(e,l){const{icon:a,rounded:r=!1,...o}=e,i=n("w-8","flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center",fn(o.appearance,!0),{"rounded-full":r,rounded:!r,"cursor-not-allowed opacity-50":e.disabled,"focus:yt-focus active:focus:yt-focus":!e.disabled},e.className);return a?vn({...o,children:t.createElement(Za,{name:a,className:"m-0 p-0"}),"data-taco":"icon-button"},i,l):null})),pn=t.forwardRef((function(e,l){const{dialog:a,hanger:n,menu:r,popover:o,...i}=e,s=t.createElement(hn,Object.assign({},i,{ref:l}));return gn({dialog:a,hanger:n,menu:r,popover:o},s)})),wn={calendar:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],actions:{previousMonth:"Previous month",nextMonth:"Next month",previousYear:"Previous year",nextYear:"Next year",today:"Today"}},combobox:{tooltip:"Search in list"},datepicker:{calendar:"Calendar",clear:"Clear",expand:"Show calendar",shortcuts:"Shortcuts"},hanger:{close:"Close"},banner:{close:"Close"},listbox:{loading:"Loading results...",empty:"No results found",allOption:"All"},dialog:{close:"Close",drag:"Drag"},pagination:{label:"Pagination",pageSize:"Items per page",showingXofYofTotal:"Showing [X] - [Y] of [total]",actions:{firstPage:"Goto first page",firstPageWithShortcut:"Goto first page (Home)",previousPage:"Goto previous page",previousPageWithShortcut:"Goto previous page (Page Up)",nextPage:"Goto next page",nextPageWithShortcut:"Goto next page (Page Down)",lastPage:"Goto last page",lastPageWithShortcut:"Goto last page (End)",pageX:"Goto page [X]"}},table:{actions:"Other actions",edit:"Edit (e)",copy:"Copy (c)",del:"Delete (del)",newSubRow:"New row (shift + n)",loading:"Loading..."},table2:{columns:{actions:{tooltip:"Other actions"},drag:{tooltip:"Drag row"},expansion:{collapse:"Collapse row",collapseAll:"Collapse all rows",expand:"Expand row",expandAll:"Expand all rows"},select:{deselect:"Deselect row",deselectAll:"Deselect all rows",select:"Select row",selectAll:"Select all rows"}},columnSettings:{columnsOther:"Pinned columns",columnsOtherDrop:"Drop column here to unpin",columnsPinned:"Other columns",columnsPinnedDrop:"Drop column here to pin",search:"Search column...",tooltip:"Column settings"},editing:{button:"Edit",tooltip:"Edit",tooltipDisabled:"There are no visible columns that support editing",rowIndicator:{rowWillMove:"Row will move due to sorting",rowWillBeHidden:"Row will hide due to filtering",rowWillMoveReasonSearch:"Due to a search filter applied to this table, this row will be hidden as soon as you select another row",rowWillMoveReasonFilter:"Due to a filter applied to the column '[COLUMN]', this row will be hidden as soon as you select another row",rowWillMoveReasonSorting:"Due to sorting applied to the column '[COLUMN]', this row will move position as soon as you select another row"}},filters:{button:"Filters",buttons:{addFilter:"Add Filter",clearFilters:"Clear all filters"},comparators:{contains:"Contains",doesNotContain:"Does not contain",isEqualTo:"Is",isNotEqualTo:"Is not",isGreaterThan:"Is greater than",isLessThan:"Is less than",isBetween:"Is between",isOneOf:"Is one of",isNoneOf:"Is none of",isAllOf:"Is all of",isEmpty:"Is empty",isNotEmpty:"Is not empty"},tooltip:"Apply filters",total:"Viewing [CURRENT] of [TOTAL]"},rowDensity:{tooltip:"Row density"},search:{placeholder:"Search..."},shortcuts:{tooltip:"View keyboard shortcuts",search:"Search",filter:"Filter",previousRow:"Previous row",nextRow:"Next row",editCell:"Edit cell",previousColumn:"Previous column",nextColumn:"Next column",rowClick:"Activate current row",selectRow:"Select current row",selectAllRows:"Select all rows",expandRow:"Expand current row",collapseRow:"Collapse current row"}},select:{allOptionsSelected:"All"},select2:{allSelect:"Select all",allDeselect:"Deselect all",cancel:"Cancel",chooseColor:"Pick a color",create:"Create",delete:"Delete",save:"Save",search:"Search...",searchOrCreate:"Search or create..."},toasts:{dismiss:"Dismiss"},tour:{back:"Back",close:"Close",skip:"Close and complete",last:"Done",next:"Next",open:"Open"},searchInput:{button:"Search",placeholder:"Search...",clear:"Clear"}},bn={locale:"en-GB",texts:wn,formatting:{date:"dd.mm.yy"}},xn=t.createContext(bn),En=({localization:e,children:l})=>t.createElement(xn.Provider,{value:e||bn},l),yn=()=>t.useContext(xn),Rn=t.forwardRef((function(e,a){const{children:r,state:o,onClose:i}=e,{texts:s}=yn(),c=n("bg-white relative flex items-center gap-2 py-2 px-4 leading-6 shadow-md z-10",e.className);return t.createElement("div",{className:c,"data-taco":"banner",ref:a},(e=>{switch(e){case"success":return l.createElement(Za,{name:"tick",className:"yt-green-solid mt-1 self-start rounded-full"});case"error":return l.createElement(Za,{name:"warning",className:"yt-red-solid mt-1 self-start rounded-full"});case"warning":return l.createElement(Za,{name:"warning",className:"yt-yellow-solid mt-1 self-start rounded-full"});case"information":return l.createElement(Za,{name:"info",className:"yt-blue-solid mt-1 self-start rounded-full"});default:return null}})(o),r,i?t.createElement(pn,{"aria-label":s.banner.close,className:"ml-auto -mr-2 self-start",icon:"close",appearance:"discrete",onClick:i}):null)})),zn=t.forwardRef((function(e,t){const{fluid:l,...a}=e,r=n("flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center",fn(a.appearance),"rounded px-3",{"cursor-not-allowed opacity-50":e.disabled,"focus:yt-focus active:focus:yt-focus":!e.disabled,"w-full":l},e.className);return vn({...a,"data-taco":"button"},r,t)})),Cn=t.forwardRef((function(e,l){const{dialog:a,hanger:n,menu:r,popover:o,...i}=e;let s=i.children;"function"==typeof r&&(s=Array.isArray(s)?[...s,t.createElement(Za,{key:"chevron-down",name:"chevron-down"})]:[s,t.createElement(Za,{key:"chevron-down",name:"chevron-down"})]);const c=t.createElement(zn,Object.assign({},i,{ref:l}),s);return gn({dialog:a,hanger:n,menu:r,popover:o},c)})),Vn=(new Date).getFullYear(),Ln=[];for(let e=Vn-50;e<=Vn+10;e+=1)Ln.push(e);const Mn=t.memo(({onMonthChange:e,onNextClick:l,onPreviousClick:a,value:n=new Date})=>{const{texts:{calendar:{actions:r,months:o}}}=yn(),i=function(t){const{year:l,month:a}=t.target.form;e(new Date(l.value,a.value))};return t.createElement("div",{className:"mb-2 flex items-center justify-between"},t.createElement("form",{className:"inline-flex space-x-1"},t.createElement("select",{className:"h-8 px-2",name:"month",onChange:i,value:n.getMonth()},o.map((e,l)=>t.createElement("option",{key:e,value:l},e))),t.createElement("select",{className:"h-8 px-2",name:"year",onChange:i,value:n.getFullYear()},Ln.map(e=>t.createElement("option",{key:e,value:e},String(e))))),t.createElement("div",null,t.createElement(pn,{appearance:"discrete",icon:"chevron-left","aria-label":r.previousMonth,onClick:()=>a(),rounded:!0}),t.createElement(pn,{appearance:"discrete",icon:"chevron-right","aria-label":r.nextMonth,onClick:()=>l(),rounded:!0})))}),On=t.forwardRef((function(e,l){const{onChange:a,value:r,disabledDays:o,...s}=e,{locale:c,texts:d}=yn(),[u,m]=t.useState(null!=r?r:new Date);t.useEffect(()=>{u!==r&&m(null!=r?r:new Date)},[r]);const f=n("flex bg-white text-xs p-4",s.className);return t.createElement("div",{"data-taco":"calendar"},t.createElement(i,Object.assign({},s,{className:f,month:u,selectedDays:r,locale:c.substring(0,2),firstDayOfWeek:1,months:d.calendar.months,weekdaysShort:d.calendar.weekdaysShort,navbarElement:e=>t.createElement(Mn,Object.assign({},e,{onMonthChange:m,value:u})),onDayClick:(e,t,l)=>{t.outside||t.disabled||a(e,l)},onMonthChange:m,onTodayButtonClick:()=>{const e=new Date;e.setHours(12),e.setMinutes(0),e.setSeconds(0),a(e)},captionElement:()=>null,todayButton:d.calendar.actions.today,numberOfMonths:1,ref:l,disabledDays:o})))})),Nn=t.forwardRef((function(e,l){const{noPadding:a,...r}=e,o=n("flex-grow overflow-auto",{"mx-4 mb-4":!a},r.className);return t.createElement("div",Object.assign({},r,{className:o,ref:l}))})),Hn=t.forwardRef((function(e,l){const{title:a,menu:r,children:o}=e,i=n("bg-white flex flex-col rounded-xl shadow-[0px_0px_1px_rgba(0,0,0,0.1),0px_6px_18px_rgba(47,51,68,0.2)]",e.className);return t.createElement("div",{className:i,"data-taco":"card",ref:l},t.createElement("div",{className:"mx-4 mt-4 mb-2 flex"},a&&t.createElement("h4",{className:"mb-0 flex-grow text-left"},a),r?t.createElement(pn,{icon:"ellipsis-horizontal",appearance:"discrete",menu:r,className:"-mt-[4px]"}):null),o)}));Hn.Content=Nn;const Sn=e=>l.useMemo(()=>null!=e?e:c.v4(),[]),An=t.forwardRef((function(e,l){const{checked:a,highlighted:r,indeterminate:o,invalid:i,label:c,onChange:d,...u}=e,m=Sn(e.id),f=n("bg-white h-5 w-5 border rounded text-sm flex-shrink-0 mt-[0.1rem] focus:yt-focus",{"border-grey-300 text-blue-500 hover:text-blue-300 focus:border-blue-500 focus:hover:border-blue-300":!e.disabled&&!i,"border-grey-200 text-blue-300 cursor-not-allowed":e.disabled,"bg-[rgba(255,255,0,0.2)] disabled:bg-[rgba(255,255,0,0.075)]":r,"border-red-500 text-red-500 hover:text-red-300 hover:border-red-300 focus:border-red-500 focus:hover:border-red-300":i&&!e.disabled,"self-start":!!c},e.className);let v;d&&(v=e=>d("indeterminate"!==e&&e));let g=null;c&&(g={"aria-labelledby":m+"-label",id:m});const h=t.createElement(s.Root,Object.assign({},u,g,{"data-taco":"checkbox",checked:o?"indeterminate":a,className:f,onCheckedChange:v,onKeyDown:e=>{"Enter"===e.key&&e.currentTarget.click()},ref:l}),t.createElement(s.Indicator,{className:"flex h-full w-full"},t.createElement(Za,{name:o?"line":"tick",className:"!h-full !w-full"})));if(c){const l=n("flex items-center cursor-pointer gap-2",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:l},h,t.createElement("label",{htmlFor:m,id:m+"-label"},c))}return h}));An.displayName="Checkbox";const kn=e=>{const t=e.disabled||!!e["aria-disabled"],l=e.invalid||!!e["aria-invalid"];return n("peer bg-white text-black text-sm border font-normal not-italic no-underline rounded flex items-center leading-6 px-2 relative w-full text-ellipsis transition-colors transition-opacity ease-in min-h-[theme(spacing.8)]",{"border-grey-300 focus:border-blue-300 focus:yt-focus":!l,"hover:shadow-[0_0_0.1rem_theme(colors.grey.500)] active:border-blue-700":!l&&!t,"border-grey-200 text-opacity-25 cursor-not-allowed placeholder:text-grey-700":t,"bg-[rgba(255,255,0,0.075)]":e.highlighted&&t,"bg-[rgba(255,255,0,0.2)]":e.highlighted&&!t,"border-red focus:border-red-300 focus:yt-focus-red active:border-red-700":l,"hover:shadow-[0_0_0.15rem_theme(colors.red.500)]":l&&!t,"cursor-not-allowed text-black bg-grey-200":e.readOnly||!!e["aria-readonly"]})},jn=(e,t)=>{let l;return function(...a){clearTimeout(l),l=setTimeout(()=>e.apply(this,a),t)}},In=e=>Boolean(e&&(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),Dn=(e,l)=>{const[a,n]=t.useState(void 0),r=In(e.current),[o,i]=t.useState(r),s=()=>{var t;o&&n(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())};return t.useEffect(()=>{const e=setTimeout(s,0),t=jn(s,250);return window.addEventListener("resize",t),()=>{clearTimeout(e),window.removeEventListener("resize",t)}},[e.current,o]),t.useEffect(()=>{const t=In(e.current);o!==t&&i(t)}),t.useEffect(()=>{var t;l&&n(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())},l),a},Bn=e=>{const t=l.useRef(null);return l.useEffect(()=>{e&&("function"==typeof e?e(t.current):e.current=t.current)},[e]),t},Tn=["text","search","url","tel","password"],Pn=t.forwardRef((function(e,l){const{onKeyDown:a,postfix:r,prefix:o,type:i="text",...s}=e,c=Bn(l);let d=a;Tn.includes(i)&&(d=e=>{if(!e.shiftKey&&("Home"===e.key||"End"===e.key)){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t)}"function"==typeof a&&a(e)});const u=t.useRef(null),m=Dn(u),f=t.useRef(null),v=Dn(f),g=n(kn(e),{"pl-8":!!o,"pr-8":!!r},s.className);return t.createElement("div",{className:"relative inline-flex w-full","data-taco":"input-container",style:{opacity:.999}},t.createElement("input",Object.assign({},s,{className:g,"data-taco":"input",onKeyDown:d,ref:c,style:{paddingLeft:m?m.width-1+"px":void 0,paddingRight:v?v.width-1+"px":void 0},type:i})),o?t.createElement(_n,{type:"prefix",children:o,disabled:s.disabled,ref:u}):null,r?t.createElement(_n,{type:"postfix",children:r,disabled:s.disabled,ref:f}):null)})),_n=t.memo(t.forwardRef((function(e,l){const{children:a,disabled:r,type:o}=e;return a?t.createElement("div",{className:n("group absolute top-0 flex h-full items-center justify-center px-2",'[&_[data-taco="icon"]]:!h-5 [&_[data-taco="icon"]]:!w-5',{"text-grey-300":r,"text-grey-700":!r,"left-0 [&>button]:!-ml-2":"prefix"===o,"right-0 [&>button]:!-mr-2":"postfix"===o}),ref:l},a):null}))),Fn=t.forwardRef((function(e,l){var a;const{button:r,icon:o,...i}=e;let s;if(r){const e=r.props.disabled||i.disabled,l=n("items-center focus:z-10 flex justify-center rounded-l-none rounded-r h-full focus:rounded focus:outline-none",i.invalid?"border !border-red-500 group-peer-focus:!border-red-300 focus:yt-focus-red group-focus:group-active:!border-red-300 transition-colors ease-in":"border border-grey-300 focus:!border-blue-300 group-peer-focus:!border-blue-300 group-peer-focus:group-peer-active:!border-blue-700 transition-colors transition-opacity ease-in",r.props.className);s=t.cloneElement(r,{className:l,disabled:e})}else o&&(s="string"==typeof o?t.createElement(Za,{name:o}):o);return t.createElement(Pn,Object.assign({},i,{postfix:null!==(a=i.postfix)&&void 0!==a?a:s,ref:l}))})),Kn=(e,t,l,a="vertical")=>{switch(e){case"horizontal"===a?"ArrowLeft":"ArrowUp":return void 0!==l?l-1<0?0:l-1:l;case"horizontal"===a?"ArrowRight":"ArrowDown":return void 0!==l?l+1>=t?l:l+1:l;case"Home":return 0;case"End":return t-1;default:return}},qn=(e,t)=>({scrollTo:l=>{if(e&&e.current)if(void 0!==l){const a=t[l];a&&a.current&&((e,t)=>{const l=e.clientHeight;if(e.scrollHeight>l){const a=e.scrollTop,n=t.offsetTop+t.offsetHeight;n>l+a?e.scrollTop=n-l:t.offsetTop<a&&(e.scrollTop=t.offsetTop)}})(e.current,a.current)}else e.current.scrollTop=0}}),Gn=l.forwardRef((function(e,t){const{delay:a=500,label:r,...o}=e,[i,s]=l.useState(!a);if(l.useEffect(()=>{let e;return a&&(e=window.setTimeout(()=>s(!0),a)),()=>{e&&clearTimeout(e)}},[a]),!i)return null;const c=n("inline-flex flex-col relative items-center",o.className);return l.createElement("div",Object.assign({},o,{className:c,"data-taco":"spinner",ref:t}),l.createElement("svg",{className:"h-10 w-10 animate-[spinnerRotation_2s_linear_infinite]",viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg"},l.createElement("circle",{cx:"50",cy:"50",r:"45"})),r&&l.createElement("span",{className:"mt-4"},r))})),Wn=(e,t)=>`${e}_${t}`,Un=(e,t,l)=>{const a=Kn(e.key,t.length,l);if(a){if(a===l)return l;if(t[a]&&t[a].disabled)return Un(e,t,a)}return a},$n=t.forwardRef((function(e,l){const{data:a,disabled:r,id:o,loading:i,onChange:s,onClick:c,onFocus:d,onKeyDown:u,readOnly:m,scrollOnFocus:f=!1,value:v,multiselect:g,selectedIndexes:h=[],allOptionsSelected:p=!1,...w}=e,b=Bn(l),x=t.useMemo(()=>a.map(()=>t.createRef()),[a]),{texts:E}=yn(),{scrollTo:y}=qn(b,x);t.useEffect(()=>{var e,t;v&&null!==(e=x[v])&&void 0!==e&&e.current&&(null===(t=x[v].current)||void 0===t||t.scrollIntoView({block:"center"}))},[]),t.useEffect(()=>{y(v)},[v]);const R=e=>t=>{s(e),c&&(t.persist(),c(t,e))},z=(e,t)=>"#ALL-OPTIONS#"===e?p:!(!e||!h)&&-1!==h.findIndex(e=>e===t),C=a.map((e,t)=>{const l=e.path?e.path.split(".").length-1:0;return{"aria-selected":g?z(String(e.value),t):v===t,"data-focused":v===t,children:e.text,className:n("flex items-center px-3 w-full cursor-pointer bg-white flex-[0_0_2rem] focus:wcag-blue-500 focus:border-blue-500",{"sticky top-0 font-bold":0===l&&!!e.hasChildren}),disabled:e.disabled,icon:e.icon,id:Wn(o,e.value),key:Wn(o,e.value),onClick:r||m?void 0:R(t),ref:x[t],role:"option",style:l>0?{paddingLeft:l+1+"rem"}:void 0}}),V={...w,className:n("inline-flex flex-col list-none !p-0 m-0 overflow-y-auto h-auto",kn(e),{"yt-list--multiselect":g,"pointer-events-none":r,"cursor-not-allowed":r||m},w.className),disabled:r,id:o,onFocus:r||m?void 0:e=>{f&&y(v),d&&(e.persist(),d(e))},onKeyDown:r||m?void 0:e=>{const t=Un(e,a,v);void 0!==t&&t!==v&&(e.preventDefault(),y(t),s(t)),u&&(e.persist(),u(e,void 0!==t?t:v))},readOnly:m,ref:b,role:C.length<=0||i?"presentation":"listbox",tabIndex:w.tabIndex||0};return t.createElement("ul",Object.assign({},V,{"data-taco":"scrollable-list"}),i?t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,t.createElement(Gn,{delay:0})),t.createElement("span",null,E.listbox.loading)):C.length?C.map(({children:e,icon:l,...a})=>t.createElement("li",Object.assign({},a),l,t.createElement("span",{className:"flex-grow truncate text-left"},e),g&&t.createElement(An,{"aria-hidden":!0,tabIndex:-1,checked:a["aria-selected"],onChange:()=>null,className:"pointer-events-none ml-2 self-center p-px"}))):t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,E.listbox.empty)))})),Xn=e=>{let t;return"function"==typeof Event?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event"),t.initEvent(e,!0,!0)),t},Jn=e=>{let t;return"function"==typeof KeyboardEvent?t=new KeyboardEvent(e.type,e):(t=document.createEvent("Event"),t.initEvent(e.type,!0,!0),t.key=e.key,t.charCode=e.charCode),t},Yn=(e,t,l="change")=>{if(!e)return;const a=e.value;e.value=t||"";const n=e._valueTracker;n&&n.setValue(a),e.dispatchEvent(Xn(l))},Qn=e=>String(null!=e?e:""),Zn=(e,t,l="change")=>{Yn(e,Qn(t),l)},er=(e,t)=>{const l=e.findIndex(e=>Qn(e.value)===Qn(t));return l>-1?l:void 0},tr=(e,t)=>"string"!=typeof t?[]:t.split(",").map(t=>e.findIndex(e=>String(e.value)===t)).filter(e=>-1!==e),lr=(e,t)=>e.find(e=>Qn(e.value)===Qn(t)),ar=(e,t,l="includes")=>{try{var a,n,r;return"string"!=typeof e&&null!==(a=e.props)&&void 0!==a&&a.children?Array.isArray(null===(n=e.props)||void 0===n?void 0:n.children)?!!e.props.children.find(e=>ar(e,t,l)):ar(null===(r=e.props)||void 0===r?void 0:r.children,t,l):e.toString().toLowerCase()[l](String(t).toLowerCase())}catch{return!1}},nr=(e,t,l,a=e.length)=>{const n=e.slice(l,a).findIndex(e=>!e.disabled&&ar(e.text,t,"startsWith"));return n>-1?n+l:-1},rr=(e,t,l)=>void 0!==t&&e[t]?Wn(l,e[t].value):void 0,or=e=>l.useMemo(()=>{const t=[],l=(e,a,n,r)=>{const o=n?`${n}.${a}`:""+a,i=r||e.disabled;t.push({...e,disabled:i,path:o,hasChildren:!!e.children}),e.children&&e.children.forEach((e,t)=>l(e,t,o,i))};return e.forEach((e,t)=>{l(e,t)}),t},[e]),ir=e=>{if(e){const{...t}=e;return t}},sr=(e,t)=>{var l;const a=null!==(l=null==t?void 0:t.split("."))&&void 0!==l?l:[];if(a.length>1){let t;return a.pop(),a.map(l=>(t=t?[t,l].join("."):l,ir(e.find(e=>e.path===t))))}return null},cr=u(e=>e(),200),dr=e=>String(null!=e?e:""),ur=t.forwardRef((function(e,l){const{className:a,dialog:r,style:o,...i}=e,{combobox:s,button:u,input:m,popover:f,list:v}=(({"aria-labelledby":e,data:l=[],defaultValue:a,disabled:n,inline:r,onChange:o,onClick:i,onKeyDown:s,onSearch:d,readOnly:u,value:m,...f},v)=>{const g=Bn(v),h=t.useRef(null),p=t.useRef(null),[w,b]=t.useState(!1),x=t.useMemo(()=>c.v4(),[]),[E,y]=t.useState(dr(m)),R=!d&&(!r||r&&E!==dr(m)),z=or(l),C=t.useMemo(()=>R?((e,t="")=>{if(""===t||null===t)return e;const l=new Set;return e.forEach(a=>{if((e=>!e.disabled&&ar(e.text,String(t)))(a)){const t=sr(e,a.path);l.add(a.value),null!==t&&t.forEach(e=>l.add(null==e?void 0:e.value))}}),e.filter(({value:e})=>l.has(e))})(z,E):z,[R,E,z]),[V,L]=t.useState(void 0!==E?er(C,E):void 0),M=e=>{if(void 0!==e){const t=C[e];t&&!t.disabled&&Zn(g.current,t.value,"focusout")}},O=e=>{void 0!==e&&(C[e].value!==m?M(e):y(dr(m)))};return t.useEffect(()=>{a&&!m&&M(er(C,a))},[C]),t.useEffect(()=>{void 0!==m&&m!==E&&y(dr(m))},[m]),t.useEffect(()=>{d&&cr(()=>{d(E)})},[E]),t.useEffect(()=>{const e=null!=m&&E===String(m);E&&C.length&&!e?(L(0),w||b(!0)):b(!1)},[E,C]),t.useEffect(()=>{L(w?er(C,E)||0:void 0)},[w]),{combobox:{"aria-expanded":w,"aria-owns":x,"aria-haspopup":"listbox",role:"combobox"},input:{...f,"aria-controls":x,"aria-autocomplete":"list","aria-activedescendant":void 0!==V&&C[V]?Wn(x,String(C[V].value)):void 0,"aria-labelledby":e,disabled:n,onBlur:n||u?void 0:e=>{if(e.persist(),e.relatedTarget!==p.current){if(o&&e.target.value!==m){const t=lr(z,e.target.value);e.detail=ir(t);const l=sr(z,null==t?void 0:t.path);null!==l&&l.length>0&&(e.detail.parents=l),o(e)}f.onBlur&&f.onBlur(e)}else e.preventDefault()},onChange:n||u?void 0:e=>{y(e.target.value)},onClick:n||u?void 0:e=>{(r||!w&&E&&C.length)&&b(!0),i&&(e.persist(),i(e))},onKeyDown:n||u?void 0:e=>{switch(e.persist(),e.key){case"Backspace":return;case"Escape":return e.preventDefault(),y(dr(m)),void b(!1);case"Tab":case"Enter":return"Tab"!==e.key&&e.preventDefault(),O(V),void b(!1);case"ArrowDown":w?e.preventDefault():!r&&h.current&&h.current.click();break;case"ArrowUp":case"Home":case"End":w&&e.preventDefault()}if(p.current&&p.current.dispatchEvent(Jn(e)),r&&!w&&("ArrowUp"===e.key||"ArrowDown"===e.key)){e.preventDefault();const t="ArrowUp"===e.key?C.length-1:0;L(void 0!==V?V:t),b(!0)}!e.isDefaultPrevented()&&s&&(e.persist(),s(e))},readOnly:u,ref:g,type:"text",value:null!=E?E:""},list:{"aria-labelledby":e,data:C,disabled:n,id:x,onChange:e=>{L(e)},onClick:(e,t)=>{e.preventDefault(),O(t),b(!1)},ref:p,scrollOnFocus:!1,tabIndex:-1,value:V},button:{ref:h},popover:{open:w,onOpenChange:b}}})(i,l),g=t.useRef(null),{texts:h}=yn(),p=Dn(g),w=n("inline-flex relative",{"yt-combobox--inline":e.inline},a);return t.createElement("span",{className:w,"data-taco":"combobox",style:o},t.createElement(d.Root,Object.assign({},f),t.createElement(d.Anchor,{asChild:!0,ref:g},t.createElement("div",Object.assign({},s,{className:"inline w-full",ref:l}),t.createElement(Fn,Object.assign({},m,{autoComplete:"off",button:e.inline?t.createElement(pn,{"aria-hidden":!0,appearance:"discrete",className:"!border-l-0 focus:!border-none focus:!shadow-none active:!border-none",icon:f.open?"chevron-up":"chevron-down",onClick:()=>{var e;f.onOpenChange(!0),null===(e=m.ref.current)||void 0===e||e.focus()},tabIndex:-1}):r?t.createElement(pn,{"aria-label":h.combobox.tooltip,icon:"list-search",disabled:e.readOnly||e.disabled,dialog:r,onFocus:e=>{var t;e.preventDefault(),null===(t=m.ref.current)||void 0===t||t.focus()},ref:u.ref,tabIndex:-1,tooltip:h.combobox.tooltip}):void 0})))),t.createElement(d.Portal,null,t.createElement(d.Content,{align:"start",onOpenAutoFocus:e=>{e.preventDefault()},sideOffset:4},t.createElement($n,Object.assign({},v,{className:n("max-h-[calc(12rem+2px)] w-auto max-w-[theme(spacing.96)] !border-blue-500"),style:{minWidth:null==p?void 0:p.width},tabIndex:f.open?0:-1}))))))})),mr=(e,t)=>e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDay()===t.getDay(),fr=(e,t="dd.mm.yy")=>{if(!e)return;const l=m.isDate(e)?e:m.toDate(e);if(!m.isValid(l))return;const a=e=>1===String(e).length?"0"+e:e.toString();return t.replace("dd",a(l.getDate())).replace("mm",a(l.getMonth()+1)).replace("yy",String(l.getFullYear()).slice(2))},vr=(e="",t="dd.mm.yy")=>{if(!e||!e.length)return;const l=t.split(/[^dmy]/),a=l.findIndex(e=>"dd"===e),n=l.findIndex(e=>"mm"===e),r=l.findIndex(e=>"yy"===e||"yyyy"===e);let o,i,s;const c=e=>e&&2===e.length?Number.parseInt(e,10)>50?"19"+e:"20"+e:e,d=e.split(/\D/);if(1===d.length){const e=d[0],l=t.replace(/[^dmy]/g,"");o=e.slice(l.indexOf("d"),l.lastIndexOf("d")+1),i=e.slice(l.indexOf("m"),l.lastIndexOf("m")+1),s=c(e.slice(l.indexOf("y"),l.lastIndexOf("y")+3))}else o=d[a],i=d[n],s=c(d[r]);o=Number.parseInt(o,10),i=Number.parseInt(i,10),s=Number.parseInt(s,10);const u=new Date;return new Date(Object.is(s,NaN)?u.getFullYear():s,Object.is(i,NaN)?u.getMonth():i-1,Object.is(o,NaN)?u.getDate():o,12,0)},gr=t.forwardRef((function(e,l){return t.createElement(d.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:l,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),hr=t.createContext({props:{},ref:null}),pr=t.forwardRef((function(e,l){var a;const{ref:n,props:r}=t.useContext(hr),o=F([n,l]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(a=e.children)||void 0===a?void 0:a.type)&&(console.warn(`Popover.Trigger requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(d.Trigger,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),wr=t.forwardRef((function({children:e,onClick:t},l){return e({close:()=>{t(new CustomEvent("hide"))},ref:l})})),br=t.forwardRef((function(e,l){const{placement:a,...r}=e,o=n("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group",e.className);let i;return i="function"==typeof e.children?t.createElement(d.Close,{asChild:!0},t.createElement(wr,null,e.children)):e.children,t.createElement(d.Portal,null,t.createElement(d.Content,Object.assign({},r,{className:o,"data-taco":"popover",side:a,sideOffset:1,ref:l}),i,t.createElement(gr,{className:"text-white"})))})),xr=t.forwardRef((e,l)=>t.createElement(d.Close,Object.assign({},e,{ref:l,asChild:!0}))),Er=t.forwardRef((function(e,l){const{children:a,defaultOpen:n,modal:r=!1,open:o,onChange:i,trigger:s,...c}=e,u=t.useMemo(()=>({props:c,ref:l}),[c]);return t.createElement(hr.Provider,{value:u},t.createElement(d.Root,{defaultOpen:n,modal:r,open:o,onOpenChange:i},s&&t.createElement(pr,null,s),a))}));Er.Trigger=pr,Er.Content=br,Er.Close=xr,Er.Portal=d.Portal;const yr=t.forwardRef((function(e,l){const{className:a,onReset:r,style:o,shortcuts:i,shortcutsText:s,...c}=e,{calendar:d,input:u}=(({calendar:e,onBlur:l,onChange:a,value:n,...r},o)=>{const i=Bn(o),{formatting:s}=yn(),[c,d]=t.useState(n?fr(n,s.date):"");return t.useEffect(()=>{if(n){const e=fr(n,s.date);e!==c&&d(e)}else d("")},[n]),{input:{...r,autoComplete:"off",onBlur:e=>{e.persist();const t=vr(e.target.value),n=t&&fr(t)||"";e.target.value=n,a?(e.detail=t,a(e)):d(n),l&&l(e)},onChange:e=>{d(e.target.value)},onKeyDown:e=>{"Enter"===e.key&&e.target.dispatchEvent(new Event("focusout",{bubbles:!0}))},ref:i,type:"text",value:c},calendar:{...e,onChange:e=>{Yn(i.current,fr(e,s.date),"focusout")},value:n}}})(c,l),{texts:m}=yn(),f=n("inline-flex w-full text-black font-normal",a);return t.createElement("span",{className:f,"data-taco":"datepicker",style:o},t.createElement(Fn,Object.assign({},u,{button:t.createElement(pn,{"aria-label":m.datepicker.expand,disabled:u.disabled||u.readOnly,icon:"calendar",popover:e=>t.createElement(Er,Object.assign({},e),t.createElement(Er.Content,null,({close:e})=>t.createElement("div",{className:"-m-3 flex"},t.createElement(On,Object.assign({},d,{onChange:(t,l)=>{d.onChange(t,l),e()},tabIndex:-1})),i&&t.createElement("div",{className:"border-grey-300 flex flex-col border-l"},t.createElement("span",{className:"m-4 mb-3 flex h-8 w-32 items-center text-xs font-semibold"},null!=s?s:m.datepicker.shortcuts),t.createElement("ul",null,i.map(l=>t.createElement("li",{key:l.text},t.createElement("button",{type:"button",className:"hover:wcag-grey-200 flex w-full items-start px-4 py-1 text-xs",onClick:t=>{t.persist(),l.onClick(t),e()}},l.text)))),r&&t.createElement("button",{type:"button",className:"my-4 mx-auto mt-auto inline-flex cursor-pointer border-none bg-transparent text-xs text-blue-500 hover:text-blue-300",onClick:t=>{t.persist(),r(t),e()}},m.datepicker.clear)))))})})))}));yr.displayName="Datepicker";const Rr=t.createContext({closeOnEscape:!0,draggable:!1,drawer:{open:!1,toggle:()=>{}},elements:{drawer:void 0,extra:void 0},onClose:()=>{},props:{},ref:null,showCloseButton:!0,size:"sm"}),zr=()=>t.useContext(Rr),Cr=t.forwardRef((function(e,l){const{ref:a,props:n}=zr(),r=F([a,l]);return t.createElement(f.Trigger,Object.assign({},n,e,{ref:r,asChild:!0}))})),Vr=t.forwardRef((function(e,l){const a=n("text-center",e.className);return t.createElement(f.Title,Object.assign({},e,{className:a,ref:l}))})),Lr=t.forwardRef((function(e,l){const a=n("mt-8 flex justify-end",e.className);return t.createElement("div",Object.assign({},e,{className:a,ref:l}),e.children)})),Mr=t.forwardRef((function(e,l){const a=zr();return t.createElement(f.Close,Object.assign({onClick:a.onClose},e,{ref:l,asChild:!0}))})),Or=t.forwardRef((function({children:e,onClick:t,renderProps:l},a){return e({close:()=>{t(new CustomEvent("close"))},ref:a,...l})})),Nr=t.forwardRef((function(e,a){const r=zr(),o=Bn(a),{position:i,dragging:s,handleProps:c}=(e=>{const[t,a]=l.useState({x:0,y:0}),[n,r]=l.useState(!1),{moveProps:o}=v.useMove({onMoveStart(){r(!0)},onMove(t){var l;const n=null===(l=e.current)||void 0===l?void 0:l.getBoundingClientRect();n&&(n.left+t.deltaX<0||n.right+t.deltaX>window.innerWidth||n.top+t.deltaY<0||n.bottom+t.deltaY>window.innerHeight)||a(({x:e,y:l})=>({x:e+=t.deltaX,y:l+=t.deltaY}))},onMoveEnd(){r(!1)}});return{position:t,dragging:n,handleProps:o}})(o),{texts:d}=yn(),u=n("relative bg-white animate-[fade-in_150ms] rounded","mt-16 mx-auto",$(r.size)),m=n("bg-white p-6 rounded relative z-10 shadow",{"rounded-b-none":!!r.elements.extra},e.className);let g;return g="function"==typeof e.children?t.createElement(Mr,null,t.createElement(Or,{renderProps:{drawer:r.drawer}},e.children)):e.children,t.createElement(f.Portal,null,t.createElement(f.Overlay,{asChild:!0},t.createElement(U,null,t.createElement(f.Content,Object.assign({},e,{className:u,onEscapeKeyDown:e=>{r.closeOnEscape?r.onClose&&r.onClose():e.preventDefault()},onInteractOutside:e=>e.preventDefault(),ref:o,style:{...e.style,left:r.draggable?i.x+"px":void 0,top:r.draggable?i.y+"px":void 0}}),t.createElement("div",{className:m,"data-taco":"dialog"},g,r.draggable&&t.createElement("div",Object.assign({},c,{role:"button",draggable:!0,"aria-grabbed":s,"aria-label":d.dialog.drag,className:"yt-dialog__drag absolute-center-x bg-grey-100 top-1.5 h-3 w-24 cursor-move rounded text-center"})),r.showCloseButton?t.createElement(f.Close,{onClick:r.onClose,asChild:!0},t.createElement(pn,{appearance:"discrete","aria-label":d.dialog.close,className:"absolute top-0 right-0 mt-2 mr-2",icon:"close"})):null),r.elements.drawer,r.elements.extra))))})),Hr=t.forwardRef((function(e,l){var a,r;const o=zr(),i=n("absolute top-0 -ml-[4px] hidden h-full w-full overflow-y-auto rounded-r bg-white p-6 text-left",e.className);return t.createElement(g.motion.div,Object.assign({},e,{className:i,"data-taco":"dialog-drawer","aria-hidden":!(null!==(a=o.drawer)&&void 0!==a&&a.open),variants:{visible:{left:"100%",display:"block",transition:{ease:"easeOut",duration:.2}},hidden:{left:"0%",transition:{ease:"easeOut",duration:.2},transitionEnd:{display:"none"}}},animate:null!==(r=o.drawer)&&void 0!==r&&r.open?"visible":"hidden",ref:l}),"function"==typeof e.children?e.children(o.drawer):e.children)}));Hr.displayName="DialogDrawer";const Sr=t.forwardRef((function(e,l){const a=n("wcag-grey-100 absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"dialog-extra",ref:l}))}));Sr.displayName="DialogExtra";const Ar=t.forwardRef((function(e,l){const{children:a,closeOnEscape:n=!0,defaultOpen:r,draggable:o=!1,onChange:i,onClose:s,open:c,showCloseButton:d=!0,size:u="sm",trigger:m,...v}=e,[g,h,p]=(e=>t.useMemo(()=>{const l=[];let a,n;return t.Children.toArray(e).forEach(e=>{var t,r;(null===(t=e.type)||void 0===t?void 0:t.displayName)===Hr.displayName?a=e:(null===(r=e.type)||void 0===r?void 0:r.displayName)===Sr.displayName?n=e:l.push(e)}),[l,a,n]},[e]))(a),[w,b]=t.useState(!1),x=t.useMemo(()=>({closeOnEscape:n,draggable:o,drawer:{open:w,toggle:()=>b(e=>!e)},elements:{drawer:h,extra:p},onClose:s,props:v,showCloseButton:d,size:u,ref:l}),[n,w,o,h,p,c,v,d]);return t.createElement(Rr.Provider,{value:x},t.createElement(f.Root,{defaultOpen:r,open:c,onOpenChange:i},m&&t.createElement(Cr,null,m),g))}));Ar.Trigger=Cr,Ar.Content=Nr,Ar.Title=Vr,Ar.Footer=Lr,Ar.Extra=Sr,Ar.Drawer=Hr,Ar.Close=Mr;const kr=t.forwardRef((function(e,l){const{disabled:a,children:r,invalid:o=!1,message:i,...s}=e,c=n("flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]",{"text-grey-300":a},e.className),d=n("h-4 text-xs text-left leading-normal font-normal truncate -mb-4",{"text-grey-700":!o,"text-red-500":o,"opacity-50":a},e.className);return t.createElement("label",Object.assign({},s,{className:c,"data-taco":"label",ref:l}),r,i&&t.createElement("span",{className:d,role:o?"alert":void 0},i))})),jr=t.forwardRef((function(e,l){const{horizontal:a=!1,...r}=e,o=n("yt-form",{"yt-form--horizontal flex flex-wrap":a},e.className);return t.createElement("form",Object.assign({},r,{className:o,"data-taco":"form",ref:l}))})),Ir=t.forwardRef((function(e,l){const{as:a="span",orientation:r="horizontal",...o}=e,i=n("flex ","gap-2",{"flex-col ":"vertical"===r},e.className);return t.createElement(a,Object.assign({},o,{className:i,"data-taco":"group",ref:l}))})),Dr=t.createContext({onClose:void 0,props:{},ref:null}),Br=t.forwardRef((function(e,l){var a;const{ref:n,props:r}=t.useContext(Dr),o=F([n,l]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(a=e.children)||void 0===a?void 0:a.type)&&(console.warn(`Hanger.Anchor requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(d.Anchor,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),Tr=t.forwardRef((function(e,l){const a=n("mb-1 text-base font-bold flex w-full",e.className);return t.createElement("span",Object.assign({},e,{className:a,ref:l}))})),Pr=t.forwardRef((function(e,l){const{placement:a}=e,r=t.useContext(Dr),{texts:o}=yn(),i=n("wcag-blue-500 border border-transparent rounded p-3 pr-12 yt-shadow focus:border-transparent max-w-sm",e.className);return t.createElement(d.Portal,null,t.createElement(d.Content,{className:i,"data-taco":"hanger",onInteractOutside:e=>{e.preventDefault()},side:a,sideOffset:1,ref:l},e.children,t.createElement(gr,{className:"text-blue-500"}),t.createElement(d.Close,{asChild:!0},t.createElement(pn,{appearance:"primary","aria-label":o.hanger.close,className:"absolute top-0 right-0 ml-2 mr-2 mt-2 text-white",icon:"close",onClick:r.onClose}))))})),_r=t.forwardRef((function(e,l){const{anchor:a,children:n,defaultOpen:r=!0,onClose:o,...i}=e,s=t.useMemo(()=>({onClose:o,props:i,ref:l}),[o,i]),[c,u]=t.useState(!1);return t.useEffect(()=>{r&&u(r)},[]),t.createElement(Dr.Provider,{value:s},t.createElement(d.Root,{key:String(c),defaultOpen:c},a&&t.createElement(Br,null,a),n))}));_r.Anchor=Br,_r.Content=Pr,_r.Title=Tr;const Fr=t.forwardRef((function(e,l){return t.createElement(h.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:l,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),Kr=t.forwardRef((function(e,l){return t.createElement(h.Trigger,Object.assign({},e,{asChild:!0,ref:l}))})),qr=t.forwardRef((function(e,l){const{placement:a}=e,r=n("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group","min-w-[theme(spacing.40)] max-w-[theme(spacing.96)]",e.className);return t.createElement(h.Portal,null,t.createElement(h.Content,{className:r,"data-taco":"hover-card",side:a,sideOffset:1,ref:l},e.children,t.createElement(Fr,{className:"text-white"})))})),Gr=e=>t.createElement(h.Root,Object.assign({},e,{openDelay:300}));Gr.Trigger=Kr,Gr.Content=qr;const Wr=t.forwardRef((function({onSearch:e,...l},a){const n=Bn(a),{texts:r}=yn(),o=()=>{var t,l;null==e||e(null!==(t=null===(l=n.current)||void 0===l?void 0:l.value)&&void 0!==t?t:"")};return t.createElement(Fn,Object.assign({"aria-label":r.searchInput.placeholder,placeholder:r.searchInput.placeholder},l,{onKeyDown:e=>{var t;if("Enter"===e.key)return e.preventDefault(),void o();null===(t=l.onKeyDown)||void 0===t||t.call(l,e)},postfix:t.createElement(t.Fragment,null,l.disabled||l.readOnly||!l.value?null:t.createElement(pn,{"aria-hidden":!0,className:"group-peer-focus:visible group-peer-hover:visible !text-grey-700 invisible mr-0.5 !h-5 !min-h-[theme(spacing.4)] !w-5 !min-w-[theme(spacing.4)] text-xs hover:visible group-hover:visible",icon:"close",onClick:()=>{Yn(n.current,"")},rounded:!0,tabIndex:-1,tooltip:r.searchInput.clear}),t.createElement(pn,{"aria-label":r.searchInput.button,icon:"search",className:"group-peer-focus:!border-transparent group-peer-focus:group-peer-active:!border-transparent -mr-2 !border-transparent !bg-transparent focus:!border-transparent",disabled:l.disabled||l.readOnly,onClick:o,tabIndex:-1,tooltip:r.searchInput.button})),ref:n,type:"search"}))}));function Ur(e=0,l){const a=t.useRef(),[n,r]=t.useState({remaining:e,started:null});return t.useEffect(()=>(e&&(n.started?a.current=window.setTimeout(l,n.remaining):clearTimeout(a.current)),()=>{clearTimeout(a.current)}),[n.started]),{running:!!n.started,start:()=>{r({remaining:e,started:Date.now()})},pause:()=>{n.started&&r({remaining:n.remaining-(Date.now()-n.started),started:null})},resume:()=>{n.remaining&&!n.started&&r({remaining:n.remaining,started:Date.now()})}}}const $r=({data:e,currentIndex:l})=>{const a=t.useRef(),n=Ur(1e3,()=>{a.current=void 0});return{getNextIndex:t=>{const r=(a.current?a.current+t:t).toLowerCase(),o=((e,t,l)=>{let a=nr(e,t,void 0===l?0:l+1);return-1===a&&(a=nr(e,t,0,l)),a})(e,r,l);return n.start(),a.current=r,o}}},Xr=t.forwardRef((function(e,l){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:l,disabled:a,emptyValue:n,id:r,invalid:o,name:i,onChange:s,onFocus:d,onKeyDown:u,value:m=n,...f},v)=>{const g=or(void 0!==n?[{text:"",value:n},...e]:e),h=t.useMemo(()=>r||c.v4(),[r]),p=Bn(v),w=void 0!==m?er(g,m):void 0,{getNextIndex:b}=$r({data:g,currentIndex:w}),x=e=>{if(void 0!==e){const t=g[e];t&&!t.disabled&&Zn(p.current,t.value)}};return t.useEffect(()=>{if(g.length&&void 0===w)if(void 0!==l){const e=er(g,l);void 0!==e&&x(e)}else x(0)},[g]),{list:{...f,"aria-activedescendant":rr(g,w,h),data:g,disabled:a,id:h,invalid:o,onChange:e=>{x(e)},onFocus:e=>{void 0===w&&g.length&&x(0),d&&(e.persist(),d(e))},onKeyDown:e=>{const t=e.key;if(1===t.length&&/(\w)/g.test(t)){const e=b(t);e>-1&&e!==w&&x(e)}else u&&(e.persist(),u(e))},scrollOnFocus:!0,tabIndex:a?-1:f.tabIndex?f.tabIndex:0,value:w},input:{name:i,onChange:e=>{if(e.persist(),s){var t,l;const a=lr(g,e.target.value);e.detail=ir(a);const n=null!==(t=null==a||null===(l=a.path)||void 0===l?void 0:l.split("."))&&void 0!==t?t:[];if(n.length>1){let t;n.pop(),e.detail.parents=n.map(e=>(t=t?[t,e].join("."):e,ir(g.find(e=>e.path===t))))}s(e)}},ref:p,tabIndex:-1,value:null!=m?m:""}}})(r,l),s=n("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement($n,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),Jr=t.forwardRef((function(e,l){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:l,disabled:a,id:n,name:r,onClick:o,onChange:i,onFocus:s,onKeyDown:d,value:u,...m},f)=>{const{texts:v}=yn(),g=t.useMemo(()=>n||c.v4(),[n]),h=Bn(f),p=t.useMemo(()=>[{text:v.listbox.allOption,value:"#ALL-OPTIONS#"},...e],[e]),[w,b]=t.useState(er(p,u)||0),[x,E]=t.useState(!1),{getNextIndex:y}=$r({data:p,currentIndex:w}),[R,z]=t.useState(tr(p,u));t.useEffect(()=>{l&&!u&&Zn(h.current,l.toString())},[]),t.useEffect(()=>{const e=p.filter(e=>!e.disabled).length-1;E(e===R.length)},[R,p]);const C=e=>{if(void 0!==e){const l=p[e];if(l&&!l.disabled){var t;let e="";const a=null===(t=h.current)||void 0===t?void 0:t.value,n=(null==a?void 0:a.split(","))||[],r=-1!==n.findIndex(e=>e===String(l.value));e="#ALL-OPTIONS#"===l.value?x?"":p.filter((e,t)=>0!==t&&!e.disabled).map(e=>e.value).join(","):r?n.filter(e=>e!==String(l.value)).join(","):a?`${a},${l.value}`:l.value,Zn(h.current,e)}}};return{list:{...m,"aria-activedescendant":rr(p,w,g),"aria-multiselectable":!0,data:p,disabled:a,id:g,onChange:()=>null,onClick:(e,t)=>{e.preventDefault(),p[t].disabled||(b(t),C(t)),o&&o(e)},onFocus:e=>{s&&(e.persist(),s(e))},onKeyDown:(e,t)=>{const l=e.key;if(1===l.length&&/(\w)/g.test(l)){const e=y(l);e>-1&&e!==w&&b(e)}else{switch(e.key){case" ":e.preventDefault(),C(t);break;case"Enter":C(t)}b(void 0!==t?t:0),d&&(e.persist(),d(e))}},scrollOnFocus:!1,tabIndex:a?-1:m.tabIndex?m.tabIndex:0,value:w,selectedIndexes:R,multiselect:!0,allOptionsSelected:x},input:{name:r,onChange:e=>{if(e.persist(),z(tr(p,e.target.value)),i){const t=[];e.target.value.split(",").forEach(e=>{const l=lr(p,e);l&&t.push(l)}),e.detail=t,i(e)}},ref:h,tabIndex:-1,value:null!=u?u:""}}})(r,l),s=n("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement($n,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),Yr=t.createContext(void 0),Qr=()=>t.useContext(Yr),Zr=t.forwardRef((function(e,l){const a=Bn(l),r=Qr(),{align:o="start",children:i,placement:s,...c}=e,d=n("border border-transparent rounded block outline-none p-1 yt-shadow wcag-white",e.className);return t.createElement(p.Portal,null,t.createElement(p.Content,Object.assign({},c,{align:o,className:d,"data-taco":"menu",side:s,sideOffset:3,style:{minWidth:null==r?void 0:r.minWidth},ref:a}),i))})),eo=({name:e})=>t.createElement("span",{className:"absolute left-0 ml-1"},t.createElement(Za,{className:"-ml-px -mt-px !h-5 !w-5",name:e})),to=({disabled:e,indented:l,className:a})=>{const r=Qr();return t.useEffect(()=>{!l||null!=r&&r.indented||null==r||r.registerIndentation()},[l]),n("flex items-center justify-start h-8 pr-1.5 relative rounded w-full focus:outline-none group",{"pl-7":null==r?void 0:r.indented,"pl-1.5":!(null!=r&&r.indented),"cursor-pointer hover:wcag-grey-200 text-black":!e,"cursor-not-allowed hover:bg-white text-grey-300":e},a)},lo=e=>t.createElement("span",Object.assign({},e,{className:"text-grey-700 ml-auto pl-3"})),ao=t.forwardRef((function(e,l){var a;const{dialog:n,icon:r,onClick:o,shortcut:i,...s}=e,c=Qr(),d=to({disabled:e.disabled,indented:!!r,className:e.className});let u;(null!==(a=e.disabled)&&void 0!==a?a:e["aria-disabled"])&&(u=e=>{e.preventDefault(),e.stopPropagation()});let m=t.createElement(p.Item,Object.assign({},s,{className:d,onClick:u,onSelect:t=>{o&&o(t),(e["aria-haspopup"]||"function"==typeof n)&&t.preventDefault()},ref:l}),r&&t.createElement(eo,{name:r}),e.children,i&&t.createElement(lo,null,i));return"function"==typeof n&&(m=n({trigger:m,onClose:null==c?void 0:c.close})),m})),no=t.forwardRef((function(e,l){const{href:a,icon:n,onClick:r,...o}=e,i=Qr(),s=to({disabled:e.disabled,indented:!!n,className:e.className});return t.createElement(p.Item,Object.assign({},o,{asChild:!0,className:s,ref:l,onClick:e=>{null==r||r(e),null==i||i.close()}}),t.createElement("a",{href:a,target:"_blank"},n&&t.createElement(eo,{name:n}),e.children))})),ro=t.forwardRef((function(e,l){const a=Qr(),n=Bn(l);return t.useEffect(()=>{n.current&&(null==a||a.setMinWidth(n.current.getBoundingClientRect().width))},[n]),t.createElement(p.Trigger,Object.assign({},e,{asChild:!0,ref:n}))})),oo=t.forwardRef((function(e,l){const{checked:a,children:n,onChange:r,...o}=e,i=to({disabled:e.disabled,indented:!0,className:e.className});return t.createElement(p.CheckboxItem,Object.assign({},o,{checked:a,className:i,onCheckedChange:r,ref:l}),t.createElement(p.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement(Za,{name:"tick",className:"-ml-px !h-4 !w-4"})),n)})),io=e=>String(null!=e?e:""),so=(e,t)=>e.find(e=>io(e)===t),co=t.createContext({disabled:!1,invalid:!1}),uo=t.forwardRef((function(e,l){const a=t.useContext(co),{children:r,value:o,...i}=e,s=a.disabled||e.disabled,c=n("flex flex-shrink-0 self-start items-center justify-center h-4 w-4 mt-[0.2rem] rounded-full bg-white border-2",{"border-grey-300 hover:border-4 focus:yt-focus aria-checked:bg-blue-500 aria-checked:border-blue-500 hover:aria-checked:border-blue-300":!s&&!a.invalid,"border-grey-200 cursor-not-allowed aria-checked:bg-blue-300 aria-checked:border-blue-300 ":s,"border-red-500 hover:border-4 text-red-500 focus:border-red-500 focus:yt-focus-red aria-checked:bg-red-500 aria-checked:border-red":a.invalid&&!s}),d=n("flex items-center gap-2",{"cursor-pointer":!s,"cursor-not-allowed text-grey-300":s},e.className);return t.createElement("label",{className:d},t.createElement(b.Item,Object.assign({},i,{className:c,disabled:s,ref:l,value:io(o)}),t.createElement(b.Indicator,{className:"h-2 w-2 rounded-full bg-white"})),r)})),mo=e=>{const{children:l,defaultValue:a,disabled:n,invalid:r,onChange:o,orientation:i="vertical",value:s,...c}=e,d=t.useMemo(()=>{const e=[];return t.Children.forEach(l,l=>{t.isValidElement(l)&&e.push(l.props.value)}),e},[l]),u=t.useMemo(()=>({disabled:null!=n&&n,invalid:null!=r&&r}),[n,r]);let m;return m=void 0!==o?{onValueChange:e=>o(so(d,e)),value:void 0!==s?io(s):void 0}:{defaultValue:void 0!==a?io(a):void 0},{context:u,props:{...c,...m,children:l,disabled:n,orientation:i}}},fo=t.forwardRef((function(e,l){const{context:a,props:r}=mo(e),o=n("flex items-start gap-y-2",{"flex-wrap gap-x-4 ":"horizontal"===r.orientation,"flex-col":"vertical"===r.orientation},r.className);return t.createElement(co.Provider,{value:a},t.createElement(b.Root,Object.assign({},r,{className:o,"data-taco":"radio-group",ref:l})))}));fo.Item=uo;const vo=t.createContext({disabled:!1}),go=t.forwardRef((function(e,l){const{context:a,props:r}=mo(e),o=n("flex flex-col",e.className);return t.createElement(vo.Provider,{value:a},t.createElement(p.RadioGroup,Object.assign({},r,{className:o,ref:l})))}));go.Item=e=>{const l=t.useContext(vo),{children:a,value:n,...r}=e,o=l.disabled||e.disabled,i=to({disabled:o,indented:!0,className:e.className});return t.createElement(p.RadioItem,Object.assign({},r,{className:i,disabled:o,value:io(n)}),t.createElement(p.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement("span",{className:"ml-1 flex h-1.5 w-1.5 rounded-full bg-current "})),a)};const ho=t.forwardRef((function(e,l){const a=Qr(),r=n("flex items-center justify-start h-7 pr-1.5 text-xs text-grey-700",{"pl-7":null==a?void 0:a.indented,"pl-1.5":!(null!=a&&a.indented)},e.className);return t.createElement(p.Label,Object.assign({},e,{className:r,ref:l}))})),po=t.forwardRef((function(e,l){const{children:a,defaultOpen:n,onChange:r,open:o,trigger:i,...s}=e,[c,d]=t.useState(!1),[u,m]=t.useState(void 0),[f,v]=w.useControllableState({defaultProp:n,onChange:r,prop:o}),g=t.useMemo(()=>({indented:c,registerIndentation:()=>d(!0),minWidth:u,setMinWidth:e=>m(e),close:()=>v(!1)}),[c,u]);return t.createElement(Yr.Provider,{value:g},t.createElement(p.Root,Object.assign({},s,{modal:!1,open:f,onOpenChange:v}),i&&t.createElement(ro,{ref:l},i),a))}));po.Trigger=ro,po.Content=Zr,po.Item=ao,po.Link=no,po.Checkbox=oo,po.Separator=()=>t.createElement(p.Separator,{className:"bg-grey-300 my-1 h-px"}),po.Header=ho,po.RadioGroup=go;const wo=l.forwardRef((function(e,t){return l.createElement("a",Object.assign({},e,{ref:t}))})),bo=l.forwardRef((function(e,t){const{children:a,className:r,expanded:o=!1,title:i,fixed:s,onClick:c,...d}=e,[u,m]=l.useState(s||o);l.useEffect(()=>{s||m(s||o)},[s,o]);const f=n("flex-col mb-0",{flex:u,hidden:!u}),v={...d,"aria-expanded":u,role:"treeitem",tabIndex:-1},g="function"==typeof r?r(u):r;return l.createElement("div",Object.assign({},v,{className:g,ref:t}),l.createElement("div",{onClick:e=>{const t=!u;s||m(t),c&&c(e,t)}},"function"==typeof i?i(u):i),l.createElement("ul",{role:"group",className:f},l.Children.toArray(a).filter(e=>!!e).map((e,t)=>l.createElement("li",{key:t,role:"none"},l.cloneElement(e,{role:"treeitem"})))))})),xo=l.forwardRef((function(e,t){return l.createElement("div",Object.assign({},e,{ref:t,role:"tree"}))}));xo.Group=bo,xo.Item=wo;const Eo=e=>{const[t,a]=l.useState(!1),n=l.useCallback(e=>{e.preventDefault(),a(!0)},[]),r=l.useCallback(e=>{e.preventDefault(),e.target===e.currentTarget&&a(!1)},[]),o=l.useCallback(e=>{e.preventDefault()},[]),i=l.useCallback(t=>{t.preventDefault(),t.persist(),a(!1),e&&e(t)},[e]);return[t,e?{onDragEnter:n,onDragLeave:r,onDragOver:o,onDrop:i}:void 0]},yo=l.forwardRef((function(e,t){const{active:a,children:r,onDrop:o,postfix:i,prefix:s,role:c,...d}=e,u=Bn(t),[m,f]=Eo(o),v="treeitem"===c,g=n("yt-navigation__item cursor-pointer",{"w-full mb-px py-1 px-3 flex items-center hover:bg-grey-300":v,"bg-white w-full h-10 px-3 flex-shrink-0 flex items-center justify-between cursor-pointer":!v,"yt-navigation__item--active":a&&!m,"bg-grey-300":v&&a&&!m,"yt-navigation__item--dropping bg-blue-500":m},e.className);return l.createElement("span",Object.assign({},f,{className:g,onClick:e=>{e.target instanceof HTMLAnchorElement||e.target instanceof HTMLButtonElement||u.current&&u.current.click()},role:c}),s&&l.createElement("span",{className:"yt-navigation__item__prefix flex items-center"},s),l.createElement("a",Object.assign({},d,{className:"block flex-grow truncate",ref:u}),r),i&&l.createElement("span",{className:"yt-navigation__item__postfix ml-1"},i))})),Ro=l.forwardRef((function(e,t){return l.createElement("div",Object.assign({},e,{className:n("w-full bg-white p-3",e.className),ref:t}))})),zo=l.forwardRef((function(e,t){const a=n("flex-shrink-0 space-y-1 outline-none",{"bg-white pb-2":e.fixed},"function"==typeof e.className?e.className(!1):e.className);return l.createElement(xo.Group,Object.assign({},e,{className:a,title:t=>{const a=n("bg-white h-10 pl-3 pr-1 flex items-center justify-between w-full",{"mb-1":t,"cursor-pointer hover:text-blue-500":!e.fixed});return l.createElement("span",{className:a},"function"==typeof e.title?e.title(t):e.title,!e.fixed&&l.createElement(Za,{name:t?"chevron-up":"chevron-down"}))},ref:t}))})),Co=l.forwardRef((function(e,t){const a=l.useMemo(()=>{const t=[];return l.Children.toArray(e.children).filter(e=>!!e).forEach(e=>{if(e.props.fixed)t.push(e);else{const l=t[t.length-1];Array.isArray(l)?l.push(e):t.push([e])}}),t},[e.children]);return l.createElement(xo,Object.assign({},e,{className:n("divide-grey-100 flex flex-grow flex-col divide-y-2 overflow-y-auto",e.className),ref:t}),a.map((e,t)=>Array.isArray(e)?l.createElement("div",{className:"divide-grey-100 flex h-0 flex-auto flex-shrink-0 flex-grow flex-col divide-y-2 overflow-y-auto",key:t},e):e))}));Co.Group=zo;const Vo=l.forwardRef((function(e,t){const{children:a,...r}=e,o=n("h-full flex flex-col bg-grey-100 divide-y-2 divide-grey-100",e.className);return l.createElement("div",Object.assign({},r,{className:o,"data-taco":"navigation",ref:t}),a)}));Vo.Menu=Co,Vo.Item=yo,Vo.Panel=Ro;const Lo=({currentPageIndex:e=0,onClick:l,pageCount:a})=>{const n=((e,t)=>{let l=Math.min(t,e),a=Math.min(t,e);for(let t=1;t<5&&t<e;)l>1&&(l--,t++),t<5&&a<e&&(a++,t++);const n=[];for(let e=l;e<=a;e++)n.push(e);return n})(a,e+1),{texts:r}=yn();return t.createElement(t.Fragment,null,n.map(a=>t.createElement(Cn,{appearance:a===e+1?"primary":"default","aria-current":a===e+1?"page":void 0,key:a,onClick:()=>l(a-1),"aria-label":r.pagination.actions.pageX.replace("[X]",String(a)),tooltip:r.pagination.actions.pageX.replace("[X]",String(a))},a)))},Mo=t.forwardRef((function(e,l){const{autoFocus:a,className:r,style:o,...i}=e,{button:s,listbox:u,popover:m,input:f,text:v,more:g=0}=(({"aria-label":e,"aria-labelledby":l,data:a=[],defaultValue:r,disabled:o,emptyValue:i,id:s,multiselect:d,onBlur:u,onChange:m,readOnly:f,value:v,...g},h)=>{const{texts:p}=yn(),w=or(a),b=Bn(h),[x,E]=t.useState(!1),y=t.useMemo(()=>s||"select_"+c.v4(),[s]),R=t.useRef(null),z=y+"-button",[C,V]=t.useState(v);t.useEffect(()=>{V(v)},[x]),t.useEffect(()=>{void 0===v?void 0!==r&&lr(w,r)?Zn(R.current,r):void 0!==i?Zn(R.current,i):a.length>0&&Zn(R.current,a[0].value):d||lr(w,v)||(void 0!==i?Zn(R.current,i):a.length>0&&Zn(R.current,a[0].value))},[]);let L="",M=0;if(void 0!==v)if(d){const e=(null==v?void 0:v.toString().split(","))||[];var O,N;e.length===w.filter(e=>!e.disabled).length?L=p.select.allOptionsSelected:(L=null!==(O=null===(N=lr(w,e[0]))||void 0===N?void 0:N.text)&&void 0!==O?O:"",M=e.length>1?e.length-1:0)}else{const e=lr(w,v);e&&(L=e.icon?t.createElement(t.Fragment,null,t.cloneElement(e.icon,{className:n(e.icon.props.className,"mr-1 -mt-px")}),e.text):e.text)}return{button:{"aria-haspopup":"listbox","aria-label":e?`${e} ${L}`:void 0,"aria-labelledby":l?`${l} ${z}`:void 0,disabled:o||f,id:z,onKeyDown:o||f?void 0:e=>{"ArrowUp"!==e.key&&"ArrowDown"!==e.key||(e.preventDefault(),E(!0))},type:"button"},listbox:{...g,"aria-label":e,"aria-labelledby":l,data:a,disabled:o,emptyValue:i,onBlur:u,onClick:e=>{e.preventDefault(),d||(E(!1),u&&u(Xn("blur")))},onChange:e=>{Zn(R.current,e.target.value)},onKeyDown:e=>{switch(e.key){case"Escape":e.preventDefault(),void 0!==C&&Zn(b.current,C),E(!1);break;case"Tab":case"Enter":"Tab"!==e.key&&e.preventDefault(),E(!1)}g.onKeyDown&&g.onKeyDown(e)},ref:b,value:v},input:{onChange:e=>{if(e.persist(),m){var t,l;const a=lr(w,e.target.value);e.detail=ir(a);const n=null!==(t=null==a||null===(l=a.path)||void 0===l?void 0:l.split("."))&&void 0!==t?t:[];if(n.length>1){let t;n.pop(),e.detail.parents=n.map(e=>(t=t?[t,e].join("."):e,ir(w.find(e=>e.path===t))))}m(e)}},ref:R,value:String(null!=v?v:"")},popover:{open:x,onOpenChange:e=>{!e&&u&&u(Xn("blur")),E(e)}},text:L,more:M}})(i,l),h=t.useRef(null),p=Dn(h),w=n("inline-flex relative w-full",{"yt-select--readonly":e.readOnly},r),b=n(kn(e),"h-8 text-left !pr-0",{"border-blue-500":m.open});t.useEffect(()=>{a&&h.current&&h.current.focus()},[]);const x={...u,className:"w-auto",invalid:void 0,style:{minWidth:null==p?void 0:p.width},tabIndex:m.open?0:-1};return t.createElement("span",{className:w,"data-taco":"select",style:o},t.createElement(d.Root,Object.assign({},m),t.createElement(d.Trigger,Object.assign({},s,{className:b,ref:h}),e.multiselect?t.createElement(t.Fragment,null,t.createElement("span",{className:"flex-grow truncate text-left"},v),g>0&&t.createElement(cn,{className:"ml-2"},"+"+g)):t.createElement("span",{className:"flex-grow truncate text-left"},v),t.createElement("span",{className:"flex h-8 w-8 items-center justify-center"},t.createElement(Za,{className:"pointer-events-none",name:m.open?"chevron-up":"chevron-down"}))),t.createElement(d.Portal,null,t.createElement(d.Content,{align:"start",sideOffset:4},t.createElement(e.multiselect?Jr:Xr,Object.assign({},x)))),t.createElement("input",Object.assign({},f,{className:"hidden",type:"text"}))))})),Oo=t.forwardRef((function(e,l){const{editable:a,...n}=e;return a?t.createElement(ur,Object.assign({},n,{dialog:void 0,inline:!0,ref:l})):t.createElement(Mo,Object.assign({},n,{ref:l}))})),No=t.forwardRef((function(e,a){const{length:r,pageIndex:o,pageSize:i,pageSizes:s=[10,25,50,100,500],setPageIndex:c,setPageSize:d,showPageControls:u=!0,showPageNumbers:m=!0,showPageSize:f=!0,dangerouslyHijackGlobalKeyboardNavigation:v=!1,...g}=e,{texts:h}=yn(),p=Math.ceil(r/i)-1,w=v;(({setPageIndex:e,maxPageIndex:t,pageIndex:a,dangerouslyHijackGlobalKeyboardNavigation:n})=>{const r=l=>e&&"Home"===l.key?(l.preventDefault(),void e(0)):e&&"End"===l.key?(l.preventDefault(),void e(t)):e&&"PageUp"===l.key?(l.preventDefault(),void e(Math.max(0,a-1))):e&&"PageDown"===l.key?(l.preventDefault(),void e(Math.min(t,a+1))):void 0;l.useEffect(()=>(n&&window.addEventListener("keydown",r),()=>{n&&window.removeEventListener("keydown",r)}),[r,n])})({setPageIndex:c,maxPageIndex:p,pageIndex:o,dangerouslyHijackGlobalKeyboardNavigation:v});const b=Math.ceil(r/i),x=o>0,E=o<b-1,y=n("inline-flex relative justify-between items-center",e.className);return t.createElement("div",Object.assign({},g,{className:y,"data-taco":"pagination",ref:a}),f&&t.createElement("span",{className:"mr-4"},((e,t,l,a)=>{const n=(t+1)*l;return a.pagination.showingXofYofTotal.replace("[X]",0===e?"0":String(t*l+1)).replace("[Y]",String(n>e?e:n)).replace("[total]",String(e))})(r,o,i,h),t.createElement(Oo,{"aria-label":h.pagination.pageSize,className:"ml-4 !w-20",data:s.map(e=>({text:String(e),value:e})),onChange:e=>{c(0),d(Number(e.target.value))},value:i})),u&&t.createElement(Ir,{as:"nav","aria-label":h.pagination.label},t.createElement(pn,{appearance:"default",disabled:!x,icon:"arrow-start",onClick:()=>c(0),"aria-label":w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage,tooltip:w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage}),t.createElement(pn,{appearance:"default",disabled:!x,icon:"arrow-left",onClick:()=>c(o-1),"aria-label":w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage,tooltip:w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage}),m&&b>0&&t.createElement(Lo,{pageCount:b,currentPageIndex:o,onClick:c}),t.createElement(pn,{appearance:"default",disabled:!E,icon:"arrow-right",onClick:()=>c(o+1),"aria-label":w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage,tooltip:w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage}),t.createElement(pn,{appearance:"default",disabled:!E,icon:"arrow-end",onClick:()=>c(b-1),"aria-label":w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage,tooltip:w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage})))})),Ho=({content:e,lastUpdated:t,onClose:a,options:r,...o})=>{const{texts:i}=yn(),{autoClose:s,type:c="default"}=r,d=n("bg-white relative flex items-center py-1 px-2 mt-3 w-full rounded yt-shadow",{"border border-grey-200":"default"===c||"loading"===c||!c,"border border-grey-500":"success"===c,"border border-blue-500":"information"===c,"border border-yellow-700":"warning"===c,"border border-red":"error"===c}),u=Ur(s,a),m=g.useAnimation();return e||console.warn(`Toast requires 'content' property, which can't be empty string, null or undefined. Current content value is set to ${""===e?"empty string":e}.`),l.useEffect(()=>{s&&u.start()},[s]),l.useEffect(()=>{t&&(function(){try{Promise.resolve(m.start({scale:1.05})).then((function(){return Promise.resolve(m.start({scale:1})).then((function(){}))}))}catch(e){return Promise.reject(e)}}(),u.running&&u.start())},[t]),l.createElement(g.motion.div,Object.assign({},o,{animate:m,className:d,"data-taco":"toast",onMouseEnter:u.pause,onMouseLeave:u.resume}),(e=>{const t="rounded-full flex-shrink-0 mr-2 mt-1 self-start";switch(e){case"success":return l.createElement(Za,{name:"tick",className:n(t,"yt-green-solid ")});case"warning":return l.createElement(Za,{name:"warning",className:n(t,"yt-yellow-solid")});case"error":return l.createElement(Za,{name:"warning",className:n(t,"yt-red-solid")});case"information":return l.createElement(Za,{name:"info",className:n(t,"yt-blue-solid")});case"loading":return l.createElement(Gn,{delay:0,className:n(t,"h-6 w-6")});default:return null}})(c),l.createElement("div",{className:"flex-grow"},e),l.createElement(pn,{appearance:"discrete",className:"text-grey-700 -mr-2 cursor-pointer self-start !px-0",icon:"close","aria-label":i.toasts.dismiss,onClick:a}))},So=t.createContext({}),Ao=(e,t,l,a,n)=>{const r=[...e],o=e.findIndex(e=>JSON.stringify(e.content)===JSON.stringify(l));return o>-1?(r[o].lastDuplicateId=t,r[o].lastUpdated=Date.now()):r.push({id:t,content:"function"==typeof l?l(n):l,options:a}),r},ko=({children:e,...l})=>{const[a,n]=t.useState([]),r=e=>{n(t=>t.filter(t=>t.id!==e))},o=t.useCallback((e,t)=>{const l=c.v4(),a=()=>r(l);n(n=>Ao(n,l,e,t,a));const o=(e,t)=>{n(n=>{const r=n.filter(e=>e.lastDuplicateId?e.lastDuplicateId!==l:e.id!==l);return Ao(r,c.v4(),e,t,a)})};return{success:(e,t)=>{o(e,{autoClose:7500,...t,type:"success"})},error:(e,t)=>{o(e,{...t,type:"error"})},warning:(e,t)=>{o(e,{...t,type:"warning"})},information:(e,t)=>{o(e,{...t,type:"information"})},loading:(e,t)=>{o(e,{...t,type:"loading"})},close:a}},[]);return t.useEffect(()=>{o.success=(e,t)=>o(e,{autoClose:7500,...t,type:"success"}),o.error=(e,t)=>o(e,{...t,type:"error"}),o.warning=(e,t)=>o(e,{...t,type:"warning"}),o.information=(e,t)=>o(e,{...t,type:"information"}),o.loading=(e,t)=>o(e,{...t,type:"loading"})},[]),t.createElement(So.Provider,Object.assign({},l,{value:o}),e,t.createElement("div",{id:"yt-toast__container",className:"pointer-events-all absolute bottom-0 right-0 !left-auto z-[1000] mb-4 mr-4 flex max-w-md flex-col items-end justify-end",role:"log"},t.createElement(g.AnimatePresence,{initial:!1},a.map(e=>t.createElement(g.motion.div,{key:e.id,transition:{type:"spring",damping:20,stiffness:300},initial:{opacity:0,y:10,scale:.5},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,scale:.5,transition:{duration:.2}}},t.createElement(Ho,Object.assign({},e,{onClose:()=>r(e.id)})))))))},jo=e=>"Enter"===e.key||" "===e.key||"Tab"===e.key,Io=(e,t)=>e.querySelectorAll(t),Do=l.forwardRef((function(e,t){const{querySelector:a,tabIndex:n=0,...r}=e,o=Bn(t),[i,s]=l.useState(),c=l.useRef(0),d=(e,t,l)=>{var a;null===(a=t.querySelector("[aria-current]"))||void 0===a||a.removeAttribute("aria-current"),l.setAttribute("aria-current","true"),l.scrollIntoView({block:"nearest"}),s(e)},u=l.useCallback(e=>{if(o.current&&e.matches(a)){const t=Io(o.current,a),l=Array.from(t).indexOf(e);l>-1&&d(l,o.current,e)}},[o.current,a]);return l.useEffect(()=>{o.current&&(o.current.setActiveIndex=u)},[o.current]),l.useEffect(()=>{if(o.current){const e=Io(o.current,a);if(e.length&&e.length!==c.current){const t=o.current.querySelectorAll("[aria-selected]");if(1===t.length){if(e){const l=t.item(0),a=Array.from(e).indexOf(l);a>-1&&d(a,o.current,l)}}else d(0,o.current,e.item(0))}c.current=e.length}},[e.children]),l.createElement("div",Object.assign({},r,{onClick:e=>{const t=e.target;if(t.matches(a)){const l=Io(e.currentTarget,a),n=Array.from(l).indexOf(t);n>-1&&d(n,e.currentTarget,t)}},onKeyDown:e=>{if(e.target!==e.currentTarget)return;const t=Io(e.currentTarget,a);if(t)if((e=>"ArrowUp"===e.key||"ArrowDown"===e.key||"Home"===e.key||"End"===e.key)(e)){e.preventDefault(),e.stopPropagation();const l=Bo(e,t,i);void 0!==l&&l!==i&&d(l,e.currentTarget,t.item(l))}else void 0!==i&&t.item(i).dispatchEvent(Jn(e))},ref:o,tabIndex:n}))})),Bo=(e,t,l,a=!0)=>{const n=((e,t,l)=>{switch(e.key){case"ArrowUp":return void 0===l?t-1:l>0?l-1:l;case"ArrowDown":return void 0===l?0:l<t-1?l+1:l;case"Home":return 0;case"End":return t-1;default:return}})(e,t.length,l);if(void 0!==n){if(n===l)return l;if(t.item(n)&&To(t.item(n))){if(a){if(0===n)return Bo(new KeyboardEvent(e.type,{...e,key:"ArrowDown"}),t,n,!1);if(n===t.length-1)return Bo(new KeyboardEvent(e.type,{...e,key:"ArrowUp"}),t,n,!1)}return Bo(e,t,n,a)}}return n},To=e=>"presentation"===e.getAttribute("role")||!!e.hasAttribute("disabled")||!!e.getAttribute("aria-disabled")||!!e.getAttribute("aria-hidden"),Po=l.createContext({}),_o=l.forwardRef((function(e,t){const{children:a,customSelector:n,disabled:r=!1,id:o,multiple:i,readOnly:s=!1,setValue:c,value:d,...u}=e,m=Sn(o),f=l.useMemo(()=>({disabled:r,readOnly:s,setValue:c,value:d}),[r,s,d]);return l.createElement(Po.Provider,{value:f},l.createElement("div",{"data-taco":"listbox2"},l.createElement(Do,Object.assign({},u,{"aria-multiselectable":!!i||void 0,id:m,ref:t,role:"listbox",querySelector:n?'[role="option"], '+n:'[role="option"]'}),a)))})),Fo=l.forwardRef((function(e,t){const{disabled:a,id:n,value:r,...o}=e,{disabled:i,readOnly:s,setValue:c,value:d}=l.useContext(Po),u=Sn(n),m=Array.isArray(d)?d.includes(r):d===r;return l.createElement("div",Object.assign({},o,{"aria-disabled":i||a?"true":void 0,"aria-selected":m?"true":void 0,id:u,onClick:t=>{a||i||s?t.stopPropagation():(c(r),"function"==typeof e.onClick&&e.onClick(t))},onKeyDown:t=>{a||i||s?t.stopPropagation():(jo(t)&&c(r),"function"==typeof e.onKeyDown&&e.onKeyDown(t))},ref:t,role:"option"}))})),Ko=l.forwardRef((function(e,t){const[a,n]=l.useState();return l.createElement(qo.Provider,{value:{setLabelledById:n}},l.createElement("div",Object.assign({},e,{"aria-labelledby":a,ref:t,role:"group"})))})),qo=l.createContext({}),Go=l.forwardRef((function(e,t){const{id:a,...n}=e,{setLabelledById:r}=l.useContext(qo),o=Sn(a);return l.useEffect(()=>{r(o)},[o]),l.createElement("div",Object.assign({},n,{id:o,ref:t,role:"presentation"}))})),Wo={green:"wcag-green-100",yellow:"wcag-yellow-100",red:"wcag-red-100",blue:"wcag-blue-100",purple:"wcag-purple-100",orange:"wcag-orange-100",brown:"wcag-brown-100",pink:"wcag-pink-100",grey:"wcag-grey-200"},Uo=l.forwardRef((e,t)=>{const{children:a,color:r,disabled:o,icon:i,readOnly:s,onDelete:c,...d}=e,u=l.useRef(null),m=n("inline-flex items-center rounded h-6 cursor-default",{"opacity-50":o,"hover:bg-opacity-75":!o,"cursor-pointer":!!d.onClick,"pointer-events-none":o||s},r?Wo[r]:Wo.grey,e.className);return l.createElement("span",Object.assign({},d,{className:m,ref:t}),l.createElement("span",{className:"truncate px-2",ref:u},i?"string"==typeof i?l.createElement(Za,{name:i,className:"mr-1 -ml-1 -mt-0.5 !h-5 !w-5"}):l.cloneElement(i,{className:"mr-1 -ml-1 -mt-0.5 !h-5 !w-5"}):null,a),c?l.createElement(Za,{name:"close",onClick:c,className:"-ml-1.5 !h-6 !w-5 flex-shrink-0 cursor-pointer rounded-r p-0.5 hover:bg-black/5"}):null)}),$o=l.createContext({}),Xo=()=>l.useContext($o);function Jo(e,t){try{var l=e()}catch(e){return t(e)}return l&&l.then?l.then(void 0,t):l}"undefined"!=typeof Symbol&&(Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"))),"undefined"!=typeof Symbol&&(Symbol.asyncIterator||(Symbol.asyncIterator=Symbol("Symbol.asyncIterator")));const Yo=Object.keys(Wo),Qo=e=>{const{color:t,text:a,value:r,...o}=e,i=l.useRef(null),{onDelete:s,onEdit:c,searchRef:d,ref:u}=Xo(),{texts:m}=yn(),[f,v]=l.useState(a),[g,h]=l.useState(t),[p,w]=l.useState(),b=e=>{v(e.target.value),w(void 0)},x=e=>function(t){try{return t.stopPropagation(),"Escape"===t.key?e():"Enter"===t.key&&y(e)(t),Promise.resolve()}catch(e){return Promise.reject(e)}},E=e=>function(t){try{t.stopPropagation(),e();const l=function(){if(s)return Promise.resolve(s(r)).then((function(){}))}();return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},y=e=>function(l){try{const n=function(){if(!c||f===a&&g===t)e();else{const t=Jo((function(){return Promise.resolve(c(r,f,g)).then((function(){e()}))}),(function(e){var t;l.preventDefault(),l.stopPropagation(),w(e),null===(t=i.current)||void 0===t||t.focus()}));if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},R=e=>{"Escape"!==e.key&&e.stopPropagation()};return l.createElement(Er,Object.assign({},o,{modal:!0}),l.createElement(Er.Content,{onCloseAutoFocus:e=>{var l,n;e.preventDefault(),v(a),h(t),w(void 0),null!=d&&d.current?null===(l=d.current)||void 0===l||l.focus():null===(n=u.current)||void 0===n||n.focus()},onInteractOutside:()=>{v(a),h(t)},onClick:e=>e.stopPropagation(),placement:"right",tabIndex:-1,className:"focus:!shadow-none"},({close:e})=>l.createElement(l.Fragment,null,l.createElement("div",{className:"flex w-32 flex-col space-y-2"},c?l.createElement(l.Fragment,null,l.createElement(kr,{className:n("!min-h-fit",{"!pb-0":!p}),invalid:!!p,message:null==p?void 0:p.message},l.createElement(Fn,{invalid:!!p,onChange:b,onKeyDown:x(e),ref:i,value:f})),t?l.createElement(l.Fragment,null,l.createElement("h5",null,"Colours"),l.createElement(Zo,{color:g,onChangeColor:h,onKeyDown:R})):null,l.createElement(Ir,null,l.createElement(Cn,{onClick:e},m.select2.cancel),l.createElement(Cn,{appearance:"primary",onClick:y(e)},m.select2.save))):null,c&&s?l.createElement("hr",null):null,s?l.createElement("button",{className:"hover:text-grey-700 flex items-center justify-start gap-1",onClick:E(e),onKeyDown:R},l.createElement(Za,{className:"!h-5 !w-5",name:"delete-permanently"})," ",m.select2.delete):null))))},Zo=e=>{const{color:t,onChangeColor:a,onClick:r,onKeyDown:o}=e,{texts:i}=yn();return l.createElement(b.Root,{"aria-label":i.select2.chooseColor,className:"grid grid-cols-4 gap-2 focus:outline-none",onClick:r,onKeyDown:o,onValueChange:e=>a(e),value:t},Yo.map(e=>l.createElement(b.Item,{"aria-label":t,className:n("flex h-6 w-6 cursor-pointer items-center justify-center rounded",Wo[e]),key:e,onFocus:()=>a(e),value:e},l.createElement(b.Indicator,{asChild:!0},l.createElement(Za,{name:"tick",className:"!h-5 !w-5"})))))},ei=/iPhone|iPad|iPod|Android/i,ti=l.forwardRef((function(e,t){var a;const{children:r,color:o,description:i,icon:s,...c}=e,{onDelete:d,onEdit:u,listboxRef:m,multiple:f,ref:v,setOpen:g,tags:h,value:p}=Xo(),w=Array.isArray(p)?!!p.length:void 0!==p,b=h&&!!o,x=u||d?t=>{var a,n;return l.createElement(Qo,Object.assign({},t,{color:e.color,key:null!==(a=e.textValue)&&void 0!==a?a:String(e.children),text:null!==(n=e.textValue)&&void 0!==n?n:String(e.children),value:e.value}))}:void 0;return l.createElement(Fo,Object.assign({},c,{className:"group mb-px flex w-full text-sm flex-shrink-0 font-normal cursor-pointer items-center rounded bg-white px-2 leading-8 text-black aria-hidden:hidden gap-1.5 bg-white hover:wcag-grey-200 aria-current:wcag-grey-200 aria-disabled:text-black/25 aria-disabled:pointer-events-none",onClick:()=>{var e;f?null===(e=v.current)||void 0===e||e.focus():g(!1)},onKeyDown:e=>{jo(e)&&(f&&"Tab"!==e.key||g(!1))},ref:t}),w?l.createElement(Za,{name:"tick",className:"pointer-events-none invisible -mx-0.5 !h-4 !w-4 group-aria-selected:visible"}):null,b?l.createElement(Uo,{className:"pointer-events-none",color:o,icon:s},r):l.createElement(l.Fragment,null,s?"string"==typeof s?l.createElement(Za,{name:s}):s:null,l.createElement("span",{className:"flex flex-col"},l.createElement("span",null,r),i?l.createElement("span",{className:"text-grey-700 -mt-1.5 mb-1.5 text-xs"},i):null)),x?l.createElement(pn,{rounded:!0,icon:"ellipsis-vertical",appearance:"discrete",className:n("group-aria-current:visible invisible ml-auto -mr-2 focus:!shadow-none group-hover:visible",{"!visible":(E=null===(a=window)||void 0===a?void 0:a.navigator,!(null==E||!E.userAgent)&&ei.test(E.userAgent))}),onClick:e=>{var t;e.stopPropagation(),null==m||null===(t=m.current)||void 0===t||t.setActiveIndex(e.currentTarget.parentElement)},popover:x,tabIndex:-1}):null);var E})),li=l.forwardRef((function(e,t){const{children:a,heading:r,...o}=e,i=n("flex flex-col gap-px",e.className);return l.createElement(Ko,Object.assign({},o,{className:i,ref:t}),l.createElement(Go,{className:"sticky top-0 bg-white px-2 font-bold leading-8"},r),a)})),ai=l.forwardRef((function(e,t){const a=n("flex items-center text-xs pl-2 h-8",e.className);return l.createElement(Go,Object.assign({},e,{className:a,ref:t}))})),ni=(e,t=0)=>{let l=0,a=null;const n=e.getBoundingClientRect();for(const r of Array.from(e.children)){if(r.getBoundingClientRect().right-n.left>n.width-t){a=l;break}l++}return a},ri=e=>{const t=n("flex select-none touch-none transition-colors hover:bg-grey",{"w-[7px] hover:w-[14px] mr-[2px] hover:px-[2px] hover:mr-0":"vertical"===e.orientation,"flex-col h-[7px] hover:h-[14px] mb-[2px] hover:py-[2px] hover:mb-0":"horizontal"===e.orientation});return l.createElement(x.Scrollbar,Object.assign({},e,{className:t}))},oi=e=>l.createElement(x.Thumb,Object.assign({},e,{className:"flex-[1] rounded bg-black opacity-50"})),ii=e=>l.createElement(x.Corner,Object.assign({},e,{classname:"bg-grey-500"})),si=e=>{const{children:t,...a}=e;return l.createElement(x.Root,Object.assign({},a,{className:n("overflow-hidden",e.className)}),l.createElement(x.Viewport,{className:"h-full w-full"},t),l.createElement(ri,{orientation:"vertical"},l.createElement(oi,null)),l.createElement(ri,{orientation:"horizontal"},l.createElement(oi,null)),l.createElement(ii,null))},ci=l.forwardRef((function(e,t){const{multiple:a,value:n}=Xo();if(Array.isArray(n)||a){const a=Array.isArray(n)?n:void 0!==n?[n]:void 0;return l.createElement(mi,Object.assign({},e,{ref:t,values:a}))}return l.createElement(ui,Object.assign({},e,{ref:t,value:n}))})),di=l.forwardRef((function(e,t){var a;const{children:r,onClick:o,tabIndex:i=0,...s}=e,{disabled:c,highlighted:d,invalid:u,open:m,readOnly:f}=Xo(),v=n("cursor-pointer !px-1.5",kn({...e,disabled:c,highlighted:d,invalid:u,readOnly:f}).replace("w-full",""),{"w-full":!(null!==(a=e.className)&&void 0!==a&&a.includes("w-"))},e.className);return l.createElement("button",Object.assign({},s,{"aria-invalid":!!u||void 0,"aria-readonly":!!f||void 0,className:v,disabled:c,onClick:e=>{c||f?e.preventDefault():"function"==typeof o&&o(e)},ref:t,role:"combobox",tabIndex:c||f?-1:i,type:"button"}),r,l.createElement(Za,{name:m?"chevron-up":"chevron-down",className:"pointer-events-none -mr-1 ml-auto"}))})),ui=l.forwardRef((function(e,t){const{children:a,value:r,...o}=e,{disabled:i,readOnly:s,tags:c}=Xo(),d=n("truncate items-center gap-1"),u=a.find(vi(r));let m;return u&&(m=c?l.createElement(Uo,{className:"truncate",color:u.props.color,disabled:i,icon:u.props.icon,readOnly:s},u.props.children):l.createElement(l.Fragment,null,u.props.icon?"string"==typeof u.props.icon?l.createElement(Za,{name:u.props.icon}):u.props.icon:null,u.props.children)),l.createElement(di,Object.assign({},o,{ref:t}),l.createElement("div",{className:d},m))})),mi=l.forwardRef((function(e,t){var a;const{children:r,values:o=[],...i}=e,{disabled:s,open:c,readOnly:d,setValue:u,tags:m}=Xo(),f=Bn(t),v=o.map(e=>r.find(t=>t.props.value===e)).filter(e=>!!e);let g,{className:h}=i;return c?(h=n("!absolute z-20",i.className),g=l.createElement(si,{className:"my-1 flex max-h-[5.5rem] flex-col"},l.createElement("div",{className:"flex flex-wrap gap-1"},v.map(e=>l.createElement(Uo,{key:e.props.value,className:"truncate",color:m?e.props.color:void 0,disabled:s,icon:e.props.icon,onDelete:t=>{null==t||t.stopPropagation(),null==t||t.preventDefault(),s||d||u(e.props.value)},readOnly:d},e.props.children))))):g=l.createElement(fi,{key:String(c),valuesAsChildren:v}),l.createElement("div",{className:n("relative inline-flex flex-grow",{"h-8":c}),style:{width:c?null===(a=f.current)||void 0===a?void 0:a.offsetWidth:void 0}},l.createElement(di,Object.assign({},i,{className:h,ref:f}),g))})),fi=({valuesAsChildren:e})=>{const{disabled:t,open:a,readOnly:r,setValue:o,tags:i}=Xo(),[s,c]=l.useState(null),d=s?ni(s,30):void 0;return l.createElement("div",{className:"relative flex items-center gap-1 overflow-hidden"},l.createElement("div",{className:"flex gap-1 truncate",ref:e=>c(e)},e.map((e,s)=>{const c=l.createElement(Uo,{key:e.props.value,className:n("cursor-pointer",{truncate:s===d,hidden:null!=d&&s>d}),color:i?e.props.color:void 0,disabled:t,icon:e.props.icon,onDelete:a?(u=e.props.value,e=>{null==e||e.stopPropagation(),null==e||e.preventDefault(),t||r||o(u)}):void 0,readOnly:r},e.props.children);var u;return s===d?l.createElement(un,{key:e.props.value,title:String(e.props.children)},c):c})),null!=d&&d<e.length-1?l.createElement(un,{title:e.slice(d+1).map(e=>e?String(e.props.children):"").join(", ")},l.createElement(cn,{className:"flex-shrink-0"},"+",e.length-(d+1))):null)},vi=e=>t=>Array.isArray(e)?e.includes(t.props.value):t.props.value===e,gi=e=>{const{value:t,...a}=e,n=l.useRef(null),r=function(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e},[e]),t.current}(t);return l.useEffect(()=>{const e=n.current,l=Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype,"value").set;if(r!==t&&l){Array.isArray(t)?t.forEach(t=>{const l=e.querySelector(`option[value='${t}']`);l&&(l.selected=!0)}):l.call(e,t);const a=new Event("change",{bubbles:!0});e.dispatchEvent(a)}},[r,t]),l.createElement("select",Object.assign({},a,{defaultValue:t,ref:n,style:{display:"none"}}))},hi=l.forwardRef((function(e,t){const{...a}=e,{listboxRef:r,searchQuery:o,setSearchQuery:i,setValidationError:s,validationError:c}=Xo();return l.createElement(kr,{className:n("mx-1.5 mb-1.5 !min-h-fit ",{"!pb-0":!c}),invalid:!!c,message:null==c?void 0:c.message},l.createElement(Fn,Object.assign({},a,{"aria-hidden":!0,autoFocus:!0,invalid:!!c,onChange:e=>{c&&s(void 0),i(e.target.value)},onKeyDown:e=>{var t;if(" "!==e.key&&(jo(e)||"ArrowDown"===e.key||"ArrowUp"===e.key))return e.preventDefault(),void(null==r||null===(t=r.current)||void 0===t||t.dispatchEvent(Jn(e)))},ref:t,value:o})))})),pi=e=>!!e.props.heading,wi=(e,t)=>{var l,a;return!(null===(l=e.props.textValue)||void 0===l||!l.toLowerCase().includes(t.toLowerCase()))||!(null===(a=e.props.description)||void 0===a||!a.toLowerCase().includes(t.toLowerCase()))||String(e.props.children).toLowerCase().includes(t.toLowerCase())},bi=e=>{const{onCreate:t,options:a}=e,{multiple:r,searchQuery:o,setOpen:i,setSearchQuery:s,setValidationError:c,setValue:d}=Xo(),{texts:u}=yn(),m=l.useMemo(()=>(e=>{const t=e.reduce((e,t)=>(t.props.color&&(e[t.props.color]=e[t.props.color]?e[t.props.color]+1:1),e),{}),l=Object.keys(t);if(l.length)return l.sort((e,l)=>t[l]-t[e])[0]})(a),[a]);if(!o)return null;const f=n("!w-[calc(100%_-_theme(spacing.3))] ml-1.5","group mb-px flex w-full text-sm flex-shrink-0 font-normal cursor-pointer items-center rounded bg-white px-2 leading-8 text-black aria-hidden:hidden gap-1.5 bg-white hover:wcag-grey-200 aria-current:wcag-grey-200 aria-disabled:text-black/25 aria-disabled:pointer-events-none");return l.createElement("button",{className:f,onClick:function(){try{const e=Jo((function(){return Promise.resolve(t(o,m)).then((function(e){d(e.value),r?s(""):i(!1)}))}),(function(e){c(e)}));return Promise.resolve(e&&e.then?e.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},onKeyDown:e=>{jo(e)&&e.currentTarget.click()}},l.createElement("span",{className:"flex items-center gap-1.5"},u.select2.create,l.createElement(Uo,{color:m,className:"cursor-pointer"},o)))},xi=e=>{const{children:t}=e;return l.createElement(si,{className:"flex max-h-[10.3rem] w-full flex-col gap-y-0.5 px-1.5"},t)},Ei=l.forwardRef((function(e,t){const{children:a,defaultValue:r,disabled:o=!1,disableSearch:i=!1,emptyValue:s,highlighted:c=!1,invalid:u=!1,multiple:m=!1,name:f,onChange:v,onCreate:g,onDelete:h,onEdit:p,readOnly:b=!1,tabIndex:x=0,tags:E=!1,value:y,...R}=e,z=Bn(t),C=l.useRef(null),V=l.useRef(null),{texts:L}=yn(),M=Dn(z),[O,N]=l.useState(!1),[H,S]=w.useControllableState({defaultProp:r,onChange:v,prop:y}),A=((e,t)=>l=>{t(t=>Array.isArray(l)?l:e?void 0===t?[l]:Array.isArray(t)?t.includes(l)?t.filter(e=>e!==l):[...t,l]:t===l?[]:[t,l]:l)})(m,S),[k,j]=l.useState(),{flattenedChildren:I,filteredChildren:D,searchQuery:B,setSearchQuery:T}=(({children:e,emptyValue:t,multiple:a,open:n,setValue:r,value:o})=>{const[i,s]=l.useState(""),c=l.useMemo(()=>{const n=(null==e?void 0:e.map(e=>pi(e)?e.props.children:e).flatMap(e=>e))||[];return void 0===t||a?n:[l.createElement(ti,{key:"__empty",children:"",value:t}),...n]},[e,t]);l.useEffect(()=>{var e;a||void 0!==t||void 0!==o||r(null==c||null===(e=c[0])||void 0===e?void 0:e.props.value)},[]),l.useEffect(()=>{n||s("")},[n]);const d=l.useMemo(()=>e.map(e=>{if(pi(e)){const t=e.props.children.filter(e=>wi(e,i));return t.length?l.cloneElement(e,{},t):null}return wi(e,i)?e:null}).filter(e=>!!e),[c,i]);return{flattenedChildren:c,filteredChildren:d,searchQuery:i,setSearchQuery:s}})({children:a,emptyValue:s,multiple:m,open:O,setValue:A,value:H}),P={disabled:o,highlighted:c,invalid:u,listboxRef:C,multiple:m,onCreate:g,onDelete:h,onEdit:p,open:O,readOnly:b,ref:z,searchQuery:B,searchRef:V,setOpen:N,setSearchQuery:T,setValidationError:j,setValue:A,tags:E,validationError:k,value:H};let _;R.onBlur&&(_=e=>{var t;const l=e.relatedTarget;if(void 0===l)return;const a=null==l||null===(t=l.closest("[data-radix-popper-content-wrapper] > :first-child"))||void 0===t?void 0:t.id;var n;a&&e.currentTarget.getAttribute("aria-controls")===a||null===(n=R.onBlur)||void 0===n||n.call(R,e)});const F=n("border-grey-300 rounded border bg-white py-1.5 shadow-md outline-none","flex flex-col gap-px");return l.createElement($o.Provider,{value:P},l.createElement(d.Root,{open:O,onOpenChange:N},l.createElement(yi,{emptyValue:s,multiple:m||E,name:f,options:I.map(e=>e.props.value),parentRef:z,setValue:A,value:H}),l.createElement(d.Trigger,{asChild:!0,"data-taco":"Select2"},l.createElement(ci,Object.assign({},R,{"aria-haspopup":"listbox",onBlur:_,onKeyDown:e=>{var t;O?e.preventDefault():"ArrowDown"===e.key&&N(!0),null===(t=C.current)||void 0===t||t.dispatchEvent(Jn(e))},ref:z}),I)),l.createElement(d.Portal,null,l.createElement(d.Content,{asChild:!0,align:"start",onOpenAutoFocus:e=>{var t;e.preventDefault(),e.stopPropagation(),null===(t=z.current)||void 0===t||t.focus()},onCloseAutoFocus:e=>{var t;e.preventDefault(),e.stopPropagation(),null===(t=z.current)||void 0===t||t.focus()},sideOffset:4,tabIndex:-1},l.createElement("div",{className:F,style:{minWidth:null!=M&&M.width?M.width+"px":void 0}},!i&&(I.length>0||g)?l.createElement(hi,{placeholder:g?L.select2.searchOrCreate:L.select2.search,ref:V}):null,I.length<=0?l.createElement("div",{className:"text-grey-700 -mt-0.5 flex h-8 items-center px-2",role:"presentation"},"No results found..."):l.createElement(_o,{className:"flex flex-col gap-0.5",customSelector:":scope > button",disabled:o,multiple:m,readOnly:b,ref:C,setValue:A,tabIndex:-1,value:H},l.createElement(xi,null,D),g?l.createElement(bi,{onCreate:g,options:I}):null))))))}));Ei.Option=ti,Ei.Group=li,Ei.Title=ai;const yi=e=>{const{emptyValue:a,multiple:n,name:r,options:o,parentRef:i,value:s,setValue:c}=e;let d;return((e,l)=>{const[a,n]=t.useState(!1);return t.useEffect(()=>{let t;var a;return e.current&&(t=e.current.closest("form"),n(!!t),l&&t&&t.addEventListener("reset",l),null===(a=e.current.closest("form"))||void 0===a||a.addEventListener("reset",l)),()=>{t&&t.removeEventListener("reset",l)}},[e]),a})(i,()=>c(n?[]:void 0))?(void 0!==s&&(d=n?Array.isArray(s)?s.map(String):[null===s?"":String(s)]:null===s?"":String(s)),l.createElement(gi,{"aria-hidden":!0,key:String(d),multiple:n,name:r,value:d},void 0!==a?l.createElement("option",{value:a}):null,o.map(e=>l.createElement("option",{key:String(e),value:String(e)})))):null};Ei.displayName="Select2";const Ri=({keys:e,...t})=>{const a=n("inline-flex gap-0.5",t.className);return l.createElement("span",Object.assign({},t,{className:a}),e.map(e=>l.createElement("kbd",{key:e,className:"wcag-blue-900 inline-flex h-4 items-center rounded px-1 font-mono text-xs font-normal"},e)))},zi=(e,t)=>{var l;const a={index:e.index,indexPath:e.id,values:e.original};return(null===(l=e.subRows)||void 0===l?void 0:l.length)>0?(a.isExpanded=!!e.isExpanded,a.depth=e.depth,a.toggleRowExpanded=()=>e.toggleRowExpanded(!a.isExpanded)):t&&(a.isExpanded=!!e.isExpanded,a.toggleRowExpanded=()=>e.toggleRowExpanded(!a.isExpanded)),e.toggleRowEditing&&(a.isEditing=!!e.isEditing,a.toggleRowEditing=e.toggleRowEditing),a},Ci=(e,t)=>{const a=[];return{columns:l.Children.toArray(e).filter(e=>!!e&&!e.props.hidden).map(({props:{children:e,...l}})=>{const n={...l};if(n.sortType=n.sortType||"auto",n.disableSortBy=n.disableSorting,l.title&&e){n.Header=l.title;const{columns:r,sortRules:o}=Ci(e,t);n.columns=r,o.forEach(e=>a.push(e))}else n.accessor=l.accessor,n.Header=l.headRenderer||"",n.Cell=e=>{var a,n;const r={accessor:e.cell.column.id,row:zi(e.cell.row,t),value:e.cell.value};return r.row.isEditing&&"function"==typeof l.editRenderer?l.editRenderer(r):"function"==typeof l.cellRenderer?null!==(a=l.cellRenderer(r))&&void 0!==a?a:null:null!==(n=r.value)&&void 0!==n?n:null},n.align=l.align,n.flex=l.flex,l.sort&&!l.disableSorting&&a.push({id:l.accessor,desc:"desc"===l.sort});return n}),sortRules:a}},Vi=e=>null==e?void 0:e.map(e=>({id:e.accessor,desc:e.desc})),Li=e=>{const t="string"==typeof e?new Date(e):e;return null!=t&&t.getTime?t.getTime():void 0},Mi=(e="",t=",")=>{if("number"==typeof e)return e;if(null===e||!e.length)return;let l;return l=Number(","===t?e.replace(/\./g,"").replace(",","."):e.replace(/,/g,"")),Number.isNaN(l)?void 0:l},Oi=e=>{if(e)return String(e).toLowerCase()},Ni=e=>"boolean"==typeof e?e:isNaN(e)?Oi(e):Number(e),Hi=(e,t)=>void 0!==e&&void 0===t?1:e===t?0:e>t?1:-1,Si=(e,t,l)=>e&&t?((e,t,l)=>{const a=e.localeCompare(t,l);return 0===a?0:a>0?1:-1})(e,t,l):Hi(e,t);function Ai(e,t){if(t.type===E.actions.init)return{allowEditing:!0,editingRowUniqueId:null,...e};if(t.type===E.actions.resetRowEditing||t.type===E.actions.resetPage||t.type===E.actions.gotoPage)return{...e,editingRowUniqueId:null};if(t.type===E.actions.toggleRowEditing){const{id:l}=t;return{...e,editingRowUniqueId:l}}return t.type===E.actions.toggleEditing?{...e,allowEditing:!e.allowEditing}:e}function ki(e){const{dispatch:t}=e,a=l.useCallback(()=>{t({type:E.actions.resetRowEditing})},[t]),n=l.useCallback(e=>{t({type:E.actions.toggleRowEditing,id:e})},[t]),r=l.useCallback(()=>{t({type:E.actions.toggleEditing})},[t]);Object.assign(e,{resetRowEditing:a,toggleRowEditing:n,toggleEditing:r})}E.actions.resetRowEditing="resetRowEditing",E.actions.toggleRowEditing="toggleRowEditing",E.actions.toggleEditing="toggleEditing";const ji=(e,t)=>{const l=[],a=[];if(e){let n=e.filter(e=>!!e&&"boolean"!=typeof e);t&&(n=n.filter(e=>void 0===e.visible||("function"==typeof e.visible?e.visible(t):e.visible))),n.forEach(e=>{e.showOnRow?l.push(e):a.push(e)})}return[l,a]},Ii=(e,t)=>({"aria-label":"function"==typeof e.tooltip?e.tooltip(t):e.tooltip,disabled:"function"==typeof e.disabled?e.disabled(t):e.disabled,onClick:l=>{e.onClick(t,l)}}),Di=()=>(l.useEffect(()=>{const e=e=>{var t,l;"Escape"===e.key&&null!==(t=e.target)&&void 0!==t&&null!==(l=t.form)&&void 0!==l&&l.reset&&(e.preventDefault(),e.target.form.reset())};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[]),l.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},l.createElement(pn,{appearance:"primary",icon:"tick",type:"submit",className:"mr-2"}),l.createElement(pn,{appearance:"ghost",icon:"close",type:"reset"})));function Bi(e,t){if(t.type===E.actions.init)return{draggingRowIndexPath:null,...e};if(t.type===E.actions.resetRowDragging)return{...e,draggingRowIndexPath:null};if(t.type===E.actions.toggleRowDragging){const{indexPath:l}=t;return{...e,draggingRowIndexPath:l}}return e}E.actions.resetRowDragging="resetRowDragging",E.actions.toggleRowDragging="toggleRowDragging";const Ti=(e,{instance:t})=>{var l;e.toggleRowDragging=()=>{t.dispatch(t.state.draggingRowIndexPath===e.id?{type:E.actions.resetRowDragging}:{type:E.actions.toggleRowDragging,indexPath:e.id})},e.isDragging=!(!t.state.draggingRowIndexPath||t.state.draggingRowIndexPath!==e.id&&(null===(l=t.state.selectedRowIds)||void 0===l||!l[e.id]))},Pi=e=>[{id:"draggable",className:"yt-table__cell--draggable flex-col px-0",Cell:()=>l.createElement(Za,{name:"drag",className:"text-grey-700 invisible w-[20px] cursor-grab"}),flex:"0 0 20px"},...e],_i=10,Fi=(e,t)=>{var a;const{children:n,data:r,onRowClick:o,onRowDrag:i,onSelectedRows:s,rowClassName:c,rowExpansionRenderer:d,rowHeight:u,selectedRows:m,disableSorting:f,manualSorting:v,onSort:g,sortRules:h,disablePagination:p=!0,length:b,onPaginate:x,pageSize:R=_i,pageIndex:z=0,inlineEditingUniqueId:C,onRowCreate:V,actions:L,onRowEdit:M,onRowCopy:O,onRowDelete:N,onRowActive:H,windowed:S=!1,...A}=e;if(s&&!m||!s&&m)throw new Error("Selected rows in a Table component are fully controlled - you must pass both the `onSelectedRows` and `selectedRows` props when using row selection");const{texts:k,locale:j}=yn(),{columns:I,sortRules:D}=l.useMemo(()=>Ci(n,d),[n,d]),B=!p&&!!x&&!!b,{headerGroups:T,rows:P,sortedRows:_,prepareRow:F,state:K,page:q,gotoPage:G,setPageSize:W,...U}=E.useTable({columns:I,data:r,initialState:{sortBy:Vi(h)||D,pageSize:p?void 0:R,pageIndex:p?void 0:z},manualPagination:B,pageCount:B&&b?Math.ceil(b/R):-1,manualSortBy:v,disableSortBy:f,autoResetExpanded:!1,autoResetSelectedRows:!1,autoResetSortBy:!1,autoResetPage:!1,sortTypes:l.useMemo(()=>(e=>({datetime:(e,t,l)=>{const a=Li(e.values[l]),n=Li(t.values[l]);return Hi(a,n)},string:(t,l,a)=>{const n=Oi(t.values[a]),r=Oi(l.values[a]);return Si(n,r,e)},number:(e,t,l)=>{const a=Mi(e.values[l]),n=Mi(t.values[l]);return Hi(a,n)},boolean:(e,t,l)=>Hi(!!e.values[l],!!t.values[l]),auto:(t,l,a)=>{const n=Ni(t.values[a]),r=Ni(l.values[a]);return"string"==typeof n&&"string"==typeof r?Si(n,r,e):Hi(n,r)}}))(j),[]),useControlledState:e=>l.useMemo(()=>({...e,selectedRowIds:m||[]}),[e,m])},E.useRowState,E.useSortBy,E.useExpanded,E.usePagination,(e=>{const t=t=>{if(E.useRowSelect(t),e){const a=(t,l)=>e(e=>{const a={...e};return l?a[t]=!0:delete a[t],a});t.prepareRow.push(e=>{e.toggleRowSelected=()=>a(e.id,!e.isSelected)});const n=l.useRef();t.visibleColumns.push(t=>[{id:"selection",Header:({getToggleAllRowsSelectedProps:t,rows:a})=>{const{...n}=t();return l.createElement(An,Object.assign({},n,{onChange:t=>{e(t?Object.assign({},Array(a.length).fill(!0)):{})}}))},Cell:({row:e,rows:t})=>{const{...r}=e.getToggleRowSelectedProps(),o=t.findIndex(t=>t.index===e.index);return l.createElement(An,Object.assign({},r,{className:"!mt-2.5",onClick:l=>{if(l.shiftKey){const[e,l]=[(s=o)<(i=n.current||0)?s:i,s>i?s:i];for(let n=e;n<=l;n++)a(t[n].id,!0)}else a(e.id,!r.checked);var i,s;n.current=o},onChange:()=>!1}))},flex:"0 0 36px",className:"flex-col justify-start !py-0"},...t])}};return t.pluginName="useRowSelect",t})(s),(e=>{const t=t=>{e&&(t.stateReducers.push(Bi),t.prepareRow.push(Ti),t.visibleColumns.push(Pi),t.getRowProps.push((e=>(t,{instance:l,row:a})=>[t,{draggable:!0,onDragStart:t=>{t.persist(),a.toggleRowDragging();const n=[a.id,...Object.keys(l.state.selectedRowIds)],r=l.rows.filter(e=>n.includes(e.id)).map(zi);e(r,e=>{const l=window.document.createElement("div");l.id="yt-table__drag__placeholder",l.innerText=e,window.document.body.appendChild(l),"function"==typeof DataTransfer.prototype.setDragImage&&t.dataTransfer.setDragImage(l,0,20)},t)},onDragEnd:()=>{const e=document.getElementById("yt-table__drag__placeholder");e&&e.parentNode&&e.parentNode.removeChild(e),a.toggleRowDragging()}}])(e)))};return t.pluginName="useRowDraggable",t})(i),(e=>{const t=t=>{e&&(t.stateReducers.push(Ai),t.useInstance.push(ki),t.prepareRow.push((e=>(t,{instance:l})=>{const a=t.original[e];t.toggleRowEditing=()=>{l.state.editingRowUniqueId===a?l.resetRowEditing():l.toggleRowEditing(a)},t.isEditing=t.original._createKey?l.state.editingRowUniqueId===t.original._createKey:l.state.editingRowUniqueId===a,t.canEdit=l.state.allowEditing&&(t.isEditing||!l.state.editingRowUniqueId)})(e)))};return t.pluginName="useRowEditing",t})(C),((e,t,a,n,r,o=!1)=>{const i=!!e,s=((e,t,l)=>{const[a,n]=ji(l);let r=a.length+(n.length?1:0);return t.onRowCreate&&r++,t.onRowCopy&&r++,t.onRowDelete&&r++,(e||t.onRowEdit)&&(r++,r<2&&r++),r})(e,t,a),c=c=>{((e,t,l)=>!!l||t.onRowCreate||t.onRowCopy||t.onRowDelete||!!e||t.onRowEdit)(e,t,a)&&c.visibleColumns.push(e=>[...e,{id:"_actions",className:"flex justify-end px-1 overflow-visible",flex:`0 0 calc((${s} * 2rem) + .5rem)`,Cell:({row:e})=>{if(e.isEditing)return l.createElement(Di,null);const s=zi(e,n),[c,d]=ji(a,s),u=l.createElement(l.Fragment,null,t.onRowCreate&&l.createElement(pn,{appearance:"discrete",icon:"circle-plus","aria-label":r.table.newSubRow,tooltip:r.table.newSubRow,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),l.persist(),e.setActive(),e.isExpanded||e.toggleRowExpanded(),t.onRowCreate(s,l)}}),(i||t.onRowEdit)&&l.createElement(pn,{appearance:"discrete",icon:"edit","aria-label":r.table.edit,tooltip:r.table.edit,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),e.setActive(),i?e.toggleRowEditing():t.onRowEdit&&(l.persist(),t.onRowEdit(s,l))}}),t.onRowCopy&&l.createElement(pn,{appearance:"discrete",icon:"copy","aria-label":r.table.copy,tooltip:r.table.copy,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),l.persist(),e.setActive(),t.onRowCopy(s,l)}}),t.onRowDelete&&l.createElement(pn,{appearance:"discrete",icon:"delete","aria-label":r.table.del,tooltip:r.table.del,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),l.persist(),e.setActive(),t.onRowDelete(s,l)}}),c.map((e,t)=>l.createElement(pn,Object.assign({},Ii(e,s),{key:t,appearance:"discrete",icon:"function"==typeof e.icon?e.icon(s):e.icon,tooltip:"function"==typeof e.tooltip?e.tooltip(s):e.tooltip}))),d.length?l.createElement(po,null,l.createElement(po.Trigger,null,l.createElement(pn,{appearance:"discrete",icon:"ellipsis-vertical","aria-label":r.table.actions,tooltip:r.table.actions,disabled:i&&!e.canEdit,onClick:t=>{t.stopPropagation(),e.setActive()}})),l.createElement(po.Content,null,d.map((e,t)=>l.createElement(po.Item,Object.assign({key:t,icon:"function"==typeof e.icon?e.icon(s):e.icon},Ii(e,s)),"function"==typeof e.text?e.text(s):e.text)))):null);return o?l.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},u):l.createElement(y.InView,{rootMargin:"100px 0px"},({inView:e,ref:t})=>l.createElement("div",{className:"-mt-1 -mb-1 h-8 flex",ref:t},e?u:null))}}])};return c.pluginName="useRowActions",c})(C,{onRowCreate:V,onRowEdit:M,onRowCopy:O,onRowDelete:N},L,d,k,S));((e,t,a)=>{l.useEffect(()=>{!e&&t&&t(a.pageIndex,a.pageSize)},[a.pageIndex,a.pageSize])})(p,x,K),((e,t,a,n,r)=>{l.useEffect(()=>{if(a){const l=r.sortBy.map(e=>({accessor:e.id,desc:e.desc}));if(n)a(l);else{let n;l.length&&null!=t&&t.length&&(n=t.map(e=>e.original)),a(l,n||e)}}},[a&&JSON.stringify(r.sortBy),n])})(r,_,g,!!v,K);const $=((e,t)=>{const a=l.useMemo(()=>({toggleAllRowsExpanded:e.toggleAllRowsExpanded,toggleHideAllColumns:e.toggleHideAllColumns,toggleHideColumn:e.toggleHideColumn,toggleEditing:e.toggleEditing,toggleRowEditing:e.toggleRowEditing,resetRowEditing:e.resetRowEditing,toggleRowExpanded:e.toggleRowExpanded,toggleSortBy:e.toggleSortBy}),[]);return l.useEffect(()=>{null!=t&&t.current&&(t.current.instance=a)},[t]),a})(U,t),X=p||B?P:q,[J,Y,Q,Z]=((e,t,a,n)=>{const r=e.dangerouslyHijackGlobalKeyboardNavigation,[o,i]=w.useControllableState({prop:e.activeIndex,defaultProp:void 0!==e.defaultActiveIndex?e.defaultActiveIndex:r?0:void 0,onChange:t=>{var l;void 0!==t&&(null===(l=e.onChangeActiveIndex)||void 0===l||l.call(e,t))}}),s=e=>{var l;const s=e.metaKey||e.ctrlKey||e.altKey||e.shiftKey;if(r&&document.activeElement!==n.current&&"search"!==(null===(l=document.activeElement)||void 0===l?void 0:l.getAttribute("type"))&&document.activeElement!==document.body)return;if(!r&&document.activeElement!==n.current)return;if(void 0!==o){const l=t[o];if(l){const t=zi(l,a.rowExpansionRenderer);if(a.onRowClick&&"Enter"===e.key)return e.preventDefault(),void a.onRowClick(t);if(l.toggleRowSelected&&" "===e.key)return e.preventDefault(),void l.toggleRowSelected();if(l.toggleRowExpanded){if(l.isExpanded&&"ArrowLeft"===e.key)return e.preventDefault(),void l.toggleRowExpanded();if(!l.isExpanded&&"ArrowRight"===e.key)return e.preventDefault(),void l.toggleRowExpanded()}if(l.toggleRowEditing&&l.canEdit&&!l.isEditing){if(a.onRowCreate&&e.shiftKey&&"n"===e.key)return e.preventDefault(),l.isExpanded||l.toggleRowExpanded(),void a.onRowCreate(t,e);if("e"===e.key)return e.preventDefault(),void l.toggleRowEditing()}if(a.onRowEdit&&"e"===e.key&&!s)return e.preventDefault(),void a.onRowEdit(t,e);if(a.onRowCopy&&"c"===e.key&&!s)return e.preventDefault(),void a.onRowCopy(t,e);if(a.onRowDelete&&"Delete"===e.key&&!s)return e.preventDefault(),void a.onRowDelete(t,e)}}const c=Kn(e.key,t.length,o);void 0!==c&&(e.preventDefault(),i(c))};return l.useEffect(()=>(r&&window.addEventListener("keydown",s),()=>{r&&window.removeEventListener("keydown",s)}),[s]),[o,i,e=>{r||s(e.nativeEvent)},()=>{void 0===o&&t.length&&i(0)}]})(e,X,{onRowClick:o,onRowCreate:V,onRowEdit:M,onRowCopy:O,onRowDelete:N,rowExpansionRenderer:d},t);((e,t,a,n)=>{l.useEffect(()=>{if(void 0!==e&&t.length&&n){const l=t[e];if(l){const e=zi(l,a);n(e)}}},[e,t])})(J,P,d,H);const ee=l.useCallback((e,t)=>{F(e),e.setActive=()=>Y(t)},[F,Y]);return{rowProps:{activeIndex:J,setActiveIndex:Y,onRowClick:o,rowClassName:c,rowExpansionRenderer:d,rowHeight:u,inlineEditingUniqueId:C},tableProps:{...A,headerGroups:T,onFocus:Z,onKeyDown:Q,tabIndex:null!==(a=A.tabIndex)&&void 0!==a?a:0},state:K,pagination:p?null:{length:B&&b?b:r.length,pageIndex:K.pageIndex,pageSize:K.pageSize,setPageIndex:G,setPageSize:W},rows:X,prepareRow:ee,instance:$}},Ki=(e,t)=>{const a={...e.getCellProps(),className:n("yt-table__cell flex-1 truncate p-2 align-middle",e.column.className,{"justify-start text-left":"left"===e.column.align,"justify-end text-right":"right"===e.column.align,"text-center":!e.column.align}),style:{...e.column.style,flex:"function"==typeof e.column.flex?e.column.flex(t):e.column.flex}};return l.createElement("div",Object.assign({},a,{role:"gridcell","data-taco":"table-cell"}),e.render("Cell")||null)},qi=l.forwardRef((function({row:e,index:t,instance:a,...r},o){const{activeIndex:i,onRowClick:s,rowClassName:c,rowExpansionRenderer:d,rowHeight:u,setActiveIndex:m,style:f,inlineEditingUniqueId:v}=r,g=zi(e,d),h={...e.getRowProps(),style:{...f,minHeight:u?u+"px":void 0,paddingLeft:e.depth?2*e.depth+"rem":void 0},className:n("yt-table__row border-grey-300 flex border-b min-h-[2.5rem] hover:bg-grey-100",{"yt-table__row--active bg-grey-200 hover:bg-grey-200":i===t,"yt-table__row--clickable":!!s,"yt-table__row--dragging":!!e.isDragging,"yt-table__row--editing":!!e.isEditing},"function"==typeof c?c(g):c),onClick:s?e=>{(e.target===e.currentTarget||e.target.classList.contains("yt-table__cell"))&&(e.preventDefault(),e.persist(),m(t),s(g))}:()=>{m(t)}};let p=e.cells;e.depth>0&&(p=e.cells.filter(e=>!e.column.hiddenOnSubRows));const w=d&&e.isExpanded&&l.createElement("div",null,d(g,a)),b=l.useMemo(()=>l.createElement(l.Fragment,null,l.createElement(R.FocusScope,{key:e.original._createKey,contain:!0,restoreFocus:!0,autoFocus:!0},l.createElement("div",Object.assign({},h,{role:"row",ref:o}),l.createElement("input",{type:"hidden",name:"_rowIndexPath",value:e.id}),l.createElement("input",{type:"hidden",name:"_inlineEditingUniqueId",value:e.original[v]}),p.map(e=>Ki(e,g)))),w),[e.original._createKey]);return e.isEditing?b:l.createElement(l.Fragment,null,l.createElement("div",Object.assign({},h,{role:"row",ref:o}),p.map(e=>Ki(e,g))),w)})),Gi=({cell:e})=>{const t={...e.getHeaderProps(),...e.getSortByToggleProps&&e.getSortByToggleProps({title:void 0}),className:n("yt-table__cell flex flex-1 truncate p-2 align-middle text-grey-700 hover:text-black",e.className,{"yt-table__cell__group":!!e.columns,"cursor-pointer":!e.disableSorting,"justify-start text-left":"left"===e.align,"justify-end text-right":"right"===e.align,"justify-center text-center":"center"===e.align||!e.align}),style:{...e.style,flex:e.flex}};return e.isSorted&&(t["aria-sort"]=e.isSortedDesc?"descending":"ascending"),l.createElement("div",Object.assign({},t,{key:e.id,"data-taco":"table-column"}),l.createElement("span",{className:"truncate"},e.render("Header")),e.isSorted?l.createElement(Za,{name:e.isSortedDesc?"chevron-down-solid":"chevron-up-solid",className:"-mt-0.5"}):null)},Wi=()=>null,Ui=l.forwardRef((function(e,t){const a=Bn(t),{autoFocus:r,children:o,headerGroups:i,headerRef:s,bodyRef:c,...d}=e;l.useEffect(()=>{r&&a.current&&a.current.focus()},[]);const u=n("yt-table flex flex-col focus:yt-focus focus:rounded-sm",e.className);return l.createElement("div",Object.assign({},d,{role:"table",className:u,ref:a}),l.createElement("div",{role:"rowgroup",className:"yt-table__head",ref:s},null==i?void 0:i.map((e,t)=>l.createElement("div",{key:t,role:"row",className:"border-grey-300 flex h-auto min-h-[2.5rem] w-full select-none border-t-0 border-b-2 font-bold"},e.headers.map((e,t)=>l.createElement(Gi,{key:t,index:t,cell:e}))))),l.createElement("div",{role:"rowgroup",className:"yt-table__body",ref:c},o))})),$i=l.forwardRef((function(e,t){const{emptyStateRenderer:a=Wi,...n}=e,r=Bn(t),{rowProps:o,tableProps:i,rows:s,prepareRow:c,pagination:d,instance:u}=Fi(n,r);let m;return d&&(m=l.createElement(No,{className:"my-4 w-full",length:d.length,pageIndex:d.pageIndex,pageSize:d.pageSize,setPageIndex:d.setPageIndex,setPageSize:d.setPageSize,showPageControls:d.length>d.pageSize,dangerouslyHijackGlobalKeyboardNavigation:e.dangerouslyHijackGlobalKeyboardNavigation})),l.createElement(l.Fragment,null,m,l.createElement(Ui,Object.assign({},i,{ref:r}),s.length?s.map((e,t)=>(c(e,t),l.createElement(qi,Object.assign({},o,{key:t,index:t,row:e,instance:u,headerGroups:i.headerGroups})))):a()),m)}));$i.Column=()=>null,$i.Group=()=>null;const Xi=l.forwardRef((function(e,t){return l.createElement($i,Object.assign({},e,{disablePagination:!1,ref:t}))}));Xi.Column=()=>null,Xi.Group=()=>null;const Ji=l.memo(({data:e,index:t,style:{...a}})=>{const{texts:n}=yn(),{rows:r,setRowHeight:o,rowProps:i,tableProps:s,instance:c,prepareRow:d,rowHeights:u}=e,m=r[t],f=l.useRef(null);return l.useEffect(()=>{null!=f&&f.current&&o(t,f.current.getBoundingClientRect().height)},[u[t]]),m?(d(m,t),l.createElement(qi,Object.assign({},i,{style:a,key:t,index:t,row:m,instance:c,headerGroups:s.headerGroups,setRowHeight:o,ref:f}))):l.createElement("div",{className:"yt-table__row",role:"row",style:a},l.createElement("div",{className:"yt-table__cell text-grey-300"},n.table.loading))},z.areEqual),Yi=(e={})=>{const t=Object.keys(e);return t.reduce((t,l)=>t+e[l],0)/t.length},Qi=l.forwardRef((function(e,t){const a=Bn(t),{emptyStateRenderer:r=Wi,length:o,loadMore:i,...s}=e,{rowProps:c,tableProps:d,rows:u,prepareRow:m,instance:f,state:v}=Fi({...s,windowed:!0},a),g=l.useRef(null),[h,p]=l.useState(null),w=Dn(a),b=Dn(g),x=w&&b?w.height-b.height:null,E=c.rowHeight||40,y=l.useRef({}),R=l.useCallback((e,t)=>{y.current[e]!==t&&(y.current={...y.current,[e]:t},h&&h.resetAfterIndex(0))},[]),V=l.useCallback(e=>y.current[e]||E,[]);l.useEffect(()=>{h&&void 0!==c.activeIndex&&h.scrollToItem(c.activeIndex,"start")},[h,c.activeIndex]),l.useEffect(()=>{y.current={},h&&h.resetAfterIndex(0)},[u.length]);const L=n(d.className,"yt-table--windowed",{"table-with-scrollbar":null!==x&&(E*e.data.length||0)>x});let M;if(x&&u.length){const e={height:x,itemData:{rows:u,setRowHeight:R,rowProps:c,tableProps:d,instance:f,prepareRow:m,state:v,rowHeights:y.current},estimatedItemSize:Yi(y.current),itemSize:V,width:"100%"};M=i&&o?l.createElement(C,{isItemLoaded:e=>!!u[e],itemCount:o,loadMoreItems:i},({onItemsRendered:t,ref:a})=>l.createElement(z.VariableSizeList,Object.assign({},e,{itemCount:o,onItemsRendered:t,ref:e=>{a(e),p(e)}}),Ji)):l.createElement(z.VariableSizeList,Object.assign({},e,{itemCount:u.length,ref:e=>{p(e)}}),Ji)}return l.createElement(Ui,Object.assign({},d,{className:L,headerRef:g,ref:a}),M||r())}));Qi.Column=()=>null,Qi.Group=()=>null;const Zi=e=>{var t;return null!==(t=null==e?void 0:e.split(".").map(Number))&&void 0!==t?t:[]},es=(e,t)=>{if(!t)return;const l=[...e],a=Zi(String(t));if(a.length){const e=a.shift();return a.reduce((e,t)=>{var l;return null==e||null===(l=e.subRows)||void 0===l?void 0:l[t]},l[e])}},ts=e=>{let t;if(e){const l=Zi(e);l.pop(),l.length&&(t=l.join("."))}return t},ls=(e,t,l={})=>{const a=JSON.parse(JSON.stringify(e));let n;if(t){var r;const e=Zi(t),o=es(a,e.join(".")),i=null!==(r=null==o?void 0:o.subRows)&&void 0!==r?r:[],s=e.map(e=>`[${e}]`).join(".subRows")+".subRows";i.unshift(l),V(a,s,i),e.push(0),n=e.join(".")}else a.unshift(l),n="0";return[a,n]},as=(e,t)=>{const l=JSON.parse(JSON.stringify(e)),a=Zi(t),n=Number(a.shift());if(a.length){const e=a.map(e=>`subRows[${e}]`).join(".");L(l[n],e),a.pop();const t=a.length?a.map(e=>`subRows[${e}]`).join(".")+".subRows":"subRows";V(l[n],t,O(M(l[n],t)))}else N(l,n);return l},ns=l.createContext({isActive:!1,editMode:{validationErrors:null,setValidationErrors:()=>{},rowMoveReason:{},setRowMoveReason:()=>{}},isHovered:!1,setIsHovered:()=>{}}),rs=({isActiveRow:e,children:t,meta:a})=>{const[n,r]=l.useState(!1),[o,i]=l.useState(null),[s,c]=l.useState({});l.useEffect(()=>{var t;const l=null===(t=a.tableRef.current)||void 0===t?void 0:t.contains(document.activeElement);e&&l&&a.editMode.moveToFirstColumn(a.focussableColumnIndexes)},[a.editMode.isEditing,a.focussableColumnIndexes]);const d=l.useMemo(()=>({isActive:e,editMode:{validationErrors:o,setValidationErrors:i,rowMoveReason:s,setRowMoveReason:c},isHovered:n,setIsHovered:r}),[e,n,s,o]);return l.createElement(ns.Provider,{value:d},t)},os=()=>l.useContext(ns),is=e=>"__select"===e||"__expansion"===e||"__actions"===e||"__draggable"===e,ss=l.memo(({lastSelectedRowIndex:e,rowIndex:t,isSelected:a,table:n,tableRef:r,texts:o,toggleSelected:i})=>{const s=n.options.meta;return l.createElement(un,{title:l.createElement(l.Fragment,null,a?o.table2.columns.select.select:o.table2.columns.select.deselect,l.createElement(Ri,{className:"ml-2",keys:["Space"]}))},l.createElement(An,{"aria-label":a?o.table2.columns.select.select:o.table2.columns.select.deselect,className:"hover:border-blue !mt-[0.45rem]",checked:a,onClick:l=>{var a,o,c;if(l.stopPropagation(),l.shiftKey){const[l,a]=[(c=t)<(o=(null==e?void 0:e.current)||0)?c:o,c>o?c:o];n.getRowModel().rows.slice(l,a+1).forEach(e=>e.toggleSelected(!0))}else i();e.current=t,s.setActiveRowIndex(t),null===(a=r.current)||void 0===a||a.focus()},onChange:()=>!1,tabIndex:-1}))}),cs=l.memo(({expandedRowRenderer:e,row:t,texts:a})=>{if(!e(t.original))return null;const n=t.getIsExpanded();return l.createElement(un,{title:l.createElement(l.Fragment,null,n?a.table2.columns.expansion.collapse:a.table2.columns.expansion.expand,l.createElement(Ri,{className:"ml-2",keys:["Ctrl",n?"←":"→"]}))},l.createElement(pn,{title:n?a.table2.columns.expansion.collapse:a.table2.columns.expansion.expand,appearance:"discrete",icon:n?"chevron-down":"chevron-right",onClick:e=>{e.stopPropagation(),t.toggleExpanded()},tabIndex:-1}))}),ds=(e,t)=>"function"==typeof e?e(t):e,us=l.memo(({row:e,actions:t,moreActions:a,table:n,texts:r})=>{const{isActive:o,isHovered:i}=os();if(!i&&!o)return null;const s=t=>void 0===t.visible||("function"==typeof t.visible?t.visible(e.original):t.visible),c=t.filter(s),d=a.filter(s),u="group-hover/row:flex group-[[aria-current]]/row:flex hidden",m=n.options.meta.activeRowIndex===e.index?0:-1;return l.createElement("span",{className:"-mb-2 -mt-1.5 flex justify-end text-right"},c.map((t,a)=>l.createElement(pn,{key:a,className:u,"aria-label":ds(t.ariaLabel,e.original),appearance:"discrete",dialog:t.dialog?t.dialog(e.original):void 0,disabled:ds(t.disabled,e.original),icon:ds(t.icon,e.original),onClick:l=>{l.stopPropagation(),t.onClick&&t.onClick(e.original)},tabIndex:m,tooltip:ds(t.text,e.original)})),d.length?l.createElement(pn,{className:u,"aria-label":r.table2.columns.actions.tooltip,appearance:"discrete",icon:"more",onClick:e=>{e.preventDefault()},tabIndex:m,menu:t=>l.createElement(po,Object.assign({},t),l.createElement(po.Content,null,d.map((t,a)=>l.createElement(po.Item,{key:a,dialog:t.dialog?t.dialog(e.original):void 0,disabled:ds(t.disabled,e.original),icon:ds(t.icon,e.original),onClick:()=>{t.onClick&&t.onClick(e.original)}},ds(t.text,e.original))))),tooltip:r.table2.columns.actions.tooltip}):null)}),ms=(e="normal",t=!1)=>n("min-h-0 flex items-start",((e,t=!1)=>{switch(e){case"compact":return t?"py-0":"py-1.5";case"comfortable":return t?"py-2":"py-3.5";case"spacious":return t?"py-3":"py-5";default:return t?"py-1":"py-2.5"}})(e,t),t?"px-[7px]":"px-4"),fs=(e="left")=>({"justify-start text-left":"left"===e,"justify-end text-right":"right"===e,"justify-center text-center":"center"===e}),vs=l.forwardRef((function(e,t){var a;const{column:r,scrolled:o,style:i,table:s,...c}=e,d=!!r.getIsPinned(),u=s.options.meta.columnOffsets[r.id],m=s.getLeftVisibleLeafColumns().map(e=>e.id),f=n("border-grey-300",((e,t,l)=>{const a=!!e.getIsPinned(),n=t.indexOf(e.id),r=a&&n===t.length-1;return{"shadow-[6px_0px_6px_rgb(0_0_0/8%),1px_0px_0px_theme(colors.grey.300)]":r&&l,"shadow-[1px_0px_0px_theme(colors.grey.300)]":r&&!l&&!(!l&&("__expansion"===e.id||"__select"===e.id))}})(r,m,o),fs(null===(a=r.columnDef.meta)||void 0===a?void 0:a.align),{"cursor-pointer":!!c.onClick},c.className);return l.createElement("div",Object.assign({},c,{className:f,style:{...i,left:d&&Number.isInteger(u)?u:void 0},ref:t}))})),gs=t.forwardRef((function(e,l){const{label:a,onChange:r,...o}=e,i=Sn(e.id),s=n("group h-5 w-9 flex flex-shrink-0 rounded-full inline-flex",{"mr-2":!!a,"bg-grey-500 hover:bg-grey-300 aria-checked:bg-blue-500 aria-checked:hover:bg-blue-300 focus:yt-focus":!e.disabled,"bg-grey-100 cursor-not-allowed aria-checked:bg-blue-300":e.disabled},e.className);let c=null;a&&(c={"aria-labelledby":i+"-label",id:i});const d=t.createElement(S.Root,Object.assign({},o,c,{className:s,onCheckedChange:r,ref:l}),t.createElement(S.Thumb,{className:"'will-change-transform mt-0.5 h-4 w-4 translate-x-[0.15rem] rounded-full bg-white transition-transform group-disabled:opacity-50 group-aria-checked:translate-x-[1.1rem]"}));if(a){const l=n("flex self-start cursor-pointer",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:l},d,t.createElement("label",{htmlFor:i,id:i+"-label"},a))}return d}));var hs;gs.displayName="Switch",function(e){e[e.Contains=0]="Contains",e[e.DoesNotContain=1]="DoesNotContain",e[e.IsEqualTo=2]="IsEqualTo",e[e.IsNotEqualTo=3]="IsNotEqualTo",e[e.IsGreaterThan=4]="IsGreaterThan",e[e.IsLessThan=5]="IsLessThan",e[e.IsBetween=6]="IsBetween",e[e.IsOneOf=7]="IsOneOf",e[e.IsNoneOf=8]="IsNoneOf",e[e.IsAllOf=9]="IsAllOf",e[e.IsEmpty=10]="IsEmpty",e[e.IsNotEmpty=11]="IsNotEmpty"}(hs||(hs={}));const ps=e=>String(null!=e?e:"").toLocaleLowerCase(),ws=(e,t)=>ps(e).includes(ps(t)),bs=(e,t)=>ps(e)===ps(t),xs=(e,t)=>ws(e,t),Es=(e,t)=>{try{if(t.comparator===hs.IsEmpty||t.comparator===hs.IsNotEmpty){const l=null==e||""===e;return t.comparator===hs.IsEmpty?l:!l}if(null==t.value||""===t.value)return!0;switch(t.comparator){case hs.Contains:return ws(e,t.value);case hs.DoesNotContain:return!ws(e,t.value);case hs.IsEqualTo:return m.isDate(e)?m.isDate(t.value)&&mr(e,t.value):"boolean"==typeof t.value?e===t.value:bs(e,t.value);case hs.IsNotEqualTo:return m.isDate(e)?m.isDate(t.value)&&!1===mr(e,t.value):"boolean"==typeof t.value?e!==t.value:!bs(e,t.value);case hs.IsGreaterThan:if(m.isDate(e))return m.isDate(t.value)&&m.isAfter(e,t.value);{const l=parseInt(e);return!isNaN(l)&&void 0!==t.value&&l>t.value}case hs.IsLessThan:if(m.isDate(e))return m.isDate(t.value)&&m.isBefore(e,t.value);{const l=parseInt(e);return!isNaN(l)&&void 0!==t.value&&l<t.value}case hs.IsBetween:{const[l,a]=t.value;if(m.isDate(e))return!(m.isDate(l)&&m.isBefore(e,l)||m.isDate(a)&&m.isAfter(e,a));{const t=parseInt(e);return!(isNaN(t)||void 0!==l&&t<l||void 0!==a&&t>a)}}case hs.IsOneOf:return!!Array.isArray(t.value)&&t.value.includes(e);case hs.IsNoneOf:return!!Array.isArray(t.value)&&!1===t.value.includes(e);case hs.IsAllOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.filter(t=>e.includes(t)).length===t.value.length}return!1}catch(e){return console.error(e),!0}};var ys;!function(e){e[e.FIRST=0]="FIRST",e[e.LAST=1]="LAST",e[e.PREV=2]="PREV",e[e.NEXT=3]="NEXT"}(ys||(ys={}));const Rs=(e,t,l)=>{const a=l.indexOf(t);return-1===e?a-1>0?a-1:0:a+1<l.length?a+1:a};var zs;!function(e){e.SEARCH="SEARCH",e.SORTING="SORTING",e.FILTER="FILTER"}(zs||(zs={}));const Cs=({reason:e,columnName:t,mountNode:a,validationErrors:n})=>{const r=l.useMemo(()=>{const e=document.createElement("div");return e.className+="z-[3] rounded-b-md items-center wcag-blue-500 absolute left-0 top-full ml-1 whitespace-nowrap px-1 py-0.5 text-xs font-bold shadow-sm",e},[]),o=(e=>{let t="",l="";const{texts:a}=yn();switch(e){case zs.FILTER:t=a.table2.editing.rowIndicator.rowWillBeHidden,l=a.table2.editing.rowIndicator.rowWillMoveReasonFilter;break;case zs.SEARCH:t=a.table2.editing.rowIndicator.rowWillBeHidden,l=a.table2.editing.rowIndicator.rowWillMoveReasonSearch;break;case zs.SORTING:t=a.table2.editing.rowIndicator.rowWillMove,l=a.table2.editing.rowIndicator.rowWillMoveReasonSorting}return{title:t,description:l}})(e);return l.useEffect(()=>(null==a||a.classList.add("relative"),null==a||a.appendChild(r),()=>{null==a||a.classList.remove("relative"),null==a||a.removeChild(r)}),[!!n]),A.createPortal(l.createElement(un,{title:o.description.replace("[COLUMN]",t)},l.createElement("span",{className:"flex gap-1 hover:cursor-pointer"},l.createElement(Za,{name:"info",className:"!h-4 !w-4 rounded-full bg-white !p-0 text-blue-500"}),o.title)),r)},Vs=({className:e,...t})=>{const a=l.useRef(null),{truncated:r}=((e,t=[])=>{const a=e=>null!==e&&e.offsetWidth<e.scrollWidth,[n,r]=l.useState(a(e));return l.useEffect(()=>{r(a(e))},[e,...t]),{truncated:n}})(a.current),o=l.createElement("span",Object.assign({className:n("truncate px-px text-xs font-normal leading-normal text-red-500",{"hover:cursor-pointer":r},e),ref:a,role:"alert"},t));return r?l.createElement(un,{title:t.children},o):o},Ls=(e,t)=>m.isDate(e)&&m.isDate(t)?!mr(e,t):Array.isArray(e)?JSON.stringify(e)!==JSON.stringify(t):e!==t,Ms=function(e){var t,a,r,o;const{cell:i,index:s,isLastRow:c,rowIndex:d,rows:u,scrollToIndex:m,scrollToOffset:f,table:v,tableRef:g,...h}=e,p=v.options.meta,{addFocussableColumnIndex:w,focussableColumnIndexes:b}=p,{editMode:{validationErrors:x,rowMoveReason:E},isHovered:y}=os(),R=!!x,z=l.useRef(null),C=l.useRef(null),V=null===(t=i.column.columnDef.meta)||void 0===t?void 0:t.disableTruncation,L=null===(a=i.column.columnDef.meta)||void 0===a?void 0:a.className,M=p.activeRowIndex===d,O=!!i.column.getIsPinned(),N=p.dragging[i.row.id],S=i.row.getIsSelected(),A=!is(i.column.id),k=!(null===(r=i.column.columnDef.meta)||void 0===r||!r.control),j=v.getVisibleLeafColumns(),I=j.length>0?j.length-1:0,D=p.editMode.isEditing&&M,B=D&&A,T=B&&p.editMode.columnIndex===s,P=p.editMode.isEditing&&y&&!p.shouldPauseHoverState,_=Object.keys(E).length>0;l.useEffect(()=>{var e;return _&&c&&(null===(e=g.current)||void 0===e||e.classList.add("pb-4")),()=>{var e;return null===(e=g.current)||void 0===e?void 0:e.classList.remove("pb-4")}},[_,c]);const F=n({"border-b":!c,"sticky z-[1]":O,"bg-white":!M&&!S,"group-hover/row:bg-grey-100":!M&&!S&&!p.shouldPauseHoverState,"bg-grey-200 group-hover/row:bg-grey-200":M&&!S,"bg-blue-100":S,"!wcag-blue-500":N,"[&>*]:!grayscale [&_.bg-white]:!bg-grey-100":!D&&P,"!bg-red-100":R,"z-[1]":O&&M,"z-[2]":O&&M&&0===s,"border-blue !border-y-2 border-x-0":_,"border-l-2 rounded-l":_&&0===s,"border-r-2 rounded-r":_&&s===I},ms(null===(o=v.options.meta)||void 0===o?void 0:o.rowDensity,(D||P)&&k),"function"==typeof L?L(i.row):L),K=e=>{if(0===e.button){const e=document.activeElement,t=null==e?void 0:e.closest('[role="cell"]'),l=p.activeRowIndex!==d;t&&l&&e.blur(),p.setActiveRowIndex(d),p.editMode.isEditing&&(b.includes(s)?p.editMode.setColumn(s):p.editMode.setColumn(b[0]))}},q={...h,column:i.column,table:v,className:F,"data-column-index":s,"data-row-index":d,onMouseDown:K,ref:z,role:"cell"},[G,W]=l.useState(!1),U=n({"!shadow-[0_0_0_4px_rgba(0,99,255,0.25)]":G});l.useEffect(()=>{p.editMode.columnIndex!==s&&W(!1)},[p.editMode.columnIndex]),l.useEffect(()=>{var e;D&&C.current&&["A","BUTTON","INPUT","TEXTAREA","SELECT","DETAILS"].includes((e=C.current).nodeName)&&!e.hasAttribute("disabled")&&!e.hasAttribute("readonly")&&!e.getAttribute("aria-hidden")&&w(s)},[D,b,w,s]);const $=e=>{e===ys.PREV?p.moveToPreviousRow(u,e=>m(e-1)):e===ys.NEXT&&p.moveToNextRow(u,e=>m(e+2))};if(p.editMode.onSave&&k&&(B||P&&A)){if(q.onMouseDown=e=>{K(e);const t=e.target,l=null!==t&&"INPUT"===t.nodeName;l&&t!==document.activeElement?(e.preventDefault(),setTimeout(()=>{t.select()},1)):l&&t===document.activeElement&&0===e.button&&W(!0)},B){var X,J;const e=null!==(X=b.at(0))&&void 0!==X?X:0,t=null!==(J=b.at(-1))&&void 0!==J?J:0;q.onKeyDown=l=>{const a=l.target;if("INPUT"===a.nodeName&&"true"===(null==a?void 0:a.getAttribute("data-inline-editing-component"))||!l.isDefaultPrevented()&&!l.isPropagationStopped())if("INPUT"!==a.tagName||"Enter"!==l.key)if("Escape"===l.key&&l.currentTarget.contains(a)){l.preventDefault();const e=a;var n,r;G?(null==e||null===(n=e.select)||void 0===n||n.call(e),W(!1)):(p.editMode.toggleEditing(!1),null===(r=g.current)||void 0===r||r.focus())}else if(!G&&"ArrowLeft"===l.key||"Tab"===l.key&&l.shiftKey){l.preventDefault();const t=0===d,n=s===e;l.ctrlKey||l.metaKey?n||(a.blur(),p.editMode.moveToFirstColumn(b)):t&&n||(a.blur(),p.editMode.moveToPreviousColumn(b,$))}else if(!G&&"ArrowRight"===l.key||"Tab"===l.key&&!l.shiftKey){l.preventDefault();const e=s===t;l.ctrlKey||l.metaKey?e||(a.blur(),p.editMode.moveToLastColumn(b)):c&&e||(a.blur(),p.editMode.moveToNextColumn(b,$))}else{if(!G&&"ArrowUp"===l.key){if(l.preventDefault(),0===d)return;return a.blur(),l.ctrlKey||l.metaKey?(p.setActiveRowIndex(0),f(0)):$(ys.PREV),void p.setShouldPauseHoverState(!0)}if(!G&&"ArrowDown"===l.key){if(l.preventDefault(),d===u.length-1)return;return a.blur(),l.ctrlKey||l.metaKey?(p.setActiveRowIndex(u.length-1),m(u.length+20)):$(ys.NEXT),void p.setShouldPauseHoverState(!0)}}else{l.preventDefault();const e=a;var o,i,v;G||(null===(o=e.setSelectionRange)||void 0===o||o.call(e,null===(i=e.value)||void 0===i?void 0:i.length,null===(v=e.value)||void 0===v?void 0:v.length),W(!0))}}}return l.createElement(vs,Object.assign({},q),l.createElement(Os,{detailModeClassName:U,cell:i,cellRef:z,columnIndex:s,isEditingThisCell:T,onSave:p.editMode.onSave,rowIndex:d,table:v,tableRef:g,ref:C,rowValues:u[d].original,rowsLength:u.length}))}return p.onRowClick&&(q.onClick=e=>{var t;e.target===z.current&&(null===(t=p.onRowClick)||void 0===t||t.call(p,i.row.original))}),l.createElement(vs,Object.assign({},q),l.createElement("div",{className:V?"-my-[0.45rem]":"truncate"},H.flexRender(i.column.columnDef.cell,i.getContext())))},Os=l.memo(l.forwardRef((e,t)=>{var a,r,o,i,s;const{cell:c,cellRef:d,columnIndex:u,detailModeClassName:m,isEditingThisCell:f=!1,onSave:v,rowIndex:g,rowValues:h,table:p,tableRef:w}=e,{editMode:{validationErrors:b,setValidationErrors:x,rowMoveReason:E,setRowMoveReason:y},isHovered:R}=os(),z=Bn(t),C=c.column.id,V=null==b?void 0:b[C],L=c.getValue(),M=c.column.columnDef.header,O=p.options.meta,{globalFilter:N}=p.getState(),[H,S]=l.useState(L),A=!(O.editMode.isEditing&&O.activeRowIndex!==g&&R||!V),k=l.useRef(L),j=function(e){try{let t=H;e.target||(t=e);const l=function(){if(Ls(L,t)){const e=Jo((function(){const e={...c.row.original,[C]:t};return Promise.resolve(v(e,C)).then((function(){O.shouldPauseSortingAndFiltering&&(O.lastSortedOrFilteredRows.current=O.lastSortedOrFilteredRows.current.map(t=>(t.id===c.row.id&&(t.original=e),t))),x(null)}))}),(function(e){x({...b,...e})}));if(e&&e.then)return e.then((function(){}))}}();return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}};l.useEffect(()=>{var e;const t=null===(e=O.tableRef.current)||void 0===e?void 0:e.contains(document.activeElement),l=document.body===document.activeElement;var a,n;f&&(t||l)&&(null===(a=z.current)||void 0===a||null===(n=a.focus)||void 0===n||n.call(a))},[f,z.current]);const I=l.useMemo(()=>{const e=p.getState().columnPinning.left;if(Array.isArray(e)&&e.length>0){const l=e[e.length-1],a=O.columnOffsets[l];var t;if(void 0!==a)return a+(null!==(t=p.getState().columnSizing[l])&&void 0!==t?t:0)}return 0},[O.columnOffsets,p.getState().columnSizing]),D=e=>{var t,l,a;O.editMode.setColumn(u),null!==(t=e.target)&&void 0!==t&&t.select&&(null===(a=e.target)||void 0===a||a.select());const n=null===(l=d.current)||void 0===l?void 0:l.getBoundingClientRect(),r=O.columnOffsets[C];var o;n&&r&&n.left<I&&(null===(o=w.current)||void 0===o||o.scrollTo(r-I,w.current.scrollTop))};l.useEffect(()=>(Ls(k.current,H)?B():T(),T),[H]);const B=()=>{var e;let t=null;Object.values({...h,[C]:H}).some(e=>xs(String(e),N?String(N):""))?c.column.getIsFiltered()&&!Es(H,c.column.getFilterValue())?t=zs.FILTER:!t&&c.column.getIsSorted()&&((e,t,l,a,n)=>{const r=[{...t.row,original:{...t.row.original,[t.column.id]:e}}];r[0].getValue=()=>e;let o=0;l>0&&(r.unshift(a[l-1]),o=1),l<a.length-1&&r.push(a[l+1]);let i=[...r].sort((e,l)=>t.column.getSortingFn()(e,l,t.column.id));return n&&(i=i.reverse()),i[o].id!==t.row.id})(H,c,g,p.getRowModel().rows,!(null===(e=p.getState().sorting.find(e=>e.id===c.column.id))||void 0===e||!e.desc))&&(t=zs.SORTING):t=zs.SEARCH,null!==t&&(O.setShouldPauseSortingAndFiltering(!0),y({[C]:t}))},T=()=>{y(e=>{const t={...e};return delete t[C],t})},P=null===(a=c.column.columnDef.meta)||void 0===a?void 0:a.control,_={"aria-label":M,onBlur:j,onFocus:D,ref:t,"data-inline-editing-component":"true"},F=n(fs(null===(r=c.column.columnDef.meta)||void 0===r?void 0:r.align)),K=null===(o=d.current)||void 0===o||null===(i=o.parentElement)||void 0===i?void 0:i.querySelector(":first-child");let q;if(P)if("function"==typeof P)q=P({invalid:A,onBlur:j,onFocus:D,ref:z,setValue:S,value:H,"data-inline-editing-component":"true",className:m},c.row.original);else switch(P){case"datepicker":q=l.createElement(yr,Object.assign({},_,{className:m,invalid:A,onBlur:e=>{j(e.detail)},onChange:e=>{S(e.detail)},ref:z,value:H}));break;case"switch":q=l.createElement(gs,Object.assign({},_,{className:n("mx-2 mt-1.5",m),checked:Boolean(H),onChange:S,ref:z}));break;default:q=l.createElement(Fn,Object.assign({},_,{className:n(F,m),invalid:A,onChange:e=>{S(e.target.value)},ref:z,value:String(null!=H?H:"")}))}const G=null!==(s=E[C])&&void 0!==s?s:null;return l.createElement(l.Fragment,null,null!==G&&l.createElement(Cs,{reason:G,columnName:String(c.column.columnDef.header),mountNode:K,validationErrors:b}),l.createElement("span",{className:"relative flex-grow"},q,A&&l.createElement(Vs,null,String(V))))})),Ns=function(e){var t,a,r,o,i,s,c,d,u;const{header:m,index:f,isLastColumn:v,table:g,tableRef:h,...p}=e,w=l.useRef(null),b=!!m.column.getIsPinned(),x=g.getState().columnSizingInfo.isResizingColumn&&g.getState().columnSizingInfo.isResizingColumn!==m.id,E=n("group/header sticky top-0 bg-white border-b-2 relative font-bold z-[5] hover:z-[6]",{"z-[6]":m.column.getIsResizing(),"z-[7]":b,"cursor-pointer select-none":m.column.getCanSort(),"hover:bg-grey-100":m.column.getCanSort()||m.column.getCanResize()||(null===(t=m.column.columnDef.meta)||void 0===t?void 0:t.menu),"pointer-events-none":x},ms("normal"),null===(a=m.column.columnDef.meta)||void 0===a?void 0:a.headerClassName,e.className),y=m.column.getCanSort()?e=>{var t;0===e.button&&(e.preventDefault(),g.resetRowSelection(),m.column.toggleSorting(),null===(t=h.current)||void 0===t||t.focus())}:void 0,R=e=>{e.stopPropagation(),m.getResizeHandler()(e)},z=l.createElement("div",{className:"truncate",ref:w},H.flexRender(m.column.columnDef.header,m.getContext()));return l.createElement(vs,Object.assign({},p,{column:m.column,table:g,"aria-sort":null!==(r={asc:"ascending",desc:"descending"}[m.column.getIsSorted()])&&void 0!==r?r:"none",className:E,onMouseDown:y,ref:e=>{if(e&&!g.getState().columnSizing[m.id]){const t=Math.ceil(e.getBoundingClientRect().width);g.setColumnSizing(e=>({...e,[m.id]:!is(m.id)&&t<80?80:t}))}},role:"columnheader","data-column-index":f}),is(m.id)?H.flexRender(m.column.columnDef.header,m.getContext()):l.createElement("div",{className:n("flex flex-grow overflow-hidden",{"group-hover/header:-ml-2":!!m.column.getIsSorted()&&!(null===(o=m.column.columnDef.meta)||void 0===o||!o.menu)},fs(null===(i=m.column.columnDef.meta)||void 0===i?void 0:i.align))},null!==(C=w.current)&&C.scrollWidth>C.offsetWidth?l.createElement(un,{title:null!==(s=null===(c=m.column.columnDef.meta)||void 0===c?void 0:c.tooltip)&&void 0!==s?s:z,placement:"top"},z):z,null!==(d={asc:l.createElement(Za,{name:"chevron-up-solid",className:"pointer-events-none -my-0.5"}),desc:l.createElement(Za,{name:"chevron-down-solid",className:"pointer-events-none -my-0.5"})}[m.column.getIsSorted()])&&void 0!==d?d:null),null!==(u=m.column.columnDef.meta)&&void 0!==u&&u.menu?l.createElement(Hs,{header:m}):null,m.column.getCanResize()?l.createElement(un,{placement:"top",title:"Resize column"},l.createElement("div",{className:n("invisible absolute right-0 top-0 flex h-full cursor-col-resize touch-none select-none rounded py-0.5 group-hover/header:visible",{"-mr-2.5 w-5 justify-center":!v,"w-2":v,"!visible":m.column.getIsResizing()}),onDoubleClick:()=>{var e;const t=null===(e=m.column.columnDef.meta)||void 0===e?void 0:e.defaultWidth;g.setColumnSizing(e=>{const l={...e};return t?l[m.id]=!is(m.id)&&t<80?80:t:delete l[m.id],l})},onMouseDown:R,onTouchStart:R,onClick:e=>{e.stopPropagation(),e.preventDefault()}},l.createElement("div",{className:n("h-full w-1 rounded",{"!bg-blue-500":m.column.getIsResizing(),"bg-grey-500 hover:bg-grey-700":!m.column.getIsResizing()})}))):null);var C},Hs=({header:e})=>{const[t,a]=l.useState(!1),r=n("-my-0.5 -mr-1 -ml-0.5 hidden !h-6 !min-h-[theme(spacing.6)] !w-6 !min-w-[theme(spacing.6)] flex-shrink-0 justify-end group-hover/header:flex",{"!flex":t});return e.column.columnDef.meta?l.createElement("div",{onMouseDown:e=>e.stopPropagation()},e.column.columnDef.meta.menu({trigger:l.createElement(pn,{className:r,icon:"more"}),open:t,onChange:a})):null},Ss=function(e){const{children:t,footer:a,index:r,table:o,...i}=e,s=!!a.column.getIsPinned(),c=n("group/header sticky bottom-0 bg-white border-t-2 relative",ms("normal"),{"z-[1]":s},e.className);return l.createElement(vs,Object.assign({},i,{column:a.column,table:o,className:c,role:"cell","data-column-index":r}),l.createElement("span",{className:"truncate"},t))},As={compact:33,normal:41,comfortable:49,spacious:57},ks=({table:e})=>{const{texts:t}=yn(),a=e.options.meta;return l.createElement(pn,{"aria-label":t.table2.rowDensity.tooltip,icon:"density-"+a.rowDensity,menu:e=>l.createElement(po,Object.assign({},e),l.createElement(po.Content,{align:"end"},l.createElement(po.RadioGroup,{onChange:e=>a.setRowDensity(e),value:a.rowDensity},l.createElement(po.RadioGroup.Item,{value:"compact"},"Compact"),l.createElement(po.RadioGroup.Item,{value:"normal"},"Normal"),l.createElement(po.RadioGroup.Item,{value:"comfortable"},"Comfortable"),l.createElement(po.RadioGroup.Item,{value:"spacious"},"Spacious")))),tooltip:t.table2.rowDensity.tooltip})};function js(e,t){var a;const n=l.Children.toArray(e).filter(e=>"SortableList"===e.type.displayName),r=n.find(e=>e.props.id===t);return r?null==r?void 0:r.props:null===(a=n.find(e=>l.Children.toArray(e.props.children).findIndex(e=>e.props.id===t)>-1))||void 0===a?void 0:a.props}function Is(e){const{children:t,reorder:a,move:n}=e;return l.createElement(j.DndContext,Object.assign({collisionDetection:j.closestCenter},e,{onDragOver:function(e){const{active:l,over:a}=e;if(null==l||!l.id||null==a||!a.id)return;const r=js(t,l.id),o=js(t,a.id);null!=r&&r.id&&null!=o&&o.id&&r.id!==o.id&&n(l.id,null==r?void 0:r.id,o.id)},onDragEnd:function(e){const{active:l,over:n}=e;if(null==l||!l.id||null==n||!n.id)return;const r=js(t,l.id),o=js(t,n.id);null!=r&&r.id&&null!=o&&o.id&&r.id===o.id&&a(l.id,n.id,o.id)}}),t)}function Ds(e){const{asChild:t,children:a,disabled:n=!1,id:r}=e,{attributes:o,listeners:i,setNodeRef:s,transform:c,transition:d}=I.useSortable({disabled:n,id:r}),u={transform:D.CSS.Transform.toString(c),transition:d},m={...o,...i,onPointerDown:e=>{e.target===e.currentTarget&&(null==i||i.onPointerDown(e))},ref:s,style:u};return t?l.cloneElement(a,m):l.createElement("div",Object.assign({},m),a)}function Bs(e){const{children:t,id:a,...n}=e,{setNodeRef:r}=j.useDroppable({id:a}),o=l.Children.toArray(t).map(e=>e.props);return l.createElement(I.SortableContext,{id:a,items:o,strategy:I.verticalListSortingStrategy},l.createElement("div",Object.assign({},n,{ref:a?r:void 0}),t))}Is.displayName="SortableContainer",Ds.displayName="SortableListItem",Bs.displayName="SortableList";const Ts=l.forwardRef((e,t)=>{var a;const{canBeReordered:n,column:r,isReorderingAllowed:o,...i}=e;let s;return n?s=l.createElement(Za,{name:"drag",className:"text-grey-500 hover:text-grey-700 mr-0.5 -ml-2 -mt-px cursor-move"}):o&&(s=l.createElement("span",{className:"mr-0.5 inline-flex w-4"})),l.createElement("div",Object.assign({},i,{className:"hover:bg-grey-100 aria-pressed:bg-grey-200 flex w-full items-center justify-between gap-x-2 rounded py-1 px-2 aria-pressed:z-10",ref:t}),l.createElement("span",{className:"pointer-events-none"},s,null!==(a=r.columnDef.header)&&void 0!==a?a:r.columnDef.id),r.getCanHide()?l.createElement(An,{checked:r.getIsVisible(),onChange:r.toggleVisibility}):null)}),Ps=(e,t)=>{var l;return!!e.options.enablePinning||!!e.options.meta.enableColumnReordering&&!(null!==(l=t.columnDef.meta)&&void 0!==l&&l.disableReordering)},_s=({state:e,moveColumn:t,reorderColumn:a,table:n})=>{var r;const{texts:o}=yn(),i=(t,l,n)=>{const r=e[n].find(e=>e.id===t),o=e[n].find(e=>e.id===l);r&&o&&a(r.id,o.id,"pinned"===n)},s=(l,a)=>{const n=e[a].find(e=>e.id===l);n&&t(n)},c=(e,t)=>n.options.enablePinning?l=>{l.stopPropagation(),s(e,t)}:void 0,d=null!==(r=n.options.meta.enableColumnReordering||n.options.enablePinning)&&void 0!==r&&r;return n.options.enablePinning?l.createElement(Is,{reorder:i,move:s},l.createElement("h5",{className:"mx-4"},o.table2.columnSettings.columnsPinned),l.createElement(Bs,{id:"pinned",className:"flex min-h-[theme(spacing.8)] flex-col gap-y-px overflow-x-hidden px-2"},e.pinned.length?e.pinned.map(e=>{var t;const a=Ps(n,e);return l.createElement(Ds,{key:e.id,disabled:null===(t=e.columnDef.meta)||void 0===t?void 0:t.disableReordering,id:e.id,asChild:!0},l.createElement(Ts,{canBeReordered:a,column:e,isReorderingAllowed:d,onDoubleClick:c(e.id,"pinned")}))}):l.createElement("p",{className:"text-grey-500 mb-0 flex h-8 items-center px-2"},o.table2.columnSettings.columnsPinnedDrop)),l.createElement("h5",{className:"mx-4"},o.table2.columnSettings.columnsOther),l.createElement(Bs,{id:"other",className:"flex min-h-[theme(spacing.8)] flex-col gap-y-px overflow-x-hidden px-2"},e.other.length?e.other.map(e=>{var t;const a=Ps(n,e);return l.createElement(Ds,{key:e.id,disabled:null===(t=e.columnDef.meta)||void 0===t?void 0:t.disableReordering,id:e.id,asChild:!0},l.createElement(Ts,{canBeReordered:a,column:e,isReorderingAllowed:d,onDoubleClick:c(e.id,"other")}))}):l.createElement("p",{className:"text-grey-500 mb-0 flex h-8 items-center px-2"},o.table2.columnSettings.columnsOtherDrop))):l.createElement(Is,{reorder:i,move:s},l.createElement(Bs,{id:"other",className:"flex min-h-[theme(spacing.8)] flex-col gap-y-px overflow-x-hidden px-2"},e.other.map(e=>{var t;const a=Ps(n,e);return l.createElement(Ds,{key:e.id,disabled:null===(t=e.columnDef.meta)||void 0===t?void 0:t.disableReordering,id:e.id,asChild:!0},l.createElement(Ts,{canBeReordered:a,column:e,isReorderingAllowed:d,onDoubleClick:c(e.id,"other")}))})))},Fs=(e,t,l=[])=>{const a=[...l];return a.splice(a.findIndex(e=>e.id===t),0,a.splice(a.findIndex(t=>t.id===e),1)[0]),a},Ks=({table:e})=>{const{texts:t}=yn(),[a,n]=l.useState(""),r=e.getAllLeafColumns().filter(e=>!is(e.id)),[o,i]=l.useState({pinned:r.filter(e=>e.getIsPinned()),other:r.filter(e=>!e.getIsPinned())}),s=e=>{o.pinned.find(t=>t.id===e.id)?i(t=>({pinned:t.pinned.filter(t=>t.id!==e.id),other:[e].concat(...t.other)})):i(t=>({pinned:t.pinned.concat(e),other:t.other.filter(t=>t.id!==e.id)}))},c=(e,t,l)=>{i(l?l=>({...l,pinned:Fs(e,t,l.pinned)}):l=>({...l,other:Fs(e,t,l.other)}))};return l.useEffect(()=>{const t=[];e.options.enableRowSelection&&t.push("__select"),e.options.enableExpanding&&t.push("__expansion"),e.setColumnPinning({left:t.concat(...o.pinned.map(e=>e.id))}),e.setColumnOrder(t.concat([...o.pinned,...o.other].map(e=>e.id)))},[o]),l.createElement(pn,{"aria-label":t.table2.columnSettings.tooltip,icon:"columns",popover:i=>l.createElement(Er,Object.assign({},i),l.createElement(Er.Content,{align:"end"},l.createElement("div",{className:"flex w-60 flex-col gap-2"},l.createElement(Fn,{onChange:e=>n(e.target.value),placeholder:t.table2.columnSettings.search,value:a}),l.createElement("div",{className:"-ml-4 -mb-2 max-h-64 w-[calc(100%_+_theme(spacing.8))] overflow-auto"},a?r.filter(e=>{var t;return null===(t=e.columnDef.header)||void 0===t?void 0:t.toString().includes(a)}).map(e=>l.createElement(Ts,{key:e.id,canBeReordered:!1,column:e,isReorderingAllowed:!1})):l.createElement(_s,{state:o,moveColumn:s,reorderColumn:c,table:e}))))),tooltip:t.table2.columnSettings.tooltip})},qs=({index:e,setSize:t,...a})=>{const n=l.useRef(null);return l.useEffect(()=>{if(n.current){var l;const a=null===(l=n.current)||void 0===l?void 0:l.getBoundingClientRect().height;t(t=>{var l;return a!==t[e]?{...t,[e]:null===(l=n.current)||void 0===l?void 0:l.getBoundingClientRect().height}:t})}},[]),l.createElement("div",Object.assign({className:"border-grey-300 bg-grey-50 col-span-full border-b p-4"},a,{ref:n}))},Gs=n(mn(),"hover:bg-white/[0.08] disabled:opacity-50 disabled:cursor-not-allowed flex-shrink-0 rounded px-2");function Ws(e,t){return"function"==typeof e?e(t):e}function Us(e,t,a){return e.map((e,n)=>{const r=l.createElement("button",{className:Gs,disabled:Ws(e.disabled,t),onClick:e.onClick?()=>e.onClick?e.onClick(t,a):void 0:void 0},e.icon?l.createElement(Za,{name:Ws(e.icon,t)}):null,Ws(e.text,t));return l.createElement(l.Fragment,{key:n},"function"==typeof e.dialog?e.dialog(t,a)({trigger:r}):r)})}function $s({actionsForTable:e=[],summary:t,table:a,...r}){const o=n("bg-blue-900 yt-shadow flex w-96 flex-col gap-2 divide-y divide-white/25 rounded p-2 text-white",r.className),i=l.useRef(null),s=((e,t=[])=>{const[a,n]=l.useState();return l.useEffect(()=>{if(e.current){const t=ni(e.current);n(t)}},[e,...t]),a})(i,e),c=a.getSelectedRowModel().rows,d=c.map(e=>e.original),u=()=>a.toggleAllRowsSelected(!1),m=e.filter(e=>void 0===e.visible||("function"==typeof e.visible?e.visible(d):e.visible));let f;if(null!=s&&s<e.length){const e=m.slice(0,s),t=m.slice(s);f=l.createElement(l.Fragment,null,Us(e,d,u),t.length?l.createElement(po,null,l.createElement(po.Trigger,null,l.createElement("button",{className:n(Gs,"ml-auto w-8")},l.createElement(Za,{name:"more",className:"m-0 p-0"}))),l.createElement(po.Content,null,t.map((e,t)=>l.createElement(po.Item,{key:t,dialog:e.dialog?e.dialog(d,u):void 0,disabled:Ws(e.disabled,d),icon:Ws(e.icon,d),onClick:e.onClick?()=>e.onClick?e.onClick(d,u):void 0:void 0},Ws(e.text,d))))):null)}else f=Us(m,d,u);return l.createElement("div",Object.assign({},r,{className:o,tabIndex:0}),l.createElement("div",{className:"flex items-center justify-between gap-2 px-2"},c.length," items selected ",t?" - "+t(d):void 0,l.createElement(un,{title:"Reset selected",placement:"top"},l.createElement("button",{"aria-label":"Reset selected",className:"rounded hover:bg-white/[0.08]",onClick:u},l.createElement(Za,{name:"close"})))),l.createElement("div",{className:"flex w-full gap-px overflow-hidden px-1 pt-2",ref:i},f))}const Xs=({row:e,rowIndex:t,table:a,...n})=>{const{setIsHovered:r}=os(),o=a.options.meta,i={...n,"aria-current":!(o.activeRowIndex!==t)||void 0,"aria-grabbed":!!o.dragging[e.id]||void 0,"data-row-index":t,draggable:!!o.enableRowDragging||void 0,onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),role:"row"};return l.createElement("div",Object.assign({},i))},Js=e=>l.createElement(rs,{isActiveRow:e.table.options.meta.activeRowIndex===e.rowIndex,meta:e.table.options.meta},l.createElement(Xs,Object.assign({},e))),Ys=({allColumns:e,column:t,index:a,table:n,...r})=>l.createElement(Ei,Object.assign({},r,{autoFocus:!0,onChange:e=>{n.setColumnFilters(t=>{const l=[...t];return l[a].id=e,l[a].value={},l})},value:t.id}),e.map(e=>l.createElement(Ei.Option,{key:e.id,disabled:!e.getCanFilter()||e.id!==t.id&&!!n.getState().columnFilters.find(t=>t.id===e.id),value:e.id},String(e.columnDef.header)))),Qs=({column:e,comparator:t,validComparators:a,...n})=>{const{texts:r}=yn();return l.useEffect(()=>{if(void 0===t){const t=a[0];e.setFilterValue(e=>({comparator:t,value:t!==hs.IsBetween||Array.isArray(e.value)?e.value:[]}))}},[]),l.createElement(Ei,Object.assign({},n,{onChange:t=>{e.setFilterValue(e=>({comparator:t,value:t===hs.IsBetween?[]:e.value}))},value:t}),a.map(e=>l.createElement(Ei.Option,{key:e,value:e},Zs(e,r))))},Zs=(e,t)=>{switch(e){case hs.Contains:return t.table2.filters.comparators.contains;case hs.DoesNotContain:return t.table2.filters.comparators.doesNotContain;case hs.IsEqualTo:return t.table2.filters.comparators.isEqualTo;case hs.IsNotEqualTo:return t.table2.filters.comparators.isNotEqualTo;case hs.IsGreaterThan:return t.table2.filters.comparators.isGreaterThan;case hs.IsLessThan:return t.table2.filters.comparators.isLessThan;case hs.IsBetween:return t.table2.filters.comparators.isBetween;case hs.IsOneOf:return t.table2.filters.comparators.isOneOf;case hs.IsNoneOf:return t.table2.filters.comparators.isNoneOf;case hs.IsAllOf:return t.table2.filters.comparators.isAllOf;case hs.IsEmpty:return t.table2.filters.comparators.isEmpty;case hs.IsNotEmpty:return t.table2.filters.comparators.isNotEmpty}},ec=({column:e,comparator:t,value:a})=>{var n,r;const o=e.columnDef.header;if(t===hs.IsEmpty||t===hs.IsNotEmpty)return null;if(t===hs.IsBetween){var i;const t=Array.isArray(a)?a[0]:void 0,n=Array.isArray(a)?a[1]:void 0;return"datetime"===(null===(i=e.columnDef.meta)||void 0===i?void 0:i.dataType)?l.createElement("div",{className:"flex flex-grow items-center gap-2"},l.createElement(yr,{"aria-label":o,onChange:t=>e.setFilterValue(e=>({...e,value:[t.detail,n]})),value:t}),l.createElement(yr,{"aria-label":o,onChange:l=>e.setFilterValue(e=>({...e,value:[t,l.detail]})),value:n})):l.createElement("div",{className:"flex flex-grow items-center gap-2"},l.createElement(Fn,{"aria-label":o,className:"flex-grow",placeholder:"from",onChange:t=>{const l=parseInt(t.target.value);e.setFilterValue(e=>({...e,value:[isNaN(l)?void 0:l,n]}))},value:null!=t?t:""}),l.createElement(Fn,{className:"flex-grow",placeholder:"to",onChange:l=>{const a=parseInt(l.target.value);e.setFilterValue(e=>({...e,value:[t,isNaN(a)?void 0:a]}))},value:null!=n?n:""}))}return"datetime"===(null===(n=e.columnDef.meta)||void 0===n?void 0:n.dataType)?l.createElement(yr,{"aria-label":o,onChange:t=>e.setFilterValue(e=>({...e,value:t.detail})),value:a}):"boolean"===(null===(r=e.columnDef.meta)||void 0===r?void 0:r.dataType)?l.createElement(gs,{"aria-label":o,onChange:t=>e.setFilterValue(e=>({...e,value:t})),checked:a}):l.createElement(Fn,{"aria-label":o,className:"flex-grow",onChange:t=>e.setFilterValue(e=>({...e,value:t.target.value})),required:!0,value:null!=a?a:""})},tc=e=>{var t,a,n;const{allColumns:r,column:o,index:i,table:s}=e,{comparator:c,value:d}=o.getFilterValue(),u=String(null!==(t=o.columnDef.header)&&void 0!==t?t:""),m=l.useRef(null);let f;const v=null===(a=o.columnDef.meta)||void 0===a?void 0:a.control;"function"==typeof v?f=v({onBlur:()=>Promise.resolve(),onFocus:()=>Promise.resolve(),ref:m,setValue:e=>o.setFilterValue(t=>({...t,value:e})),value:d,disabled:!1,readOnly:!1}):"input"===v?f=l.createElement(Fn,{"aria-label":u,onChange:e=>o.setFilterValue(t=>({...t,value:e.target.value})),value:String(null!=d?d:"")}):"datepicker"===v?f=l.createElement(yr,{"aria-label":u,onChange:e=>o.setFilterValue(t=>({...t,value:e.detail})),value:d}):"switch"===v&&(f=l.createElement(gs,{"aria-label":u,checked:Boolean(d),onChange:e=>o.setFilterValue(t=>({...t,value:e}))}));const g=lc(f,v);return l.createElement("div",{className:"mb-2 flex gap-2"},l.createElement("div",{className:"flex w-14 flex-shrink-0 items-center justify-end pr-2 text-right"},0===i?"Where":"And"),l.createElement(Ys,{className:"!w-32 flex-shrink-0",allColumns:r,column:o,index:i,table:s}),l.createElement(Qs,{className:"!w-32 flex-shrink-0",column:o,comparator:c,validComparators:g}),void 0!==c?l.createElement("div",{className:"flex flex-grow items-center"},null!==(n=f)&&void 0!==n?n:l.createElement(ec,{column:o,comparator:c,value:d})):null,l.createElement(pn,{appearance:"discrete",icon:"close",onClick:()=>o.setFilterValue(void 0)}))},lc=(e,t)=>{if(l.isValidElement(e)){const{props:t,type:l}=e;if("Select2"===l.displayName)return t.multiple?[hs.IsOneOf,hs.IsNoneOf,hs.IsAllOf]:[hs.IsEqualTo,hs.IsNotEqualTo]}switch(t){case"datepicker":return[hs.IsEqualTo,hs.IsNotEqualTo,hs.IsGreaterThan,hs.IsLessThan,hs.IsBetween];case"switch":return[hs.IsEqualTo];default:return[hs.Contains,hs.DoesNotContain,hs.IsEqualTo,hs.IsNotEqualTo,hs.IsEmpty,hs.IsNotEmpty,hs.IsGreaterThan,hs.IsLessThan,hs.IsBetween]}},ac=e=>{l.useEffect(()=>(document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}),[e])},nc=({length:e,table:t})=>{const{texts:a}=yn(),r=l.useRef(null),o=t.getAllLeafColumns().filter(e=>!is(e.id)),{shouldDisableTableActions:i}=t.options.meta,s=t.getState().columnFilters,c=s.reduce((e,t)=>{const l=o.find(e=>e.id===t.id);return l?[...e,l]:e},[]),d=()=>{const e=o.find(e=>e.getCanFilter()&&!s.find(t=>t.id===e.id));e&&e.setFilterValue({comparator:void 0,value:void 0})},u=()=>{t.resetColumnFilters()};return ac(e=>{var t;"f"===e.key&&(e.ctrlKey||e.metaKey)&&e.shiftKey&&(e.preventDefault(),null===(t=r.current)||void 0===t||t.click())}),l.createElement(Cn,{"aria-label":a.table2.filters.tooltip,appearance:s.length?"primary":"default",className:n({"!wcag-blue-100":s.length}),disabled:i,popover:n=>l.createElement(Er,Object.assign({},n),l.createElement(Er.Content,null,l.createElement("div",{className:"flex w-[40rem] flex-col gap-4"},l.createElement("div",{className:"flex w-full items-center gap-2"},l.createElement("h4",{className:"mb-0 inline-flex"},"Filter"),l.createElement("p",{className:"text-grey-700 mb-0 mr-auto mt-px inline-flex"},a.table2.filters.total.replace("[CURRENT]",String(t.getFilteredRowModel().rows.length)).replace("[TOTAL]",String(e)))),l.createElement("div",{className:"flex flex-col gap-2"},c.map((e,a)=>l.createElement(tc,{key:`${e.id}_${a}`,allColumns:o,index:a,column:e,table:t}))),l.createElement(Ir,{className:"justify-between"},l.createElement(Cn,{appearance:"discrete",onClick:d},"+ ",a.table2.filters.buttons.addFilter),s.length?l.createElement(Cn,{onClick:u},a.table2.filters.buttons.clearFilters):null)))),ref:r,tooltip:l.createElement(l.Fragment,null,a.table2.filters.tooltip,l.createElement(Ri,{className:"ml-2",keys:["Ctrl","Shift","F"]}))},l.createElement(Za,{name:s.length?"filter-solid":"filter"}),a.table2.filters.button," ",s.length?`(${s.length})`:"")},rc=e=>{const{value:t,...a}=e,{texts:r}=yn(),o=l.useRef(null);ac(e=>{var t;"f"!==e.key||!e.ctrlKey&&!e.metaKey||e.shiftKey||document.activeElement!==o.current&&(e.preventDefault(),null===(t=o.current)||void 0===t||t.focus())});const i=n("w-48",{"!wcag-blue-100":!!t});return l.createElement(Wr,Object.assign({},a,{className:i,onBlur:t=>{var l;null===(l=e.onSearch)||void 0===l||l.call(e,t.target.value)},onInput:t=>{var l;e.onInput&&e.onInput(t),t.isDefaultPrevented()||t.currentTarget.value||null===(l=e.onSearch)||void 0===l||l.call(e,"")},onKeyDown:t=>{var l;"Escape"===t.key&&(null===(l=e.onSearch)||void 0===l||l.call(e,""))},placeholder:r.table2.search.placeholder,ref:o}))},oc=({table:e})=>{const t=e.options.meta,{texts:a}=yn(),n=[];return e.options.enableGlobalFilter&&n.push({feature:a.table2.shortcuts.search,keys:["Ctrl","F"]}),e.options.enableColumnFilters&&n.push({feature:a.table2.shortcuts.filter,keys:["Ctrl","Shift","F"]}),n.push({feature:a.table2.shortcuts.previousRow,keys:["Up"]}),n.push({feature:a.table2.shortcuts.nextRow,keys:["Down"]}),t.editMode.enableEditMode?(n.push({feature:a.table2.shortcuts.editCell,keys:["Enter"]}),n.push({feature:a.table2.shortcuts.previousColumn,keys:["Arrow-Left"]}),n.push({feature:a.table2.shortcuts.nextColumn,keys:["Arrow-Right"]})):t.onRowClick&&n.push({feature:a.table2.shortcuts.rowClick,keys:["Enter"]}),e.options.enableRowSelection&&(n.push({feature:a.table2.shortcuts.selectRow,keys:["Space"]}),n.push({feature:a.table2.shortcuts.selectAllRows,keys:["Ctrl","A"]})),e.options.enableExpanding&&(n.push({feature:a.table2.shortcuts.expandRow,keys:["Ctrl","Right"]}),n.push({feature:a.table2.shortcuts.collapseRow,keys:["Ctrl","Left"]})),l.createElement(pn,{"aria-label":a.table2.shortcuts.tooltip,icon:"shortcuts",popover:e=>l.createElement(Er,Object.assign({},e),l.createElement(Er.Content,{align:"end"},l.createElement("div",{className:"flex flex-col gap-y-1"},n.map(e=>l.createElement("span",{className:"flex items-center justify-between gap-x-8",key:e.feature},l.createElement("span",null,e.feature),l.createElement(Ri,{keys:e.keys})))))),rounded:!0})},ic=l.forwardRef((function(e,t){const{scrollToIndex:a,table:r,tableRef:o}=e,{texts:i}=yn(),s=Bn(t),c=r.options.meta,{isEditing:d}=c.editMode,u=l.useCallback(e=>!!d&&(e.returnValue=!0,!0),[d]);ac(e=>{var t;"e"===e.key&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),null===(t=s.current)||void 0===t||t.click())}),l.useEffect(()=>(window.addEventListener("beforeunload",u),()=>{window.removeEventListener("beforeunload",u)}),[u]);const m=()=>{var e;c.editMode.toggleEditing(),null===(e=o.current)||void 0===e||e.focus(),a(c.activeRowIndex+1)},f=l.useMemo(()=>{const e=r.getVisibleFlatColumns().some(e=>{var t;return void 0!==(null===(t=e.columnDef.meta)||void 0===t?void 0:t.control)});return!e&&d&&m(),e},[r.getState().columnVisibility]);return l.createElement(Cn,{onClick:m,className:n({"!wcag-blue-100":c.editMode.isEditing}),disabled:!f,ref:s,tooltip:f?l.createElement(l.Fragment,null,i.table2.editing.tooltip,l.createElement(Ri,{className:"ml-2",keys:["Ctrl","E"]})):i.table2.editing.tooltipDisabled},l.createElement(Za,{name:"edit"}),i.table2.editing.button)}));function sc(e){return null}function cc(e){const t=n("flex-grow",e.className);return l.createElement("div",Object.assign({},e,{className:t}))}sc.displayName="Table2Column",cc.displayName="Table2Toolbar";const dc=l.forwardRef((function(e,t){const{emptyState:a,expandedRowRenderer:r,length:o=e.data.length,loadMore:i,onRowClick:s,_experimentalActionsForTable:c,_experimentalActionsForTableSummary:d}=e,u=Bn(t),m=l.useRef(),[f,v]=l.useMemo(()=>{const e=[];let t;return l.Children.toArray(g).filter(e=>!!e).forEach(l=>{var a,n;"Table2Column"===(null===(a=l.type)||void 0===a?void 0:a.displayName)?e.push(l):"Table2Toolbar"===(null===(n=l.type)||void 0===n?void 0:n.displayName)&&(t=l)}),[e,t]},[g=e.children]);var g;const{rows:h,table:p,footers:w}=function(e,t,a){var r,o,i,s,c,d,u;const{actionsForRow:m=[],data:f,defaultActiveRowIndex:v,disableColumnFiltering:g=!1,disableColumnHiding:h=!1,disableColumnPinning:p=!1,disableColumnReordering:w=!1,disableColumnResizing:b=!1,disableRowDensity:x=!1,disableRowExpansion:E=!1,disableRowSelection:y=!1,disableMultipleRowSelection:R=!1,disableSearch:z=!1,disableSorting:C=!1,expandedRowRenderer:V,manualColumnFiltering:L=!1,manualSearch:M=!1,manualSorting:O=!1,onChangeSettings:N,onRowClick:S,onRowDrag:A,onRowSelect:k,onSave:j,settings:I={},_experimentalActionsForTable:D}=t,B=!E&&!!V,T=!(y||!k&&(null==D||!D.length)),P=!R&&T,{columns:_,defaultColumnPinning:F,defaultColumnSizing:K,defaultSorting:q,defaultColumnVisibility:G,footers:W}=function(e,t,a){const{texts:r}=yn(),o=l.useRef(),i=H.createColumnHelper();return l.useMemo(()=>{var s;const c=[],d=[],u={},m={},f=[],v={};return l.Children.toArray(e).forEach(e=>{var a,n;l.isValidElement(e)&&(e.props.defaultPinned&&t.enableColumnPinning&&d.push(e.props.accessor),e.props.defaultWidth&&(u[e.props.accessor]=e.props.defaultWidth),e.props.defaultHidden&&t.enableColumnHiding&&(m[e.props.accessor]=!1),void 0!==e.props.sort&&f.push({id:e.props.accessor,desc:"desc"===e.props.sort}),e.props.footer&&(v[e.props.accessor]=e.props.footer),c.push({accessorKey:e.props.accessor,id:e.props.accessor,cell:t=>{var l;return"function"==typeof e.props.renderer?e.props.renderer(t.getValue(),t.row.original):null!==(l=t.getValue())&&void 0!==l?l:null},header:e.props.header,meta:{align:e.props.align,className:e.props.className,control:e.props.control,dataType:e.props.dataType,defaultWidth:e.props.defaultWidth,disableReordering:e.props.disableReordering,disableTruncation:e.props.disableTruncation,menu:e.props.menu,tooltip:e.props.tooltip},enableHiding:!e.props.disableHiding,enableColumnFilter:!e.props.disableFiltering,filterFn:t.enableColumnFiltering&&!e.props.disableFiltering?"tacoFilter":void 0,enableResizing:!e.props.disableResizing,minSize:null!==(a=e.props.minWidth)&&void 0!==a?a:80,size:e.props.defaultWidth,enableSorting:!e.props.disableSorting,sortingFn:(n=e.props.dataType,n&&"boolean"!==n?n:"auto")}))}),t.enableRowExpansion&&t.expandedRowRenderer&&(c.unshift(i.display(function(e,t){return{id:"__expansion",header:({table:e})=>l.createElement(un,{title:e.getIsSomeRowsExpanded()?t.table2.columns.expansion.collapseAll:t.table2.columns.expansion.expandAll},l.createElement(pn,{title:e.getIsSomeRowsExpanded()?t.table2.columns.expansion.collapseAll:t.table2.columns.expansion.expandAll,appearance:"discrete",className:"-mb-2 -mt-1.5",icon:e.getIsSomeRowsExpanded()?"chevron-down-double":"chevron-right-double",onClick:t=>{t.stopPropagation(),e.toggleAllRowsExpanded(!e.getIsSomeRowsExpanded())},tabIndex:-1})),cell:({row:a})=>l.createElement(cs,{expandedRowRenderer:e,row:a,texts:t}),meta:{align:"center",className:"items-center !p-0",disableTruncation:!0,headerClassName:"items-center hover:!bg-white !p-0"},enableResizing:!1,size:36}}(t.expandedRowRenderer,r))),d.unshift("__expansion")),t.enableRowSelection&&(c.unshift(i.display(function(e,t,a,n,r){let o,i;return e?(o=({table:e})=>l.createElement(un,{title:l.createElement(l.Fragment,null,e.getIsAllPageRowsSelected()?r.table2.columns.select.deselectAll:r.table2.columns.select.selectAll,l.createElement(Ri,{className:"ml-2",keys:["Ctrl","A"]}))},l.createElement(An,{"aria-label":e.getIsAllPageRowsSelected()?r.table2.columns.select.deselectAll:r.table2.columns.select.selectAll,className:"hover:border-blue !mt-0",checked:e.getIsAllPageRowsSelected(),indeterminate:e.getIsSomePageRowsSelected(),onChange:t=>e.toggleAllPageRowsSelected(t),onClick:()=>{var e;null===(e=n.current)||void 0===e||e.focus()},tabIndex:-1})),i=({row:e,table:a})=>l.createElement(ss,{lastSelectedRowIndex:t,rowIndex:e.index,isSelected:e.getIsSelected(),table:a,tableRef:n,texts:r,toggleSelected:e.toggleSelected})):i=({row:e,table:t})=>{const a=t.options.meta;return l.createElement("button",{className:"border-grey-300 focus:yt-focus flex h-5 w-5 mt-[0.45rem] flex-shrink-0 items-center justify-center self-start rounded-full border-2 bg-white hover:border-[5px] aria-checked:border-blue-500 aria-checked:bg-blue-500 hover:aria-checked:border-blue-300","aria-checked":e.getIsSelected(),onClick:t=>{var l;t.stopPropagation(),e.toggleSelected(),a.setActiveRowIndex(e.index),null===(l=n.current)||void 0===l||l.focus()},role:"radio",tabIndex:-1,type:"button"},e.getIsSelected()?l.createElement("span",{className:"h-2.5 w-2.5 rounded-full bg-white"}):null)},{id:"__select",header:o,cell:i,meta:{align:"center",className:a?"!pl-0 !pr-3":"!px-3",disableTruncation:!0,headerClassName:a?"!pl-0 !pr-3":"!px-3"},enableResizing:!1,size:46}}(t.enableMultipleRowSelection,o,t.onRowDrag,a,r))),d.unshift("__select")),t.onRowDrag&&(c.unshift(i.display(function(e,t){return{id:"__draggable",cell:({row:a,table:n})=>{const r=n.options.meta;return l.createElement("div",{draggable:!0,onDragStart:t=>{const l=a.getIsSelected()?n.getSelectedRowModel().rows:[a,...n.getSelectedRowModel().rows];r.setDragging(l.reduce((e,t)=>({...e,[t.id]:!0}),{}));const o=l.map(e=>e.original);t.dataTransfer.setData("text",JSON.stringify(o)),e(o,e=>{const l=document.createElement("div");l.id="taco_table_dragging",l.className="wcag-blue rounded flex w-48 p-4 absolute -ml-[100vw]",l.innerText=e,document.body.appendChild(l),t.dataTransfer.setDragImage(l,0,0)},e=>t.dataTransfer.setData("text",e))},onDragEnd:()=>{var e;null===(e=document.getElementById("taco_table_dragging"))||void 0===e||e.remove(),r.setDragging({})}},l.createElement(Za,{"aria-label":t.table2.columns.drag.tooltip,name:"drag",className:"text-grey-darkest invisible w-[20px] cursor-grab active:cursor-grabbing group-hover/row:visible group-[[aria-grabbed]]/row:text-white"}))},meta:{align:"center",className:"items-center !px-0",disableTruncation:!0,headerClassName:"items-center !px-0"},enableResizing:!1,size:10}}(t.onRowDrag,r))),d.unshift("__draggable")),null!==(s=t.actionsForRow)&&void 0!==s&&s.length&&c.push(i.display(function(e,t){const a=4===e.length?e:e.slice(0,3),r=e.slice(4===e.length?4:3);return{id:"__actions",cell:({row:e,table:n})=>l.createElement(us,{row:e,actions:a,moreActions:r,texts:t,table:n}),meta:{align:"right",className:e=>n("items-center print:opacity-0 group-[[aria-current]]/row:sticky group-hover/row:sticky right-0 bg-transparent !px-1",{"group-[[aria-current]]/row:!shadow-[-6px_0px_6px_theme(colors.grey.200)] group-hover/row:!shadow-[-6px_0px_6px_theme(colors.grey.100)]":!e.getIsSelected(),"shadow-[-6px_0px_6px_theme(colors.blue.100)]":e.getIsSelected()}),disableTruncation:!0,headerClassName:"hover:!bg-white !px-1"},enableResizing:!1}}(t.actionsForRow,r))),{columns:c,defaultColumnPinning:d,defaultColumnSizing:u,defaultColumnVisibility:m,defaultSorting:f,footers:v}},[e])}(e,{actionsForRow:m,enableColumnFiltering:!g,enableColumnHiding:!h,enableColumnPinning:!p,enableRowExpansion:B,enableRowSelection:T,enableMultipleRowSelection:P,expandedRowRenderer:V,onRowDrag:A},a),U=l.useRef(null),$={columnOrder:null!==(r=null==I?void 0:I.columnOrder)&&void 0!==r?r:_.map(e=>e.id),columnPinning:{left:null!==(o=null!==(i=null==I||null===(s=I.columnPinning)||void 0===s?void 0:s.left)&&void 0!==i?i:F)&&void 0!==o?o:[],right:[]},columnSizing:null!==(c=null==I?void 0:I.columnSizing)&&void 0!==c?c:K,columnVisibility:null!==(d=null==I?void 0:I.columnVisibility)&&void 0!==d?d:G},X=[!!A,!!B,!!T].reduce((e,t)=>e+(t?1:0),0),J=m.length?1:0,Y=((e=0)=>{const[t,a]=l.useState(e),n=(e,t,l)=>{a(a=>{const n=((e,t,l)=>-1===e?t-1>0?t-1:0:t+1<l?t+1:t)(e,a,t.length);return l&&l(n),n})};return{activeRowIndex:t,setActiveRowIndex:e=>a(e),moveToPreviousRow:(e,t)=>n(-1,e,t),moveToNextRow:(e,t)=>n(1,e,t)}})(v),[Q,Z]=(()=>{const[e,t]=l.useState(!1);return l.useEffect(()=>{const l=()=>t(!1);return e&&document.addEventListener("mousemove",l),()=>{document.removeEventListener("mousemove",l)}},[e]),[e,t]})(),ee=(e=>{const t=!!e,[a,n]=l.useState({enableEditMode:t,isEditing:!1,columnIndex:0});l.useEffect(()=>{n(e=>({...e,enableEditMode:t}))},[t]);const r=(e,t,l)=>{var r,o;const i=null!==(r=t.at(0))&&void 0!==r?r:0,s=null!==(o=t.at(-1))&&void 0!==o?o:0;a.enableEditMode&&n(({columnIndex:a,...n})=>{let r;switch(e){case ys.FIRST:r=i;break;case ys.LAST:r=s;break;case ys.PREV:a===i?(null==l||l(ys.PREV),r=s):r=t[Rs(-1,a,t)];break;case ys.NEXT:a===s?(null==l||l(ys.NEXT),r=i):r=t[Rs(1,a,t)]}return{...n,columnIndex:r}})};return{...a,onSave:e,toggleEditing:(e,t=0)=>{a.enableEditMode&&n(l=>({...l,isEditing:null!=e?e:!l.isEditing,columnIndex:t}))},moveToPreviousColumn:(e,t)=>r(ys.PREV,e,t),moveToNextColumn:(e,t)=>r(ys.NEXT,e,t),moveToFirstColumn:e=>r(ys.FIRST,e),moveToLastColumn:e=>r(ys.LAST,e),setColumn:e=>{a.enableEditMode&&n(t=>({...t,columnIndex:e}))}}})(j),[te,le]=l.useState({}),[ae,ne]=l.useState(null!==(u=null==I?void 0:I.rowDensity)&&void 0!==u?u:"normal"),[re,oe]=l.useState({}),[ie,se]=l.useState(!1),[ce,de]=l.useState(!1),ue=l.useRef([]),me={enableExpanding:B,enableColumnFilters:!g,enableColumnResizing:!b,enableGlobalFilter:!z,enableHiding:!h,enablePinning:!p,enableRowSelection:T,enableMultiRowSelection:P,enableSorting:!C};var fe,ve;me.enableColumnResizing&&(me.columnResizeMode="onChange"),me.enableSorting&&($.sorting=null!==(fe=null==I?void 0:I.sorting)&&void 0!==fe?fe:q,O?me.manualSorting=!0:me.getSortedRowModel=H.getSortedRowModel()),me.enableColumnFilters&&($.columnFilters=null!==(ve=null==I?void 0:I.columnFilters)&&void 0!==ve?ve:[],L?me.manualFiltering=!0:(me.filterFns={tacoFilter:(e,t,l)=>Es(e.getValue(t),l)},me.getFilteredRowModel=H.getFilteredRowModel())),me.enableGlobalFilter&&(M?me.manualFiltering=!0:(me.globalFilterFn=(e,t,l)=>xs(e.getValue(t),l),me.getFilteredRowModel=H.getFilteredRowModel()));const ge=H.useReactTable({data:f,columns:_,getCoreRowModel:H.getCoreRowModel(),initialState:$,...me,meta:{...Y,editMode:ee,columnOffsets:te,enableRowDensity:!x,rowDensity:ae,setRowDensity:ne,enableRowDragging:!!A,dragging:re,setDragging:oe,enableColumnReordering:!w,shouldPauseHoverState:Q,setShouldPauseHoverState:Z,shouldPauseSortingAndFiltering:ie,setShouldPauseSortingAndFiltering:se,onRowClick:S,dataColumnStartOffset:X,dataColumnEndOffset:J,shouldDisableTableActions:ce,setShouldDisableTableActions:de,focussableColumnIndexes:ue.current,addFocussableColumnIndex:e=>{ue.current.includes(e)||(ue.current=[...ue.current,e].sort((e,t)=>e-t))},resetFocussableColumnIndexes:()=>{ue.current=[]},tableRef:a,lastSortedOrFilteredRows:U}}),he=ge.getRowModel().rows;ie||(U.current=he);const pe=ie?U.current:he;return((e,t,a)=>{const n=e.options.meta;l.useEffect(()=>{n.editMode.isEditing&&n.shouldPauseSortingAndFiltering&&n.setShouldPauseSortingAndFiltering(!1)},[a.activeRowIndex]),l.useEffect(()=>{a.activeRowIndex>t.length-1&&n.setActiveRowIndex(t.length?t.length-1:0)},[e.getState().columnFilters,t.length])})(ge,pe,Y),((e,t)=>{const{columnOrder:a,columnSizingInfo:n,columnVisibility:r}=e.getState();l.useEffect(()=>{const l={};e.getVisibleLeafColumns().reduce((e,t)=>(l[t.id]=e,e+t.getSize()),0),t(l)},[a,n,r])})(ge,le),((e,t)=>{l.useEffect(()=>{var l,a;t&&t(e.options.enableMultiRowSelection?e.getSelectedRowModel().rows.map(e=>e.original):null!==(l=null===(a=e.getSelectedRowModel().rows[0])||void 0===a?void 0:a.original)&&void 0!==l?l:void 0)},[e.getState().rowSelection])})(ge,k),((e,t)=>{const a=e.options.meta,n=e.getState();l.useEffect(()=>{let e;return"function"==typeof t&&(e=setTimeout(()=>t({columnFilters:n.columnFilters,columnOrder:n.columnOrder,columnPinning:n.columnPinning,columnSizing:n.columnSizing,columnVisibility:n.columnVisibility,globalFilter:n.globalFilter,rowDensity:a.rowDensity,sorting:n.sorting}),250)),()=>clearTimeout(e)},[n.columnFilters,n.columnOrder,n.columnPinning,n.columnSizing,n.columnVisibility,n.globalFilter,a.rowDensity,n.sorting])})(ge,N),{rows:pe,table:ge,footers:W}}(f,e,u),b=p.options.meta,{columnVisibility:x,columnOrder:E,globalFilter:y}=p.getState();l.useEffect(()=>{b.resetFocussableColumnIndexes()},[x,E]),l.useEffect(()=>{b.editMode.isEditing||b.resetFocussableColumnIndexes()},[b.editMode.isEditing]),l.useEffect(()=>()=>clearTimeout(m.current),[]);const{virtualiser:R,virtualiserOffsets:z,setExpandedRowSizes:C}=(({rows:e,table:t},a)=>{var n,r,o,i;const[s,c]=l.useState({}),d=l.useMemo(()=>{const e=Object.values(s);return e.length?e.reduce((e,t)=>e+t,0)/e.length:0},[s]),u=t.options.meta,m=l.useCallback(e=>{var l;const a=u.rowDensity?As[u.rowDensity]:As.normal;var n,r;return!0===t.getState().expanded||null!==(l=t.getState().expanded)&&void 0!==l&&l[e]?a+(null!==(n=null!==(r=s[e])&&void 0!==r?r:d)&&void 0!==n?n:0):a},[u.rowDensity,s,t.getState().expanded]),f=k.useVirtual({parentRef:a,size:e.length,estimateSize:m});return{virtualiser:f,virtualiserOffsets:{top:f.virtualItems.length>0&&(null===(n=f.virtualItems)||void 0===n||null===(r=n[0])||void 0===r?void 0:r.start)||0,bottom:f.virtualItems.length>0?f.totalSize-((null===(o=f.virtualItems)||void 0===o||null===(i=o[f.virtualItems.length-1])||void 0===i?void 0:i.end)||0):0},setExpandedRowSizes:c}})({rows:h,table:p},u),V=(e=>{const t=e.getVisibleLeafColumns();return t.reduce((l,a,n)=>{let r;const o=n===t.length-1,i=e.getState().columnSizing[a.id];return r="__actions"===a.id?"minmax(max-content, auto)":is(a.id)?a.getSize()+"px":i?o?`minmax(${i}px, auto)`:a.columnDef.minSize&&i<a.columnDef.minSize?a.columnDef.minSize+"px":i+"px":a.getCanResize()?"minmax(max-content, auto)":"max-content",`${l} ${r}`},"")})(p),L=l.useRef(null);let M;b.editMode.isEditing&&(M=e=>{var t,l,a;let n=e.relatedTarget;if(void 0===n)return;const r=null===(t=n)||void 0===t||null===(l=t.closest("[data-radix-popper-content-wrapper] > :first-child"))||void 0===l?void 0:l.id;var o;r&&(n=null!==(o=e.currentTarget.querySelector(`[aria-controls="${r}"]`))&&void 0!==o?o:e.relatedTarget),null!==(a=e.currentTarget)&&void 0!==a&&a.contains(n)||n===L.current||(m.current=setTimeout(()=>{const t=e.target.closest('[role="row"]'),l=null==t?void 0:t.contains(document.activeElement);b.shouldPauseSortingAndFiltering&&!l&&b.setShouldPauseSortingAndFiltering(!1)}))});const[O,N]=l.useState(!1),S=l.useRef(!1);let A;b.shouldPauseHoverState&&(A=()=>b.setShouldPauseHoverState(!1));const j=n("bg-white border border-grey-300 focus:yt-focus focus:border-blue-500 grid auto-rows-max overflow-auto relative rounded group",e.className),I=p.options.enablePinning||p.options.enableHiding||b.enableColumnReordering,D=I||b.editMode.enableEditMode||p.options.enableColumnFilters||b.enableRowDensity||p.options.enableGlobalFilter,B=!!v||D,T=l.useMemo(()=>{const e=Object.keys(w),t=Object.keys(x).filter(e=>!x[e]);return e.length&&e.some(e=>!t.includes(e))},[w,x]);return l.createElement("div",{className:"-m-0.5 flex h-full w-[calc(100%_+_0.25rem)] flex-col gap-4 overflow-hidden p-0.5"},B?l.createElement("div",{className:"flex flex-wrap gap-2"},v,D?l.createElement(Ir,{className:"ml-auto flex-shrink-0 print:hidden"},b.editMode.enableEditMode?l.createElement(ic,{ref:L,table:p,tableRef:u,scrollToIndex:R.scrollToIndex}):null,p.options.enableColumnFilters?l.createElement(nc,{length:o,table:p}):null,b.enableRowDensity?l.createElement(ks,{table:p}):null,I?l.createElement(Ks,{table:p}):null,p.options.enableGlobalFilter?l.createElement(rc,{disabled:b.shouldDisableTableActions,onSearch:p.setGlobalFilter,value:y}):null):null,l.createElement(oc,{table:p})):null,l.createElement("div",{className:j,"data-taco":"table2",onBlur:M,onKeyDown:e=>{if(document.activeElement===u.current){if("ArrowUp"===e.key)return e.preventDefault(),void(e.ctrlKey||e.metaKey?(b.setActiveRowIndex(0),R.scrollToOffset(0)):b.moveToPreviousRow(h,e=>{b.setShouldPauseHoverState(!0),R.scrollToIndex(e-1)}));if("ArrowDown"===e.key)return e.preventDefault(),void(e.ctrlKey||e.metaKey?(b.setActiveRowIndex(h.length-1),R.scrollToOffset(R.totalSize+1)):b.moveToNextRow(h,e=>{var t;b.setShouldPauseHoverState(!0),e===h.length-1?null===(t=u.current)||void 0===t||t.scrollTo(0,u.current.scrollHeight):R.scrollToIndex(e+2)}));const n=p.options.enableExpanding;var t,l,a;if("ArrowLeft"===e.key)return e.preventDefault(),void((e.ctrlKey||e.metaKey)&&n&&(null===(t=h[b.activeRowIndex])||void 0===t||t.toggleExpanded(!1)));if("ArrowRight"===e.key)return e.preventDefault(),void((e.ctrlKey||e.metaKey)&&n&&(null===(l=h[null==b?void 0:b.activeRowIndex])||void 0===l||l.toggleExpanded(!0)));if("Enter"===e.key)return e.preventDefault(),void(s&&s(h[null==b?void 0:b.activeRowIndex].original));if(" "===e.key)return e.preventDefault(),void(p.options.enableRowSelection&&(null===(a=h[b.activeRowIndex])||void 0===a||a.toggleSelected()));if(e.ctrlKey||e.metaKey)return e.preventDefault(),void("a"===e.key&&p.options.enableRowSelection&&p.toggleAllRowsSelected())}},onMouseLeave:A,onScroll:function(e){try{const t=function(){if(e.currentTarget.scrollLeft>0&&!O)N(!0);else{const t=function(){if(0===e.currentTarget.scrollLeft&&O)N(!1);else{const t=function(){if("function"==typeof i){const t=function(){if(e.currentTarget.scrollHeight-e.currentTarget.scrollTop-e.currentTarget.clientHeight<600&&!S.current){const e=function(e,t){try{var l=function(){const e=p.getIsAllRowsSelected();return S.current=!0,Promise.resolve(i()).then((function(){e&&p.toggleAllRowsSelected(!0)}))}()}catch(e){return t(!0,e)}return l&&l.then?l.then(t.bind(null,!1),t.bind(null,!0)):t(!1,l)}(0,(function(e,t){if(S.current=!1,e)throw t;return t}));if(e&&e.then)return e.then((function(){}))}}();if(t&&t.then)return t.then((function(){}))}}();if(t&&t.then)return t.then((function(){}))}}();if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},ref:u,role:"table",style:{gridTemplateColumns:V,gridTemplateRows:h.length?void 0:"40px",opacity:.999},tabIndex:0},l.createElement("div",{className:"contents","data-taco":"table2-header",role:"rowgroup"},p.getHeaderGroups().map(e=>l.createElement("div",{className:"contents",key:e.id,role:"row"},e.headers.map((t,a)=>l.createElement(Ns,{key:t.id,header:t,index:a,isLastColumn:a===e.headers.length-1,scrolled:O,table:p,tableRef:u}))))),h.length?l.createElement("div",{className:"contents","data-taco":"table2-body",role:"rowgroup"},z.top?l.createElement("div",{style:{height:z.top},className:"col-span-full"}):null,R.virtualItems.map(e=>{var t;const a=h[e.index];return l.createElement(l.Fragment,{key:a.id},l.createElement(Js,{className:"group/row contents",row:a,rowIndex:e.index,table:p},a.getVisibleCells().map((t,a)=>l.createElement(Ms,{cell:t,key:`${t.id}_${t.getValue()}`,index:a,isLastRow:e.index===h.length-1,rows:h,rowIndex:e.index,scrolled:O,scrollToIndex:R.scrollToIndex,scrollToOffset:R.scrollToOffset,table:p,tableRef:u}))),a.getIsExpanded()&&r?l.createElement(qs,{index:e.index,setSize:C},null===(t=r(a.original))||void 0===t?void 0:t()):null)}),z.bottom?l.createElement("div",{style:{height:z.bottom},className:"col-span-full"}):null):l.createElement("div",{className:"col-span-full min-h-[theme(spacing.8)]"},a?l.createElement(a,null):null),T?l.createElement("div",{role:"rowgroup",className:"contents","data-taco":"table2-footer"},p.getFooterGroups().map(e=>l.createElement("div",{key:e.id,role:"row",className:"contents"},e.headers.map((e,t)=>l.createElement(Ss,{key:e.id,footer:e,index:t,scrolled:O,table:p},w[e.id]?w[e.id](h.map(t=>t.original[e.id])):null))))):null),c&&p.options.enableRowSelection&&(p.getIsSomeRowsSelected()||p.getIsAllRowsSelected())?l.createElement($s,{className:"fixed-center-x bottom-0 z-50 mb-4 print:hidden",actionsForTable:c,summary:d,table:p}):null)}));dc.Column=sc,dc.Toolbar=cc;const uc=t.forwardRef((function(e,l){const{id:a,defaultId:r,children:o,onChange:i,orientation:s="horizontal",...c}=e,d=n("yt-tabs","yt-tabs--"+s,{"flex w-full":"vertical"===s},e.className);return t.createElement(B.Root,Object.assign({},c,{className:d,"data-taco":"tabs",defaultValue:r,dir:"ltr",onValueChange:i,orientation:s,ref:l,value:a}),o)})),mc=t.forwardRef((function(e,l){const a=n("yt-tab__list border-b border-grey-300 flex flex-row m-0 mb-4",e.className);return t.createElement(B.List,Object.assign({},e,{className:a,ref:l}))})),fc=t.forwardRef((function(e,l){const{id:a,disabled:r,...o}=e,i=n("yt-tab bg-transparent border-b-2 border-transparent text-grey-700 m-0 py-2 px-4",r?"cursor-not-allowed !text-grey-500":"cursor-pointer rounded-t hover:border-grey-300 aria-selected:border-blue-500 aria-selected:text-black aria-selected:hover:border-blue-300 hover:text-black active:yt-focus active:border-blue-500 focus:yt-focus focus:border-blue-500",e.className);return t.createElement(B.Trigger,Object.assign({},o,{className:i,disabled:r,ref:l,style:{transition:"border 0.2s ease-in"},value:a}))})),vc=t.forwardRef((function(e,l){const{id:a,...r}=e,o=n("yt-tab__panel outline-none",e.className);return t.createElement(B.Content,Object.assign({},r,{className:o,ref:l,value:a}))}));uc.List=mc,uc.Trigger=fc,uc.Content=vc;const gc=t.forwardRef((function(e,l){const{onKeyDown:a,...r}=e,o=n(kn(e),"py-1 min-h-[75px] disabled:resize-none",e.className);return t.createElement("textarea",Object.assign({},r,{className:o,"data-taco":"textarea",onKeyDown:e=>{if("Home"===e.key||"End"===e.key){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t),e.currentTarget.scrollTop="End"===e.key?e.currentTarget.scrollHeight:0}a&&a(e)},ref:l}))})),hc=({continuous:e,index:l,isLastStep:a,step:n,backProps:r,primaryProps:o,skipProps:i,tooltipProps:s,size:c,locale:d,disableTourSkipOnEsc:u})=>{const m=t.useRef(null);return t.useEffect(()=>{const e=e=>{if(!u&&"Escape"===e.key&&null!==m.current)return e.preventDefault(),void m.current.click()};return window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[]),t.createElement("div",Object.assign({},s,{className:"yt-tour__step w-88 relative rounded bg-white p-4"}),t.createElement(pn,Object.assign({},i,{ref:m,appearance:"discrete",icon:"close",title:d.skip,"aria-label":d.skip,className:"absolute top-0 right-0 mt-1 mr-1"})),n.title&&t.createElement("h5",null,n.title),n.content,t.createElement(Ir,{className:"mt-4 justify-end"},l>0&&t.createElement(Cn,Object.assign({},r,{appearance:"discrete"}),d.back),t.createElement(Cn,Object.assign({},o,{appearance:"primary"}),e?a?`${d.last} (${l+1}/${c})`:`${d.next} (${l+1}/${c})`:d.close)))},pc=e=>null,wc=e=>{const{texts:{tour:l}}=yn(),{autoStart:a,onComplete:n,onClose:r,onReady:o,spotlightClicks:i,disableCloseOnEsc:s,disableScrollParentFix:c=!1,scrollOffset:d,...u}=e,m=t.useMemo(()=>t.Children.map(e.children,e=>({disableBeacon:!e.props.showBeacon,target:e.props.selector,placement:e.props.position,title:e.props.title,content:e.props.children})),[e.children]),f=t.useCallback(t=>{var l;return null===(l=e.children.find(e=>e.props.selector===t))||void 0===l?void 0:l.props},[e.children]);return t.createElement(P,Object.assign({},u,{run:a,steps:m,showProgress:!0,floaterProps:{disableAnimation:!0},tooltipComponent:e=>t.createElement(hc,Object.assign({},e,{locale:l,disableTourSkipOnEsc:s})),locale:l,spotlightPadding:8,spotlightClicks:i,disableScrollParentFix:c,callback:e=>{e.action===T.ACTIONS.SKIP&&e.lifecycle===T.LIFECYCLE.COMPLETE&&r&&r(f(e.step.target)),e.type===T.EVENTS.TOUR_END&&n&&n(),e.lifecycle===T.LIFECYCLE.READY&&o&&o(f(e.step.target))},scrollOffset:d,styles:{options:{primaryColor:"#6ba4ff"}},disableCloseOnEsc:!0}))};wc.Step=pc,exports.Accordion=nn,exports.AlertDialog=Y,exports.Backdrop=U,exports.Badge=cn,exports.Banner=Rn,exports.Base=hn,exports.Button=Cn,exports.Calendar=On,exports.Card=Hn,exports.Checkbox=An,exports.Combobox=ur,exports.Datepicker=yr,exports.Dialog=Ar,exports.Field=kr,exports.Form=jr,exports.Group=Ir,exports.Hanger=_r,exports.HoverCard=Gr,exports.Icon=Za,exports.IconButton=pn,exports.Input=Fn,exports.Listbox=Xr,exports.LocalizationContext=xn,exports.LocalizationProvider=En,exports.Menu=po,exports.MultiListbox=Jr,exports.Navigation=Vo,exports.PaginatedTable=Xi,exports.Pagination=No,exports.Popover=Er,exports.Progress=({duration:e,...t})=>{let a;e&&(a={animationDuration:e+"ms"});const r=n("bg-grey-100 rounded block h-1 overflow-hidden w-full",t.className),o=n("yt-progress__bar block h-1",{"w-full before:h-1 before:bg-grey-300 before:block before:animate-[progress-indeterminate_2s_cubic-bezier(0.4,0,0.2,1)_infinite] before:content-[' ']":!e,"w-0 bg-grey-300 animate-[progress_linear]":e});return l.createElement("span",Object.assign({},t,{"data-taco":"progress",className:r}),l.createElement("span",{className:o,"data-taco":"progress-bar",style:a}))},exports.Provider=e=>{const{children:l,localization:a}=e;return t.createElement(En,{localization:a},t.createElement(o.Provider,null,t.createElement(ko,null,l)))},exports.RadioGroup=fo,exports.SearchInput=Wr,exports.Select=Oo,exports.Select2=Ei,exports.Shortcut=Ri,exports.Spinner=Gn,exports.Switch=gs,exports.TAG_COLORS=Wo,exports.Table=$i,exports.Table2=dc,exports.Tabs=uc,exports.Tag=Uo,exports.Textarea=gc,exports.Title=Tr,exports.ToastProvider=ko,exports.Tooltip=un,exports.Tour=wc,exports.TourStep=pc,exports.Treeview=xo,exports.VisuallyHidden=rn,exports.WindowedTable=Qi,exports.convertRowIndexPathToNumberArray=Zi,exports.defaultLocalisationTexts=wn,exports.findByValue=so,exports.format=fr,exports.getByRowIndexPath=es,exports.getNextIndexFromKey=Kn,exports.getParentRowIndexPath=ts,exports.getRadioGroupItemValueAsString=io,exports.icons=Qa,exports.insertChildTableRow=ls,exports.isWeakEqual=mr,exports.mergeRefs=F,exports.parseFromCustomString=vr,exports.parseFromISOString=e=>{const t=new Date(e);return m.isValid(t)?vr(fr(new Date(e))):void 0},exports.removeChildTableRow=as,exports.setByRowIndexPath=(e,t,l)=>{const a=[...e],n=Zi(t),r=n.shift();if(n.length){const e=n.map(e=>`subRows[${e}]`).join(".");V(a[r],e,l)}else a[r]=l;return a},exports.useBoundingClientRectListener=Dn,exports.useDropTarget=Eo,exports.useListKeyboardNavigation=(e=0,t={direction:"vertical"})=>{const[a,n]=l.useState(t.initialIndex);return[a,n,l=>{const n=Kn(l.key,e,a,t.direction);return void 0!==n&&l.preventDefault(),n}]},exports.useListScrollTo=qn,exports.useLocalization=yn,exports.useMergedRef=Bn,exports.useOnClickOutside=(e,t)=>{l.useEffect(()=>{const l=l=>{(Array.isArray(e)?e:[e]).some(e=>!e.current||e.current.contains(l.target))||t(l)};return document.addEventListener("mousedown",l),document.addEventListener("touchstart",l),()=>{document.removeEventListener("mousedown",l),document.removeEventListener("touchstart",l)}},[e,t])},exports.usePagination=(e=0,t=10)=>{const[a,n]=l.useState(e),[r,o]=l.useState(t);return{pageIndex:a,pageSize:r,setPageIndex:n,setPageSize:o}},exports.useRadioGroup=mo,exports.useTableRowCreation=(e,t)=>{const[a,n]=l.useState(JSON.parse(JSON.stringify(e))),[r,o]=l.useState(void 0);return l.useEffect(()=>{if(void 0!==r){const l=es(a,r),i=ts(r),[s,c]=ls(JSON.parse(JSON.stringify(e)),i,l);o(c),n(s),null!=t&&t.current&&t.current.instance.toggleRowEditing(null==l?void 0:l._createKey)}else n(e)},[JSON.stringify(e)]),{data:a,create:(e,l={})=>{const r=c.v4(),[i,s]=ls(a,e,{...l,_createKey:r});return o(s),n(i),null!=t&&t.current&&t.current.instance.toggleRowEditing(r),s},remove:e=>{const t=as(a,e);n(t),o(void 0)},isCreating:void 0!==r}},exports.useToast=()=>t.useContext(So);
1
+ "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("react"),l=e(t),a=require("@radix-ui/react-alert-dialog"),n=e(require("classnames")),r=require("@radix-ui/react-accordion"),o=require("@radix-ui/react-tooltip"),i=e(require("react-day-picker")),s=require("@radix-ui/react-checkbox"),c=require("uuid"),d=require("@radix-ui/react-popover"),u=e(require("lodash/debounce")),m=require("date-fns"),f=require("@radix-ui/react-dialog"),v=require("@react-aria/interactions"),g=require("framer-motion"),h=require("@radix-ui/react-hover-card"),p=require("@radix-ui/react-dropdown-menu"),w=require("@radix-ui/react-use-controllable-state"),b=require("@radix-ui/react-radio-group"),x=require("@radix-ui/react-scroll-area"),E=require("react-table"),y=require("react-intersection-observer"),R=require("@react-aria/focus"),z=require("react-window"),C=e(require("react-window-infinite-loader")),V=e(require("lodash/set")),L=e(require("lodash/unset")),M=e(require("lodash/get")),O=e(require("lodash/compact")),N=e(require("lodash/pullAt")),H=require("@tanstack/react-table"),S=require("@radix-ui/react-switch"),A=e(require("react-dom")),j=require("react-virtual"),k=require("@dnd-kit/core"),I=require("@dnd-kit/sortable"),D=require("@dnd-kit/utilities"),B=require("@radix-ui/react-tabs"),P=require("react-joyride"),T=e(P);const _=l.createContext({props:{},ref:null});function F(e){return t=>{e.forEach(e=>{"function"==typeof e?e(t):null!=e&&(e.current=t)})}}const K=t.forwardRef((function(e,n){const{ref:r,props:o}=l.useContext(_),i=F([r,n]);return t.createElement(a.Trigger,Object.assign({},o,e,{ref:i,asChild:!0}))})),q=t.forwardRef((function(e,l){return t.createElement("div",Object.assign({},e,{className:"flex justify-end gap-2",ref:l}),e.children)})),G=t.forwardRef((function(e,l){return t.createElement(a.Cancel,Object.assign({},e,{ref:l,asChild:!0}))})),W=t.forwardRef((function(e,l){return t.createElement(a.Action,Object.assign({},e,{className:e.className,ref:l,asChild:!0}))})),U=t.forwardRef((function(e,l){const a=n("fixed inset-0 cursor-default overflow-y-auto bg-blue-900/[0.3] aria-hidden:invisible",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"backdrop",ref:l}))})),$=e=>{switch(e){case"dialog":return"w-128";case"xs":return"w-xs";case"sm":return"w-sm";case"md":return"w-md";case"lg":return"w-lg"}},X=t.forwardRef((function(e,l){const r=n("text-center",e.className);return t.createElement(a.Title,Object.assign({},e,{className:r,ref:l}))})),J=t.forwardRef((function(e,l){const r=n("p-6","mt-16 mx-auto","bg-white rounded animate-[fade-in_150ms] shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]",$("dialog"));return t.createElement(a.Portal,null,t.createElement(a.Overlay,{asChild:!0},t.createElement(U,null,t.createElement(a.Content,Object.assign({},e,{ref:l,className:r,onEscapeKeyDown:e=>e.preventDefault()}),e.children))))})),Y=t.forwardRef((function(e,l){const{defaultOpen:n,onChange:r,open:o,trigger:i,...s}=e,c=t.useMemo(()=>({props:s,ref:l}),[o,s]);return t.createElement(_.Provider,{value:c},t.createElement(a.Root,Object.assign({},e,{defaultOpen:n,open:o,onOpenChange:r}),i&&t.createElement(K,null,i),e.children))}));function Q(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-4.5 7.25a4.5 4.5 0 013.632 7.158l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.5 4.5 0 11-2.495-8.245zm0 1.5a3 3 0 100 6 3 3 0 000-6zm-7 3.25a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm0-4a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm9-4a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm-9 0a.75.75 0 010 1.5h-.5a.75.75 0 010-1.5h.5z",fill:"currentColor",fillRule:"evenodd"}))}function Z(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M4.5 16.25v3a.25.25 0 00.193.243l.057.007H13V21H4.75A1.75 1.75 0 013 19.25v-3h1.5zm4.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.718-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.44l-1.72-1.72a.75.75 0 01-.073-.976l.073-.084a.75.75 0 01.976-.073zM16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75V13h-1.5V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5zm12.804 10.147a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function ee(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25v-3h1.5v3a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zm-6.804 8.147l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function te(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h12.5zM13 17.5H6.5a.5.5 0 00-.492.41L6 18v1.5a.5.5 0 00.41.492L6.5 20H13a.5.5 0 00.492-.41l.008-.09V18a.5.5 0 00-.41-.492L13 17.5zm4.5 0h-2a.5.5 0 00-.492.41L15 18v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 19.5V18a.5.5 0 00-.41-.492l-.09-.008zm-9-3.5h-2a.5.5 0 00-.492.41L6 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L9 16v-1.5a.5.5 0 00-.41-.492L8.5 14zm9 0h-2a.5.5 0 00-.492.41L15 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 16v-1.5a.5.5 0 00-.41-.492L17.5 14zM13 14h-2a.5.5 0 00-.492.41l-.008.09V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L13.5 16v-1.5a.5.5 0 00-.41-.492L13 14zm-4.5-3.5h-2a.5.5 0 00-.492.41L6 11v1.5a.5.5 0 00.41.492L6.5 13h2a.5.5 0 00.492-.41L9 12.5V11a.5.5 0 00-.41-.492L8.5 10.5zm9 0h-2a.5.5 0 00-.492.41L15 11v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 12.5V11a.5.5 0 00-.41-.492l-.09-.008zm-4.5 0h-2a.5.5 0 00-.492.41L10.5 11v1.5a.5.5 0 00.41.492L11 13h2a.5.5 0 00.492-.41l.008-.09V11a.5.5 0 00-.41-.492L13 10.5zM17.5 4h-11a.5.5 0 00-.492.41L6 4.5V8a.5.5 0 00.41.492l.09.008h11a.5.5 0 00.492-.41L18 8V4.5a.5.5 0 00-.41-.492L17.5 4zm-1 1a.5.5 0 01.5.5V7a.5.5 0 01-.5.5h-1A.5.5 0 0115 7V5.5a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function le(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.25 18h7.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5zM12 4.5a.75.75 0 01.743.648l.007.102v8.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 16l-.029-.002h-.023l-.021-.003-.054-.006-.07-.015-.072-.024-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V5.25A.75.75 0 0112 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ae(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 6.25a.75.75 0 01.743.648L12.75 7l-.001 8.189 2.22-2.22a.75.75 0 011.134.977l-.073.084-3.5 3.5-.038.036-.046.037h-.002l-.008.007-.081.051-.134.056-.085.02-.084.011h-.103l-.12-.018-.12-.039-.078-.038-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L11.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ne(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.75 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm-6.554.397l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.018.119-.03.098-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22H5.25a.75.75 0 01-.102-1.493l.102-.007h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function re(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.03 7.97a.75.75 0 01.073.976l-.073.084-2.219 2.219L17 11.25a.75.75 0 01.102 1.493L17 12.75l-8.19-.001 2.22 2.22a.75.75 0 01-.976 1.134l-.084-.073-3.5-3.5-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function oe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.946 7.897l.084.073 3.5 3.5.036.038.044.056.051.081.05.116.027.103.01.084v.103l-.018.12-.039.12-.038.078-.06.09-.063.071-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.218-2.22H7a.75.75 0 01-.102-1.493L7 11.25h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function ie(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.25 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm7.53.47a.75.75 0 01.073.976l-.073.084-2.219 2.22h8.189a.75.75 0 01.102 1.493l-.102.007h-8.189l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089L8 11.965l.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function se(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.86 8.013l.067-.01.125-.001.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219v8.189a.75.75 0 01-1.493.102l-.007-.102v-8.189l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02zM15.75 4.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function ce(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.864 6.262l.089-.01h.095l.123.018.12.039.078.038.09.06.071.063 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L11.25 17V8.81l-2.22 2.22a.75.75 0 01-1.133-.976l.073-.084 3.5-3.5.094-.08.081-.051.134-.056.085-.02z",fill:"currentColor",fillRule:"evenodd"}))}function de(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.916 10.159l1.06 1.06-2.663 2.665a3.75 3.75 0 005.159 5.44l.144-.137 6.657-6.657a.75.75 0 011.128.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.575-7.269l.15-.156 2.664-2.664zm11.771-6.468a3.75 3.75 0 01.137 5.16l-.137.144-9.132 9.132a2.25 2.25 0 01-3.287-3.07l.105-.112 6.657-6.657a.75.75 0 011.128.984l-.067.076-6.657 6.657a.75.75 0 00.984 1.128l.077-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-2.933 2.932-1.061-1.061 2.933-2.932a3.75 3.75 0 015.303 0zM4 9a2 2 0 002 2 2 2 0 00-1.995 1.85L4 13l-.004-.132A2 2 0 002 11a2 2 0 002-2zm6-2.5a2 2 0 002 2 2 2 0 00-1.995 1.85L10 10.5l-.004-.132A2 2 0 008 8.5a2 2 0 002-2zM6.5 2c0 2.21 2.015 4 4.5 4-2.412 0-4.381 1.687-4.495 3.806L6.5 10l-.01-.263C6.338 7.65 4.386 6 2 6c2.485 0 4.5-1.79 4.5-4z",fill:"currentColor",fillRule:"evenodd"}))}function ue(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.026 18.467a.75.75 0 01-.977 1.133l-.084-.073-2.288-2.288-3.005 3.006a5.25 5.25 0 01-7.574-7.269l.15-.156 3.005-3.005-2.288-2.288a.75.75 0 01.977-1.133l.084.073 12 12zm-9.713-7.592l-3.005 3.006a3.75 3.75 0 005.16 5.44l.144-.137 3.005-3.005-1.061-1.061-3.005 3.005a2.25 2.25 0 01-3.287-3.069l.105-.113 3.005-3.005-1.061-1.061zm2.122 2.122L8.43 16.002a.75.75 0 00.984 1.128l.076-.067 3.005-3.006-1.06-1.06zm7.894-.47a.75.75 0 01.067.984l-.067.077-1.53 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.061 0zm.354-8.839a3.75 3.75 0 01.137 5.16l-.137.144-4.006 4.004-1.06-1.06 4.005-4.005a2.25 2.25 0 00-3.07-3.287l-.112.105-4.005 4.005-1.061-1.061 4.005-4.005a3.75 3.75 0 015.304 0zm-4.596 4.597a.75.75 0 01.067.983l-.067.077-1.531 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.062 0z",fill:"currentColor",fillRule:"evenodd"}))}function me(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.067.077-6.657 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 6.657-6.657a.75.75 0 011.127.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132z",fill:"currentColor",fillRule:"evenodd"}))}function fe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.75 5.75a.25.25 0 00-.193-.243L14.5 5.5H14a.75.75 0 01-.102-1.493L14 4h.5c.372 0 .718.116 1.001.315.242-.17.53-.28.841-.308L16.5 4h.5l.102.007a.75.75 0 010 1.486L17 5.5h-.5l-.057.007a.25.25 0 00-.184.175l-.009.068V8h4c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16h-4v2.25l.007.057a.25.25 0 00.175.184l.068.009h.5l.102.007a.75.75 0 010 1.486L17 20h-.5l-.144-.006a1.74 1.74 0 01-.856-.308 1.734 1.734 0 01-.856.308L14.5 20H14a.75.75 0 01-.102-1.493L14 18.5h.5a.25.25 0 00.243-.193l.007-.057V5.75zm5.5 3.75h-4v5h4a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2zm3.5 0a1 1 0 110 2 1 1 0 010-2zm3.5 0c.087 0 .17.011.25.032v1.936A1.002 1.002 0 0112 12a1 1 0 011-1zm-9.25 5A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h9.5v1.5h-9.5a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h9.5V16h-9.5z",fill:"currentColor",fillRule:"evenodd"}))}function ve(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 8c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16H3.75A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2z",fill:"currentColor",fillRule:"evenodd"}))}function ge(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.5 12.25l1.5 1.5V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-7.25l1.5-1.5v8.25h13v-8.25zm-6.875.582l.375.375.375-.375a1.591 1.591 0 112.25 2.25L12 17.707l-2.625-2.625a1.591 1.591 0 012.25-2.25zm.821-10.685l.084.073L17 6.689V5.5a.5.5 0 01.5-.5h.5a.5.5 0 01.5.5v2.689l3.03 3.03a.75.75 0 01-.976 1.134l-.084-.073L12 3.811l-8.47 8.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 9-9a.75.75 0 01.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function he(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M15.25 18.999V21h-2.5v-2.001h2.5zM21 16.75v2.5A1.75 1.75 0 0119.25 21h-2.5v-2.001H19V16.75h2zm-11.5-4c.966 0 1.75.784 1.75 1.75v4.75A1.75 1.75 0 019.5 21H4.75A1.75 1.75 0 013 19.25V14.5c0-.966.784-1.75 1.75-1.75H9.5zm11.5 0v2.5h-2v-2.5h2zm0-4v2.5h-2v-2.5h2zm-16 0v2.5H3v-2.5h2zM19.25 3c.966 0 1.75.784 1.75 1.75v2.5h-2V4.999h-2.25V3h2.5zm-12 0v1.999H5V7.25H3v-2.5C3 3.784 3.784 3 4.75 3h2.5zm4 0v1.999h-2.5V3h2.5zm4 0v1.999h-2.5V3h2.5z",fill:"currentColor",fillRule:"evenodd"}))}function pe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 19.5a2.5 2.5 0 01-4.995.164L9.5 19.5h5zM12 2c.915 0 1.686.767 1.924 1.815A6.002 6.002 0 0118 9.5V15l1.6 1.2A1 1 0 0119 18H5a1 1 0 01-.6-1.8L6 15V9.5a6.003 6.003 0 014.077-5.685C10.314 2.767 11.085 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function we(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17 4.5c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V19.15a.5.5 0 01-.728.445C19.848 18.865 18.424 18.5 17 18.5c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 19.15V6.287a.5.5 0 01.252-.435C3.835 4.951 5.417 4.5 7 4.5c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM17 6c-1.284 0-2.586.363-3.92 1.108l-.308.178L12 7.75l-.772-.463C9.786 6.421 8.383 6 7 6c-1.11 0-2.232.271-3.378.825l-.122.062v10.739l.056-.02a10.363 10.363 0 013.059-.598L7 17c1.585 0 3.156.382 4.704 1.134l.296.149.296-.149c1.429-.694 2.878-1.073 4.339-1.127L17 17c1.027 0 2.05.16 3.065.48l.435.147V6.887l-.122-.062c-1.041-.504-2.064-.773-3.075-.818L17 6zm0 7.75c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 13.75zm0-3c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 10.75zm0-3c.836 0 1.669.115 2.5.344v1.567A7.98 7.98 0 0017 9.25c-1.16 0-2.325.266-3.501.804V8.427A9.628 9.628 0 0117 7.75z",fill:"currentColor",fillRule:"evenodd"}))}function be(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 2a.75.75 0 01.743.648L20 2.75v18.5a.75.75 0 01-.648.743L19.25 22H6.75a2.75 2.75 0 01-2.739-3H4V5l.043.001A.749.749 0 014 4.75a2.75 2.75 0 012.582-2.745L6.75 2h12.5zm-.75 16H6.75a1.25 1.25 0 00-.128 2.494l.128.006H18.5v-.75H6.75a.5.5 0 110-1H18.5V18zM5.506 4.622L5.5 4.75a.749.749 0 01-.043.251L5.5 5v11.8a2.732 2.732 0 011-.289V3.525a1.25 1.25 0 00-.994 1.097zM18.5 3.5h-11v13h11v-13zM14.25 9a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm2-3a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function xe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.75 11c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0110.75 22h-6A1.75 1.75 0 013 20.25v-7.5c0-.966.784-1.75 1.75-1.75h6zm.25 8.5H9.5v1H11v-1zm-2.5 0h-4v1h4v-1zM14.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v9.836A1.75 1.75 0 0119.25 20H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L14 7.25V3.499L8.25 3.5a.25.25 0 00-.243.193L8 3.75V10H6.5V3.75C6.5 2.784 7.284 2 8.25 2h6.336zM11 17.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm10.016-6.984c.152 0 .333.058.371.263l.008.084v.242c.554.063 1.043.247 1.34.536.21.203.32.418.32.644 0 .29-.239.492-.516.492-.242 0-.437-.074-.648-.234-.328-.25-.586-.348-.93-.348-.379 0-.61.23-.61.48 0 .226.168.369.56.457l.14.028.687.121c1 .176 1.508.68 1.508 1.508 0 .908-.638 1.554-1.67 1.741l-.185.029v.175c0 .27-.207.352-.375.352-.157 0-.34-.065-.38-.269l-.007-.083v-.164c-.649-.047-1.211-.242-1.543-.558-.2-.196-.316-.41-.316-.645 0-.347.265-.543.59-.543.159 0 .308.044.495.162l.118.08c.343.254.726.395 1.043.395.48 0 .722-.203.722-.5 0-.217-.177-.353-.617-.458l-.14-.03-.672-.133c-.996-.192-1.489-.703-1.489-1.54 0-.885.638-1.523 1.633-1.683l.18-.023v-.23c0-.274.21-.348.383-.348zM11 15.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm5-3H4.5v2H11v-2zm4.5-7.881V7.25a.25.25 0 00.193.243l.057.007h2.631L15.5 4.619z",fill:"currentColor",fillRule:"evenodd"}))}function Ee(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 2c.414 0 .75.294.75.656V3h2.25c.966 0 1.75.83 1.75 1.853v14.294C21 20.17 20.216 21 19.25 21H4.75C3.784 21 3 20.17 3 19.147V4.853C3 3.83 3.784 3 4.75 3H7v-.344C7 2.294 7.336 2 7.75 2s.75.294.75.656V3h7v-.344c0-.362.336-.656.75-.656zm3.25 6h-15v11.147c0 .125.082.23.193.258l.057.007h14.5a.254.254 0 00.243-.204l.007-.06V8zm-11 7a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm-9-4.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2A.5.5 0 016 12v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zM7 4.588H4.75a.254.254 0 00-.243.204l-.007.06V6.5h15V4.853a.262.262 0 00-.193-.258l-.057-.007H17v.256c0 .362-.336.656-.75.656s-.75-.294-.75-.656v-.256h-7v.256c0 .362-.336.656-.75.656S7 5.206 7 4.844v-.256z",fill:"currentColor",fillRule:"evenodd"}))}function ye(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 8a2 2 0 012 2v9a2 2 0 01-2 2H8a2 2 0 01-2-2v-9a2 2 0 012-2h12zm.5 5h-13v6a.5.5 0 00.41.492L8 19.5h12a.5.5 0 00.492-.41L20.5 19v-6zM12 15a.5.5 0 01.5.5V17a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1.5a.5.5 0 01.5-.5h2zm4.607-10.568L17.294 7h-1.553l-.583-2.18a.5.5 0 00-.524-.369l-.089.016L3.92 7.314a.5.5 0 00-.369.523l.016.089L5 13.276v3.905a1.992 1.992 0 01-.812-1.14l-2.07-7.727a2 2 0 011.414-2.45l10.625-2.846a2 2 0 012.45 1.414zM20 9.5H8a.5.5 0 00-.492.41L7.5 10v1.5h13V10a.5.5 0 00-.41-.492L20 9.5z",fill:"currentColor"}))}function Re(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1.143 6.234c.215 0 .434.097.48.36l.009.107v.387c.714.091 1.353.338 1.75.725.301.285.463.602.463.902 0 .355-.28.602-.618.602-.29 0-.51-.102-.779-.333-.456-.435-.843-.607-1.38-.607-.634 0-1.037.36-1.037.811 0 .372.266.62.843.762l.15.033 1.016.21c1.353.263 2.02.934 2.02 2.035 0 1.218-.86 2.076-2.251 2.304l-.193.027v.338c0 .344-.247.468-.49.468-.214 0-.437-.098-.484-.361l-.01-.107v-.327c-.816-.07-1.535-.322-1.981-.736-.301-.274-.473-.585-.473-.908 0-.419.306-.655.688-.655.236 0 .43.075.735.333.478.435 1.005.66 1.547.66.758 0 1.166-.338 1.166-.853 0-.374-.264-.605-.921-.77l-.159-.036-1.01-.22c-1.3-.269-1.955-.967-1.955-2.063 0-1.187.855-2.034 2.199-2.223l.186-.022v-.376c0-.349.247-.467.489-.467zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ze(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.557 13.056c1.474.7 2.443 1.881 2.443 3.222 0 1.294-.903 2.44-2.292 3.147l.89 1.582a.556.556 0 01-.748.761l-.084-.055-2.059-1.647a7.87 7.87 0 01-1.263.1c-2.853 0-5.205-1.506-5.52-3.444 2.666-.007 5.071-.766 6.817-1.966a7.924 7.924 0 001.802-1.682l.014-.018zM10.889 3.5c4.91 0 8.889 2.736 8.889 6.111 0 3.309-3.825 6.004-8.601 6.108l-.426.003-5.406 4.324a.556.556 0 01-.832-.706l2.398-4.262C3.999 14.074 2 12.003 2 9.61 2 6.236 5.98 3.5 10.889 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ce(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.313 12.156c.59.664.937 1.466.937 2.344 0 1.01-.467 1.944-1.272 2.68l-.21.179.885 1.77c.174.348.174.753.01 1.096l-.068.125-.084.118c-.352.44-.948.585-1.501.347l-.127-.062-.129-.09-2.446-1.955-.233.021-.19.012-.385.009c-2.065 0-3.908-.798-4.923-2.035a13.97 13.97 0 002.216-.108c.728.397 1.667.643 2.707.643.209 0 .415-.01.619-.03l.303-.037.323-.047 2.059 1.649-.969-1.94.582-.36c.86-.533 1.333-1.252 1.333-1.985 0-.371-.122-.733-.343-1.065.3-.336.562-.69.781-1.06l.125-.219zM11 3.25c4.786 0 8.75 2.725 8.75 6.25 0 3.455-3.81 6.143-8.47 6.247l-.139.001-4.662 3.73a1.25 1.25 0 01-1.567-.004l-.1-.09-.09-.102a1.25 1.25 0 01-.174-1.27l.06-.124 1.737-3.087-.23-.106c-2.193-1.046-3.646-2.768-3.842-4.737l-.017-.228-.006-.23c0-3.525 3.964-6.25 8.75-6.25zm0 1.5c-4.05 0-7.25 2.2-7.25 4.75 0 1.679 1.397 3.263 3.66 4.119l.255.092.85.293-1.969 3.498 4.072-3.255.267.002.384-.002c3.922-.095 6.981-2.253 6.981-4.747 0-2.55-3.2-4.75-7.25-4.75z",fill:"currentColor",fillRule:"evenodd"}))}function Ve(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.47 6.47a.75.75 0 01.976-.073l.084.073L12 10.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06zm0 5a.75.75 0 01.976-.073l.084.073L12 15.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06z",fill:"currentColor",fillRule:"evenodd"}))}function Le(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.854 9.354l5.792 5.792a.5.5 0 00.708 0l5.792-5.792a.5.5 0 00-.353-.854H6.207a.5.5 0 00-.353.854z",fill:"currentColor",fillRule:"evenodd"}))}function Me(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.47 10.03a.75.75 0 01.976-1.133l.084.073L12 13.439l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function Oe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17.53 6.47a.75.75 0 01.073.976l-.073.084L13.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0zm-5 0a.75.75 0 01.073.976l-.073.084L8.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Ne(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5 6.207a.5.5 0 00-.854-.353l-5.792 5.792a.5.5 0 000 .708l5.792 5.792a.5.5 0 00.854-.353V6.207z",fill:"currentColor"}))}function He(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.97 6.47a.75.75 0 011.133.976l-.073.084L10.561 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5z",fill:"currentColor",fillRule:"evenodd"}))}function Se(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.47 6.47a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L15.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976zm-5 0a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L10.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976z",fill:"currentColor",fillRule:"evenodd"}))}function Ae(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 17.793a.5.5 0 00.854.353l5.792-5.792a.5.5 0 000-.708L9.354 5.854a.5.5 0 00-.854.353v11.586z",fill:"currentColor"}))}function je(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.03 6.47a.75.75 0 00-1.133.976l.073.084L13.439 12l-4.47 4.47a.75.75 0 00-.072.976l.073.084a.75.75 0 00.976.073l.084-.073 5-5a.75.75 0 00.073-.976l-.073-.084-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function ke(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.47 12.53a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 8.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073zm0 5a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function Ie(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.854 14.646l5.792-5.792a.5.5 0 01.708 0l5.792 5.792a.5.5 0 01-.353.854H6.207a.5.5 0 01-.353-.854z",fill:"currentColor",fillRule:"evenodd"}))}function De(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17.53 13.97a.75.75 0 01-.976 1.133l-.084-.073L12 10.561l-4.47 4.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 01.976-.073l.084.073 5 5z",fill:"currentColor",fillRule:"evenodd"}))}function Be(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM8.641 8.641a.75.75 0 01.984-.067l.077.067L12 10.94l2.298-2.298a.75.75 0 011.128.984l-.067.077L13.06 12l2.298 2.298a.75.75 0 01-.984 1.128l-.077-.067L12 13.06l-2.298 2.298a.75.75 0 01-1.128-.984l.067-.077L10.94 12 8.641 9.702a.75.75 0 010-1.06z"}))}function Pe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4 7.75c.934 0 1.027 1.366.102 1.493-8 0 0 0-8.102.007-.934 0-1.027-1.366-.102-1.493z",fill:"currentColor",fillRule:"evenodd"}))}function Te(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 3.75a.75.75 0 01.743.648L12.75 8v3.25H16a.75.75 0 01.102 1.493L16 12.75h-3.25V16a.75.75 0 01-1.493.102L11.25 16v-3.25H8a.75.75 0 01-.102-1.493L8 11.25h3.25V8a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function _e(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4.403 3.867a.75.75 0 01.282.938l-.052.098-5.091 8a.75.75 0 01-1.145.145l-.074-.08-2.909-3.636a.75.75 0 011.096-1.018l.076.081 2.253 2.817 4.528-7.115a.75.75 0 011.036-.23z",fill:"currentColor",fillRule:"evenodd"}))}function Fe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.03 12.97a.75.75 0 01.073.976l-.073.084-5.72 5.72H8.5a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116L2.75 20.5v-5a.75.75 0 011.493-.102l.007.102-.001 3.189 5.72-5.72a.75.75 0 011.061 0zm4.368-10.213l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L19.75 8.5V5.31l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H15.5a.75.75 0 01-.743-.648L14.75 3.5a.75.75 0 01.648-.743z",fill:"currentColor",fillRule:"evenodd"}))}function Ke(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.398 12.757l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9.75 18.5v-3.19l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H5.5a.75.75 0 01-.743-.648L4.75 13.5a.75.75 0 01.648-.743zM21.03 2.97a.75.75 0 01.073.976l-.073.084-5.72 5.72h3.19a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116l-.007-.102v-5a.75.75 0 011.493-.102l.007.102v3.188l5.72-5.718a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function qe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.554 6.397a.75.75 0 011.049 1.05l-.073.083L13.061 12l4.47 4.47a.75.75 0 01-.977 1.133l-.084-.073L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 12l-4.47-4.47a.75.75 0 01.977-1.133l.084.073L12 10.939l4.47-4.47.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Ge(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 4.5h-4v15h4v-15zm1.5 0v15h3.75a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H15.5zm-10.75 0H8.5v15H4.75a.25.25 0 01-.25-.25V4.75a.25.25 0 01.25-.25zm0-1.5A1.75 1.75 0 003 4.75v14.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75z",fill:"currentColor"}))}function We(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19 9a3 3 0 11-2.877 3.854H7.877A3.001 3.001 0 012 12a3 3 0 015.93-.647h8.14A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function Ue(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.66 4.174a.75.75 0 01.32.933l-.045.091-8.298 14.373a.75.75 0 01-1.344-.659l.045-.091 8.298-14.373a.75.75 0 011.025-.274zM5 9a3.001 3.001 0 012.935 2.374.685.685 0 01.169-.02h1.814l-.866 1.5h-.948a.75.75 0 01-.22-.033A2.998 2.998 0 012 12a3 3 0 013-3zm14 0a3 3 0 11-2.877 3.854h-1.875l.866-1.5.956-.001A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function $e(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V18h-.5a.75.75 0 110-1.5H4v-3.75h-.5a.75.75 0 110-1.5H4V8h-.5a.75.75 0 010-1.5H4V3.75C4 2.784 4.784 2 5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6.5H6A.75.75 0 016 8h-.5v3.25H6a.75.75 0 110 1.5h-.5v3.75H6A.75.75 0 116 18h-.5v2.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM11.866 12c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0114.482 18H9.25a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zm0-5.5c1.104 0 2 1.12 2 2.5s-.896 2.5-2 2.5c-1.105 0-2-1.12-2-2.5s.895-2.5 2-2.5z",fill:"currentColor",fillRule:"evenodd"}))}function Xe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6 5v1.5h-.25a.25.25 0 00-.243.193L5.5 6.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H17v.25A1.75 1.75 0 0115.25 22h-9.5A1.75 1.75 0 014 20.25V6.75C4 5.784 4.784 5 5.75 5H6zm7.586-3a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0118.25 19h-9.5A1.75 1.75 0 017 17.25V3.75C7 2.784 7.784 2 8.75 2h4.836zM13 3.5H8.75a.25.25 0 00-.243.193L8.5 3.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm1.5 1.121V7.25a.25.25 0 00.193.243l.057.007h2.629L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Je(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.441 3.441a1.25 1.25 0 01.983-.058l.135.058 9.598 4.799a.85.85 0 01.464.859l-.001 6.151a.75.75 0 11-1.5 0v-4.971L19 11.339V17.5c0 1.657-3.134 3-7 3-3.772 0-6.847-1.278-6.994-2.88L5 17.5v-6.162L1.842 9.76a.85.85 0 01-.421-1.042l.041-.098a.85.85 0 01.286-.325l.094-.055 9.598-4.799zm-4.942 8.647v5.395c.009.095.385.448 1.217.791C8.82 18.73 10.351 19 12 19c1.689 0 3.253-.284 4.359-.757.472-.203.822-.425 1.023-.629l.11-.117c.003-.003.005-.004.006-.003l.002.006v-5.411l-4.941 2.47a1.25 1.25 0 01-.983.058l-.135-.058-4.942-2.471zM12 4.838L3.677 8.999l8.322 4.162 8.323-4.162L12 4.838z",fill:"currentColor"}))}function Ye(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.499 15l.001 5.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H18v.25A1.75 1.75 0 0116.25 22h-9.5A1.75 1.75 0 015 20.25L4.999 15h1.5zm8.087-13a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 19h-9.5A1.75 1.75 0 018 17.25L7.999 15h1.5l.001 2.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057L19.499 9H15.75a1.75 1.75 0 01-1.744-1.606L14 7.25l-.001-3.75H9.75a.25.25 0 00-.243.193L9.5 3.75 9.499 5h-1.5L8 3.75C8 2.784 8.784 2 9.75 2h4.836zM4.392 8.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082L4.341 9.03l.051-.074zM8.25 6a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528A2.5 2.5 0 006.711 8.03a.75.75 0 11-.925-1.181A3.985 3.985 0 018.25 6zm7.249-1.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function Qe(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h-1.514a3 3 0 00-5.917 0H20.25a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-3.946 3.397a.75.75 0 011.049 1.05l-.073.083L13.061 14l1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073L12 15.061l-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 14l-1.97-1.97a.75.75 0 01.977-1.133l.084.073L12 12.939l1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Ze(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h3.778a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-8.25 2a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm4.5 0a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zM12 3.5A3 3 0 009.041 6h5.917A3 3 0 0012 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function et(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 6A.75.75 0 013 5.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 6zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 6a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function tt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 9A.75.75 0 013 8.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 9zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 3a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function lt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 7.5A.75.75 0 013 6.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 4.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function at(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM3 19.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zM2.25 12a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 3.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function nt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H17v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V8h-15v11.25a.25.25 0 00.193.243l.057.007H7V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM12 11.25a.75.75 0 01.743.648l.007.102v6.439l1.72-1.72a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V12a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function rt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.303 2.787a1.25 1.25 0 01.934 1.39l-.024.126-4 16a1.25 1.25 0 01-2.45-.48l.024-.126 4-16a1.25 1.25 0 011.516-.91zM7.05 5.04a1.25 1.25 0 01.242 1.65l-.082.11L2.877 12l4.333 5.2a1.25 1.25 0 01-.06 1.667l-.1.093a1.25 1.25 0 01-1.667-.06l-.093-.1-5-6a1.25 1.25 0 01-.083-1.49l.083-.11 5-6a1.25 1.25 0 011.76-.16zm9.9 0a1.25 1.25 0 011.667.06l.093.1 5 6 .083.11a1.25 1.25 0 010 1.38l-.083.11-5 6-.093.1a1.25 1.25 0 01-1.558.142l-.11-.082-.1-.093a1.25 1.25 0 01-.14-1.558l.08-.11L21.124 12 16.79 6.8l-.082-.11a1.25 1.25 0 01.242-1.65z",fill:"currentColor",fillRule:"evenodd"}))}function ot(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.5 17a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2zm-5-14.75a.75.75 0 01.102 1.493l-.102.007H13a.25.25 0 00-.243.193l-.007.057v5.75h1.75a.75.75 0 01.102 1.493l-.102.007h-1.75v5.75a.25.25 0 00.193.243l.057.007h1.5a.75.75 0 01.102 1.493l-.102.007H13a1.75 1.75 0 01-1.744-1.606l-.006-.144v-5.75H9.5a.75.75 0 01-.102-1.493l.102-.007h1.75V5.5a1.75 1.75 0 011.606-1.744L13 3.75h1.5zm6 5.75a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-13 0a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4A.5.5 0 013 14v-4a.5.5 0 01.5-.5h4zm12 1.5h-2v2h2v-2zm-13 0h-2v2h2v-2zm14-9a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2z",fill:"currentColor",fillRule:"evenodd"}))}function it(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm6.194 13.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zm-2.4-8.22L14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63z",fill:"currentColor",fillRule:"evenodd"}))}function st(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V13h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm2.164 11.5a.75.75 0 01.743.648l.007.102V17h2.75a.75.75 0 01.102 1.493l-.102.007H16.5v2.75a.75.75 0 01-1.493.102L15 21.25V18.5h-2.75a.75.75 0 01-.102-1.493L12.25 17H15v-2.75a.75.75 0 01.75-.75zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ct(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.95 11.146l2.219 3.843.868.234a2.5 2.5 0 111.826 2.042l-1.633-.438.845 1.464a2.5 2.5 0 11-2.444-1.235l-.45-.778-4.287-1.148a.75.75 0 11.388-1.45l2.839.761-1.47-2.545a.75.75 0 011.3-.75zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.176 16.675a1 1 0 101 1.732 1 1 0 00-1-1.732zm3.134-4.084a1 1 0 101.932.518 1 1 0 00-1.932-.518zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function dt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1 12.91c.516 0 .935.333.935.849 0 .515-.42.848-.935.848-.516 0-.94-.333-.94-.848 0-.516.424-.849.94-.849zm0-5.978c.509 0 .883.352.917.807l.001.106-.15 3.62a.754.754 0 01-.768.736.757.757 0 01-.768-.632l-.01-.104-.135-3.62c-.022-.505.37-.913.913-.913zm2.5-5.811V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ut(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v4.336h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h5V22h-5A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.664 12.25a.75.75 0 01.743.648L20 15v4.5a.75.75 0 01-1.493.102L18.5 19.5v-2.69l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H14.75a.75.75 0 01-.743-.648L14 15a.75.75 0 01.648-.743l.102-.007h4.5zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function mt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.586 2a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 17H15v3.25A1.75 1.75 0 0113.25 22h-8.5A1.75 1.75 0 013 20.25V8.75C3 7.784 3.784 7 4.75 7H9V3.75C9 2.784 9.784 2 10.75 2h5.836zM15.5 3.499l-4.75.001a.25.25 0 00-.243.193l-.007.057V7h1v1.5h-1V10H9V8.5H4.75a.25.25 0 00-.243.193L4.5 8.75v11.5a.25.25 0 00.193.243l.057.007h8.5a.25.25 0 00.243-.193l.007-.057V17h-1v-1.5h1V14H15v1.5h4.25a.25.25 0 00.243-.193l.007-.057V7.5h-2.25a1.75 1.75 0 01-1.744-1.606L15.5 5.75V3.499zM10.5 14v1.25a.25.25 0 00.193.243l.057.007h.75V17h-.75A1.75 1.75 0 019 15.25V14h1.5zm4.5-3v2h-1.5v-2H15zm-4.5 0v2H9v-2h1.5zm2-4h.75c.966 0 1.75.784 1.75 1.75V10h-1.5V8.75a.25.25 0 00-.193-.243L13.25 8.5h-.75V7zM17 4.12v1.63a.25.25 0 00.193.243L17.25 6h1.631L17 4.12z",fill:"currentColor",fillRule:"evenodd"}))}function ft(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V12h1.5v8.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5h-2V2h2.586zM4.433 7.25a.5.5 0 01-.717.661l-.07-.057-1-1-.057-.07a.5.5 0 010-.568l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057.057.07a.5.5 0 01.022.535L6.25 5.75V3.933a.5.5 0 01-.534-.022l-.07-.057a.5.5 0 01-.057-.638l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057 1 1 .057.07a.5.5 0 010 .568l-.057.07-.07.057a.5.5 0 01-.534.022V5.75h1.817a.5.5 0 01.022-.534l.057-.07a.5.5 0 01.638-.057l.07.057 1 1a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.787-.604H7.75v1.817a.5.5 0 01.534.022l.07.057a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.638.057l-.07-.057-1-1a.5.5 0 01.605-.787L6.25 7.25H4.433zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function vt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm.164 10.75a3 3 0 100 6 3 3 0 000-6zm.75-8.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zm-.75 15.629a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function gt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V17H20v3.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.032 9.147a.75.75 0 01.882-.007l.094.08.073.084a.75.75 0 01.007.882l-.08.094L12.811 14h6.439l.102.007a.75.75 0 010 1.486l-.102.007h-6.439l1.72 1.72.072.084a.75.75 0 01-1.05 1.049l-.083-.073-3-3-.073-.084a.75.75 0 01-.007-.882l.08-.094 3-3 .084-.073zm.946-6.526V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function ht(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.218 13.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function pt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 14v6.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V14h4v1.5H5.5v4.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V15.5H16V14h4zm-6 0v1.5h-4V14h4zm0-3v1.5h-4V11h4zm.5-6.379V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zM4 3.75C4 2.784 4.784 2 5.75 2h7.836a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-4V11h2.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H8v1.5H4V3.75z",fill:"currentColor",fillRule:"evenodd"}))}function wt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V10H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM10 10a6 6 0 110 12 6 6 0 010-12zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 .75a.75.75 0 01.743.648l.007.102v3a.75.75 0 01-.648.743L10 16.75H8a.75.75 0 01-.102-1.493L8 15.25l1.25-.001V13a.75.75 0 01.648-.743L10 12.25zm4.5-7.629V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function bt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm2.5 12.25a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm0-4a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm-1-7.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function xt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 16.25a.75.75 0 01.743.648L21 17v1.25a3.75 3.75 0 01-3.55 3.745l-.2.005H6.75a3.75 3.75 0 01-3.745-3.55L3 18.25V17a.75.75 0 011.493-.102L4.5 17v1.25a2.25 2.25 0 002.096 2.245l.154.005h10.5a2.25 2.25 0 002.245-2.096l.005-.154V17a.75.75 0 01.75-.75zm-3.5.75a.75.75 0 110 1.5h-9.5a.75.75 0 110-1.5h9.5zM12 2a.75.75 0 01.743.648l.007.102v9.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 14.5l-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function Et(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.5 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function yt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17 4c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V18.65a.5.5 0 01-.728.445C19.848 18.365 18.424 18 17 18c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 18.65V5.787a.5.5 0 01.252-.435C3.835 4.451 5.417 4 7 4c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM7 13.5c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 13.677 8.226 13.5 7 13.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 10.677 8.226 10.5 7 10.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928C4.956 8.656 5.893 8.5 7 8.5s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 7.677 8.226 7.5 7 7.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C19.289 7.677 18.226 7.5 17 7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Rt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13 2v5.25l.006.144a1.75 1.75 0 001.593 1.6L14.75 9H20v11.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2H13zm-3 7.75c-1.572 0-2.858 1.745-3.337 3.877l-.048.23-.039.217c-.138.832-.124 1.608.046 2.26l.07.238.055.148-.191.101c-.33.166-.672.305-1.025.413a.75.75 0 00.339 1.457l.1-.023.281-.092c.35-.122.691-.268 1.02-.435l.325-.174.098-.059.02.014c.302.18.66.293 1.074.32L9 18.25l.255-.004c1.076-.038 1.983-.315 2.706-.82l.193-.145.124-.104.014.052c.044.14.098.262.164.369l.069.102.086.107c.579.665 1.275.432 2.018-.32l.117-.122.102-.115.021.104c.043.2.09.356.163.512.209.456.598.755 1.132.708.582-.052 1.196-.55 2.042-1.612l.162-.206.32-.425.17-.23a.75.75 0 00-1.144-.965l-.071.085-.293.396-.28.362-.251.308-.22.256-.187.205-.11.112-.082-.493-.042-.199-.024-.09c-.083-.294-.201-.52-.436-.692-.598-.437-1.122-.163-1.695.514l-.258.312-.107.118-.007-.214a12.73 12.73 0 01.094-1.533c.1-.89-1.135-1.152-1.438-.372l-.033.103-.057.203c-.397 1.321-1.216 2.03-2.562 2.195l-.217.022-.176.009.199-.19a8.876 8.876 0 001.813-2.556c1.013-2.18.695-4.247-1.274-4.247zm0 1.5c.406 0 .531.695-.005 1.934l-.081.181-.116.237a7.434 7.434 0 01-1.401 1.893l-.25.236-.105.089-.032-.177c-.06-.406-.037-.911.077-1.5C8.402 12.53 9.306 11.25 10 11.25zm4.5-4V2L20 7.5h-5.25l-.057-.007a.25.25 0 01-.184-.175L14.5 7.25z",fill:"currentColor",fillRule:"evenodd"}))}function zt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 20.5a.75.75 0 110 1.5H3.75a.75.75 0 110-1.5h16.5zM16.013 2.927a1.75 1.75 0 012.35-.114l.124.114 1.586 1.586a1.75 1.75 0 01.114 2.35l-.114.124L8.061 19H4v-4.06L16.013 2.926zM14.499 6.56l-8.999 9v1.94h1.938l9-9-1.939-1.94zm2.928-2.573a.25.25 0 00-.3-.04l-.054.04L15.56 5.5l1.939 1.94 1.514-1.512a.25.25 0 00.065-.24l-.025-.06-.04-.054-1.586-1.586z",fill:"currentColor",fillRule:"evenodd"}))}function Ct(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Vt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Lt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-2.25 9.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function Mt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-7.25 2a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function Ot(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.75 12.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm.5-9.5c.966 0 1.75.784 1.75 1.75l.001 6.687a5.96 5.96 0 00-1.5-.39L19.5 6h-15v13.25a.25.25 0 00.193.243l.057.007h8.544a5.99 5.99 0 00.985 1.5H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.5 16a.75.75 0 100 1.5.75.75 0 000-1.5zm0-5.5a.75.75 0 00-.743.648L18 14.25v3.5a.75.75 0 001.493.102l.007-.102v-3.5a.75.75 0 00-.75-.75zM12.25 8a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function Nt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm.25-12.5a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238V18.25A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057v-10h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7zm-.25 7c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm0-3a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm1.378-3.75L16.25 4.371V6.5a.25.25 0 00.193.243l.057.007h2.128z",fill:"currentColor",fillRule:"evenodd"}))}function Ht(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm14.263-3.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.25 0-2.43-.122-3.466-.339a4.583 4.583 0 00-1.063-.672c.175-.294.313-.626.404-.984.945.25 2.042.417 3.225.474l.612.019.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm14.263-1.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.524 0-2.941-.182-4.125-.494a3.637 3.637 0 00-.68-1.398 3.187 3.187 0 00-.47-.478c1.163.463 2.705.773 4.423.85l.564.018.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM14.5 3c.77 0 1.514.046 2.214.133l.516.072C20.022 3.642 22 4.728 22 6s-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-.77 0-1.514-.046-2.214-.133l-.516-.072C8.978 8.358 7 7.272 7 6s1.978-2.358 4.77-2.795l.516-.072A18.02 18.02 0 0114.5 3zm0 1.5c-1.835 0-3.538.288-4.746.771-.456.183-.81.381-1.042.57L8.538 6l.082.078c.225.212.613.442 1.134.65 1.208.484 2.91.772 4.746.772 1.835 0 3.538-.288 4.746-.771.456-.183.81-.381 1.042-.57L20.461 6l-.081-.078c-.225-.212-.613-.442-1.134-.65-1.208-.484-2.91-.772-4.746-.772z",fill:"currentColor",fillRule:"evenodd"}))}function St(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.275 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM14.25 3c.966 0 1.75.784 1.75 1.75V9c-.516 0-1.018.026-1.5.074V5.5h-11v10.75a.25.25 0 00.193.243l.057.007H9V18H3.75A1.75 1.75 0 012 16.25V4.75C2 3.784 2.784 3 3.75 3h10.5zm-3.975 11.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM16 10c3.314 0 6 1.12 6 2.5S19.314 15 16 15s-6-1.12-6-2.5 2.686-2.5 6-2.5zm-8.25 3a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zM16 11.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM8.25 10a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm3.5-3a.75.75 0 110 1.5h-5.5a.75.75 0 010-1.5h5.5z",fill:"currentColor",fillRule:"evenodd"}))}function At(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.371 18.835l1.564 1.565a.998.998 0 010 1.414l-.392.393a.996.996 0 01-1.414 0l-1.565-1.565 1.807-1.807zM7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm7.5 2.5l1.498 1.5h-3.286l-.01-.063a11.184 11.184 0 00-.369-1.437H15zm.453-4.586l4.212 4.213-1.808 1.808-4.21-4.213-.005-1.762 1.811-.046zM15.275 2c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238v10.334l-1.5-1.501V8.25h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm7.25 1a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm1.5-7.129V6.5a.25.25 0 00.193.243l.057.007h2.128L16.25 4.371z",fill:"currentColor",fillRule:"evenodd"}))}function jt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.5 8l3 3v8.25A1.75 1.75 0 0120.75 21h-7.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h6.25zm-1 1.5h-5.25a.25.25 0 00-.243.193L13 9.75v9.5a.25.25 0 00.193.243l.057.007h7.5a.25.25 0 00.243-.193L21 19.25V12h-2.5V9.5zm.25 7a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144V7h-6.27a3.11 3.11 0 00-1.955.675l-.152.13a2.654 2.654 0 00-.866 1.757l-.007.188v5.5H8.738a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm.75 10.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function kt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.775 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zm0-3c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144.001 4.617A13.959 13.959 0 0016.5 9c-1.809 0-3.443.316-4.627.81-.695.289-1.247.646-1.628 1.029-.458.46-.695.97-.738 1.488L9.5 12.5v2.75h-.762a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm-1.5 7c3.314 0 6 1.12 6 2.5s-2.686 2.5-6 2.5-6-1.12-6-2.5 2.686-2.5 6-2.5zm0 1.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function It(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v6.14l-1.5-.001v-5.55l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007H12V20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm1.53 9.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Dt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 2.339l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.339zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Bt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.25-7.75a.75.75 0 01.743.648l.007.102V10a.75.75 0 01-1.493.102L16.75 10V8.31l-3.22 3.22a.75.75 0 01-1.133-.976l.073-.084 3.218-3.22H14a.75.75 0 01-.743-.648L13.25 6.5a.75.75 0 01.648-.743L14 5.75h3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Pt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2a1.75 1.75 0 011.744 1.606L20 3.75v16a.75.75 0 01-.177.484l-.074.076-1.813 1.613a.75.75 0 01-.908.068l-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068L12 20.753l-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.813-1.613a.75.75 0 01-.243-.454L4 19.75v-16a1.75 1.75 0 011.606-1.744L5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75v15.662l1.063.946 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.062-.945V3.75a.25.25 0 00-.13-.22l-.063-.023-.057-.007zm-2.5 9.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm-3-3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm3-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Tt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM16.5 16.5v2h-4v-2h4zm0-3v2h-4v-2h4zm-5-3v2h-4v-2h4zm5 0v2h-4v-2h4zm-2-5.879V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function _t(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Ft(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.5 7.999V9.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V7.999L18.25 8c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8l2.75-.001zM11.992 2l.1.006.076.013.08.023.107.047.091.058.084.073 3 3a.75.75 0 01-.976 1.133l-.084-.073-1.72-1.719V15.25a.75.75 0 01-1.493.102l-.007-.102V4.561l-1.72 1.72a.75.75 0 01-1.133-.977l.073-.084 3-3a.753.753 0 01.125-.101l.088-.049.119-.043.106-.021A.754.754 0 0111.992 2z",fill:"currentColor",fillRule:"evenodd"}))}function Kt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5z",fill:"currentColor",fillRule:"evenodd"}))}function qt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5zm-.75 1.5h-15v.967l5.996 7.38c.285.351.457.779.496 1.226l.008.193v7.092l2.5-.91V13.25c0-.426.12-.842.347-1.2l.103-.15 5.55-7.401V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Gt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.925 3.324a.75.75 0 00-.95.263l-.051.088-4.124 8.591-2.924-6.09-.057-.1a.751.751 0 00-1.238 0l-.057.1-1.724 3.59-.524-1.09-.05-.09a.75.75 0 00-1.34.644l.038.095 1.2 2.5.057.1a.751.751 0 001.238 0l.057-.1L9.6 11.233l2.924 6.092.057.1a.751.751 0 001.238 0l.057-.1 4.8-10 .038-.095a.75.75 0 00-.39-.906z",fill:"currentColor",fillRule:"evenodd"}))}function Wt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.158 2.017a.75.75 0 01.59.79l-.015.102-1.047 4.841H20a.75.75 0 01.102 1.493L20 9.25h-2.638l-1.189 5.5H18.5a.75.75 0 01.102 1.493l-.102.007h-2.652l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H7.848l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H4a.75.75 0 01-.102-1.493L4 14.75h2.637l1.189-5.5H5.5a.75.75 0 01-.102-1.493L5.5 7.75h2.651l1.116-5.158a.75.75 0 011.48.216l-.014.1L9.686 7.75h6.465l1.116-5.158a.75.75 0 01.891-.575zM14.637 14.75l1.189-5.5H9.362l-1.189 5.5h6.464z",fill:"currentColor",fillRule:"evenodd"}))}function Ut(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 6l8 8v7a1 1 0 01-1 1h-5v-5a1 1 0 00-.883-.993L13 16h-2a1 1 0 00-.993.883L10 17v5H5a1 1 0 01-1-1v-7l8-8zm.613-3.79l.094.083L17 6.585V4.75a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v3.835l2.707 2.708a1 1 0 01-1.32 1.497l-.094-.083L12 4.415l-8.293 8.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 01-.083-1.32l.083-.094 9-9a1 1 0 011.32-.083z",fill:"currentColor",fillRule:"evenodd"}))}function $t(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.25 6c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0116.25 21H4.75A1.75 1.75 0 013 19.25V7.75C3 6.784 3.784 6 4.75 6h11.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 7.75v11.5a.25.25 0 00.193.243l.057.007h11.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L16.25 7.5zm-4.264 6.889l3.164 3.961h-9.5l2.375-3.164 1.605 2.148 2.356-2.945zM19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v12.5a.75.75 0 01-1.493.102l-.007-.102V4.75a.25.25 0 00-.193-.243L19.25 4.5H6.75a.75.75 0 01-.102-1.493L6.75 3h12.5z",fill:"currentColor",fillRule:"evenodd"}))}function Xt(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.5 8v1.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V8h2.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H8.5zM12 2a.75.75 0 01.743.648l.007.102v10.689l1.72-1.72a.75.75 0 011.133.977l-.073.084-3 3a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function Jt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.997v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.221a1 1 0 00.916.598h3.694a1 1 0 00.915-.598l.976-2.22a1 1 0 01.915-.599h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.578v3.952a1.75 1.75 0 01-1.607 1.744l-.143.006H3.75A1.75 1.75 0 012 18.247v-3.952c0-.197.033-.393.098-.578L5.09 5.169a1.75 1.75 0 011.652-1.172H12zM17.966 1c2.373 0 4.052 1.688 4.052 3.99 0 .988-.267 1.349-1.03 1.386l-.14.003h-4.72v.404c.01 1.301.836 2.136 2.216 2.136.64 0 1.114-.139 1.502-.41l.403-.307c.267-.196.425-.276.705-.276.483 0 .817.334.817.844 0 .367-.2.72-.554 1.016l-.278.216c-.63.455-1.627.727-2.745.727-2.653 0-4.32-1.515-4.416-4.023l-.005-.23V5.27c0-2.547 1.688-4.27 4.193-4.27zM18 2.763c-1.09 0-1.805.769-1.868 1.932l-.004.186h3.674v-.017c0-1.275-.703-2.101-1.802-2.101z",fill:"currentColor"}))}function Yt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H13.5zM20 1l3 3v6c0 .51-.388.935-.884.993L22 11h-6.005a.998.998 0 01-.988-.884L15 10l.005-8a1 1 0 01.879-.993L16 1h4zm-1 1v3h3l-3-3z",fill:"currentColor"}))}function Qt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H12zm6.167-2.76a.35.35 0 01.631-.074l.036.074 1.145 3.115 3.183.179c.283.016.421.342.286.57l-.043.058-.037.036-2.476 2.104.823 3.226c.073.288-.182.527-.43.46l-.068-.025-.042-.024L18.5 9.121l-2.674 1.816c-.24.163-.535-.018-.552-.286l.003-.075.01-.049.821-3.226-2.475-2.104a.384.384 0 01.088-.637l.068-.02.05-.007 3.183-.179 1.145-3.115z",fill:"currentColor"}))}function Zt(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.258 4c.744 0 1.407.47 1.652 1.172l2.992 8.547c.065.186.098.382.098.578v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4h10.516zm-.177 2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-2.8-8z",fill:"currentColor"}))}function el(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11.917 9.355c.406-.018.793.073 1.133.31.962.674.524 2.404-.048 3.869l-.158.391-.237.55-.455 1.002-.078.188c-.01.027-.02.051-.027.073-.561 1.637.086 2.057 1.037 1.797l.103-.03-.069.77c-1.848 1.337-4.443.961-3.364-2.283.052-.156.122-.33.204-.52l.176-.393.398-.867.2-.457c.385-.92.675-1.867.453-2.548-.164-.5-.684-.534-1.214-.352l-.114.042.068-.711c.543-.42 1.177-.732 1.79-.813l.202-.018zM13.148 5c.747 0 1.352.609 1.352 1.362 0 .75-.605 1.36-1.352 1.36a1.357 1.357 0 01-1.354-1.36c0-.753.605-1.362 1.354-1.362z",fill:"currentColor",fillRule:"evenodd"}))}function tl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8 12.25H4.5v4a.25.25 0 00.193.243l.057.007h6.5v-4.25zm8.25-5h-6.75v9.25h6.5a.25.25 0 00.243-.193l.007-.057v-9zm-2.996 2.383c.419 0 .71.26.755.67l.007.115v3.945c0 .442-.23.688-.637.688-.373 0-.597-.207-.635-.573l-.006-.115v-3.511h-.015l-.41.277c-.204.129-.313.168-.442.168a.431.431 0 01-.445-.445c0-.165.086-.314.256-.445l.091-.063.637-.426c.305-.195.582-.285.844-.285zM11.25 4.5h-6.5a.25.25 0 00-.243.193L4.5 4.75v9h6.75V4.5zM7.883 6.57c1.074 0 1.86.657 1.86 1.551 0 .505-.224.954-.764 1.519l-1.268 1.282v.055h1.625c.363 0 .59.195.59.515 0 .285-.18.468-.484.502L9.336 12H6.664c-.379 0-.629-.215-.629-.543 0-.208.102-.392.399-.699l.12-.121 1.352-1.39c.418-.427.594-.708.594-1.005 0-.383-.277-.64-.688-.64-.332 0-.574.168-.746.515-.171.266-.32.367-.546.367-.31 0-.524-.21-.524-.507 0-.727.82-1.407 1.887-1.407zM19.25 4.5h-6.5v4.25h6.75v-4a.25.25 0 00-.193-.243L19.25 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ll(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 15a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 2.25a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm11.518-1.94l.04.121a1.25 1.25 0 01-.762 1.492l-.122.04-6.175 1.654.001-.117a4.48 4.48 0 00-.633-2.302l6.16-1.65a1.25 1.25 0 011.491.762zm-3.375-9.442l1.812 6.762a1 1 0 01-.707 1.224l-5.943 1.592a4.496 4.496 0 00-2.268-1.326L9.45 8.197a1 1 0 01.707-1.224l6.761-1.812a1 1 0 011.225.707zM3.657 1.536l.128.049 2.69 1.184c.304.133.54.381.66.686l.044.134L9.97 14l-.18.005a4.475 4.475 0 00-2.218.706L4.919 4.815l-2.141-.942a1.25 1.25 0 01-.69-1.52l.05-.128c.259-.59.918-.879 1.519-.689zM15.44 7.37a.75.75 0 00-.819-.55l-.1.02-1.449.388a.75.75 0 00.288 1.469l.1-.02 1.45-.388a.75.75 0 00.53-.919z",fill:"currentColor",fillRule:"evenodd"}))}function al(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.737 3.668c-.055 1.093.226 2.033.894 2.7.668.669 1.608.95 2.7.897a18.08 18.08 0 01-3.09 4.184 27.666 27.666 0 01-3.127 2.706v3.318a.553.553 0 01-.162.39l-3.975 3.975a.553.553 0 01-.943-.39V18.32a.55.55 0 01.162-.39l1.24-1.24a.553.553 0 00.161-.39v-.133c-1.238.463-2.218.487-2.735-.03-.517-.517-.493-1.497-.03-2.735H7.7a.553.553 0 00-.325.105l-.066.057-1.24 1.24a.553.553 0 01-.303.154l-.087.007H2.553a.553.553 0 01-.455-.867l.064-.076 3.975-3.975a.553.553 0 01.304-.155l.086-.007h3.318a27.666 27.666 0 012.706-3.126 18.078 18.078 0 014.186-3.092zM21.93 2.07c.104.105.095.547-.048 1.212l-.083.35-.107.386-.061.204-.142.43c-.154.444-.345.928-.575 1.436-1.073.193-1.96.04-2.501-.5-.523-.523-.684-1.37-.52-2.395l.019-.107a16.762 16.762 0 011.654-.649l.416-.13.197-.055.368-.095c.76-.18 1.27-.2 1.383-.087z",fill:"currentColor",fillRule:"evenodd"}))}function nl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm10 0a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6z",fill:"currentColor",fillRule:"evenodd"}))}function rl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm9.5 1.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function ol(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm10 0a1 1 0 01.993.883L21 4v16a1 1 0 01-.883.993L20 21h-6a1 1 0 01-.993-.883L13 20V4a1 1 0 01.883-.993L14 3h6zM9.5 4.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function il(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm9.5 1.5h-5v15h5v-15zm-10 0h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function sl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM16.326 2.676a1.752 1.752 0 012.349-.113l.125.113.594.593c.59.589.676 1.502.21 2.216l-.094.131-.115.128-7.504 7.5-3 .008-.078-3.067 7.513-7.509zm-.796 2.916l-5.202 5.199.025.957.914-.002 5.209-5.207-.946-.947zM20 9v2.25h-1.5V9H20zM5.5 7.5v3.75H4V7.5h1.5zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm9.687 1.697a.252.252 0 00-.248 0l-.053.04-.796.795.946.947.82-.82a.248.248 0 00.043-.216l-.021-.053-.044-.06-.594-.593-.053-.04zM13 2v1.499L9.5 3.5V2H13z",fill:"currentColor",fillRule:"evenodd"}))}function cl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.69 0 3.093.4 4.212 1.198a4.49 4.49 0 00-.83 1.255C12.996 13.307 11.875 13 10.5 13c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h6.506L12.5 22H5.993a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm8.725 9.474A1.259 1.259 0 0118 22c-.605 0-1.11-.44-1.225-1.026h2.45zM18 12c.456 0 .841.392.961.927A3 3 0 0121 15.769v2.898l.835.642a.5.5 0 01-.213.888l-.092.008h-7.06a.5.5 0 01-.305-.896l.835-.642v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function dl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function ul(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.25 16.5V18h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5v-1.5h2.5zm-7.75 0V18H8.25v-1.5h3.25zm4.25 0V18H12.5v-1.5h3.25zm-8.5-3.501v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zM7.25 9.5V11h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V9.5h2.5zm-7.75 0V11H8.25V9.5h3.25zm4.25 0V11H12.5V9.5h3.25zM7.25 6v1.5h-2.5a.75.75 0 010-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V6h2.5zM11.5 6v1.5H8.25V6h3.25zm4.25 0v1.5H12.5V6h3.25z",fill:"currentColor",fillRule:"evenodd"}))}function ml(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v13.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8.5 12.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function fl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75a1.75 1.75 0 01-1.732-1.499L19.25 19.5a.25.25 0 00.243-.193l.007-.057L19.499 6h-15v3.5h-1.5L3 4.75C3 3.784 3.784 3 4.75 3h14.5zM6.28 10.97a.75.75 0 01.073.976l-.073.084-1.719 1.719 5.689.001a.75.75 0 110 1.5l-5.69-.001 1.72 1.72a.75.75 0 01-.976 1.134l-.084-.073-3-3-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3-3a.75.75 0 011.06 0zm10.97 4.53a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-8.5a.75.75 0 010-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function vl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 15.25a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.116.026-.056.006h-.104l-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073 1.22 1.219V16a.75.75 0 01.75-.75zm-4.75-2.751v1.5L4.75 14a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm-8.5-3.5v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm3.5-3.499a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function gl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 20.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm-2.5-8a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073L16 6.189V2.75a.75.75 0 01.75-.75zm-9.576.004l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 2.5 2.5a.75.75 0 01-.976 1.133L9.22 5.78 7.999 4.56 8 8a.75.75 0 01-1.493.102L6.5 8l-.001-3.438L5.28 5.78a.75.75 0 01-1.133-.976l.073-.084 2.5-2.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01z",fill:"currentColor",fillRule:"evenodd"}))}function hl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM4.5 15v4.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V15h1.5zm6.28-1.72l-3 3-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.718-1.72H2.75a.75.75 0 110-1.5h5.689l-1.72-1.72a.75.75 0 01.977-1.133l.084.073 3 3a.754.754 0 01.092.11l.054.095.035.086.027.103.01.084-.001.121-.017.102-.019.068-.023.06-.035.07-.06.09-.063.071zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v4.5H3V4.75C3 3.784 3.784 3 4.75 3h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function pl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zM19.25 2c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L19.25 3.5H7.75a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h11.5zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-4a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm0-4a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function wl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.598 20.501a2.999 2.999 0 01-5.196 0h5.196zm.152-2.251a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zM12 4.5c3.314 0 6 2.716 6 6.067 0 1.502-.517 2.528-1.087 3.398l-.265.392-.39.561c-.418.614-.761 1.208-.82 1.929l-.01.22c0 .256-.112.4-.338.428L15 17.5H9c-.254 0-.395-.114-.423-.342l-.006-.091c0-.774-.328-1.414-.75-2.064l-.262-.392-.273-.402-.24-.364C6.492 12.978 6 11.973 6 10.567 6 7.217 8.686 4.5 12 4.5zM12 6c-2.482 0-4.5 2.04-4.5 4.567 0 .931.245 1.599.876 2.573l.647.96.152.234c.322.512.56.988.709 1.474l.052.192h4.128l.054-.192c.126-.402.314-.796.561-1.208l.156-.25.235-.352.408-.587c.736-1.07 1.022-1.78 1.022-2.844C16.5 8.04 14.482 6 12 6zm-5.846 7.875a.75.75 0 01-.19.968l-.084.057-.866.5a.75.75 0 01-.835-1.243l.085-.057.866-.5a.75.75 0 011.024.275zm12.625-.32l.091.045.866.5a.75.75 0 01-.658 1.344l-.092-.044-.866-.5a.75.75 0 01.659-1.344zm2.33-4.661a.75.75 0 01-.509.844l-.099.025-.985.173a.75.75 0 01-.36-1.453l.1-.024.985-.174a.75.75 0 01.868.609zm-17.451-.62l.101.011.985.174a.75.75 0 01-.159 1.488l-.101-.01-.985-.174a.75.75 0 01.159-1.489zm14.288-4.86a.75.75 0 01.152.974l-.06.083-.643.766a.75.75 0 01-1.209-.882l.06-.082.643-.766a.75.75 0 011.057-.093zM7.04 3.433l.07.074.644.766A.75.75 0 016.675 5.31l-.07-.073-.643-.766A.75.75 0 017.04 3.433zM12 1.25a.75.75 0 01.743.648L12.75 2v1a.75.75 0 01-1.493.102L11.25 3V2a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function bl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18 11.25a.75.75 0 01.102 1.493L18 12.75H6a.75.75 0 01-.102-1.493L6 11.25h12z",fill:"currentColor",fillRule:"evenodd"}))}function xl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.25 16a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 17.25h10.25zM6.25 10a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 11.25h10.25zM6.25 4a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5A.75.75 0 013 7.25v-2.5A.75.75 0 013.75 4h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 5.25h10.25z",fill:"currentColor",fillRule:"evenodd"}))}function El(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17.5 11a4.5 4.5 0 013.632 7.158l.036-.05 1.862 1.862a.75.75 0 01-.976 1.133l-.084-.073-1.863-1.862-.112.077A4.5 4.5 0 1117.5 11zm-6.25 7.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm6.25-6a3 3 0 100 6 3 3 0 000-6zm-7.25 1.167a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5zm3-4.834a.75.75 0 110 1.5H2.75a.75.75 0 110-1.5h10.5zm8-4.833a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h18.5z",fill:"currentColor",fillRule:"evenodd"}))}function yl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 18a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function Rl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 1a5.001 5.001 0 014.87 3.863.75.75 0 01-1.461.34 3.502 3.502 0 00-6.904.605L8.5 6v2h9.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H7V6a5 5 0 015-5zm6.25 8.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5zM12 13a1.5 1.5 0 01.751 2.799l-.001.951a.75.75 0 11-1.5 0v-.95A1.5 1.5 0 0112 13z",fill:"currentColor",fillRule:"evenodd"}))}function zl(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.25 4.5H6.5v15h6.75a1.25 1.25 0 110 2.5h-7A2.25 2.25 0 014 19.75V4.25A2.25 2.25 0 016.25 2h7a1.25 1.25 0 110 2.5zm6.384 2.616l-.102-.091a1.25 1.25 0 00-1.666 1.859l1.867 1.866H11.75l-.128.007a1.25 1.25 0 00.128 2.493h7.982l-1.866 1.866-.091.102a1.25 1.25 0 001.859 1.666l4-4 .08-.089.05-.063.068-.106.058-.112.049-.127.03-.108.016-.088.012-.112L24 12l-.004-.096-.016-.13-.03-.127-.03-.087-.046-.107-.046-.086-.065-.1a1.267 1.267 0 00-.13-.15l-4-4zm4.084 4.094l-.084-.094c.03.03.058.061.084.094z",fill:"currentColor"}))}function Cl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V10.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V19H20v1.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.105 10.074c1.447 0 2.3.875 2.367 2.279l.004.178v.621c0 1.5-.863 2.446-2.371 2.446-1.444 0-2.304-.872-2.371-2.268l-.004-.178v-.62c0-1.516.871-2.458 2.375-2.458zm5.362 0c1.328 0 2.058.776 2.172 1.653l.012.132h-1.25c-.074-.414-.406-.734-.945-.734-.638 0-1.007.443-1.05 1.222l-.005.16v.626c0 .805.293 1.414 1.09 1.414.598 0 .914-.34.956-.745l.005-.095v-.234h-.93v-.903h2.14v1.04c0 1.038-.667 1.988-2.199 1.988-1.57 0-2.3-.987-2.355-2.296l-.004-.165v-.64c0-1.427.84-2.423 2.363-2.423zm-10.182.094v4.262h2.141v1.07H7.376v-5.332h1.285zm4.82.95c-.597 0-1.012.415-1.062 1.23l-.005.168v.64c0 .926.43 1.399 1.067 1.399.593 0 1.008-.416 1.057-1.23l.005-.169v-.64c0-.926-.43-1.399-1.062-1.399zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Vl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7 17.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5h3.5zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5h-3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H18zM7 12a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H3.5A.5.5 0 013 16v-3.5a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5v-3.5A.5.5 0 019 12h3.5zm6.97-2.523l.906 3.381a.5.5 0 01-.353.612l-3.381.906a.5.5 0 01-.612-.353l-.906-3.381a.5.5 0 01.353-.612l3.381-.906a.5.5 0 01.612.353zM7 6.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V7a.5.5 0 01.5-.5H7zm3.642-2.376l3.38.906a.5.5 0 01.354.612l-.906 3.38a.5.5 0 01-.612.354l-3.38-.906a.5.5 0 01-.354-.612l.906-3.38a.5.5 0 01.612-.354zM20 2a.5.5 0 01.5.5V6a.5.5 0 01-.5.5h-3.5A.5.5 0 0116 6V2.5a.5.5 0 01.5-.5H20z",fill:"currentColor",fillRule:"evenodd"}))}function Ll(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057L18.499 9H14.75a1.75 1.75 0 01-1.744-1.606L13 7.25l-.001-3.75H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm6.499-9.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function Ml(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H12v-1.5h7.25a.25.25 0 00.243-.193l.007-.057V5.996L19.406 6H4.5l.001 6H3V4.75a1.75 1.75 0 011.606-1.744L4.75 3h14.5zM3.696 15.809l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074a.5.5 0 01.55-.147zM7.002 13a4.001 4.001 0 013.92 3.197l.357-.62a.5.5 0 01.602-.221l.081.038a.5.5 0 01.221.601l-.038.082-1.237 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.034-1.798.75.75 0 11-.924-1.181A3.985 3.985 0 017.002 13zm10.248 2a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-.125-3.5c.483 0 .875.336.875.75s-.392.75-.875.75h-5.25c-.483 0-.875-.336-.875-.75s.392-.75.875-.75h5.25zM17.25 8a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ol(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M4 19h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z",fill:"currentColor"}))}function Nl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10 0 1.806-.479 3.5-1.316 4.962L20.66 17a.75.75 0 01-.933.32l-.091-.045-1.516-.875a.75.75 0 01.659-1.344l.091.044.84.485c.406-.874.67-1.83.757-2.834l-.967-.001a.75.75 0 01-.102-1.493l.102-.007h.967a8.447 8.447 0 00-.757-2.834l-.84.484a.75.75 0 01-.835-1.243l.085-.057.838-.483a8.548 8.548 0 00-2.075-2.075l-.483.838a.75.75 0 01-1.344-.659l.044-.091.484-.84a8.447 8.447 0 00-2.833-.757l-.001.967a.75.75 0 01-1.493.102L11.25 4.5v-.967a8.447 8.447 0 00-2.834.757l.484.84a.75.75 0 01-1.243.835L7.6 5.88l-.483-.838a8.548 8.548 0 00-2.075 2.075l.838.483a.75.75 0 01-.659 1.344L5.13 8.9l-.84-.484a8.447 8.447 0 00-.757 2.834H4.5a.75.75 0 01.102 1.493l-.102.007h-.967a8.427 8.427 0 00.758 2.835l.839-.485a.75.75 0 01.835 1.243l-.085.057-1.516.875A.75.75 0 013.34 17l-.02-.04-.003.003A9.954 9.954 0 012 12C2 6.477 6.477 2 12 2zm4.03 5.97a.75.75 0 01.073.976l-.073.084-2.792 2.794a1.25 1.25 0 11-1.061-1.061L14.97 7.97a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Hl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Sl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.78-7.53a.75.75 0 01.073.976l-.073.084-3.22 3.22h1.69a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007H13a.75.75 0 01-.743-.648L12.25 11V7.5a.75.75 0 011.493-.102l.007.102v1.688l3.22-3.218a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Al(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 8.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0-10a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function jl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 10a2 2 0 110 4 2 2 0 010-4zm0 6.5a2 2 0 110 4 2 2 0 010-4zm0-13a2 2 0 110 4 2 2 0 010-4z",fill:"currentColor",fillRule:"evenodd"}))}function kl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.924 6.254l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L6.25 17V8.811l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01zM17 6.25a.75.75 0 01.743.648L17.75 7l-.001 8.19 2.22-2.22a.75.75 0 011.134.976l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L16.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function Il(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.5 22v-.018A1.75 1.75 0 014 20.25V3.75c0-.882.652-1.61 1.5-1.732V2h12.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.5zM9 18.3H5.5v1.95a.25.25 0 00.193.243l.057.007H9v-2.2zm9.25-14.8H10.5v17h7.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM9 14.6H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9V7.2zm0-3.7H5.75a.25.25 0 00-.243.193L5.5 3.75V5.7H9V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Dl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14v-1.5h4.25a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM9.225 20.974A1.259 1.259 0 018 22c-.605 0-1.11-.44-1.225-1.026h2.45zM8 12c.456 0 .841.392.961.927A3 3 0 0111 15.769v2.898l.835.642a.5.5 0 01-.305.896H4.47a.5.5 0 01-.305-.896L5 18.667v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zm7.25 2.5a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function Bl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zM6.499 4.5H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009h14.5l.057-.007a.25.25 0 00.184-.175l.009-.068V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25zM16.25 12a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm0-3a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function Pl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75V14h-1.5V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009H14V21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zm-3.94 7.75l7.513 7.513a1.75 1.75 0 01.114 2.35l-.114.124-.586.586a1.75 1.75 0 01-2.35.114l-.124-.114-7.513-7.512V9.75h3.06zm5.697 7.818l-.938.94.754.755a.25.25 0 00.24.065l.06-.025.054-.04.586-.586a.25.25 0 00.04-.3l-.04-.054-.756-.755zm-6.318-6.318h-.939v.939l5.258 5.258.938-.94-5.257-5.257z",fill:"currentColor",fillRule:"evenodd"}))}function Tl(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.203 16.625c0 .602.328.96.875.96.555 0 .875-.35.875-.96V7.898c0-.671-.437-1.132-1.078-1.132-.375 0-.742.14-1.273.515L1.125 8.344c-.367.25-.54.508-.54.789 0 .367.282.656.65.656.195 0 .382-.07.663-.266l1.258-.898h.047v8zm4.149.031c0 .516.414.844 1.046.844h5.22c.53 0 .843-.281.843-.734 0-.461-.328-.743-.844-.743H9.648v-.101l2.665-2.953c1.367-1.492 1.812-2.313 1.812-3.36 0-1.742-1.43-2.984-3.422-2.984-2.086 0-3.492 1.375-3.492 2.742 0 .485.312.813.766.813.367 0 .617-.211.804-.657.266-.906.93-1.43 1.82-1.43 1.063 0 1.774.665 1.774 1.657 0 .688-.344 1.313-1.21 2.266l-3.071 3.406c-.563.601-.742.89-.742 1.234zm8.562-1.375c0 1.242 1.555 2.446 3.617 2.446 2.274 0 3.867-1.297 3.867-3.141 0-1.352-.992-2.484-2.296-2.617v-.11c1.078-.171 1.953-1.257 1.953-2.421 0-1.649-1.461-2.813-3.524-2.813-1.984 0-3.414 1.156-3.414 2.39 0 .454.305.766.742.766.344 0 .578-.164.782-.578.367-.742 1.007-1.156 1.851-1.156 1.086 0 1.828.648 1.828 1.61 0 .952-.758 1.64-1.804 1.64h-.813c-.43 0-.726.305-.726.71 0 .423.304.735.726.735h.86c1.25 0 2.085.719 2.085 1.79 0 1.077-.82 1.765-2.093 1.765-.961 0-1.711-.422-2.14-1.188-.25-.414-.47-.57-.782-.57-.422 0-.719.313-.719.742z",fill:"currentColor"}))}function _l(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.884 11.616a1.25 1.25 0 01.091 1.666l-.091.102-1.868 1.866H19a1.25 1.25 0 01.128 2.494L19 17.75H8.017l1.867 1.866a1.25 1.25 0 01-1.666 1.859l-.102-.091-4-4a1.26 1.26 0 01-.13-.152l-.068-.106-.042-.079-.046-.107-.03-.087-.03-.127-.016-.126-.004-.1.002-.08.013-.111.016-.088.03-.108.05-.127.086-.16.062-.088.064-.076 4.043-4.046a1.25 1.25 0 011.768 0zm5.898-9.091l.102.091 4 4c.03.03.058.061.084.094l-.084-.094c.048.048.09.099.13.152l.064.099.046.086.046.107.03.087.03.127.016.13.004.096-.002.08-.013.111-.016.088-.03.108-.05.127-.057.112-.069.106-.048.063-.081.089-4 4a1.25 1.25 0 01-1.859-1.666l.091-.102 1.866-1.866H5a1.25 1.25 0 01-.128-2.494L5 6.25h10.983l-1.867-1.866a1.25 1.25 0 011.666-1.859z",fill:"currentColor",fillRule:"evenodd"}))}function Fl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 6c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 22H7.75A1.75 1.75 0 016 20.25V19h1.5v1.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L20.25 7.5H19V6h1.25zm-7-5a.75.75 0 01.75.75V2h2.25c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0116.25 18H3.75A1.75 1.75 0 012 16.25V3.75C2 2.784 2.784 2 3.75 2H6v-.25a.75.75 0 011.5 0V2h5v-.25a.75.75 0 01.75-.75zm3.25 6.5h-13v8.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.5zm-6.195 1.277c.38 0 .62.21.662.554l.006.107v4.554c0 .356-.235.59-.582.59-.313 0-.538-.19-.58-.487l-.006-.103V9.957H9.78l-.824.574a.48.48 0 01-.312.106.402.402 0 01-.415-.422c0-.15.05-.267.172-.377l.082-.065L9.602 9a1.09 1.09 0 01.703-.223zM6 3.5H3.75a.25.25 0 00-.243.193L3.5 3.75V6h13V3.75a.25.25 0 00-.193-.243L16.25 3.5H14v.25a.75.75 0 11-1.5 0V3.5h-5v.25a.75.75 0 01-1.5 0V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Kl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.75 11.5c4.166 0 6.596 2.43 7.291 7.29A2.813 2.813 0 0119.257 22h-9.014a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm0 1.5c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h9.014a1.313 1.313 0 001.3-1.498C19.96 14.84 18.12 13 14.75 13zM6.446 6.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H1.75a.75.75 0 01-.102-1.493l.102-.007h5.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.75 2c1.933 0 3.5 1.903 3.5 4.25s-1.567 4.25-3.5 4.25-3.5-1.903-3.5-4.25S12.817 2 14.75 2zm0 1.5c-1.033 0-2 1.174-2 2.75s.967 2.75 2 2.75 2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function ql(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.25 3.75h-4.5a.75.75 0 00-.102 1.493l.102.007h4.5a.75.75 0 00.102-1.493l-.102-.007zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function Gl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm0 1.5a.75.75 0 00-.743.648l-.007.102v1.5h-1.5a.75.75 0 00-.743.648l-.007.102c0 .38.282.693.648.743l.102.007h1.5v1.5c0 .38.282.693.648.743l.102.007a.75.75 0 00.743-.648l.007-.102v-1.5h1.5a.75.75 0 00.743-.648l.007-.102a.75.75 0 00-.648-.743l-.102-.007h-1.5v-1.5a.75.75 0 00-.648-.743L17.5 14.5zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function Wl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.403 1.867a.75.75 0 00-.97.141l-.066.09-1.983 3.114-.798-.999-.076-.081a.75.75 0 00-1.159.927l.063.091 1.455 1.819.073.079a.75.75 0 001.081-.059l.064-.086 2.546-4 .052-.098a.75.75 0 00-.282-.938zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function Ul(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM9.8 8a.7.7 0 011.05-.606l.084.057 4.86 3.84a.7.7 0 01.081 1.023l-.081.075-4.86 3.84a.7.7 0 01-1.127-.449l-.007-.1V8zm1.4 1.445v4.789l3.03-2.395-3.03-2.394z",fill:"currentColor",fillRule:"evenodd"}))}function $l(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.169 17.055c.43 0 .734-.305.734-.75V13.43h2.649c.453 0 .757-.297.757-.72 0-.429-.304-.726-.757-.726H6.903V9.258c0-.445-.304-.758-.734-.758s-.727.313-.727.758v2.726H2.825c-.445 0-.758.297-.758.727 0 .422.313.719.758.719h2.617v2.875c0 .445.305.75.727.75zm5.598 2.453c.352 0 .64-.211.735-.555l3.453-12.25a1.17 1.17 0 00.047-.258c.007-.406-.336-.75-.766-.75-.36 0-.648.211-.742.547l-3.446 12.25a.749.749 0 00.719 1.016zm9.388-6.11c.578 0 .882-.32.882-.78 0-.462-.304-.766-.882-.766h-3.68c-.57 0-.883.312-.883.765 0 .461.305.781.883.781h3.68z",fill:"currentColor",fillRule:"evenodd"}))}function Xl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.75 2c.966 0 1.75.784 1.75 1.75v1.758A3.75 3.75 0 0122 9.25v7.5a1.75 1.75 0 01-1.75 1.75H18.5v1.75A1.75 1.75 0 0116.75 22h-9.5a1.75 1.75 0 01-1.75-1.75V18.5H3.75A1.75 1.75 0 012 16.75v-7.5a3.75 3.75 0 013.5-3.742V3.75C5.5 2.784 6.284 2 7.25 2h9.5zM17 14.5H7v5.75a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193L17 20.25V14.5zM18.25 7H5.75a2.25 2.25 0 00-2.245 2.096L3.5 9.25v7.5a.25.25 0 00.193.243L3.75 17H5.5v-3.25a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75V17h1.75a.25.25 0 00.243-.193l.007-.057v-7.5a2.25 2.25 0 00-2.096-2.245L18.25 7zm-.5 3a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-1-6.5h-9.5a.25.25 0 00-.243.193L7 3.75V5.5h10V3.75a.25.25 0 00-.193-.243L16.75 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Jl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.247 2a.75.75 0 01.75.75l-.001.25h2.25c.967 0 1.75.784 1.75 1.75v14.5a1.75 1.75 0 01-1.75 1.75h-7.25v-1.5h7.25a.25.25 0 00.244-.193l.007-.057L19.496 8h-15v4h-1.5V4.75c0-.966.784-1.75 1.75-1.75h2.25v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM3.139 15.956a.5.5 0 01.631-.11l2.144 1.238.073.052a.5.5 0 01.11.631l-.052.074a.5.5 0 01-.631.11l-.878-.506a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.814-.574l1.237-2.143zM6.997 13a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 016.997 13zm-.001-8.5h-2.25a.25.25 0 00-.243.193l-.006.057-.001 1.75h15V4.75a.25.25 0 00-.192-.243l-.057-.007h-2.251v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Yl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.797 9c.464 0 .91.184 1.237.513l6.229 6.228a1.75 1.75 0 010 2.475l-4.047 4.047a1.75 1.75 0 01-2.475 0l-6.228-6.229A1.75 1.75 0 012 14.797V10.75C2 9.784 2.784 9 3.75 9h4.047zM18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14.5v-1.5h3.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V8H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM7.797 10.5H3.75a.25.25 0 00-.243.193l-.007.057v4.047a.25.25 0 00.033.125l.04.052 6.228 6.228a.25.25 0 00.3.04l.054-.04 4.047-4.047a.25.25 0 00.04-.3l-.04-.054-6.228-6.228a.25.25 0 00-.112-.064l-.065-.009zm-2.504 1.793a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414zM15.75 9.5a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ql(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 003.047 7.187A9.967 9.967 0 0012 22a9.967 9.967 0 006.953-2.813A9.97 9.97 0 0022 12zM5.704 16.936A7.986 7.986 0 0012 20a7.986 7.986 0 006.296-3.064A7 7 0 0012 13a7 7 0 00-6.296 3.936zM12 12a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",fill:"currentColor"}))}function Zl(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5zM8.25 15a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 1a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.167a.75.75 0 010 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.166a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h4.5zM8.25 6.5a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 0a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ea(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 3a1 1 0 00-.993.883L11 6v6.02l.01.118.022.113.023.077.03.075.047.093.062.096.07.085.072.071.096.075.099.06.075.036 3.5 1.5.11.04a1 1 0 00.782-1.826l-.104-.052L13 11.34V6l-.007-.117A1 1 0 0012 5z",fill:"currentColor",fillRule:"evenodd"}))}function ta(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M7.102 11.125c.753 0 1.472.295 2.007.817l.142.148 4.806 5.407c.183.206.434.337.705.37l.136.008h3.416L17.22 16.78l-.073-.084a.75.75 0 011.05-1.049l.083.073 2.5 2.5a.753.753 0 01.097.118l.053.094.028.07.023.08.013.075.006.102-.002.042-.009.075-.027.111-.043.102-.038.066-.027.04-.035.043-.039.042-2.5 2.5-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.095-1.096-3.417.001a2.875 2.875 0 01-2.007-.817l-.142-.148-4.806-5.407a1.125 1.125 0 00-.705-.37l-.136-.008H3.75a.875.875 0 01-.11-1.743l.11-.007h3.352zm11.094-8.978l.084.073 2.5 2.5a.63.63 0 01.101.125l.049.088.043.119.021.106.004.042.002.069-.006.073-.013.076-.023.08-.047.107-.058.091-.073.084-2.5 2.5a.75.75 0 01-1.133-.976l.073-.084 1.095-1.096-3.426.001-.136.008c-.223.027-.433.12-.603.268l-.096.095-2.905 3.215-.085.083a.875.875 0 01-1.287-1.162l.074-.094 2.904-3.215.141-.146a2.875 2.875 0 011.79-.795l.203-.007 3.424-.001L17.22 3.28a.75.75 0 01.976-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function la(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm.035 4.982c-.264 0-.533.13-.533.51v.41C9.92 8.05 8.9 8.998 8.9 10.352c0 1.135.646 1.88 1.926 2.202l1.309.288c.844.181 1.178.44 1.178.879 0 .562-.446.931-1.272.931-.592 0-1.166-.246-1.687-.72-.334-.282-.545-.364-.803-.364-.416 0-.75.258-.75.715 0 .352.187.692.515.99.487.452 1.272.727 2.163.803v.358c0 .375.275.51.539.51.263 0 .533-.135.533-.51v-.37c1.64-.193 2.666-1.154 2.666-2.543 0-1.143-.66-1.862-1.997-2.176l-1.314-.273c-.744-.146-1.084-.427-1.084-.867 0-.492.44-.885 1.131-.885.586 0 1.008.188 1.506.662.293.252.533.364.85.364.369 0 .673-.27.673-.657 0-.328-.175-.673-.503-.984-.434-.422-1.131-.691-1.91-.79v-.423c0-.375-.27-.51-.534-.51z",fill:"currentColor",fillRule:"evenodd"}))}function aa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M21.25 11.25A.75.75 0 0122 12c0 5.523-4.477 10-10 10a9.986 9.986 0 01-7.638-3.545l-.038 1.071a.75.75 0 01-1.496.05l-.003-.102.099-2.827a.75.75 0 01.775-.723l2.827.098a.75.75 0 01.05 1.496l-.102.004-.966-.034A8.5 8.5 0 0020.5 12a.75.75 0 01.75-.75zm-9.215-4.268c.237 0 .48.11.526.405l.007.105v.422c.78.1 1.477.37 1.91.791.329.31.504.656.504.984 0 .387-.304.657-.673.657-.317 0-.557-.112-.85-.364-.498-.474-.92-.662-1.506-.662-.691 0-1.13.393-1.13.885 0 .406.289.677.919.831l.164.036 1.108.229c1.476.287 2.203 1.02 2.203 2.22 0 1.331-.942 2.27-2.464 2.515l-.202.028v.37c0 .375-.27.51-.533.51-.238 0-.485-.11-.532-.405l-.007-.105v-.358c-.891-.076-1.676-.351-2.163-.803-.328-.298-.515-.638-.515-.99 0-.457.334-.715.75-.715.258 0 .469.082.803.364.521.474 1.095.72 1.687.72.826 0 1.271-.369 1.271-.931 0-.41-.29-.662-1.015-.842l-.162-.037-1.102-.24c-1.418-.293-2.133-1.055-2.133-2.25 0-1.298.937-2.223 2.407-2.427l.195-.023v-.41c0-.38.27-.51.533-.51zM12 2c3 0 5.77 1.332 7.639 3.545l.037-1.071a.75.75 0 011.496-.05l.003.102-.099 2.827a.75.75 0 01-.674.72l-.101.003-2.827-.098a.75.75 0 01-.05-1.496l.102-.004.966.034A8.5 8.5 0 003.5 12 .75.75 0 112 12C2 6.477 6.477 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function na(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M17 7a5 5 0 01.217 9.995L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007H17a3.5 3.5 0 00.192-6.995L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zM9.5 7a.75.75 0 01.102 1.493L9.5 8.5H7a3.5 3.5 0 00-.192 6.995L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-.217-9.995L7 7h2.5zm7.5 4.25a.75.75 0 110 1.5H7a.75.75 0 110-1.5h10z",fill:"currentColor",fillRule:"evenodd"}))}function ra(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.268 21.246L12 21.25l-.323-.006-.32-.016-.3-.025-.329-.04a9.166 9.166 0 01-2.067-.534l-.288-.117-.353-.16-.237-.117-.358-.193-.385-.233-.263-.173-.3-.215-.23-.177-.238-.196-.356-.319a9.308 9.308 0 01-.345-.343l-.151-.162a9.197 9.197 0 01-1.662-2.58l-.126-.311-.134-.372-.087-.268-.08-.285A9.229 9.229 0 012.75 12c0-.893.127-1.757.363-2.574l.137-.431.077-.218.169-.421a9.17 9.17 0 01.768-1.431l.171-.25c.213-.303.447-.595.701-.876l.168-.18c.174-.183.356-.36.545-.528l.197-.17.345-.278.328-.239.302-.202.117-.072a8.88 8.88 0 01.664-.375l.484-.23.37-.152.427-.153.353-.11.263-.071.145-.036A9.232 9.232 0 0112 2.75l.24.003.317.014.389.031.284.033.487.079.43.091.287.073.39.116.293.099.336.127.17.07.379.172.259.129.25.135.416.248.255.166a9.12 9.12 0 011.14.911V3.222a.75.75 0 01.638-.742l.111-.008a.75.75 0 01.742.639l.008.11v3.83a.75.75 0 01-.64.741l-.11.008h-3.828a.75.75 0 01-.111-1.492l.11-.008h2.009l-.197-.177-.22-.182-.131-.102-.2-.147-.225-.156-.235-.15-.236-.139-.149-.081-.222-.115-.268-.126-.121-.053a7.709 7.709 0 00-1.013-.352l-.263-.067-.258-.055-.262-.047-.278-.04-.349-.036-.353-.02L12 4.25l-.183.002-.376.018-.294.026-.248.032-.335.055-.344.073-.243.061-.202.058a7.72 7.72 0 00-.54.183l-.282.114-.204.09-.317.156-.24.13a7.755 7.755 0 00-.629.397l-.383.285-.21.174-.075.064a7.796 7.796 0 00-.195.178l-.18.174-.239.25-.175.198-.152.184a7.778 7.778 0 00-.59.84l-.174.305-.116.222-.112.232a7.079 7.079 0 00-.15.346l-.11.29-.122.368-.046.16c-.084.304-.15.612-.197.923l-.05.409.01-.098c-.05.453-.06.91-.03 1.364l.024.285c.031.307.081.611.15.913l.073.3.058.204c.072.245.157.486.255.724l.085.2c.05.112.102.223.156.332l.091.175.137.245.148.246.058.088a7.766 7.766 0 00.436.604l.141.173.093.107.174.191.174.18.18.175.246.22.324.264.349.255.123.083.24.151.2.118.259.14.257.128.33.146.24.095c.195.073.393.139.594.196l.359.094.136.03.124.026.297.053.329.045.246.024.097.008c.091.006.183.011.275.014l.275.005A7.75 7.75 0 0019.75 12a.75.75 0 111.5 0 9.25 9.25 0 01-8.982 9.246z",fill:"currentColor"}))}function oa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.5 12a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1v-6a1 1 0 011-1h2.5zm6.75-5a1 1 0 011 1v11a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V8a1 1 0 011-1h2.5zM20 4a1 1 0 011 1v14a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V5a1 1 0 011-1H20z",fill:"currentColor",fillRule:"evenodd"}))}function ia(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.25 12c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 016.25 20h-1.5A1.75 1.75 0 013 18.25v-4.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0112.75 20h-1.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-3c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0119.25 20h-1.5A1.75 1.75 0 0116 18.25V5.75c0-.966.784-1.75 1.75-1.75h1.5zm-13 9.5h-1.5a.25.25 0 00-.243.193l-.007.057v4.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L6.25 13.5zm6.5-5h-1.5a.25.25 0 00-.243.193L11 8.75v9.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193L13 18.25v-9.5a.25.25 0 00-.193-.243L12.75 8.5zm6.5-3h-1.5a.25.25 0 00-.243.193l-.007.057v12.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057V5.75a.25.25 0 00-.193-.243L19.25 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function sa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18 9.25a.75.75 0 01.743.648l.007.102v8.25a3.75 3.75 0 01-3.55 3.745L15 22h-5a3.75 3.75 0 01-3.745-3.55l-.005-.2V10a.75.75 0 01.648-.743L7 9.25h11zm-.75 1.5h-9.5v7.5a2.25 2.25 0 001.938 2.229l.158.016.154.005h5a2.25 2.25 0 002.245-2.096l.005-.154v-7.5zm-6.75 1.5a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm4 0a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm2.372-9.849a3.847 3.847 0 012.03 4.45l2.668 1.302a.75.75 0 01-.563 1.386l-.094-.038L9.086 3.732a.75.75 0 01.563-1.386l.094.038 2.373 1.157a3.847 3.847 0 014.756-1.14zM3 4.25a.75.75 0 01.743.648L3.75 5v.63c2.434-1.684 5.714-1.245 7.542 1.11a.75.75 0 11-1.185.919C8.819 6 6.547 5.647 4.777 6.749l.723.001a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743L5.5 8.25H3a.75.75 0 01-.743-.648L2.25 7.5V5A.75.75 0 013 4.25zm10.507-.031l4.005 1.953a2.347 2.347 0 00-4.005-1.953z",fill:"currentColor",fillRule:"evenodd"}))}function ca(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 016.54 15.79.75.75 0 11-1.06-1.06 7.75 7.75 0 10-13.224-5.797l.714-.713.084-.073a.75.75 0 011.049 1.05l-.073.083-2 2-.084.073a.75.75 0 01-.882.007l-.094-.08-2-2-.073-.084a.75.75 0 01-.007-.882l.08-.094.084-.073a.75.75 0 01.882-.007l.094.08.725.724A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function da(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 019.245 8.944l.725-.724a.75.75 0 01.976-.073l.084.073a.75.75 0 01.073.976l-.073.084-2 2a.75.75 0 01-.976.073l-.084-.073-2-2a.75.75 0 01.976-1.133l.084.073.714.712A7.75 7.75 0 106.52 17.48a.75.75 0 11-1.06 1.06A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function ua(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.021 23.316c.594 0 1.121-.33 1.121-1.12V21.14c3.546-.382 5.761-2.465 5.761-5.498 0-2.61-1.569-4.192-4.825-4.904l-2.676-.606C9.727 9.763 8.91 8.999 8.91 7.878c0-1.344 1.16-2.32 2.98-2.32 1.476 0 2.504.5 3.651 1.78.58.606 1.029.83 1.635.83.738 0 1.305-.514 1.305-1.279 0-.738-.435-1.542-1.173-2.267-.976-.923-2.439-1.53-4.087-1.74V1.787c0-.777-.527-1.107-1.134-1.107-.593 0-1.12.316-1.12 1.107v1.055c-3.415.317-5.59 2.36-5.59 5.287 0 2.557 1.569 4.258 4.575 4.93l2.676.62c1.951.461 2.755 1.147 2.755 2.307 0 1.503-1.173 2.452-3.27 2.452-1.568 0-2.873-.593-4.06-1.872-.672-.672-1.041-.817-1.542-.817-.805 0-1.411.514-1.411 1.397 0 .778.448 1.582 1.252 2.281 1.055.962 2.703 1.556 4.536 1.727v1.042c0 .79.527 1.12 1.133 1.12z",fill:"currentColor",fillRule:"evenodd"}))}function ma(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.75 2a7.75 7.75 0 016.292 12.275l5.592 5.591a1.25 1.25 0 01-1.666 1.859l-.102-.091-5.59-5.592A7.75 7.75 0 119.75 2zm0 2.5a5.25 5.25 0 100 10.5 5.25 5.25 0 000-10.5z",fill:"currentColor",fillRule:"evenodd"}))}function fa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5z",fill:"currentColor",fillRule:"evenodd"}))}function va(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zm4.903 4.104l.077.067a.75.75 0 01.067.984l-.067.077-5.52 5.52-3.382-3.38a.75.75 0 01.984-1.129l.076.067 2.32 2.322 4.461-4.46a.75.75 0 01.984-.068z",fill:"currentColor",fillRule:"evenodd"}))}function ga(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zM12 8l.15.005a2 2 0 01.98 3.645L14 16h-4l.87-4.35a2 2 0 01.982-3.644L11.999 8z",fill:"currentColor",fillRule:"evenodd"}))}function ha(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13 2a1 1 0 011 1v1.77a7.44 7.44 0 011.698.703l1.252-1.251a1 1 0 011.414 0l1.414 1.414a1 1 0 010 1.414l-1.251 1.252c.3.53.538 1.099.703 1.698H21a1 1 0 011 1v2a1 1 0 01-1 1h-1.77a7.454 7.454 0 01-.703 1.698l1.251 1.252a1 1 0 010 1.414l-1.414 1.414a1 1 0 01-1.414 0l-1.252-1.251a7.47 7.47 0 01-1.697.703L14 21a1 1 0 01-1 1h-2a1 1 0 01-1-1v-1.77a7.454 7.454 0 01-1.698-.703L7.05 19.778a1 1 0 01-1.414 0l-1.414-1.414a1 1 0 010-1.414l1.251-1.252A7.454 7.454 0 014.77 14H3a1 1 0 01-1-1v-2a1 1 0 011-1h1.77a7.44 7.44 0 01.703-1.698L4.222 7.05a1 1 0 010-1.414l1.414-1.414a1 1 0 011.414 0l1.252 1.251c.53-.3 1.099-.538 1.698-.703V3a1 1 0 011-1h2zm-1 6a4 4 0 100 8 4 4 0 000-8z",fill:"currentColor",fillRule:"evenodd"}))}function pa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.056 2c.918 0 1.67.707 1.744 1.606l.006.144v.787l.243.093.154.063.093.042.554-.553a1.75 1.75 0 012.217-.212l.133.1.125.113 1.492 1.492a1.75 1.75 0 01.114 2.35l-.113.125-.524.523.046.1.068.156.064.157.039.108h.74a1.75 1.75 0 011.725 1.459l.018.148.006.143v2.112a1.75 1.75 0 01-1.606 1.744l-.144.006h-.739l-.04.108-.063.158-.068.156-.047.098.524.524c.553.551.663 1.389.29 2.08l-.08.136-.095.131-.115.128-1.492 1.492c-.59.59-1.502.676-2.216.21l-.131-.095-.128-.115-.554-.554-.093.043-.154.064-.243.092v.789a1.752 1.752 0 01-1.459 1.725l-.148.018-.143.006h-2.111A1.75 1.75 0 019.2 20.393l-.006-.143v-.848l-.08-.03-.148-.06-.214-.097-.602.603a1.75 1.75 0 01-2.217.212l-.133-.1-.125-.113-1.492-1.492a1.75 1.75 0 01-.114-2.35l.114-.125.632-.634-.09-.204-.079-.206h-.897a1.752 1.752 0 01-1.725-1.459l-.018-.148L2 13.056v-2.112A1.75 1.75 0 013.606 9.2l.144-.006h.896l.08-.206.089-.205-.632-.633a1.75 1.75 0 01-.213-2.217l.099-.133.114-.125 1.492-1.492c.59-.59 1.502-.676 2.216-.21l.131.095.128.115.602.601.214-.095.149-.062.079-.03V3.75c0-.791.528-1.469 1.294-1.684l.146-.035.151-.023.16-.008h2.111zm-2.069 1.499l-.073.003a.25.25 0 00-.212.186l-.007.062v1.377a.75.75 0 01-.528.717c-.417.129-.818.3-1.2.51a.75.75 0 01-.809-.054l-.083-.071-.952-.954-.058-.053a.25.25 0 00-.27-.023l-.059.044-1.493 1.493a.25.25 0 00-.04.3l.04.054 1.009 1.008a.75.75 0 01.132.883c-.2.375-.361.769-.483 1.177a.75.75 0 01-.61.528l-.108.008H3.75a.25.25 0 00-.243.193l-.007.057v2.11c0 .12.083.22.193.245l.057.007h1.433a.75.75 0 01.719.537c.121.408.283.802.482 1.176a.75.75 0 01-.061.8l-.071.083-1.009 1.008a.25.25 0 00-.04.3l.04.054 1.493 1.493a.25.25 0 00.3.04l.054-.04.985-.986a.75.75 0 01.893-.126c.38.21.782.382 1.199.511a.75.75 0 01.52.609l.008.108v1.377a.25.25 0 00.192.243l.057.007h2.111a.251.251 0 00.244-.193l.007-.057v-1.331a.75.75 0 01.545-.721 6.398 6.398 0 001.247-.503.75.75 0 01.8.06l.083.072.896.898.058.053a.25.25 0 00.27.023l.059-.044 1.462-1.46.052-.057a.25.25 0 00.023-.27l-.044-.06-.907-.905a.75.75 0 01-.126-.894 6.4 6.4 0 00.533-1.269.75.75 0 01.61-.528l.108-.008h1.275a.25.25 0 00.243-.193l.007-.057v-2.111a.25.25 0 00-.193-.244l-.057-.007h-1.275a.75.75 0 01-.718-.536 6.4 6.4 0 00-.533-1.269.75.75 0 01.055-.81l.071-.083.907-.906a.25.25 0 00.04-.3l-.04-.054-1.493-1.493a.25.25 0 00-.3-.04l-.054.04-.93.93a.75.75 0 01-.882.132 6.398 6.398 0 00-1.247-.503.75.75 0 01-.536-.611l-.008-.11-.001-1.33a.251.251 0 00-.194-.244l-.056-.007-2.069-.001zM12 7.533a4.467 4.467 0 110 8.934 4.467 4.467 0 010-8.934zm0 1.5a2.967 2.967 0 100 5.934 2.967 2.967 0 000-5.934z",fill:"currentColor",fillRule:"evenodd"}))}function wa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0120.25 19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 6.75v10.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.75a.25.25 0 00-.193-.243L20.25 6.5zM6.5 14a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm9 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h7zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function ba(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 6a1.75 1.75 0 011.744 1.606L21 7.75V11h-1.5V7.75l-.007-.057a.25.25 0 00-.175-.184L19.25 7.5H7.75l-.057.007a.25.25 0 00-.184.175L7.5 7.75v11.5l.007.057a.25.25 0 00.175.184l.068.009H11V21H7.75a1.75 1.75 0 01-1.744-1.606L6 19.25V7.75a1.75 1.75 0 011.606-1.744L7.75 6h11.5zm-2-3l.102.007a.75.75 0 010 1.486l-.102.007H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v12.5l-.007.102a.75.75 0 01-1.486 0L3 17.25V4.75l.006-.144a1.75 1.75 0 011.593-1.6L4.75 3h12.5zm-2.5 8.75a3 3 0 100 6 3 3 0 000-6zm0 7.5a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function xa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm7.78 3.97a.75.75 0 01.073.976l-.073.084-2.219 2.22h7.439a.75.75 0 01.102 1.493l-.102.007h-7.439l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089-.007-.143.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Ea(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm3.5 0a.75.75 0 01.75.75v6.5h6.939l-2.22-2.22a.75.75 0 01.977-1.133l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.003.02-.006.055-.015.07-.024.072-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22h-6.94l.001 6.5a.75.75 0 11-1.5 0V4.75a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ya(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.5 18v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zm8.25-5.25a3 3 0 100 6 3 3 0 000-6zm-8.25 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5zm-.75 18.25a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function Ra(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M2.5 12.75H7a.75.75 0 110 1.5H5.5v7a.75.75 0 11-1.5 0v-7H2.5a.75.75 0 110-1.5zm9.5-2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V11.5a.75.75 0 01.75-.75zm9.5 4a.75.75 0 110 1.5H20v5a.75.75 0 11-1.5 0v-5H17a.75.75 0 110-1.5h4.5zM19.25 2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V2.75a.75.75 0 01.75-.75zM4.75 2a.75.75 0 01.75.75v7.75a.75.75 0 11-1.5 0V2.75A.75.75 0 014.75 2zM12 2a.75.75 0 01.75.75v5h1.5a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h1.5v-5A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function za(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V7.5h-5a5 5 0 00-4.995 4.783L11 12.5a5 5 0 004.783 4.995L16 17.5h5v1.75A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm1.5 6c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H16a3.5 3.5 0 010-7h4.75zM16 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function Ca(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.25 18a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm12.5-13.5a.75.75 0 01.743.648l.007.102v11.689l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3.5-3.5a.75.75 0 01.976-1.133l.084.073L17 16.939V5.25a.75.75 0 01.75-.75zm-9.5 9a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm3-4.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm3-4.5a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h11.5z",fill:"currentColor",fillRule:"evenodd"}))}function Va(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726z",fill:"currentColor",fillRule:"evenodd"}))}function La(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726zM12 4.836l1.88 4.883.046.1a.75.75 0 00.614.38l5.223.278-4.062 3.297-.08.075a.75.75 0 00-.172.7l1.349 5.055-4.39-2.845-.096-.053a.75.75 0 00-.72.053l-4.391 2.845 1.35-5.054.02-.108a.75.75 0 00-.272-.668l-4.063-3.297 5.224-.278a.75.75 0 00.66-.48L12 4.836z",fill:"currentColor",fillRule:"evenodd"}))}function Ma(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm7.75-1a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Oa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function Na(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10.356 2c.464 0 .909.184 1.237.513l9.92 9.919a1.75 1.75 0 010 2.475l-6.606 6.606a1.75 1.75 0 01-2.475 0l-9.92-9.92A1.75 1.75 0 012 10.356V3.75C2 2.784 2.784 2 3.75 2h6.606zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 3.75v6.606a.25.25 0 00.033.125l.04.051 9.92 9.92a.25.25 0 00.3.04l.053-.04 6.606-6.606a.25.25 0 00.04-.3l-.04-.053-9.92-9.92a.25.25 0 00-.111-.064l-.065-.009zm1.57 5.394c.365-.007.652.086.852.287.256.255.225.645-.02.89-.215.215-.453.322-.78.366-.512.07-.826.211-1.13.515-.335.335-.335.742-.114.963.203.203.484.176.923-.106l.123-.084.715-.5c1.04-.729 1.934-.732 2.666 0 .809.809.81 1.956.044 3.041l-.12.163.155.155c.238.238.128.494-.02.642-.14.14-.364.246-.581.093l-.072-.062-.145-.145c-.615.532-1.285.857-1.858.87-.349.004-.642-.082-.85-.29-.306-.307-.244-.714.042-1 .145-.146.32-.24.605-.301l.151-.028c.529-.08.991-.293 1.271-.573.425-.425.46-.818.197-1.08-.193-.194-.473-.155-.963.148l-.139.09-.71.476c-1.05.711-1.938.694-2.677-.045-.789-.79-.783-1.929-.026-2.957l.12-.154-.204-.203c-.242-.242-.121-.494.03-.646.138-.137.353-.246.57-.09l.073.062.214.214c.546-.435 1.14-.704 1.657-.71zM6.042 6.043a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414z",fill:"currentColor",fillRule:"evenodd"}))}function Ha(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zM4 11.25V7.5h9.25a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H4zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function Sa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM12.25 14a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-4a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM15.25 6a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm3-4c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function Aa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M18 11.25a1.75 1.75 0 011.744 1.606l.006.144v4.586c0 .406-.141.797-.396 1.109l-.117.128-3.304 3.305a1.25 1.25 0 01-2.114-1.11l.032-.133.642-2.135H12.5a1.75 1.75 0 01-1.726-1.458l-.018-.148L10.75 17c0-.173.026-.345.076-.51l.059-.163 1.666-4a1.75 1.75 0 011.465-1.07l.15-.007H18zm0 1.5h-3.833a.25.25 0 00-.202.102l-.03.052-1.666 4a.25.25 0 00.174.34l.057.006h2.866a.85.85 0 01.838.99l-.024.104-.606 2.023 2.603-2.604a.25.25 0 00.064-.112l.009-.065V13a.25.25 0 00-.193-.243L18 12.75zm4-1.5c.513 0 .94.441.994 1.003l.006.122v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L21 16.875v-4.5c0-.619.45-1.125 1-1.125zM2 6c.513 0 .94.441.994 1.003L3 7.125v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L1 11.625v-4.5C1 6.506 1.45 6 2 6zm6.067-4.128a1.25 1.25 0 012.114 1.11l-.032.133-.642 2.135H11.5c.867 0 1.587.63 1.726 1.458l.018.148.006.144c0 .173-.026.345-.076.51l-.059.163-1.666 4a1.75 1.75 0 01-1.465 1.07l-.15.007H6a1.75 1.75 0 01-1.744-1.606L4.25 11V6.414c0-.406.141-.797.396-1.109l.117-.128 3.304-3.305zm.359 1.761L5.823 6.237a.25.25 0 00-.064.112l-.009.065V11a.25.25 0 00.193.243L6 11.25h3.833a.25.25 0 00.202-.102l.03-.052 1.666-4a.25.25 0 00-.174-.34L11.5 6.75H8.634c-.123-.006-.123-.006-.244-.036a.85.85 0 01-.594-.954l.024-.104.606-2.023z",fill:"currentColor",fillRule:"evenodd"}))}function ja(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm5.37 0c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function ka(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm0 1.5H6.782a.284.284 0 00-.223.129l-.038.067-2.916 7.062c-.34.83.192 1.728.97 1.808l.112.006h6.888l-1.114 5.57 4.569-4.74a.373.373 0 00.092-.19l.007-.078V5.857c0-.18-.112-.318-.237-.35L14.84 5.5zm5.37-1.5c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function Ia(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12.85 2.412a1.298 1.298 0 011.888-.01c.287.298.425.705.389 1.118l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856z",fill:"currentColor",fillRule:"evenodd"}))}function Da(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M14.738 2.403c.287.297.425.704.389 1.117l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144a1.298 1.298 0 011.888-.01zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856zm9.749-4.999L8.97 8.598a.373.373 0 00-.092.19l-.007.078v9.277c0 .18.112.318.237.35l.053.007h8.057c.08 0 .166-.047.223-.129l.038-.067 2.916-7.062c.34-.83-.192-1.728-.97-1.808l-.112-.006h-6.888l1.114-5.57z",fill:"currentColor",fillRule:"evenodd"}))}function Ba(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.832 4.752a1.5 1.5 0 01.416 2.08l-8 12a1.5 1.5 0 01-2.496 0l-4-6a1.5 1.5 0 112.496-1.664L10 15.296l6.752-10.128a1.5 1.5 0 012.08-.416z",fill:"currentColor"}))}function Pa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.867 6.097a.75.75 0 011.318.708l-.052.098-7 11a.75.75 0 01-1.145.145l-.074-.08-4-5A.75.75 0 017.01 11.95l.076.081 3.344 4.181 6.437-10.115z",fill:"currentColor",fillRule:"evenodd"}))}function Ta(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M16.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0119.116 22h-5.232a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 01-1.005 4.374 5.097 5.097 0 00-1.182-1.017A8.488 8.488 0 0020.5 12a8.5 8.5 0 10-9.996 8.369c.02.578.196 1.118.487 1.58C5.942 21.444 2 17.183 2 12 2 6.477 6.477 2 12 2zm4.5 8.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zM12 5.25a.75.75 0 01.743.648L12.75 6v6a.75.75 0 01-.648.743L12 12.75H7.5a.75.75 0 01-.102-1.493l.102-.007h3.75V6a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function _a(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("g",{fill:"none",fillRule:"evenodd"},t.createElement("path",{d:"M18.804 15.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"#CF3C16",fillRule:"nonzero"}),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zm2.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"})))}function Fa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007h4.75V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zM16 12a3 3 0 013 3v1a1 1 0 011 1v4a1 1 0 01-1 1h-6a1 1 0 01-1-1v-4a1 1 0 011-1v-1a3 3 0 013-3zm0 5.5a1 1 0 00-.5 1.866V20a.5.5 0 00.992.09L16.5 20l.001-.634A1 1 0 0016 17.5zm-7.554-7.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM16 13.5a1.5 1.5 0 00-1.493 1.356L14.5 15v1h3v-1a1.5 1.5 0 00-1.356-1.493L16 13.5zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Ka(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V16.5h1.5v3.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm-5.14 8.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function qa(e,l){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M6.75 4.75l-4 4 4 4",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M3 8.75h13c2.9 0 5.25 2.35 5.25 5.25v0c0 2.9-2.35 5.25-5.25 5.25h-5.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}))}function Ga(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M12 5v1.5H4.75a.25.25 0 00-.243.193L4.5 6.75v12.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V12H19v7.25A1.75 1.75 0 0117.25 21H4.75A1.75 1.75 0 013 19.25V6.75C3 5.784 3.784 5 4.75 5H12zm8.25-2a.75.75 0 01.743.648L21 3.75v4.5a.75.75 0 01-1.493.102L19.5 8.25V5.56l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H15.75a.75.75 0 01-.743-.648L15 3.75a.75.75 0 01.648-.743L15.75 3h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Wa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M3.368 4.346l.092.062 18 14a.75.75 0 01-.828 1.246l-.092-.062-3.34-2.597L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007h.778l-3.536-2.75H7a.75.75 0 110-1.5h2.814l-3.46-2.69a3.501 3.501 0 00.454 6.935L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-2.074-9.55L2.54 5.591a.75.75 0 01.828-1.246zM17 7a5 5 0 013.39 8.676l-1.208-.94a3.5 3.5 0 00-1.99-6.231L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zm0 4.25a.75.75 0 110 1.5h-.372l-1.929-1.5H17z",fill:"currentColor",fillRule:"evenodd"}))}function Ua(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M9.527 17.197c.157-.827.938-1.344 1.771-1.177a1.515 1.515 0 011.213 1.772c-.157.826-.939 1.343-1.771 1.177a1.515 1.515 0 01-1.213-1.772zm2.265-11.05c.164-.863.784-1.276 1.607-1.112.815.163 1.23.782 1.066 1.646l-.038.183-.025.097-1.368 6.473c-.179.793-.67 1.182-1.43 1.03-.712-.142-1.032-.634-.96-1.356l.02-.147 1.1-6.628.028-.185z",fill:"currentColor"}))}function $a(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M11 15.5a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zm5.831 0a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zM11 17a.75.75 0 100 1.5.75.75 0 000-1.5zm5.831 0a.75.75 0 100 1.5.75.75 0 000-1.5zM5.287 4a1.75 1.75 0 011.56.955l.062.138 3.24 8a.25.25 0 00.173.15l.06.007h7.743a.25.25 0 00.204-.105l.028-.054 2.159-5.496a.25.25 0 00-.141-.324l-.045-.013-.047-.005-10.04-.003a.75.75 0 01-.102-1.493l.102-.007 10.04.003A1.75 1.75 0 0121.962 8l-.049.143-2.158 5.497a1.75 1.75 0 01-1.476 1.103l-.153.007h-7.743a1.75 1.75 0 01-1.56-.955l-.062-.138-3.24-8a.25.25 0 00-.173-.15l-.06-.007H2.75a.75.75 0 01-.102-1.493L2.75 4h2.537z",fill:"currentColor",fillRule:"evenodd"}))}function Xa(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 6h-17v8.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V10zm-.25-4.5H3.75a.25.25 0 00-.243.193L3.5 5.75V8.5h17V5.75a.25.25 0 00-.193-.243L20.25 5.5zM5.5 6.5v1h-1v-1h1zm2 0v1h-1v-1h1zm2 0v1h-1v-1h1z",fill:"currentColor",fillRule:"evenodd"}))}function Ja(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M19.144 16.292a2.853 2.853 0 00-2.754 2.144H7.722a2.857 2.857 0 01-2.856-2.858 2.857 2.857 0 012.856-2.859h1.53a2.842 2.842 0 005.508 0h1.529a4.286 4.286 0 004.283-4.287 4.286 4.286 0 00-4.283-4.288H7.62A2.856 2.856 0 002 4.859a2.856 2.856 0 005.62.715h8.669a2.857 2.857 0 012.855 2.858 2.857 2.857 0 01-2.855 2.858h-1.53a2.842 2.842 0 00-5.508 0h-1.53a4.286 4.286 0 00-4.283 4.288 4.286 4.286 0 004.284 4.287h8.668a2.85 2.85 0 005.6-.964 2.852 2.852 0 00-2.846-2.609zM4.866 6.288a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857zm7.14 4.287a1.429 1.429 0 11-.002 2.857 1.429 1.429 0 01.001-2.857zm7.138 10.005a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857z",fill:"currentColor"}))}function Ya(e,l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:l},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5zm0 2.75a.75.75 0 01.75.75v2h2a.75.75 0 110 1.5h-2v2a.75.75 0 11-1.5 0v-2h-2a.75.75 0 110-1.5h2v-2A.75.75 0 0110 6.5z",fill:"currentColor",fillRule:"evenodd"}))}Y.Trigger=K,Y.Content=J,Y.Title=X,Y.Cancel=G,Y.Action=W,Y.Footer=q;const Qa={"account-preview":t.forwardRef(Q),"accounting-year-cancel":t.forwardRef(Z),"accounting-year":t.forwardRef(ee),accounting:t.forwardRef(te),"arrow-bottom":t.forwardRef(le),"arrow-down":t.forwardRef(ae),"arrow-end":t.forwardRef(ne),"arrow-left":t.forwardRef(re),"arrow-right":t.forwardRef(oe),"arrow-start":t.forwardRef(ie),"arrow-top":t.forwardRef(se),"arrow-up":t.forwardRef(ce),"attach-auto":t.forwardRef(de),"attach-cancel":t.forwardRef(ue),attach:t.forwardRef(me),"autotext-insert":t.forwardRef(fe),autotext:t.forwardRef(ve),"basic-tabs":t.forwardRef(ge),basic:t.forwardRef(he),"bell-solid":t.forwardRef(pe),book:t.forwardRef(we),booking:t.forwardRef(be),budget:t.forwardRef(xe),calendar:t.forwardRef(Ee),"cash-account":t.forwardRef(ye),"cash-reports":t.forwardRef(Re),"chat-solid":t.forwardRef(ze),chat:t.forwardRef(Ce),"chevron-down-double":t.forwardRef(Ve),"chevron-down-solid":t.forwardRef(Le),"chevron-down":t.forwardRef(Me),"chevron-left-double":t.forwardRef(Oe),"chevron-left-solid":t.forwardRef(Ne),"chevron-left":t.forwardRef(He),"chevron-right-double":t.forwardRef(Se),"chevron-right-solid":t.forwardRef(Ae),"chevron-right":t.forwardRef(je),"chevron-up-double":t.forwardRef(ke),"chevron-up-solid":t.forwardRef(Ie),"chevron-up":t.forwardRef(De),"circle-close":t.forwardRef(Be),"circle-minus":t.forwardRef(Pe),"circle-plus":t.forwardRef(Te),"circle-tick":t.forwardRef(_e),"clamp-open":t.forwardRef(Fe),clamp:t.forwardRef(Ke),close:t.forwardRef(qe),columns:t.forwardRef(Ge),"connection-enable":t.forwardRef(We),"connection-revoke":t.forwardRef(Ue),contacts:t.forwardRef($e),copy:t.forwardRef(Xe),courses:t.forwardRef(Je),credit:t.forwardRef(Ye),"delete-permanently":t.forwardRef(Qe),delete:t.forwardRef(Ze),"density-comfortable":t.forwardRef(et),"density-compact":t.forwardRef(tt),"density-normal":t.forwardRef(lt),"density-spacious":t.forwardRef(at),depecriate:t.forwardRef(nt),developer:t.forwardRef(rt),"distribution-template":t.forwardRef(ot),"document-approve":t.forwardRef(it),"document-create-entry":t.forwardRef(st),"document-cut":t.forwardRef(ct),"document-error":t.forwardRef(dt),"document-isolate-page":t.forwardRef(ut),"document-merge":t.forwardRef(mt),"document-move":t.forwardRef(ft),"document-preview":t.forwardRef(vt),"document-received":t.forwardRef(gt),"document-rejected-request":t.forwardRef(ht),"document-split":t.forwardRef(pt),"document-time":t.forwardRef(wt),document:t.forwardRef(bt),download:t.forwardRef(xt),drag:t.forwardRef(Et),"e-copedia":t.forwardRef(yt),"e-signature":t.forwardRef(Rt),edit:t.forwardRef(zt),"ellipsis-horizontal":t.forwardRef(Ct),"ellipsis-vertical":t.forwardRef(Vt),"entries-on-account":t.forwardRef(Lt),"entries-open":t.forwardRef(Mt),"entries-warning":t.forwardRef(Ot),"entry-type-customer-invoice":t.forwardRef(Nt),"entry-type-customer-payment":t.forwardRef(Ht),"entry-type-journal-entry":t.forwardRef(St),"entry-type-manual-customer-invoice":t.forwardRef(At),"entry-type-supplier-invoice":t.forwardRef(jt),"entry-type-supplier-payment":t.forwardRef(kt),"envelope-approved":t.forwardRef(It),envelope:t.forwardRef(Dt),"expand-view":t.forwardRef(Bt),expenses:t.forwardRef(Pt),"export-to-excel":t.forwardRef(Tt),"export-to-pdf":t.forwardRef(_t),export:t.forwardRef(Ft),"filter-solid":t.forwardRef(Kt),filter:t.forwardRef(qt),"graph-solid":t.forwardRef(Gt),hash:t.forwardRef(Wt),home:t.forwardRef(Ut),images:t.forwardRef($t),import:t.forwardRef(Xt),"inbox-einvoicing":t.forwardRef(Jt),"inbox-scanning":t.forwardRef(Yt),"inbox-smart":t.forwardRef(Qt),inbox:t.forwardRef(Zt),info:t.forwardRef(el),"inventory-matrix":t.forwardRef(tl),inventory:t.forwardRef(ll),"journal-pro":t.forwardRef(al),"layout-both":t.forwardRef(nl),"layout-first":t.forwardRef(rl),"layout-last":t.forwardRef(ol),"layout-none":t.forwardRef(il),layout:t.forwardRef(sl),"ledger-card-customer-reminder":t.forwardRef(cl),"ledger-card-manual-customer-invoice":t.forwardRef(dl),"ledger-card-obsolete-stock":t.forwardRef(ul),"ledger-card-opening-entry":t.forwardRef(ml),"ledger-card-reserved-entry":t.forwardRef(fl),"ledger-card-shrinkage-pilferage":t.forwardRef(vl),"ledger-card-stock-adjustment":t.forwardRef(gl),"ledger-card-transferred-opening-entry":t.forwardRef(hl),"ledger-card":t.forwardRef(pl),lightbulb:t.forwardRef(wl),line:t.forwardRef(bl),"list-bulleted":t.forwardRef(xl),"list-search":t.forwardRef(El),list:t.forwardRef(yl),"lock-open":t.forwardRef(Rl),"log-out":t.forwardRef(zl),log:t.forwardRef(Cl),market:t.forwardRef(Vl),"match-amount":t.forwardRef(Ll),"match-entries":t.forwardRef(Ml),menu:t.forwardRef(Ol),mileage:t.forwardRef(Nl),"modal-resize":t.forwardRef(Hl),"modal-shrink":t.forwardRef(Sl),"more-solid":t.forwardRef(Al),more:t.forwardRef(jl),move:t.forwardRef(kl),"navigation-list":t.forwardRef(Il),"note-follow-up":t.forwardRef(Dl),"note-read":t.forwardRef(Bl),note:t.forwardRef(Pl),numbers:t.forwardRef(Tl),"partner-api":t.forwardRef(_l),period:t.forwardRef(Fl),"person-change":t.forwardRef(Kl),"person-minus":t.forwardRef(ql),"person-plus":t.forwardRef(Gl),"person-tick":t.forwardRef(Wl),play:t.forwardRef(Ul),"plus-minus":t.forwardRef($l),print:t.forwardRef(Xl),"process-payment":t.forwardRef(Jl),"product-ledger-card":t.forwardRef(Yl),profile:t.forwardRef(Ql),"project-cards":t.forwardRef(Zl),projects:t.forwardRef(ea),quicklinks:t.forwardRef(ta),"rating-bankruptcy":t.forwardRef(la),"rating-payment-problems":t.forwardRef(aa),reconciled:t.forwardRef(na),refresh:t.forwardRef(ra),"report-solid":t.forwardRef(oa),report:t.forwardRef(ia),restore:t.forwardRef(sa),"rotate-left":t.forwardRef(ca),"rotate-right":t.forwardRef(da),sales:t.forwardRef(ua),"search-bold":t.forwardRef(ma),search:t.forwardRef(fa),"secure-tick":t.forwardRef(va),secure:t.forwardRef(ga),"settings-solid":t.forwardRef(ha),settings:t.forwardRef(pa),shortcuts:t.forwardRef(wa),"show-all":t.forwardRef(ba),"show-less":t.forwardRef(xa),"show-more":t.forwardRef(Ea),"show-template":t.forwardRef(ya),sliders:t.forwardRef(Ra),smartpay:t.forwardRef(za),"sort-by":t.forwardRef(Ca),"star-solid":t.forwardRef(Va),star:t.forwardRef(La),subscriptions:t.forwardRef(Ma),"system-entries":t.forwardRef(Oa),tag:t.forwardRef(Na),"template-override":t.forwardRef(Ha),templates:t.forwardRef(Sa),"thumb-both":t.forwardRef(Aa),"thumb-down-solid":t.forwardRef(ja),"thumb-down":t.forwardRef(ka),"thumb-up-solid":t.forwardRef(Ia),"thumb-up":t.forwardRef(Da),"tick-bold":t.forwardRef(Ba),tick:t.forwardRef(Pa),time:t.forwardRef(Ta),"transfer-cancel":t.forwardRef(_a),"transfer-locked":t.forwardRef(Fa),transfer:t.forwardRef(Ka),undo:t.forwardRef(qa),undock:t.forwardRef(Ga),unreconciled:t.forwardRef(Wa),warning:t.forwardRef(Ua),webshop:t.forwardRef($a),website:t.forwardRef(Xa),workflow:t.forwardRef(Ja),zoom:t.forwardRef(Ya)},Za=l.forwardRef((function(e,t){var a;const{name:r,...o}=e,i=Qa[r],s=n("inline-flex h-[1.715em] w-[1.715em] flex-shrink-0",e.className,{"p-[3px]":null===(a=e.className)||void 0===a?void 0:a.includes("rounded-full")});return i?l.createElement(i,Object.assign({},o,{className:s,"data-taco":"icon",focusable:"false",ref:t,role:"img"})):null})),en=l.createContext({as:"h2"}),tn=l.forwardRef((function(e,t){const a=!!e["aria-expanded"],r=n("w-full inline-flex justify-between items-center align-middle","focus:rounded-sm focus:border-blue-500 focus:yt-focus",e.className);return l.createElement("button",Object.assign({},e,{ref:t,className:r}),e.children,l.createElement(Za,{name:a?"chevron-up":"chevron-down"}))})),ln=l.forwardRef((function(e,t){const{children:a}=e,{as:n}=l.useContext(en);return l.createElement(r.Header,{asChild:!0},l.createElement(n,{className:"my-3"},l.createElement(r.Trigger,{ref:t,asChild:!0},l.createElement(tn,null,a))))})),an=l.forwardRef((function(e,t){return l.createElement(r.Content,Object.assign({},e,{ref:t}))})),nn=e=>{const{id:t,defaultId:a,onChange:o,as:i="h2",...s}=e,c=l.useMemo(()=>({as:i}),[i]);let d;d=a?{defaultValue:a||void 0}:{onValueChange:o,value:t||void 0};const u="string"==typeof d.defaultValue||"string"==typeof d.value?"single":"multiple",m=n("divide-y divide-grey-200",e.className);return l.createElement(en.Provider,{value:c},l.createElement(r.Root,Object.assign({},s,d,{"data-taco":"accordion",className:m,type:u})))};nn.Item=e=>{const{id:t,...a}=e;return l.createElement(r.Item,Object.assign({},a,{value:t}))},nn.Trigger=ln,nn.Content=an;const rn=t.forwardRef((function(e,l){return t.createElement("span",Object.assign({},e,{className:"sr-only",ref:l}))})),on=e=>{switch(e){case"information":return"yt-blue-solid";case"warning":return"yt-yellow-solid";case"error":return"yt-red-solid";case"success":return"yt-green-solid";default:return"yt-grey-solid"}},sn=e=>{switch(e){case"information":case"primary":return"yt-blue-inverted";case"warning":return"yt-yellow-inverted";case"error":case"danger":return"yt-red-inverted";case"success":return"yt-green-inverted";default:return"yt-grey-inverted"}},cn=t.forwardRef((function(e,l){const{children:a,compact:r=!1,outline:o=!1,state:i,...s}=e,c=n("rounded-full border font-bold text-xs uppercase overflow-hidden whitespace-nowrap inline-flex items-center justify-center",{[sn(i)]:o,["border-transparent "+on(i)]:!o,"h-2 w-2 min-w-0":r,"h-5 py-0 px-1.5":!r},e.className);return t.createElement("span",Object.assign({},s,{"aria-atomic":"true","aria-live":"polite",className:c,"data-taco":"badge",ref:l,role:"status",title:e["aria-label"]}),r?t.createElement(rn,null,a):a)})),dn=t.forwardRef((function(e,l){const{disabled:a,target:n,type:r="button",...o}=e,i=e.href?"a":"button";return t.createElement(i,Object.assign({},o,{"aria-disabled":a?"true":void 0,disabled:a,target:"a"===i?n:void 0,type:"a"!==i?r:void 0,ref:l}),t.Children.count(e.children)>1?t.Children.map(e.children,e=>"string"==typeof e?t.createElement("span",null,e):e):e.children)})),un=t.forwardRef((function(e,l){const{title:a,children:r,placement:i,...s}=e,c=n(s.className);return t.createElement(o.Root,{delayDuration:250},t.createElement(o.Trigger,{asChild:!0,ref:l},r),t.createElement(o.Portal,null,t.createElement(o.Content,Object.assign({},s,{asChild:!0,className:c,side:i,sideOffset:3}),t.createElement("div",{className:"xs:max-w-[theme(spacing.56)] max-w-[theme(spacing.32)] animate-[fade-in_150ms] rounded-sm bg-blue-900/90 px-2 py-1 text-xs font-bold text-white opacity-90","data-taco":"tooltip",style:{transformOrigin:"var(--radix-tooltip-content-transform-origin)"}},t.createElement(o.Arrow,{className:"-mt-px fill-blue-900/90 stroke-blue-900/90"}),a))))})),mn=()=>"flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center",fn=(e,t=!1)=>{switch(e){case"primary":return"wcag-blue-500 focus:bg-blue-500 focus:text-white focus:yt-focus active:bg-blue-700 active:text-white hover:bg-blue-300 hover:text-white hover:focus:bg-blue-300 hover:focus:border-blue-300 hover:focus:text-white disabled:hover:wcag-blue-500 disabled:hover:hover:border-blue-500";case"danger":return"wcag-red-500 focus:bg-red-500 focus:text-white focus:yt-focus-red active:bg-red-700 active:text-white hover:bg-red-300 hover:text-white hover:focus:bg-red-300 hover:focus:text-white disabled:hover:wcag-red-500";case"ghost":return"bg-white shadow-[inset_0_0_0_1px_theme(colors.blue.500)] text-blue-500 focus:bg-transparent focus:text-blue-500 active:bg-blue-100 focus:!shadow-[inset_0_0_0_1px_theme(colors.blue.500),0_0_0_2px_rgba(0,99,255,0.25)] active:text-blue-700 hover:bg-blue-100 hover:shadow-[inset_0_0_0_1px_theme(colors.blue.300)] hover:text-blue-300 hover:focus:bg-blue-100 hover:focus:!shadow-[inset_0_0_0_1px_theme(colors.blue.300),0_0_0_2px_rgba(0,99,255,0.25)] hover:focus:text-blue-300";case"discrete":return t?"bg-transparent text-black border-transparent focus:text-black focus:yt-focus active:text-black hover:text-grey-700 hover:focus:text-grey-700 disabled:hover:text-black ":"yt-transparent focus:text-blue-500 focus:yt-focus active:text-blue-700 hover:text-blue-300 hover:focus:text-blue-300 disabled:hover:yt-transparent";default:return"wcag-grey-200 focus:bg-grey-200 focus:yt-focus active:bg-grey-300 active:text-black hover:bg-grey-100 hover:text-grey-700 hover:focus:bg-grey-100 hover:focus:text-grey-700 disabled:hover:wcag-grey-200"}},vn=(e,t,a)=>{const{tooltip:n,...r}=e,o=l.createElement(dn,Object.assign({},r,{className:t,ref:a}));return n?l.createElement(un,{title:n},o):o},gn=(e,t)=>{const{dialog:l,hanger:a,menu:n,popover:r}=e;let o=t;return"function"==typeof l?o=l({trigger:o}):"function"==typeof n?o=n({trigger:o}):"function"==typeof r&&(o=r({trigger:o})),"function"==typeof a&&(o=a({anchor:o})),o},hn=t.forwardRef((function(e,l){const{icon:a,rounded:r=!1,...o}=e,i=n("w-8","flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center",fn(o.appearance,!0),{"rounded-full":r,rounded:!r,"cursor-not-allowed opacity-50":e.disabled,"focus:yt-focus active:focus:yt-focus":!e.disabled},e.className);return a?vn({...o,children:t.createElement(Za,{name:a,className:"m-0 p-0"}),"data-taco":"icon-button"},i,l):null})),pn=t.forwardRef((function(e,l){const{dialog:a,hanger:n,menu:r,popover:o,...i}=e,s=t.createElement(hn,Object.assign({},i,{ref:l}));return gn({dialog:a,hanger:n,menu:r,popover:o},s)})),wn={calendar:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],actions:{previousMonth:"Previous month",nextMonth:"Next month",previousYear:"Previous year",nextYear:"Next year",today:"Today"}},combobox:{tooltip:"Search in list"},datepicker:{calendar:"Calendar",clear:"Clear",expand:"Show calendar",shortcuts:"Shortcuts"},hanger:{close:"Close"},banner:{close:"Close"},listbox:{loading:"Loading results...",empty:"No results found",allOption:"All"},dialog:{close:"Close",drag:"Drag"},pagination:{label:"Pagination",pageSize:"Items per page",showingXofYofTotal:"Showing [X] - [Y] of [total]",actions:{firstPage:"Goto first page",firstPageWithShortcut:"Goto first page (Home)",previousPage:"Goto previous page",previousPageWithShortcut:"Goto previous page (Page Up)",nextPage:"Goto next page",nextPageWithShortcut:"Goto next page (Page Down)",lastPage:"Goto last page",lastPageWithShortcut:"Goto last page (End)",pageX:"Goto page [X]"}},table:{actions:"Other actions",edit:"Edit (e)",copy:"Copy (c)",del:"Delete (del)",newSubRow:"New row (shift + n)",loading:"Loading..."},table2:{columns:{actions:{tooltip:"Other actions"},drag:{tooltip:"Drag row"},expansion:{collapse:"Collapse row",collapseAll:"Collapse all rows",expand:"Expand row",expandAll:"Expand all rows"},select:{deselect:"Deselect row",deselectAll:"Deselect all rows",select:"Select row",selectAll:"Select all rows"}},columnSettings:{columnsOther:"Other columns",columnsOtherDrop:"Drop column here to unpin",columnsPinned:"Pinned columns",columnsPinnedDrop:"Drop column here to pin",search:"Search column...",tooltip:"Column settings"},editing:{button:"Edit",tooltip:"Edit",tooltipDisabled:"There are no visible columns that support editing",rowIndicator:{rowWillMove:"Row will move due to sorting",rowWillBeHidden:"Row will hide due to filtering",rowWillMoveReasonSearch:"Due to a search filter applied to this table, this row will be hidden as soon as you select another row",rowWillMoveReasonFilter:"Due to a filter applied to the column '[COLUMN]', this row will be hidden as soon as you select another row",rowWillMoveReasonSorting:"Due to sorting applied to the column '[COLUMN]', this row will move position as soon as you select another row"}},filters:{button:"Filters",buttons:{addFilter:"Add Filter",clearFilters:"Clear all filters"},comparators:{contains:"Contains",doesNotContain:"Does not contain",isEqualTo:"Is",isNotEqualTo:"Is not",isGreaterThan:"Is greater than",isLessThan:"Is less than",isBetween:"Is between",isOneOf:"Is one of",isNoneOf:"Is none of",isAllOf:"Is all of",isEmpty:"Is empty",isNotEmpty:"Is not empty"},tooltip:"Apply filters",total:"Viewing [CURRENT] of [TOTAL]"},rowDensity:{tooltip:"Row density"},search:{placeholder:"Search..."},shortcuts:{tooltip:"View keyboard shortcuts",search:"Search",filter:"Filter",previousRow:"Previous row",nextRow:"Next row",editCell:"Edit cell",previousColumn:"Previous column",nextColumn:"Next column",rowClick:"Activate current row",selectRow:"Select current row",selectAllRows:"Select all rows",expandRow:"Expand current row",collapseRow:"Collapse current row"}},select:{allOptionsSelected:"All"},select2:{allSelect:"Select all",allDeselect:"Deselect all",cancel:"Cancel",chooseColor:"Pick a color",create:"Create",delete:"Delete",save:"Save",search:"Search...",searchOrCreate:"Search or create..."},toasts:{dismiss:"Dismiss"},tour:{back:"Back",close:"Close",skip:"Close and complete",last:"Done",next:"Next",open:"Open"},searchInput:{button:"Search",placeholder:"Search...",clear:"Clear"}},bn={locale:"en-GB",texts:wn,formatting:{date:"dd.mm.yy"}},xn=t.createContext(bn),En=({localization:e,children:l})=>t.createElement(xn.Provider,{value:e||bn},l),yn=()=>t.useContext(xn),Rn=t.forwardRef((function(e,a){const{children:r,state:o,onClose:i}=e,{texts:s}=yn(),c=n("bg-white relative flex items-center gap-2 py-2 px-4 leading-6 shadow-md z-10",e.className);return t.createElement("div",{className:c,"data-taco":"banner",ref:a},(e=>{switch(e){case"success":return l.createElement(Za,{name:"tick",className:"yt-green-solid mt-1 self-start rounded-full"});case"error":return l.createElement(Za,{name:"warning",className:"yt-red-solid mt-1 self-start rounded-full"});case"warning":return l.createElement(Za,{name:"warning",className:"yt-yellow-solid mt-1 self-start rounded-full"});case"information":return l.createElement(Za,{name:"info",className:"yt-blue-solid mt-1 self-start rounded-full"});default:return null}})(o),r,i?t.createElement(pn,{"aria-label":s.banner.close,className:"ml-auto -mr-2 self-start",icon:"close",appearance:"discrete",onClick:i}):null)})),zn=t.forwardRef((function(e,t){const{fluid:l,...a}=e,r=n("flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center",fn(a.appearance),"rounded px-3",{"cursor-not-allowed opacity-50":e.disabled,"focus:yt-focus active:focus:yt-focus":!e.disabled,"w-full":l},e.className);return vn({...a,"data-taco":"button"},r,t)})),Cn=t.forwardRef((function(e,l){const{dialog:a,hanger:n,menu:r,popover:o,...i}=e;let s=i.children;"function"==typeof r&&(s=Array.isArray(s)?[...s,t.createElement(Za,{key:"chevron-down",name:"chevron-down"})]:[s,t.createElement(Za,{key:"chevron-down",name:"chevron-down"})]);const c=t.createElement(zn,Object.assign({},i,{ref:l}),s);return gn({dialog:a,hanger:n,menu:r,popover:o},c)})),Vn=(new Date).getFullYear(),Ln=[];for(let e=Vn-50;e<=Vn+10;e+=1)Ln.push(e);const Mn=t.memo(({onMonthChange:e,onNextClick:l,onPreviousClick:a,value:n=new Date})=>{const{texts:{calendar:{actions:r,months:o}}}=yn(),i=function(t){const{year:l,month:a}=t.target.form;e(new Date(l.value,a.value))};return t.createElement("div",{className:"mb-2 flex items-center justify-between"},t.createElement("form",{className:"inline-flex space-x-1"},t.createElement("select",{className:"h-8 px-2",name:"month",onChange:i,value:n.getMonth()},o.map((e,l)=>t.createElement("option",{key:e,value:l},e))),t.createElement("select",{className:"h-8 px-2",name:"year",onChange:i,value:n.getFullYear()},Ln.map(e=>t.createElement("option",{key:e,value:e},String(e))))),t.createElement("div",null,t.createElement(pn,{appearance:"discrete",icon:"chevron-left","aria-label":r.previousMonth,onClick:()=>a(),rounded:!0}),t.createElement(pn,{appearance:"discrete",icon:"chevron-right","aria-label":r.nextMonth,onClick:()=>l(),rounded:!0})))}),On=t.forwardRef((function(e,l){const{onChange:a,value:r,disabledDays:o,...s}=e,{locale:c,texts:d}=yn(),[u,m]=t.useState(null!=r?r:new Date);t.useEffect(()=>{u!==r&&m(null!=r?r:new Date)},[r]);const f=n("flex bg-white text-xs p-4",s.className);return t.createElement("div",{"data-taco":"calendar"},t.createElement(i,Object.assign({},s,{className:f,month:u,selectedDays:r,locale:c.substring(0,2),firstDayOfWeek:1,months:d.calendar.months,weekdaysShort:d.calendar.weekdaysShort,navbarElement:e=>t.createElement(Mn,Object.assign({},e,{onMonthChange:m,value:u})),onDayClick:(e,t,l)=>{t.outside||t.disabled||a(e,l)},onMonthChange:m,onTodayButtonClick:()=>{const e=new Date;e.setHours(12),e.setMinutes(0),e.setSeconds(0),a(e)},captionElement:()=>null,todayButton:d.calendar.actions.today,numberOfMonths:1,ref:l,disabledDays:o})))})),Nn=t.forwardRef((function(e,l){const{noPadding:a,...r}=e,o=n("flex-grow overflow-auto",{"mx-4 mb-4":!a},r.className);return t.createElement("div",Object.assign({},r,{className:o,ref:l}))})),Hn=t.forwardRef((function(e,l){const{title:a,menu:r,children:o}=e,i=n("bg-white flex flex-col rounded-xl shadow-[0px_0px_1px_rgba(0,0,0,0.1),0px_6px_18px_rgba(47,51,68,0.2)]",e.className);return t.createElement("div",{className:i,"data-taco":"card",ref:l},t.createElement("div",{className:"mx-4 mt-4 mb-2 flex"},a&&t.createElement("h4",{className:"mb-0 flex-grow text-left"},a),r?t.createElement(pn,{icon:"ellipsis-horizontal",appearance:"discrete",menu:r,className:"-mt-[4px]"}):null),o)}));Hn.Content=Nn;const Sn=e=>l.useMemo(()=>null!=e?e:c.v4(),[]),An=t.forwardRef((function(e,l){const{checked:a,highlighted:r,indeterminate:o,invalid:i,label:c,onChange:d,...u}=e,m=Sn(e.id),f=n("bg-white h-5 w-5 border rounded text-sm flex-shrink-0 mt-[0.1rem] focus:yt-focus",{"border-grey-300 text-blue-500 hover:text-blue-300 focus:border-blue-500 focus:hover:border-blue-300":!e.disabled&&!i,"border-grey-200 text-blue-300 cursor-not-allowed":e.disabled,"bg-[rgba(255,255,0,0.2)] disabled:bg-[rgba(255,255,0,0.075)]":r,"border-red-500 text-red-500 hover:text-red-300 hover:border-red-300 focus:border-red-500 focus:hover:border-red-300":i&&!e.disabled,"self-start":!!c},e.className);let v;d&&(v=e=>d("indeterminate"!==e&&e));let g=null;c&&(g={"aria-labelledby":m+"-label",id:m});const h=t.createElement(s.Root,Object.assign({},u,g,{"data-taco":"checkbox",checked:o?"indeterminate":a,className:f,onCheckedChange:v,onKeyDown:e=>{"Enter"===e.key&&e.currentTarget.click()},ref:l}),t.createElement(s.Indicator,{className:"flex h-full w-full"},t.createElement(Za,{name:o?"line":"tick",className:"!h-full !w-full"})));if(c){const l=n("flex items-center cursor-pointer gap-2",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:l},h,t.createElement("label",{htmlFor:m,id:m+"-label"},c))}return h}));An.displayName="Checkbox";const jn=e=>{const t=e.disabled||!!e["aria-disabled"],l=e.invalid||!!e["aria-invalid"];return n("peer bg-white text-black text-sm border font-normal not-italic no-underline rounded flex items-center leading-6 px-2 relative w-full text-ellipsis transition-colors transition-opacity ease-in min-h-[theme(spacing.8)]",{"border-grey-300 focus:border-blue-300 focus:yt-focus":!l,"hover:shadow-[0_0_0.1rem_theme(colors.grey.500)] active:border-blue-700":!l&&!t,"border-grey-200 text-opacity-25 cursor-not-allowed placeholder:text-grey-700":t,"bg-[rgba(255,255,0,0.075)]":e.highlighted&&t,"bg-[rgba(255,255,0,0.2)]":e.highlighted&&!t,"border-red focus:border-red-300 focus:yt-focus-red active:border-red-700":l,"hover:shadow-[0_0_0.15rem_theme(colors.red.500)]":l&&!t,"cursor-not-allowed text-black bg-grey-200":e.readOnly||!!e["aria-readonly"]})},kn=(e,t)=>{let l;return function(...a){clearTimeout(l),l=setTimeout(()=>e.apply(this,a),t)}},In=e=>Boolean(e&&(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),Dn=(e,l)=>{const[a,n]=t.useState(void 0),r=In(e.current),[o,i]=t.useState(r),s=()=>{var t;o&&n(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())};return t.useEffect(()=>{const e=setTimeout(s,0),t=kn(s,250);return window.addEventListener("resize",t),()=>{clearTimeout(e),window.removeEventListener("resize",t)}},[e.current,o]),t.useEffect(()=>{const t=In(e.current);o!==t&&i(t)}),t.useEffect(()=>{var t;l&&n(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())},l),a},Bn=e=>{const t=l.useRef(null);return l.useEffect(()=>{e&&("function"==typeof e?e(t.current):e.current=t.current)},[e]),t},Pn=["text","search","url","tel","password"],Tn=t.forwardRef((function(e,l){const{onKeyDown:a,postfix:r,prefix:o,type:i="text",...s}=e,c=Bn(l);let d=a;Pn.includes(i)&&(d=e=>{if(!e.shiftKey&&("Home"===e.key||"End"===e.key)){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t)}"function"==typeof a&&a(e)});const u=t.useRef(null),m=Dn(u),f=t.useRef(null),v=Dn(f),g=n(jn(e),{"pl-8":!!o,"pr-8":!!r},s.className);return t.createElement("div",{className:"relative inline-flex w-full","data-taco":"input-container",style:{opacity:.999}},t.createElement("input",Object.assign({},s,{className:g,"data-taco":"input",onKeyDown:d,ref:c,style:{paddingLeft:m?m.width-1+"px":void 0,paddingRight:v?v.width-1+"px":void 0},type:i})),o?t.createElement(_n,{type:"prefix",children:o,disabled:s.disabled,ref:u}):null,r?t.createElement(_n,{type:"postfix",children:r,disabled:s.disabled,ref:f}):null)})),_n=t.memo(t.forwardRef((function(e,l){const{children:a,disabled:r,type:o}=e;return a?t.createElement("div",{className:n("group absolute top-0 flex h-full items-center justify-center px-2",'[&_[data-taco="icon"]]:!h-5 [&_[data-taco="icon"]]:!w-5',{"text-grey-300":r,"text-grey-700":!r,"left-0 [&>button]:!-ml-2":"prefix"===o,"right-0 [&>button]:!-mr-2":"postfix"===o}),ref:l},a):null}))),Fn=t.forwardRef((function(e,l){var a;const{button:r,icon:o,...i}=e;let s;if(r){const e=r.props.disabled||i.disabled,l=n("items-center focus:z-10 flex justify-center rounded-l-none rounded-r h-full focus:rounded focus:outline-none",i.invalid?"border !border-red-500 group-peer-focus:!border-red-300 focus:yt-focus-red group-focus:group-active:!border-red-300 transition-colors ease-in":"border border-grey-300 focus:!border-blue-300 group-peer-focus:!border-blue-300 group-peer-focus:group-peer-active:!border-blue-700 transition-colors transition-opacity ease-in",r.props.className);s=t.cloneElement(r,{className:l,disabled:e})}else o&&(s="string"==typeof o?t.createElement(Za,{name:o}):o);return t.createElement(Tn,Object.assign({},i,{postfix:null!==(a=i.postfix)&&void 0!==a?a:s,ref:l}))})),Kn=(e,t,l,a="vertical")=>{switch(e){case"horizontal"===a?"ArrowLeft":"ArrowUp":return void 0!==l?l-1<0?0:l-1:l;case"horizontal"===a?"ArrowRight":"ArrowDown":return void 0!==l?l+1>=t?l:l+1:l;case"Home":return 0;case"End":return t-1;default:return}},qn=(e,t)=>({scrollTo:l=>{if(e&&e.current)if(void 0!==l){const a=t[l];a&&a.current&&((e,t)=>{const l=e.clientHeight;if(e.scrollHeight>l){const a=e.scrollTop,n=t.offsetTop+t.offsetHeight;n>l+a?e.scrollTop=n-l:t.offsetTop<a&&(e.scrollTop=t.offsetTop)}})(e.current,a.current)}else e.current.scrollTop=0}}),Gn=l.forwardRef((function(e,t){const{delay:a=500,label:r,...o}=e,[i,s]=l.useState(!a);if(l.useEffect(()=>{let e;return a&&(e=window.setTimeout(()=>s(!0),a)),()=>{e&&clearTimeout(e)}},[a]),!i)return null;const c=n("inline-flex flex-col relative items-center",o.className);return l.createElement("div",Object.assign({},o,{className:c,"data-taco":"spinner",ref:t}),l.createElement("svg",{className:"h-10 w-10 animate-[spinnerRotation_2s_linear_infinite]",viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg"},l.createElement("circle",{cx:"50",cy:"50",r:"45"})),r&&l.createElement("span",{className:"mt-4"},r))})),Wn=(e,t)=>`${e}_${t}`,Un=(e,t,l)=>{const a=Kn(e.key,t.length,l);if(a){if(a===l)return l;if(t[a]&&t[a].disabled)return Un(e,t,a)}return a},$n=t.forwardRef((function(e,l){const{data:a,disabled:r,id:o,loading:i,onChange:s,onClick:c,onFocus:d,onKeyDown:u,readOnly:m,scrollOnFocus:f=!1,value:v,multiselect:g,selectedIndexes:h=[],allOptionsSelected:p=!1,...w}=e,b=Bn(l),x=t.useMemo(()=>a.map(()=>t.createRef()),[a]),{texts:E}=yn(),{scrollTo:y}=qn(b,x);t.useEffect(()=>{var e,t;v&&null!==(e=x[v])&&void 0!==e&&e.current&&(null===(t=x[v].current)||void 0===t||t.scrollIntoView({block:"center"}))},[]),t.useEffect(()=>{y(v)},[v]);const R=e=>t=>{s(e),c&&(t.persist(),c(t,e))},z=(e,t)=>"#ALL-OPTIONS#"===e?p:!(!e||!h)&&-1!==h.findIndex(e=>e===t),C=a.map((e,t)=>{const l=e.path?e.path.split(".").length-1:0;return{"aria-selected":g?z(String(e.value),t):v===t,"data-focused":v===t,children:e.text,className:n("flex items-center px-3 w-full cursor-pointer bg-white flex-[0_0_2rem] focus:wcag-blue-500 focus:border-blue-500",{"sticky top-0 font-bold":0===l&&!!e.hasChildren}),disabled:e.disabled,icon:e.icon,id:Wn(o,e.value),key:Wn(o,e.value),onClick:r||m?void 0:R(t),ref:x[t],role:"option",style:l>0?{paddingLeft:l+1+"rem"}:void 0}}),V={...w,className:n("inline-flex flex-col list-none !p-0 m-0 overflow-y-auto h-auto",jn(e),{"yt-list--multiselect":g,"pointer-events-none":r,"cursor-not-allowed":r||m},w.className),disabled:r,id:o,onFocus:r||m?void 0:e=>{f&&y(v),d&&(e.persist(),d(e))},onKeyDown:r||m?void 0:e=>{const t=Un(e,a,v);void 0!==t&&t!==v&&(e.preventDefault(),y(t),s(t)),u&&(e.persist(),u(e,void 0!==t?t:v))},readOnly:m,ref:b,role:C.length<=0||i?"presentation":"listbox",tabIndex:w.tabIndex||0};return t.createElement("ul",Object.assign({},V,{"data-taco":"scrollable-list"}),i?t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,t.createElement(Gn,{delay:0})),t.createElement("span",null,E.listbox.loading)):C.length?C.map(({children:e,icon:l,...a})=>t.createElement("li",Object.assign({},a),l,t.createElement("span",{className:"flex-grow truncate text-left"},e),g&&t.createElement(An,{"aria-hidden":!0,tabIndex:-1,checked:a["aria-selected"],onChange:()=>null,className:"pointer-events-none ml-2 self-center p-px"}))):t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,E.listbox.empty)))})),Xn=e=>{let t;return"function"==typeof Event?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event"),t.initEvent(e,!0,!0)),t},Jn=e=>{let t;return"function"==typeof KeyboardEvent?t=new KeyboardEvent(e.type,e):(t=document.createEvent("Event"),t.initEvent(e.type,!0,!0),t.key=e.key,t.charCode=e.charCode),t},Yn=(e,t,l="change")=>{if(!e)return;const a=e.value;e.value=t||"";const n=e._valueTracker;n&&n.setValue(a),e.dispatchEvent(Xn(l))},Qn=e=>String(null!=e?e:""),Zn=(e,t,l="change")=>{Yn(e,Qn(t),l)},er=(e,t)=>{const l=e.findIndex(e=>Qn(e.value)===Qn(t));return l>-1?l:void 0},tr=(e,t)=>"string"!=typeof t?[]:t.split(",").map(t=>e.findIndex(e=>String(e.value)===t)).filter(e=>-1!==e),lr=(e,t)=>e.find(e=>Qn(e.value)===Qn(t)),ar=(e,t,l="includes")=>{try{var a,n,r;return"string"!=typeof e&&null!==(a=e.props)&&void 0!==a&&a.children?Array.isArray(null===(n=e.props)||void 0===n?void 0:n.children)?!!e.props.children.find(e=>ar(e,t,l)):ar(null===(r=e.props)||void 0===r?void 0:r.children,t,l):e.toString().toLowerCase()[l](String(t).toLowerCase())}catch{return!1}},nr=(e,t,l,a=e.length)=>{const n=e.slice(l,a).findIndex(e=>!e.disabled&&ar(e.text,t,"startsWith"));return n>-1?n+l:-1},rr=(e,t,l)=>void 0!==t&&e[t]?Wn(l,e[t].value):void 0,or=e=>l.useMemo(()=>{const t=[],l=(e,a,n,r)=>{const o=n?`${n}.${a}`:""+a,i=r||e.disabled;t.push({...e,disabled:i,path:o,hasChildren:!!e.children}),e.children&&e.children.forEach((e,t)=>l(e,t,o,i))};return e.forEach((e,t)=>{l(e,t)}),t},[e]),ir=e=>{if(e){const{...t}=e;return t}},sr=(e,t)=>{var l;const a=null!==(l=null==t?void 0:t.split("."))&&void 0!==l?l:[];if(a.length>1){let t;return a.pop(),a.map(l=>(t=t?[t,l].join("."):l,ir(e.find(e=>e.path===t))))}return null},cr=u(e=>e(),200),dr=e=>String(null!=e?e:""),ur=t.forwardRef((function(e,l){const{className:a,dialog:r,style:o,...i}=e,{combobox:s,button:u,input:m,popover:f,list:v}=(({"aria-labelledby":e,data:l=[],defaultValue:a,disabled:n,inline:r,onChange:o,onClick:i,onKeyDown:s,onSearch:d,readOnly:u,value:m,...f},v)=>{const g=Bn(v),h=t.useRef(null),p=t.useRef(null),[w,b]=t.useState(!1),x=t.useMemo(()=>c.v4(),[]),[E,y]=t.useState(dr(m)),R=!d&&(!r||r&&E!==dr(m)),z=or(l),C=t.useMemo(()=>R?((e,t="")=>{if(""===t||null===t)return e;const l=new Set;return e.forEach(a=>{if((e=>!e.disabled&&ar(e.text,String(t)))(a)){const t=sr(e,a.path);l.add(a.value),null!==t&&t.forEach(e=>l.add(null==e?void 0:e.value))}}),e.filter(({value:e})=>l.has(e))})(z,E):z,[R,E,z]),[V,L]=t.useState(void 0!==E?er(C,E):void 0),M=e=>{if(void 0!==e){const t=C[e];t&&!t.disabled&&Zn(g.current,t.value,"focusout")}},O=e=>{void 0!==e&&(C[e].value!==m?M(e):y(dr(m)))};return t.useEffect(()=>{a&&!m&&M(er(C,a))},[C]),t.useEffect(()=>{void 0!==m&&m!==E&&y(dr(m))},[m]),t.useEffect(()=>{d&&cr(()=>{d(E)})},[E]),t.useEffect(()=>{const e=null!=m&&E===String(m);E&&C.length&&!e?(L(0),w||b(!0)):b(!1)},[E,C]),t.useEffect(()=>{L(w?er(C,E)||0:void 0)},[w]),{combobox:{"aria-expanded":w,"aria-owns":x,"aria-haspopup":"listbox",role:"combobox"},input:{...f,"aria-controls":x,"aria-autocomplete":"list","aria-activedescendant":void 0!==V&&C[V]?Wn(x,String(C[V].value)):void 0,"aria-labelledby":e,disabled:n,onBlur:n||u?void 0:e=>{if(e.persist(),e.relatedTarget!==p.current){if(o&&e.target.value!==m){const t=lr(z,e.target.value);e.detail=ir(t);const l=sr(z,null==t?void 0:t.path);null!==l&&l.length>0&&(e.detail.parents=l),o(e)}f.onBlur&&f.onBlur(e)}else e.preventDefault()},onChange:n||u?void 0:e=>{y(e.target.value)},onClick:n||u?void 0:e=>{(r||!w&&E&&C.length)&&b(!0),i&&(e.persist(),i(e))},onKeyDown:n||u?void 0:e=>{switch(e.persist(),e.key){case"Backspace":return;case"Escape":return e.preventDefault(),y(dr(m)),void b(!1);case"Tab":case"Enter":return"Tab"!==e.key&&e.preventDefault(),O(V),void b(!1);case"ArrowDown":w?e.preventDefault():!r&&h.current&&h.current.click();break;case"ArrowUp":case"Home":case"End":w&&e.preventDefault()}if(p.current&&p.current.dispatchEvent(Jn(e)),r&&!w&&("ArrowUp"===e.key||"ArrowDown"===e.key)){e.preventDefault();const t="ArrowUp"===e.key?C.length-1:0;L(void 0!==V?V:t),b(!0)}!e.isDefaultPrevented()&&s&&(e.persist(),s(e))},readOnly:u,ref:g,type:"text",value:null!=E?E:""},list:{"aria-labelledby":e,data:C,disabled:n,id:x,onChange:e=>{L(e)},onClick:(e,t)=>{e.preventDefault(),O(t),b(!1)},ref:p,scrollOnFocus:!1,tabIndex:-1,value:V},button:{ref:h},popover:{open:w,onOpenChange:b}}})(i,l),g=t.useRef(null),{texts:h}=yn(),p=Dn(g),w=n("inline-flex relative",{"yt-combobox--inline":e.inline},a);return t.createElement("span",{className:w,"data-taco":"combobox",style:o},t.createElement(d.Root,Object.assign({},f),t.createElement(d.Anchor,{asChild:!0,ref:g},t.createElement("div",Object.assign({},s,{className:"inline w-full",ref:l}),t.createElement(Fn,Object.assign({},m,{autoComplete:"off",button:e.inline?t.createElement(pn,{"aria-hidden":!0,appearance:"discrete",className:"!border-l-0 focus:!border-none focus:!shadow-none active:!border-none",icon:f.open?"chevron-up":"chevron-down",onClick:()=>{var e;f.onOpenChange(!0),null===(e=m.ref.current)||void 0===e||e.focus()},tabIndex:-1}):r?t.createElement(pn,{"aria-label":h.combobox.tooltip,icon:"list-search",disabled:e.readOnly||e.disabled,dialog:r,onFocus:e=>{var t;e.preventDefault(),null===(t=m.ref.current)||void 0===t||t.focus()},ref:u.ref,tabIndex:-1,tooltip:h.combobox.tooltip}):void 0})))),t.createElement(d.Portal,null,t.createElement(d.Content,{align:"start",onOpenAutoFocus:e=>{e.preventDefault()},sideOffset:4},t.createElement($n,Object.assign({},v,{className:n("max-h-[calc(12rem+2px)] w-auto max-w-[theme(spacing.96)] !border-blue-500"),style:{minWidth:null==p?void 0:p.width},tabIndex:f.open?0:-1}))))))})),mr=(e,t)=>e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDay()===t.getDay(),fr=(e,t="dd.mm.yy")=>{if(!e)return;const l=m.isDate(e)?e:m.toDate(e);if(!m.isValid(l))return;const a=e=>1===String(e).length?"0"+e:e.toString();return t.replace("dd",a(l.getDate())).replace("mm",a(l.getMonth()+1)).replace("yy",String(l.getFullYear()).slice(2))},vr=(e="",t="dd.mm.yy")=>{if(!e||!e.length)return;const l=t.split(/[^dmy]/),a=l.findIndex(e=>"dd"===e),n=l.findIndex(e=>"mm"===e),r=l.findIndex(e=>"yy"===e||"yyyy"===e);let o,i,s;const c=e=>e&&2===e.length?Number.parseInt(e,10)>50?"19"+e:"20"+e:e,d=e.split(/\D/);if(1===d.length){const e=d[0],l=t.replace(/[^dmy]/g,"");o=e.slice(l.indexOf("d"),l.lastIndexOf("d")+1),i=e.slice(l.indexOf("m"),l.lastIndexOf("m")+1),s=c(e.slice(l.indexOf("y"),l.lastIndexOf("y")+3))}else o=d[a],i=d[n],s=c(d[r]);o=Number.parseInt(o,10),i=Number.parseInt(i,10),s=Number.parseInt(s,10);const u=new Date;return new Date(Object.is(s,NaN)?u.getFullYear():s,Object.is(i,NaN)?u.getMonth():i-1,Object.is(o,NaN)?u.getDate():o,12,0)},gr=t.forwardRef((function(e,l){return t.createElement(d.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:l,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),hr=t.createContext({props:{},ref:null}),pr=t.forwardRef((function(e,l){var a;const{ref:n,props:r}=t.useContext(hr),o=F([n,l]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(a=e.children)||void 0===a?void 0:a.type)&&(console.warn(`Popover.Trigger requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(d.Trigger,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),wr=t.forwardRef((function({children:e,onClick:t},l){return e({close:()=>{t(new CustomEvent("hide"))},ref:l})})),br=t.forwardRef((function(e,l){const{placement:a,...r}=e,o=n("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group",e.className);let i;return i="function"==typeof e.children?t.createElement(d.Close,{asChild:!0},t.createElement(wr,null,e.children)):e.children,t.createElement(d.Portal,null,t.createElement(d.Content,Object.assign({},r,{className:o,"data-taco":"popover",side:a,sideOffset:1,ref:l}),i,t.createElement(gr,{className:"text-white"})))})),xr=t.forwardRef((e,l)=>t.createElement(d.Close,Object.assign({},e,{ref:l,asChild:!0}))),Er=t.forwardRef((function(e,l){const{children:a,defaultOpen:n,modal:r=!1,open:o,onChange:i,trigger:s,...c}=e,u=t.useMemo(()=>({props:c,ref:l}),[c]);return t.createElement(hr.Provider,{value:u},t.createElement(d.Root,{defaultOpen:n,modal:r,open:o,onOpenChange:i},s&&t.createElement(pr,null,s),a))}));Er.Trigger=pr,Er.Content=br,Er.Close=xr,Er.Portal=d.Portal;const yr=t.forwardRef((function(e,l){const{className:a,onReset:r,style:o,shortcuts:i,shortcutsText:s,...c}=e,{calendar:d,input:u}=(({calendar:e,onBlur:l,onChange:a,value:n,...r},o)=>{const i=Bn(o),{formatting:s}=yn(),[c,d]=t.useState(n?fr(n,s.date):"");return t.useEffect(()=>{if(n){const e=fr(n,s.date);e!==c&&d(e)}else d("")},[n]),{input:{...r,autoComplete:"off",onBlur:e=>{e.persist();const t=vr(e.target.value),n=t&&fr(t)||"";e.target.value=n,a?(e.detail=t,a(e)):d(n),l&&l(e)},onChange:e=>{d(e.target.value)},onKeyDown:e=>{"Enter"===e.key&&e.target.dispatchEvent(new Event("focusout",{bubbles:!0}))},ref:i,type:"text",value:c},calendar:{...e,onChange:e=>{Yn(i.current,fr(e,s.date),"focusout")},value:n}}})(c,l),{texts:m}=yn(),f=n("inline-flex w-full text-black font-normal",a);return t.createElement("span",{className:f,"data-taco":"datepicker",style:o},t.createElement(Fn,Object.assign({},u,{button:t.createElement(pn,{"aria-label":m.datepicker.expand,disabled:u.disabled||u.readOnly,icon:"calendar",popover:e=>t.createElement(Er,Object.assign({},e),t.createElement(Er.Content,null,({close:e})=>t.createElement("div",{className:"-m-3 flex"},t.createElement(On,Object.assign({},d,{onChange:(t,l)=>{d.onChange(t,l),e()},tabIndex:-1})),i&&t.createElement("div",{className:"border-grey-300 flex flex-col border-l"},t.createElement("span",{className:"m-4 mb-3 flex h-8 w-32 items-center text-xs font-semibold"},null!=s?s:m.datepicker.shortcuts),t.createElement("ul",null,i.map(l=>t.createElement("li",{key:l.text},t.createElement("button",{type:"button",className:"hover:wcag-grey-200 flex w-full items-start px-4 py-1 text-xs",onClick:t=>{t.persist(),l.onClick(t),e()}},l.text)))),r&&t.createElement("button",{type:"button",className:"my-4 mx-auto mt-auto inline-flex cursor-pointer border-none bg-transparent text-xs text-blue-500 hover:text-blue-300",onClick:t=>{t.persist(),r(t),e()}},m.datepicker.clear)))))})})))}));yr.displayName="Datepicker";const Rr=t.createContext({closeOnEscape:!0,draggable:!1,drawer:{open:!1,toggle:()=>{}},elements:{drawer:void 0,extra:void 0},onClose:()=>{},props:{},ref:null,showCloseButton:!0,size:"sm"}),zr=()=>t.useContext(Rr),Cr=t.forwardRef((function(e,l){const{ref:a,props:n}=zr(),r=F([a,l]);return t.createElement(f.Trigger,Object.assign({},n,e,{ref:r,asChild:!0}))})),Vr=t.forwardRef((function(e,l){const a=n("text-center",e.className);return t.createElement(f.Title,Object.assign({},e,{className:a,ref:l}))})),Lr=t.forwardRef((function(e,l){const a=n("mt-8 flex justify-end",e.className);return t.createElement("div",Object.assign({},e,{className:a,ref:l}),e.children)})),Mr=t.forwardRef((function(e,l){const a=zr();return t.createElement(f.Close,Object.assign({onClick:a.onClose},e,{ref:l,asChild:!0}))})),Or=t.forwardRef((function({children:e,onClick:t,renderProps:l},a){return e({close:()=>{t(new CustomEvent("close"))},ref:a,...l})})),Nr=t.forwardRef((function(e,a){const r=zr(),o=Bn(a),{position:i,dragging:s,handleProps:c}=(e=>{const[t,a]=l.useState({x:0,y:0}),[n,r]=l.useState(!1),{moveProps:o}=v.useMove({onMoveStart(){r(!0)},onMove(t){var l;const n=null===(l=e.current)||void 0===l?void 0:l.getBoundingClientRect();n&&(n.left+t.deltaX<0||n.right+t.deltaX>window.innerWidth||n.top+t.deltaY<0||n.bottom+t.deltaY>window.innerHeight)||a(({x:e,y:l})=>({x:e+=t.deltaX,y:l+=t.deltaY}))},onMoveEnd(){r(!1)}});return{position:t,dragging:n,handleProps:o}})(o),{texts:d}=yn(),u=n("relative bg-white animate-[fade-in_150ms] rounded","mt-16 mx-auto",$(r.size)),m=n("bg-white p-6 rounded relative z-10 shadow",{"rounded-b-none":!!r.elements.extra},e.className);let g;return g="function"==typeof e.children?t.createElement(Mr,null,t.createElement(Or,{renderProps:{drawer:r.drawer}},e.children)):e.children,t.createElement(f.Portal,null,t.createElement(f.Overlay,{asChild:!0},t.createElement(U,null,t.createElement(f.Content,Object.assign({},e,{className:u,onEscapeKeyDown:e=>{r.closeOnEscape?r.onClose&&r.onClose():e.preventDefault()},onInteractOutside:e=>e.preventDefault(),ref:o,style:{...e.style,left:r.draggable?i.x+"px":void 0,top:r.draggable?i.y+"px":void 0}}),t.createElement("div",{className:m,"data-taco":"dialog"},g,r.draggable&&t.createElement("div",Object.assign({},c,{role:"button",draggable:!0,"aria-grabbed":s,"aria-label":d.dialog.drag,className:"yt-dialog__drag absolute-center-x bg-grey-100 top-1.5 h-3 w-24 cursor-move rounded text-center"})),r.showCloseButton?t.createElement(f.Close,{onClick:r.onClose,asChild:!0},t.createElement(pn,{appearance:"discrete","aria-label":d.dialog.close,className:"absolute top-0 right-0 mt-2 mr-2",icon:"close"})):null),r.elements.drawer,r.elements.extra))))})),Hr=t.forwardRef((function(e,l){var a,r;const o=zr(),i=n("absolute top-0 -ml-[4px] hidden h-full w-full overflow-y-auto rounded-r bg-white p-6 text-left",e.className);return t.createElement(g.motion.div,Object.assign({},e,{className:i,"data-taco":"dialog-drawer","aria-hidden":!(null!==(a=o.drawer)&&void 0!==a&&a.open),variants:{visible:{left:"100%",display:"block",transition:{ease:"easeOut",duration:.2}},hidden:{left:"0%",transition:{ease:"easeOut",duration:.2},transitionEnd:{display:"none"}}},animate:null!==(r=o.drawer)&&void 0!==r&&r.open?"visible":"hidden",ref:l}),"function"==typeof e.children?e.children(o.drawer):e.children)}));Hr.displayName="DialogDrawer";const Sr=t.forwardRef((function(e,l){const a=n("wcag-grey-100 absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"dialog-extra",ref:l}))}));Sr.displayName="DialogExtra";const Ar=t.forwardRef((function(e,l){const{children:a,closeOnEscape:n=!0,defaultOpen:r,draggable:o=!1,onChange:i,onClose:s,open:c,showCloseButton:d=!0,size:u="sm",trigger:m,...v}=e,[g,h,p]=(e=>t.useMemo(()=>{const l=[];let a,n;return t.Children.toArray(e).forEach(e=>{var t,r;(null===(t=e.type)||void 0===t?void 0:t.displayName)===Hr.displayName?a=e:(null===(r=e.type)||void 0===r?void 0:r.displayName)===Sr.displayName?n=e:l.push(e)}),[l,a,n]},[e]))(a),[w,b]=t.useState(!1),x=t.useMemo(()=>({closeOnEscape:n,draggable:o,drawer:{open:w,toggle:()=>b(e=>!e)},elements:{drawer:h,extra:p},onClose:s,props:v,showCloseButton:d,size:u,ref:l}),[n,w,o,h,p,c,v,d]);return t.createElement(Rr.Provider,{value:x},t.createElement(f.Root,{defaultOpen:r,open:c,onOpenChange:i},m&&t.createElement(Cr,null,m),g))}));Ar.Trigger=Cr,Ar.Content=Nr,Ar.Title=Vr,Ar.Footer=Lr,Ar.Extra=Sr,Ar.Drawer=Hr,Ar.Close=Mr;const jr=t.forwardRef((function(e,l){const{disabled:a,children:r,invalid:o=!1,message:i,...s}=e,c=n("flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]",{"text-grey-300":a},e.className),d=n("h-4 text-xs text-left leading-normal font-normal truncate -mb-4",{"text-grey-700":!o,"text-red-500":o,"opacity-50":a},e.className);return t.createElement("label",Object.assign({},s,{className:c,"data-taco":"label",ref:l}),r,i&&t.createElement("span",{className:d,role:o?"alert":void 0},i))})),kr=t.forwardRef((function(e,l){const{horizontal:a=!1,...r}=e,o=n("yt-form",{"yt-form--horizontal flex flex-wrap":a},e.className);return t.createElement("form",Object.assign({},r,{className:o,"data-taco":"form",ref:l}))})),Ir=t.forwardRef((function(e,l){const{as:a="span",orientation:r="horizontal",...o}=e,i=n("flex ","gap-2",{"flex-col ":"vertical"===r},e.className);return t.createElement(a,Object.assign({},o,{className:i,"data-taco":"group",ref:l}))})),Dr=t.createContext({onClose:void 0,props:{},ref:null}),Br=t.forwardRef((function(e,l){var a;const{ref:n,props:r}=t.useContext(Dr),o=F([n,l]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(a=e.children)||void 0===a?void 0:a.type)&&(console.warn(`Hanger.Anchor requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(d.Anchor,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),Pr=t.forwardRef((function(e,l){const a=n("mb-1 text-base font-bold flex w-full",e.className);return t.createElement("span",Object.assign({},e,{className:a,ref:l}))})),Tr=t.forwardRef((function(e,l){const{placement:a}=e,r=t.useContext(Dr),{texts:o}=yn(),i=n("wcag-blue-500 border border-transparent rounded p-3 pr-12 yt-shadow focus:border-transparent max-w-sm",e.className);return t.createElement(d.Portal,null,t.createElement(d.Content,{className:i,"data-taco":"hanger",onInteractOutside:e=>{e.preventDefault()},side:a,sideOffset:1,ref:l},e.children,t.createElement(gr,{className:"text-blue-500"}),t.createElement(d.Close,{asChild:!0},t.createElement(pn,{appearance:"primary","aria-label":o.hanger.close,className:"absolute top-0 right-0 ml-2 mr-2 mt-2 text-white",icon:"close",onClick:r.onClose}))))})),_r=t.forwardRef((function(e,l){const{anchor:a,children:n,defaultOpen:r=!0,onClose:o,...i}=e,s=t.useMemo(()=>({onClose:o,props:i,ref:l}),[o,i]),[c,u]=t.useState(!1);return t.useEffect(()=>{r&&u(r)},[]),t.createElement(Dr.Provider,{value:s},t.createElement(d.Root,{key:String(c),defaultOpen:c},a&&t.createElement(Br,null,a),n))}));_r.Anchor=Br,_r.Content=Tr,_r.Title=Pr;const Fr=t.forwardRef((function(e,l){return t.createElement(h.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:l,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),Kr=t.forwardRef((function(e,l){return t.createElement(h.Trigger,Object.assign({},e,{asChild:!0,ref:l}))})),qr=t.forwardRef((function(e,l){const{placement:a}=e,r=n("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group","min-w-[theme(spacing.40)] max-w-[theme(spacing.96)]",e.className);return t.createElement(h.Portal,null,t.createElement(h.Content,{className:r,"data-taco":"hover-card",side:a,sideOffset:1,ref:l},e.children,t.createElement(Fr,{className:"text-white"})))})),Gr=e=>t.createElement(h.Root,Object.assign({},e,{openDelay:300}));Gr.Trigger=Kr,Gr.Content=qr;const Wr=t.forwardRef((function({onSearch:e,...l},a){const n=Bn(a),{texts:r}=yn(),o=()=>{var t,l;null==e||e(null!==(t=null===(l=n.current)||void 0===l?void 0:l.value)&&void 0!==t?t:"")};return t.createElement(Fn,Object.assign({"aria-label":r.searchInput.placeholder,placeholder:r.searchInput.placeholder},l,{onKeyDown:e=>{var t;if("Enter"===e.key)return e.preventDefault(),void o();null===(t=l.onKeyDown)||void 0===t||t.call(l,e)},postfix:t.createElement(t.Fragment,null,l.disabled||l.readOnly||!l.value?null:t.createElement(pn,{"aria-hidden":!0,className:"group-peer-focus:visible group-peer-hover:visible !text-grey-700 invisible mr-0.5 !h-5 !min-h-[theme(spacing.4)] !w-5 !min-w-[theme(spacing.4)] text-xs hover:visible group-hover:visible",icon:"close",onClick:()=>{Yn(n.current,"")},rounded:!0,tabIndex:-1,tooltip:r.searchInput.clear}),t.createElement(pn,{"aria-label":r.searchInput.button,icon:"search",className:"group-peer-focus:!border-transparent group-peer-focus:group-peer-active:!border-transparent -mr-2 !border-transparent !bg-transparent focus:!border-transparent",disabled:l.disabled||l.readOnly,onClick:o,tabIndex:-1,tooltip:r.searchInput.button})),ref:n,type:"search"}))}));function Ur(e=0,l){const a=t.useRef(),[n,r]=t.useState({remaining:e,started:null});return t.useEffect(()=>(e&&(n.started?a.current=window.setTimeout(l,n.remaining):clearTimeout(a.current)),()=>{clearTimeout(a.current)}),[n.started]),{running:!!n.started,start:()=>{r({remaining:e,started:Date.now()})},pause:()=>{n.started&&r({remaining:n.remaining-(Date.now()-n.started),started:null})},resume:()=>{n.remaining&&!n.started&&r({remaining:n.remaining,started:Date.now()})}}}const $r=({data:e,currentIndex:l})=>{const a=t.useRef(),n=Ur(1e3,()=>{a.current=void 0});return{getNextIndex:t=>{const r=(a.current?a.current+t:t).toLowerCase(),o=((e,t,l)=>{let a=nr(e,t,void 0===l?0:l+1);return-1===a&&(a=nr(e,t,0,l)),a})(e,r,l);return n.start(),a.current=r,o}}},Xr=t.forwardRef((function(e,l){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:l,disabled:a,emptyValue:n,id:r,invalid:o,name:i,onChange:s,onFocus:d,onKeyDown:u,value:m=n,...f},v)=>{const g=or(void 0!==n?[{text:"",value:n},...e]:e),h=t.useMemo(()=>r||c.v4(),[r]),p=Bn(v),w=void 0!==m?er(g,m):void 0,{getNextIndex:b}=$r({data:g,currentIndex:w}),x=e=>{if(void 0!==e){const t=g[e];t&&!t.disabled&&Zn(p.current,t.value)}};return t.useEffect(()=>{if(g.length&&void 0===w)if(void 0!==l){const e=er(g,l);void 0!==e&&x(e)}else x(0)},[g]),{list:{...f,"aria-activedescendant":rr(g,w,h),data:g,disabled:a,id:h,invalid:o,onChange:e=>{x(e)},onFocus:e=>{void 0===w&&g.length&&x(0),d&&(e.persist(),d(e))},onKeyDown:e=>{const t=e.key;if(1===t.length&&/(\w)/g.test(t)){const e=b(t);e>-1&&e!==w&&x(e)}else u&&(e.persist(),u(e))},scrollOnFocus:!0,tabIndex:a?-1:f.tabIndex?f.tabIndex:0,value:w},input:{name:i,onChange:e=>{if(e.persist(),s){var t,l;const a=lr(g,e.target.value);e.detail=ir(a);const n=null!==(t=null==a||null===(l=a.path)||void 0===l?void 0:l.split("."))&&void 0!==t?t:[];if(n.length>1){let t;n.pop(),e.detail.parents=n.map(e=>(t=t?[t,e].join("."):e,ir(g.find(e=>e.path===t))))}s(e)}},ref:p,tabIndex:-1,value:null!=m?m:""}}})(r,l),s=n("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement($n,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),Jr=t.forwardRef((function(e,l){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:l,disabled:a,id:n,name:r,onClick:o,onChange:i,onFocus:s,onKeyDown:d,value:u,...m},f)=>{const{texts:v}=yn(),g=t.useMemo(()=>n||c.v4(),[n]),h=Bn(f),p=t.useMemo(()=>[{text:v.listbox.allOption,value:"#ALL-OPTIONS#"},...e],[e]),[w,b]=t.useState(er(p,u)||0),[x,E]=t.useState(!1),{getNextIndex:y}=$r({data:p,currentIndex:w}),[R,z]=t.useState(tr(p,u));t.useEffect(()=>{l&&!u&&Zn(h.current,l.toString())},[]),t.useEffect(()=>{const e=p.filter(e=>!e.disabled).length-1;E(e===R.length)},[R,p]);const C=e=>{if(void 0!==e){const l=p[e];if(l&&!l.disabled){var t;let e="";const a=null===(t=h.current)||void 0===t?void 0:t.value,n=(null==a?void 0:a.split(","))||[],r=-1!==n.findIndex(e=>e===String(l.value));e="#ALL-OPTIONS#"===l.value?x?"":p.filter((e,t)=>0!==t&&!e.disabled).map(e=>e.value).join(","):r?n.filter(e=>e!==String(l.value)).join(","):a?`${a},${l.value}`:l.value,Zn(h.current,e)}}};return{list:{...m,"aria-activedescendant":rr(p,w,g),"aria-multiselectable":!0,data:p,disabled:a,id:g,onChange:()=>null,onClick:(e,t)=>{e.preventDefault(),p[t].disabled||(b(t),C(t)),o&&o(e)},onFocus:e=>{s&&(e.persist(),s(e))},onKeyDown:(e,t)=>{const l=e.key;if(1===l.length&&/(\w)/g.test(l)){const e=y(l);e>-1&&e!==w&&b(e)}else{switch(e.key){case" ":e.preventDefault(),C(t);break;case"Enter":C(t)}b(void 0!==t?t:0),d&&(e.persist(),d(e))}},scrollOnFocus:!1,tabIndex:a?-1:m.tabIndex?m.tabIndex:0,value:w,selectedIndexes:R,multiselect:!0,allOptionsSelected:x},input:{name:r,onChange:e=>{if(e.persist(),z(tr(p,e.target.value)),i){const t=[];e.target.value.split(",").forEach(e=>{const l=lr(p,e);l&&t.push(l)}),e.detail=t,i(e)}},ref:h,tabIndex:-1,value:null!=u?u:""}}})(r,l),s=n("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement($n,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),Yr=t.createContext(void 0),Qr=()=>t.useContext(Yr),Zr=t.forwardRef((function(e,l){const a=Bn(l),r=Qr(),{align:o="start",children:i,placement:s,...c}=e,d=n("border border-transparent rounded block outline-none p-1 yt-shadow wcag-white",e.className);return t.createElement(p.Portal,null,t.createElement(p.Content,Object.assign({},c,{align:o,className:d,"data-taco":"menu",side:s,sideOffset:3,style:{minWidth:null==r?void 0:r.minWidth},ref:a}),i))})),eo=({name:e})=>t.createElement("span",{className:"absolute left-0 ml-1"},t.createElement(Za,{className:"-ml-px -mt-px !h-5 !w-5",name:e})),to=({disabled:e,indented:l,className:a})=>{const r=Qr();return t.useEffect(()=>{!l||null!=r&&r.indented||null==r||r.registerIndentation()},[l]),n("flex items-center justify-start h-8 pr-1.5 relative rounded w-full focus:outline-none group",{"pl-7":null==r?void 0:r.indented,"pl-1.5":!(null!=r&&r.indented),"cursor-pointer hover:wcag-grey-200 text-black":!e,"cursor-not-allowed hover:bg-white text-grey-300":e},a)},lo=e=>t.createElement("span",Object.assign({},e,{className:"text-grey-700 ml-auto pl-3"})),ao=t.forwardRef((function(e,l){var a;const{dialog:n,icon:r,onClick:o,shortcut:i,...s}=e,c=Qr(),d=to({disabled:e.disabled,indented:!!r,className:e.className});let u;(null!==(a=e.disabled)&&void 0!==a?a:e["aria-disabled"])&&(u=e=>{e.preventDefault(),e.stopPropagation()});let m=t.createElement(p.Item,Object.assign({},s,{className:d,onClick:u,onSelect:t=>{o&&o(t),(e["aria-haspopup"]||"function"==typeof n)&&t.preventDefault()},ref:l}),r&&t.createElement(eo,{name:r}),e.children,i&&t.createElement(lo,null,i));return"function"==typeof n&&(m=n({trigger:m,onClose:null==c?void 0:c.close})),m})),no=t.forwardRef((function(e,l){const{href:a,icon:n,onClick:r,...o}=e,i=Qr(),s=to({disabled:e.disabled,indented:!!n,className:e.className});return t.createElement(p.Item,Object.assign({},o,{asChild:!0,className:s,ref:l,onClick:e=>{null==r||r(e),null==i||i.close()}}),t.createElement("a",{href:a,target:"_blank"},n&&t.createElement(eo,{name:n}),e.children))})),ro=t.forwardRef((function(e,l){const a=Qr(),n=Bn(l);return t.useEffect(()=>{n.current&&(null==a||a.setMinWidth(n.current.getBoundingClientRect().width))},[n]),t.createElement(p.Trigger,Object.assign({},e,{asChild:!0,ref:n}))})),oo=t.forwardRef((function(e,l){const{checked:a,children:n,onChange:r,...o}=e,i=to({disabled:e.disabled,indented:!0,className:e.className});return t.createElement(p.CheckboxItem,Object.assign({},o,{checked:a,className:i,onCheckedChange:r,ref:l}),t.createElement(p.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement(Za,{name:"tick",className:"-ml-px !h-4 !w-4"})),n)})),io=e=>String(null!=e?e:""),so=(e,t)=>e.find(e=>io(e)===t),co=t.createContext({disabled:!1,invalid:!1}),uo=t.forwardRef((function(e,l){const a=t.useContext(co),{children:r,value:o,...i}=e,s=a.disabled||e.disabled,c=n("flex flex-shrink-0 self-start items-center justify-center h-4 w-4 mt-[0.2rem] rounded-full bg-white border-2",{"border-grey-300 hover:border-4 focus:yt-focus aria-checked:bg-blue-500 aria-checked:border-blue-500 hover:aria-checked:border-blue-300":!s&&!a.invalid,"border-grey-200 cursor-not-allowed aria-checked:bg-blue-300 aria-checked:border-blue-300 ":s,"border-red-500 hover:border-4 text-red-500 focus:border-red-500 focus:yt-focus-red aria-checked:bg-red-500 aria-checked:border-red":a.invalid&&!s}),d=n("flex items-center gap-2",{"cursor-pointer":!s,"cursor-not-allowed text-grey-300":s},e.className);return t.createElement("label",{className:d},t.createElement(b.Item,Object.assign({},i,{className:c,disabled:s,ref:l,value:io(o)}),t.createElement(b.Indicator,{className:"h-2 w-2 rounded-full bg-white"})),r)})),mo=e=>{const{children:l,defaultValue:a,disabled:n,invalid:r,onChange:o,orientation:i="vertical",value:s,...c}=e,d=t.useMemo(()=>{const e=[];return t.Children.forEach(l,l=>{t.isValidElement(l)&&e.push(l.props.value)}),e},[l]),u=t.useMemo(()=>({disabled:null!=n&&n,invalid:null!=r&&r}),[n,r]);let m;return m=void 0!==o?{onValueChange:e=>o(so(d,e)),value:void 0!==s?io(s):void 0}:{defaultValue:void 0!==a?io(a):void 0},{context:u,props:{...c,...m,children:l,disabled:n,orientation:i}}},fo=t.forwardRef((function(e,l){const{context:a,props:r}=mo(e),o=n("flex items-start gap-y-2",{"flex-wrap gap-x-4 ":"horizontal"===r.orientation,"flex-col":"vertical"===r.orientation},r.className);return t.createElement(co.Provider,{value:a},t.createElement(b.Root,Object.assign({},r,{className:o,"data-taco":"radio-group",ref:l})))}));fo.Item=uo;const vo=t.createContext({disabled:!1}),go=t.forwardRef((function(e,l){const{context:a,props:r}=mo(e),o=n("flex flex-col",e.className);return t.createElement(vo.Provider,{value:a},t.createElement(p.RadioGroup,Object.assign({},r,{className:o,ref:l})))}));go.Item=e=>{const l=t.useContext(vo),{children:a,value:n,...r}=e,o=l.disabled||e.disabled,i=to({disabled:o,indented:!0,className:e.className});return t.createElement(p.RadioItem,Object.assign({},r,{className:i,disabled:o,value:io(n)}),t.createElement(p.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement("span",{className:"ml-1 flex h-1.5 w-1.5 rounded-full bg-current "})),a)};const ho=t.forwardRef((function(e,l){const a=Qr(),r=n("flex items-center justify-start h-7 pr-1.5 text-xs text-grey-700",{"pl-7":null==a?void 0:a.indented,"pl-1.5":!(null!=a&&a.indented)},e.className);return t.createElement(p.Label,Object.assign({},e,{className:r,ref:l}))})),po=t.forwardRef((function(e,l){const{children:a,defaultOpen:n,onChange:r,open:o,trigger:i,...s}=e,[c,d]=t.useState(!1),[u,m]=t.useState(void 0),[f,v]=w.useControllableState({defaultProp:n,onChange:r,prop:o}),g=t.useMemo(()=>({indented:c,registerIndentation:()=>d(!0),minWidth:u,setMinWidth:e=>m(e),close:()=>v(!1)}),[c,u]);return t.createElement(Yr.Provider,{value:g},t.createElement(p.Root,Object.assign({},s,{modal:!1,open:f,onOpenChange:v}),i&&t.createElement(ro,{ref:l},i),a))}));po.Trigger=ro,po.Content=Zr,po.Item=ao,po.Link=no,po.Checkbox=oo,po.Separator=()=>t.createElement(p.Separator,{className:"bg-grey-300 my-1 h-px"}),po.Header=ho,po.RadioGroup=go;const wo=l.forwardRef((function(e,t){return l.createElement("a",Object.assign({},e,{ref:t}))})),bo=l.forwardRef((function(e,t){const{children:a,className:r,expanded:o=!1,title:i,fixed:s,onClick:c,...d}=e,[u,m]=l.useState(s||o);l.useEffect(()=>{s||m(s||o)},[s,o]);const f=n("flex-col mb-0",{flex:u,hidden:!u}),v={...d,"aria-expanded":u,role:"treeitem",tabIndex:-1},g="function"==typeof r?r(u):r;return l.createElement("div",Object.assign({},v,{className:g,ref:t}),l.createElement("div",{onClick:e=>{const t=!u;s||m(t),c&&c(e,t)}},"function"==typeof i?i(u):i),l.createElement("ul",{role:"group",className:f},l.Children.toArray(a).filter(e=>!!e).map((e,t)=>l.createElement("li",{key:t,role:"none"},l.cloneElement(e,{role:"treeitem"})))))})),xo=l.forwardRef((function(e,t){return l.createElement("div",Object.assign({},e,{ref:t,role:"tree"}))}));xo.Group=bo,xo.Item=wo;const Eo=e=>{const[t,a]=l.useState(!1),n=l.useCallback(e=>{e.preventDefault(),a(!0)},[]),r=l.useCallback(e=>{e.preventDefault(),e.target===e.currentTarget&&a(!1)},[]),o=l.useCallback(e=>{e.preventDefault()},[]),i=l.useCallback(t=>{t.preventDefault(),t.persist(),a(!1),e&&e(t)},[e]);return[t,e?{onDragEnter:n,onDragLeave:r,onDragOver:o,onDrop:i}:void 0]},yo=l.forwardRef((function(e,t){const{active:a,children:r,onDrop:o,postfix:i,prefix:s,role:c,...d}=e,u=Bn(t),[m,f]=Eo(o),v="treeitem"===c,g=n("yt-navigation__item cursor-pointer",{"w-full mb-px py-1 px-3 flex items-center hover:bg-grey-300":v,"bg-white w-full h-10 px-3 flex-shrink-0 flex items-center justify-between cursor-pointer":!v,"yt-navigation__item--active":a&&!m,"bg-grey-300":v&&a&&!m,"yt-navigation__item--dropping bg-blue-500":m},e.className);return l.createElement("span",Object.assign({},f,{className:g,onClick:e=>{e.target instanceof HTMLAnchorElement||e.target instanceof HTMLButtonElement||u.current&&u.current.click()},role:c}),s&&l.createElement("span",{className:"yt-navigation__item__prefix flex items-center"},s),l.createElement("a",Object.assign({},d,{className:"block flex-grow truncate",ref:u}),r),i&&l.createElement("span",{className:"yt-navigation__item__postfix ml-1"},i))})),Ro=l.forwardRef((function(e,t){return l.createElement("div",Object.assign({},e,{className:n("w-full bg-white p-3",e.className),ref:t}))})),zo=l.forwardRef((function(e,t){const a=n("flex-shrink-0 space-y-1 outline-none",{"bg-white pb-2":e.fixed},"function"==typeof e.className?e.className(!1):e.className);return l.createElement(xo.Group,Object.assign({},e,{className:a,title:t=>{const a=n("bg-white h-10 pl-3 pr-1 flex items-center justify-between w-full",{"mb-1":t,"cursor-pointer hover:text-blue-500":!e.fixed});return l.createElement("span",{className:a},"function"==typeof e.title?e.title(t):e.title,!e.fixed&&l.createElement(Za,{name:t?"chevron-up":"chevron-down"}))},ref:t}))})),Co=l.forwardRef((function(e,t){const a=l.useMemo(()=>{const t=[];return l.Children.toArray(e.children).filter(e=>!!e).forEach(e=>{if(e.props.fixed)t.push(e);else{const l=t[t.length-1];Array.isArray(l)?l.push(e):t.push([e])}}),t},[e.children]);return l.createElement(xo,Object.assign({},e,{className:n("divide-grey-100 flex flex-grow flex-col divide-y-2 overflow-y-auto",e.className),ref:t}),a.map((e,t)=>Array.isArray(e)?l.createElement("div",{className:"divide-grey-100 flex h-0 flex-auto flex-shrink-0 flex-grow flex-col divide-y-2 overflow-y-auto",key:t},e):e))}));Co.Group=zo;const Vo=l.forwardRef((function(e,t){const{children:a,...r}=e,o=n("h-full flex flex-col bg-grey-100 divide-y-2 divide-grey-100",e.className);return l.createElement("div",Object.assign({},r,{className:o,"data-taco":"navigation",ref:t}),a)}));Vo.Menu=Co,Vo.Item=yo,Vo.Panel=Ro;const Lo=({currentPageIndex:e=0,onClick:l,pageCount:a})=>{const n=((e,t)=>{let l=Math.min(t,e),a=Math.min(t,e);for(let t=1;t<5&&t<e;)l>1&&(l--,t++),t<5&&a<e&&(a++,t++);const n=[];for(let e=l;e<=a;e++)n.push(e);return n})(a,e+1),{texts:r}=yn();return t.createElement(t.Fragment,null,n.map(a=>t.createElement(Cn,{appearance:a===e+1?"primary":"default","aria-current":a===e+1?"page":void 0,key:a,onClick:()=>l(a-1),"aria-label":r.pagination.actions.pageX.replace("[X]",String(a)),tooltip:r.pagination.actions.pageX.replace("[X]",String(a))},a)))},Mo=t.forwardRef((function(e,l){const{autoFocus:a,className:r,style:o,...i}=e,{button:s,listbox:u,popover:m,input:f,text:v,more:g=0}=(({"aria-label":e,"aria-labelledby":l,data:a=[],defaultValue:r,disabled:o,emptyValue:i,id:s,multiselect:d,onBlur:u,onChange:m,readOnly:f,value:v,...g},h)=>{const{texts:p}=yn(),w=or(a),b=Bn(h),[x,E]=t.useState(!1),y=t.useMemo(()=>s||"select_"+c.v4(),[s]),R=t.useRef(null),z=y+"-button",[C,V]=t.useState(v);t.useEffect(()=>{V(v)},[x]),t.useEffect(()=>{void 0===v?void 0!==r&&lr(w,r)?Zn(R.current,r):void 0!==i?Zn(R.current,i):a.length>0&&Zn(R.current,a[0].value):d||lr(w,v)||(void 0!==i?Zn(R.current,i):a.length>0&&Zn(R.current,a[0].value))},[]);let L="",M=0;if(void 0!==v)if(d){const e=(null==v?void 0:v.toString().split(","))||[];var O,N;e.length===w.filter(e=>!e.disabled).length?L=p.select.allOptionsSelected:(L=null!==(O=null===(N=lr(w,e[0]))||void 0===N?void 0:N.text)&&void 0!==O?O:"",M=e.length>1?e.length-1:0)}else{const e=lr(w,v);e&&(L=e.icon?t.createElement(t.Fragment,null,t.cloneElement(e.icon,{className:n(e.icon.props.className,"mr-1 -mt-px")}),e.text):e.text)}return{button:{"aria-haspopup":"listbox","aria-label":e?`${e} ${L}`:void 0,"aria-labelledby":l?`${l} ${z}`:void 0,disabled:o||f,id:z,onKeyDown:o||f?void 0:e=>{"ArrowUp"!==e.key&&"ArrowDown"!==e.key||(e.preventDefault(),E(!0))},type:"button"},listbox:{...g,"aria-label":e,"aria-labelledby":l,data:a,disabled:o,emptyValue:i,onBlur:u,onClick:e=>{e.preventDefault(),d||(E(!1),u&&u(Xn("blur")))},onChange:e=>{Zn(R.current,e.target.value)},onKeyDown:e=>{switch(e.key){case"Escape":e.preventDefault(),void 0!==C&&Zn(b.current,C),E(!1);break;case"Tab":case"Enter":"Tab"!==e.key&&e.preventDefault(),E(!1)}g.onKeyDown&&g.onKeyDown(e)},ref:b,value:v},input:{onChange:e=>{if(e.persist(),m){var t,l;const a=lr(w,e.target.value);e.detail=ir(a);const n=null!==(t=null==a||null===(l=a.path)||void 0===l?void 0:l.split("."))&&void 0!==t?t:[];if(n.length>1){let t;n.pop(),e.detail.parents=n.map(e=>(t=t?[t,e].join("."):e,ir(w.find(e=>e.path===t))))}m(e)}},ref:R,value:String(null!=v?v:"")},popover:{open:x,onOpenChange:e=>{!e&&u&&u(Xn("blur")),E(e)}},text:L,more:M}})(i,l),h=t.useRef(null),p=Dn(h),w=n("inline-flex relative w-full",{"yt-select--readonly":e.readOnly},r),b=n(jn(e),"h-8 text-left !pr-0",{"border-blue-500":m.open});t.useEffect(()=>{a&&h.current&&h.current.focus()},[]);const x={...u,className:"w-auto",invalid:void 0,style:{minWidth:null==p?void 0:p.width},tabIndex:m.open?0:-1};return t.createElement("span",{className:w,"data-taco":"select",style:o},t.createElement(d.Root,Object.assign({},m),t.createElement(d.Trigger,Object.assign({},s,{className:b,ref:h}),e.multiselect?t.createElement(t.Fragment,null,t.createElement("span",{className:"flex-grow truncate text-left"},v),g>0&&t.createElement(cn,{className:"ml-2"},"+"+g)):t.createElement("span",{className:"flex-grow truncate text-left"},v),t.createElement("span",{className:"flex h-8 w-8 items-center justify-center"},t.createElement(Za,{className:"pointer-events-none",name:m.open?"chevron-up":"chevron-down"}))),t.createElement(d.Portal,null,t.createElement(d.Content,{align:"start",sideOffset:4},t.createElement(e.multiselect?Jr:Xr,Object.assign({},x)))),t.createElement("input",Object.assign({},f,{className:"hidden",type:"text"}))))})),Oo=t.forwardRef((function(e,l){const{editable:a,...n}=e;return a?t.createElement(ur,Object.assign({},n,{dialog:void 0,inline:!0,ref:l})):t.createElement(Mo,Object.assign({},n,{ref:l}))})),No=t.forwardRef((function(e,a){const{length:r,pageIndex:o,pageSize:i,pageSizes:s=[10,25,50,100,500],setPageIndex:c,setPageSize:d,showPageControls:u=!0,showPageNumbers:m=!0,showPageSize:f=!0,dangerouslyHijackGlobalKeyboardNavigation:v=!1,...g}=e,{texts:h}=yn(),p=Math.ceil(r/i)-1,w=v;(({setPageIndex:e,maxPageIndex:t,pageIndex:a,dangerouslyHijackGlobalKeyboardNavigation:n})=>{const r=l=>e&&"Home"===l.key?(l.preventDefault(),void e(0)):e&&"End"===l.key?(l.preventDefault(),void e(t)):e&&"PageUp"===l.key?(l.preventDefault(),void e(Math.max(0,a-1))):e&&"PageDown"===l.key?(l.preventDefault(),void e(Math.min(t,a+1))):void 0;l.useEffect(()=>(n&&window.addEventListener("keydown",r),()=>{n&&window.removeEventListener("keydown",r)}),[r,n])})({setPageIndex:c,maxPageIndex:p,pageIndex:o,dangerouslyHijackGlobalKeyboardNavigation:v});const b=Math.ceil(r/i),x=o>0,E=o<b-1,y=n("inline-flex relative justify-between items-center",e.className);return t.createElement("div",Object.assign({},g,{className:y,"data-taco":"pagination",ref:a}),f&&t.createElement("span",{className:"mr-4"},((e,t,l,a)=>{const n=(t+1)*l;return a.pagination.showingXofYofTotal.replace("[X]",0===e?"0":String(t*l+1)).replace("[Y]",String(n>e?e:n)).replace("[total]",String(e))})(r,o,i,h),t.createElement(Oo,{"aria-label":h.pagination.pageSize,className:"ml-4 !w-20",data:s.map(e=>({text:String(e),value:e})),onChange:e=>{c(0),d(Number(e.target.value))},value:i})),u&&t.createElement(Ir,{as:"nav","aria-label":h.pagination.label},t.createElement(pn,{appearance:"default",disabled:!x,icon:"arrow-start",onClick:()=>c(0),"aria-label":w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage,tooltip:w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage}),t.createElement(pn,{appearance:"default",disabled:!x,icon:"arrow-left",onClick:()=>c(o-1),"aria-label":w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage,tooltip:w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage}),m&&b>0&&t.createElement(Lo,{pageCount:b,currentPageIndex:o,onClick:c}),t.createElement(pn,{appearance:"default",disabled:!E,icon:"arrow-right",onClick:()=>c(o+1),"aria-label":w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage,tooltip:w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage}),t.createElement(pn,{appearance:"default",disabled:!E,icon:"arrow-end",onClick:()=>c(b-1),"aria-label":w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage,tooltip:w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage})))})),Ho=({content:e,lastUpdated:t,onClose:a,options:r,...o})=>{const{texts:i}=yn(),{autoClose:s,type:c="default"}=r,d=n("bg-white relative flex items-center py-1 px-2 mt-3 w-full rounded yt-shadow",{"border border-grey-200":"default"===c||"loading"===c||!c,"border border-grey-500":"success"===c,"border border-blue-500":"information"===c,"border border-yellow-700":"warning"===c,"border border-red":"error"===c}),u=Ur(s,a),m=g.useAnimation();return e||console.warn(`Toast requires 'content' property, which can't be empty string, null or undefined. Current content value is set to ${""===e?"empty string":e}.`),l.useEffect(()=>{s&&u.start()},[s]),l.useEffect(()=>{t&&(function(){try{Promise.resolve(m.start({scale:1.05})).then((function(){return Promise.resolve(m.start({scale:1})).then((function(){}))}))}catch(e){return Promise.reject(e)}}(),u.running&&u.start())},[t]),l.createElement(g.motion.div,Object.assign({},o,{animate:m,className:d,"data-taco":"toast",onMouseEnter:u.pause,onMouseLeave:u.resume}),(e=>{const t="rounded-full flex-shrink-0 mr-2 mt-1 self-start";switch(e){case"success":return l.createElement(Za,{name:"tick",className:n(t,"yt-green-solid ")});case"warning":return l.createElement(Za,{name:"warning",className:n(t,"yt-yellow-solid")});case"error":return l.createElement(Za,{name:"warning",className:n(t,"yt-red-solid")});case"information":return l.createElement(Za,{name:"info",className:n(t,"yt-blue-solid")});case"loading":return l.createElement(Gn,{delay:0,className:n(t,"h-6 w-6")});default:return null}})(c),l.createElement("div",{className:"flex-grow"},e),l.createElement(pn,{appearance:"discrete",className:"text-grey-700 -mr-2 cursor-pointer self-start !px-0",icon:"close","aria-label":i.toasts.dismiss,onClick:a}))},So=t.createContext({}),Ao=(e,t,l,a,n)=>{const r=[...e],o=e.findIndex(e=>JSON.stringify(e.content)===JSON.stringify(l));return o>-1?(r[o].lastDuplicateId=t,r[o].lastUpdated=Date.now()):r.push({id:t,content:"function"==typeof l?l(n):l,options:a}),r},jo=({children:e,...l})=>{const[a,n]=t.useState([]),r=e=>{n(t=>t.filter(t=>t.id!==e))},o=t.useCallback((e,t)=>{const l=c.v4(),a=()=>r(l);n(n=>Ao(n,l,e,t,a));const o=(e,t)=>{n(n=>{const r=n.filter(e=>e.lastDuplicateId?e.lastDuplicateId!==l:e.id!==l);return Ao(r,c.v4(),e,t,a)})};return{success:(e,t)=>{o(e,{autoClose:7500,...t,type:"success"})},error:(e,t)=>{o(e,{...t,type:"error"})},warning:(e,t)=>{o(e,{...t,type:"warning"})},information:(e,t)=>{o(e,{...t,type:"information"})},loading:(e,t)=>{o(e,{...t,type:"loading"})},close:a}},[]);return t.useEffect(()=>{o.success=(e,t)=>o(e,{autoClose:7500,...t,type:"success"}),o.error=(e,t)=>o(e,{...t,type:"error"}),o.warning=(e,t)=>o(e,{...t,type:"warning"}),o.information=(e,t)=>o(e,{...t,type:"information"}),o.loading=(e,t)=>o(e,{...t,type:"loading"})},[]),t.createElement(So.Provider,Object.assign({},l,{value:o}),e,t.createElement("div",{id:"yt-toast__container",className:"pointer-events-all absolute bottom-0 right-0 !left-auto z-[1000] mb-4 mr-4 flex max-w-md flex-col items-end justify-end",role:"log"},t.createElement(g.AnimatePresence,{initial:!1},a.map(e=>t.createElement(g.motion.div,{key:e.id,transition:{type:"spring",damping:20,stiffness:300},initial:{opacity:0,y:10,scale:.5},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,scale:.5,transition:{duration:.2}}},t.createElement(Ho,Object.assign({},e,{onClose:()=>r(e.id)})))))))},ko=e=>"Enter"===e.key||" "===e.key||"Tab"===e.key,Io=(e,t)=>e.querySelectorAll(t),Do=l.forwardRef((function(e,t){const{querySelector:a,tabIndex:n=0,...r}=e,o=Bn(t),[i,s]=l.useState(),c=l.useRef(0),d=(e,t,l)=>{var a;null===(a=t.querySelector("[aria-current]"))||void 0===a||a.removeAttribute("aria-current"),l.setAttribute("aria-current","true"),l.scrollIntoView({block:"nearest"}),s(e)},u=l.useCallback(e=>{if(o.current&&e.matches(a)){const t=Io(o.current,a),l=Array.from(t).indexOf(e);l>-1&&d(l,o.current,e)}},[o.current,a]);return l.useEffect(()=>{o.current&&(o.current.setActiveIndex=u)},[o.current]),l.useEffect(()=>{if(o.current){const e=Io(o.current,a);if(e.length&&e.length!==c.current){const t=o.current.querySelectorAll("[aria-selected]");if(1===t.length){if(e){const l=t.item(0),a=Array.from(e).indexOf(l);a>-1&&d(a,o.current,l)}}else d(0,o.current,e.item(0))}c.current=e.length}},[e.children]),l.createElement("div",Object.assign({},r,{onClick:e=>{const t=e.target;if(t.matches(a)){const l=Io(e.currentTarget,a),n=Array.from(l).indexOf(t);n>-1&&d(n,e.currentTarget,t)}},onKeyDown:e=>{if(e.target!==e.currentTarget)return;const t=Io(e.currentTarget,a);if(t)if((e=>"ArrowUp"===e.key||"ArrowDown"===e.key||"Home"===e.key||"End"===e.key)(e)){e.preventDefault(),e.stopPropagation();const l=Bo(e,t,i);void 0!==l&&l!==i&&d(l,e.currentTarget,t.item(l))}else void 0!==i&&t.item(i).dispatchEvent(Jn(e))},ref:o,tabIndex:n}))})),Bo=(e,t,l,a=!0)=>{const n=((e,t,l)=>{switch(e.key){case"ArrowUp":return void 0===l?t-1:l>0?l-1:l;case"ArrowDown":return void 0===l?0:l<t-1?l+1:l;case"Home":return 0;case"End":return t-1;default:return}})(e,t.length,l);if(void 0!==n){if(n===l)return l;if(t.item(n)&&Po(t.item(n))){if(a){if(0===n)return Bo(new KeyboardEvent(e.type,{...e,key:"ArrowDown"}),t,n,!1);if(n===t.length-1)return Bo(new KeyboardEvent(e.type,{...e,key:"ArrowUp"}),t,n,!1)}return Bo(e,t,n,a)}}return n},Po=e=>"presentation"===e.getAttribute("role")||!!e.hasAttribute("disabled")||!!e.getAttribute("aria-disabled")||!!e.getAttribute("aria-hidden"),To=l.createContext({}),_o=l.forwardRef((function(e,t){const{children:a,customSelector:n,disabled:r=!1,id:o,multiple:i,readOnly:s=!1,setValue:c,value:d,...u}=e,m=Sn(o),f=l.useMemo(()=>({disabled:r,readOnly:s,setValue:c,value:d}),[r,s,d]);return l.createElement(To.Provider,{value:f},l.createElement("div",{"data-taco":"listbox2"},l.createElement(Do,Object.assign({},u,{"aria-multiselectable":!!i||void 0,id:m,ref:t,role:"listbox",querySelector:n?'[role="option"], '+n:'[role="option"]'}),a)))})),Fo=l.forwardRef((function(e,t){const{disabled:a,id:n,value:r,...o}=e,{disabled:i,readOnly:s,setValue:c,value:d}=l.useContext(To),u=Sn(n),m=Array.isArray(d)?d.includes(r):d===r;return l.createElement("div",Object.assign({},o,{"aria-disabled":i||a?"true":void 0,"aria-selected":m?"true":void 0,id:u,onClick:t=>{a||i||s?t.stopPropagation():(c(r),"function"==typeof e.onClick&&e.onClick(t))},onKeyDown:t=>{a||i||s?t.stopPropagation():(ko(t)&&c(r),"function"==typeof e.onKeyDown&&e.onKeyDown(t))},ref:t,role:"option"}))})),Ko=l.forwardRef((function(e,t){const[a,n]=l.useState();return l.createElement(qo.Provider,{value:{setLabelledById:n}},l.createElement("div",Object.assign({},e,{"aria-labelledby":a,ref:t,role:"group"})))})),qo=l.createContext({}),Go=l.forwardRef((function(e,t){const{id:a,...n}=e,{setLabelledById:r}=l.useContext(qo),o=Sn(a);return l.useEffect(()=>{r(o)},[o]),l.createElement("div",Object.assign({},n,{id:o,ref:t,role:"presentation"}))})),Wo={green:"wcag-green-100",yellow:"wcag-yellow-100",red:"wcag-red-100",blue:"wcag-blue-100",purple:"wcag-purple-100",orange:"wcag-orange-100",brown:"wcag-brown-100",pink:"wcag-pink-100",grey:"wcag-grey-200"},Uo=l.forwardRef((e,t)=>{const{children:a,color:r,disabled:o,icon:i,readOnly:s,onDelete:c,...d}=e,u=l.useRef(null),m=n("inline-flex items-center rounded h-6 cursor-default",{"opacity-50":o,"hover:bg-opacity-75":!o,"cursor-pointer":!!d.onClick,"pointer-events-none":o||s},r?Wo[r]:Wo.grey,e.className);return l.createElement("span",Object.assign({},d,{className:m,ref:t,"data-taco":"tag"}),l.createElement("span",{className:"truncate px-2",ref:u},i?"string"==typeof i?l.createElement(Za,{name:i,className:"mr-1 -ml-1 -mt-0.5 !h-5 !w-5"}):l.cloneElement(i,{className:"mr-1 -ml-1 -mt-0.5 !h-5 !w-5"}):null,a),c?l.createElement(Za,{name:"close",onClick:c,className:"-ml-1.5 !h-6 !w-5 flex-shrink-0 cursor-pointer rounded-r p-0.5 hover:bg-black/5"}):null)}),$o=l.createContext({}),Xo=()=>l.useContext($o);function Jo(e,t){try{var l=e()}catch(e){return t(e)}return l&&l.then?l.then(void 0,t):l}"undefined"!=typeof Symbol&&(Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"))),"undefined"!=typeof Symbol&&(Symbol.asyncIterator||(Symbol.asyncIterator=Symbol("Symbol.asyncIterator")));const Yo=Object.keys(Wo),Qo=e=>{const{color:t,text:a,value:r,...o}=e,i=l.useRef(null),{onDelete:s,onEdit:c,searchRef:d,ref:u}=Xo(),{texts:m}=yn(),[f,v]=l.useState(a),[g,h]=l.useState(t),[p,w]=l.useState(),b=e=>{v(e.target.value),w(void 0)},x=e=>function(t){try{return t.stopPropagation(),"Escape"===t.key?e():"Enter"===t.key&&y(e)(t),Promise.resolve()}catch(e){return Promise.reject(e)}},E=e=>function(t){try{t.stopPropagation(),e();const l=function(){if(s)return Promise.resolve(s(r)).then((function(){}))}();return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},y=e=>function(l){try{const n=function(){if(!c||f===a&&g===t)e();else{const t=Jo((function(){return Promise.resolve(c(r,f,g)).then((function(){e()}))}),(function(e){var t;l.preventDefault(),l.stopPropagation(),w(e),null===(t=i.current)||void 0===t||t.focus()}));if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},R=e=>{"Escape"!==e.key&&e.stopPropagation()};return l.createElement(Er,Object.assign({},o,{modal:!0}),l.createElement(Er.Content,{onCloseAutoFocus:e=>{var l,n;e.preventDefault(),v(a),h(t),w(void 0),null!=d&&d.current?null===(l=d.current)||void 0===l||l.focus():null===(n=u.current)||void 0===n||n.focus()},onInteractOutside:()=>{v(a),h(t)},onClick:e=>e.stopPropagation(),placement:"right",tabIndex:-1,className:"focus:!shadow-none"},({close:e})=>l.createElement(l.Fragment,null,l.createElement("div",{className:"flex w-32 flex-col space-y-2"},c?l.createElement(l.Fragment,null,l.createElement(jr,{className:n("!min-h-fit",{"!pb-0":!p}),invalid:!!p,message:null==p?void 0:p.message},l.createElement(Fn,{invalid:!!p,onChange:b,onKeyDown:x(e),ref:i,value:f})),t?l.createElement(l.Fragment,null,l.createElement("h5",null,"Colours"),l.createElement(Zo,{color:g,onChangeColor:h,onKeyDown:R})):null,l.createElement(Ir,null,l.createElement(Cn,{onClick:e},m.select2.cancel),l.createElement(Cn,{appearance:"primary",onClick:y(e)},m.select2.save))):null,c&&s?l.createElement("hr",null):null,s?l.createElement("button",{className:"hover:text-grey-700 flex items-center justify-start gap-1",onClick:E(e),onKeyDown:R},l.createElement(Za,{className:"!h-5 !w-5",name:"delete-permanently"})," ",m.select2.delete):null))))},Zo=e=>{const{color:t,onChangeColor:a,onClick:r,onKeyDown:o}=e,{texts:i}=yn();return l.createElement(b.Root,{"aria-label":i.select2.chooseColor,className:"grid grid-cols-4 gap-2 focus:outline-none",onClick:r,onKeyDown:o,onValueChange:e=>a(e),value:t},Yo.map(e=>l.createElement(b.Item,{"aria-label":t,className:n("flex h-6 w-6 cursor-pointer items-center justify-center rounded",Wo[e]),key:e,onFocus:()=>a(e),value:e},l.createElement(b.Indicator,{asChild:!0},l.createElement(Za,{name:"tick",className:"!h-5 !w-5"})))))},ei=/iPhone|iPad|iPod|Android/i,ti=l.forwardRef((function(e,t){var a;const{children:r,color:o,description:i,icon:s,...c}=e,{onDelete:d,onEdit:u,listboxRef:m,multiple:f,ref:v,setOpen:g,tags:h,value:p}=Xo(),w=Array.isArray(p)?!!p.length:void 0!==p,b=h&&!!o,x=u||d?t=>{var a,n;return l.createElement(Qo,Object.assign({},t,{color:e.color,key:null!==(a=e.textValue)&&void 0!==a?a:String(e.children),text:null!==(n=e.textValue)&&void 0!==n?n:String(e.children),value:e.value}))}:void 0;return l.createElement(Fo,Object.assign({},c,{className:"group mb-px flex w-full text-sm flex-shrink-0 font-normal cursor-pointer items-center rounded bg-white px-2 leading-8 text-black aria-hidden:hidden gap-1.5 bg-white hover:wcag-grey-200 aria-current:wcag-grey-200 aria-disabled:text-black/25 aria-disabled:pointer-events-none",onClick:()=>{var e;f?null===(e=v.current)||void 0===e||e.focus():g(!1)},onKeyDown:e=>{ko(e)&&(f&&"Tab"!==e.key||g(!1))},ref:t}),w?l.createElement(Za,{name:"tick",className:"pointer-events-none invisible -mx-0.5 !h-4 !w-4 group-aria-selected:visible"}):null,b?l.createElement(Uo,{className:"pointer-events-none my-1",color:o,icon:s},r):l.createElement(l.Fragment,null,s?"string"==typeof s?l.createElement(Za,{name:s}):s:null,l.createElement("span",{className:"flex flex-col"},l.createElement("span",null,r),i?l.createElement("span",{className:"text-grey-700 -mt-1.5 mb-1.5 text-xs"},i):null)),x?l.createElement(pn,{rounded:!0,icon:"ellipsis-vertical",appearance:"discrete",className:n("group-aria-current:visible invisible ml-auto -mr-2 focus:!shadow-none group-hover:visible",{"!visible":(E=null===(a=window)||void 0===a?void 0:a.navigator,!(null==E||!E.userAgent)&&ei.test(E.userAgent))}),onClick:e=>{var t;e.stopPropagation(),null==m||null===(t=m.current)||void 0===t||t.setActiveIndex(e.currentTarget.parentElement)},popover:x,tabIndex:-1}):null);var E})),li=l.forwardRef((function(e,t){const{children:a,heading:r,...o}=e,i=n("flex flex-col gap-px",e.className);return l.createElement(Ko,Object.assign({},o,{className:i,ref:t}),l.createElement(Go,{className:"sticky top-0 bg-white px-2 font-bold leading-8"},r),a)})),ai=l.forwardRef((function(e,t){const a=n("flex items-center text-xs pl-2 h-8",e.className);return l.createElement(Go,Object.assign({},e,{className:a,ref:t}))})),ni=(e,t=0)=>{let l=0,a=null;const n=e.getBoundingClientRect();for(const r of Array.from(e.children)){if(r.getBoundingClientRect().right-n.left>n.width-t){a=l;break}l++}return a},ri=e=>{const t=n("flex select-none touch-none transition-colors hover:bg-grey",{"w-[7px] hover:w-[14px] mr-[2px] hover:px-[2px] hover:mr-0":"vertical"===e.orientation,"flex-col h-[7px] hover:h-[14px] mb-[2px] hover:py-[2px] hover:mb-0":"horizontal"===e.orientation});return l.createElement(x.Scrollbar,Object.assign({},e,{className:t}))},oi=e=>l.createElement(x.Thumb,Object.assign({},e,{className:"flex-[1] rounded bg-black opacity-50"})),ii=e=>l.createElement(x.Corner,Object.assign({},e,{classname:"bg-grey-500"})),si=e=>{const{children:t,...a}=e;return l.createElement(x.Root,Object.assign({},a,{className:n("overflow-hidden",e.className)}),l.createElement(x.Viewport,{className:"h-full w-full"},t),l.createElement(ri,{orientation:"vertical"},l.createElement(oi,null)),l.createElement(ri,{orientation:"horizontal"},l.createElement(oi,null)),l.createElement(ii,null))},ci=l.forwardRef((function(e,t){const{multiple:a,value:n}=Xo();if(Array.isArray(n)||a){const a=Array.isArray(n)?n:void 0!==n?[n]:void 0;return l.createElement(mi,Object.assign({},e,{ref:t,values:a}))}return l.createElement(ui,Object.assign({},e,{ref:t,value:n}))})),di=l.forwardRef((function(e,t){var a;const{children:r,onClick:o,tabIndex:i=0,...s}=e,{disabled:c,highlighted:d,invalid:u,open:m,readOnly:f}=Xo(),v=n("cursor-pointer !px-1.5",jn({...e,disabled:c,highlighted:d,invalid:u,readOnly:f}).replace("w-full",""),{"w-full":!(null!==(a=e.className)&&void 0!==a&&a.includes("w-"))},e.className);return l.createElement("button",Object.assign({},s,{"aria-invalid":!!u||void 0,"aria-readonly":!!f||void 0,className:v,disabled:c,onClick:e=>{c||f?e.preventDefault():"function"==typeof o&&o(e)},ref:t,role:"combobox",tabIndex:c||f?-1:i,type:"button"}),r,l.createElement(Za,{name:m?"chevron-up":"chevron-down",className:"pointer-events-none -mr-1 ml-auto"}))})),ui=l.forwardRef((function(e,t){const{children:a,value:r,...o}=e,{disabled:i,readOnly:s,tags:c}=Xo(),d=n("truncate items-center gap-1"),u=a.find(vi(r));let m;return u&&(m=c?l.createElement(Uo,{className:"truncate",color:u.props.color,disabled:i,icon:u.props.icon,readOnly:s},u.props.children):l.createElement(l.Fragment,null,u.props.icon?"string"==typeof u.props.icon?l.createElement(Za,{name:u.props.icon}):u.props.icon:null,u.props.children)),l.createElement(di,Object.assign({},o,{ref:t}),l.createElement("div",{className:d},m))})),mi=l.forwardRef((function(e,t){var a;const{children:r,values:o=[],...i}=e,{disabled:s,open:c,readOnly:d,setValue:u,tags:m}=Xo(),f=Bn(t),v=o.map(e=>r.find(t=>t.props.value===e)).filter(e=>!!e);let g,{className:h}=i;return c?(h=n("!absolute z-20",i.className),g=l.createElement(si,{className:"my-1 flex max-h-[5.5rem] flex-col"},l.createElement("div",{className:"flex flex-wrap gap-1"},v.map(e=>l.createElement(Uo,{key:e.props.value,className:"truncate",color:m?e.props.color:void 0,disabled:s,icon:e.props.icon,onDelete:t=>{null==t||t.stopPropagation(),null==t||t.preventDefault(),s||d||u(e.props.value)},readOnly:d},e.props.children))))):g=l.createElement(fi,{key:String(c),valuesAsChildren:v}),l.createElement("div",{className:n("relative inline-flex flex-grow",{"h-8":c}),style:{width:c?null===(a=f.current)||void 0===a?void 0:a.offsetWidth:void 0}},l.createElement(di,Object.assign({},i,{className:h,ref:f}),g))})),fi=({valuesAsChildren:e})=>{const{disabled:t,open:a,readOnly:r,setValue:o,tags:i}=Xo(),[s,c]=l.useState(null),d=s?ni(s,30):void 0;return l.createElement("div",{className:"relative flex items-center gap-1 overflow-hidden"},l.createElement("div",{className:"flex gap-1 truncate",ref:e=>c(e)},e.map((e,s)=>{const c=l.createElement(Uo,{key:e.props.value,className:n("cursor-pointer",{truncate:s===d,hidden:null!=d&&s>d}),color:i?e.props.color:void 0,disabled:t,icon:e.props.icon,onDelete:a?(u=e.props.value,e=>{null==e||e.stopPropagation(),null==e||e.preventDefault(),t||r||o(u)}):void 0,readOnly:r},e.props.children);var u;return s===d?l.createElement(un,{key:e.props.value,title:String(e.props.children)},c):c})),null!=d&&d<e.length-1?l.createElement(un,{title:e.slice(d+1).map(e=>e?String(e.props.children):"").join(", ")},l.createElement(cn,{className:"flex-shrink-0"},"+",e.length-(d+1))):null)},vi=e=>t=>Array.isArray(e)?e.includes(t.props.value):t.props.value===e,gi=e=>{const{value:t,...a}=e,n=l.useRef(null),r=function(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e},[e]),t.current}(t);return l.useEffect(()=>{const e=n.current,l=Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype,"value").set;if(r!==t&&l){Array.isArray(t)?t.forEach(t=>{const l=e.querySelector(`option[value='${t}']`);l&&(l.selected=!0)}):l.call(e,t);const a=new Event("change",{bubbles:!0});e.dispatchEvent(a)}},[r,t]),l.createElement("select",Object.assign({},a,{defaultValue:t,ref:n,style:{display:"none"}}))},hi=l.forwardRef((function(e,t){const{...a}=e,{listboxRef:r,searchQuery:o,setSearchQuery:i,setValidationError:s,validationError:c}=Xo();return l.createElement(jr,{className:n("mx-1.5 mb-1.5 !min-h-fit ",{"!pb-0":!c}),invalid:!!c,message:null==c?void 0:c.message},l.createElement(Fn,Object.assign({},a,{"aria-hidden":!0,autoFocus:!0,invalid:!!c,onChange:e=>{c&&s(void 0),i(e.target.value)},onKeyDown:e=>{var t;if(" "!==e.key&&(ko(e)||"ArrowDown"===e.key||"ArrowUp"===e.key))return e.preventDefault(),void(null==r||null===(t=r.current)||void 0===t||t.dispatchEvent(Jn(e)))},ref:t,value:o})))})),pi=e=>!!e.props.heading,wi=(e,t)=>{var l,a;return!(null===(l=e.props.textValue)||void 0===l||!l.toLowerCase().includes(t.toLowerCase()))||!(null===(a=e.props.description)||void 0===a||!a.toLowerCase().includes(t.toLowerCase()))||String(e.props.children).toLowerCase().includes(t.toLowerCase())},bi=e=>{const{onCreate:t,options:a}=e,{multiple:r,searchQuery:o,setOpen:i,setSearchQuery:s,setValidationError:c,setValue:d}=Xo(),{texts:u}=yn(),m=l.useMemo(()=>(e=>{const t=e.reduce((e,t)=>(t.props.color&&(e[t.props.color]=e[t.props.color]?e[t.props.color]+1:1),e),{}),l=Object.keys(t);if(l.length)return l.sort((e,l)=>t[l]-t[e])[0]})(a),[a]);if(!o)return null;const f=n("!w-[calc(100%_-_theme(spacing.3))] ml-1.5","group mb-px flex w-full text-sm flex-shrink-0 font-normal cursor-pointer items-center rounded bg-white px-2 leading-8 text-black aria-hidden:hidden gap-1.5 bg-white hover:wcag-grey-200 aria-current:wcag-grey-200 aria-disabled:text-black/25 aria-disabled:pointer-events-none");return l.createElement("button",{className:f,onClick:function(){try{const e=Jo((function(){return Promise.resolve(t(o,m)).then((function(e){d(e.value),r?s(""):i(!1)}))}),(function(e){c(e)}));return Promise.resolve(e&&e.then?e.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},onKeyDown:e=>{ko(e)&&e.currentTarget.click()}},l.createElement("span",{className:"flex items-center gap-1.5"},u.select2.create,l.createElement(Uo,{color:m,className:"cursor-pointer"},o)))},xi=e=>{const{children:t}=e;return l.createElement(si,{className:"flex max-h-[10.3rem] w-full flex-col gap-y-0.5 px-1.5"},t)},Ei=l.forwardRef((function(e,t){const{children:a,defaultValue:r,disabled:o=!1,disableSearch:i=!1,emptyValue:s,highlighted:c=!1,invalid:u=!1,multiple:m=!1,name:f,onChange:v,onCreate:g,onDelete:h,onEdit:p,readOnly:b=!1,tabIndex:x=0,tags:E=!1,value:y,...R}=e,z=Bn(t),C=l.useRef(null),V=l.useRef(null),{texts:L}=yn(),M=Dn(z),[O,N]=l.useState(!1),[H,S]=w.useControllableState({defaultProp:r,onChange:v,prop:y}),A=((e,t)=>l=>{t(t=>Array.isArray(l)?l:e?void 0===t?[l]:Array.isArray(t)?t.includes(l)?t.filter(e=>e!==l):[...t,l]:t===l?[]:[t,l]:l)})(m,S),[j,k]=l.useState(),{flattenedChildren:I,filteredChildren:D,searchQuery:B,setSearchQuery:P}=(({children:e,emptyValue:t,multiple:a,open:n,setValue:r,value:o})=>{const[i,s]=l.useState(""),c=l.useMemo(()=>{const n=(null==e?void 0:e.map(e=>pi(e)?e.props.children:e).flatMap(e=>e))||[];return void 0===t||a?n:[l.createElement(ti,{key:"__empty",children:"",value:t}),...n]},[e,t]);l.useEffect(()=>{var e;a||void 0!==t||void 0!==o||r(null==c||null===(e=c[0])||void 0===e?void 0:e.props.value)},[]),l.useEffect(()=>{n||s("")},[n]);const d=l.useMemo(()=>e.map(e=>{if(pi(e)){const t=e.props.children.filter(e=>wi(e,i));return t.length?l.cloneElement(e,{},t):null}return wi(e,i)?e:null}).filter(e=>!!e),[c,i]);return{flattenedChildren:c,filteredChildren:d,searchQuery:i,setSearchQuery:s}})({children:a,emptyValue:s,multiple:m,open:O,setValue:A,value:H}),T={disabled:o,highlighted:c,invalid:u,listboxRef:C,multiple:m,onCreate:g,onDelete:h,onEdit:p,open:O,readOnly:b,ref:z,searchQuery:B,searchRef:V,setOpen:N,setSearchQuery:P,setValidationError:k,setValue:A,tags:E,validationError:j,value:H};let _;R.onBlur&&(_=e=>{var t;const l=e.relatedTarget;if(void 0===l)return;const a=null==l||null===(t=l.closest("[data-radix-popper-content-wrapper] > :first-child"))||void 0===t?void 0:t.id;var n;a&&e.currentTarget.getAttribute("aria-controls")===a||null===(n=R.onBlur)||void 0===n||n.call(R,e)});const F=n("border-grey-300 rounded border bg-white py-1.5 shadow-md outline-none","flex flex-col gap-px");return l.createElement($o.Provider,{value:T},l.createElement(d.Root,{open:O,onOpenChange:N},l.createElement(yi,{emptyValue:s,multiple:m||E,name:f,options:I.map(e=>e.props.value),parentRef:z,setValue:A,value:H}),l.createElement(d.Trigger,{asChild:!0,"data-taco":"Select2"},l.createElement(ci,Object.assign({},R,{"aria-haspopup":"listbox",onBlur:_,onKeyDown:e=>{var t;O?e.preventDefault():"ArrowDown"===e.key&&N(!0),null===(t=C.current)||void 0===t||t.dispatchEvent(Jn(e))},ref:z}),I)),l.createElement(d.Portal,null,l.createElement(d.Content,{asChild:!0,align:"start",onOpenAutoFocus:e=>{var t;e.preventDefault(),e.stopPropagation(),null===(t=z.current)||void 0===t||t.focus()},onCloseAutoFocus:e=>{var t;e.preventDefault(),e.stopPropagation(),null===(t=z.current)||void 0===t||t.focus()},sideOffset:4,tabIndex:-1},l.createElement("div",{className:F,style:{minWidth:null!=M&&M.width?M.width+"px":void 0}},!i&&(I.length>0||g)?l.createElement(hi,{placeholder:g?L.select2.searchOrCreate:L.select2.search,ref:V}):null,I.length<=0?l.createElement("div",{className:"text-grey-700 -mt-0.5 flex h-8 items-center px-2",role:"presentation"},"No results found..."):l.createElement(_o,{className:"flex flex-col gap-0.5",customSelector:":scope > button",disabled:o,multiple:m,readOnly:b,ref:C,setValue:A,tabIndex:-1,value:H},l.createElement(xi,null,D),g?l.createElement(bi,{onCreate:g,options:I}):null))))))}));Ei.Option=ti,Ei.Group=li,Ei.Title=ai;const yi=e=>{const{emptyValue:a,multiple:n,name:r,options:o,parentRef:i,value:s,setValue:c}=e;let d;return((e,l)=>{const[a,n]=t.useState(!1);return t.useEffect(()=>{let t;var a;return e.current&&(t=e.current.closest("form"),n(!!t),l&&t&&t.addEventListener("reset",l),null===(a=e.current.closest("form"))||void 0===a||a.addEventListener("reset",l)),()=>{t&&t.removeEventListener("reset",l)}},[e]),a})(i,()=>c(n?[]:void 0))?(void 0!==s&&(d=n?Array.isArray(s)?s.map(String):[null===s?"":String(s)]:null===s?"":String(s)),l.createElement(gi,{"aria-hidden":!0,key:String(d),multiple:n,name:r,value:d},void 0!==a?l.createElement("option",{value:a}):null,o.map(e=>l.createElement("option",{key:String(e),value:String(e)})))):null};Ei.displayName="Select2";const Ri=({keys:e,...t})=>{const a=n("inline-flex gap-0.5",t.className);return l.createElement("span",Object.assign({},t,{className:a}),e.map(e=>l.createElement("kbd",{key:e,className:"wcag-blue-900 inline-flex h-4 items-center rounded px-1 font-mono text-xs font-normal"},e)))},zi=(e,t)=>{var l;const a={index:e.index,indexPath:e.id,values:e.original};return(null===(l=e.subRows)||void 0===l?void 0:l.length)>0?(a.isExpanded=!!e.isExpanded,a.depth=e.depth,a.toggleRowExpanded=()=>e.toggleRowExpanded(!a.isExpanded)):t&&(a.isExpanded=!!e.isExpanded,a.toggleRowExpanded=()=>e.toggleRowExpanded(!a.isExpanded)),e.toggleRowEditing&&(a.isEditing=!!e.isEditing,a.toggleRowEditing=e.toggleRowEditing),a},Ci=(e,t)=>{const a=[];return{columns:l.Children.toArray(e).filter(e=>!!e&&!e.props.hidden).map(({props:{children:e,...l}})=>{const n={...l};if(n.sortType=n.sortType||"auto",n.disableSortBy=n.disableSorting,l.title&&e){n.Header=l.title;const{columns:r,sortRules:o}=Ci(e,t);n.columns=r,o.forEach(e=>a.push(e))}else n.accessor=l.accessor,n.Header=l.headRenderer||"",n.Cell=e=>{var a,n;const r={accessor:e.cell.column.id,row:zi(e.cell.row,t),value:e.cell.value};return r.row.isEditing&&"function"==typeof l.editRenderer?l.editRenderer(r):"function"==typeof l.cellRenderer?null!==(a=l.cellRenderer(r))&&void 0!==a?a:null:null!==(n=r.value)&&void 0!==n?n:null},n.align=l.align,n.flex=l.flex,l.sort&&!l.disableSorting&&a.push({id:l.accessor,desc:"desc"===l.sort});return n}),sortRules:a}},Vi=e=>null==e?void 0:e.map(e=>({id:e.accessor,desc:e.desc})),Li=e=>{const t="string"==typeof e?new Date(e):e;return null!=t&&t.getTime?t.getTime():void 0},Mi=(e="",t=",")=>{if("number"==typeof e)return e;if(null===e||!e.length)return;let l;return l=Number(","===t?e.replace(/\./g,"").replace(",","."):e.replace(/,/g,"")),Number.isNaN(l)?void 0:l},Oi=e=>{if(e)return String(e).toLowerCase()},Ni=e=>"boolean"==typeof e?e:isNaN(e)?Oi(e):Number(e),Hi=(e,t)=>void 0!==e&&void 0===t?1:e===t?0:e>t?1:-1,Si=(e,t,l)=>e&&t?((e,t,l)=>{const a=e.localeCompare(t,l);return 0===a?0:a>0?1:-1})(e,t,l):Hi(e,t);function Ai(e,t){if(t.type===E.actions.init)return{allowEditing:!0,editingRowUniqueId:null,...e};if(t.type===E.actions.resetRowEditing||t.type===E.actions.resetPage||t.type===E.actions.gotoPage)return{...e,editingRowUniqueId:null};if(t.type===E.actions.toggleRowEditing){const{id:l}=t;return{...e,editingRowUniqueId:l}}return t.type===E.actions.toggleEditing?{...e,allowEditing:!e.allowEditing}:e}function ji(e){const{dispatch:t}=e,a=l.useCallback(()=>{t({type:E.actions.resetRowEditing})},[t]),n=l.useCallback(e=>{t({type:E.actions.toggleRowEditing,id:e})},[t]),r=l.useCallback(()=>{t({type:E.actions.toggleEditing})},[t]);Object.assign(e,{resetRowEditing:a,toggleRowEditing:n,toggleEditing:r})}E.actions.resetRowEditing="resetRowEditing",E.actions.toggleRowEditing="toggleRowEditing",E.actions.toggleEditing="toggleEditing";const ki=(e,t)=>{const l=[],a=[];if(e){let n=e.filter(e=>!!e&&"boolean"!=typeof e);t&&(n=n.filter(e=>void 0===e.visible||("function"==typeof e.visible?e.visible(t):e.visible))),n.forEach(e=>{e.showOnRow?l.push(e):a.push(e)})}return[l,a]},Ii=(e,t)=>({"aria-label":"function"==typeof e.tooltip?e.tooltip(t):e.tooltip,disabled:"function"==typeof e.disabled?e.disabled(t):e.disabled,onClick:l=>{e.onClick(t,l)}}),Di=()=>(l.useEffect(()=>{const e=e=>{var t,l;"Escape"===e.key&&null!==(t=e.target)&&void 0!==t&&null!==(l=t.form)&&void 0!==l&&l.reset&&(e.preventDefault(),e.target.form.reset())};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[]),l.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},l.createElement(pn,{appearance:"primary",icon:"tick",type:"submit",className:"mr-2"}),l.createElement(pn,{appearance:"ghost",icon:"close",type:"reset"})));function Bi(e,t){if(t.type===E.actions.init)return{draggingRowIndexPath:null,...e};if(t.type===E.actions.resetRowDragging)return{...e,draggingRowIndexPath:null};if(t.type===E.actions.toggleRowDragging){const{indexPath:l}=t;return{...e,draggingRowIndexPath:l}}return e}E.actions.resetRowDragging="resetRowDragging",E.actions.toggleRowDragging="toggleRowDragging";const Pi=(e,{instance:t})=>{var l;e.toggleRowDragging=()=>{t.dispatch(t.state.draggingRowIndexPath===e.id?{type:E.actions.resetRowDragging}:{type:E.actions.toggleRowDragging,indexPath:e.id})},e.isDragging=!(!t.state.draggingRowIndexPath||t.state.draggingRowIndexPath!==e.id&&(null===(l=t.state.selectedRowIds)||void 0===l||!l[e.id]))},Ti=e=>[{id:"draggable",className:"yt-table__cell--draggable flex-col px-0",Cell:()=>l.createElement(Za,{name:"drag",className:"text-grey-700 invisible w-[20px] cursor-grab"}),flex:"0 0 20px"},...e],_i=10,Fi=(e,t)=>{var a;const{children:n,data:r,onRowClick:o,onRowDrag:i,onSelectedRows:s,rowClassName:c,rowExpansionRenderer:d,rowHeight:u,selectedRows:m,disableSorting:f,manualSorting:v,onSort:g,sortRules:h,disablePagination:p=!0,length:b,onPaginate:x,pageSize:R=_i,pageIndex:z=0,inlineEditingUniqueId:C,onRowCreate:V,actions:L,onRowEdit:M,onRowCopy:O,onRowDelete:N,onRowActive:H,windowed:S=!1,...A}=e;if(s&&!m||!s&&m)throw new Error("Selected rows in a Table component are fully controlled - you must pass both the `onSelectedRows` and `selectedRows` props when using row selection");const{texts:j,locale:k}=yn(),{columns:I,sortRules:D}=l.useMemo(()=>Ci(n,d),[n,d]),B=!p&&!!x&&!!b,{headerGroups:P,rows:T,sortedRows:_,prepareRow:F,state:K,page:q,gotoPage:G,setPageSize:W,...U}=E.useTable({columns:I,data:r,initialState:{sortBy:Vi(h)||D,pageSize:p?void 0:R,pageIndex:p?void 0:z},manualPagination:B,pageCount:B&&b?Math.ceil(b/R):-1,manualSortBy:v,disableSortBy:f,autoResetExpanded:!1,autoResetSelectedRows:!1,autoResetSortBy:!1,autoResetPage:!1,sortTypes:l.useMemo(()=>(e=>({datetime:(e,t,l)=>{const a=Li(e.values[l]),n=Li(t.values[l]);return Hi(a,n)},string:(t,l,a)=>{const n=Oi(t.values[a]),r=Oi(l.values[a]);return Si(n,r,e)},number:(e,t,l)=>{const a=Mi(e.values[l]),n=Mi(t.values[l]);return Hi(a,n)},boolean:(e,t,l)=>Hi(!!e.values[l],!!t.values[l]),auto:(t,l,a)=>{const n=Ni(t.values[a]),r=Ni(l.values[a]);return"string"==typeof n&&"string"==typeof r?Si(n,r,e):Hi(n,r)}}))(k),[]),useControlledState:e=>l.useMemo(()=>({...e,selectedRowIds:m||[]}),[e,m])},E.useRowState,E.useSortBy,E.useExpanded,E.usePagination,(e=>{const t=t=>{if(E.useRowSelect(t),e){const a=(t,l)=>e(e=>{const a={...e};return l?a[t]=!0:delete a[t],a});t.prepareRow.push(e=>{e.toggleRowSelected=()=>a(e.id,!e.isSelected)});const n=l.useRef();t.visibleColumns.push(t=>[{id:"selection",Header:({getToggleAllRowsSelectedProps:t,rows:a})=>{const{...n}=t();return l.createElement(An,Object.assign({},n,{onChange:t=>{e(t?Object.assign({},Array(a.length).fill(!0)):{})}}))},Cell:({row:e,rows:t})=>{const{...r}=e.getToggleRowSelectedProps(),o=t.findIndex(t=>t.index===e.index);return l.createElement(An,Object.assign({},r,{className:"!mt-2.5",onClick:l=>{if(l.shiftKey){const[e,l]=[(s=o)<(i=n.current||0)?s:i,s>i?s:i];for(let n=e;n<=l;n++)a(t[n].id,!0)}else a(e.id,!r.checked);var i,s;n.current=o},onChange:()=>!1}))},flex:"0 0 36px",className:"flex-col justify-start !py-0"},...t])}};return t.pluginName="useRowSelect",t})(s),(e=>{const t=t=>{e&&(t.stateReducers.push(Bi),t.prepareRow.push(Pi),t.visibleColumns.push(Ti),t.getRowProps.push((e=>(t,{instance:l,row:a})=>[t,{draggable:!0,onDragStart:t=>{t.persist(),a.toggleRowDragging();const n=[a.id,...Object.keys(l.state.selectedRowIds)],r=l.rows.filter(e=>n.includes(e.id)).map(zi);e(r,e=>{const l=window.document.createElement("div");l.id="yt-table__drag__placeholder",l.innerText=e,window.document.body.appendChild(l),"function"==typeof DataTransfer.prototype.setDragImage&&t.dataTransfer.setDragImage(l,0,20)},t)},onDragEnd:()=>{const e=document.getElementById("yt-table__drag__placeholder");e&&e.parentNode&&e.parentNode.removeChild(e),a.toggleRowDragging()}}])(e)))};return t.pluginName="useRowDraggable",t})(i),(e=>{const t=t=>{e&&(t.stateReducers.push(Ai),t.useInstance.push(ji),t.prepareRow.push((e=>(t,{instance:l})=>{const a=t.original[e];t.toggleRowEditing=()=>{l.state.editingRowUniqueId===a?l.resetRowEditing():l.toggleRowEditing(a)},t.isEditing=t.original._createKey?l.state.editingRowUniqueId===t.original._createKey:l.state.editingRowUniqueId===a,t.canEdit=l.state.allowEditing&&(t.isEditing||!l.state.editingRowUniqueId)})(e)))};return t.pluginName="useRowEditing",t})(C),((e,t,a,n,r,o=!1)=>{const i=!!e,s=((e,t,l)=>{const[a,n]=ki(l);let r=a.length+(n.length?1:0);return t.onRowCreate&&r++,t.onRowCopy&&r++,t.onRowDelete&&r++,(e||t.onRowEdit)&&(r++,r<2&&r++),r})(e,t,a),c=c=>{((e,t,l)=>!!l||t.onRowCreate||t.onRowCopy||t.onRowDelete||!!e||t.onRowEdit)(e,t,a)&&c.visibleColumns.push(e=>[...e,{id:"_actions",className:"flex justify-end px-1 overflow-visible",flex:`0 0 calc((${s} * 2rem) + .5rem)`,Cell:({row:e})=>{if(e.isEditing)return l.createElement(Di,null);const s=zi(e,n),[c,d]=ki(a,s),u=l.createElement(l.Fragment,null,t.onRowCreate&&l.createElement(pn,{appearance:"discrete",icon:"circle-plus","aria-label":r.table.newSubRow,tooltip:r.table.newSubRow,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),l.persist(),e.setActive(),e.isExpanded||e.toggleRowExpanded(),t.onRowCreate(s,l)}}),(i||t.onRowEdit)&&l.createElement(pn,{appearance:"discrete",icon:"edit","aria-label":r.table.edit,tooltip:r.table.edit,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),e.setActive(),i?e.toggleRowEditing():t.onRowEdit&&(l.persist(),t.onRowEdit(s,l))}}),t.onRowCopy&&l.createElement(pn,{appearance:"discrete",icon:"copy","aria-label":r.table.copy,tooltip:r.table.copy,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),l.persist(),e.setActive(),t.onRowCopy(s,l)}}),t.onRowDelete&&l.createElement(pn,{appearance:"discrete",icon:"delete","aria-label":r.table.del,tooltip:r.table.del,disabled:i&&!e.canEdit,onClick:l=>{l.stopPropagation(),l.persist(),e.setActive(),t.onRowDelete(s,l)}}),c.map((e,t)=>l.createElement(pn,Object.assign({},Ii(e,s),{key:t,appearance:"discrete",icon:"function"==typeof e.icon?e.icon(s):e.icon,tooltip:"function"==typeof e.tooltip?e.tooltip(s):e.tooltip}))),d.length?l.createElement(po,null,l.createElement(po.Trigger,null,l.createElement(pn,{appearance:"discrete",icon:"ellipsis-vertical","aria-label":r.table.actions,tooltip:r.table.actions,disabled:i&&!e.canEdit,onClick:t=>{t.stopPropagation(),e.setActive()}})),l.createElement(po.Content,null,d.map((e,t)=>l.createElement(po.Item,Object.assign({key:t,icon:"function"==typeof e.icon?e.icon(s):e.icon},Ii(e,s)),"function"==typeof e.text?e.text(s):e.text)))):null);return o?l.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},u):l.createElement(y.InView,{rootMargin:"100px 0px"},({inView:e,ref:t})=>l.createElement("div",{className:"-mt-1 -mb-1 h-8 flex",ref:t},e?u:null))}}])};return c.pluginName="useRowActions",c})(C,{onRowCreate:V,onRowEdit:M,onRowCopy:O,onRowDelete:N},L,d,j,S));((e,t,a)=>{l.useEffect(()=>{!e&&t&&t(a.pageIndex,a.pageSize)},[a.pageIndex,a.pageSize])})(p,x,K),((e,t,a,n,r)=>{l.useEffect(()=>{if(a){const l=r.sortBy.map(e=>({accessor:e.id,desc:e.desc}));if(n)a(l);else{let n;l.length&&null!=t&&t.length&&(n=t.map(e=>e.original)),a(l,n||e)}}},[a&&JSON.stringify(r.sortBy),n])})(r,_,g,!!v,K);const $=((e,t)=>{const a=l.useMemo(()=>({toggleAllRowsExpanded:e.toggleAllRowsExpanded,toggleHideAllColumns:e.toggleHideAllColumns,toggleHideColumn:e.toggleHideColumn,toggleEditing:e.toggleEditing,toggleRowEditing:e.toggleRowEditing,resetRowEditing:e.resetRowEditing,toggleRowExpanded:e.toggleRowExpanded,toggleSortBy:e.toggleSortBy}),[]);return l.useEffect(()=>{null!=t&&t.current&&(t.current.instance=a)},[t]),a})(U,t),X=p||B?T:q,[J,Y,Q,Z]=((e,t,a,n)=>{const r=e.dangerouslyHijackGlobalKeyboardNavigation,[o,i]=w.useControllableState({prop:e.activeIndex,defaultProp:void 0!==e.defaultActiveIndex?e.defaultActiveIndex:r?0:void 0,onChange:t=>{var l;void 0!==t&&(null===(l=e.onChangeActiveIndex)||void 0===l||l.call(e,t))}}),s=e=>{var l;const s=e.metaKey||e.ctrlKey||e.altKey||e.shiftKey;if(r&&document.activeElement!==n.current&&"search"!==(null===(l=document.activeElement)||void 0===l?void 0:l.getAttribute("type"))&&document.activeElement!==document.body)return;if(!r&&document.activeElement!==n.current)return;if(void 0!==o){const l=t[o];if(l){const t=zi(l,a.rowExpansionRenderer);if(a.onRowClick&&"Enter"===e.key)return e.preventDefault(),void a.onRowClick(t);if(l.toggleRowSelected&&" "===e.key)return e.preventDefault(),void l.toggleRowSelected();if(l.toggleRowExpanded){if(l.isExpanded&&"ArrowLeft"===e.key)return e.preventDefault(),void l.toggleRowExpanded();if(!l.isExpanded&&"ArrowRight"===e.key)return e.preventDefault(),void l.toggleRowExpanded()}if(l.toggleRowEditing&&l.canEdit&&!l.isEditing){if(a.onRowCreate&&e.shiftKey&&"n"===e.key)return e.preventDefault(),l.isExpanded||l.toggleRowExpanded(),void a.onRowCreate(t,e);if("e"===e.key)return e.preventDefault(),void l.toggleRowEditing()}if(a.onRowEdit&&"e"===e.key&&!s)return e.preventDefault(),void a.onRowEdit(t,e);if(a.onRowCopy&&"c"===e.key&&!s)return e.preventDefault(),void a.onRowCopy(t,e);if(a.onRowDelete&&"Delete"===e.key&&!s)return e.preventDefault(),void a.onRowDelete(t,e)}}const c=Kn(e.key,t.length,o);void 0!==c&&(e.preventDefault(),i(c))};return l.useEffect(()=>(r&&window.addEventListener("keydown",s),()=>{r&&window.removeEventListener("keydown",s)}),[s]),[o,i,e=>{r||s(e.nativeEvent)},()=>{void 0===o&&t.length&&i(0)}]})(e,X,{onRowClick:o,onRowCreate:V,onRowEdit:M,onRowCopy:O,onRowDelete:N,rowExpansionRenderer:d},t);((e,t,a,n)=>{l.useEffect(()=>{if(void 0!==e&&t.length&&n){const l=t[e];if(l){const e=zi(l,a);n(e)}}},[e,t])})(J,T,d,H);const ee=l.useCallback((e,t)=>{F(e),e.setActive=()=>Y(t)},[F,Y]);return{rowProps:{activeIndex:J,setActiveIndex:Y,onRowClick:o,rowClassName:c,rowExpansionRenderer:d,rowHeight:u,inlineEditingUniqueId:C},tableProps:{...A,headerGroups:P,onFocus:Z,onKeyDown:Q,tabIndex:null!==(a=A.tabIndex)&&void 0!==a?a:0},state:K,pagination:p?null:{length:B&&b?b:r.length,pageIndex:K.pageIndex,pageSize:K.pageSize,setPageIndex:G,setPageSize:W},rows:X,prepareRow:ee,instance:$}},Ki=(e,t)=>{const a={...e.getCellProps(),className:n("yt-table__cell flex-1 truncate p-2 align-middle",e.column.className,{"justify-start text-left":"left"===e.column.align,"justify-end text-right":"right"===e.column.align,"text-center":!e.column.align}),style:{...e.column.style,flex:"function"==typeof e.column.flex?e.column.flex(t):e.column.flex}};return l.createElement("div",Object.assign({},a,{role:"gridcell","data-taco":"table-cell"}),e.render("Cell")||null)},qi=l.forwardRef((function({row:e,index:t,instance:a,...r},o){const{activeIndex:i,onRowClick:s,rowClassName:c,rowExpansionRenderer:d,rowHeight:u,setActiveIndex:m,style:f,inlineEditingUniqueId:v}=r,g=zi(e,d),h={...e.getRowProps(),style:{...f,minHeight:u?u+"px":void 0,paddingLeft:e.depth?2*e.depth+"rem":void 0},className:n("yt-table__row border-grey-300 flex border-b min-h-[2.5rem] hover:bg-grey-100",{"yt-table__row--active bg-grey-200 hover:bg-grey-200":i===t,"yt-table__row--clickable":!!s,"yt-table__row--dragging":!!e.isDragging,"yt-table__row--editing":!!e.isEditing},"function"==typeof c?c(g):c),onClick:s?e=>{(e.target===e.currentTarget||e.target.classList.contains("yt-table__cell"))&&(e.preventDefault(),e.persist(),m(t),s(g))}:()=>{m(t)}};let p=e.cells;e.depth>0&&(p=e.cells.filter(e=>!e.column.hiddenOnSubRows));const w=d&&e.isExpanded&&l.createElement("div",null,d(g,a)),b=l.useMemo(()=>l.createElement(l.Fragment,null,l.createElement(R.FocusScope,{key:e.original._createKey,contain:!0,restoreFocus:!0,autoFocus:!0},l.createElement("div",Object.assign({},h,{role:"row",ref:o}),l.createElement("input",{type:"hidden",name:"_rowIndexPath",value:e.id}),l.createElement("input",{type:"hidden",name:"_inlineEditingUniqueId",value:e.original[v]}),p.map(e=>Ki(e,g)))),w),[e.original._createKey]);return e.isEditing?b:l.createElement(l.Fragment,null,l.createElement("div",Object.assign({},h,{role:"row",ref:o}),p.map(e=>Ki(e,g))),w)})),Gi=({cell:e})=>{const t={...e.getHeaderProps(),...e.getSortByToggleProps&&e.getSortByToggleProps({title:void 0}),className:n("yt-table__cell flex flex-1 truncate p-2 align-middle text-grey-700 hover:text-black",e.className,{"yt-table__cell__group":!!e.columns,"cursor-pointer":!e.disableSorting,"justify-start text-left":"left"===e.align,"justify-end text-right":"right"===e.align,"justify-center text-center":"center"===e.align||!e.align}),style:{...e.style,flex:e.flex}};return e.isSorted&&(t["aria-sort"]=e.isSortedDesc?"descending":"ascending"),l.createElement("div",Object.assign({},t,{key:e.id,"data-taco":"table-column"}),l.createElement("span",{className:"truncate"},e.render("Header")),e.isSorted?l.createElement(Za,{name:e.isSortedDesc?"chevron-down-solid":"chevron-up-solid",className:"-mt-0.5"}):null)},Wi=()=>null,Ui=l.forwardRef((function(e,t){const a=Bn(t),{autoFocus:r,children:o,headerGroups:i,headerRef:s,bodyRef:c,...d}=e;l.useEffect(()=>{r&&a.current&&a.current.focus()},[]);const u=n("yt-table flex flex-col focus:yt-focus focus:rounded-sm",e.className);return l.createElement("div",Object.assign({},d,{role:"table",className:u,ref:a}),l.createElement("div",{role:"rowgroup",className:"yt-table__head",ref:s},null==i?void 0:i.map((e,t)=>l.createElement("div",{key:t,role:"row",className:"border-grey-300 flex h-auto min-h-[2.5rem] w-full select-none border-t-0 border-b-2 font-bold"},e.headers.map((e,t)=>l.createElement(Gi,{key:t,index:t,cell:e}))))),l.createElement("div",{role:"rowgroup",className:"yt-table__body",ref:c},o))})),$i=l.forwardRef((function(e,t){const{emptyStateRenderer:a=Wi,...n}=e,r=Bn(t),{rowProps:o,tableProps:i,rows:s,prepareRow:c,pagination:d,instance:u}=Fi(n,r);let m;return d&&(m=l.createElement(No,{className:"my-4 w-full",length:d.length,pageIndex:d.pageIndex,pageSize:d.pageSize,setPageIndex:d.setPageIndex,setPageSize:d.setPageSize,showPageControls:d.length>d.pageSize,dangerouslyHijackGlobalKeyboardNavigation:e.dangerouslyHijackGlobalKeyboardNavigation})),l.createElement(l.Fragment,null,m,l.createElement(Ui,Object.assign({},i,{ref:r}),s.length?s.map((e,t)=>(c(e,t),l.createElement(qi,Object.assign({},o,{key:t,index:t,row:e,instance:u,headerGroups:i.headerGroups})))):a()),m)}));$i.Column=()=>null,$i.Group=()=>null;const Xi=l.forwardRef((function(e,t){return l.createElement($i,Object.assign({},e,{disablePagination:!1,ref:t}))}));Xi.Column=()=>null,Xi.Group=()=>null;const Ji=l.memo(({data:e,index:t,style:{...a}})=>{const{texts:n}=yn(),{rows:r,setRowHeight:o,rowProps:i,tableProps:s,instance:c,prepareRow:d,rowHeights:u}=e,m=r[t],f=l.useRef(null);return l.useEffect(()=>{null!=f&&f.current&&o(t,f.current.getBoundingClientRect().height)},[u[t]]),m?(d(m,t),l.createElement(qi,Object.assign({},i,{style:a,key:t,index:t,row:m,instance:c,headerGroups:s.headerGroups,setRowHeight:o,ref:f}))):l.createElement("div",{className:"yt-table__row",role:"row",style:a},l.createElement("div",{className:"yt-table__cell text-grey-300"},n.table.loading))},z.areEqual),Yi=(e={})=>{const t=Object.keys(e);return t.reduce((t,l)=>t+e[l],0)/t.length},Qi=l.forwardRef((function(e,t){const a=Bn(t),{emptyStateRenderer:r=Wi,length:o,loadMore:i,...s}=e,{rowProps:c,tableProps:d,rows:u,prepareRow:m,instance:f,state:v}=Fi({...s,windowed:!0},a),g=l.useRef(null),[h,p]=l.useState(null),w=Dn(a),b=Dn(g),x=w&&b?w.height-b.height:null,E=c.rowHeight||40,y=l.useRef({}),R=l.useCallback((e,t)=>{y.current[e]!==t&&(y.current={...y.current,[e]:t},h&&h.resetAfterIndex(0))},[]),V=l.useCallback(e=>y.current[e]||E,[]);l.useEffect(()=>{h&&void 0!==c.activeIndex&&h.scrollToItem(c.activeIndex,"start")},[h,c.activeIndex]),l.useEffect(()=>{y.current={},h&&h.resetAfterIndex(0)},[u.length]);const L=n(d.className,"yt-table--windowed",{"table-with-scrollbar":null!==x&&(E*e.data.length||0)>x});let M;if(x&&u.length){const e={height:x,itemData:{rows:u,setRowHeight:R,rowProps:c,tableProps:d,instance:f,prepareRow:m,state:v,rowHeights:y.current},estimatedItemSize:Yi(y.current),itemSize:V,width:"100%"};M=i&&o?l.createElement(C,{isItemLoaded:e=>!!u[e],itemCount:o,loadMoreItems:i},({onItemsRendered:t,ref:a})=>l.createElement(z.VariableSizeList,Object.assign({},e,{itemCount:o,onItemsRendered:t,ref:e=>{a(e),p(e)}}),Ji)):l.createElement(z.VariableSizeList,Object.assign({},e,{itemCount:u.length,ref:e=>{p(e)}}),Ji)}return l.createElement(Ui,Object.assign({},d,{className:L,headerRef:g,ref:a}),M||r())}));Qi.Column=()=>null,Qi.Group=()=>null;const Zi=e=>{var t;return null!==(t=null==e?void 0:e.split(".").map(Number))&&void 0!==t?t:[]},es=(e,t)=>{if(!t)return;const l=[...e],a=Zi(String(t));if(a.length){const e=a.shift();return a.reduce((e,t)=>{var l;return null==e||null===(l=e.subRows)||void 0===l?void 0:l[t]},l[e])}},ts=e=>{let t;if(e){const l=Zi(e);l.pop(),l.length&&(t=l.join("."))}return t},ls=(e,t,l={})=>{const a=JSON.parse(JSON.stringify(e));let n;if(t){var r;const e=Zi(t),o=es(a,e.join(".")),i=null!==(r=null==o?void 0:o.subRows)&&void 0!==r?r:[],s=e.map(e=>`[${e}]`).join(".subRows")+".subRows";i.unshift(l),V(a,s,i),e.push(0),n=e.join(".")}else a.unshift(l),n="0";return[a,n]},as=(e,t)=>{const l=JSON.parse(JSON.stringify(e)),a=Zi(t),n=Number(a.shift());if(a.length){const e=a.map(e=>`subRows[${e}]`).join(".");L(l[n],e),a.pop();const t=a.length?a.map(e=>`subRows[${e}]`).join(".")+".subRows":"subRows";V(l[n],t,O(M(l[n],t)))}else N(l,n);return l},ns=l.createContext({isActive:!1,editMode:{validationErrors:null,setValidationErrors:()=>{},rowMoveReason:{},setRowMoveReason:()=>{}},isHovered:!1,setIsHovered:()=>{}}),rs=({isActiveRow:e,children:t,meta:a})=>{const[n,r]=l.useState(!1),[o,i]=l.useState(null),[s,c]=l.useState({});l.useEffect(()=>{var t;const l=null===(t=a.tableRef.current)||void 0===t?void 0:t.contains(document.activeElement);e&&l&&a.editMode.moveToFirstColumn(a.focussableColumnIndexes)},[a.editMode.isEditing,a.focussableColumnIndexes]);const d=l.useMemo(()=>({isActive:e,editMode:{validationErrors:o,setValidationErrors:i,rowMoveReason:s,setRowMoveReason:c},isHovered:n,setIsHovered:r}),[e,n,s,o]);return l.createElement(ns.Provider,{value:d},t)},os=()=>l.useContext(ns),is=e=>"__select"===e||"__expansion"===e||"__actions"===e||"__draggable"===e,ss=l.memo(({lastSelectedRowIndex:e,rowIndex:t,isSelected:a,table:n,tableRef:r,texts:o,toggleSelected:i})=>{const s=n.options.meta;return l.createElement(un,{title:l.createElement(l.Fragment,null,a?o.table2.columns.select.select:o.table2.columns.select.deselect,l.createElement(Ri,{className:"ml-2",keys:["Space"]}))},l.createElement(An,{"aria-label":a?o.table2.columns.select.select:o.table2.columns.select.deselect,className:"hover:border-blue !mt-0",checked:a,onClick:l=>{var a,o,c;if(l.stopPropagation(),l.shiftKey){const[l,a]=[(c=t)<(o=(null==e?void 0:e.current)||0)?c:o,c>o?c:o];n.getRowModel().rows.slice(l,a+1).forEach(e=>e.toggleSelected(!0))}else i();e.current=t,s.setActiveRowIndex(t),null===(a=r.current)||void 0===a||a.focus()},onChange:()=>!1,tabIndex:-1}))}),cs=l.memo(({expandedRowRenderer:e,row:t,texts:a})=>{if(!e(t.original))return null;const n=t.getIsExpanded();return l.createElement(un,{title:l.createElement(l.Fragment,null,n?a.table2.columns.expansion.collapse:a.table2.columns.expansion.expand,l.createElement(Ri,{className:"ml-2",keys:["Ctrl",n?"←":"→"]}))},l.createElement(pn,{title:n?a.table2.columns.expansion.collapse:a.table2.columns.expansion.expand,appearance:"discrete",icon:n?"chevron-down":"chevron-right",onClick:e=>{e.stopPropagation(),t.toggleExpanded()},tabIndex:-1}))}),ds=(e,t)=>"function"==typeof e?e(t):e,us=l.memo(({row:e,actions:t,moreActions:a,isEditing:n,shouldPauseHoverState:r,table:o,texts:i})=>{const{isActive:s,isHovered:c}=os();if(!s&&(!c||r)||n)return null;const d=t=>void 0===t.visible||("function"==typeof t.visible?t.visible(e.original):t.visible),u=t.filter(d),m=a.filter(d),f="group-hover/row:flex group-[[aria-current]]/row:flex hidden",v=o.options.meta.activeRowIndex===e.index?0:-1;return l.createElement("span",{className:"-mb-2 -mt-2 flex justify-end text-right"},u.map((t,a)=>l.createElement(pn,{key:a,className:f,"aria-label":ds(t.ariaLabel,e.original),appearance:"discrete",dialog:t.dialog?t.dialog(e.original):void 0,disabled:ds(t.disabled,e.original),icon:ds(t.icon,e.original),onClick:l=>{l.stopPropagation(),t.onClick&&t.onClick(e.original)},tabIndex:v,tooltip:ds(t.text,e.original)})),m.length?l.createElement(pn,{className:f,"aria-label":i.table2.columns.actions.tooltip,appearance:"discrete",icon:"more",onClick:e=>{e.preventDefault()},tabIndex:v,menu:t=>l.createElement(po,Object.assign({},t),l.createElement(po.Content,null,m.map((t,a)=>l.createElement(po.Item,{key:a,dialog:t.dialog?t.dialog(e.original):void 0,disabled:ds(t.disabled,e.original),icon:ds(t.icon,e.original),onClick:()=>{t.onClick&&t.onClick(e.original)}},ds(t.text,e.original))))),tooltip:i.table2.columns.actions.tooltip}):null)}),ms=(e="normal",t=!1)=>n("min-h-0 flex items-start",((e,t=!1)=>{switch(e){case"compact":return t?"py-0":"py-1.5";case"comfortable":return t?"py-2":"py-3.5";case"spacious":return t?"py-3":"py-5";default:return t?"py-1":"py-2.5"}})(e,t),t?"px-[7px]":"px-4"),fs=(e="left")=>({"justify-start text-left":"left"===e,"justify-end text-right":"right"===e,"justify-center text-center":"center"===e}),vs=l.forwardRef((function(e,t){var a;const{column:r,scrolled:o,style:i,table:s,...c}=e,d=!!r.getIsPinned(),u=s.options.meta.columnOffsets[r.id],m=s.getLeftVisibleLeafColumns().map(e=>e.id),f=n("border-grey-300",((e,t,l)=>{const a=!!e.getIsPinned(),n=t.indexOf(e.id),r=a&&n===t.length-1;return{"shadow-[6px_0px_6px_rgb(0_0_0/8%),1px_0px_0px_theme(colors.grey.300)]":r&&l,"shadow-[1px_0px_0px_theme(colors.grey.300)]":r&&!l&&!(!l&&("__expansion"===e.id||"__select"===e.id))}})(r,m,o),fs(null===(a=r.columnDef.meta)||void 0===a?void 0:a.align),{"cursor-pointer":!!c.onClick},c.className);return l.createElement("div",Object.assign({},c,{className:f,style:{...i,left:d&&Number.isInteger(u)?u:void 0},ref:t}))})),gs=t.forwardRef((function(e,l){const{label:a,onChange:r,...o}=e,i=Sn(e.id),s=n("group h-5 w-9 flex flex-shrink-0 rounded-full inline-flex",{"mr-2":!!a,"bg-grey-500 hover:bg-grey-300 aria-checked:bg-blue-500 aria-checked:hover:bg-blue-300 focus:yt-focus":!e.disabled,"bg-grey-100 cursor-not-allowed aria-checked:bg-blue-300":e.disabled},e.className);let c=null;a&&(c={"aria-labelledby":i+"-label",id:i});const d=t.createElement(S.Root,Object.assign({},o,c,{className:s,onCheckedChange:r,ref:l}),t.createElement(S.Thumb,{className:"'will-change-transform mt-0.5 h-4 w-4 translate-x-[0.15rem] rounded-full bg-white transition-transform group-disabled:opacity-50 group-aria-checked:translate-x-[1.1rem]"}));if(a){const l=n("flex self-start cursor-pointer",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:l},d,t.createElement("label",{htmlFor:i,id:i+"-label"},a))}return d}));var hs;gs.displayName="Switch",function(e){e[e.Contains=0]="Contains",e[e.DoesNotContain=1]="DoesNotContain",e[e.IsEqualTo=2]="IsEqualTo",e[e.IsNotEqualTo=3]="IsNotEqualTo",e[e.IsGreaterThan=4]="IsGreaterThan",e[e.IsLessThan=5]="IsLessThan",e[e.IsBetween=6]="IsBetween",e[e.IsOneOf=7]="IsOneOf",e[e.IsNoneOf=8]="IsNoneOf",e[e.IsAllOf=9]="IsAllOf",e[e.IsEmpty=10]="IsEmpty",e[e.IsNotEmpty=11]="IsNotEmpty"}(hs||(hs={}));const ps=e=>String(null!=e?e:"").toLocaleLowerCase(),ws=(e,t)=>ps(e).includes(ps(t)),bs=(e,t)=>ps(e)===ps(t),xs=(e,t)=>ws(e,t),Es=(e,t)=>{try{if(t.comparator===hs.IsEmpty||t.comparator===hs.IsNotEmpty){const l=null==e||""===e;return t.comparator===hs.IsEmpty?l:!l}if(null==t.value||""===t.value)return!0;switch(t.comparator){case hs.Contains:return ws(e,t.value);case hs.DoesNotContain:return!ws(e,t.value);case hs.IsEqualTo:return m.isDate(e)?m.isDate(t.value)&&mr(e,t.value):"boolean"==typeof t.value?e===t.value:bs(e,t.value);case hs.IsNotEqualTo:return m.isDate(e)?m.isDate(t.value)&&!1===mr(e,t.value):"boolean"==typeof t.value?e!==t.value:!bs(e,t.value);case hs.IsGreaterThan:if(m.isDate(e))return m.isDate(t.value)&&m.isAfter(e,t.value);{const l=parseInt(e);return!isNaN(l)&&void 0!==t.value&&l>t.value}case hs.IsLessThan:if(m.isDate(e))return m.isDate(t.value)&&m.isBefore(e,t.value);{const l=parseInt(e);return!isNaN(l)&&void 0!==t.value&&l<t.value}case hs.IsBetween:{const[l,a]=t.value;if(m.isDate(e))return!(m.isDate(l)&&m.isBefore(e,l)||m.isDate(a)&&m.isAfter(e,a));{const t=parseInt(e);return!(isNaN(t)||void 0!==l&&t<l||void 0!==a&&t>a)}}case hs.IsOneOf:return!!Array.isArray(t.value)&&t.value.includes(e);case hs.IsNoneOf:return!!Array.isArray(t.value)&&!1===t.value.includes(e);case hs.IsAllOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.filter(t=>e.includes(t)).length===t.value.length}return!1}catch(e){return console.error(e),!0}};var ys;!function(e){e[e.FIRST=0]="FIRST",e[e.LAST=1]="LAST",e[e.PREV=2]="PREV",e[e.NEXT=3]="NEXT"}(ys||(ys={}));const Rs=(e,t,l)=>{const a=l.indexOf(t);return-1===e?a-1>0?a-1:0:a+1<l.length?a+1:a};var zs;!function(e){e.SEARCH="SEARCH",e.SORTING="SORTING",e.FILTER="FILTER"}(zs||(zs={}));const Cs=({reason:e,columnName:t,mountNode:a,validationErrors:n})=>{const r=l.useMemo(()=>{const e=document.createElement("div");return e.className+="z-[3] rounded-b-md items-center wcag-blue-500 absolute left-0 top-full ml-1 whitespace-nowrap px-1 py-0.5 text-xs font-bold shadow-sm",e},[]),o=(e=>{let t="",l="";const{texts:a}=yn();switch(e){case zs.FILTER:t=a.table2.editing.rowIndicator.rowWillBeHidden,l=a.table2.editing.rowIndicator.rowWillMoveReasonFilter;break;case zs.SEARCH:t=a.table2.editing.rowIndicator.rowWillBeHidden,l=a.table2.editing.rowIndicator.rowWillMoveReasonSearch;break;case zs.SORTING:t=a.table2.editing.rowIndicator.rowWillMove,l=a.table2.editing.rowIndicator.rowWillMoveReasonSorting}return{title:t,description:l}})(e);return l.useEffect(()=>(null==a||a.classList.add("relative"),null==a||a.appendChild(r),()=>{null==a||a.classList.remove("relative"),null==a||a.removeChild(r)}),[!!n]),A.createPortal(l.createElement(un,{title:o.description.replace("[COLUMN]",t)},l.createElement("span",{className:"flex gap-1 hover:cursor-pointer"},l.createElement(Za,{name:"info",className:"!h-4 !w-4 rounded-full bg-white !p-0 text-blue-500"}),o.title)),r)},Vs=({className:e,...t})=>{const a=l.useRef(null),{truncated:r}=((e,t=[])=>{const a=e=>null!==e&&e.offsetWidth<e.scrollWidth,[n,r]=l.useState(a(e));return l.useEffect(()=>{r(a(e))},[e,...t]),{truncated:n}})(a.current),o=l.createElement("span",Object.assign({className:n("truncate px-px text-xs font-normal leading-normal text-red-500",{"hover:cursor-pointer":r},e),ref:a,role:"alert"},t));return r?l.createElement(un,{title:t.children},o):o},Ls=(e,t)=>m.isDate(e)&&m.isDate(t)?!mr(e,t):Array.isArray(e)?JSON.stringify(e)!==JSON.stringify(t):e!==t,Ms=function(e){var t,a,r;const{cell:o,index:i,isLastRow:s,rowIndex:c,rows:d,scrollToIndex:u,scrollToOffset:m,table:f,tableRef:v,...g}=e,h=f.options.meta,{addFocussableColumnIndex:p,focussableColumnIndexes:w}=h,{editMode:{validationErrors:b,rowMoveReason:x},isHovered:E}=os(),y=!!b,R=l.useRef(null),z=l.useRef(null),C=null===(t=o.column.columnDef.meta)||void 0===t?void 0:t.className,V=h.activeRowIndex===c,L=!!o.column.getIsPinned(),M=h.dragging[o.row.id],O=o.row.getIsSelected(),N=!is(o.column.id),S=!(null===(a=o.column.columnDef.meta)||void 0===a||!a.control),A=f.getVisibleLeafColumns(),j=A.length>0?A.length-1:0,k=h.editMode.isEditing&&V,I=k&&N,D=I&&h.editMode.columnIndex===i,B=h.editMode.isEditing&&E&&!h.shouldPauseHoverState,P=Object.keys(x).length>0;l.useEffect(()=>{var e;return P&&s&&(null===(e=v.current)||void 0===e||e.classList.add("pb-4")),()=>{var e;return null===(e=v.current)||void 0===e?void 0:e.classList.remove("pb-4")}},[P,s]);const T=n('[&>[data-taco="tag"]]:-my-0.5',{"border-b":!s,"sticky z-[1]":L,"bg-white":!V&&!O,"group-hover/row:bg-grey-100":!V&&!O&&!h.shouldPauseHoverState,"bg-grey-200 group-hover/row:bg-grey-200":V&&!O,"bg-blue-100":O,"!wcag-blue-500":M,"[&>*]:!grayscale [&_.bg-white]:!bg-grey-100":!k&&B,"!bg-red-100":y,"z-[1]":L&&V,"z-[2]":L&&V&&0===i,"border-blue !border-y-2 border-x-0":P,"border-l-2 rounded-l":P&&0===i,"border-r-2 rounded-r":P&&i===j},ms(null===(r=f.options.meta)||void 0===r?void 0:r.rowDensity,(k||B)&&S),"function"==typeof C?C(o.row,f):C),_=e=>{if(0===e.button){const e=document.activeElement,t=null==e?void 0:e.closest('[role="cell"]'),l=h.activeRowIndex!==c;t&&l&&e.blur(),h.setActiveRowIndex(c),h.editMode.isEditing&&(w.includes(i)?h.editMode.setColumn(i):h.editMode.setColumn(w[0]))}},F={...g,column:o.column,table:f,className:T,"data-column-index":i,"data-row-index":c,onMouseDown:_,ref:R,role:"cell"},[K,q]=l.useState(!1),G=n({"!shadow-[0_0_0_4px_rgba(0,99,255,0.25)]":K});l.useEffect(()=>{h.editMode.columnIndex!==i&&q(!1)},[h.editMode.columnIndex]),l.useEffect(()=>{var e;k&&z.current&&["A","BUTTON","INPUT","TEXTAREA","SELECT","DETAILS"].includes((e=z.current).nodeName)&&!e.hasAttribute("disabled")&&!e.hasAttribute("readonly")&&!e.getAttribute("aria-hidden")&&p(i)},[k,w,p,i]);const W=e=>{e===ys.PREV?h.moveToPreviousRow(d,e=>u(e-1)):e===ys.NEXT&&h.moveToNextRow(d,e=>u(e+2))};if(h.editMode.onSave&&S&&(I||B&&N)){if(F.onMouseDown=e=>{_(e);const t=e.target,l=null!==t&&"INPUT"===t.nodeName;l&&t!==document.activeElement?(e.preventDefault(),setTimeout(()=>{t.select()},1)):l&&t===document.activeElement&&0===e.button&&q(!0)},I){var U,$;const e=null!==(U=w.at(0))&&void 0!==U?U:0,t=null!==($=w.at(-1))&&void 0!==$?$:0;F.onKeyDown=l=>{const a=l.target;if("INPUT"===a.nodeName&&"true"===(null==a?void 0:a.getAttribute("data-inline-editing-component"))||!l.isDefaultPrevented()&&!l.isPropagationStopped())if("INPUT"!==a.tagName||"Enter"!==l.key)if("Escape"===l.key&&l.currentTarget.contains(a)){l.preventDefault();const e=a;var n,r;K?(null==e||null===(n=e.select)||void 0===n||n.call(e),q(!1)):(h.editMode.toggleEditing(!1),null===(r=v.current)||void 0===r||r.focus())}else if(!K&&"ArrowLeft"===l.key||"Tab"===l.key&&l.shiftKey){l.preventDefault();const t=0===c,n=i===e;l.ctrlKey||l.metaKey?n||(a.blur(),h.editMode.moveToFirstColumn(w)):t&&n||(a.blur(),h.editMode.moveToPreviousColumn(w,W))}else if(!K&&"ArrowRight"===l.key||"Tab"===l.key&&!l.shiftKey){l.preventDefault();const e=i===t;l.ctrlKey||l.metaKey?e||(a.blur(),h.editMode.moveToLastColumn(w)):s&&e||(a.blur(),h.editMode.moveToNextColumn(w,W))}else{if(!K&&"ArrowUp"===l.key){if(l.preventDefault(),0===c)return;return a.blur(),l.ctrlKey||l.metaKey?(h.setActiveRowIndex(0),m(0)):W(ys.PREV),void h.setShouldPauseHoverState(!0)}if(!K&&"ArrowDown"===l.key){if(l.preventDefault(),c===d.length-1)return;return a.blur(),l.ctrlKey||l.metaKey?(h.setActiveRowIndex(d.length-1),u(d.length+20)):W(ys.NEXT),void h.setShouldPauseHoverState(!0)}}else{l.preventDefault();const e=a;var o,f,g;K||(null===(o=e.setSelectionRange)||void 0===o||o.call(e,null===(f=e.value)||void 0===f?void 0:f.length,null===(g=e.value)||void 0===g?void 0:g.length),q(!0))}}}return l.createElement(vs,Object.assign({},F),l.createElement(Os,{detailModeClassName:G,cell:o,cellRef:R,columnIndex:i,isEditingThisCell:D,onSave:h.editMode.onSave,rowIndex:c,table:f,tableRef:v,ref:z,rowValues:d[c].original,rowsLength:d.length}))}return h.onRowClick&&(F.onClick=e=>{var t;e.target===R.current&&(null===(t=h.onRowClick)||void 0===t||t.call(h,o.row.original))}),l.createElement(vs,Object.assign({},F),H.flexRender(o.column.columnDef.cell,o.getContext()))},Os=l.memo(l.forwardRef((e,t)=>{var a,r,o,i,s;const{cell:c,cellRef:d,columnIndex:u,detailModeClassName:m,isEditingThisCell:f=!1,onSave:v,rowIndex:g,rowValues:h,table:p,tableRef:w}=e,{editMode:{validationErrors:b,setValidationErrors:x,rowMoveReason:E,setRowMoveReason:y},isHovered:R}=os(),z=Bn(t),C=c.column.id,V=null==b?void 0:b[C],L=c.getValue(),M=c.column.columnDef.header,O=p.options.meta,{globalFilter:N}=p.getState(),[H,S]=l.useState(L),A=!(O.editMode.isEditing&&O.activeRowIndex!==g&&R||!V),j=l.useRef(L),k=function(e){try{let t=H;e.target||(t=e);const l=function(){if(Ls(L,t)){const e=Jo((function(){const e={...c.row.original,[C]:t};return Promise.resolve(v(e,C)).then((function(){O.shouldPauseSortingAndFiltering&&(O.lastSortedOrFilteredRows.current=O.lastSortedOrFilteredRows.current.map(t=>(t.id===c.row.id&&(t.original=e),t))),x(null)}))}),(function(e){x({...b,...e})}));if(e&&e.then)return e.then((function(){}))}}();return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}};l.useEffect(()=>{var e;const t=null===(e=O.tableRef.current)||void 0===e?void 0:e.contains(document.activeElement),l=document.body===document.activeElement;var a,n;f&&(t||l)&&(null===(a=z.current)||void 0===a||null===(n=a.focus)||void 0===n||n.call(a))},[f,z.current]);const I=l.useMemo(()=>{const e=p.getState().columnPinning.left;if(Array.isArray(e)&&e.length>0){const l=e[e.length-1],a=O.columnOffsets[l];var t;if(void 0!==a)return a+(null!==(t=p.getState().columnSizing[l])&&void 0!==t?t:0)}return 0},[O.columnOffsets,p.getState().columnSizing]),D=e=>{var t,l,a;O.editMode.setColumn(u),null!==(t=e.target)&&void 0!==t&&t.select&&(null===(a=e.target)||void 0===a||a.select());const n=null===(l=d.current)||void 0===l?void 0:l.getBoundingClientRect(),r=O.columnOffsets[C];var o;n&&r&&n.left<I&&(null===(o=w.current)||void 0===o||o.scrollTo(r-I,w.current.scrollTop))};l.useEffect(()=>(Ls(j.current,H)?B():P(),P),[H]);const B=()=>{var e;let t=null;Object.values({...h,[C]:H}).some(e=>xs(String(e),N?String(N):""))?c.column.getIsFiltered()&&!Es(H,c.column.getFilterValue())?t=zs.FILTER:!t&&c.column.getIsSorted()&&((e,t,l,a,n)=>{const r=[{...t.row,original:{...t.row.original,[t.column.id]:e}}];r[0].getValue=()=>e;let o=0;l>0&&(r.unshift(a[l-1]),o=1),l<a.length-1&&r.push(a[l+1]);let i=[...r].sort((e,l)=>t.column.getSortingFn()(e,l,t.column.id));return n&&(i=i.reverse()),i[o].id!==t.row.id})(H,c,g,p.getRowModel().rows,!(null===(e=p.getState().sorting.find(e=>e.id===c.column.id))||void 0===e||!e.desc))&&(t=zs.SORTING):t=zs.SEARCH,null!==t&&(O.setShouldPauseSortingAndFiltering(!0),y({[C]:t}))},P=()=>{y(e=>{const t={...e};return delete t[C],t})},T=null===(a=c.column.columnDef.meta)||void 0===a?void 0:a.control,_={"aria-label":M,onBlur:k,onFocus:D,ref:t,"data-inline-editing-component":"true"},F=n(fs(null===(r=c.column.columnDef.meta)||void 0===r?void 0:r.align)),K=null===(o=d.current)||void 0===o||null===(i=o.parentElement)||void 0===i?void 0:i.querySelector(":first-child");let q;if(T)if("function"==typeof T)q=T({invalid:A,onBlur:k,onFocus:D,ref:z,setValue:S,value:H,"data-inline-editing-component":"true",className:m},c.row.original);else switch(T){case"datepicker":q=l.createElement(yr,Object.assign({},_,{className:m,invalid:A,onBlur:e=>{k(e.detail)},onChange:e=>{S(e.detail)},ref:z,value:H}));break;case"switch":q=l.createElement(gs,Object.assign({},_,{className:n("mx-2 mt-1.5",m),checked:Boolean(H),onChange:S,ref:z}));break;default:q=l.createElement(Fn,Object.assign({},_,{className:n(F,m),invalid:A,onChange:e=>{S(e.target.value)},ref:z,value:String(null!=H?H:"")}))}const G=null!==(s=E[C])&&void 0!==s?s:null;return l.createElement(l.Fragment,null,null!==G&&l.createElement(Cs,{reason:G,columnName:String(c.column.columnDef.header),mountNode:K,validationErrors:b}),l.createElement("span",{className:"relative flex-grow"},q,A&&l.createElement(Vs,null,String(V))))})),Ns=function(e){var t,a,r,o,i,s,c,d,u;const{header:m,index:f,isLastColumn:v,table:g,tableRef:h,...p}=e,w=l.useRef(null),b=!!m.column.getIsPinned(),x=g.getState().columnSizingInfo.isResizingColumn&&g.getState().columnSizingInfo.isResizingColumn!==m.id,E=n("group/header sticky top-0 bg-white border-b-2 relative font-bold z-[5] hover:z-[6]",{"z-[6]":m.column.getIsResizing(),"z-[7]":b,"cursor-pointer select-none":m.column.getCanSort(),"hover:bg-grey-100":m.column.getCanSort()||m.column.getCanResize()||(null===(t=m.column.columnDef.meta)||void 0===t?void 0:t.menu),"pointer-events-none":x},ms("normal"),null===(a=m.column.columnDef.meta)||void 0===a?void 0:a.headerClassName,e.className),y=m.column.getCanSort()?e=>{var t;0===e.button&&(e.preventDefault(),g.resetRowSelection(),m.column.toggleSorting(),null===(t=h.current)||void 0===t||t.focus())}:void 0,R=e=>{e.stopPropagation(),m.getResizeHandler()(e)},z=l.createElement("div",{className:"truncate",ref:w},H.flexRender(m.column.columnDef.header,m.getContext()));return l.createElement(vs,Object.assign({},p,{column:m.column,table:g,"aria-sort":null!==(r={asc:"ascending",desc:"descending"}[m.column.getIsSorted()])&&void 0!==r?r:"none",className:E,onMouseDown:y,ref:e=>{if(e&&!g.getState().columnSizing[m.id]){const t=Math.ceil(e.getBoundingClientRect().width);g.setColumnSizing(e=>({...e,[m.id]:!is(m.id)&&t<80?80:t}))}},role:"columnheader","data-column-index":f}),is(m.id)?H.flexRender(m.column.columnDef.header,m.getContext()):l.createElement("div",{className:n("flex flex-grow overflow-hidden",{"group-hover/header:-ml-2":!!m.column.getIsSorted()&&!(null===(o=m.column.columnDef.meta)||void 0===o||!o.menu)},fs(null===(i=m.column.columnDef.meta)||void 0===i?void 0:i.align))},null!==(C=w.current)&&C.scrollWidth>C.offsetWidth?l.createElement(un,{title:null!==(s=null===(c=m.column.columnDef.meta)||void 0===c?void 0:c.tooltip)&&void 0!==s?s:z,placement:"top"},z):z,null!==(d={asc:l.createElement(Za,{name:"chevron-up-solid",className:"pointer-events-none -my-0.5"}),desc:l.createElement(Za,{name:"chevron-down-solid",className:"pointer-events-none -my-0.5"})}[m.column.getIsSorted()])&&void 0!==d?d:null),null!==(u=m.column.columnDef.meta)&&void 0!==u&&u.menu?l.createElement(Hs,{header:m}):null,m.column.getCanResize()?l.createElement(un,{placement:"top",title:"Resize column"},l.createElement("div",{className:n("invisible absolute right-0 top-0 flex h-full cursor-col-resize touch-none select-none rounded py-0.5 group-hover/header:visible",{"-mr-2.5 w-5 justify-center":!v,"w-2":v,"!visible":m.column.getIsResizing()}),onDoubleClick:()=>{var e;const t=null===(e=m.column.columnDef.meta)||void 0===e?void 0:e.defaultWidth;g.setColumnSizing(e=>{const l={...e};return t?l[m.id]=!is(m.id)&&t<80?80:t:delete l[m.id],l})},onMouseDown:R,onTouchStart:R,onClick:e=>{e.stopPropagation(),e.preventDefault()}},l.createElement("div",{className:n("h-full w-1 rounded",{"!bg-blue-500":m.column.getIsResizing(),"bg-grey-500 hover:bg-grey-700":!m.column.getIsResizing()})}))):null);var C},Hs=({header:e})=>{const[t,a]=l.useState(!1),r=n("-my-0.5 -mr-1 -ml-0.5 hidden !h-6 !min-h-[theme(spacing.6)] !w-6 !min-w-[theme(spacing.6)] flex-shrink-0 justify-end group-hover/header:flex",{"!flex":t});return e.column.columnDef.meta?l.createElement("div",{onMouseDown:e=>e.stopPropagation()},e.column.columnDef.meta.menu({trigger:l.createElement(pn,{className:r,icon:"more"}),open:t,onChange:a})):null},Ss=function(e){const{children:t,footer:a,index:r,table:o,...i}=e,s=!!a.column.getIsPinned(),c=n("group/header sticky bottom-0 bg-white border-t-2 relative",ms("normal"),{"z-[1]":s},e.className);return l.createElement(vs,Object.assign({},i,{column:a.column,table:o,className:c,role:"cell","data-column-index":r}),l.createElement("span",{className:"truncate"},t))},As={compact:33,normal:41,comfortable:49,spacious:57},js=({table:e})=>{const{texts:t}=yn(),a=e.options.meta;return l.createElement(pn,{"aria-label":t.table2.rowDensity.tooltip,icon:"density-"+a.rowDensity,menu:e=>l.createElement(po,Object.assign({},e),l.createElement(po.Content,{align:"end"},l.createElement(po.RadioGroup,{onChange:e=>a.setRowDensity(e),value:a.rowDensity},l.createElement(po.RadioGroup.Item,{value:"compact"},"Compact"),l.createElement(po.RadioGroup.Item,{value:"normal"},"Normal"),l.createElement(po.RadioGroup.Item,{value:"comfortable"},"Comfortable"),l.createElement(po.RadioGroup.Item,{value:"spacious"},"Spacious")))),tooltip:t.table2.rowDensity.tooltip})};function ks(e,t){var a;const n=l.Children.toArray(e).filter(e=>"SortableList"===e.type.displayName),r=n.find(e=>e.props.id===t);return r?null==r?void 0:r.props:null===(a=n.find(e=>l.Children.toArray(e.props.children).findIndex(e=>e.props.id===t)>-1))||void 0===a?void 0:a.props}function Is(e){const{children:t,reorder:a,move:n}=e;return l.createElement(k.DndContext,Object.assign({collisionDetection:k.closestCenter},e,{onDragOver:function(e){const{active:l,over:a}=e;if(null==l||!l.id||null==a||!a.id)return;const r=ks(t,l.id),o=ks(t,a.id);null!=r&&r.id&&null!=o&&o.id&&r.id!==o.id&&n(l.id,null==r?void 0:r.id,o.id)},onDragEnd:function(e){const{active:l,over:n}=e;if(null==l||!l.id||null==n||!n.id)return;const r=ks(t,l.id),o=ks(t,n.id);null!=r&&r.id&&null!=o&&o.id&&r.id===o.id&&a(l.id,n.id,o.id)}}),t)}function Ds(e){const{asChild:t,children:a,disabled:n=!1,id:r}=e,{attributes:o,listeners:i,setNodeRef:s,transform:c,transition:d}=I.useSortable({disabled:n,id:r}),u={transform:D.CSS.Transform.toString(c),transition:d},m={...o,...i,onPointerDown:e=>{e.target===e.currentTarget&&(null==i||i.onPointerDown(e))},ref:s,style:u};return t?l.cloneElement(a,m):l.createElement("div",Object.assign({},m),a)}function Bs(e){const{children:t,id:a,...n}=e,{setNodeRef:r}=k.useDroppable({id:a}),o=l.Children.toArray(t).map(e=>e.props);return l.createElement(I.SortableContext,{id:a,items:o,strategy:I.verticalListSortingStrategy},l.createElement("div",Object.assign({},n,{ref:a?r:void 0}),t))}Is.displayName="SortableContainer",Ds.displayName="SortableListItem",Bs.displayName="SortableList";const Ps=l.forwardRef((e,t)=>{var a;const{canBeReordered:n,column:r,isReorderingAllowed:o,...i}=e;let s;return n?s=l.createElement(Za,{name:"drag",className:"text-grey-500 hover:text-grey-700 mr-0.5 -ml-2 -mt-px cursor-move"}):o&&(s=l.createElement("span",{className:"mr-0.5 inline-flex w-4"})),l.createElement("div",Object.assign({},i,{className:"hover:bg-grey-100 aria-pressed:bg-grey-200 flex w-full items-center justify-between gap-x-2 rounded py-1 px-2 aria-pressed:z-10",ref:t}),l.createElement("span",{className:"pointer-events-none"},s,null!==(a=r.columnDef.header)&&void 0!==a?a:r.columnDef.id),r.getCanHide()?l.createElement(An,{checked:r.getIsVisible(),onChange:r.toggleVisibility}):null)}),Ts=(e,t)=>{var l;return!!e.options.enablePinning||!!e.options.meta.enableColumnReordering&&!(null!==(l=t.columnDef.meta)&&void 0!==l&&l.disableReordering)},_s=({state:e,moveColumn:t,reorderColumn:a,table:n})=>{var r;const{texts:o}=yn(),i=(t,l,n)=>{const r=e[n].find(e=>e.id===t),o=e[n].find(e=>e.id===l);r&&o&&a(r.id,o.id,"pinned"===n)},s=(l,a)=>{const n=e[a].find(e=>e.id===l);n&&t(n)},c=(e,t)=>n.options.enablePinning?l=>{l.stopPropagation(),s(e,t)}:void 0,d=null!==(r=n.options.meta.enableColumnReordering||n.options.enablePinning)&&void 0!==r&&r;return n.options.enablePinning?l.createElement(Is,{reorder:i,move:s},l.createElement("h5",{className:"mx-4"},o.table2.columnSettings.columnsPinned),l.createElement(Bs,{id:"pinned",className:"flex min-h-[theme(spacing.8)] flex-col gap-y-px overflow-x-hidden px-2"},e.pinned.length?e.pinned.map(e=>{var t;const a=Ts(n,e);return l.createElement(Ds,{key:e.id,disabled:null===(t=e.columnDef.meta)||void 0===t?void 0:t.disableReordering,id:e.id,asChild:!0},l.createElement(Ps,{canBeReordered:a,column:e,isReorderingAllowed:d,onDoubleClick:c(e.id,"pinned")}))}):l.createElement("p",{className:"text-grey-500 mb-0 flex h-8 items-center px-2"},o.table2.columnSettings.columnsPinnedDrop)),l.createElement("h5",{className:"mx-4"},o.table2.columnSettings.columnsOther),l.createElement(Bs,{id:"other",className:"flex min-h-[theme(spacing.8)] flex-col gap-y-px overflow-x-hidden px-2"},e.other.length?e.other.map(e=>{var t;const a=Ts(n,e);return l.createElement(Ds,{key:e.id,disabled:null===(t=e.columnDef.meta)||void 0===t?void 0:t.disableReordering,id:e.id,asChild:!0},l.createElement(Ps,{canBeReordered:a,column:e,isReorderingAllowed:d,onDoubleClick:c(e.id,"other")}))}):l.createElement("p",{className:"text-grey-500 mb-0 flex h-8 items-center px-2"},o.table2.columnSettings.columnsOtherDrop))):l.createElement(Is,{reorder:i,move:s},l.createElement(Bs,{id:"other",className:"flex min-h-[theme(spacing.8)] flex-col gap-y-px overflow-x-hidden px-2"},e.other.map(e=>{var t;const a=Ts(n,e);return l.createElement(Ds,{key:e.id,disabled:null===(t=e.columnDef.meta)||void 0===t?void 0:t.disableReordering,id:e.id,asChild:!0},l.createElement(Ps,{canBeReordered:a,column:e,isReorderingAllowed:d,onDoubleClick:c(e.id,"other")}))})))},Fs=(e,t,l=[])=>{const a=[...l];return a.splice(a.findIndex(e=>e.id===t),0,a.splice(a.findIndex(t=>t.id===e),1)[0]),a},Ks=({table:e})=>{const{texts:t}=yn(),[a,n]=l.useState(""),r=e.getAllLeafColumns().filter(e=>!is(e.id)),[o,i]=l.useState({pinned:r.filter(e=>e.getIsPinned()),other:r.filter(e=>!e.getIsPinned())}),s=e=>{o.pinned.find(t=>t.id===e.id)?i(t=>({pinned:t.pinned.filter(t=>t.id!==e.id),other:[e].concat(...t.other)})):i(t=>({pinned:t.pinned.concat(e),other:t.other.filter(t=>t.id!==e.id)}))},c=(e,t,l)=>{i(l?l=>({...l,pinned:Fs(e,t,l.pinned)}):l=>({...l,other:Fs(e,t,l.other)}))};return l.useEffect(()=>{const t=[];e.options.enableRowSelection&&t.push("__select"),e.options.enableExpanding&&t.push("__expansion"),e.setColumnPinning({left:t.concat(...o.pinned.map(e=>e.id))}),e.setColumnOrder(t.concat([...o.pinned,...o.other].map(e=>e.id)))},[o]),l.createElement(pn,{"aria-label":t.table2.columnSettings.tooltip,icon:"columns",popover:i=>l.createElement(Er,Object.assign({},i),l.createElement(Er.Content,{align:"end"},l.createElement("div",{className:"flex w-60 flex-col gap-2"},l.createElement(Fn,{onChange:e=>n(e.target.value),placeholder:t.table2.columnSettings.search,value:a}),l.createElement("div",{className:"-ml-4 -mb-2 max-h-64 w-[calc(100%_+_theme(spacing.8))] overflow-auto"},a?r.filter(e=>{var t;return null===(t=e.columnDef.header)||void 0===t?void 0:t.toString().includes(a)}).map(e=>l.createElement(Ps,{key:e.id,canBeReordered:!1,column:e,isReorderingAllowed:!1})):l.createElement(_s,{state:o,moveColumn:s,reorderColumn:c,table:e}))))),tooltip:t.table2.columnSettings.tooltip})},qs=({index:e,setSize:t,...a})=>{const n=l.useRef(null);return l.useEffect(()=>{if(n.current){var l;const a=null===(l=n.current)||void 0===l?void 0:l.getBoundingClientRect().height;t(t=>{var l;return a!==t[e]?{...t,[e]:null===(l=n.current)||void 0===l?void 0:l.getBoundingClientRect().height}:t})}},[]),l.createElement("div",Object.assign({className:"border-grey-300 bg-grey-50 col-span-full border-b p-4"},a,{ref:n}))},Gs=n(mn(),"hover:bg-white/[0.08] disabled:opacity-50 disabled:cursor-not-allowed flex-shrink-0 rounded px-2");function Ws(e,t){return"function"==typeof e?e(t):e}function Us(e,t,a){return e.map((e,n)=>{const r=l.createElement("button",{className:Gs,disabled:Ws(e.disabled,t),onClick:e.onClick?()=>e.onClick?e.onClick(t,a):void 0:void 0},e.icon?l.createElement(Za,{name:Ws(e.icon,t)}):null,Ws(e.text,t));return l.createElement(l.Fragment,{key:n},"function"==typeof e.dialog?e.dialog(t,a)({trigger:r}):r)})}function $s({actionsForTable:e=[],summary:t,table:a,...r}){const o=n("bg-blue-900 yt-shadow flex w-96 flex-col gap-2 divide-y divide-white/25 rounded p-2 text-white",r.className),i=l.useRef(null),s=((e,t=[])=>{const[a,n]=l.useState();return l.useEffect(()=>{if(e.current){const t=ni(e.current);n(t)}},[e,...t]),a})(i,e),c=a.getSelectedRowModel().rows,d=c.map(e=>e.original),u=()=>a.toggleAllRowsSelected(!1),m=e.filter(e=>void 0===e.visible||("function"==typeof e.visible?e.visible(d):e.visible));let f;if(null!=s&&s<e.length){const e=m.slice(0,s),t=m.slice(s);f=l.createElement(l.Fragment,null,Us(e,d,u),t.length?l.createElement(po,null,l.createElement(po.Trigger,null,l.createElement("button",{className:n(Gs,"ml-auto w-8")},l.createElement(Za,{name:"more",className:"m-0 p-0"}))),l.createElement(po.Content,null,t.map((e,t)=>l.createElement(po.Item,{key:t,dialog:e.dialog?e.dialog(d,u):void 0,disabled:Ws(e.disabled,d),icon:Ws(e.icon,d),onClick:e.onClick?()=>e.onClick?e.onClick(d,u):void 0:void 0},Ws(e.text,d))))):null)}else f=Us(m,d,u);return l.createElement("div",Object.assign({},r,{className:o,tabIndex:0}),l.createElement("div",{className:"flex items-center justify-between gap-2 px-2"},c.length," items selected ",t?" - "+t(d):void 0,l.createElement(un,{title:"Reset selected",placement:"top"},l.createElement("button",{"aria-label":"Reset selected",className:"rounded hover:bg-white/[0.08]",onClick:u},l.createElement(Za,{name:"close"})))),l.createElement("div",{className:"flex w-full gap-px overflow-hidden px-1 pt-2",ref:i},f))}const Xs=({row:e,rowIndex:t,table:a,...n})=>{const{setIsHovered:r}=os(),o=a.options.meta,i={...n,"aria-current":!(o.activeRowIndex!==t)||void 0,"aria-grabbed":!!o.dragging[e.id]||void 0,"data-row-index":t,draggable:!!o.enableRowDragging||void 0,onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),role:"row"};return l.createElement("div",Object.assign({},i))},Js=e=>l.createElement(rs,{isActiveRow:e.table.options.meta.activeRowIndex===e.rowIndex,meta:e.table.options.meta},l.createElement(Xs,Object.assign({},e))),Ys=({allColumns:e,column:t,index:a,table:n,...r})=>l.createElement(Ei,Object.assign({},r,{autoFocus:!0,onChange:e=>{n.setColumnFilters(t=>{const l=[...t];return l[a].id=e,l[a].value={},l})},value:t.id}),e.map(e=>l.createElement(Ei.Option,{key:e.id,disabled:!e.getCanFilter()||e.id!==t.id&&!!n.getState().columnFilters.find(t=>t.id===e.id),value:e.id},String(e.columnDef.header)))),Qs=({column:e,comparator:t,validComparators:a,...n})=>{const{texts:r}=yn();return l.useEffect(()=>{if(void 0===t){const t=a[0];e.setFilterValue(e=>({comparator:t,value:t!==hs.IsBetween||Array.isArray(e.value)?e.value:[]}))}},[]),l.createElement(Ei,Object.assign({},n,{onChange:t=>{e.setFilterValue(e=>({comparator:t,value:t===hs.IsBetween?[]:e.value}))},value:t}),a.map(e=>l.createElement(Ei.Option,{key:e,value:e},Zs(e,r))))},Zs=(e,t)=>{switch(e){case hs.Contains:return t.table2.filters.comparators.contains;case hs.DoesNotContain:return t.table2.filters.comparators.doesNotContain;case hs.IsEqualTo:return t.table2.filters.comparators.isEqualTo;case hs.IsNotEqualTo:return t.table2.filters.comparators.isNotEqualTo;case hs.IsGreaterThan:return t.table2.filters.comparators.isGreaterThan;case hs.IsLessThan:return t.table2.filters.comparators.isLessThan;case hs.IsBetween:return t.table2.filters.comparators.isBetween;case hs.IsOneOf:return t.table2.filters.comparators.isOneOf;case hs.IsNoneOf:return t.table2.filters.comparators.isNoneOf;case hs.IsAllOf:return t.table2.filters.comparators.isAllOf;case hs.IsEmpty:return t.table2.filters.comparators.isEmpty;case hs.IsNotEmpty:return t.table2.filters.comparators.isNotEmpty}},ec=({column:e,comparator:t,value:a})=>{var n,r;const o=e.columnDef.header;if(t===hs.IsEmpty||t===hs.IsNotEmpty)return null;if(t===hs.IsBetween){var i;const t=Array.isArray(a)?a[0]:void 0,n=Array.isArray(a)?a[1]:void 0;return"datetime"===(null===(i=e.columnDef.meta)||void 0===i?void 0:i.dataType)?l.createElement("div",{className:"flex flex-grow items-center gap-2"},l.createElement(yr,{"aria-label":o,onChange:t=>e.setFilterValue(e=>({...e,value:[t.detail,n]})),value:t}),l.createElement(yr,{"aria-label":o,onChange:l=>e.setFilterValue(e=>({...e,value:[t,l.detail]})),value:n})):l.createElement("div",{className:"flex flex-grow items-center gap-2"},l.createElement(Fn,{"aria-label":o,className:"flex-grow",placeholder:"from",onChange:t=>{const l=parseInt(t.target.value);e.setFilterValue(e=>({...e,value:[isNaN(l)?void 0:l,n]}))},value:null!=t?t:""}),l.createElement(Fn,{className:"flex-grow",placeholder:"to",onChange:l=>{const a=parseInt(l.target.value);e.setFilterValue(e=>({...e,value:[t,isNaN(a)?void 0:a]}))},value:null!=n?n:""}))}return"datetime"===(null===(n=e.columnDef.meta)||void 0===n?void 0:n.dataType)?l.createElement(yr,{"aria-label":o,onChange:t=>e.setFilterValue(e=>({...e,value:t.detail})),value:a}):"boolean"===(null===(r=e.columnDef.meta)||void 0===r?void 0:r.dataType)?l.createElement(gs,{"aria-label":o,onChange:t=>e.setFilterValue(e=>({...e,value:t})),checked:a}):l.createElement(Fn,{"aria-label":o,className:"flex-grow",onChange:t=>e.setFilterValue(e=>({...e,value:t.target.value})),required:!0,value:null!=a?a:""})},tc=e=>{var t,a,n;const{allColumns:r,column:o,index:i,table:s}=e,{comparator:c,value:d}=o.getFilterValue(),u=String(null!==(t=o.columnDef.header)&&void 0!==t?t:""),m=l.useRef(null);let f;const v=null===(a=o.columnDef.meta)||void 0===a?void 0:a.control;"function"==typeof v?f=v({onBlur:()=>Promise.resolve(),onFocus:()=>Promise.resolve(),ref:m,setValue:e=>o.setFilterValue(t=>({...t,value:e})),value:d,disabled:!1,readOnly:!1}):"input"===v?f=l.createElement(Fn,{"aria-label":u,onChange:e=>o.setFilterValue(t=>({...t,value:e.target.value})),value:String(null!=d?d:"")}):"datepicker"===v?f=l.createElement(yr,{"aria-label":u,onChange:e=>o.setFilterValue(t=>({...t,value:e.detail})),value:d}):"switch"===v&&(f=l.createElement(gs,{"aria-label":u,checked:Boolean(d),onChange:e=>o.setFilterValue(t=>({...t,value:e}))}));const g=lc(f,v);return l.createElement("div",{className:"mb-2 flex gap-2"},l.createElement("div",{className:"flex w-14 flex-shrink-0 items-center justify-end pr-2 text-right"},0===i?"Where":"And"),l.createElement(Ys,{className:"!w-32 flex-shrink-0",allColumns:r,column:o,index:i,table:s}),l.createElement(Qs,{className:"!w-32 flex-shrink-0",column:o,comparator:c,validComparators:g}),void 0!==c?l.createElement("div",{className:"flex flex-grow items-center"},null!==(n=f)&&void 0!==n?n:l.createElement(ec,{column:o,comparator:c,value:d})):null,l.createElement(pn,{appearance:"discrete",icon:"close",onClick:()=>o.setFilterValue(void 0)}))},lc=(e,t)=>{if(l.isValidElement(e)){const{props:t,type:l}=e;if("Select2"===l.displayName)return t.multiple?[hs.IsOneOf,hs.IsNoneOf,hs.IsAllOf]:[hs.IsEqualTo,hs.IsNotEqualTo]}switch(t){case"datepicker":return[hs.IsEqualTo,hs.IsNotEqualTo,hs.IsGreaterThan,hs.IsLessThan,hs.IsBetween];case"switch":return[hs.IsEqualTo];default:return[hs.Contains,hs.DoesNotContain,hs.IsEqualTo,hs.IsNotEqualTo,hs.IsEmpty,hs.IsNotEmpty,hs.IsGreaterThan,hs.IsLessThan,hs.IsBetween]}},ac=e=>{l.useEffect(()=>(document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}),[e])},nc=({length:e,table:t})=>{const{texts:a}=yn(),r=l.useRef(null),o=t.getAllLeafColumns().filter(e=>!is(e.id)),{shouldDisableTableActions:i}=t.options.meta,s=t.getState().columnFilters,c=s.reduce((e,t)=>{const l=o.find(e=>e.id===t.id);return l?[...e,l]:e},[]),d=()=>{const e=o.find(e=>e.getCanFilter()&&!s.find(t=>t.id===e.id));e&&e.setFilterValue({comparator:void 0,value:void 0})},u=()=>{t.resetColumnFilters()};return ac(e=>{var t;"f"===e.key&&(e.ctrlKey||e.metaKey)&&e.shiftKey&&(e.preventDefault(),null===(t=r.current)||void 0===t||t.click())}),l.createElement(Cn,{"aria-label":a.table2.filters.tooltip,appearance:s.length?"primary":"default",className:n({"!wcag-blue-100":s.length}),disabled:i,popover:n=>l.createElement(Er,Object.assign({},n),l.createElement(Er.Content,null,l.createElement("div",{className:"flex w-[40rem] flex-col gap-4"},l.createElement("div",{className:"flex w-full items-center gap-2"},l.createElement("h4",{className:"mb-0 inline-flex"},"Filter"),l.createElement("p",{className:"text-grey-700 mb-0 mr-auto mt-px inline-flex"},a.table2.filters.total.replace("[CURRENT]",String(t.getFilteredRowModel().rows.length)).replace("[TOTAL]",String(e)))),l.createElement("div",{className:"flex flex-col gap-2"},c.map((e,a)=>l.createElement(tc,{key:`${e.id}_${a}`,allColumns:o,index:a,column:e,table:t}))),l.createElement(Ir,{className:"justify-between"},l.createElement(Cn,{appearance:"discrete",onClick:d},"+ ",a.table2.filters.buttons.addFilter),s.length?l.createElement(Cn,{onClick:u},a.table2.filters.buttons.clearFilters):null)))),ref:r,tooltip:l.createElement(l.Fragment,null,a.table2.filters.tooltip,l.createElement(Ri,{className:"ml-2",keys:["Ctrl","Shift","F"]}))},l.createElement(Za,{name:s.length?"filter-solid":"filter"}),a.table2.filters.button," ",s.length?`(${s.length})`:"")},rc=e=>{const{value:t,...a}=e,{texts:r}=yn(),o=l.useRef(null);ac(e=>{var t;"f"!==e.key||!e.ctrlKey&&!e.metaKey||e.shiftKey||document.activeElement!==o.current&&(e.preventDefault(),null===(t=o.current)||void 0===t||t.focus())});const i=n("w-48",{"!wcag-blue-100":!!t});return l.createElement(Wr,Object.assign({},a,{className:i,onBlur:t=>{var l;null===(l=e.onSearch)||void 0===l||l.call(e,t.target.value)},onInput:t=>{var l;e.onInput&&e.onInput(t),t.isDefaultPrevented()||t.currentTarget.value||null===(l=e.onSearch)||void 0===l||l.call(e,"")},onKeyDown:t=>{var l;"Escape"===t.key&&(null===(l=e.onSearch)||void 0===l||l.call(e,""))},placeholder:r.table2.search.placeholder,ref:o}))},oc=l.forwardRef((function(e,t){const{scrollToIndex:a,table:r,tableRef:o}=e,{texts:i}=yn(),s=Bn(t),c=r.options.meta,{isEditing:d}=c.editMode,u=l.useCallback(e=>!!d&&(e.returnValue=!0,!0),[d]);ac(e=>{var t;"e"===e.key&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),null===(t=s.current)||void 0===t||t.click())}),l.useEffect(()=>(window.addEventListener("beforeunload",u),()=>{window.removeEventListener("beforeunload",u)}),[u]);const m=()=>{var e;c.editMode.toggleEditing(),null===(e=o.current)||void 0===e||e.focus(),a(c.activeRowIndex+1)},f=l.useMemo(()=>{const e=r.getVisibleFlatColumns().some(e=>{var t;return void 0!==(null===(t=e.columnDef.meta)||void 0===t?void 0:t.control)});return!e&&d&&m(),e},[r.getState().columnVisibility]);return l.createElement(Cn,{onClick:m,className:n({"!wcag-blue-100":c.editMode.isEditing}),disabled:!f,ref:s,tooltip:f?l.createElement(l.Fragment,null,i.table2.editing.tooltip,l.createElement(Ri,{className:"ml-2",keys:["Ctrl","E"]})):i.table2.editing.tooltipDisabled},l.createElement(Za,{name:"edit"}),i.table2.editing.button)}));function ic(e){return null}ic.displayName="Table2Column";const sc=l.forwardRef((function(e,t){const{emptyState:a,expandedRowRenderer:r,length:o=e.data.length,loadMore:i,onRowClick:s,toolbarLeft:c,toolbarRight:d,_experimentalActionsForTable:u,_experimentalActionsForTableSummary:m}=e,f=Bn(t),v=l.useRef(),{rows:g,table:h,footers:p}=function(e,t,a){var r,o,i,s,c,d,u;const{actionsForRow:m=[],data:f,defaultActiveRowIndex:v,disableColumnFiltering:g=!1,disableColumnHiding:h=!1,disableColumnPinning:p=!1,disableColumnReordering:w=!1,disableColumnResizing:b=!1,disableRowDensity:x=!1,disableRowExpansion:E=!1,disableRowSelection:y=!1,disableMultipleRowSelection:R=!1,disableSearch:z=!1,disableSorting:C=!1,expandedRowRenderer:V,manualColumnFiltering:L=!1,manualSearch:M=!1,manualSorting:O=!1,onChangeSettings:N,onRowClick:S,onRowDrag:A,onRowSelect:j,onSave:k,settings:I={},_experimentalActionsForTable:D}=t,B=!E&&!!V,P=!(y||!j&&(null==D||!D.length)),T=!R&&P,{columns:_,defaultColumnPinning:F,defaultColumnSizing:K,defaultSorting:q,defaultColumnVisibility:G,footers:W}=function(e,t,a){const{texts:r}=yn(),o=l.useRef(),i=H.createColumnHelper();return l.useMemo(()=>{var s;const c=[],d=[],u={},m={},f=[],v={};return l.Children.toArray(e).filter(e=>!!e).forEach(e=>{var a,n;l.isValidElement(e)&&(e.props.defaultPinned&&t.enableColumnPinning&&d.push(e.props.accessor),e.props.defaultWidth&&(u[e.props.accessor]=e.props.defaultWidth),e.props.defaultHidden&&t.enableColumnHiding&&(m[e.props.accessor]=!1),void 0!==e.props.sort&&f.push({id:e.props.accessor,desc:"desc"===e.props.sort}),e.props.footer&&(v[e.props.accessor]=e.props.footer),c.push({accessorKey:e.props.accessor,id:e.props.accessor,cell:t=>{const a=t.getValue();return"function"==typeof e.props.renderer?e.props.renderer(a,t.row.original):"string"==typeof a||"number"==typeof a?l.createElement("span",{className:"truncate"},a):null!=a?a:null},header:e.props.header,meta:{align:e.props.align,className:e.props.className,control:e.props.control,dataType:e.props.dataType,defaultWidth:e.props.defaultWidth,disableReordering:e.props.disableReordering,menu:e.props.menu,tooltip:e.props.tooltip},enableHiding:!e.props.disableHiding,enableColumnFilter:!e.props.disableFiltering,filterFn:t.enableColumnFiltering&&!e.props.disableFiltering?"tacoFilter":void 0,enableResizing:!e.props.disableResizing,minSize:null!==(a=e.props.minWidth)&&void 0!==a?a:80,size:e.props.defaultWidth,enableSorting:!e.props.disableSorting,sortingFn:(n=e.props.dataType,n&&"boolean"!==n?n:"auto")}))}),t.enableRowExpansion&&t.expandedRowRenderer&&(c.unshift(i.display(function(e,t){return{id:"__expansion",header:({table:e})=>l.createElement(un,{title:e.getIsSomeRowsExpanded()?t.table2.columns.expansion.collapseAll:t.table2.columns.expansion.expandAll},l.createElement(pn,{title:e.getIsSomeRowsExpanded()?t.table2.columns.expansion.collapseAll:t.table2.columns.expansion.expandAll,appearance:"discrete",className:"-mb-2 -mt-1.5",icon:e.getIsSomeRowsExpanded()?"chevron-down-double":"chevron-right-double",onClick:t=>{t.stopPropagation(),e.toggleAllRowsExpanded(!e.getIsSomeRowsExpanded())},tabIndex:-1})),cell:({row:a})=>l.createElement(cs,{expandedRowRenderer:e,row:a,texts:t}),meta:{align:"center",className:"items-center !p-0",headerClassName:"items-center hover:!bg-white !p-0"},enableResizing:!1,size:36}}(t.expandedRowRenderer,r))),d.unshift("__expansion")),t.enableRowSelection&&(c.unshift(i.display(function(e,t,a,n,r){let o,i;return e?(o=({table:e})=>l.createElement(un,{title:l.createElement(l.Fragment,null,e.getIsAllPageRowsSelected()?r.table2.columns.select.deselectAll:r.table2.columns.select.selectAll,l.createElement(Ri,{className:"ml-2",keys:["Ctrl","A"]}))},l.createElement(An,{"aria-label":e.getIsAllPageRowsSelected()?r.table2.columns.select.deselectAll:r.table2.columns.select.selectAll,className:"hover:border-blue !mt-0",checked:e.getIsAllPageRowsSelected(),indeterminate:e.getIsSomePageRowsSelected(),onChange:t=>e.toggleAllPageRowsSelected(t),onClick:()=>{var e;null===(e=n.current)||void 0===e||e.focus()},tabIndex:-1})),i=({row:e,table:a})=>l.createElement(ss,{lastSelectedRowIndex:t,rowIndex:e.index,isSelected:e.getIsSelected(),table:a,tableRef:n,texts:r,toggleSelected:e.toggleSelected})):i=({row:e,table:t})=>{const a=t.options.meta;return l.createElement("button",{className:"border-grey-300 focus:yt-focus flex h-5 w-5 mt-[0.45rem] flex-shrink-0 items-center justify-center self-start rounded-full border-2 bg-white hover:border-[5px] aria-checked:border-blue-500 aria-checked:bg-blue-500 hover:aria-checked:border-blue-300","aria-checked":e.getIsSelected(),onClick:t=>{var l;t.stopPropagation(),e.toggleSelected(),a.setActiveRowIndex(e.index),null===(l=n.current)||void 0===l||l.focus()},role:"radio",tabIndex:-1,type:"button"},e.getIsSelected()?l.createElement("span",{className:"h-2.5 w-2.5 rounded-full bg-white"}):null)},{id:"__select",header:o,cell:i,meta:{align:"center",className:a?"!pl-0 !pr-3":"!px-3",headerClassName:a?"!pl-0 !pr-3":"!px-3"},enableResizing:!1,size:46}}(t.enableMultipleRowSelection,o,t.onRowDrag,a,r))),d.unshift("__select")),t.onRowDrag&&(c.unshift(i.display(function(e,t){return{id:"__draggable",cell:({row:a,table:n})=>{const r=n.options.meta;return l.createElement("div",{draggable:!0,onDragStart:t=>{const l=a.getIsSelected()?n.getSelectedRowModel().rows:[a,...n.getSelectedRowModel().rows];r.setDragging(l.reduce((e,t)=>({...e,[t.id]:!0}),{}));const o=l.map(e=>e.original);t.dataTransfer.setData("text",JSON.stringify(o)),e(o,e=>{const l=document.createElement("div");l.id="taco_table_dragging",l.className="wcag-blue rounded flex w-48 p-4 absolute -ml-[100vw]",l.innerText=e,document.body.appendChild(l),t.dataTransfer.setDragImage(l,0,0)},e=>t.dataTransfer.setData("text",e))},onDragEnd:()=>{var e;null===(e=document.getElementById("taco_table_dragging"))||void 0===e||e.remove(),r.setDragging({})}},l.createElement(Za,{"aria-label":t.table2.columns.drag.tooltip,name:"drag",className:"text-grey-darkest invisible w-[20px] cursor-grab active:cursor-grabbing group-hover/row:visible group-[[aria-grabbed]]/row:text-white"}))},meta:{align:"center",className:"items-center !px-0",headerClassName:"items-center !px-0"},enableResizing:!1,size:10}}(t.onRowDrag,r))),d.unshift("__draggable")),null!==(s=t.actionsForRow)&&void 0!==s&&s.length&&c.push(i.display(function(e,t){const a=4===e.length?e:e.slice(0,3),r=e.slice(4===e.length?4:3);return{id:"__actions",cell:({row:e,table:n})=>{var o,i;return l.createElement(us,{row:e,actions:a,moreActions:r,texts:t,table:n,isEditing:!(null===(o=n.options.meta)||void 0===o||!o.editMode.isEditing),shouldPauseHoverState:!(null===(i=n.options.meta)||void 0===i||!i.shouldPauseHoverState)})},meta:{align:"right",className:(e,t)=>{var l;return n("items-center print:opacity-0 group-[[aria-current]]/row:sticky group-hover/row:sticky right-0 bg-transparent !px-1",{"group-[[aria-current]]/row:!shadow-[-6px_0px_6px_theme(colors.grey.200)]":!e.getIsSelected(),"group-hover/row:!shadow-[-6px_0px_6px_theme(colors.grey.100)]":!e.getIsSelected()&&(!(null!==(l=t.options.meta)&&void 0!==l&&l.shouldPauseHoverState)||t.options.meta.editMode.isEditing),"shadow-[-6px_0px_6px_theme(colors.blue.100)]":e.getIsSelected()})},headerClassName:"hover:!bg-white !px-1"},enableResizing:!1}}(t.actionsForRow,r))),{columns:c,defaultColumnPinning:d,defaultColumnSizing:u,defaultColumnVisibility:m,defaultSorting:f,footers:v}},[e])}(e,{actionsForRow:m,enableColumnFiltering:!g,enableColumnHiding:!h,enableColumnPinning:!p,enableRowExpansion:B,enableRowSelection:P,enableMultipleRowSelection:T,expandedRowRenderer:V,onRowDrag:A},a),U=l.useRef(null),$={columnOrder:null!==(r=null==I?void 0:I.columnOrder)&&void 0!==r?r:_.map(e=>e.id),columnPinning:{left:null!==(o=null!==(i=null==I||null===(s=I.columnPinning)||void 0===s?void 0:s.left)&&void 0!==i?i:F)&&void 0!==o?o:[],right:[]},columnSizing:null!==(c=null==I?void 0:I.columnSizing)&&void 0!==c?c:K,columnVisibility:null!==(d=null==I?void 0:I.columnVisibility)&&void 0!==d?d:G},X=[!!A,!!B,!!P].reduce((e,t)=>e+(t?1:0),0),J=m.length?1:0,Y=((e=0)=>{const[t,a]=l.useState(e),n=(e,t,l)=>{a(a=>{const n=((e,t,l)=>-1===e?t-1>0?t-1:0:t+1<l?t+1:t)(e,a,t.length);return l&&l(n),n})};return{activeRowIndex:t,setActiveRowIndex:e=>a(e),moveToPreviousRow:(e,t)=>n(-1,e,t),moveToNextRow:(e,t)=>n(1,e,t)}})(v),[Q,Z]=(()=>{const[e,t]=l.useState(!1);return l.useEffect(()=>{const l=()=>t(!1);return e&&document.addEventListener("mousemove",l),()=>{document.removeEventListener("mousemove",l)}},[e]),[e,t]})(),ee=(e=>{const t=!!e,[a,n]=l.useState({enableEditMode:t,isEditing:!1,columnIndex:0});l.useEffect(()=>{n(e=>({...e,enableEditMode:t}))},[t]);const r=(e,t,l)=>{var r,o;const i=null!==(r=t.at(0))&&void 0!==r?r:0,s=null!==(o=t.at(-1))&&void 0!==o?o:0;a.enableEditMode&&n(({columnIndex:a,...n})=>{let r;switch(e){case ys.FIRST:r=i;break;case ys.LAST:r=s;break;case ys.PREV:a===i?(null==l||l(ys.PREV),r=s):r=t[Rs(-1,a,t)];break;case ys.NEXT:a===s?(null==l||l(ys.NEXT),r=i):r=t[Rs(1,a,t)]}return{...n,columnIndex:r}})};return{...a,onSave:e,toggleEditing:(e,t=0)=>{a.enableEditMode&&n(l=>({...l,isEditing:null!=e?e:!l.isEditing,columnIndex:t}))},moveToPreviousColumn:(e,t)=>r(ys.PREV,e,t),moveToNextColumn:(e,t)=>r(ys.NEXT,e,t),moveToFirstColumn:e=>r(ys.FIRST,e),moveToLastColumn:e=>r(ys.LAST,e),setColumn:e=>{a.enableEditMode&&n(t=>({...t,columnIndex:e}))}}})(k),[te,le]=l.useState({}),[ae,ne]=l.useState(null!==(u=null==I?void 0:I.rowDensity)&&void 0!==u?u:"normal"),[re,oe]=l.useState({}),[ie,se]=l.useState(!1),[ce,de]=l.useState(!1),ue=l.useRef([]),me={enableExpanding:B,enableColumnFilters:!g,enableColumnResizing:!b,enableGlobalFilter:!z,enableHiding:!h,enablePinning:!p,enableRowSelection:P,enableMultiRowSelection:T,enableSorting:!C};var fe,ve;me.enableColumnResizing&&(me.columnResizeMode="onChange"),me.enableSorting&&($.sorting=null!==(fe=null==I?void 0:I.sorting)&&void 0!==fe?fe:q,O?me.manualSorting=!0:me.getSortedRowModel=H.getSortedRowModel()),me.enableColumnFilters&&($.columnFilters=null!==(ve=null==I?void 0:I.columnFilters)&&void 0!==ve?ve:[],L?me.manualFiltering=!0:(me.filterFns={tacoFilter:(e,t,l)=>Es(e.getValue(t),l)},me.getFilteredRowModel=H.getFilteredRowModel())),me.enableGlobalFilter&&(M?me.manualFiltering=!0:(me.globalFilterFn=(e,t,l)=>xs(e.getValue(t),l),me.getFilteredRowModel=H.getFilteredRowModel()));const ge=H.useReactTable({data:f,columns:_,getCoreRowModel:H.getCoreRowModel(),initialState:$,...me,meta:{...Y,editMode:ee,columnOffsets:te,enableRowDensity:!x,rowDensity:ae,setRowDensity:ne,enableRowDragging:!!A,dragging:re,setDragging:oe,enableColumnReordering:!w,shouldPauseHoverState:Q,setShouldPauseHoverState:Z,shouldPauseSortingAndFiltering:ie,setShouldPauseSortingAndFiltering:se,onRowClick:S,dataColumnStartOffset:X,dataColumnEndOffset:J,shouldDisableTableActions:ce,setShouldDisableTableActions:de,focussableColumnIndexes:ue.current,addFocussableColumnIndex:e=>{ue.current.includes(e)||(ue.current=[...ue.current,e].sort((e,t)=>e-t))},resetFocussableColumnIndexes:()=>{ue.current=[]},tableRef:a,lastSortedOrFilteredRows:U}}),he=ge.getRowModel().rows;ie||(U.current=he);const pe=ie?U.current:he;return((e,t,a)=>{const n=e.options.meta;l.useEffect(()=>{n.editMode.isEditing&&n.shouldPauseSortingAndFiltering&&n.setShouldPauseSortingAndFiltering(!1)},[a.activeRowIndex]),l.useEffect(()=>{a.activeRowIndex>t.length-1&&n.setActiveRowIndex(t.length?t.length-1:0)},[e.getState().columnFilters,t.length])})(ge,pe,Y),((e,t)=>{const{columnOrder:a,columnSizingInfo:n,columnVisibility:r}=e.getState();l.useEffect(()=>{const l={};e.getVisibleLeafColumns().reduce((e,t)=>(l[t.id]=e,e+t.getSize()),0),t(l)},[a,n,r])})(ge,le),((e,t)=>{l.useEffect(()=>{var l,a;t&&t(e.options.enableMultiRowSelection?e.getSelectedRowModel().rows.map(e=>e.original):null!==(l=null===(a=e.getSelectedRowModel().rows[0])||void 0===a?void 0:a.original)&&void 0!==l?l:void 0)},[e.getState().rowSelection])})(ge,j),((e,t)=>{const a=e.options.meta,n=e.getState();l.useEffect(()=>{let e;return"function"==typeof t&&(e=setTimeout(()=>t({columnFilters:n.columnFilters,columnOrder:n.columnOrder,columnPinning:n.columnPinning,columnSizing:n.columnSizing,columnVisibility:n.columnVisibility,globalFilter:n.globalFilter,rowDensity:a.rowDensity,sorting:n.sorting}),250)),()=>clearTimeout(e)},[n.columnFilters,n.columnOrder,n.columnPinning,n.columnSizing,n.columnVisibility,n.globalFilter,a.rowDensity,n.sorting])})(ge,N),{rows:pe,table:ge,footers:W}}(e.children,e,f),w=h.options.meta,{columnVisibility:b,columnOrder:x,globalFilter:E}=h.getState();l.useEffect(()=>{w.resetFocussableColumnIndexes()},[b,x]),l.useEffect(()=>{w.editMode.isEditing||w.resetFocussableColumnIndexes()},[w.editMode.isEditing]),l.useEffect(()=>()=>clearTimeout(v.current),[]);const{virtualiser:y,virtualiserOffsets:R,setExpandedRowSizes:z}=(({rows:e,table:t},a)=>{var n,r,o,i;const[s,c]=l.useState({}),d=l.useMemo(()=>{const e=Object.values(s);return e.length?e.reduce((e,t)=>e+t,0)/e.length:0},[s]),u=t.options.meta,m=l.useCallback(e=>{var l;const a=u.rowDensity?As[u.rowDensity]:As.normal;var n,r;return!0===t.getState().expanded||null!==(l=t.getState().expanded)&&void 0!==l&&l[e]?a+(null!==(n=null!==(r=s[e])&&void 0!==r?r:d)&&void 0!==n?n:0):a},[u.rowDensity,s,t.getState().expanded]),f=j.useVirtual({parentRef:a,size:e.length,estimateSize:m});return{virtualiser:f,virtualiserOffsets:{top:f.virtualItems.length>0&&(null===(n=f.virtualItems)||void 0===n||null===(r=n[0])||void 0===r?void 0:r.start)||0,bottom:f.virtualItems.length>0?f.totalSize-((null===(o=f.virtualItems)||void 0===o||null===(i=o[f.virtualItems.length-1])||void 0===i?void 0:i.end)||0):0},setExpandedRowSizes:c}})({rows:g,table:h},f),C=(e=>{const t=e.getVisibleLeafColumns();return t.reduce((l,a,n)=>{let r;const o=n===t.length-1,i=e.getState().columnSizing[a.id];return r="__actions"===a.id?"minmax(max-content, auto)":is(a.id)?a.getSize()+"px":i?o?`minmax(${i}px, auto)`:a.columnDef.minSize&&i<a.columnDef.minSize?a.columnDef.minSize+"px":i+"px":a.getCanResize()?"minmax(max-content, auto)":"max-content",`${l} ${r}`},"")})(h),V=l.useRef(null);let L;w.editMode.isEditing&&(L=e=>{var t,l,a;let n=e.relatedTarget;if(void 0===n)return;const r=null===(t=n)||void 0===t||null===(l=t.closest("[data-radix-popper-content-wrapper] > :first-child"))||void 0===l?void 0:l.id;var o;r&&(n=null!==(o=e.currentTarget.querySelector(`[aria-controls="${r}"]`))&&void 0!==o?o:e.relatedTarget),null!==(a=e.currentTarget)&&void 0!==a&&a.contains(n)||n===V.current||(v.current=setTimeout(()=>{const t=e.target.closest('[role="row"]'),l=null==t?void 0:t.contains(document.activeElement);w.shouldPauseSortingAndFiltering&&!l&&w.setShouldPauseSortingAndFiltering(!1)}))});const[M,O]=l.useState(!1),N=l.useRef(!1);let S;w.shouldPauseHoverState&&(S=()=>w.setShouldPauseHoverState(!1));const A=n("bg-white border border-grey-300 focus:yt-focus focus:border-blue-500 grid auto-rows-max overflow-auto relative rounded group",e.className),k=h.options.enablePinning||h.options.enableHiding||w.enableColumnReordering,I=k||w.editMode.enableEditMode||h.options.enableColumnFilters||w.enableRowDensity||h.options.enableGlobalFilter,D=I||!!c||!d,B=l.useMemo(()=>{const e=Object.keys(p),t=Object.keys(b).filter(e=>!b[e]);return e.length&&e.some(e=>!t.includes(e))},[p,b]);return l.createElement("div",{className:"-m-0.5 flex h-full w-[calc(100%_+_0.25rem)] flex-col gap-4 overflow-hidden p-0.5"},D?l.createElement("div",{className:"flex flex-wrap gap-2"},c,I?l.createElement(Ir,{className:"ml-auto flex-shrink-0 print:hidden"},w.editMode.enableEditMode?l.createElement(oc,{ref:V,table:h,tableRef:f,scrollToIndex:y.scrollToIndex}):null,h.options.enableColumnFilters?l.createElement(nc,{length:o,table:h}):null,d,w.enableRowDensity?l.createElement(js,{table:h}):null,k?l.createElement(Ks,{table:h}):null,h.options.enableGlobalFilter?l.createElement(rc,{disabled:w.shouldDisableTableActions,onSearch:h.setGlobalFilter,value:E}):null):null):null,l.createElement("div",{className:A,"data-taco":"table2",onBlur:L,onKeyDown:e=>{if(document.activeElement===f.current){if("ArrowUp"===e.key)return e.preventDefault(),void(e.ctrlKey||e.metaKey?(w.setActiveRowIndex(0),y.scrollToOffset(0)):w.moveToPreviousRow(g,e=>{w.setShouldPauseHoverState(!0),y.scrollToIndex(e-1)}));if("ArrowDown"===e.key)return e.preventDefault(),void(e.ctrlKey||e.metaKey?(w.setActiveRowIndex(g.length-1),y.scrollToOffset(y.totalSize+1)):w.moveToNextRow(g,e=>{var t;w.setShouldPauseHoverState(!0),e===g.length-1?null===(t=f.current)||void 0===t||t.scrollTo(0,f.current.scrollHeight):y.scrollToIndex(e+2)}));const n=h.options.enableExpanding;var t,l,a;if("ArrowLeft"===e.key)return e.preventDefault(),void((e.ctrlKey||e.metaKey)&&n&&(null===(t=g[w.activeRowIndex])||void 0===t||t.toggleExpanded(!1)));if("ArrowRight"===e.key)return e.preventDefault(),void((e.ctrlKey||e.metaKey)&&n&&(null===(l=g[null==w?void 0:w.activeRowIndex])||void 0===l||l.toggleExpanded(!0)));if("Enter"===e.key)return e.preventDefault(),void(s&&s(g[null==w?void 0:w.activeRowIndex].original));if(" "===e.key)return e.preventDefault(),void(h.options.enableRowSelection&&(null===(a=g[w.activeRowIndex])||void 0===a||a.toggleSelected()));if(e.ctrlKey||e.metaKey)return void("a"===e.key&&h.options.enableRowSelection&&(e.preventDefault(),h.toggleAllRowsSelected()))}},onMouseLeave:S,onScroll:function(e){try{const t=function(){if(e.currentTarget.scrollLeft>0&&!M)O(!0);else{const t=function(){if(0===e.currentTarget.scrollLeft&&M)O(!1);else{const t=function(){if("function"==typeof i){const t=function(){if(e.currentTarget.scrollHeight-e.currentTarget.scrollTop-e.currentTarget.clientHeight<600&&!N.current){const e=function(e,t){try{var l=function(){const e=h.getIsAllRowsSelected();return N.current=!0,Promise.resolve(i()).then((function(){e&&h.toggleAllRowsSelected(!0)}))}()}catch(e){return t(!0,e)}return l&&l.then?l.then(t.bind(null,!1),t.bind(null,!0)):t(!1,l)}(0,(function(e,t){if(N.current=!1,e)throw t;return t}));if(e&&e.then)return e.then((function(){}))}}();if(t&&t.then)return t.then((function(){}))}}();if(t&&t.then)return t.then((function(){}))}}();if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},ref:f,role:"table",style:{gridTemplateColumns:C,gridTemplateRows:g.length?void 0:"40px",opacity:.999},tabIndex:0},l.createElement("div",{className:"contents","data-taco":"table2-header",role:"rowgroup"},h.getHeaderGroups().map(e=>l.createElement("div",{className:"contents",key:e.id,role:"row"},e.headers.map((t,a)=>l.createElement(Ns,{key:t.id,header:t,index:a,isLastColumn:a===e.headers.length-1,scrolled:M,table:h,tableRef:f}))))),g.length?l.createElement("div",{className:"contents","data-taco":"table2-body",role:"rowgroup"},R.top?l.createElement("div",{style:{height:R.top},className:"col-span-full"}):null,y.virtualItems.map(e=>{var t;const a=g[e.index];return l.createElement(l.Fragment,{key:a.id},l.createElement(Js,{className:"group/row contents",row:a,rowIndex:e.index,table:h},a.getVisibleCells().map((t,a)=>l.createElement(Ms,{cell:t,key:`${t.id}_${t.getValue()}`,index:a,isLastRow:e.index===g.length-1,rows:g,rowIndex:e.index,scrolled:M,scrollToIndex:y.scrollToIndex,scrollToOffset:y.scrollToOffset,table:h,tableRef:f}))),a.getIsExpanded()&&r?l.createElement(qs,{index:e.index,setSize:z},null===(t=r(a.original))||void 0===t?void 0:t()):null)}),R.bottom?l.createElement("div",{style:{height:R.bottom},className:"col-span-full"}):null):l.createElement("div",{className:"col-span-full min-h-[theme(spacing.8)]"},a?l.createElement(a,null):null),B?l.createElement("div",{role:"rowgroup",className:"contents","data-taco":"table2-footer"},h.getFooterGroups().map(e=>l.createElement("div",{key:e.id,role:"row",className:"contents"},e.headers.map((e,t)=>l.createElement(Ss,{key:e.id,footer:e,index:t,scrolled:M,table:h},p[e.id]?p[e.id](g.map(t=>t.original[e.id])):null))))):null),u&&h.options.enableRowSelection&&(h.getIsSomeRowsSelected()||h.getIsAllRowsSelected())?l.createElement($s,{className:"fixed-center-x bottom-0 z-50 mb-4 print:hidden",actionsForTable:u,summary:m,table:h}):null)}));sc.Column=ic;const cc=t.forwardRef((function(e,l){const{id:a,defaultId:r,children:o,onChange:i,orientation:s="horizontal",...c}=e,d=n("yt-tabs","yt-tabs--"+s,{"flex w-full":"vertical"===s},e.className);return t.createElement(B.Root,Object.assign({},c,{className:d,"data-taco":"tabs",defaultValue:r,dir:"ltr",onValueChange:i,orientation:s,ref:l,value:a}),o)})),dc=t.forwardRef((function(e,l){const a=n("yt-tab__list border-b border-grey-300 flex flex-row m-0 mb-4",e.className);return t.createElement(B.List,Object.assign({},e,{className:a,ref:l}))})),uc=t.forwardRef((function(e,l){const{id:a,disabled:r,...o}=e,i=n("yt-tab bg-transparent border-b-2 border-transparent text-grey-700 m-0 py-2 px-4",r?"cursor-not-allowed !text-grey-500":"cursor-pointer rounded-t hover:border-grey-300 aria-selected:border-blue-500 aria-selected:text-black aria-selected:hover:border-blue-300 hover:text-black active:yt-focus active:border-blue-500 focus:yt-focus focus:border-blue-500",e.className);return t.createElement(B.Trigger,Object.assign({},o,{className:i,disabled:r,ref:l,style:{transition:"border 0.2s ease-in"},value:a}))})),mc=t.forwardRef((function(e,l){const{id:a,...r}=e,o=n("yt-tab__panel outline-none",e.className);return t.createElement(B.Content,Object.assign({},r,{className:o,ref:l,value:a}))}));cc.List=dc,cc.Trigger=uc,cc.Content=mc;const fc=t.forwardRef((function(e,l){const{onKeyDown:a,...r}=e,o=n(jn(e),"py-1 min-h-[75px] disabled:resize-none",e.className);return t.createElement("textarea",Object.assign({},r,{className:o,"data-taco":"textarea",onKeyDown:e=>{if("Home"===e.key||"End"===e.key){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t),e.currentTarget.scrollTop="End"===e.key?e.currentTarget.scrollHeight:0}a&&a(e)},ref:l}))})),vc=({continuous:e,index:l,isLastStep:a,step:n,backProps:r,primaryProps:o,skipProps:i,tooltipProps:s,size:c,locale:d,disableTourSkipOnEsc:u})=>{const m=t.useRef(null);return t.useEffect(()=>{const e=e=>{if(!u&&"Escape"===e.key&&null!==m.current)return e.preventDefault(),void m.current.click()};return window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[]),t.createElement("div",Object.assign({},s,{className:"yt-tour__step w-88 relative rounded bg-white p-4"}),t.createElement(pn,Object.assign({},i,{ref:m,appearance:"discrete",icon:"close",title:d.skip,"aria-label":d.skip,className:"absolute top-0 right-0 mt-1 mr-1"})),n.title&&t.createElement("h5",null,n.title),n.content,t.createElement(Ir,{className:"mt-4 justify-end"},l>0&&t.createElement(Cn,Object.assign({},r,{appearance:"discrete"}),d.back),t.createElement(Cn,Object.assign({},o,{appearance:"primary"}),e?a?`${d.last} (${l+1}/${c})`:`${d.next} (${l+1}/${c})`:d.close)))},gc=e=>null,hc=e=>{const{texts:{tour:l}}=yn(),{autoStart:a,onComplete:n,onClose:r,onReady:o,spotlightClicks:i,disableCloseOnEsc:s,disableScrollParentFix:c=!1,scrollOffset:d,...u}=e,m=t.useMemo(()=>t.Children.map(e.children,e=>({disableBeacon:!e.props.showBeacon,target:e.props.selector,placement:e.props.position,title:e.props.title,content:e.props.children})),[e.children]),f=t.useCallback(t=>{var l;return null===(l=e.children.find(e=>e.props.selector===t))||void 0===l?void 0:l.props},[e.children]);return t.createElement(T,Object.assign({},u,{run:a,steps:m,showProgress:!0,floaterProps:{disableAnimation:!0},tooltipComponent:e=>t.createElement(vc,Object.assign({},e,{locale:l,disableTourSkipOnEsc:s})),locale:l,spotlightPadding:8,spotlightClicks:i,disableScrollParentFix:c,callback:e=>{e.action===P.ACTIONS.SKIP&&e.lifecycle===P.LIFECYCLE.COMPLETE&&r&&r(f(e.step.target)),e.type===P.EVENTS.TOUR_END&&n&&n(),e.lifecycle===P.LIFECYCLE.READY&&o&&o(f(e.step.target))},scrollOffset:d,styles:{options:{primaryColor:"#6ba4ff"}},disableCloseOnEsc:!0}))};hc.Step=gc,exports.Accordion=nn,exports.AlertDialog=Y,exports.Backdrop=U,exports.Badge=cn,exports.Banner=Rn,exports.Base=hn,exports.Button=Cn,exports.Calendar=On,exports.Card=Hn,exports.Checkbox=An,exports.Combobox=ur,exports.Datepicker=yr,exports.Dialog=Ar,exports.Field=jr,exports.Form=kr,exports.Group=Ir,exports.Hanger=_r,exports.HoverCard=Gr,exports.Icon=Za,exports.IconButton=pn,exports.Input=Fn,exports.Listbox=Xr,exports.LocalizationContext=xn,exports.LocalizationProvider=En,exports.Menu=po,exports.MultiListbox=Jr,exports.Navigation=Vo,exports.PaginatedTable=Xi,exports.Pagination=No,exports.Popover=Er,exports.Progress=({duration:e,...t})=>{let a;e&&(a={animationDuration:e+"ms"});const r=n("bg-grey-100 rounded block h-1 overflow-hidden w-full",t.className),o=n("yt-progress__bar block h-1",{"w-full before:h-1 before:bg-grey-300 before:block before:animate-[progress-indeterminate_2s_cubic-bezier(0.4,0,0.2,1)_infinite] before:content-[' ']":!e,"w-0 bg-grey-300 animate-[progress_linear]":e});return l.createElement("span",Object.assign({},t,{"data-taco":"progress",className:r}),l.createElement("span",{className:o,"data-taco":"progress-bar",style:a}))},exports.Provider=e=>{const{children:l,localization:a}=e;return t.createElement(En,{localization:a},t.createElement(o.Provider,null,t.createElement(jo,null,l)))},exports.RadioGroup=fo,exports.SearchInput=Wr,exports.Select=Oo,exports.Select2=Ei,exports.Shortcut=Ri,exports.Spinner=Gn,exports.Switch=gs,exports.TAG_COLORS=Wo,exports.Table=$i,exports.Table2=sc,exports.Tabs=cc,exports.Tag=Uo,exports.Textarea=fc,exports.Title=Pr,exports.ToastProvider=jo,exports.Tooltip=un,exports.Tour=hc,exports.TourStep=gc,exports.Treeview=xo,exports.VisuallyHidden=rn,exports.WindowedTable=Qi,exports.convertRowIndexPathToNumberArray=Zi,exports.defaultLocalisationTexts=wn,exports.findByValue=so,exports.format=fr,exports.getByRowIndexPath=es,exports.getNextIndexFromKey=Kn,exports.getParentRowIndexPath=ts,exports.getRadioGroupItemValueAsString=io,exports.icons=Qa,exports.insertChildTableRow=ls,exports.isWeakEqual=mr,exports.mergeRefs=F,exports.parseFromCustomString=vr,exports.parseFromISOString=e=>{const t=new Date(e);return m.isValid(t)?vr(fr(new Date(e))):void 0},exports.removeChildTableRow=as,exports.setByRowIndexPath=(e,t,l)=>{const a=[...e],n=Zi(t),r=n.shift();if(n.length){const e=n.map(e=>`subRows[${e}]`).join(".");V(a[r],e,l)}else a[r]=l;return a},exports.useBoundingClientRectListener=Dn,exports.useDropTarget=Eo,exports.useListKeyboardNavigation=(e=0,t={direction:"vertical"})=>{const[a,n]=l.useState(t.initialIndex);return[a,n,l=>{const n=Kn(l.key,e,a,t.direction);return void 0!==n&&l.preventDefault(),n}]},exports.useListScrollTo=qn,exports.useLocalization=yn,exports.useMergedRef=Bn,exports.useOnClickOutside=(e,t)=>{l.useEffect(()=>{const l=l=>{(Array.isArray(e)?e:[e]).some(e=>!e.current||e.current.contains(l.target))||t(l)};return document.addEventListener("mousedown",l),document.addEventListener("touchstart",l),()=>{document.removeEventListener("mousedown",l),document.removeEventListener("touchstart",l)}},[e,t])},exports.usePagination=(e=0,t=10)=>{const[a,n]=l.useState(e),[r,o]=l.useState(t);return{pageIndex:a,pageSize:r,setPageIndex:n,setPageSize:o}},exports.useRadioGroup=mo,exports.useTableRowCreation=(e,t)=>{const[a,n]=l.useState(JSON.parse(JSON.stringify(e))),[r,o]=l.useState(void 0);return l.useEffect(()=>{if(void 0!==r){const l=es(a,r),i=ts(r),[s,c]=ls(JSON.parse(JSON.stringify(e)),i,l);o(c),n(s),null!=t&&t.current&&t.current.instance.toggleRowEditing(null==l?void 0:l._createKey)}else n(e)},[JSON.stringify(e)]),{data:a,create:(e,l={})=>{const r=c.v4(),[i,s]=ls(a,e,{...l,_createKey:r});return o(s),n(i),null!=t&&t.current&&t.current.instance.toggleRowEditing(r),s},remove:e=>{const t=as(a,e);n(t),o(void 0)},isCreating:void 0!==r}},exports.useToast=()=>t.useContext(So);
2
2
  //# sourceMappingURL=taco.cjs.production.min.js.map