@dust-tt/sparkle 0.1.30 → 0.1.32
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/dist/cjs/_index.d.ts +4 -6
- package/dist/cjs/icons/solid/ArrowDownCircle.d.ts +4 -0
- package/dist/cjs/icons/solid/ArrowDownOnSquare.d.ts +4 -0
- package/dist/cjs/icons/solid/ArrowPath.d.ts +4 -0
- package/dist/cjs/icons/solid/Backspace.d.ts +4 -0
- package/dist/cjs/icons/solid/Bookmark.d.ts +4 -0
- package/dist/cjs/icons/solid/Check.d.ts +4 -0
- package/dist/cjs/icons/solid/ClipboardCheck.d.ts +4 -0
- package/dist/cjs/icons/solid/Clock.d.ts +4 -0
- package/dist/cjs/icons/solid/Cube.d.ts +4 -0
- package/dist/cjs/icons/solid/DocumentDuplicate.d.ts +4 -0
- package/dist/cjs/icons/solid/Equalizer.d.ts +4 -0
- package/dist/cjs/icons/solid/Eye.d.ts +4 -0
- package/dist/cjs/icons/solid/EyeSlash.d.ts +4 -0
- package/dist/cjs/icons/solid/GlobeAlt.d.ts +4 -0
- package/dist/cjs/icons/solid/Lightbulb.d.ts +4 -0
- package/dist/cjs/icons/solid/Link.d.ts +4 -0
- package/dist/cjs/icons/solid/Menu.d.ts +4 -0
- package/dist/cjs/icons/solid/Planet.d.ts +4 -0
- package/dist/cjs/icons/solid/PlusCircle.d.ts +4 -0
- package/dist/cjs/icons/solid/Robot.d.ts +4 -0
- package/dist/cjs/icons/solid/Sparkles.d.ts +4 -0
- package/dist/cjs/icons/solid/TestTube.d.ts +4 -0
- package/dist/cjs/icons/solid/User.d.ts +4 -0
- package/dist/cjs/icons/solid/Wrench.d.ts +4 -0
- package/dist/cjs/icons/solid/index.d.ts +26 -2
- package/dist/cjs/icons/stroke/ArrowDownCircle.d.ts +4 -0
- package/dist/cjs/icons/stroke/ArrowDownOnSquare.d.ts +4 -0
- package/dist/cjs/icons/stroke/ArrowPath.d.ts +4 -0
- package/dist/cjs/icons/stroke/Backspace.d.ts +4 -0
- package/dist/cjs/icons/stroke/Bookmark.d.ts +4 -0
- package/dist/cjs/icons/stroke/Check.d.ts +4 -0
- package/dist/cjs/icons/stroke/ClipboardCheck.d.ts +4 -0
- package/dist/cjs/icons/stroke/Clock.d.ts +4 -0
- package/dist/cjs/icons/stroke/Cube.d.ts +4 -0
- package/dist/cjs/icons/stroke/DocumentDuplicate.d.ts +4 -0
- package/dist/cjs/icons/stroke/Equalizer.d.ts +4 -0
- package/dist/cjs/icons/stroke/Eye.d.ts +4 -0
- package/dist/cjs/icons/stroke/EyeSlash.d.ts +4 -0
- package/dist/cjs/icons/stroke/GlobeAlt.d.ts +4 -0
- package/dist/cjs/icons/stroke/Lightbulb.d.ts +4 -0
- package/dist/cjs/icons/stroke/Link.d.ts +4 -0
- package/dist/cjs/icons/stroke/Menu.d.ts +4 -0
- package/dist/cjs/icons/stroke/Planet.d.ts +4 -0
- package/dist/cjs/icons/stroke/PlusCircle.d.ts +4 -0
- package/dist/cjs/icons/stroke/Robot.d.ts +4 -0
- package/dist/cjs/icons/stroke/Sparkles.d.ts +4 -0
- package/dist/cjs/icons/stroke/TestTube.d.ts +4 -0
- package/dist/cjs/icons/stroke/User.d.ts +4 -0
- package/dist/cjs/icons/stroke/Wrench.d.ts +4 -0
- package/dist/cjs/icons/{mini → stroke}/index.d.ts +24 -2
- package/dist/cjs/index.js +364 -303
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/_index.d.ts +4 -6
- package/dist/esm/icons/solid/ArrowDownCircle.d.ts +4 -0
- package/dist/esm/icons/solid/ArrowDownOnSquare.d.ts +4 -0
- package/dist/esm/icons/solid/ArrowPath.d.ts +4 -0
- package/dist/esm/icons/solid/Backspace.d.ts +4 -0
- package/dist/esm/icons/solid/Bookmark.d.ts +4 -0
- package/dist/esm/icons/solid/Check.d.ts +4 -0
- package/dist/esm/icons/solid/ClipboardCheck.d.ts +4 -0
- package/dist/esm/icons/solid/Clock.d.ts +4 -0
- package/dist/esm/icons/solid/Cube.d.ts +4 -0
- package/dist/esm/icons/solid/DocumentDuplicate.d.ts +4 -0
- package/dist/esm/icons/solid/Equalizer.d.ts +4 -0
- package/dist/esm/icons/solid/Eye.d.ts +4 -0
- package/dist/esm/icons/solid/EyeSlash.d.ts +4 -0
- package/dist/esm/icons/solid/GlobeAlt.d.ts +4 -0
- package/dist/esm/icons/solid/Lightbulb.d.ts +4 -0
- package/dist/esm/icons/solid/Link.d.ts +4 -0
- package/dist/esm/icons/solid/Menu.d.ts +4 -0
- package/dist/esm/icons/solid/Planet.d.ts +4 -0
- package/dist/esm/icons/solid/PlusCircle.d.ts +4 -0
- package/dist/esm/icons/solid/Robot.d.ts +4 -0
- package/dist/esm/icons/solid/Sparkles.d.ts +4 -0
- package/dist/esm/icons/solid/TestTube.d.ts +4 -0
- package/dist/esm/icons/solid/User.d.ts +4 -0
- package/dist/esm/icons/solid/Wrench.d.ts +4 -0
- package/dist/esm/icons/solid/index.d.ts +26 -2
- package/dist/esm/icons/stroke/ArrowDownCircle.d.ts +4 -0
- package/dist/esm/icons/stroke/ArrowDownOnSquare.d.ts +4 -0
- package/dist/esm/icons/stroke/ArrowPath.d.ts +4 -0
- package/dist/esm/icons/stroke/Backspace.d.ts +4 -0
- package/dist/esm/icons/stroke/Bookmark.d.ts +4 -0
- package/dist/esm/icons/stroke/Check.d.ts +4 -0
- package/dist/esm/icons/stroke/ClipboardCheck.d.ts +4 -0
- package/dist/esm/icons/stroke/Clock.d.ts +4 -0
- package/dist/esm/icons/stroke/Cube.d.ts +4 -0
- package/dist/esm/icons/stroke/DocumentDuplicate.d.ts +4 -0
- package/dist/esm/icons/stroke/Equalizer.d.ts +4 -0
- package/dist/esm/icons/stroke/Eye.d.ts +4 -0
- package/dist/esm/icons/stroke/EyeSlash.d.ts +4 -0
- package/dist/esm/icons/stroke/GlobeAlt.d.ts +4 -0
- package/dist/esm/icons/stroke/Lightbulb.d.ts +4 -0
- package/dist/esm/icons/stroke/Link.d.ts +4 -0
- package/dist/esm/icons/stroke/Menu.d.ts +4 -0
- package/dist/esm/icons/stroke/Planet.d.ts +4 -0
- package/dist/esm/icons/stroke/PlusCircle.d.ts +4 -0
- package/dist/esm/icons/stroke/Robot.d.ts +4 -0
- package/dist/esm/icons/stroke/Sparkles.d.ts +4 -0
- package/dist/esm/icons/stroke/TestTube.d.ts +4 -0
- package/dist/esm/icons/stroke/User.d.ts +4 -0
- package/dist/esm/icons/stroke/Wrench.d.ts +4 -0
- package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/index.d.ts +24 -2
- package/dist/esm/index.js +252 -207
- package/dist/esm/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/cjs/icons/mini/Beaker.d.ts +0 -4
- package/dist/cjs/icons/mini/BeakerPlus.d.ts +0 -4
- package/dist/cjs/icons/solid/Beaker.d.ts +0 -4
- package/dist/cjs/icons/solid/BeakerPlus.d.ts +0 -4
- package/dist/cjs/icons/solid_stroke/Beaker.d.ts +0 -4
- package/dist/cjs/icons/solid_stroke/BeakerPlus.d.ts +0 -4
- package/dist/esm/icons/mini/ArrowUpOnSquare.d.ts +0 -4
- package/dist/esm/icons/mini/Beaker.d.ts +0 -4
- package/dist/esm/icons/mini/BeakerPlus.d.ts +0 -4
- package/dist/esm/icons/mini/ChatBubbleBottomCenterPlus.d.ts +0 -4
- package/dist/esm/icons/mini/ChatBubbleBottomCenterText.d.ts +0 -4
- package/dist/esm/icons/mini/ChatBubbleLeftRight.d.ts +0 -4
- package/dist/esm/icons/mini/CheckCircle.d.ts +0 -4
- package/dist/esm/icons/mini/ChevronDown.d.ts +0 -4
- package/dist/esm/icons/mini/ChevronLeft.d.ts +0 -4
- package/dist/esm/icons/mini/ChevronRight.d.ts +0 -4
- package/dist/esm/icons/mini/ChevronUp.d.ts +0 -4
- package/dist/esm/icons/mini/Clipboard.d.ts +0 -4
- package/dist/esm/icons/mini/CloudArrowDown.d.ts +0 -4
- package/dist/esm/icons/mini/Cog6Tooth.d.ts +0 -4
- package/dist/esm/icons/mini/CommandLine.d.ts +0 -4
- package/dist/esm/icons/mini/DocumentPlus.d.ts +0 -4
- package/dist/esm/icons/mini/DocumentText.d.ts +0 -4
- package/dist/esm/icons/mini/ExclamationCircle.d.ts +0 -4
- package/dist/esm/icons/mini/FolderOpen.d.ts +0 -4
- package/dist/esm/icons/mini/HandThumbDown.d.ts +0 -4
- package/dist/esm/icons/mini/HandThumbUp.d.ts +0 -4
- package/dist/esm/icons/mini/InformationCircle.d.ts +0 -4
- package/dist/esm/icons/mini/Key.d.ts +0 -4
- package/dist/esm/icons/mini/MagnifyingGlass.d.ts +0 -4
- package/dist/esm/icons/mini/PaperAirplane.d.ts +0 -4
- package/dist/esm/icons/mini/PencilSquare.d.ts +0 -4
- package/dist/esm/icons/mini/Plus.d.ts +0 -4
- package/dist/esm/icons/mini/QuestionMarkCircle.d.ts +0 -4
- package/dist/esm/icons/mini/Server.d.ts +0 -4
- package/dist/esm/icons/mini/Square3Stack3D.d.ts +0 -4
- package/dist/esm/icons/mini/XCircle.d.ts +0 -4
- package/dist/esm/icons/mini/XMark.d.ts +0 -4
- package/dist/esm/icons/mini/index.d.ts +0 -34
- package/dist/esm/icons/solid/Beaker.d.ts +0 -4
- package/dist/esm/icons/solid/BeakerPlus.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ArrowUpOnSquare.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/Beaker.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/BeakerPlus.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ChatBubbleBottomCenterPlus.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ChatBubbleBottomCenterText.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ChatBubbleLeftRight.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/CheckCircle.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ChevronDown.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ChevronLeft.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ChevronRight.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ChevronUp.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/Clipboard.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/CloudArrowDown.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/Cog6Tooth.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/CommandLine.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/DocumentPlus.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/DocumentText.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/ExclamationCircle.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/FolderOpen.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/HandThumbDown.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/HandThumbUp.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/InformationCircle.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/Key.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/MagnifyingGlass.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/PaperAirplane.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/PencilSquare.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/Plus.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/QuestionMarkCircle.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/Server.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/Square3Stack3D.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/XCircle.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/XMark.d.ts +0 -4
- package/dist/esm/icons/solid_stroke/index.d.ts +0 -34
- /package/dist/cjs/icons/{mini → solid}/Trash.d.ts +0 -0
- /package/dist/cjs/icons/{mini → solid}/UserGroup.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ArrowUpOnSquare.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ChatBubbleBottomCenterPlus.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ChatBubbleBottomCenterText.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ChatBubbleLeftRight.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/CheckCircle.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ChevronDown.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ChevronLeft.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ChevronRight.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ChevronUp.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/Clipboard.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/CloudArrowDown.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/Cog6Tooth.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/CommandLine.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/DocumentPlus.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/DocumentText.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/ExclamationCircle.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/FolderOpen.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/HandThumbDown.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/HandThumbUp.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/InformationCircle.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/Key.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/MagnifyingGlass.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/PaperAirplane.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/PencilSquare.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/Plus.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/QuestionMarkCircle.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/Server.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/Square3Stack3D.d.ts +0 -0
- /package/dist/cjs/icons/{solid_stroke → stroke}/Trash.d.ts +0 -0
- /package/dist/cjs/icons/{solid_stroke → stroke}/UserGroup.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/XCircle.d.ts +0 -0
- /package/dist/cjs/icons/{mini → stroke}/XMark.d.ts +0 -0
- /package/dist/esm/icons/{mini → solid}/Trash.d.ts +0 -0
- /package/dist/esm/icons/{mini → solid}/UserGroup.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ArrowUpOnSquare.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ChatBubbleBottomCenterPlus.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ChatBubbleBottomCenterText.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ChatBubbleLeftRight.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/CheckCircle.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ChevronDown.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ChevronLeft.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ChevronRight.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ChevronUp.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/Clipboard.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/CloudArrowDown.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/Cog6Tooth.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/CommandLine.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/DocumentPlus.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/DocumentText.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/ExclamationCircle.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/FolderOpen.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/HandThumbDown.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/HandThumbUp.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/InformationCircle.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/Key.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/MagnifyingGlass.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/PaperAirplane.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/PencilSquare.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/Plus.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/QuestionMarkCircle.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/Server.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/Square3Stack3D.d.ts +0 -0
- /package/dist/esm/icons/{solid_stroke → stroke}/Trash.d.ts +0 -0
- /package/dist/esm/icons/{solid_stroke → stroke}/UserGroup.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/XCircle.d.ts +0 -0
- /package/dist/{cjs/icons/solid_stroke → esm/icons/stroke}/XMark.d.ts +0 -0
package/dist/cjs/index.js
CHANGED
|
@@ -81,7 +81,7 @@ var IconSizes = {
|
|
|
81
81
|
};
|
|
82
82
|
function Icon(_a) {
|
|
83
83
|
var IconComponent = _a.visual, _b = _a.size, size = _b === void 0 ? "sm" : _b, _c = _a.className, className = _c === void 0 ? "" : _c;
|
|
84
|
-
return IconComponent ? (React.createElement(IconComponent, { className:
|
|
84
|
+
return IconComponent ? (React.createElement(IconComponent, { className: classNames(className, IconSizes[size]) })) : null;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/******************************************************************************
|
|
@@ -307,106 +307,179 @@ function Tab(_a) {
|
|
|
307
307
|
React.createElement("nav", { className: "-s-mb-px s-flex s-space-x-0", "aria-label": "Tabs" }, renderTabs())));
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
var
|
|
311
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
310
|
+
var SvgArrowDownCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
311
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2Zm1 10V8h-2v4H8l4 4 4-4h-3Z" }))); };
|
|
312
312
|
|
|
313
|
-
var
|
|
314
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
313
|
+
var SvgArrowDownOnSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
314
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M13.5 10H18l-6 6-6-6h4.5V3h3v7ZM4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7Z" }))); };
|
|
315
315
|
|
|
316
|
-
var
|
|
317
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
316
|
+
var SvgArrowPath$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
317
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 4.5A7.5 7.5 0 0 0 4.5 12h-3C1.5 6.201 6.201 1.5 12 1.5c2.9 0 5.524 1.175 7.425 3.075L22 2v7h-7l2.303-2.303A7.476 7.476 0 0 0 12 4.5ZM6.697 17.303 9 15H2v7l2.575-2.575c1.9 1.9 4.526 3.075 7.425 3.075 5.799 0 10.5-4.701 10.5-10.5h-3a7.5 7.5 0 0 1-12.803 5.303Z" }))); };
|
|
318
318
|
|
|
319
|
-
var
|
|
320
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
319
|
+
var SvgArrowUpOnSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
320
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m6 8 6-6 6 6h-4.5v7h-3V8H6Z" }),
|
|
321
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M20 19H4v-7H2v8a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8h-2v7Z" }))); };
|
|
322
|
+
|
|
323
|
+
var SvgBackspace$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
324
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M6.535 3h14.464a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.833-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3Zm6.464 7.586-2.828-2.829-1.414 1.415L11.585 12l-2.828 2.828 1.414 1.415 2.828-2.829 2.829 2.829 1.414-1.415L14.413 12l2.829-2.828-1.414-1.415-2.829 2.829Z" }))); };
|
|
325
|
+
|
|
326
|
+
var SvgBookmark$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
327
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1Z" }))); };
|
|
328
|
+
|
|
329
|
+
var SvgChatBubbleBottomCenterPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
330
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 3h-4a8 8 0 0 0-8 8c0 6.5 7 9.5 12 11.5V19a8 8 0 1 0 0-16Zm-6 7h3V7h2v3h3v2h-3v3h-2v-3H8v-2Z", clipRule: "evenodd" }))); };
|
|
331
|
+
|
|
332
|
+
var SvgChatBubbleBottomCenterText$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
333
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M10 3h4a8 8 0 1 1 0 16v3.5c-5-2-12-5-12-11.5a8 8 0 0 1 8-8Z" }))); };
|
|
334
|
+
|
|
335
|
+
var SvgChatBubbleLeftRight$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
336
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.2 20a74.868 74.868 0 0 0 2-.848 34.066 34.066 0 0 0 2.395-1.167c.687.792 1.503 1.399 2.255 1.861.757.466 1.711.932 2.55 1.311 1.1.497 2 .843 2 .843v-2.513c3.15 0 5.6-2.571 5.6-5.743S21.493 8 18.4 8h-.526c-.632-3.417-3.559-6-7.074-6H7.2C3.224 2 0 5.306 0 9.385c0 4.078 3.224 7.384 7.2 7.384V20Zm11.2-2.513h-2v1.462a17.74 17.74 0 0 1-1.502-.806c-1.543-.95-2.898-2.278-2.898-4.4C12 11.629 13.66 10 15.6 10h2.8c1.94 0 3.6 1.628 3.6 3.744 0 2.129-1.615 3.743-3.6 3.743Z", clipRule: "evenodd" }))); };
|
|
337
|
+
|
|
338
|
+
var SvgCheck$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
339
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m10 14 8.5-8.5 2 2L10 18l-6.5-6.5 2-2L10 14Z" }))); };
|
|
340
|
+
|
|
341
|
+
var SvgCheckCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
342
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-.997-6 7.07-7.071-1.413-1.414-5.657 5.657-2.829-2.829-1.414 1.414L11.003 16Z" }))); };
|
|
343
|
+
|
|
344
|
+
var SvgChevronDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
345
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 12.5 16.5 8l2 2-6.5 6.5L5.5 10l2-2 4.5 4.5Z" }))); };
|
|
346
|
+
|
|
347
|
+
var SvgChevronLeft$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
348
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m11.5 12 4.5 4.5-2 2L7.5 12 14 5.5l2 2-4.5 4.5Z" }))); };
|
|
349
|
+
|
|
350
|
+
var SvgChevronRight$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
351
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12.5 12 8 7.5l2-2 6.5 6.5-6.5 6.5-2-2 4.5-4.5Z" }))); };
|
|
321
352
|
|
|
322
|
-
var
|
|
323
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
353
|
+
var SvgChevronUp$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
354
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 11.5 7.5 16l-2-2L12 7.5l6.5 6.5-2 2-4.5-4.5Z" }))); };
|
|
324
355
|
|
|
325
|
-
var
|
|
326
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
327
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
356
|
+
var SvgClipboard$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
357
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 21v-3H7a1 1 0 0 1-1-1V7H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1Z" }),
|
|
358
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 16a1 1 0 0 0 1 1h12.99c.558 0 1.007-.451 1.007-1.008L22 3.008C22 2.45 21.549 2 20.992 2H8.008C7.45 2 7 2.451 7 3.007V16ZM20 4l-.003 11H9V4h11Z", clipRule: "evenodd" }))); };
|
|
328
359
|
|
|
329
|
-
var
|
|
330
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
360
|
+
var SvgClipboardCheck$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
361
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M14.5 9.5 18 6l1.5 1.5-5 5L11 9l1.5-1.5 2 2Z" }),
|
|
362
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 17a1 1 0 0 1-1-1V3.008C7 2.45 7.449 2 8.007 2h12.986C21.549 2 22 2.449 22 3.007l-.003 12.985c0 .557-.449 1.008-1.008 1.008H8Zm11.997-2L20 4H9v11h10.997Z", clipRule: "evenodd" }),
|
|
363
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 18v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h3v10a1 1 0 0 0 1 1h10Z" }))); };
|
|
331
364
|
|
|
332
|
-
var
|
|
333
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
365
|
+
var SvgClock$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
366
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm1-10V7h-2v7h6v-2h-4Z" }))); };
|
|
334
367
|
|
|
335
|
-
var
|
|
336
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
368
|
+
var SvgCloudArrowDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
369
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1 12.5a8.5 8.5 0 0 0 8 8.485V21h8v-.019a6.5 6.5 0 0 0-.285-12.978A8.5 8.5 0 0 0 1 12.5ZM16 14l-4 4-4-4h3v-4h2v4h3Z", clipRule: "evenodd" }))); };
|
|
337
370
|
|
|
338
|
-
var
|
|
339
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
371
|
+
var SvgCog6Tooth$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
372
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m12 1 9.5 5.5v11L12 23l-9.5-5.5v-11L12 1Zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" }))); };
|
|
340
373
|
|
|
341
|
-
var
|
|
342
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
374
|
+
var SvgCommandLine$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
375
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm9 12v2h6v-2h-6Zm-3.586-3-2.828 2.828L7 16.243 11.243 12 7 7.757 5.586 9.172 8.414 12Z" }))); };
|
|
343
376
|
|
|
344
|
-
var
|
|
345
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
377
|
+
var SvgCube$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
378
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M20.502 5.922 12 1 3.498 5.922 12 10.845l8.502-4.923ZM2.5 7.656V17.5l8.5 4.921v-9.845l-8.5-4.92ZM13 22.42l8.5-4.921V7.655L13 12.576v9.845Z" }))); };
|
|
346
379
|
|
|
347
|
-
var
|
|
348
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
380
|
+
var SvgDocumentDuplicate$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
381
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M13 6v4h4l-4-4Z" }),
|
|
382
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 6V3a1 1 0 0 1 1-1h9l4 4v11a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1H7Zm12 10h-2v-4h-6V6H9V4h7v3h3v9Z", clipRule: "evenodd" }))); };
|
|
349
383
|
|
|
350
|
-
var
|
|
351
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
384
|
+
var SvgDocumentPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
385
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 2H3.993A.993.993 0 0 0 3 2.992v18.016a1 1 0 0 0 .993.992h16.014a.993.993 0 0 0 .993-.992V9h-6V2ZM8 13h3v-3h2v3h3v2h-3v3h-2v-3H8v-2Z", clipRule: "evenodd" }),
|
|
386
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M21 7h-4V3l4 4Z" }))); };
|
|
352
387
|
|
|
353
|
-
var
|
|
354
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
388
|
+
var SvgDocumentText$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
389
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M21 9v11.992A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.447 2 3.998 2H14v6a1 1 0 0 0 1 1h6Zm0-2h-5V2.003L21 7ZM8 7v2h3V7H8Zm0 4v2h8v-2H8Zm0 4v2h8v-2H8Z" }))); };
|
|
355
390
|
|
|
356
|
-
var
|
|
357
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
391
|
+
var SvgEqualizer$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
392
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2H6v3.126a4.002 4.002 0 0 0 0 7.748V22h2v-9.126a4.002 4.002 0 0 0 0-7.748V2Zm0 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM18 2h-2v9.126a4.002 4.002 0 0 0 0 7.748V22h2v-3.126a4.002 4.002 0 0 0 0-7.748V2Zm-1 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }))); };
|
|
358
393
|
|
|
359
|
-
var
|
|
360
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
394
|
+
var SvgExclamationCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
395
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-7v2h2v-2h-2Zm0-8v6h2V7h-2Z" }))); };
|
|
361
396
|
|
|
362
|
-
var
|
|
363
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
397
|
+
var SvgEye$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
398
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M1.182 12C2.122 6.88 6.608 3 12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.818-9ZM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z" }))); };
|
|
364
399
|
|
|
365
|
-
var
|
|
366
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M4.
|
|
400
|
+
var SvgEyeSlash$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
401
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4.52 5.935 1.394 2.808l1.414-1.414 19.799 19.798-1.414 1.415-3.31-3.31A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A10.982 10.982 0 0 1 4.52 5.935Zm10.238 10.237-1.464-1.464a3 3 0 0 1-4.001-4.001L7.829 9.243a5 5 0 0 0 6.929 6.929ZM7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.593l-3.86-3.86a5 5 0 0 0-5.68-5.68L7.975 3.76Z" }))); };
|
|
367
402
|
|
|
368
|
-
var
|
|
369
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
403
|
+
var SvgFolderOpen$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
404
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2Z" }))); };
|
|
370
405
|
|
|
371
|
-
var
|
|
372
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
406
|
+
var SvgGlobeAlt$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
407
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M2.05 13h5.477a17.9 17.9 0 0 0 2.925 8.881 10.005 10.005 0 0 1-8.403-8.88Zm0-2a10.005 10.005 0 0 1 8.402-8.88A17.9 17.9 0 0 0 7.527 11H2.05Zm19.9 0h-5.477a17.9 17.9 0 0 0-2.925-8.88A10.005 10.005 0 0 1 21.95 11Zm0 2a10.005 10.005 0 0 1-8.402 8.881 17.9 17.9 0 0 0 2.925-8.88h5.478ZM9.53 13h4.94A15.908 15.908 0 0 1 12 20.592 15.908 15.908 0 0 1 9.53 13Zm0-2A15.908 15.908 0 0 1 12 3.41 15.908 15.908 0 0 1 14.47 11H9.53Z" }))); };
|
|
373
408
|
|
|
374
|
-
var
|
|
375
|
-
React__namespace.createElement("path", { fill: "
|
|
409
|
+
var SvgHandThumbDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
410
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M22 15h-3V3h3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1Zm-5.293 1.293-6.4 6.4a.5.5 0 0 1-.654.047L8.8 22.1a1.5 1.5 0 0 1-.553-1.57L9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H16a1 1 0 0 1 1 1v11.586a1 1 0 0 1-.293.707Z" }))); };
|
|
376
411
|
|
|
377
|
-
var
|
|
378
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
412
|
+
var SvgHandThumbUp$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
413
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M2 9h3v12H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1Zm5.293-1.293 6.4-6.4a.5.5 0 0 1 .654-.047l.853.64a1.5 1.5 0 0 1 .553 1.57L14.6 8H21a2 2 0 0 1 2 2v2.104a2 2 0 0 1-.15.762l-3.095 7.515a1 1 0 0 1-.925.619H8a1 1 0 0 1-1-1V8.414a1 1 0 0 1 .293-.707Z" }))); };
|
|
379
414
|
|
|
380
|
-
var
|
|
381
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
415
|
+
var SvgInformationCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
416
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-11v6h2v-6h-2Zm0-4v2h2V7h-2Z" }))); };
|
|
382
417
|
|
|
383
|
-
var
|
|
384
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
418
|
+
var SvgKey$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
419
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m10.313 11.566 7.94-7.94 2.121 2.12-1.414 1.415 2.121 2.121-3.535 3.536-2.121-2.121-2.99 2.99a5.002 5.002 0 0 1-7.97 5.848 5 5 0 0 1 5.848-7.97Zm-.899 5.848a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z" }))); };
|
|
385
420
|
|
|
386
|
-
var
|
|
387
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
388
|
-
React__namespace.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" }))); };
|
|
421
|
+
var SvgLightbulb$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
422
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 18H7.941c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H13v-5h-2v5Zm5 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8Z" }))); };
|
|
389
423
|
|
|
390
|
-
var
|
|
391
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
424
|
+
var SvgLink$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
425
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.06 7.404 1.768 1.767a7.5 7.5 0 0 1 0 10.607l-.353.354A7.5 7.5 0 0 1 3.868 9.525l.354-.354 2.121 2.122-.354.353a4.5 4.5 0 1 0 6.364 6.364l.354-.353a4.5 4.5 0 0 0 0-6.364l-1.768-1.768 2.121-2.121Zm6.718 7.424-2.121-2.121.353-.354a4.5 4.5 0 1 0-6.364-6.364l-.353.354a4.5 4.5 0 0 0 0 6.364l1.768 1.768-2.122 2.121-1.768-1.768a7.5 7.5 0 0 1 0-10.606l.354-.354A7.5 7.5 0 0 1 20.13 14.475l-.353.353Z", clipRule: "evenodd" }))); };
|
|
392
426
|
|
|
393
|
-
var
|
|
394
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
427
|
+
var SvgMagnifyingGlass$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
428
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9Zm8.485 16.071 2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414Z" }))); };
|
|
395
429
|
|
|
396
|
-
var
|
|
397
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
398
|
-
React__namespace.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" }))); };
|
|
430
|
+
var SvgMenu$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
431
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M3 4h18v3H3V4Zm0 6.5h18v3H3v-3ZM3 17h18v3H3v-3Z" }))); };
|
|
399
432
|
|
|
400
|
-
var
|
|
401
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
402
|
-
React__namespace.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" }),
|
|
403
|
-
React__namespace.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" }))); };
|
|
433
|
+
var SvgPaperAirplane$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
434
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M1.946 9.316c-.522-.175-.526-.456.011-.635L21.043 2.32c.529-.176.832.12.684.638l-5.453 19.086c-.151.529-.456.547-.68.045L12 14l6-8-8 6-8.054-2.684Z" }))); };
|
|
404
435
|
|
|
405
|
-
var
|
|
406
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
436
|
+
var SvgPencilSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
437
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M7.243 17.996H3v-4.242L14.435 2.319a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.414L7.243 17.996Zm-4.243 2h18v2H3v-2Z" }))); };
|
|
407
438
|
|
|
408
|
-
var
|
|
409
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
439
|
+
var SvgPlanet$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
440
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5.322 5.966A9.169 9.169 0 0 1 7.2 4.386a4.482 4.482 0 0 0-.844-.157c-.572-.043-.823.093-.93.2-.106.107-.242.357-.2.93.015.183.047.386.097.607Zm15.404 8.245c.061.123.12.245.177.366.476 1.02.791 2.018.859 2.914.067.891-.106 1.82-.78 2.494-.674.674-1.603.847-2.495.78-.78-.06-1.637-.306-2.52-.683h-.003a13.258 13.258 0 0 1-.462-.207c-2.033-.962-4.359-2.654-6.542-4.838-2.181-2.181-3.872-4.505-4.835-6.536-.073-.155-.143-.31-.209-.463l.001-.002c-.379-.885-.626-1.745-.685-2.527-.068-.892.105-1.82.78-2.495.673-.674 1.602-.847 2.494-.78.896.068 1.892.383 2.913.86.124.057.248.117.373.18a8.996 8.996 0 0 1 8.572 2.362 8.996 8.996 0 0 1 2.362 8.575Zm-1.113 2.593a9.035 9.035 0 0 1-1.576 1.871c.218.05.419.082.6.095.573.044.824-.092.93-.2.108-.106.244-.357.2-.93a4.468 4.468 0 0 0-.154-.836Zm-13.977 1.56a8.993 8.993 0 0 1-2.417-8.341c1.082 1.98 2.705 4.1 4.68 6.075 1.977 1.977 4.098 3.6 6.08 4.683a8.993 8.993 0 0 1-8.343-2.417Z" }))); };
|
|
441
|
+
|
|
442
|
+
var SvgPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
443
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M10.5 10.5V5h3v5.5H19v3h-5.5V19h-3v-5.5H5v-3h5.5Z" }))); };
|
|
444
|
+
|
|
445
|
+
var SvgPlusCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
446
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4.929 19.071c-3.905-3.905-3.905-10.237 0-14.142 3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0ZM13 11V7h-2v4H7v2h4v4h2v-4h4v-2h-4Z" }))); };
|
|
447
|
+
|
|
448
|
+
var SvgQuestionMarkCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
449
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-7v2h2v-2h-2Zm2-1.645A3.502 3.502 0 0 0 12 6.5a3.501 3.501 0 0 0-3.433 2.813l1.962.393A1.5 1.5 0 1 1 12 11.5a1 1 0 0 0-1 1V14h2v-.645Z" }))); };
|
|
450
|
+
|
|
451
|
+
var SvgRobot$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
452
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M13.5 2c0 .444-.193.843-.5 1.118V5h5a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h5V3.118A1.5 1.5 0 1 1 13.5 2ZM0 10h2v6H0v-6Zm24 0h-2v6h2v-6ZM9 14.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7.5-1.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" }))); };
|
|
453
|
+
|
|
454
|
+
var SvgServer$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
455
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M21 3v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1ZM5 16v4h14v-4H5Zm10 1h2v2h-2v-2Z" }))); };
|
|
456
|
+
|
|
457
|
+
var SvgSparkles$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
458
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M14 4.438A2.437 2.437 0 0 0 16.438 2h1.125A2.437 2.437 0 0 0 20 4.438v1.125A2.437 2.437 0 0 0 17.562 8h-1.125A2.437 2.437 0 0 0 14 5.562V4.438ZM1 11a6 6 0 0 0 6-6h2a6 6 0 0 0 6 6v2a6 6 0 0 0-6 6H7a6 6 0 0 0-6-6v-2Zm16.25 3A3.25 3.25 0 0 1 14 17.25v1.5A3.25 3.25 0 0 1 17.25 22h1.5A3.25 3.25 0 0 1 22 18.75v-1.5A3.25 3.25 0 0 1 18.75 14h-1.5Z" }))); };
|
|
459
|
+
|
|
460
|
+
var SvgSquare3Stack3D$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
461
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m20.083 10.5 1.202.721a.5.5 0 0 1 0 .858L12 17.649l-9.285-5.57a.5.5 0 0 1 0-.858l1.202-.721L12 15.35l8.083-4.85Zm0 4.7 1.202.721a.5.5 0 0 1 0 .858l-8.77 5.262a1 1 0 0 1-1.03 0l-8.77-5.262a.5.5 0 0 1 0-.858l1.202-.721L12 20.05l8.083-4.85ZM12.514 1.309l8.771 5.262a.5.5 0 0 1 0 .858L12 12.999 2.715 7.43a.5.5 0 0 1 0-.858l8.77-5.262a1 1 0 0 1 1.03 0Z" }))); };
|
|
462
|
+
|
|
463
|
+
var SvgTestTube$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
464
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 2v2h-1v14a4 4 0 0 1-8 0V4H7V2h10Zm-4 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3-8h-4v4h4V4Z" }))); };
|
|
465
|
+
|
|
466
|
+
var SvgTrash$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
467
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 5h4v2h-1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7H3V5h4V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2Zm-8 5v9h2v-9H9Zm4 0v9h2v-9h-2ZM9 4v1h6V4H9Z" }))); };
|
|
468
|
+
|
|
469
|
+
var SvgUser$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
470
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4 22a8 8 0 1 1 16 0H4Zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Z" }))); };
|
|
471
|
+
|
|
472
|
+
var SvgUserGroup$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
473
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M2 22a8 8 0 1 1 16 0H2Zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm7.363 2.233A7.505 7.505 0 0 1 22.983 22H20c0-2.61-1-4.986-2.637-6.767Zm-2.023-2.276A7.98 7.98 0 0 0 18 7a7.964 7.964 0 0 0-1.015-3.903A5 5 0 0 1 21 8a4.999 4.999 0 0 1-5.66 4.957Z" }))); };
|
|
474
|
+
|
|
475
|
+
var SvgWrench$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
476
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5.329 3.272A3.5 3.5 0 0 1 9.8 7.745L20.646 18.59l-2.121 2.122L7.679 9.867a3.5 3.5 0 0 1-4.472-4.474L5.443 7.63a1.5 1.5 0 0 0 2.122-2.121L5.329 3.272Zm10.367 1.883 3.182-1.768 1.415 1.415-1.768 3.182-1.768.353-2.121 2.121-1.415-1.414 2.122-2.121.353-1.768Zm-7.07 7.778 2.12 2.122-4.95 4.95a1.5 1.5 0 0 1-2.218-2.015l.097-.107 4.95-4.95Z" }))); };
|
|
477
|
+
|
|
478
|
+
var SvgXCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
479
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586Z" }))); };
|
|
480
|
+
|
|
481
|
+
var SvgXMark$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
482
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m12 10 5-5 2 2-5 5 5 5-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5Z" }))); };
|
|
410
483
|
|
|
411
484
|
var sizeClasses = {
|
|
412
485
|
sm: "s-py-2 s-text-sm s-font-medium",
|
|
@@ -500,7 +573,7 @@ function Item(_a) {
|
|
|
500
573
|
return (React.createElement(Link, { className: itemClasses, onClick: selected || disabled ? undefined : onClick, "aria-label": label, href: href || "#" },
|
|
501
574
|
icon && React.createElement(Icon, { visual: icon, className: finalIconClasses }),
|
|
502
575
|
React.createElement("span", { className: "s-grow" }, label),
|
|
503
|
-
React.createElement(Icon, { visual: SvgChevronRight$
|
|
576
|
+
React.createElement(Icon, { visual: SvgChevronRight$1, className: finalCevronClasses, size: "sm" })));
|
|
504
577
|
}
|
|
505
578
|
|
|
506
579
|
function PageHeader(_a) {
|
|
@@ -708,312 +781,300 @@ function IconToggleButton(_a) {
|
|
|
708
781
|
return tooltip ? (React.createElement(Tooltip, { label: tooltip, position: tooltipPosition }, IconButtonToggleContent)) : (IconButtonToggleContent);
|
|
709
782
|
}
|
|
710
783
|
|
|
711
|
-
var
|
|
712
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
713
|
-
|
|
714
|
-
var SvgBeaker$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
715
|
-
React__namespace.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" }))); };
|
|
716
|
-
|
|
717
|
-
var SvgBeakerPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
718
|
-
React__namespace.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" }))); };
|
|
719
|
-
|
|
720
|
-
var SvgChatBubbleBottomCenterPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
721
|
-
React__namespace.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" }),
|
|
722
|
-
React__namespace.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" }))); };
|
|
723
|
-
|
|
724
|
-
var SvgChatBubbleBottomCenterText$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
725
|
-
React__namespace.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" }))); };
|
|
726
|
-
|
|
727
|
-
var SvgChatBubbleLeftRight$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
728
|
-
React__namespace.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" }))); };
|
|
729
|
-
|
|
730
|
-
var SvgCheckCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
731
|
-
React__namespace.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" }))); };
|
|
732
|
-
|
|
733
|
-
var SvgChevronDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
734
|
-
React__namespace.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" }))); };
|
|
735
|
-
|
|
736
|
-
var SvgChevronLeft$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
737
|
-
React__namespace.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" }))); };
|
|
738
|
-
|
|
739
|
-
var SvgChevronRight$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
740
|
-
React__namespace.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" }))); };
|
|
741
|
-
|
|
742
|
-
var SvgChevronUp$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
743
|
-
React__namespace.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" }))); };
|
|
744
|
-
|
|
745
|
-
var SvgClipboard$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
746
|
-
React__namespace.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" }))); };
|
|
747
|
-
|
|
748
|
-
var SvgCloudArrowDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
749
|
-
React__namespace.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" }))); };
|
|
750
|
-
|
|
751
|
-
var SvgCog6Tooth$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
752
|
-
React__namespace.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" }))); };
|
|
753
|
-
|
|
754
|
-
var SvgCommandLine$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
755
|
-
React__namespace.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" }))); };
|
|
756
|
-
|
|
757
|
-
var SvgDocumentPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
758
|
-
React__namespace.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" }))); };
|
|
759
|
-
|
|
760
|
-
var SvgDocumentText$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
761
|
-
React__namespace.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" }))); };
|
|
784
|
+
var SvgArrowDownCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
785
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2Zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8Zm1-8h3l-4 4-4-4h3V8h2v4Z" }))); };
|
|
762
786
|
|
|
763
|
-
var
|
|
764
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
787
|
+
var SvgArrowDownOnSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
788
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M13 10h4l-5 5-5-5h4V3h2v7Zm-9 9h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7Z" }))); };
|
|
765
789
|
|
|
766
|
-
var
|
|
767
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
768
|
-
|
|
769
|
-
var SvgHandThumbDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
770
|
-
React__namespace.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" }))); };
|
|
771
|
-
|
|
772
|
-
var SvgHandThumbUp$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
773
|
-
React__namespace.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" }))); };
|
|
774
|
-
|
|
775
|
-
var SvgInformationCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
776
|
-
React__namespace.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" }))); };
|
|
777
|
-
|
|
778
|
-
var SvgKey$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
779
|
-
React__namespace.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" }))); };
|
|
780
|
-
|
|
781
|
-
var SvgMagnifyingGlass$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
782
|
-
React__namespace.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" }))); };
|
|
783
|
-
|
|
784
|
-
var SvgPaperAirplane$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
785
|
-
React__namespace.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" }))); };
|
|
786
|
-
|
|
787
|
-
var SvgPencilSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
788
|
-
React__namespace.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" }))); };
|
|
789
|
-
|
|
790
|
-
var SvgPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
791
|
-
React__namespace.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" }))); };
|
|
792
|
-
|
|
793
|
-
var SvgQuestionMarkCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
794
|
-
React__namespace.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" }))); };
|
|
795
|
-
|
|
796
|
-
var SvgServer$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
797
|
-
React__namespace.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" }))); };
|
|
798
|
-
|
|
799
|
-
var SvgSquare3Stack3D$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
800
|
-
React__namespace.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" }))); };
|
|
801
|
-
|
|
802
|
-
var SvgXCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
803
|
-
React__namespace.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" }))); };
|
|
804
|
-
|
|
805
|
-
var SvgXMark$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
806
|
-
React__namespace.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" }))); };
|
|
790
|
+
var SvgArrowPath = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
791
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 4a8 8 0 0 0-8 8H2C2 6.477 6.477 2 12 2a9.969 9.969 0 0 1 7.071 2.929L21 3v5h-5l1.657-1.657A7.975 7.975 0 0 0 12 4ZM8 16l-1.657 1.657A8 8 0 0 0 20 12h2c0 5.523-4.477 10-10 10a9.969 9.969 0 0 1-7.071-2.929L3 21v-5h5Z" }))); };
|
|
807
792
|
|
|
808
793
|
var SvgArrowUpOnSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
809
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
794
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m7 8 5-5 5 5h-4v7h-2V8H7Z" }),
|
|
795
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M20 19H4v-7H2v8a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8h-2v7Z" }))); };
|
|
810
796
|
|
|
811
|
-
var
|
|
812
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
797
|
+
var SvgBackspace = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
798
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M6.535 3h14.464a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.833-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3Zm.535 2-4.667 7 4.667 7H20V5H7.07ZM13 10.586l2.828-2.829 1.414 1.415L14.413 12l2.829 2.828-1.414 1.415-2.829-2.829-2.828 2.829-1.414-1.415L11.585 12 8.757 9.172l1.414-1.415 2.828 2.829Z" }))); };
|
|
813
799
|
|
|
814
|
-
var
|
|
815
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
800
|
+
var SvgBookmark = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
801
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1Zm13 2H6v15.432l6-3.761 6 3.761V4Z" }))); };
|
|
816
802
|
|
|
817
803
|
var SvgChatBubbleBottomCenterPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
818
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
804
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M8 10h3V7h2v3h3v2h-3v3h-2v-3H8v-2Z" }),
|
|
805
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 3h-4a8 8 0 0 0-8 8c0 6.5 7 9.5 12 11.5V19a8 8 0 1 0 0-16Zm6 8a6 6 0 0 1-6 6h-2v2.48C6.462 16.966 4 14.61 4 11a6 6 0 0 1 6-6h4a6 6 0 0 1 6 6Z", clipRule: "evenodd" }))); };
|
|
819
806
|
|
|
820
807
|
var SvgChatBubbleBottomCenterText = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
821
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
808
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M10 3h4a8 8 0 1 1 0 16v3.5c-5-2-12-5-12-11.5a8 8 0 0 1 8-8Zm2 14h2a6 6 0 0 0 0-12h-4a6 6 0 0 0-6 6c0 3.61 2.462 5.966 8 8.48V17Z" }))); };
|
|
822
809
|
|
|
823
810
|
var SvgChatBubbleLeftRight = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
824
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
825
|
-
|
|
811
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.595 17.985c-.792.43-1.602.815-2.395 1.167-.687.306-1.362.586-2 .848v-3.23c-3.976 0-7.2-3.307-7.2-7.385C0 5.306 3.224 2 7.2 2h3.6c3.515 0 6.442 2.583 7.074 6h.526c3.093 0 5.6 2.572 5.6 5.744 0 3.172-2.45 5.743-5.6 5.743V22s-.9-.346-2-.843c-.839-.379-1.793-.845-2.55-1.31-.752-.463-1.568-1.07-2.255-1.862ZM9.2 14.769h-2c-2.824 0-5.2-2.363-5.2-5.384C2 6.363 4.376 4 7.2 4h3.6c2.375 0 4.433 1.671 5.028 4H15.6c-3.093 0-5.6 2.572-5.6 5.744 0 .967.195 1.813.517 2.55a29.4 29.4 0 0 1-1.317.659v-2.184Zm9.2 2.718h-2v1.462c-.54-.262-1.068-.539-1.502-.806-1.543-.95-2.898-2.278-2.898-4.4C12 11.629 13.66 10 15.6 10h2.8c1.94 0 3.6 1.628 3.6 3.744 0 2.129-1.615 3.743-3.6 3.743Z", clipRule: "evenodd" }))); };
|
|
812
|
+
|
|
813
|
+
var SvgCheck = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
814
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m10 15 9-9 1.5 1.5L10 18l-6.5-6.5L5 10l5 5Z" }))); };
|
|
826
815
|
|
|
827
816
|
var SvgCheckCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
828
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
817
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.657-5.657 1.414 1.414L11.003 16Z" }))); };
|
|
829
818
|
|
|
830
819
|
var SvgChevronDown = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
831
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
820
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m12 13 5-5 1.5 1.5L12 16 5.5 9.5 7 8l5 5Z" }))); };
|
|
832
821
|
|
|
833
822
|
var SvgChevronLeft = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
834
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
823
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m11 12 5 5-1.5 1.5L8 12l6.5-6.5L16 7l-5 5Z" }))); };
|
|
835
824
|
|
|
836
825
|
var SvgChevronRight = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
837
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
826
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M13 12 8 7l1.5-1.5L16 12l-6.5 6.5L8 17l5-5Z" }))); };
|
|
838
827
|
|
|
839
828
|
var SvgChevronUp = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
840
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
829
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m12 11-5 5-1.5-1.5L12 8l6.5 6.5L17 16l-5-5Z" }))); };
|
|
841
830
|
|
|
842
831
|
var SvgClipboard = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
843
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
832
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 17v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h4V3.007C7 2.451 7.449 2 8.007 2h12.986C21.549 2 22 2.449 22 3.007l-.003 12.985c0 .557-.449 1.008-1.008 1.008H17Zm-2 0H8.007A1.006 1.006 0 0 1 7 15.992V9H4v11h11v-3Zm4.997-2L20 4H9v11h10.997Z" }))); };
|
|
833
|
+
|
|
834
|
+
var SvgClipboardCheck = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
835
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M14.5 9.5 18 6l1.5 1.5-5 5L11 9l1.5-1.5 2 2Z" }),
|
|
836
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17 21v-4h3.99c.558 0 1.007-.451 1.007-1.008L22 3.008C22 2.45 21.549 2 20.992 2H8.008C7.45 2 7 2.451 7 3.007V7H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1Zm-8.993-4H15v3H4V9h3v6.992C7 16.552 7.45 17 8.007 17ZM20 4l-.003 11H9V4h11Z", clipRule: "evenodd" }))); };
|
|
837
|
+
|
|
838
|
+
var SvgClock = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
839
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm1-8h4v2h-6V7h2v5Z" }))); };
|
|
844
840
|
|
|
845
841
|
var SvgCloudArrowDown = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
846
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
842
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m16 13-4 4-4-4h3V9h2v4h3Z" }),
|
|
843
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.5 21h7a6.5 6.5 0 0 0 .215-12.997A8.5 8.5 0 1 0 9.5 21ZM3 12.5a6.5 6.5 0 0 1 12.543-2.398A4.5 4.5 0 1 1 16.5 19h-7A6.5 6.5 0 0 1 3 12.5Z", clipRule: "evenodd" }))); };
|
|
847
844
|
|
|
848
845
|
var SvgCog6Tooth = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
849
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
846
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m12 1 9.5 5.5v11L12 23l-9.5-5.5v-11L12 1Zm0 2.311L4.5 7.653v8.694l7.5 4.342 7.5-4.342V7.653L12 3.311ZM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }))); };
|
|
850
847
|
|
|
851
848
|
var SvgCommandLine = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
852
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
849
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm1 2v14h16V5H4Zm8 10h6v2h-6v-2Zm-3.333-3L5.838 9.172l1.415-1.415L11.495 12l-4.242 4.243-1.415-1.415L8.667 12Z" }))); };
|
|
850
|
+
|
|
851
|
+
var SvgCube = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
852
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m12 1 9.5 5.5v11L12 23l-9.5-5.5v-11L12 1ZM5.494 7.078 12 10.844l6.506-3.766L12 3.31 5.494 7.078ZM4.5 8.813v7.534L11 20.11v-7.534L4.5 8.813ZM13 20.11l6.5-3.763V8.813L13 12.576v7.534Z" }))); };
|
|
853
|
+
|
|
854
|
+
var SvgDocumentDuplicate = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
855
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 3v3H4.01c-.557 0-1.007.448-1.007 1L3 21c0 .555.45 1 1.007 1h11.986C16.55 22 17 21.552 17 21v-3h3a1 1 0 0 0 1-1V6l-4-4H8a1 1 0 0 0-1 1ZM5 20l.002-12H12v3h3v9H5Zm12-4h2V7h-3V4H9v2h4l4 4v6Z", clipRule: "evenodd" }))); };
|
|
853
856
|
|
|
854
857
|
var SvgDocumentPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
855
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
856
|
-
React__namespace.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" }))); };
|
|
858
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M15 4H5v16h14V8h-4V4ZM3 2.992C3 2.444 3.447 2 3.998 2H16l5 5v13.992A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992ZM11 13v-3h2v3h3v2h-3v3h-2v-3H8v-2h3Z" }))); };
|
|
857
859
|
|
|
858
860
|
var SvgDocumentText = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
859
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
860
|
-
|
|
861
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M21 8v12.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995L21 8Zm-2 1h-5V4H5v16h14V9ZM8 7h3v2H8V7Zm0 4h8v2H8v-2Zm0 4h8v2H8v-2Z" }))); };
|
|
862
|
+
|
|
863
|
+
var SvgEqualizer = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
864
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2H6v3.126a4.002 4.002 0 0 0 0 7.748V22h2v-9.126a4.002 4.002 0 0 0 0-7.748V2Zm1 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM18 2h-2v9.126a4.002 4.002 0 0 0 0 7.748V22h2v-3.126a4.002 4.002 0 0 0 0-7.748V2Zm-1 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z", clipRule: "evenodd" }))); };
|
|
861
865
|
|
|
862
866
|
var SvgExclamationCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
863
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
867
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-1-5h2v2h-2v-2Zm0-8h2v6h-2V7Z" }))); };
|
|
868
|
+
|
|
869
|
+
var SvgEye = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
870
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3Zm0 16a9.005 9.005 0 0 0 8.778-7 9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19Zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" }))); };
|
|
871
|
+
|
|
872
|
+
var SvgEyeSlash = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
873
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17.883 19.297A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A10.982 10.982 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414 19.799 19.798-1.414 1.415-3.31-3.31ZM5.936 7.35A8.965 8.965 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604L5.936 7.35Zm6.978 6.978-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241Zm7.893 2.265-1.431-1.431A8.935 8.935 0 0 0 20.778 12 9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.593Zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.769l-4.77-4.77Z" }))); };
|
|
864
874
|
|
|
865
875
|
var SvgFolderOpen = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
866
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
876
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4 5v14h16V7h-8.414l-2-2H4Zm8.414 0H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2Z" }))); };
|
|
877
|
+
|
|
878
|
+
var SvgGlobeAlt = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
879
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667ZM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94Zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13ZM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11Zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11Zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667Z" }))); };
|
|
867
880
|
|
|
868
881
|
var SvgHandThumbDown = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
869
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
882
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H22a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3.482a1 1 0 0 0-.817.423l-5.453 7.726a.5.5 0 0 1-.632.159L9.802 22.4a2.5 2.5 0 0 1-1.305-2.853L9.4 16Zm7.6-2.588V5H5.84L3 11.896V14h6.4a2 2 0 0 1 1.938 2.493l-.903 3.548a.5.5 0 0 0 .261.571l.661.33 4.71-6.672c.25-.354.57-.644.933-.857ZM19 13h2V5h-2v8Z" }))); };
|
|
870
883
|
|
|
871
884
|
var SvgHandThumbUp = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
872
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
885
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M14.6 8H21a2 2 0 0 1 2 2v2.105c0 .26-.051.52-.15.761l-3.095 7.515a1 1 0 0 1-.925.62H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h3.482a1 1 0 0 0 .817-.424L11.752.851a.5.5 0 0 1 .632-.159l1.814.908a2.5 2.5 0 0 1 1.305 2.852L14.6 8ZM7 10.588V19h11.16L21 12.105V10h-6.4a2 2 0 0 1-1.938-2.493l.903-3.548a.5.5 0 0 0-.261-.57l-.661-.331-4.71 6.672c-.25.354-.57.645-.933.858ZM5 11H3v8h2v-8Z" }))); };
|
|
873
886
|
|
|
874
887
|
var SvgInformationCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
875
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
888
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM11 7h2v2h-2V7Zm0 4h2v6h-2v-6Z" }))); };
|
|
876
889
|
|
|
877
890
|
var SvgKey = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
878
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
891
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m10.758 11.828 7.849-7.849 1.414 1.414-1.414 1.414 2.474 2.475-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.414-2.121-2.12-2.192 2.191a5.002 5.002 0 0 1-7.708 6.293 5 5 0 0 1 6.294-7.707Zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242Z" }))); };
|
|
892
|
+
|
|
893
|
+
var SvgLightbulb = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
894
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M9.973 18H11v-5h2v5h1.027c.132-1.202.745-2.194 1.74-3.277.113-.122.832-.867.917-.973a6 6 0 1 0-9.37-.002c.086.107.807.853.918.974.996 1.084 1.609 2.076 1.741 3.278ZM10 20v1h4v-1h-4Zm-4.246-5a8 8 0 1 1 12.49.002C17.624 15.774 16 17 16 18.5V21a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2.5C8 17 6.375 15.774 5.754 15Z" }))); };
|
|
895
|
+
|
|
896
|
+
var SvgLink = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
897
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m13.06 8.11 1.415 1.415a7 7 0 0 1 0 9.9l-.354.353a7 7 0 1 1-9.9-9.9l1.415 1.415a5 5 0 0 0 7.07 7.07l.354-.353a5 5 0 0 0 0-7.07l-1.414-1.415L13.06 8.11Zm6.718 6.011-1.414-1.414a5 5 0 0 0-7.071-7.071l-.354.353a5 5 0 0 0 0 7.071l1.414 1.415-1.414 1.414-1.414-1.414a7 7 0 0 1 0-9.9l.353-.353a7 7 0 0 1 9.9 9.9Z" }))); };
|
|
879
898
|
|
|
880
899
|
var SvgMagnifyingGlass = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
881
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
900
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9Zm0 16c3.867 0 7-3.133 7-7s-3.133-7-7-7-7 3.133-7 7 3.133 7 7 7Zm8.485.071 2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414Z" }))); };
|
|
901
|
+
|
|
902
|
+
var SvgMenu = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
903
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M3 5h18v2H3V5Zm0 6h18v2H3v-2Zm0 6h18v2H3v-2Z" }))); };
|
|
882
904
|
|
|
883
905
|
var SvgPaperAirplane = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
884
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
906
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m21.726 2.957-5.453 19.086c-.15.529-.475.553-.717.07L11 13 1.923 9.37c-.51-.205-.504-.51.034-.689L21.043 2.32c.528-.176.832.12.683.638Zm-2.69 2.14L6.811 9.17l5.637 2.255 3.04 6.081 3.546-12.41Z" }))); };
|
|
885
907
|
|
|
886
908
|
var SvgPencilSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
887
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
888
|
-
|
|
909
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M6.414 15.89 16.556 5.748l-1.414-1.414L5 14.476v1.414h1.414Zm.829 2H3v-4.243L14.435 2.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 17.89ZM3 19.89h18v2H3v-2Z" }))); };
|
|
910
|
+
|
|
911
|
+
var SvgPlanet = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
912
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M3.918 8.037A9 9 0 0 0 15.966 20.08c.873.373 1.719.618 2.49.681.902.074 1.844-.096 2.526-.777.752-.752.88-1.816.746-2.812-.123-.91-.48-1.92-1.002-2.962A9 9 0 0 0 9.791 3.273c-1.044-.523-2.055-.881-2.965-1.005-.997-.135-2.062-.007-2.815.746-.682.683-.851 1.626-.777 2.528.064.773.31 1.62.684 2.495Zm1.404-2.071a4.135 4.135 0 0 1-.095-.587c-.048-.587.09-.843.198-.95.12-.12.423-.275 1.132-.179.198.027.413.072.643.135a9.04 9.04 0 0 0-1.878 1.58Zm14.29 10.837a4.9 4.9 0 0 1 .134.637c.096.708-.06 1.011-.178 1.13-.109.108-.364.246-.95.199a4.116 4.116 0 0 1-.581-.094 9.04 9.04 0 0 0 1.575-1.872Zm-3.73 1.023c-1.677-.878-3.625-2.323-5.507-4.205-1.88-1.88-3.324-3.825-4.203-5.5A7.018 7.018 0 0 1 9.97 5.298a7 7 0 0 1 5.912 12.528Zm-2.277.99a7 7 0 0 1-8.42-8.419c.964 1.516 2.25 3.112 3.776 4.638 1.528 1.528 3.126 2.815 4.644 3.78Z" }))); };
|
|
889
913
|
|
|
890
914
|
var SvgPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
891
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
915
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6Z" }))); };
|
|
916
|
+
|
|
917
|
+
var SvgPlusCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
918
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4.929 19.071c-3.905-3.905-3.905-10.237 0-14.142 3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0Zm1.414-1.414A8 8 0 1 0 17.657 6.343 8 8 0 0 0 6.343 17.657ZM13 11h4v2h-4v4h-2v-4H7v-2h4V7h2v4Z" }))); };
|
|
892
919
|
|
|
893
920
|
var SvgQuestionMarkCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
894
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
921
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-1-5h2v2h-2v-2Zm2-1.645V14h-2v-1.5a1 1 0 0 1 1-1 1.5 1.5 0 1 0-1.471-1.794l-1.962-.393A3.501 3.501 0 1 1 13 13.355Z" }))); };
|
|
922
|
+
|
|
923
|
+
var SvgRobot = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
924
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M13.5 2c0 .444-.193.843-.5 1.118V5h5a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h5V3.118A1.5 1.5 0 1 1 13.5 2ZM6 7a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H6Zm-4 3H0v6h2v-6Zm20 0h2v6h-2v-6ZM9 14.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }))); };
|
|
895
925
|
|
|
896
926
|
var SvgServer = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
897
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
898
|
-
|
|
927
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5 14h14V4H5v10Zm0 2v4h14v-4H5ZM4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Zm11 15h2v2h-2v-2Z" }))); };
|
|
928
|
+
|
|
929
|
+
var SvgSparkles = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
930
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M14 4.438A2.437 2.437 0 0 0 16.438 2h1.125A2.437 2.437 0 0 0 20 4.438v1.125A2.437 2.437 0 0 0 17.562 8h-1.125A2.437 2.437 0 0 0 14 5.562V4.438ZM1 11a6 6 0 0 0 6-6h2a6 6 0 0 0 6 6v2a6 6 0 0 0-6 6H7a6 6 0 0 0-6-6v-2Zm3.876 1A8.038 8.038 0 0 1 8 15.124 8.038 8.038 0 0 1 11.124 12 8.038 8.038 0 0 1 8 8.876 8.038 8.038 0 0 1 4.876 12Zm12.374 2A3.25 3.25 0 0 1 14 17.25v1.5A3.25 3.25 0 0 1 17.25 22h1.5A3.25 3.25 0 0 1 22 18.75v-1.5A3.25 3.25 0 0 1 18.75 14h-1.5Z" }))); };
|
|
899
931
|
|
|
900
932
|
var SvgSquare3Stack3D = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
901
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
902
|
-
|
|
903
|
-
|
|
933
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m20.083 15.2 1.202.721a.5.5 0 0 1 0 .858l-8.77 5.262a1 1 0 0 1-1.03 0l-8.77-5.262a.5.5 0 0 1 0-.858l1.202-.721L12 20.05l8.083-4.85Zm0-4.7 1.202.721a.5.5 0 0 1 0 .858L12 17.649l-9.285-5.57a.5.5 0 0 1 0-.858l1.202-.721L12 15.35l8.083-4.85Zm-7.569-9.191 8.771 5.262a.5.5 0 0 1 0 .858L12 12.999 2.715 7.43a.5.5 0 0 1 0-.858l8.77-5.262a1 1 0 0 1 1.03 0ZM12 3.332 5.887 7 12 10.667 18.113 7 12 3.332Z" }))); };
|
|
934
|
+
|
|
935
|
+
var SvgTestTube = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
936
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 2v2h-1v14a4 4 0 0 1-8 0V4H7V2h10Zm-3 8h-4v8a2 2 0 1 0 4 0v-8Zm-1 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-2-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3-8h-4v4h4V4Z" }))); };
|
|
937
|
+
|
|
938
|
+
var SvgTrash = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
939
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 5h4v2h-1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7H3V5h4V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2Zm1 2H6v13h12V7Zm-9 3h2v8H9v-8Zm4 0h2v8h-2v-8ZM9 4v1h6V4H9Z" }))); };
|
|
940
|
+
|
|
941
|
+
var SvgUser = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
942
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4 22a8 8 0 1 1 16 0h-2a6 6 0 0 0-12 0H4Zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Z" }))); };
|
|
943
|
+
|
|
944
|
+
var SvgUserGroup = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
945
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M2 22a8 8 0 1 1 16 0h-2a6 6 0 0 0-12 0H2Zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm8.284 3.703A8.002 8.002 0 0 1 23 22h-2a6.001 6.001 0 0 0-3.537-5.473l.82-1.824Zm-.688-11.29A5.5 5.5 0 0 1 21 8.5a5.499 5.499 0 0 1-5 5.478v-2.013a3.5 3.5 0 0 0 1.041-6.609l.555-1.943Z" }))); };
|
|
946
|
+
|
|
947
|
+
var SvgWrench = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
948
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5.329 3.272a3.5 3.5 0 0 1 4.255 4.962l10.709 10.71-1.415 1.414L8.17 9.648a3.502 3.502 0 0 1-4.962-4.255L5.443 7.63a1.5 1.5 0 0 0 2.122-2.121L5.329 3.272Zm10.367 1.883 3.182-1.768 1.415 1.415-1.768 3.182-1.768.353-2.121 2.121-1.415-1.414 2.122-2.121.353-1.768ZM8.98 13.287l1.414 1.414-5.303 5.303a1 1 0 0 1-1.492-1.327l.077-.087 5.304-5.303Z" }))); };
|
|
904
949
|
|
|
905
950
|
var SvgXCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
906
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
951
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0-9.414 2.828-2.829 1.415 1.415L13.414 12l2.829 2.828-1.415 1.415L12 13.414l-2.828 2.829-1.415-1.415L10.586 12 7.757 9.172l1.415-1.415L12 10.586Z" }))); };
|
|
907
952
|
|
|
908
953
|
var SvgXMark = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
909
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
910
|
-
|
|
911
|
-
exports.
|
|
912
|
-
exports.
|
|
913
|
-
exports.
|
|
914
|
-
exports.
|
|
915
|
-
exports.
|
|
916
|
-
exports.
|
|
917
|
-
exports.
|
|
918
|
-
exports.
|
|
919
|
-
exports.
|
|
954
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m12 10.5 4.95-5L18.5 7l-5 5 5 4.95-1.55 1.55-4.95-5-5 5L5.5 17l5-5-5-5 1.55-1.5 4.95 5Z" }))); };
|
|
955
|
+
|
|
956
|
+
exports.ArrowDownCircleIcon = SvgArrowDownCircle$1;
|
|
957
|
+
exports.ArrowDownCircleStrokeIcon = SvgArrowDownCircle;
|
|
958
|
+
exports.ArrowDownOnSquareIcon = SvgArrowDownOnSquare$1;
|
|
959
|
+
exports.ArrowDownOnSquareStrokeIcon = SvgArrowDownOnSquare;
|
|
960
|
+
exports.ArrowPathIcon = SvgArrowPath$1;
|
|
961
|
+
exports.ArrowPathStrokeIcon = SvgArrowPath;
|
|
962
|
+
exports.ArrowUpOnSquareIcon = SvgArrowUpOnSquare$1;
|
|
963
|
+
exports.ArrowUpOnSquareStrokeIcon = SvgArrowUpOnSquare;
|
|
964
|
+
exports.BackspaceIcon = SvgBackspace$1;
|
|
965
|
+
exports.BackspaceStrokeIcon = SvgBackspace;
|
|
966
|
+
exports.BookmarkIcon = SvgBookmark$1;
|
|
967
|
+
exports.BookmarkStrokeIcon = SvgBookmark;
|
|
920
968
|
exports.Button = Button;
|
|
921
|
-
exports.ChatBubbleBottomCenterPlusIcon = SvgChatBubbleBottomCenterPlus$
|
|
922
|
-
exports.
|
|
923
|
-
exports.
|
|
924
|
-
exports.
|
|
925
|
-
exports.
|
|
926
|
-
exports.
|
|
927
|
-
exports.
|
|
928
|
-
exports.
|
|
929
|
-
exports.
|
|
930
|
-
exports.
|
|
931
|
-
exports.CheckCircleSolidIcon = SvgCheckCircle;
|
|
932
|
-
exports.CheckCircleStrokeIcon = SvgCheckCircle$1;
|
|
969
|
+
exports.ChatBubbleBottomCenterPlusIcon = SvgChatBubbleBottomCenterPlus$1;
|
|
970
|
+
exports.ChatBubbleBottomCenterPlusStrokeIcon = SvgChatBubbleBottomCenterPlus;
|
|
971
|
+
exports.ChatBubbleBottomCenterTextIcon = SvgChatBubbleBottomCenterText$1;
|
|
972
|
+
exports.ChatBubbleBottomCenterTextStrokeIcon = SvgChatBubbleBottomCenterText;
|
|
973
|
+
exports.ChatBubbleLeftRightIcon = SvgChatBubbleLeftRight$1;
|
|
974
|
+
exports.ChatBubbleLeftRightStrokeIcon = SvgChatBubbleLeftRight;
|
|
975
|
+
exports.CheckCircleIcon = SvgCheckCircle$1;
|
|
976
|
+
exports.CheckCircleStrokeIcon = SvgCheckCircle;
|
|
977
|
+
exports.CheckIcon = SvgCheck$1;
|
|
978
|
+
exports.CheckStrokeIcon = SvgCheck;
|
|
933
979
|
exports.Checkbox = Checkbox;
|
|
934
|
-
exports.ChevronDownIcon = SvgChevronDown$
|
|
935
|
-
exports.
|
|
936
|
-
exports.
|
|
937
|
-
exports.
|
|
938
|
-
exports.
|
|
939
|
-
exports.
|
|
940
|
-
exports.
|
|
941
|
-
exports.
|
|
942
|
-
exports.
|
|
943
|
-
exports.
|
|
944
|
-
exports.
|
|
945
|
-
exports.
|
|
946
|
-
exports.
|
|
947
|
-
exports.
|
|
948
|
-
exports.
|
|
949
|
-
exports.
|
|
950
|
-
exports.
|
|
951
|
-
exports.
|
|
952
|
-
exports.
|
|
953
|
-
exports.
|
|
954
|
-
exports.
|
|
955
|
-
exports.
|
|
956
|
-
exports.
|
|
957
|
-
exports.
|
|
958
|
-
exports.DocumentPlusIcon = SvgDocumentPlus$
|
|
959
|
-
exports.
|
|
960
|
-
exports.
|
|
961
|
-
exports.
|
|
962
|
-
exports.
|
|
963
|
-
exports.
|
|
964
|
-
exports.ExclamationCircleIcon = SvgExclamationCircle$
|
|
965
|
-
exports.
|
|
966
|
-
exports.
|
|
967
|
-
exports.
|
|
968
|
-
exports.
|
|
969
|
-
exports.
|
|
970
|
-
exports.
|
|
971
|
-
exports.
|
|
972
|
-
exports.
|
|
973
|
-
exports.
|
|
974
|
-
exports.
|
|
975
|
-
exports.
|
|
980
|
+
exports.ChevronDownIcon = SvgChevronDown$1;
|
|
981
|
+
exports.ChevronDownStrokeIcon = SvgChevronDown;
|
|
982
|
+
exports.ChevronLeftIcon = SvgChevronLeft$1;
|
|
983
|
+
exports.ChevronLeftStrokeIcon = SvgChevronLeft;
|
|
984
|
+
exports.ChevronRightIcon = SvgChevronRight$1;
|
|
985
|
+
exports.ChevronRightStrokeIcon = SvgChevronRight;
|
|
986
|
+
exports.ChevronUpIcon = SvgChevronUp$1;
|
|
987
|
+
exports.ChevronUpStrokeIcon = SvgChevronUp;
|
|
988
|
+
exports.ClipboardCheckIcon = SvgClipboardCheck$1;
|
|
989
|
+
exports.ClipboardCheckStrokeIcon = SvgClipboardCheck;
|
|
990
|
+
exports.ClipboardIcon = SvgClipboard$1;
|
|
991
|
+
exports.ClipboardStrokeIcon = SvgClipboard;
|
|
992
|
+
exports.ClockIcon = SvgClock$1;
|
|
993
|
+
exports.ClockStrokeIcon = SvgClock;
|
|
994
|
+
exports.CloudArrowDownIcon = SvgCloudArrowDown$1;
|
|
995
|
+
exports.CloudArrowDownStrokeIcon = SvgCloudArrowDown;
|
|
996
|
+
exports.Cog6ToothIcon = SvgCog6Tooth$1;
|
|
997
|
+
exports.Cog6ToothStrokeIcon = SvgCog6Tooth;
|
|
998
|
+
exports.CommandLineIcon = SvgCommandLine$1;
|
|
999
|
+
exports.CommandLineStrokeIcon = SvgCommandLine;
|
|
1000
|
+
exports.CubeIcon = SvgCube$1;
|
|
1001
|
+
exports.CubeStrokeIcon = SvgCube;
|
|
1002
|
+
exports.DocumentDuplicateIcon = SvgDocumentDuplicate$1;
|
|
1003
|
+
exports.DocumentDuplicateStrokeIcon = SvgDocumentDuplicate;
|
|
1004
|
+
exports.DocumentPlusIcon = SvgDocumentPlus$1;
|
|
1005
|
+
exports.DocumentPlusStrokeIcon = SvgDocumentPlus;
|
|
1006
|
+
exports.DocumentTextIcon = SvgDocumentText$1;
|
|
1007
|
+
exports.DocumentTextStrokeIcon = SvgDocumentText;
|
|
1008
|
+
exports.EqualizerIcon = SvgEqualizer$1;
|
|
1009
|
+
exports.EqualizerStrokeIcon = SvgEqualizer;
|
|
1010
|
+
exports.ExclamationCircleIcon = SvgExclamationCircle$1;
|
|
1011
|
+
exports.ExclamationCircleStrokeIcon = SvgExclamationCircle;
|
|
1012
|
+
exports.EyeIcon = SvgEye$1;
|
|
1013
|
+
exports.EyeSlashIcon = SvgEyeSlash$1;
|
|
1014
|
+
exports.EyeSlashStrokeIcon = SvgEyeSlash;
|
|
1015
|
+
exports.EyeStrokeIcon = SvgEye;
|
|
1016
|
+
exports.FolderOpenIcon = SvgFolderOpen$1;
|
|
1017
|
+
exports.FolderOpenStrokeIcon = SvgFolderOpen;
|
|
1018
|
+
exports.GlobeAltIcon = SvgGlobeAlt$1;
|
|
1019
|
+
exports.GlobeAltStrokeIcon = SvgGlobeAlt;
|
|
1020
|
+
exports.HandThumbDownIcon = SvgHandThumbDown$1;
|
|
1021
|
+
exports.HandThumbDownStrokeIcon = SvgHandThumbDown;
|
|
1022
|
+
exports.HandThumbUpIcon = SvgHandThumbUp$1;
|
|
1023
|
+
exports.HandThumbUpStrokeIcon = SvgHandThumbUp;
|
|
976
1024
|
exports.Icon = Icon;
|
|
977
1025
|
exports.IconButton = IconButton;
|
|
978
1026
|
exports.IconToggleButton = IconToggleButton;
|
|
979
|
-
exports.InformationCircleIcon = SvgInformationCircle$
|
|
980
|
-
exports.
|
|
981
|
-
exports.InformationCircleStrokeIcon = SvgInformationCircle$1;
|
|
1027
|
+
exports.InformationCircleIcon = SvgInformationCircle$1;
|
|
1028
|
+
exports.InformationCircleStrokeIcon = SvgInformationCircle;
|
|
982
1029
|
exports.Item = Item;
|
|
983
|
-
exports.KeyIcon = SvgKey$
|
|
984
|
-
exports.
|
|
985
|
-
exports.
|
|
1030
|
+
exports.KeyIcon = SvgKey$1;
|
|
1031
|
+
exports.KeyStrokeIcon = SvgKey;
|
|
1032
|
+
exports.LightbulbIcon = SvgLightbulb$1;
|
|
1033
|
+
exports.LightbulbStrokeIcon = SvgLightbulb;
|
|
1034
|
+
exports.LinkIcon = SvgLink$1;
|
|
1035
|
+
exports.LinkStrokeIcon = SvgLink;
|
|
986
1036
|
exports.Logo = Logo;
|
|
987
|
-
exports.MagnifyingGlassIcon = SvgMagnifyingGlass$
|
|
988
|
-
exports.
|
|
989
|
-
exports.
|
|
1037
|
+
exports.MagnifyingGlassIcon = SvgMagnifyingGlass$1;
|
|
1038
|
+
exports.MagnifyingGlassStrokeIcon = SvgMagnifyingGlass;
|
|
1039
|
+
exports.MenuIcon = SvgMenu$1;
|
|
1040
|
+
exports.MenuStrokeIcon = SvgMenu;
|
|
990
1041
|
exports.PageHeader = PageHeader;
|
|
991
|
-
exports.PaperAirplaneIcon = SvgPaperAirplane$
|
|
992
|
-
exports.
|
|
993
|
-
exports.
|
|
994
|
-
exports.
|
|
995
|
-
exports.
|
|
996
|
-
exports.
|
|
997
|
-
exports.
|
|
998
|
-
exports.
|
|
999
|
-
exports.
|
|
1000
|
-
exports.
|
|
1001
|
-
exports.
|
|
1002
|
-
exports.QuestionMarkCircleStrokeIcon = SvgQuestionMarkCircle
|
|
1042
|
+
exports.PaperAirplaneIcon = SvgPaperAirplane$1;
|
|
1043
|
+
exports.PaperAirplaneStrokeIcon = SvgPaperAirplane;
|
|
1044
|
+
exports.PencilSquareIcon = SvgPencilSquare$1;
|
|
1045
|
+
exports.PencilSquareStrokeIcon = SvgPencilSquare;
|
|
1046
|
+
exports.PlanetIcon = SvgPlanet$1;
|
|
1047
|
+
exports.PlanetStrokeIcon = SvgPlanet;
|
|
1048
|
+
exports.PlusCircleIcon = SvgPlusCircle$1;
|
|
1049
|
+
exports.PlusCircleStrokeIcon = SvgPlusCircle;
|
|
1050
|
+
exports.PlusIcon = SvgPlus$1;
|
|
1051
|
+
exports.PlusStrokeIcon = SvgPlus;
|
|
1052
|
+
exports.QuestionMarkCircleIcon = SvgQuestionMarkCircle$1;
|
|
1053
|
+
exports.QuestionMarkCircleStrokeIcon = SvgQuestionMarkCircle;
|
|
1054
|
+
exports.RobotIcon = SvgRobot$1;
|
|
1055
|
+
exports.RobotStrokeIcon = SvgRobot;
|
|
1003
1056
|
exports.SectionHeader = SectionHeader;
|
|
1004
|
-
exports.ServerIcon = SvgServer$
|
|
1005
|
-
exports.
|
|
1006
|
-
exports.ServerStrokeIcon = SvgServer$1;
|
|
1057
|
+
exports.ServerIcon = SvgServer$1;
|
|
1058
|
+
exports.ServerStrokeIcon = SvgServer;
|
|
1007
1059
|
exports.SparkleContext = SparkleContext;
|
|
1008
|
-
exports.
|
|
1009
|
-
exports.
|
|
1010
|
-
exports.
|
|
1060
|
+
exports.SparklesIcon = SvgSparkles$1;
|
|
1061
|
+
exports.SparklesStrokeIcon = SvgSparkles;
|
|
1062
|
+
exports.Square3Stack3DIcon = SvgSquare3Stack3D$1;
|
|
1063
|
+
exports.Square3Stack3DStrokeIcon = SvgSquare3Stack3D;
|
|
1011
1064
|
exports.Tab = Tab;
|
|
1065
|
+
exports.TestTubeIcon = SvgTestTube$1;
|
|
1066
|
+
exports.TestTubeStrokeIcon = SvgTestTube;
|
|
1012
1067
|
exports.Tooltip = Tooltip;
|
|
1013
|
-
exports.
|
|
1014
|
-
exports.
|
|
1015
|
-
exports.
|
|
1016
|
-
exports.
|
|
1017
|
-
exports.
|
|
1018
|
-
exports.
|
|
1068
|
+
exports.TrashIcon = SvgTrash$1;
|
|
1069
|
+
exports.TrashStrokeIcon = SvgTrash;
|
|
1070
|
+
exports.UserGroupIcon = SvgUserGroup$1;
|
|
1071
|
+
exports.UserGroupStrokeIcon = SvgUserGroup;
|
|
1072
|
+
exports.UserIcon = SvgUser$1;
|
|
1073
|
+
exports.UserStrokeIcon = SvgUser;
|
|
1074
|
+
exports.WrenchIcon = SvgWrench$1;
|
|
1075
|
+
exports.WrenchStrokeIcon = SvgWrench;
|
|
1076
|
+
exports.XCircleIcon = SvgXCircle$1;
|
|
1077
|
+
exports.XCircleStrokeIcon = SvgXCircle;
|
|
1078
|
+
exports.XMarkIcon = SvgXMark$1;
|
|
1079
|
+
exports.XMarkStrokeIcon = SvgXMark;
|
|
1019
1080
|
//# sourceMappingURL=index.js.map
|