@dust-tt/sparkle 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/cjs/components/Button.d.ts +12 -0
- package/dist/cjs/components/Icon.d.ts +9 -0
- package/dist/cjs/components/Item.d.ts +13 -0
- package/dist/cjs/components/Tab.d.ts +16 -0
- package/dist/cjs/components/button/index.d.ts +11 -0
- package/dist/cjs/components/icon/index.d.ts +7 -0
- package/dist/cjs/components/tab/index.d.ts +15 -0
- package/dist/cjs/context.d.ts +18 -0
- package/dist/cjs/icons/mini/ArrowUpOnSquare.d.ts +4 -0
- package/dist/cjs/icons/mini/Beaker.d.ts +4 -0
- package/dist/cjs/icons/mini/BeakerPlus.d.ts +4 -0
- package/dist/cjs/icons/mini/ChatBubbleBottomCenterPlus.d.ts +4 -0
- package/dist/cjs/icons/mini/ChatBubbleBottomCenterText.d.ts +4 -0
- package/dist/cjs/icons/mini/ChatBubbleLeftRight.d.ts +4 -0
- package/dist/cjs/icons/mini/CheckCircle.d.ts +4 -0
- package/dist/cjs/icons/mini/ChevronDown.d.ts +4 -0
- package/dist/cjs/icons/mini/ChevronLeft.d.ts +4 -0
- package/dist/cjs/icons/mini/ChevronRight.d.ts +4 -0
- package/dist/cjs/icons/mini/ChevronUp.d.ts +4 -0
- package/dist/cjs/icons/mini/Clipboard.d.ts +4 -0
- package/dist/cjs/icons/mini/CloudArrowDown.d.ts +4 -0
- package/dist/cjs/icons/mini/Cog6Tooth.d.ts +4 -0
- package/dist/cjs/icons/mini/CommandLine.d.ts +4 -0
- package/dist/cjs/icons/mini/DocumentPlus.d.ts +4 -0
- package/dist/cjs/icons/mini/DocumentText.d.ts +4 -0
- package/dist/cjs/icons/mini/ExclamationCircle.d.ts +4 -0
- package/dist/cjs/icons/mini/FolderOpen.d.ts +4 -0
- package/dist/cjs/icons/mini/HandThumbDown.d.ts +4 -0
- package/dist/cjs/icons/mini/HandThumbUp.d.ts +4 -0
- package/dist/cjs/icons/mini/InformationCircle.d.ts +4 -0
- package/dist/cjs/icons/mini/Key.d.ts +4 -0
- package/dist/cjs/icons/mini/MagnifyingGlass.d.ts +4 -0
- package/dist/cjs/icons/mini/PaperAirplane.d.ts +4 -0
- package/dist/cjs/icons/mini/PencilSquare.d.ts +4 -0
- package/dist/cjs/icons/mini/Plus.d.ts +4 -0
- package/dist/cjs/icons/mini/QuestionMarkCircle.d.ts +4 -0
- package/dist/cjs/icons/mini/Server.d.ts +4 -0
- package/dist/cjs/icons/mini/Square3Stack3D.d.ts +4 -0
- package/dist/cjs/icons/mini/XCircle.d.ts +4 -0
- package/dist/cjs/icons/mini/XMark.d.ts +4 -0
- package/dist/cjs/icons/mini/index.d.ts +32 -0
- package/dist/cjs/icons/solid/ArrowUpOnSquare.d.ts +4 -0
- package/dist/cjs/icons/solid/Beaker.d.ts +4 -0
- package/dist/cjs/icons/solid/BeakerPlus.d.ts +4 -0
- package/dist/cjs/icons/solid/ChatBubbleBottomCenterPlus.d.ts +4 -0
- package/dist/cjs/icons/solid/ChatBubbleBottomCenterText.d.ts +4 -0
- package/dist/cjs/icons/solid/ChatBubbleLeftRight.d.ts +4 -0
- package/dist/cjs/icons/solid/CheckCircle.d.ts +4 -0
- package/dist/cjs/icons/solid/ChevronDown.d.ts +4 -0
- package/dist/cjs/icons/solid/ChevronLeft.d.ts +4 -0
- package/dist/cjs/icons/solid/ChevronRight.d.ts +4 -0
- package/dist/cjs/icons/solid/ChevronUp.d.ts +4 -0
- package/dist/cjs/icons/solid/Clipboard.d.ts +4 -0
- package/dist/cjs/icons/solid/CloudArrowDown.d.ts +4 -0
- package/dist/cjs/icons/solid/Cog6Tooth.d.ts +4 -0
- package/dist/cjs/icons/solid/CommandLine.d.ts +4 -0
- package/dist/cjs/icons/solid/DocumentPlus.d.ts +4 -0
- package/dist/cjs/icons/solid/DocumentText.d.ts +4 -0
- package/dist/cjs/icons/solid/ExclamationCircle.d.ts +4 -0
- package/dist/cjs/icons/solid/FolderOpen.d.ts +4 -0
- package/dist/cjs/icons/solid/HandThumbDown.d.ts +4 -0
- package/dist/cjs/icons/solid/HandThumbUp.d.ts +4 -0
- package/dist/cjs/icons/solid/InformationCircle.d.ts +4 -0
- package/dist/cjs/icons/solid/Key.d.ts +4 -0
- package/dist/cjs/icons/solid/MagnifyingGlass.d.ts +4 -0
- package/dist/cjs/icons/solid/PaperAirplane.d.ts +4 -0
- package/dist/cjs/icons/solid/PencilSquare.d.ts +4 -0
- package/dist/cjs/icons/solid/Plus.d.ts +4 -0
- package/dist/cjs/icons/solid/QuestionMarkCircle.d.ts +4 -0
- package/dist/cjs/icons/solid/Server.d.ts +4 -0
- package/dist/cjs/icons/solid/Square3Stack3D.d.ts +4 -0
- package/dist/cjs/icons/solid/XCircle.d.ts +4 -0
- package/dist/cjs/icons/solid/XMark.d.ts +4 -0
- package/dist/cjs/icons/solid/index.d.ts +32 -0
- package/dist/cjs/icons/solid_stroke/ArrowUpOnSquare.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/Beaker.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/BeakerPlus.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ChatBubbleBottomCenterPlus.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ChatBubbleBottomCenterText.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ChatBubbleLeftRight.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/CheckCircle.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ChevronDown.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ChevronLeft.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ChevronRight.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ChevronUp.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/Clipboard.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/CloudArrowDown.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/Cog6Tooth.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/CommandLine.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/DocumentPlus.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/DocumentText.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/ExclamationCircle.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/FolderOpen.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/HandThumbDown.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/HandThumbUp.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/InformationCircle.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/Key.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/MagnifyingGlass.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/PaperAirplane.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/PencilSquare.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/Plus.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/QuestionMarkCircle.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/Server.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/Square3Stack3D.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/XCircle.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/XMark.d.ts +4 -0
- package/dist/cjs/icons/solid_stroke/index.d.ts +32 -0
- package/dist/cjs/index.css +3 -0
- package/dist/cjs/index.d.ts +19 -0
- package/dist/cjs/index.js +747 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/lib/utils.d.ts +1 -0
- package/dist/cjs/logo/Logo.d.ts +4 -0
- package/dist/cjs/logo/index.d.ts +1 -0
- package/dist/esm/components/Button.d.ts +12 -0
- package/dist/esm/components/Icon.d.ts +9 -0
- package/dist/esm/components/Item.d.ts +13 -0
- package/dist/esm/components/Tab.d.ts +16 -0
- package/dist/esm/components/button/index.d.ts +11 -0
- package/dist/esm/components/icon/index.d.ts +7 -0
- package/dist/esm/components/tab/index.d.ts +15 -0
- package/dist/esm/context.d.ts +18 -0
- package/dist/esm/icons/mini/ArrowUpOnSquare.d.ts +4 -0
- package/dist/esm/icons/mini/Beaker.d.ts +4 -0
- package/dist/esm/icons/mini/BeakerPlus.d.ts +4 -0
- package/dist/esm/icons/mini/ChatBubbleBottomCenterPlus.d.ts +4 -0
- package/dist/esm/icons/mini/ChatBubbleBottomCenterText.d.ts +4 -0
- package/dist/esm/icons/mini/ChatBubbleLeftRight.d.ts +4 -0
- package/dist/esm/icons/mini/CheckCircle.d.ts +4 -0
- package/dist/esm/icons/mini/ChevronDown.d.ts +4 -0
- package/dist/esm/icons/mini/ChevronLeft.d.ts +4 -0
- package/dist/esm/icons/mini/ChevronRight.d.ts +4 -0
- package/dist/esm/icons/mini/ChevronUp.d.ts +4 -0
- package/dist/esm/icons/mini/Clipboard.d.ts +4 -0
- package/dist/esm/icons/mini/CloudArrowDown.d.ts +4 -0
- package/dist/esm/icons/mini/Cog6Tooth.d.ts +4 -0
- package/dist/esm/icons/mini/CommandLine.d.ts +4 -0
- package/dist/esm/icons/mini/DocumentPlus.d.ts +4 -0
- package/dist/esm/icons/mini/DocumentText.d.ts +4 -0
- package/dist/esm/icons/mini/ExclamationCircle.d.ts +4 -0
- package/dist/esm/icons/mini/FolderOpen.d.ts +4 -0
- package/dist/esm/icons/mini/HandThumbDown.d.ts +4 -0
- package/dist/esm/icons/mini/HandThumbUp.d.ts +4 -0
- package/dist/esm/icons/mini/InformationCircle.d.ts +4 -0
- package/dist/esm/icons/mini/Key.d.ts +4 -0
- package/dist/esm/icons/mini/MagnifyingGlass.d.ts +4 -0
- package/dist/esm/icons/mini/PaperAirplane.d.ts +4 -0
- package/dist/esm/icons/mini/PencilSquare.d.ts +4 -0
- package/dist/esm/icons/mini/Plus.d.ts +4 -0
- package/dist/esm/icons/mini/QuestionMarkCircle.d.ts +4 -0
- package/dist/esm/icons/mini/Server.d.ts +4 -0
- package/dist/esm/icons/mini/Square3Stack3D.d.ts +4 -0
- package/dist/esm/icons/mini/XCircle.d.ts +4 -0
- package/dist/esm/icons/mini/XMark.d.ts +4 -0
- package/dist/esm/icons/mini/index.d.ts +32 -0
- package/dist/esm/icons/solid/ArrowUpOnSquare.d.ts +4 -0
- package/dist/esm/icons/solid/Beaker.d.ts +4 -0
- package/dist/esm/icons/solid/BeakerPlus.d.ts +4 -0
- package/dist/esm/icons/solid/ChatBubbleBottomCenterPlus.d.ts +4 -0
- package/dist/esm/icons/solid/ChatBubbleBottomCenterText.d.ts +4 -0
- package/dist/esm/icons/solid/ChatBubbleLeftRight.d.ts +4 -0
- package/dist/esm/icons/solid/CheckCircle.d.ts +4 -0
- package/dist/esm/icons/solid/ChevronDown.d.ts +4 -0
- package/dist/esm/icons/solid/ChevronLeft.d.ts +4 -0
- package/dist/esm/icons/solid/ChevronRight.d.ts +4 -0
- package/dist/esm/icons/solid/ChevronUp.d.ts +4 -0
- package/dist/esm/icons/solid/Clipboard.d.ts +4 -0
- package/dist/esm/icons/solid/CloudArrowDown.d.ts +4 -0
- package/dist/esm/icons/solid/Cog6Tooth.d.ts +4 -0
- package/dist/esm/icons/solid/CommandLine.d.ts +4 -0
- package/dist/esm/icons/solid/DocumentPlus.d.ts +4 -0
- package/dist/esm/icons/solid/DocumentText.d.ts +4 -0
- package/dist/esm/icons/solid/ExclamationCircle.d.ts +4 -0
- package/dist/esm/icons/solid/FolderOpen.d.ts +4 -0
- package/dist/esm/icons/solid/HandThumbDown.d.ts +4 -0
- package/dist/esm/icons/solid/HandThumbUp.d.ts +4 -0
- package/dist/esm/icons/solid/InformationCircle.d.ts +4 -0
- package/dist/esm/icons/solid/Key.d.ts +4 -0
- package/dist/esm/icons/solid/MagnifyingGlass.d.ts +4 -0
- package/dist/esm/icons/solid/PaperAirplane.d.ts +4 -0
- package/dist/esm/icons/solid/PencilSquare.d.ts +4 -0
- package/dist/esm/icons/solid/Plus.d.ts +4 -0
- package/dist/esm/icons/solid/QuestionMarkCircle.d.ts +4 -0
- package/dist/esm/icons/solid/Server.d.ts +4 -0
- package/dist/esm/icons/solid/Square3Stack3D.d.ts +4 -0
- package/dist/esm/icons/solid/XCircle.d.ts +4 -0
- package/dist/esm/icons/solid/XMark.d.ts +4 -0
- package/dist/esm/icons/solid/index.d.ts +32 -0
- package/dist/esm/icons/solid_stroke/ArrowUpOnSquare.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/Beaker.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/BeakerPlus.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ChatBubbleBottomCenterPlus.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ChatBubbleBottomCenterText.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ChatBubbleLeftRight.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/CheckCircle.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ChevronDown.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ChevronLeft.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ChevronRight.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ChevronUp.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/Clipboard.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/CloudArrowDown.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/Cog6Tooth.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/CommandLine.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/DocumentPlus.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/DocumentText.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/ExclamationCircle.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/FolderOpen.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/HandThumbDown.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/HandThumbUp.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/InformationCircle.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/Key.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/MagnifyingGlass.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/PaperAirplane.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/PencilSquare.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/Plus.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/QuestionMarkCircle.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/Server.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/Square3Stack3D.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/XCircle.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/XMark.d.ts +4 -0
- package/dist/esm/icons/solid_stroke/index.d.ts +32 -0
- package/dist/esm/index.css +3 -0
- package/dist/esm/index.d.ts +19 -0
- package/dist/esm/index.js +626 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lib/utils.d.ts +1 -0
- package/dist/esm/logo/Logo.d.ts +4 -0
- package/dist/esm/logo/index.d.ts +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +51 -0
|
@@ -0,0 +1,626 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
function styleInject(css, ref) {
|
|
5
|
+
if ( ref === void 0 ) ref = {};
|
|
6
|
+
var insertAt = ref.insertAt;
|
|
7
|
+
|
|
8
|
+
if (!css || typeof document === 'undefined') { return; }
|
|
9
|
+
|
|
10
|
+
var head = document.head || document.getElementsByTagName('head')[0];
|
|
11
|
+
var style = document.createElement('style');
|
|
12
|
+
style.type = 'text/css';
|
|
13
|
+
|
|
14
|
+
if (insertAt === 'top') {
|
|
15
|
+
if (head.firstChild) {
|
|
16
|
+
head.insertBefore(style, head.firstChild);
|
|
17
|
+
} else {
|
|
18
|
+
head.appendChild(style);
|
|
19
|
+
}
|
|
20
|
+
} else {
|
|
21
|
+
head.appendChild(style);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
if (style.styleSheet) {
|
|
25
|
+
style.styleSheet.cssText = css;
|
|
26
|
+
} else {
|
|
27
|
+
style.appendChild(document.createTextNode(css));
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
var css_248z = "/*\n! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n*/\n\nhtml {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font family by default.\n2. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden] {\n display: none;\n}\n\n[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background-color: #fff;\n border-color: #6b7280;\n border-width: 1px;\n border-radius: 0px;\n padding-top: 0.5rem;\n padding-right: 0.75rem;\n padding-bottom: 0.5rem;\n padding-left: 0.75rem;\n font-size: 1rem;\n line-height: 1.5rem;\n --tw-shadow: 0 0 #0000;\n}\n\n[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: #2563eb;\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n border-color: #2563eb;\n}\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n color: #6b7280;\n opacity: 1;\n}\n\ninput::placeholder,textarea::placeholder {\n color: #6b7280;\n opacity: 1;\n}\n\n::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n}\n\n::-webkit-date-and-time-value {\n min-height: 1.5em;\n}\n\n::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {\n padding-top: 0;\n padding-bottom: 0;\n}\n\nselect {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e\");\n background-position: right 0.5rem center;\n background-repeat: no-repeat;\n background-size: 1.5em 1.5em;\n padding-right: 2.5rem;\n -webkit-print-color-adjust: exact;\n print-color-adjust: exact;\n}\n\n[multiple] {\n background-image: initial;\n background-position: initial;\n background-repeat: unset;\n background-size: initial;\n padding-right: 0.75rem;\n -webkit-print-color-adjust: unset;\n print-color-adjust: unset;\n}\n\n[type='checkbox'],[type='radio'] {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n padding: 0;\n -webkit-print-color-adjust: exact;\n print-color-adjust: exact;\n display: inline-block;\n vertical-align: middle;\n background-origin: border-box;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n flex-shrink: 0;\n height: 1rem;\n width: 1rem;\n color: #2563eb;\n background-color: #fff;\n border-color: #6b7280;\n border-width: 1px;\n --tw-shadow: 0 0 #0000;\n}\n\n[type='checkbox'] {\n border-radius: 0px;\n}\n\n[type='radio'] {\n border-radius: 100%;\n}\n\n[type='checkbox']:focus,[type='radio']:focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);\n --tw-ring-offset-width: 2px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: #2563eb;\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n}\n\n[type='checkbox']:checked,[type='radio']:checked {\n border-color: transparent;\n background-color: currentColor;\n background-size: 100% 100%;\n background-position: center;\n background-repeat: no-repeat;\n}\n\n[type='checkbox']:checked {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e\");\n}\n\n[type='radio']:checked {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e\");\n}\n\n[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {\n border-color: transparent;\n background-color: currentColor;\n}\n\n[type='checkbox']:indeterminate {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e\");\n border-color: transparent;\n background-color: currentColor;\n background-size: 100% 100%;\n background-position: center;\n background-repeat: no-repeat;\n}\n\n[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {\n border-color: transparent;\n background-color: currentColor;\n}\n\n[type='file'] {\n background: unset;\n border-color: inherit;\n border-width: 0;\n border-radius: 0;\n padding: 0;\n font-size: unset;\n line-height: inherit;\n}\n\n[type='file']:focus {\n outline: 1px solid ButtonText;\n outline: 1px auto -webkit-focus-ring-color;\n}\n\n*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n.global_-mb-px__fdigK {\n margin-bottom: -1px;\n}\n.global_box-border__RphOf {\n box-sizing: border-box;\n}\n.global_flex__0cU-N {\n display: flex;\n}\n.global_inline-flex__yK6R8 {\n display: inline-flex;\n}\n.global_h-4__fpTHx {\n height: 1rem;\n}\n.global_h-5__xiEMU {\n height: 1.25rem;\n}\n.global_w-4__ekaF4 {\n width: 1rem;\n}\n.global_w-5__nFJUV {\n width: 1.25rem;\n}\n.global_flex-1__djnVy {\n flex: 1 1 0%;\n}\n.global_grow__AiHPT {\n flex-grow: 1;\n}\n.global_scale-100__6LbC1 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.global_scale-95__G5VBE {\n --tw-scale-x: .95;\n --tw-scale-y: .95;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.global_transform__Vkatk {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.global_cursor-default__HQZUW {\n cursor: default;\n}\n.global_cursor-not-allowed__bEqnT {\n cursor: not-allowed;\n}\n.global_cursor-pointer__aKcIz {\n cursor: pointer;\n}\n.global_select-none__6p4hV {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.global_items-center__sdZ34 {\n align-items: center;\n}\n.global_justify-center__ncdvg {\n justify-content: center;\n}\n.global_gap-x-1__91KS9 {\n -moz-column-gap: 0.25rem;\n column-gap: 0.25rem;\n}\n.global_gap-x-1--5__C-lJm {\n -moz-column-gap: 0.375rem;\n column-gap: 0.375rem;\n}\n.global_gap-x-2__JK91f {\n -moz-column-gap: 0.5rem;\n column-gap: 0.5rem;\n}\n.global_space-x-0__Oj-dl > :not([hidden]) ~ :not([hidden]) {\n --tw-space-x-reverse: 0;\n margin-right: calc(0px * var(--tw-space-x-reverse));\n margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));\n}\n.global_whitespace-nowrap__1DU0m {\n white-space: nowrap;\n}\n.global_rounded-full__udUVl {\n border-radius: 9999px;\n}\n.global_border__QwOHj {\n border-width: 1px;\n}\n.global_border-b__7gPsC {\n border-bottom-width: 1px;\n}\n.global_border-b-2__mIJSx {\n border-bottom-width: 2px;\n}\n.global_border-action-500__mHETp {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n.global_border-action-600__FqRbq {\n --tw-border-opacity: 1;\n border-color: rgb(37 99 235 / var(--tw-border-opacity));\n}\n.global_border-structure-200__OIyUw {\n --tw-border-opacity: 1;\n border-color: rgb(226 232 240 / var(--tw-border-opacity));\n}\n.global_border-structure-300__yQ74H {\n --tw-border-opacity: 1;\n border-color: rgb(203 213 225 / var(--tw-border-opacity));\n}\n.global_border-transparent__PscYX {\n border-color: transparent;\n}\n.global_bg-action-500__0jAN2 {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n.global_bg-gray-200__yOR3o {\n --tw-bg-opacity: 1;\n background-color: rgb(229 231 235 / var(--tw-bg-opacity));\n}\n.global_bg-structure-0__iX0gt {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n.global_px-0__g7dsC {\n padding-left: 0px;\n padding-right: 0px;\n}\n.global_px-0--5__Or86J {\n padding-left: 0.125rem;\n padding-right: 0.125rem;\n}\n.global_px-1__sx2Ol {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n}\n.global_px-3__x9bfy {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.global_px-4__UoXJi {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n.global_px-5__pZzpu {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n.global_py-1__TGFr7 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n}\n.global_py-1--5__2ype- {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n}\n.global_py-2__XDjLi {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n.global_py-3__Re7II {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n}\n.global_text-sm__6Pc30 {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\n.global_text-xs__NCPYj {\n font-size: 0.75rem;\n line-height: 1rem;\n}\n.global_font-bold__cKeMZ {\n font-weight: 700;\n}\n.global_font-medium__EM14- {\n font-weight: 500;\n}\n.global_font-semibold__Te1nu {\n font-weight: 600;\n}\n.global_text-action-300__S2Li4 {\n --tw-text-opacity: 1;\n color: rgb(147 197 253 / var(--tw-text-opacity));\n}\n.global_text-action-400__sfhOi {\n --tw-text-opacity: 1;\n color: rgb(96 165 250 / var(--tw-text-opacity));\n}\n.global_text-action-500__ZlLKK {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}\n.global_text-element-600__Lq8hN {\n --tw-text-opacity: 1;\n color: rgb(148 163 184 / var(--tw-text-opacity));\n}\n.global_text-element-700__3HSmp {\n --tw-text-opacity: 1;\n color: rgb(100 116 139 / var(--tw-text-opacity));\n}\n.global_text-element-800__96TuW {\n --tw-text-opacity: 1;\n color: rgb(51 65 85 / var(--tw-text-opacity));\n}\n.global_text-element-900__iCPrl {\n --tw-text-opacity: 1;\n color: rgb(15 23 42 / var(--tw-text-opacity));\n}\n.global_text-transparent__PPLba {\n color: transparent;\n}\n.global_text-white__8ID0x {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.global_opacity-50__-ozpt {\n opacity: 0.5;\n}\n.global_filter__ulwXp {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.global_transition-all__w2ylo {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.global_transition-colors__nT54c {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.global_transition-transform__f-Vc4 {\n transition-property: transform;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.global_ease-out__fjSvF {\n transition-timing-function: cubic-bezier(0, 0, 0.2, 1);\n}\n.global_hover--scale-100__njxNT:hover {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.global_hover--border-action-300__dMSL2:hover {\n --tw-border-opacity: 1;\n border-color: rgb(147 197 253 / var(--tw-border-opacity));\n}\n.global_hover--border-action-500__kATzf:hover {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n.global_hover--bg-action-400__XBEuF:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(96 165 250 / var(--tw-bg-opacity));\n}\n.global_hover--bg-action-50__nOekw:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(239 246 255 / var(--tw-bg-opacity));\n}\n.global_hover--text-action-500__UlCoa:hover {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}\n.global_hover--text-element-800__HYQ4Y:hover {\n --tw-text-opacity: 1;\n color: rgb(51 65 85 / var(--tw-text-opacity));\n}\n.global_hover--drop-shadow-md__L2XR9:hover {\n --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.global_active--scale-95__udXo-:active {\n --tw-scale-x: .95;\n --tw-scale-y: .95;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.global_active--border-action-500__P4rl3:active {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n.global_active--border-action-700__Gs47d:active {\n --tw-border-opacity: 1;\n border-color: rgb(29 78 216 / var(--tw-border-opacity));\n}\n.global_active--bg-action-100__GBV6G:active {\n --tw-bg-opacity: 1;\n background-color: rgb(219 234 254 / var(--tw-bg-opacity));\n}\n.global_active--bg-action-600__vzt2U:active {\n --tw-bg-opacity: 1;\n background-color: rgb(37 99 235 / var(--tw-bg-opacity));\n}\n.global_active--text-action-700__gTYEa:active {\n --tw-text-opacity: 1;\n color: rgb(29 78 216 / var(--tw-text-opacity));\n}\n.global_active--drop-shadow-none__eHLPp:active {\n --tw-drop-shadow: drop-shadow(0 0 #0000);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.global_group__x7PBQ:hover .global_group-hover--scale-110__vODTq {\n --tw-scale-x: 1.1;\n --tw-scale-y: 1.1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.global_group__x7PBQ:hover .global_group-hover--text-action-400__qldST {\n --tw-text-opacity: 1;\n color: rgb(96 165 250 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--border-action-500-dark__b2UPq) {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--border-action-600-dark__j6R10) {\n --tw-border-opacity: 1;\n border-color: rgb(96 165 250 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--border-structure-200-dark__jWYAz) {\n --tw-border-opacity: 1;\n border-color: rgb(51 65 85 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--border-structure-300-dark__asKaV) {\n --tw-border-opacity: 1;\n border-color: rgb(71 85 105 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--bg-action-500-dark__9N-Xf) {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--bg-structure-50-dark__vE9tQ) {\n --tw-bg-opacity: 1;\n background-color: rgb(15 23 42 / var(--tw-bg-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--text-action-300-dark__-mQgC) {\n --tw-text-opacity: 1;\n color: rgb(29 78 216 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--text-action-400-dark__h7rGK) {\n --tw-text-opacity: 1;\n color: rgb(37 99 235 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--text-action-500-dark__EG37z) {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--text-element-600-dark__eluiq) {\n --tw-text-opacity: 1;\n color: rgb(148 163 184 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--text-element-700-dark__T-gvq) {\n --tw-text-opacity: 1;\n color: rgb(203 213 225 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--text-element-900-dark__oUTHG) {\n --tw-text-opacity: 1;\n color: rgb(248 250 252 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--hover--border-action-300-dark__BeG-F:hover) {\n --tw-border-opacity: 1;\n border-color: rgb(29 78 216 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--hover--border-action-500-dark__c9rfZ:hover) {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--hover--bg-action-50-dark__lUe9S:hover) {\n --tw-bg-opacity: 1;\n background-color: rgb(23 37 84 / var(--tw-bg-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--hover--bg-action-500-dark__iw6n5:hover) {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--hover--text-action-400__eacti:hover) {\n --tw-text-opacity: 1;\n color: rgb(96 165 250 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--hover--text-action-600-dark__mVrD7:hover) {\n --tw-text-opacity: 1;\n color: rgb(96 165 250 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--active--border-action-500-dark__o6mSi:active) {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--active--border-action-700-dark__Si7Pj:active) {\n --tw-border-opacity: 1;\n border-color: rgb(147 197 253 / var(--tw-border-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--active--bg-action-100-dark__hSYnF:active) {\n --tw-bg-opacity: 1;\n background-color: rgb(30 58 138 / var(--tw-bg-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--active--bg-action-600-dark__yUGZL:active) {\n --tw-bg-opacity: 1;\n background-color: rgb(96 165 250 / var(--tw-bg-opacity));\n}\n:is(.global_dark__wFqN9 .global_dark--active--text-action-600__c2zqk:active) {\n --tw-text-opacity: 1;\n color: rgb(37 99 235 / var(--tw-text-opacity));\n}\n:is(.global_dark__wFqN9 .global_group__x7PBQ:hover .global_dark--group-hover--text-action-500-dark__LUlhi) {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}";
|
|
32
|
+
styleInject(css_248z);
|
|
33
|
+
|
|
34
|
+
var aLink = function (_a) {
|
|
35
|
+
var key = _a.key, href = _a.href, className = _a.className, ariaCurrent = _a.ariaCurrent, ariaLabel = _a.ariaLabel, onClick = _a.onClick, children = _a.children;
|
|
36
|
+
return (React__default.createElement("a", { key: key, href: href, className: className, "aria-current": ariaCurrent, "aria-label": ariaLabel, onClick: onClick }, children));
|
|
37
|
+
};
|
|
38
|
+
var noHrefLink = function (_a) {
|
|
39
|
+
var key = _a.key, className = _a.className, ariaCurrent = _a.ariaCurrent, ariaLabel = _a.ariaLabel, onClick = _a.onClick, children = _a.children;
|
|
40
|
+
return (React__default.createElement("a", { key: key, className: className, "aria-current": ariaCurrent, "arria-label": ariaLabel, onClick: onClick }, children));
|
|
41
|
+
};
|
|
42
|
+
var SparkleContext = React__default.createContext({
|
|
43
|
+
components: {
|
|
44
|
+
link: aLink,
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
function classNames() {
|
|
49
|
+
var classes = [];
|
|
50
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
51
|
+
classes[_i] = arguments[_i];
|
|
52
|
+
}
|
|
53
|
+
return classes.filter(Boolean).join(" ");
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
function Icon(_a) {
|
|
57
|
+
var IconComponent = _a.IconComponent, _b = _a.className, className = _b === void 0 ? "" : _b;
|
|
58
|
+
return IconComponent ? React__default.createElement(IconComponent, { className: className }) : null;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
var sizeClasses$1 = {
|
|
62
|
+
xs: "gap-x-1 px-3 py-1.5 text-xs font-semibold",
|
|
63
|
+
sm: "gap-x-1 px-4 py-2 text-sm font-semibold",
|
|
64
|
+
md: "gap-x-1.5 px-5 py-3 text-sm font-bold",
|
|
65
|
+
};
|
|
66
|
+
var containerClasses = {
|
|
67
|
+
xs: "px-0.5",
|
|
68
|
+
sm: "px-1",
|
|
69
|
+
md: "px-1",
|
|
70
|
+
};
|
|
71
|
+
var iconSizeClasses = {
|
|
72
|
+
xs: "h-4 w-4",
|
|
73
|
+
sm: "h-5 w-5",
|
|
74
|
+
md: "h-5 w-5",
|
|
75
|
+
};
|
|
76
|
+
var typeClasses = {
|
|
77
|
+
primary: {
|
|
78
|
+
base: "text-white bg-action-500 border-action-600",
|
|
79
|
+
hover: "hover:bg-action-400 hover:border-action-500",
|
|
80
|
+
active: "active:bg-action-600 active:border-action-700",
|
|
81
|
+
dark: {
|
|
82
|
+
base: "dark:bg-action-500-dark dark:border-action-600-dark",
|
|
83
|
+
hover: "dark:hover:bg-action-500-dark dark:hover:border-action-500-dark",
|
|
84
|
+
active: "dark:active:bg-action-600-dark dark:active:border-action-700-dark",
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
secondary: {
|
|
88
|
+
base: "text-action-500 border-structure-300 bg-structure-0",
|
|
89
|
+
hover: "hover:bg-action-50 hover:border-action-300",
|
|
90
|
+
active: "active:bg-action-100 active:border-action-500",
|
|
91
|
+
dark: {
|
|
92
|
+
base: "dark:text-action-500-dark dark:border-structure-300-dark dark:bg-structure-50-dark",
|
|
93
|
+
hover: "dark:hover:bg-action-50-dark dark:hover:border-action-300-dark",
|
|
94
|
+
active: "dark:active:bg-action-100-dark dark:active:border-action-500-dark",
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
tertiary: {
|
|
98
|
+
base: "text-element-700 border-structure-300 bg-structure-0",
|
|
99
|
+
hover: "hover:text-element-800 hover:bg-action-50 hover:border-action-300",
|
|
100
|
+
active: "active:bg-action-100 active:border-action-500",
|
|
101
|
+
dark: {
|
|
102
|
+
base: "dark:text-element-700-dark dark:border-structure-300-dark dark:bg-structure-50-dark",
|
|
103
|
+
hover: "dark:hover:bg-action-50-dark dark:hover:border-action-300-dark",
|
|
104
|
+
active: "dark:active:bg-action-100-dark dark:active:border-action-500-dark",
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
};
|
|
108
|
+
function Button(_a) {
|
|
109
|
+
var _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
110
|
+
var _l = _a.type, type = _l === void 0 ? "primary" : _l, _m = _a.size, size = _m === void 0 ? "sm" : _m, onClick = _a.onClick, _o = _a.disabled, disabled = _o === void 0 ? false : _o, label = _a.label, icon = _a.icon, _p = _a.className, className = _p === void 0 ? "" : _p;
|
|
111
|
+
var buttonClasses = classNames("inline-flex items-center border transition-all ease-out duration-400 box-border rounded-full scale-95 hover:scale-100 hover:drop-shadow-md active:scale-95 active:drop-shadow-none", sizeClasses$1[size], (_b = typeClasses[type]) === null || _b === void 0 ? void 0 : _b.base, (_c = typeClasses[type]) === null || _c === void 0 ? void 0 : _c.hover, (_d = typeClasses[type]) === null || _d === void 0 ? void 0 : _d.active, (_f = (_e = typeClasses[type]) === null || _e === void 0 ? void 0 : _e.dark) === null || _f === void 0 ? void 0 : _f.base, (_h = (_g = typeClasses[type]) === null || _g === void 0 ? void 0 : _g.dark) === null || _h === void 0 ? void 0 : _h.hover, (_k = (_j = typeClasses[type]) === null || _j === void 0 ? void 0 : _j.dark) === null || _k === void 0 ? void 0 : _k.active, disabled ? "cursor-not-allowed opacity-50 bg-gray-200" : "", className);
|
|
112
|
+
var iconClasses = classNames(iconSizeClasses[size]);
|
|
113
|
+
var finalContainerClasses = classNames(containerClasses[size]);
|
|
114
|
+
return (React__default.createElement("button", { type: "button", className: buttonClasses, onClick: onClick, disabled: disabled, "aria-label": label },
|
|
115
|
+
icon && React__default.createElement(Icon, { IconComponent: icon, className: iconClasses }),
|
|
116
|
+
React__default.createElement("div", { className: finalContainerClasses }, label)));
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
var tabClasses = {
|
|
120
|
+
default: {
|
|
121
|
+
base: "text-element-800 border-transparent cursor-pointer",
|
|
122
|
+
hover: "hover:text-action-500",
|
|
123
|
+
dark: {
|
|
124
|
+
base: "dark:text-element-700-dark",
|
|
125
|
+
hover: "dark:hover:text-action-600-dark",
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
selected: {
|
|
129
|
+
base: "border-action-500 text-action-500 cursor-default",
|
|
130
|
+
hover: "",
|
|
131
|
+
dark: {
|
|
132
|
+
base: "dark:border-action-500-dark dark:text-action-500-dark",
|
|
133
|
+
hover: "",
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
};
|
|
137
|
+
var iconClasses$1 = {
|
|
138
|
+
default: {
|
|
139
|
+
base: "text-element-600",
|
|
140
|
+
hover: "group-hover:text-action-400",
|
|
141
|
+
dark: {
|
|
142
|
+
base: "dark:text-element-600-dark",
|
|
143
|
+
hover: "dark:group-hover:text-action-500-dark",
|
|
144
|
+
},
|
|
145
|
+
},
|
|
146
|
+
selected: {
|
|
147
|
+
base: "text-action-500",
|
|
148
|
+
hover: "",
|
|
149
|
+
dark: {
|
|
150
|
+
base: "dark:text-action-500-dark",
|
|
151
|
+
hover: "",
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
};
|
|
155
|
+
var tabSizingClasses = {
|
|
156
|
+
hug: "",
|
|
157
|
+
expand: "flex-1",
|
|
158
|
+
};
|
|
159
|
+
function Tab(_a) {
|
|
160
|
+
var tabs = _a.tabs, onTabClick = _a.onTabClick, _b = _a.className, className = _b === void 0 ? "" : _b;
|
|
161
|
+
var components = React__default.useContext(SparkleContext).components;
|
|
162
|
+
var renderTabs = function () {
|
|
163
|
+
return tabs.map(function (tab) {
|
|
164
|
+
var _a, _b;
|
|
165
|
+
var tabStateClasses = tab.current
|
|
166
|
+
? tabClasses.selected
|
|
167
|
+
: tabClasses.default;
|
|
168
|
+
var iconStateClasses = tab.current
|
|
169
|
+
? iconClasses$1.selected
|
|
170
|
+
: iconClasses$1.default;
|
|
171
|
+
var finalTabClasses = classNames("group justify-center flex text-sm font-semibold px-4 py-3 border-b-2 transition-colors duration-400 whitespace-nowrap select-none", tabStateClasses.base, tabStateClasses.hover, tabStateClasses.dark.base, tabStateClasses.dark.hover, tabSizingClasses[(_a = tab.sizing) !== null && _a !== void 0 ? _a : "hug"], className);
|
|
172
|
+
var finalIconClasses = classNames("h-5 w-5 transition-colors duration-400", iconStateClasses.base, iconStateClasses.hover, iconStateClasses.dark.base, iconStateClasses.dark.hover, className);
|
|
173
|
+
var Link = tab.href
|
|
174
|
+
? components.link
|
|
175
|
+
: noHrefLink;
|
|
176
|
+
return (React__default.createElement(Link, { key: tab.label, className: finalTabClasses, "aria-current": tab.current ? "page" : undefined, onClick: function (event) { return onTabClick === null || onTabClick === void 0 ? void 0 : onTabClick(tab.label, event); }, href: tab.href || "#" },
|
|
177
|
+
React__default.createElement("div", { className: tab.current
|
|
178
|
+
? "flex gap-x-2"
|
|
179
|
+
: "duration-400 flex scale-100 transform gap-x-2 transition-transform ease-out group-hover:scale-110" },
|
|
180
|
+
tab.icon && React__default.createElement(tab.icon, { className: finalIconClasses }), (_b = tab.hideLabel) !== null && _b !== void 0 ? _b : tab.label)));
|
|
181
|
+
});
|
|
182
|
+
};
|
|
183
|
+
return (React__default.createElement("div", { className: "border-b border-structure-200 dark:border-structure-200-dark" },
|
|
184
|
+
React__default.createElement("nav", { className: "-mb-px flex space-x-0", "aria-label": "Tabs" }, renderTabs())));
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/******************************************************************************
|
|
188
|
+
Copyright (c) Microsoft Corporation.
|
|
189
|
+
|
|
190
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
191
|
+
purpose with or without fee is hereby granted.
|
|
192
|
+
|
|
193
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
194
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
195
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
196
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
197
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
198
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
199
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
200
|
+
***************************************************************************** */
|
|
201
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
var __assign = function() {
|
|
205
|
+
__assign = Object.assign || function __assign(t) {
|
|
206
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
207
|
+
s = arguments[i];
|
|
208
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
209
|
+
}
|
|
210
|
+
return t;
|
|
211
|
+
};
|
|
212
|
+
return __assign.apply(this, arguments);
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
216
|
+
var e = new Error(message);
|
|
217
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
var SvgArrowUpOnSquare$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
221
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.75 7h-3V3.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 4.74a.75.75 0 0 0 1.1 1.02l1.95-2.1V7h-3A2.25 2.25 0 0 0 4 9.25v7.5A2.25 2.25 0 0 0 6.25 19h7.5A2.25 2.25 0 0 0 16 16.75v-7.5A2.25 2.25 0 0 0 13.75 7Zm-3 0h-1.5v5.25a.75.75 0 0 0 1.5 0V7Z", clipRule: "evenodd" }))); };
|
|
222
|
+
|
|
223
|
+
var SvgBeakerPlus$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
224
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13 3.612.19.015a.75.75 0 0 0 .12-1.495 41.406 41.406 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Zm-4.5-.084V7.5h3V3.528a40.2 40.2 0 0 0-3 0ZM10 10a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 10Z", clipRule: "evenodd" }))); };
|
|
225
|
+
|
|
226
|
+
var SvgBeaker$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
227
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.5 3.528v4.644c0 .729-.29 1.428-.805 1.944l-1.217 1.216a8.75 8.75 0 0 1 3.55.621l.502.201a7.25 7.25 0 0 0 4.178.365l-2.402-2.403a2.75 2.75 0 0 1-.806-1.944V3.528a40.2 40.2 0 0 0-3 0Zm4.5.084.19.015a.75.75 0 0 0 .12-1.495 41.406 41.406 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Z", clipRule: "evenodd" }))); };
|
|
228
|
+
|
|
229
|
+
var SvgChatBubbleBottomCenterPlus$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
230
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.43 2.524A41.29 41.29 0 0 1 10 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.102 41.102 0 0 1-3.55.414c-.28.02-.521.18-.643.413l-1.712 3.293a.75.75 0 0 1-1.33 0l-1.713-3.293a.783.783 0 0 0-.642-.413 41.108 41.108 0 0 1-3.55-.414C1.993 13.245 1 11.986 1 10.574V5.426c0-1.413.993-2.67 2.43-2.902ZM10 5a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 5Z", clipRule: "evenodd" }))); };
|
|
231
|
+
|
|
232
|
+
var SvgChatBubbleBottomCenterText$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
233
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902 1.168.188 2.352.327 3.55.414.28.02.521.18.642.413l1.713 3.293a.75.75 0 0 0 1.33 0l1.713-3.293a.783.783 0 0 1 .642-.413 41.102 41.102 0 0 0 3.55-.414c1.437-.231 2.43-1.49 2.43-2.902V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0 0 10 2ZM6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z", clipRule: "evenodd" }))); };
|
|
234
|
+
|
|
235
|
+
var SvgChatBubbleLeftRight$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
236
|
+
React.createElement("path", { fill: "currentColor", d: "M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z" }),
|
|
237
|
+
React.createElement("path", { fill: "currentColor", d: "M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z" }))); };
|
|
238
|
+
|
|
239
|
+
var SvgCheckCircle$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
240
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", clipRule: "evenodd" }))); };
|
|
241
|
+
|
|
242
|
+
var SvgChevronDown$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
243
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.23 7.21a.75.75 0 0 1 1.06.02L10 11.168l3.71-3.938a.75.75 0 1 1 1.08 1.04l-4.25 4.5a.75.75 0 0 1-1.08 0l-4.25-4.5a.75.75 0 0 1 .02-1.06Z", clipRule: "evenodd" }))); };
|
|
244
|
+
|
|
245
|
+
var SvgChevronLeft$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
246
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.79 5.23a.75.75 0 0 1-.02 1.06L8.832 10l3.938 3.71a.75.75 0 1 1-1.04 1.08l-4.5-4.25a.75.75 0 0 1 0-1.08l4.5-4.25a.75.75 0 0 1 1.06.02Z", clipRule: "evenodd" }))); };
|
|
247
|
+
|
|
248
|
+
var SvgChevronRight$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
249
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.21 14.77a.75.75 0 0 1 .02-1.06L11.168 10 7.23 6.29a.75.75 0 1 1 1.04-1.08l4.5 4.25a.75.75 0 0 1 0 1.08l-4.5 4.25a.75.75 0 0 1-1.06-.02Z", clipRule: "evenodd" }))); };
|
|
250
|
+
|
|
251
|
+
var SvgChevronUp$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
252
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.77 12.79a.75.75 0 0 1-1.06-.02L10 8.832 6.29 12.77a.75.75 0 1 1-1.08-1.04l4.25-4.5a.75.75 0 0 1 1.08 0l4.25 4.5a.75.75 0 0 1-.02 1.06Z", clipRule: "evenodd" }))); };
|
|
253
|
+
|
|
254
|
+
var SvgClipboard$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
255
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.887 3.182c.396.037.79.08 1.183.128C16.194 3.45 17 4.414 17 5.517V16.75A2.25 2.25 0 0 1 14.75 19h-9.5A2.25 2.25 0 0 1 3 16.75V5.517c0-1.103.806-2.068 1.93-2.207.393-.048.787-.09 1.183-.128A3.001 3.001 0 0 1 9 1h2c1.373 0 2.531.923 2.887 2.182ZM7.5 4A1.5 1.5 0 0 1 9 2.5h2A1.5 1.5 0 0 1 12.5 4v.5h-5V4Z", clipRule: "evenodd" }))); };
|
|
256
|
+
|
|
257
|
+
var SvgCloudArrowDown$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
258
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.5 17a4.5 4.5 0 0 1-1.44-8.765 4.5 4.5 0 0 1 8.302-3.046 3.5 3.5 0 0 1 4.504 4.272A4 4 0 0 1 15 17H5.5Zm5.25-9.25a.75.75 0 0 0-1.5 0v4.59l-1.95-2.1a.75.75 0 1 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V7.75Z", clipRule: "evenodd" }))); };
|
|
259
|
+
|
|
260
|
+
var SvgCog6Tooth$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
261
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.84 1.804A1 1 0 0 1 8.82 1h2.36a1 1 0 0 1 .98.804l.331 1.652a6.993 6.993 0 0 1 1.929 1.115l1.598-.54a1 1 0 0 1 1.186.447l1.18 2.044a1 1 0 0 1-.205 1.251l-1.267 1.113a7.047 7.047 0 0 1 0 2.228l1.267 1.113a1 1 0 0 1 .206 1.25l-1.18 2.045a1 1 0 0 1-1.187.447l-1.598-.54a6.993 6.993 0 0 1-1.929 1.115l-.33 1.652a1 1 0 0 1-.98.804H8.82a1 1 0 0 1-.98-.804l-.331-1.652a6.993 6.993 0 0 1-1.929-1.115l-1.598.54a1 1 0 0 1-1.186-.447l-1.18-2.044a1 1 0 0 1 .205-1.251l1.267-1.114a7.05 7.05 0 0 1 0-2.227L1.821 7.773a1 1 0 0 1-.206-1.25l1.18-2.045a1 1 0 0 1 1.187-.447l1.598.54A6.993 6.993 0 0 1 7.51 3.456l.33-1.652ZM10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", clipRule: "evenodd" }))); };
|
|
262
|
+
|
|
263
|
+
var SvgCommandLine$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
264
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 3A2.25 2.25 0 0 0 1 5.25v9.5A2.25 2.25 0 0 0 3.25 17h13.5A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H3.25Zm.943 8.752a.75.75 0 0 1 .055-1.06L6.128 9l-1.88-1.693a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 0 1-1.06-.055ZM9.75 10.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", clipRule: "evenodd" }))); };
|
|
265
|
+
|
|
266
|
+
var SvgDocumentPlus$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
267
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5ZM10 8a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 8Z", clipRule: "evenodd" }))); };
|
|
268
|
+
|
|
269
|
+
var SvgDocumentText$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
270
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm2.25 8.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 3a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", clipRule: "evenodd" }))); };
|
|
271
|
+
|
|
272
|
+
var SvgExclamationCircle$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
273
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 10 5Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }))); };
|
|
274
|
+
|
|
275
|
+
var SvgFolderOpen$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
276
|
+
React.createElement("path", { fill: "currentColor", d: "M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792c.035 0 .07 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H4.75ZM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9H3.104Z" }))); };
|
|
277
|
+
|
|
278
|
+
var SvgHandThumbDown$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
279
|
+
React.createElement("path", { fill: "currentColor", d: "M18.905 12.75a1.25 1.25 0 1 1-2.5 0v-7.5a1.25 1.25 0 0 1 2.5 0v7.5ZM8.905 17v1.3c0 .268-.14.526-.395.607A2 2 0 0 1 5.905 17c0-.995.182-1.948.514-2.826.204-.54-.166-1.174-.744-1.174h-2.52c-1.243 0-2.261-1.01-2.146-2.247.193-2.08.651-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 0 1 1.341.317l2.734 1.366A3 3 0 0 0 13.613 5h1.292v7h-.963c-.685 0-1.258.482-1.612 1.068a4.01 4.01 0 0 1-2.166 1.73c-.432.143-.853.386-1.011.814-.16.432-.248.9-.248 1.388Z" }))); };
|
|
280
|
+
|
|
281
|
+
var SvgHandThumbUp$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
282
|
+
React.createElement("path", { fill: "currentColor", d: "M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-7.5ZM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a23.864 23.864 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4.011 4.011 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814.16-.432.248-.9.248-1.388Z" }))); };
|
|
283
|
+
|
|
284
|
+
var SvgInformationCircle$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
285
|
+
React.createElement("path", { fill: "#0F172A", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z", clipRule: "evenodd" }))); };
|
|
286
|
+
|
|
287
|
+
var SvgKey$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
288
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 7a5 5 0 1 1 3.61 4.804l-1.903 1.903A1 1 0 0 1 9 14H8v1a1 1 0 0 1-1 1H6v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L8.196 8.39A5.002 5.002 0 0 1 8 7Zm5-3a.75.75 0 0 0 0 1.5A1.5 1.5 0 0 1 14.5 7 .75.75 0 0 0 16 7a3 3 0 0 0-3-3Z", clipRule: "evenodd" }))); };
|
|
289
|
+
|
|
290
|
+
var SvgMagnifyingGlass$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
291
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 3.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Z", clipRule: "evenodd" }))); };
|
|
292
|
+
|
|
293
|
+
var SvgPaperAirplane$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
294
|
+
React.createElement("path", { fill: "currentColor", d: "M3.105 2.288a.75.75 0 0 0-.826.95l1.414 4.926A1.5 1.5 0 0 0 5.135 9.25h6.115a.75.75 0 0 1 0 1.5H5.135a1.5 1.5 0 0 0-1.442 1.086l-1.414 4.926a.75.75 0 0 0 .826.95 28.897 28.897 0 0 0 15.293-7.155.75.75 0 0 0 0-1.114A28.897 28.897 0 0 0 3.105 2.288Z" }))); };
|
|
295
|
+
|
|
296
|
+
var SvgPencilSquare$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
297
|
+
React.createElement("path", { fill: "currentColor", d: "m5.433 13.917 1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65Z" }),
|
|
298
|
+
React.createElement("path", { fill: "currentColor", d: "M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25v-9.5Z" }))); };
|
|
299
|
+
|
|
300
|
+
var SvgPlus$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
301
|
+
React.createElement("path", { fill: "currentColor", d: "M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z" }))); };
|
|
302
|
+
|
|
303
|
+
var SvgQuestionMarkCircle$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
304
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0ZM8.94 6.94a.75.75 0 1 1-1.061-1.061 3 3 0 1 1 2.871 5.026v.345a.75.75 0 0 1-1.5 0v-.5c0-.72.57-1.172 1.081-1.287A1.5 1.5 0 1 0 8.94 6.94ZM10 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }))); };
|
|
305
|
+
|
|
306
|
+
var SvgServer$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
307
|
+
React.createElement("path", { fill: "currentColor", d: "M4.632 3.533A2 2 0 0 1 6.577 2h6.846a2 2 0 0 1 1.945 1.533l1.976 8.234A3.489 3.489 0 0 0 16 11.5H4c-.476 0-.93.095-1.344.267l1.976-8.234Z" }),
|
|
308
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 13a2 2 0 1 0 0 4h12a2 2 0 1 0 0-4H4Zm11.24 2a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V15Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75h-.01Z", clipRule: "evenodd" }))); };
|
|
309
|
+
|
|
310
|
+
var SvgSquare3Stack3D$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
311
|
+
React.createElement("path", { fill: "currentColor", d: "m3.196 12.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 12.87Z" }),
|
|
312
|
+
React.createElement("path", { fill: "currentColor", d: "m3.196 8.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 8.87Z" }),
|
|
313
|
+
React.createElement("path", { fill: "currentColor", d: "M10.38 1.103a.75.75 0 0 0-.76 0l-7.25 4.25a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .76 0l7.25-4.25a.75.75 0 0 0 0-1.294l-7.25-4.25Z" }))); };
|
|
314
|
+
|
|
315
|
+
var SvgXCircle$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
316
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.28 7.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L10 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L11.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L10 8.94 8.28 7.22Z", clipRule: "evenodd" }))); };
|
|
317
|
+
|
|
318
|
+
var SvgXMark$2 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
|
|
319
|
+
React.createElement("path", { fill: "currentColor", d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z" }))); };
|
|
320
|
+
|
|
321
|
+
var sizeClasses = {
|
|
322
|
+
sm: "py-2 text-sm font-medium",
|
|
323
|
+
md: "py-3 text-sm font-semibold",
|
|
324
|
+
};
|
|
325
|
+
var baseClasses = "group inline-flex transition-colors ease-out duration-400 box-border gap-x-2 select-none";
|
|
326
|
+
var iconBaseClasses = "h-5 w-5 transition-colors ease-out duration-400";
|
|
327
|
+
var iconClasses = {
|
|
328
|
+
default: {
|
|
329
|
+
base: "text-element-700",
|
|
330
|
+
hover: "group-hover:text-action-400",
|
|
331
|
+
dark: {
|
|
332
|
+
base: "dark:text-element-700-dark",
|
|
333
|
+
hover: "dark:group-hover:text-action-500-dark",
|
|
334
|
+
},
|
|
335
|
+
},
|
|
336
|
+
selected: {
|
|
337
|
+
base: "text-action-400",
|
|
338
|
+
hover: "",
|
|
339
|
+
dark: {
|
|
340
|
+
base: "dark:text-action-400-dark",
|
|
341
|
+
hover: "",
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
};
|
|
345
|
+
var chevronClasses = {
|
|
346
|
+
default: {
|
|
347
|
+
base: "text-element-600",
|
|
348
|
+
hover: "group-hover:text-action-400",
|
|
349
|
+
dark: {
|
|
350
|
+
base: "dark:text-element-600-dark",
|
|
351
|
+
hover: "dark:group-hover:text-action-500-dark",
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
selected: {
|
|
355
|
+
base: "text-action-300",
|
|
356
|
+
hover: "",
|
|
357
|
+
active: "",
|
|
358
|
+
dark: {
|
|
359
|
+
base: "dark:text-action-300-dark",
|
|
360
|
+
hover: "",
|
|
361
|
+
},
|
|
362
|
+
disabled: "",
|
|
363
|
+
},
|
|
364
|
+
};
|
|
365
|
+
var stateClasses = {
|
|
366
|
+
default: {
|
|
367
|
+
base: "text-element-900 cursor-pointer",
|
|
368
|
+
hover: "hover:text-action-500",
|
|
369
|
+
active: "active:text-action-700",
|
|
370
|
+
dark: {
|
|
371
|
+
base: "dark:text-element-900-dark",
|
|
372
|
+
hover: "dark:hover:text-action-400",
|
|
373
|
+
active: "dark:active:text-action-600",
|
|
374
|
+
},
|
|
375
|
+
disabled: "opacity-50",
|
|
376
|
+
},
|
|
377
|
+
selected: {
|
|
378
|
+
base: "text-action-500",
|
|
379
|
+
hover: "",
|
|
380
|
+
active: "",
|
|
381
|
+
dark: {
|
|
382
|
+
base: "dark:text-action-500-dark",
|
|
383
|
+
hover: "",
|
|
384
|
+
active: "",
|
|
385
|
+
},
|
|
386
|
+
disabled: "",
|
|
387
|
+
},
|
|
388
|
+
};
|
|
389
|
+
function Item(_a) {
|
|
390
|
+
var _b, _c, _d;
|
|
391
|
+
var onClick = _a.onClick, _e = _a.selected, selected = _e === void 0 ? false : _e, _f = _a.size, size = _f === void 0 ? "sm" : _f, _g = _a.disabled, disabled = _g === void 0 ? false : _g, label = _a.label, icon = _a.icon, _h = _a.className, className = _h === void 0 ? "" : _h, href = _a.href;
|
|
392
|
+
var components = React__default.useContext(SparkleContext).components;
|
|
393
|
+
var currentStateClasses = selected
|
|
394
|
+
? stateClasses.selected
|
|
395
|
+
: stateClasses.default;
|
|
396
|
+
var currentIconClasses = selected
|
|
397
|
+
? iconClasses.selected
|
|
398
|
+
: iconClasses.default;
|
|
399
|
+
var currentChevronClasses = selected
|
|
400
|
+
? chevronClasses.selected
|
|
401
|
+
: chevronClasses.default;
|
|
402
|
+
var itemClasses = classNames(baseClasses, sizeClasses[size], disabled ? "cursor-default" : currentStateClasses.base, disabled ? "cursor-default" : (_b = currentStateClasses.dark) === null || _b === void 0 ? void 0 : _b.base, disabled ? currentStateClasses.disabled : "", !selected && !disabled ? currentStateClasses.hover : "", !selected && !disabled ? (_c = currentStateClasses.dark) === null || _c === void 0 ? void 0 : _c.hover : "", !selected && !disabled ? currentStateClasses.active : "", !selected && !disabled ? (_d = currentStateClasses.dark) === null || _d === void 0 ? void 0 : _d.active : "", className);
|
|
403
|
+
var finalIconClasses = classNames(iconBaseClasses, currentIconClasses.base, !disabled ? currentIconClasses.hover : "", // Add condition here
|
|
404
|
+
currentIconClasses.dark.base, !disabled ? currentIconClasses.dark.hover : "" // Add condition here
|
|
405
|
+
);
|
|
406
|
+
var finalCevronClasses = classNames(iconBaseClasses, size === "sm" ? "text-transparent" : currentChevronClasses.base, !disabled ? currentChevronClasses.hover : "", // Add condition here
|
|
407
|
+
currentChevronClasses.dark.base, !disabled ? currentChevronClasses.dark.hover : "" // Add condition here
|
|
408
|
+
);
|
|
409
|
+
var Link = href ? components.link : noHrefLink;
|
|
410
|
+
return (React__default.createElement(Link, { className: itemClasses, onClick: selected || disabled ? undefined : onClick, "aria-label": label, href: href || "#" },
|
|
411
|
+
icon && React__default.createElement(Icon, { IconComponent: icon, className: finalIconClasses }),
|
|
412
|
+
React__default.createElement("span", { className: "grow" }, label),
|
|
413
|
+
React__default.createElement(Icon, { IconComponent: SvgChevronRight$2, className: finalCevronClasses })));
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
var SvgLogo = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 64 16" }, props),
|
|
417
|
+
React.createElement("path", { fill: "#FCD34D", d: "M56 8h-8v8h8V8Z" }),
|
|
418
|
+
React.createElement("path", { fill: "#6EE7B7", d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" }),
|
|
419
|
+
React.createElement("path", { fill: "#F9A8D4", d: "M24 16a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" }),
|
|
420
|
+
React.createElement("path", { fill: "#10B981", d: "M8 0H0v16h8V0Z" }),
|
|
421
|
+
React.createElement("path", { fill: "#F87171", d: "M32 0H16v8h16V0Z" }),
|
|
422
|
+
React.createElement("path", { fill: "#3B82F6", fillRule: "evenodd", d: "M40 8a4 4 0 0 1 0-8h24v8H40Z", clipRule: "evenodd" }),
|
|
423
|
+
React.createElement("path", { fill: "#7DD3FC", fillRule: "evenodd", d: "M32 16V8h8a4 4 0 0 1 0 8h-8Z", clipRule: "evenodd" }))); };
|
|
424
|
+
|
|
425
|
+
var SvgArrowUpOnSquare$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
426
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V15a.75.75 0 0 1-1.5 0V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM7.5 9A1.5 1.5 0 0 0 6 10.5v9A1.5 1.5 0 0 0 7.5 21h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 16.5 9H15a.75.75 0 0 1 0-1.5h1.5a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3H9A.75.75 0 0 1 9 9H7.5Z", clipRule: "evenodd" }))); };
|
|
427
|
+
|
|
428
|
+
var SvgBeakerPlus$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
429
|
+
React.createElement("path", { fill: "currentColor", d: "M11.72 22c-4.67 0-7.36-.16-9.16-1.02-.78-.37-1.31-1.03-1.49-1.85-.21-.92.06-1.94.71-2.74l5.95-7.35c.32-.4.5-.9.5-1.42V3.69c-.24.03-.37.05-.38.05a.747.747 0 0 1-.86-.62c-.07-.41.21-.79.62-.86C7.67 2.25 9.2 2 11.73 2c2.53 0 4.06.25 4.12.26.41.07.68.45.62.86a.76.76 0 0 1-.86.62s-.13-.02-.38-.05v3.93c0 .51.18 1.02.5 1.42l1.6 1.98s.02.02.03.04l4.32 5.34c.65.8.91 1.83.71 2.74-.18.82-.71 1.47-1.49 1.85-1.8.86-4.5 1.02-9.16 1.02l-.02-.01ZM8.26 10.75l-5.32 6.58c-.36.45-.52 1-.41 1.47.08.37.32.65.68.83 1.53.74 4.17.87 8.51.87s6.98-.14 8.51-.87c.36-.17.6-.46.68-.83.11-.47-.05-1.02-.41-1.47l-4.11-5.08c-2.49-.04-3.67-.46-4.71-.83-.92-.33-1.73-.62-3.43-.66l.01-.01Zm1.06-1.44c1.3.12 2.1.41 2.88.69.8.29 1.56.56 2.93.68l-.57-.71c-.54-.67-.83-1.5-.83-2.36V3.56c-1.12-.07-2.88-.07-4 0v4.06c0 .59-.14 1.17-.4 1.69h-.01Zm2.4 9.94c-.41 0-.75-.34-.75-.75v-1.75H9.22c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V13.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75h-1.75v1.75c0 .41-.34.75-.75.75Z" }))); };
|
|
430
|
+
|
|
431
|
+
var SvgBeaker$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
432
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm4.52 10.59c.43-.21.65-.56.7-.95h-.02c.05-.41-.08-.91-.43-1.35l-1.28-1.58c-4.786-.003-6.74-.51-8.269-1.042-.18-.062-.349-.123-.51-.181-.52-.187-.972-.35-1.547-.484-.723-.169-1.644-.289-3.056-.293L3.18 17.33c-.35.44-.48.94-.43 1.35.05.4.27.74.7.95.74.35 1.77.58 3.2.71 1.42.13 3.17.16 5.32.16 2.15 0 3.9-.03 5.32-.16 1.43-.13 2.46-.36 3.2-.71Zm-2.254-5.393c-3.758-.08-5.338-.523-6.552-.945-.15-.052-.299-.106-.45-.16-.534-.193-1.091-.394-1.76-.55a12.747 12.747 0 0 0-2.209-.299L9.13 9.98c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l3.446 4.257Z", clipRule: "evenodd" }))); };
|
|
433
|
+
|
|
434
|
+
var SvgChatBubbleBottomCenterPlus$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
435
|
+
React.createElement("path", { fill: "currentColor", d: "M12 6a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 6Z" }),
|
|
436
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97a48.9 48.9 0 0 0 3.476.384.39.39 0 0 1 .297.17l2.755 4.133a.75.75 0 0 0 1.248 0l2.755-4.133a.39.39 0 0 1 .297-.17c1.17-.087 2.33-.215 3.476-.384 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM5.067 4.255A47.643 47.643 0 0 1 12 3.75c2.356 0 4.67.172 6.933.505C20.123 4.43 21 5.485 21 6.741v6.018c0 1.256-.877 2.311-2.067 2.486-1.11.163-2.234.288-3.369.373a1.89 1.89 0 0 0-1.433.833L12 19.648 9.869 16.45a1.89 1.89 0 0 0-1.433-.833 47.326 47.326 0 0 1-3.37-.373C3.877 15.07 3 14.015 3 12.759V6.741c0-1.256.877-2.311 2.067-2.486Z", clipRule: "evenodd" }))); };
|
|
437
|
+
|
|
438
|
+
var SvgChatBubbleBottomCenterText$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
439
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM12 3.75c-2.356 0-4.67.172-6.933.505C3.877 4.43 3 5.485 3 6.741v6.018c0 1.256.877 2.311 2.067 2.486 1.11.163 2.234.288 3.369.373a1.89 1.89 0 0 1 1.433.833L12 19.648l2.131-3.197a1.89 1.89 0 0 1 1.433-.833 47.382 47.382 0 0 0 3.37-.373C20.123 15.07 21 14.015 21 12.76V6.741c0-1.257-.877-2.311-2.067-2.486A47.643 47.643 0 0 0 12 3.75Zm-5.25 4.5a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H7.5a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
|
|
440
|
+
|
|
441
|
+
var SvgChatBubbleLeftRight$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
442
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408C19.595 2.918 21 4.667 21 6.638v1.386c.911.51 1.5 1.493 1.5 2.584v4.286c0 1.507-1.128 2.815-2.67 2.94-.11.01-.22.018-.33.026v2.39a.75.75 0 0 1-1.28.53L15.438 18a50.076 50.076 0 0 1-3.769-.165 2.877 2.877 0 0 1-.584-.109L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Zm4.868 14.25A2.977 2.977 0 0 1 9 14.895v-4.286c0-1.505 1.125-2.811 2.664-2.94a49.392 49.392 0 0 1 7.836-.026V6.637c0-1.272-.899-2.335-2.106-2.491a47.704 47.704 0 0 0-6.144-.396c-2.082 0-4.133.135-6.144.396C3.9 4.303 3 5.366 3 6.637v6.226c0 1.272.899 2.335 2.106 2.491.568.074 1.14.138 1.713.191a.75.75 0 0 1 .681.747v2.897l2.28-2.28ZM15.75 9c-1.334 0-2.656.055-3.962.164-.723.06-1.288.68-1.288 1.444v4.286c0 .56.308 1.05.758 1.29.16.084.339.14.533.155 1.305.107 2.626.161 3.959.161a.75.75 0 0 1 .53.22L18 18.44v-1.28a.75.75 0 0 1 .705-.75c.335-.02.67-.044 1.004-.07.724-.06 1.291-.68 1.291-1.446v-4.286c0-.65-.413-1.2-.98-1.383a1.378 1.378 0 0 0-.308-.061A47.89 47.89 0 0 0 15.75 9Z", clipRule: "evenodd" }))); };
|
|
443
|
+
|
|
444
|
+
var SvgCheckCircle$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
445
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.186-2.86a.75.75 0 0 1 .174 1.046l-3.75 5.25a.75.75 0 0 1-1.14.094l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.624 1.624 3.236-4.53a.75.75 0 0 1 1.046-.174Z", clipRule: "evenodd" }))); };
|
|
446
|
+
|
|
447
|
+
var SvgChevronDown$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
448
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", clipRule: "evenodd" }))); };
|
|
449
|
+
|
|
450
|
+
var SvgChevronLeft$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
451
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", clipRule: "evenodd" }))); };
|
|
452
|
+
|
|
453
|
+
var SvgChevronRight$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
454
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", clipRule: "evenodd" }))); };
|
|
455
|
+
|
|
456
|
+
var SvgChevronUp$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
457
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", clipRule: "evenodd" }))); };
|
|
458
|
+
|
|
459
|
+
var SvgClipboard$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
460
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm5.694.178A3 3 0 0 0 13.5 1.5h-3a3 3 0 0 0-2.693 1.678 48.94 48.94 0 0 0-1.487.15c-1.497.173-2.57 1.46-2.57 2.929V19.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V6.257c0-1.47-1.073-2.756-2.57-2.93a48.951 48.951 0 0 0-1.486-.15ZM7.514 4.71c-.341.032-.681.068-1.02.107-.705.082-1.244.694-1.244 1.44V19.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V6.257c0-.746-.54-1.358-1.243-1.44-.34-.039-.68-.075-1.022-.107A1.5 1.5 0 0 1 15 6H9a1.5 1.5 0 0 1-1.485-1.29Z", clipRule: "evenodd" }))); };
|
|
461
|
+
|
|
462
|
+
var SvgCloudArrowDown$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
463
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 5.25a4.5 4.5 0 0 0-4.422 5.337.75.75 0 0 1-.503.85A3.752 3.752 0 0 0 6.75 18.75H18a3 3 0 0 0 1.065-5.806.75.75 0 0 1-.441-.949 2.25 2.25 0 0 0-2.819-2.886.75.75 0 0 1-.956-.52A4.502 4.502 0 0 0 10.5 5.25Zm-6 4.5a6 6 0 0 1 11.573-2.226 3.75 3.75 0 0 1 4.133 4.303A4.5 4.5 0 0 1 18 20.25H6.75a5.25 5.25 0 0 1-2.23-10.004 6.072 6.072 0 0 1-.02-.496ZM12 9a.75.75 0 0 1 .75.75v4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V9.75A.75.75 0 0 1 12 9Z", clipRule: "evenodd" }))); };
|
|
464
|
+
|
|
465
|
+
var SvgCog6Tooth$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
466
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.854 3.817a1.875 1.875 0 0 1 1.85-1.567h2.593c.917 0 1.699.663 1.85 1.567l.213 1.28a.498.498 0 0 0 .268.337c.082.046.164.093.244.142.161.097.317.104.425.063l1.217-.455a1.875 1.875 0 0 1 2.282.818l1.297 2.246a1.875 1.875 0 0 1-.433 2.385l-1.004.827a.496.496 0 0 0-.157.399 7.391 7.391 0 0 1 0 .282.496.496 0 0 0 .157.399l1.005.827c.707.582.89 1.591.432 2.385l-1.297 2.246a1.875 1.875 0 0 1-2.282.819l-1.217-.456a.497.497 0 0 0-.425.063 7.49 7.49 0 0 1-.244.142.498.498 0 0 0-.268.336l-.213 1.281a1.875 1.875 0 0 1-1.85 1.567h-2.594a1.875 1.875 0 0 1-1.85-1.567l-.213-1.28a.498.498 0 0 0-.267-.337 7.437 7.437 0 0 1-.245-.142.497.497 0 0 0-.425-.063l-1.217.456a1.875 1.875 0 0 1-2.281-.819l-1.297-2.246a1.875 1.875 0 0 1 .432-2.385l.477.579-.477-.58 1.004-.826a.496.496 0 0 0 .158-.399 7.635 7.635 0 0 1 0-.282.496.496 0 0 0-.158-.399l-1.004-.827a1.875 1.875 0 0 1-.432-2.385l1.297-2.246a1.875 1.875 0 0 1 2.281-.818l1.217.455c.108.04.264.034.425-.063a7.51 7.51 0 0 1 .245-.142.498.498 0 0 0 .267-.336l.214-1.281Zm1.85-.067a.375.375 0 0 0-.37.313l-.214 1.281c-.106.635-.522 1.126-1.02 1.403a5.997 5.997 0 0 0-.196.113c-.49.295-1.124.41-1.727.184L5.96 6.588a.375.375 0 0 0-.456.164L4.207 8.998a.375.375 0 0 0 .086.477l1.005.827c.496.409.714 1.014.703 1.585a6.13 6.13 0 0 0 0 .227c.01.57-.207 1.176-.703 1.584l-1.005.827-.332-.404.332.404a.375.375 0 0 0-.086.477l1.297 2.246a.375.375 0 0 0 .456.164l1.217-.456c.603-.226 1.238-.11 1.727.184.064.04.13.077.195.114.5.276.915.767 1.02 1.402l.214 1.28c.03.182.187.314.37.314h2.594c.183 0 .34-.132.37-.313l.214-1.281c.105-.635.521-1.126 1.02-1.402.066-.037.131-.075.196-.114.489-.295 1.123-.41 1.726-.184l1.217.456a.375.375 0 0 0 .457-.164l1.297-2.246a.375.375 0 0 0-.087-.477l-1.004-.827c-.496-.408-.714-1.014-.704-1.584a6.138 6.138 0 0 0 0-.228c-.01-.57.208-1.175.704-1.584l1.004-.827a.375.375 0 0 0 .087-.477l-1.297-2.246a.375.375 0 0 0-.457-.164l-1.217.456c-.603.226-1.237.111-1.726-.184a5.924 5.924 0 0 0-.196-.113c-.499-.277-.915-.768-1.02-1.403l-.214-1.28a.375.375 0 0 0-.37-.314h-2.594Zm1.296 6a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM8.25 12a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0Z", clipRule: "evenodd" }))); };
|
|
467
|
+
|
|
468
|
+
var SvgCommandLine$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
469
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3-1.5A1.5 1.5 0 0 0 3.75 6v12a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H5.25Zm.9 2.55A.75.75 0 0 1 7.2 6.9l3 2.25a.75.75 0 0 1 0 1.2l-3 2.25a.75.75 0 1 1-.9-1.2l2.2-1.65L6.3 8.1a.75.75 0 0 1-.15-1.05ZM10.5 12a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
|
|
470
|
+
|
|
471
|
+
var SvgDocumentPlus$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
472
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 3a.375.375 0 0 0-.375.375v17.25c0 .207.168.375.375.375h12.75a.375.375 0 0 0 .375-.375v-9A2.625 2.625 0 0 0 16.125 9h-1.5a1.875 1.875 0 0 1-1.875-1.875v-1.5A2.625 2.625 0 0 0 10.125 3h-4.5Zm0-1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V11.25c0-5.385-4.365-9.75-9.75-9.75H5.625Zm8.132 2.168c.315.582.493 1.249.493 1.957v1.5c0 .207.168.375.375.375h1.5c.708 0 1.375.178 1.957.493a8.28 8.28 0 0 0-4.325-4.325ZM12 10.5a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0V15H9a.75.75 0 0 1 0-1.5h2.25v-2.25a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
|
|
473
|
+
|
|
474
|
+
var SvgDocumentText$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
475
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 3a.375.375 0 0 0-.375.375v17.25c0 .207.168.375.375.375h12.75a.375.375 0 0 0 .375-.375v-9A2.625 2.625 0 0 0 16.125 9h-1.5a1.875 1.875 0 0 1-1.875-1.875v-1.5A2.625 2.625 0 0 0 10.125 3h-4.5Zm0-1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V11.25c0-5.385-4.365-9.75-9.75-9.75H5.625Zm8.132 2.168c.315.582.493 1.249.493 1.957v1.5c0 .207.168.375.375.375h1.5c.708 0 1.375.178 1.957.493a8.28 8.28 0 0 0-4.325-4.325ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm0 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H8.25A.75.75 0 0 1 7.5 18Z", clipRule: "evenodd" }))); };
|
|
476
|
+
|
|
477
|
+
var SvgExclamationCircle$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
478
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm-.75 7.5A.75.75 0 0 1 12 15h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
|
|
479
|
+
|
|
480
|
+
var SvgFolderOpen$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
481
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 4.5A1.5 1.5 0 0 0 4.5 6v3h15A1.5 1.5 0 0 0 18 7.5h-3.879a2.25 2.25 0 0 1-1.59-.659L10.408 4.72a.75.75 0 0 0-.53-.22H6Zm15 4.706V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.206a3 3 0 0 0-1.876 3.218l.858 6A3 3 0 0 0 4.952 21h14.097a3 3 0 0 0 2.97-2.576l.857-6A3 3 0 0 0 21 9.206ZM4.094 10.5a1.5 1.5 0 0 0-1.485 1.712l.858 6A1.5 1.5 0 0 0 4.95 19.5H19.05a1.5 1.5 0 0 0 1.485-1.288l.857-6a1.5 1.5 0 0 0-1.485-1.712H4.094Z", clipRule: "evenodd" }))); };
|
|
482
|
+
|
|
483
|
+
var SvgHandThumbDown$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
484
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.504 4.75c-.425 0-.795.17-1.02.45A11.2 11.2 0 0 0 3 12.25c0 .408.022.81.064 1.206.06.572.594 1.044 1.308 1.044H9.7a.75.75 0 0 1 0 1.5h-.646c.024.282-.021.576-.153.855a6.72 6.72 0 0 0-.651 2.895 1.5 1.5 0 0 0 1.5 1.5v-.633c0-.668.127-1.33.376-1.95.389-.973 1.17-1.66 1.996-2.1a8.292 8.292 0 0 0 2.624-2.2c.585-.746 1.48-1.335 2.534-1.366.462-1.03.72-2.172.72-3.376a8.217 8.217 0 0 0-.72-3.375h-.8a5.25 5.25 0 0 1-1.66-.27l-3.114-1.038a3.75 3.75 0 0 0-1.186-.192H6.504Zm10.655 0h-.679a3.75 3.75 0 0 1-1.186-.192L12.18 3.519a5.25 5.25 0 0 0-1.66-.269H6.504c-.812 0-1.64.326-2.19 1.008A12.7 12.7 0 0 0 1.5 12.25c0 .46.024.916.072 1.364C1.73 15.085 3.033 16 4.372 16H7.5a.12.12 0 0 1 .034.042c.034.06.032.127.012.168a8.221 8.221 0 0 0-.796 3.54 3 3 0 0 0 3 3 1.5 1.5 0 0 0 1.5-1.5v-.633c0-.477.091-.95.268-1.393.219-.547.69-1.003 1.309-1.332a9.792 9.792 0 0 0 3.1-2.599c.2-.256.435-.457.687-.593.039.666.528 1.3 1.334 1.3H19c1.089 0 2.18-.597 2.615-1.702a12.72 12.72 0 0 0 .884-4.673c0-1.295-.193-2.546-.553-3.726C21.576 4.683 20.419 4 19.257 4h-.908c-.567 0-.983.326-1.19.75Zm1.428.75a9.716 9.716 0 0 1 .913 4.125 9.712 9.712 0 0 1-1.305 4.875h.806c.575 0 1.045-.31 1.22-.752.503-1.276.779-2.666.779-4.123 0-1.145-.17-2.249-.488-3.288-.148-.484-.64-.837-1.255-.837h-.67Z", clipRule: "evenodd" }))); };
|
|
485
|
+
|
|
486
|
+
var SvgHandThumbUp$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
487
|
+
React.createElement("path", { fill: "currentColor", d: "M21.93 11.14c-.15-1.36-1.35-2.39-2.8-2.39h-2.87c-.1-.04-.2-.07-.31-.07a.17.17 0 0 1 0-.14c.53-1.11.8-2.3.8-3.54 0-1.65-1.35-3-3-3-.83 0-1.5.67-1.5 1.5v.63c0 .48-.09.94-.27 1.39-.27.66-.86 1.09-1.31 1.33a9.835 9.835 0 0 0-3.1 2.6c-.26.33-.56.56-.89.69-.24-.4-.66-.64-1.13-.64H4.5c-1.19 0-2.21.67-2.62 1.7C1.3 12.69 1 14.26 1 15.87c0 1.27.18 2.53.55 3.73.35 1.14 1.43 1.9 2.69 1.9h.91c.46 0 .88-.23 1.13-.63.17-.27.24-.57.21-.87h.54c.41 0 .81.06 1.19.19l3.11 1.04c.54.18 1.1.27 1.66.27H17c.88 0 1.67-.37 2.19-1.01a12.794 12.794 0 0 0 2.74-9.35ZM4.01 15.88c0 1.26.23 2.48.7 3.64.01.01.01.02.01.03.06.15.13.3.2.45h-.67c-.59 0-1.1-.34-1.25-.84-.33-1.06-.49-2.17-.49-3.29 0-1.42.26-2.81.78-4.12.18-.45.66-.75 1.22-.75h.8a9.792 9.792 0 0 0-1.3 4.88Zm14.02 3.67c-.23.29-.6.45-1.02.45h-4.02c-.41 0-.81-.06-1.19-.19l-3.11-1.04a5.2 5.2 0 0 0-1.66-.27h-1.1c-.29-.84-.43-1.72-.43-2.62 0-1.47.39-2.91 1.13-4.17.81-.14 1.56-.61 2.13-1.33.7-.9 1.61-1.66 2.62-2.2.97-.51 1.66-1.24 2-2.1.25-.62.38-1.28.38-1.95V3.5c.83 0 1.5.67 1.5 1.5 0 1.02-.22 1.99-.65 2.9-.12.26-.17.56-.15.85h-.7c-.41 0-.75.34-.75.75s.34.75.75.75h5.38c.68 0 1.25.44 1.31 1.04.04.4.06.81.06 1.21 0 2.59-.86 5.03-2.48 7.05Z" }))); };
|
|
488
|
+
|
|
489
|
+
var SvgInformationCircle$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
490
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm9-3.75A.75.75 0 0 1 12 7.5h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75V8.25Zm-.294 2.308c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 1 1 .67 1.34l-.041.022c-1.146.573-2.437-.463-2.126-1.706l.709-2.836-.042.02a.75.75 0 1 1-.67-1.34l.041-.022Z", clipRule: "evenodd" }))); };
|
|
491
|
+
|
|
492
|
+
var SvgKey$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
493
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 3a5.25 5.25 0 0 0-5.173 6.151c.127.737-.02 1.602-.639 2.221l-6.499 6.5A1.5 1.5 0 0 0 3 18.931V21h2.25v-1.5a.75.75 0 0 1 .75-.75h1.5v-1.5a.75.75 0 0 1 .75-.75h1.94l2.438-2.438c.619-.62 1.484-.766 2.221-.639A5.25 5.25 0 1 0 15.75 3ZM9 8.25a6.75 6.75 0 1 1 5.594 6.651c-.39-.067-.717.032-.906.221L11.03 17.78a.75.75 0 0 1-.53.22H9v1.5a.75.75 0 0 1-.75.75h-1.5v1.5a.75.75 0 0 1-.75.75H2.25a.75.75 0 0 1-.75-.75v-2.818a3 3 0 0 1 .879-2.121l6.499-6.5c.189-.188.288-.516.22-.905A6.788 6.788 0 0 1 9 8.25Zm6-3a.75.75 0 0 1 .75-.75 3.75 3.75 0 0 1 3.75 3.75.75.75 0 0 1-1.5 0A2.25 2.25 0 0 0 15.75 6a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
|
|
494
|
+
|
|
495
|
+
var SvgMagnifyingGlass$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
496
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", clipRule: "evenodd" }))); };
|
|
497
|
+
|
|
498
|
+
var SvgPaperAirplane$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
499
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.734 2.598a.75.75 0 0 1 .744-.194 60.516 60.516 0 0 1 18.445 8.987.75.75 0 0 1 0 1.218 60.519 60.519 0 0 1-18.445 8.986.75.75 0 0 1-.926-.94L5.215 12 2.552 3.345a.75.75 0 0 1 .182-.747Zm3.82 10.152L4.4 19.748A59.02 59.02 0 0 0 20.184 12 59.02 59.02 0 0 0 4.4 4.252l2.154 6.998H13.5a.75.75 0 0 1 0 1.5H6.554Z", clipRule: "evenodd" }))); };
|
|
500
|
+
|
|
501
|
+
var SvgPencilSquare$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
502
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.67 3.33a1.125 1.125 0 0 0-1.59 0l-1.158 1.157 1.591 1.59L20.67 4.92c.44-.439.44-1.151 0-1.59Zm-2.217 3.808-1.591-1.59-8.401 8.4a3.75 3.75 0 0 0-.942 1.581l-.404 1.356 1.356-.404a3.75 3.75 0 0 0 1.58-.942l8.402-8.4Zm-.434-4.87a2.625 2.625 0 0 1 3.712 3.713L11.112 16.6A5.25 5.25 0 0 1 8.9 17.919l-2.685.8a.75.75 0 0 1-.933-.933l.8-2.685a5.25 5.25 0 0 1 1.32-2.214L18.018 2.27ZM5.25 6.75a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V14a.75.75 0 0 1 1.5 0v4.75a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3H10a.75.75 0 0 1 0 1.5H5.25Z", clipRule: "evenodd" }))); };
|
|
503
|
+
|
|
504
|
+
var SvgPlus$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
505
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
|
|
506
|
+
|
|
507
|
+
var SvgQuestionMarkCircle$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
508
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM11.25 17.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
|
|
509
|
+
|
|
510
|
+
var SvgServer$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
511
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.923 4.5a2.625 2.625 0 0 0-2.555 2.024L3.64 13.862A3.736 3.736 0 0 1 5.25 13.5h13.5c.576 0 1.121.13 1.609.362l-1.727-7.338A2.625 2.625 0 0 0 16.077 4.5H7.923ZM21 17.25A2.25 2.25 0 0 0 18.75 15H5.25a2.25 2.25 0 0 0 0 4.5h13.5A2.25 2.25 0 0 0 21 17.25Zm-19.5 0A3.75 3.75 0 0 0 5.25 21h13.5a3.75 3.75 0 0 0 3.75-3.75v-.228c0-.405-.047-.808-.14-1.202l-2.268-9.64A4.125 4.125 0 0 0 16.077 3H7.923a4.125 4.125 0 0 0-4.015 3.18L1.64 15.82a5.25 5.25 0 0 0-.14 1.202v.228Zm13.5 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm3 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
|
|
512
|
+
|
|
513
|
+
var SvgSquare3Stack3D$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
514
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-2.953 1.59 2.953 1.59a.75.75 0 0 1 0 1.32l-2.953 1.59 2.953 1.59a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l2.953-1.59-2.953-1.59a.75.75 0 0 1 0-1.32l2.953-1.59-2.953-1.59a.75.75 0 0 1 0-1.32l9.75-5.25ZM6.43 10.602 3.832 12 12 16.398 20.168 12l-2.597-1.398-5.215 2.808a.75.75 0 0 1-.712 0L6.43 10.602Zm0 4.5L3.832 16.5 12 20.898l8.168-4.398-2.597-1.398-5.215 2.808a.75.75 0 0 1-.712 0L6.43 15.102ZM3.832 7.5 12 11.898 20.168 7.5 12 3.102 3.832 7.5Z", clipRule: "evenodd" }))); };
|
|
515
|
+
|
|
516
|
+
var SvgXCircle$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
517
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm6.97-2.78a.75.75 0 0 1 1.06 0L12 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L13.06 12l1.72 1.72a.75.75 0 1 1-1.06 1.06L12 13.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L10.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
|
|
518
|
+
|
|
519
|
+
var SvgXMark$1 = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
520
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
|
|
521
|
+
|
|
522
|
+
var SvgArrowUpOnSquare = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
523
|
+
React.createElement("path", { fill: "currentColor", d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM11.25 7.5V15a.75.75 0 0 0 1.5 0V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z" }))); };
|
|
524
|
+
|
|
525
|
+
var SvgBeakerPlus = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
526
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm-4.8 1.965c-.73-.284-1.502-.585-2.237-.782l.197-.243c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l1.62 2.001c-1.327-.044-2.99-.175-3.91-.481a29.772 29.772 0 0 1-1.33-.495ZM12 13a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 12 13Z", clipRule: "evenodd" }))); };
|
|
527
|
+
|
|
528
|
+
var SvgBeaker = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
529
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm2.266 5.197c-3.758-.08-5.338-.523-6.552-.945-.15-.052-.299-.106-.45-.16-.534-.193-1.091-.394-1.76-.55a12.747 12.747 0 0 0-2.209-.299L9.13 9.98c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l3.446 4.257Z", clipRule: "evenodd" }))); };
|
|
530
|
+
|
|
531
|
+
var SvgChatBubbleBottomCenterPlus = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
532
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97a48.9 48.9 0 0 0 3.476.384.39.39 0 0 1 .297.17l2.755 4.133a.75.75 0 0 0 1.248 0l2.755-4.133a.39.39 0 0 1 .297-.17c1.17-.087 2.33-.215 3.476-.384 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM12 6a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 6Z", clipRule: "evenodd" }))); };
|
|
533
|
+
|
|
534
|
+
var SvgChatBubbleBottomCenterText = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
535
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM6.75 8.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H7.5Z", clipRule: "evenodd" }))); };
|
|
536
|
+
|
|
537
|
+
var SvgChatBubbleLeftRight = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
538
|
+
React.createElement("path", { fill: "currentColor", d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408 1.922.25 3.291 1.861 3.405 3.727a4.403 4.403 0 0 0-1.032-.211 50.89 50.89 0 0 0-8.42 0c-2.358.196-4.04 2.19-4.04 4.434v4.286a4.47 4.47 0 0 0 2.433 3.984L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Z" }),
|
|
539
|
+
React.createElement("path", { fill: "currentColor", d: "M15.75 7.5c-1.376 0-2.739.057-4.086.169C10.124 7.797 9 9.103 9 10.609v4.285c0 1.507 1.128 2.814 2.67 2.94 1.243.102 2.5.157 3.768.165l2.782 2.781a.75.75 0 0 0 1.28-.53v-2.39l.33-.026c1.542-.125 2.67-1.433 2.67-2.94v-4.286c0-1.505-1.125-2.811-2.664-2.94A49.392 49.392 0 0 0 15.75 7.5Z" }))); };
|
|
540
|
+
|
|
541
|
+
var SvgCheckCircle = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
542
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", clipRule: "evenodd" }))); };
|
|
543
|
+
|
|
544
|
+
var SvgChevronDown = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
545
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", clipRule: "evenodd" }))); };
|
|
546
|
+
|
|
547
|
+
var SvgChevronLeft = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
548
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", clipRule: "evenodd" }))); };
|
|
549
|
+
|
|
550
|
+
var SvgChevronRight = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
551
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", clipRule: "evenodd" }))); };
|
|
552
|
+
|
|
553
|
+
var SvgChevronUp = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
554
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", clipRule: "evenodd" }))); };
|
|
555
|
+
|
|
556
|
+
var SvgClipboard = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
557
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm-2.693.178A3 3 0 0 1 10.5 1.5h3a3 3 0 0 1 2.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 0 1-3 3H6.75a3 3 0 0 1-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15Z", clipRule: "evenodd" }))); };
|
|
558
|
+
|
|
559
|
+
var SvgCloudArrowDown = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
560
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.25 6a.75.75 0 0 0-1.5 0v4.94l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V9.75Z", clipRule: "evenodd" }))); };
|
|
561
|
+
|
|
562
|
+
var SvgCog6Tooth = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
563
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.078 2.25c-.917 0-1.699.663-1.85 1.567L9.05 4.889c-.02.12-.115.26-.297.348a7.493 7.493 0 0 0-.986.57c-.166.115-.334.126-.45.083L6.3 5.508a1.875 1.875 0 0 0-2.282.819l-.922 1.597a1.875 1.875 0 0 0 .432 2.385l.84.692c.095.078.17.229.154.43a7.598 7.598 0 0 0 0 1.139c.015.2-.059.352-.153.43l-.841.692a1.875 1.875 0 0 0-.432 2.385l.922 1.597a1.875 1.875 0 0 0 2.282.818l1.019-.382c.115-.043.283-.031.45.082.312.214.641.405.985.57.182.088.277.228.297.35l.178 1.071c.151.904.933 1.567 1.85 1.567h1.844c.916 0 1.699-.663 1.85-1.567l.178-1.072c.02-.12.114-.26.297-.349.344-.165.673-.356.985-.57.167-.114.335-.125.45-.082l1.02.382a1.875 1.875 0 0 0 2.28-.819l.923-1.597a1.875 1.875 0 0 0-.432-2.385l-.84-.692c-.095-.078-.17-.229-.154-.43a7.614 7.614 0 0 0 0-1.139c-.016-.2.059-.352.153-.43l.84-.692c.708-.582.891-1.59.433-2.385l-.922-1.597a1.875 1.875 0 0 0-2.282-.818l-1.02.382c-.114.043-.282.031-.449-.083a7.49 7.49 0 0 0-.985-.57c-.183-.087-.277-.227-.297-.348l-.179-1.072a1.875 1.875 0 0 0-1.85-1.567h-1.843ZM12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z", clipRule: "evenodd" }))); };
|
|
564
|
+
|
|
565
|
+
var SvgCommandLine = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
566
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3.97.97a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Zm4.28 4.28a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", clipRule: "evenodd" }))); };
|
|
567
|
+
|
|
568
|
+
var SvgDocumentPlus = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
569
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM12.75 12a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V18a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V12Z", clipRule: "evenodd" }),
|
|
570
|
+
React.createElement("path", { fill: "currentColor", d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" }))); };
|
|
571
|
+
|
|
572
|
+
var SvgDocumentText = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
573
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H8.25Z", clipRule: "evenodd" }),
|
|
574
|
+
React.createElement("path", { fill: "currentColor", d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" }))); };
|
|
575
|
+
|
|
576
|
+
var SvgExclamationCircle = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
577
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
|
|
578
|
+
|
|
579
|
+
var SvgFolderOpen = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
580
|
+
React.createElement("path", { fill: "currentColor", d: "M19.906 9c.382 0 .749.057 1.094.162V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.162A3.756 3.756 0 0 1 4.094 9h15.812ZM4.094 10.5a2.25 2.25 0 0 0-2.227 2.568l.857 6A2.25 2.25 0 0 0 4.951 21H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-2.227-2.568H4.094Z" }))); };
|
|
581
|
+
|
|
582
|
+
var SvgHandThumbDown = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
583
|
+
React.createElement("path", { fill: "currentColor", d: "M15.73 5.5h1.035A7.465 7.465 0 0 1 18 9.625a7.465 7.465 0 0 1-1.235 4.125h-.148c-.806 0-1.534.446-2.031 1.08a9.04 9.04 0 0 1-2.861 2.4c-.723.384-1.35.956-1.653 1.715a4.499 4.499 0 0 0-.322 1.672v.633A.75.75 0 0 1 9 22a2.25 2.25 0 0 1-2.25-2.25c0-1.152.26-2.243.723-3.218.266-.558-.107-1.282-.725-1.282H3.622c-1.026 0-1.945-.694-2.054-1.715A12.137 12.137 0 0 1 1.5 12.25c0-2.848.992-5.464 2.649-7.521C4.537 4.247 5.136 4 5.754 4H9.77a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23ZM21.669 14.023c.536-1.362.831-2.845.831-4.398 0-1.22-.182-2.398-.52-3.507-.26-.85-1.084-1.368-1.973-1.368H19.1c-.445 0-.72.498-.523.898.591 1.2.924 2.55.924 3.977a8.958 8.958 0 0 1-1.302 4.666c-.245.403.028.959.5.959h1.053c.832 0 1.612-.453 1.918-1.227Z" }))); };
|
|
584
|
+
|
|
585
|
+
var SvgHandThumbUp = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
586
|
+
React.createElement("path", { fill: "currentColor", d: "M7.493 18.5c-.425 0-.82-.236-.975-.632A7.48 7.48 0 0 1 6 15.125c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75A.75.75 0 0 1 15 2a2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23h-.777ZM2.331 10.727a11.969 11.969 0 0 0-.831 4.398 12 12 0 0 0 .52 3.507C2.28 19.482 3.105 20 3.994 20H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 0 1-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227Z" }))); };
|
|
587
|
+
|
|
588
|
+
var SvgInformationCircle = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
589
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 1 1-.671-1.34l.041-.022ZM12 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
|
|
590
|
+
|
|
591
|
+
var SvgKey = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
592
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 1.5a6.75 6.75 0 0 0-6.651 7.906c.067.39-.032.717-.221.906l-6.5 6.499a3 3 0 0 0-.878 2.121v2.818c0 .414.336.75.75.75H6a.75.75 0 0 0 .75-.75v-1.5h1.5A.75.75 0 0 0 9 19.5V18h1.5a.75.75 0 0 0 .53-.22l2.658-2.658c.19-.189.517-.288.906-.22A6.75 6.75 0 1 0 15.75 1.5Zm0 3a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 18 8.25a.75.75 0 0 0 1.5 0 3.75 3.75 0 0 0-3.75-3.75Z", clipRule: "evenodd" }))); };
|
|
593
|
+
|
|
594
|
+
var SvgMagnifyingGlass = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
595
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", clipRule: "evenodd" }))); };
|
|
596
|
+
|
|
597
|
+
var SvgPaperAirplane = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
598
|
+
React.createElement("path", { fill: "currentColor", d: "M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z" }))); };
|
|
599
|
+
|
|
600
|
+
var SvgPencilSquare = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
601
|
+
React.createElement("path", { fill: "currentColor", d: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32l8.4-8.4Z" }),
|
|
602
|
+
React.createElement("path", { fill: "currentColor", d: "M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5H5.25Z" }))); };
|
|
603
|
+
|
|
604
|
+
var SvgPlus = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
605
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
|
|
606
|
+
|
|
607
|
+
var SvgQuestionMarkCircle = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
608
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM12 18a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
|
|
609
|
+
|
|
610
|
+
var SvgServer = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
611
|
+
React.createElement("path", { fill: "currentColor", d: "M4.08 5.227A3 3 0 0 1 6.979 3H17.02a3 3 0 0 1 2.9 2.227l2.113 7.926A5.228 5.228 0 0 0 18.75 12H5.25a5.228 5.228 0 0 0-3.284 1.153L4.08 5.227Z" }),
|
|
612
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.25 13.5a3.75 3.75 0 1 0 0 7.5h13.5a3.75 3.75 0 1 0 0-7.5H5.25Zm10.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.75-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", clipRule: "evenodd" }))); };
|
|
613
|
+
|
|
614
|
+
var SvgSquare3Stack3D = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
615
|
+
React.createElement("path", { fill: "currentColor", d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l9.75-5.25Z" }),
|
|
616
|
+
React.createElement("path", { fill: "currentColor", d: "m3.265 10.602 7.668 4.129a2.25 2.25 0 0 0 2.134 0l7.668-4.13 1.37.739a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.71 0l-9.75-5.25a.75.75 0 0 1 0-1.32l1.37-.738Z" }),
|
|
617
|
+
React.createElement("path", { fill: "currentColor", d: "m10.933 19.231-7.668-4.13-1.37.739a.75.75 0 0 0 0 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 0 0 0-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 0 1-2.134-.001Z" }))); };
|
|
618
|
+
|
|
619
|
+
var SvgXCircle = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
620
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z", clipRule: "evenodd" }))); };
|
|
621
|
+
|
|
622
|
+
var SvgXMark = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
623
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
|
|
624
|
+
|
|
625
|
+
export { SvgArrowUpOnSquare$2 as ArrowUpOnSquareIcon, SvgArrowUpOnSquare as ArrowUpOnSquareSolidIcon, SvgArrowUpOnSquare$1 as ArrowUpOnSquareStrokeIcon, SvgBeaker$2 as BeakerIcon, SvgBeakerPlus$2 as BeakerPlusIcon, SvgBeakerPlus as BeakerPlusSolidIcon, SvgBeakerPlus$1 as BeakerPlusStrokeIcon, SvgBeaker as BeakerSolidIcon, SvgBeaker$1 as BeakerStrokeIcon, Button, SvgChatBubbleBottomCenterPlus$2 as ChatBubbleBottomCenterPlusIcon, SvgChatBubbleBottomCenterPlus as ChatBubbleBottomCenterPlusSolidIcon, SvgChatBubbleBottomCenterPlus$1 as ChatBubbleBottomCenterPlusStrokeIcon, SvgChatBubbleBottomCenterText$2 as ChatBubbleBottomCenterTextIcon, SvgChatBubbleBottomCenterText as ChatBubbleBottomCenterTextSolidIcon, SvgChatBubbleBottomCenterText$1 as ChatBubbleBottomCenterTextStrokeIcon, SvgChatBubbleLeftRight$2 as ChatBubbleLeftRightIcon, SvgChatBubbleLeftRight as ChatBubbleLeftRightSolidIcon, SvgChatBubbleLeftRight$1 as ChatBubbleLeftRightStrokeIcon, SvgCheckCircle$2 as CheckCircleIcon, SvgCheckCircle as CheckCircleSolidIcon, SvgCheckCircle$1 as CheckCircleStrokeIcon, SvgChevronDown$2 as ChevronDownIcon, SvgChevronDown as ChevronDownSolidIcon, SvgChevronDown$1 as ChevronDownStrokeIcon, SvgChevronLeft$2 as ChevronLeftIcon, SvgChevronLeft as ChevronLeftSolidIcon, SvgChevronLeft$1 as ChevronLeftStrokeIcon, SvgChevronRight$2 as ChevronRightIcon, SvgChevronRight as ChevronRightSolidIcon, SvgChevronRight$1 as ChevronRightStrokeIcon, SvgChevronUp$2 as ChevronUpIcon, SvgChevronUp as ChevronUpSolidIcon, SvgChevronUp$1 as ChevronUpStrokeIcon, SvgClipboard$2 as ClipboardIcon, SvgClipboard as ClipboardSolidIcon, SvgClipboard$1 as ClipboardStrokeIcon, SvgCloudArrowDown$2 as CloudArrowDownIcon, SvgCloudArrowDown as CloudArrowDownSolidIcon, SvgCloudArrowDown$1 as CloudArrowDownStrokeIcon, SvgCog6Tooth$2 as Cog6ToothIcon, SvgCog6Tooth as Cog6ToothSolidIcon, SvgCog6Tooth$1 as Cog6ToothStrokeIcon, SvgCommandLine$2 as CommandLineIcon, SvgCommandLine as CommandLineSolidIcon, SvgCommandLine$1 as CommandLineStrokeIcon, SvgDocumentPlus$2 as DocumentPlusIcon, SvgDocumentPlus as DocumentPlusSolidIcon, SvgDocumentPlus$1 as DocumentPlusStrokeIcon, SvgDocumentText$2 as DocumentTextIcon, SvgDocumentText as DocumentTextSolidIcon, SvgDocumentText$1 as DocumentTextStrokeIcon, SvgExclamationCircle$2 as ExclamationCircleIcon, SvgExclamationCircle as ExclamationCircleSolidIcon, SvgExclamationCircle$1 as ExclamationCircleStrokeIcon, SvgFolderOpen$2 as FolderOpenIcon, SvgFolderOpen as FolderOpenSolidIcon, SvgFolderOpen$1 as FolderOpenStrokeIcon, SvgHandThumbDown$2 as HandThumbDownIcon, SvgHandThumbDown as HandThumbDownSolidIcon, SvgHandThumbDown$1 as HandThumbDownStrokeIcon, SvgHandThumbUp$2 as HandThumbUpIcon, SvgHandThumbUp as HandThumbUpSolidIcon, SvgHandThumbUp$1 as HandThumbUpStrokeIcon, Icon, SvgInformationCircle$2 as InformationCircleIcon, SvgInformationCircle as InformationCircleSolidIcon, SvgInformationCircle$1 as InformationCircleStrokeIcon, Item, SvgKey$2 as KeyIcon, SvgKey as KeySolidIcon, SvgKey$1 as KeyStrokeIcon, SvgLogo as Logo, SvgMagnifyingGlass$2 as MagnifyingGlassIcon, SvgMagnifyingGlass as MagnifyingGlassSolidIcon, SvgMagnifyingGlass$1 as MagnifyingGlassStrokeIcon, SvgPaperAirplane$2 as PaperAirplaneIcon, SvgPaperAirplane as PaperAirplaneSolidIcon, SvgPaperAirplane$1 as PaperAirplaneStrokeIcon, SvgPencilSquare$2 as PencilSquareIcon, SvgPencilSquare as PencilSquareSolidIcon, SvgPencilSquare$1 as PencilSquareStrokeIcon, SvgPlus$2 as PlusIcon, SvgPlus as PlusSolidIcon, SvgPlus$1 as PlusStrokeIcon, SvgQuestionMarkCircle$2 as QuestionMarkCircleIcon, SvgQuestionMarkCircle as QuestionMarkCircleSolidIcon, SvgQuestionMarkCircle$1 as QuestionMarkCircleStrokeIcon, SvgServer$2 as ServerIcon, SvgServer as ServerSolidIcon, SvgServer$1 as ServerStrokeIcon, SparkleContext, SvgSquare3Stack3D$2 as Square3Stack3DIcon, SvgSquare3Stack3D as Square3Stack3DSolidIcon, SvgSquare3Stack3D$1 as Square3Stack3DStrokeIcon, Tab, SvgXCircle$2 as XCircleIcon, SvgXCircle as XCircleSolidIcon, SvgXCircle$1 as XCircleStrokeIcon, SvgXMark$2 as XMarkIcon, SvgXMark as XMarkSolidIcon, SvgXMark$1 as XMarkStrokeIcon };
|
|
626
|
+
//# sourceMappingURL=index.js.map
|