@a-type/ui 0.6.16 → 0.6.18

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 (39) hide show
  1. package/dist/cjs/components/camera/Camera.js +38 -13
  2. package/dist/cjs/components/camera/Camera.js.map +1 -1
  3. package/dist/cjs/components/icon/generated/IconSpritesheet.js +1 -1
  4. package/dist/cjs/components/icon/generated/IconSpritesheet.js.map +1 -1
  5. package/dist/cjs/components/icon/generated/iconNames.d.ts +1 -1
  6. package/dist/cjs/components/icon/generated/iconNames.js +5 -0
  7. package/dist/cjs/components/icon/generated/iconNames.js.map +1 -1
  8. package/dist/cjs/components/input/Input.js +1 -1
  9. package/dist/cjs/components/input/Input.js.map +1 -1
  10. package/dist/cjs/components/tabs/tabs.js +2 -2
  11. package/dist/cjs/components/tabs/tabs.js.map +1 -1
  12. package/dist/cjs/components/tabs/tabs.stories.d.ts +13 -0
  13. package/dist/cjs/components/tabs/tabs.stories.js +18 -0
  14. package/dist/cjs/components/tabs/tabs.stories.js.map +1 -0
  15. package/dist/cjs/uno.preset.js +5 -5
  16. package/dist/css/main.css +6 -6
  17. package/dist/esm/components/camera/Camera.js +38 -13
  18. package/dist/esm/components/camera/Camera.js.map +1 -1
  19. package/dist/esm/components/icon/generated/IconSpritesheet.js +1 -1
  20. package/dist/esm/components/icon/generated/IconSpritesheet.js.map +1 -1
  21. package/dist/esm/components/icon/generated/iconNames.d.ts +1 -1
  22. package/dist/esm/components/icon/generated/iconNames.js +5 -0
  23. package/dist/esm/components/icon/generated/iconNames.js.map +1 -1
  24. package/dist/esm/components/input/Input.js +1 -1
  25. package/dist/esm/components/input/Input.js.map +1 -1
  26. package/dist/esm/components/tabs/tabs.js +2 -2
  27. package/dist/esm/components/tabs/tabs.js.map +1 -1
  28. package/dist/esm/components/tabs/tabs.stories.d.ts +13 -0
  29. package/dist/esm/components/tabs/tabs.stories.js +15 -0
  30. package/dist/esm/components/tabs/tabs.stories.js.map +1 -0
  31. package/dist/esm/uno.preset.js +5 -5
  32. package/package.json +2 -1
  33. package/src/components/camera/Camera.tsx +39 -13
  34. package/src/components/icon/generated/IconSpritesheet.tsx +111 -0
  35. package/src/components/icon/generated/iconNames.ts +5 -0
  36. package/src/components/input/Input.tsx +1 -1
  37. package/src/components/tabs/tabs.stories.tsx +35 -0
  38. package/src/components/tabs/tabs.tsx +3 -4
  39. package/src/uno.preset.ts +5 -5
package/dist/css/main.css CHANGED
@@ -27,11 +27,11 @@
27
27
  --palette-yellow-70: #ffe17c;
28
28
  --palette-yellow-60: #f7d352;
29
29
  --palette-yellow-50: #c9a829;
30
- --palette-yellow-40: #ac8e04;
31
- --palette-yellow-30: #8e7500;
32
- --palette-yellow-20: #715c00;
33
- --palette-yellow-10: #635100;
34
- --palette-yellow-00: #3b2f00;
30
+ --palette-yellow-40: #ac7c04;
31
+ --palette-yellow-30: #8e6600;
32
+ --palette-yellow-20: #715500;
33
+ --palette-yellow-10: #633600;
34
+ --palette-yellow-00: #3b1c00;
35
35
  --palette-blue-90: #e3f3ff;
36
36
  --palette-blue-80: #c4e7ff;
37
37
  --palette-blue-70: #7bd0ff;
@@ -469,4 +469,4 @@
469
469
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
470
470
  50% { stroke-dasharray: 100, 200; stroke-dashoffset: -15; }
471
471
  100% { stroke-dasharray: 100, 200; stroke-dashoffset: -125; }
472
- }.animate-fade-in{animation:fade-in 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.animate-skeleton{animation:skeleton 1s linear 1;}.animate-spin{animation:spin 1s linear infinite;}.animate-spinner-stroke{animation:spinner-stroke 1s linear 1;}.\[\&\[data-state\=closed\]\]\:animate-duration-300[data-state=closed]{animation-duration:300ms;}.\[\&\[data-state\=open\]\]\:animate-duration-600[data-state=open]{animation-duration:600ms;}.animate-duration-1200{animation-duration:1200ms;}.animate-duration-1400{animation-duration:1400ms;}.animate-ease-default{animation-timing-function:ease;}.animate-ease-in-out{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.animate-ease-linear{animation-timing-function:linear;}.animate-forwards{animation-fill-mode:forwards;}.animate-alternate{animation-direction:alternate;}.animate-iteration-infinite{animation-iteration-count:infinite;}.\[\&\[data-disabled\=true\]\]\:cursor-default[data-disabled=true],.cursor-default{cursor:default;}.important\:\[\&\[data-disabled\=true\]\]\:cursor-default[data-disabled=true]{cursor:default !important;}.disabled\:cursor-default:disabled{cursor:default;}.important\:disabled\:cursor-default:disabled{cursor:default !important;}.cursor-pointer{cursor:pointer;}.cursor-grab{cursor:grab;}.touch-none{touch-action:none;}.select-none{-webkit-user-select:none;user-select:none;}.resize{resize:both;}.appearance-none{-webkit-appearance:none;appearance:none;}.items-start{align-items:flex-start;}.items-end{align-items:flex-end;}.important\:items-center{align-items:center !important;}.items-center{align-items:center;}.after\:items-center::after{align-items:center;}.items-stretch{align-items:stretch;}.self-start{align-self:flex-start;}.self-end{align-self:flex-end;}.self-center{align-self:center;}.self-stretch{align-self:stretch;}.justify-start{justify-content:flex-start;}.justify-end{justify-content:flex-end;}.after\:justify-end::after{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.justify-around{justify-content:space-around;}.gap-1{gap:0.25rem;}.gap-2{gap:0.50rem;}.gap-3{gap:0.75rem;}.gap-4{gap:1.00rem;}.important\:gap-2{gap:0.50rem !important;}.overflow-hidden{overflow:hidden;}.overflow-x-auto{overflow-x:auto;}.overflow-y-auto{overflow-y:auto;}.overflow-y-hidden{overflow-y:hidden;}.text-ellipsis{text-overflow:ellipsis;}.important\:whitespace-nowrap{white-space:nowrap !important;}.whitespace-nowrap{white-space:nowrap;}.border,.border-1{border-width:1px;}.border-0{border-width:0px;}.border-10px{border-width:10px;}.border-2{border-width:2px;}.after\:border-8px::after{border-width:8px;}.border-b{border-bottom-width:1px;}.border-r{border-right-width:1px;}.border-r-0{border-right-width:0px;}.border-t{border-top-width:1px;}.\[\&\[data-state\=active\]\]\:border-primary[data-state=active],.border-primary{border-color:var(--color-primary);}.\[\&\[data-state\=on\]\]\:border-black[data-state=on],.border-black{border-color:var(--color-black);}.border-gray-4{border-color:var(--color-gray-4);}.border-gray5{border-color:var(--color-gray-5);}.border-primary-dark{border-color:var(--color-primary-dark);}.border-transparent{border-color:transparent;}.border-white{border-color:var(--color-white);}.important\:border-gray7{border-color:var(--color-gray-7) !important;}.hover\:border-gray7:hover{border-color:var(--color-gray-7);}.after\:border-transparent::after{border-color:transparent;}.\[\&\[data-bottom-edge\]\]\:border-b-gray-5[data-bottom-edge]{border-bottom-color:var(--color-gray-5);}.\[\&\[data-day-first\]\]\:border-l-gray-5[data-day-first],.\[\&\[data-first-column\]\]\:border-l-gray-5[data-first-column]{border-left-color:var(--color-gray-5);}.\[\&\[data-day-last\]\]\:border-r-gray-5[data-day-last],.\[\&\[data-last-column\]\]\:border-r-gray-5[data-last-column]{border-right-color:var(--color-gray-5);}.\[\&\[data-top-edge\]\]\:border-t-gray-5[data-top-edge]{border-top-color:var(--color-gray-5);}.border-b-primary-dark{border-bottom-color:var(--color-primary-dark);}.border-l-primary-dark{border-left-color:var(--color-primary-dark);}.after\:border-b-primary-wash::after{border-bottom-color:var(--color-primary-wash);}.after\:border-l-primary-wash::after{border-left-color:var(--color-primary-wash);}.\[\&\[data-in-range\]\]\:rounded-none[data-in-range],.rounded-0{border-radius:0;}.\[\&\[data-selected\]\]\:rounded[data-selected],.rounded,.rounded-sm{border-radius:0.25rem;}.important\:rounded-15px{border-radius:15px !important;}.rounded-2{border-radius:0.5rem;}.rounded-full{border-radius:9999px;}.rounded-lg{border-radius:0.75rem;}.rounded-xl{border-radius:1rem;}.active\:rounded:active{border-radius:0.25rem;}.\[\&\[data-today\]\]\:before\:rounded-full[data-today]::before{border-radius:9999px;}.\[\&\[data-range-end\]\]\:rounded-l-none[data-range-end]{border-top-left-radius:0;border-bottom-left-radius:0;}.\[\&\[data-range-end\]\]\:rounded-r[data-range-end]{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}.\[\&\[data-range-start\]\]\:rounded-l[data-range-start]{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}.\[\&\[data-range-start\]\]\:rounded-r-none[data-range-start]{border-top-right-radius:0;border-bottom-right-radius:0;}.rounded-t-lg{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;}.first\:rounded-l-full:first-child{border-top-left-radius:9999px;border-bottom-left-radius:9999px;}.last\:rounded-r-full:last-child{border-top-right-radius:9999px;border-bottom-right-radius:9999px;}.\[\&\[data-day-first\]\]\:rounded-tl[data-day-first],.\[\&\[data-first-column\]\[data-top-edge\]\]\:rounded-tl[data-first-column][data-top-edge]{border-top-left-radius:0.25rem;}.\[\&\[data-day-last\]\]\:rounded-br[data-day-last],.\[\&\[data-last-column\]\[data-bottom-edge\]\]\:rounded-br[data-last-column][data-bottom-edge]{border-bottom-right-radius:0.25rem;}.\[\&\[data-first-column\]\[data-bottom-edge\]\]\:rounded-bl[data-first-column][data-bottom-edge]{border-bottom-left-radius:0.25rem;}.\[\&\[data-last-column\]\[data-top-edge\]\]\:rounded-tr[data-last-column][data-top-edge]{border-top-right-radius:0.25rem;}.border-none{border-style:none;}.border-solid{border-style:solid;}.after\:border-solid::after{border-style:solid;}.border-t-solid{border-top-style:solid;}.\!bg-\[rgba\(0\,0\,0\,0\.1\)\]{--un-bg-opacity:0.1 !important;background-color:rgba(0, 0, 0, var(--un-bg-opacity)) !important;}.\[\&_\.ProseMirror\:focus\]\:bg-gray-1 .ProseMirror:focus,.bg-gray1{background-color:var(--color-gray-1);}.\[\&\:nth-child\(2n\+1\)\]\:bg-gray-blend:nth-child(2n+1),.bg-gray-blend{background-color:var(--color-gray-blend);}.\[\&\[data-highlighted\]\]\:bg-primary-wash[data-highlighted],.\[\&\[data-state\=active\]\]\:bg-primary-wash[data-state=active],.\[\&\[data-state\=checked\]\]\:bg-primary-wash[data-state=checked],.bg-primary-wash{background-color:var(--color-primary-wash);}.\[\&\[data-highlighted\=true\]\]\:bg-gray2[data-highlighted=true],.bg-gray2{background-color:var(--color-gray-2);}.\[\&\[data-in-range\]\]\:bg-accent-wash[data-in-range],.bg-accent-wash{background-color:var(--color-accent-wash);}.\[\&\[data-range-end\]\]\:bg-accent-light[data-range-end],.\[\&\[data-range-start\]\]\:bg-accent-light[data-range-start],.\[\&\[data-selected\]\]\:bg-accent-light[data-selected]{background-color:var(--color-accent-light);}.\[\&\[data-state\=checked\]\]\:bg-accent[data-state=checked]{background-color:var(--color-accent);}.\[\&\[data-state\=on\]\]\:bg-primary-light[data-state=on]{background-color:var(--color-primary-light);}.bg-\[rgba\(0\,0\,0\,0\.05\)\]{--un-bg-opacity:0.05;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[var\(--color-wash\)\]{background-color:var(--color-wash);}.bg-\[var\(--palette-yellow-70\)\]{background-color:var(--palette-yellow-70);}.bg-attention{background-color:var(--color-attention);}.bg-black{background-color:var(--color-black);}.bg-gray-4{background-color:var(--color-gray-4);}.bg-gray5{background-color:var(--color-gray-5);}.bg-gray50{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));}.bg-primary{background-color:var(--color-primary);}.bg-transparent{background-color:transparent;}.bg-white{background-color:var(--color-white);}.important\:\[\&\[data-disabled\=true\]\]\:bg-\[var\(--bg\)\][data-disabled=true]{background-color:var(--bg) !important;}.\[\&\[data-state\=active\]\]\:hover\:bg-primary-wash:hover[data-state=active]{background-color:var(--color-primary-wash);}.hover\:bg-gray-1:hover{background-color:var(--color-gray-1);}.hover\:bg-gray-3:hover{background-color:var(--color-gray-3);}.hover\:bg-gray2:hover{background-color:var(--color-gray-2);}.hover\:bg-gray3:hover{background-color:var(--color-gray-3);}.hover\:bg-light-blend:hover{background-color:var(--color-light-blend);}.focus-visible\:bg-gray-2:focus-visible{background-color:var(--color-gray-2);}.focus-visible\:bg-gray2:focus-visible{background-color:var(--color-gray-2);}.active\:bg-accent-wash:active{background-color:var(--color-accent-wash);}.active\:bg-gray4:active{background-color:var(--color-gray-4);}.important\:disabled\:bg-\[var\(--bg\)\]:disabled{background-color:var(--bg) !important;}.\[\&\[data-today\]\]\:before\:bg-primary[data-today]::before{background-color:var(--color-primary);}.from-gray1{--un-gradient-from-position:0%;--un-gradient-from:var(--color-gray-1) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.from-transparent{--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.after\:from-transparent::after{--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.after\:from-wash::after{--un-gradient-from-position:0%;--un-gradient-from:var(--color-wash) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.via-gray2{--un-gradient-via-position:50%;--un-gradient-to:rgb(255 255 255 / 0);--un-gradient-stops:var(--un-gradient-from), var(--color-gray-2) var(--un-gradient-via-position), var(--un-gradient-to);}.to-gray1{--un-gradient-to-position:100%;--un-gradient-to:var(--color-gray-1) var(--un-gradient-to-position);}.to-primary-wash{--un-gradient-to-position:100%;--un-gradient-to:var(--color-primary-wash) var(--un-gradient-to-position);}.after\:to-white::after{--un-gradient-to-position:100%;--un-gradient-to:var(--color-white) var(--un-gradient-to-position);}.bg-gradient-to-b{--un-gradient-shape:to bottom;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.bg-gradient-to-r{--un-gradient-shape:to right;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.after\:bg-gradient-to-b::after{--un-gradient-shape:to bottom;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.after\:bg-gradient-to-l::after{--un-gradient-shape:to left;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.fill-white{fill:var(--color-white);}a[data-active=true] .\[a\[data-active\=true\]_\&\]\:fill-primary-light{fill:var(--color-primary-light);}.stroke-1{stroke-width:1px;}.stroke-black{stroke:var(--color-black);}.stroke-current{stroke:currentColor;}.object-cover{object-fit:cover;}.object-center{object-position:center;}.important\:p-0{padding:0.00rem !important;}.p-1{padding:0.25rem;}.p-2{padding:0.50rem;}.p-4{padding:1.00rem;}.after\:p-3::after{padding:0.75rem;}.px{padding-left:1rem;padding-right:1rem;}.px-2{padding-left:0.50rem;padding-right:0.50rem;}.px-25px{padding-left:25px;padding-right:25px;}.px-3{padding-left:0.75rem;padding-right:0.75rem;}.px-4{padding-left:1.00rem;padding-right:1.00rem;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-2{padding-top:0.50rem;padding-bottom:0.50rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-4{padding-top:1.00rem;padding-bottom:1.00rem;}.pb-\[calc\(0\.25rem\+env\(safe-area-inset-bottom\,0px\)\)\]{padding-bottom:calc(0.25rem + env(safe-area-inset-bottom,0px));}.pl-1{padding-left:0.25rem;}.pl-25px{padding-left:25px;}.pl-35px{padding-left:35px;}.pl-8{padding-left:2.00rem;}.pr-20px{padding-right:20px;}.pr-4{padding-right:1.00rem;}.pr-8{padding-right:2.00rem;}.pr-80px{padding-right:80px;}.text-center{text-align:center;}.text-left{text-align:left;}.\[\&_\.ProseMirror_h1\]\:text-xl .ProseMirror h1{font-size:1.5rem;line-height:2rem;}.\[\&_\.ProseMirror_h2\]\:text-lg .ProseMirror h2,.text-lg{font-size:1.25rem;line-height:1.75rem;}.\[\&_\.ProseMirror_h3\]\:text-md .ProseMirror h3,.text-md{font-size:1.125rem;line-height:1.5rem;}.text-12px{font-size:12px;}.text-2xl{font-size:1.75rem;line-height:2.25rem;}.text-3xl{font-size:2rem;line-height:2.5rem;}.text-sm{font-size:1rem;line-height:1.25rem;}.text-xs{font-size:0.75rem;line-height:1rem;}.text-xxs{font-size:0.625rem;line-height:0.75rem;}.after\:text-xs::after{font-size:0.75rem;line-height:1rem;}.\[\&\[data-state\=checked\]\]\:text-primary-dark[data-state=checked],.color-primary-dark{color:var(--color-primary-dark);}.color-dark-blend,.text-dark-blend{color:var(--color-dark-blend);}.text-gray-6{color:var(--color-gray-6);}.text-white{color:var(--color-white);}.\[\&\[data-disabled\]\]\:color-gray5[data-disabled]{color:var(--color-gray-5);}.\[\&\[data-disabled\]\]\:color-gray9[data-disabled],.color-gray9{color:var(--color-gray-9);}.\[\&\[data-highlighted\]\]\:color-black[data-highlighted],.color-black{color:var(--color-black);}.\[\&\[data-placeholder\]\]\:color-gray8[data-placeholder],.color-gray8{color:var(--color-gray-8);}.color-gray7{color:var(--color-gray-7);}.focus-visible\:color-gray9:focus-visible{color:var(--color-gray-9);}.after\:color-gray9::after{color:var(--color-gray-9);}.color-inherit{color:inherit;}.\[\&_\.ProseMirror_h1\]\:font-medium .ProseMirror h1,.\[\&_\.ProseMirror_h2\]\:font-medium .ProseMirror h2{font-weight:500;}.\[\&_\.ProseMirror_h3\]\:font-extrabold .ProseMirror h3{font-weight:800;}.font-bold{font-weight:700;}.font-normal{font-weight:400;}.important\:font-normal{font-weight:400 !important;}.leading-4{line-height:1rem;}.leading-6{line-height:1.5rem;}.leading-normal{line-height:1.5;}.font-title{font-family:"Inter", sans-serif;}.italic{font-style:italic;}.oblique{font-style:oblique;}.\[\&_\.ProseMirror_a\]\:underline .ProseMirror a{text-decoration-line:underline;}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.accent-dark{--un-accent-opacity:1;accent-color:rgb(34 34 34 / var(--un-accent-opacity));}.accent-light{--un-accent-opacity:1;accent-color:rgb(246 246 246 / var(--un-accent-opacity));}.accent-wash{accent-color:var(--color-wash);}.\[\&\[data-disabled\=true\]\]\:opacity-50[data-disabled=true]{opacity:0.5;}.important\:\[\&\[data-disabled\=true\]\]\:opacity-50[data-disabled=true]{opacity:0.5 !important;}.op-0{opacity:0;}.opacity-80{opacity:0.8;}.hover\:opacity-100:hover{opacity:1;}.focus\:opacity-100:focus{opacity:1;}.disabled\:opacity-50:disabled{opacity:0.5;}.important\:disabled\:opacity-50:disabled{opacity:0.5 !important;}.\[\&_\.ProseMirror\:focus\]\:shadow-focus .ProseMirror:focus{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.important\:\[\&\[data-disabled\=true\]\]\:shadow-none[data-disabled=true]{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;}.shadow-lg{--un-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-sm{--un-shadow:0 1px 2px 0 var(--un-shadow-color, rgba(0, 0, 0, 0.05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.focus\:shadow-focus:focus{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.focus-visible\:shadow-focus:focus-visible{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.important\:disabled\:shadow-none:disabled{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;}.\[\&\[data-highlighted\]\]\:outline-accent[data-highlighted]{outline-color:var(--color-accent);}.hover\:outline-accent:hover{outline-color:var(--color-accent);}.\[\&_\.ProseMirror\:focus\]\:outline-none .ProseMirror:focus,.\[\&\[data-highlighted\]\]\:outline-none[data-highlighted],.outline-none{outline:2px solid transparent;outline-offset:2px;}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}.ring-2{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.ring-white{--un-ring-color:var(--color-white);}.focus\:ring-primary:focus{--un-ring-color:var(--color-primary);}.hover\:filter-brightness-\[1\.1\]:hover{--un-brightness:brightness(1.1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-color{transition-property:color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.ease{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.will-change-transform{will-change:transform;}.\[\&\[data-today\]\]\:before\:content-\[\'\'\][data-today]::before{content:'';}.after\:\[\&\[data-state\=open\]\]\:content-\[\"-_tap_to_collapse_-\"\][data-state=open]::after{content:"- tap to collapse -";}.after\:content-\[\"-_tap_to_expand_-\"\]::after{content:"- tap to expand -";}.after\:content-\[\"\"\]::after{content:"";}@layer components{.layer-components\:\[--webkit-tap-highlight-color\:transparent\]{--webkit-tap-highlight-color:transparent;}.layer-components\:\[all\:unset\]{all:unset;}.layer-components\:\[font-family\:inherit\]{font-family:inherit;}.layer-components\:\[grid-auto-rows\:auto\]{grid-auto-rows:auto;}.layer-components\:\[line-height\:1\]{line-height:1;}.layer-components\:\[resize\:none\]{resize:none;}.layer-components\:\[resize\:vertical\]{resize:vertical;}.layer-components\:\[\&\[data-state\=closed\]\]\:pointer-events-none[data-state=closed]{pointer-events:none;}.layer-components\:absolute{position:absolute;}.layer-components\:fixed{position:fixed;}.layer-components\:relative{position:relative;}.layer-components\:sticky{position:sticky;}.layer-components\:bottom-0{bottom:0.00rem;}.layer-components\:left-50\%{left:50%;}.layer-components\:right-0{right:0.00rem;}.layer-components\:top-0{top:0.00rem;}.layer-components\:top-50\%{top:50%;}.layer-components\:z-0{z-index:0;}.layer-components\:z-1{z-index:1;}.layer-components\:grid{display:grid;}.layer-components\:grid-cols-\[1fr\]{grid-template-columns:1fr;}.layer-components\:m-0{margin:0.00rem;}.layer-components\:m-2{margin:0.50rem;}.layer-components\:ml-0{margin-left:0.00rem;}.layer-components\:ml-auto{margin-left:auto;}.layer-components\:mr-0{margin-right:0.00rem;}.layer-components\:mr-auto{margin-right:auto;}.layer-components\:mt-auto{margin-top:auto;}.layer-components\:hidden{display:none;}.layer-components\:h-24px{height:24px;}.layer-components\:h-28px{height:28px;}.layer-components\:h-full{height:100%;}.layer-components\:h-max-content{height:max-content;}.layer-components\:max-h-\[var\(--radix-context-menu-content-available-height\)\]{max-height:var(--radix-context-menu-content-available-height);}.layer-components\:max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height);}.layer-components\:max-h-\[var\(--radix-popover-content-available-height\)\]{max-height:var(--radix-popover-content-available-height);}.layer-components\:max-h-\[var\(--radix-select-content-available-height\)\]{max-height:var(--radix-select-content-available-height);}.layer-components\:max-h-80px{max-height:80px;}.layer-components\:max-h-85vh{max-height:85vh;}.layer-components\:max-w-450px{max-width:450px;}.layer-components\:max-w-90vw{max-width:90vw;}.layer-components\:max-w-full{max-width:100%;}.layer-components\:min-h-4{min-height:1rem;}.layer-components\:min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width);}.layer-components\:min-w-120px{min-width:120px;}.layer-components\:min-w-32px{min-width:32px;}.layer-components\:min-w-4{min-width:1rem;}.layer-components\:min-w-60px{min-width:60px;}.layer-components\:w-24px{width:24px;}.layer-components\:w-28px{width:28px;}.layer-components\:w-90vw{width:90vw;}.layer-components\:w-auto{width:auto;}.layer-components\:w-full{width:100%;}.layer-components\:\[\&\[data-state\=open\]\]\:flex[data-state=open],.layer-components\:flex{display:flex;}.layer-components\:inline-flex{display:inline-flex;}.layer-components\:flex-1{flex:1 1 0%;}.layer-components\:flex-shrink-0{flex-shrink:0;}.layer-components\:flex-row{flex-direction:row;}.layer-components\:\[\&\[data-state\=open\]\]\:flex-col[data-state=open],.layer-components\:flex-col{flex-direction:column;}.layer-components\:transform-origin-\[var\(--radix-context-menu-transform-origin\)\]{transform-origin:var(--radix-context-menu-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-dropdown-menu-transform-origin\)\]{transform-origin:var(--radix-dropdown-menu-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-popover-transform-origin\)\]{transform-origin:var(--radix-popover-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-select-content-transform-origin\)\]{transform-origin:var(--radix-select-content-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-tooltip-content-transform-origin\)\]{transform-origin:var(--radix-tooltip-content-transform-origin);}.layer-components\:translate-\[-50\%\]{--un-translate-x:-50%;--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-dialog-out[data-state=closed]{animation:dialog-out 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-fade-out[data-state=closed]{animation:fade-out 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-popover-out[data-state=closed]{animation:popover-out 100ms linear 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-radix-collapsible-close-vertical[data-state=closed]{animation:radix-collapsible-close-vertical 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=delayed-open\]\]\:animate-popover-in[data-state=delayed-open],.layer-components\:\[\&\[data-state\=open\]\]\:animate-popover-in[data-state=open]{animation:popover-in 100ms linear 1;}.layer-components\:\[\&\[data-state\=open\]\]\:animate-radix-collapsible-open-vertical[data-state=open]{animation:radix-collapsible-open-vertical 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:animate-dialog-in{animation:dialog-in 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-duration-300[data-state=closed],.layer-components\:\[\&\[data-state\=open\]\]\:animate-duration-300[data-state=open]{animation-duration:300ms;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-ease-springy[data-state=closed],.layer-components\:\[\&\[data-state\=open\]\]\:animate-ease-springy[data-state=open]{animation-timing-function:cubic-bezier(0.64, -0.25, 0.1, 1.4);}.layer-components\:cursor-pointer{cursor:pointer;}.layer-components\:select-auto{-webkit-user-select:auto;user-select:auto;}.layer-components\:select-none{-webkit-user-select:none;user-select:none;}.layer-components\:items-center{align-items:center;}.layer-components\:items-stretch{align-items:stretch;}.layer-components\:justify-center{justify-content:center;}.layer-components\:gap-1{gap:0.25rem;}.layer-components\:gap-2{gap:0.50rem;}.layer-components\:gap-4{gap:1.00rem;}.layer-components\:gap-6px{gap:6px;}.layer-components\:overflow-hidden{overflow:hidden;}.layer-components\:overflow-visible{overflow:visible;}.layer-components\:overflow-y-auto{overflow-y:auto;}.layer-components\:text-ellipsis{text-overflow:ellipsis;}.layer-components\:whitespace-nowrap{white-space:nowrap;}.layer-components\:border,.layer-components\:border-1{border-width:1px;}.layer-components\:border-0{border-width:0px;}.layer-components\:border-b-1{border-bottom-width:1px;}.layer-components\:border-t{border-top-width:1px;}.layer-components\:\[\&\[data-state\=checked\]\]\:border-primary-dark[data-state=checked]{border-color:var(--color-primary-dark);}.layer-components\:border-black{border-color:var(--color-black);}.layer-components\:border-gray5{border-color:var(--color-gray-5);}.layer-components\:border-grayDarkBlend{border-color:var(--color-gray-dark-blend);}.layer-components\:border-transparent{border-color:transparent;}.layer-components\:hover\:border-gray7:hover{border-color:var(--color-gray-7);}.layer-components\:border-t-grayDarkBlend{border-top-color:var(--color-gray-dark-blend);}.layer-components\:rounded-full{border-radius:9999px;}.layer-components\:rounded-lg{border-radius:0.75rem;}.layer-components\:rounded-md{border-radius:0.5rem;}.layer-components\:rounded-xl{border-radius:1rem;}.layer-components\:border-none{border-style:none;}.layer-components\:border-solid{border-style:solid;}.layer-components\:\[\&\[data-state\=checked\]\]\:bg-primary-light[data-state=checked]{background-color:var(--color-primary-light);}.layer-components\:bg-\[var\(--bg\)\]{background-color:var(--bg);}.layer-components\:bg-black{background-color:var(--color-black);}.layer-components\:bg-gray-1{background-color:var(--color-gray-1);}.layer-components\:bg-gray-blend{background-color:var(--color-gray-blend);}.layer-components\:bg-transparent{background-color:transparent;}.layer-components\:bg-white{background-color:var(--color-white);}.layer-components\:hover\:bg-\[var\(--hover\)\]:hover{background-color:var(--hover);}.layer-components\:hover\:bg-lightBlend:hover{background-color:var(--color-light-blend);}.layer-components\:hover\:bg-primaryWash:hover{background-color:var(--color-primary-wash);}.layer-components\:focus\:bg-gray2:focus{background-color:var(--color-gray-2);}.layer-components\:focus-visible\:bg-primaryWash:focus-visible{background-color:var(--color-primary-wash);}.layer-components\:active\:bg-\[var\(--active\)\]:active{background-color:var(--active);}.layer-components\:active\:bg-primaryWash:active{background-color:var(--color-primary-wash);}.layer-components\:fill-none{fill:none;}.layer-components\:p-0{padding:0.00rem;}.layer-components\:p-2{padding:0.50rem;}.layer-components\:p-2px{padding:2px;}.layer-components\:p-4{padding:1.00rem;}.layer-components\:p-6{padding:1.50rem;}.layer-components\:px-3{padding-left:0.75rem;padding-right:0.75rem;}.layer-components\:px-4{padding-left:1.00rem;padding-right:1.00rem;}.layer-components\:py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.layer-components\:py-2{padding-top:0.50rem;padding-bottom:0.50rem;}.layer-components\:pb-2{padding-bottom:0.50rem;}.layer-components\:pt-6{padding-top:1.50rem;}.layer-components\:pt-8{padding-top:2.00rem;}.layer-components\:text-start{text-align:start;}.layer-components\:text-lg{font-size:1.25rem;line-height:1.75rem;}.layer-components\:text-md{font-size:1.125rem;line-height:1.5rem;}.layer-components\:text-sm{font-size:1rem;line-height:1.25rem;}.layer-components\:text-size-md{font-size:1.125rem;}.layer-components\:color-black,.layer-components\:text-black{color:var(--color-black);}.layer-components\:text-white{color:var(--color-white);}.layer-components\:\[\&\[data-placeholder\]\]\:color-gray8[data-placeholder]{color:var(--color-gray-8);}.layer-components\:hover\:color-black:hover{color:var(--color-black);}.layer-components\:color-inherit,.layer-components\:text-inherit{color:inherit;}.layer-components\:font-bold{font-weight:700;}.layer-components\:leading-tight{line-height:1.25;}.layer-components\:font-sans{font-family:"Inter", sans-serif;}.layer-components\:\[\&\[data-state\=open\]\]\:opacity-100[data-state=open]{opacity:1;}.layer-components\:op-0{opacity:0;}.layer-components\:\[\&\:hover\:not\(\:disabled\)\]\:shadow-\[0_0_0_1px_var\(--color-black\)\]:hover:not(:disabled){--un-shadow:0 0 0 1px var(--color-black) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-lg{--un-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-md{--un-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-sm{--un-shadow:0 1px 2px 0 var(--un-shadow-color, rgba(0, 0, 0, 0.05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-xl{--un-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:hover\:shadow-\[0_0_0_6px_var\(--hover\)\]:hover{--un-shadow:0 0 0 6px var(--hover) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus\:shadow-focus:focus{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus-visible\:shadow-\[0_0_0_6px_var\(--focus\,var\(--hover\)\)\]:focus-visible{--un-shadow:0 0 0 6px var(--focus,var(--hover)) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus-visible\:shadow-focus:focus-visible{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:active\:shadow-\[0_0_0_6px_var\(--active\)\]:active{--un-shadow:0 0 0 6px var(--active) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}.layer-components\:focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px;}.layer-components\:all\:transition *,.layer-components\:transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.layer-components\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.layer-components\:duration-200{transition-duration:200ms;}}@layer variants{.layer-variants\:\[\&\.btn-color-accent\]\:\[--active\:var\(--color-accent-light\)\].btn-color-accent{--active:var(--color-accent-light);}.layer-variants\:\[\&\.btn-color-accent\]\:\[--bg\:var\(--color-accent-wash\)\].btn-color-accent{--bg:var(--color-accent-wash);}.layer-variants\:\[\&\.btn-color-accent\]\:\[--focus\:var\(--color-accent-light\)\].btn-color-accent{--focus:var(--color-accent-light);}.layer-variants\:\[\&\.btn-color-accent\]\:\[--hover\:var\(--color-accent-light\)\].btn-color-accent{--hover:var(--color-accent-light);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--active\:var\(--color-gray-6\)\].btn-color-contrast{--active:var(--color-gray-6);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--bg\:var\(--color-black\)\].btn-color-contrast{--bg:var(--color-black);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--focus\:var\(--color-gray-7\)\].btn-color-contrast,.layer-variants\:\[\&\.btn-color-default\]\:\[--focus\:var\(--color-gray-7\)\].btn-color-default,.layer-variants\:\[\&\.btn-color-ghost\]\:\[--focus\:var\(--color-gray-7\)\].btn-color-ghost{--focus:var(--color-gray-7);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--hover\:var\(--color-gray-7\)\].btn-color-contrast{--hover:var(--color-gray-7);}.layer-variants\:\[\&\.btn-color-default\]\:\[--active\:var\(--color-gray-3\)\].btn-color-default{--active:var(--color-gray-3);}.layer-variants\:\[\&\.btn-color-default\]\:\[--bg\:var\(--color-white\)\].btn-color-default{--bg:var(--color-white);}.layer-variants\:\[\&\.btn-color-default\]\:\[--hover\:var\(--color-gray-2\)\].btn-color-default{--hover:var(--color-gray-2);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--active\:var\(--color-attention-light\)\].btn-color-destructive{--active:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--bg\:var\(--color-attention-light\)\].btn-color-destructive{--bg:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--focus\:var\(--color-attention-light\)\].btn-color-destructive,.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--focus\:var\(--color-attention-light\)\].btn-color-ghostDestructive{--focus:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--hover\:var\(--color-attention-light\)\].btn-color-destructive,.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--hover\:var\(--color-attention-light\)\].btn-color-ghostDestructive{--hover:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-ghost\]\:\[--active\:var\(--color-gray-dark-blend\)\].btn-color-ghost{--active:var(--color-gray-dark-blend);}.layer-variants\:\[\&\.btn-color-ghost\]\:\[--bg\:transparent\].btn-color-ghost,.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--bg\:transparent\].btn-color-ghostDestructive{--bg:transparent;}.layer-variants\:\[\&\.btn-color-ghost\]\:\[--hover\:var\(--color-gray-blend\)\].btn-color-ghost{--hover:var(--color-gray-blend);}.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--active\:var\(-color-attention-light\)\].btn-color-ghostDestructive{--active:var(-color-attention-light);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--active\:var\(--color-primary\)\].btn-color-primary{--active:var(--color-primary);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--bg\:var\(--color-primary-light\)\].btn-color-primary{--bg:var(--color-primary-light);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--focus\:var\(--color-primary\)\].btn-color-primary{--focus:var(--color-primary);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--hover\:var\(--color-primary\)\].btn-color-primary{--hover:var(--color-primary);}.layer-variants\:\[\&\[data-both\]\[data-state\=closed\]\]\:animate-radix-collapsible-close-both[data-both][data-state=closed]{animation:radix-collapsible-close-both 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:\[\&\[data-both\]\[data-state\=open\]\]\:animate-radix-collapsible-open-both[data-both][data-state=open]{animation:radix-collapsible-open-both 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:\[\&\[data-horizontal\]\[data-state\=closed\]\]\:animate-radix-collapsible-close-horizontal[data-horizontal][data-state=closed]{animation:radix-collapsible-close-horizontal 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:\[\&\[data-horizontal\]\[data-state\=open\]\]\:animate-radix-collapsible-open-horizontal[data-horizontal][data-state=open]{animation:radix-collapsible-open-horizontal 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:animate-pop-in-from-half{animation:pop-in-from-half 1s linear 1;}.layer-variants\:\[\&\[data-both\]\[data-state\=closed\]\]\:animate-duration-300[data-both][data-state=closed],.layer-variants\:\[\&\[data-both\]\[data-state\=open\]\]\:animate-duration-300[data-both][data-state=open],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=closed\]\]\:animate-duration-300[data-horizontal][data-state=closed],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=open\]\]\:animate-duration-300[data-horizontal][data-state=open]{animation-duration:300ms;}.layer-variants\:animate-duration-200{animation-duration:200ms;}.layer-variants\:\[\&\[data-both\]\[data-state\=closed\]\]\:animate-ease-springy[data-both][data-state=closed],.layer-variants\:\[\&\[data-both\]\[data-state\=open\]\]\:animate-ease-springy[data-both][data-state=open],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=closed\]\]\:animate-ease-springy[data-horizontal][data-state=closed],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=open\]\]\:animate-ease-springy[data-horizontal][data-state=open],.layer-variants\:animate-ease-springy{animation-timing-function:cubic-bezier(0.64, -0.25, 0.1, 1.4);}.layer-variants\:gap-0{gap:0.00rem;}.layer-variants\:\[\&\.btn-color-accent\]\:border-black.btn-color-accent,.layer-variants\:\[\&\.btn-color-contrast\]\:border-black.btn-color-contrast,.layer-variants\:\[\&\.btn-color-default\]\:border-black.btn-color-default,.layer-variants\:\[\&\.btn-color-destructive\]\:border-black.btn-color-destructive,.layer-variants\:\[\&\.btn-color-primary\]\:border-black.btn-color-primary{border-color:var(--color-black);}.layer-variants\:\[\&\.size-icon\]\:rounded-full.size-icon,.layer-variants\:\[\&\.size-small\]\:rounded-full.size-small{border-radius:9999px;}.layer-variants\:rounded-lg{border-radius:0.75rem;}.layer-variants\:rounded-md{border-radius:0.5rem;}.layer-variants\:rounded-none{border-radius:0;}.layer-variants\:bg-primary-wash{background-color:var(--color-primary-wash);}.layer-variants\:bg-white{background-color:var(--color-white);}.layer-variants\:\[\&\.size-icon\]\:p-2.size-icon{padding:0.50rem;}.layer-variants\:important\:p-0{padding:0.00rem !important;}.layer-variants\:p-1{padding:0.25rem;}.layer-variants\:p-5{padding:1.25rem;}.layer-variants\:\[\&\.size-small\]\:px-4.size-small{padding-left:1.00rem;padding-right:1.00rem;}.layer-variants\:\[\&\.size-small\]\:py-1.size-small{padding-top:0.25rem;padding-bottom:0.25rem;}.layer-variants\:\[\&\.size-icon\]\:text-sm.size-icon,.layer-variants\:\[\&\.size-small\]\:text-sm.size-small{font-size:1rem;line-height:1.25rem;}.layer-variants\:\[\&\.btn-color-accent\]\:color-black.btn-color-accent,.layer-variants\:\[\&\.btn-color-default\]\:color-black.btn-color-default,.layer-variants\:\[\&\.btn-color-destructive\]\:color-black.btn-color-destructive,.layer-variants\:\[\&\.btn-color-primary\]\:color-black.btn-color-primary{color:var(--color-black);}.layer-variants\:\[\&\.btn-color-contrast\]\:color-white.btn-color-contrast{color:var(--color-white);}.layer-variants\:\[\&\.btn-color-ghost\]\:color-dark-blend.btn-color-ghost{color:var(--color-dark-blend);}.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:color-attention-dark.btn-color-ghostDestructive{color:var(--color-attention-dark);}.layer-variants\:focus-visible\:shadow-\[0_0_0_2px_var\(--focus\,var\(--hover\)\)\]:focus-visible{--un-shadow:0 0 0 2px var(--focus,var(--hover)) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}}@media (prefers-reduced-motion: reduce){.\!motion-reduce\:animate-none,.important\:motion-reduce\:animate-none{animation:none !important;}.motion-reduce\:animate-none{animation:none;}}@media (prefers-reduced-motion: reduce){@layer components{.layer-components\:motion-reduce\:animate-none{animation:none;}}}@media (max-width: 639.9px){@layer variants{.layer-variants\:lt-sm\:bottom-\[calc\(var\(--viewport-bottom-offset\,0px\)\+var\(--gesture-y\,0px\)\)\]{bottom:calc(var(--viewport-bottom-offset,0px) + var(--gesture-y,0px));}.layer-variants\:lt-sm\:left-0{left:0.00rem;}.layer-variants\:lt-sm\:right-0{right:0.00rem;}.layer-variants\:lt-sm\:top-auto{top:auto;}.layer-variants\:lt-sm\:h-min-content{height:min-content;}.layer-variants\:lt-sm\:max-h-\[calc\(0\.85\*var\(--viewport-height\,100vh\)\)\]{max-height:calc(0.85 * var(--viewport-height,100vh));}.layer-variants\:lt-sm\:max-w-none{max-width:none;}.layer-variants\:lt-sm\:w-full{width:100%;}.layer-variants\:lt-sm\:translate-0{--un-translate-x:0.00rem;--un-translate-y:0.00rem;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.layer-variants\:lt-sm\:\[\&\[data-state\=closed\]\]\:animate-fade-out-down[data-state=closed]{animation:fade-out-down 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:lt-sm\:animate-fade-in-up{animation:fade-in-up 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:lt-sm\:animate-ease-in{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);}.layer-variants\:lt-sm\:border-b-0{border-bottom-width:0px;}.layer-variants\:lt-sm\:rounded-b-0{border-bottom-left-radius:0;border-bottom-right-radius:0;}.layer-variants\:lt-sm\:rounded-tl-xl{border-top-left-radius:1rem;}.layer-variants\:lt-sm\:rounded-tr-xl{border-top-right-radius:1rem;}.layer-variants\:lt-sm\:p-6{padding:1.50rem;}.layer-variants\:lt-sm\:pb-\[calc\(3rem\+env\(safe-area-inset-bottom\,0px\)\)\]{padding-bottom:calc(3rem + env(safe-area-inset-bottom,0px));}.layer-variants\:lt-sm\:pt-8{padding-top:2.00rem;}}}@media (min-width: 640px){.sm\:\[grid-area\:nav\]{grid-area:nav;}.sm\:\[grid-template-areas\:\"prevMonth_leftMonth_rightMonth_nextMonth\"\"leftGrid_leftGrid_rightGrid_rightGrid\"\]{grid-template-areas:"prevMonth leftMonth rightMonth nextMonth""leftGrid leftGrid rightGrid rightGrid";}.sm\:\[grid-template-columns\:auto_1fr_1fr_auto\]{grid-template-columns:auto 1fr 1fr auto;}.sm\:fixed{position:fixed;}.sm\:sticky{position:sticky;}.sm\:bottom-0{bottom:0.00rem;}.sm\:bottom-3{bottom:0.75rem;}.sm\:bottom-auto{bottom:auto;}.sm\:left-\[var\(--content-left\,20\%\)\]{left:var(--content-left,20%);}.sm\:left-auto{left:auto;}.sm\:right-auto{right:auto;}.sm\:top-0{top:0.00rem;}.sm\:top-auto{top:auto;}.\!sm\:grid{display:grid !important;}.sm\:grid-cols-\[1fr_auto_min\(800px\,60vw\)_1fr\]{grid-template-columns:1fr auto min(800px,60vw) 1fr;}.sm\:grid-areas-\[gutter1_nav_content_gutter2\]{grid-template-areas:"gutter1 nav content gutter2";}.\!sm\:block{display:block !important;}.sm\:hidden{display:none;}.sm\:h-8{height:2rem;}.sm\:h-auto{height:auto;}.sm\:h-min-content{height:min-content;}.sm\:max-w-700px{max-width:700px;}.sm\:max-w-80vw{max-width:80vw;}.sm\:min-h-auto{min-height:auto;}.sm\:w-\[var\(--content-width\,100\%\)\]{width:var(--content-width,100%);}.sm\:w-8{width:2rem;}.sm\:w-full{width:100%;}.sm\:flex{display:flex;}.sm\:flex-col{flex-direction:column;}.sm\:items-end{align-items:flex-end;}.sm\:items-stretch{align-items:stretch;}.sm\:justify-start{justify-content:flex-start;}.sm\:gap-2{gap:0.50rem;}.sm\:overflow-x-hidden{overflow-x:hidden;}.sm\:overflow-y-auto{overflow-y:auto;}.sm\:border-transparent{border-color:transparent;}.sm\:rounded-0{border-radius:0;}.sm\:rounded-full{border-radius:9999px;}.sm\:border-none{border-style:none;}.sm\:bg-lightBlend{background-color:var(--color-light-blend);}.sm\:bg-transparent{background-color:transparent;}.important\:sm\:p-4{padding:1.00rem !important;}.sm\:p-0{padding:0.00rem;}.sm\:p-6px{padding:6px;}.sm\:pb-10{padding-bottom:2.50rem;}.sm\:text-md{font-size:1.125rem;line-height:1.5rem;}.sm\:leading-normal{line-height:1.5;}.sm\:opacity-\[var\(--content-ready\,0\)\]{opacity:var(--content-ready,0);}.sm\:shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.sm\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}}@media (min-width: 640px){@layer components{.layer-components\:sm\:display-initial{display:initial;}.layer-components\:sm\:h-auto{height:auto;}.layer-components\:sm\:flex-row-reverse{flex-direction:row-reverse;}.layer-components\:sm\:justify-start{justify-content:flex-start;}.layer-components\:sm\:gap-2{gap:0.50rem;}.layer-components\:sm\:overflow-visible{overflow:visible;}}}@media (min-width: 768px){.md\:max-w-800px{max-width:800px;}.md\:min-w-0{min-width:0;}}@media (min-width: 768px){@layer components{.layer-components\:md\:\[grid-auto-rows\:1fr\]{grid-auto-rows:1fr;}.layer-components\:md\:grid-cols-\[repeat\(2\,1fr\)\]{grid-template-columns:repeat(2,1fr);}.layer-components\:md\:min-w-120px{min-width:120px;}.layer-components\:md\:items-end{align-items:flex-end;}.layer-components\:md\:pt-4{padding-top:1.00rem;}}}
472
+ }.animate-fade-in{animation:fade-in 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.animate-skeleton{animation:skeleton 1s linear 1;}.animate-spin{animation:spin 1s linear infinite;}.animate-spinner-stroke{animation:spinner-stroke 1s linear 1;}.\[\&\[data-state\=closed\]\]\:animate-duration-300[data-state=closed]{animation-duration:300ms;}.\[\&\[data-state\=open\]\]\:animate-duration-600[data-state=open]{animation-duration:600ms;}.animate-duration-1200{animation-duration:1200ms;}.animate-duration-1400{animation-duration:1400ms;}.animate-ease-default{animation-timing-function:ease;}.animate-ease-in-out{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.animate-ease-linear{animation-timing-function:linear;}.animate-forwards{animation-fill-mode:forwards;}.animate-alternate{animation-direction:alternate;}.animate-iteration-infinite{animation-iteration-count:infinite;}.\[\&\[data-disabled\=true\]\]\:cursor-default[data-disabled=true],.\[\&\[data-state\=active\]\]\:cursor-default[data-state=active],.cursor-default{cursor:default;}.important\:\[\&\[data-disabled\=true\]\]\:cursor-default[data-disabled=true]{cursor:default !important;}.disabled\:cursor-default:disabled{cursor:default;}.important\:disabled\:cursor-default:disabled{cursor:default !important;}.cursor-pointer{cursor:pointer;}.cursor-grab{cursor:grab;}.touch-none{touch-action:none;}.select-none{-webkit-user-select:none;user-select:none;}.resize{resize:both;}.appearance-none{-webkit-appearance:none;appearance:none;}.items-start{align-items:flex-start;}.items-end{align-items:flex-end;}.important\:items-center{align-items:center !important;}.items-center{align-items:center;}.after\:items-center::after{align-items:center;}.items-stretch{align-items:stretch;}.self-start{align-self:flex-start;}.self-end{align-self:flex-end;}.self-center{align-self:center;}.self-stretch{align-self:stretch;}.justify-start{justify-content:flex-start;}.justify-end{justify-content:flex-end;}.after\:justify-end::after{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.justify-around{justify-content:space-around;}.gap-1{gap:0.25rem;}.gap-2{gap:0.50rem;}.gap-3{gap:0.75rem;}.gap-4{gap:1.00rem;}.important\:gap-2{gap:0.50rem !important;}.overflow-hidden{overflow:hidden;}.overflow-x-auto{overflow-x:auto;}.overflow-y-auto{overflow-y:auto;}.overflow-y-hidden{overflow-y:hidden;}.text-ellipsis{text-overflow:ellipsis;}.important\:whitespace-nowrap{white-space:nowrap !important;}.whitespace-nowrap{white-space:nowrap;}.border,.border-1{border-width:1px;}.border-0{border-width:0px;}.border-10px{border-width:10px;}.border-2{border-width:2px;}.after\:border-8px::after{border-width:8px;}.border-b{border-bottom-width:1px;}.border-r{border-right-width:1px;}.border-r-0{border-right-width:0px;}.border-t{border-top-width:1px;}.\[\&\[data-state\=on\]\]\:border-black[data-state=on],.border-black{border-color:var(--color-black);}.border-gray5{border-color:var(--color-gray-5);}.border-primary{border-color:var(--color-primary);}.border-primary-dark{border-color:var(--color-primary-dark);}.border-transparent{border-color:transparent;}.border-white{border-color:var(--color-white);}.important\:border-gray7{border-color:var(--color-gray-7) !important;}.hover\:border-gray7:hover{border-color:var(--color-gray-7);}.after\:border-transparent::after{border-color:transparent;}.\[\&\[data-bottom-edge\]\]\:border-b-gray-5[data-bottom-edge]{border-bottom-color:var(--color-gray-5);}.\[\&\[data-day-first\]\]\:border-l-gray-5[data-day-first],.\[\&\[data-first-column\]\]\:border-l-gray-5[data-first-column]{border-left-color:var(--color-gray-5);}.\[\&\[data-day-last\]\]\:border-r-gray-5[data-day-last],.\[\&\[data-last-column\]\]\:border-r-gray-5[data-last-column]{border-right-color:var(--color-gray-5);}.\[\&\[data-top-edge\]\]\:border-t-gray-5[data-top-edge]{border-top-color:var(--color-gray-5);}.border-b-primary-dark{border-bottom-color:var(--color-primary-dark);}.border-l-primary-dark{border-left-color:var(--color-primary-dark);}.after\:border-b-primary-wash::after{border-bottom-color:var(--color-primary-wash);}.after\:border-l-primary-wash::after{border-left-color:var(--color-primary-wash);}.\[\&\[data-in-range\]\]\:rounded-none[data-in-range],.rounded-0{border-radius:0;}.\[\&\[data-selected\]\]\:rounded[data-selected],.rounded,.rounded-sm{border-radius:0.25rem;}.important\:rounded-15px{border-radius:15px !important;}.rounded-2{border-radius:0.5rem;}.rounded-full{border-radius:9999px;}.rounded-lg{border-radius:0.75rem;}.rounded-xl{border-radius:1rem;}.active\:rounded:active{border-radius:0.25rem;}.\[\&\[data-today\]\]\:before\:rounded-full[data-today]::before{border-radius:9999px;}.\[\&\[data-range-end\]\]\:rounded-l-none[data-range-end]{border-top-left-radius:0;border-bottom-left-radius:0;}.\[\&\[data-range-end\]\]\:rounded-r[data-range-end]{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}.\[\&\[data-range-start\]\]\:rounded-l[data-range-start]{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}.\[\&\[data-range-start\]\]\:rounded-r-none[data-range-start]{border-top-right-radius:0;border-bottom-right-radius:0;}.rounded-t-lg{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;}.\[\&\[data-day-first\]\]\:rounded-tl[data-day-first],.\[\&\[data-first-column\]\[data-top-edge\]\]\:rounded-tl[data-first-column][data-top-edge]{border-top-left-radius:0.25rem;}.\[\&\[data-day-last\]\]\:rounded-br[data-day-last],.\[\&\[data-last-column\]\[data-bottom-edge\]\]\:rounded-br[data-last-column][data-bottom-edge]{border-bottom-right-radius:0.25rem;}.\[\&\[data-first-column\]\[data-bottom-edge\]\]\:rounded-bl[data-first-column][data-bottom-edge]{border-bottom-left-radius:0.25rem;}.\[\&\[data-last-column\]\[data-top-edge\]\]\:rounded-tr[data-last-column][data-top-edge]{border-top-right-radius:0.25rem;}.border-none{border-style:none;}.border-solid{border-style:solid;}.after\:border-solid::after{border-style:solid;}.border-t-solid{border-top-style:solid;}.\!bg-\[rgba\(0\,0\,0\,0\.1\)\]{--un-bg-opacity:0.1 !important;background-color:rgba(0, 0, 0, var(--un-bg-opacity)) !important;}.\[\&_\.ProseMirror\:focus\]\:bg-gray-1 .ProseMirror:focus,.bg-gray1{background-color:var(--color-gray-1);}.\[\&\:nth-child\(2n\+1\)\]\:bg-gray-blend:nth-child(2n+1),.bg-gray-blend{background-color:var(--color-gray-blend);}.\[\&\[data-highlighted\]\]\:bg-primary-wash[data-highlighted],.\[\&\[data-state\=checked\]\]\:bg-primary-wash[data-state=checked],.bg-primary-wash{background-color:var(--color-primary-wash);}.\[\&\[data-highlighted\=true\]\]\:bg-gray2[data-highlighted=true],.bg-gray2{background-color:var(--color-gray-2);}.\[\&\[data-in-range\]\]\:bg-accent-wash[data-in-range],.bg-accent-wash{background-color:var(--color-accent-wash);}.\[\&\[data-range-end\]\]\:bg-accent-light[data-range-end],.\[\&\[data-range-start\]\]\:bg-accent-light[data-range-start],.\[\&\[data-selected\]\]\:bg-accent-light[data-selected]{background-color:var(--color-accent-light);}.\[\&\[data-state\=active\]\]\:bg-primary-dark[data-state=active]{background-color:var(--color-primary-dark);}.\[\&\[data-state\=checked\]\]\:bg-accent[data-state=checked]{background-color:var(--color-accent);}.\[\&\[data-state\=on\]\]\:bg-primary-light[data-state=on]{background-color:var(--color-primary-light);}.bg-\[rgba\(0\,0\,0\,0\.05\)\]{--un-bg-opacity:0.05;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[var\(--color-wash\)\]{background-color:var(--color-wash);}.bg-\[var\(--palette-yellow-70\)\]{background-color:var(--palette-yellow-70);}.bg-attention{background-color:var(--color-attention);}.bg-black{background-color:var(--color-black);}.bg-gray-4{background-color:var(--color-gray-4);}.bg-gray5{background-color:var(--color-gray-5);}.bg-gray50{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity));}.bg-primary{background-color:var(--color-primary);}.bg-transparent{background-color:transparent;}.bg-white{background-color:var(--color-white);}.important\:\[\&\[data-disabled\=true\]\]\:bg-\[var\(--bg\)\][data-disabled=true]{background-color:var(--bg) !important;}.\[\&\[data-state\=active\]\]\:hover\:bg-primary-dark:hover[data-state=active]{background-color:var(--color-primary-dark);}.hover\:bg-gray-1:hover{background-color:var(--color-gray-1);}.hover\:bg-gray2:hover{background-color:var(--color-gray-2);}.hover\:bg-gray3:hover{background-color:var(--color-gray-3);}.hover\:bg-light-blend:hover{background-color:var(--color-light-blend);}.hover\:bg-primary-light:hover{background-color:var(--color-primary-light);}.focus-visible\:bg-gray-2:focus-visible{background-color:var(--color-gray-2);}.focus-visible\:bg-gray2:focus-visible{background-color:var(--color-gray-2);}.active\:bg-accent-wash:active{background-color:var(--color-accent-wash);}.active\:bg-gray4:active{background-color:var(--color-gray-4);}.important\:disabled\:bg-\[var\(--bg\)\]:disabled{background-color:var(--bg) !important;}.\[\&\[data-today\]\]\:before\:bg-primary[data-today]::before{background-color:var(--color-primary);}.from-gray1{--un-gradient-from-position:0%;--un-gradient-from:var(--color-gray-1) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.from-transparent{--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.after\:from-transparent::after{--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.after\:from-wash::after{--un-gradient-from-position:0%;--un-gradient-from:var(--color-wash) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.via-gray2{--un-gradient-via-position:50%;--un-gradient-to:rgb(255 255 255 / 0);--un-gradient-stops:var(--un-gradient-from), var(--color-gray-2) var(--un-gradient-via-position), var(--un-gradient-to);}.to-gray1{--un-gradient-to-position:100%;--un-gradient-to:var(--color-gray-1) var(--un-gradient-to-position);}.to-primary-wash{--un-gradient-to-position:100%;--un-gradient-to:var(--color-primary-wash) var(--un-gradient-to-position);}.after\:to-white::after{--un-gradient-to-position:100%;--un-gradient-to:var(--color-white) var(--un-gradient-to-position);}.bg-gradient-to-b{--un-gradient-shape:to bottom;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.bg-gradient-to-r{--un-gradient-shape:to right;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.after\:bg-gradient-to-b::after{--un-gradient-shape:to bottom;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.after\:bg-gradient-to-l::after{--un-gradient-shape:to left;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.fill-white{fill:var(--color-white);}a[data-active=true] .\[a\[data-active\=true\]_\&\]\:fill-primary-light{fill:var(--color-primary-light);}.stroke-1{stroke-width:1px;}.stroke-black{stroke:var(--color-black);}.stroke-current{stroke:currentColor;}.object-cover{object-fit:cover;}.object-center{object-position:center;}.important\:p-0{padding:0.00rem !important;}.p-1{padding:0.25rem;}.p-2{padding:0.50rem;}.p-4{padding:1.00rem;}.after\:p-3::after{padding:0.75rem;}.px{padding-left:1rem;padding-right:1rem;}.px-2{padding-left:0.50rem;padding-right:0.50rem;}.px-25px{padding-left:25px;padding-right:25px;}.px-3{padding-left:0.75rem;padding-right:0.75rem;}.px-4{padding-left:1.00rem;padding-right:1.00rem;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-2{padding-top:0.50rem;padding-bottom:0.50rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-4{padding-top:1.00rem;padding-bottom:1.00rem;}.pb-\[calc\(0\.25rem\+env\(safe-area-inset-bottom\,0px\)\)\]{padding-bottom:calc(0.25rem + env(safe-area-inset-bottom,0px));}.pl-1{padding-left:0.25rem;}.pl-25px{padding-left:25px;}.pl-35px{padding-left:35px;}.pl-8{padding-left:2.00rem;}.pr-20px{padding-right:20px;}.pr-4{padding-right:1.00rem;}.pr-8{padding-right:2.00rem;}.pr-80px{padding-right:80px;}.text-center{text-align:center;}.text-left{text-align:left;}.\[\&_\.ProseMirror_h1\]\:text-xl .ProseMirror h1{font-size:1.5rem;line-height:2rem;}.\[\&_\.ProseMirror_h2\]\:text-lg .ProseMirror h2,.text-lg{font-size:1.25rem;line-height:1.75rem;}.\[\&_\.ProseMirror_h3\]\:text-md .ProseMirror h3,.text-md{font-size:1.125rem;line-height:1.5rem;}.text-12px{font-size:12px;}.text-2xl{font-size:1.75rem;line-height:2.25rem;}.text-3xl{font-size:2rem;line-height:2.5rem;}.text-sm{font-size:1rem;line-height:1.25rem;}.text-xs{font-size:0.75rem;line-height:1rem;}.text-xxs{font-size:0.625rem;line-height:0.75rem;}.after\:text-xs::after{font-size:0.75rem;line-height:1rem;}.\[\&\[data-state\=active\]\]\:text-white[data-state=active],.text-white{color:var(--color-white);}.\[\&\[data-state\=checked\]\]\:text-primary-dark[data-state=checked],.color-primary-dark{color:var(--color-primary-dark);}.color-dark-blend,.text-dark-blend{color:var(--color-dark-blend);}.text-gray-6{color:var(--color-gray-6);}.\[\&\[data-disabled\]\]\:color-gray5[data-disabled]{color:var(--color-gray-5);}.\[\&\[data-disabled\]\]\:color-gray9[data-disabled],.color-gray9{color:var(--color-gray-9);}.\[\&\[data-highlighted\]\]\:color-black[data-highlighted],.color-black{color:var(--color-black);}.\[\&\[data-placeholder\]\]\:color-gray8[data-placeholder],.color-gray8{color:var(--color-gray-8);}.color-gray7{color:var(--color-gray-7);}.focus-visible\:color-gray9:focus-visible{color:var(--color-gray-9);}.after\:color-gray9::after{color:var(--color-gray-9);}.color-inherit{color:inherit;}.\[\&_\.ProseMirror_h1\]\:font-medium .ProseMirror h1,.\[\&_\.ProseMirror_h2\]\:font-medium .ProseMirror h2{font-weight:500;}.\[\&_\.ProseMirror_h3\]\:font-extrabold .ProseMirror h3{font-weight:800;}.font-bold{font-weight:700;}.font-normal{font-weight:400;}.important\:font-normal{font-weight:400 !important;}.leading-4{line-height:1rem;}.leading-6{line-height:1.5rem;}.leading-normal{line-height:1.5;}.font-title{font-family:"Inter", sans-serif;}.italic{font-style:italic;}.oblique{font-style:oblique;}.\[\&_\.ProseMirror_a\]\:underline .ProseMirror a{text-decoration-line:underline;}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.accent-dark{--un-accent-opacity:1;accent-color:rgb(34 34 34 / var(--un-accent-opacity));}.accent-light{--un-accent-opacity:1;accent-color:rgb(246 246 246 / var(--un-accent-opacity));}.accent-wash{accent-color:var(--color-wash);}.\[\&\[data-disabled\=true\]\]\:opacity-50[data-disabled=true]{opacity:0.5;}.important\:\[\&\[data-disabled\=true\]\]\:opacity-50[data-disabled=true]{opacity:0.5 !important;}.op-0{opacity:0;}.opacity-80{opacity:0.8;}.hover\:opacity-100:hover{opacity:1;}.focus\:opacity-100:focus{opacity:1;}.disabled\:opacity-50:disabled{opacity:0.5;}.important\:disabled\:opacity-50:disabled{opacity:0.5 !important;}.\[\&_\.ProseMirror\:focus\]\:shadow-focus .ProseMirror:focus{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.important\:\[\&\[data-disabled\=true\]\]\:shadow-none[data-disabled=true]{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;}.shadow-lg{--un-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-sm{--un-shadow:0 1px 2px 0 var(--un-shadow-color, rgba(0, 0, 0, 0.05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.focus\:shadow-focus:focus{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.focus-visible\:shadow-focus:focus-visible{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.important\:disabled\:shadow-none:disabled{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;}.\[\&\[data-highlighted\]\]\:outline-accent[data-highlighted]{outline-color:var(--color-accent);}.hover\:outline-accent:hover{outline-color:var(--color-accent);}.\[\&_\.ProseMirror\:focus\]\:outline-none .ProseMirror:focus,.\[\&\[data-highlighted\]\]\:outline-none[data-highlighted],.outline-none{outline:2px solid transparent;outline-offset:2px;}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}.ring-2{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.ring-white{--un-ring-color:var(--color-white);}.focus\:ring-primary:focus{--un-ring-color:var(--color-primary);}.hover\:filter-brightness-\[1\.1\]:hover{--un-brightness:brightness(1.1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-color{transition-property:color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.ease{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.will-change-transform{will-change:transform;}.\[\&\[data-today\]\]\:before\:content-\[\'\'\][data-today]::before{content:'';}.after\:\[\&\[data-state\=open\]\]\:content-\[\"-_tap_to_collapse_-\"\][data-state=open]::after{content:"- tap to collapse -";}.after\:content-\[\"-_tap_to_expand_-\"\]::after{content:"- tap to expand -";}.after\:content-\[\"\"\]::after{content:"";}@layer components{.layer-components\:\[--webkit-tap-highlight-color\:transparent\]{--webkit-tap-highlight-color:transparent;}.layer-components\:\[all\:unset\]{all:unset;}.layer-components\:\[font-family\:inherit\]{font-family:inherit;}.layer-components\:\[grid-auto-rows\:auto\]{grid-auto-rows:auto;}.layer-components\:\[line-height\:1\]{line-height:1;}.layer-components\:\[resize\:none\]{resize:none;}.layer-components\:\[resize\:vertical\]{resize:vertical;}.layer-components\:\[\&\[data-state\=closed\]\]\:pointer-events-none[data-state=closed]{pointer-events:none;}.layer-components\:absolute{position:absolute;}.layer-components\:fixed{position:fixed;}.layer-components\:relative{position:relative;}.layer-components\:sticky{position:sticky;}.layer-components\:bottom-0{bottom:0.00rem;}.layer-components\:left-50\%{left:50%;}.layer-components\:right-0{right:0.00rem;}.layer-components\:top-0{top:0.00rem;}.layer-components\:top-50\%{top:50%;}.layer-components\:z-0{z-index:0;}.layer-components\:z-1{z-index:1;}.layer-components\:grid{display:grid;}.layer-components\:grid-cols-\[1fr\]{grid-template-columns:1fr;}.layer-components\:m-0{margin:0.00rem;}.layer-components\:m-2{margin:0.50rem;}.layer-components\:ml-0{margin-left:0.00rem;}.layer-components\:ml-auto{margin-left:auto;}.layer-components\:mr-0{margin-right:0.00rem;}.layer-components\:mr-auto{margin-right:auto;}.layer-components\:mt-auto{margin-top:auto;}.layer-components\:hidden{display:none;}.layer-components\:h-24px{height:24px;}.layer-components\:h-28px{height:28px;}.layer-components\:h-full{height:100%;}.layer-components\:h-max-content{height:max-content;}.layer-components\:max-h-\[var\(--radix-context-menu-content-available-height\)\]{max-height:var(--radix-context-menu-content-available-height);}.layer-components\:max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height);}.layer-components\:max-h-\[var\(--radix-popover-content-available-height\)\]{max-height:var(--radix-popover-content-available-height);}.layer-components\:max-h-\[var\(--radix-select-content-available-height\)\]{max-height:var(--radix-select-content-available-height);}.layer-components\:max-h-80px{max-height:80px;}.layer-components\:max-h-85vh{max-height:85vh;}.layer-components\:max-w-450px{max-width:450px;}.layer-components\:max-w-90vw{max-width:90vw;}.layer-components\:max-w-full{max-width:100%;}.layer-components\:min-h-4{min-height:1rem;}.layer-components\:min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width);}.layer-components\:min-w-120px{min-width:120px;}.layer-components\:min-w-32px{min-width:32px;}.layer-components\:min-w-4{min-width:1rem;}.layer-components\:min-w-60px{min-width:60px;}.layer-components\:w-24px{width:24px;}.layer-components\:w-28px{width:28px;}.layer-components\:w-90vw{width:90vw;}.layer-components\:w-auto{width:auto;}.layer-components\:w-full{width:100%;}.layer-components\:\[\&\[data-state\=open\]\]\:flex[data-state=open],.layer-components\:flex{display:flex;}.layer-components\:inline-flex{display:inline-flex;}.layer-components\:flex-1{flex:1 1 0%;}.layer-components\:flex-shrink-0{flex-shrink:0;}.layer-components\:flex-row{flex-direction:row;}.layer-components\:\[\&\[data-state\=open\]\]\:flex-col[data-state=open],.layer-components\:flex-col{flex-direction:column;}.layer-components\:transform-origin-\[var\(--radix-context-menu-transform-origin\)\]{transform-origin:var(--radix-context-menu-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-dropdown-menu-transform-origin\)\]{transform-origin:var(--radix-dropdown-menu-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-popover-transform-origin\)\]{transform-origin:var(--radix-popover-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-select-content-transform-origin\)\]{transform-origin:var(--radix-select-content-transform-origin);}.layer-components\:transform-origin-\[var\(--radix-tooltip-content-transform-origin\)\]{transform-origin:var(--radix-tooltip-content-transform-origin);}.layer-components\:translate-\[-50\%\]{--un-translate-x:-50%;--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-dialog-out[data-state=closed]{animation:dialog-out 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-fade-out[data-state=closed]{animation:fade-out 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-popover-out[data-state=closed]{animation:popover-out 100ms linear 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-radix-collapsible-close-vertical[data-state=closed]{animation:radix-collapsible-close-vertical 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=delayed-open\]\]\:animate-popover-in[data-state=delayed-open],.layer-components\:\[\&\[data-state\=open\]\]\:animate-popover-in[data-state=open]{animation:popover-in 100ms linear 1;}.layer-components\:\[\&\[data-state\=open\]\]\:animate-radix-collapsible-open-vertical[data-state=open]{animation:radix-collapsible-open-vertical 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:animate-dialog-in{animation:dialog-in 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-duration-300[data-state=closed],.layer-components\:\[\&\[data-state\=open\]\]\:animate-duration-300[data-state=open]{animation-duration:300ms;}.layer-components\:\[\&\[data-state\=closed\]\]\:animate-ease-springy[data-state=closed],.layer-components\:\[\&\[data-state\=open\]\]\:animate-ease-springy[data-state=open]{animation-timing-function:cubic-bezier(0.64, -0.25, 0.1, 1.4);}.layer-components\:cursor-pointer{cursor:pointer;}.layer-components\:select-auto{-webkit-user-select:auto;user-select:auto;}.layer-components\:select-none{-webkit-user-select:none;user-select:none;}.layer-components\:items-center{align-items:center;}.layer-components\:items-stretch{align-items:stretch;}.layer-components\:justify-center{justify-content:center;}.layer-components\:gap-1{gap:0.25rem;}.layer-components\:gap-2{gap:0.50rem;}.layer-components\:gap-4{gap:1.00rem;}.layer-components\:gap-6px{gap:6px;}.layer-components\:overflow-hidden{overflow:hidden;}.layer-components\:overflow-visible{overflow:visible;}.layer-components\:overflow-y-auto{overflow-y:auto;}.layer-components\:text-ellipsis{text-overflow:ellipsis;}.layer-components\:whitespace-nowrap{white-space:nowrap;}.layer-components\:border,.layer-components\:border-1{border-width:1px;}.layer-components\:border-0{border-width:0px;}.layer-components\:border-b-1{border-bottom-width:1px;}.layer-components\:border-t{border-top-width:1px;}.layer-components\:\[\&\[data-state\=checked\]\]\:border-primary-dark[data-state=checked]{border-color:var(--color-primary-dark);}.layer-components\:border-black{border-color:var(--color-black);}.layer-components\:border-gray5{border-color:var(--color-gray-5);}.layer-components\:border-grayDarkBlend{border-color:var(--color-gray-dark-blend);}.layer-components\:border-transparent{border-color:transparent;}.layer-components\:hover\:border-gray7:hover{border-color:var(--color-gray-7);}.layer-components\:border-t-grayDarkBlend{border-top-color:var(--color-gray-dark-blend);}.layer-components\:rounded-full{border-radius:9999px;}.layer-components\:rounded-lg{border-radius:0.75rem;}.layer-components\:rounded-md{border-radius:0.5rem;}.layer-components\:rounded-xl{border-radius:1rem;}.layer-components\:border-none{border-style:none;}.layer-components\:border-solid{border-style:solid;}.layer-components\:\[\&\[data-state\=checked\]\]\:bg-primary-light[data-state=checked]{background-color:var(--color-primary-light);}.layer-components\:bg-\[var\(--bg\)\]{background-color:var(--bg);}.layer-components\:bg-black{background-color:var(--color-black);}.layer-components\:bg-gray-1{background-color:var(--color-gray-1);}.layer-components\:bg-transparent{background-color:transparent;}.layer-components\:bg-white{background-color:var(--color-white);}.layer-components\:hover\:bg-\[var\(--hover\)\]:hover{background-color:var(--hover);}.layer-components\:hover\:bg-lightBlend:hover{background-color:var(--color-light-blend);}.layer-components\:hover\:bg-primaryWash:hover{background-color:var(--color-primary-wash);}.layer-components\:focus\:bg-gray2:focus{background-color:var(--color-gray-2);}.layer-components\:focus-visible\:bg-primaryWash:focus-visible{background-color:var(--color-primary-wash);}.layer-components\:active\:bg-\[var\(--active\)\]:active{background-color:var(--active);}.layer-components\:active\:bg-primaryWash:active{background-color:var(--color-primary-wash);}.layer-components\:fill-none{fill:none;}.layer-components\:p-0{padding:0.00rem;}.layer-components\:p-2{padding:0.50rem;}.layer-components\:p-2px{padding:2px;}.layer-components\:p-4{padding:1.00rem;}.layer-components\:p-6{padding:1.50rem;}.layer-components\:px-3{padding-left:0.75rem;padding-right:0.75rem;}.layer-components\:px-4{padding-left:1.00rem;padding-right:1.00rem;}.layer-components\:py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.layer-components\:py-2{padding-top:0.50rem;padding-bottom:0.50rem;}.layer-components\:pb-2{padding-bottom:0.50rem;}.layer-components\:pt-6{padding-top:1.50rem;}.layer-components\:pt-8{padding-top:2.00rem;}.layer-components\:text-start{text-align:start;}.layer-components\:text-lg{font-size:1.25rem;line-height:1.75rem;}.layer-components\:text-md{font-size:1.125rem;line-height:1.5rem;}.layer-components\:text-sm{font-size:1rem;line-height:1.25rem;}.layer-components\:text-size-md{font-size:1.125rem;}.layer-components\:color-black,.layer-components\:text-black{color:var(--color-black);}.layer-components\:text-white{color:var(--color-white);}.layer-components\:\[\&\[data-placeholder\]\]\:color-gray8[data-placeholder]{color:var(--color-gray-8);}.layer-components\:hover\:color-black:hover{color:var(--color-black);}.layer-components\:color-inherit,.layer-components\:text-inherit{color:inherit;}.layer-components\:font-bold{font-weight:700;}.layer-components\:leading-tight{line-height:1.25;}.layer-components\:font-sans{font-family:"Inter", sans-serif;}.layer-components\:\[\&\[data-state\=open\]\]\:opacity-100[data-state=open]{opacity:1;}.layer-components\:op-0{opacity:0;}.layer-components\:\[\&\:hover\:not\(\:disabled\)\]\:shadow-\[0_0_0_1px_var\(--color-black\)\]:hover:not(:disabled){--un-shadow:0 0 0 1px var(--color-black) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-lg{--un-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-md{--un-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-sm{--un-shadow:0 1px 2px 0 var(--un-shadow-color, rgba(0, 0, 0, 0.05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:shadow-xl{--un-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:hover\:shadow-\[0_0_0_6px_var\(--hover\)\]:hover{--un-shadow:0 0 0 6px var(--hover) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus\:shadow-focus:focus{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus-visible\:shadow-\[0_0_0_6px_var\(--focus\,var\(--hover\)\)\]:focus-visible{--un-shadow:0 0 0 6px var(--focus,var(--hover)) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus-visible\:shadow-focus:focus-visible{--un-shadow:0 0 0 3px var(--color-primary-light) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:active\:shadow-\[0_0_0_6px_var\(--active\)\]:active{--un-shadow:0 0 0 6px var(--active) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.layer-components\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}.layer-components\:focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px;}.layer-components\:all\:transition *,.layer-components\:transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.layer-components\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.layer-components\:duration-200{transition-duration:200ms;}}@layer variants{.layer-variants\:\[\&\.btn-color-accent\]\:\[--active\:var\(--color-accent-light\)\].btn-color-accent{--active:var(--color-accent-light);}.layer-variants\:\[\&\.btn-color-accent\]\:\[--bg\:var\(--color-accent-wash\)\].btn-color-accent{--bg:var(--color-accent-wash);}.layer-variants\:\[\&\.btn-color-accent\]\:\[--focus\:var\(--color-accent-light\)\].btn-color-accent{--focus:var(--color-accent-light);}.layer-variants\:\[\&\.btn-color-accent\]\:\[--hover\:var\(--color-accent-light\)\].btn-color-accent{--hover:var(--color-accent-light);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--active\:var\(--color-gray-6\)\].btn-color-contrast{--active:var(--color-gray-6);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--bg\:var\(--color-black\)\].btn-color-contrast{--bg:var(--color-black);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--focus\:var\(--color-gray-7\)\].btn-color-contrast,.layer-variants\:\[\&\.btn-color-default\]\:\[--focus\:var\(--color-gray-7\)\].btn-color-default,.layer-variants\:\[\&\.btn-color-ghost\]\:\[--focus\:var\(--color-gray-7\)\].btn-color-ghost{--focus:var(--color-gray-7);}.layer-variants\:\[\&\.btn-color-contrast\]\:\[--hover\:var\(--color-gray-7\)\].btn-color-contrast{--hover:var(--color-gray-7);}.layer-variants\:\[\&\.btn-color-default\]\:\[--active\:var\(--color-gray-3\)\].btn-color-default{--active:var(--color-gray-3);}.layer-variants\:\[\&\.btn-color-default\]\:\[--bg\:var\(--color-white\)\].btn-color-default{--bg:var(--color-white);}.layer-variants\:\[\&\.btn-color-default\]\:\[--hover\:var\(--color-gray-2\)\].btn-color-default{--hover:var(--color-gray-2);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--active\:var\(--color-attention-light\)\].btn-color-destructive{--active:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--bg\:var\(--color-attention-light\)\].btn-color-destructive{--bg:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--focus\:var\(--color-attention-light\)\].btn-color-destructive,.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--focus\:var\(--color-attention-light\)\].btn-color-ghostDestructive{--focus:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-destructive\]\:\[--hover\:var\(--color-attention-light\)\].btn-color-destructive,.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--hover\:var\(--color-attention-light\)\].btn-color-ghostDestructive{--hover:var(--color-attention-light);}.layer-variants\:\[\&\.btn-color-ghost\]\:\[--active\:var\(--color-gray-dark-blend\)\].btn-color-ghost{--active:var(--color-gray-dark-blend);}.layer-variants\:\[\&\.btn-color-ghost\]\:\[--bg\:transparent\].btn-color-ghost,.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--bg\:transparent\].btn-color-ghostDestructive{--bg:transparent;}.layer-variants\:\[\&\.btn-color-ghost\]\:\[--hover\:var\(--color-gray-blend\)\].btn-color-ghost{--hover:var(--color-gray-blend);}.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:\[--active\:var\(-color-attention-light\)\].btn-color-ghostDestructive{--active:var(-color-attention-light);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--active\:var\(--color-primary\)\].btn-color-primary{--active:var(--color-primary);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--bg\:var\(--color-primary-light\)\].btn-color-primary{--bg:var(--color-primary-light);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--focus\:var\(--color-primary\)\].btn-color-primary{--focus:var(--color-primary);}.layer-variants\:\[\&\.btn-color-primary\]\:\[--hover\:var\(--color-primary\)\].btn-color-primary{--hover:var(--color-primary);}.layer-variants\:\[\&\[data-both\]\[data-state\=closed\]\]\:animate-radix-collapsible-close-both[data-both][data-state=closed]{animation:radix-collapsible-close-both 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:\[\&\[data-both\]\[data-state\=open\]\]\:animate-radix-collapsible-open-both[data-both][data-state=open]{animation:radix-collapsible-open-both 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:\[\&\[data-horizontal\]\[data-state\=closed\]\]\:animate-radix-collapsible-close-horizontal[data-horizontal][data-state=closed]{animation:radix-collapsible-close-horizontal 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:\[\&\[data-horizontal\]\[data-state\=open\]\]\:animate-radix-collapsible-open-horizontal[data-horizontal][data-state=open]{animation:radix-collapsible-open-horizontal 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:animate-pop-in-from-half{animation:pop-in-from-half 1s linear 1;}.layer-variants\:\[\&\[data-both\]\[data-state\=closed\]\]\:animate-duration-300[data-both][data-state=closed],.layer-variants\:\[\&\[data-both\]\[data-state\=open\]\]\:animate-duration-300[data-both][data-state=open],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=closed\]\]\:animate-duration-300[data-horizontal][data-state=closed],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=open\]\]\:animate-duration-300[data-horizontal][data-state=open]{animation-duration:300ms;}.layer-variants\:animate-duration-200{animation-duration:200ms;}.layer-variants\:\[\&\[data-both\]\[data-state\=closed\]\]\:animate-ease-springy[data-both][data-state=closed],.layer-variants\:\[\&\[data-both\]\[data-state\=open\]\]\:animate-ease-springy[data-both][data-state=open],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=closed\]\]\:animate-ease-springy[data-horizontal][data-state=closed],.layer-variants\:\[\&\[data-horizontal\]\[data-state\=open\]\]\:animate-ease-springy[data-horizontal][data-state=open],.layer-variants\:animate-ease-springy{animation-timing-function:cubic-bezier(0.64, -0.25, 0.1, 1.4);}.layer-variants\:gap-0{gap:0.00rem;}.layer-variants\:\[\&\.btn-color-accent\]\:border-black.btn-color-accent,.layer-variants\:\[\&\.btn-color-contrast\]\:border-black.btn-color-contrast,.layer-variants\:\[\&\.btn-color-default\]\:border-black.btn-color-default,.layer-variants\:\[\&\.btn-color-destructive\]\:border-black.btn-color-destructive,.layer-variants\:\[\&\.btn-color-primary\]\:border-black.btn-color-primary{border-color:var(--color-black);}.layer-variants\:\[\&\.size-icon\]\:rounded-full.size-icon,.layer-variants\:\[\&\.size-small\]\:rounded-full.size-small{border-radius:9999px;}.layer-variants\:rounded-lg{border-radius:0.75rem;}.layer-variants\:rounded-md{border-radius:0.5rem;}.layer-variants\:rounded-none{border-radius:0;}.layer-variants\:bg-primary-wash{background-color:var(--color-primary-wash);}.layer-variants\:bg-white{background-color:var(--color-white);}.layer-variants\:\[\&\.size-icon\]\:p-2.size-icon{padding:0.50rem;}.layer-variants\:important\:p-0{padding:0.00rem !important;}.layer-variants\:p-1{padding:0.25rem;}.layer-variants\:p-5{padding:1.25rem;}.layer-variants\:\[\&\.size-small\]\:px-4.size-small{padding-left:1.00rem;padding-right:1.00rem;}.layer-variants\:\[\&\.size-small\]\:py-1.size-small{padding-top:0.25rem;padding-bottom:0.25rem;}.layer-variants\:\[\&\.size-icon\]\:text-sm.size-icon,.layer-variants\:\[\&\.size-small\]\:text-sm.size-small{font-size:1rem;line-height:1.25rem;}.layer-variants\:\[\&\.btn-color-accent\]\:color-black.btn-color-accent,.layer-variants\:\[\&\.btn-color-default\]\:color-black.btn-color-default,.layer-variants\:\[\&\.btn-color-destructive\]\:color-black.btn-color-destructive,.layer-variants\:\[\&\.btn-color-primary\]\:color-black.btn-color-primary{color:var(--color-black);}.layer-variants\:\[\&\.btn-color-contrast\]\:color-white.btn-color-contrast{color:var(--color-white);}.layer-variants\:\[\&\.btn-color-ghost\]\:color-dark-blend.btn-color-ghost{color:var(--color-dark-blend);}.layer-variants\:\[\&\.btn-color-ghostDestructive\]\:color-attention-dark.btn-color-ghostDestructive{color:var(--color-attention-dark);}.layer-variants\:focus-visible\:shadow-\[0_0_0_2px_var\(--focus\,var\(--hover\)\)\]:focus-visible{--un-shadow:0 0 0 2px var(--focus,var(--hover)) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}}@media (prefers-reduced-motion: reduce){.\!motion-reduce\:animate-none,.important\:motion-reduce\:animate-none{animation:none !important;}.motion-reduce\:animate-none{animation:none;}}@media (prefers-reduced-motion: reduce){@layer components{.layer-components\:motion-reduce\:animate-none{animation:none;}}}@media (max-width: 639.9px){@layer variants{.layer-variants\:lt-sm\:bottom-\[calc\(var\(--viewport-bottom-offset\,0px\)\+var\(--gesture-y\,0px\)\)\]{bottom:calc(var(--viewport-bottom-offset,0px) + var(--gesture-y,0px));}.layer-variants\:lt-sm\:left-0{left:0.00rem;}.layer-variants\:lt-sm\:right-0{right:0.00rem;}.layer-variants\:lt-sm\:top-auto{top:auto;}.layer-variants\:lt-sm\:h-min-content{height:min-content;}.layer-variants\:lt-sm\:max-h-\[calc\(0\.85\*var\(--viewport-height\,100vh\)\)\]{max-height:calc(0.85 * var(--viewport-height,100vh));}.layer-variants\:lt-sm\:max-w-none{max-width:none;}.layer-variants\:lt-sm\:w-full{width:100%;}.layer-variants\:lt-sm\:translate-0{--un-translate-x:0.00rem;--un-translate-y:0.00rem;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.layer-variants\:lt-sm\:\[\&\[data-state\=closed\]\]\:animate-fade-out-down[data-state=closed]{animation:fade-out-down 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:lt-sm\:animate-fade-in-up{animation:fade-in-up 200ms cubic-bezier(0.64, -0.25, 0.1, 1.4) 1;}.layer-variants\:lt-sm\:animate-ease-in{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);}.layer-variants\:lt-sm\:border-b-0{border-bottom-width:0px;}.layer-variants\:lt-sm\:rounded-b-0{border-bottom-left-radius:0;border-bottom-right-radius:0;}.layer-variants\:lt-sm\:rounded-tl-xl{border-top-left-radius:1rem;}.layer-variants\:lt-sm\:rounded-tr-xl{border-top-right-radius:1rem;}.layer-variants\:lt-sm\:p-6{padding:1.50rem;}.layer-variants\:lt-sm\:pb-\[calc\(3rem\+env\(safe-area-inset-bottom\,0px\)\)\]{padding-bottom:calc(3rem + env(safe-area-inset-bottom,0px));}.layer-variants\:lt-sm\:pt-8{padding-top:2.00rem;}}}@media (min-width: 640px){.sm\:\[grid-area\:nav\]{grid-area:nav;}.sm\:\[grid-template-areas\:\"prevMonth_leftMonth_rightMonth_nextMonth\"\"leftGrid_leftGrid_rightGrid_rightGrid\"\]{grid-template-areas:"prevMonth leftMonth rightMonth nextMonth""leftGrid leftGrid rightGrid rightGrid";}.sm\:\[grid-template-columns\:auto_1fr_1fr_auto\]{grid-template-columns:auto 1fr 1fr auto;}.sm\:fixed{position:fixed;}.sm\:sticky{position:sticky;}.sm\:bottom-0{bottom:0.00rem;}.sm\:bottom-3{bottom:0.75rem;}.sm\:bottom-auto{bottom:auto;}.sm\:left-\[var\(--content-left\,20\%\)\]{left:var(--content-left,20%);}.sm\:left-auto{left:auto;}.sm\:right-auto{right:auto;}.sm\:top-0{top:0.00rem;}.sm\:top-auto{top:auto;}.\!sm\:grid{display:grid !important;}.sm\:grid-cols-\[1fr_auto_min\(800px\,60vw\)_1fr\]{grid-template-columns:1fr auto min(800px,60vw) 1fr;}.sm\:grid-areas-\[gutter1_nav_content_gutter2\]{grid-template-areas:"gutter1 nav content gutter2";}.\!sm\:block{display:block !important;}.sm\:hidden{display:none;}.sm\:h-8{height:2rem;}.sm\:h-auto{height:auto;}.sm\:h-min-content{height:min-content;}.sm\:max-w-700px{max-width:700px;}.sm\:max-w-80vw{max-width:80vw;}.sm\:min-h-auto{min-height:auto;}.sm\:w-\[var\(--content-width\,100\%\)\]{width:var(--content-width,100%);}.sm\:w-8{width:2rem;}.sm\:w-full{width:100%;}.sm\:flex{display:flex;}.sm\:flex-col{flex-direction:column;}.sm\:items-end{align-items:flex-end;}.sm\:items-stretch{align-items:stretch;}.sm\:justify-start{justify-content:flex-start;}.sm\:gap-2{gap:0.50rem;}.sm\:overflow-x-hidden{overflow-x:hidden;}.sm\:overflow-y-auto{overflow-y:auto;}.sm\:border-transparent{border-color:transparent;}.sm\:rounded-0{border-radius:0;}.sm\:rounded-full{border-radius:9999px;}.sm\:border-none{border-style:none;}.sm\:bg-lightBlend{background-color:var(--color-light-blend);}.sm\:bg-transparent{background-color:transparent;}.important\:sm\:p-4{padding:1.00rem !important;}.sm\:p-0{padding:0.00rem;}.sm\:p-6px{padding:6px;}.sm\:pb-10{padding-bottom:2.50rem;}.sm\:text-md{font-size:1.125rem;line-height:1.5rem;}.sm\:leading-normal{line-height:1.5;}.sm\:opacity-\[var\(--content-ready\,0\)\]{opacity:var(--content-ready,0);}.sm\:shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.sm\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}}@media (min-width: 640px){@layer components{.layer-components\:sm\:display-initial{display:initial;}.layer-components\:sm\:h-auto{height:auto;}.layer-components\:sm\:flex-row-reverse{flex-direction:row-reverse;}.layer-components\:sm\:justify-start{justify-content:flex-start;}.layer-components\:sm\:gap-2{gap:0.50rem;}.layer-components\:sm\:overflow-visible{overflow:visible;}}}@media (min-width: 768px){.md\:max-w-800px{max-width:800px;}.md\:min-w-0{min-width:0;}}@media (min-width: 768px){@layer components{.layer-components\:md\:\[grid-auto-rows\:1fr\]{grid-auto-rows:1fr;}.layer-components\:md\:grid-cols-\[repeat\(2\,1fr\)\]{grid-template-columns:repeat(2,1fr);}.layer-components\:md\:min-w-120px{min-width:120px;}.layer-components\:md\:items-end{align-items:flex-end;}.layer-components\:md\:pt-4{padding-top:1.00rem;}}}
@@ -27,19 +27,6 @@ const CameraContext = createContext({
27
27
  export const CameraRoot = forwardRef(function Camera(_a, ref) {
28
28
  var { className, onCapture, children, facingMode, format = 'image/png' } = _a, rest = __rest(_a, ["className", "onCapture", "children", "facingMode", "format"]);
29
29
  const videoRef = useRef(null);
30
- const triggerCapture = () => {
31
- var _a;
32
- const video = videoRef.current;
33
- if (video) {
34
- const canvas = document.createElement('canvas');
35
- canvas.width = video.videoWidth;
36
- canvas.height = video.videoHeight;
37
- (_a = canvas.getContext('2d')) === null || _a === void 0 ? void 0 : _a.drawImage(video, 0, 0);
38
- const data = canvas.toDataURL(format);
39
- const file = dataURItoFile(data);
40
- onCapture === null || onCapture === void 0 ? void 0 : onCapture(file);
41
- }
42
- };
43
30
  const [devices, setDevices] = useState([]);
44
31
  const [stream, setStream] = useState();
45
32
  useEffect(() => {
@@ -85,6 +72,44 @@ export const CameraRoot = forwardRef(function Camera(_a, ref) {
85
72
  };
86
73
  }
87
74
  }, [stream]);
75
+ const [capture, setCapture] = useState();
76
+ useEffect(() => {
77
+ if ('ImageCapture' in window) {
78
+ const videoTrack = stream === null || stream === void 0 ? void 0 : stream.getVideoTracks()[0];
79
+ if (videoTrack) {
80
+ const capturer = new ImageCapture(videoTrack);
81
+ setCapture(capturer);
82
+ capturer.getPhotoCapabilities().then((capabilities) => {
83
+ console.log('ImageCapture capabilities:', capabilities);
84
+ });
85
+ }
86
+ }
87
+ }, [stream]);
88
+ const triggerCapture = () => {
89
+ var _a;
90
+ if (capture) {
91
+ capture.takePhoto().then((blob) => {
92
+ const file = new File([blob], `image.${format.split('/')[1]}`, {
93
+ type: format,
94
+ });
95
+ onCapture === null || onCapture === void 0 ? void 0 : onCapture(file);
96
+ });
97
+ }
98
+ else {
99
+ // ImageCapture not supported, fallback to
100
+ // canvas capture
101
+ const video = videoRef.current;
102
+ if (video) {
103
+ const canvas = document.createElement('canvas');
104
+ canvas.width = video.videoWidth;
105
+ canvas.height = video.videoHeight;
106
+ (_a = canvas.getContext('2d')) === null || _a === void 0 ? void 0 : _a.drawImage(video, 0, 0);
107
+ const data = canvas.toDataURL(format);
108
+ const file = dataURItoFile(data);
109
+ onCapture === null || onCapture === void 0 ? void 0 : onCapture(file);
110
+ }
111
+ }
112
+ };
88
113
  return (_jsx(CameraContext.Provider, Object.assign({ value: {
89
114
  devices,
90
115
  triggerCapture,
@@ -1 +1 @@
1
- {"version":3,"file":"Camera.js","sourceRoot":"","sources":["../../../../src/components/camera/Camera.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Camera.js","sourceRoot":"","sources":["../../../../src/components/camera/Camera.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  // @unocss-include
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
3
  // WARNING: generated file! See 'scripts/generateIcons'. Do not modify!
4
- export const IconSpritesheet = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", style: { display: 'none' } }, props, { children: _jsxs("defs", { children: [_jsxs("symbol", Object.assign({ id: "icon-placeholder", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_9_41)" }, { children: _jsx("path", { d: "M3.75005 3.75001L11.25 11.25M11.25 3.75001L3.75005 11.25M14.1667 7.50001C14.1667 11.1819 11.1819 14.1667 7.50004 14.1667C3.81814 14.1667 0.833374 11.1819 0.833374 7.50001C0.833374 3.81811 3.81814 0.833344 7.50004 0.833344C11.1819 0.833344 14.1667 3.81811 14.1667 7.50001Z", stroke: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_9_41" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-dots", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M3.875 7.5C3.875 7.91421 3.53921 8.25 3.125 8.25C2.71079 8.25 2.375 7.91421 2.375 7.5C2.375 7.08579 2.71079 6.75 3.125 6.75C3.53921 6.75 3.875 7.08579 3.875 7.5ZM8.25 7.5C8.25 7.91421 7.91421 8.25 7.5 8.25C7.08579 8.25 6.75 7.91421 6.75 7.5C6.75 7.08579 7.08579 6.75 7.5 6.75C7.91421 6.75 8.25 7.08579 8.25 7.5ZM12.625 7.5C12.625 7.91421 12.2892 8.25 11.875 8.25C11.4608 8.25 11.125 7.91421 11.125 7.5C11.125 7.08579 11.4608 6.75 11.875 6.75C12.2892 6.75 12.625 7.08579 12.625 7.5Z", stroke: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-globe", viewBox: "0 0 15 15" }, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_301_239)" }, { children: [_jsx("mask", Object.assign({ id: "mask0_301_239", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "15", height: "15" }, { children: _jsx("circle", { cx: "7.5", cy: "7.5", r: "7", fill: "#D9D9D9" }) })), _jsx("g", Object.assign({ mask: "url(#mask0_301_239)" }, { children: _jsx("path", { d: "M14 7.5C14 11.0899 11.0899 14 7.5 14M14 7.5C14 3.91015 11.0899 1 7.5 1M14 7.5H1M7.5 14C3.91015 14 1 11.0899 1 7.5M7.5 14C9.433 14 11 11.0899 11 7.5C11 3.91015 9.433 1 7.5 1M7.5 14C5.567 14 4 11.0899 4 7.5C4 3.91015 5.567 1 7.5 1M7.5 14V1M1 7.5C1 3.91015 3.91015 1 7.5 1M15 7.5C15 9.433 11.6421 11 7.5 11C3.35786 11 0 9.433 0 7.5C0 5.567 3.35786 4 7.5 4C11.6421 4 15 5.567 15 7.5Z", stroke: "currentColor" }) }))] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_301_239" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-cart", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M14 2H12.9837C12.5644 2 12.1896 2.26159 12.045 2.65518L11.6923 3.61538M11.6923 3.61538L9.95496 8.34482C9.81038 8.73841 9.4356 9 9.01629 9H8.46154H6.84615H5.23077H4.45005C4.01239 9 3.62558 8.7154 3.49535 8.29757L2.40952 4.81388C2.20738 4.16533 2.69685 3.5083 3.37613 3.51638L11.6923 3.61538Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("circle", { cx: "4", cy: "12", r: "0.5", stroke: "currentColor" }), _jsx("circle", { cx: "10", cy: "12", r: "0.5", stroke: "currentColor" })] })), _jsxs("symbol", Object.assign({ id: "icon-fridge", viewBox: "0 0 15 15" }, { children: [_jsx("rect", { x: "3.5", y: "0.5", width: "8", height: "14", rx: "1.5", stroke: "currentColor" }), _jsx("path", { d: "M3.5 6H11.5", stroke: "currentColor", strokeLinecap: "square" }), _jsx("path", { d: "M9.5 8V9.75V11.5", stroke: "currentColor", strokeLinecap: "round" })] })), _jsxs("symbol", Object.assign({ id: "icon-book", viewBox: "0 0 15 15" }, { children: [_jsx("rect", { x: "2.5", y: "1.5", width: "10", height: "12", rx: "0.5", stroke: "currentColor" }), _jsx("path", { d: "M10.5 1.5V13.5", stroke: "currentColor", strokeLinecap: "round" }), _jsx("rect", { x: "4.5", y: "4.5", width: "4", height: "2", rx: "0.5", stroke: "currentColor" })] })), _jsx("symbol", Object.assign({ id: "icon-flag", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M8.5 14.5L10.6429 4.99999M10.6429 4.99999L11.5 0.999986C11.5 0.999986 9 1.99999 7.5 0.999986C6 -1.35601e-05 3.5 0.999986 3.5 0.999986L3 4.99999C3 4.99999 5 3.49999 6.8258 4.60521C8.6516 5.71043 10.6429 4.99999 10.6429 4.99999Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-locate", viewBox: "0 0 15 15" }, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_401_232)" }, { children: [_jsx("circle", { cx: "7.5", cy: "7.5", r: "5", stroke: "currentColor" }), _jsx("circle", { cx: "7.5", cy: "7.5", r: "1.5", fill: "currentColor" }), _jsx("path", { d: "M4 7.5H0.5M11 7.5H14.5M7.5 4V0.5M7.5 11V14.5", stroke: "currentColor", strokeLinecap: "round" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_401_232" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-tag", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M2 7V2H7L14 9L9 14L2 7Z", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("circle", { cx: "4.5", cy: "4.5", r: "1", fill: "currentColor" })] })), _jsxs("symbol", Object.assign({ id: "icon-scan", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M12.5 4.5V14.5H2.5V0.5H8.5M12.5 4.5L8.5 0.5M12.5 4.5H8.5V0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("circle", { cx: "7", cy: "8", r: "2.5", stroke: "currentColor" }), _jsx("path", { d: "M9 10L12.5 13.5", stroke: "currentColor", strokeLinecap: "round" })] })), _jsx("symbol", Object.assign({ id: "icon-filter", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M13 2.5H2L6.5 9V13.5L8.5 12.5V9L13 2.5Z", stroke: "currentColor", strokeLinejoin: "round" }) })), _jsx("symbol", Object.assign({ id: "icon-upload", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M1.5 10V11.5C1.5 12.6046 2.39543 13.5 3.5 13.5H11.5C12.6046 13.5 13.5 12.6046 13.5 11.5V10M7.5 10.5V1M7.5 1L4 4M7.5 1L11 4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-add_note", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_604_45)" }, { children: _jsx("path", { d: "M9.5 0.5H0.5V14.5H14.5V5.5M9.5 0.5L14.5 5.5M9.5 0.5V5.5H14.5M7.5 3.5V11.5M3.5 7.5H11.5", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_604_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-drag_vertical", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M1 7.5H7.5M14 7.5H7.5M7.5 7.5V1.5M7.5 7.5V13.5M7.5 1.5L5.5 3.5M7.5 1.5L9.5 3.5M7.5 13.5L5.5 11.5M7.5 13.5L9.5 11.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-note", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_610_45)" }, { children: _jsx("path", { d: "M9.5 0.5H0.5V14.5H14.5V5.5M9.5 0.5L14.5 5.5M9.5 0.5V5.5H14.5", stroke: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_610_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-food", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_611_45)" }, { children: _jsx("path", { d: "M7.49992 0.5V2M7.49992 4.5V2M7.49992 4.5C3.5 3 2 4 1.49994 6.5C0.999871 9 2.99993 13.5 4.49994 14C5.99994 14.5 6.99992 13.5 7.49992 13.5C7.99992 13.5 9.49992 14.5 10.4999 14C11.4999 13.5 13.9999 9 13.4999 6.5C13 4 11.6173 3.03149 7.49992 4.5ZM7.49992 2C7.49992 2 9.49992 0.499977 10.4999 0.5C11.0522 0.500013 11.6746 0.976057 11.4999 1.5C11.3618 1.91421 11.4999 2 10.4999 2C9.32835 2 7.49992 2 7.49992 2Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_611_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-magic", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_613_45)" }, { children: _jsx("path", { d: "M7.5 11V14M6 12.5H9M5.5 1.5C4.5 3.5 3.5 4.5 1.5 5.5C3.5 6.5 4.5 7.5 5.5 9.5C6.5 7.5 7.5 6.5 9.5 5.5C7.5 4.5 6.5 3.5 5.5 1.5ZM11.5 6.5C11 7.5 10.5 8 9.5 8.5C10.5 9 11 9.5 11.5 10.5C12 9.5 12.5 9 13.5 8.5C12.5 8 12 7.5 11.5 6.5Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_613_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-convert", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M2.5 7V9.5C2.5 12 5 11.5 7.5 11.5M7.5 11.5L5.5 9.5M7.5 11.5L5.5 13.5M12.5 8L12.5 5.5C12.5 3 10 3.5 7.5 3.5M7.5 3.5L9.5 5.5M7.5 3.5L9.5 1.5M13.5 9.5H9.5V13.5H13.5V9.5ZM5.5 3.5C5.5 2.39543 4.60457 1.5 3.5 1.5C2.39543 1.5 1.5 2.39543 1.5 3.5C1.5 4.60457 2.39543 5.5 3.5 5.5C4.60457 5.5 5.5 4.60457 5.5 3.5Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-offline", viewBox: "0 0 15 15" }, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_701_39)" }, { children: [_jsx("mask", Object.assign({ id: "mask0_701_39", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "15", height: "15" }, { children: _jsx("circle", { cx: "7.5", cy: "7.5", r: "7", fill: "#D9D9D9" }) })), _jsx("g", Object.assign({ mask: "url(#mask0_701_39)" }, { children: _jsx("path", { d: "M14 7.5C14 11.0899 11.0899 14 7.5 14M14 7.5C14 3.91015 11.0899 1 7.5 1M14 7.5H1M7.5 14C3.91015 14 1 11.0899 1 7.5M7.5 14C9.433 14 11 11.0899 11 7.5C11 3.91015 9.433 1 7.5 1M7.5 14C5.567 14 4 11.0899 4 7.5C4 3.91015 5.567 1 7.5 1M7.5 14V1M1 7.5C1 3.91015 3.91015 1 7.5 1M15 7.5C15 9.433 11.6421 11 7.5 11C3.35786 11 0 9.433 0 7.5C0 5.567 3.35786 4 7.5 4C11.6421 4 15 5.567 15 7.5Z", stroke: "currentColor" }) })), _jsx("circle", { cx: "10.5", cy: "10.5", r: "4", fill: "#FD7E4D" }), _jsx("path", { d: "M8 13L13 8M8 8L13 13", stroke: "currentColor" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_701_39" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-profile", viewBox: "0 0 15 15" }, { children: [_jsx("circle", { cx: "7.5", cy: "3.5", r: "3", stroke: "currentColor" }), _jsx("path", { d: "M1.5 15C1.5 6.99998 13.5 7 13.5 15", stroke: "currentColor" })] })), _jsxs("symbol", Object.assign({ id: "icon-add_person", viewBox: "0 0 15 15" }, { children: [_jsx("circle", { cx: "6", cy: "5", r: "2.5", stroke: "currentColor" }), _jsx("path", { d: "M1 15C1 8.33331 11 8.33333 11 15", stroke: "currentColor" }), _jsx("path", { d: "M10 7.5H15M12.5 5V10", stroke: "currentColor" })] })), _jsx("symbol", Object.assign({ id: "icon-gift", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M2.5 6.5H1.5V4.5L7.5 4.40638M2.5 6.5V13.5H7.5M2.5 6.5H12.5M12.5 6.5H13.5V4.40638H7.5M12.5 6.5V13.5H7.5M7.5 13.5V4.40638M7.5 4.40638C0.533333 2.35059 7.13333 -2.10357 7.5 4.40638ZM7.5 4.40638C7.86667 -2.10357 14.4667 2.3506 7.5 4.40638Z", stroke: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-add_to_list", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M12 2.5V5M12 7.5V5M9.5 5H12M14.5 5H12M1.5 7.5H7.5M1.5 4.5L7.5 4.49998M1.5 10.5H13.5", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("symbol", Object.assign({ id: "icon-check", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M1.5 7.5L5.5 11.5L12.5 3.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-snowflake", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M7.5 3.5V11.5M7.5 3.5L5.5 2M7.5 3.5L9.5 2M7.5 3.5V1M7.5 11.5L5.5 13M7.5 11.5L9.5 13M7.5 11.5V14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M4.03591 5.5L10.9641 9.5M4.03591 5.5L1.73687 6.48206M4.03591 5.5L3.73687 3.01795M4.03591 5.5L1.87085 4.25M10.9641 9.5L11.2632 11.9821M10.9641 9.5L13.2632 8.51795M10.9641 9.5L13.1292 10.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M4.03591 9.5L10.9641 5.5M4.03591 9.5L3.73687 11.9821M4.03591 9.5L1.73687 8.51795M4.03591 9.5L1.87085 10.75M10.9641 5.5L13.2632 6.48206M10.9641 5.5L11.2632 3.01795M10.9641 5.5L13.1292 4.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })] })), _jsxs("symbol", Object.assign({ id: "icon-clock", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_816_59)" }, { children: _jsx("path", { d: "M7.50004 3.50003V7.50001L9.5 9.00003M14.1667 7.50001C14.1667 11.1819 11.1819 14.1667 7.50004 14.1667C3.81814 14.1667 0.833374 11.1819 0.833374 7.50001C0.833374 3.81811 3.81814 0.833344 7.50004 0.833344C11.1819 0.833344 14.1667 3.81811 14.1667 7.50001Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_816_59" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-plus", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_818_43)" }, { children: _jsx("path", { d: "M7.5 1V14M14 7.5H1", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_818_43" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-x", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_818_46)" }, { children: _jsx("path", { d: "M2.90381 2.90381L12.0962 12.0962M12.0962 2.90381L2.90381 12.0962", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_818_46" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-refresh", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.88202 7.29677C1.88202 10.3526 4.09799 12.4341 6.58531 12.8648C6.8574 12.9119 7.03978 13.1706 6.99267 13.4427C6.94556 13.7148 6.68679 13.8972 6.41469 13.8501C3.51183 13.3475 0.882019 10.901 0.882019 7.29677C0.882019 5.76703 1.57786 4.56419 2.39222 3.64784C2.98393 2.98203 3.66194 2.44327 4.20348 2.03202L2.53204 2.03202C2.2559 2.03202 2.03204 1.80816 2.03204 1.53202C2.03204 1.25588 2.2559 1.03202 2.53204 1.03202L5.53204 1.03202C5.80819 1.03202 6.03204 1.25588 6.03204 1.53202L6.03204 4.53202C6.03204 4.80816 5.80819 5.03202 5.53204 5.03202C5.2559 5.03202 5.03204 4.80816 5.03204 4.53202L5.03204 2.65991L5.0181 2.67042C4.44662 3.10141 3.74629 3.62957 3.1397 4.31213C2.4231 5.11847 1.88202 6.0946 1.88202 7.29677ZM13.032 7.70321C13.032 4.67966 10.863 2.61041 8.40774 2.14946C8.13634 2.09851 7.95763 1.83719 8.00858 1.56579C8.05953 1.29439 8.32085 1.11568 8.59225 1.16663C11.4578 1.7046 14.032 4.13754 14.032 7.70321C14.032 9.23294 13.3362 10.4358 12.5218 11.3521C11.9301 12.0179 11.2521 12.5567 10.7106 12.968L12.382 12.968C12.6582 12.968 12.882 13.1918 12.882 13.468C12.882 13.7441 12.6582 13.968 12.382 13.968L9.38204 13.968C9.1059 13.968 8.88204 13.7441 8.88204 13.468L8.88204 10.468C8.88204 10.1918 9.1059 9.96796 9.38204 9.96796C9.65818 9.96796 9.88204 10.1918 9.88204 10.468L9.88204 12.34L9.89594 12.3296L9.89596 12.3296L9.89598 12.3295C10.4675 11.8986 11.1678 11.3704 11.7744 10.6878C12.491 9.88151 13.032 8.90538 13.032 7.70321Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-new_window", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 13C12.5523 13 13 12.5523 13 12V3C13 2.44771 12.5523 2 12 2H3C2.44771 2 2 2.44771 2 3V6.5C2 6.77614 2.22386 7 2.5 7C2.77614 7 3 6.77614 3 6.5V3H12V12H8.5C8.22386 12 8 12.2239 8 12.5C8 12.7761 8.22386 13 8.5 13H12ZM9 6.5C9 6.5001 9 6.50021 9 6.50031V6.50035V9.5C9 9.77614 8.77614 10 8.5 10C8.22386 10 8 9.77614 8 9.5V7.70711L2.85355 12.8536C2.65829 13.0488 2.34171 13.0488 2.14645 12.8536C1.95118 12.6583 1.95118 12.3417 2.14645 12.1464L7.29289 7H5.5C5.22386 7 5 6.77614 5 6.5C5 6.22386 5.22386 6 5.5 6H8.5C8.56779 6 8.63244 6.01349 8.69139 6.03794C8.74949 6.06198 8.80398 6.09744 8.85143 6.14433C8.94251 6.23434 8.9992 6.35909 8.99999 6.49708L8.99999 6.49738", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-warning", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.4449 0.608765C8.0183 -0.107015 6.9817 -0.107015 6.55509 0.608766L0.161178 11.3368C-0.275824 12.07 0.252503 13 1.10608 13H13.8939C14.7475 13 15.2758 12.07 14.8388 11.3368L8.4449 0.608765ZM7.4141 1.12073C7.45288 1.05566 7.54712 1.05566 7.5859 1.12073L13.9798 11.8488C14.0196 11.9154 13.9715 12 13.8939 12H1.10608C1.02849 12 0.980454 11.9154 1.02018 11.8488L7.4141 1.12073ZM6.8269 4.48611C6.81221 4.10423 7.11783 3.78663 7.5 3.78663C7.88217 3.78663 8.18778 4.10423 8.1731 4.48612L8.01921 8.48701C8.00848 8.766 7.7792 8.98664 7.5 8.98664C7.2208 8.98664 6.99151 8.766 6.98078 8.48701L6.8269 4.48611ZM8.24989 10.476C8.24989 10.8902 7.9141 11.226 7.49989 11.226C7.08567 11.226 6.74989 10.8902 6.74989 10.476C6.74989 10.0618 7.08567 9.72599 7.49989 9.72599C7.9141 9.72599 8.24989 10.0618 8.24989 10.476Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-upload", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.81825 1.18188C7.64251 1.00615 7.35759 1.00615 7.18185 1.18188L4.18185 4.18188C4.00611 4.35762 4.00611 4.64254 4.18185 4.81828C4.35759 4.99401 4.64251 4.99401 4.81825 4.81828L7.05005 2.58648V9.49996C7.05005 9.74849 7.25152 9.94996 7.50005 9.94996C7.74858 9.94996 7.95005 9.74849 7.95005 9.49996V2.58648L10.1819 4.81828C10.3576 4.99401 10.6425 4.99401 10.8182 4.81828C10.994 4.64254 10.994 4.35762 10.8182 4.18188L7.81825 1.18188ZM2.5 9.99997C2.77614 9.99997 3 10.2238 3 10.5V12C3 12.5538 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2238 12.2239 9.99997 12.5 9.99997C12.7761 9.99997 13 10.2238 13 10.5V12C13 13.104 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2238 2.22386 9.99997 2.5 9.99997Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-undo", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.85355 2.14645C5.04882 2.34171 5.04882 2.65829 4.85355 2.85355L3.70711 4H9C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13H5C4.72386 13 4.5 12.7761 4.5 12.5C4.5 12.2239 4.72386 12 5 12H9C10.933 12 12.5 10.433 12.5 8.5C12.5 6.567 10.933 5 9 5H3.70711L4.85355 6.14645C5.04882 6.34171 5.04882 6.65829 4.85355 6.85355C4.65829 7.04882 4.34171 7.04882 4.14645 6.85355L2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.14645 2.14645C4.34171 1.95118 4.65829 1.95118 4.85355 2.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-grabby", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 4.625C6.12132 4.625 6.625 4.12132 6.625 3.5C6.625 2.87868 6.12132 2.375 5.5 2.375C4.87868 2.375 4.375 2.87868 4.375 3.5C4.375 4.12132 4.87868 4.625 5.5 4.625ZM9.5 4.625C10.1213 4.625 10.625 4.12132 10.625 3.5C10.625 2.87868 10.1213 2.375 9.5 2.375C8.87868 2.375 8.375 2.87868 8.375 3.5C8.375 4.12132 8.87868 4.625 9.5 4.625ZM10.625 7.5C10.625 8.12132 10.1213 8.625 9.5 8.625C8.87868 8.625 8.375 8.12132 8.375 7.5C8.375 6.87868 8.87868 6.375 9.5 6.375C10.1213 6.375 10.625 6.87868 10.625 7.5ZM5.5 8.625C6.12132 8.625 6.625 8.12132 6.625 7.5C6.625 6.87868 6.12132 6.375 5.5 6.375C4.87868 6.375 4.375 6.87868 4.375 7.5C4.375 8.12132 4.87868 8.625 5.5 8.625ZM10.625 11.5C10.625 12.1213 10.1213 12.625 9.5 12.625C8.87868 12.625 8.375 12.1213 8.375 11.5C8.375 10.8787 8.87868 10.375 9.5 10.375C10.1213 10.375 10.625 10.8787 10.625 11.5ZM5.5 12.625C6.12132 12.625 6.625 12.1213 6.625 11.5C6.625 10.8787 6.12132 10.375 5.5 10.375C4.87868 10.375 4.375 10.8787 4.375 11.5C4.375 12.1213 4.87868 12.625 5.5 12.625Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-copy", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 9.50003C1 10.3285 1.67157 11 2.5 11H4L4 10H2.5C2.22386 10 2 9.77617 2 9.50003L2 2.50003C2 2.22389 2.22386 2.00003 2.5 2.00003L9.5 2.00003C9.77614 2.00003 10 2.22389 10 2.50003V3.99999H5.5C4.67158 3.99999 4 4.67156 4 5.49999V12.5C4 13.3284 4.67158 14 5.5 14H12.5C13.3284 14 14 13.3284 14 12.5V5.49999C14 4.67156 13.3284 3.99999 12.5 3.99999H11V2.50003C11 1.6716 10.3284 1.00003 9.5 1.00003H2.5C1.67157 1.00003 1 1.6716 1 2.50003V9.50003ZM5 5.49999C5 5.22385 5.22386 4.99999 5.5 4.99999H12.5C12.7761 4.99999 13 5.22385 13 5.49999V12.5C13 12.7761 12.7761 13 12.5 13H5.5C5.22386 13 5 12.7761 5 12.5V5.49999Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-maximize", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 2H4.87935H4.87934C4.47686 1.99999 4.14468 1.99999 3.87409 2.0221C3.59304 2.04506 3.33469 2.09434 3.09202 2.21799C2.7157 2.40973 2.40973 2.7157 2.21799 3.09202C2.09434 3.33469 2.04506 3.59304 2.0221 3.87409C1.99999 4.14468 1.99999 4.47685 2 4.87932V4.87935V5.5C2 5.77614 2.22386 6 2.5 6C2.77614 6 3 5.77614 3 5.5V4.9C3 4.47171 3.00039 4.18056 3.01878 3.95552C3.03669 3.73631 3.06915 3.62421 3.10899 3.54601C3.20487 3.35785 3.35785 3.20487 3.54601 3.10899C3.62421 3.06915 3.73631 3.03669 3.95552 3.01878C4.18056 3.00039 4.47171 3 4.9 3H5.5C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2ZM13 9.5C13 9.22386 12.7761 9 12.5 9C12.2239 9 12 9.22386 12 9.5V10.1C12 10.5283 11.9996 10.8194 11.9812 11.0445C11.9633 11.2637 11.9309 11.3758 11.891 11.454C11.7951 11.6422 11.6422 11.7951 11.454 11.891C11.3758 11.9309 11.2637 11.9633 11.0445 11.9812C10.8194 11.9996 10.5283 12 10.1 12H9.5C9.22386 12 9 12.2239 9 12.5C9 12.7761 9.22386 13 9.5 13H10.1206H10.1207C10.5232 13 10.8553 13 11.1259 12.9779C11.407 12.9549 11.6653 12.9057 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C12.9057 11.6653 12.9549 11.407 12.9779 11.1259C13 10.8553 13 10.5232 13 10.1207V10.1207V10.1207V10.1206V9.5ZM2.5 9C2.77614 9 3 9.22386 3 9.5V10.1C3 10.5283 3.00039 10.8194 3.01878 11.0445C3.03669 11.2637 3.06915 11.3758 3.10899 11.454C3.20487 11.6422 3.35785 11.7951 3.54601 11.891C3.62421 11.9309 3.73631 11.9633 3.95552 11.9812C4.18056 11.9996 4.47171 12 4.9 12H5.5C5.77614 12 6 12.2239 6 12.5C6 12.7761 5.77614 13 5.5 13H4.87935H4.8793C4.47684 13 4.14467 13 3.87409 12.9779C3.59304 12.9549 3.33469 12.9057 3.09202 12.782C2.7157 12.5903 2.40973 12.2843 2.21799 11.908C2.09434 11.6653 2.04506 11.407 2.0221 11.1259C1.99999 10.8553 1.99999 10.5231 2 10.1207V10.1206V10.1V9.5C2 9.22386 2.22386 9 2.5 9ZM10.1 3C10.5283 3 10.8194 3.00039 11.0445 3.01878C11.2637 3.03669 11.3758 3.06915 11.454 3.10899C11.6422 3.20487 11.7951 3.35785 11.891 3.54601C11.9309 3.62421 11.9633 3.73631 11.9812 3.95552C11.9996 4.18056 12 4.47171 12 4.9V5.5C12 5.77614 12.2239 6 12.5 6C12.7761 6 13 5.77614 13 5.5V4.87935V4.87934C13 4.47686 13 4.14468 12.9779 3.87409C12.9549 3.59304 12.9057 3.33469 12.782 3.09202C12.5903 2.7157 12.2843 2.40973 11.908 2.21799C11.6653 2.09434 11.407 2.04506 11.1259 2.0221C10.8553 1.99999 10.5231 1.99999 10.1207 2H10.1206H10.1H9.5C9.22386 2 9 2.22386 9 2.5C9 2.77614 9.22386 3 9.5 3H10.1Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-email", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_824_180)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 2C0.447715 2 0 2.44772 0 3V12C0 12.5523 0.447715 13 1 13H14C14.5523 13 15 12.5523 15 12V3C15 2.44772 14.5523 2 14 2H1ZM1 3L14 3V3.92494C13.9174 3.92486 13.8338 3.94751 13.7589 3.99505L7.5 7.96703L1.24112 3.99505C1.16621 3.94751 1.0826 3.92486 1 3.92494V3ZM1 4.90797V12H14V4.90797L7.74112 8.87995C7.59394 8.97335 7.40606 8.97335 7.25888 8.87995L1 4.90797Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_824_180" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-link", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.62502 4.00001L4.56433 4.00001C4.04165 3.99993 3.70718 3.99988 3.41851 4.055C2.2382 4.28039 1.29877 5.17053 1.05845 6.33035C0.999843 6.61321 0.999909 6.93998 1.00001 7.43689L1.00002 7.50001L1.00001 7.56313C0.999909 8.06004 0.999843 8.38681 1.05845 8.66967C1.29877 9.8295 2.2382 10.7196 3.41851 10.945C3.70718 11.0001 4.04165 11.0001 4.56433 11L4.62502 11H5.50002C5.77616 11 6.00002 10.7762 6.00002 10.5C6.00002 10.2239 5.77616 10 5.50002 10H4.62502C4.02114 10 3.78938 9.99777 3.60607 9.96277C2.80293 9.8094 2.19187 9.21108 2.03765 8.46678C2.00264 8.29778 2.00002 8.08251 2.00002 7.50001C2.00002 6.91752 2.00264 6.70225 2.03765 6.53324C2.19187 5.78895 2.80293 5.19062 3.60607 5.03725C3.78938 5.00225 4.02114 5.00001 4.62502 5.00001H5.50002C5.77616 5.00001 6.00002 4.77615 6.00002 4.50001C6.00002 4.22387 5.77616 4.00001 5.50002 4.00001H4.62502ZM10.375 5.00001C10.9789 5.00001 11.2107 5.00225 11.394 5.03725C12.1971 5.19062 12.8082 5.78895 12.9624 6.53324C12.9974 6.70225 13 6.91752 13 7.50001C13 8.08251 12.9974 8.29778 12.9624 8.46678C12.8082 9.21108 12.1971 9.8094 11.394 9.96277C11.2107 9.99777 10.9789 10 10.375 10H9.50002C9.22387 10 9.00002 10.2239 9.00002 10.5C9.00002 10.7762 9.22387 11 9.50002 11H10.375L10.4357 11C10.9584 11.0001 11.2929 11.0001 11.5815 10.945C12.7618 10.7196 13.7013 9.8295 13.9416 8.66967C14.0002 8.38681 14.0001 8.06005 14 7.56314L14 7.50001L14 7.43688C14.0001 6.93998 14.0002 6.61321 13.9416 6.33035C13.7013 5.17053 12.7618 4.28039 11.5815 4.055C11.2929 3.99988 10.9584 3.99993 10.4357 4.00001L10.375 4.00001H9.50002C9.22387 4.00001 9.00002 4.22387 9.00002 4.50001C9.00002 4.77615 9.22387 5.00001 9.50002 5.00001H10.375ZM5.00068 7C4.72454 7 4.50068 7.22386 4.50068 7.5C4.50068 7.77614 4.72454 8 5.00068 8H10.0007C10.2768 8 10.5007 7.77614 10.5007 7.5C10.5007 7.22386 10.2768 7 10.0007 7H5.00068Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-camera", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 3C1.44772 3 1 3.44772 1 4V11C1 11.5523 1.44772 12 2 12H13C13.5523 12 14 11.5523 14 11V4C14 3.44772 13.5523 3 13 3H2ZM0 4C0 2.89543 0.895431 2 2 2H13C14.1046 2 15 2.89543 15 4V11C15 12.1046 14.1046 13 13 13H2C0.895431 13 0 12.1046 0 11V4ZM2 4.25C2 4.11193 2.11193 4 2.25 4H4.75C4.88807 4 5 4.11193 5 4.25V5.75454C5 5.89261 4.88807 6.00454 4.75 6.00454H2.25C2.11193 6.00454 2 5.89261 2 5.75454V4.25ZM12.101 7.58421C12.101 9.02073 10.9365 10.1853 9.49998 10.1853C8.06346 10.1853 6.89893 9.02073 6.89893 7.58421C6.89893 6.14769 8.06346 4.98315 9.49998 4.98315C10.9365 4.98315 12.101 6.14769 12.101 7.58421ZM13.101 7.58421C13.101 9.57302 11.4888 11.1853 9.49998 11.1853C7.51117 11.1853 5.89893 9.57302 5.89893 7.58421C5.89893 5.5954 7.51117 3.98315 9.49998 3.98315C11.4888 3.98315 13.101 5.5954 13.101 7.58421Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-calendar", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 1C4.77614 1 5 1.22386 5 1.5V2H10V1.5C10 1.22386 10.2239 1 10.5 1C10.7761 1 11 1.22386 11 1.5V2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V3.5C1 2.67157 1.67157 2 2.5 2H4V1.5C4 1.22386 4.22386 1 4.5 1ZM10 3V3.5C10 3.77614 10.2239 4 10.5 4C10.7761 4 11 3.77614 11 3.5V3H12.5C12.7761 3 13 3.22386 13 3.5V5H2V3.5C2 3.22386 2.22386 3 2.5 3H4V3.5C4 3.77614 4.22386 4 4.5 4C4.77614 4 5 3.77614 5 3.5V3H10ZM2 6V12.5C2 12.7761 2.22386 13 2.5 13H12.5C12.7761 13 13 12.7761 13 12.5V6H2ZM7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5ZM9.5 7C9.22386 7 9 7.22386 9 7.5C9 7.77614 9.22386 8 9.5 8C9.77614 8 10 7.77614 10 7.5C10 7.22386 9.77614 7 9.5 7ZM11 7.5C11 7.22386 11.2239 7 11.5 7C11.7761 7 12 7.22386 12 7.5C12 7.77614 11.7761 8 11.5 8C11.2239 8 11 7.77614 11 7.5ZM11.5 9C11.2239 9 11 9.22386 11 9.5C11 9.77614 11.2239 10 11.5 10C11.7761 10 12 9.77614 12 9.5C12 9.22386 11.7761 9 11.5 9ZM9 9.5C9 9.22386 9.22386 9 9.5 9C9.77614 9 10 9.22386 10 9.5C10 9.77614 9.77614 10 9.5 10C9.22386 10 9 9.77614 9 9.5ZM7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10C7.77614 10 8 9.77614 8 9.5C8 9.22386 7.77614 9 7.5 9ZM5 9.5C5 9.22386 5.22386 9 5.5 9C5.77614 9 6 9.22386 6 9.5C6 9.77614 5.77614 10 5.5 10C5.22386 10 5 9.77614 5 9.5ZM3.5 9C3.22386 9 3 9.22386 3 9.5C3 9.77614 3.22386 10 3.5 10C3.77614 10 4 9.77614 4 9.5C4 9.22386 3.77614 9 3.5 9ZM3 11.5C3 11.2239 3.22386 11 3.5 11C3.77614 11 4 11.2239 4 11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5ZM5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11ZM7 11.5C7 11.2239 7.22386 11 7.5 11C7.77614 11 8 11.2239 8 11.5C8 11.7761 7.77614 12 7.5 12C7.22386 12 7 11.7761 7 11.5ZM9.5 11C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12C9.77614 12 10 11.7761 10 11.5C10 11.2239 9.77614 11 9.5 11Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-page", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2.5C3 2.22386 3.22386 2 3.5 2H9.08579C9.21839 2 9.34557 2.05268 9.43934 2.14645L11.8536 4.56066C11.9473 4.65443 12 4.78161 12 4.91421V12.5C12 12.7761 11.7761 13 11.5 13H3.5C3.22386 13 3 12.7761 3 12.5V2.5ZM3.5 1C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V4.91421C13 4.51639 12.842 4.13486 12.5607 3.85355L10.1464 1.43934C9.86514 1.15804 9.48361 1 9.08579 1H3.5ZM4.5 4C4.22386 4 4 4.22386 4 4.5C4 4.77614 4.22386 5 4.5 5H7.5C7.77614 5 8 4.77614 8 4.5C8 4.22386 7.77614 4 7.5 4H4.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H4.5ZM4.5 10C4.22386 10 4 10.2239 4 10.5C4 10.7761 4.22386 11 4.5 11H10.5C10.7761 11 11 10.7761 11 10.5C11 10.2239 10.7761 10 10.5 10H4.5Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-gear", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_830_55)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.07095 0.650238C6.67391 0.650238 6.32977 0.925096 6.24198 1.31231L6.0039 2.36247C5.6249 2.47269 5.26335 2.62363 4.92436 2.81013L4.01335 2.23585C3.67748 2.02413 3.23978 2.07312 2.95903 2.35386L2.35294 2.95996C2.0722 3.2407 2.0232 3.6784 2.23493 4.01427L2.80942 4.92561C2.62307 5.2645 2.47227 5.62594 2.36216 6.00481L1.31209 6.24287C0.924883 6.33065 0.650024 6.6748 0.650024 7.07183V7.92897C0.650024 8.32601 0.924883 8.67015 1.31209 8.75794L2.36228 8.99603C2.47246 9.375 2.62335 9.73652 2.80979 10.0755L2.2354 10.9867C2.02367 11.3225 2.07267 11.7602 2.35341 12.041L2.95951 12.6471C3.24025 12.9278 3.67795 12.9768 4.01382 12.7651L4.92506 12.1907C5.26384 12.377 5.62516 12.5278 6.0039 12.6379L6.24198 13.6881C6.32977 14.0753 6.67391 14.3502 7.07095 14.3502H7.92809C8.32512 14.3502 8.66927 14.0753 8.75705 13.6881L8.99505 12.6383C9.37411 12.5282 9.73573 12.3773 10.0748 12.1909L10.986 12.7653C11.3218 12.977 11.7595 12.928 12.0403 12.6473L12.6464 12.0412C12.9271 11.7604 12.9761 11.3227 12.7644 10.9869L12.1902 10.076C12.3768 9.73688 12.5278 9.37515 12.638 8.99596L13.6879 8.75794C14.0751 8.67015 14.35 8.32601 14.35 7.92897V7.07183C14.35 6.6748 14.0751 6.33065 13.6879 6.24287L12.6381 6.00488C12.528 5.62578 12.3771 5.26414 12.1906 4.92507L12.7648 4.01407C12.9766 3.6782 12.9276 3.2405 12.6468 2.95975L12.0407 2.35366C11.76 2.07292 11.3223 2.02392 10.9864 2.23565L10.0755 2.80989C9.73622 2.62328 9.37437 2.47229 8.99505 2.36209L8.75705 1.31231C8.66927 0.925096 8.32512 0.650238 7.92809 0.650238H7.07095ZM4.92053 3.81251C5.44724 3.44339 6.05665 3.18424 6.71543 3.06839L7.07095 1.50024H7.92809L8.28355 3.06816C8.94267 3.18387 9.5524 3.44302 10.0794 3.81224L11.4397 2.9547L12.0458 3.56079L11.1882 4.92117C11.5573 5.44798 11.8164 6.0575 11.9321 6.71638L13.5 7.07183V7.92897L11.932 8.28444C11.8162 8.94342 11.557 9.55301 11.1878 10.0798L12.0453 11.4402L11.4392 12.0462L10.0787 11.1886C9.55192 11.5576 8.94241 11.8166 8.28355 11.9323L7.92809 13.5002H7.07095L6.71543 11.932C6.0569 11.8162 5.44772 11.5572 4.92116 11.1883L3.56055 12.046L2.95445 11.4399L3.81213 10.0794C3.4431 9.55266 3.18403 8.94326 3.06825 8.2845L1.50002 7.92897V7.07183L3.06818 6.71632C3.18388 6.05765 3.44283 5.44833 3.81171 4.92165L2.95398 3.561L3.56008 2.95491L4.92053 3.81251ZM9.02496 7.50008C9.02496 8.34226 8.34223 9.02499 7.50005 9.02499C6.65786 9.02499 5.97513 8.34226 5.97513 7.50008C5.97513 6.65789 6.65786 5.97516 7.50005 5.97516C8.34223 5.97516 9.02496 6.65789 9.02496 7.50008ZM9.92496 7.50008C9.92496 8.83932 8.83929 9.92499 7.50005 9.92499C6.1608 9.92499 5.07513 8.83932 5.07513 7.50008C5.07513 6.16084 6.1608 5.07516 7.50005 5.07516C8.83929 5.07516 9.92496 6.16084 9.92496 7.50008Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_830_55" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-lock", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4.63601C5 3.76031 5.24219 3.1054 5.64323 2.67357C6.03934 2.24705 6.64582 1.9783 7.5014 1.9783C8.35745 1.9783 8.96306 2.24652 9.35823 2.67208C9.75838 3.10299 10 3.75708 10 4.63325V5.99999H5V4.63601ZM4 5.99999V4.63601C4 3.58148 4.29339 2.65754 4.91049 1.99307C5.53252 1.32329 6.42675 0.978302 7.5014 0.978302C8.57583 0.978302 9.46952 1.32233 10.091 1.99162C10.7076 2.65557 11 3.57896 11 4.63325V5.99999H12C12.5523 5.99999 13 6.44771 13 6.99999V13C13 13.5523 12.5523 14 12 14H3C2.44772 14 2 13.5523 2 13V6.99999C2 6.44771 2.44772 5.99999 3 5.99999H4ZM3 6.99999H12V13H3V6.99999Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-lockOpen", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.4986 0C6.3257 0 5.36107 0.38943 4.73753 1.19361C4.23745 1.83856 4 2.68242 4 3.63325H5C5 2.84313 5.19691 2.23312 5.5278 1.80636C5.91615 1.30552 6.55152 1 7.4986 1C8.35683 1 8.96336 1.26502 9.35846 1.68623C9.75793 2.11211 10 2.76044 10 3.63601V6H3C2.44772 6 2 6.44772 2 7V13C2 13.5523 2.44772 14 3 14H12C12.5523 14 13 13.5523 13 13V7C13 6.44772 12.5523 6 12 6H11V3.63601C11 2.58135 10.7065 1.66167 10.0878 1.0021C9.46477 0.337871 8.57061 0 7.4986 0ZM3 7H12V13H3V7Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-send", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_830_77)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.20308 1.04312C1.00481 0.954998 0.772341 1.0048 0.627577 1.16641C0.482813 1.32802 0.458794 1.56455 0.568117 1.75196L3.92115 7.50002L0.568117 13.2481C0.458794 13.4355 0.482813 13.672 0.627577 13.8336C0.772341 13.9952 1.00481 14.045 1.20308 13.9569L14.7031 7.95693C14.8836 7.87668 15 7.69762 15 7.50002C15 7.30243 14.8836 7.12337 14.7031 7.04312L1.20308 1.04312ZM4.84553 7.10002L2.21234 2.586L13.2689 7.50002L2.21234 12.414L4.84552 7.90002H9C9.22092 7.90002 9.4 7.72094 9.4 7.50002C9.4 7.27911 9.22092 7.10002 9 7.10002H4.84553Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_830_77" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-pencil", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.8536 1.14645C11.6583 0.951184 11.3417 0.951184 11.1465 1.14645L3.71455 8.57836C3.62459 8.66832 3.55263 8.77461 3.50251 8.89155L2.04044 12.303C1.9599 12.491 2.00189 12.709 2.14646 12.8536C2.29103 12.9981 2.50905 13.0401 2.69697 12.9596L6.10847 11.4975C6.2254 11.4474 6.3317 11.3754 6.42166 11.2855L13.8536 3.85355C14.0488 3.65829 14.0488 3.34171 13.8536 3.14645L11.8536 1.14645ZM4.42166 9.28547L11.5 2.20711L12.7929 3.5L5.71455 10.5784L4.21924 11.2192L3.78081 10.7808L4.42166 9.28547Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-eye", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_830_91)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_830_91" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-stopwatch", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.49998 0.5C5.49998 0.223858 5.72383 0 5.99998 0H7.49998H8.99998C9.27612 0 9.49998 0.223858 9.49998 0.5C9.49998 0.776142 9.27612 1 8.99998 1H7.99998V2.11922C9.09832 2.20409 10.119 2.56622 10.992 3.13572C11.0116 3.10851 11.0336 3.08252 11.058 3.05806L11.858 2.25806C12.1021 2.01398 12.4978 2.01398 12.7419 2.25806C12.986 2.50214 12.986 2.89786 12.7419 3.14194L11.967 3.91682C13.1595 5.07925 13.9 6.70314 13.9 8.49998C13.9 12.0346 11.0346 14.9 7.49998 14.9C3.96535 14.9 1.09998 12.0346 1.09998 8.49998C1.09998 5.13362 3.69904 2.3743 6.99998 2.11922V1H5.99998C5.72383 1 5.49998 0.776142 5.49998 0.5ZM2.09998 8.49998C2.09998 5.51764 4.51764 3.09998 7.49998 3.09998C10.4823 3.09998 12.9 5.51764 12.9 8.49998C12.9 11.4823 10.4823 13.9 7.49998 13.9C4.51764 13.9 2.09998 11.4823 2.09998 8.49998ZM7.99998 4.5C7.99998 4.22386 7.77612 4 7.49998 4C7.22383 4 6.99998 4.22386 6.99998 4.5V9.5C6.99998 9.77614 7.22383 10 7.49998 10C7.77612 10 7.99998 9.77614 7.99998 9.5V4.5Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-zoomIn", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6.5C10 8.433 8.433 10 6.5 10C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5ZM9.30884 10.0159C8.53901 10.6318 7.56251 11 6.5 11C4.01472 11 2 8.98528 2 6.5C2 4.01472 4.01472 2 6.5 2C8.98528 2 11 4.01472 11 6.5C11 7.56251 10.6318 8.53901 10.0159 9.30884L12.8536 12.1464C13.0488 12.3417 13.0488 12.6583 12.8536 12.8536C12.6583 13.0488 12.3417 13.0488 12.1464 12.8536L9.30884 10.0159ZM4.25 6.5C4.25 6.22386 4.47386 6 4.75 6H6V4.75C6 4.47386 6.22386 4.25 6.5 4.25C6.77614 4.25 7 4.47386 7 4.75V6H8.25C8.52614 6 8.75 6.22386 8.75 6.5C8.75 6.77614 8.52614 7 8.25 7H7V8.25C7 8.52614 6.77614 8.75 6.5 8.75C6.22386 8.75 6 8.52614 6 8.25V7H4.75C4.47386 7 4.25 6.77614 4.25 6.5Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-zoomOut", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5C3 8.433 4.567 10 6.5 10ZM6.5 11C7.56251 11 8.53901 10.6318 9.30884 10.0159L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L10.0159 9.30884C10.6318 8.53901 11 7.56251 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5C2 8.98528 4.01472 11 6.5 11ZM4.75 6C4.47386 6 4.25 6.22386 4.25 6.5C4.25 6.77614 4.47386 7 4.75 7H8.25C8.52614 7 8.75 6.77614 8.75 6.5C8.75 6.22386 8.52614 6 8.25 6H4.75Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-picture", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5C1 1.67157 1.67157 1 2.5 1ZM2.5 2C2.22386 2 2 2.22386 2 2.5V8.3636L3.6818 6.6818C3.76809 6.59551 3.88572 6.54797 4.00774 6.55007C4.12975 6.55216 4.24568 6.60372 4.32895 6.69293L7.87355 10.4901L10.6818 7.6818C10.8575 7.50607 11.1425 7.50607 11.3182 7.6818L13 9.3636V2.5C13 2.22386 12.7761 2 12.5 2H2.5ZM2 12.5V9.6364L3.98887 7.64753L7.5311 11.4421L8.94113 13H2.5C2.22386 13 2 12.7761 2 12.5ZM12.5 13H10.155L8.48336 11.153L11 8.6364L13 10.6364V12.5C13 12.7761 12.7761 13 12.5 13ZM6.64922 5.5C6.64922 5.03013 7.03013 4.64922 7.5 4.64922C7.96987 4.64922 8.35078 5.03013 8.35078 5.5C8.35078 5.96987 7.96987 6.35078 7.5 6.35078C7.03013 6.35078 6.64922 5.96987 6.64922 5.5ZM7.5 3.74922C6.53307 3.74922 5.74922 4.53307 5.74922 5.5C5.74922 6.46693 6.53307 7.25078 7.5 7.25078C8.46693 7.25078 9.25078 6.46693 9.25078 5.5C9.25078 4.53307 8.46693 3.74922 7.5 3.74922Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowLeft", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.85355 3.14645C7.04882 3.34171 7.04882 3.65829 6.85355 3.85355L3.70711 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70711L6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L6.14645 3.14645C6.34171 2.95118 6.65829 2.95118 6.85355 3.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowRight", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowUp", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.14645 2.14645C7.34171 1.95118 7.65829 1.95118 7.85355 2.14645L11.8536 6.14645C12.0488 6.34171 12.0488 6.65829 11.8536 6.85355C11.6583 7.04882 11.3417 7.04882 11.1464 6.85355L8 3.70711L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70711L3.85355 6.85355C3.65829 7.04882 3.34171 7.04882 3.14645 6.85355C2.95118 6.65829 2.95118 6.34171 3.14645 6.14645L7.14645 2.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowDown", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 2C7.77614 2 8 2.22386 8 2.5L8 11.2929L11.1464 8.14645C11.3417 7.95118 11.6583 7.95118 11.8536 8.14645C12.0488 8.34171 12.0488 8.65829 11.8536 8.85355L7.85355 12.8536C7.75979 12.9473 7.63261 13 7.5 13C7.36739 13 7.24021 12.9473 7.14645 12.8536L3.14645 8.85355C2.95118 8.65829 2.95118 8.34171 3.14645 8.14645C3.34171 7.95118 3.65829 7.95118 3.85355 8.14645L7 11.2929L7 2.5C7 2.22386 7.22386 2 7.5 2Z", fill: "currentColor" }) }))] }) })));
4
+ export const IconSpritesheet = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", style: { display: 'none' } }, props, { children: _jsxs("defs", { children: [_jsxs("symbol", Object.assign({ id: "icon-placeholder", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_9_41)" }, { children: _jsx("path", { d: "M3.75005 3.75001L11.25 11.25M11.25 3.75001L3.75005 11.25M14.1667 7.50001C14.1667 11.1819 11.1819 14.1667 7.50004 14.1667C3.81814 14.1667 0.833374 11.1819 0.833374 7.50001C0.833374 3.81811 3.81814 0.833344 7.50004 0.833344C11.1819 0.833344 14.1667 3.81811 14.1667 7.50001Z", stroke: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_9_41" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-dots", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M3.875 7.5C3.875 7.91421 3.53921 8.25 3.125 8.25C2.71079 8.25 2.375 7.91421 2.375 7.5C2.375 7.08579 2.71079 6.75 3.125 6.75C3.53921 6.75 3.875 7.08579 3.875 7.5ZM8.25 7.5C8.25 7.91421 7.91421 8.25 7.5 8.25C7.08579 8.25 6.75 7.91421 6.75 7.5C6.75 7.08579 7.08579 6.75 7.5 6.75C7.91421 6.75 8.25 7.08579 8.25 7.5ZM12.625 7.5C12.625 7.91421 12.2892 8.25 11.875 8.25C11.4608 8.25 11.125 7.91421 11.125 7.5C11.125 7.08579 11.4608 6.75 11.875 6.75C12.2892 6.75 12.625 7.08579 12.625 7.5Z", stroke: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-globe", viewBox: "0 0 15 15" }, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_301_239)" }, { children: [_jsx("mask", Object.assign({ id: "mask0_301_239", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "15", height: "15" }, { children: _jsx("circle", { cx: "7.5", cy: "7.5", r: "7", fill: "#D9D9D9" }) })), _jsx("g", Object.assign({ mask: "url(#mask0_301_239)" }, { children: _jsx("path", { d: "M14 7.5C14 11.0899 11.0899 14 7.5 14M14 7.5C14 3.91015 11.0899 1 7.5 1M14 7.5H1M7.5 14C3.91015 14 1 11.0899 1 7.5M7.5 14C9.433 14 11 11.0899 11 7.5C11 3.91015 9.433 1 7.5 1M7.5 14C5.567 14 4 11.0899 4 7.5C4 3.91015 5.567 1 7.5 1M7.5 14V1M1 7.5C1 3.91015 3.91015 1 7.5 1M15 7.5C15 9.433 11.6421 11 7.5 11C3.35786 11 0 9.433 0 7.5C0 5.567 3.35786 4 7.5 4C11.6421 4 15 5.567 15 7.5Z", stroke: "currentColor" }) }))] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_301_239" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-cart", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M14 2H12.9837C12.5644 2 12.1896 2.26159 12.045 2.65518L11.6923 3.61538M11.6923 3.61538L9.95496 8.34482C9.81038 8.73841 9.4356 9 9.01629 9H8.46154H6.84615H5.23077H4.45005C4.01239 9 3.62558 8.7154 3.49535 8.29757L2.40952 4.81388C2.20738 4.16533 2.69685 3.5083 3.37613 3.51638L11.6923 3.61538Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("circle", { cx: "4", cy: "12", r: "0.5", stroke: "currentColor" }), _jsx("circle", { cx: "10", cy: "12", r: "0.5", stroke: "currentColor" })] })), _jsxs("symbol", Object.assign({ id: "icon-fridge", viewBox: "0 0 15 15" }, { children: [_jsx("rect", { x: "3.5", y: "0.5", width: "8", height: "14", rx: "1.5", stroke: "currentColor" }), _jsx("path", { d: "M3.5 6H11.5", stroke: "currentColor", strokeLinecap: "square" }), _jsx("path", { d: "M9.5 8V9.75V11.5", stroke: "currentColor", strokeLinecap: "round" })] })), _jsxs("symbol", Object.assign({ id: "icon-book", viewBox: "0 0 15 15" }, { children: [_jsx("rect", { x: "2.5", y: "1.5", width: "10", height: "12", rx: "0.5", stroke: "currentColor" }), _jsx("path", { d: "M10.5 1.5V13.5", stroke: "currentColor", strokeLinecap: "round" }), _jsx("rect", { x: "4.5", y: "4.5", width: "4", height: "2", rx: "0.5", stroke: "currentColor" })] })), _jsx("symbol", Object.assign({ id: "icon-flag", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M8.5 14.5L10.6429 4.99999M10.6429 4.99999L11.5 0.999986C11.5 0.999986 9 1.99999 7.5 0.999986C6 -1.35601e-05 3.5 0.999986 3.5 0.999986L3 4.99999C3 4.99999 5 3.49999 6.8258 4.60521C8.6516 5.71043 10.6429 4.99999 10.6429 4.99999Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-locate", viewBox: "0 0 15 15" }, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_401_232)" }, { children: [_jsx("circle", { cx: "7.5", cy: "7.5", r: "5", stroke: "currentColor" }), _jsx("circle", { cx: "7.5", cy: "7.5", r: "1.5", fill: "currentColor" }), _jsx("path", { d: "M4 7.5H0.5M11 7.5H14.5M7.5 4V0.5M7.5 11V14.5", stroke: "currentColor", strokeLinecap: "round" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_401_232" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-tag", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M2 7V2H7L14 9L9 14L2 7Z", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("circle", { cx: "4.5", cy: "4.5", r: "1", fill: "currentColor" })] })), _jsxs("symbol", Object.assign({ id: "icon-scan", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M12.5 4.5V14.5H2.5V0.5H8.5M12.5 4.5L8.5 0.5M12.5 4.5H8.5V0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("circle", { cx: "7", cy: "8", r: "2.5", stroke: "currentColor" }), _jsx("path", { d: "M9 10L12.5 13.5", stroke: "currentColor", strokeLinecap: "round" })] })), _jsx("symbol", Object.assign({ id: "icon-filter", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M13 2.5H2L6.5 9V13.5L8.5 12.5V9L13 2.5Z", stroke: "currentColor", strokeLinejoin: "round" }) })), _jsx("symbol", Object.assign({ id: "icon-upload", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M1.5 10V11.5C1.5 12.6046 2.39543 13.5 3.5 13.5H11.5C12.6046 13.5 13.5 12.6046 13.5 11.5V10M7.5 10.5V1M7.5 1L4 4M7.5 1L11 4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-add_note", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_604_45)" }, { children: _jsx("path", { d: "M9.5 0.5H0.5V14.5H14.5V5.5M9.5 0.5L14.5 5.5M9.5 0.5V5.5H14.5M7.5 3.5V11.5M3.5 7.5H11.5", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_604_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-drag_vertical", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M1 7.5H7.5M14 7.5H7.5M7.5 7.5V1.5M7.5 7.5V13.5M7.5 1.5L5.5 3.5M7.5 1.5L9.5 3.5M7.5 13.5L5.5 11.5M7.5 13.5L9.5 11.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-note", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_610_45)" }, { children: _jsx("path", { d: "M9.5 0.5H0.5V14.5H14.5V5.5M9.5 0.5L14.5 5.5M9.5 0.5V5.5H14.5", stroke: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_610_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-food", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_611_45)" }, { children: _jsx("path", { d: "M7.49992 0.5V2M7.49992 4.5V2M7.49992 4.5C3.5 3 2 4 1.49994 6.5C0.999871 9 2.99993 13.5 4.49994 14C5.99994 14.5 6.99992 13.5 7.49992 13.5C7.99992 13.5 9.49992 14.5 10.4999 14C11.4999 13.5 13.9999 9 13.4999 6.5C13 4 11.6173 3.03149 7.49992 4.5ZM7.49992 2C7.49992 2 9.49992 0.499977 10.4999 0.5C11.0522 0.500013 11.6746 0.976057 11.4999 1.5C11.3618 1.91421 11.4999 2 10.4999 2C9.32835 2 7.49992 2 7.49992 2Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_611_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-magic", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_613_45)" }, { children: _jsx("path", { d: "M7.5 11V14M6 12.5H9M5.5 1.5C4.5 3.5 3.5 4.5 1.5 5.5C3.5 6.5 4.5 7.5 5.5 9.5C6.5 7.5 7.5 6.5 9.5 5.5C7.5 4.5 6.5 3.5 5.5 1.5ZM11.5 6.5C11 7.5 10.5 8 9.5 8.5C10.5 9 11 9.5 11.5 10.5C12 9.5 12.5 9 13.5 8.5C12.5 8 12 7.5 11.5 6.5Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_613_45" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-convert", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M2.5 7V9.5C2.5 12 5 11.5 7.5 11.5M7.5 11.5L5.5 9.5M7.5 11.5L5.5 13.5M12.5 8L12.5 5.5C12.5 3 10 3.5 7.5 3.5M7.5 3.5L9.5 5.5M7.5 3.5L9.5 1.5M13.5 9.5H9.5V13.5H13.5V9.5ZM5.5 3.5C5.5 2.39543 4.60457 1.5 3.5 1.5C2.39543 1.5 1.5 2.39543 1.5 3.5C1.5 4.60457 2.39543 5.5 3.5 5.5C4.60457 5.5 5.5 4.60457 5.5 3.5Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-offline", viewBox: "0 0 15 15" }, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_701_39)" }, { children: [_jsx("mask", Object.assign({ id: "mask0_701_39", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "15", height: "15" }, { children: _jsx("circle", { cx: "7.5", cy: "7.5", r: "7", fill: "#D9D9D9" }) })), _jsx("g", Object.assign({ mask: "url(#mask0_701_39)" }, { children: _jsx("path", { d: "M14 7.5C14 11.0899 11.0899 14 7.5 14M14 7.5C14 3.91015 11.0899 1 7.5 1M14 7.5H1M7.5 14C3.91015 14 1 11.0899 1 7.5M7.5 14C9.433 14 11 11.0899 11 7.5C11 3.91015 9.433 1 7.5 1M7.5 14C5.567 14 4 11.0899 4 7.5C4 3.91015 5.567 1 7.5 1M7.5 14V1M1 7.5C1 3.91015 3.91015 1 7.5 1M15 7.5C15 9.433 11.6421 11 7.5 11C3.35786 11 0 9.433 0 7.5C0 5.567 3.35786 4 7.5 4C11.6421 4 15 5.567 15 7.5Z", stroke: "currentColor" }) })), _jsx("circle", { cx: "10.5", cy: "10.5", r: "4", fill: "#FD7E4D" }), _jsx("path", { d: "M8 13L13 8M8 8L13 13", stroke: "currentColor" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_701_39" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-profile", viewBox: "0 0 15 15" }, { children: [_jsx("circle", { cx: "7.5", cy: "3.5", r: "3", stroke: "currentColor" }), _jsx("path", { d: "M1.5 15C1.5 6.99998 13.5 7 13.5 15", stroke: "currentColor" })] })), _jsxs("symbol", Object.assign({ id: "icon-add_person", viewBox: "0 0 15 15" }, { children: [_jsx("circle", { cx: "6", cy: "5", r: "2.5", stroke: "currentColor" }), _jsx("path", { d: "M1 15C1 8.33331 11 8.33333 11 15", stroke: "currentColor" }), _jsx("path", { d: "M10 7.5H15M12.5 5V10", stroke: "currentColor" })] })), _jsx("symbol", Object.assign({ id: "icon-gift", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M2.5 6.5H1.5V4.5L7.5 4.40638M2.5 6.5V13.5H7.5M2.5 6.5H12.5M12.5 6.5H13.5V4.40638H7.5M12.5 6.5V13.5H7.5M7.5 13.5V4.40638M7.5 4.40638C0.533333 2.35059 7.13333 -2.10357 7.5 4.40638ZM7.5 4.40638C7.86667 -2.10357 14.4667 2.3506 7.5 4.40638Z", stroke: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-add_to_list", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M12 2.5V5M12 7.5V5M9.5 5H12M14.5 5H12M1.5 7.5H7.5M1.5 4.5L7.5 4.49998M1.5 10.5H13.5", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("symbol", Object.assign({ id: "icon-check", viewBox: "0 0 15 15" }, { children: _jsx("path", { d: "M1.5 7.5L5.5 11.5L12.5 3.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsxs("symbol", Object.assign({ id: "icon-snowflake", viewBox: "0 0 15 15" }, { children: [_jsx("path", { d: "M7.5 3.5V11.5M7.5 3.5L5.5 2M7.5 3.5L9.5 2M7.5 3.5V1M7.5 11.5L5.5 13M7.5 11.5L9.5 13M7.5 11.5V14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M4.03591 5.5L10.9641 9.5M4.03591 5.5L1.73687 6.48206M4.03591 5.5L3.73687 3.01795M4.03591 5.5L1.87085 4.25M10.9641 9.5L11.2632 11.9821M10.9641 9.5L13.2632 8.51795M10.9641 9.5L13.1292 10.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M4.03591 9.5L10.9641 5.5M4.03591 9.5L3.73687 11.9821M4.03591 9.5L1.73687 8.51795M4.03591 9.5L1.87085 10.75M10.9641 5.5L13.2632 6.48206M10.9641 5.5L11.2632 3.01795M10.9641 5.5L13.1292 4.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })] })), _jsxs("symbol", Object.assign({ id: "icon-clock", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_816_59)" }, { children: _jsx("path", { d: "M7.50004 3.50003V7.50001L9.5 9.00003M14.1667 7.50001C14.1667 11.1819 11.1819 14.1667 7.50004 14.1667C3.81814 14.1667 0.833374 11.1819 0.833374 7.50001C0.833374 3.81811 3.81814 0.833344 7.50004 0.833344C11.1819 0.833344 14.1667 3.81811 14.1667 7.50001Z", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_816_59" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-plus", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_818_43)" }, { children: _jsx("path", { d: "M7.5 1V14M14 7.5H1", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_818_43" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-x", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_818_46)" }, { children: _jsx("path", { d: "M2.90381 2.90381L12.0962 12.0962M12.0962 2.90381L2.90381 12.0962", stroke: "currentColor", strokeLinecap: "round" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_818_46" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-refresh", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.88202 7.29677C1.88202 10.3526 4.09799 12.4341 6.58531 12.8648C6.8574 12.9119 7.03978 13.1706 6.99267 13.4427C6.94556 13.7148 6.68679 13.8972 6.41469 13.8501C3.51183 13.3475 0.882019 10.901 0.882019 7.29677C0.882019 5.76703 1.57786 4.56419 2.39222 3.64784C2.98393 2.98203 3.66194 2.44327 4.20348 2.03202L2.53204 2.03202C2.2559 2.03202 2.03204 1.80816 2.03204 1.53202C2.03204 1.25588 2.2559 1.03202 2.53204 1.03202L5.53204 1.03202C5.80819 1.03202 6.03204 1.25588 6.03204 1.53202L6.03204 4.53202C6.03204 4.80816 5.80819 5.03202 5.53204 5.03202C5.2559 5.03202 5.03204 4.80816 5.03204 4.53202L5.03204 2.65991L5.0181 2.67042C4.44662 3.10141 3.74629 3.62957 3.1397 4.31213C2.4231 5.11847 1.88202 6.0946 1.88202 7.29677ZM13.032 7.70321C13.032 4.67966 10.863 2.61041 8.40774 2.14946C8.13634 2.09851 7.95763 1.83719 8.00858 1.56579C8.05953 1.29439 8.32085 1.11568 8.59225 1.16663C11.4578 1.7046 14.032 4.13754 14.032 7.70321C14.032 9.23294 13.3362 10.4358 12.5218 11.3521C11.9301 12.0179 11.2521 12.5567 10.7106 12.968L12.382 12.968C12.6582 12.968 12.882 13.1918 12.882 13.468C12.882 13.7441 12.6582 13.968 12.382 13.968L9.38204 13.968C9.1059 13.968 8.88204 13.7441 8.88204 13.468L8.88204 10.468C8.88204 10.1918 9.1059 9.96796 9.38204 9.96796C9.65818 9.96796 9.88204 10.1918 9.88204 10.468L9.88204 12.34L9.89594 12.3296L9.89596 12.3296L9.89598 12.3295C10.4675 11.8986 11.1678 11.3704 11.7744 10.6878C12.491 9.88151 13.032 8.90538 13.032 7.70321Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-new_window", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 13C12.5523 13 13 12.5523 13 12V3C13 2.44771 12.5523 2 12 2H3C2.44771 2 2 2.44771 2 3V6.5C2 6.77614 2.22386 7 2.5 7C2.77614 7 3 6.77614 3 6.5V3H12V12H8.5C8.22386 12 8 12.2239 8 12.5C8 12.7761 8.22386 13 8.5 13H12ZM9 6.5C9 6.5001 9 6.50021 9 6.50031V6.50035V9.5C9 9.77614 8.77614 10 8.5 10C8.22386 10 8 9.77614 8 9.5V7.70711L2.85355 12.8536C2.65829 13.0488 2.34171 13.0488 2.14645 12.8536C1.95118 12.6583 1.95118 12.3417 2.14645 12.1464L7.29289 7H5.5C5.22386 7 5 6.77614 5 6.5C5 6.22386 5.22386 6 5.5 6H8.5C8.56779 6 8.63244 6.01349 8.69139 6.03794C8.74949 6.06198 8.80398 6.09744 8.85143 6.14433C8.94251 6.23434 8.9992 6.35909 8.99999 6.49708L8.99999 6.49738", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-warning", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.4449 0.608765C8.0183 -0.107015 6.9817 -0.107015 6.55509 0.608766L0.161178 11.3368C-0.275824 12.07 0.252503 13 1.10608 13H13.8939C14.7475 13 15.2758 12.07 14.8388 11.3368L8.4449 0.608765ZM7.4141 1.12073C7.45288 1.05566 7.54712 1.05566 7.5859 1.12073L13.9798 11.8488C14.0196 11.9154 13.9715 12 13.8939 12H1.10608C1.02849 12 0.980454 11.9154 1.02018 11.8488L7.4141 1.12073ZM6.8269 4.48611C6.81221 4.10423 7.11783 3.78663 7.5 3.78663C7.88217 3.78663 8.18778 4.10423 8.1731 4.48612L8.01921 8.48701C8.00848 8.766 7.7792 8.98664 7.5 8.98664C7.2208 8.98664 6.99151 8.766 6.98078 8.48701L6.8269 4.48611ZM8.24989 10.476C8.24989 10.8902 7.9141 11.226 7.49989 11.226C7.08567 11.226 6.74989 10.8902 6.74989 10.476C6.74989 10.0618 7.08567 9.72599 7.49989 9.72599C7.9141 9.72599 8.24989 10.0618 8.24989 10.476Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-upload", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.81825 1.18188C7.64251 1.00615 7.35759 1.00615 7.18185 1.18188L4.18185 4.18188C4.00611 4.35762 4.00611 4.64254 4.18185 4.81828C4.35759 4.99401 4.64251 4.99401 4.81825 4.81828L7.05005 2.58648V9.49996C7.05005 9.74849 7.25152 9.94996 7.50005 9.94996C7.74858 9.94996 7.95005 9.74849 7.95005 9.49996V2.58648L10.1819 4.81828C10.3576 4.99401 10.6425 4.99401 10.8182 4.81828C10.994 4.64254 10.994 4.35762 10.8182 4.18188L7.81825 1.18188ZM2.5 9.99997C2.77614 9.99997 3 10.2238 3 10.5V12C3 12.5538 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2238 12.2239 9.99997 12.5 9.99997C12.7761 9.99997 13 10.2238 13 10.5V12C13 13.104 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2238 2.22386 9.99997 2.5 9.99997Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-undo", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.85355 2.14645C5.04882 2.34171 5.04882 2.65829 4.85355 2.85355L3.70711 4H9C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13H5C4.72386 13 4.5 12.7761 4.5 12.5C4.5 12.2239 4.72386 12 5 12H9C10.933 12 12.5 10.433 12.5 8.5C12.5 6.567 10.933 5 9 5H3.70711L4.85355 6.14645C5.04882 6.34171 5.04882 6.65829 4.85355 6.85355C4.65829 7.04882 4.34171 7.04882 4.14645 6.85355L2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.14645 2.14645C4.34171 1.95118 4.65829 1.95118 4.85355 2.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-grabby", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 4.625C6.12132 4.625 6.625 4.12132 6.625 3.5C6.625 2.87868 6.12132 2.375 5.5 2.375C4.87868 2.375 4.375 2.87868 4.375 3.5C4.375 4.12132 4.87868 4.625 5.5 4.625ZM9.5 4.625C10.1213 4.625 10.625 4.12132 10.625 3.5C10.625 2.87868 10.1213 2.375 9.5 2.375C8.87868 2.375 8.375 2.87868 8.375 3.5C8.375 4.12132 8.87868 4.625 9.5 4.625ZM10.625 7.5C10.625 8.12132 10.1213 8.625 9.5 8.625C8.87868 8.625 8.375 8.12132 8.375 7.5C8.375 6.87868 8.87868 6.375 9.5 6.375C10.1213 6.375 10.625 6.87868 10.625 7.5ZM5.5 8.625C6.12132 8.625 6.625 8.12132 6.625 7.5C6.625 6.87868 6.12132 6.375 5.5 6.375C4.87868 6.375 4.375 6.87868 4.375 7.5C4.375 8.12132 4.87868 8.625 5.5 8.625ZM10.625 11.5C10.625 12.1213 10.1213 12.625 9.5 12.625C8.87868 12.625 8.375 12.1213 8.375 11.5C8.375 10.8787 8.87868 10.375 9.5 10.375C10.1213 10.375 10.625 10.8787 10.625 11.5ZM5.5 12.625C6.12132 12.625 6.625 12.1213 6.625 11.5C6.625 10.8787 6.12132 10.375 5.5 10.375C4.87868 10.375 4.375 10.8787 4.375 11.5C4.375 12.1213 4.87868 12.625 5.5 12.625Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-copy", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 9.50003C1 10.3285 1.67157 11 2.5 11H4L4 10H2.5C2.22386 10 2 9.77617 2 9.50003L2 2.50003C2 2.22389 2.22386 2.00003 2.5 2.00003L9.5 2.00003C9.77614 2.00003 10 2.22389 10 2.50003V3.99999H5.5C4.67158 3.99999 4 4.67156 4 5.49999V12.5C4 13.3284 4.67158 14 5.5 14H12.5C13.3284 14 14 13.3284 14 12.5V5.49999C14 4.67156 13.3284 3.99999 12.5 3.99999H11V2.50003C11 1.6716 10.3284 1.00003 9.5 1.00003H2.5C1.67157 1.00003 1 1.6716 1 2.50003V9.50003ZM5 5.49999C5 5.22385 5.22386 4.99999 5.5 4.99999H12.5C12.7761 4.99999 13 5.22385 13 5.49999V12.5C13 12.7761 12.7761 13 12.5 13H5.5C5.22386 13 5 12.7761 5 12.5V5.49999Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-maximize", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 2H4.87935H4.87934C4.47686 1.99999 4.14468 1.99999 3.87409 2.0221C3.59304 2.04506 3.33469 2.09434 3.09202 2.21799C2.7157 2.40973 2.40973 2.7157 2.21799 3.09202C2.09434 3.33469 2.04506 3.59304 2.0221 3.87409C1.99999 4.14468 1.99999 4.47685 2 4.87932V4.87935V5.5C2 5.77614 2.22386 6 2.5 6C2.77614 6 3 5.77614 3 5.5V4.9C3 4.47171 3.00039 4.18056 3.01878 3.95552C3.03669 3.73631 3.06915 3.62421 3.10899 3.54601C3.20487 3.35785 3.35785 3.20487 3.54601 3.10899C3.62421 3.06915 3.73631 3.03669 3.95552 3.01878C4.18056 3.00039 4.47171 3 4.9 3H5.5C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2ZM13 9.5C13 9.22386 12.7761 9 12.5 9C12.2239 9 12 9.22386 12 9.5V10.1C12 10.5283 11.9996 10.8194 11.9812 11.0445C11.9633 11.2637 11.9309 11.3758 11.891 11.454C11.7951 11.6422 11.6422 11.7951 11.454 11.891C11.3758 11.9309 11.2637 11.9633 11.0445 11.9812C10.8194 11.9996 10.5283 12 10.1 12H9.5C9.22386 12 9 12.2239 9 12.5C9 12.7761 9.22386 13 9.5 13H10.1206H10.1207C10.5232 13 10.8553 13 11.1259 12.9779C11.407 12.9549 11.6653 12.9057 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C12.9057 11.6653 12.9549 11.407 12.9779 11.1259C13 10.8553 13 10.5232 13 10.1207V10.1207V10.1207V10.1206V9.5ZM2.5 9C2.77614 9 3 9.22386 3 9.5V10.1C3 10.5283 3.00039 10.8194 3.01878 11.0445C3.03669 11.2637 3.06915 11.3758 3.10899 11.454C3.20487 11.6422 3.35785 11.7951 3.54601 11.891C3.62421 11.9309 3.73631 11.9633 3.95552 11.9812C4.18056 11.9996 4.47171 12 4.9 12H5.5C5.77614 12 6 12.2239 6 12.5C6 12.7761 5.77614 13 5.5 13H4.87935H4.8793C4.47684 13 4.14467 13 3.87409 12.9779C3.59304 12.9549 3.33469 12.9057 3.09202 12.782C2.7157 12.5903 2.40973 12.2843 2.21799 11.908C2.09434 11.6653 2.04506 11.407 2.0221 11.1259C1.99999 10.8553 1.99999 10.5231 2 10.1207V10.1206V10.1V9.5C2 9.22386 2.22386 9 2.5 9ZM10.1 3C10.5283 3 10.8194 3.00039 11.0445 3.01878C11.2637 3.03669 11.3758 3.06915 11.454 3.10899C11.6422 3.20487 11.7951 3.35785 11.891 3.54601C11.9309 3.62421 11.9633 3.73631 11.9812 3.95552C11.9996 4.18056 12 4.47171 12 4.9V5.5C12 5.77614 12.2239 6 12.5 6C12.7761 6 13 5.77614 13 5.5V4.87935V4.87934C13 4.47686 13 4.14468 12.9779 3.87409C12.9549 3.59304 12.9057 3.33469 12.782 3.09202C12.5903 2.7157 12.2843 2.40973 11.908 2.21799C11.6653 2.09434 11.407 2.04506 11.1259 2.0221C10.8553 1.99999 10.5231 1.99999 10.1207 2H10.1206H10.1H9.5C9.22386 2 9 2.22386 9 2.5C9 2.77614 9.22386 3 9.5 3H10.1Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-email", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_824_180)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 2C0.447715 2 0 2.44772 0 3V12C0 12.5523 0.447715 13 1 13H14C14.5523 13 15 12.5523 15 12V3C15 2.44772 14.5523 2 14 2H1ZM1 3L14 3V3.92494C13.9174 3.92486 13.8338 3.94751 13.7589 3.99505L7.5 7.96703L1.24112 3.99505C1.16621 3.94751 1.0826 3.92486 1 3.92494V3ZM1 4.90797V12H14V4.90797L7.74112 8.87995C7.59394 8.97335 7.40606 8.97335 7.25888 8.87995L1 4.90797Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_824_180" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-link", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.62502 4.00001L4.56433 4.00001C4.04165 3.99993 3.70718 3.99988 3.41851 4.055C2.2382 4.28039 1.29877 5.17053 1.05845 6.33035C0.999843 6.61321 0.999909 6.93998 1.00001 7.43689L1.00002 7.50001L1.00001 7.56313C0.999909 8.06004 0.999843 8.38681 1.05845 8.66967C1.29877 9.8295 2.2382 10.7196 3.41851 10.945C3.70718 11.0001 4.04165 11.0001 4.56433 11L4.62502 11H5.50002C5.77616 11 6.00002 10.7762 6.00002 10.5C6.00002 10.2239 5.77616 10 5.50002 10H4.62502C4.02114 10 3.78938 9.99777 3.60607 9.96277C2.80293 9.8094 2.19187 9.21108 2.03765 8.46678C2.00264 8.29778 2.00002 8.08251 2.00002 7.50001C2.00002 6.91752 2.00264 6.70225 2.03765 6.53324C2.19187 5.78895 2.80293 5.19062 3.60607 5.03725C3.78938 5.00225 4.02114 5.00001 4.62502 5.00001H5.50002C5.77616 5.00001 6.00002 4.77615 6.00002 4.50001C6.00002 4.22387 5.77616 4.00001 5.50002 4.00001H4.62502ZM10.375 5.00001C10.9789 5.00001 11.2107 5.00225 11.394 5.03725C12.1971 5.19062 12.8082 5.78895 12.9624 6.53324C12.9974 6.70225 13 6.91752 13 7.50001C13 8.08251 12.9974 8.29778 12.9624 8.46678C12.8082 9.21108 12.1971 9.8094 11.394 9.96277C11.2107 9.99777 10.9789 10 10.375 10H9.50002C9.22387 10 9.00002 10.2239 9.00002 10.5C9.00002 10.7762 9.22387 11 9.50002 11H10.375L10.4357 11C10.9584 11.0001 11.2929 11.0001 11.5815 10.945C12.7618 10.7196 13.7013 9.8295 13.9416 8.66967C14.0002 8.38681 14.0001 8.06005 14 7.56314L14 7.50001L14 7.43688C14.0001 6.93998 14.0002 6.61321 13.9416 6.33035C13.7013 5.17053 12.7618 4.28039 11.5815 4.055C11.2929 3.99988 10.9584 3.99993 10.4357 4.00001L10.375 4.00001H9.50002C9.22387 4.00001 9.00002 4.22387 9.00002 4.50001C9.00002 4.77615 9.22387 5.00001 9.50002 5.00001H10.375ZM5.00068 7C4.72454 7 4.50068 7.22386 4.50068 7.5C4.50068 7.77614 4.72454 8 5.00068 8H10.0007C10.2768 8 10.5007 7.77614 10.5007 7.5C10.5007 7.22386 10.2768 7 10.0007 7H5.00068Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-camera", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 3C1.44772 3 1 3.44772 1 4V11C1 11.5523 1.44772 12 2 12H13C13.5523 12 14 11.5523 14 11V4C14 3.44772 13.5523 3 13 3H2ZM0 4C0 2.89543 0.895431 2 2 2H13C14.1046 2 15 2.89543 15 4V11C15 12.1046 14.1046 13 13 13H2C0.895431 13 0 12.1046 0 11V4ZM2 4.25C2 4.11193 2.11193 4 2.25 4H4.75C4.88807 4 5 4.11193 5 4.25V5.75454C5 5.89261 4.88807 6.00454 4.75 6.00454H2.25C2.11193 6.00454 2 5.89261 2 5.75454V4.25ZM12.101 7.58421C12.101 9.02073 10.9365 10.1853 9.49998 10.1853C8.06346 10.1853 6.89893 9.02073 6.89893 7.58421C6.89893 6.14769 8.06346 4.98315 9.49998 4.98315C10.9365 4.98315 12.101 6.14769 12.101 7.58421ZM13.101 7.58421C13.101 9.57302 11.4888 11.1853 9.49998 11.1853C7.51117 11.1853 5.89893 9.57302 5.89893 7.58421C5.89893 5.5954 7.51117 3.98315 9.49998 3.98315C11.4888 3.98315 13.101 5.5954 13.101 7.58421Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-calendar", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 1C4.77614 1 5 1.22386 5 1.5V2H10V1.5C10 1.22386 10.2239 1 10.5 1C10.7761 1 11 1.22386 11 1.5V2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V3.5C1 2.67157 1.67157 2 2.5 2H4V1.5C4 1.22386 4.22386 1 4.5 1ZM10 3V3.5C10 3.77614 10.2239 4 10.5 4C10.7761 4 11 3.77614 11 3.5V3H12.5C12.7761 3 13 3.22386 13 3.5V5H2V3.5C2 3.22386 2.22386 3 2.5 3H4V3.5C4 3.77614 4.22386 4 4.5 4C4.77614 4 5 3.77614 5 3.5V3H10ZM2 6V12.5C2 12.7761 2.22386 13 2.5 13H12.5C12.7761 13 13 12.7761 13 12.5V6H2ZM7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5ZM9.5 7C9.22386 7 9 7.22386 9 7.5C9 7.77614 9.22386 8 9.5 8C9.77614 8 10 7.77614 10 7.5C10 7.22386 9.77614 7 9.5 7ZM11 7.5C11 7.22386 11.2239 7 11.5 7C11.7761 7 12 7.22386 12 7.5C12 7.77614 11.7761 8 11.5 8C11.2239 8 11 7.77614 11 7.5ZM11.5 9C11.2239 9 11 9.22386 11 9.5C11 9.77614 11.2239 10 11.5 10C11.7761 10 12 9.77614 12 9.5C12 9.22386 11.7761 9 11.5 9ZM9 9.5C9 9.22386 9.22386 9 9.5 9C9.77614 9 10 9.22386 10 9.5C10 9.77614 9.77614 10 9.5 10C9.22386 10 9 9.77614 9 9.5ZM7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10C7.77614 10 8 9.77614 8 9.5C8 9.22386 7.77614 9 7.5 9ZM5 9.5C5 9.22386 5.22386 9 5.5 9C5.77614 9 6 9.22386 6 9.5C6 9.77614 5.77614 10 5.5 10C5.22386 10 5 9.77614 5 9.5ZM3.5 9C3.22386 9 3 9.22386 3 9.5C3 9.77614 3.22386 10 3.5 10C3.77614 10 4 9.77614 4 9.5C4 9.22386 3.77614 9 3.5 9ZM3 11.5C3 11.2239 3.22386 11 3.5 11C3.77614 11 4 11.2239 4 11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5ZM5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11ZM7 11.5C7 11.2239 7.22386 11 7.5 11C7.77614 11 8 11.2239 8 11.5C8 11.7761 7.77614 12 7.5 12C7.22386 12 7 11.7761 7 11.5ZM9.5 11C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12C9.77614 12 10 11.7761 10 11.5C10 11.2239 9.77614 11 9.5 11Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-page", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2.5C3 2.22386 3.22386 2 3.5 2H9.08579C9.21839 2 9.34557 2.05268 9.43934 2.14645L11.8536 4.56066C11.9473 4.65443 12 4.78161 12 4.91421V12.5C12 12.7761 11.7761 13 11.5 13H3.5C3.22386 13 3 12.7761 3 12.5V2.5ZM3.5 1C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V4.91421C13 4.51639 12.842 4.13486 12.5607 3.85355L10.1464 1.43934C9.86514 1.15804 9.48361 1 9.08579 1H3.5ZM4.5 4C4.22386 4 4 4.22386 4 4.5C4 4.77614 4.22386 5 4.5 5H7.5C7.77614 5 8 4.77614 8 4.5C8 4.22386 7.77614 4 7.5 4H4.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H4.5ZM4.5 10C4.22386 10 4 10.2239 4 10.5C4 10.7761 4.22386 11 4.5 11H10.5C10.7761 11 11 10.7761 11 10.5C11 10.2239 10.7761 10 10.5 10H4.5Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-gear", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_830_55)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.07095 0.650238C6.67391 0.650238 6.32977 0.925096 6.24198 1.31231L6.0039 2.36247C5.6249 2.47269 5.26335 2.62363 4.92436 2.81013L4.01335 2.23585C3.67748 2.02413 3.23978 2.07312 2.95903 2.35386L2.35294 2.95996C2.0722 3.2407 2.0232 3.6784 2.23493 4.01427L2.80942 4.92561C2.62307 5.2645 2.47227 5.62594 2.36216 6.00481L1.31209 6.24287C0.924883 6.33065 0.650024 6.6748 0.650024 7.07183V7.92897C0.650024 8.32601 0.924883 8.67015 1.31209 8.75794L2.36228 8.99603C2.47246 9.375 2.62335 9.73652 2.80979 10.0755L2.2354 10.9867C2.02367 11.3225 2.07267 11.7602 2.35341 12.041L2.95951 12.6471C3.24025 12.9278 3.67795 12.9768 4.01382 12.7651L4.92506 12.1907C5.26384 12.377 5.62516 12.5278 6.0039 12.6379L6.24198 13.6881C6.32977 14.0753 6.67391 14.3502 7.07095 14.3502H7.92809C8.32512 14.3502 8.66927 14.0753 8.75705 13.6881L8.99505 12.6383C9.37411 12.5282 9.73573 12.3773 10.0748 12.1909L10.986 12.7653C11.3218 12.977 11.7595 12.928 12.0403 12.6473L12.6464 12.0412C12.9271 11.7604 12.9761 11.3227 12.7644 10.9869L12.1902 10.076C12.3768 9.73688 12.5278 9.37515 12.638 8.99596L13.6879 8.75794C14.0751 8.67015 14.35 8.32601 14.35 7.92897V7.07183C14.35 6.6748 14.0751 6.33065 13.6879 6.24287L12.6381 6.00488C12.528 5.62578 12.3771 5.26414 12.1906 4.92507L12.7648 4.01407C12.9766 3.6782 12.9276 3.2405 12.6468 2.95975L12.0407 2.35366C11.76 2.07292 11.3223 2.02392 10.9864 2.23565L10.0755 2.80989C9.73622 2.62328 9.37437 2.47229 8.99505 2.36209L8.75705 1.31231C8.66927 0.925096 8.32512 0.650238 7.92809 0.650238H7.07095ZM4.92053 3.81251C5.44724 3.44339 6.05665 3.18424 6.71543 3.06839L7.07095 1.50024H7.92809L8.28355 3.06816C8.94267 3.18387 9.5524 3.44302 10.0794 3.81224L11.4397 2.9547L12.0458 3.56079L11.1882 4.92117C11.5573 5.44798 11.8164 6.0575 11.9321 6.71638L13.5 7.07183V7.92897L11.932 8.28444C11.8162 8.94342 11.557 9.55301 11.1878 10.0798L12.0453 11.4402L11.4392 12.0462L10.0787 11.1886C9.55192 11.5576 8.94241 11.8166 8.28355 11.9323L7.92809 13.5002H7.07095L6.71543 11.932C6.0569 11.8162 5.44772 11.5572 4.92116 11.1883L3.56055 12.046L2.95445 11.4399L3.81213 10.0794C3.4431 9.55266 3.18403 8.94326 3.06825 8.2845L1.50002 7.92897V7.07183L3.06818 6.71632C3.18388 6.05765 3.44283 5.44833 3.81171 4.92165L2.95398 3.561L3.56008 2.95491L4.92053 3.81251ZM9.02496 7.50008C9.02496 8.34226 8.34223 9.02499 7.50005 9.02499C6.65786 9.02499 5.97513 8.34226 5.97513 7.50008C5.97513 6.65789 6.65786 5.97516 7.50005 5.97516C8.34223 5.97516 9.02496 6.65789 9.02496 7.50008ZM9.92496 7.50008C9.92496 8.83932 8.83929 9.92499 7.50005 9.92499C6.1608 9.92499 5.07513 8.83932 5.07513 7.50008C5.07513 6.16084 6.1608 5.07516 7.50005 5.07516C8.83929 5.07516 9.92496 6.16084 9.92496 7.50008Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_830_55" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-lock", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4.63601C5 3.76031 5.24219 3.1054 5.64323 2.67357C6.03934 2.24705 6.64582 1.9783 7.5014 1.9783C8.35745 1.9783 8.96306 2.24652 9.35823 2.67208C9.75838 3.10299 10 3.75708 10 4.63325V5.99999H5V4.63601ZM4 5.99999V4.63601C4 3.58148 4.29339 2.65754 4.91049 1.99307C5.53252 1.32329 6.42675 0.978302 7.5014 0.978302C8.57583 0.978302 9.46952 1.32233 10.091 1.99162C10.7076 2.65557 11 3.57896 11 4.63325V5.99999H12C12.5523 5.99999 13 6.44771 13 6.99999V13C13 13.5523 12.5523 14 12 14H3C2.44772 14 2 13.5523 2 13V6.99999C2 6.44771 2.44772 5.99999 3 5.99999H4ZM3 6.99999H12V13H3V6.99999Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-lockOpen", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.4986 0C6.3257 0 5.36107 0.38943 4.73753 1.19361C4.23745 1.83856 4 2.68242 4 3.63325H5C5 2.84313 5.19691 2.23312 5.5278 1.80636C5.91615 1.30552 6.55152 1 7.4986 1C8.35683 1 8.96336 1.26502 9.35846 1.68623C9.75793 2.11211 10 2.76044 10 3.63601V6H3C2.44772 6 2 6.44772 2 7V13C2 13.5523 2.44772 14 3 14H12C12.5523 14 13 13.5523 13 13V7C13 6.44772 12.5523 6 12 6H11V3.63601C11 2.58135 10.7065 1.66167 10.0878 1.0021C9.46477 0.337871 8.57061 0 7.4986 0ZM3 7H12V13H3V7Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-send", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_830_77)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.20308 1.04312C1.00481 0.954998 0.772341 1.0048 0.627577 1.16641C0.482813 1.32802 0.458794 1.56455 0.568117 1.75196L3.92115 7.50002L0.568117 13.2481C0.458794 13.4355 0.482813 13.672 0.627577 13.8336C0.772341 13.9952 1.00481 14.045 1.20308 13.9569L14.7031 7.95693C14.8836 7.87668 15 7.69762 15 7.50002C15 7.30243 14.8836 7.12337 14.7031 7.04312L1.20308 1.04312ZM4.84553 7.10002L2.21234 2.586L13.2689 7.50002L2.21234 12.414L4.84552 7.90002H9C9.22092 7.90002 9.4 7.72094 9.4 7.50002C9.4 7.27911 9.22092 7.10002 9 7.10002H4.84553Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_830_77" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-pencil", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.8536 1.14645C11.6583 0.951184 11.3417 0.951184 11.1465 1.14645L3.71455 8.57836C3.62459 8.66832 3.55263 8.77461 3.50251 8.89155L2.04044 12.303C1.9599 12.491 2.00189 12.709 2.14646 12.8536C2.29103 12.9981 2.50905 13.0401 2.69697 12.9596L6.10847 11.4975C6.2254 11.4474 6.3317 11.3754 6.42166 11.2855L13.8536 3.85355C14.0488 3.65829 14.0488 3.34171 13.8536 3.14645L11.8536 1.14645ZM4.42166 9.28547L11.5 2.20711L12.7929 3.5L5.71455 10.5784L4.21924 11.2192L3.78081 10.7808L4.42166 9.28547Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-eye", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_830_91)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_830_91" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsxs("symbol", Object.assign({ id: "icon-eyeClosed", viewBox: "0 0 15 15" }, { children: [_jsx("g", Object.assign({ clipPath: "url(#clip0_834_23)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9239 7.76501C15.0703 7.53084 14.9991 7.22236 14.7649 7.07601C14.5308 6.92965 14.2223 7.00084 14.0759 7.23501C12.6563 9.50637 10.3078 11 7.49994 11C4.69209 11 2.34355 9.50637 0.923943 7.23501C0.777588 7.00084 0.469112 6.92965 0.234944 7.07601C0.000776483 7.22236 -0.0704094 7.53084 0.0759463 7.76501C0.578759 8.5695 1.18999 9.29077 1.89256 9.90033L0.646447 11.1464C0.451184 11.3417 0.451184 11.6583 0.646447 11.8536C0.841709 12.0488 1.15829 12.0488 1.35355 11.8536L2.6903 10.5168C3.37492 10.9858 4.1275 11.3574 4.93584 11.6113L4.52566 12.8419C4.43833 13.1039 4.57991 13.387 4.84189 13.4743C5.10386 13.5617 5.38702 13.4201 5.47434 13.1581L5.90902 11.8541C6.42167 11.9499 6.95287 12 7.49994 12C7.8799 12 8.2522 11.9758 8.61594 11.929L9.02566 13.1581C9.11298 13.4201 9.39614 13.5617 9.65811 13.4743C9.92009 13.387 10.0617 13.1039 9.97434 12.8419L9.60728 11.7407C10.5901 11.4922 11.4977 11.073 12.3097 10.5168L13.6464 11.8536C13.8417 12.0488 14.1583 12.0488 14.3536 11.8536C14.5488 11.6583 14.5488 11.3417 14.3536 11.1464L13.1074 9.90028C13.8099 9.29073 14.4211 8.56948 14.9239 7.76501Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_834_23" }, { children: _jsx("rect", { width: "15", height: "15", fill: "white" }) })) })] })), _jsx("symbol", Object.assign({ id: "icon-stopwatch", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.49998 0.5C5.49998 0.223858 5.72383 0 5.99998 0H7.49998H8.99998C9.27612 0 9.49998 0.223858 9.49998 0.5C9.49998 0.776142 9.27612 1 8.99998 1H7.99998V2.11922C9.09832 2.20409 10.119 2.56622 10.992 3.13572C11.0116 3.10851 11.0336 3.08252 11.058 3.05806L11.858 2.25806C12.1021 2.01398 12.4978 2.01398 12.7419 2.25806C12.986 2.50214 12.986 2.89786 12.7419 3.14194L11.967 3.91682C13.1595 5.07925 13.9 6.70314 13.9 8.49998C13.9 12.0346 11.0346 14.9 7.49998 14.9C3.96535 14.9 1.09998 12.0346 1.09998 8.49998C1.09998 5.13362 3.69904 2.3743 6.99998 2.11922V1H5.99998C5.72383 1 5.49998 0.776142 5.49998 0.5ZM2.09998 8.49998C2.09998 5.51764 4.51764 3.09998 7.49998 3.09998C10.4823 3.09998 12.9 5.51764 12.9 8.49998C12.9 11.4823 10.4823 13.9 7.49998 13.9C4.51764 13.9 2.09998 11.4823 2.09998 8.49998ZM7.99998 4.5C7.99998 4.22386 7.77612 4 7.49998 4C7.22383 4 6.99998 4.22386 6.99998 4.5V9.5C6.99998 9.77614 7.22383 10 7.49998 10C7.77612 10 7.99998 9.77614 7.99998 9.5V4.5Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-zoomIn", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6.5C10 8.433 8.433 10 6.5 10C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5ZM9.30884 10.0159C8.53901 10.6318 7.56251 11 6.5 11C4.01472 11 2 8.98528 2 6.5C2 4.01472 4.01472 2 6.5 2C8.98528 2 11 4.01472 11 6.5C11 7.56251 10.6318 8.53901 10.0159 9.30884L12.8536 12.1464C13.0488 12.3417 13.0488 12.6583 12.8536 12.8536C12.6583 13.0488 12.3417 13.0488 12.1464 12.8536L9.30884 10.0159ZM4.25 6.5C4.25 6.22386 4.47386 6 4.75 6H6V4.75C6 4.47386 6.22386 4.25 6.5 4.25C6.77614 4.25 7 4.47386 7 4.75V6H8.25C8.52614 6 8.75 6.22386 8.75 6.5C8.75 6.77614 8.52614 7 8.25 7H7V8.25C7 8.52614 6.77614 8.75 6.5 8.75C6.22386 8.75 6 8.52614 6 8.25V7H4.75C4.47386 7 4.25 6.77614 4.25 6.5Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-zoomOut", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5C3 8.433 4.567 10 6.5 10ZM6.5 11C7.56251 11 8.53901 10.6318 9.30884 10.0159L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L10.0159 9.30884C10.6318 8.53901 11 7.56251 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5C2 8.98528 4.01472 11 6.5 11ZM4.75 6C4.47386 6 4.25 6.22386 4.25 6.5C4.25 6.77614 4.47386 7 4.75 7H8.25C8.52614 7 8.75 6.77614 8.75 6.5C8.75 6.22386 8.52614 6 8.25 6H4.75Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-picture", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5C1 1.67157 1.67157 1 2.5 1ZM2.5 2C2.22386 2 2 2.22386 2 2.5V8.3636L3.6818 6.6818C3.76809 6.59551 3.88572 6.54797 4.00774 6.55007C4.12975 6.55216 4.24568 6.60372 4.32895 6.69293L7.87355 10.4901L10.6818 7.6818C10.8575 7.50607 11.1425 7.50607 11.3182 7.6818L13 9.3636V2.5C13 2.22386 12.7761 2 12.5 2H2.5ZM2 12.5V9.6364L3.98887 7.64753L7.5311 11.4421L8.94113 13H2.5C2.22386 13 2 12.7761 2 12.5ZM12.5 13H10.155L8.48336 11.153L11 8.6364L13 10.6364V12.5C13 12.7761 12.7761 13 12.5 13ZM6.64922 5.5C6.64922 5.03013 7.03013 4.64922 7.5 4.64922C7.96987 4.64922 8.35078 5.03013 8.35078 5.5C8.35078 5.96987 7.96987 6.35078 7.5 6.35078C7.03013 6.35078 6.64922 5.96987 6.64922 5.5ZM7.5 3.74922C6.53307 3.74922 5.74922 4.53307 5.74922 5.5C5.74922 6.46693 6.53307 7.25078 7.5 7.25078C8.46693 7.25078 9.25078 6.46693 9.25078 5.5C9.25078 4.53307 8.46693 3.74922 7.5 3.74922Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowLeft", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.85355 3.14645C7.04882 3.34171 7.04882 3.65829 6.85355 3.85355L3.70711 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70711L6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L6.14645 3.14645C6.34171 2.95118 6.65829 2.95118 6.85355 3.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowRight", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowUp", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.14645 2.14645C7.34171 1.95118 7.65829 1.95118 7.85355 2.14645L11.8536 6.14645C12.0488 6.34171 12.0488 6.65829 11.8536 6.85355C11.6583 7.04882 11.3417 7.04882 11.1464 6.85355L8 3.70711L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70711L3.85355 6.85355C3.65829 7.04882 3.34171 7.04882 3.14645 6.85355C2.95118 6.65829 2.95118 6.34171 3.14645 6.14645L7.14645 2.14645Z", fill: "currentColor" }) })), _jsx("symbol", Object.assign({ id: "icon-arrowDown", viewBox: "0 0 15 15" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 2C7.77614 2 8 2.22386 8 2.5L8 11.2929L11.1464 8.14645C11.3417 7.95118 11.6583 7.95118 11.8536 8.14645C12.0488 8.34171 12.0488 8.65829 11.8536 8.85355L7.85355 12.8536C7.75979 12.9473 7.63261 13 7.5 13C7.36739 13 7.24021 12.9473 7.14645 12.8536L3.14645 8.85355C2.95118 8.65829 2.95118 8.34171 3.14645 8.14645C3.34171 7.95118 3.65829 7.95118 3.85355 8.14645L7 11.2929L7 2.5C7 2.22386 7.22386 2 7.5 2Z", fill: "currentColor" }) })), _jsxs("symbol", Object.assign({ id: "icon-info", viewBox: "0 0 15 15" }, { children: [_jsx("circle", { cx: "7.5", cy: "5.5", r: "0.5", fill: "currentColor" }), _jsx("path", { d: "M7.5 7.5C7.5 9.9 7.5 10.5 7.5 10.5", stroke: "currentColor", strokeLinecap: "round" }), _jsx("circle", { cx: "7.5", cy: "7.5", r: "5", stroke: "currentColor" })] })), _jsxs("symbol", Object.assign({ id: "icon-cardsGrid", viewBox: "0 0 15 15" }, { children: [_jsx("rect", { x: "1.5", y: "1.5", width: "5", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("rect", { x: "8.5", y: "1.5", width: "5", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("rect", { x: "8.5", y: "8.5", width: "5", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("rect", { x: "1.5", y: "8.5", width: "5", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" })] })), _jsxs("symbol", Object.assign({ id: "icon-cardsMixed", viewBox: "0 0 15 15" }, { children: [_jsx("rect", { x: "1.5", y: "1.5", width: "12", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("rect", { x: "8.5", y: "8.5", width: "5", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("rect", { x: "1.5", y: "8.5", width: "5", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" })] })), _jsxs("symbol", Object.assign({ id: "icon-cardsRows", viewBox: "0 0 15 15" }, { children: [_jsx("rect", { x: "1.5", y: "1.5", width: "12", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" }), _jsx("rect", { x: "1.5", y: "8.5", width: "12", height: "5", rx: "0.5", stroke: "currentColor", strokeLinejoin: "round" })] }))] }) })));
5
5
  //# sourceMappingURL=IconSpritesheet.js.map