@aifuxi/semi-illustrations-vue 0.1.0-alpha.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.
Files changed (44) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +22 -0
  3. package/dist/Illustration.test.d.ts +1 -0
  4. package/dist/SBOM.spdx.json +67 -0
  5. package/dist/THIRD_PARTY_LICENSES/Semi-Design.txt +83 -0
  6. package/dist/THIRD_PARTY_NOTICES.md +11 -0
  7. package/dist/components/Illustration.d.ts +6 -0
  8. package/dist/components/Illustration.js +13 -0
  9. package/dist/illustrations/IllustrationConstruction.d.ts +2 -0
  10. package/dist/illustrations/IllustrationConstruction.js +158 -0
  11. package/dist/illustrations/IllustrationConstructionDark.d.ts +2 -0
  12. package/dist/illustrations/IllustrationConstructionDark.js +160 -0
  13. package/dist/illustrations/IllustrationFailure.d.ts +2 -0
  14. package/dist/illustrations/IllustrationFailure.js +328 -0
  15. package/dist/illustrations/IllustrationFailureDark.d.ts +2 -0
  16. package/dist/illustrations/IllustrationFailureDark.js +317 -0
  17. package/dist/illustrations/IllustrationIdle.d.ts +2 -0
  18. package/dist/illustrations/IllustrationIdle.js +147 -0
  19. package/dist/illustrations/IllustrationIdleDark.d.ts +2 -0
  20. package/dist/illustrations/IllustrationIdleDark.js +136 -0
  21. package/dist/illustrations/IllustrationNoAccess.d.ts +2 -0
  22. package/dist/illustrations/IllustrationNoAccess.js +123 -0
  23. package/dist/illustrations/IllustrationNoAccessDark.d.ts +2 -0
  24. package/dist/illustrations/IllustrationNoAccessDark.js +114 -0
  25. package/dist/illustrations/IllustrationNoContent.d.ts +2 -0
  26. package/dist/illustrations/IllustrationNoContent.js +130 -0
  27. package/dist/illustrations/IllustrationNoContentDark.d.ts +2 -0
  28. package/dist/illustrations/IllustrationNoContentDark.js +125 -0
  29. package/dist/illustrations/IllustrationNoResult.d.ts +2 -0
  30. package/dist/illustrations/IllustrationNoResult.js +125 -0
  31. package/dist/illustrations/IllustrationNoResultDark.d.ts +2 -0
  32. package/dist/illustrations/IllustrationNoResultDark.js +121 -0
  33. package/dist/illustrations/IllustrationNotFound.d.ts +2 -0
  34. package/dist/illustrations/IllustrationNotFound.js +110 -0
  35. package/dist/illustrations/IllustrationNotFoundDark.d.ts +2 -0
  36. package/dist/illustrations/IllustrationNotFoundDark.js +108 -0
  37. package/dist/illustrations/IllustrationSuccess.d.ts +2 -0
  38. package/dist/illustrations/IllustrationSuccess.js +107 -0
  39. package/dist/illustrations/IllustrationSuccessDark.d.ts +2 -0
  40. package/dist/illustrations/IllustrationSuccessDark.js +109 -0
  41. package/dist/illustrations/index.d.ts +16 -0
  42. package/dist/index.d.ts +2 -0
  43. package/dist/index.js +18 -0
  44. package/package.json +61 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 aifuxi
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # @aifuxi/semi-illustrations-vue
2
+
3
+ 从固定 Semi Design `v2.102.0` 资源生成的 Vue 3 light/dark 插画组件。
4
+
5
+ > 本包是独立 Vue 复刻项目的一部分,不是 Semi Design 官方 Vue 版本。
6
+
7
+ ## 安装与使用
8
+
9
+ ```bash
10
+ pnpm add @aifuxi/semi-illustrations-vue@next
11
+ ```
12
+
13
+ ```ts
14
+ import { IllustrationNoContent } from '@aifuxi/semi-illustrations-vue';
15
+ import IllustrationNoContentDirect from '@aifuxi/semi-illustrations-vue/illustrations/IllustrationNoContent';
16
+ ```
17
+
18
+ 本包为 ESM-only,要求 Vue `>=3.5.0`,支持根入口、`Illustration` 工厂和逐插画子路径。
19
+
20
+ ## 许可与归属
21
+
22
+ 项目代码使用 MIT License。Semi Design 的原始 MIT 许可、第三方声明和 SPDX 2.3 SBOM 随包发布。
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,67 @@
1
+ {
2
+ "spdxVersion": "SPDX-2.3",
3
+ "dataLicense": "CC0-1.0",
4
+ "SPDXID": "SPDXRef-DOCUMENT",
5
+ "name": "@aifuxi/semi-illustrations-vue-0.1.0-alpha.0",
6
+ "documentNamespace": "https://github.com/aifuxi/semi-ui-vue/spdx/%40aifuxi%2Fsemi-illustrations-vue/0.1.0-alpha.0/cdfba6e520fc83ad871b30f51f36d8af3aaa5a21/cccf93e82b47e1df",
7
+ "documentDescribes": [
8
+ "SPDXRef-Package-Workspace"
9
+ ],
10
+ "creationInfo": {
11
+ "created": "2026-08-30T08:37:09.124Z",
12
+ "creators": [
13
+ "Tool: semi-ui-vue-workspace"
14
+ ]
15
+ },
16
+ "packages": [
17
+ {
18
+ "SPDXID": "SPDXRef-Package-Workspace",
19
+ "name": "@aifuxi/semi-illustrations-vue",
20
+ "versionInfo": "0.1.0-alpha.0",
21
+ "supplier": "Person: aifuxi",
22
+ "downloadLocation": "https://github.com/aifuxi/semi-ui-vue",
23
+ "filesAnalyzed": false,
24
+ "licenseConcluded": "MIT",
25
+ "licenseDeclared": "MIT",
26
+ "primaryPackagePurpose": "LIBRARY"
27
+ },
28
+ {
29
+ "SPDXID": "SPDXRef-Package-Semi-Design",
30
+ "name": "@douyinfe/semi-design",
31
+ "versionInfo": "2.102.0",
32
+ "supplier": "Organization: DouyinFE",
33
+ "downloadLocation": "https://github.com/DouyinFE/semi-design",
34
+ "filesAnalyzed": false,
35
+ "licenseConcluded": "MIT",
36
+ "licenseDeclared": "MIT",
37
+ "externalRefs": [
38
+ {
39
+ "referenceCategory": "PACKAGE-MANAGER",
40
+ "referenceType": "purl",
41
+ "referenceLocator": "pkg:github/DouyinFE/semi-design@cdfba6e520fc83ad871b30f51f36d8af3aaa5a21"
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "SPDXID": "SPDXRef-Package-vue",
47
+ "name": "vue",
48
+ "versionInfo": ">=3.5.0",
49
+ "downloadLocation": "NOASSERTION",
50
+ "filesAnalyzed": false,
51
+ "licenseConcluded": "NOASSERTION",
52
+ "licenseDeclared": "NOASSERTION"
53
+ }
54
+ ],
55
+ "relationships": [
56
+ {
57
+ "spdxElementId": "SPDXRef-Package-Workspace",
58
+ "relationshipType": "DERIVED_FROM",
59
+ "relatedSpdxElement": "SPDXRef-Package-Semi-Design"
60
+ },
61
+ {
62
+ "spdxElementId": "SPDXRef-Package-Workspace",
63
+ "relationshipType": "DEPENDS_ON",
64
+ "relatedSpdxElement": "SPDXRef-Package-vue"
65
+ }
66
+ ]
67
+ }
@@ -0,0 +1,83 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 DouyinFE
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ The code implementation of the external library is referenced by DouyinFe are:
24
+
25
+ - animate.css
26
+
27
+ The MIT License (MIT)
28
+
29
+ Copyright (c) 2020 Daniel Eden
30
+
31
+ Permission is hereby granted, free of charge, to any person obtaining a copy
32
+ of this software and associated documentation files (the "Software"), to deal
33
+ in the Software without restriction, including without limitation the rights
34
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35
+ copies of the Software, and to permit persons to whom the Software is
36
+ furnished to do so, subject to the following conditions:
37
+
38
+ The above copyright notice and this permission notice shall be included in all
39
+ copies or substantial portions of the Software.
40
+
41
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47
+ SOFTWARE.
48
+
49
+ - Ant Design
50
+ MIT LICENSE
51
+
52
+ Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/
53
+
54
+ Permission is hereby granted, free of charge, to any person obtaining
55
+ a copy of this software and associated documentation files (the
56
+ "Software"), to deal in the Software without restriction, including
57
+ without limitation the rights to use, copy, modify, merge, publish,
58
+ distribute, sublicense, and/or sell copies of the Software, and to
59
+ permit persons to whom the Software is furnished to do so, subject to
60
+ the following conditions:
61
+
62
+ The above copyright notice and this permission notice shall be
63
+ included in all copies or substantial portions of the Software.
64
+
65
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
66
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
67
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
68
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
69
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
70
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
71
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
72
+
73
+ - rc-tree
74
+
75
+ MIT LICENSE
76
+
77
+ Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
78
+
79
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
80
+
81
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
82
+
83
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,11 @@
1
+ # Third-Party Notices
2
+
3
+ This package is part of an independent Vue implementation derived from or interoperating with Semi Design v2.102.0. It is not an official Semi Design Vue package and does not imply authorization, partnership, or endorsement by DouyinFE.
4
+
5
+ - Project: Semi Design
6
+ - Copyright: Copyright (c) 2021 DouyinFE
7
+ - License: MIT, including the upstream third-party notices
8
+ - Source: https://github.com/DouyinFE/semi-design
9
+ - Reference commit: cdfba6e520fc83ad871b30f51f36d8af3aaa5a21
10
+
11
+ The complete upstream license and notices are included at `THIRD_PARTY_LICENSES/Semi-Design.txt`.
@@ -0,0 +1,6 @@
1
+ import { DefineComponent, HTMLAttributes, SVGAttributes, VNode } from 'vue';
2
+ export type IllustrationProps = HTMLAttributes & SVGAttributes;
3
+ export type IllustrationSvgProps = Record<string, unknown>;
4
+ export type IllustrationSvgRenderer = (props: IllustrationSvgProps) => VNode;
5
+ export type SemiIllustrationComponent = DefineComponent<Record<string, never>>;
6
+ export declare function convertIllustration(renderSvg: IllustrationSvgRenderer, componentName: string): SemiIllustrationComponent;
@@ -0,0 +1,13 @@
1
+ import { defineComponent as e } from "vue";
2
+ //#region src/components/Illustration.ts
3
+ function t(t, n) {
4
+ return e({
5
+ name: n,
6
+ inheritAttrs: !1,
7
+ setup(e, { attrs: n }) {
8
+ return () => t(n);
9
+ }
10
+ });
11
+ }
12
+ //#endregion
13
+ export { t as convertIllustration };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('..').SemiIllustrationComponent;
2
+ export default _default;
@@ -0,0 +1,158 @@
1
+ import { convertIllustration as e } from "../components/Illustration.js";
2
+ import { h as t } from "vue";
3
+ //#region src/illustrations/IllustrationConstruction.ts
4
+ function n(e) {
5
+ return t("svg", {
6
+ width: 200,
7
+ height: 200,
8
+ viewBox: "0 0 200 200",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ focusable: !1,
12
+ "aria-hidden": !0,
13
+ ...e
14
+ }, [
15
+ t("rect", {
16
+ width: 200,
17
+ height: 200,
18
+ fill: "transparent"
19
+ }, void 0),
20
+ t("ellipse", {
21
+ cx: 175.426,
22
+ cy: 90.4577,
23
+ rx: 16.5618,
24
+ ry: 67.0109,
25
+ fill: "var(--semi-color-primary-light-default)"
26
+ }, void 0),
27
+ t("path", {
28
+ "fill-rule": "evenodd",
29
+ "clip-rule": "evenodd",
30
+ d: "M179.01 25.02c-7.42 6.63-12.97 33.4-12.97 65.44 0 32.02 5.55 58.8 12.97 65.43a5.4 5.4 0 0 1-3.58 1.58c-9.15 0-16.57-30-16.57-67.01 0-37.01 7.42-67.02 16.57-67.02a5.4 5.4 0 0 1 3.58 1.58Z",
31
+ fill: "var(--semi-color-primary)"
32
+ }, void 0),
33
+ t("path", {
34
+ "fill-rule": "evenodd",
35
+ "clip-rule": "evenodd",
36
+ d: "M12.66 36.64c1.67-5.91 7.26-9.61 12.7-12.15 1.85 2.97 4.3 5.94 7.09 7 3.16 1.2 6.1-1.62 6.47-4.29.2-1.31-1.1-4.15-2.04-5.28-.93-1.12-2.4-1.92-4.43-2.18a14.4 14.4 0 0 0-7.09 1.1c-1.62-3-2.54-6.6-2.37-10.14l-1.38-.1c-.18 3.82.78 7.63 2.44 10.82-5.63 2.72-10.9 8.34-12.7 14.71l1.31.5Z",
37
+ fill: "var(--semi-color-primary-light-hover)"
38
+ }, void 0),
39
+ t("path", {
40
+ "fill-rule": "evenodd",
41
+ "clip-rule": "evenodd",
42
+ d: "M20.7 23.93c-3.71 2.46-6.75 5.94-7.98 9.64l-1.3-.43c1.34-4.08 4.63-7.78 8.53-10.36a24.77 24.77 0 0 1 4.16-2.22 16.19 16.19 0 0 1-2.44-9.23l1.38.08c-.17 3.03.75 6.1 2.37 8.66a16.61 16.61 0 0 1 7.09-.94c2.03.22 3.5.9 4.43 1.87a3.8 3.8 0 0 1 1.08 3.28c-.38 2.29-2.83 3.92-5.99 2.9a14.7 14.7 0 0 1-7.14-5.45 23.28 23.28 0 0 0-4.18 2.2Zm5.55-2.68a13.2 13.2 0 0 0 6.2 4.62c2.5.8 4-.5 4.21-1.81a2.42 2.42 0 0 0-.71-2.1c-.65-.67-1.78-1.26-3.6-1.46-1.9-.2-4 .08-6.1.75Z",
43
+ fill: "var(--semi-color-primary)"
44
+ }, void 0),
45
+ t("path", {
46
+ d: "M174.3 53.76a11.24 11.24 0 0 1-2.75 15.66 11.24 11.24 0 0 1-15.7-2.53 11.24 11.24 0 0 1 2.76-15.66 11.24 11.24 0 0 1 15.7 2.53Z",
47
+ fill: "white",
48
+ stroke: "#515151"
49
+ }, void 0),
50
+ t("path", {
51
+ "fill-rule": "evenodd",
52
+ "clip-rule": "evenodd",
53
+ d: "M154.18 64.88c3.35-.11 6.93-1.44 9.38-5.07l1.32-1.96c2.35-3.54 3.1-4.65 4.75-4.65.5 0 1.07.1 1.7.22 1.08.21 2.3.44 3.46.16l-.08-.11a11.74 11.74 0 0 0-16.39-2.65 11.8 11.8 0 0 0-4.14 14.06Z",
54
+ fill: "#515151"
55
+ }, void 0),
56
+ t("ellipse", {
57
+ cx: 174.584,
58
+ cy: 58.9818,
59
+ rx: .826454,
60
+ ry: .964193,
61
+ fill: "#515151"
62
+ }, void 0),
63
+ t("path", {
64
+ d: "M166.48 57.62a2.37 2.37 0 1 1-3.87 2.75 2.37 2.37 0 0 1 3.87-2.75Z",
65
+ fill: "white",
66
+ stroke: "#515151"
67
+ }, void 0),
68
+ t("path", {
69
+ "fill-rule": "evenodd",
70
+ "clip-rule": "evenodd",
71
+ d: "M66.29 27.92c2.24 0 3.99-1.76 3.99-3.86 0-2.1-1.75-3.86-4-3.86-2.23 0-3.99 1.76-3.99 3.86 0 2.1 1.76 3.86 4 3.86Zm0 1.38a5.3 5.3 0 0 0 5.37-5.24 5.3 5.3 0 0 0-5.37-5.23 5.3 5.3 0 0 0-5.38 5.23 5.3 5.3 0 0 0 5.38 5.24Z",
72
+ fill: "var(--semi-color-primary)"
73
+ }, void 0),
74
+ t("path", {
75
+ "fill-rule": "evenodd",
76
+ "clip-rule": "evenodd",
77
+ d: "M128.27 45.4c2.24 0 4-1.76 4-3.85 0-2.1-1.76-3.86-4-3.86s-4 1.76-4 3.86c0 2.1 1.76 3.85 4 3.85Zm0 1.38a5.3 5.3 0 0 0 5.37-5.23 5.3 5.3 0 0 0-5.37-5.24 5.3 5.3 0 0 0-5.37 5.24 5.3 5.3 0 0 0 5.37 5.23Z",
78
+ fill: "var(--semi-color-primary)"
79
+ }, void 0),
80
+ t("path", {
81
+ d: "M64.6 65.95 55 48.38l23.93 7.12L64.6 65.95Z",
82
+ fill: "var(--semi-color-primary-light-hover)"
83
+ }, void 0),
84
+ t("path", {
85
+ "fill-rule": "evenodd",
86
+ "clip-rule": "evenodd",
87
+ d: "m58.08 48.38 18.16 5.52-10.42 7.27-.79-1.13 8.1-5.65-15.45-4.7.4-1.31Z",
88
+ fill: "var(--semi-color-primary)"
89
+ }, void 0),
90
+ t("path", {
91
+ "fill-rule": "evenodd",
92
+ "clip-rule": "evenodd",
93
+ d: "M103.65 37.15c-1.41 1.57-6.55 7.1-7.82 8.37 3.01-3.17 1.42-6.8-.74-7.44l-.61-.17c-2.41-.69-6.42-1.82-4.43-4.9 2.17-3.35.83-5.95-3.17-7.4 1.43-1.74 7.76-8.85 8.33-8.63h.02l.22-.6c2.08.75 3.62 1.85 4.3 3.35.69 1.53.38 3.27-.78 5.07-.47.72-.48 1.2-.37 1.52.12.35.44.71 1.01 1.06.95.58 2.26.95 3.36 1.27l.65.18c2.87.86 3.84 4.78.03 8.32Zm-8.2 8.74Z",
94
+ fill: "var(--semi-color-primary-light-hover)"
95
+ }, void 0),
96
+ t("path", {
97
+ "fill-rule": "evenodd",
98
+ "clip-rule": "evenodd",
99
+ d: "M103.29 36.76c3.2-2.97 1.54-6.15-.1-6.64l-.56-.16c-1.1-.31-2.64-.75-3.77-1.44-.69-.42-1.33-1-1.6-1.8-.28-.84-.1-1.75.52-2.7 1-1.56 1.11-2.8.68-3.76-.46-1-1.59-1.93-3.5-2.62l.46-1.3c2.07.75 3.62 1.86 4.3 3.35.69 1.54.38 3.28-.79 5.07-.46.72-.48 1.2-.37 1.52.12.36.45.72 1.02 1.06.95.59 2.26.96 3.36 1.27l.65.19c2.87.85 4.45 5.43.64 8.97l-.94-1Z",
100
+ fill: "var(--semi-color-primary)"
101
+ }, void 0),
102
+ t("path", {
103
+ "fill-rule": "evenodd",
104
+ "clip-rule": "evenodd",
105
+ d: "M40.57 60.4c-.05 1.6-1.2 8.02-1.32 9.38.2-3.33-2.5-4.66-4.08-3.97l-.44.2c-1.74.78-4.64 2.09-4.98-.68-.39-3.02-2.44-3.87-5.48-2.75-.03-1.72 1.04-9.64 1.49-9.8h.01l-.17-.46c1.58-.58 3.02-.7 4.14-.16 1.16.56 1.84 1.72 2.04 3.34.08.65.31.93.53 1.07.25.15.61.2 1.11.12.84-.13 1.8-.56 2.59-.91l.47-.21c2.08-.91 4.58.89 4.1 4.83Zm-1.35 9.78Z",
106
+ fill: "var(--semi-color-primary-light-hover)"
107
+ }, void 0),
108
+ t("path", {
109
+ "fill-rule": "evenodd",
110
+ "clip-rule": "evenodd",
111
+ d: "M40.17 60.35c.41-3.3-2.12-4.34-3.31-3.83l-.41.19c-.8.35-1.9.86-2.9 1.01-.61.1-1.27.07-1.82-.26-.58-.35-.92-.97-1.03-1.83-.17-1.4-.72-2.18-1.44-2.52-.76-.36-1.87-.35-3.33.2l-.37-1c1.58-.57 3.02-.69 4.15-.15 1.16.55 1.83 1.72 2.03 3.34.09.65.31.93.53 1.06.25.15.62.2 1.12.12.84-.12 1.78-.55 2.58-.9l.47-.22c2.09-.9 5.26.98 4.78 4.92l-1.05-.13Z",
112
+ fill: "var(--semi-color-primary)"
113
+ }, void 0),
114
+ t("path", {
115
+ d: "M165.83 33.67c-.64 3.57 1.4 5.27 5.24 5.08-1.67 1.04-8.8 5.26-10.02 5.42-1.52.2-5.3-.94-5.06-3.83.25-2.9-.05-4.17-2.69-4.03-2.63.15-3.75 1.24-5.52-.95-1.76-2.2-2.15-2.79-.9-5.18 1-1.91 8.19-5.09 9.9-5.39-1.78 3.96.94 6.64 3.05 6.4 2.12-.22 6.64-1.08 6 2.48Z",
116
+ fill: "var(--semi-color-primary-light-hover)"
117
+ }, void 0),
118
+ t("path", {
119
+ "fill-rule": "evenodd",
120
+ "clip-rule": "evenodd",
121
+ d: "M147.34 30.58c-1.62 3.58.86 5.6 2.34 5.44l.53-.07a14.4 14.4 0 0 1 3.68-.11c.72.1 1.48.36 2 .96.55.62.72 1.47.54 2.5-.3 1.64.04 2.69.72 3.32.72.66 1.97 1.04 3.81.94l.07 1.38c-2 .1-3.7-.28-4.81-1.31-1.14-1.06-1.5-2.65-1.15-4.57.14-.76-.02-1.14-.2-1.35-.22-.24-.6-.42-1.19-.51-1-.16-2.2 0-3.24.12l-.61.07c-2.76.3-5.72-3.04-3.75-7.38l1.26.57Z",
122
+ fill: "var(--semi-color-primary)"
123
+ }, void 0),
124
+ t("path", {
125
+ d: "M32.4 99.7c.17 2.63-.97 4.05-3.42 3.66-2.46-.4-1.81 2.69-1.63 4.14.18 1.45-1.62 3.34-4.36 2.16l.47-10.92c1.34.5 1.4.8 3.54-.49 2.13-1.29.75-4.83 1.24-5.62.5-.8 1.05.02 3.09-.35.77-.15 1.18-.72 1.38-1.39l.07-2.17c.1.55.15 1.43-.07 2.17l-.31 8.8Z",
126
+ fill: "var(--semi-color-primary-light-hover)"
127
+ }, void 0),
128
+ t("path", {
129
+ "fill-rule": "evenodd",
130
+ "clip-rule": "evenodd",
131
+ d: "M23.65 98.01c2.35 1.02 3.5-.63 3.4-1.45l-.05-.35c-.1-.7-.24-1.73-.13-2.59.07-.52.25-1.1.7-1.52.5-.44 1.15-.56 1.9-.44 1.08.17 1.71-.07 2.07-.47.4-.44.63-1.23.55-2.47l1.37-.09c.1 1.4-.14 2.64-.9 3.48-.77.86-1.94 1.13-3.31.9-.48-.07-.66.04-.74.11-.11.1-.22.3-.27.69-.1.65.02 1.44.12 2.15l.05.43c.27 2.1-2.2 4.24-5.31 2.89l.55-1.27Z",
132
+ fill: "var(--semi-color-primary)"
133
+ }, void 0),
134
+ t("path", {
135
+ d: "M149.6 62.18c3.54 3.54 6.73 8.55 6.87 14.08 0 3.1-.15 7.4-1.6 13.37-.66 6.73-2.03 20.43-2.28 21.37l12.18.2c.34-1.17 2.82-11.62 3.83-14.11a9.5 9.5 0 0 1 1.61-2.85c.63-.71 1.4-.99 2.12-1.32.8-.34 1.74-.46 2.9-.34l.56.08c1.03.18 2.04.54 2.9 1.13a5.9 5.9 0 0 1 2.5 4.5c.66 6.6.2 13.73-.28 20.37v.03c-.14 1.96-.84 11.64-4.67 14.9-2.24 1.88-14.75 2.34-26.43 2.36l-2.46 22.88c4.48-.23 12.72 1.43 15.14 8.55 2.41 7.12-4.21 7.6-11.06 7.88-5.48.21-19.5.09-25.55 0-5.37 4.62-13.17 7.44-24.07 7.13-19.55-.56-60.95-4.4-61.9-4.1 1.08.82 3.23 2.75 3.2 4.02-.03 1.58-2.4 2.8-11.17 2.9-8.76.1-14.34-2.52-14.16-7.01.04-.97.32-2.39.78-4.1-5.28-.66-11.49-.52-10.43-8.1 1.72-12.31 15.88-29.62 19.83-32.02 3.95-2.4 11.5-1.8 16.77-1.11-3.28-5.06-5.6-11.87-4.33-20.6.65-4.43 2.75-9.81 7.02-15.42a82.24 82.24 0 0 1 3.67-4.45c10.28-11.67 25.82-23.79 35.5-31.07 5.89-4.43 14.79-7.84 19.87-9.17 18.61-4.85 33.02-.96 43.14 10.02Z",
136
+ fill: "white"
137
+ }, void 0),
138
+ t("path", {
139
+ d: "M146.52 110.94c-3.71 6.73-4.9 7.34-6.3 7.13-1.4-.2-2.14-4.66.84-6.29 1.09-.6 2.94-.84 5.46-.84Zm0 0c4.52-8.8 6.99-15.77 8.34-21.31m-8.34 21.31c1.56 0 3.75.03 6.07.06m-22.63 24.68c-7.87-.16-21.74.4-27.73-9.35a16.2 16.2 0 0 1-2.27-6.16m30 15.51c3.6 4.6 7.74 14.23 4.31 26.15-1.52 5.27-4.13 9.76-8.39 13.43m4.08-39.58c3.32.07 11.36.29 19.85.27m-40.95-46.5c-5.27 13.02-10.13 22.49-8.9 30.72m0 0c-1.3-.6-11.71-.98-17.74 1.34-4.9-1.34-31.24-13.22-31.13-29.1M39.92 178.3c.94-.32 42.34 3.53 61.89 4.09 10.9.31 18.7-2.51 24.07-7.13m-85.96 3.04a84.2 84.2 0 0 1-6.88-1.57m6.88 1.57c1.07.8 3.22 2.74 3.19 4-.03 1.59-2.4 2.81-11.17 2.91-8.76.1-14.34-2.52-14.16-7.01.04-.97.32-2.39.78-4.1m34.41-32.49c-2.46-.06-9.86-.78-14.88-.27-1.3.14-5.48 1.25-10.13 9.6a120.44 120.44 0 0 0-9.4 23.15m34.41-32.48c2.46.07 22.49 1.59 25.99 4.41 3.5 2.83-2.93 3.67-7.85 2.9-4.91-.78-11.47-1.72-18.14-7.3Zm0 0a35.32 35.32 0 0 1-8.24-8.74M51.1 92.4a82.24 82.24 0 0 0-3.67 4.45c-4.27 5.6-6.37 11-7.02 15.42-1.28 8.73 1.05 15.54 4.33 20.6M51.1 92.4c10.28-11.67 25.82-23.79 35.5-31.07 5.89-4.43 14.79-7.84 19.87-9.17 18.61-4.85 33.02-.96 43.14 10.02 3.54 3.54 6.73 8.55 6.87 14.08 0 3.1-.15 7.4-1.6 13.37M44.72 132.87c-5.27-.7-12.82-1.3-16.77 1.1C24.01 136.39 9.85 153.7 8.13 166c-1.06 7.59 5.15 7.45 10.43 8.1m136.3-84.46c-.65 6.73-2.02 20.43-2.27 21.37m0 0 12.18.2c.34-1.17 2.82-11.62 3.83-14.11a9.5 9.5 0 0 1 1.61-2.85c.63-.71 1.4-.99 2.12-1.32m-22.52 43.03c11.68-.02 24.2-.48 26.43-2.37 3.85-3.26 4.53-13.02 4.67-14.92.47-6.64.94-13.76.28-20.38a5.9 5.9 0 0 0-2.5-4.49m-28.88 42.16-2.46 22.88c4.48-.23 12.72 1.43 15.14 8.55 2.41 7.12-4.21 7.6-11.06 7.88-5.48.21-19.5.09-25.55 0m23.35-9.25c2.2.1 5.64.7 7.84 3.88 1.17 1.7.52 3.27-.62 3.94-1 .58-2.38.38-2.96.14-1.44-.57-4.87-1.1-6.22-.87-1.34.22-3.19 1.58-4.98 1.58-1.79 0-3.83-.67-4.9-2.1m41.3-78.79c-1.28.56-2.06 2.7-2.34 4.32-.27 1.63-1.23 7.95-1.32 9.48m3.66-13.8a7.28 7.28 0 0 0-2.9-1.13m0 0a9.2 9.2 0 0 0-.57-.08 5.73 5.73 0 0 0-2.9.34m3.47-.26c-1.15.4-2.14 2.47-2.57 3.82-.42 1.36-.96 3.14-2.22 10.24m1.33-13.8c-1.7 1.97-3.2 6.4-4.5 13.1",
140
+ stroke: "#515151"
141
+ }, void 0),
142
+ t("path", {
143
+ d: "M44.53 141.29c-.7-.74-2.59-7-2.67-8.77l2.67.23c1.9 3.58 6.4 7.37 8.43 8.82-2.2-.1-6.95-.28-8.43-.28Z",
144
+ fill: "#515151"
145
+ }, void 0),
146
+ t("path", {
147
+ d: "M135.3 175.44c-2.57-1.04-3.2-4.76-3-8.7-.89 2.79-4.1 6.89-6.49 8.7h9.5Z",
148
+ fill: "#515151"
149
+ }, void 0),
150
+ t("path", {
151
+ d: "M121.71 140.8c-8.99-2.04-14.92-6.8-17.57-11.67.46.39 3.28 2.57 5.93 3.8 6.86 3.17 18.16 2.8 20.05 2.8 1.23 1.47 2.88 4.85 3.52 6.3-1.1 0-6.21.06-11.93-1.23Z",
152
+ fill: "#515151"
153
+ }, void 0)
154
+ ]);
155
+ }
156
+ var r = e(n, "IllustrationConstruction");
157
+ //#endregion
158
+ export { r as default };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('..').SemiIllustrationComponent;
2
+ export default _default;
@@ -0,0 +1,160 @@
1
+ import { convertIllustration as e } from "../components/Illustration.js";
2
+ import { h as t } from "vue";
3
+ //#region src/illustrations/IllustrationConstructionDark.ts
4
+ function n(e) {
5
+ return t("svg", {
6
+ width: 200,
7
+ height: 200,
8
+ viewBox: "0 0 200 200",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ focusable: !1,
12
+ "aria-hidden": !0,
13
+ ...e
14
+ }, [
15
+ t("ellipse", {
16
+ cx: 175.426,
17
+ cy: 90.4572,
18
+ rx: 16.5618,
19
+ ry: 67.0109,
20
+ fill: "var(--semi-color-primary)",
21
+ "fill-opacity": .2
22
+ }, void 0),
23
+ t("path", {
24
+ "fill-rule": "evenodd",
25
+ "clip-rule": "evenodd",
26
+ d: "M179.01 25.02c-7.42 6.63-12.97 33.4-12.97 65.44 0 32.02 5.55 58.8 12.97 65.43a5.4 5.4 0 0 1-3.58 1.58c-9.15 0-16.57-30-16.57-67.01 0-37.01 7.42-67.02 16.56-67.02a5.4 5.4 0 0 1 3.6 1.58Z",
27
+ fill: "var(--semi-color-primary)"
28
+ }, void 0),
29
+ t("path", {
30
+ "fill-rule": "evenodd",
31
+ "clip-rule": "evenodd",
32
+ d: "M12.66 36.64c1.67-5.91 7.26-9.61 12.7-12.15 1.85 2.97 4.3 5.94 7.09 7 3.16 1.2 6.1-1.62 6.47-4.29.2-1.31-1.1-4.15-2.04-5.28-.93-1.12-2.4-1.92-4.43-2.18a14.4 14.4 0 0 0-7.09 1.1c-1.62-3-2.54-6.6-2.37-10.14l-1.38-.1c-.18 3.82.78 7.63 2.44 10.82-5.63 2.72-10.9 8.34-12.7 14.71l1.31.5Z",
33
+ fill: "var(--semi-color-primary)",
34
+ "fill-opacity": .2
35
+ }, void 0),
36
+ t("path", {
37
+ "fill-rule": "evenodd",
38
+ "clip-rule": "evenodd",
39
+ d: "M20.7 23.93c-3.71 2.46-6.75 5.94-7.98 9.64l-1.3-.43c1.34-4.08 4.63-7.78 8.53-10.36a24.77 24.77 0 0 1 4.16-2.22 16.19 16.19 0 0 1-2.44-9.23l1.38.07c-.17 3.04.75 6.1 2.37 8.67a16.61 16.61 0 0 1 7.09-.94c2.03.22 3.5.9 4.43 1.87a3.8 3.8 0 0 1 1.08 3.28c-.38 2.29-2.83 3.92-5.99 2.9a14.7 14.7 0 0 1-7.14-5.45 23.28 23.28 0 0 0-4.18 2.2Zm5.55-2.68a13.2 13.2 0 0 0 6.2 4.62c2.5.8 4-.5 4.21-1.81a2.42 2.42 0 0 0-.71-2.1c-.65-.67-1.78-1.26-3.6-1.46-1.9-.2-4 .07-6.1.75Z",
40
+ fill: "var(--semi-color-primary)"
41
+ }, void 0),
42
+ t("path", {
43
+ d: "M174.3 53.76a11.24 11.24 0 0 1-2.75 15.66 11.24 11.24 0 0 1-15.7-2.53 11.24 11.24 0 0 1 2.76-15.66 11.24 11.24 0 0 1 15.7 2.53Z",
44
+ fill: "#C6CACD",
45
+ stroke: "#1C1F23"
46
+ }, void 0),
47
+ t("ellipse", {
48
+ cx: 174.584,
49
+ cy: 58.9818,
50
+ rx: .826454,
51
+ ry: .964193,
52
+ fill: "#1C1F23"
53
+ }, void 0),
54
+ t("path", {
55
+ "fill-rule": "evenodd",
56
+ "clip-rule": "evenodd",
57
+ d: "M154.18 64.88c3.35-.11 6.93-1.44 9.38-5.07l1.32-1.96c2.35-3.54 3.09-4.65 4.75-4.65.5 0 1.07.1 1.7.22 1.08.21 2.3.44 3.46.16l-.08-.11a11.74 11.74 0 0 0-16.39-2.65 11.8 11.8 0 0 0-4.14 14.06Z",
58
+ fill: "#1C1F23"
59
+ }, void 0),
60
+ t("path", {
61
+ d: "M166.48 57.62a2.37 2.37 0 1 1-3.87 2.75 2.37 2.37 0 0 1 3.87-2.75Z",
62
+ fill: "#C6CACD",
63
+ stroke: "#1C1F23"
64
+ }, void 0),
65
+ t("path", {
66
+ "fill-rule": "evenodd",
67
+ "clip-rule": "evenodd",
68
+ d: "M66.29 27.92c2.24 0 3.99-1.76 3.99-3.86 0-2.1-1.75-3.86-4-3.86-2.23 0-3.99 1.76-3.99 3.86 0 2.1 1.76 3.86 4 3.86Zm0 1.37a5.3 5.3 0 0 0 5.37-5.23 5.3 5.3 0 0 0-5.37-5.23 5.3 5.3 0 0 0-5.38 5.23 5.3 5.3 0 0 0 5.38 5.23Z",
69
+ fill: "var(--semi-color-primary)"
70
+ }, void 0),
71
+ t("path", {
72
+ "fill-rule": "evenodd",
73
+ "clip-rule": "evenodd",
74
+ d: "M128.27 45.4c2.24 0 4-1.76 4-3.85 0-2.1-1.76-3.86-4-3.86s-4 1.76-4 3.86c0 2.1 1.76 3.85 4 3.85Zm0 1.38a5.3 5.3 0 0 0 5.37-5.23 5.3 5.3 0 0 0-5.37-5.24 5.3 5.3 0 0 0-5.37 5.24 5.3 5.3 0 0 0 5.37 5.23Z",
75
+ fill: "var(--semi-color-primary)"
76
+ }, void 0),
77
+ t("path", {
78
+ d: "M64.6 65.95 55 48.38l23.93 7.12L64.6 65.95Z",
79
+ fill: "var(--semi-color-primary)",
80
+ "fill-opacity": .2
81
+ }, void 0),
82
+ t("path", {
83
+ "fill-rule": "evenodd",
84
+ "clip-rule": "evenodd",
85
+ d: "m58.08 48.38 18.16 5.52-10.42 7.27-.79-1.13 8.1-5.65-15.45-4.7.4-1.31Z",
86
+ fill: "var(--semi-color-primary)"
87
+ }, void 0),
88
+ t("path", {
89
+ "fill-rule": "evenodd",
90
+ "clip-rule": "evenodd",
91
+ d: "M103.65 37.15c-1.41 1.57-6.55 7.1-7.82 8.37 3.01-3.17 1.42-6.8-.74-7.44l-.61-.17c-2.41-.69-6.42-1.82-4.43-4.9 2.17-3.35.83-5.95-3.17-7.4 1.43-1.74 7.76-8.85 8.33-8.63h.02l.22-.6c2.08.75 3.62 1.85 4.3 3.35.69 1.53.38 3.27-.78 5.07-.47.72-.48 1.2-.37 1.52.12.35.44.71 1.01 1.06.95.58 2.26.95 3.36 1.27l.65.18c2.87.86 3.84 4.78.03 8.32Zm-8.2 8.74Z",
92
+ fill: "var(--semi-color-primary)",
93
+ "fill-opacity": .2
94
+ }, void 0),
95
+ t("path", {
96
+ "fill-rule": "evenodd",
97
+ "clip-rule": "evenodd",
98
+ d: "M103.29 36.76c3.2-2.97 1.54-6.15-.1-6.64l-.56-.16c-1.1-.31-2.64-.75-3.77-1.44-.69-.42-1.33-1-1.6-1.8-.28-.84-.1-1.75.52-2.7 1-1.56 1.11-2.8.68-3.76-.46-1-1.59-1.93-3.5-2.62l.46-1.3c2.07.75 3.62 1.86 4.3 3.35.69 1.54.38 3.28-.79 5.07-.46.72-.48 1.2-.37 1.52.12.36.45.72 1.02 1.06.95.59 2.26.96 3.36 1.27l.65.19c2.87.85 4.45 5.43.64 8.97l-.94-1Z",
99
+ fill: "var(--semi-color-primary)"
100
+ }, void 0),
101
+ t("path", {
102
+ "fill-rule": "evenodd",
103
+ "clip-rule": "evenodd",
104
+ d: "M40.57 60.4c-.05 1.6-1.2 8.02-1.32 9.38.2-3.33-2.5-4.66-4.08-3.97l-.44.2c-1.74.78-4.64 2.09-4.99-.68-.38-3.02-2.44-3.87-5.47-2.75-.03-1.72 1.04-9.64 1.49-9.8h.01l-.17-.46c1.58-.58 3.02-.7 4.14-.16 1.16.56 1.84 1.72 2.04 3.34.08.65.31.93.53 1.07.25.15.61.2 1.11.12.84-.13 1.79-.56 2.58-.92l.48-.2c2.08-.91 4.58.89 4.1 4.83Zm-1.36 9.78Z",
105
+ fill: "var(--semi-color-primary)",
106
+ "fill-opacity": .2
107
+ }, void 0),
108
+ t("path", {
109
+ "fill-rule": "evenodd",
110
+ "clip-rule": "evenodd",
111
+ d: "M40.17 60.35c.41-3.3-2.12-4.34-3.31-3.83l-.41.19c-.8.35-1.9.86-2.9 1.01-.61.1-1.27.07-1.82-.26-.58-.35-.92-.97-1.03-1.83-.17-1.4-.72-2.18-1.45-2.52-.75-.37-1.86-.35-3.32.2l-.37-1c1.58-.57 3.02-.69 4.15-.15 1.16.55 1.83 1.72 2.03 3.34.09.65.31.93.53 1.06.25.15.62.2 1.11.12.85-.13 1.8-.55 2.59-.9l.47-.22c2.09-.9 5.26.98 4.77 4.92l-1.04-.13Z",
112
+ fill: "var(--semi-color-primary)"
113
+ }, void 0),
114
+ t("path", {
115
+ d: "M165.83 33.67c-.64 3.57 1.4 5.27 5.24 5.08-1.67 1.04-8.8 5.26-10.02 5.42-1.52.2-5.31-.94-5.06-3.83.25-2.9-.05-4.17-2.69-4.03-2.63.15-3.75 1.24-5.52-.95-1.76-2.2-2.15-2.79-.9-5.18 1-1.91 8.19-5.09 9.9-5.39-1.78 3.96.94 6.64 3.05 6.4 2.12-.22 6.64-1.08 6 2.48Z",
116
+ fill: "var(--semi-color-primary)",
117
+ "fill-opacity": .2
118
+ }, void 0),
119
+ t("path", {
120
+ "fill-rule": "evenodd",
121
+ "clip-rule": "evenodd",
122
+ d: "M147.34 30.58c-1.63 3.58.86 5.6 2.34 5.44l.53-.07c1.02-.12 2.48-.3 3.68-.12.72.12 1.48.37 2 .97.55.62.72 1.47.54 2.5-.3 1.64.04 2.69.72 3.32.72.66 1.97 1.04 3.81.94l.07 1.38c-2 .1-3.7-.28-4.81-1.31-1.14-1.06-1.5-2.65-1.15-4.58.14-.75-.02-1.13-.2-1.34-.22-.24-.6-.42-1.19-.51-1-.16-2.2 0-3.24.11l-.61.08c-2.76.3-5.72-3.04-3.75-7.38l1.26.57Z",
123
+ fill: "var(--semi-color-primary)"
124
+ }, void 0),
125
+ t("path", {
126
+ d: "M32.4 99.7c.17 2.63-.97 4.05-3.42 3.66-2.46-.4-1.81 2.69-1.63 4.14.18 1.45-1.62 3.34-4.36 2.16l.47-10.92c1.34.5 1.4.8 3.54-.49 2.13-1.29.75-4.83 1.24-5.62.5-.8 1.05.02 3.09-.35.77-.15 1.18-.72 1.38-1.39l.07-2.17c.1.55.15 1.43-.07 2.17l-.31 8.8Z",
127
+ fill: "var(--semi-color-primary)",
128
+ "fill-opacity": .2
129
+ }, void 0),
130
+ t("path", {
131
+ "fill-rule": "evenodd",
132
+ "clip-rule": "evenodd",
133
+ d: "M23.65 98.01c2.35 1.02 3.5-.63 3.4-1.45l-.05-.35c-.1-.7-.24-1.73-.13-2.59.07-.52.25-1.1.7-1.52.5-.44 1.15-.56 1.9-.44 1.08.17 1.71-.07 2.07-.47.4-.44.63-1.23.55-2.47l1.37-.09c.1 1.4-.14 2.64-.9 3.48-.77.86-1.94 1.13-3.31.9-.48-.07-.66.04-.74.11-.11.1-.22.3-.27.69-.1.65.02 1.44.12 2.15l.05.43c.27 2.1-2.2 4.24-5.31 2.89l.55-1.27Z",
134
+ fill: "var(--semi-color-primary)"
135
+ }, void 0),
136
+ t("path", {
137
+ d: "M149.6 62.18c3.54 3.54 6.73 8.55 6.87 14.08 0 3.1-.15 7.4-1.6 13.37-.66 6.73-2.03 20.43-2.28 21.37l12.18.2c.34-1.17 2.82-11.63 3.83-14.11a9.5 9.5 0 0 1 1.61-2.85c.62-.71 1.4-.99 2.12-1.32.8-.34 1.74-.46 2.9-.34l.56.08c1.03.18 2.04.54 2.9 1.13a5.9 5.9 0 0 1 2.5 4.5c.66 6.6.2 13.73-.28 20.37v.03c-.14 1.96-.84 11.64-4.67 14.9-2.24 1.88-14.75 2.34-26.43 2.36l-2.46 22.88c4.48-.23 12.72 1.43 15.14 8.55 2.41 7.12-4.21 7.6-11.06 7.88-5.48.21-19.5.09-25.55 0-5.37 4.62-13.17 7.44-24.07 7.13-19.55-.56-60.95-4.4-61.9-4.1 1.08.81 3.23 2.75 3.2 4.02-.03 1.58-2.4 2.8-11.17 2.9-8.76.1-14.34-2.52-14.16-7.01.04-.97.32-2.39.78-4.1-5.28-.66-11.49-.52-10.43-8.1 1.72-12.31 15.88-29.62 19.83-32.02 3.95-2.4 11.5-1.8 16.77-1.11-3.29-5.06-5.6-11.87-4.33-20.6.65-4.43 2.75-9.81 7.02-15.42a82.3 82.3 0 0 1 3.67-4.45c10.28-11.67 25.82-23.79 35.5-31.07 5.89-4.43 14.79-7.85 19.87-9.17 18.61-4.85 33.02-.96 43.14 10.02Z",
138
+ fill: "#C6CACD"
139
+ }, void 0),
140
+ t("path", {
141
+ d: "M146.52 110.94c-3.71 6.73-4.9 7.34-6.3 7.13-1.4-.2-2.14-4.66.84-6.29 1.09-.6 2.94-.84 5.46-.84Zm0 0c4.52-8.8 6.99-15.78 8.34-21.31m-8.34 21.31c1.56 0 3.75.03 6.07.06m-22.63 24.68c-7.87-.16-21.74.4-27.73-9.35-1.22-2-1.95-4.04-2.27-6.16m30 15.51c3.6 4.6 7.74 14.23 4.31 26.15-1.52 5.27-4.13 9.76-8.39 13.43m4.08-39.58c3.32.07 11.36.29 19.85.27m-40.95-46.5c-5.27 13.02-10.13 22.49-8.9 30.72m0 0c-1.3-.6-11.71-.98-17.74 1.34-4.9-1.34-31.24-13.22-31.13-29.1m-11.17 85.88c.94-.3 42.34 3.54 61.89 4.1 10.9.31 18.7-2.51 24.07-7.13m-85.96 3.03a84.48 84.48 0 0 1-6.88-1.56m6.88 1.56c1.07.81 3.22 2.75 3.19 4.02-.03 1.58-2.4 2.8-11.17 2.9-8.76.1-14.34-2.52-14.16-7.01.04-.97.32-2.39.78-4.1m34.41-32.49c-2.46-.06-9.86-.78-14.88-.27-1.3.14-5.48 1.25-10.13 9.6a120.42 120.42 0 0 0-9.4 23.15m34.41-32.48c2.46.07 22.49 1.59 25.99 4.41 3.5 2.83-2.93 3.67-7.85 2.9-4.91-.78-11.47-1.72-18.14-7.3Zm0 0a35.34 35.34 0 0 1-8.24-8.74M51.1 92.4a82.33 82.33 0 0 0-3.67 4.45c-4.27 5.6-6.37 11-7.02 15.42-1.28 8.73 1.04 15.54 4.33 20.6M51.1 92.4c10.28-11.67 25.82-23.79 35.5-31.07 5.89-4.43 14.79-7.85 19.87-9.17 18.61-4.85 33.02-.96 43.14 10.02 3.54 3.54 6.73 8.55 6.87 14.08 0 3.1-.15 7.4-1.6 13.37M44.72 132.87c-5.27-.7-12.82-1.3-16.77 1.1C24.01 136.39 9.85 153.7 8.13 166c-1.06 7.59 5.15 7.45 10.43 8.1m136.3-84.46c-.65 6.73-2.02 20.43-2.27 21.37m0 0 12.18.2c.34-1.17 2.82-11.63 3.83-14.11a9.5 9.5 0 0 1 1.61-2.85c.62-.71 1.4-.99 2.12-1.32m-22.52 43.03c11.68-.02 24.2-.48 26.43-2.37 3.85-3.27 4.53-13.02 4.67-14.92.47-6.64.94-13.76.28-20.38a5.9 5.9 0 0 0-2.5-4.49m-28.88 42.16-2.46 22.88c4.48-.23 12.72 1.43 15.14 8.55 2.41 7.12-4.21 7.6-11.06 7.88-5.48.21-19.5.09-25.55 0m23.35-9.25c2.2.1 5.64.7 7.84 3.87 1.17 1.7.52 3.28-.62 3.95-1 .58-2.38.38-2.96.14-1.44-.57-4.87-1.1-6.22-.87-1.34.22-3.19 1.58-4.98 1.58-1.79 0-3.83-.67-4.9-2.1m41.3-78.79c-1.28.56-2.06 2.7-2.34 4.32-.27 1.63-1.23 7.95-1.32 9.48m3.66-13.8a7.27 7.27 0 0 0-2.9-1.13m0 0a8.92 8.92 0 0 0-.57-.08 5.72 5.72 0 0 0-2.9.34m3.47-.26c-1.15.4-2.14 2.47-2.57 3.82-.42 1.36-.96 3.13-2.22 10.24m1.33-13.8c-1.7 1.97-3.2 6.4-4.5 13.1",
142
+ stroke: "#1C1F23"
143
+ }, void 0),
144
+ t("path", {
145
+ d: "M44.53 141.29c-.7-.74-2.59-7-2.67-8.77l2.67.23c1.9 3.58 6.4 7.37 8.43 8.82-2.2-.1-6.95-.28-8.43-.28Z",
146
+ fill: "#1C1F23"
147
+ }, void 0),
148
+ t("path", {
149
+ d: "M135.3 175.44c-2.57-1.04-3.2-4.76-3-8.7-.89 2.79-4.1 6.89-6.49 8.7h9.5Z",
150
+ fill: "#1C1F23"
151
+ }, void 0),
152
+ t("path", {
153
+ d: "M121.71 140.8c-8.99-2.04-14.92-6.8-17.57-11.67a33.4 33.4 0 0 0 5.93 3.8c6.86 3.17 18.16 2.81 20.05 2.81 1.23 1.46 2.88 4.84 3.52 6.3-1.1 0-6.21.06-11.93-1.24Z",
154
+ fill: "#1C1F23"
155
+ }, void 0)
156
+ ]);
157
+ }
158
+ var r = e(n, "IllustrationConstructionDark");
159
+ //#endregion
160
+ export { r as default };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('..').SemiIllustrationComponent;
2
+ export default _default;