@middag-io/react 0.8.0 → 0.10.0
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-lib/{MarkdownContent-OWKQdYRk.js → MarkdownContent-BUiueRmW.js} +12 -12
- package/dist-lib/base/form/fields/DocumentField.d.ts +3 -1
- package/dist-lib/base/form/fields/DocumentField.d.ts.map +1 -1
- package/dist-lib/base/shell/ProductShell.d.ts.map +1 -1
- package/dist-lib/base/shell/partials/SidebarNav.d.ts.map +1 -1
- package/dist-lib/base/theme/host-layout-detector.d.ts +35 -0
- package/dist-lib/base/theme/host-layout-detector.d.ts.map +1 -0
- package/dist-lib/components/reui/sidebar.d.ts.map +1 -1
- package/dist-lib/index.d.ts +15 -1
- package/dist-lib/index.d.ts.map +1 -1
- package/dist-lib/{index.min-Cno07_zY.js → index.min-BoVYs6GD.js} +48 -27
- package/dist-lib/middag-react.css +1 -1
- package/dist-lib/middag-react.js +5549 -5050
- package/package.json +5 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as e, n as t, t as n } from "./chunk-DeC0fbbY.js";
|
|
2
2
|
import { n as r } from "./i18n-BNIsUXL0.js";
|
|
3
|
-
import {
|
|
3
|
+
import { _t as i, gt as a, j as o, pt as s, vt as c } from "./index.min-BoVYs6GD.js";
|
|
4
4
|
import { useCallback as l, useState as u } from "react";
|
|
5
5
|
import { Fragment as d, jsx as f, jsxs as p } from "react/jsx-runtime";
|
|
6
6
|
import { router as m } from "@inertiajs/react";
|
|
@@ -13328,18 +13328,18 @@ var cl = {
|
|
|
13328
13328
|
}
|
|
13329
13329
|
};
|
|
13330
13330
|
function ll({ code: e }) {
|
|
13331
|
-
let { t } = r(), [n,
|
|
13331
|
+
let { t } = r(), [n, i] = u(!1);
|
|
13332
13332
|
return /* @__PURE__ */ f("button", {
|
|
13333
13333
|
type: "button",
|
|
13334
13334
|
onClick: l(async () => {
|
|
13335
|
-
await sl(e) && (
|
|
13335
|
+
await sl(e) && (i(!0), setTimeout(() => i(!1), 2e3));
|
|
13336
13336
|
}, [e]),
|
|
13337
13337
|
className: "bg-background/80 absolute top-2 right-2 rounded p-1 opacity-0 transition-opacity group-hover/codeblock:opacity-100 focus:opacity-100",
|
|
13338
13338
|
"aria-label": t("middag.ui.markdown.copy_code"),
|
|
13339
|
-
children: /* @__PURE__ */ f(
|
|
13340
|
-
icon: n ?
|
|
13339
|
+
children: /* @__PURE__ */ f(a, {
|
|
13340
|
+
icon: n ? s : o,
|
|
13341
13341
|
size: 14,
|
|
13342
|
-
className:
|
|
13342
|
+
className: c("transition-colors", n ? "text-success" : "text-muted-foreground hover:text-foreground")
|
|
13343
13343
|
})
|
|
13344
13344
|
});
|
|
13345
13345
|
}
|
|
@@ -13434,7 +13434,7 @@ var fl = {
|
|
|
13434
13434
|
});
|
|
13435
13435
|
},
|
|
13436
13436
|
code: ({ className: e, children: t, ...n }) => e ? /* @__PURE__ */ f("code", {
|
|
13437
|
-
className:
|
|
13437
|
+
className: c("font-mono text-sm", e),
|
|
13438
13438
|
...n,
|
|
13439
13439
|
children: t
|
|
13440
13440
|
}) : /* @__PURE__ */ f("code", {
|
|
@@ -13477,10 +13477,10 @@ function pl() {
|
|
|
13477
13477
|
return /* @__PURE__ */ p("div", {
|
|
13478
13478
|
className: "max-w-[720px] space-y-3",
|
|
13479
13479
|
children: [
|
|
13480
|
-
/* @__PURE__ */ f(
|
|
13481
|
-
/* @__PURE__ */ f(
|
|
13482
|
-
/* @__PURE__ */ f(
|
|
13483
|
-
/* @__PURE__ */ f(
|
|
13480
|
+
/* @__PURE__ */ f(i, { className: "h-4 w-full" }),
|
|
13481
|
+
/* @__PURE__ */ f(i, { className: "h-4 w-5/6" }),
|
|
13482
|
+
/* @__PURE__ */ f(i, { className: "h-4 w-4/6" }),
|
|
13483
|
+
/* @__PURE__ */ f(i, { className: "h-4 w-3/4" })
|
|
13484
13484
|
]
|
|
13485
13485
|
});
|
|
13486
13486
|
}
|
|
@@ -13493,7 +13493,7 @@ function ml({ content: e, maxHeight: t, isLoading: n }) {
|
|
|
13493
13493
|
children: i("middag.ui.markdown.no_content")
|
|
13494
13494
|
})
|
|
13495
13495
|
}) : /* @__PURE__ */ f("div", {
|
|
13496
|
-
className:
|
|
13496
|
+
className: c("prose-reset max-w-[720px]", t && "overflow-y-auto"),
|
|
13497
13497
|
style: t ? { maxHeight: `${t}px` } : void 0,
|
|
13498
13498
|
children: /* @__PURE__ */ f(to, {
|
|
13499
13499
|
rehypePlugins: [Bc, [ol, cl]],
|
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
* Backend sends the type; the field applies the correct format.
|
|
6
6
|
*/
|
|
7
7
|
import { type ReactElement } from "react";
|
|
8
|
-
|
|
8
|
+
import type { DocumentType } from "./document-validation";
|
|
9
|
+
export type { DocumentType } from "./document-validation";
|
|
10
|
+
export { isValidDocument } from "./document-validation";
|
|
9
11
|
export interface DocumentFieldProps {
|
|
10
12
|
id: string;
|
|
11
13
|
value: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentField.d.ts","sourceRoot":"","sources":["../../../../src/base/form/fields/DocumentField.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAe,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DocumentField.d.ts","sourceRoot":"","sources":["../../../../src/base/form/fields/DocumentField.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAe,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAGvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AA2BxD,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,aAAa,CAAC,EAC5B,EAAE,EACF,KAAK,EACL,QAAQ,EACR,YAAwB,EACxB,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,UAAU,EACV,OAAO,GACR,EAAE,kBAAkB,GAAG,YAAY,CAkCnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductShell.d.ts","sourceRoot":"","sources":["../../../src/base/shell/ProductShell.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"ProductShell.d.ts","sourceRoot":"","sources":["../../../src/base/shell/ProductShell.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAgBlE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAmFnD;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,EAAE,UAAU,GAAG,YAAY,CAgBnE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarNav.d.ts","sourceRoot":"","sources":["../../../../src/base/shell/partials/SidebarNav.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAIH,OAAO,EACL,KAAK,YAAY,EAMlB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SidebarNav.d.ts","sourceRoot":"","sources":["../../../../src/base/shell/partials/SidebarNav.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAIH,OAAO,EACL,KAAK,YAAY,EAMlB,MAAM,OAAO,CAAC;AAksCf,wBAAgB,UAAU,IAAI,YAAY,CA4BzC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Host layout detector -- measures the host platform's header height
|
|
3
|
+
* and sets --host-header-height on :root.
|
|
4
|
+
*
|
|
5
|
+
* The sidebar primitive reads var(--host-header-height, 0px) for
|
|
6
|
+
* top offset and height. Without this, the sidebar starts at viewport top.
|
|
7
|
+
*
|
|
8
|
+
* Detection is read-only -- never modifies the host's DOM.
|
|
9
|
+
* Re-measures on window resize and DOM mutations (admin notices, etc.).
|
|
10
|
+
*
|
|
11
|
+
* Known host headers:
|
|
12
|
+
* - Moodle Boost: nav.navbar, [data-region="navbar"]
|
|
13
|
+
* - WordPress: #wpadminbar
|
|
14
|
+
* - Generic: [data-host-header], header:first-child
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Initialize host header height detection.
|
|
18
|
+
*
|
|
19
|
+
* Call once from your production entry point (or from ProductShell mount).
|
|
20
|
+
* Sets --host-header-height immediately, then observes resize + DOM mutations.
|
|
21
|
+
*
|
|
22
|
+
* Safe to call in dev/mock (returns 0 if no host header is found).
|
|
23
|
+
* Idempotent (calling multiple times does not stack observers).
|
|
24
|
+
*/
|
|
25
|
+
export declare function initHostHeaderHeight(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Set --host-header-height to a fixed value (for mock/dev).
|
|
28
|
+
* Bypasses auto-detection. Call initHostHeaderHeight() to resume auto mode.
|
|
29
|
+
*/
|
|
30
|
+
export declare function setHostHeaderHeight(px: number): void;
|
|
31
|
+
/**
|
|
32
|
+
* Clean up observers (for testing or unmount).
|
|
33
|
+
*/
|
|
34
|
+
export declare function destroyHostHeaderHeight(): void;
|
|
35
|
+
//# sourceMappingURL=host-layout-detector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"host-layout-detector.d.ts","sourceRoot":"","sources":["../../../src/base/theme/host-layout-detector.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkDH;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,IAAI,IAAI,CAwB3C;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAMpD;AAED;;GAEG;AACH,wBAAgB,uBAAuB,IAAI,IAAI,CAS9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/reui/sidebar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMlE,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AASxD,OAAO,EAEL,cAAc,EAGf,MAAM,2BAA2B,CAAC;AASnC,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,UAAU,GAAG,WAAW,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAIF,iBAAS,UAAU,wBAOlB;AAED,iBAAS,eAAe,CAAC,EACvB,WAAkB,EAClB,IAAI,EAAE,QAAQ,EACd,YAAY,EAAE,WAAW,EACzB,SAAS,EACT,KAAK,EACL,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC,2CAoFA;AAED,iBAAS,OAAO,CAAC,EACf,IAAa,EACb,OAAmB,EACnB,WAAyB,EACzB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;IAC3C,WAAW,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,CAAC;CAC7C,
|
|
1
|
+
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/reui/sidebar.tsx"],"names":[],"mappings":"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"}
|
package/dist-lib/index.d.ts
CHANGED
|
@@ -21,9 +21,10 @@ export { shellRegistry, layoutRegistry, blockRegistry, registerShell, registerLa
|
|
|
21
21
|
export { registerDefaults } from "./app/register-defaults";
|
|
22
22
|
export { LazyBlock, isLazyBlock } from "./app/LazyBlock";
|
|
23
23
|
export { getStoredAppearance, setAppearance, cycleAppearance, getEffectiveTheme, applyTheme, toggleDir, initDir, onSystemThemeChange, type Appearance, type EffectiveTheme, } from "./base/theme/appearance";
|
|
24
|
+
export { initHostHeaderHeight, setHostHeaderHeight, destroyHostHeaderHeight, } from "./base/theme/host-layout-detector";
|
|
24
25
|
export { I18nProvider, useTranslation, type AsyncStringResolver, } from "./app/providers/i18n";
|
|
25
26
|
export { LIB_UI_DEFAULTS } from "./app/providers/i18n-defaults";
|
|
26
|
-
export { ptBR as localePtBR } from "./app/providers/locales/pt-BR";
|
|
27
|
+
export { ptBR, ptBR as localePtBR } from "./app/providers/locales/pt-BR";
|
|
27
28
|
export { AuthProvider, useAuth, Can, Cannot } from "./app/providers/auth";
|
|
28
29
|
export { FlashProvider } from "./app/providers/flash";
|
|
29
30
|
export { ScopeProvider, useScope, useScopeKey, type ScopeContextValue, } from "./app/providers/scope";
|
|
@@ -33,6 +34,19 @@ export { SidebarProvider, useSidebar, Sidebar, SidebarContent, SidebarFooter, Si
|
|
|
33
34
|
export { useIsDark } from "./base/hooks/useIsDark";
|
|
34
35
|
export { AdminShell } from "./base/shell/AdminShell";
|
|
35
36
|
export { ProductShell } from "./base/shell/ProductShell";
|
|
37
|
+
export { SidebarNav } from "./base/shell/partials/SidebarNav";
|
|
38
|
+
export { PageHeader } from "./base/shell/partials/PageHeader";
|
|
39
|
+
export { PageFilterTabs } from "./base/shell/partials/PageFilterTabs";
|
|
40
|
+
export { NavErrorBoundary } from "./base/shell/partials/NavErrorBoundary";
|
|
41
|
+
export { AppearanceToggle } from "./base/shell/partials/AppearanceToggle";
|
|
42
|
+
export { CommandPalette } from "./base/shell/partials/CommandPalette";
|
|
43
|
+
export { HelpProvider, useHelp } from "./base/shell/partials/HelpContext";
|
|
44
|
+
export { HelpPanel } from "./base/shell/partials/HelpPanel";
|
|
45
|
+
export { InlineInspector } from "./base/shell/partials/InlineInspector";
|
|
46
|
+
export { InspectorProvider, useInspector } from "./base/shell/partials/InspectorContext";
|
|
47
|
+
export { Toaster } from "./components/reui/sonner";
|
|
48
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./components/reui/tooltip";
|
|
49
|
+
export { lottie } from "./assets/lottie";
|
|
36
50
|
export { StackLayout } from "./base/layout/StackLayout";
|
|
37
51
|
export { SplitLayout } from "./base/layout/SplitLayout";
|
|
38
52
|
export { DashboardLayout } from "./base/layout/DashboardLayout";
|
package/dist-lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,OAAO,gBAAgB,CAAC;AAIxB,YAAY,EACV,KAAK,EACL,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,UAAU,EACV,aAAa,EACb,SAAS,EACT,QAAQ,EACR,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,YAAY,EACZ,WAAW,EACX,OAAO,EACP,YAAY,EACZ,QAAQ,EACR,aAAa,EACb,iBAAiB,EACjB,WAAW,GACZ,MAAM,2BAA2B,CAAC;AAInC,YAAY,EACV,eAAe,EACf,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,cAAc,EACd,WAAW,GACZ,MAAM,0BAA0B,CAAC;AAIlC,YAAY,EACV,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,iBAAiB,EACjB,oBAAoB,EACpB,cAAc,EACd,qBAAqB,GACtB,MAAM,wBAAwB,CAAC;AAIhC,YAAY,EAEV,mBAAmB,EACnB,oBAAoB,EACpB,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EAEnB,kBAAkB,EAClB,eAAe,EACf,aAAa,EAEb,mBAAmB,EAEnB,iBAAiB,EACjB,mBAAmB,EAEnB,eAAe,EACf,oBAAoB,EACpB,eAAe,EACf,oBAAoB,EAEpB,mBAAmB,EACnB,qBAAqB,EACrB,oBAAoB,EAEpB,qBAAqB,EACrB,yBAAyB,EAEzB,aAAa,EACb,aAAa,EACb,aAAa,EACb,eAAe,EACf,aAAa,EACb,cAAc,EACd,cAAc,EACd,kBAAkB,EAElB,sBAAsB,EAEtB,iBAAiB,EACjB,iBAAiB,EAEjB,cAAc,EACd,mBAAmB,EAEnB,YAAY,EACZ,iBAAiB,EAEjB,mBAAmB,EACnB,oBAAoB,EACpB,wBAAwB,EAExB,aAAa,EACb,cAAc,EACd,sBAAsB,EAEtB,cAAc,EACd,oBAAoB,EAEpB,cAAc,EACd,cAAc,EACd,mBAAmB,EAEnB,gBAAgB,EAChB,oBAAoB,EAEpB,qBAAqB,EACrB,yBAAyB,GAC1B,MAAM,wBAAwB,CAAC;AAIhC,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,KAAK,2BAA2B,GACjC,MAAM,kCAAkC,CAAC;AAI1C,YAAY,EACV,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,iBAAiB,GAClB,MAAM,wBAAwB,CAAC;AAIhC,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EACL,aAAa,EACb,cAAc,EACd,aAAa,EACb,aAAa,EACb,cAAc,EACd,aAAa,EACb,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,UAAU,GAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAIzD,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,eAAe,EACf,iBAAiB,EACjB,UAAU,EACV,SAAS,EACT,OAAO,EACP,mBAAmB,EACnB,KAAK,UAAU,EACf,KAAK,cAAc,GACpB,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -2516,13 +2516,20 @@ var Fe = [["path", {
|
|
|
2516
2516
|
key: "3"
|
|
2517
2517
|
}]
|
|
2518
2518
|
], xt = [["path", {
|
|
2519
|
+
d: "M21.5 14.0784C20.3003 14.7189 18.9301 15.0821 17.4751 15.0821C12.7491 15.0821 8.91792 11.2509 8.91792 6.52485C8.91792 5.06986 9.28105 3.69968 9.92163 2.5C5.66765 3.49698 2.5 7.31513 2.5 11.8731C2.5 17.1899 6.8101 21.5 12.1269 21.5C16.6849 21.5 20.503 18.3324 21.5 14.0784Z",
|
|
2520
|
+
stroke: "currentColor",
|
|
2521
|
+
strokeLinecap: "round",
|
|
2522
|
+
strokeLinejoin: "round",
|
|
2523
|
+
strokeWidth: "1.5",
|
|
2524
|
+
key: "0"
|
|
2525
|
+
}]], St = [["path", {
|
|
2519
2526
|
d: "M6.00449 12.5V12M18.0045 12.5V12M12.0045 12.5V12M7.00449 12.5C7.00449 11.9477 6.55677 11.5 6.00449 11.5C5.4522 11.5 5.00449 11.9477 5.00449 12.5C5.00449 13.0523 5.4522 13.5 6.00449 13.5C6.55677 13.5 7.00449 13.0523 7.00449 12.5ZM19.0045 12.5C19.0045 11.9477 18.5568 11.5 18.0045 11.5C17.4522 11.5 17.0045 11.9477 17.0045 12.5C17.0045 13.0523 17.4522 13.5 18.0045 13.5C18.5568 13.5 19.0045 13.0523 19.0045 12.5ZM13.0045 12.5C13.0045 11.9477 12.5568 11.5 12.0045 11.5C11.4522 11.5 11.0045 11.9477 11.0045 12.5C11.0045 13.0523 11.4522 13.5 12.0045 13.5C12.5568 13.5 13.0045 13.0523 13.0045 12.5Z",
|
|
2520
2527
|
stroke: "currentColor",
|
|
2521
2528
|
strokeLinecap: "round",
|
|
2522
2529
|
strokeLinejoin: "round",
|
|
2523
2530
|
strokeWidth: "1.5",
|
|
2524
2531
|
key: "0"
|
|
2525
|
-
}]],
|
|
2532
|
+
}]], Ct = [
|
|
2526
2533
|
["path", {
|
|
2527
2534
|
d: "M20 18.5011L18.349 7.93407C17.8603 4.80601 15.166 2.5 12 2.5C8.83398 2.5 6.13971 4.80601 5.65098 7.93407L4 18.5011",
|
|
2528
2535
|
stroke: "currentColor",
|
|
@@ -2547,7 +2554,7 @@ var Fe = [["path", {
|
|
|
2547
2554
|
strokeWidth: "1.5",
|
|
2548
2555
|
key: "2"
|
|
2549
2556
|
}]
|
|
2550
|
-
],
|
|
2557
|
+
], wt = [["path", {
|
|
2551
2558
|
d: "M21 12.502C21 17.7487 16.7467 22.002 11.5 22.002C6.25329 22.002 2 17.7487 2 12.502C2 7.25525 6.25329 3.00195 11.5 3.00195",
|
|
2552
2559
|
stroke: "currentColor",
|
|
2553
2560
|
strokeLinecap: "round",
|
|
@@ -2559,7 +2566,7 @@ var Fe = [["path", {
|
|
|
2559
2566
|
strokeLinejoin: "round",
|
|
2560
2567
|
strokeWidth: "1.5",
|
|
2561
2568
|
key: "1"
|
|
2562
|
-
}]],
|
|
2569
|
+
}]], Tt = [
|
|
2563
2570
|
["path", {
|
|
2564
2571
|
d: "M15.5 2V6M8.5 6V2",
|
|
2565
2572
|
stroke: "currentColor",
|
|
@@ -2590,27 +2597,27 @@ var Fe = [["path", {
|
|
|
2590
2597
|
strokeWidth: "1.5",
|
|
2591
2598
|
key: "3"
|
|
2592
2599
|
}]
|
|
2593
|
-
],
|
|
2600
|
+
], Et = [["path", {
|
|
2594
2601
|
d: "M12 4V20M20 12H4",
|
|
2595
2602
|
stroke: "currentColor",
|
|
2596
2603
|
strokeLinecap: "round",
|
|
2597
2604
|
strokeLinejoin: "round",
|
|
2598
2605
|
strokeWidth: "1.5",
|
|
2599
2606
|
key: "0"
|
|
2600
|
-
}]],
|
|
2607
|
+
}]], Dt = [["path", {
|
|
2601
2608
|
d: "M12.828 6.00096C12.9388 5.68791 12.999 5.35099 12.999 5C12.999 3.34315 11.6559 2 9.99904 2C8.34219 2 6.99904 3.34315 6.99904 5C6.99904 5.35099 7.05932 5.68791 7.17008 6.00096C4.88532 6.0093 3.66601 6.09039 2.87772 6.87868C2.08951 7.66689 2.00836 8.88603 2 11.1704C2.31251 11.06 2.64876 11 2.99904 11C4.6559 11 5.99904 12.3431 5.99904 14C5.99904 15.6569 4.6559 17 2.99904 17C2.64876 17 2.31251 16.94 2 16.8296C2.00836 19.114 2.08951 20.3331 2.87772 21.1213C3.66593 21.9095 4.88508 21.9907 7.16941 21.999C7.05908 21.6865 6.99904 21.3503 6.99904 21C6.99904 19.3431 8.34219 18 9.99904 18C11.6559 18 12.999 19.3431 12.999 21C12.999 21.3503 12.939 21.6865 12.8287 21.999C15.113 21.9907 16.3322 21.9095 17.1204 21.1213C17.9086 20.333 17.9897 19.1137 17.9981 16.829C18.3111 16.9397 18.648 17 18.999 17C20.6559 17 21.999 15.6569 21.999 14C21.999 12.3431 20.6559 11 18.999 11C18.648 11 18.3111 11.0603 17.9981 11.171C17.9897 8.88627 17.9086 7.66697 17.1204 6.87868C16.3321 6.09039 15.1128 6.0093 12.828 6.00096Z",
|
|
2602
2609
|
stroke: "currentColor",
|
|
2603
2610
|
strokeLinejoin: "round",
|
|
2604
2611
|
strokeWidth: "1.5",
|
|
2605
2612
|
key: "0"
|
|
2606
|
-
}]],
|
|
2613
|
+
}]], Ot = [["path", {
|
|
2607
2614
|
d: "M20.0092 2V5.13219C20.0092 5.42605 19.6418 5.55908 19.4537 5.33333C17.6226 3.2875 14.9617 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12",
|
|
2608
2615
|
stroke: "currentColor",
|
|
2609
2616
|
strokeLinecap: "round",
|
|
2610
2617
|
strokeLinejoin: "round",
|
|
2611
2618
|
strokeWidth: "1.5",
|
|
2612
2619
|
key: "0"
|
|
2613
|
-
}]],
|
|
2620
|
+
}]], kt = [
|
|
2614
2621
|
["path", {
|
|
2615
2622
|
d: "M19.5 19.5C19.5 11.2157 12.7843 4.5 4.5 4.5",
|
|
2616
2623
|
stroke: "currentColor",
|
|
@@ -2635,7 +2642,7 @@ var Fe = [["path", {
|
|
|
2635
2642
|
strokeWidth: "1.5",
|
|
2636
2643
|
key: "2"
|
|
2637
2644
|
}]
|
|
2638
|
-
],
|
|
2645
|
+
], At = [["path", {
|
|
2639
2646
|
d: "M17 17L21 21",
|
|
2640
2647
|
stroke: "currentColor",
|
|
2641
2648
|
strokeLinecap: "round",
|
|
@@ -2649,7 +2656,7 @@ var Fe = [["path", {
|
|
|
2649
2656
|
strokeLinejoin: "round",
|
|
2650
2657
|
strokeWidth: "1.5",
|
|
2651
2658
|
key: "1"
|
|
2652
|
-
}]],
|
|
2659
|
+
}]], jt = [["path", {
|
|
2653
2660
|
d: "M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z",
|
|
2654
2661
|
stroke: "currentColor",
|
|
2655
2662
|
strokeLinecap: "round",
|
|
@@ -2660,7 +2667,7 @@ var Fe = [["path", {
|
|
|
2660
2667
|
stroke: "currentColor",
|
|
2661
2668
|
strokeWidth: "1.5",
|
|
2662
2669
|
key: "1"
|
|
2663
|
-
}]],
|
|
2670
|
+
}]], Mt = [["path", {
|
|
2664
2671
|
d: "M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z",
|
|
2665
2672
|
stroke: "currentColor",
|
|
2666
2673
|
strokeWidth: "1.5",
|
|
@@ -2671,7 +2678,7 @@ var Fe = [["path", {
|
|
|
2671
2678
|
strokeLinecap: "round",
|
|
2672
2679
|
strokeWidth: "1.5",
|
|
2673
2680
|
key: "1"
|
|
2674
|
-
}]],
|
|
2681
|
+
}]], Nt = [["path", {
|
|
2675
2682
|
d: "M18.7088 3.49534C16.8164 2.55382 14.5008 2 11.9999 2C9.49904 2 7.18344 2.55382 5.2911 3.49534C4.36312 3.95706 3.89913 4.18792 3.44954 4.91378C2.99994 5.63965 2.99994 6.34248 2.99994 7.74814V11.2371C2.99994 16.9205 7.54229 20.0804 10.173 21.4338C10.9066 21.8113 11.2734 22 11.9999 22C12.7264 22 13.0932 21.8113 13.8269 21.4338C16.4576 20.0804 20.9999 16.9205 20.9999 11.2371L20.9999 7.74814C20.9999 6.34249 20.9999 5.63966 20.5503 4.91378C20.1007 4.18791 19.6367 3.95706 18.7088 3.49534Z",
|
|
2676
2683
|
stroke: "currentColor",
|
|
2677
2684
|
strokeLinecap: "round",
|
|
@@ -2685,7 +2692,7 @@ var Fe = [["path", {
|
|
|
2685
2692
|
strokeLinejoin: "round",
|
|
2686
2693
|
strokeWidth: "1.5",
|
|
2687
2694
|
key: "1"
|
|
2688
|
-
}]],
|
|
2695
|
+
}]], Pt = [
|
|
2689
2696
|
["path", {
|
|
2690
2697
|
d: "M10.5 20.25C10.5 20.6642 10.1642 21 9.75 21C9.33579 21 9 20.6642 9 20.25C9 19.8358 9.33579 19.5 9.75 19.5C10.1642 19.5 10.5 19.8358 10.5 20.25Z",
|
|
2691
2698
|
stroke: "currentColor",
|
|
@@ -2718,19 +2725,33 @@ var Fe = [["path", {
|
|
|
2718
2725
|
strokeWidth: "1.5",
|
|
2719
2726
|
key: "3"
|
|
2720
2727
|
}]
|
|
2721
|
-
],
|
|
2728
|
+
], Ft = [["path", {
|
|
2722
2729
|
d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z",
|
|
2723
2730
|
stroke: "currentColor",
|
|
2724
2731
|
strokeWidth: "1.5",
|
|
2725
2732
|
key: "0"
|
|
2726
|
-
}]],
|
|
2733
|
+
}]], It = [["path", {
|
|
2727
2734
|
d: "M13.7276 3.44418L15.4874 6.99288C15.7274 7.48687 16.3673 7.9607 16.9073 8.05143L20.0969 8.58575C22.1367 8.92853 22.6167 10.4206 21.1468 11.8925L18.6671 14.3927C18.2471 14.8161 18.0172 15.6327 18.1471 16.2175L18.8571 19.3125C19.417 21.7623 18.1271 22.71 15.9774 21.4296L12.9877 19.6452C12.4478 19.3226 11.5579 19.3226 11.0079 19.6452L8.01827 21.4296C5.8785 22.71 4.57865 21.7522 5.13859 19.3125L5.84851 16.2175C5.97849 15.6327 5.74852 14.8161 5.32856 14.3927L2.84884 11.8925C1.389 10.4206 1.85895 8.92853 3.89872 8.58575L7.08837 8.05143C7.61831 7.9607 8.25824 7.48687 8.49821 6.99288L10.258 3.44418C11.2179 1.51861 12.7777 1.51861 13.7276 3.44418Z",
|
|
2728
2735
|
stroke: "currentColor",
|
|
2729
2736
|
strokeLinecap: "round",
|
|
2730
2737
|
strokeLinejoin: "round",
|
|
2731
2738
|
strokeWidth: "1.5",
|
|
2732
2739
|
key: "0"
|
|
2733
|
-
}]],
|
|
2740
|
+
}]], Lt = [["path", {
|
|
2741
|
+
d: "M16.9991 12C16.9991 14.7614 14.7605 17 11.9991 17C9.23766 17 6.99908 14.7614 6.99908 12C6.99908 9.23858 9.23766 7 11.9991 7C14.7605 7 16.9991 9.23858 16.9991 12Z",
|
|
2742
|
+
stroke: "currentColor",
|
|
2743
|
+
strokeLinecap: "round",
|
|
2744
|
+
strokeLinejoin: "round",
|
|
2745
|
+
strokeWidth: "1.5",
|
|
2746
|
+
key: "0"
|
|
2747
|
+
}], ["path", {
|
|
2748
|
+
d: "M12.1247 3.25H11.9997M12.1242 20.75H11.9992M20.75 12.125V12M3.25 12.125V12M18.2752 5.90098L18.1868 5.81259M5.90051 18.275L5.81212 18.1866M18.0987 18.2756L18.187 18.1872M5.72429 5.9012L5.81267 5.81282M12.2497 3.25C12.2497 3.38807 12.1378 3.5 11.9997 3.5C11.8616 3.5 11.7497 3.38807 11.7497 3.25C11.7497 3.11193 11.8616 3 11.9997 3C12.1378 3 12.2497 3.11193 12.2497 3.25ZM12.2492 20.75C12.2492 20.8881 12.1373 21 11.9992 21C11.8611 21 11.7492 20.8881 11.7492 20.75C11.7492 20.6119 11.8611 20.5 11.9992 20.5C12.1373 20.5 12.2492 20.6119 12.2492 20.75ZM20.75 12.25C20.6119 12.25 20.5 12.1381 20.5 12C20.5 11.8619 20.6119 11.75 20.75 11.75C20.8881 11.75 21 11.8619 21 12C21 12.1381 20.8881 12.25 20.75 12.25ZM3.25 12.25C3.11193 12.25 3 12.1381 3 12C3 11.8619 3.11193 11.75 3.25 11.75C3.38807 11.75 3.5 11.8619 3.5 12C3.5 12.1381 3.38807 12.25 3.25 12.25ZM18.3636 5.98937C18.266 6.087 18.1077 6.087 18.01 5.98937C17.9124 5.89174 17.9124 5.73345 18.01 5.63582C18.1077 5.53819 18.266 5.53819 18.3636 5.63582C18.4612 5.73345 18.4612 5.89174 18.3636 5.98937ZM5.9889 18.3634C5.89127 18.461 5.73297 18.461 5.63534 18.3634C5.53771 18.2658 5.53771 18.1075 5.63534 18.0099C5.73297 17.9122 5.89127 17.9122 5.9889 18.0099C6.08653 18.1075 6.08653 18.2658 5.9889 18.3634ZM18.0103 18.364C17.9126 18.2663 17.9126 18.108 18.0103 18.0104C18.1079 17.9128 18.2662 17.9128 18.3638 18.0104C18.4614 18.108 18.4614 18.2663 18.3638 18.364C18.2662 18.4616 18.1079 18.4616 18.0103 18.364ZM5.6359 5.98959C5.53827 5.89196 5.53827 5.73367 5.6359 5.63604C5.73353 5.53841 5.89182 5.53841 5.98945 5.63604C6.08708 5.73367 6.08708 5.89196 5.98945 5.98959C5.89182 6.08722 5.73353 6.08722 5.6359 5.98959Z",
|
|
2749
|
+
stroke: "currentColor",
|
|
2750
|
+
strokeLinecap: "round",
|
|
2751
|
+
strokeLinejoin: "round",
|
|
2752
|
+
strokeWidth: "1.5",
|
|
2753
|
+
key: "1"
|
|
2754
|
+
}]], Rt = [
|
|
2734
2755
|
["circle", {
|
|
2735
2756
|
cx: "1.5",
|
|
2736
2757
|
cy: "1.5",
|
|
@@ -2756,7 +2777,7 @@ var Fe = [["path", {
|
|
|
2756
2777
|
strokeWidth: "1.5",
|
|
2757
2778
|
key: "2"
|
|
2758
2779
|
}]
|
|
2759
|
-
],
|
|
2780
|
+
], zt = [
|
|
2760
2781
|
["path", {
|
|
2761
2782
|
d: "M15.1312 2.5C14.1462 2.17555 13.0936 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.9548 21.8396 9.94704 21.5422 9",
|
|
2762
2783
|
stroke: "currentColor",
|
|
@@ -2779,7 +2800,7 @@ var Fe = [["path", {
|
|
|
2779
2800
|
strokeWidth: "1.5",
|
|
2780
2801
|
key: "2"
|
|
2781
2802
|
}]
|
|
2782
|
-
],
|
|
2803
|
+
], Bt = [["path", {
|
|
2783
2804
|
d: "M4.00004 17C4.00004 17 9.99999 12.5811 10 11C10 9.41884 4 5 4 5",
|
|
2784
2805
|
stroke: "currentColor",
|
|
2785
2806
|
strokeLinecap: "round",
|
|
@@ -2793,14 +2814,14 @@ var Fe = [["path", {
|
|
|
2793
2814
|
strokeLinejoin: "round",
|
|
2794
2815
|
strokeWidth: "1.5",
|
|
2795
2816
|
key: "1"
|
|
2796
|
-
}]],
|
|
2817
|
+
}]], Vt = [["path", {
|
|
2797
2818
|
d: "M5 14L8.5 17.5L19 6.5",
|
|
2798
2819
|
stroke: "currentColor",
|
|
2799
2820
|
strokeLinecap: "round",
|
|
2800
2821
|
strokeLinejoin: "round",
|
|
2801
2822
|
strokeWidth: "1.5",
|
|
2802
2823
|
key: "0"
|
|
2803
|
-
}]],
|
|
2824
|
+
}]], Ht = [["path", {
|
|
2804
2825
|
d: "M2.99994 17C2.99994 17.93 2.99994 18.395 3.10216 18.7765C3.37956 19.8117 4.18821 20.6204 5.22348 20.8978C5.60498 21 6.06997 21 6.99994 21L16.9999 21C17.9299 21 18.3949 21 18.7764 20.8978C19.8117 20.6204 20.6203 19.8117 20.8977 18.7765C20.9999 18.395 20.9999 17.93 20.9999 17",
|
|
2805
2826
|
stroke: "currentColor",
|
|
2806
2827
|
strokeLinecap: "round",
|
|
@@ -2814,7 +2835,7 @@ var Fe = [["path", {
|
|
|
2814
2835
|
strokeLinejoin: "round",
|
|
2815
2836
|
strokeWidth: "1.5",
|
|
2816
2837
|
key: "1"
|
|
2817
|
-
}]],
|
|
2838
|
+
}]], Ut = [
|
|
2818
2839
|
["path", {
|
|
2819
2840
|
d: "M15.5 11C15.5 9.067 13.933 7.5 12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.933 10.067 14.5 12 14.5C13.933 14.5 15.5 12.933 15.5 11Z",
|
|
2820
2841
|
stroke: "currentColor",
|
|
@@ -2863,7 +2884,7 @@ var Fe = [["path", {
|
|
|
2863
2884
|
strokeWidth: "1.5",
|
|
2864
2885
|
key: "5"
|
|
2865
2886
|
}]
|
|
2866
|
-
],
|
|
2887
|
+
], Wt = [["path", {
|
|
2867
2888
|
d: "M17 8.5C17 5.73858 14.7614 3.5 12 3.5C9.23858 3.5 7 5.73858 7 8.5C7 11.2614 9.23858 13.5 12 13.5C14.7614 13.5 17 11.2614 17 8.5Z",
|
|
2868
2889
|
stroke: "currentColor",
|
|
2869
2890
|
strokeLinecap: "round",
|
|
@@ -2877,7 +2898,7 @@ var Fe = [["path", {
|
|
|
2877
2898
|
strokeLinejoin: "round",
|
|
2878
2899
|
strokeWidth: "1.5",
|
|
2879
2900
|
key: "1"
|
|
2880
|
-
}]],
|
|
2901
|
+
}]], Gt = [
|
|
2881
2902
|
["path", {
|
|
2882
2903
|
d: "M22 8C22 8 18 14 12 14C6 14 2 8 2 8",
|
|
2883
2904
|
stroke: "currentColor",
|
|
@@ -2917,7 +2938,7 @@ var Fe = [["path", {
|
|
|
2917
2938
|
strokeWidth: "1.5",
|
|
2918
2939
|
key: "4"
|
|
2919
2940
|
}]
|
|
2920
|
-
],
|
|
2941
|
+
], Kt = [["path", {
|
|
2921
2942
|
d: "M21.544 11.045C21.848 11.4713 22 11.6845 22 12C22 12.3155 21.848 12.5287 21.544 12.955C20.1779 14.8706 16.6892 19 12 19C7.31078 19 3.8221 14.8706 2.45604 12.955C2.15201 12.5287 2 12.3155 2 12C2 11.6845 2.15201 11.4713 2.45604 11.045C3.8221 9.12944 7.31078 5 12 5C16.6892 5 20.1779 9.12944 21.544 11.045Z",
|
|
2922
2943
|
stroke: "currentColor",
|
|
2923
2944
|
strokeWidth: "1.5",
|
|
@@ -2927,7 +2948,7 @@ var Fe = [["path", {
|
|
|
2927
2948
|
stroke: "currentColor",
|
|
2928
2949
|
strokeWidth: "1.5",
|
|
2929
2950
|
key: "1"
|
|
2930
|
-
}]],
|
|
2951
|
+
}]], qt = [
|
|
2931
2952
|
["path", {
|
|
2932
2953
|
d: "M9 5C9 3.58579 9 2.87868 9.43934 2.43934C9.87868 2 10.5858 2 12 2C13.4142 2 14.1213 2 14.5607 2.43934C15 2.87868 15 3.58579 15 5C15 6.41421 15 7.12132 14.5607 7.56066C14.1213 8 13.4142 8 12 8C10.5858 8 9.87868 8 9.43934 7.56066C9 7.12132 9 6.41421 9 5Z",
|
|
2933
2954
|
stroke: "currentColor",
|
|
@@ -2954,7 +2975,7 @@ var Fe = [["path", {
|
|
|
2954
2975
|
strokeWidth: "1.5",
|
|
2955
2976
|
key: "3"
|
|
2956
2977
|
}]
|
|
2957
|
-
],
|
|
2978
|
+
], Jt = [
|
|
2958
2979
|
["path", {
|
|
2959
2980
|
d: "M20.3584 13.3567C19.1689 14.546 16.9308 14.4998 13.4992 14.4998C11.2914 14.4998 9.50138 12.7071 9.50024 10.4993C9.50024 7.07001 9.454 4.83065 10.6435 3.64138C11.8329 2.45212 12.3583 2.50027 17.6274 2.50027C18.1366 2.49809 18.3929 3.11389 18.0329 3.47394L15.3199 6.18714C14.6313 6.87582 14.6294 7.99233 15.3181 8.68092C16.0068 9.36952 17.1234 9.36959 17.8122 8.68109L20.5259 5.96855C20.886 5.60859 21.5019 5.86483 21.4997 6.37395C21.4997 11.6422 21.5479 12.1675 20.3584 13.3567Z",
|
|
2960
2981
|
stroke: "currentColor",
|
|
@@ -2976,7 +2997,7 @@ var Fe = [["path", {
|
|
|
2976
2997
|
strokeWidth: "2",
|
|
2977
2998
|
key: "2"
|
|
2978
2999
|
}]
|
|
2979
|
-
],
|
|
3000
|
+
], Yt = [["path", {
|
|
2980
3001
|
d: "M8.62814 12.6736H8.16918C6.68545 12.6736 5.94358 12.6736 5.62736 12.1844C5.31114 11.6953 5.61244 11.0138 6.21504 9.65083L8.02668 5.55323C8.57457 4.314 8.84852 3.69438 9.37997 3.34719C9.91142 3 10.5859 3 11.935 3H14.0244C15.6632 3 16.4826 3 16.7916 3.53535C17.1007 4.0707 16.6942 4.78588 15.8811 6.21623L14.8092 8.10188C14.405 8.81295 14.2029 9.16849 14.2057 9.45952C14.2094 9.83775 14.4105 10.1862 14.7354 10.377C14.9854 10.5239 15.3927 10.5239 16.2074 10.5239C17.2373 10.5239 17.7523 10.5239 18.0205 10.7022C18.3689 10.9338 18.5513 11.3482 18.4874 11.7632C18.4382 12.0826 18.0918 12.4656 17.399 13.2317L11.8639 19.3523C10.7767 20.5545 10.2331 21.1556 9.86807 20.9654C9.50303 20.7751 9.67833 19.9822 10.0289 18.3962L10.7157 15.2896C10.9826 14.082 11.1161 13.4782 10.7951 13.0759C10.4741 12.6736 9.85877 12.6736 8.62814 12.6736Z",
|
|
2981
3002
|
stroke: "currentColor",
|
|
2982
3003
|
strokeLinejoin: "round",
|
|
@@ -2984,4 +3005,4 @@ var Fe = [["path", {
|
|
|
2984
3005
|
key: "0"
|
|
2985
3006
|
}]];
|
|
2986
3007
|
//#endregion
|
|
2987
|
-
export {
|
|
3008
|
+
export { Be as $, Tt as A, Ve as B, ft as C, et as D, qe as E, rt as F, Kt as G, Le as H, ct as I, Ue as J, Je as K, st as L, Ft as M, Qe as N, Jt as O, qt as P, Ut as Q, Bt as R, Et as S, Wt as T, He as U, _t as V, zt as W, wt as X, xt as Y, Ht as Z, Re as _, Me as _t, ze as a, yt as at, vt as b, Gt as c, Rt as ct, dt as d, It as dt, ht as et, pt as f, Ze as ft, ot as g, Pe as gt, Ct as h, mt as ht, Ge as i, Yt as it, Xe as j, kt as k, Ye as l, Lt as lt, jt as m, nt as mt, Ie as n, We as nt, lt as o, At as ot, $e as p, Ke as pt, ut as q, Fe as r, tt as rt, at as s, Nt as st, Pt as t, Mt as tt, St as u, gt as ut, Dt as v, je as vt, Vt as w, Ot as x, it as y, i as yt, bt as z };
|