diff --git a/ui/.gitkeep b/ui/.gitkeep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/ui/README.md b/ui/README.md
new file mode 100644
index 0000000000..e773d5f54a
--- /dev/null
+++ b/ui/README.md
@@ -0,0 +1,62 @@
+# UI Design System
+
+This repository stores design assets for the Builder project.
+
+This is a "Design Engineering System", not just a place to store design files.
+
+By adopting the **Shift Left in Design** philosophy, we integrate design into the engineering workflow, making design assets versionable, reviewable, traceable, reusable, and automatically verifiable.
+
+The goal is to enhance the team's **end-to-end iteration capability**, exposing issues during the design phase rather than fixing them after development or release.
+
+## Directory Structure
+
+```text
+ui/
+├── components/ # Reusable design components
+│ └── spx/
+│ └── builder-component.lib.pen
+├── pages/ # Page designs
+│ └── spx/
+│ ├── community-*.pen
+│ ├── *-editor.pen
+│ └── tutorial.pen
+├── docs/ # Documentation
+├── images/ # Image assets
+└── archive/ # Deprecated designs
+```
+
+## Quick Start
+
+### For Designers
+
+1. Component library: [`components/spx/builder-component.lib.pen`](components/spx/builder-component.lib.pen)
+2. Create page designs in `pages/spx/`
+3. Submit changes via PR
+
+### For Developers
+
+Page designs are in `pages/spx/`. Each `.pen` file corresponds to a feature or page.
+
+## Documentation
+
+| Document | Description |
+| -------- | ----------- |
+| [Team Workflow](docs/team-workflow.md) | Collaboration process |
+| [AI Design Workflow](docs/ai-design-workflow.md) | Using AI to reproduce Figma designs |
+| [PR Template](docs/pr-template.md) | PR title and description format |
+| [Design Review Checklist](docs/design-review-checklist.md) | Pre-submission checklist |
+
+## Workflow
+
+```text
+Issue → Design (.pen)
+ │
+ ├─ Simple → AI generates code → PR → Dev review & merge
+ │
+ └─ Complex → Design commit → Dev implements → Code PR
+```
+
+## File Naming
+
+- Use kebab-case: `community-home.pen`
+- Pages: `{feature-name}.pen`
diff --git a/ui/README.zh.md b/ui/README.zh.md
new file mode 100644
index 0000000000..daa8d1840b
--- /dev/null
+++ b/ui/README.zh.md
@@ -0,0 +1,62 @@
+# UI 设计系统
+
+本仓库存放 Builder 项目的设计资源。
+
+这是一个「设计工程系统」,而不仅仅是「存放设计稿」的地方。
+
+我们通过引入 **设计左移(Shift Left in Design)** 的理念,将设计纳入工程主流程,使设计资产具备可版本化、可审查、可追溯、可复用、可自动校验的特性。
+
+目标是提升团队的 **端到端试错能力**,让问题在设计阶段暴露,而不是在开发或上线后修复。
+
+## 目录结构
+
+```text
+ui/
+├── components/ # 可复用设计组件
+│ └── spx/
+│ └── builder-component.lib.pen
+├── pages/ # 页面设计
+│ └── spx/
+│ ├── community-*.pen
+│ ├── *-editor.pen
+│ └── tutorial.pen
+├── docs/ # 文档
+├── images/ # 图片资源
+└── archive/ # 已废弃的设计
+```
+
+## 快速开始
+
+### 设计师
+
+1. 组件库:[`components/spx/builder-component.lib.pen`](components/spx/builder-component.lib.pen)
+2. 在 `pages/spx/` 中创建页面设计
+3. 通过 PR 提交更改
+
+### 开发者
+
+页面设计位于 `pages/spx/`。每个 `.pen` 文件对应一个功能或页面。
+
+## 文档
+
+| 文档 | 说明 |
+| ---- | ---- |
+| [团队工作流程](docs/team-workflow.md) | 协作流程 |
+| [AI 设计工作流程](docs/ai-design-workflow.md) | 使用 AI 还原 Figma 设计 |
+| [PR 模板](docs/pr-template.md) | PR 标题和描述格式 |
+| [设计审查清单](docs/design-review-checklist.md) | 提交前检查清单 |
+
+## 工作流程
+
+```text
+Issue → 设计 (.pen)
+ │
+ ├─ 简单需求 → AI 生成代码 → PR → 开发审查并合并
+ │
+ └─ 复杂需求 → 设计提交 → 开发实现 → 代码 PR
+```
+
+## 文件命名
+
+- 使用 kebab-case:`community-home.pen`
+- 页面:`{feature-name}.pen`
diff --git a/ui/archive/modify-account-name-and-id/figma-design-file-link.md b/ui/archive/modify-account-name-and-id/figma-design-file-link.md
new file mode 100644
index 0000000000..5fbd15e401
--- /dev/null
+++ b/ui/archive/modify-account-name-and-id/figma-design-file-link.md
@@ -0,0 +1 @@
+https://www.figma.com/design/3cZrrPn7oD4wvdYakaUL1b/%E8%AE%BE%E8%AE%A1%E6%96%87%E4%BB%B6-2.0-XBuilder?node-id=7453-17&m=dev&focus-id=7626-43438
\ No newline at end of file
diff --git a/ui/archive/modify-account-name-and-id/modal-account-name-demo.html b/ui/archive/modify-account-name-and-id/modal-account-name-demo.html
new file mode 100644
index 0000000000..4977fd6512
--- /dev/null
+++ b/ui/archive/modify-account-name-and-id/modal-account-name-demo.html
@@ -0,0 +1,472 @@
+
+
+
+
+
+ 用户个人主页及信息编辑系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/archive/modify-account-name-and-id/modal-account-name.json b/ui/archive/modify-account-name-and-id/modal-account-name.json
new file mode 100644
index 0000000000..53b907d828
--- /dev/null
+++ b/ui/archive/modify-account-name-and-id/modal-account-name.json
@@ -0,0 +1,4986 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "efVs5",
+ "x": 156,
+ "y": -1291,
+ "name": "个人信息编辑",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "easDW",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "dkecn",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "Editor profile",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WUuU0",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q9ytg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W0f6f",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HIFMn",
+ "name": "image",
+ "width": "fill_container",
+ "height": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e0pHB",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000003010",
+ "clip": true,
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xd2Jf",
+ "x": -258,
+ "y": 0,
+ "name": "背景图",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r6UHJ",
+ "x": 0,
+ "y": 0,
+ "name": "立体02",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ },
+ {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.4000000059604645,
+ "rotation": -450,
+ "size": {
+ "height": 1
+ },
+ "colors": [
+ {
+ "color": "#000000ff",
+ "position": 0
+ },
+ {
+ "color": "#000000cc",
+ "position": 0.5176095366477966
+ },
+ {
+ "color": "#000000ff",
+ "position": 1
+ }
+ ]
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "8hgCp",
+ "x": 0.3999786376953125,
+ "y": -403.8160705566406,
+ "name": "abstract-blue-background-with-geometric-shapes-lighting-3d-illustration",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "width": 1075.2000732421875,
+ "height": 716.8875122070312,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8400000333786011
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "vJcOH",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 851",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.639344334602356
+ }
+ },
+ {
+ "type": "frame",
+ "id": "R9sxS",
+ "x": 256,
+ "y": 60,
+ "name": "Component 2",
+ "enabled": false,
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0vzmn",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "EcPPJ",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "LsXww",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zT6ZM",
+ "x": 24,
+ "y": 120,
+ "name": "avatar",
+ "width": 120,
+ "height": 120,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 160,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 5.333333492279053
+ }
+ },
+ "gap": 10,
+ "padding": 36,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2oHB1",
+ "name": "Component 2",
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SdSfD",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "sPySs",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "n2D6q",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iE5fJ",
+ "name": "Frame 1000003007",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "3rU4Y",
+ "name": "Frame 162933",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1ZVTc",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Name",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OrPYa",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "C7vZh",
+ "name": "Label Text",
+ "fill": "$grey1000",
+ "content": "Tom Chang ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cMo5i",
+ "name": "Frame 1000002987",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Yie21",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bTBrF",
+ "name": "textarea group/default",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tIdmp",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UqDOe",
+ "name": "Label Text",
+ "fill": "$grey700",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6TXG",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FIbWv",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3u535",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "snIam",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "enabled": false,
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zPCe9",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Edit",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IBcae",
+ "name": "Frame 1000002986",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uQueW",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Bio",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "P8tlt",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 96,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "dB3iy",
+ "name": "Text",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world’s a stage, and all the men and women merely players. They have their exits and their entrances; and one man in his time plays many parts.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSXv6",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 20,
+ 20
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "POspw",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xr9Kl",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wjY39",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pl37L",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IXEQg",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NGJoM",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZHaR8",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aBG3j",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gEoM8",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VHeMz",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BnJp4",
+ "x": 156,
+ "y": -546,
+ "name": "修改项目id",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RQib7",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "xrunD",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "n0oTK",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qtRBa",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8m82e",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IDyGT",
+ "name": "Card Content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N4jiH",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ox8bi",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "P6QDs",
+ "name": "hint text",
+ "fill": "#6e7781ff",
+ "content": "项目 ID 只能包含数字",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tusmv",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jvn23",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "fNwjQ",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4zD5U",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VNXQt",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aub1J",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iWmhc",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YAgtM",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mXcPN",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d2s47",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IUXf4",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9N2v3",
+ "x": 156,
+ "y": -212,
+ "name": "头像上传",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vT4M",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "Nj1f0",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "裁剪图像",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uRkya",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kuCLc",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ehaiD",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jbLbb",
+ "name": "Card content",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1481482982635498
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aWpue",
+ "name": "Frame 1000002886",
+ "clip": true,
+ "width": 300,
+ "height": 300,
+ "fill": [
+ "#f6f8faff",
+ {
+ "type": "image",
+ "opacity": 0.800000011920929,
+ "enabled": true,
+ "url": "../../images/upload-profile-picture.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "background_blur",
+ "radius": 3.5
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "children": [
+ {
+ "type": "frame",
+ "id": "de5Zm",
+ "name": "Frame 1000002887",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": [
+ {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/upload-profile-picture-circle.png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "padding": 9.090909004211426
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pi5Og",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UCarN",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OcG0g",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UkPFw",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pacyr",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6Zeik",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TV3U9",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gcta6",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CjySg",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2tkED",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "31K8R",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iNaXC",
+ "x": 156,
+ "y": 414,
+ "name": "修改项目id提醒",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JserD",
+ "name": "Card Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "LPFnL",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GxZUs",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "62zvg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W8G56",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cGb7u",
+ "name": "Card content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xVlTG",
+ "name": "Modal content",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xosa9",
+ "name": "Toast",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VU3xR",
+ "name": "icon/exclamation circle-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V3Xfr",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "exclamation-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#faa135ff",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cg6Ey",
+ "name": "title",
+ "fill": "#faa135ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "修改账号 ID ,可能造成以下影响,请谨慎操作。",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "C2fEr",
+ "name": "Text",
+ "fill": "#6e7781ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "我们不会为您的旧个人主页设置重定向。\n我们不会为 Pages 网站设置重定向。\n我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。\n重命名操作可能需要几分钟才能完成",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fB9ox",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XBXwJ",
+ "name": "Button/Medium/Destructive/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1EVXd",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yjy3G",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "我已知晓,让我更改账号 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cz9hd",
+ "x": 156,
+ "y": -2668,
+ "name": "User Profile Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1zThB",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gg3S8",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HGdS8",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HNDE",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MNpPo",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8E63u",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wcpAQ",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$grey100",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6gAEh",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "ZG3HQ",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fc0K6",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LVhSF",
+ "name": "add-outlined",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YC70p",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9J50W",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LUU8D",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wBCzC",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3M7fW",
+ "name": "tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lLI6Z",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Har4T",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZaBNO",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2nPTc",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UN10O",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AN6aQ",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Rj9WO",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5U6h8",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WohAa",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QgXS7",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O3pRc",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "lQdq4",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QsNuz",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "N2r4K",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "MFJH7",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VrRt5",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N1Tsf",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZpWQZ",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "Rzr0C",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "r1SMo",
+ "name": "Frame 1000003000",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 0,
+ 2,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GzUCc",
+ "name": "Frame 1000004769",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "089TZ",
+ "name": "ID",
+ "fill": "#a7b1bbff",
+ "content": "ID",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BYOwb",
+ "name": "78654854",
+ "fill": "#a7b1bbff",
+ "content": "78654854",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gEAuo",
+ "name": "copy-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Zyu5p",
+ "x": 1.5548219680786133,
+ "y": 1.5549999475479126,
+ "geometry": "M5.83418 2.918c0.262 0 0.495-0.001 0.686 0.014 0.20962 0.01187 0.41485 0.06487 0.604 0.156 0.292 0.149 0.53 0.386 0.68 0.678 0.101 0.2 0.137 0.406 0.154 0.604 0.015 0.191 0.015 0.424 0.015 0.686l0 3.695c0 0.262 0 0.494-0.015 0.685-0.01142 0.20989-0.06409 0.41547-0.155 0.605-0.149 0.292-0.387 0.53-0.68 0.68-0.2 0.101-0.405 0.138-0.603 0.154-0.191 0.015-0.424 0.014-0.686 0.014l-3.695 0c-0.262 0-0.494 0.001-0.685-0.014-0.20955-0.01155-0.41478-0.06422-0.604-0.155-0.29262-0.1494-0.5306-0.38738-0.68-0.68-0.09043-0.18929-0.14276-0.39452-0.154-0.604-0.01369-0.22806-0.0187-0.45656-0.015-0.685l0-3.696c0-0.262 0-0.495 0.015-0.686 0.01155-0.20955 0.06422-0.41478 0.155-0.604 0.149-0.292 0.387-0.53 0.68-0.678 0.2-0.102 0.405-0.14 0.603-0.156 0.191-0.015 0.423-0.014 0.685-0.014l3.695 0.001z m-3.695 1.166c-0.281 0-0.458 0-0.59 0.011-0.0581 0.00071-0.11562 0.01154-0.17 0.032-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.01967 0.05418-0.02982 0.11136-0.03 0.169-0.011 0.132-0.011 0.309-0.011 0.59l0 3.695c0 0.282 0 0.459 0.01 0.592 0.01 0.124 0.027 0.16 0.032 0.167 0.03789 0.07276 0.09724 0.13211 0.17 0.17 0.05406 0.02035 0.11124 0.03118 0.169 0.032 0.132 0.01 0.309 0.011 0.59 0.011l3.696 0c0.282 0 0.459 0 0.591-0.011 0.0581-0.00071 0.11562-0.01154 0.17-0.032 0.07202-0.03822 0.13063-0.09754 0.168-0.17 0.02012-0.05343 0.03095-0.10991 0.032-0.167 0.01-0.133 0.011-0.31 0.011-0.592l0-3.696c0-0.281 0-0.458-0.011-0.59-0.00071-0.0581-0.01154-0.11562-0.032-0.17-0.03763-0.07261-0.09661-0.13194-0.169-0.17-0.05418-0.01967-0.11136-0.02982-0.169-0.03-0.19679-0.01128-0.39392-0.01528-0.591-0.012l-3.696 0.001z m8.174 1.507c0.322 0.004 0.58 0.27 0.575 0.591-0.004 0.317-0.017 0.646-0.168 0.942-0.149 0.292-0.387 0.53-0.68 0.68-0.295 0.15-0.625 0.163-0.942 0.167-0.31349-0.0083-0.56446-0.26272-0.56849-0.57629-0.00403-0.31357 0.24031-0.57435 0.55349-0.59071 0.339-0.004 0.405-0.03 0.427-0.04 0.07276-0.03789 0.13211-0.09724 0.17-0.17 0.012-0.022 0.037-0.09 0.041-0.428 0.00493-0.32215 0.26984-0.57945 0.592-0.575m-0.007-2.673c0.322 0 0.583 0.26 0.583 0.583l0 0.972c0 0.32198-0.26102 0.583-0.583 0.583-0.32198 0-0.583-0.26102-0.583-0.583l0-0.972c0-0.322 0.261-0.583 0.583-0.583m-5.598-2.916c0.30659 0.01768 0.54732 0.26943 0.55126 0.57651 0.00395 0.30708-0.23023 0.56493-0.53626 0.59049-0.337 0.004-0.404 0.03-0.426 0.04-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.012 0.023-0.037 0.09-0.041 0.428-0.01654 0.31323-0.27756 0.55745-0.5912 0.55315-0.31364-0.0043-0.56786-0.25559-0.5758-0.56915 0.004-0.317 0.018-0.645 0.169-0.94 0.149-0.293 0.386-0.531 0.678-0.68 0.296-0.151 0.625-0.165 0.942-0.17m4.39 0c0.317 0.004 0.647 0.018 0.943 0.169 0.292 0.149 0.53 0.387 0.68 0.68 0.15 0.295 0.163 0.623 0.167 0.94-0.00795 0.31356-0.26217 0.56485-0.57581 0.56915-0.31363 0.0043-0.57465-0.23992-0.59119-0.55315-0.004-0.338-0.03-0.405-0.04-0.427-0.03789-0.07276-0.09724-0.13211-0.17-0.17-0.023-0.012-0.09-0.037-0.428-0.041-0.32226-0.00414-0.58014-0.26874-0.576-0.591 0.00414-0.32226 0.26874-0.58014 0.591-0.576m-1.65 0.002c0.29411 0.0346 0.51577 0.28386 0.51576 0.58 0 0.29614-0.22165 0.5454-0.51576 0.58l-0.059 0.004-0.971 0c-0.31287-0.01295-0.55984-0.27036-0.55984-0.5835 0-0.31314 0.24697-0.57055 0.55984-0.5835l0.971 0 0.059 0.003z",
+ "fill": "#A7B1BB",
+ "width": 10.889178276062012,
+ "height": 10.889014601707458
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T4qyu",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zmw2F",
+ "name": "calendar.svg",
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LivCc",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q57qV",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PPOqJ",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UuNIF",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LKG39",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qLnq7",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "b0cBZ",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D8N7M",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "n9gNj",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "f1Zrs",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QEbl7",
+ "name": "overview",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "yrYBE",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$turquoise300",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "CtjkD",
+ "x": 1.5,
+ "y": 2.999990940093994,
+ "geometry": "M0 0.79701c0-0.21138 0.08397-0.4141 0.23344-0.56357 0.14947-0.14947 0.35219-0.23344 0.56356-0.23343l4.518 0c1.304 0 2.462 0.627 3.188 1.595 0.75123-1.00626 1.93425-1.59777 3.19-1.595l4.51 0c0.21138 0 0.4141 0.08397 0.56356 0.23343 0.14947 0.14947 0.23344 0.35219 0.23344 0.56357l0 11.155c0 0.21138-0.08397 0.4141-0.23344 0.56356-0.14947 0.14946-0.35219 0.23343-0.56356 0.23344l-4.788 0c-0.63365 0.00109-1.24116 0.25272-1.69 0.7l-0.661 0.66c-0.31123 0.31116-0.81577 0.31116-1.127 0l-0.66-0.66c-0.44884-0.44728-1.05635-0.69891-1.69-0.7l-4.79 0c-0.21138 0-0.4141-0.08397-0.56356-0.23344-0.14947-0.14947-0.23344-0.35219-0.23344-0.56356l0-11.155z m7.704 10.968l0.004-5.39-0.002-2.393c-0.0011-1.31918-1.07082-2.388-2.39-2.388l-3.723 0 0 9.562 3.991 0c0.75 0 1.484 0.21 2.119 0.61m1.598-7.78l-0.005 7.778c0.63497-0.39644 1.36844-0.60674 2.117-0.607l3.991 0 0-9.563-3.713 0c-0.63387 0-1.24177 0.2518-1.68998 0.70001-0.44821 0.44821-0.70002 1.05612-0.70002 1.68999",
+ "fill": "$turquoise500",
+ "width": 17,
+ "height": 14.342380046844482
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Iv634",
+ "fill": "$turquoise500",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UwfCL",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "rgpT7",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sfPf4",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4N9j7",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bzYI7",
+ "name": "projects",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mrsBG",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "1O49b",
+ "x": 2.298999786376953,
+ "y": 2.932999849319458,
+ "geometry": "M4.818 0l-3.107 0c-0.45387-0.00027-0.88922 0.17991-1.21015 0.50085-0.32093 0.32093-0.50111 0.75629-0.50085 1.21015l0 9.925c0 0.944 0.766 1.71 1.711 1.71l11.98 0c0.94441 0 1.71-0.76559 1.71-1.71l0-6.171c0.00026-0.45369-0.17978-0.8889-0.50049-1.2098-0.32072-0.3209-0.75581-0.5012-1.20951-0.5012l-3.986 0c-0.18824-0.00012-0.37009-0.06831-0.512-0.192l-3.863-3.37c-0.14165-0.12346-0.3231-0.19164-0.511-0.192l-0.001 0z",
+ "width": 15.4010009765625,
+ "height": 13.345999479293823,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HmPJZ",
+ "x": 8.857000350952148,
+ "y": 4.183999538421631,
+ "geometry": "M0 0l7.132 0c0.45387-0.00027 0.88922 0.17991 1.21015 0.50085 0.32093 0.32093 0.50111 0.75629 0.50085 1.21015l0 3.295",
+ "width": 8.843000411987305,
+ "height": 5.00600004196167,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "p4XFq",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hXxb8",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "wfvlW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cdxJO",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OH7A9",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Opvc",
+ "name": "likes",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R9PGF",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "fS2by",
+ "x": 1.1994404792785645,
+ "y": 2.079808235168457,
+ "geometry": "M14.82556 2.75019c-1.505-1.46-3.912-1.53-5.503-0.206-0.14628 0.12221-0.3314 0.18817-0.522 0.186-0.1906 0.00217-0.37572-0.06379-0.522-0.186-1.591-1.324-3.998-1.254-5.503 0.206-1.4803 1.41205-1.57409 3.74361-0.212 5.27q0.03 0.034 0.056 0.07l6.181 5.996 6.181-5.996 0.055-0.07c1.36262-1.52586 1.26971-3.8574-0.21-5.27l-0.001 0z m1.514 6.21c1.82496-2.17573 1.65004-5.3939-0.4-7.359-1.945-1.887-4.948-2.105-7.139-0.66-2.19-1.445-5.194-1.227-7.14 0.66-2.04974 1.96538-2.22422 5.18353-0.399 7.359 0.03707 0.06401 0.08284 0.12257 0.136 0.174l6.846 6.64c0.31033 0.30101 0.80367 0.30101 1.114 0l6.845-6.64c0.05316-0.05143 0.09893-0.10999 0.136-0.174l0.001 0z",
+ "width": 17.60067319869995,
+ "height": 15.999953269958496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "join": "round",
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mvxU7",
+ "x": 13.199918746948242,
+ "y": 4.4932780265808105,
+ "geometry": "M1.90008 3.18672c-0.166 0-0.297-0.135-0.328-0.298-0.12249-0.64613-0.62787-1.15151-1.274-1.274-0.163-0.03-0.298-0.162-0.298-0.328l0-1c-0.00189-0.0789 0.02959-0.15493 0.08672-0.20938 0.05712-0.05446 0.13457-0.08228 0.21328-0.07662 1.5306 0.14413 2.7424 1.35635 2.886 2.887 0.00566 0.07872-0.02216 0.15616-0.07662 0.21329-0.05445 0.05712-0.13049 0.08861-0.20938 0.08671l-1-0.001z",
+ "fill": "$grey800",
+ "width": 3.1868038177490234,
+ "height": 3.187802791595459
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TgeV5",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NJXlM",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "qlURr",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AwsRU",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GM3LU",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6EgN1",
+ "name": "following",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "e2X9H",
+ "x": 0,
+ "y": 1.917,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "tsA3G",
+ "x": 1.500000238418579,
+ "y": 1.8799999952316284,
+ "geometry": "M6.434 7.048c-1.94488-0.0033-3.5207-1.57912-3.524-3.524 0.0033-1.94488 1.57912-3.5207 3.524-3.524 1.94488 0.0033 3.5207 1.57912 3.524 3.524-0.0033 1.94488-1.57912 3.5207-3.524 3.524m0-5.804c-1.25921 0-2.28 1.02079-2.28 2.28 0 1.25921 1.02079 2.28 2.28 2.28 1.25921 0 2.28-1.02079 2.28-2.28-0.00165-1.25852-1.02148-2.27835-2.28-2.28m0.822 14.926l-4.146 0c-2.005 0-3.11-1.099-3.11-3.093 0-2.208 1.249-4.785 4.768-4.785l3.317 0c0.706 0 1.337 0.103 1.877 0.305 0.32171 0.12068 0.48467 0.47929 0.364 0.801-0.12067 0.32171-0.47929 0.48467-0.801 0.364-0.399-0.15-0.884-0.226-1.44-0.226l-3.317 0c-3.27 0-3.524 2.71-3.524 3.54 0 1.297 0.558 1.85 1.866 1.85l4.146 0c0.34352 0 0.622 0.27848 0.622 0.622 0 0.34352-0.27848 0.622-0.622 0.622m7.593 0.77c-0.16 0-0.32-0.037-0.469-0.114l-1.32-0.68-1.319 0.68c-0.34191 0.17575-0.75367 0.1439-1.06449-0.08234-0.31082-0.22624-0.46767-0.60828-0.40551-0.98766l0.248-1.419-1.092-1.043c-0.27267-0.26056-0.37203-0.65426-0.25565-1.013 0.11638-0.35874 0.42794-0.61914 0.80165-0.67l1.522-0.217 0.655-1.3c0.173-0.344 0.522-0.557 0.91-0.557 0.388 0 0.737 0.214 0.91 0.558l0.656 1.3 1.522 0.217c0.37671 0.05019 0.69044 0.31364 0.805 0.676 0.11624 0.35799 0.01489 0.7509-0.26 1.008l-1.09 1.042 0.248 1.42c0.06716 0.37675-0.08659 0.75879-0.396 0.984-0.18 0.13-0.393 0.198-0.606 0.198m-1.789-2.068c0.157 0 0.314 0.037 0.457 0.11l1.028 0.53-0.193-1.1c-0.05686-0.32339 0.05201-0.65377 0.29-0.88l0.804-0.765-1.124-0.16c-0.32132-0.0453-0.60004-0.24518-0.746-0.535l-0.514-1.02-0.515 1.021c-0.14601 0.28917-0.42426 0.48861-0.745 0.534l-1.124 0.16 0.803 0.767c0.23742 0.22497 0.34695 0.55357 0.292 0.876l-0.193 1.101 1.027-0.529c0.14023-0.07184 0.29544-0.10953 0.453-0.11",
+ "fill": "$grey800",
+ "width": 17.000447988510132,
+ "height": 16.93999969959259,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.3
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SqDhF",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZlB2M",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "0mokW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LL0kV",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hwfWW",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IRmQJ",
+ "name": "followers",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "v3ohN",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "HGQiq",
+ "x": 1.1800003051757812,
+ "y": 2.0799999237060547,
+ "geometry": "M6.366 6.974c-1.92474-0.0022-3.48435-1.56226-3.486-3.487 0.00165-1.92474 1.56126-3.48479 3.486-3.487 1.92552 0.0011 3.48634 1.56148 3.488 3.487-0.00166 1.92552-1.56248 3.4859-3.488 3.487z m0-5.743c-1.24504 0.0022-2.2538 1.01096-2.256 2.256 0.00165 1.24543 1.01057 2.2548 2.256 2.257 1.24582-0.00165 2.25535-1.01118 2.257-2.257-0.0022-1.24543-1.01157-2.25435-2.257-2.256l0 0z m3.273 14.77l-6.56 0c-1.985 0-3.079-1.088-3.079-3.062 0-2.184 1.236-4.734 4.718-4.734l3.282 0c3.482 0 4.718 2.55 4.718 4.734 0 1.974-1.094 3.061-3.08 3.061l0.001 0.001z m-4.921-6.565c-3.235 0-3.487 2.68-3.487 3.503 0 1.283 0.553 1.83 1.848 1.83l6.56 0c1.295 0 1.848-0.547 1.848-1.83 0-0.822-0.252-3.503-3.487-3.503l-3.282 0z m7.844-2.1c-0.737 0.00326-1.44557-0.28419-1.972-0.8-0.1572-0.15362-0.22049-0.37944-0.16605-0.59239 0.05445-0.21295 0.21836-0.38068 0.43-0.44 0.21164-0.05932 0.43885-0.00123 0.59605 0.15239 0.295 0.29 0.69 0.449 1.112 0.449 0.43025 0.0046 0.84421-0.16429 1.14846-0.46854 0.30425-0.30425 0.47313-0.71821 0.46854-1.14846 0-0.89-0.725-1.616-1.617-1.616q-0.38 0-0.678 0.153c-0.29888 0.13484-0.651 0.01192-0.80104-0.27963-0.15004-0.29155-0.0454-0.64953 0.23804-0.81437 0.374-0.192 0.792-0.29 1.241-0.29 1.57206 0.0011 2.84635 1.27494 2.848 2.847-0.00165 1.57206-1.27594 2.8459-2.848 2.847l0 0.001z m2.544 7.023l-0.558 0c-0.32605-0.0186-0.58092-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l0.558 0c0.94 0 1.304-0.362 1.304-1.289 0-0.606-0.186-2.585-2.576-2.585l-1.24 0c-0.32605-0.0186-0.58091-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l1.24 0c2.81 0 3.807 2.055 3.807 3.815 0 1.6-0.924 2.52-2.535 2.52l0-0.001z",
+ "fill": "$grey800",
+ "width": 17.64099884033203,
+ "height": 16.001001358032227,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jh5ve",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "grVeI",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "Wa1Xu",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "l0wJr",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4o4QE",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZsnH5",
+ "name": "ProjectsSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "r2hyl",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8e8aO",
+ "name": "ProjectsTitle",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "JjZUm",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zeJiw",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zKnkG",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P4HYS",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oKVbA",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SsO26",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8fd1H",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YSJVT",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WEoTg",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xSVyw",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "5bOyN",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YsZej",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "3dkMA",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "IdFtX",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qrYAw",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BqIuA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ccUBN",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hmE9J",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hliFW",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2CQ34",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "suNBu",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8KdpQ",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sGSK3",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVjbG",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oV48x",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "GgiWM",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JRctC",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "ItvER",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "wSMep",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mHXgD",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A9QjV",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXB3q",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g0hL4",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aeg7r",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "75DrJ",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7pe1f",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tGyKl",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chWYN",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "v9ZzT",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SWLv4",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "f7KZE",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dfWy5",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "VLDTf",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "QSa7u",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p8A4s",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jSxh8",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VUdgY",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2aBd7",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0qUUH",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RctSv",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kkqE8",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwuX0",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ABQY1",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jdGKt",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fe0rm",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "zt4f4",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aPPpw",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "k2cHu",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "sWy0Q",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CAh5G",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AklPi",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kPdHV",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RwnRs",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4rxUv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5qgbY",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H07Ce",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghlNV",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yUE68",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "LszFk",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JB47u",
+ "name": "viewAllLikes",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ml6BJ",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pGpEH",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2ExIo",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uRmy9",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tuNEF",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ikGV0",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TK6sE",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Wat5Q",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "JQOBs",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3HoFF",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9FZVm",
+ "name": "heart-filled",
+ "rotation": 0.0301271093447388,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w2UpC",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fi0Zy",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DjU2X",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k5bhs",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PU4by",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "JTRxz",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lPB0S",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TW5u0",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "j6Mzh",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "byxZr",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OI6ga",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VdriQ",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nMu0G",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MQfY7",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X4tzB",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYWc7",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "S6z6V",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2SUTt",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vUrjW",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "3O5pe",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iBk67",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vMvG",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tXjgt",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NpkUw",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QhzAE",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qfcLZ",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rfjSH",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "cceo9",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TkhD6",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Aj0Tk",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Fapyo",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NL18r",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h9k4Y",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hvYpx",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nEhZ3",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "N8zIh",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "JzpJQ",
+ "x": 1680,
+ "y": -2668,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "个人主页增加账号\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "JUnK9",
+ "x": 876,
+ "y": -1291,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "编辑个人资料:\n1.进入编辑资料弹窗时,支持对个人头像/名称/ID/简介进行编辑。\n\n2.点击 相机icon 后,支持对头像的更改。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "3bPAT",
+ "x": 876,
+ "y": -204,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "支持对上传的图像进行裁剪。\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "mcbdL",
+ "x": 876,
+ "y": 414,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "账户 ID 修改的二次确认\n1.修改账户 ID 时,点击编辑按钮后,需要告知用户可能造成的影响,用户点击 button 确认后才能进行修改 ID 信息;(告知内容待定)\n\n2.修改头像/名称/简介 不需要进行二次确认。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "rHDbw",
+ "x": 876,
+ "y": -546,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "修改账户 ID :\n需要提示,账户 ID 只能包含数字(待确认)。与修改项目 ID 一致。\n\n\n\ngongyaoming 2026/02/27"
+ }
+ ],
+ "themes": {
+ "Theme": [
+ "Default"
+ ],
+ "Mode": [
+ "Light",
+ "Dark"
+ ],
+ "Base": [
+ "Neutral",
+ "Gray",
+ "Stone",
+ "Zinc",
+ "Slate"
+ ]
+ },
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#F3FCFD",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "red500": {
+ "type": "color",
+ "value": "#ef4149"
+ },
+ "red600": {
+ "type": "color",
+ "value": "#bc292e"
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#0a0a0a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--border": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e7eb",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#e2e8f0",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#e4e4e7",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#ffffff1a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0a0a0a"
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#6b7280",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#64748b",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#78716c",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#71717a",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#a3a3a3",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#9ca3af",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#94a3b8",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#a8a29e",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#a1a1aa",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717",
+ "theme": {
+ "Base": "Neutral"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ }
+ ]
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fef2f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff1f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff7ed",
+ "theme": {}
+ },
+ {
+ "value": "#f7fee7",
+ "theme": {}
+ },
+ {
+ "value": "#eff6ff",
+ "theme": {}
+ },
+ {
+ "value": "#713f12",
+ "theme": {}
+ },
+ {
+ "value": "#f5f3ff",
+ "theme": {}
+ }
+ ]
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b5ebf0",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#d9dfe5",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/archive/modify-account-name-and-id/modal-account-name.pen b/ui/archive/modify-account-name-and-id/modal-account-name.pen
new file mode 100644
index 0000000000..53b907d828
--- /dev/null
+++ b/ui/archive/modify-account-name-and-id/modal-account-name.pen
@@ -0,0 +1,4986 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "efVs5",
+ "x": 156,
+ "y": -1291,
+ "name": "个人信息编辑",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "easDW",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "dkecn",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "Editor profile",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WUuU0",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q9ytg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W0f6f",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HIFMn",
+ "name": "image",
+ "width": "fill_container",
+ "height": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e0pHB",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000003010",
+ "clip": true,
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xd2Jf",
+ "x": -258,
+ "y": 0,
+ "name": "背景图",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r6UHJ",
+ "x": 0,
+ "y": 0,
+ "name": "立体02",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ },
+ {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.4000000059604645,
+ "rotation": -450,
+ "size": {
+ "height": 1
+ },
+ "colors": [
+ {
+ "color": "#000000ff",
+ "position": 0
+ },
+ {
+ "color": "#000000cc",
+ "position": 0.5176095366477966
+ },
+ {
+ "color": "#000000ff",
+ "position": 1
+ }
+ ]
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "8hgCp",
+ "x": 0.3999786376953125,
+ "y": -403.8160705566406,
+ "name": "abstract-blue-background-with-geometric-shapes-lighting-3d-illustration",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "width": 1075.2000732421875,
+ "height": 716.8875122070312,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8400000333786011
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "vJcOH",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 851",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.639344334602356
+ }
+ },
+ {
+ "type": "frame",
+ "id": "R9sxS",
+ "x": 256,
+ "y": 60,
+ "name": "Component 2",
+ "enabled": false,
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0vzmn",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "EcPPJ",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "LsXww",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zT6ZM",
+ "x": 24,
+ "y": 120,
+ "name": "avatar",
+ "width": 120,
+ "height": 120,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 160,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 5.333333492279053
+ }
+ },
+ "gap": 10,
+ "padding": 36,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2oHB1",
+ "name": "Component 2",
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SdSfD",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "sPySs",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "n2D6q",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iE5fJ",
+ "name": "Frame 1000003007",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "3rU4Y",
+ "name": "Frame 162933",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1ZVTc",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Name",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OrPYa",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "C7vZh",
+ "name": "Label Text",
+ "fill": "$grey1000",
+ "content": "Tom Chang ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cMo5i",
+ "name": "Frame 1000002987",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Yie21",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bTBrF",
+ "name": "textarea group/default",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tIdmp",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UqDOe",
+ "name": "Label Text",
+ "fill": "$grey700",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6TXG",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FIbWv",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3u535",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "snIam",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "enabled": false,
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zPCe9",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Edit",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IBcae",
+ "name": "Frame 1000002986",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uQueW",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Bio",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "P8tlt",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 96,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "dB3iy",
+ "name": "Text",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world’s a stage, and all the men and women merely players. They have their exits and their entrances; and one man in his time plays many parts.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSXv6",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 20,
+ 20
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "POspw",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xr9Kl",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wjY39",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pl37L",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IXEQg",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NGJoM",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZHaR8",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aBG3j",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gEoM8",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VHeMz",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BnJp4",
+ "x": 156,
+ "y": -546,
+ "name": "修改项目id",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RQib7",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "xrunD",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "n0oTK",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qtRBa",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8m82e",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IDyGT",
+ "name": "Card Content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N4jiH",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ox8bi",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "P6QDs",
+ "name": "hint text",
+ "fill": "#6e7781ff",
+ "content": "项目 ID 只能包含数字",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tusmv",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jvn23",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "fNwjQ",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4zD5U",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VNXQt",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aub1J",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iWmhc",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YAgtM",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mXcPN",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d2s47",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IUXf4",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9N2v3",
+ "x": 156,
+ "y": -212,
+ "name": "头像上传",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vT4M",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "Nj1f0",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "裁剪图像",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uRkya",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kuCLc",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ehaiD",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jbLbb",
+ "name": "Card content",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1481482982635498
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aWpue",
+ "name": "Frame 1000002886",
+ "clip": true,
+ "width": 300,
+ "height": 300,
+ "fill": [
+ "#f6f8faff",
+ {
+ "type": "image",
+ "opacity": 0.800000011920929,
+ "enabled": true,
+ "url": "../../images/upload-profile-picture.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "background_blur",
+ "radius": 3.5
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "children": [
+ {
+ "type": "frame",
+ "id": "de5Zm",
+ "name": "Frame 1000002887",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": [
+ {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/upload-profile-picture-circle.png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "padding": 9.090909004211426
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pi5Og",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UCarN",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OcG0g",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UkPFw",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pacyr",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6Zeik",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TV3U9",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gcta6",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CjySg",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2tkED",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "31K8R",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iNaXC",
+ "x": 156,
+ "y": 414,
+ "name": "修改项目id提醒",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JserD",
+ "name": "Card Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "LPFnL",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GxZUs",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "62zvg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W8G56",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cGb7u",
+ "name": "Card content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xVlTG",
+ "name": "Modal content",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xosa9",
+ "name": "Toast",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VU3xR",
+ "name": "icon/exclamation circle-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V3Xfr",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "exclamation-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#faa135ff",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cg6Ey",
+ "name": "title",
+ "fill": "#faa135ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "修改账号 ID ,可能造成以下影响,请谨慎操作。",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "C2fEr",
+ "name": "Text",
+ "fill": "#6e7781ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "我们不会为您的旧个人主页设置重定向。\n我们不会为 Pages 网站设置重定向。\n我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。\n重命名操作可能需要几分钟才能完成",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fB9ox",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XBXwJ",
+ "name": "Button/Medium/Destructive/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1EVXd",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yjy3G",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "我已知晓,让我更改账号 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cz9hd",
+ "x": 156,
+ "y": -2668,
+ "name": "User Profile Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1zThB",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gg3S8",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HGdS8",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HNDE",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MNpPo",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8E63u",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wcpAQ",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$grey100",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6gAEh",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "ZG3HQ",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fc0K6",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LVhSF",
+ "name": "add-outlined",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YC70p",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9J50W",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LUU8D",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wBCzC",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3M7fW",
+ "name": "tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lLI6Z",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Har4T",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZaBNO",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2nPTc",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UN10O",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AN6aQ",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Rj9WO",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5U6h8",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WohAa",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QgXS7",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O3pRc",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "lQdq4",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QsNuz",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "N2r4K",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "MFJH7",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VrRt5",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N1Tsf",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZpWQZ",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "Rzr0C",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "r1SMo",
+ "name": "Frame 1000003000",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 0,
+ 2,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GzUCc",
+ "name": "Frame 1000004769",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "089TZ",
+ "name": "ID",
+ "fill": "#a7b1bbff",
+ "content": "ID",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BYOwb",
+ "name": "78654854",
+ "fill": "#a7b1bbff",
+ "content": "78654854",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gEAuo",
+ "name": "copy-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Zyu5p",
+ "x": 1.5548219680786133,
+ "y": 1.5549999475479126,
+ "geometry": "M5.83418 2.918c0.262 0 0.495-0.001 0.686 0.014 0.20962 0.01187 0.41485 0.06487 0.604 0.156 0.292 0.149 0.53 0.386 0.68 0.678 0.101 0.2 0.137 0.406 0.154 0.604 0.015 0.191 0.015 0.424 0.015 0.686l0 3.695c0 0.262 0 0.494-0.015 0.685-0.01142 0.20989-0.06409 0.41547-0.155 0.605-0.149 0.292-0.387 0.53-0.68 0.68-0.2 0.101-0.405 0.138-0.603 0.154-0.191 0.015-0.424 0.014-0.686 0.014l-3.695 0c-0.262 0-0.494 0.001-0.685-0.014-0.20955-0.01155-0.41478-0.06422-0.604-0.155-0.29262-0.1494-0.5306-0.38738-0.68-0.68-0.09043-0.18929-0.14276-0.39452-0.154-0.604-0.01369-0.22806-0.0187-0.45656-0.015-0.685l0-3.696c0-0.262 0-0.495 0.015-0.686 0.01155-0.20955 0.06422-0.41478 0.155-0.604 0.149-0.292 0.387-0.53 0.68-0.678 0.2-0.102 0.405-0.14 0.603-0.156 0.191-0.015 0.423-0.014 0.685-0.014l3.695 0.001z m-3.695 1.166c-0.281 0-0.458 0-0.59 0.011-0.0581 0.00071-0.11562 0.01154-0.17 0.032-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.01967 0.05418-0.02982 0.11136-0.03 0.169-0.011 0.132-0.011 0.309-0.011 0.59l0 3.695c0 0.282 0 0.459 0.01 0.592 0.01 0.124 0.027 0.16 0.032 0.167 0.03789 0.07276 0.09724 0.13211 0.17 0.17 0.05406 0.02035 0.11124 0.03118 0.169 0.032 0.132 0.01 0.309 0.011 0.59 0.011l3.696 0c0.282 0 0.459 0 0.591-0.011 0.0581-0.00071 0.11562-0.01154 0.17-0.032 0.07202-0.03822 0.13063-0.09754 0.168-0.17 0.02012-0.05343 0.03095-0.10991 0.032-0.167 0.01-0.133 0.011-0.31 0.011-0.592l0-3.696c0-0.281 0-0.458-0.011-0.59-0.00071-0.0581-0.01154-0.11562-0.032-0.17-0.03763-0.07261-0.09661-0.13194-0.169-0.17-0.05418-0.01967-0.11136-0.02982-0.169-0.03-0.19679-0.01128-0.39392-0.01528-0.591-0.012l-3.696 0.001z m8.174 1.507c0.322 0.004 0.58 0.27 0.575 0.591-0.004 0.317-0.017 0.646-0.168 0.942-0.149 0.292-0.387 0.53-0.68 0.68-0.295 0.15-0.625 0.163-0.942 0.167-0.31349-0.0083-0.56446-0.26272-0.56849-0.57629-0.00403-0.31357 0.24031-0.57435 0.55349-0.59071 0.339-0.004 0.405-0.03 0.427-0.04 0.07276-0.03789 0.13211-0.09724 0.17-0.17 0.012-0.022 0.037-0.09 0.041-0.428 0.00493-0.32215 0.26984-0.57945 0.592-0.575m-0.007-2.673c0.322 0 0.583 0.26 0.583 0.583l0 0.972c0 0.32198-0.26102 0.583-0.583 0.583-0.32198 0-0.583-0.26102-0.583-0.583l0-0.972c0-0.322 0.261-0.583 0.583-0.583m-5.598-2.916c0.30659 0.01768 0.54732 0.26943 0.55126 0.57651 0.00395 0.30708-0.23023 0.56493-0.53626 0.59049-0.337 0.004-0.404 0.03-0.426 0.04-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.012 0.023-0.037 0.09-0.041 0.428-0.01654 0.31323-0.27756 0.55745-0.5912 0.55315-0.31364-0.0043-0.56786-0.25559-0.5758-0.56915 0.004-0.317 0.018-0.645 0.169-0.94 0.149-0.293 0.386-0.531 0.678-0.68 0.296-0.151 0.625-0.165 0.942-0.17m4.39 0c0.317 0.004 0.647 0.018 0.943 0.169 0.292 0.149 0.53 0.387 0.68 0.68 0.15 0.295 0.163 0.623 0.167 0.94-0.00795 0.31356-0.26217 0.56485-0.57581 0.56915-0.31363 0.0043-0.57465-0.23992-0.59119-0.55315-0.004-0.338-0.03-0.405-0.04-0.427-0.03789-0.07276-0.09724-0.13211-0.17-0.17-0.023-0.012-0.09-0.037-0.428-0.041-0.32226-0.00414-0.58014-0.26874-0.576-0.591 0.00414-0.32226 0.26874-0.58014 0.591-0.576m-1.65 0.002c0.29411 0.0346 0.51577 0.28386 0.51576 0.58 0 0.29614-0.22165 0.5454-0.51576 0.58l-0.059 0.004-0.971 0c-0.31287-0.01295-0.55984-0.27036-0.55984-0.5835 0-0.31314 0.24697-0.57055 0.55984-0.5835l0.971 0 0.059 0.003z",
+ "fill": "#A7B1BB",
+ "width": 10.889178276062012,
+ "height": 10.889014601707458
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T4qyu",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zmw2F",
+ "name": "calendar.svg",
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LivCc",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q57qV",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PPOqJ",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UuNIF",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LKG39",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qLnq7",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "b0cBZ",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D8N7M",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "n9gNj",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "f1Zrs",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QEbl7",
+ "name": "overview",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "yrYBE",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$turquoise300",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "CtjkD",
+ "x": 1.5,
+ "y": 2.999990940093994,
+ "geometry": "M0 0.79701c0-0.21138 0.08397-0.4141 0.23344-0.56357 0.14947-0.14947 0.35219-0.23344 0.56356-0.23343l4.518 0c1.304 0 2.462 0.627 3.188 1.595 0.75123-1.00626 1.93425-1.59777 3.19-1.595l4.51 0c0.21138 0 0.4141 0.08397 0.56356 0.23343 0.14947 0.14947 0.23344 0.35219 0.23344 0.56357l0 11.155c0 0.21138-0.08397 0.4141-0.23344 0.56356-0.14947 0.14946-0.35219 0.23343-0.56356 0.23344l-4.788 0c-0.63365 0.00109-1.24116 0.25272-1.69 0.7l-0.661 0.66c-0.31123 0.31116-0.81577 0.31116-1.127 0l-0.66-0.66c-0.44884-0.44728-1.05635-0.69891-1.69-0.7l-4.79 0c-0.21138 0-0.4141-0.08397-0.56356-0.23344-0.14947-0.14947-0.23344-0.35219-0.23344-0.56356l0-11.155z m7.704 10.968l0.004-5.39-0.002-2.393c-0.0011-1.31918-1.07082-2.388-2.39-2.388l-3.723 0 0 9.562 3.991 0c0.75 0 1.484 0.21 2.119 0.61m1.598-7.78l-0.005 7.778c0.63497-0.39644 1.36844-0.60674 2.117-0.607l3.991 0 0-9.563-3.713 0c-0.63387 0-1.24177 0.2518-1.68998 0.70001-0.44821 0.44821-0.70002 1.05612-0.70002 1.68999",
+ "fill": "$turquoise500",
+ "width": 17,
+ "height": 14.342380046844482
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Iv634",
+ "fill": "$turquoise500",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UwfCL",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "rgpT7",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sfPf4",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4N9j7",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bzYI7",
+ "name": "projects",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mrsBG",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "1O49b",
+ "x": 2.298999786376953,
+ "y": 2.932999849319458,
+ "geometry": "M4.818 0l-3.107 0c-0.45387-0.00027-0.88922 0.17991-1.21015 0.50085-0.32093 0.32093-0.50111 0.75629-0.50085 1.21015l0 9.925c0 0.944 0.766 1.71 1.711 1.71l11.98 0c0.94441 0 1.71-0.76559 1.71-1.71l0-6.171c0.00026-0.45369-0.17978-0.8889-0.50049-1.2098-0.32072-0.3209-0.75581-0.5012-1.20951-0.5012l-3.986 0c-0.18824-0.00012-0.37009-0.06831-0.512-0.192l-3.863-3.37c-0.14165-0.12346-0.3231-0.19164-0.511-0.192l-0.001 0z",
+ "width": 15.4010009765625,
+ "height": 13.345999479293823,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HmPJZ",
+ "x": 8.857000350952148,
+ "y": 4.183999538421631,
+ "geometry": "M0 0l7.132 0c0.45387-0.00027 0.88922 0.17991 1.21015 0.50085 0.32093 0.32093 0.50111 0.75629 0.50085 1.21015l0 3.295",
+ "width": 8.843000411987305,
+ "height": 5.00600004196167,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "p4XFq",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hXxb8",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "wfvlW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cdxJO",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OH7A9",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Opvc",
+ "name": "likes",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R9PGF",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "fS2by",
+ "x": 1.1994404792785645,
+ "y": 2.079808235168457,
+ "geometry": "M14.82556 2.75019c-1.505-1.46-3.912-1.53-5.503-0.206-0.14628 0.12221-0.3314 0.18817-0.522 0.186-0.1906 0.00217-0.37572-0.06379-0.522-0.186-1.591-1.324-3.998-1.254-5.503 0.206-1.4803 1.41205-1.57409 3.74361-0.212 5.27q0.03 0.034 0.056 0.07l6.181 5.996 6.181-5.996 0.055-0.07c1.36262-1.52586 1.26971-3.8574-0.21-5.27l-0.001 0z m1.514 6.21c1.82496-2.17573 1.65004-5.3939-0.4-7.359-1.945-1.887-4.948-2.105-7.139-0.66-2.19-1.445-5.194-1.227-7.14 0.66-2.04974 1.96538-2.22422 5.18353-0.399 7.359 0.03707 0.06401 0.08284 0.12257 0.136 0.174l6.846 6.64c0.31033 0.30101 0.80367 0.30101 1.114 0l6.845-6.64c0.05316-0.05143 0.09893-0.10999 0.136-0.174l0.001 0z",
+ "width": 17.60067319869995,
+ "height": 15.999953269958496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "join": "round",
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mvxU7",
+ "x": 13.199918746948242,
+ "y": 4.4932780265808105,
+ "geometry": "M1.90008 3.18672c-0.166 0-0.297-0.135-0.328-0.298-0.12249-0.64613-0.62787-1.15151-1.274-1.274-0.163-0.03-0.298-0.162-0.298-0.328l0-1c-0.00189-0.0789 0.02959-0.15493 0.08672-0.20938 0.05712-0.05446 0.13457-0.08228 0.21328-0.07662 1.5306 0.14413 2.7424 1.35635 2.886 2.887 0.00566 0.07872-0.02216 0.15616-0.07662 0.21329-0.05445 0.05712-0.13049 0.08861-0.20938 0.08671l-1-0.001z",
+ "fill": "$grey800",
+ "width": 3.1868038177490234,
+ "height": 3.187802791595459
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TgeV5",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NJXlM",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "qlURr",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AwsRU",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GM3LU",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6EgN1",
+ "name": "following",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "e2X9H",
+ "x": 0,
+ "y": 1.917,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "tsA3G",
+ "x": 1.500000238418579,
+ "y": 1.8799999952316284,
+ "geometry": "M6.434 7.048c-1.94488-0.0033-3.5207-1.57912-3.524-3.524 0.0033-1.94488 1.57912-3.5207 3.524-3.524 1.94488 0.0033 3.5207 1.57912 3.524 3.524-0.0033 1.94488-1.57912 3.5207-3.524 3.524m0-5.804c-1.25921 0-2.28 1.02079-2.28 2.28 0 1.25921 1.02079 2.28 2.28 2.28 1.25921 0 2.28-1.02079 2.28-2.28-0.00165-1.25852-1.02148-2.27835-2.28-2.28m0.822 14.926l-4.146 0c-2.005 0-3.11-1.099-3.11-3.093 0-2.208 1.249-4.785 4.768-4.785l3.317 0c0.706 0 1.337 0.103 1.877 0.305 0.32171 0.12068 0.48467 0.47929 0.364 0.801-0.12067 0.32171-0.47929 0.48467-0.801 0.364-0.399-0.15-0.884-0.226-1.44-0.226l-3.317 0c-3.27 0-3.524 2.71-3.524 3.54 0 1.297 0.558 1.85 1.866 1.85l4.146 0c0.34352 0 0.622 0.27848 0.622 0.622 0 0.34352-0.27848 0.622-0.622 0.622m7.593 0.77c-0.16 0-0.32-0.037-0.469-0.114l-1.32-0.68-1.319 0.68c-0.34191 0.17575-0.75367 0.1439-1.06449-0.08234-0.31082-0.22624-0.46767-0.60828-0.40551-0.98766l0.248-1.419-1.092-1.043c-0.27267-0.26056-0.37203-0.65426-0.25565-1.013 0.11638-0.35874 0.42794-0.61914 0.80165-0.67l1.522-0.217 0.655-1.3c0.173-0.344 0.522-0.557 0.91-0.557 0.388 0 0.737 0.214 0.91 0.558l0.656 1.3 1.522 0.217c0.37671 0.05019 0.69044 0.31364 0.805 0.676 0.11624 0.35799 0.01489 0.7509-0.26 1.008l-1.09 1.042 0.248 1.42c0.06716 0.37675-0.08659 0.75879-0.396 0.984-0.18 0.13-0.393 0.198-0.606 0.198m-1.789-2.068c0.157 0 0.314 0.037 0.457 0.11l1.028 0.53-0.193-1.1c-0.05686-0.32339 0.05201-0.65377 0.29-0.88l0.804-0.765-1.124-0.16c-0.32132-0.0453-0.60004-0.24518-0.746-0.535l-0.514-1.02-0.515 1.021c-0.14601 0.28917-0.42426 0.48861-0.745 0.534l-1.124 0.16 0.803 0.767c0.23742 0.22497 0.34695 0.55357 0.292 0.876l-0.193 1.101 1.027-0.529c0.14023-0.07184 0.29544-0.10953 0.453-0.11",
+ "fill": "$grey800",
+ "width": 17.000447988510132,
+ "height": 16.93999969959259,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.3
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SqDhF",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZlB2M",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "0mokW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LL0kV",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hwfWW",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IRmQJ",
+ "name": "followers",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "v3ohN",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "HGQiq",
+ "x": 1.1800003051757812,
+ "y": 2.0799999237060547,
+ "geometry": "M6.366 6.974c-1.92474-0.0022-3.48435-1.56226-3.486-3.487 0.00165-1.92474 1.56126-3.48479 3.486-3.487 1.92552 0.0011 3.48634 1.56148 3.488 3.487-0.00166 1.92552-1.56248 3.4859-3.488 3.487z m0-5.743c-1.24504 0.0022-2.2538 1.01096-2.256 2.256 0.00165 1.24543 1.01057 2.2548 2.256 2.257 1.24582-0.00165 2.25535-1.01118 2.257-2.257-0.0022-1.24543-1.01157-2.25435-2.257-2.256l0 0z m3.273 14.77l-6.56 0c-1.985 0-3.079-1.088-3.079-3.062 0-2.184 1.236-4.734 4.718-4.734l3.282 0c3.482 0 4.718 2.55 4.718 4.734 0 1.974-1.094 3.061-3.08 3.061l0.001 0.001z m-4.921-6.565c-3.235 0-3.487 2.68-3.487 3.503 0 1.283 0.553 1.83 1.848 1.83l6.56 0c1.295 0 1.848-0.547 1.848-1.83 0-0.822-0.252-3.503-3.487-3.503l-3.282 0z m7.844-2.1c-0.737 0.00326-1.44557-0.28419-1.972-0.8-0.1572-0.15362-0.22049-0.37944-0.16605-0.59239 0.05445-0.21295 0.21836-0.38068 0.43-0.44 0.21164-0.05932 0.43885-0.00123 0.59605 0.15239 0.295 0.29 0.69 0.449 1.112 0.449 0.43025 0.0046 0.84421-0.16429 1.14846-0.46854 0.30425-0.30425 0.47313-0.71821 0.46854-1.14846 0-0.89-0.725-1.616-1.617-1.616q-0.38 0-0.678 0.153c-0.29888 0.13484-0.651 0.01192-0.80104-0.27963-0.15004-0.29155-0.0454-0.64953 0.23804-0.81437 0.374-0.192 0.792-0.29 1.241-0.29 1.57206 0.0011 2.84635 1.27494 2.848 2.847-0.00165 1.57206-1.27594 2.8459-2.848 2.847l0 0.001z m2.544 7.023l-0.558 0c-0.32605-0.0186-0.58092-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l0.558 0c0.94 0 1.304-0.362 1.304-1.289 0-0.606-0.186-2.585-2.576-2.585l-1.24 0c-0.32605-0.0186-0.58091-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l1.24 0c2.81 0 3.807 2.055 3.807 3.815 0 1.6-0.924 2.52-2.535 2.52l0-0.001z",
+ "fill": "$grey800",
+ "width": 17.64099884033203,
+ "height": 16.001001358032227,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jh5ve",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "grVeI",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "Wa1Xu",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "l0wJr",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4o4QE",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZsnH5",
+ "name": "ProjectsSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "r2hyl",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8e8aO",
+ "name": "ProjectsTitle",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "JjZUm",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zeJiw",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zKnkG",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P4HYS",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oKVbA",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SsO26",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8fd1H",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YSJVT",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WEoTg",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xSVyw",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "5bOyN",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YsZej",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "3dkMA",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "IdFtX",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qrYAw",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BqIuA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ccUBN",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hmE9J",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hliFW",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2CQ34",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "suNBu",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8KdpQ",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sGSK3",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVjbG",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oV48x",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "GgiWM",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JRctC",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "ItvER",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "wSMep",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mHXgD",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A9QjV",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXB3q",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g0hL4",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aeg7r",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "75DrJ",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7pe1f",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tGyKl",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chWYN",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "v9ZzT",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SWLv4",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "f7KZE",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dfWy5",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "VLDTf",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "QSa7u",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p8A4s",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jSxh8",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VUdgY",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2aBd7",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0qUUH",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RctSv",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kkqE8",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwuX0",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ABQY1",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jdGKt",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fe0rm",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "zt4f4",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aPPpw",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "k2cHu",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "sWy0Q",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CAh5G",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AklPi",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kPdHV",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RwnRs",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4rxUv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5qgbY",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H07Ce",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghlNV",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yUE68",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "LszFk",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JB47u",
+ "name": "viewAllLikes",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ml6BJ",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pGpEH",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2ExIo",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uRmy9",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tuNEF",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ikGV0",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TK6sE",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Wat5Q",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "JQOBs",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3HoFF",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9FZVm",
+ "name": "heart-filled",
+ "rotation": 0.0301271093447388,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w2UpC",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fi0Zy",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DjU2X",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k5bhs",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PU4by",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "JTRxz",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lPB0S",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TW5u0",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "j6Mzh",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "byxZr",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OI6ga",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VdriQ",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nMu0G",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MQfY7",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X4tzB",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYWc7",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "S6z6V",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2SUTt",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vUrjW",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "3O5pe",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iBk67",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vMvG",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tXjgt",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NpkUw",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QhzAE",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qfcLZ",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rfjSH",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "cceo9",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TkhD6",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Aj0Tk",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Fapyo",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NL18r",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h9k4Y",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hvYpx",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nEhZ3",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "N8zIh",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "JzpJQ",
+ "x": 1680,
+ "y": -2668,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "个人主页增加账号\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "JUnK9",
+ "x": 876,
+ "y": -1291,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "编辑个人资料:\n1.进入编辑资料弹窗时,支持对个人头像/名称/ID/简介进行编辑。\n\n2.点击 相机icon 后,支持对头像的更改。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "3bPAT",
+ "x": 876,
+ "y": -204,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "支持对上传的图像进行裁剪。\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "mcbdL",
+ "x": 876,
+ "y": 414,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "账户 ID 修改的二次确认\n1.修改账户 ID 时,点击编辑按钮后,需要告知用户可能造成的影响,用户点击 button 确认后才能进行修改 ID 信息;(告知内容待定)\n\n2.修改头像/名称/简介 不需要进行二次确认。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "rHDbw",
+ "x": 876,
+ "y": -546,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "修改账户 ID :\n需要提示,账户 ID 只能包含数字(待确认)。与修改项目 ID 一致。\n\n\n\ngongyaoming 2026/02/27"
+ }
+ ],
+ "themes": {
+ "Theme": [
+ "Default"
+ ],
+ "Mode": [
+ "Light",
+ "Dark"
+ ],
+ "Base": [
+ "Neutral",
+ "Gray",
+ "Stone",
+ "Zinc",
+ "Slate"
+ ]
+ },
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#F3FCFD",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "red500": {
+ "type": "color",
+ "value": "#ef4149"
+ },
+ "red600": {
+ "type": "color",
+ "value": "#bc292e"
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#0a0a0a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--border": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e7eb",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#e2e8f0",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#e4e4e7",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#ffffff1a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0a0a0a"
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#6b7280",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#64748b",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#78716c",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#71717a",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#a3a3a3",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#9ca3af",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#94a3b8",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#a8a29e",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#a1a1aa",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717",
+ "theme": {
+ "Base": "Neutral"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ }
+ ]
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fef2f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff1f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff7ed",
+ "theme": {}
+ },
+ {
+ "value": "#f7fee7",
+ "theme": {}
+ },
+ {
+ "value": "#eff6ff",
+ "theme": {}
+ },
+ {
+ "value": "#713f12",
+ "theme": {}
+ },
+ {
+ "value": "#f5f3ff",
+ "theme": {}
+ }
+ ]
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b5ebf0",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#d9dfe5",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/archive/modify-project-name-and-id/figma-design-link.md b/ui/archive/modify-project-name-and-id/figma-design-link.md
new file mode 100644
index 0000000000..5fbd15e401
--- /dev/null
+++ b/ui/archive/modify-project-name-and-id/figma-design-link.md
@@ -0,0 +1 @@
+https://www.figma.com/design/3cZrrPn7oD4wvdYakaUL1b/%E8%AE%BE%E8%AE%A1%E6%96%87%E4%BB%B6-2.0-XBuilder?node-id=7453-17&m=dev&focus-id=7626-43438
\ No newline at end of file
diff --git a/ui/archive/modify-project-name-and-id/modify-project-name-and-id-demo.html b/ui/archive/modify-project-name-and-id/modify-project-name-and-id-demo.html
new file mode 100644
index 0000000000..a5c8e26b85
--- /dev/null
+++ b/ui/archive/modify-project-name-and-id/modify-project-name-and-id-demo.html
@@ -0,0 +1,861 @@
+
+
+
+
+
+ Project Name ID - Merged Nav States
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
my-test-gameccc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
!修改项目 ID ,可能造成以下影响,请谨慎操作。
+
+ - 我们不会为您的旧个人主页设置重定向。
+ - 我们不会为 Pages 网站设置重定向。
+ - 我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。
+ - 重命名操作可能需要几分钟才能完成。
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/archive/modify-project-name-and-id/modify-project-name-and-id.json b/ui/archive/modify-project-name-and-id/modify-project-name-and-id.json
new file mode 100644
index 0000000000..799900c8bd
--- /dev/null
+++ b/ui/archive/modify-project-name-and-id/modify-project-name-and-id.json
@@ -0,0 +1,4593 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RTRSQ",
+ "x": -3086,
+ "y": -1492,
+ "name": "nav-default",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jkuYM",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1iMtf",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NJTeN",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KPYfJ",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "tSOG8",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JM5Pp",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "JJ1Vg",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5FNV1",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t4O2N",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6SzIT",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HchLq",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tqflL",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fZujp",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rxonA",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9DszV",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qfQKa",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3p1pb",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dvQJE",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zRqM3",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8rOv4",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2drUy",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Optdr",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wZz6l",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "I6rsD",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "2JO1z",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R7s0L",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IsILr",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oNazo",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r4Mz3",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M4CJB",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WP7tH",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CL5li",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0oyJy",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mudFM",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cqaP5",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YqPiW",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "49MOc",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QWSDt",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "47UfU",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q0Lig",
+ "x": -3086,
+ "y": -1402,
+ "name": "nav-hover",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AtYWr",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wfzSs",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mE5re",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xCJYs",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "qMkWH",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JHVFR",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fjrQW",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LeY8p",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h2uUm",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wf3Hb",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hWrBw",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dAXUo",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IBP8p",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vjUhp",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NEian",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g5Xab",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sQasC",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wa0bI",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WRnfb",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pDUUz",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gsYBh",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v2cYh",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tMHl9",
+ "name": "Text and Icon Container",
+ "fill": "#3fcdd9ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Afutr",
+ "name": "输入文本",
+ "fill": "#ffffffff",
+ "content": "my-test-game",
+ "lineHeight": 1.625,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NXKwr",
+ "name": "icon/edit-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5UOjR",
+ "x": 2,
+ "y": 2.0013020038604736,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 12.5,
+ "height": 12.498688697814941,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ubLN1",
+ "name": "icon/cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dNVst",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "#ffffffff",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xNy7A",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "usY7S",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QpKrA",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MFscy",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cDT9v",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oxR8Y",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0Aqt",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uW8sL",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jeKFy",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aobvf",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CZX0i",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5q9Z9",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7FmwJ",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WqiSd",
+ "x": -3086,
+ "y": -1314,
+ "name": "nav-active",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rcNuA",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g3Cts",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gOvNN",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "i4Tzr",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "XiVRP",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "85KpC",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "8Htop",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rrfHo",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aBQTk",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eQyVC",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ed4q6",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qhkO1",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ly6FW",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7jmPq",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PVj36",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6vV7H",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gprou",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2WZzB",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kQTaG",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Al9jy",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "c7cIP",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xyw2L",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ORO6k",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DFLci",
+ "name": "Container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 1,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "f1h5l",
+ "name": "Rectangle 132",
+ "fill": "#0bc0cfff",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "text",
+ "id": "M35Vk",
+ "name": "输入文本",
+ "fill": "#a7b1bbff",
+ "content": "my-test-game",
+ "lineHeight": 1.625,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vf45B",
+ "name": "icon/edit-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0ILo9",
+ "x": 2,
+ "y": 2.0013020038604736,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 12.5,
+ "height": 12.498688697814941,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tEAXd",
+ "name": "icon/cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pSV6r",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "#ffffffff",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nuDpg",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dI9aw",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jodua",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a6wbs",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aCTHL",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RcjDJ",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YavTb",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8t00U",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TdETs",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WPjzf",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e8eqX",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bL3ol",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "H1BpI",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2aVgs",
+ "x": -3086,
+ "y": -1227,
+ "name": "nav-inputing",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgSle",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JiidE",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dlo2g",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QGf9g",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "rEULJ",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GcFQE",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "EXlWq",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yY6EF",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LkUEc",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ltD8I",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sznoG",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uqt1Z",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "snWX9",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dhuUa",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4jTsd",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Iv4Ud",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g76JU",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pw1Td",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "blXkM",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gVc3b",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tykJp",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RNQ22",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "92D05",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E3v9y",
+ "name": "Container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 1,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cENju",
+ "name": "输入文本",
+ "fill": "#24292fff",
+ "content": "new name",
+ "lineHeight": 1.625,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "N8nKi",
+ "name": "Rectangle 132",
+ "fill": "#0bc0cfff",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "XwChZ",
+ "name": "icon/edit-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "POyBG",
+ "x": 2,
+ "y": 2.0013020038604736,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 12.5,
+ "height": 12.498688697814941,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K6a3v",
+ "name": "icon/cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CBotD",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "#ffffffff",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HO8eq",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KQVnX",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MXPHG",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tACfn",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AkndJ",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KzRI7",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jseON",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hqWt6",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sz13p",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "thq04",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7IfDy",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HX6tK",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "oAEzP",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MbWRz",
+ "x": -3077,
+ "y": -964,
+ "name": "list/navigation-expand-list",
+ "clip": true,
+ "width": 301,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ilrrO",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dW0tk",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GJJnc",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "L6k9q",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "NMfQx",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UGk5j",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "New project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w9gbr",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "HBsaV",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IEPfg",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ohhKv",
+ "x": 2,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M3.09497 7.573c0.53-0.949 1.53402-1.53799 2.62402-1.53699l11.26709 0.00598 0.01392-0.00598 0-1.03601c0-2-1-3-3-3l-6 0-2-2-3 0c-2 0-3 1-3 3l0 10.496 0.0061-0.00299c0.002-0.238 0.05481-0.48201 0.18482-0.71301l2.90405-5.207z",
+ "fill": "#0aa5beff",
+ "width": 17,
+ "height": 13.496002197265625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "CGh1i",
+ "x": 2.007080078125,
+ "y": 11.0360107421875,
+ "name": "Vector",
+ "geometry": "M18.49198 0.00699l-1.51196-0.00101-11.26709-0.00598c-1.09-0.001-2.09502 0.58799-2.62402 1.53699l-2.90405 5.207c-0.129 0.232-0.18281 0.47501-0.18482 0.71301-0.006 0.786 0.61785 1.50699 1.49585 1.50699l12.78101 0c1.089 0 2.09307-0.58801 2.62207-1.53601l2.90405-5.20099c0.555-0.995-0.16803-2.22-1.31104-2.22z",
+ "fill": "#51dadcff",
+ "width": 19.993696212768555,
+ "height": 8.963990211486816,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": false,
+ "rotation": -180,
+ "size": {
+ "height": 0.9999999999999999
+ },
+ "colors": [
+ {
+ "color": "#ffb800ff",
+ "position": 0
+ },
+ {
+ "color": "#ff8d01ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "y": 0.49999999999999994
+ }
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TjHBa",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Open project...",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CZb27",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "pKc8X",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kAr38",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ish1P",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "OlL4R",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "eAkkc",
+ "x": 8.251220703125,
+ "y": 12.249237060546875,
+ "name": "Vector",
+ "geometry": "M5.74889 2.00076l-3.18896 0 0.71997-0.72001c0.293-0.293 0.293-0.768 0-1.061-0.293-0.293-0.76804-0.293-1.06103 0l-2 2c-0.069 0.069-0.12387 0.152-0.16187 0.244-0.076 0.183-0.076 0.39 0 0.573 0.038 0.092 0.09287 0.175 0.16187 0.244l2 2c0.146 0.146 0.33803 0.22 0.53002 0.22001 0.192 0 0.38403-0.073 0.53003-0.22001 0.293-0.293 0.293-0.768 0-1.061l-0.71997-0.72 3.18994 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.74899-0.75-0.74899z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L3i2G",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Import project file...",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CeId6",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tuVZT",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Oh0dz",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UDUsM",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "bptCj",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "TczVN",
+ "x": 8.25,
+ "y": 12.250244140625,
+ "name": "Vector",
+ "geometry": "M6.44189 3.03675c0.076-0.183 0.076-0.39 0-0.573-0.038-0.092-0.09287-0.175-0.16186-0.244l-2-2c-0.293-0.293-0.76804-0.293-1.06104 0-0.293 0.293-0.293 0.768 0 1.061l0.71997 0.72001-3.18896 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l3.18896 0-0.71997 0.71998c-0.293 0.293-0.293 0.768 0 1.06101 0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22l2-2c0.07-0.071 0.12484-0.15399 0.16284-0.245z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.5017476081848145,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0Bs1F",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "Export project to file",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VRE1u",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "KlLM1",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AkAWn",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YLclw",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "IWE39",
+ "x": 6.251220703125,
+ "y": 11.249237060546875,
+ "name": "Vector",
+ "geometry": "M5.74889 2.00076l-3.18896 0 0.71997-0.72001c0.293-0.293 0.293-0.768 0-1.061-0.293-0.293-0.76804-0.293-1.06103 0l-2 2c-0.069 0.069-0.12387 0.15202-0.16187 0.24402-0.076 0.183-0.076 0.39 0 0.573 0.038 0.092 0.09287 0.17499 0.16187 0.24398l2 2c0.146 0.146 0.33803 0.22 0.53002 0.22001 0.192 0 0.38403-0.073 0.53003-0.22001 0.293-0.293 0.293-0.768 0-1.061l-0.71997-0.72 3.18994 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.74899-0.75-0.74899z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Fu2E3",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Import Assets from Scratch file",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mbs9P",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "YVJVL",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RxAKI",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rHIxd",
+ "x": 4,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M18 8c0 2.76-2.24 5-5 5l-4.69897 0c-0.2 0-0.30103-0.16302-0.30103-0.33002 0-1.09-0.52009-2.05998-1.34009-2.66998 0.82-0.61 1.34009-1.57998 1.34009-2.66998 0-1.83-1.50008-3.33002-3.33008-3.33002-1.4 0-2.61986 0.89002-3.10986 2.15002l-1.30005 0.64997c-0.209 0.096-0.26001-0.13099-0.26001-0.29999 0-3.59 2.91-6.5 6.5-6.5 1.65 0 3.15004 0.61 4.29004 1.62 0.48 0.43 0.89999 0.92003 1.23999 1.47003 0.32-0.06 0.63997-0.09003 0.96997-0.09003 2.76 0 5 2.24 5 5z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "4jDYD",
+ "x": 1.5,
+ "y": 10.50299072265625,
+ "name": "Vector",
+ "geometry": "M7.16699 5.33002c-0.517 0-0.98192 0.21701-1.31592 0.56201l-2.21313-1.10602c0.015-0.094 0.02905-0.19002 0.02905-0.28802 0-0.098-0.01405-0.19396-0.02905-0.28797l2.21313-1.10602c0.333 0.345 0.79892 0.56201 1.31592 0.56202 1.011 0 1.83301-0.82301 1.83301-1.83301 0-1.011-0.82201-1.83301-1.83301-1.83301-0.959 0-1.73887 0.74199-1.81787 1.67999l-2.54419 1.27204c-0.282-0.178-0.61392-0.28503-0.97192-0.28504-1.011 0-1.83301 0.82301-1.83301 1.83301 0 1.01 0.82201 1.83301 1.83301 1.83301 0.358 0 0.68892-0.10697 0.97192-0.28498l2.54419 1.27198c0.079 0.938 0.85887 1.67999 1.81787 1.67999 1.011 0 1.83301-0.82301 1.83301-1.83301 0-1.014-0.82201-1.83698-1.83301-1.83697z",
+ "fill": "#0aa5beff",
+ "width": 9,
+ "height": 9,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Grm77",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Publish project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vwTmZ",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "aj55u",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kzz84",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8uPOW",
+ "x": 4.25,
+ "y": 15,
+ "name": "Vector",
+ "geometry": "M14.75 4.25l-5.14795 0c-0.203-0.5-0.60105-0.89899-1.10205-1.10199l0-3.14801-1.5 0 0 3.14801c-0.5 0.203-0.89905 0.60099-1.10205 1.10199l-5.14795 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l5.14795 0c0.297 0.732 1.01305 1.25 1.85205 1.25 0.839 0 1.55505-0.518 1.85205-1.25l5.14795 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#0aa5beff",
+ "width": 15.5,
+ "height": 7,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "iQXJc",
+ "x": 4,
+ "y": 2,
+ "name": "Vector",
+ "geometry": "M13 2l-5 0-2-2-3 0c-2 0-3 1-3 3l0 7c0 2 1 3 3 3l4.25 0 1.5 0 4.25 0c2 0 3-1 3-3l0-5c0-2-1-3-3-3z",
+ "fill": "#51dadcff",
+ "width": 16,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vNioJ",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "Open project page",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TuqJJ",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "nHYK8",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dqDku",
+ "name": "IDicon",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.09999999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4,
+ "id": "H1UX5",
+ "x": 1,
+ "y": 3,
+ "name": "Rectangle 852",
+ "fill": "#51dadcff",
+ "width": 22,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "ikV8N",
+ "x": 6.751124858856201,
+ "y": 7.2179999351501465,
+ "name": "ID",
+ "children": [
+ {
+ "type": "path",
+ "id": "XK7kJ",
+ "x": 3.09375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3 9.564l-2.112 0c-0.24 0-0.448-0.088-0.624-0.264-0.176-0.176-0.264-0.384-0.264-0.624l0-7.788c0-0.24 0.088-0.448 0.264-0.624 0.176-0.176 0.384-0.264 0.624-0.264l2.076 0c1.448 0 2.552 0.416 3.312 1.248 0.752 0.816 1.128 1.996 1.128 3.54 0 3.184-1.468 4.776-4.404 4.776z m-1.512-8.16l0 6.756 1.416 0c1.024 0 1.772-0.272 2.244-0.816 0.472-0.544 0.708-1.396 0.708-2.556 0-1.104-0.248-1.944-0.744-2.52-0.496-0.576-1.228-0.864-2.196-0.864l-1.428 0z",
+ "fill": "#ffffffff",
+ "width": 7.404000282287598,
+ "height": 9.564000129699707,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "gyioh",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.488 0.744l0 8.076c0 0.208-0.072 0.384-0.216 0.528-0.144 0.144-0.32 0.216-0.528 0.216-0.208 0-0.384-0.072-0.528-0.216-0.144-0.144-0.216-0.32-0.216-0.528l0-8.076c0-0.208 0.072-0.384 0.216-0.528 0.144-0.144 0.32-0.216 0.528-0.216 0.208 0 0.384 0.072 0.528 0.216 0.144 0.144 0.216 0.32 0.216 0.528z",
+ "fill": "#ffffffff",
+ "width": 1.4880002737045288,
+ "height": 9.564000129699707,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SUJSZ",
+ "name": "Frame 1000004771",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cnbQo",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Modify project ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ztb9S",
+ "name": "Frame 1000004770",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "x4AW4",
+ "name": "ID",
+ "fill": "#a7b1bbff",
+ "content": "ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "J8Klf",
+ "name": "123125",
+ "fill": "#a7b1bbff",
+ "content": "123125",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oivpz",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "pKeg2",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IAQZI",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VqSie",
+ "x": 3,
+ "y": 4,
+ "name": "Subtract",
+ "geometry": "M18 9.29825l0-3.29825c0-2-1-3-3-3l-5 0-3-3-4 0c-2 0-3 1-3 3l0 10c0 2 1 3 3 3l6.95415 0c-0.06408-0.65544 0.15489-1.33333 0.65691-1.83535l0.66451-0.6645-0.66466-0.66466c-0.89039-0.89039-0.89039-2.33401 0-3.2244 0.89039-0.8904 2.33401-0.8904 3.22441 0l0.66465 0.66465 0.66486-0.66486c0.76987-0.76987 1.95333-0.87408 2.83517-0.31263z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BQp9C",
+ "x": 12.5,
+ "y": 12.5,
+ "name": "X",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xNPAG",
+ "x": 1.9519025087356567,
+ "y": 1.951902985572815,
+ "name": "Union",
+ "geometry": "M1.28033 0.21967c-0.29289-0.29289-0.76777-0.29289-1.06066 0-0.29289 0.29289-0.29289 0.76777 0 1.06066l1.76777 1.76777-1.76777 1.76776c-0.29289 0.29289-0.29289 0.76777 0 1.06066 0.29289 0.29289 0.76777 0.29289 1.06066 0l1.76777-1.76776 1.76776 1.76776c0.29289 0.29289 0.76777 0.29289 1.06066 0 0.29289-0.29289 0.29289-0.76777 0-1.06066l-1.76776-1.76776 1.76776-1.76777c0.29289-0.29289 0.29289-0.76777 0-1.06066-0.29289-0.29289-0.76777-0.29289-1.06066 0l-1.76776 1.76777-1.76777-1.76777z",
+ "fill": "#0aa5beff",
+ "width": 6.096194267272949,
+ "height": 6.096194267272949,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.5,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wddX3",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Remove project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sUX4Z",
+ "x": -3077,
+ "y": -447,
+ "name": "modal/warn",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DO2LE",
+ "name": "Component/ modal-header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "sXgOw",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "修改项目 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mpQrS",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uTVtO",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XMRYZ",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "genBP",
+ "name": "内容区",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsiBC",
+ "name": ".modal/content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "StE2o",
+ "name": "Component/toast",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RWMgm",
+ "name": "icon/exclamation circle-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3F3Qu",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "exclamation-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#faa135ff",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UUXIB",
+ "name": "title",
+ "fill": "#faa135ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "修改项目 ID ,可能造成以下影响,请谨慎操作。",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q5ija",
+ "name": "输入文本",
+ "fill": "#6e7781ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "我们不会为您的旧个人主页设置重定向。\n我们不会为 Pages 网站设置重定向。\n我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。\n重命名操作可能需要几分钟才能完成。",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dLlBE",
+ "name": "Component/ modal-footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Bkzj",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "05Do3",
+ "name": "Frame 162689",
+ "fill": "#ef4149ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#bc292e",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2ZzdA",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "我已知晓,让我更改账号 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U6pm6",
+ "x": -3077,
+ "y": -82,
+ "name": "modal/Modify project ID",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NnyPM",
+ "name": "Component/ modal-header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "qwGIl",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "修改项目 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KPPlZ",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SRJpi",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Ie52",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hZgdW",
+ "name": "内容区",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ljzMF",
+ "name": ".modal/content",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZO4G5",
+ "name": "input-box",
+ "clip": true,
+ "width": "fill_container",
+ "height": 58,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uXxyj",
+ "name": "输入框",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8rwKg",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cm9sn",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "qiniu123125",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SkFQm",
+ "name": "hint text",
+ "fill": "#6e7781ff",
+ "content": "项目 ID 只能包含数字和字母。",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "itkgQ",
+ "name": "Component/ modal-footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q9uak",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "i4jBP",
+ "name": "Frame 162689",
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#cbd2d8",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AxXPT",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7InWf",
+ "x": 4.25,
+ "y": 2.5,
+ "name": "microphone",
+ "geometry": "M8.5 16.21191l0 2.28809c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-2.28809c-3.923-0.378-7-3.69191-7-7.71191 0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75 0 3.446 2.804 6.25 6.25 6.25 3.446 0 6.25-2.804 6.25-6.25 0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75 0 4.02-3.077 7.33291-7 7.71191z m-0.75-16.21191c-2.481 0-4.5 2.019-4.5 4.5l0 4c0 2.481 2.019 4.5 4.5 4.5 2.481 0 4.5-2.019 4.5-4.5l0-4c0-2.481-2.019-4.5-4.5-4.5z",
+ "fill": "#ffffffff",
+ "width": 15.5,
+ "height": 19.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QGHYX",
+ "name": "Button Text",
+ "fill": "#57606aff",
+ "content": "取消",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MYQOf",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rvxjz",
+ "name": "Frame 162689",
+ "fill": "#0bc0cfff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0b8893",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X6x8P",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W9Sd2",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dc3ai",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "确认",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "E8ugv",
+ "x": -1611,
+ "y": -1492,
+ "width": 283,
+ "height": 246,
+ "content": "在项目编辑器中支持对项目名称的修改:\n鼠标悬浮项目名称时,出现「编辑」icon,点击名称或 icon 后,进入名称编辑状态;\n名称编辑完成后,鼠标点击输入框外其他区域或按 enter 键后,呈现默认状态,表示名称更改完成。"
+ },
+ {
+ "type": "note",
+ "id": "tvYwm",
+ "x": -2748,
+ "y": -959,
+ "width": 282,
+ "height": 141,
+ "content": "在项目编辑器中支持对项目 ID 的修改:\n在文件列表中,新增「修改项目 ID」功能,用户点击后出现弹窗(与修改精灵名称弹窗一致)"
+ }
+ ],
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-color-primary-main": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-color-primary-300-aa6": {
+ "type": "color",
+ "value": "#b5ebf0a6"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "--ui-color-primary-200": {
+ "type": "color",
+ "value": "#e7f9fa"
+ },
+ "--ui-color-disabled-bg": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "--ui-color-dividing-line-2": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "--ui-color-sound-main": {
+ "type": "color",
+ "value": "#a074ff"
+ },
+ "--ui-color-dividing-line-1": {
+ "type": "color",
+ "value": "#d9dfe5"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-color-disabled-text": {
+ "type": "color",
+ "value": "#cbd2d8"
+ },
+ "--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "--ui-color-text": {
+ "type": "color",
+ "value": "#57606a"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": "#B5EBF0"
+ },
+ "yellow200": {
+ "type": "color",
+ "value": "#FFF6EB"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "purple500": {
+ "type": "color",
+ "value": "#A074FF"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/archive/modify-project-name-and-id/modify-project-name-and-id.pen b/ui/archive/modify-project-name-and-id/modify-project-name-and-id.pen
new file mode 100644
index 0000000000..acfdf8c921
--- /dev/null
+++ b/ui/archive/modify-project-name-and-id/modify-project-name-and-id.pen
@@ -0,0 +1,4569 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RTRSQ",
+ "x": -3086,
+ "y": -1492,
+ "name": "nav-default",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jkuYM",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1iMtf",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NJTeN",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KPYfJ",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "tSOG8",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JM5Pp",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "JJ1Vg",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5FNV1",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t4O2N",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6SzIT",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HchLq",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tqflL",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fZujp",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rxonA",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9DszV",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qfQKa",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3p1pb",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dvQJE",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zRqM3",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8rOv4",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2drUy",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Optdr",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wZz6l",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "I6rsD",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "2JO1z",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R7s0L",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IsILr",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oNazo",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r4Mz3",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M4CJB",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WP7tH",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CL5li",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0oyJy",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mudFM",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cqaP5",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YqPiW",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "49MOc",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QWSDt",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "47UfU",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q0Lig",
+ "x": -3086,
+ "y": -1402,
+ "name": "nav-hover",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AtYWr",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wfzSs",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mE5re",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xCJYs",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "qMkWH",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JHVFR",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fjrQW",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LeY8p",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h2uUm",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wf3Hb",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hWrBw",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dAXUo",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IBP8p",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vjUhp",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NEian",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g5Xab",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sQasC",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wa0bI",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WRnfb",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pDUUz",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gsYBh",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v2cYh",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tMHl9",
+ "name": "Text and Icon Container",
+ "fill": "#3fcdd9ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Afutr",
+ "name": "输入文本",
+ "fill": "#ffffffff",
+ "content": "my-test-game",
+ "lineHeight": 1.625,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NXKwr",
+ "name": "icon/edit-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5UOjR",
+ "x": 2,
+ "y": 2.0013020038604736,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 12.5,
+ "height": 12.498688697814941,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ubLN1",
+ "name": "icon/cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dNVst",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "#ffffffff",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xNy7A",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "usY7S",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QpKrA",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MFscy",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cDT9v",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oxR8Y",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0Aqt",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uW8sL",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jeKFy",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aobvf",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CZX0i",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5q9Z9",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7FmwJ",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WqiSd",
+ "x": -3086,
+ "y": -1314,
+ "name": "nav-active",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rcNuA",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g3Cts",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gOvNN",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "i4Tzr",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "XiVRP",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "85KpC",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "8Htop",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rrfHo",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aBQTk",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eQyVC",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ed4q6",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qhkO1",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ly6FW",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7jmPq",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PVj36",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6vV7H",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gprou",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2WZzB",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kQTaG",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Al9jy",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "c7cIP",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xyw2L",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ORO6k",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DFLci",
+ "name": "Container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 1,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "f1h5l",
+ "name": "Rectangle 132",
+ "fill": "#0bc0cfff",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "text",
+ "id": "M35Vk",
+ "name": "输入文本",
+ "fill": "#a7b1bbff",
+ "content": "my-test-game",
+ "lineHeight": 1.625,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vf45B",
+ "name": "icon/edit-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0ILo9",
+ "x": 2,
+ "y": 2.0013020038604736,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 12.5,
+ "height": 12.498688697814941,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tEAXd",
+ "name": "icon/cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pSV6r",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "#ffffffff",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nuDpg",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dI9aw",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jodua",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a6wbs",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aCTHL",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RcjDJ",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YavTb",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8t00U",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TdETs",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WPjzf",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e8eqX",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bL3ol",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "H1BpI",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2aVgs",
+ "x": -3086,
+ "y": -1227,
+ "name": "nav-inputing",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgSle",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JiidE",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dlo2g",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QGf9g",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "rEULJ",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GcFQE",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "EXlWq",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yY6EF",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LkUEc",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ltD8I",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sznoG",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uqt1Z",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "snWX9",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dhuUa",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4jTsd",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Iv4Ud",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g76JU",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pw1Td",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "blXkM",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gVc3b",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tykJp",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RNQ22",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "92D05",
+ "name": ".navigation/top-navigation-bar/project-name",
+ "width": 370,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E3v9y",
+ "name": "Container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 1,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cENju",
+ "name": "输入文本",
+ "fill": "#24292fff",
+ "content": "new name",
+ "lineHeight": 1.625,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "N8nKi",
+ "name": "Rectangle 132",
+ "fill": "#0bc0cfff",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "XwChZ",
+ "name": "icon/edit-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "POyBG",
+ "x": 2,
+ "y": 2.0013020038604736,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 12.5,
+ "height": 12.498688697814941,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K6a3v",
+ "name": "icon/cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CBotD",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "#ffffffff",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HO8eq",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KQVnX",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MXPHG",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tACfn",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AkndJ",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KzRI7",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jseON",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hqWt6",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sz13p",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "thq04",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7IfDy",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HX6tK",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "oAEzP",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MbWRz",
+ "x": -3077,
+ "y": -964,
+ "name": "list/navigation-expand-list",
+ "clip": true,
+ "width": 301,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ilrrO",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dW0tk",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GJJnc",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "L6k9q",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "NMfQx",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UGk5j",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "New project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w9gbr",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "HBsaV",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IEPfg",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ohhKv",
+ "x": 2,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M3.09497 7.573c0.53-0.949 1.53402-1.53799 2.62402-1.53699l11.26709 0.00598 0.01392-0.00598 0-1.03601c0-2-1-3-3-3l-6 0-2-2-3 0c-2 0-3 1-3 3l0 10.496 0.0061-0.00299c0.002-0.238 0.05481-0.48201 0.18482-0.71301l2.90405-5.207z",
+ "fill": "#0aa5beff",
+ "width": 17,
+ "height": 13.496002197265625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "CGh1i",
+ "x": 2.007080078125,
+ "y": 11.0360107421875,
+ "name": "Vector",
+ "geometry": "M18.49198 0.00699l-1.51196-0.00101-11.26709-0.00598c-1.09-0.001-2.09502 0.58799-2.62402 1.53699l-2.90405 5.207c-0.129 0.232-0.18281 0.47501-0.18482 0.71301-0.006 0.786 0.61785 1.50699 1.49585 1.50699l12.78101 0c1.089 0 2.09307-0.58801 2.62207-1.53601l2.90405-5.20099c0.555-0.995-0.16803-2.22-1.31104-2.22z",
+ "fill": "#51dadcff",
+ "width": 19.993696212768555,
+ "height": 8.963990211486816,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": false,
+ "rotation": -180,
+ "size": {
+ "height": 0.9999999999999999
+ },
+ "colors": [
+ {
+ "color": "#ffb800ff",
+ "position": 0
+ },
+ {
+ "color": "#ff8d01ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "y": 0.49999999999999994
+ }
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TjHBa",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Open project...",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CZb27",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "pKc8X",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kAr38",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ish1P",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "OlL4R",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "eAkkc",
+ "x": 8.251220703125,
+ "y": 12.249237060546875,
+ "name": "Vector",
+ "geometry": "M5.74889 2.00076l-3.18896 0 0.71997-0.72001c0.293-0.293 0.293-0.768 0-1.061-0.293-0.293-0.76804-0.293-1.06103 0l-2 2c-0.069 0.069-0.12387 0.152-0.16187 0.244-0.076 0.183-0.076 0.39 0 0.573 0.038 0.092 0.09287 0.175 0.16187 0.244l2 2c0.146 0.146 0.33803 0.22 0.53002 0.22001 0.192 0 0.38403-0.073 0.53003-0.22001 0.293-0.293 0.293-0.768 0-1.061l-0.71997-0.72 3.18994 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.74899-0.75-0.74899z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L3i2G",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Import project file...",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CeId6",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tuVZT",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Oh0dz",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UDUsM",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "bptCj",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "TczVN",
+ "x": 8.25,
+ "y": 12.250244140625,
+ "name": "Vector",
+ "geometry": "M6.44189 3.03675c0.076-0.183 0.076-0.39 0-0.573-0.038-0.092-0.09287-0.175-0.16186-0.244l-2-2c-0.293-0.293-0.76804-0.293-1.06104 0-0.293 0.293-0.293 0.768 0 1.061l0.71997 0.72001-3.18896 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l3.18896 0-0.71997 0.71998c-0.293 0.293-0.293 0.768 0 1.06101 0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22l2-2c0.07-0.071 0.12484-0.15399 0.16284-0.245z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.5017476081848145,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0Bs1F",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "Export project to file",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VRE1u",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "KlLM1",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AkAWn",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YLclw",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "IWE39",
+ "x": 6.251220703125,
+ "y": 11.249237060546875,
+ "name": "Vector",
+ "geometry": "M5.74889 2.00076l-3.18896 0 0.71997-0.72001c0.293-0.293 0.293-0.768 0-1.061-0.293-0.293-0.76804-0.293-1.06103 0l-2 2c-0.069 0.069-0.12387 0.15202-0.16187 0.24402-0.076 0.183-0.076 0.39 0 0.573 0.038 0.092 0.09287 0.17499 0.16187 0.24398l2 2c0.146 0.146 0.33803 0.22 0.53002 0.22001 0.192 0 0.38403-0.073 0.53003-0.22001 0.293-0.293 0.293-0.768 0-1.061l-0.71997-0.72 3.18994 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.74899-0.75-0.74899z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Fu2E3",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Import Assets from Scratch file",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mbs9P",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "YVJVL",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RxAKI",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rHIxd",
+ "x": 4,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M18 8c0 2.76-2.24 5-5 5l-4.69897 0c-0.2 0-0.30103-0.16302-0.30103-0.33002 0-1.09-0.52009-2.05998-1.34009-2.66998 0.82-0.61 1.34009-1.57998 1.34009-2.66998 0-1.83-1.50008-3.33002-3.33008-3.33002-1.4 0-2.61986 0.89002-3.10986 2.15002l-1.30005 0.64997c-0.209 0.096-0.26001-0.13099-0.26001-0.29999 0-3.59 2.91-6.5 6.5-6.5 1.65 0 3.15004 0.61 4.29004 1.62 0.48 0.43 0.89999 0.92003 1.23999 1.47003 0.32-0.06 0.63997-0.09003 0.96997-0.09003 2.76 0 5 2.24 5 5z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "4jDYD",
+ "x": 1.5,
+ "y": 10.50299072265625,
+ "name": "Vector",
+ "geometry": "M7.16699 5.33002c-0.517 0-0.98192 0.21701-1.31592 0.56201l-2.21313-1.10602c0.015-0.094 0.02905-0.19002 0.02905-0.28802 0-0.098-0.01405-0.19396-0.02905-0.28797l2.21313-1.10602c0.333 0.345 0.79892 0.56201 1.31592 0.56202 1.011 0 1.83301-0.82301 1.83301-1.83301 0-1.011-0.82201-1.83301-1.83301-1.83301-0.959 0-1.73887 0.74199-1.81787 1.67999l-2.54419 1.27204c-0.282-0.178-0.61392-0.28503-0.97192-0.28504-1.011 0-1.83301 0.82301-1.83301 1.83301 0 1.01 0.82201 1.83301 1.83301 1.83301 0.358 0 0.68892-0.10697 0.97192-0.28498l2.54419 1.27198c0.079 0.938 0.85887 1.67999 1.81787 1.67999 1.011 0 1.83301-0.82301 1.83301-1.83301 0-1.014-0.82201-1.83698-1.83301-1.83697z",
+ "fill": "#0aa5beff",
+ "width": 9,
+ "height": 9,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Grm77",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Publish project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vwTmZ",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "aj55u",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kzz84",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8uPOW",
+ "x": 4.25,
+ "y": 15,
+ "name": "Vector",
+ "geometry": "M14.75 4.25l-5.14795 0c-0.203-0.5-0.60105-0.89899-1.10205-1.10199l0-3.14801-1.5 0 0 3.14801c-0.5 0.203-0.89905 0.60099-1.10205 1.10199l-5.14795 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l5.14795 0c0.297 0.732 1.01305 1.25 1.85205 1.25 0.839 0 1.55505-0.518 1.85205-1.25l5.14795 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#0aa5beff",
+ "width": 15.5,
+ "height": 7,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "iQXJc",
+ "x": 4,
+ "y": 2,
+ "name": "Vector",
+ "geometry": "M13 2l-5 0-2-2-3 0c-2 0-3 1-3 3l0 7c0 2 1 3 3 3l4.25 0 1.5 0 4.25 0c2 0 3-1 3-3l0-5c0-2-1-3-3-3z",
+ "fill": "#51dadcff",
+ "width": 16,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vNioJ",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "Open project page",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TuqJJ",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "nHYK8",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dqDku",
+ "name": "IDicon",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.09999999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4,
+ "id": "H1UX5",
+ "x": 1,
+ "y": 3,
+ "name": "Rectangle 852",
+ "fill": "#51dadcff",
+ "width": 22,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "ikV8N",
+ "x": 6.751124858856201,
+ "y": 7.2179999351501465,
+ "name": "ID",
+ "children": [
+ {
+ "type": "path",
+ "id": "XK7kJ",
+ "x": 3.09375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3 9.564l-2.112 0c-0.24 0-0.448-0.088-0.624-0.264-0.176-0.176-0.264-0.384-0.264-0.624l0-7.788c0-0.24 0.088-0.448 0.264-0.624 0.176-0.176 0.384-0.264 0.624-0.264l2.076 0c1.448 0 2.552 0.416 3.312 1.248 0.752 0.816 1.128 1.996 1.128 3.54 0 3.184-1.468 4.776-4.404 4.776z m-1.512-8.16l0 6.756 1.416 0c1.024 0 1.772-0.272 2.244-0.816 0.472-0.544 0.708-1.396 0.708-2.556 0-1.104-0.248-1.944-0.744-2.52-0.496-0.576-1.228-0.864-2.196-0.864l-1.428 0z",
+ "fill": "#ffffffff",
+ "width": 7.404000282287598,
+ "height": 9.564000129699707,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "gyioh",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.488 0.744l0 8.076c0 0.208-0.072 0.384-0.216 0.528-0.144 0.144-0.32 0.216-0.528 0.216-0.208 0-0.384-0.072-0.528-0.216-0.144-0.144-0.216-0.32-0.216-0.528l0-8.076c0-0.208 0.072-0.384 0.216-0.528 0.144-0.144 0.32-0.216 0.528-0.216 0.208 0 0.384 0.072 0.528 0.216 0.144 0.144 0.216 0.32 0.216 0.528z",
+ "fill": "#ffffffff",
+ "width": 1.4880002737045288,
+ "height": 9.564000129699707,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SUJSZ",
+ "name": "Frame 1000004771",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cnbQo",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Modify project ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ztb9S",
+ "name": "Frame 1000004770",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "x4AW4",
+ "name": "ID",
+ "fill": "#a7b1bbff",
+ "content": "ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "J8Klf",
+ "name": "123125",
+ "fill": "#a7b1bbff",
+ "content": "123125",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oivpz",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "pKeg2",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IAQZI",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VqSie",
+ "x": 3,
+ "y": 4,
+ "name": "Subtract",
+ "geometry": "M18 9.29825l0-3.29825c0-2-1-3-3-3l-5 0-3-3-4 0c-2 0-3 1-3 3l0 10c0 2 1 3 3 3l6.95415 0c-0.06408-0.65544 0.15489-1.33333 0.65691-1.83535l0.66451-0.6645-0.66466-0.66466c-0.89039-0.89039-0.89039-2.33401 0-3.2244 0.89039-0.8904 2.33401-0.8904 3.22441 0l0.66465 0.66465 0.66486-0.66486c0.76987-0.76987 1.95333-0.87408 2.83517-0.31263z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BQp9C",
+ "x": 12.5,
+ "y": 12.5,
+ "name": "X",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xNPAG",
+ "x": 1.9519025087356567,
+ "y": 1.951902985572815,
+ "name": "Union",
+ "geometry": "M1.28033 0.21967c-0.29289-0.29289-0.76777-0.29289-1.06066 0-0.29289 0.29289-0.29289 0.76777 0 1.06066l1.76777 1.76777-1.76777 1.76776c-0.29289 0.29289-0.29289 0.76777 0 1.06066 0.29289 0.29289 0.76777 0.29289 1.06066 0l1.76777-1.76776 1.76776 1.76776c0.29289 0.29289 0.76777 0.29289 1.06066 0 0.29289-0.29289 0.29289-0.76777 0-1.06066l-1.76776-1.76776 1.76776-1.76777c0.29289-0.29289 0.29289-0.76777 0-1.06066-0.29289-0.29289-0.76777-0.29289-1.06066 0l-1.76776 1.76777-1.76777-1.76777z",
+ "fill": "#0aa5beff",
+ "width": 6.096194267272949,
+ "height": 6.096194267272949,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.5,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wddX3",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Remove project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sUX4Z",
+ "x": -3077,
+ "y": -447,
+ "name": "modal/warn",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DO2LE",
+ "name": "Component/ modal-header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "sXgOw",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "修改项目 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mpQrS",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uTVtO",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XMRYZ",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "genBP",
+ "name": "内容区",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsiBC",
+ "name": ".modal/content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "StE2o",
+ "name": "Component/toast",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RWMgm",
+ "name": "icon/exclamation circle-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3F3Qu",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "exclamation-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#faa135ff",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UUXIB",
+ "name": "title",
+ "fill": "#faa135ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "修改项目 ID ,可能造成以下影响,请谨慎操作。",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q5ija",
+ "name": "输入文本",
+ "fill": "#6e7781ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "我们不会为您的旧个人主页设置重定向。\n我们不会为 Pages 网站设置重定向。\n我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。\n重命名操作可能需要几分钟才能完成。",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dLlBE",
+ "name": "Component/ modal-footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Bkzj",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "05Do3",
+ "name": "Frame 162689",
+ "fill": "#ef4149ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#bc292e",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2ZzdA",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "我已知晓,让我更改账号 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U6pm6",
+ "x": -3077,
+ "y": -82,
+ "name": "modal/Modify project ID",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NnyPM",
+ "name": "Component/ modal-header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "qwGIl",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "修改项目 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KPPlZ",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SRJpi",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Ie52",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hZgdW",
+ "name": "内容区",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ljzMF",
+ "name": ".modal/content",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZO4G5",
+ "name": "input-box",
+ "clip": true,
+ "width": "fill_container",
+ "height": 58,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uXxyj",
+ "name": "输入框",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8rwKg",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cm9sn",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "qiniu123125",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SkFQm",
+ "name": "hint text",
+ "fill": "#6e7781ff",
+ "content": "项目 ID 只能包含数字和字母。",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "itkgQ",
+ "name": "Component/ modal-footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q9uak",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "i4jBP",
+ "name": "Frame 162689",
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#cbd2d8",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AxXPT",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7InWf",
+ "x": 4.25,
+ "y": 2.5,
+ "name": "microphone",
+ "geometry": "M8.5 16.21191l0 2.28809c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-2.28809c-3.923-0.378-7-3.69191-7-7.71191 0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75 0 3.446 2.804 6.25 6.25 6.25 3.446 0 6.25-2.804 6.25-6.25 0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75 0 4.02-3.077 7.33291-7 7.71191z m-0.75-16.21191c-2.481 0-4.5 2.019-4.5 4.5l0 4c0 2.481 2.019 4.5 4.5 4.5 2.481 0 4.5-2.019 4.5-4.5l0-4c0-2.481-2.019-4.5-4.5-4.5z",
+ "fill": "#ffffffff",
+ "width": 15.5,
+ "height": 19.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QGHYX",
+ "name": "Button Text",
+ "fill": "#57606aff",
+ "content": "取消",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MYQOf",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rvxjz",
+ "name": "Frame 162689",
+ "fill": "#0bc0cfff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0b8893",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X6x8P",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W9Sd2",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dc3ai",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "确认",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "E8ugv",
+ "x": -1611,
+ "y": -1492,
+ "width": 283,
+ "height": 246,
+ "content": "在项目编辑器中支持对项目名称的修改:\n鼠标悬浮项目名称时,出现「编辑」icon,点击名称或 icon 后,进入名称编辑状态;\n名称编辑完成后,鼠标点击输入框外其他区域或按 enter 键后,呈现默认状态,表示名称更改完成。"
+ },
+ {
+ "type": "note",
+ "id": "tvYwm",
+ "x": -2748,
+ "y": -959,
+ "width": 282,
+ "height": 141,
+ "content": "在项目编辑器中支持对项目 ID 的修改:\n在文件列表中,新增「修改项目 ID」功能,用户点击后出现弹窗(与修改精灵名称弹窗一致)"
+ }
+ ],
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-color-primary-main": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-color-primary-300-aa6": {
+ "type": "color",
+ "value": "#b5ebf0a6"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "--ui-color-primary-200": {
+ "type": "color",
+ "value": "#e7f9fa"
+ },
+ "--ui-color-disabled-bg": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "--ui-color-dividing-line-2": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "--ui-color-sound-main": {
+ "type": "color",
+ "value": "#a074ff"
+ },
+ "--ui-color-dividing-line-1": {
+ "type": "color",
+ "value": "#d9dfe5"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-color-disabled-text": {
+ "type": "color",
+ "value": "#cbd2d8"
+ },
+ "--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "--ui-color-text": {
+ "type": "color",
+ "value": "#57606a"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": "#B5EBF0"
+ },
+ "yellow200": {
+ "type": "color",
+ "value": "#FFF6EB"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "purple500": {
+ "type": "color",
+ "value": "#A074FF"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/archive/new-version-notification/figma-design-link.md b/ui/archive/new-version-notification/figma-design-link.md
new file mode 100644
index 0000000000..861864eeff
--- /dev/null
+++ b/ui/archive/new-version-notification/figma-design-link.md
@@ -0,0 +1 @@
+https://www.figma.com/design/3cZrrPn7oD4wvdYakaUL1b/%E8%AE%BE%E8%AE%A1%E6%96%87%E4%BB%B6-2.0-XBuilder?node-id=7828-584&t=GOD178jexsY4Si5V-1
\ No newline at end of file
diff --git a/ui/archive/new-version-notification/icon.json b/ui/archive/new-version-notification/icon.json
new file mode 100644
index 0000000000..f42fef0b23
--- /dev/null
+++ b/ui/archive/new-version-notification/icon.json
@@ -0,0 +1 @@
+{"nm":"Main Scene","h":80,"w":80,"meta":{"g":"@lottiefiles/creator 1.78.1"},"layers":[{"ty":4,"nm":"S","sr":1,"st":0,"op":55,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,-3.845,0]},"s":{"a":1,"k":[{"o":{"x":0.42,"y":0},"i":{"x":0.58,"y":1},"s":[100,100,100],"t":33},{"s":[120,120,100],"t":48}]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,-3.845,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[0],"t":33},{"o":{"x":0.64,"y":0},"i":{"x":0.918,"y":1},"s":[100],"t":37},{"s":[0],"t":48}]}},"shapes":[{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":false,"i":[[0,0],[0,-3.411]],"o":[[-1.666,2.706],[0,9.814]],"v":[[-15.125,-12.741],[-17.77,-3.449]]}}},{"ty":"st","nm":"S","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":3},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":false,"i":[[0,9.814],[1.666,2.706]],"o":[[0,-3.411],[0,0]],"v":[[17.77,-3.449],[15.125,-12.741]]}}},{"ty":"st","nm":"S","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":3},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":1,"parent":3},{"ty":4,"nm":"S","sr":1,"st":-9,"op":51,"ip":-9,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,-3.845,0]},"s":{"a":1,"k":[{"o":{"x":0.42,"y":0},"i":{"x":0.58,"y":1},"s":[100,100,100],"t":15},{"s":[120,120,100],"t":30}]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,-3.845,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[0],"t":15},{"o":{"x":0.64,"y":0},"i":{"x":0.918,"y":1},"s":[100],"t":19},{"s":[0],"t":30}]}},"shapes":[{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":false,"i":[[0,0],[0,-3.411]],"o":[[-1.666,2.706],[0,9.814]],"v":[[-15.125,-12.741],[-17.77,-3.449]]}}},{"ty":"st","nm":"S","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":3},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":false,"i":[[0,9.814],[1.666,2.706]],"o":[[0,-3.411],[0,0]],"v":[[17.77,-3.449],[15.125,-12.741]]}}},{"ty":"st","nm":"S","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":3},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":2,"parent":3},{"ty":4,"nm":"B","sr":1,"st":0,"op":51,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,-11.449,0]},"s":{"a":0,"k":[100,100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[40,28.551]},"r":{"a":1,"k":[{"o":{"x":0.047,"y":0},"i":{"x":0.326,"y":1},"s":[0],"t":4},{"o":{"x":0.441,"y":0},"i":{"x":0.615,"y":1},"s":[-13],"t":6},{"o":{"x":0.316,"y":0},"i":{"x":0.605,"y":1},"s":[12],"t":10},{"o":{"x":0.467,"y":0},"i":{"x":0.681,"y":1},"s":[-11],"t":17},{"o":{"x":0.197,"y":0},"i":{"x":0.363,"y":1},"s":[3],"t":21},{"s":[0],"t":24}]},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.098,0.607],[2.018,1.535],[0,0],[4.56,0.959],[0,0],[2.205,0],[0,0],[0,-2.2],[0,0],[0,-4.823],[0,0],[0.419,-2.599],[-0.615,0],[0,0],[0,0]],"o":[[-0.419,-2.599],[0,0],[0,-4.823],[0,0],[0,-2.2],[0,0],[-2.205,0],[0,0],[-4.56,0.959],[0,0],[-2.018,1.535],[-0.098,0.607],[0,0],[0,0],[0.614,-0.001]],"v":[[15.882,11.366],[12.02,4.958],[12.02,-5.392],[4.01,-15.231],[4.01,-15.422],[0,-19.423],[0,-19.423],[-4.01,-15.422],[-4.01,-15.231],[-12.02,-5.392],[-12.02,4.958],[-15.882,11.365],[-14.888,12.524],[-12.02,12.524],[14.889,12.525]]}}},{"ty":"gf","nm":"G","e":{"a":0,"k":[-1,-18.948]},"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.5,1,1,1,1,1,1,1,0,0.8,0.5,0.9,1,1]}},"t":1,"a":{"a":0,"k":0},"h":{"a":0,"k":0},"s":{"a":0,"k":[-1,13]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":3},{"ty":4,"nm":"M","sr":1,"st":0,"op":51,"ip":0,"hasMask":false,"td":1,"ao":0,"ks":{"a":{"a":0,"k":[0,11.005,0]},"s":{"a":0,"k":[100,100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,11.005,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.915,24.577],[-15.875,24.577],[-15.895,14.933],[15.895,14.933]]}}},{"ty":"fl","nm":"F","c":{"a":0,"k":[1,0.824,0.255]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":4,"parent":3},{"ty":4,"nm":"B","sr":1,"st":0,"op":51,"ip":0,"tt":1,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,13.923,0]},"s":{"a":0,"k":[100,100,100]},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.42,"y":0},"i":{"x":0.58,"y":1},"s":[0,13.923,0],"t":5,"ti":[0.583,-0.046,0],"to":[0.75,0,0]},{"o":{"x":0.42,"y":0},"i":{"x":0.58,"y":1},"s":[4.5,13.923,0],"t":7,"ti":[0.083,0,0],"to":[-0.583,0.046,0]},{"o":{"x":0.234,"y":0},"i":{"x":0.428,"y":1},"s":[-3.5,14.2,0],"t":12,"ti":[-0.417,0.046,0],"to":[-0.083,0,0]},{"o":{"x":0.42,"y":0},"i":{"x":0.58,"y":1},"s":[4,13.923,0],"t":19,"ti":[0.533,0,0],"to":[0.417,-0.046,0]},{"o":{"x":0.42,"y":0},"i":{"x":0.58,"y":1},"s":[-1,13.923,0],"t":22,"ti":[-0.167,0,0],"to":[-0.533,0,0]},{"o":{"x":0.42,"y":0},"i":{"x":0.58,"y":1},"s":[0.8,13.923,0],"t":25,"ti":[0.133,0,0],"to":[0.167,0,0]},{"s":[0,13.923,0],"t":27}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":80}},"shapes":[{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,3.038],[3.038,0],[0,-3.038],[-3.038,0]],"o":[[0,-3.038],[-3.038,0],[0,3.038],[3.038,0]],"v":[[5.5,13.923],[0,8.423],[-5.5,13.923],[0,19.423]]}}},{"ty":"st","nm":"S","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":0},"c":{"a":0,"k":[1,1,1]}},{"ty":"fl","nm":"F","c":{"a":0,"k":[1,1,1]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"mm","nm":"M","mm":3},{"ty":"st","nm":"S","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":0},"c":{"a":0,"k":[1,1,1]}},{"ty":"fl","nm":"F","c":{"a":0,"k":[1,1,1]},"r":1,"o":{"a":0,"k":100}}],"ind":5,"parent":3,"tp":4},{"ty":4,"nm":"B","sr":1,"st":0,"op":51,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[-86.665,0,0]},"s":{"a":0,"k":[100,100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[40,40]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"G","it":[{"ty":"sh","nm":"P","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,17.673],[17.673,0],[0,-17.673],[-17.673,0]],"o":[[0,-17.673],[-17.673,0],[0,17.673],[17.673,0]],"v":[[-54.665,0],[-86.665,-32],[-118.665,0],[-86.665,32]]}}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gf","nm":"Gradient Fill","e":{"a":0,"k":[-86.521,-32.385]},"g":{"p":2,"k":{"a":0,"k":[0.069,0.98,0.631,0.208,1,1,0.773,0.255,0.069,1,1,1]}},"t":1,"a":{"a":0,"k":0},"h":{"a":0,"k":0},"s":{"a":0,"k":[-86.261,28.867]},"r":2,"o":{"a":0,"k":100}}],"ind":6}],"v":"5.7.0","fr":25,"op":51,"ip":0,"assets":[],"markers":[{"cm":"1","tm":4,"dr":0},{"cm":"2","tm":30,"dr":0}]}
\ No newline at end of file
diff --git a/ui/archive/new-version-notification/new-version-notification.pen b/ui/archive/new-version-notification/new-version-notification.pen
new file mode 100644
index 0000000000..25987b8f54
--- /dev/null
+++ b/ui/archive/new-version-notification/new-version-notification.pen
@@ -0,0 +1,3108 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZXsVf",
+ "x": -350,
+ "y": 300,
+ "name": "Community Home signin",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6sW5E",
+ "name": "New Version Notification",
+ "width": 1440,
+ "height": 50,
+ "fill": "#fff6ebff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 306,
+ "padding": [
+ 11,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q7Toi",
+ "name": "Frame 2",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4N6GW",
+ "name": "Frame 3",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MsTJO",
+ "name": "Frame 1000004878",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "sww1P",
+ "x": -2.5,
+ "y": -2.5,
+ "name": "Notification 3",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/notification.gif",
+ "mode": "fill"
+ },
+ "width": 25,
+ "height": 25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1666666567325592
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "smFc2",
+ "name": "Frame 1",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z3gwr",
+ "name": "XBuilder 新版本上线!",
+ "fill": "#57606aff",
+ "content": "XBuilder 新版本上线!",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "C6V4r",
+ "name": "为确保最佳使用体验,请更新至最新版本",
+ "fill": "#57606aff",
+ "content": "为确保最佳使用体验,请更新至最新版本",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cbusc",
+ "name": "Button",
+ "height": 26,
+ "fill": "#faa135ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9B94P",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "更新体验",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3g97s",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yEqMG",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4y3z2",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eTL1D",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "72jp1",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "czTEr",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rXMwo",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$grey100",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SYV8X",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "jeIJO",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s1PPp",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "77DUK",
+ "name": "add-outlined",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SQcUP",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FyzCy",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8WaKD",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T1MZl",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y1v4S",
+ "name": "tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dMOma",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRFu9",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lAODH",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5LtIZ",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oLVuy",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Y7FOI",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Wl63x",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oSQE1",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J9rsJ",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "JkSPE",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sfrXx",
+ "name": "Content",
+ "width": 1240,
+ "layout": "vertical",
+ "gap": 32,
+ "padding": [
+ 20,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tVu9r",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q6ajr",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hanyL",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "beB4e",
+ "name": "section1Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v3llb",
+ "name": "section1LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zh97w",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g32Nn",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5iS4a",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QsDVa",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bpdAv",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Bipm",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "7U726",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bj8Ln",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "WIK6i",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9TzUe",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "VCnQn",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "6M9uM",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tZha2",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XDduw",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S2vhK",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ssWMU",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aSeJu",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yuXhT",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s7kAm",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7RiW5",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LrLQ4",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "z5Mll",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3xvXG",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "KjHTU",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "smB3B",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "Wg00L",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "xtZOH",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sWVFk",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9YoQo",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lFelP",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Omrcp",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6JTL3",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iMiMH",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IhmNH",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n8A8R",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UB0U9",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rYSok",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "enuBG",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Pboe1",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qVfe7",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "kAW8L",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "5St3y",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iETRo",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B2y2E",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "knDbc",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0y9HC",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iilKV",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "U3X5r",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HEe3p",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zXYle",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XI29E",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "pEWVb",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "K0DJF",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "3d4oX",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "u21Qs",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "IL1cZ",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "Gbr0p",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PfLXl",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KgHZw",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0L8eg",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BWvhG",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UDHTx",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zXib2",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DguOS",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4j1eL",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aQdxs",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "uZYzp",
+ "name": "section1Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vOyxB",
+ "name": "section1LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nxQ9c",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "82BtM",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DVdqj",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "u8uLd",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H0dI0",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "5hTAf",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Gx8b",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LmjxG",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "5bsW7",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ChKLA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IBN09",
+ "name": "heart-filled",
+ "rotation": 0.0301271093447388,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pwB3i",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZYz6O",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AnvAE",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DoAeC",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T5exg",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "9Puco",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wCIEk",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FNl4D",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "ub8lv",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z8XWN",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8diL8",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3YmKu",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OhvXl",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sb0GB",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6mJBK",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "icvZ7",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "RkXNx",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "esdPu",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "695Cn",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "r92T0",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jEzyU",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n4Cvf",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "D6XnG",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OFFiT",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A84ci",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZeJzS",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1MgMe",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "AfLux",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tpc3S",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oID3I",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "6f3SC",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FddQn",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uaahr",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uWDQ1",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6uxEL",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SePd5",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U6Ney",
+ "name": "Section Remixing",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "FcmiQ",
+ "name": "section2Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3fNo1",
+ "name": "section2Title",
+ "fill": "$grey1000",
+ "content": "The community is remixing",
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "fMt7l",
+ "name": "section2Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N3A85",
+ "name": "section2LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FPunk",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ar2uo",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "scAcT",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "A366v",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5jVKX",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QOI3a",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JiAgk",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6bjvt",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "X5XkY",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UYw29",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GOMp8",
+ "name": "heart-filled",
+ "rotation": 0.0301271093447388,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dbp7H",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZBhVH",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xblfk",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M8RRp",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fj70u",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "tyUke",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3PxwB",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Mt8ml",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "gJuHu",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K2Drm",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wtho5",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oad4K",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "E6OiY",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tytgj",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EN3PL",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O2Q4Q",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "9L76b",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SRCMl",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "O5CBA",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "1DoCf",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GoHVm",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xNvGF",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NBzKN",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QFwnb",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IGxQC",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yrWWN",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2L2xQ",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "uCEBj",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8HeUp",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LPb0d",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "ZZlju",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nHidy",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wa5kk",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Fr2fG",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tfGaI",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7EsnA",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WjgFc",
+ "name": "Section Following",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "CrPXU",
+ "name": "section3Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Bm37D",
+ "name": "section3Title",
+ "fill": "$grey1000",
+ "content": "Users you followed are creating",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "TXXfR",
+ "name": "section3Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "j60A4",
+ "name": "section3LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "J6WN5",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ppF1J",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZSmsN",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "54y9T",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DDJzK",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "FWEfa",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eTWWJ",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HJowG",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "0yXXM",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IJAsg",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fyb0U",
+ "name": "heart-filled",
+ "rotation": 0.0301271093447388,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8YBnu",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zLSDq",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SvhiA",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IWgfK",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hKdJv",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "3eRQW",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4lIbV",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FGnoA",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "4TsY9",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jl1lO",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vHAOc",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "efqBd",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OWhAG",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "juF7q",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vW1sj",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KxCIb",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jLMHR",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BABHU",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "E5KFp",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "6oITw",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vOqE9",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V1qP0",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V7Cjr",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RrwaC",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zZNXy",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f6S7T",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SM22F",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "LtrdX",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V8jAb",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UjN8B",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "QziDp",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r3jNI",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hox2n",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BFyXC",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1GVQv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YpDlw",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/archive/new-version-notification/notification-demo.html b/ui/archive/new-version-notification/notification-demo.html
new file mode 100644
index 0000000000..70a0fd7934
--- /dev/null
+++ b/ui/archive/new-version-notification/notification-demo.html
@@ -0,0 +1,417 @@
+
+
+
+
+
+ New Version Notification Demo
+
+
+
+
+
+
+
+
XBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新版本上线:支持修改项目名称和 ID,让你的作品更个性化!
+
+
+
+
+
+
+
+
+
+ 设计说明
+ 新功能上线需要用户刷新时,出现该横幅通知。
+点击「更新体验」按钮可直接刷新当前界面,刷新后该横幅消失。(「更新体验」按钮为 small(26) 尺寸的 button)
+点击右侧「关闭」按钮,可关闭当前横幅。
+
+左侧的消息图标为微动效 icon。
+
+wenjiangping-2026/02/28
+
+
+
+
+
+
+
diff --git a/ui/archive/optimize-sprite-quick-config/demo.html b/ui/archive/optimize-sprite-quick-config/demo.html
new file mode 100644
index 0000000000..c903f7ac08
--- /dev/null
+++ b/ui/archive/optimize-sprite-quick-config/demo.html
@@ -0,0 +1,1206 @@
+
+
+
+
+
+ Optimize Sprite Quick Config - Pixel Replica
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
+
+
+
+
+
+
+
+
+
+
|
+
+
+
+
+
+
+
Bring forward
+
Bring to front
+
Send forward
+
Send to back
+
+
+
+
+
+
+
+
diff --git a/ui/archive/optimize-sprite-quick-config/figma-design-link.md b/ui/archive/optimize-sprite-quick-config/figma-design-link.md
new file mode 100644
index 0000000000..528985c362
--- /dev/null
+++ b/ui/archive/optimize-sprite-quick-config/figma-design-link.md
@@ -0,0 +1 @@
+https://www.figma.com/design/3cZrrPn7oD4wvdYakaUL1b/%E8%AE%BE%E8%AE%A1%E6%96%87%E4%BB%B6-2.0-XBuilder?node-id=7869-591&m=dev&focus-id=7901-17187x
\ No newline at end of file
diff --git a/ui/archive/optimize-sprite-quick-config/icon/back.svg b/ui/archive/optimize-sprite-quick-config/icon/back.svg
new file mode 100644
index 0000000000..26bdd0a89e
--- /dev/null
+++ b/ui/archive/optimize-sprite-quick-config/icon/back.svg
@@ -0,0 +1,3 @@
+
diff --git a/ui/archive/optimize-sprite-quick-config/icon/layer-outlined.svg b/ui/archive/optimize-sprite-quick-config/icon/layer-outlined.svg
new file mode 100644
index 0000000000..1abbeefd1f
--- /dev/null
+++ b/ui/archive/optimize-sprite-quick-config/icon/layer-outlined.svg
@@ -0,0 +1,3 @@
+
diff --git a/ui/archive/optimize-sprite-quick-config/icon/location.svg b/ui/archive/optimize-sprite-quick-config/icon/location.svg
new file mode 100644
index 0000000000..9c254b4c69
--- /dev/null
+++ b/ui/archive/optimize-sprite-quick-config/icon/location.svg
@@ -0,0 +1,10 @@
+
diff --git a/ui/archive/optimize-sprite-quick-config/sprite-quick-config.pen b/ui/archive/optimize-sprite-quick-config/sprite-quick-config.pen
new file mode 100644
index 0000000000..6f96b06c9c
--- /dev/null
+++ b/ui/archive/optimize-sprite-quick-config/sprite-quick-config.pen
@@ -0,0 +1,6948 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bcoAt",
+ "x": 12570.80497690172,
+ "y": -3728.672599338184,
+ "name": "default",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "QkjBv",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hx0et",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yAquR",
+ "x": 134,
+ "y": 34,
+ "name": "sprite range",
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AQORD",
+ "name": "Rotating button",
+ "width": 20,
+ "height": 20,
+ "fill": "#ffffffff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lts3U",
+ "x": 4,
+ "y": 4,
+ "name": "icon/rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eds0d",
+ "x": 0,
+ "y": 0,
+ "name": "rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V2dIJ",
+ "x": 1.0269999504089355,
+ "y": 1,
+ "geometry": "M9.528 5.003c0.13201 0.01457 0.2528 0.08106 0.33572 0.18481 0.08292 0.10374 0.12116 0.23622 0.10628 0.36819-0.22948 2.03664-1.67817 3.72723-3.65562 4.26601-1.97745 0.53878-4.08349-0.18327-5.31438-1.82201l0 1c0 0.27614-0.22386 0.5-0.5 0.5-0.27614 0-0.5-0.22386-0.5-0.5l0-2.45c0-0.30376 0.24624-0.55 0.55-0.55l2.45 0c0.27614 0 0.5 0.22386 0.5 0.5 0 0.27614-0.22386 0.5-0.5 0.5l-1.464 0c0.86372 1.49705 2.59126 2.27005 4.28305 1.91645 1.69179-0.35359 2.96513-1.75379 3.15695-3.47145 0.01458-0.13182 0.08093-0.25244 0.18445-0.33533 0.10352-0.08289 0.23573-0.12126 0.36755-0.10667m-4.555-5.003c1.636 0 3.088 0.786 4 2l0-1c0-0.27614 0.22386-0.5 0.5-0.5 0.27614 0 0.5 0.22386 0.5 0.5l0 2.45c0 0.14587-0.05795 0.28576-0.16109 0.38891-0.10315 0.10315-0.24304 0.16109-0.38891 0.16109l-2.45 0c-0.27614 0-0.5-0.22386-0.5-0.5 0-0.27614 0.22386-0.5 0.5-0.5l1.464 0c-0.86622-1.49337-2.59227-2.26315-4.28211-1.90974-1.68985 0.35341-2.96274 1.7504-3.15789 3.46574-0.04537 0.2607-0.28567 0.44116-0.54869 0.41205-0.26301-0.02911-0.45804-0.25774-0.44531-0.52205 0.28355-2.53098 2.42318-4.44503 4.97-4.446",
+ "fill": "#57606A",
+ "width": 9.97314977645874,
+ "height": 9.998199462890625
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UFEF8",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "8K6pC",
+ "x": -6,
+ "y": -6,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "szMuD",
+ "x": 5.5,
+ "y": 6,
+ "name": "Sprite01-b",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "SQg0E",
+ "x": 199,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7dFBd",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d7Hp5",
+ "x": 199,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7aq8K",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vhY1L",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "TJ7tC",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W8T0h",
+ "x": 0,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "i1ZyI",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "Ar7Pi",
+ "type": "ref",
+ "ref": "3iKnD",
+ "x": 162,
+ "y": 303,
+ "name": ""
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UpgFl",
+ "x": 12570.80497690172,
+ "y": -2759.672599338184,
+ "name": " location",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "vZW2R",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RuKU2",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7bYWQ",
+ "x": 134,
+ "y": 34,
+ "name": "sprite range",
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3IgP0",
+ "name": "Rotating button",
+ "width": 20,
+ "height": 20,
+ "fill": "#ffffffff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CVSjE",
+ "x": 4,
+ "y": 4,
+ "name": "icon/rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9LQPk",
+ "x": 0,
+ "y": 0,
+ "name": "rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "S3lzg",
+ "x": 1.0269999504089355,
+ "y": 1,
+ "geometry": "M9.528 5.003c0.13201 0.01457 0.2528 0.08106 0.33572 0.18481 0.08292 0.10374 0.12116 0.23622 0.10628 0.36819-0.22948 2.03664-1.67817 3.72723-3.65562 4.26601-1.97745 0.53878-4.08349-0.18327-5.31438-1.82201l0 1c0 0.27614-0.22386 0.5-0.5 0.5-0.27614 0-0.5-0.22386-0.5-0.5l0-2.45c0-0.30376 0.24624-0.55 0.55-0.55l2.45 0c0.27614 0 0.5 0.22386 0.5 0.5 0 0.27614-0.22386 0.5-0.5 0.5l-1.464 0c0.86372 1.49705 2.59126 2.27005 4.28305 1.91645 1.69179-0.35359 2.96513-1.75379 3.15695-3.47145 0.01458-0.13182 0.08093-0.25244 0.18445-0.33533 0.10352-0.08289 0.23573-0.12126 0.36755-0.10667m-4.555-5.003c1.636 0 3.088 0.786 4 2l0-1c0-0.27614 0.22386-0.5 0.5-0.5 0.27614 0 0.5 0.22386 0.5 0.5l0 2.45c0 0.14587-0.05795 0.28576-0.16109 0.38891-0.10315 0.10315-0.24304 0.16109-0.38891 0.16109l-2.45 0c-0.27614 0-0.5-0.22386-0.5-0.5 0-0.27614 0.22386-0.5 0.5-0.5l1.464 0c-0.86622-1.49337-2.59227-2.26315-4.28211-1.90974-1.68985 0.35341-2.96274 1.7504-3.15789 3.46574-0.04537 0.2607-0.28567 0.44116-0.54869 0.41205-0.26301-0.02911-0.45804-0.25774-0.44531-0.52205 0.28355-2.53098 2.42318-4.44503 4.97-4.446",
+ "fill": "#57606A",
+ "width": 9.97314977645874,
+ "height": 9.998199462890625
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wo58r",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "XYMdA",
+ "x": -6,
+ "y": -6,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "RqPPP",
+ "x": 5.5,
+ "y": 6,
+ "name": "Sprite01-b",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "FkamX",
+ "x": 199,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "9319k",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ukTik",
+ "x": 199,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "f9fyA",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "17BiY",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "xP3DN",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "giOlq",
+ "x": 0,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "39Vng",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "gXYAi",
+ "type": "ref",
+ "ref": "PKfIl",
+ "x": 134.5,
+ "y": 303
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1bYRa",
+ "x": 12570.80497690172,
+ "y": -1803.6725993381842,
+ "name": "size",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "neVCc",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yDp04",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KlysF",
+ "x": 134,
+ "y": 34,
+ "name": "sprite range",
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "crZ4K",
+ "name": "Rotating button",
+ "width": 20,
+ "height": 20,
+ "fill": "#ffffffff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yd7FM",
+ "x": 4,
+ "y": 4,
+ "name": "icon/rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qfL09",
+ "x": 0,
+ "y": 0,
+ "name": "rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wMZQr",
+ "x": 1.0269999504089355,
+ "y": 1,
+ "geometry": "M9.528 5.003c0.13201 0.01457 0.2528 0.08106 0.33572 0.18481 0.08292 0.10374 0.12116 0.23622 0.10628 0.36819-0.22948 2.03664-1.67817 3.72723-3.65562 4.26601-1.97745 0.53878-4.08349-0.18327-5.31438-1.82201l0 1c0 0.27614-0.22386 0.5-0.5 0.5-0.27614 0-0.5-0.22386-0.5-0.5l0-2.45c0-0.30376 0.24624-0.55 0.55-0.55l2.45 0c0.27614 0 0.5 0.22386 0.5 0.5 0 0.27614-0.22386 0.5-0.5 0.5l-1.464 0c0.86372 1.49705 2.59126 2.27005 4.28305 1.91645 1.69179-0.35359 2.96513-1.75379 3.15695-3.47145 0.01458-0.13182 0.08093-0.25244 0.18445-0.33533 0.10352-0.08289 0.23573-0.12126 0.36755-0.10667m-4.555-5.003c1.636 0 3.088 0.786 4 2l0-1c0-0.27614 0.22386-0.5 0.5-0.5 0.27614 0 0.5 0.22386 0.5 0.5l0 2.45c0 0.14587-0.05795 0.28576-0.16109 0.38891-0.10315 0.10315-0.24304 0.16109-0.38891 0.16109l-2.45 0c-0.27614 0-0.5-0.22386-0.5-0.5 0-0.27614 0.22386-0.5 0.5-0.5l1.464 0c-0.86622-1.49337-2.59227-2.26315-4.28211-1.90974-1.68985 0.35341-2.96274 1.7504-3.15789 3.46574-0.04537 0.2607-0.28567 0.44116-0.54869 0.41205-0.26301-0.02911-0.45804-0.25774-0.44531-0.52205 0.28355-2.53098 2.42318-4.44503 4.97-4.446",
+ "fill": "#57606A",
+ "width": 9.97314977645874,
+ "height": 9.998199462890625
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xjp3U",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "SE5md",
+ "x": -6,
+ "y": -6,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "j7jJE",
+ "x": 5.5,
+ "y": 6,
+ "name": "Sprite01-b",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "KpW04",
+ "x": 199,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "M1rik",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rNSKJ",
+ "x": 199,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "XOjb9",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JOyyj",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ruz3k",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uOowe",
+ "x": 0,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pA0Oa",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VtNgz",
+ "type": "ref",
+ "ref": "XLWg8",
+ "x": 157,
+ "y": 303
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "irP5r",
+ "x": 12570.80497690172,
+ "y": -857.6725993381842,
+ "name": " rotate",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xGgIJ",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WxFo0",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Rw8On",
+ "x": 83.94691467285156,
+ "y": 137.16116333007812,
+ "name": "sprite range",
+ "rotation": 45,
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cMP7d",
+ "name": "Rotating button",
+ "width": 20,
+ "height": 20,
+ "fill": "#ffffffff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7d1us",
+ "x": 4,
+ "y": 4,
+ "name": "icon/rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ML8ww",
+ "x": 1.8189894035458565e-12,
+ "y": 3.885780586188048e-13,
+ "name": "rerun-outlined",
+ "rotation": -360,
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RCPBd",
+ "x": 1.0269999504089355,
+ "y": 1,
+ "geometry": "M9.528 5.003c0.13201 0.01457 0.2528 0.08106 0.33572 0.18481 0.08292 0.10374 0.12116 0.23622 0.10628 0.36819-0.22948 2.03664-1.67817 3.72723-3.65562 4.26601-1.97745 0.53878-4.08349-0.18327-5.31438-1.82201l0 1c0 0.27614-0.22386 0.5-0.5 0.5-0.27614 0-0.5-0.22386-0.5-0.5l0-2.45c0-0.30376 0.24624-0.55 0.55-0.55l2.45 0c0.27614 0 0.5 0.22386 0.5 0.5 0 0.27614-0.22386 0.5-0.5 0.5l-1.464 0c0.86372 1.49705 2.59126 2.27005 4.28305 1.91645 1.69179-0.35359 2.96513-1.75379 3.15695-3.47145 0.01458-0.13182 0.08093-0.25244 0.18445-0.33533 0.10352-0.08289 0.23573-0.12126 0.36755-0.10667m-4.555-5.003c1.636 0 3.088 0.786 4 2l0-1c0-0.27614 0.22386-0.5 0.5-0.5 0.27614 0 0.5 0.22386 0.5 0.5l0 2.45c0 0.14587-0.05795 0.28576-0.16109 0.38891-0.10315 0.10315-0.24304 0.16109-0.38891 0.16109l-2.45 0c-0.27614 0-0.5-0.22386-0.5-0.5 0-0.27614 0.22386-0.5 0.5-0.5l1.464 0c-0.86622-1.49337-2.59227-2.26315-4.28211-1.90974-1.68985 0.35341-2.96274 1.7504-3.15789 3.46574-0.04537 0.2607-0.28567 0.44116-0.54869 0.41205-0.26301-0.02911-0.45804-0.25774-0.44531-0.52205 0.28355-2.53098 2.42318-4.44503 4.97-4.446",
+ "fill": "#57606A",
+ "width": 9.97314977645874,
+ "height": 9.998199462890625
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NIFYx",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "UFS8z",
+ "x": -5.999654733022908,
+ "y": -5.999654733022908,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "DTv3m",
+ "x": 5.499654733024727,
+ "y": 5.999654733022908,
+ "name": "Sprite01-b",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "EQtft",
+ "x": 199.00000568517135,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "4QDs2",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gcJCL",
+ "x": 199.00000568517316,
+ "y": 200.00000568517316,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "WPyRd",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aMwqL",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "XEA20",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GX6S5",
+ "x": 0,
+ "y": 200.00000568517135,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "i7h71",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "1hOVf",
+ "type": "ref",
+ "ref": "DGMCy",
+ "x": 108,
+ "y": 303
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qD0Oh",
+ "x": 12570.80497690172,
+ "y": 198.32740066181577,
+ "name": "horizontal-left",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "y4lQy",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EtCv9",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5dha6",
+ "x": 134,
+ "y": 46,
+ "name": "sprite range",
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w3E1G",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "BPYoQ",
+ "x": -6,
+ "y": -6,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "KRc34",
+ "x": 5.5,
+ "y": 6,
+ "name": "Sprite01-b",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "7ofQX",
+ "x": 200,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "RVLoU",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n2JlU",
+ "x": 200,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "TR4W5",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jUD5p",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "TpsPl",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "11AWg",
+ "x": 0,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "TTCUh",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OFqT1",
+ "x": -10,
+ "y": 90,
+ "name": ".icon/sprite range-left",
+ "width": 20,
+ "height": 20,
+ "fill": "#ffffffff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hd1HJ",
+ "x": 3,
+ "y": 17,
+ "name": "icon/caret-left-filled",
+ "rotation": 180,
+ "flipX": true,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q7p1f",
+ "x": 4.76837158203125e-7,
+ "y": 14.000000476837158,
+ "name": "caret-right-filled",
+ "rotation": 180,
+ "flipX": true,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ukTke",
+ "x": 4.083794593811035,
+ "y": 3.502579689025879,
+ "geometry": "M0.35221 2.73742l3.02999-2.555c0.23351-0.19551 0.55929-0.23767 0.83488-0.10803 0.27559 0.12964 0.45084 0.40748 0.44913 0.71203l0 5.421c0 0.669-0.776 1.033-1.284 0.603l-3.03-2.553c-0.22338-0.18905-0.35221-0.46686-0.35221-0.7595 0-0.29264 0.12883-0.57045 0.35221-0.7595",
+ "fill": "$turquoise500",
+ "width": 4.666217803955078,
+ "height": 6.996250152587891
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M2FD9",
+ "x": 189,
+ "y": 90,
+ "name": ".icon/sprite range-righi",
+ "width": 20,
+ "height": 20,
+ "fill": "#eaeff3ff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oWsXM",
+ "x": 3,
+ "y": 3,
+ "name": "icon/caret-right-filled",
+ "rotation": 90,
+ "flipX": true,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NCamx",
+ "x": 3.500000238418579,
+ "y": 5.250000476837158,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey700",
+ "width": 6.999695777893066,
+ "height": 4.6665191650390625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "b2V9Z",
+ "type": "ref",
+ "ref": "qV8OT",
+ "x": 110.5,
+ "y": 303,
+ "descendants": {
+ "dheRn": {
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "rotation": 0
+ },
+ "WTuNK": {
+ "fill": "$grey300"
+ },
+ "f07Az": {
+ "fill": "$grey1000"
+ },
+ "a7UIX": {
+ "fill": "$turquoise200"
+ },
+ "EK4tA": {
+ "fill": "$turquoise500"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6GpSA",
+ "x": 12570.80497690172,
+ "y": 1180.3274006618158,
+ "name": "horizontal-right",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "lLKLR",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bv3Bc",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yqah7",
+ "x": 134,
+ "y": 46,
+ "name": "sprite range",
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7i3CH",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "JapSu",
+ "x": -6,
+ "y": -6,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "STX4I",
+ "x": 205.5,
+ "y": 6,
+ "name": "Sprite01-b",
+ "flipX": true,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "gONOw",
+ "x": 200,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "zys5N",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lwBCd",
+ "x": 200,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "35cxW",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Axm7N",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "k1PEj",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CIu1S",
+ "x": 0,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "gT2Q0",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bilrI",
+ "x": 10,
+ "y": 90,
+ "name": ".icon/sprite range-left",
+ "flipX": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#eaeff3ff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S9DSX",
+ "x": 3,
+ "y": 3,
+ "name": "icon/caret-right-filled",
+ "rotation": 90,
+ "flipX": true,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hvufo",
+ "x": 3.500000238418579,
+ "y": 5.250000476837158,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey700",
+ "width": 6.999695777893066,
+ "height": 4.6665191650390625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0K5U3",
+ "x": 209,
+ "y": 90,
+ "name": ".icon/sprite range-righi",
+ "flipX": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#ffffffff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DrtWh",
+ "x": 3,
+ "y": 17,
+ "name": "icon/caret-left-filled",
+ "rotation": 180,
+ "flipX": true,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3jx5m",
+ "x": 14.000000476837158,
+ "y": 14.000000476837158,
+ "name": "caret-left-filled",
+ "rotation": 180,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "torQL",
+ "x": 5.250972270965576,
+ "y": 3.500824213027954,
+ "geometry": "M1.28403 6.81418c-0.23327 0.19641-0.55953 0.23909-0.83547 0.10928-0.27594-0.1298-0.4511-0.40835-0.44853-0.71328l0-5.421c0-0.669 0.775-1.033 1.284-0.604l3.03 2.556c0.22303 0.18905 0.35162 0.46663 0.35161 0.759 0 0.29237-0.12859 0.56995-0.35161 0.759l-3.03 2.555z",
+ "fill": "#0BC0CF",
+ "width": 4.665643215179443,
+ "height": 6.997754812240601
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "jnG7S",
+ "type": "ref",
+ "ref": "qV8OT",
+ "x": 110.5,
+ "y": 303
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HBMtE",
+ "x": 12570.80497690172,
+ "y": 2236.327400661816,
+ "name": "not-rotate",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "c1tOF",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tuHNz",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVupA",
+ "x": 134,
+ "y": 46,
+ "name": "sprite range",
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OmgU8",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "lsMDp",
+ "x": -6,
+ "y": -6,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "59ba8",
+ "x": 5.5,
+ "y": 6,
+ "name": "Sprite01-b",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "mjXeD",
+ "x": 200,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Vz8D4",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oFGM1",
+ "x": 200,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "0L5n0",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YPvFb",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "XtrtW",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d160X",
+ "x": 0,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "04KEM",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VpFX9",
+ "type": "ref",
+ "ref": "7ar1E",
+ "x": 163.5,
+ "y": 303
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FiU2e",
+ "x": 15083,
+ "y": -3478,
+ "name": "Sprite Quick Config",
+ "width": 302,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 13,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "3iKnD",
+ "name": "panel-1",
+ "reusable": true,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9wvnG",
+ "name": "Component 174",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ct4PB",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "45e4Z",
+ "x": 8,
+ "y": 8,
+ "name": "location",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p1MHK",
+ "x": 1.6660001873970032,
+ "y": 1.6860063672065735,
+ "geometry": "M6.334 0.001c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 0.597c2.12538 0.34434 3.79166 2.01062 4.136 4.136l0.598 0c0.44183 0 0.8 0.35817 0.8 0.8 0 0.44183-0.35817 0.8-0.8 0.8l-0.598 0c-0.34449 2.12439-2.0097 3.79-4.134 4.135l0 0.598c-0.02132 0.42629-0.37317 0.76099-0.8 0.76099-0.42683 0-0.77868-0.33469-0.8-0.76099l0-0.598c-2.12624-0.34305-3.7939-2.00909-4.139-4.135l-0.597 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.8l0.597 0c0.34446-2.12569 2.01123-3.79205 4.137-4.136l0-0.598c0-0.44183 0.35817-0.8 0.8-0.8m0 2.934c-1.2147 0-2.33713 0.64804-2.94449 1.7-0.60735 1.05196-0.60735 2.34804 0 3.4 0.60735 1.05196 1.72978 1.7 2.94449 1.7 1.87777 0 3.4-1.52223 3.4-3.4 0-1.87777-1.52223-3.4-3.4-3.4m0.15 1.94c0.74 0.076 1.317 0.7 1.317 1.46l-0.008 0.15c-0.075 0.74-0.7 1.316-1.459 1.316l-0.15-0.007c-0.69117-0.07185-1.23762-0.61788-1.31-1.309l-0.007-0.15c0-0.81 0.657-1.467 1.467-1.467l0.15 0.007z m-0.15 1.4c-0.03314 0-0.06 0.02686-0.06 0.06-0.00027 0.01609 0.00593 0.0316 0.01722 0.04307 0.01128 0.01147 0.0267 0.01793 0.04278 0.01793 0.01643 0.00055 0.03237-0.00567 0.04409-0.0172 0.01172-0.01153 0.01819-0.02736 0.01791-0.0438 0.00001-0.01627-0.00659-0.03184-0.01827-0.04315-0.01169-0.01131-0.02747-0.01739-0.04373-0.01685",
+ "fill": "#24292F",
+ "width": 12.667999625205994,
+ "height": 12.627987265586853
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8p21F",
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YLIXG",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q2jAZ",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rerun-outlined",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VxSf9",
+ "x": 2.3882670402526855,
+ "y": 2.449923038482666,
+ "geometry": "M10.0815 5.56c0.43903 0.04868 0.75552 0.44396 0.707 0.883-0.2311 2.04518-1.63681 3.76628-3.59464 4.40115-1.95783 0.63488-4.10605 0.06622-5.49336-1.45415l-0.885 0.358c-0.21477 0.0863-0.46011 0.03999-0.62864-0.11866-0.16853-0.15865-0.22955-0.40076-0.15636-0.62034l0.557-1.65c-0.00394-0.18625 0.05725-0.36804 0.173-0.514 0.05344-0.15494 0.16892-0.28067 0.31877-0.34706 0.14985-0.06639 0.32056-0.06745 0.47123-0.00294l2.25 0.956c0.22031 0.09401 0.36243 0.31132 0.36024 0.55084-0.00219 0.23952-0.14825 0.4542-0.37024 0.54416l-0.459 0.184c0.62 0.486 1.4 0.776 2.246 0.776 1.85512-0.00158 3.41346-1.39553 3.621-3.239 0.04868-0.43902 0.44396-0.75552 0.883-0.707m-4.433-5.56c1.47628-0.00068 2.88409 0.62259 3.876 1.716l0.885-0.358c0.21444-0.08548 0.45899-0.03897 0.62709 0.11926 0.16809 0.15823 0.22929 0.39952 0.15691 0.61874l-0.557 1.65c0.00422 0.18613-0.0566 0.3679-0.172 0.514-0.05443 0.1542-0.17001 0.27913-0.31952 0.34537-0.1495 0.06624-0.3197 0.06791-0.47048 0.00463l-2.25-0.955c-0.22113-0.09329-0.36405-0.31086-0.36186-0.55085 0.00219-0.23999 0.14906-0.45491 0.37186-0.54415l0.458-0.185c-1.04023-0.81264-2.43853-0.99937-3.65555-0.48816-1.21702 0.51121-2.06255 1.64045-2.21045 2.95216-0.05618 0.43227-0.44809 0.74-0.88134 0.69204-0.43326-0.04796-0.74837-0.43395-0.70866-0.86804 0.29905-2.65327 2.54193-4.65947 5.212-4.662",
+ "fill": "#24292F",
+ "width": 11.223465919494629,
+ "height": 11.100153923034668
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UK1yp",
+ "name": "Component 175",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GSsJB",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6y86D",
+ "x": 8,
+ "y": 8,
+ "name": "size",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11999999731779099
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "efSCv",
+ "x": 2.1999999284744263,
+ "y": 2.1999999284744263,
+ "geometry": "M9.2 0c1.32548 0 2.4 1.07452 2.4 2.4l0 6.8c0 0.63652-0.25286 1.24697-0.70294 1.69706-0.45009 0.45009-1.06054 0.70294-1.69706 0.70294l-6.8 0c-0.63652 0-1.24697-0.25286-1.69706-0.70294-0.45009-0.45009-0.70294-1.06054-0.70294-1.69706l0-6.8c0-1.32548 1.07452-2.4 2.4-2.4l6.8 0z m-6.8 1.6c-0.44183 0-0.8 0.35817-0.8 0.8l0 6.468 1.781-1.781-0.424-0.424c-0.14635-0.14732-0.19058-0.3678-0.11237-0.56016 0.07821-0.19237 0.26374-0.31943 0.47137-0.32284l2.006-0.025c0.13954-0.00217 0.27404 0.05217 0.37291 0.15067 0.09887 0.0985 0.15373 0.23278 0.15209 0.37233l-0.026 2.007c-0.00301 0.20781-0.12993 0.3937-0.32238 0.47216-0.19245 0.07846-0.41317 0.0343-0.56062-0.11216l-0.425-0.427-1.781 1.782 6.468 0c0.21217 0 0.41566-0.08429 0.56569-0.23431 0.15003-0.15003 0.23431-0.35351 0.23431-0.56569l0-6.469-1.78 1.781 0.425 0.425c0.14747 0.1471 0.19225 0.36833 0.11362 0.56121-0.07864 0.19288-0.26534 0.31973-0.47362 0.32179l-2.006 0.026c-0.1393 0.00107-0.27321-0.05379-0.37171-0.15229-0.0985-0.0985-0.15337-0.23241-0.15229-0.37171l0.025-2.007c0.00301-0.20781 0.12993-0.3937 0.32239-0.47216 0.19245-0.07846 0.41317-0.0343 0.56061 0.11216l0.425 0.426 1.78-1.78-6.468-0.001z",
+ "fill": "#24292F",
+ "width": 11.600000143051147,
+ "height": 11.600000143051147
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yCCfg",
+ "name": "Component 178",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rGukb",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Nx11x",
+ "x": 8,
+ "y": 8,
+ "name": "layer-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kAFMz",
+ "x": 1.8495066165924072,
+ "y": 2.284211039543152,
+ "geometry": "M0.04982 8.38928c0.15279-0.41441 0.61251-0.6266 1.027-0.474l5.057 1.863 5.057-1.863c0.27147-0.11417 0.58371-0.06996 0.81281 0.11508 0.2291 0.18504 0.33801 0.481 0.28352 0.77041-0.05451 0.28941-0.26361 0.52548-0.54433 0.61451l-5.333 1.967c-0.17847 0.06574-0.37453 0.06574-0.553 0l-5.333-1.966c-0.41441-0.15279-0.6266-0.61251-0.474-1.027m0-2.623c0.15319-0.41402 0.6128-0.62569 1.027-0.473l5.057 1.864 5.057-1.864c0.27147-0.11417 0.58371-0.06997 0.81281 0.11508 0.2291 0.18504 0.33801 0.481 0.28352 0.77041-0.05451 0.28941-0.26361 0.52548-0.54433 0.61451l-5.333 1.968c-0.17847 0.06574-0.37453 0.06574-0.553 0l-5.333-1.967c-0.19925-0.07336-0.36117-0.22293-0.45008-0.41576-0.08891-0.19282-0.09751-0.41308-0.02392-0.61224m5.847-5.73c0.18075-0.05637 0.37564-0.0468 0.55 0.027l5.333 2.266c0.2935 0.12572 0.48431 0.41374 0.48561 0.73303 0.00131 0.31929-0.18715 0.60886-0.47961 0.73697l-5.332 2.324c-0.20404 0.08905-0.43596 0.08905-0.64 0l-5.332-2.323c-0.29378-0.12735-0.48333-0.41761-0.48181-0.73781 0.00152-0.3202 0.19383-0.60864 0.48881-0.73319l5.334-2.266 0.074-0.027z m-3.073 3.039l3.31 1.44 3.309-1.44-3.309-1.406-3.31 1.406z",
+ "fill": "#24292F",
+ "width": 12.300986766815186,
+ "height": 11.431577920913696
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PKfIl",
+ "name": "panel-2",
+ "reusable": true,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nQfl1",
+ "name": "Component/input",
+ "clip": true,
+ "width": 75,
+ "fill": "$grey300",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HBRQv",
+ "name": "Frame 163007",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "wHSzA",
+ "name": "Text",
+ "fill": "#57606a",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ezKPx",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-120",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KF83E",
+ "name": "Component/input",
+ "clip": true,
+ "width": 75,
+ "fill": "$grey300",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Mn5t",
+ "name": "Frame 163007",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "hi8O9",
+ "name": "Text",
+ "fill": "#57606a",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "QnGFh",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "18",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xnj0G",
+ "name": "Frame 1000002825",
+ "rotation": 90,
+ "flipX": true,
+ "width": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "line",
+ "id": "7Ppcd",
+ "name": "Line 8",
+ "width": 20,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3fjOw",
+ "name": "Component 176",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M0Uep",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yT5iK",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PAEH8",
+ "x": 1.3666664361953735,
+ "y": 2.5339672565460205,
+ "geometry": "M2.61275 0.19206c0.23718-0.20287 0.57068-0.24928 0.85424-0.11888 0.28356 0.13039 0.4654 0.41379 0.46576 0.72588l0 1.2 4.44 0c2.515 0 4.784 1.847 4.89 4.29 0.113 2.592-2.237 4.643-4.89 4.64301l-5.35 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.80001l5.35 0c1.925 0 3.357-1.464 3.292-2.972-0.063-1.438-1.474-2.761-3.292-2.761l-4.44 0 0 1.533c-0.00055 0.32314-0.19546 0.61422-0.49403 0.73782-0.29858 0.12359-0.64219 0.05541-0.87097-0.17282l-2.334-2.332c-0.15721-0.15753-0.2417-0.37342-0.23316-0.59581 0.00854-0.22239 0.10933-0.43118 0.27816-0.57619l2.334-2.001z",
+ "fill": "#24292F",
+ "width": 13.266667127609253,
+ "height": 10.932065486907959
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XLWg8",
+ "name": "pannel-3",
+ "reusable": true,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bckVy",
+ "name": "Component/input",
+ "clip": true,
+ "width": 109,
+ "fill": "#f6f8faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "defpc",
+ "name": "Frame 163007",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "lYyQD",
+ "name": "Text",
+ "fill": "#57606a",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "FYbfY",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vSao1",
+ "name": "Text",
+ "fill": "#57606a",
+ "content": "%",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EAkwA",
+ "name": "Frame 1000002825",
+ "rotation": 90,
+ "flipX": true,
+ "width": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "line",
+ "id": "dKtF1",
+ "name": "Line 8",
+ "width": 20,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OCvUr",
+ "name": "Component 176",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHIuV",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "58a4s",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "460dQ",
+ "x": 1.3666664361953735,
+ "y": 2.5339672565460205,
+ "geometry": "M2.61275 0.19206c0.23718-0.20287 0.57068-0.24928 0.85424-0.11888 0.28356 0.13039 0.4654 0.41379 0.46576 0.72588l0 1.2 4.44 0c2.515 0 4.784 1.847 4.89 4.29 0.113 2.592-2.237 4.643-4.89 4.64301l-5.35 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.80001l5.35 0c1.925 0 3.357-1.464 3.292-2.972-0.063-1.438-1.474-2.761-3.292-2.761l-4.44 0 0 1.533c-0.00055 0.32314-0.19546 0.61422-0.49403 0.73782-0.29858 0.12359-0.64219 0.05541-0.87097-0.17282l-2.334-2.332c-0.15721-0.15753-0.2417-0.37342-0.23316-0.59581 0.00854-0.22239 0.10933-0.43118 0.27816-0.57619l2.334-2.001z",
+ "fill": "#24292F",
+ "width": 13.266667127609253,
+ "height": 10.932065486907959
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DGMCy",
+ "name": "panel-4",
+ "reusable": true,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "83gbh",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zGc0w",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zbDBM",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FtwQX",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M6agH",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rIWLa",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JsZJ9",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "miEmP",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ha8pF",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vVaIJ",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yRKTv",
+ "name": "Component/input",
+ "clip": true,
+ "fill": "#f6f8faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PKVIa",
+ "name": "Frame 163007",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "qn3UK",
+ "name": "Text",
+ "fill": "#57606a",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "tEx8d",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "45",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vOaOs",
+ "name": "Frame 1000002825",
+ "rotation": 90,
+ "flipX": true,
+ "width": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "line",
+ "id": "z4OxI",
+ "name": "Line 8",
+ "width": 20,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "onrEZ",
+ "name": "Component 176",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CmDhC",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pXsLy",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qnjpu",
+ "x": 1.3666664361953735,
+ "y": 2.5339672565460205,
+ "geometry": "M2.61275 0.19206c0.23718-0.20287 0.57068-0.24928 0.85424-0.11888 0.28356 0.13039 0.4654 0.41379 0.46576 0.72588l0 1.2 4.44 0c2.515 0 4.784 1.847 4.89 4.29 0.113 2.592-2.237 4.643-4.89 4.64301l-5.35 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.80001l5.35 0c1.925 0 3.357-1.464 3.292-2.972-0.063-1.438-1.474-2.761-3.292-2.761l-4.44 0 0 1.533c-0.00055 0.32314-0.19546 0.61422-0.49403 0.73782-0.29858 0.12359-0.64219 0.05541-0.87097-0.17282l-2.334-2.332c-0.15721-0.15753-0.2417-0.37342-0.23316-0.59581 0.00854-0.22239 0.10933-0.43118 0.27816-0.57619l2.334-2.001z",
+ "fill": "#24292F",
+ "width": 13.266667127609253,
+ "height": 10.932065486907959
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qV8OT",
+ "name": "panel-5",
+ "reusable": true,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ezN41",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XMHQ3",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rGKEE",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p9iMU",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0L7bn",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HZ5nD",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dheRn",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$turquoise500",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LyILI",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SJX8M",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "a5lYv",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uSH8h",
+ "name": "Tab/combination tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WTuNK",
+ "name": ".Tab/text-icon-element",
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "f07Az",
+ "name": "Left",
+ "fill": "$turquoise500",
+ "content": "Left",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a7UIX",
+ "name": ".Tab/text-icon-element",
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EK4tA",
+ "name": "Right",
+ "fill": "$grey1000",
+ "content": "Right",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HLWEK",
+ "name": "Frame 1000002825",
+ "rotation": 90,
+ "flipX": true,
+ "width": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "line",
+ "id": "vUFuj",
+ "name": "Line 8",
+ "width": 20,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vdfuw",
+ "name": "Component 176",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wa58W",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ksHxe",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "L21AF",
+ "x": 1.3666664361953735,
+ "y": 2.5339672565460205,
+ "geometry": "M2.61275 0.19206c0.23718-0.20287 0.57068-0.24928 0.85424-0.11888 0.28356 0.13039 0.4654 0.41379 0.46576 0.72588l0 1.2 4.44 0c2.515 0 4.784 1.847 4.89 4.29 0.113 2.592-2.237 4.643-4.89 4.64301l-5.35 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.80001l5.35 0c1.925 0 3.357-1.464 3.292-2.972-0.063-1.438-1.474-2.761-3.292-2.761l-4.44 0 0 1.533c-0.00055 0.32314-0.19546 0.61422-0.49403 0.73782-0.29858 0.12359-0.64219 0.05541-0.87097-0.17282l-2.334-2.332c-0.15721-0.15753-0.2417-0.37342-0.23316-0.59581 0.00854-0.22239 0.10933-0.43118 0.27816-0.57619l2.334-2.001z",
+ "fill": "#24292F",
+ "width": 13.266667127609253,
+ "height": 10.932065486907959
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7ar1E",
+ "name": "panel-6",
+ "reusable": true,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mBb0q",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pzs7K",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wIFWM",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RjgcV",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r5Z3t",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g5VYX",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cOlSD",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vkroG",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Za0r",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cfCKK",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hvwxl",
+ "name": "Frame 1000002825",
+ "rotation": 90,
+ "flipX": true,
+ "width": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "line",
+ "id": "JzIAR",
+ "name": "Line 8",
+ "width": 20,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NZhYT",
+ "name": "Component 176",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qnydq",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wu4sM",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "U0NSq",
+ "x": 1.3666664361953735,
+ "y": 2.5339672565460205,
+ "geometry": "M2.61275 0.19206c0.23718-0.20287 0.57068-0.24928 0.85424-0.11888 0.28356 0.13039 0.4654 0.41379 0.46576 0.72588l0 1.2 4.44 0c2.515 0 4.784 1.847 4.89 4.29 0.113 2.592-2.237 4.643-4.89 4.64301l-5.35 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.80001l5.35 0c1.925 0 3.357-1.464 3.292-2.972-0.063-1.438-1.474-2.761-3.292-2.761l-4.44 0 0 1.533c-0.00055 0.32314-0.19546 0.61422-0.49403 0.73782-0.29858 0.12359-0.64219 0.05541-0.87097-0.17282l-2.334-2.332c-0.15721-0.15753-0.2417-0.37342-0.23316-0.59581 0.00854-0.22239 0.10933-0.43118 0.27816-0.57619l2.334-2.001z",
+ "fill": "#24292F",
+ "width": 13.266667127609253,
+ "height": 10.932065486907959
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "2QDaq",
+ "x": 14316,
+ "y": -3198.6681302785873,
+ "geometry": "M4.101 0.23513c0.15009-0.15053 0.35393-0.23513 0.5665-0.23513 0.21257 0 0.41641 0.0846 0.5665 0.23513l1.79 1.791c0.17537 0.16702 0.24643 0.41597 0.18565 0.65039-0.06078 0.23442-0.24384 0.41749-0.47826 0.47826-0.23442 0.06078-0.48337-0.01029-0.65039-0.18565l-0.747-0.747 0 3.806c0.937 0.242 1.675 0.98 1.916 1.916l3.58 0-0.749-0.746c-0.24941-0.26243-0.24394-0.67591 0.01234-0.93164 0.25627-0.25573 0.66976-0.26033 0.93166-0.01036l1.79 1.791c0.31151 0.31226 0.31151 0.81774 0 1.13l-1.79 1.792c-0.2604 0.26068-0.68282 0.2609-0.9435 0.0005-0.26068-0.2604-0.2609-0.68282-0.0005-0.9435l0.748-0.747-3.578 0c-0.24412 0.94092-0.98032 1.67483-1.922 1.916l0.006 0.084 0 1.333c-0.01387 0.35806-0.30817 0.64118-0.6665 0.64118-0.35833 0-0.65263-0.28312-0.6665-0.64118l0-1.333q0-0.042 0.005-0.084c-0.94336-0.24173-1.68029-0.97789-1.923-1.921l-0.082 0.005-1.335 0c-0.36837 0-0.667-0.29863-0.667-0.667 0-0.36837 0.29863-0.667 0.667-0.667l1.334 0q0.042 0 0.082 0.006c0.24-0.94 0.98-1.68 1.918-1.922l0-3.807-0.748 0.747c-0.16845 0.16827-0.41388 0.23389-0.64383 0.17215-0.22995-0.06175-0.4095-0.24148-0.471-0.4715-0.0615-0.23002 0.00438-0.47538 0.17283-0.64365l1.79-1.791z m0.566 7.044c-0.73647 0-1.3335 0.59703-1.3335 1.3335 0 0.73647 0.59703 1.3335 1.3335 1.3335 0.73647 0 1.3335-0.59703 1.3335-1.3335 0-0.73647-0.59703-1.3335-1.3335-1.3335",
+ "fill": "#24292F",
+ "width": 13.04862928390503,
+ "height": 13.253308653831482
+ },
+ {
+ "type": "frame",
+ "id": "2L03J",
+ "x": 12571,
+ "y": 3319,
+ "name": "layer",
+ "width": 1440,
+ "height": 900,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/quick-config-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 126,
+ 940
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "XyCev",
+ "name": "Frame 1000004888",
+ "width": 468,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jGlUU",
+ "name": "window",
+ "clip": true,
+ "width": "fill_container",
+ "height": 351,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8bVTg",
+ "x": 134,
+ "y": 34,
+ "name": "sprite range",
+ "width": 199,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XLK3J",
+ "name": "Rotating button",
+ "width": 20,
+ "height": 20,
+ "fill": "#ffffffff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RSmHJ",
+ "x": 4,
+ "y": 4,
+ "name": "icon/rerun-outlined",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SiXPD",
+ "name": "range",
+ "width": 199,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "1M0dO",
+ "x": -6,
+ "y": -6,
+ "name": "Group 1000002779",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "VnJjw",
+ "x": 5.5,
+ "y": 6,
+ "name": "Sprite01-b",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite-review.png",
+ "mode": "stretch"
+ },
+ "width": 200,
+ "height": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0aa5beff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "glurT",
+ "x": 199,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "xYuqU",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gBqg6",
+ "x": 199,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "1wBm7",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LMk2o",
+ "x": 0,
+ "y": 0,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "wshup",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rUWoa",
+ "x": 0,
+ "y": 200,
+ "name": "dot",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "zduic",
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#ffffffff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5,
+ "fill": "#d9dfe5ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ueivb",
+ "type": "ref",
+ "ref": "3iKnD",
+ "x": 162,
+ "y": 303,
+ "descendants": {
+ "yCCfg": {
+ "cornerRadius": 12
+ },
+ "rGukb": {
+ "fill": "$turquoise200",
+ "cornerRadius": 10
+ },
+ "Nx11x": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "L1O6d",
+ "x": 228,
+ "y": 95,
+ "name": "Expand list",
+ "clip": true,
+ "width": 124,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "65PBM",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SgbuQ",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Bmlzt",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Bring forward",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZuwWF",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "HbU2T",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J6H5k",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Bring to front",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XQYIL",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Nefyx",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sPABC",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Send forward",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QMuPQ",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "yDus4",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PLQzG",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Send to back",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "4Nj7D",
+ "x": 14068.30085622003,
+ "y": -3734.0698465801834,
+ "width": 250,
+ "height": 219,
+ "content": "为改善 Sprite Quick Config 在未拖拽操作时,无法查看和编辑当前位置/角度/尺寸的问题,优化了当前面板的组织元素。\n精灵选中框默认带有旋转 icon,不操作精灵 Quick Config 也能够实现拖拽移动/旋转/缩放的功能。\n默认面板为:从左往右分别为位置/旋转/缩放/图层顺序四个默认icon。\n\nwenjiangping-26/03/04"
+ },
+ {
+ "type": "note",
+ "id": "dnAul",
+ "x": 14056.908916457014,
+ "y": -2613.018939827148,
+ "width": 250,
+ "height": 219,
+ "content": "位置移动说明:当精灵被拖拽移动位置,和鼠标点击 位置icon 后,Sprite Quick Config 面板从「默认面板」更换成「位置坐标面板」,跟随显示当前位置坐标,且支持手动输入更改当前坐标位置。\n「位置坐标面板」后增加了饭回icon ,点击可返回至默认面板;\n\n触发条件1:直接拖拽精灵时。从「默认面板」更换成「位置坐标面板」后,无任何操作时,5秒后自动恢复成「默认面板」;\n\n触发条件2:点击 位置 icon 时。 从「默认面板」更换成「位置坐标面板」后,不自动返回到「默认面板」。"
+ },
+ {
+ "type": "note",
+ "id": "6PjRI",
+ "x": 14062.532289515535,
+ "y": -1784.758824592759,
+ "width": 250,
+ "height": 219,
+ "content": "尺寸缩放状态:\n当精灵被拖拽缩放,和鼠标点击 缩放icon 后,Sprite Quick Config 面板从「默认面板」更换成「尺寸百分比面板」,跟随显示当前百分比大小,且支持手动输入更改当前比例大小。\n触发条件与「位置移动」交互逻辑一致。"
+ },
+ {
+ "type": "note",
+ "id": "GLmMv",
+ "x": 14062.332835884456,
+ "y": -750.5565499717711,
+ "width": 250,
+ "height": 219,
+ "content": "当精灵被拖拽旋转,和鼠标点击 旋转icon 后,Sprite Quick Config 面板从「默认面板」更换成「旋转面板」,跟随显示当前旋转角度,且支持手动输入更改当前旋转角度。\n触发条件与「位置移动」交互逻辑一致。\n「旋转面板」中支持进行旋转方式的切换,默认选中「自由旋转」,后面显示旋转角度数值输入框;左右翻转时后面显示「左右」切换tab;不可旋转时,后面无附属显示。"
+ },
+ {
+ "type": "frame",
+ "id": "F3xcT",
+ "x": 14348,
+ "y": -3734,
+ "name": "组件状态说明",
+ "clip": true,
+ "width": 626,
+ "height": 945,
+ "fill": "#ffffffff",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M5wQz",
+ "x": 329,
+ "y": 426,
+ "name": ".sprite panel icon",
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j4cfR",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hwgph",
+ "x": 8,
+ "y": 8,
+ "name": "size",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11999999731779099
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jt9WY",
+ "x": 0,
+ "y": 0,
+ "name": "size",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xiZ1g",
+ "x": 1.3329999446868896,
+ "y": 1.3329999446868896,
+ "geometry": "M11.334 0c1.10457 0 2 0.89543 2 2l0 9.334c0 1.10457-0.89543 2-2 2l-9.334 0c-1.10457 0-2-0.89543-2-2l0-9.334c0-1.10457 0.89543-2 2-2l9.334 0z m-9.334 1.334c-0.36782 0-0.666 0.29818-0.666 0.666l0 8.877 2.83-2.83-1.01 0c-0.35366-0.01939-0.63049-0.31181-0.63049-0.666 0-0.35419 0.27683-0.64661 0.63049-0.666l2.533 0c0.21217 0 0.41566 0.08428 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.533c0 0.36837-0.29863 0.667-0.667 0.667-0.36837 0-0.667-0.29863-0.667-0.667l0-1.105-3.056 3.057 9.238 0c0.17663 0 0.34603-0.07017 0.47093-0.19507 0.1249-0.1249 0.19507-0.2943 0.19507-0.47093l0-9.01-3.01 3.01 1.01 0c0.24428-0.00946 0.47416 0.11546 0.59911 0.32557 0.12495 0.21011 0.12495 0.47174 0 0.68186-0.12495 0.21011-0.35483 0.33504-0.59911 0.32557l-2.534 0c-0.21217 0-0.41566-0.08428-0.56569-0.23431-0.15003-0.15003-0.23431-0.35351-0.23431-0.56569l0-2.533c0.01387-0.35806 0.30817-0.64118 0.6665-0.64118 0.35833 0 0.65263 0.28312 0.6665 0.64118l0 1.104 3.105-3.104-9.105 0z",
+ "fill": "#24292F",
+ "width": 13.333999872207642,
+ "height": 13.333999872207642
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kVerI",
+ "x": 405,
+ "y": 426,
+ "name": ".sprite panel icon",
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cDWGL",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R5vmY",
+ "x": 8,
+ "y": 8,
+ "name": "icon/layer-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cRa8E",
+ "x": 0,
+ "y": 0,
+ "name": "layer-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nwIUt",
+ "x": 0.6665598750114441,
+ "y": 1.434475302696228,
+ "geometry": "M13.63744 9.30653c0.40206-0.14194 0.84306 0.06894 0.985 0.47099 0.14194 0.40206-0.06894 0.84306-0.471 0.985l-6.561 2.31601c-0.16672 0.05831-0.34828 0.05831-0.515 0l-6.56-2.31601c-0.38104-0.15637-0.57255-0.58405-0.43544-0.97244 0.13711-0.38839 0.55468-0.60106 0.94944-0.48355l6.303 2.22499 6.305-2.22499z m0-3.08801c0.39714-0.12429 0.8214 0.08812 0.95984 0.48056 0.13844 0.39243-0.05863 0.82403-0.44584 0.97644l-6.561 2.316c-0.16658 0.05911-0.34842 0.05911-0.515 0l-6.56-2.316c-0.38721-0.15242-0.58428-0.58402-0.44584-0.97644 0.13844-0.39243 0.5627-0.60484 0.95984-0.48056l6.303 2.22501 6.305-2.22501z m-6.525-6.186c0.16809-0.05047 0.34838-0.042 0.511 0.024l6.562 2.67c0.28852 0.11883 0.4773 0.39947 0.47861 0.71151 0.00131 0.31203-0.1851 0.59425-0.47261 0.71549l-6.56 2.734c-0.19061 0.08-0.40539 0.08-0.596 0l-6.56-2.734c-0.28897-0.12023-0.47675-0.40303-0.47543-0.71601 0.00131-0.31298 0.19147-0.59419 0.48143-0.71199l6.56-2.669 0.071-0.024z m-4.313 3.417l4.533 1.89 4.533-1.89-4.532-1.844-4.534 1.844z",
+ "fill": "#24292F",
+ "width": 14.666681587696075,
+ "height": 13.122254014015198
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vWsHv",
+ "x": 388,
+ "y": 320,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8lpnM",
+ "name": "tooltip",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tlyNu",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "#24292fff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "6Gkp3",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "层级顺序",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "rSr3j",
+ "name": "Polygon 1",
+ "rotation": -179.99999499104388,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "#24292fff",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bFcqZ",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lh3Iw",
+ "x": 8,
+ "y": 8,
+ "name": "icon/layer-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IQevQ",
+ "x": 0,
+ "y": 0,
+ "name": "layer-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1Jl2g",
+ "x": 0.6665598750114441,
+ "y": 1.434475302696228,
+ "geometry": "M13.63744 9.30653c0.40206-0.14194 0.84306 0.06894 0.985 0.47099 0.14194 0.40206-0.06894 0.84306-0.471 0.985l-6.561 2.31601c-0.16672 0.05831-0.34828 0.05831-0.515 0l-6.56-2.31601c-0.38104-0.15637-0.57255-0.58405-0.43544-0.97244 0.13711-0.38839 0.55468-0.60106 0.94944-0.48355l6.303 2.22499 6.305-2.22499z m0-3.08801c0.39714-0.12429 0.8214 0.08812 0.95984 0.48056 0.13844 0.39243-0.05863 0.82403-0.44584 0.97644l-6.561 2.316c-0.16658 0.05911-0.34842 0.05911-0.515 0l-6.56-2.316c-0.38721-0.15242-0.58428-0.58402-0.44584-0.97644 0.13844-0.39243 0.5627-0.60484 0.95984-0.48056l6.303 2.22501 6.305-2.22501z m-6.525-6.186c0.16809-0.05047 0.34838-0.042 0.511 0.024l6.562 2.67c0.28852 0.11883 0.4773 0.39947 0.47861 0.71151 0.00131 0.31203-0.1851 0.59425-0.47261 0.71549l-6.56 2.734c-0.19061 0.08-0.40539 0.08-0.596 0l-6.56-2.734c-0.28897-0.12023-0.47675-0.40303-0.47543-0.71601 0.00131-0.31298 0.19147-0.59419 0.48143-0.71199l6.56-2.669 0.071-0.024z m-4.313 3.417l4.533 1.89 4.533-1.89-4.532-1.844-4.534 1.844z",
+ "fill": "$turquoise500",
+ "width": 14.666681587696075,
+ "height": 13.122254014015198
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rzr8Y",
+ "x": 359,
+ "y": 38,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cxVu9",
+ "name": "Expand list",
+ "clip": true,
+ "width": 124,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "91qWe",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "52w2v",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vQe7W",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Bring forward",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "swIMa",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "XKwu8",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OdYyS",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Bring to front",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2vwOK",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "YC5AY",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vKk9I",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Send forward",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Iet6a",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "L9btX",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PMgau",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Send to back",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "b62Xn",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JDqcp",
+ "x": 8,
+ "y": 8,
+ "name": "icon/layer-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7YGKE",
+ "x": 0,
+ "y": 0,
+ "name": "layer-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MCXbw",
+ "x": 0.6665598750114441,
+ "y": 1.434475302696228,
+ "geometry": "M13.63744 9.30653c0.40206-0.14194 0.84306 0.06894 0.985 0.47099 0.14194 0.40206-0.06894 0.84306-0.471 0.985l-6.561 2.31601c-0.16672 0.05831-0.34828 0.05831-0.515 0l-6.56-2.31601c-0.38104-0.15637-0.57255-0.58405-0.43544-0.97244 0.13711-0.38839 0.55468-0.60106 0.94944-0.48355l6.303 2.22499 6.305-2.22499z m0-3.08801c0.39714-0.12429 0.8214 0.08812 0.95984 0.48056 0.13844 0.39243-0.05863 0.82403-0.44584 0.97644l-6.561 2.316c-0.16658 0.05911-0.34842 0.05911-0.515 0l-6.56-2.316c-0.38721-0.15242-0.58428-0.58402-0.44584-0.97644 0.13844-0.39243 0.5627-0.60484 0.95984-0.48056l6.303 2.22501 6.305-2.22501z m-6.525-6.186c0.16809-0.05047 0.34838-0.042 0.511 0.024l6.562 2.67c0.28852 0.11883 0.4773 0.39947 0.47861 0.71151 0.00131 0.31203-0.1851 0.59425-0.47261 0.71549l-6.56 2.734c-0.19061 0.08-0.40539 0.08-0.596 0l-6.56-2.734c-0.28897-0.12023-0.47675-0.40303-0.47543-0.71601 0.00131-0.31298 0.19147-0.59419 0.48143-0.71199l6.56-2.669 0.071-0.024z m-4.313 3.417l4.533 1.89 4.533-1.89-4.532-1.844-4.534 1.844z",
+ "fill": "$turquoise500",
+ "width": 14.666681587696075,
+ "height": 13.122254014015198
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c1CWO",
+ "x": 324,
+ "y": 320,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s3uOw",
+ "name": "tooltip",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ciLup",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "#24292fff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "N8NwS",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "缩放",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "2GTwi",
+ "name": "Polygon 1",
+ "rotation": -179.99999499104388,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "#24292fff",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lXfIN",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PCeSH",
+ "x": 8,
+ "y": 8,
+ "name": "size",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11999999731779099
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "18h5x",
+ "x": 0,
+ "y": 0,
+ "name": "size",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "J9Dvi",
+ "x": 1.3329999446868896,
+ "y": 1.3329999446868896,
+ "geometry": "M11.334 0c1.10457 0 2 0.89543 2 2l0 9.334c0 1.10457-0.89543 2-2 2l-9.334 0c-1.10457 0-2-0.89543-2-2l0-9.334c0-1.10457 0.89543-2 2-2l9.334 0z m-9.334 1.334c-0.36782 0-0.666 0.29818-0.666 0.666l0 8.877 2.83-2.83-1.01 0c-0.35366-0.01939-0.63049-0.31181-0.63049-0.666 0-0.35419 0.27683-0.64661 0.63049-0.666l2.533 0c0.21217 0 0.41566 0.08428 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.533c0 0.36837-0.29863 0.667-0.667 0.667-0.36837 0-0.667-0.29863-0.667-0.667l0-1.105-3.056 3.057 9.238 0c0.17663 0 0.34603-0.07017 0.47093-0.19507 0.1249-0.1249 0.19507-0.2943 0.19507-0.47093l0-9.01-3.01 3.01 1.01 0c0.24428-0.00946 0.47416 0.11546 0.59911 0.32557 0.12495 0.21011 0.12495 0.47174 0 0.68186-0.12495 0.21011-0.35483 0.33504-0.59911 0.32557l-2.534 0c-0.21217 0-0.41566-0.08428-0.56569-0.23431-0.15003-0.15003-0.23431-0.35351-0.23431-0.56569l0-2.533c0.01387-0.35806 0.30817-0.64118 0.6665-0.64118 0.35833 0 0.65263 0.28312 0.6665 0.64118l0 1.104 3.105-3.104-9.105 0z",
+ "fill": "$turquoise500",
+ "width": 13.333999872207642,
+ "height": 13.333999872207642
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HuEBn",
+ "x": 329,
+ "y": 252,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EBI79",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wI8BF",
+ "x": 8,
+ "y": 8,
+ "name": "size",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11999999731779099
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "00BkL",
+ "x": 0,
+ "y": 0,
+ "name": "size",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "01PaH",
+ "x": 1.3329999446868896,
+ "y": 1.3329999446868896,
+ "geometry": "M11.334 0c1.10457 0 2 0.89543 2 2l0 9.334c0 1.10457-0.89543 2-2 2l-9.334 0c-1.10457 0-2-0.89543-2-2l0-9.334c0-1.10457 0.89543-2 2-2l9.334 0z m-9.334 1.334c-0.36782 0-0.666 0.29818-0.666 0.666l0 8.877 2.83-2.83-1.01 0c-0.35366-0.01939-0.63049-0.31181-0.63049-0.666 0-0.35419 0.27683-0.64661 0.63049-0.666l2.533 0c0.21217 0 0.41566 0.08428 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.533c0 0.36837-0.29863 0.667-0.667 0.667-0.36837 0-0.667-0.29863-0.667-0.667l0-1.105-3.056 3.057 9.238 0c0.17663 0 0.34603-0.07017 0.47093-0.19507 0.1249-0.1249 0.19507-0.2943 0.19507-0.47093l0-9.01-3.01 3.01 1.01 0c0.24428-0.00946 0.47416 0.11546 0.59911 0.32557 0.12495 0.21011 0.12495 0.47174 0 0.68186-0.12495 0.21011-0.35483 0.33504-0.59911 0.32557l-2.534 0c-0.21217 0-0.41566-0.08428-0.56569-0.23431-0.15003-0.15003-0.23431-0.35351-0.23431-0.56569l0-2.533c0.01387-0.35806 0.30817-0.64118 0.6665-0.64118 0.35833 0 0.65263 0.28312 0.6665 0.64118l0 1.104 3.105-3.104-9.105 0z",
+ "fill": "$turquoise500",
+ "width": 13.333999872207642,
+ "height": 13.333999872207642
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LpaCL",
+ "x": 201,
+ "y": 426,
+ "name": ".sprite panel icon",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bUWZn",
+ "x": 0,
+ "y": 0,
+ "name": ".Tab/text-icon-element",
+ "enabled": false,
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LZs71",
+ "x": 8,
+ "y": 8,
+ "name": "location",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11999999731779099
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ssDqv",
+ "x": 8,
+ "y": 8,
+ "name": "Frame",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VUpFy",
+ "x": 1.3333333730697632,
+ "y": 1.3333333730697632,
+ "name": "Vector",
+ "geometry": "M14 6l6-6m0 0l6 6m-6-6l0 20m0 0l0 20m0-20l20 0m-20 0l-20 0m14 14l6 6m0 0l6-6m8-20l6 6m0 0l-6 6m-28-12l-6 6m0 0l6 6",
+ "width": 13.333333015441895,
+ "height": 13.333333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.3333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JLgQs",
+ "x": 8,
+ "y": 8,
+ "name": "location",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.07999999821186066
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 5.333333492279053,
+ "id": "g2Iz8",
+ "x": 8.666666984558105,
+ "y": 15.333333015441895,
+ "name": "Rectangle 3",
+ "rotation": -90,
+ "flipX": true,
+ "fill": "#24292fff",
+ "width": 3.3333332538604736,
+ "height": 1.3333333730697632,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 5.333333492279053,
+ "id": "dKGGa",
+ "x": 8.666666984558105,
+ "y": 3.3333332538604736,
+ "name": "Rectangle 4",
+ "rotation": -90,
+ "flipX": true,
+ "fill": "#24292fff",
+ "width": 2.6666667461395264,
+ "height": 1.3333333730697632,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 5.333333492279053,
+ "id": "j8wzn",
+ "x": 0.6666666865348816,
+ "y": 8.666666984558105,
+ "name": "Rectangle 5",
+ "rotation": -180,
+ "flipX": true,
+ "fill": "#24292fff",
+ "width": 3.3333332538604736,
+ "height": 1.3333333730697632,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 5.333333492279053,
+ "id": "0jqkv",
+ "x": 12,
+ "y": 8.666666984558105,
+ "name": "Rectangle 6",
+ "rotation": -180,
+ "flipX": true,
+ "fill": "#24292fff",
+ "width": 3.3333332538604736,
+ "height": 1.3333333730697632,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ },
+ {
+ "type": "ellipse",
+ "id": "klox0",
+ "x": 2.6666667461395264,
+ "y": 2.6666667461395264,
+ "name": "Ellipse 19",
+ "sweepAngle": -360.00001001791264,
+ "width": 10.666666984558105,
+ "height": 10.666666984558105,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3333333730697632,
+ "fill": "#24292fff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2dcHS",
+ "x": 8,
+ "y": 8,
+ "name": "location-2",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.07999999821186066
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "4ZQ1T",
+ "x": 8.940696716308594e-8,
+ "y": 0.0002499520778656006,
+ "children": [
+ {
+ "type": "path",
+ "id": "QaV8K",
+ "x": 0.3330000042915344,
+ "y": 0.3330000042915344,
+ "geometry": "M7.667 0c0.385 0 0.696 0.313 0.696 0.698l0 1.393q0 0.023-0.002 0.044c2.52707 0.31802 4.51746 2.30799 4.836 4.835l1.44 0c0.38494 0 0.697 0.31206 0.697 0.697 0 0.38494-0.31206 0.697-0.697 0.697l-1.44 0c-0.31877 2.52597-2.30803 4.51524-4.834 4.834l0 1.439c0 0.38467-0.31183 0.6965-0.6965 0.6965-0.38467 0-0.6965-0.31183-0.6965-0.6965l0-1.44c-2.52565-0.31867-4.51481-2.30742-4.834-4.833l-1.439 0c-0.38494 0-0.697-0.31206-0.697-0.697 0-0.38494 0.31206-0.697 0.697-0.697l1.44 0c0.31854-2.52701 2.30893-4.51698 4.836-4.835l-0.002-0.044 0-1.393c0-0.385 0.312-0.698 0.697-0.698m0 3.485c-2.27402 0.04973-4.09154 1.90743-4.09154 4.182 0 2.27457 1.81752 4.13227 4.09154 4.182 2.30965 0 4.182-1.87235 4.182-4.182 0-2.30965-1.87234-4.182-4.182-4.182m0 2.788c0.77016 0.00055 1.39405 0.62534 1.3935 1.3955-0.00055 0.77016-0.62534 1.39405-1.3955 1.3935-0.77044-0.00028-1.39478-0.62506-1.3945-1.3955 0.00028-0.77044 0.62506-1.39478 1.3955-1.3945",
+ "fill": "$grey1000",
+ "width": 15.333999812602997,
+ "height": 15.3335000872612
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TuOeY",
+ "x": 260,
+ "y": 426,
+ "name": ".sprite panel icon",
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ruSlb",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "46c02",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rerun-outlined",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TaBX9",
+ "x": 0,
+ "y": 0,
+ "name": "rerun-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ur0PG",
+ "x": 1.3700000047683716,
+ "y": 1.332999348640442,
+ "geometry": "M12.703 6.671c0.366 0.04 0.63 0.37 0.59 0.736-0.37826 3.37452-3.23134 5.92624-6.627 5.927-2.09857 0.00087-4.0748-0.98744-5.333-2.667l0 1.333c-0.01387 0.35806-0.30817 0.64118-0.6665 0.64118-0.35833 0-0.65263-0.28312-0.6665-0.64118l0-3.267c0-0.404 0.328-0.733 0.733-0.733l3.267 0c0.36837 0 0.667 0.29863 0.667 0.667 0 0.36837-0.29863 0.667-0.667 0.667l-1.953 0c1.15382 1.99278 3.45584 3.0206 5.70981 2.54935 2.25397-0.47124 3.95139-2.33524 4.21019-4.62335 0.04-0.366 0.37-0.63 0.736-0.59m-6.073-6.67c2.09857-0.00087 4.0748 0.98743 5.333 2.667l0-1.333c0-0.36837 0.29863-0.667 0.667-0.667 0.36837 0 0.667 0.29863 0.667 0.667l0 3.267c-0.00055 0.4046-0.3284 0.73245-0.733 0.733l-3.267 0c-0.36837 0-0.667-0.29863-0.667-0.667 0-0.36837 0.29863-0.667 0.667-0.667l1.952 0c-1.15415-1.99192-3.45568-3.01906-5.70908-2.54789-2.2534 0.47117-3.95056 2.33441-4.20992 4.62189-0.05245 0.35515-0.37658 0.60507-0.73339 0.56549-0.35681-0.03959-0.61828-0.35448-0.59161-0.71249 0.37817-3.37376 3.23011-5.92523 6.625-5.927",
+ "fill": "$grey1000",
+ "width": 13.297007441520691,
+ "height": 13.334001421928406
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Zc1tu",
+ "x": 138,
+ "y": 426,
+ "name": ".sprite panel icon",
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xOb2e",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jMsLc",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zEmgR",
+ "x": 0,
+ "y": 0,
+ "name": "back",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rcQW3",
+ "x": 1.3329999446868896,
+ "y": 2.000685930252075,
+ "geometry": "M2.567 0.16031c0.27946-0.23942 0.70008-0.20696 0.9395 0.0725 0.23942 0.27946 0.20696 0.70008-0.0725 0.9395l-0.965 0.827 5.863 0c2.652 0 4.895 2.157 4.998 4.808 0.11 2.802-2.196 5.192-4.998 5.192l-5.666 0c-0.3681 0-0.6665-0.2984-0.6665-0.6665 0-0.3681 0.2984-0.6665 0.6665-0.6665l5.666 0c2.047 0 3.746-1.764 3.666-3.807-0.076-1.936-1.73-3.526-3.666-3.526l-6.056 0 1.196 1.196c0.24968 0.26217 0.24464 0.67564-0.01136 0.93164-0.256 0.256-0.66947 0.26104-0.93164 0.01136l-2.334-2.334c-0.05104-0.05239-0.09356-0.11245-0.126-0.178-0.0267-0.05589-0.04587-0.11507-0.057-0.176l-0.004-0.02-0.006-0.044-0.001-0.031-0.001-0.023 0.001-0.015 0-0.01 0.001-0.013c0.00335-0.0393 0.00903-0.07837 0.017-0.117l0.004-0.016c0.01114-0.03776 0.02449-0.07482 0.04-0.111l0.008-0.018c0.04403-0.08478 0.10495-0.15965 0.179-0.22l2.317-1.986z",
+ "fill": "#24292F",
+ "width": 13.333779573440552,
+ "height": 11.999314069747925
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xFEwv",
+ "x": 201,
+ "y": 362,
+ "name": ".sprite panel icon",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dbxT2",
+ "x": 0,
+ "y": 0,
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Rql1",
+ "x": 8,
+ "y": 8,
+ "name": "location",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.07999999821186066
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "BoAQG",
+ "x": 8.940696716308594e-8,
+ "y": 0.0002499520778656006,
+ "children": [
+ {
+ "type": "path",
+ "id": "Dr9EG",
+ "x": 0.3330000042915344,
+ "y": 0.3330000042915344,
+ "geometry": "M7.667 0c0.385 0 0.696 0.313 0.696 0.698l0 1.393q0 0.023-0.002 0.044c2.52707 0.31802 4.51746 2.30799 4.836 4.835l1.44 0c0.38494 0 0.697 0.31206 0.697 0.697 0 0.38494-0.31206 0.697-0.697 0.697l-1.44 0c-0.31877 2.52597-2.30803 4.51524-4.834 4.834l0 1.439c0 0.38467-0.31183 0.6965-0.6965 0.6965-0.38467 0-0.6965-0.31183-0.6965-0.6965l0-1.44c-2.52565-0.31867-4.51481-2.30742-4.834-4.833l-1.439 0c-0.38494 0-0.697-0.31206-0.697-0.697 0-0.38494 0.31206-0.697 0.697-0.697l1.44 0c0.31854-2.52701 2.30893-4.51698 4.836-4.835l-0.002-0.044 0-1.393c0-0.385 0.312-0.698 0.697-0.698m0 3.485c-2.27402 0.04973-4.09154 1.90743-4.09154 4.182 0 2.27457 1.81752 4.13227 4.09154 4.182 2.30965 0 4.182-1.87235 4.182-4.182 0-2.30965-1.87234-4.182-4.182-4.182m0 2.788c0.77016 0.00055 1.39405 0.62534 1.3935 1.3955-0.00055 0.77016-0.62534 1.39405-1.3955 1.3935-0.77044-0.00028-1.39478-0.62506-1.3945-1.3955 0.00028-0.77044 0.62506-1.39478 1.3955-1.3945",
+ "fill": "$turquoise500",
+ "width": 15.333999812602997,
+ "height": 15.3335000872612
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OVugj",
+ "x": -4,
+ "y": -42,
+ "name": "tooltip",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y6mLG",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "#24292fff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "TNwMy",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "位置",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "qpGUl",
+ "name": "Polygon 1",
+ "rotation": -179.99999499104388,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "#24292fff",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QamQZ",
+ "x": 8,
+ "y": 8,
+ "name": "location",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.07999999821186066
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Odcgc",
+ "x": 8,
+ "y": 8,
+ "name": "Frame",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tiQmQ",
+ "x": 1.3333333730697632,
+ "y": 1.3333333730697632,
+ "name": "Vector",
+ "geometry": "M14 6l6-6m0 0l6 6m-6-6l0 20m0 0l0 20m0-20l20 0m-20 0l-20 0m14 14l6 6m0 0l6-6m8-20l6 6m0 0l-6 6m-28-12l-6 6m0 0l6 6",
+ "width": 13.333333015441895,
+ "height": 13.333333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.3333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0bc0cfff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "46D5C",
+ "x": 255,
+ "y": 320,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ALGlx",
+ "name": "tooltip",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B0LCB",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "#24292fff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "3zU9x",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "旋转",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "wXiYX",
+ "name": "Polygon 1",
+ "rotation": -179.99999499104388,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "#24292fff",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HL1fO",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XKWmm",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rerun-outlined",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qU8cV",
+ "x": 0,
+ "y": 0,
+ "name": "rerun-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VDlzG",
+ "x": 1.3700000047683716,
+ "y": 1.332999348640442,
+ "geometry": "M12.703 6.671c0.366 0.04 0.63 0.37 0.59 0.736-0.37826 3.37452-3.23134 5.92624-6.627 5.927-2.09857 0.00087-4.0748-0.98744-5.333-2.667l0 1.333c-0.01387 0.35806-0.30817 0.64118-0.6665 0.64118-0.35833 0-0.65263-0.28312-0.6665-0.64118l0-3.267c0-0.404 0.328-0.733 0.733-0.733l3.267 0c0.36837 0 0.667 0.29863 0.667 0.667 0 0.36837-0.29863 0.667-0.667 0.667l-1.953 0c1.15382 1.99278 3.45584 3.0206 5.70981 2.54935 2.25397-0.47124 3.95139-2.33524 4.21019-4.62335 0.04-0.366 0.37-0.63 0.736-0.59m-6.073-6.67c2.09857-0.00087 4.0748 0.98743 5.333 2.667l0-1.333c0-0.36837 0.29863-0.667 0.667-0.667 0.36837 0 0.667 0.29863 0.667 0.667l0 3.267c-0.00055 0.4046-0.3284 0.73245-0.733 0.733l-3.267 0c-0.36837 0-0.667-0.29863-0.667-0.667 0-0.36837 0.29863-0.667 0.667-0.667l1.952 0c-1.15415-1.99192-3.45568-3.01906-5.70908-2.54789-2.2534 0.47117-3.95056 2.33441-4.20992 4.62189-0.05245 0.35515-0.37658 0.60507-0.73339 0.56549-0.35681-0.03959-0.61828-0.35448-0.59161-0.71249 0.37817-3.37376 3.23011-5.92523 6.625-5.927",
+ "fill": "$turquoise500",
+ "width": 13.297007441520691,
+ "height": 13.334001421928406
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CbDHc",
+ "x": 133,
+ "y": 320,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gNMGj",
+ "name": "tooltip",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fwi45",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "#24292fff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "3kPmV",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "返回",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "j69HC",
+ "name": "Polygon 1",
+ "rotation": -179.99999499104388,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "#24292fff",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w6xse",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wL8VL",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cxdnQ",
+ "x": 0,
+ "y": 0,
+ "name": "back",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2HXka",
+ "x": 1.3329999446868896,
+ "y": 2.000685930252075,
+ "geometry": "M2.567 0.16031c0.27946-0.23942 0.70008-0.20696 0.9395 0.0725 0.23942 0.27946 0.20696 0.70008-0.0725 0.9395l-0.965 0.827 5.863 0c2.652 0 4.895 2.157 4.998 4.808 0.11 2.802-2.196 5.192-4.998 5.192l-5.666 0c-0.3681 0-0.6665-0.2984-0.6665-0.6665 0-0.3681 0.2984-0.6665 0.6665-0.6665l5.666 0c2.047 0 3.746-1.764 3.666-3.807-0.076-1.936-1.73-3.526-3.666-3.526l-6.056 0 1.196 1.196c0.24968 0.26217 0.24464 0.67564-0.01136 0.93164-0.256 0.256-0.66947 0.26104-0.93164 0.01136l-2.334-2.334c-0.05104-0.05239-0.09356-0.11245-0.126-0.178-0.0267-0.05589-0.04587-0.11507-0.057-0.176l-0.004-0.02-0.006-0.044-0.001-0.031-0.001-0.023 0.001-0.015 0-0.01 0.001-0.013c0.00335-0.0393 0.00903-0.07837 0.017-0.117l0.004-0.016c0.01114-0.03776 0.02449-0.07482 0.04-0.111l0.008-0.018c0.04403-0.08478 0.10495-0.15965 0.179-0.22l2.317-1.986z",
+ "fill": "$turquoise500",
+ "width": 13.333779573440552,
+ "height": 11.999314069747925
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QoR1S",
+ "x": 201,
+ "y": 252,
+ "name": ".sprite panel icon",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "94HDd",
+ "x": 0,
+ "y": 0,
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OtD9s",
+ "x": 8,
+ "y": 8,
+ "name": "location",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11999999731779099
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "rCqTe",
+ "x": 8,
+ "y": 8,
+ "name": "location-2",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.07999999821186066
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aPmKX",
+ "x": 0,
+ "y": 0,
+ "name": "location",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "VOnqj",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "8uHiO",
+ "x": 0.3330000042915344,
+ "y": 0.3330000042915344,
+ "geometry": "M7.667 0c0.385 0 0.696 0.313 0.696 0.698l0 1.393q0 0.023-0.002 0.044c2.52707 0.31802 4.51746 2.30799 4.836 4.835l1.44 0c0.38494 0 0.697 0.31206 0.697 0.697 0 0.38494-0.31206 0.697-0.697 0.697l-1.44 0c-0.31877 2.52597-2.30803 4.51524-4.834 4.834l0 1.439c0 0.38467-0.31183 0.6965-0.6965 0.6965-0.38467 0-0.6965-0.31183-0.6965-0.6965l0-1.44c-2.52565-0.31867-4.51481-2.30742-4.834-4.833l-1.439 0c-0.38494 0-0.697-0.31206-0.697-0.697 0-0.38494 0.31206-0.697 0.697-0.697l1.44 0c0.31854-2.52701 2.30893-4.51698 4.836-4.835l-0.002-0.044 0-1.393c0-0.385 0.312-0.698 0.697-0.698m0 3.485c-2.27402 0.04973-4.09154 1.90743-4.09154 4.182 0 2.27457 1.81752 4.13227 4.09154 4.182 2.30965 0 4.182-1.87235 4.182-4.182 0-2.30965-1.87234-4.182-4.182-4.182m0 2.788c0.77016 0.00055 1.39405 0.62534 1.3935 1.3955-0.00055 0.77016-0.62534 1.39405-1.3955 1.3935-0.77044-0.00028-1.39478-0.62506-1.3945-1.3955 0.00028-0.77044 0.62506-1.39478 1.3955-1.3945",
+ "fill": "$turquoise500",
+ "width": 15.333999812602997,
+ "height": 15.3335000872612
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RNm7y",
+ "x": 8,
+ "y": 8,
+ "name": "Frame",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9Dkca",
+ "x": 1.3333333730697632,
+ "y": 1.3333333730697632,
+ "name": "Vector",
+ "geometry": "M14 6l6-6m0 0l6 6m-6-6l0 20m0 0l0 20m0-20l20 0m-20 0l-20 0m14 14l6 6m0 0l6-6m8-20l6 6m0 0l-6 6m-28-12l-6 6m0 0l6 6",
+ "width": 13.333333015441895,
+ "height": 13.333333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.3333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0bc0cfff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RCYm1",
+ "x": 260,
+ "y": 252,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vw3dp",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DCukW",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rerun-outlined",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lda6E",
+ "x": 0,
+ "y": 0,
+ "name": "rerun-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EdKCl",
+ "x": 1.3700000047683716,
+ "y": 1.332999348640442,
+ "geometry": "M12.703 6.671c0.366 0.04 0.63 0.37 0.59 0.736-0.37826 3.37452-3.23134 5.92624-6.627 5.927-2.09857 0.00087-4.0748-0.98744-5.333-2.667l0 1.333c-0.01387 0.35806-0.30817 0.64118-0.6665 0.64118-0.35833 0-0.65263-0.28312-0.6665-0.64118l0-3.267c0-0.404 0.328-0.733 0.733-0.733l3.267 0c0.36837 0 0.667 0.29863 0.667 0.667 0 0.36837-0.29863 0.667-0.667 0.667l-1.953 0c1.15382 1.99278 3.45584 3.0206 5.70981 2.54935 2.25397-0.47124 3.95139-2.33524 4.21019-4.62335 0.04-0.366 0.37-0.63 0.736-0.59m-6.073-6.67c2.09857-0.00087 4.0748 0.98743 5.333 2.667l0-1.333c0-0.36837 0.29863-0.667 0.667-0.667 0.36837 0 0.667 0.29863 0.667 0.667l0 3.267c-0.00055 0.4046-0.3284 0.73245-0.733 0.733l-3.267 0c-0.36837 0-0.667-0.29863-0.667-0.667 0-0.36837 0.29863-0.667 0.667-0.667l1.952 0c-1.15415-1.99192-3.45568-3.01906-5.70908-2.54789-2.2534 0.47117-3.95056 2.33441-4.20992 4.62189-0.05245 0.35515-0.37658 0.60507-0.73339 0.56549-0.35681-0.03959-0.61828-0.35448-0.59161-0.71249 0.37817-3.37376 3.23011-5.92523 6.625-5.927",
+ "fill": "$turquoise500",
+ "width": 13.297007441520691,
+ "height": 13.334001421928406
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BbJdD",
+ "x": 138,
+ "y": 252,
+ "name": ".sprite panel icon",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wqVng",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#e7f9faff",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "37RUg",
+ "x": 8,
+ "y": 8,
+ "name": "back",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c1uNz",
+ "x": 0,
+ "y": 0,
+ "name": "back",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gbW68",
+ "x": 1.3329999446868896,
+ "y": 2.000685930252075,
+ "geometry": "M2.567 0.16031c0.27946-0.23942 0.70008-0.20696 0.9395 0.0725 0.23942 0.27946 0.20696 0.70008-0.0725 0.9395l-0.965 0.827 5.863 0c2.652 0 4.895 2.157 4.998 4.808 0.11 2.802-2.196 5.192-4.998 5.192l-5.666 0c-0.3681 0-0.6665-0.2984-0.6665-0.6665 0-0.3681 0.2984-0.6665 0.6665-0.6665l5.666 0c2.047 0 3.746-1.764 3.666-3.807-0.076-1.936-1.73-3.526-3.666-3.526l-6.056 0 1.196 1.196c0.24968 0.26217 0.24464 0.67564-0.01136 0.93164-0.256 0.256-0.66947 0.26104-0.93164 0.01136l-2.334-2.334c-0.05104-0.05239-0.09356-0.11245-0.126-0.178-0.0267-0.05589-0.04587-0.11507-0.057-0.176l-0.004-0.02-0.006-0.044-0.001-0.031-0.001-0.023 0.001-0.015 0-0.01 0.001-0.013c0.00335-0.0393 0.00903-0.07837 0.017-0.117l0.004-0.016c0.01114-0.03776 0.02449-0.07482 0.04-0.111l0.008-0.018c0.04403-0.08478 0.10495-0.15965 0.179-0.22l2.317-1.986z",
+ "fill": "$turquoise500",
+ "width": 13.333779573440552,
+ "height": 11.999314069747925
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GbWPb",
+ "x": 61,
+ "y": 259,
+ "name": "active",
+ "fill": "#000000ff",
+ "content": "active",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "f3AKs",
+ "x": 62,
+ "y": 365,
+ "name": "hover",
+ "fill": "#000000ff",
+ "content": "hover",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "9YWwG",
+ "x": 58,
+ "y": 431,
+ "name": "default",
+ "fill": "#000000ff",
+ "content": "default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "jitL1",
+ "x": 43,
+ "y": 560,
+ "name": "default 面板",
+ "fill": "#000000ff",
+ "content": "default 面板",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Z7jI7",
+ "x": 63,
+ "y": 611,
+ "name": "位置面板",
+ "fill": "#000000ff",
+ "content": "位置面板",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "PcFLi",
+ "x": 27,
+ "y": 662,
+ "name": "尺寸百分比面板",
+ "fill": "#000000ff",
+ "content": "尺寸百分比面板",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zCKaX",
+ "x": 32,
+ "y": 711,
+ "name": "旋转-任意旋转",
+ "fill": "#000000ff",
+ "content": "旋转-任意旋转",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7sava",
+ "x": 32,
+ "y": 759,
+ "name": "旋转-左右旋转",
+ "fill": "#000000ff",
+ "content": "旋转-左右旋转",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "NdiiL",
+ "x": 32,
+ "y": 808,
+ "name": "旋转-不可旋转",
+ "fill": "#000000ff",
+ "content": "旋转-不可旋转",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "jiaCa",
+ "type": "ref",
+ "ref": "3iKnD",
+ "x": 133,
+ "y": 552
+ },
+ {
+ "id": "fHu7X",
+ "type": "ref",
+ "ref": "PKfIl",
+ "x": 133,
+ "y": 605
+ },
+ {
+ "id": "WVdxC",
+ "type": "ref",
+ "ref": "XLWg8",
+ "x": 133,
+ "y": 654
+ },
+ {
+ "id": "dItbf",
+ "type": "ref",
+ "ref": "DGMCy",
+ "x": 133,
+ "y": 703
+ },
+ {
+ "id": "5UXHy",
+ "type": "ref",
+ "ref": "qV8OT",
+ "x": 133,
+ "y": 752
+ },
+ {
+ "id": "VzWNX",
+ "type": "ref",
+ "ref": "7ar1E",
+ "x": 133,
+ "y": 801
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/components/spx/builder-component.lib.pen b/ui/components/spx/builder-component.lib.pen
new file mode 100644
index 0000000000..010d6c320f
--- /dev/null
+++ b/ui/components/spx/builder-component.lib.pen
@@ -0,0 +1,120339 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4DGzJ",
+ "x": -14031,
+ "y": 8653,
+ "name": "Card/Entry",
+ "reusable": true,
+ "slot": [
+ "5HZ0K",
+ "vcGic",
+ "uURIi",
+ "s9Ur2",
+ "Jjnpe",
+ "T6sBf"
+ ],
+ "clip": true,
+ "width": "fit_content(140)",
+ "height": "fit_content(140)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "vjNTx",
+ "x": -10850,
+ "y": 8543,
+ "name": "Card/Edit item",
+ "reusable": true,
+ "slot": [
+ "fVo12",
+ "rLwLb",
+ "AU155",
+ "Ncmxk",
+ "2HtPC",
+ "d0HSu",
+ "dbkCi",
+ "8Yi3w",
+ "tU7LL",
+ "nilVX"
+ ],
+ "clip": true,
+ "width": "fit_content(232)",
+ "height": "fit_content(254)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "DiD9q",
+ "x": -13810,
+ "y": 4446,
+ "name": "List",
+ "reusable": true,
+ "slot": [
+ "1LbGr",
+ "dUVys",
+ "7OpUG",
+ "9enBj",
+ "0eND2",
+ "1Cybe"
+ ],
+ "clip": true,
+ "width": "fit_content(112)",
+ "height": "fit_content(54)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "KqTXJ",
+ "x": -14228,
+ "y": -369,
+ "name": "组件",
+ "width": 3257,
+ "height": 2538,
+ "fill": "$grey500",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lL4d8",
+ "x": 180,
+ "y": 182,
+ "name": "Button",
+ "clip": true,
+ "width": 2095,
+ "height": 1830,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0onmu",
+ "x": 64,
+ "y": 478,
+ "name": "button-medium-primary-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u4Nmq",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "GgRS8",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "awuls",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ynnQK",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iCo3Y",
+ "x": 64,
+ "y": 842,
+ "name": "button-small-primary-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eQpVw",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "8jmBw",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "ZgEJg",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "PEYO2",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IDB2y",
+ "x": 50,
+ "y": 42,
+ "name": "button-large-primary-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wH3BG",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "1egfI",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "4zALr",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2su3n",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jNe9A",
+ "x": 478,
+ "y": 478,
+ "name": "button-medium-boring-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MlmaP",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "8VX7c",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "pkmAo",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "XbMB2",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fbtBe",
+ "x": 478,
+ "y": 842,
+ "name": "button-small-boring-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ihvkn",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "cAb4C",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "sewnA",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "apOVC",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yvA8C",
+ "x": 779,
+ "y": 1373,
+ "name": "button-only-icon-medium-boring-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "kXXlS",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 9
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "cjmkm",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 9,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "BIeUa",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ngVqF",
+ "x": 464,
+ "y": 42,
+ "name": "button-large-boring-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qu0Rs",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "4BpwD",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "yhkaY",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "28nFU",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1PL4F",
+ "x": 1235,
+ "y": 46,
+ "name": "button-large-boring-flat-square-default",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "1C1xo",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "e7TuF",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "c1PSH",
+ "name": "Button Text",
+ "rotation": -0.10691373866669061,
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7QHY3",
+ "x": 1235,
+ "y": 106,
+ "name": "button-large-boring-flat-square-hover",
+ "reusable": true,
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "gJPt0",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Lf3Tl",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "qWDF6",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zPBTQ",
+ "x": 1235,
+ "y": 166,
+ "name": "button-large-boring-flat-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "KChFD",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "hvrNQ",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "PCyoV",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d9RZ1",
+ "x": 1235,
+ "y": 346,
+ "name": "button-large-boring-flat-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3pzuH",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "uKcdd",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "aSJzF",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lLrvc",
+ "x": 1235,
+ "y": 286,
+ "name": "button-large-boring-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "X3dlJ",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "jJ77M",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8LC7T",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hjfL9",
+ "x": 1235,
+ "y": 226,
+ "name": "button-large-boring-flat-square-loading",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CcxJb",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gojV9",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xm38G",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "UjMpE",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GFnln",
+ "x": 679,
+ "y": 1369,
+ "name": "button-only-icon-large-boring-shadow-square-default",
+ "reusable": true,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "QW6oW",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 11
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "fdQa9",
+ "type": "ref",
+ "ref": "UzMaa",
+ "x": 11,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "ZtNvd",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MxGrD",
+ "x": 271,
+ "y": 478,
+ "name": "button-medium-secondary-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "z16mG",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "dtvki",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "rgkvL",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CwIdv",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xAQIK",
+ "x": 271,
+ "y": 842,
+ "name": "button-small-secondary-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "IBCBk",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "TkKUk",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "ZA1US",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "vZVxr",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "27LBS",
+ "x": 257,
+ "y": 42,
+ "name": "button-large-secondary-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "VT8cc",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hEexR",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "n13vz",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 48,
+ "y": 10.005715379446306,
+ "rotation": 0.04091878212095412,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "n5j4M",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FLzuO",
+ "x": 685,
+ "y": 478,
+ "name": "button-medium-danger-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "AAukI",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "2nOKQ",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "392dg",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7EG3m",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oxV1x",
+ "x": 685,
+ "y": 842,
+ "name": "button-small-danger-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "hOD5g",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "GtKZr",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "N5KEc",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "GPQub",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lspuU",
+ "x": 685,
+ "y": 738,
+ "name": "button-medium-danger-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "tQVtV",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3Q1pt",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "iLbCm",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8rZNX",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9RwYH",
+ "x": 685,
+ "y": 1102,
+ "name": "button-small-danger-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "7vj75",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "riH2N",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "GYlv3",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zdohT",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8qrcU",
+ "x": 671,
+ "y": 42,
+ "name": "button-large-danger-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "k8M5B",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "WCSWy",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "J0pgC",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ldHeJ",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8eRJH",
+ "x": 671,
+ "y": 342,
+ "name": "button-large-danger-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "#0b8893ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "oe3hT",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "TBhNi",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "YlXNR",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "cQcxP",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9oCu3",
+ "x": 892,
+ "y": 478,
+ "name": "button-medium-success-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "VROZv",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "p5tHq",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "iU96T",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "A9VIb",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zPtym",
+ "x": 892,
+ "y": 842,
+ "name": "button-small-success-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "dW7PF",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "SKC4k",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "CSZwv",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6FZkb",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VxkUE",
+ "x": 892,
+ "y": 738,
+ "name": "button-medium-success-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "HFJTI",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "eidGi",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "117Cc",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Kh4Ct",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5IZIm",
+ "x": 892,
+ "y": 1102,
+ "name": "button-small-success-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "vQn5U",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "bk4pL",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "KdyRq",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "OYRu9",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TfquG",
+ "x": 878,
+ "y": 42,
+ "name": "button-large-success-shadow-square-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "QTwAO",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "onehp",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "FmfNL",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "W4yLS",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V9Clr",
+ "x": 878,
+ "y": 342,
+ "name": "button-large-success-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "#0b8893ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "X4d5R",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "E6odD",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "zUbgr",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zsdJU",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vnZor",
+ "x": 64,
+ "y": 530,
+ "name": "button-medium-primary-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hGNiX",
+ "name": "Button/Medium/Primary/Hover",
+ "fill": "$turquoise400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "DvGrN",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "8MjkA",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zgbbX",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MNjNe",
+ "x": 64,
+ "y": 894,
+ "name": "button-small-primary-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9e77F",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$turquoise400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "IlSVa",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "UOj9Z",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "F5B9w",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YzmwZ",
+ "x": 50,
+ "y": 102,
+ "name": "button-large-primary-shadow-square-hover",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jrr3k",
+ "name": "container",
+ "fill": "$turquoise400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "iciTI",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "YcJtd",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "S5Csr",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DfmXq",
+ "x": 478,
+ "y": 530,
+ "name": "button-medium-boring-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MDp5T",
+ "name": "Frame 162689",
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "P3YKR",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "jc4Um",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "cmAxX",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2dyom",
+ "x": 478,
+ "y": 894,
+ "name": "button-small-boring-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "7jFFP",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "uma2c",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "sBujI",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IQUuX",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ioDKw",
+ "x": 779,
+ "y": 1433,
+ "name": "button-only-icon-medium-boring-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "HceAu",
+ "name": "Frame 162689",
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 9
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "D4nRn",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 9,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "QcOKl",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0vrTj",
+ "x": 464,
+ "y": 102,
+ "name": "button-large-secondary-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "5poKE",
+ "name": "Frame 162689",
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "qHirM",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "IDxjH",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "WEycu",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hUFNx",
+ "x": 679,
+ "y": 1429,
+ "name": "button-only-icon-large-boring-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "lPZ0u",
+ "name": "Frame 162689",
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 11
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Ndrod",
+ "type": "ref",
+ "ref": "UzMaa",
+ "x": 11,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "echFg",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "arA64",
+ "x": 271,
+ "y": 530,
+ "name": "button-medium-secondary-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "8bNM8",
+ "name": "Frame 162689",
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "WqQbV",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "PudRr",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "QPQ7p",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kSUP2",
+ "x": 271,
+ "y": 894,
+ "name": "button-small-secondary-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zxn1h",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "AAA1e",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "xqifO",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wVGRR",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B4Qsl",
+ "x": 257,
+ "y": 102,
+ "name": "button-large-secondary-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "KsZaW",
+ "name": "Frame 162689",
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "RsqQH",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10.005715379446306,
+ "rotation": 0.04091878212095412,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "TQv9N",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ZMBTM",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WPUzQ",
+ "x": 685,
+ "y": 530,
+ "name": "button-medium-danger-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "i7bPK",
+ "name": "Frame 162689",
+ "fill": "$red400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "cvmHH",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "nq9k5",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "aCg3S",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GHXK7",
+ "x": 685,
+ "y": 894,
+ "name": "button-small-danger-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "fBmEl",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$red400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vAtPn",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "hP5an",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Wffs7",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "51fUd",
+ "x": 671,
+ "y": 102,
+ "name": "button-large-danger-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "V8TIE",
+ "name": "Frame 162689",
+ "fill": "$red400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "YWX6P",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "0EqfK",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "QodyJ",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "evl8k",
+ "x": 892,
+ "y": 530,
+ "name": "button-medium-success-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qevCU",
+ "name": "Frame 162689",
+ "fill": "$green400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "7ZLKr",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "nL4Bw",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Pw14F",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9iglA",
+ "x": 892,
+ "y": 894,
+ "name": "button-small-success-shadow-square-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "jaD2n",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$green400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "STLAN",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "ptdFk",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3kCPI",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xc5Yl",
+ "x": 878,
+ "y": 102,
+ "name": "button-large-success-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "fECJb",
+ "name": "Frame 162689",
+ "fill": "$green400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "QbFGc",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "yQ5cX",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "xbc9s",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hhZV2",
+ "x": 64,
+ "y": 582,
+ "name": "button-medium-primary-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6xxwn",
+ "name": "Frame 162689",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "xJYZY",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "XlE1I",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Ms7zM",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jwVQ8",
+ "x": 64,
+ "y": 946,
+ "name": "button-small-primary-shadow-square-click",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DfDNZ",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "KHR3F",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "CAvoC",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mGu52",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SgtQx",
+ "x": 50,
+ "y": 162,
+ "name": "button-large-primary-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iwwJ1",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "NQwHj",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "mE05s",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RDzFE",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rBFZX",
+ "x": 478,
+ "y": 582,
+ "name": "button-medium-boring-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "m4Yzq",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "9tpHz",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "S4STP",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "LyUC0",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yD47j",
+ "x": 478,
+ "y": 946,
+ "name": "button-small-boring-shadow-square-click",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "F3R3L",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "GbeoT",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "GpVqL",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "LG2H7",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4o8Kz",
+ "x": 779,
+ "y": 1493,
+ "name": "button-only-icon-medium-boring-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "s6322",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 9,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "QBLUE",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 9,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "iOHPK",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0QW3O",
+ "x": 464,
+ "y": 162,
+ "name": "button-large-boring-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XHeGJ",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Wnkk4",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "fUw3n",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wP6fI",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u6vt6",
+ "x": 679,
+ "y": 1489,
+ "name": "button-only-icon-large-boring-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "fU4nb",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 11,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "KPJSn",
+ "type": "ref",
+ "ref": "UzMaa",
+ "x": 11,
+ "y": 11,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "blGjx",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3cfeX",
+ "x": 271,
+ "y": 582,
+ "name": "button-medium-secondary-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "0mpF4",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3kdzX",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "MkCMd",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2nOSw",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PGCfj",
+ "x": 271,
+ "y": 946,
+ "name": "button-small-secondary-shadow-square-click",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "n08Ta",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "C7E0p",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "nf0qC",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "I0rMi",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eAleW",
+ "x": 257,
+ "y": 162,
+ "name": "button-large-secondary-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ApVZU",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Kb3oj",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12.005715379446304,
+ "rotation": 0.04091878212095412,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "7QXeR",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CPfM8",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mc7bR",
+ "x": 685,
+ "y": 582,
+ "name": "button-medium-danger-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "f5ovM",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "7C741",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "D6iXS",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "eBmCa",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yc1ER",
+ "x": 685,
+ "y": 946,
+ "name": "button-small-danger-shadow-square-click",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RKHsT",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "k2J2X",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "N9qEM",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "f1Kfb",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bbTTa",
+ "x": 671,
+ "y": 162,
+ "name": "button-large-danger-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ieQdj",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vsAOz",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "KzXsI",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ZCLx0",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JuZ6X",
+ "x": 892,
+ "y": 582,
+ "name": "button-medium-success-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "9OLa2",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "oosv8",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Y0X5X",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "D1lYI",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "prg3O",
+ "x": 892,
+ "y": 946,
+ "name": "button-small-success-shadow-square-click",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WhH7j",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "iZM8o",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "i5G4X",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "djxki",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "72Epl",
+ "x": 878,
+ "y": 162,
+ "name": "button-large-success-shadow-square-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "wmW1J",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "8RsTi",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Ocdbp",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "xEM41",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3trBz",
+ "x": 64,
+ "y": 634,
+ "name": "button-medium-primary-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JaeAK",
+ "name": "Frame 162689",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hOcDS",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FhgoB",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "63fET",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uBmw0",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bUnF4",
+ "x": 64,
+ "y": 998,
+ "name": "button-small-primary-shadow-square-loading",
+ "reusable": true,
+ "height": 26,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VMTXB",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nuDb9",
+ "x": 12,
+ "y": 6.5,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 13,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lS9Qn",
+ "x": 0.8825572729110718,
+ "y": 0.5416666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 11.575776100158691,
+ "height": 11.916666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0833333730697632,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vQzsO",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "tdAeS",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9bSFA",
+ "x": 50,
+ "y": 222,
+ "name": "button-large-primary-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yPJKx",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y0Yx4",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tvV51",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "W3enX",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BbMtz",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KzJ4m",
+ "x": 478,
+ "y": 634,
+ "name": "button-medium-boring-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "DNxJi",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iBlQN",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Gk3L6",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "idkT7",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HSLpn",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Zz3Og",
+ "x": 478,
+ "y": 998,
+ "name": "button-small-boring-shadow-square-loading",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xkD33",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o7Cm9",
+ "x": 12,
+ "y": 6.5,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 13,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NUHJH",
+ "x": 0.8825572729110718,
+ "y": 0.5416666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 11.575775146484375,
+ "height": 11.916666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8571429252624512,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "REcuT",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1uxgW",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tBDYk",
+ "x": 779,
+ "y": 1553,
+ "name": "button-only-icon-medium-boring-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QQZx3",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 9,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pN2vP",
+ "x": 9,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zoxIw",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2w7VO",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jPaxa",
+ "x": 464,
+ "y": 222,
+ "name": "button-large-boring-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "UFYqX",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vAJVg",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sWuVh",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DlIlt",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Eoixs",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lQZsU",
+ "x": 679,
+ "y": 1549,
+ "name": "button-only-icon-large-boring-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4xUdX",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 11,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XHgYs",
+ "x": 11,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 17.999998092651367,
+ "height": 17.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857141494750977
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7D336",
+ "x": 1.2220022678375244,
+ "y": 0.7499999403953552,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 16.027996063232422,
+ "height": 16.499998092651367,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714282989501953,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TZnFT",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5N6rJ",
+ "x": 271,
+ "y": 634,
+ "name": "button-medium-secondary-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JSd7f",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QRZLc",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dHSr0",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "We8EM",
+ "fill": "$turquoise500",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "FFuM9",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KXKpk",
+ "x": 271,
+ "y": 998,
+ "name": "button-small-secondary-shadow-square-loading",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "e55sK",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "poeQ1",
+ "x": 12,
+ "y": 6.5,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 13,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nd8PN",
+ "x": 0.8825572729110718,
+ "y": 0.5416666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 11.575775146484375,
+ "height": 11.916666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8571429252624512,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gvFiP",
+ "fill": "$turquoise500",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "qtLeV",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "407Zf",
+ "x": 257,
+ "y": 222,
+ "name": "button-large-secondary-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gB9q",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7Dpsa",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DAjzz",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BX4dX",
+ "fill": "$turquoise500",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "s8VDb",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RrXpR",
+ "x": 685,
+ "y": 634,
+ "name": "button-medium-danger-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gAPjZ",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DpWhk",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hycnj",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QwV7t",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "n1Www",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FrDe8",
+ "x": 685,
+ "y": 998,
+ "name": "button-small-danger-shadow-square-loading",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dxwR2",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HkGf0",
+ "x": 12,
+ "y": 6.5,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 13,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aOlze",
+ "x": 0.8825572729110718,
+ "y": 0.5416666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 11.575776100158691,
+ "height": 11.916666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0833333730697632,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VpFTg",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zAZ0m",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QxFSH",
+ "x": 671,
+ "y": 222,
+ "name": "button-large-danger-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8T0H2",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vpoPJ",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YCLZM",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aw01m",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "P9O2s",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ypIU4",
+ "x": 892,
+ "y": 634,
+ "name": "button-medium-success-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yILLr",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MMDFq",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Chf7M",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rvh22",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Erl8P",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "38bxV",
+ "x": 892,
+ "y": 998,
+ "name": "button-small-success-shadow-square-loading",
+ "reusable": true,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xYWYs",
+ "name": "Frame 162689",
+ "height": 26,
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jFfda",
+ "x": 12,
+ "y": 6.5,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 13,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "S5Ivq",
+ "x": 0.8825572729110718,
+ "y": 0.5416666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 11.575776100158691,
+ "height": 11.916666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0833333730697632,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ASTDv",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ODNLM",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fHaEr",
+ "x": 878,
+ "y": 222,
+ "name": "button-large-success-shadow-square-loading",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OEUaA",
+ "name": "Frame 162689",
+ "fill": "$green500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mDk3H",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W41ws",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8Ag0z",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "MgAxq",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HvoJr",
+ "x": 64,
+ "y": 686,
+ "name": "button-medium-primary-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TItxa",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "7VEGD",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "mlYj3",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HWNXH",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3FcQm",
+ "x": 64,
+ "y": 1050,
+ "name": "button-small-primary-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0mbMd",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "DfvME",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "6w8bN",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "kleC7",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wgnjZ",
+ "x": 50,
+ "y": 282,
+ "name": "button-large-primary-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ITS7Q",
+ "name": "container",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "tjRCA",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Skz1c",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "laEuH",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "nvfvW",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 137,
+ "y": 10,
+ "enabled": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SAtVc",
+ "x": 478,
+ "y": 686,
+ "name": "button-medium-boring-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "HQNv9",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "DANz2",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "jppIW",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "EkeKt",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "z13CN",
+ "x": 478,
+ "y": 1050,
+ "name": "button-small-boring-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "d6sDT",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "SHEkH",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "prd6D",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sUwK7",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6vLKC",
+ "x": 779,
+ "y": 1613,
+ "name": "button-only-icon-medium-boring-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "nCHzC",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 9
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Pky2W",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 9.027361806201952,
+ "y": 6.972744730808472,
+ "enabled": false,
+ "rotation": -0.22352398908737905
+ },
+ {
+ "type": "text",
+ "id": "o9PaM",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oX8eD",
+ "x": 464,
+ "y": 282,
+ "name": "button-large-boring-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "HlFrS",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "uH3ce",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10.061192519546154,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "S7ePF",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "a8H0w",
+ "name": "Button Text",
+ "rotation": 0.08658912586138615,
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7btOf",
+ "x": 679,
+ "y": 1609,
+ "name": "button-only-icon-large-boring-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "svrJY",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 11
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "9fXfO",
+ "type": "ref",
+ "ref": "UzMaa",
+ "x": 11,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "2ZyiI",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WoNoB",
+ "x": 271,
+ "y": 686,
+ "name": "button-medium-secondary-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "vA9Mk",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "A3k5Y",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "9XcqV",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "tpkIg",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AgguD",
+ "x": 271,
+ "y": 1050,
+ "name": "button-small-secondary-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "6sQIn",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "YXrZj",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "grFMp",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Dx6Lz",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kq0a3",
+ "x": 257,
+ "y": 282,
+ "name": "button-large-secondary-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "km1qx",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "NJght",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10.005715379446306,
+ "rotation": 0.04091878212095412,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "OJU9I",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "qyW0C",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JITIo",
+ "x": 685,
+ "y": 686,
+ "name": "button-medium-danger-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "78RhU",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "MhtfW",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "6uTTP",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mF5hN",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D5E2g",
+ "x": 685,
+ "y": 1050,
+ "name": "button-small-danger-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "pXSma",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "DV9BW",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "50hEf",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "rPnx5",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VLoVq",
+ "x": 671,
+ "y": 282,
+ "name": "button-large-danger-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "9wXUQ",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "hpv4p",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Q5vKC",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "vmNoB",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ax2fe",
+ "x": 892,
+ "y": 686,
+ "name": "button-medium-success-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "XSUiY",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "QsF9v",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "DZoGw",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mrncD",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c7a7f",
+ "x": 892,
+ "y": 1050,
+ "name": "button-small-success-shadow-square-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "bAcQp",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "t7FuI",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "nh8HT",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "QNs7E",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IAAIS",
+ "x": 878,
+ "y": 282,
+ "name": "button-large-success-shadow-square-focus",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "5V2TR",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "LMNSo",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "j2GT2",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "I5ymc",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kr4Ap",
+ "x": 64,
+ "y": 738,
+ "name": "button-medium-primary-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "JSWaG",
+ "name": "Frame 162689",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "qdZur",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "S7tmF",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3vTYV",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DF9Qa",
+ "x": 64,
+ "y": 1102,
+ "name": "button-small-primary-shadow-square-focus",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ClS58",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "tQ5Wt",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "uSFPX",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "htRSW",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SBPUt",
+ "x": 50,
+ "y": 342,
+ "name": "button-large-primary-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "hxXtB",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "j2duL",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "gsacp",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "b5PeS",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i1QIN",
+ "x": 478,
+ "y": 738,
+ "name": "button-medium-boring-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "x7Fu8",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "RYIaI",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "BHwnX",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "MLetZ",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SMxRh",
+ "x": 478,
+ "y": 1102,
+ "name": "button-small-boring-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "96HrN",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "09nzG",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "GuuIG",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "aJMhT",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Bjtf4",
+ "x": 779,
+ "y": 1673,
+ "name": "button-only-icon-medium-boring-shadow-square-focus",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "EoMjv",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 9
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "RnBEX",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 9,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "2607P",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JRear",
+ "x": 464,
+ "y": 342,
+ "name": "Button/Large/Boring/Shadow/Square/Focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "#0b8893ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "gpCpu",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "G52Lc",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "7qdQ3",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6p4nT",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chvg0",
+ "x": 679,
+ "y": 1669,
+ "name": "button-only-icon-large-boring-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Hdg5",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 11
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Cyu9o",
+ "type": "ref",
+ "ref": "UzMaa",
+ "x": 11,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Yurt2",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bQz0U",
+ "x": 271,
+ "y": 738,
+ "name": "button-medium-secondary-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZuVlt",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "ygH1K",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "fQL0M",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Clzqf",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JUdfb",
+ "x": 271,
+ "y": 1102,
+ "name": "button-small-secondary-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "k4wcl",
+ "name": "Frame 162689",
+ "height": 22,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "5WbfD",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 4.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "oRqhA",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1nBly",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cRcgh",
+ "x": 257,
+ "y": 342,
+ "name": "button-large-secondary-shadow-square-focus",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "SXRGx",
+ "name": "Frame 162689",
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "ny3z7",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 10.005715379446304,
+ "rotation": 0.04091878212095412,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "9cQJV",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "52MUT",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RQNXa",
+ "x": 66,
+ "y": 1372,
+ "name": "button-only-icon-large-primary-shadow-circle-default",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mww34",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pg7n5",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$turquoise500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "NZsLD",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "S33A0",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "a5qxC",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xrn1H",
+ "x": 166,
+ "y": 1372,
+ "name": "button-large-danger-shadow-circle-default",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xngv3",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "oQGIL",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$red500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "o5Fje",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vMB67",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "96959",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e2Uj8",
+ "x": 466,
+ "y": 1372,
+ "name": "button-only-icon-large-purple-shadow-circle-default",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HhZA6",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "erZmC",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$purple500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$purple700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "MuhNt",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PGdl3",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FTvnt",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1TAGP",
+ "x": 266,
+ "y": 1372,
+ "name": "button-only-icon-large-success-shadow-circle-default",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L8LlL",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZDgWC",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$green500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Ko0dB",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H00WT",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3crSd",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u6m2y",
+ "x": 366,
+ "y": 1372,
+ "name": "button-only-icon-large-blue-shadow-circle-default",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0JCbh",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "e62pF",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$blue500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$blue700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "haXgZ",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FdYJR",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2sFSj",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YY2ZT",
+ "x": 66,
+ "y": 1672,
+ "name": "button-only-icon-large-primary-shadow-circle-focus",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y1RRT",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "JXe1F",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$turquoise500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "tNkYY",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nw3sk",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RCKdH",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p7NK3",
+ "x": 166,
+ "y": 1672,
+ "name": "button-large-danger-shadow-circle-focus",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KgroH",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "PBtIE",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$red500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "IlY4h",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "o37D8",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PFnhA",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PFgNh",
+ "x": 466,
+ "y": 1672,
+ "name": "button-only-icon-large-purple-shadow-circle-focus",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lDScH",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "dfomf",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$purple500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$purple700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "I4wTs",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EJ6Ls",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hlZ8Q",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J83je",
+ "x": 266,
+ "y": 1672,
+ "name": "button-only-icon-large-success-shadow-circle-focus",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tjo8T",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "3v287",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$green500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "j2Uw5",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JGSaU",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "29olH",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a5DPd",
+ "x": 366,
+ "y": 1672,
+ "name": "button-only-icon-large-blue-shadow-circle-focus",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CbfOm",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "2KjWI",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$blue500",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$blue700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "0tZya",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Is4O1",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "S70c7",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "93Wkm",
+ "x": 66,
+ "y": 1432,
+ "name": "button-only-icon-large-primary-shadow-circle-hover",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wTY12",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "sJcpg",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$turquoise400",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "5O1zO",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "u2MPa",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nCwyQ",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AG6G0",
+ "x": 166,
+ "y": 1432,
+ "name": "button-large-danger-shadow-circle-hover",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bY5pB",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "YJm4P",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$red400",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "lvm86",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oFs67",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IzL0n",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wFvat",
+ "x": 466,
+ "y": 1432,
+ "name": "button-only-icon-large-purple-shadow-circle-hover",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MMt2b",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "5w8fh",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$purple400",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$purple700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "p2uOi",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yardw",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nFe4r",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VcFzJ",
+ "x": 266,
+ "y": 1432,
+ "name": "button-only-icon-large-success-shadow-circle-hover",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ogC8A",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "k4z0c",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$green400",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "XMscY",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XdGTN",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sdgga",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NNcLS",
+ "x": 366,
+ "y": 1432,
+ "name": "button-only-icon-large-blue-shadow-circle-hover",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qg9PY",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "iDmOs",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$blue400",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$blue700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4RJ0w",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hUG7N",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JLqUX",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zPF3c",
+ "x": 66,
+ "y": 1612,
+ "name": "button-only-icon-large-primary-shadow-circle-disabled",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PrVuT",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "vkQs7",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$grey300",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pej6y",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uInGW",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iFgLc",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I0IjQ",
+ "x": 166,
+ "y": 1612,
+ "name": "button-large-danger-shadow-circle-disabled",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dMSRE",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "vKBax",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$grey300",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pXBL9",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "f4c6F",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "B696H",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "in4ep",
+ "x": 466,
+ "y": 1612,
+ "name": "button-only-icon-large-purple-shadow-circle-disabled",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hpQoi",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fo9zk",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$grey300",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ZB6Rh",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w1US6",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mjnDH",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rQ7Zu",
+ "x": 265.9917344592086,
+ "y": 1612.0082689581625,
+ "name": "button-only-icon-large-success-shadow-circle-disabled",
+ "reusable": true,
+ "rotation": 0.023683925835595303,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M2bLL",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "RzJYq",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$grey300",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "jZWU2",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VaOpZ",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "39RUy",
+ "x": 11.003721031172972,
+ "y": 8.99628050664387,
+ "rotation": -0.023683925835595303,
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vwGZR",
+ "x": 366,
+ "y": 1612,
+ "name": "button-only-icon-large-blue-shadow-circle-disabled",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KHKZ2",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "HdnIt",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$grey300",
+ "width": 40,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "xvNCZ",
+ "x": 11,
+ "y": 9,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RKNoe",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sU1qo",
+ "x": 11,
+ "y": 9,
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nekWo",
+ "x": 66,
+ "y": 1492,
+ "name": "button-only-icon-large-primary-shadow-circle-click",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9R3wq",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "yeM38",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$turquoise400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "gxjip",
+ "x": 11,
+ "y": 11,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uGR7E",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6mA1C",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ILM6m",
+ "x": 166,
+ "y": 1492,
+ "name": "button-large-danger-shadow-circle-click",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jYxhD",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "YmGd6",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$red400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "jibON",
+ "x": 11,
+ "y": 11,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aHlaq",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bXNHd",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4QLG1",
+ "x": 466,
+ "y": 1492,
+ "name": "button-only-icon-large-purple-shadow-circle-click",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xrlJt",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kOfef",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$purple400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Gek6U",
+ "x": 11,
+ "y": 11,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tHkjf",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dxrOF",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pReSA",
+ "x": 266,
+ "y": 1492,
+ "name": "button-only-icon-large-success-shadow-circle-click",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s3ois",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "tTzyH",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$green400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "3HFgB",
+ "x": 11,
+ "y": 11,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nhwfC",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dDPQ0",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ngTfQ",
+ "x": 366,
+ "y": 1492,
+ "name": "button-only-icon-large-blue-shadow-circle-click",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QpH0K",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Dnr2I",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$blue400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "IaHd3",
+ "x": 11,
+ "y": 11,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TkY9R",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5jxoT",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Co6m2",
+ "x": 66,
+ "y": 1552,
+ "name": "button-only-icon-large-primary-shadow-circle-loading",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m5E6D",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "gkyNt",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$turquoise400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "fqC6J",
+ "x": 11,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uxUaC",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.1937501430511475,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vCu82",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bN0J0",
+ "x": 166,
+ "y": 1552,
+ "name": "button-large-danger-shadow-circle-loading",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rrJYQ",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "dqrxQ",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$red400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Xncew",
+ "x": 11,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Q1stl",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.1937501430511475,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "X7bXQ",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "10b8g",
+ "x": 466,
+ "y": 1552,
+ "name": "button-only-icon-large-purple-shadow-circle-loading",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hS2bJ",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "wQFBp",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$purple400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cgCSB",
+ "x": 11,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bcCp5",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.1937501430511475,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8UdcV",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dHrin",
+ "x": 266.08768969110133,
+ "y": 1551.912693108281,
+ "name": "button-only-icon-large-success-shadow-circle-loading",
+ "reusable": true,
+ "rotation": -0.2506649402399405,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "56qr3",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "IBw48",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$green400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "3WaUD",
+ "x": 11,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UiMX0",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.1937501430511475,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TJwG9",
+ "x": 10.960711898726004,
+ "y": 11.039460360995236,
+ "rotation": 0.25066494023994046,
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UwiZ9",
+ "x": 366,
+ "y": 1552,
+ "name": "button-only-icon-large-blue-shadow-circle-loading",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E4Vy8",
+ "name": "Frame 1000002837",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "HZkRH",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 7",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$blue400",
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Pxw9T",
+ "x": 11,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0968750715255737
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "epyk9",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.1937501430511475,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kyfwz",
+ "x": 11,
+ "y": 11,
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wEW9A",
+ "x": 1801,
+ "y": 478,
+ "name": "button-medium-white-flat-stroke-square-default",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "01QDe",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "z8DGQ",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2qpua",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kNspq",
+ "x": 1806.5,
+ "y": 842,
+ "name": "button-small-white-flat-stroke-square-default",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "zewWZ",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "azJDF",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "58b9P",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Nrunc",
+ "x": 1789,
+ "y": 42,
+ "name": "button-large-white-flat-stroke-square-default",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "pi2Ml",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Hk5FX",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "WG3e3",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6MQI5",
+ "x": 1801,
+ "y": 634,
+ "name": "button-medium-white-flat-stroke-square-loading",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JqaSo",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PhojZ",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UhCpb",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "N4ARC",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HE0fa",
+ "x": 1806.5,
+ "y": 998,
+ "name": "button-small-white-flat-stroke-square-loading",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j673C",
+ "x": 12,
+ "y": 6.500000476837158,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 12.999999046325684,
+ "height": 12.999999046325684,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666269302368
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "spvdF",
+ "x": 0.882557213306427,
+ "y": 0.5416666269302368,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 11.575775146484375,
+ "height": 11.916666030883789,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0833332538604736,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "C7Zxt",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BEzxW",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GkExr",
+ "x": 1789,
+ "y": 222,
+ "name": "button-large-white-flat-stroke-square-loading",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bR3t9",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "apeDK",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8ONar",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "I9TvV",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YdTM5",
+ "x": 1801,
+ "y": 530,
+ "name": "button-medium-white-flat-stroke-square-hover",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "8CkJu",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "u5AkM",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3aJm3",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UC6lD",
+ "x": 1806.5,
+ "y": 894,
+ "name": "button-small-white-flat-stroke-square-hover",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "7ya6C",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "FqxhU",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lG6LN",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "539Mt",
+ "x": 1789,
+ "y": 102,
+ "name": "button-large-white-flat-stroke-square-hover",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "hkM1M",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "c4Wby",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zAlDn",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oyc48",
+ "x": 1801,
+ "y": 686,
+ "name": "button-medium-white-flat-stroke-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "btWLn",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "TNKcX",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "XXcCr",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vxifF",
+ "x": 1806.5,
+ "y": 1050,
+ "name": "button-small-white-flat-stroke-square-disabled",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "KEQYz",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Cvfky",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IscSd",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WRaRl",
+ "x": 1789,
+ "y": 282,
+ "name": "button-large-white-flat-stroke-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "nh3qp",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "lB0H6",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "WInc9",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vcZLs",
+ "x": 1801,
+ "y": 582,
+ "name": "button-medium-white-flat-stroke-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "fSojC",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "87lbu",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YJOk3",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vcjTq",
+ "x": 1806.5,
+ "y": 946,
+ "name": "button-small-white-flat-stroke-square-click",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3GMi4",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "48FMH",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "egQ9b",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MEsbi",
+ "x": 1789,
+ "y": 162,
+ "name": "button-large-white-flat-stroke-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "bYr6K",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "xjAxb",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6qzTf",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uRafD",
+ "x": 1801,
+ "y": 738,
+ "name": "button-medium-white-flat-stroke-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "KtshG",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "5nVdq",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YfdvW",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e8lbk",
+ "x": 1806.5,
+ "y": 1102,
+ "name": "button-small-white-flat-stroke-square-focus",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "u9svw",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "8OGuf",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BMtu9",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "91rLP",
+ "x": 1789,
+ "y": 342,
+ "name": "button-large-white-flat-stroke-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "hhkQX",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "M5heH",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YWgyH",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UqwWE",
+ "x": 1317,
+ "y": 1372,
+ "name": "button-only-icon-large-white-flat-square-default",
+ "reusable": true,
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vpinU",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "IHp1P",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gHkgr",
+ "x": 1805,
+ "y": 1372,
+ "name": "button-only-icon-large-white-flat-stroke-square-default",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "WEciV",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "N2BF5",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IJRdI",
+ "x": 1247,
+ "y": 1372,
+ "name": "button-only-icon-large-boring-flat-square-default",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "DkSVF",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "eRIpQ",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gqvq3",
+ "x": 1387,
+ "y": 1372,
+ "name": "button-only-icon-large-secondary-flat-square-default",
+ "reusable": true,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "MZxBi",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "FMjAd",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uJQ09",
+ "x": 1519,
+ "y": 1376,
+ "name": "button-only-icon-medium-white-flat-square-default",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tYruF",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "khgfx",
+ "x": 3.3191986740093853,
+ "y": 2.0125230024416396,
+ "name": "play",
+ "rotation": 0.14134252652541968,
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xDkLO",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x87nE",
+ "x": 1875,
+ "y": 1376,
+ "name": "button-only-icon-medium-white-flat-stroke-square-default",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EXyFl",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pv2dr",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "58mGM",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bbVGV",
+ "x": 1457,
+ "y": 1376,
+ "name": "button-only-icon-medium-boring-flat-square-default",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RL0RH",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GZPIB",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YrG8R",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZxMQt",
+ "x": 1581,
+ "y": 1376,
+ "name": "button-only-icon-medium-secondary-flat-square-default",
+ "reusable": true,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oBDRq",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XH35s",
+ "x": 3.3401920227388473,
+ "y": 1.9938374698033385,
+ "name": "play",
+ "rotation": -0.05924909697780044,
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$turquoise500",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "98puG",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OPPHt",
+ "x": 1317,
+ "y": 1612,
+ "name": "button-only-icon-large-white-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "FFfg4",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "NqBdv",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WfrFZ",
+ "x": 1805,
+ "y": 1612,
+ "name": "button-only-icon-large-white-flat-stroke-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "q9idr",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "puW1P",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RiDLI",
+ "x": 1247,
+ "y": 1612,
+ "name": "button-only-icon-large-boring-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "ea1Fn",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "MU3r9",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r2FyI",
+ "x": 1387,
+ "y": 1612,
+ "name": "button-only-icon-large-secondary-flat-square-disabled",
+ "reusable": true,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "RCt0P",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "7xv1z",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bDUvg",
+ "x": 1519,
+ "y": 1616,
+ "name": "button-only-icon-medium-white-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ktjmS",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6caTi",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YBHYs",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSpuq",
+ "x": 1875,
+ "y": 1616,
+ "name": "button-only-icon-medium-white-flat-stroke-square-disabled",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "df4So",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DXMVT",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Y47vM",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OUAnv",
+ "x": 1457,
+ "y": 1616,
+ "name": "button-only-icon-medium-boring-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gdIP8",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dsX6a",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Z1M6a",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AEvhj",
+ "x": 1581,
+ "y": 1616,
+ "name": "button-only-icon-medium-secondary-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4yvNh",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p3Z1a",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey600",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uVCfT",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "y4HI3",
+ "x": 1317,
+ "y": 1432,
+ "name": "button-only-icon-large-white-flat-square-hover",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "uH1PQ",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "LF4yl",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y9rRs",
+ "x": 1805,
+ "y": 1432,
+ "name": "button-only-icon-large-white-flat-stroke-square-hover",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "6DdZc",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "AEtXw",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bWYUo",
+ "x": 1247,
+ "y": 1432,
+ "name": "button-only-icon-large-boring-flat-square-hover",
+ "reusable": true,
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "mv4Zm",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Mj5D7",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qClp4",
+ "x": 1387,
+ "y": 1432,
+ "name": "button-only-icon-large-secondary-flat-square-hover",
+ "reusable": true,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "SM7Oa",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "ckMS7",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zqlYU",
+ "x": 1519,
+ "y": 1436,
+ "name": "button-only-icon-medium-white-flat-square-hover",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jp2ei",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ge2lw",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "x9L8z",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5MwHT",
+ "x": 1875,
+ "y": 1436,
+ "name": "button-only-icon-medium-white-flat-stroke-square-hover",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V1Fds",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qwYys",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XuHzn",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EujpI",
+ "x": 1457,
+ "y": 1436,
+ "name": "button-only-icon-medium-boring-flat-square-hover",
+ "reusable": true,
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Nmarf",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ltwp0",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AEnDM",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7BQMg",
+ "x": 1581,
+ "y": 1436,
+ "name": "button-only-icon-medium-secondary-flat-square-hover",
+ "reusable": true,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KY0CO",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ScOV8",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$turquoise500",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1wly4",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0pVbW",
+ "x": 1317,
+ "y": 1552,
+ "name": "button-only-icon-large-white-flat-square-loading",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UgFtX",
+ "x": 10,
+ "y": 10,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "l2Ffm",
+ "x": 1.3577803373336792,
+ "y": 0.8333333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 17.80888557434082,
+ "height": 18.333332061767578,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6666666269302368,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6jnlO",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SEN0Q",
+ "x": 1805,
+ "y": 1552,
+ "name": "button-only-icon-large-white-flat-stroke-square-loading",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DlMna",
+ "x": 10,
+ "y": 10,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lNm27",
+ "x": 1.3577803373336792,
+ "y": 0.8333333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 17.80888557434082,
+ "height": 18.333332061767578,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6666666269302368,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JU5uA",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pVySI",
+ "x": 1247,
+ "y": 1552,
+ "name": "button-only-icon-large-boring-flat-square-loading",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GsCRl",
+ "x": 10,
+ "y": 10,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iFLho",
+ "x": 1.3577803373336792,
+ "y": 0.8333333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 17.80888557434082,
+ "height": 18.333332061767578,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6666666269302368,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "O3Ey5",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7IUeb",
+ "x": 1387,
+ "y": 1552,
+ "name": "button-only-icon-large-secondary-flat-square-loading",
+ "reusable": true,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vPdtw",
+ "x": 10,
+ "y": 10,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KwsfN",
+ "x": 1.3577804565429688,
+ "y": 0.8333333730697632,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 17.80888557434082,
+ "height": 18.33333396911621,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6666667461395264,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fp7pS",
+ "fill": "$turquoise500",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iaYPH",
+ "x": 1519,
+ "y": 1556,
+ "name": "button-only-icon-medium-white-flat-square-loading",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ARNnt",
+ "x": 8,
+ "y": 8,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p9L4d",
+ "x": 1.0862243175506592,
+ "y": 0.6666666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 14.247108459472656,
+ "height": 14.666666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.3333333730697632,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pmF5P",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KODaQ",
+ "x": 1875,
+ "y": 1556,
+ "name": "button-only-icon-medium-white-flat-stroke-square-loading",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2KKgk",
+ "x": 8,
+ "y": 8,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nmujm",
+ "x": 1.0862243175506592,
+ "y": 0.6666666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 14.247108459472656,
+ "height": 14.666666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.3333333730697632,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uwksn",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e2ZeF",
+ "x": 1457.0098768560383,
+ "y": 1555.9901292372178,
+ "name": "button-only-icon-medium-boring-flat-square-loading",
+ "reusable": true,
+ "rotation": -0.035357977679898935,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YeQMH",
+ "x": 8,
+ "y": 8,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oYVIA",
+ "x": 1.0862243175506592,
+ "y": 0.6666666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 14.247108459472656,
+ "height": 14.666666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.3333333730697632,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "o7POn",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0vP2H",
+ "x": 1581,
+ "y": 1556,
+ "name": "button-only-icon-medium-secondary-flat-square-loading",
+ "reusable": true,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3EPAp",
+ "x": 8,
+ "y": 8,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gt9V4",
+ "x": 1.0862243175506592,
+ "y": 0.6666666865348816,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 14.247108459472656,
+ "height": 14.666666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.3333333730697632,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bwYKl",
+ "fill": "$turquoise500",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7sYrb",
+ "x": 1317,
+ "y": 1672,
+ "name": "button-only-icon-large-white-flat-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vuwIr",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "j6wlz",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tIKkb",
+ "x": 1805,
+ "y": 1672,
+ "name": "button-only-icon-large-white-flat-stroke-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "1Yy67",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "SVWiE",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uKsxH",
+ "x": 1247,
+ "y": 1672,
+ "name": "button-only-icon-large-boring-flat-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "nq3o4",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "iqggv",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "64Gf7",
+ "x": 1387,
+ "y": 1672,
+ "name": "button-only-icon-large-secondary-flat-square-focus",
+ "reusable": true,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "RugvS",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "DiaMB",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TUOVN",
+ "x": 1519,
+ "y": 1676,
+ "name": "button-only-icon-medium-white-flat-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.600000023841858,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BABlE",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eYhZP",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Las6M",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GbTNj",
+ "x": 1875,
+ "y": 1676,
+ "name": "button-only-icon-medium-white-flat-stroke-square-focus",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.600000023841858,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GtSaA",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kKzme",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IXdF0",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j1VUL",
+ "x": 1457,
+ "y": 1676,
+ "name": "button-only-icon-medium-boring-flat-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.600000023841858,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cclq6",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aLdA9",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6A1ch",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2GXxY",
+ "x": 1581,
+ "y": 1676,
+ "name": "button-only-icon-medium-secondary-flat-square-focus",
+ "reusable": true,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.600000023841858,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qg6pO",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "b3oDK",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$turquoise500",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "c9VJb",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AJExf",
+ "x": 1317,
+ "y": 1492,
+ "name": "button-only-icon-large-white-flat-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "PZCAq",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "YuuJR",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oHFCr",
+ "x": 1805,
+ "y": 1492,
+ "name": "button-only-icon-large-white-flat-stroke-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "ctClJ",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "DizFa",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oUrLb",
+ "x": 1247,
+ "y": 1492,
+ "name": "button-only-icon-large-boring-flat-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "FxtVD",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Mp6K9",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PcjKG",
+ "x": 1387,
+ "y": 1492,
+ "name": "button-only-icon-large-secondary-flat-square-click",
+ "reusable": true,
+ "fill": "$turquoise300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "q6vkb",
+ "type": "ref",
+ "ref": "29TuH",
+ "x": 10,
+ "y": 10,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "igY9D",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "szSDJ",
+ "x": 1519,
+ "y": 1496,
+ "name": "button-only-icon-medium-white-flat-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.600000023841858
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L0sdS",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ieegh",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ORkNd",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Jh2C",
+ "x": 1875,
+ "y": 1496,
+ "name": "button-only-icon-medium-white-flat-stroke-square-click",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.600000023841858,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pgvea",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "T2HJb",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gUijs",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lPF9N",
+ "x": 1457,
+ "y": 1496,
+ "name": "button-only-icon-medium-boring-flat-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.600000023841858
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "deOEi",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5121W",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "s6ZJE",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1r7dR",
+ "x": 1581,
+ "y": 1496,
+ "name": "button-only-icon-medium-secondary-flat-square-click",
+ "reusable": true,
+ "fill": "$turquoise300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.600000023841858
+ },
+ "gap": 4,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYc5U",
+ "x": 8,
+ "y": 8,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BFbKl",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$turquoise500",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jqT1n",
+ "fill": "$turquoise500",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NnijM",
+ "x": 1247,
+ "y": 478,
+ "name": "button-medium-boring-flat-square-default",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "LRVjP",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "PREW8",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "LpWdk",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pPFZ5",
+ "x": 1252.5,
+ "y": 842,
+ "name": "button-small-boring-flat-square-default",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "uoC9b",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "KxaEx",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8TfZp",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6HP4n",
+ "x": 1455,
+ "y": 478,
+ "name": "button-medium-primary-flat-square-default",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "5RTVX",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "ceKk6",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mLMxl",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9B3lb",
+ "x": 1460.5,
+ "y": 842,
+ "name": "button-small-primary-flat-square-default",
+ "reusable": true,
+ "height": 26,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vq6Z9",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "yfIwn",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6xTiO",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5NvfP",
+ "x": 1443.0388085004633,
+ "y": 45.85792107566084,
+ "name": "button-large-primary-flat-square-default",
+ "reusable": true,
+ "rotation": -0.11078462563855768,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "oFHM4",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12.015483396743317,
+ "rotation": 0.11078462563855768,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "rr1Jo",
+ "rotation": 0.11078462563855768,
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6cKR9",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WYmcS",
+ "x": 1247,
+ "y": 530,
+ "name": "button-medium-boring-flat-square-hover",
+ "reusable": true,
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "BQIg2",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "6cvqH",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ErWmJ",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ppTYG",
+ "x": 1252.5,
+ "y": 894,
+ "name": "button-small-boring-flat-square-hover",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "OKVLL",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "dnN4J",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BnKeM",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2QpEU",
+ "x": 1455,
+ "y": 530,
+ "name": "button-medium-primary-flat-square-hover",
+ "reusable": true,
+ "fill": "$turquoise400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "UW7ff",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "EuTNM",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6SUwR",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SrCn1",
+ "x": 1460.5,
+ "y": 894,
+ "name": "button-small-primary-flat-square-hover",
+ "reusable": true,
+ "height": 26,
+ "fill": "$turquoise400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "qdGRu",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "m8fwV",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RRtBx",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ANglQ",
+ "x": 1443,
+ "y": 106,
+ "name": "button-large-primary-flat-square-hover",
+ "reusable": true,
+ "fill": "$turquoise400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "TsvGS",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "rotation": 0,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "zmvy1",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2orq8",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Yoy9I",
+ "x": 1247,
+ "y": 582,
+ "name": "button-medium-boring-flat-square-click",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "0CPNK",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "RPzGY",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hLeyK",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iwPun",
+ "x": 1252.5,
+ "y": 946,
+ "name": "button-small-boring-flat-square-click",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "EBZKY",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "wigsP",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3yDGn",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R5CBG",
+ "x": 1455,
+ "y": 582,
+ "name": "button-medium-primary-flat-square-click",
+ "reusable": true,
+ "fill": "$turquoise600",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "mKCJn",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "yO0OV",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6pGes",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aBeyK",
+ "x": 1460.5,
+ "y": 946,
+ "name": "button-small-primary-flat-square-click",
+ "reusable": true,
+ "height": 26,
+ "fill": "$turquoise600",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "qZ4YD",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "uUkqT",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mLZPZ",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vjrak",
+ "x": 1443,
+ "y": 166,
+ "name": "button-large-primary-flat-square-click",
+ "reusable": true,
+ "fill": "$turquoise600",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "FXeWg",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "rotation": 0,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "Lix6C",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "r9wEC",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ypZoq",
+ "x": 1247,
+ "y": 634,
+ "name": "button-medium-boring-flat-square-loading",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DoAsj",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IGA1i",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MW9io",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "UGixX",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pkqau",
+ "x": 1252.5,
+ "y": 998,
+ "name": "button-small-boring-flat-square-loading",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tWlcA",
+ "x": 12,
+ "y": 6.500000476837158,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 12.999999046325684,
+ "height": 12.999999046325684,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666269302368
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ALPDN",
+ "x": 0.882557213306427,
+ "y": 0.5416666269302368,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 11.575775146484375,
+ "height": 11.916666030883789,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0833332538604736,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FDZao",
+ "fill": "$grey900",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8BikX",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fRFeF",
+ "x": 1455,
+ "y": 634,
+ "name": "button-medium-primary-flat-square-loading",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qg6qF",
+ "x": 16,
+ "y": 9,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MRdm3",
+ "x": 0.9504462480545044,
+ "y": 0.5833333134651184,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 12.466219902038574,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "x5WFS",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "x4MK0",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kMko6",
+ "x": 1460.5,
+ "y": 998,
+ "name": "button-small-primary-flat-square-loading",
+ "reusable": true,
+ "height": 26,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L2uI3",
+ "x": 12,
+ "y": 6.500000476837158,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 12.999999046325684,
+ "height": 12.999999046325684,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666269302368
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g4q2D",
+ "x": 0.882557213306427,
+ "y": 0.5416666269302368,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 11.575775146484375,
+ "height": 11.916666030883789,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0833332538604736,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G4GfR",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RQKP5",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ur2K4",
+ "x": 1443,
+ "y": 226,
+ "name": "button-large-primary-flat-square-loading",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0eEJ2",
+ "x": 24,
+ "y": 11,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TxxuU",
+ "x": 1.222002387046814,
+ "y": 0.75,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$grey100",
+ "width": 16.027996063232422,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.5714285373687744,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PSVmC",
+ "fill": "$grey100",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uaM0E",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iOVTe",
+ "x": 1247,
+ "y": 686,
+ "name": "button-medium-boring-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "UlGJn",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "nyc4B",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "S688H",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "euoih",
+ "x": 1252.5,
+ "y": 1050,
+ "name": "button-small-boring-flat-square-disabled",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "fJhlI",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "d3BwP",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YxWJ3",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ov2ZL",
+ "x": 1455,
+ "y": 686,
+ "name": "button-medium-primary-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "NLuDo",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "4YwEz",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "K2G8s",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NenMg",
+ "x": 1460.5,
+ "y": 1050,
+ "name": "button-small-primary-flat-square-disabled",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "kaE0R",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "gEQjU",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "rYEvI",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NJB2Q",
+ "x": 1443,
+ "y": 286,
+ "name": "button-large-primary-flat-square-disabled",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vNwtU",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "rotation": 0,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "81ziS",
+ "fill": "$grey600",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HNTTu",
+ "name": "Button Text",
+ "fill": "$grey600",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q80f8",
+ "x": 1247,
+ "y": 738,
+ "name": "button-medium-boring-flat-square-focus",
+ "reusable": true,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "sfNU7",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "wKFR6",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wmHO1",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NGL3D",
+ "x": 1252.5,
+ "y": 1102,
+ "name": "button-small-boring-flat-square-focus",
+ "reusable": true,
+ "height": 26,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vyG36",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "7FN3i",
+ "fill": "$grey900",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "cJCt6",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EUwmE",
+ "x": 1455,
+ "y": 738,
+ "name": "button-medium-primary-flat-square-focus",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "SwPTr",
+ "type": "ref",
+ "ref": "lHBIx",
+ "x": 16,
+ "y": 9,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "XUk4z",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "jRm26",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zffzH",
+ "x": 1460.5,
+ "y": 1102,
+ "name": "button-small-primary-flat-square-focus",
+ "reusable": true,
+ "height": 26,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "#0b8893ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "tH1IY",
+ "type": "ref",
+ "ref": "PLeTE",
+ "x": 12,
+ "y": 6.5,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "QRSaV",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "9pGXH",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZibhR",
+ "x": 1443,
+ "y": 346,
+ "name": "button-large-primary-flat-square-focus",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "T0iJh",
+ "type": "ref",
+ "ref": "25uQE",
+ "x": 24,
+ "y": 12,
+ "rotation": 0,
+ "enabled": false
+ },
+ {
+ "type": "text",
+ "id": "ai1by",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CvjBv",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6923076923076923,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YDq4K",
+ "x": 2413,
+ "y": 1614,
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bse9z",
+ "name": "tab-show-show",
+ "reusable": true,
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xi82l",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ewm9A",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RNsGw",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dqtwN",
+ "x": 8,
+ "y": 8,
+ "fill": "$turquoise500",
+ "content": "E",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2yr2X",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MimPI",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3WEc0",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wl5yx",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "J",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iHL6B",
+ "name": "tab-show-not-show",
+ "reusable": true,
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JEUFB",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yKDbw",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jw6iw",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$grey1000",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fmyN4",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "E",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wPvVD",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oH42V",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "C7A5K",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "enabled": false,
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$turquoise500",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dpvBI",
+ "x": 8,
+ "y": 8,
+ "fill": "$turquoise500",
+ "content": "J",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nd7GU",
+ "name": "tab-text-left",
+ "reusable": true,
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K603n",
+ "name": ".Tab/text-icon-element",
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mghcW",
+ "name": "Left",
+ "fill": "$turquoise500",
+ "content": "Left",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vWavb",
+ "name": ".Tab/text-icon-element",
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IXaXz",
+ "name": "Right",
+ "fill": "$grey1000",
+ "content": "Right",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QRypI",
+ "name": "tab-text-right",
+ "reusable": true,
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jU77u",
+ "name": ".Tab/text-icon-element",
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8Gshw",
+ "name": "Right",
+ "fill": "$grey1000",
+ "content": "Left",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6VL3g",
+ "name": ".Tab/text-icon-element",
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kpHxj",
+ "name": "Left",
+ "fill": "$turquoise500",
+ "content": "Right",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xGFhu",
+ "name": "tab-rotate-rotate",
+ "reusable": true,
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sJpLv",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lt8C7",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g4WW4",
+ "x": 2.013095974591124,
+ "y": 2.9846854130410065,
+ "name": "Rotate",
+ "rotation": -0.14640322779879533,
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LYRxm",
+ "x": 8,
+ "y": 8,
+ "fill": "$turquoise500",
+ "content": "c",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3skJE",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cmJhu",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OE8s7",
+ "x": 0.9998690485954285,
+ "y": 2.573622465133667,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RXiOb",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "a",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DmV2l",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hUV5m",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Eh2Xp",
+ "x": 2.008366663738343,
+ "y": 1.991644754086792,
+ "name": "Combined-Shape",
+ "rotation": -0.07984123150425101,
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "701sQ",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "e",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "plTuG",
+ "name": "tab-rotate-horizontal-flip",
+ "reusable": true,
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "deDaL",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l6wZL",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vQo1R",
+ "x": 2,
+ "y": 3,
+ "name": "Rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QB0mp",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "c",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sovng",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xlKgB",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AJBUV",
+ "x": 0.9998690485954285,
+ "y": 2.573622465133667,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$turquoise500",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2idVP",
+ "x": 8,
+ "y": 8,
+ "fill": "$turquoise500",
+ "content": "a",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uHonL",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9ndWN",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kfiIh",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "Combined-Shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Waed8",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "e",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KgtZc",
+ "name": "tab-rotate-not-rotate",
+ "reusable": true,
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Op6A1",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5GoXI",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0T81t",
+ "x": 2,
+ "y": 3,
+ "name": "Rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FUbOt",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "c",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jqPAT",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ic7wb",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "I41MO",
+ "x": 0.9998690485954285,
+ "y": 2.573622465133667,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QSoY2",
+ "x": 8,
+ "y": 8,
+ "fill": "$grey1000",
+ "content": "a",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NDAC8",
+ "name": ".Tab/text-icon-element",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M77r5",
+ "x": 8,
+ "y": 8,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dWrtO",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "Combined-Shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Y0L0U",
+ "x": 8,
+ "y": 8,
+ "fill": "$turquoise500",
+ "content": "e",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "giKw2",
+ "name": "ab-animation-duration",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-01",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 4,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FhVYf",
+ "name": "tab-animation-duration-item",
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "okmoP",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z4cwS",
+ "x": 0,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BP7ow",
+ "x": 2.6666259765625,
+ "y": 1.5,
+ "name": "stopwatch",
+ "geometry": "M4.25 0.75c0-0.414 0.336-0.75 0.75-0.75l5 0c0.414 0 0.75 0.336 0.75 0.75 0 0.414-0.336 0.75-0.75 0.75l-5 0c-0.414 0-0.75-0.336-0.75-0.75z m10.75 10.5c0 4.142-3.358 7.5-7.5 7.5-4.142 0-7.5-3.358-7.5-7.5 0-4.142 3.358-7.5 7.5-7.5 1.673 0 3.21196 0.55398 4.45996 1.47998l1.51001-1.51001c0.29-0.29 0.77006-0.29 1.06006 0 0.29 0.29 0.29 0.77006 0 1.06006l-1.45996 1.45996c1.196 1.329 1.92993 3.08201 1.92993 5.01001z m-5.05005 0.90002l-1.69995-1.27502 0-3.125c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 3.5c0 0.236 0.11105 0.45797 0.30005 0.59998l2 1.5c0.135 0.101 0.29297 0.15002 0.44897 0.15002 0.229 0 0.45407-0.10405 0.60108-0.30005 0.249-0.331 0.18085-0.80193-0.15015-1.04993z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 10,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cHBTT",
+ "fill": "$turquoise500",
+ "content": "a",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "DoI7l",
+ "name": "Duration",
+ "fill": "$turquoise500",
+ "content": "Duration",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sdr9R",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nwMFM",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "1.2s",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Qfbji",
+ "name": "tab-animation-duration-item",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s91hf",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bxcFb",
+ "x": 0,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pLuAt",
+ "x": 1.0908197164535522,
+ "y": 1.0908197164535522,
+ "name": "Vector",
+ "geometry": "M38.6 27.92c0 3.01-1.9 5.58-5.64 7.63-3.53 1.93-7.9 2.95-12.99 3.03l-0.67 0c-5.38 0-9.98-1.02-13.66-3.04-3.74-2.05-5.64-4.62-5.64-7.62 0-0.87 0.18-1.73 0.54-2.56 0.35-0.82 0.88-1.62 1.56-2.39 0.69-0.77 1.53-1.47 2.51-2.07 0.98-0.6 2.09-1.15 3.3-1.64 0.52-0.21 1.03-0.18 1.52 0.08 0.49 0.25 0.82 0.65 0.99 1.19 0.17 0.5 0.12 1.01-0.13 1.5-0.25 0.48-0.62 0.83-1.11 1.06-0.81 0.32-1.53 0.67-2.16 1.04-0.62 0.38-1.16 0.79-1.6 1.23-0.47 0.44-0.82 0.89-1.05 1.33-0.22 0.43-0.33 0.84-0.33 1.22 0 1.7 1.51 3.24 4.49 4.56 3.06 1.36 6.67 2.04 10.74 2.04l0.02 0c4.08 0 7.7-0.69 10.76-2.04 2.98-1.32 4.49-2.86 4.49-4.56 0-0.38-0.11-0.79-0.33-1.22-0.23-0.44-0.58-0.89-1.04-1.32-0.45-0.45-0.99-0.86-1.61-1.23-0.62-0.37-1.34-0.72-2.14-1.04-0.51-0.24-0.88-0.6-1.13-1.07-0.25-0.49-0.29-1-0.13-1.5 0.17-0.54 0.5-0.94 0.99-1.19 0.5-0.26 1.01-0.28 1.52-0.08 1.07 0.43 2.07 0.93 2.96 1.47 0.89 0.54 1.69 1.14 2.36 1.79 0.86 0.8 1.51 1.67 1.94 2.57 0.43 0.91 0.65 1.86 0.65 2.83l0.02 0z m-31.38-15.24l6.61 0 0 16.97c0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58 0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44l0-6.61 2.85 0 0 6.61c0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58 0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44l0-16.97 6.61 0c0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44 0-0.57-0.2-1.06-0.58-1.44-0.39-0.39-0.87-0.58-1.44-0.58l-24.15 0c-0.57 0-1.06 0.2-1.44 0.58-0.39 0.39-0.58 0.87-0.58 1.44 0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58z m12.09-5.18c1.03 0 1.92-0.37 2.65-1.1 0.73-0.73 1.1-1.62 1.1-2.65 0-1.03-0.37-1.92-1.1-2.65-0.73-0.73-1.62-1.1-2.65-1.1-1.03 0-1.92 0.37-2.65 1.1-0.73 0.73-1.1 1.62-1.1 2.65 0 1.03 0.37 1.92 1.1 2.65 0.73 0.73 1.62 1.1 2.65 1.1z",
+ "fill": "$grey900",
+ "width": 13.825347900390625,
+ "height": 13.818182945251465,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.535714328289032
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xp043",
+ "fill": "$grey900",
+ "content": "c",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "skcqB",
+ "name": "Duration",
+ "fill": "$grey900",
+ "content": "Binding",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "A7Eg8",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pNs6r",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "2",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wCzXg",
+ "name": "tab-animation-duration-item",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z7VU7",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8q58D",
+ "x": 0,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "91jGw",
+ "x": 3.3333370685577393,
+ "y": 1.3331706523895264,
+ "name": "Vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$grey900",
+ "width": 9.333333015441895,
+ "height": 13.333332061767578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G5dfG",
+ "fill": "$grey900",
+ "content": "b",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Xsh5a",
+ "name": "Duration",
+ "fill": "$grey900",
+ "content": "Sound",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MhzRc",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "G6ZNS",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "name",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UcJbP",
+ "name": "tab-animation-binding",
+ "reusable": true,
+ "rotation": -0.1550181552404865,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-01",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 4,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "APiFf",
+ "name": "tab-animation-duration-item",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dnCND",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "G6m8Z",
+ "rotation": 0.1550181552404865,
+ "fill": "$grey900",
+ "content": "a",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MvnQf",
+ "x": 20.04323062138655,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P6s2U",
+ "x": 2.6666259765625,
+ "y": 1.5,
+ "name": "stopwatch",
+ "geometry": "M4.25 0.75c0-0.414 0.336-0.75 0.75-0.75l5 0c0.414 0 0.75 0.336 0.75 0.75 0 0.414-0.336 0.75-0.75 0.75l-5 0c-0.414 0-0.75-0.336-0.75-0.75z m10.75 10.5c0 4.142-3.358 7.5-7.5 7.5-4.142 0-7.5-3.358-7.5-7.5 0-4.142 3.358-7.5 7.5-7.5 1.673 0 3.21196 0.55398 4.45996 1.47998l1.51001-1.51001c0.29-0.29 0.77006-0.29 1.06006 0 0.29 0.29 0.29 0.77006 0 1.06006l-1.45996 1.45996c1.196 1.329 1.92993 3.08201 1.92993 5.01001z m-5.05005 0.90002l-1.69995-1.27502 0-3.125c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 3.5c0 0.236 0.11105 0.45797 0.30005 0.59998l2 1.5c0.135 0.101 0.29297 0.15002 0.44897 0.15002 0.229 0 0.45407-0.10405 0.60108-0.30005 0.249-0.331 0.18085-0.80193-0.15015-1.04993z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 10,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bLtOa",
+ "name": "Duration",
+ "fill": "$grey900",
+ "content": "Duration",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wr9Ka",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wWkom",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "1.2s",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "daMwf",
+ "name": "tab-animation-duration-item",
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vr6AC",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hvH9V",
+ "rotation": 0.1550181552404865,
+ "fill": "$turquoise500",
+ "content": "c",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JBoyL",
+ "x": 20.04323062138655,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bPZ3d",
+ "x": 1.0908197164535522,
+ "y": 1.0908197164535522,
+ "name": "Vector",
+ "geometry": "M38.6 27.92c0 3.01-1.9 5.58-5.64 7.63-3.53 1.93-7.9 2.95-12.99 3.03l-0.67 0c-5.38 0-9.98-1.02-13.66-3.04-3.74-2.05-5.64-4.62-5.64-7.62 0-0.87 0.18-1.73 0.54-2.56 0.35-0.82 0.88-1.62 1.56-2.39 0.69-0.77 1.53-1.47 2.51-2.07 0.98-0.6 2.09-1.15 3.3-1.64 0.52-0.21 1.03-0.18 1.52 0.08 0.49 0.25 0.82 0.65 0.99 1.19 0.17 0.5 0.12 1.01-0.13 1.5-0.25 0.48-0.62 0.83-1.11 1.06-0.81 0.32-1.53 0.67-2.16 1.04-0.62 0.38-1.16 0.79-1.6 1.23-0.47 0.44-0.82 0.89-1.05 1.33-0.22 0.43-0.33 0.84-0.33 1.22 0 1.7 1.51 3.24 4.49 4.56 3.06 1.36 6.67 2.04 10.74 2.04l0.02 0c4.08 0 7.7-0.69 10.76-2.04 2.98-1.32 4.49-2.86 4.49-4.56 0-0.38-0.11-0.79-0.33-1.22-0.23-0.44-0.58-0.89-1.04-1.32-0.45-0.45-0.99-0.86-1.61-1.23-0.62-0.37-1.34-0.72-2.14-1.04-0.51-0.24-0.88-0.6-1.13-1.07-0.25-0.49-0.29-1-0.13-1.5 0.17-0.54 0.5-0.94 0.99-1.19 0.5-0.26 1.01-0.28 1.52-0.08 1.07 0.43 2.07 0.93 2.96 1.47 0.89 0.54 1.69 1.14 2.36 1.79 0.86 0.8 1.51 1.67 1.94 2.57 0.43 0.91 0.65 1.86 0.65 2.83l0.02 0z m-31.38-15.24l6.61 0 0 16.97c0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58 0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44l0-6.61 2.85 0 0 6.61c0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58 0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44l0-16.97 6.61 0c0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44 0-0.57-0.2-1.06-0.58-1.44-0.39-0.39-0.87-0.58-1.44-0.58l-24.15 0c-0.57 0-1.06 0.2-1.44 0.58-0.39 0.39-0.58 0.87-0.58 1.44 0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58z m12.09-5.18c1.03 0 1.92-0.37 2.65-1.1 0.73-0.73 1.1-1.62 1.1-2.65 0-1.03-0.37-1.92-1.1-2.65-0.73-0.73-1.62-1.1-2.65-1.1-1.03 0-1.92 0.37-2.65 1.1-0.73 0.73-1.1 1.62-1.1 2.65 0 1.03 0.37 1.92 1.1 2.65 0.73 0.73 1.62 1.1 2.65 1.1z",
+ "fill": "$turquoise500",
+ "width": 13.825347900390625,
+ "height": 13.818182945251465,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.535714328289032
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pyXAJ",
+ "name": "Duration",
+ "fill": "$turquoise500",
+ "content": "Binding",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MR4YI",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bkutS",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "2",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0h2aA",
+ "name": "tab-animation-duration-item",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "erCzJ",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tm5Qf",
+ "rotation": 0.1550181552404865,
+ "fill": "$grey900",
+ "content": "b",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "cxleq",
+ "x": 20.04323062138655,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cqL9M",
+ "x": 3.3333370685577393,
+ "y": 1.3331706523895264,
+ "name": "Vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$grey900",
+ "width": 9.333333015441895,
+ "height": 13.333332061767578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RCGc4",
+ "name": "Duration",
+ "fill": "$grey900",
+ "content": "Sound",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qSfic",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ogwUE",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "name",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "60vsa",
+ "name": "tab-animation-sound",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-01",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 4,
+ "padding": 4,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xAlOV",
+ "name": "tab-animation-duration-item",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w2yre",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ad7BW",
+ "fill": "$grey900",
+ "content": "a",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bDpz8",
+ "x": 20,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4zEM3",
+ "x": 2.6666259765625,
+ "y": 1.5,
+ "name": "stopwatch",
+ "geometry": "M4.25 0.75c0-0.414 0.336-0.75 0.75-0.75l5 0c0.414 0 0.75 0.336 0.75 0.75 0 0.414-0.336 0.75-0.75 0.75l-5 0c-0.414 0-0.75-0.336-0.75-0.75z m10.75 10.5c0 4.142-3.358 7.5-7.5 7.5-4.142 0-7.5-3.358-7.5-7.5 0-4.142 3.358-7.5 7.5-7.5 1.673 0 3.21196 0.55398 4.45996 1.47998l1.51001-1.51001c0.29-0.29 0.77006-0.29 1.06006 0 0.29 0.29 0.29 0.77006 0 1.06006l-1.45996 1.45996c1.196 1.329 1.92993 3.08201 1.92993 5.01001z m-5.05005 0.90002l-1.69995-1.27502 0-3.125c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 3.5c0 0.236 0.11105 0.45797 0.30005 0.59998l2 1.5c0.135 0.101 0.29297 0.15002 0.44897 0.15002 0.229 0 0.45407-0.10405 0.60108-0.30005 0.249-0.331 0.18085-0.80193-0.15015-1.04993z",
+ "fillRule": "evenodd",
+ "fill": "$grey900",
+ "width": 10,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vTPZ4",
+ "name": "Duration",
+ "fill": "$grey900",
+ "content": "Duration",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5vXGU",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6Jpbc",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "1.2s",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Zm8YD",
+ "name": "tab-animation-duration-item",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W98r6",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ge1CZ",
+ "x": 0,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HCV5v",
+ "x": 1.0908197164535522,
+ "y": 1.0908197164535522,
+ "name": "Vector",
+ "geometry": "M38.6 27.92c0 3.01-1.9 5.58-5.64 7.63-3.53 1.93-7.9 2.95-12.99 3.03l-0.67 0c-5.38 0-9.98-1.02-13.66-3.04-3.74-2.05-5.64-4.62-5.64-7.62 0-0.87 0.18-1.73 0.54-2.56 0.35-0.82 0.88-1.62 1.56-2.39 0.69-0.77 1.53-1.47 2.51-2.07 0.98-0.6 2.09-1.15 3.3-1.64 0.52-0.21 1.03-0.18 1.52 0.08 0.49 0.25 0.82 0.65 0.99 1.19 0.17 0.5 0.12 1.01-0.13 1.5-0.25 0.48-0.62 0.83-1.11 1.06-0.81 0.32-1.53 0.67-2.16 1.04-0.62 0.38-1.16 0.79-1.6 1.23-0.47 0.44-0.82 0.89-1.05 1.33-0.22 0.43-0.33 0.84-0.33 1.22 0 1.7 1.51 3.24 4.49 4.56 3.06 1.36 6.67 2.04 10.74 2.04l0.02 0c4.08 0 7.7-0.69 10.76-2.04 2.98-1.32 4.49-2.86 4.49-4.56 0-0.38-0.11-0.79-0.33-1.22-0.23-0.44-0.58-0.89-1.04-1.32-0.45-0.45-0.99-0.86-1.61-1.23-0.62-0.37-1.34-0.72-2.14-1.04-0.51-0.24-0.88-0.6-1.13-1.07-0.25-0.49-0.29-1-0.13-1.5 0.17-0.54 0.5-0.94 0.99-1.19 0.5-0.26 1.01-0.28 1.52-0.08 1.07 0.43 2.07 0.93 2.96 1.47 0.89 0.54 1.69 1.14 2.36 1.79 0.86 0.8 1.51 1.67 1.94 2.57 0.43 0.91 0.65 1.86 0.65 2.83l0.02 0z m-31.38-15.24l6.61 0 0 16.97c0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58 0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44l0-6.61 2.85 0 0 6.61c0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58 0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44l0-16.97 6.61 0c0.57 0 1.06-0.2 1.44-0.58 0.39-0.39 0.58-0.87 0.58-1.44 0-0.57-0.2-1.06-0.58-1.44-0.39-0.39-0.87-0.58-1.44-0.58l-24.15 0c-0.57 0-1.06 0.2-1.44 0.58-0.39 0.39-0.58 0.87-0.58 1.44 0 0.57 0.2 1.06 0.58 1.44 0.39 0.39 0.87 0.58 1.44 0.58z m12.09-5.18c1.03 0 1.92-0.37 2.65-1.1 0.73-0.73 1.1-1.62 1.1-2.65 0-1.03-0.37-1.92-1.1-2.65-0.73-0.73-1.62-1.1-2.65-1.1-1.03 0-1.92 0.37-2.65 1.1-0.73 0.73-1.1 1.62-1.1 2.65 0 1.03 0.37 1.92 1.1 2.65 0.73 0.73 1.62 1.1 2.65 1.1z",
+ "fill": "$grey900",
+ "width": 13.825347900390625,
+ "height": 13.818182945251465,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.535714328289032
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qKEzb",
+ "fill": "$grey900",
+ "content": "c",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Bl0d5",
+ "name": "Duration",
+ "fill": "$grey900",
+ "content": "Binding",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "xw54T",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xWK8a",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "2",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BUCsb",
+ "name": "tab-animation-duration-item",
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DYYw9",
+ "name": "Frame 1000002911",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rFwfs",
+ "fill": "$turquoise500",
+ "content": "b",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BXjzX",
+ "x": 20,
+ "y": 1,
+ "name": "icon/rotate-around-outlined",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5FveR",
+ "x": 3.3333370685577393,
+ "y": 1.3331706523895264,
+ "name": "Vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise500",
+ "width": 9.333333015441895,
+ "height": 13.333332061767578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SUGHU",
+ "name": "Duration",
+ "fill": "$turquoise500",
+ "content": "Sound",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oGh4N",
+ "name": "Frame 1000002806",
+ "fill": "$grey400",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JFm0N",
+ "name": "1.2s",
+ "fill": "$grey800",
+ "content": "name",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VHdf3",
+ "x": 2794,
+ "y": 2238,
+ "name": "tab-independent-text",
+ "clip": true,
+ "width": 126,
+ "height": 176,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "BRO5N",
+ "name": "tab-boring-default",
+ "reusable": true,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "H2pbv",
+ "name": "Tap Text",
+ "rotation": 0.1968049828369338,
+ "fill": "$grey900",
+ "content": "Tap Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HuMs3",
+ "name": "tab-boring-active",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gYggs",
+ "name": "Tap Text",
+ "fill": "$grey100",
+ "content": "Tap Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3Jeg5",
+ "name": "tab-boring-focus",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise700"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uXVRj",
+ "name": "Tap Text",
+ "fill": "$grey100",
+ "content": "Tap Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "We53L",
+ "x": 2414,
+ "y": 2238,
+ "name": "tab-code-modal",
+ "clip": true,
+ "width": 352,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 14,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EO5cL",
+ "name": "tab-code-modal-left",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZKvKn",
+ "name": "tab-code-modal-tab-element",
+ "clip": true,
+ "width": 154,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 16
+ },
+ "blur": 28,
+ "spread": -12
+ },
+ "gap": 10,
+ "padding": [
+ 5,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Y96ln",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Default text",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F0BOI",
+ "name": "tab-code-modal-tab-element",
+ "clip": true,
+ "width": 154,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 5,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2dhbY",
+ "name": "text",
+ "fill": "$grey800",
+ "content": "Choose a variable",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dGMX8",
+ "name": "tab-code-modal-right",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rgQvN",
+ "name": "tab-code-modal-tab-element",
+ "clip": true,
+ "width": 154,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 5,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GnlvU",
+ "name": "text",
+ "fill": "$grey800",
+ "content": "Default text",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0wooi",
+ "name": "tab-code-modal-tab-element",
+ "clip": true,
+ "width": 154,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 16
+ },
+ "blur": 28,
+ "spread": -12
+ },
+ "gap": 10,
+ "padding": [
+ 5,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iU3vV",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Choose a variable",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6SNy",
+ "x": 2422,
+ "y": 182,
+ "name": "Sound-play-button",
+ "clip": true,
+ "width": 399,
+ "height": 512,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ByoGN",
+ "x": 46,
+ "y": 43,
+ "name": "button-only-icon-medium-blue-flat-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dbCyC",
+ "name": "播放按钮",
+ "width": 36,
+ "height": 36,
+ "fill": "$blue500",
+ "cornerRadius": 100.00003814697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000003576278687
+ },
+ "gap": 10,
+ "padding": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pTY4a",
+ "x": 10,
+ "y": 10,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nSlBN",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "37eKJ",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r23F0",
+ "x": 127.400390625,
+ "y": 43,
+ "name": "button-only-icon-medium-primary-flat-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F6rRp",
+ "name": "播放按钮",
+ "width": 36,
+ "height": 36,
+ "fill": "$turquoise500",
+ "cornerRadius": 100.00003814697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000003576278687
+ },
+ "gap": 10,
+ "padding": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wpffu",
+ "x": 10,
+ "y": 10,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tXWbY",
+ "x": 3.333984375,
+ "y": 1.9993489980697632,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 10.66585636138916,
+ "height": 12.000476837158203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0c79O",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AMDaR",
+ "x": 43,
+ "y": 112,
+ "name": "button-only-icon-medium-blue-flat-circle-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pEoj9",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "fill": "$blue400",
+ "cornerRadius": 115.00003814697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1500003337860107
+ },
+ "gap": 11.5,
+ "padding": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "732Gx",
+ "x": 11.5,
+ "y": 11.500000953674316,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "12u4i",
+ "x": 3.8340818881988525,
+ "y": 2.2992513179779053,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 12.265734672546387,
+ "height": 13.80054759979248,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RpXr7",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dC4Q2",
+ "x": 124.400390625,
+ "y": 112,
+ "name": "button-only-icon-medium-primary-flat-circle-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9EDvq",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "fill": "$turquoise400",
+ "cornerRadius": 115.00003814697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1500003337860107
+ },
+ "gap": 11.5,
+ "padding": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VmFtX",
+ "x": 11.5,
+ "y": 11.500000953674316,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "altLk",
+ "x": 3.8340818881988525,
+ "y": 2.2992513179779053,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 12.265734672546387,
+ "height": 13.80054759979248,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bbXSf",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ajGDY",
+ "x": 43,
+ "y": 187,
+ "name": "button-only-icon-medium-blue-flat-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TXCNU",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "fill": "$blue600",
+ "cornerRadius": 115.00003814697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1500003337860107
+ },
+ "gap": 11.5,
+ "padding": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kSIVl",
+ "x": 11.5,
+ "y": 11.500000953674316,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5HVB8",
+ "x": 3.8340818881988525,
+ "y": 2.2992513179779053,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 12.265734672546387,
+ "height": 13.80054759979248,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SJ0vO",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UsJ6b",
+ "x": 124.400390625,
+ "y": 187,
+ "name": "button-only-icon-medium-primary-flat-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PyMDx",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "fill": "$turquoise600",
+ "cornerRadius": 115.00003814697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1500003337860107
+ },
+ "gap": 11.5,
+ "padding": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AfXxV",
+ "x": 11.5,
+ "y": 11.500000953674316,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dW3B0",
+ "x": 3.8340818881988525,
+ "y": 2.2992513179779053,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 12.265734672546387,
+ "height": 13.80054759979248,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "g1TS3",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tLrXe",
+ "x": 209.80078125,
+ "y": 37,
+ "name": "button-only-icon-large-blue-flat-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4000000953674316
+ },
+ "gap": 14.000000953674316,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tejzk",
+ "name": "播放按钮",
+ "width": 48,
+ "height": 48,
+ "fill": "$blue500",
+ "cornerRadius": 133.33340454101562,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.333333969116211
+ },
+ "gap": 13.333333969116211,
+ "padding": 13.333333969116211,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rcAkL",
+ "x": 14,
+ "y": 14,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IeDJD",
+ "x": 4.16748046875,
+ "y": 2.4991862773895264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 13.332320213317871,
+ "height": 15.00059700012207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "x0anI",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OG0yi",
+ "x": 305.0009765625,
+ "y": 37,
+ "name": "button-only-icon-large-primary-flat-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4000000953674316
+ },
+ "gap": 14.000000953674316,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l0e9b",
+ "name": "播放按钮",
+ "width": 48,
+ "height": 48,
+ "fill": "$turquoise500",
+ "cornerRadius": 133.33340454101562,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.333333969116211
+ },
+ "gap": 13.333333969116211,
+ "padding": 13.333333969116211,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IrL1o",
+ "x": 14,
+ "y": 14,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yBhJC",
+ "x": 4.16748046875,
+ "y": 2.4991862773895264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 13.332320213317871,
+ "height": 15.00059700012207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aLQTK",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Fy0dT",
+ "x": 205.80078125,
+ "y": 105,
+ "name": "button-only-icon-large-blue-flat-circle-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "57GFF",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "fill": "$blue400",
+ "cornerRadius": 153.33340454101562,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5333340167999268
+ },
+ "gap": 15.333333969116211,
+ "padding": 15.333333969116211,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ANqY6",
+ "x": 16.100000381469727,
+ "y": 16.100000381469727,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wgekx",
+ "x": 4.7926025390625,
+ "y": 2.8740642070770264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 15.332168579101562,
+ "height": 17.250686645507812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kVl5y",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c4uRS",
+ "x": 301.0009765625,
+ "y": 105,
+ "name": "button-only-icon-large-primary-flat-circle-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jUrOf",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "fill": "$turquoise400",
+ "cornerRadius": 153.33340454101562,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5333340167999268
+ },
+ "gap": 15.333333969116211,
+ "padding": 15.333333969116211,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lIZV4",
+ "x": 16.100000381469727,
+ "y": 16.100000381469727,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lObA6",
+ "x": 4.7926025390625,
+ "y": 2.8740642070770264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 15.332168579101562,
+ "height": 17.250686645507812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5gdrL",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DO3cG",
+ "x": 205.80078125,
+ "y": 180.2001953125,
+ "name": "button-only-icon-large-blue-flat-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XFl7Y",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "fill": "$blue600",
+ "cornerRadius": 153.33340454101562,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5333340167999268
+ },
+ "gap": 15.333333969116211,
+ "padding": 15.333333969116211,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2gaz8",
+ "x": 16.100000381469727,
+ "y": 16.100000381469727,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rUL6t",
+ "x": 4.7926025390625,
+ "y": 2.8740642070770264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 15.332168579101562,
+ "height": 17.250686645507812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XiuH3",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VrySv",
+ "x": 301.0009765625,
+ "y": 180.2001953125,
+ "name": "button-only-icon-large-primary-flat-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9F0hU",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "fill": "$turquoise600",
+ "cornerRadius": 153.33340454101562,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5333340167999268
+ },
+ "gap": 15.333333969116211,
+ "padding": 15.333333969116211,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gUBN",
+ "x": 16.100000381469727,
+ "y": 16.100000381469727,
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OwkPN",
+ "x": 4.7926025390625,
+ "y": 2.8740642070770264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 15.332168579101562,
+ "height": 17.250686645507812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SxvUK",
+ "fill": "$grey100",
+ "content": "F",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1DEqj",
+ "x": 46,
+ "y": 261,
+ "name": "button-only-icon-medium-blue-flat-stroke-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qOV7y",
+ "name": "播放按钮",
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.7857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OvHg5",
+ "x": 0.142578125,
+ "y": 0.142578125,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$blue300",
+ "width": 35.71428680419922,
+ "height": 35.71428680419922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.7857142686843872
+ }
+ },
+ {
+ "type": "path",
+ "id": "jH76X",
+ "x": 18,
+ "y": 0.1429269015789032,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$blue500",
+ "width": 17.85714340209961,
+ "height": 35.71428680419922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.7857142686843872
+ }
+ },
+ {
+ "type": "frame",
+ "id": "TfIgS",
+ "x": 10,
+ "y": 10,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pqgy2",
+ "x": 2.6666667461395264,
+ "y": 2.6666667461395264,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$blue500",
+ "width": 10.666666984558105,
+ "height": 10.666666984558105,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dcrTe",
+ "x": 10,
+ "y": 10,
+ "fill": "$blue500",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e8SBB",
+ "x": 127.400390625,
+ "y": 261,
+ "name": "button-only-icon-medium-primary-flat-stroke-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kno65",
+ "name": "播放按钮",
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.7857142686843872
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oH7KC",
+ "x": 0.142578125,
+ "y": 0.142578125,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise300",
+ "width": 35.71428680419922,
+ "height": 35.71428680419922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.7857142686843872
+ }
+ },
+ {
+ "type": "path",
+ "id": "Xzur5",
+ "x": 18,
+ "y": 0.1429269015789032,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$turquoise500",
+ "width": 17.85714340209961,
+ "height": 35.71428680419922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.7857142686843872
+ }
+ },
+ {
+ "type": "frame",
+ "id": "nFyEo",
+ "x": 10,
+ "y": 10,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dhDEK",
+ "x": 2.6666667461395264,
+ "y": 2.6666667461395264,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$turquoise500",
+ "width": 10.666666984558105,
+ "height": 10.666666984558105,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iA11r",
+ "x": 10,
+ "y": 10,
+ "fill": "$turquoise500",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SedmC",
+ "x": 43,
+ "y": 330,
+ "name": "Button-only icon/Medium/Blue/Flat-Stroke/Circle/Hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PZWeZ",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TOK4f",
+ "x": 0.16416016221046448,
+ "y": 0.16416016221046448,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$blue300",
+ "width": 41.07143020629883,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "path",
+ "id": "L0rVh",
+ "x": 20.7001953125,
+ "y": 0.16472168266773224,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$blue400",
+ "width": 20.535715103149414,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "frame",
+ "id": "PXMYn",
+ "x": 11.500195503234863,
+ "y": 11.500195503234863,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ommO2",
+ "x": 3.066666603088379,
+ "y": 3.066666603088379,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$blue400",
+ "width": 12.266666412353516,
+ "height": 12.266666412353516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UYCSd",
+ "x": 12.700000762939453,
+ "y": 12.700000762939453,
+ "fill": "$blue400",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WkIvQ",
+ "x": 124.400390625,
+ "y": 330,
+ "name": "button-only-icon-medium-primary-flat-stroke-circle-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SggCs",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aqkzf",
+ "x": 0.16416016221046448,
+ "y": 0.16416016221046448,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise300",
+ "width": 41.07143020629883,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "path",
+ "id": "md9cb",
+ "x": 20.7001953125,
+ "y": 0.16472168266773224,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$turquoise400",
+ "width": 20.535715103149414,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "frame",
+ "id": "8gkZ3",
+ "x": 11.500195503234863,
+ "y": 11.500195503234863,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FBdjn",
+ "x": 3.066666603088379,
+ "y": 3.066666603088379,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$turquoise400",
+ "width": 12.266666412353516,
+ "height": 12.266666412353516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q6Fb5",
+ "x": 12.700000762939453,
+ "y": 12.700000762939453,
+ "fill": "$turquoise400",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aHACz",
+ "x": 43,
+ "y": 405,
+ "name": "button-only-icon-medium-blue-flat-stroke-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ivb2M",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "u9Nl9",
+ "x": 0.16416016221046448,
+ "y": 0.16416016221046448,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$blue300",
+ "width": 41.07143020629883,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "path",
+ "id": "fNLpV",
+ "x": 20.7001953125,
+ "y": 0.16472168266773224,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$blue600",
+ "width": 20.535715103149414,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "frame",
+ "id": "W6eN4",
+ "x": 11.500195503234863,
+ "y": 11.500195503234863,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8KfWA",
+ "x": 3.066666603088379,
+ "y": 3.066666603088379,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$blue600",
+ "width": 12.266666412353516,
+ "height": 12.266666412353516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FBf9w",
+ "x": 12.700000762939453,
+ "y": 12.700000762939453,
+ "fill": "$blue600",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gQzJy",
+ "x": 124.400390625,
+ "y": 405,
+ "name": "button-only-icon-medium-primary-flat-stroke-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.149999976158142
+ },
+ "gap": 11.5,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rIy0i",
+ "name": "播放按钮",
+ "width": 41.400001525878906,
+ "height": 41.400001525878906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KViGP",
+ "x": 0.16416016221046448,
+ "y": 0.16416016221046448,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise300",
+ "width": 41.07143020629883,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "path",
+ "id": "43o8N",
+ "x": 20.7001953125,
+ "y": 0.16472168266773224,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$turquoise600",
+ "width": 20.535715103149414,
+ "height": 41.07143020629883,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.0535714626312256
+ }
+ },
+ {
+ "type": "frame",
+ "id": "oSm8W",
+ "x": 11.500195503234863,
+ "y": 11.500195503234863,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 18.399999618530273,
+ "height": 18.399999618530273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YnNBE",
+ "x": 3.081941697273578,
+ "y": 3.0514294572010385,
+ "name": "stop",
+ "rotation": -0.14251829500236124,
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$turquoise600",
+ "width": 12.266666412353516,
+ "height": 12.266666412353516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7666666507720947
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5BJSs",
+ "x": 12.700000762939453,
+ "y": 12.700000762939453,
+ "fill": "$turquoise600",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hd4TG",
+ "x": 209.80078125,
+ "y": 255.400390625,
+ "name": "button-only-icon-large-blue-flat-stroke-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4000000953674316
+ },
+ "gap": 14.000000953674316,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IpN1B",
+ "name": "播放按钮",
+ "width": 48,
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.380952835083008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "63Gi4",
+ "x": 0.18953758478164673,
+ "y": 0.19047927856445312,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$blue300",
+ "width": 47.61904525756836,
+ "height": 47.61904525756836,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "iktYG",
+ "x": 23.999061584472656,
+ "y": 0.19047927856445312,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$blue500",
+ "width": 23.80952262878418,
+ "height": 47.61904525756836,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.380952835083008
+ }
+ },
+ {
+ "type": "frame",
+ "id": "MQ4Jl",
+ "x": 14,
+ "y": 14,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "di6kC",
+ "x": 3.3333334922790527,
+ "y": 3.3333334922790527,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$blue500",
+ "width": 13.333333969116211,
+ "height": 13.333333969116211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PQtdV",
+ "x": 14.19921875,
+ "y": 13.599609375,
+ "fill": "$blue500",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O5A0B",
+ "x": 305.0009765625,
+ "y": 255.400390625,
+ "name": "button-only-icon-large-primary-flat-stroke-circle-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4000000953674316
+ },
+ "gap": 14.000000953674316,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TMTL8",
+ "name": "播放按钮",
+ "width": 48,
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.380952835083008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7M46X",
+ "x": 0.18953758478164673,
+ "y": 0.19047927856445312,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise300",
+ "width": 47.61904525756836,
+ "height": 47.61904525756836,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "fs6Fg",
+ "x": 23.999061584472656,
+ "y": 0.19047927856445312,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$turquoise500",
+ "width": 23.80952262878418,
+ "height": 47.61904525756836,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.380952835083008
+ }
+ },
+ {
+ "type": "frame",
+ "id": "0jDiC",
+ "x": 14,
+ "y": 14,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EoXT5",
+ "x": 3.3333334922790527,
+ "y": 3.3333334922790527,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$turquoise500",
+ "width": 13.333333969116211,
+ "height": 13.333333969116211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aDre6",
+ "x": 14,
+ "y": 14,
+ "fill": "$turquoise500",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xhr02",
+ "x": 205.80078125,
+ "y": 323.400390625,
+ "name": "button-only-icon-large-blue-flat-stroke-circle-hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5uDRA",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hx0TJ",
+ "x": 0.2177734375,
+ "y": 0.21923828125,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$blue300",
+ "width": 54.76190185546875,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "path",
+ "id": "aJy2g",
+ "x": 27.598485946655273,
+ "y": 0.21909180283546448,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$blue400",
+ "width": 27.380950927734375,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pCu7i",
+ "x": 16.099609375,
+ "y": 16.10009765625,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SChki",
+ "x": 3.8333334922790527,
+ "y": 3.8333334922790527,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$blue400",
+ "width": 15.333333969116211,
+ "height": 15.333333969116211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HXt74",
+ "x": 17.600000381469727,
+ "y": 17.600000381469727,
+ "fill": "$blue400",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NHFhU",
+ "x": 301.0009765625,
+ "y": 323.400390625,
+ "name": "Button-only icon/Large/Primary/Flat-Stroke/Circle/Hover",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6gMVy",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oyppc",
+ "x": 0.2177734375,
+ "y": 0.21923828125,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise300",
+ "width": 54.76190185546875,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "path",
+ "id": "yfLAp",
+ "x": 27.598485946655273,
+ "y": 0.21909180283546448,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$turquoise400",
+ "width": 27.380950927734375,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "frame",
+ "id": "r6OMi",
+ "x": 16.099609375,
+ "y": 16.10009765625,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "99P3P",
+ "x": 3.8333334922790527,
+ "y": 3.8333334922790527,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$turquoise400",
+ "width": 15.333333969116211,
+ "height": 15.333333969116211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Bw4pl",
+ "x": 17.600000381469727,
+ "y": 17.600000381469727,
+ "fill": "$turquoise400",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yLt5e",
+ "x": 205.80078125,
+ "y": 398.6005859375,
+ "name": "button-only-icon-large-blue-flat-stroke-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v5VV9",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8EDKO",
+ "x": 0.2177734375,
+ "y": 0.21923828125,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$blue300",
+ "width": 54.76190185546875,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "path",
+ "id": "wLUXs",
+ "x": 27.598485946655273,
+ "y": 0.21909180283546448,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$blue600",
+ "width": 27.380950927734375,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "frame",
+ "id": "MpVZG",
+ "x": 16.099609375,
+ "y": 16.10009765625,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GsdPv",
+ "x": 3.8333334922790527,
+ "y": 3.8333334922790527,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$blue600",
+ "width": 15.333333969116211,
+ "height": 15.333333969116211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4EV8N",
+ "x": 17.600000381469727,
+ "y": 17.600000381469727,
+ "fill": "$blue600",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tby6j",
+ "x": 301.0009765625,
+ "y": 398.6005859375,
+ "name": "button-only-icon-large-primary-flat-stroke-circle-click",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6100001335144043
+ },
+ "gap": 16.100000381469727,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TRTz0",
+ "name": "播放按钮",
+ "width": 55.20000076293945,
+ "height": 55.20000076293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZoTvV",
+ "x": 0.2177734375,
+ "y": 0.21923828125,
+ "name": "Vector (Stroke)",
+ "geometry": "M10 19c4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9-4.97056 0-9 4.02944-9 9 0 4.97056 4.02944 9 9 9z m10-9c0 5.52285-4.47715 10-10 10-5.52285 0-10-4.47715-10-10 0-5.52285 4.47715-10 10-10 5.52285 0 10 4.47715 10 10z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise300",
+ "width": 54.76190185546875,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "path",
+ "id": "bjnSU",
+ "x": 27.598485946655273,
+ "y": 0.21909180283546448,
+ "name": "Intersect",
+ "geometry": "M0 20c5.52285 0 10-4.47715 10-10 0-5.52285-4.47715-10-10-10l0 1c4.97056 0 9 4.02944 9 9 0 4.97056-4.02944 9-9 9l0 1z",
+ "fill": "$turquoise600",
+ "width": 27.380950927734375,
+ "height": 54.76190185546875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2.738095760345459
+ }
+ },
+ {
+ "type": "frame",
+ "id": "P8iLv",
+ "x": 16.099609375,
+ "y": 16.10009765625,
+ "name": "icon/stop- filled",
+ "enabled": false,
+ "width": 23,
+ "height": 23,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BnHTX",
+ "x": 3.8333334922790527,
+ "y": 3.8333334922790527,
+ "name": "stop",
+ "geometry": "M0 13l0-10c0-2 1-3 3-3l10 0c2 0 3 1 3 3l0 10c0 2-1 3-3 3l-10 0c-2 0-3-1-3-3z",
+ "fill": "$turquoise600",
+ "width": 15.333333969116211,
+ "height": 15.333333969116211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9583333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0GzGd",
+ "x": 17.600000381469727,
+ "y": 17.600000381469727,
+ "fill": "$turquoise600",
+ "content": "M",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FZOVQ",
+ "x": 230,
+ "y": 114,
+ "name": "1",
+ "width": 990,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 8,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bqvAK",
+ "name": "shadow(带阴影) 风格按钮",
+ "fill": "$grey1000",
+ "content": "shadow(带阴影) 风格按钮",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C0sO5",
+ "x": 1365,
+ "y": 114,
+ "name": "2",
+ "width": 465,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 8,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XDJNH",
+ "name": "flat(扁平) 风格按钮",
+ "fill": "$grey1000",
+ "content": "flat(扁平) 风格按钮",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MCgom",
+ "x": 1933,
+ "y": 114,
+ "name": "3",
+ "width": 227,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 8,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ne4a8",
+ "name": "flat+stroke(扁平+描边) 风格按钮",
+ "fill": "$grey1000",
+ "content": "flat+stroke(扁平+描边) 风格按钮",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aSKSd",
+ "x": 2413,
+ "y": 732,
+ "name": "tag-group",
+ "clip": true,
+ "width": 483,
+ "height": 117,
+ "fill": "$grey100",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XHxd",
+ "x": 30,
+ "y": 70,
+ "name": "tag-small-none-default",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qQeyI",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hncNx",
+ "name": "Default",
+ "fill": "$grey900",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IbQaQ",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pexNf",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yL1xI",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2vyCm",
+ "x": 116,
+ "y": 70,
+ "name": "tag-small-none-default",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dVk1S",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NTD1e",
+ "name": "Default",
+ "fill": "$turquoise500",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "shn8l",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TdRKp",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jhsfr",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#0bc0cfff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tsl86",
+ "x": 202,
+ "y": 70,
+ "name": "tag-small-none-warning",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rUIw2",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SPV81",
+ "name": "Default",
+ "fill": "$yellow500",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pE6AY",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dY08z",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yYyCG",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#faa135ff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "exGuB",
+ "x": 288,
+ "y": 70,
+ "name": "tag-small-none-error",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HbwQH",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OruvQ",
+ "name": "Default",
+ "fill": "$red500",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4pVIb",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Gp9q",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t065X",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#ef4149ff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J7IQa",
+ "x": 374,
+ "y": 69,
+ "name": "tag-small-none-disabled",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NLjRw",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uWLzn",
+ "name": "Default",
+ "fill": "$grey600",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LHsXR",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nbPYm",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nPLv3",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#ef4149ff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3Qh37",
+ "x": 30,
+ "y": 30,
+ "name": "tag-small-stroke-default",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "fill": "$grey300",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gHJtI",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FhIiA",
+ "name": "Default",
+ "fill": "$grey900",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Jpet",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ilmNb",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lrAL3",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PdGjY",
+ "x": 116,
+ "y": 30,
+ "name": "tag-small-stroke-primary",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "fill": "$turquoise200",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise300"
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H3116",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "y138V",
+ "name": "Default",
+ "fill": "$turquoise500",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t5faS",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5YDed",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AahFM",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#0bc0cfff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IV35m",
+ "x": 202,
+ "y": 30,
+ "name": "tag-small-stroke-warning",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "fill": "$yellow200",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$yellow300"
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c2pcA",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Aec78",
+ "name": "Default",
+ "fill": "$yellow500",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GCoPY",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FeVOq",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qT3DA",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#faa135ff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GI2Kf",
+ "x": 288,
+ "y": 30,
+ "name": "tag-small-stroke-error",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "fill": "$red100",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$red300"
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QhLVD",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "z9smy",
+ "name": "Default",
+ "fill": "$red500",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cDFhN",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xiT95",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nn9bo",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#ef4149ff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hyv1K",
+ "x": 374,
+ "y": 29,
+ "name": "tag-small-stroke-disabled",
+ "reusable": true,
+ "clip": true,
+ "height": 20,
+ "fill": "$grey300",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 1,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CDsXQ",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uiymd",
+ "name": "Default",
+ "fill": "$grey600",
+ "content": "Default",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zzPyK",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Vx6f",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0sglb",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#ef4149ff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1BdFJ",
+ "x": 2413,
+ "y": 896,
+ "name": "tag-close-button",
+ "clip": true,
+ "width": 98,
+ "height": 192,
+ "fill": "$grey100",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6SLf6",
+ "x": 16,
+ "y": 16,
+ "name": "tag-small-default-default",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L1f8E",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ufmiV",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey900",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "KtRlP",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey900",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zRoni",
+ "x": 16,
+ "y": 60,
+ "name": "tag-small-primary-default",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sHXV3",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nzHGP",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$turquoise500",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aUEgF",
+ "x": 4,
+ "y": 4,
+ "fill": "$turquoise500",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a07oT",
+ "x": 16,
+ "y": 104,
+ "name": "tag-small-warning-default",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VNBv0",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Nd39",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$yellow500",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Ynpo9",
+ "x": 4,
+ "y": 4,
+ "fill": "$yellow500",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E9kSq",
+ "x": 16,
+ "y": 148,
+ "name": "tag-small-error-default",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R7gru",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Ed4B",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$red500",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YFQ9d",
+ "x": 4,
+ "y": 4,
+ "fill": "$red500",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "20pDS",
+ "x": 54,
+ "y": 16,
+ "name": "tag-small-default-hover",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "fill": "$grey400",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1XqNc",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Vlgiv",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey900",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eK2cM",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey900",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ig6Aj",
+ "x": 54,
+ "y": 60,
+ "name": "tag-small-primary-hover",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "fill": "$turquoise300",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "27bCy",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2wxLd",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$turquoise500",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OdoZS",
+ "x": 4,
+ "y": 4,
+ "fill": "$turquoise500",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s34U7",
+ "x": 54,
+ "y": 104,
+ "name": "tag-small-warning-hover",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "fill": "$yellow300",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CFOLQ",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7aYUQ",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$yellow500",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r15sp",
+ "x": 4,
+ "y": 4,
+ "fill": "$yellow500",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9XAK7",
+ "x": 54,
+ "y": 148,
+ "name": "tag-small-error-hover",
+ "reusable": true,
+ "width": 28,
+ "height": 28,
+ "fill": "$red200",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CziVT",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7auQX",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$red500",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HTGZU",
+ "x": 4,
+ "y": 4,
+ "fill": "$red500",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZAD5P",
+ "x": 2392,
+ "y": 1296,
+ "name": "tooltip",
+ "clip": true,
+ "width": 456,
+ "height": 84,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tIRCC",
+ "x": 20,
+ "y": 20,
+ "name": "tooltip-top",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "KpfR4",
+ "name": "Polygon 1",
+ "rotation": -7.0167217375642474e-15,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "$grey1000",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "hPKNC",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "$grey1000",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "HKDj6",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "English / 中文",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g0brM",
+ "x": 126,
+ "y": 26,
+ "name": "tooltip-bottom",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PysRS",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "$grey1000",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "Nf8CZ",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "English / 中文",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "47NCU",
+ "name": "Polygon 1",
+ "rotation": -179.99999499104388,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "$grey1000",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M7T7B",
+ "x": 228,
+ "y": 26,
+ "name": "tooltip-left",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "EVuPd",
+ "name": "Polygon 1",
+ "rotation": 90.00000000000001,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "$grey1000",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "blQnF",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "$grey1000",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "iek1C",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "English / 中文",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MhWKe",
+ "x": 338,
+ "y": 26,
+ "name": "tooltip-right",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Flcd3",
+ "name": "Frame 1000002778",
+ "clip": true,
+ "fill": "$grey1000",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 7,
+ 8
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "JXD8r",
+ "name": "Text",
+ "fill": "#ffffffff",
+ "content": "English / 中文",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "CDQ0Y",
+ "name": "Polygon 1",
+ "rotation": -90,
+ "geometry": "M5.19615 0l5.19615 4.5-10.3923 0 5.19615-4.5z",
+ "fill": "$grey1000",
+ "width": 11.999999046325684,
+ "height": 6.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C0hKy",
+ "x": 2413,
+ "y": 1457,
+ "name": "switch",
+ "clip": true,
+ "fill": "#ffffffff",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xLEpU",
+ "name": "switch-checked-default",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 2,
+ 2,
+ 2,
+ 20
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PA6V5",
+ "name": "switch-nob/default",
+ "clip": true,
+ "cornerRadius": 77,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "HmsIf",
+ "name": "Rectangle 3",
+ "fill": "#ffffffff",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K01mo",
+ "name": "switch-checked-focus",
+ "reusable": true,
+ "fill": "$turquoise500",
+ "cornerRadius": 16,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "#b5ebf0ff"
+ },
+ "padding": [
+ 2,
+ 2,
+ 2,
+ 20
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gfhva",
+ "name": "switch-nob/default",
+ "clip": true,
+ "cornerRadius": 77,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "Y2276",
+ "name": "Rectangle 3",
+ "fill": "#ffffffff",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cqdi9",
+ "name": "switch-checked-disabled",
+ "reusable": true,
+ "fill": "$turquoise300",
+ "cornerRadius": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 2,
+ 2,
+ 2,
+ 20
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eewsZ",
+ "name": "switch-nob/default",
+ "clip": true,
+ "cornerRadius": 77,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "S33GY",
+ "name": "Rectangle 3",
+ "fill": "#ffffffff",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BzGVf",
+ "name": "switch-unchecked-default",
+ "reusable": true,
+ "height": 22,
+ "fill": "$grey600",
+ "cornerRadius": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 20,
+ 2,
+ 2
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mHbID",
+ "name": "switch-nob/default",
+ "clip": true,
+ "cornerRadius": 77,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "IaPGa",
+ "name": "Rectangle 3",
+ "fill": "#ffffffff",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DpE9C",
+ "name": "switch-unchecked-focus",
+ "reusable": true,
+ "height": 22,
+ "fill": "$grey600",
+ "cornerRadius": 16,
+ "stroke": {
+ "align": "outside",
+ "thickness": 2,
+ "fill": "$turquoise300"
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 20,
+ 2,
+ 2
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aVc8N",
+ "name": "switch-nob/default",
+ "clip": true,
+ "cornerRadius": 77,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "vSDyC",
+ "name": "Rectangle 3",
+ "fill": "#ffffffff",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XJRFc",
+ "name": "switch-unchecked-disabled",
+ "reusable": true,
+ "height": 22,
+ "fill": "$grey400",
+ "cornerRadius": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 20,
+ 2,
+ 2
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9NuEb",
+ "name": "switch-nob/default",
+ "clip": true,
+ "cornerRadius": 77,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f0d",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "jeleB",
+ "name": "Rectangle 3",
+ "fill": "#ffffffff",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "le3CV",
+ "x": 2413,
+ "y": 1561,
+ "name": "Tab",
+ "reusable": true,
+ "slot": [
+ "giKw2",
+ "UcJbP",
+ "BRO5N",
+ "HuMs3",
+ "60vsa",
+ "C:H2eCV",
+ "3Jeg5",
+ "dGMX8",
+ "EO5cL",
+ "plTuG",
+ "KgtZc",
+ "xGFhu",
+ "iHL6B",
+ "nd7GU",
+ "QRypI",
+ "Bse9z"
+ ],
+ "clip": true,
+ "width": "fit_content(373)",
+ "height": "fit_content(32)"
+ },
+ {
+ "type": "frame",
+ "id": "sdmHL",
+ "x": 2413,
+ "y": 1407,
+ "name": "Switch",
+ "reusable": true,
+ "slot": [
+ "C:rzII3",
+ "Cqdi9",
+ "xLEpU",
+ "C:alZ6z",
+ "K01mo",
+ "BzGVf",
+ "XJRFc",
+ "DpE9C"
+ ],
+ "clip": true,
+ "width": "fit_content(40)",
+ "height": "fit_content(22)"
+ },
+ {
+ "type": "frame",
+ "id": "6fUJR",
+ "x": 2413,
+ "y": 1250,
+ "name": "Tooltip",
+ "reusable": true,
+ "slot": [
+ "g0brM",
+ "M7T7B",
+ "MhWKe",
+ "tIRCC"
+ ],
+ "clip": true,
+ "width": "fit_content(92)",
+ "height": "fit_content(39)"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pWvfO",
+ "x": -14228,
+ "y": 2420,
+ "name": "basic-components",
+ "width": 3257,
+ "height": 1171,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X4j2Y",
+ "x": 1846,
+ "y": 130,
+ "name": "selection-radio-text",
+ "fill": "$grey100",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "CBdz5",
+ "name": "radio-checked",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cx8MC",
+ "name": "Radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.888888955116272
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qG253",
+ "name": "Frame 1000004775",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 1110,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OEDcr",
+ "x": 3,
+ "y": 3,
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5555555820465088
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "l50Om",
+ "name": "label",
+ "fill": "$grey1000",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "G4QhH",
+ "name": "radio-unchecked",
+ "reusable": true,
+ "width": 127,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dcCbs",
+ "name": "Radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.888888955116272
+ },
+ "gap": 7.111111640930176,
+ "children": [
+ {
+ "type": "frame",
+ "id": "O8tdL",
+ "name": "Frame 1000004775",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 1110,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey600"
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vqOhl",
+ "name": "label",
+ "fill": "$grey1000",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "flddO",
+ "name": "radio-checked-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GCdzA",
+ "name": "Radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.888888955116272
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uvimi",
+ "name": "Frame 1000004775",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 1110,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise300"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eurBi",
+ "x": 3,
+ "y": 3,
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise300",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5555555820465088
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hDFXL",
+ "name": "label",
+ "fill": "$grey600",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P4mFF",
+ "name": "radio-unchecked-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gPzGW",
+ "name": "Radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.888888955116272
+ },
+ "gap": 7.111111640930176,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qg1eO",
+ "name": "Frame 1000004775",
+ "width": 16,
+ "height": 16,
+ "fill": "$grey300",
+ "cornerRadius": 1110,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey600"
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "a9duq",
+ "name": "label",
+ "fill": "$grey600",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GpgWH",
+ "x": 1591,
+ "y": 130,
+ "name": "selection-checkbox-text",
+ "fill": "$grey100",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "byPnn",
+ "name": "checkbox-checked",
+ "reusable": true,
+ "rotation": -0.07109527607857716,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q9eWD",
+ "name": "Checkbox",
+ "cornerRadius": 1.600000023841858,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nX3kl",
+ "name": "Frame 1000004776",
+ "width": 16,
+ "height": 16,
+ "fill": "$turquoise500",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jdDa7",
+ "x": 2.199951171875,
+ "y": 1.800048828125,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YpOcL",
+ "x": 1.640039086341858,
+ "y": 2.640380859375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "#ffffffff",
+ "width": 8.720414161682129,
+ "height": 6.7196221351623535,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.7200000286102295
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rooYa",
+ "x": 1.9925595411114045,
+ "y": 2.007449697091033,
+ "rotation": 0.07109527607857717,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rjBLW",
+ "name": "label",
+ "fill": "$grey1000",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0HIrm",
+ "name": "checkbox-unchecked",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KinQo",
+ "name": "Checkbox",
+ "width": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ },
+ "gap": 6.400000095367432,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WB3QE",
+ "name": "Frame 1000004777",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey600"
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0Mvrd",
+ "name": "label",
+ "fill": "$grey1000",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nbOoF",
+ "name": "checkbox-checked-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xfcmp",
+ "name": "Checkbox",
+ "cornerRadius": 1.777777910232544,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.888888955116272
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "msHip",
+ "name": "Frame 1000004777",
+ "width": 16,
+ "height": 16,
+ "fill": "$turquoise300",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B8vh7",
+ "x": 2.199951171875,
+ "y": 1.800048828125,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "soKwE",
+ "x": 1.640039086341858,
+ "y": 2.640380859375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "#ffffffff",
+ "width": 8.720414161682129,
+ "height": 6.7196221351623535,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.7200000286102295
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7tV1S",
+ "x": 2,
+ "y": 2,
+ "rotation": 1.2424041724466865e-17,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fjtBp",
+ "name": "label",
+ "fill": "$grey600",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8IQ64",
+ "name": "checkbox-unchecked-disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gYc1h",
+ "name": "Checkbox",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ },
+ "gap": 6.400000095367432,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mim7X",
+ "name": "Frame 1000004777",
+ "width": 16,
+ "height": 16,
+ "fill": "$grey300",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey600"
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sRACg",
+ "name": "label",
+ "fill": "$grey600",
+ "content": "Option Content",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ApHiT",
+ "x": 1215,
+ "y": 130,
+ "name": "selection-select",
+ "clip": true,
+ "width": 276,
+ "height": 216,
+ "fill": "$grey100",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b1OHc",
+ "x": 20,
+ "y": 20,
+ "name": "select-group-default",
+ "reusable": true,
+ "height": 32,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oakLS",
+ "name": "Label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SbHhJ",
+ "name": "Sort by",
+ "fill": "$grey800",
+ "content": "Sort by",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FWG3W",
+ "name": "Select trigger",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QyuiX",
+ "name": "Recently Updated",
+ "fill": "$grey1000",
+ "content": "Recently Updated",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9FRfE",
+ "x": 137,
+ "y": 10,
+ "name": "icon/caret-down-filled",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "L7M4i",
+ "x": 3,
+ "y": 4.5,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey1000",
+ "width": 5.999738693237305,
+ "height": 3.999873161315918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gLe35",
+ "fill": "$grey1000",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HT1zi",
+ "x": 20,
+ "y": 68,
+ "name": "select-group-hover",
+ "reusable": true,
+ "height": 32,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fM1lT",
+ "name": "Label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IOywx",
+ "name": "Sort by",
+ "fill": "$grey800",
+ "content": "Sort by",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nYdkv",
+ "name": "Select trigger",
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2kkbh",
+ "name": "Recently Updated",
+ "fill": "$grey800",
+ "content": "Recently Updated",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8XbAw",
+ "x": 137,
+ "y": 10,
+ "name": "icon/caret-down-filled",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IjfWT",
+ "x": 3,
+ "y": 4.5,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey1000",
+ "width": 5.999738693237305,
+ "height": 3.999873161315918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8tFFP",
+ "fill": "$grey1000",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6cdXJ",
+ "x": 20,
+ "y": 116,
+ "name": "select-group-active",
+ "reusable": true,
+ "height": 32,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GmOMu",
+ "name": "Label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gAYHp",
+ "name": "Sort by",
+ "fill": "$grey800",
+ "content": "Sort by",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ep9H3",
+ "name": "Select trigger",
+ "height": 32,
+ "fill": "$grey500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HJuBQ",
+ "name": "Recently Updated",
+ "fill": "$grey1000",
+ "content": "Recently Updated",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "a8BNH",
+ "fill": "$grey1000",
+ "content": "T",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OXIVo",
+ "x": 153,
+ "y": 10,
+ "name": "icon/caret-up-filled",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IygF4",
+ "x": 3,
+ "y": 3.5001220703125,
+ "name": "caret-up",
+ "geometry": "M7.30174 0.60375l4.37988 5.19409c0.736 0.873 0.11206 2.2019-1.03393 2.20191l-9.2959 0c-1.146 0-1.76994-1.3299-1.03394-2.20191l4.37989-5.19409c0.679-0.805 1.925-0.805 2.604 0z",
+ "fill": "$grey1000",
+ "width": 5.999738693237305,
+ "height": 3.999873161315918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t2Ap3",
+ "x": 20,
+ "y": 164,
+ "name": "select-group-focus",
+ "reusable": true,
+ "height": 32,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YRr4T",
+ "name": "Label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uLUNf",
+ "name": "Sort by",
+ "fill": "$grey800",
+ "content": "Sort by",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kTBFY",
+ "name": "Select trigger",
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "h1SPJ",
+ "name": "Select option",
+ "fill": "$grey1000",
+ "content": "Recently Updated",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "K2ZtD",
+ "x": 137,
+ "y": 10,
+ "name": "icon/caret-down-filled",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8dy6b",
+ "x": 3,
+ "y": 4.5,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey1000",
+ "width": 5.999738693237305,
+ "height": 3.999873161315918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yg3VZ",
+ "fill": "$grey1000",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kHMBG",
+ "x": 2124,
+ "y": 121,
+ "name": "message",
+ "clip": true,
+ "width": 407,
+ "fill": "$grey100",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 33,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4ajDg",
+ "name": "dialog-error",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "gap": 8,
+ "padding": [
+ 11,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pcchk",
+ "x": 16,
+ "y": 12,
+ "name": "icon/triangle caution-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7JL5a",
+ "x": 1.666259765625,
+ "y": 2.5004069805145264,
+ "name": "triangle-exclamation",
+ "geometry": "M19.60736 14.1517l-6.60694-12.3562c-1.28-2.394-4.719-2.394-6 0l-6.60693 12.3562c-1.174 2.196 0.42004 4.8479 2.91504 4.8479l13.38379 0c2.494 0 4.08904-2.6529 2.91504-4.8479z m-10.35694-7.1521c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4z m0.77002 8c-0.552 0-1.00513-0.448-1.00512-1 0-0.552 0.44312-1 0.99511-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "$red500",
+ "width": 16.667268753051758,
+ "height": 15.833001136779785,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1Zpcj",
+ "fill": "$red500",
+ "content": "d",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "gGwBm",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "This is an error message !",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NLvHe",
+ "name": "dialog-warning",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "gap": 8,
+ "padding": [
+ 11,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LAJhn",
+ "x": 16,
+ "y": 12,
+ "name": "icon/exclamation circle-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EFRU5",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "exclamation-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "$yellow500",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LAuTu",
+ "fill": "$yellow500",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "0zEXL",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "This is a warning message !",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bi5KI",
+ "name": "dialog-success",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "gap": 8,
+ "padding": [
+ 11,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JAdOD",
+ "x": 16,
+ "y": 12,
+ "name": "icon/check circle-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7LXPU",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "check-circle",
+ "geometry": "M10 0c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10z m4.03 8.20001l-4.67001 4.65997c-0.14 0.15-0.33 0.22003-0.53 0.22004-0.19 0-0.38-0.07003-0.53-0.22004l-2.32999-2.32995c-0.29-0.29-0.29-0.77006 0-1.06006 0.29-0.29 0.77-0.29 1.06 0l1.79999 1.80005 4.14001-4.13001c0.29-0.3 0.77-0.3 1.06 0 0.29 0.29 0.29 0.76 0 1.06z",
+ "fill": "$green500",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "waDY2",
+ "fill": "$green500",
+ "content": "i",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "iGEUQ",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "This is a success message !",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bWKhS",
+ "name": "dialog-info",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "gap": 8,
+ "padding": [
+ 11,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uPr4t",
+ "x": 16,
+ "y": 12,
+ "name": "icon/info circle-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3DHqC",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "info-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.75 14.5c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104z m-0.72998-7c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "$turquoise500",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hjJfz",
+ "fill": "$turquoise500",
+ "content": "g",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "unSWq",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "This is an info message !",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3QdDd",
+ "name": "dialog-saving",
+ "reusable": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "gap": 8,
+ "padding": [
+ 11,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cc3O0",
+ "x": 16,
+ "y": 12,
+ "name": "icon/loading-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P7JSn",
+ "x": 1.1670000553131104,
+ "y": 1.1670000553131104,
+ "geometry": "M8.833 0c3.5732-0.0004 6.79477 2.15178 8.16236 5.45291 1.36759 3.30113 0.61186 7.10103-1.91478 9.62767-2.52664 2.52663-6.32654 3.28237-9.62767 1.91478-3.30113-1.36759-5.45332-4.58916-5.45291-8.16236l1.667 0c-0.0004 2.89896 1.74563 5.51268 4.42385 6.62225 2.67821 1.10957 5.76111 0.49646 7.81098-1.55342 2.04988-2.04988 2.66299-5.13277 1.55342-7.81098-1.10957-2.67822-3.72329-4.42425-6.62225-4.42385l0-1.667z",
+ "fill": "$turquoise500",
+ "width": 17.66825842857361,
+ "height": 17.66825842857361
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8Kmie",
+ "fill": "$turquoise500",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6jI3G",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "Saving files",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oEU8C",
+ "name": "dialog-long-info",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "gap": 8,
+ "padding": [
+ 11,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "3PrBW",
+ "x": 16,
+ "y": 11,
+ "name": "icon/info circle-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VXX3U",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "info-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.75 14.5c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104z m-0.72998-7c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "$turquoise500",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rL5vw",
+ "fill": "$turquoise500",
+ "content": "g",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "MzQes",
+ "name": "title",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 307,
+ "content": "life's but a walking shadow,a poor player that struts and frets his hour upon the stage,and t hen is heard no more; it is tale told by an idiot,full of sound and fury,signifying nothing.",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3R3UX",
+ "x": 527,
+ "y": 121,
+ "name": "input-box",
+ "clip": true,
+ "width": 280,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "D3KFi",
+ "name": "text-input-text-default-default",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qQvRB",
+ "name": "text-input-text-default-default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MVAk2",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SAkGC",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "G5k5D",
+ "name": "Text",
+ "fill": "$grey700",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sb8CB",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2qdle",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fCuRl",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LIuoj",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L4mEu",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3Acxt",
+ "name": "text-input-text-default-default-filled",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B2tuG",
+ "name": "text-input-text-default-default-filled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qjZSW",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bHfJo",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8GTZo",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eClUw",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sQXdO",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3SEnn",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "J7O7l",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EIFos",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9x6XD",
+ "name": "text-input-text-default-hover",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dozy6",
+ "name": "text-input-text-default-hover",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xLyBc",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qbPPr",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "4S3BZ",
+ "name": "Text",
+ "fill": "$grey700",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "16z2k",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "61qEZ",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0C6mN",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "C4UCe",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5FixM",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mn0rc",
+ "name": "text-input-text-default-focus",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fgEcf",
+ "name": "text-input-text-default-focus",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hI0i7",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KoPzp",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mStzG",
+ "name": "Text",
+ "fill": "$grey700",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jqu5h",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "XgMsx",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Bmt6",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ramJr",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "u0MCC",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZHawj",
+ "name": "text-input-text-default-focus-filled",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WFlyB",
+ "name": "text-input-text-default-focus-filled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yAKkj",
+ "name": "前缀&文本",
+ "rotation": -0.03016635871980805,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TKpME",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZcOLb",
+ "name": "Frame 1000004774",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 1,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "irCg9",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "iu6Kq",
+ "name": "Rectangle 132",
+ "fill": "$turquoise500",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qN2te",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "HvzOW",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "seSz5",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p3ZmV",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YPcXJ",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7mkFV",
+ "name": "text-input-text-default-disabled",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F7Rkw",
+ "name": "text-input-text-default-focus-filled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xX7mH",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5yIzy",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#cbd2d8ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2o7mk",
+ "name": "Text",
+ "fill": "$grey600",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5EWfc",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#cbd2d8ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DUO7z",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "179Va",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lPPBG",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L6emK",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fomY0",
+ "name": "text-input-text-error-default",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ykoIu",
+ "name": "text-input-text-default-disabled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$red500"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MNFXA",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9dLQ6",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ylDni",
+ "name": "Frame 1000004774",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 1,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iDP3q",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "uy9Io",
+ "name": "Rectangle 132",
+ "fill": "$red500",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fRtA3",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "6Ivdk",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cx7SO",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "apMb8",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "24lAk",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#ef4149ff",
+ "content": "Invalid name",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hEvS6",
+ "name": "text-input-text-error-hover",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YdBKW",
+ "name": "输入框",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$red500"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7bfMW",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kzM8N",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Xwtki",
+ "name": "Frame 1000004774",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 1,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EP22Z",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "mxAou",
+ "x": 0,
+ "y": 0,
+ "name": "光标",
+ "enabled": false,
+ "fill": "#24292fff",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jVkes",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "H4Zdi",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oT4RJ",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "83mL3",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gtrMM",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#ef4149ff",
+ "content": "Invalid name",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7CLJX",
+ "name": "text-input-text-success-default",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LxhdM",
+ "name": "输入框",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$green500"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mlbjS",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3U51t",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "efynz",
+ "name": "Frame 1000004774",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 1,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Unmtk",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "zsMtn",
+ "x": 0,
+ "y": 0,
+ "name": "光标",
+ "enabled": false,
+ "fill": "#24292fff",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NMQue",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qXyBF",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B1sLL",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "24Hrh",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RSYvV",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6dkeP",
+ "name": "text-input-text-success-hover",
+ "reusable": true,
+ "clip": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L7C8I",
+ "name": "输入框",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$green500"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nnBoH",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VC0mf",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Hl9qa",
+ "name": "Frame 1000004774",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 1,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6Jy0h",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Please enter ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "d5HKn",
+ "x": 0,
+ "y": 0,
+ "name": "光标",
+ "enabled": false,
+ "fill": "#24292fff",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QTg9H",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MVRrO",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Keycy",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sK2Xs",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "g0D2v",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "asqWA",
+ "x": 1391,
+ "y": 484,
+ "name": "button-close-button",
+ "clip": true,
+ "width": 60,
+ "height": 140,
+ "fill": "$grey100",
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gPf8m",
+ "x": 16,
+ "y": 16,
+ "name": "button-close-button-default",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ducdc",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SpYAf",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "enabled": false,
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AhG7s",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DCUw5",
+ "x": 16,
+ "y": 56,
+ "name": "button-close-button-hover",
+ "width": 28,
+ "height": 28,
+ "fill": "$grey400",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B9JaF",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "O9R1o",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NVNFN",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0xgRn",
+ "x": 16,
+ "y": 96,
+ "name": "button-close-button-click",
+ "width": 28,
+ "height": 28,
+ "fill": "$grey500",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iLndo",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "F6nUA",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kjiaD",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ODtAS",
+ "x": 86,
+ "y": 121,
+ "name": "search-box",
+ "clip": true,
+ "width": 380,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 27,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OSlkz",
+ "name": "search-box-default-default",
+ "reusable": true,
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j7aSs",
+ "x": 12,
+ "y": 9,
+ "name": "icon/search-outlined",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cxKGD",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "J9tJC",
+ "fill": "$grey800",
+ "content": "h",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "SxEYU",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2AjLm",
+ "name": "search-box-default-hover",
+ "reusable": true,
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m8aAh",
+ "x": 12,
+ "y": 9,
+ "name": "icon/search-outlined",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZdkwE",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7UmRx",
+ "fill": "$grey800",
+ "content": "h",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "d82kF",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I0K1E",
+ "name": "search-box-default-focus",
+ "reusable": true,
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fIB8x",
+ "x": 12,
+ "y": 9,
+ "name": "icon/search-outlined",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CbGr9",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nDpLs",
+ "fill": "$grey800",
+ "content": "h",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "0T3vZ",
+ "name": "Frame 1000002991",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 1,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "j39ld",
+ "name": "Rectangle 132",
+ "fill": "$turquoise500",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "text",
+ "id": "EDh3G",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hixvk",
+ "name": "search-box-default-inputing",
+ "reusable": true,
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ei6hy",
+ "name": "Frame 1000002992",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0eoRr",
+ "fill": "$grey700",
+ "content": "h",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "XBV4U",
+ "x": 18,
+ "y": 5,
+ "name": "icon/search-outlined",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OzLKU",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey700",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7IbID",
+ "name": "Frame 163091",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZXXar",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "project name",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "rectangle",
+ "id": "G1GVj",
+ "name": "Rectangle 132",
+ "fill": "$turquoise500",
+ "width": 1,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xfJTT",
+ "name": "button/close-button",
+ "width": 19.999998092651367,
+ "height": 19.999998092651367,
+ "cornerRadius": 713.5714111328125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9999999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gso7u",
+ "x": 2.8571250438690186,
+ "y": 2.8572120666503906,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 14.285713195800781,
+ "height": 14.285713195800781,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904761791229248
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VZYht",
+ "x": 2.9760451316833496,
+ "y": 2.9760451316833496,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 8.33363151550293,
+ "height": 8.333463668823242,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904761791229248
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jqXAV",
+ "x": 2.999998092651367,
+ "y": 2.9999990463256836,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hi18e",
+ "x": 2669,
+ "y": 121,
+ "name": "notification",
+ "clip": true,
+ "width": 484,
+ "height": 946,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9vO62",
+ "name": "confirm-dialog-error",
+ "reusable": true,
+ "width": 444,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 20,
+ 24,
+ 24,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "uFJVu",
+ "name": "Title",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ouegG",
+ "x": 0,
+ "y": 1.0485524771177488,
+ "name": "icon/triangle caution-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1oahf",
+ "x": 1.9995118379592896,
+ "y": 3.000488519668579,
+ "name": "triangle-exclamation",
+ "geometry": "M19.60736 14.1517l-6.60694-12.3562c-1.28-2.394-4.719-2.394-6 0l-6.60693 12.3562c-1.174 2.196 0.42004 4.8479 2.91504 4.8479l13.38379 0c2.494 0 4.08904-2.6529 2.91504-4.8479z m-10.35694-7.1521c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4z m0.77002 8c-0.552 0-1.00513-0.448-1.00512-1 0-0.552 0.44312-1 0.99511-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "$red500",
+ "width": 20.000722885131836,
+ "height": 18.999601364135742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jBrEg",
+ "fill": "$red500",
+ "content": "d",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GrY3z",
+ "name": "header",
+ "rotation": 0.017606881241627126,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "QTCga",
+ "name": "title",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 316,
+ "content": "Modal title",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ihdse",
+ "name": "Description",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "cO0et",
+ "name": "header",
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 0,
+ 36
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ln34F",
+ "name": "body",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": 360,
+ "content": "life's but a walking shadow,a poor player that struts and frets his hour upon the stage,and t hen is heard no more; it is tale told by an idiot,full of sound and fury,signifying nothing.",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tj7Dh",
+ "name": "footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "lSXXu",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 219.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "j3sL4",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "J85ap",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 309.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "10dlG",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.055923419296032506,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3.1118940687898573,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LHXY3",
+ "name": "confirm-dialog-warning",
+ "reusable": true,
+ "width": 444,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 20,
+ 24,
+ 24,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OZmn0",
+ "name": "Title",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kKE19",
+ "x": 0,
+ "y": 1,
+ "name": "icon/info circle-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SfBzl",
+ "x": 2,
+ "y": 2,
+ "name": "info-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.75 14.5c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104z m-0.72998-7c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#faa135ff",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xCEUy",
+ "fill": "$yellow500",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WOriy",
+ "name": "header",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "tJkhX",
+ "name": "title",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 316,
+ "content": "Modal title",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WRKmb",
+ "name": "Description",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "sKSBA",
+ "name": "header",
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 0,
+ 36
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nDZSU",
+ "name": "body",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": 360,
+ "content": "life's but a walking shadow,a poor player that struts and frets his hour upon the stage,and t hen is heard no more; it is tale told by an idiot,full of sound and fury,signifying nothing.",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rebn6",
+ "name": "footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "HMO80",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 219.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "TOyFH",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "iIFGt",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 309.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "OcAuU",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.055923419296032506,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3.1118940687898573,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QY1QE",
+ "name": "confirm-dialog-info",
+ "reusable": true,
+ "width": 444,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 20,
+ 24,
+ 24,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OT9Kx",
+ "name": "Title",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SUKY5",
+ "x": 0,
+ "y": 1,
+ "name": "icon/info circle-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SiO7T",
+ "x": 2,
+ "y": 2,
+ "name": "info-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.75 14.5c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104z m-0.72998-7c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#0bc0cfff",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iBhIa",
+ "fill": "$turquoise500",
+ "content": "g",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hxXyu",
+ "name": "header",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "fBepv",
+ "name": "title",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 316,
+ "content": "Modal title",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d0uQP",
+ "name": "Description",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "6oIbG",
+ "name": "header",
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 0,
+ 36
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wBT3S",
+ "name": "body",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": 360,
+ "content": "life's but a walking shadow,a poor player that struts and frets his hour upon the stage,and t hen is heard no more; it is tale told by an idiot,full of sound and fury,signifying nothing.",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qYUFW",
+ "name": "footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "UayhA",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 219.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "pTwxx",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "zfCAH",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 309.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "xpmnl",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.055923419296032506,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3.1118940687898573,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JnSZ0",
+ "name": "confirm-dialog-success",
+ "reusable": true,
+ "width": 444,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 20,
+ 24,
+ 24,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "VZI38",
+ "name": "Title",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fUiIr",
+ "x": 0,
+ "y": 1,
+ "name": "icon/check circle-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qoff5",
+ "x": 2,
+ "y": 2,
+ "name": "check-circle",
+ "geometry": "M10 0c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10z m4.03 8.20001l-4.67001 4.65997c-0.14 0.15-0.33 0.22003-0.53 0.22004-0.19 0-0.38-0.07003-0.53-0.22004l-2.32999-2.32995c-0.29-0.29-0.29-0.77006 0-1.06006 0.29-0.29 0.77-0.29 1.06 0l1.79999 1.80005 4.14001-4.13001c0.29-0.3 0.77-0.3 1.06 0 0.29 0.29 0.29 0.76 0 1.06z",
+ "fill": "#63ce29ff",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WCnV6",
+ "fill": "$green500",
+ "content": "i",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gs4bU",
+ "name": "header",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "VrIk1",
+ "name": "title",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 316,
+ "content": "Modal title",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IMVWm",
+ "name": "Description",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "7lD6W",
+ "name": "header",
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 0,
+ 36
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aKU3r",
+ "name": "body",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": 360,
+ "content": "life's but a walking shadow,a poor player that struts and frets his hour upon the stage,and t hen is heard no more; it is tale told by an idiot,full of sound and fury,signifying nothing.",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dgUQz",
+ "name": "footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "NU6sB",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 219.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "skP9D",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "zVaDh",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 309.9545294561974,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "cXCns",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.055923419296032506,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3.1118940687898573,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "prompt",
+ "id": "JRtKd",
+ "x": -14507,
+ "y": -369,
+ "width": 250,
+ "height": 219,
+ "content": "组件库引用(依靠ai去实现)\ntest component.pen一些页面,\n需要你调用pencil mcp,引用builder组件库.pen中的button组件\n将test component.pen中涉及到相同样式的button进行替换"
+ },
+ {
+ "type": "frame",
+ "id": "KZtzV",
+ "x": -14228,
+ "y": 3754,
+ "name": "pagination-components\t",
+ "width": 546,
+ "height": 460,
+ "fill": "$grey500",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2PENS",
+ "x": 37,
+ "y": 293,
+ "name": "pagination-item",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 24,
+ "padding": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F4eEH",
+ "name": "pagination-item-default",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "xBBD6",
+ "x": 12,
+ "y": 5,
+ "name": "1",
+ "fill": "$grey900",
+ "content": "1",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oob9m",
+ "name": "pagination-item-hover",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "GLhhO",
+ "x": 12,
+ "y": 5,
+ "name": "1",
+ "fill": "$grey900",
+ "content": "1",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HBe8o",
+ "name": "pagination-item-active",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "NJZx7",
+ "x": 12,
+ "y": 5,
+ "name": "1",
+ "fill": "$grey100",
+ "content": "1",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ORkwa",
+ "name": "pagination-item-ellipsis",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "77slJ",
+ "x": 6,
+ "y": 14,
+ "name": "椭圆形",
+ "fill": "$grey600",
+ "width": 4,
+ "height": 4
+ },
+ {
+ "type": "ellipse",
+ "id": "AVgLX",
+ "x": 14,
+ "y": 14,
+ "name": "椭圆形备份",
+ "fill": "$grey600",
+ "width": 4,
+ "height": 4
+ },
+ {
+ "type": "ellipse",
+ "id": "1kHUE",
+ "x": 22,
+ "y": 14,
+ "name": "椭圆形备份 2",
+ "fill": "$grey600",
+ "width": 4,
+ "height": 4
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RJg2r",
+ "x": 37,
+ "y": 45,
+ "name": "Pagination",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": 20,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SG7PY",
+ "name": "pagination-default",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "id": "OBkPw",
+ "type": "ref",
+ "ref": "k6Vsr",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "y2ijX",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 40,
+ "y": 0
+ },
+ {
+ "id": "XPlGW",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 80,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "2"
+ }
+ }
+ },
+ {
+ "id": "u2WVu",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 120,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "3"
+ }
+ }
+ },
+ {
+ "id": "CAcUr",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 160,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "4"
+ }
+ }
+ },
+ {
+ "id": "lC0n2",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 200,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "5"
+ }
+ }
+ },
+ {
+ "id": "78jEr",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 240,
+ "y": 0,
+ "flipX": false,
+ "flipY": false,
+ "width": 32,
+ "height": 32,
+ "textGrowth": "auto",
+ "descendants": {
+ "xBBD6": {
+ "content": "6"
+ }
+ }
+ },
+ {
+ "id": "yp1X1",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 280,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "7"
+ }
+ }
+ },
+ {
+ "id": "elWug",
+ "type": "ref",
+ "ref": "ORkwa",
+ "x": 320,
+ "y": 0
+ },
+ {
+ "id": "5pI0j",
+ "type": "ref",
+ "ref": "HBe8o",
+ "x": 360,
+ "y": 0,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "descendants": {
+ "NJZx7": {
+ "content": "25",
+ "x": 7.5
+ }
+ }
+ },
+ {
+ "id": "s7Wuo",
+ "type": "ref",
+ "ref": "SifsV",
+ "x": 400,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MmCLV",
+ "name": "pagination-multi",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "id": "xk6mn",
+ "type": "ref",
+ "ref": "k6Vsr",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "9fLuZ",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 40,
+ "y": 0
+ },
+ {
+ "id": "Vmj65",
+ "type": "ref",
+ "ref": "ORkwa",
+ "x": 80,
+ "y": 0
+ },
+ {
+ "id": "L8XB5",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 120,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "5"
+ }
+ }
+ },
+ {
+ "id": "4NSfn",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 160,
+ "y": 0,
+ "flipX": false,
+ "flipY": false,
+ "width": 32,
+ "height": 32,
+ "textGrowth": "auto",
+ "descendants": {
+ "xBBD6": {
+ "content": "6"
+ }
+ }
+ },
+ {
+ "id": "2xMLP",
+ "type": "ref",
+ "ref": "HBe8o",
+ "x": 200,
+ "y": 0,
+ "descendants": {
+ "NJZx7": {
+ "content": "7"
+ }
+ }
+ },
+ {
+ "id": "A4uN2",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 240,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "8"
+ }
+ }
+ },
+ {
+ "id": "6X4Lf",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 280,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "9"
+ }
+ }
+ },
+ {
+ "id": "URE0r",
+ "type": "ref",
+ "ref": "ORkwa",
+ "x": 320,
+ "y": 0
+ },
+ {
+ "id": "8BJSw",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 360,
+ "y": 0,
+ "flipX": false,
+ "flipY": false,
+ "width": 32,
+ "height": 32,
+ "textGrowth": "auto",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "descendants": {
+ "xBBD6": {
+ "content": "50",
+ "x": 7
+ }
+ }
+ },
+ {
+ "id": "1acRZ",
+ "type": "ref",
+ "ref": "Kyt7V",
+ "x": 400,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X3aQ5",
+ "name": "pagination-4",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "id": "ZpM7w",
+ "type": "ref",
+ "ref": "k6Vsr",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "e2bOt",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 40,
+ "y": 0
+ },
+ {
+ "id": "slfg8",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 80,
+ "y": 0,
+ "flipX": false,
+ "flipY": false,
+ "width": 32,
+ "height": 32,
+ "textGrowth": "auto",
+ "descendants": {
+ "xBBD6": {
+ "content": "2"
+ }
+ }
+ },
+ {
+ "id": "KuRCH",
+ "type": "ref",
+ "ref": "HBe8o",
+ "x": 120,
+ "y": 0,
+ "descendants": {
+ "NJZx7": {
+ "content": "3"
+ }
+ }
+ },
+ {
+ "id": "VDVOc",
+ "type": "ref",
+ "ref": "F4eEH",
+ "x": 160,
+ "y": 0,
+ "descendants": {
+ "xBBD6": {
+ "content": "4"
+ }
+ }
+ },
+ {
+ "id": "S1yvA",
+ "type": "ref",
+ "ref": "Kyt7V",
+ "x": 200,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8i6Xp",
+ "x": 323,
+ "y": 293,
+ "name": "pagination-prev-next",
+ "clip": true,
+ "width": 186,
+ "height": 122,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k6Vsr",
+ "x": 77,
+ "y": 20,
+ "name": "pagination-prev-default",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lTWex",
+ "x": 8.999999046325684,
+ "y": 23,
+ "name": "icon/angle-left",
+ "enabled": false,
+ "rotation": 180,
+ "flipX": true,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eJIKV",
+ "x": 9.917139053344727,
+ "y": 11.666759490966797,
+ "name": "angle-left",
+ "rotation": 180,
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey900",
+ "width": 5.25032901763916,
+ "height": 9.333498001098633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "b0Ugx",
+ "x": 9,
+ "y": 9,
+ "fill": "$grey900",
+ "content": "1",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3tgdl",
+ "x": 134,
+ "y": 20,
+ "name": "pagination-prev-active",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WiZWs",
+ "x": 8.999999046325684,
+ "y": 23,
+ "name": "icon/angle-left",
+ "enabled": false,
+ "rotation": 180,
+ "flipX": true,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bIWoR",
+ "x": 9.917139053344727,
+ "y": 11.666759490966797,
+ "name": "angle-left",
+ "rotation": 180,
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey900",
+ "width": 5.25032901763916,
+ "height": 9.333498001098633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2SBUe",
+ "x": 9,
+ "y": 9,
+ "fill": "$grey900",
+ "content": "1",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5aMgP",
+ "x": 20,
+ "y": 20,
+ "name": "pagination-prev-disabled",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pEO8I",
+ "x": 8.999999046325684,
+ "y": 23,
+ "name": "icon/angle-left",
+ "enabled": false,
+ "rotation": 180,
+ "flipX": true,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Fg1Mc",
+ "x": 9.917139053344727,
+ "y": 11.666759490966797,
+ "name": "angle-left",
+ "rotation": 180,
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey700",
+ "width": 5.25032901763916,
+ "height": 9.333498001098633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Bzi8y",
+ "x": 9,
+ "y": 9,
+ "fill": "$grey700",
+ "content": "1",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SifsV",
+ "x": 20,
+ "y": 70,
+ "name": "pagination-next-disabled",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3F8xg",
+ "x": 9,
+ "y": 9,
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "625U0",
+ "x": 4.666748046875,
+ "y": 2.333252191543579,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey700",
+ "width": 5.25032901763916,
+ "height": 9.333498001098633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TpdcS",
+ "x": 9,
+ "y": 9,
+ "fill": "$grey700",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kyt7V",
+ "x": 77,
+ "y": 70,
+ "name": "pagination-next-default",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cVNnS",
+ "x": 9,
+ "y": 9,
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OPj2f",
+ "x": 4.666748046875,
+ "y": 2.333252191543579,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey900",
+ "width": 5.25032901763916,
+ "height": 9.333498001098633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9SJRb",
+ "x": 9,
+ "y": 9,
+ "fill": "$grey900",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zk1Fd",
+ "x": 134,
+ "y": 70,
+ "name": "pagination-next-active",
+ "reusable": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CHzvi",
+ "x": 9,
+ "y": 9,
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PPx1B",
+ "x": 4.666748046875,
+ "y": 2.333252191543579,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey900",
+ "width": 5.25032901763916,
+ "height": 9.333498001098633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.583333432674408
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WGtfC",
+ "x": 9,
+ "y": 9,
+ "fill": "$grey900",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MSlMR",
+ "x": -14228,
+ "y": 4539,
+ "name": "list-components",
+ "width": 1989,
+ "height": 1543,
+ "fill": "$grey500",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YGKMc",
+ "x": 78,
+ "y": 724,
+ "name": "list-user-home-menu",
+ "clip": true,
+ "width": 248,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "lXHIM",
+ "name": "list-item-overview-default",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 93,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KeBM5",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JHbjm",
+ "name": "icon/overview",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H4HJz",
+ "x": 0,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$grey500",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "AXLvt",
+ "x": -9.094947017729282e-13,
+ "y": -4.547473508864641e-13,
+ "name": "Icon",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "o7H81",
+ "x": 1.5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M0 0.75001c0-0.19891 0.07902-0.38968 0.21967-0.53033 0.14065-0.14065 0.33142-0.21967 0.53033-0.21967l4.253 0c1.227 0 2.317 0.59 3 1.501 0.34896-0.4669 0.80222-0.84578 1.32362-1.10639 0.52139-0.26061 1.09649-0.39574 1.67938-0.39461l4.245 0c0.19891 0 0.38968 0.07902 0.53033 0.21967 0.14065 0.14065 0.21967 0.33142 0.21967 0.53033l0 10.5c0 0.19891-0.07902 0.38968-0.21967 0.53033-0.14065 0.14065-0.33142 0.21967-0.53033 0.21967l-4.507 0c-0.29547 0-0.58806 0.05819-0.86104 0.17126-0.27298 0.11307-0.52102 0.2788-0.72996 0.48774l-0.622 0.621c-0.14063 0.14045-0.33125 0.21934-0.53 0.21934-0.19875 0-0.38937-0.07889-0.53-0.21934l-0.622-0.621c-0.20893-0.20893-0.45697-0.37466-0.72996-0.48774-0.27298-0.11307-0.56557-0.17127-0.86104-0.17126l-4.508 0c-0.19891 0-0.38968-0.07902-0.53033-0.21967-0.14065-0.14065-0.21967-0.33142-0.21967-0.53033l0-10.5z m7.251 10.324l0.004-5.073-0.002-2.253c-0.00053-0.59639-0.23782-1.16817-0.65972-1.5897-0.4219-0.42152-0.99389-0.6583-1.59028-0.6583l-3.503 0 0 9 3.757 0c0.70543-0.00002 1.39655 0.19893 1.994 0.574z m1.504-7.324l-0.004 7.322c0.59708-0.37401 1.28745-0.57225 1.992-0.572l3.757 0 0-9-3.495 0c-0.59674 0-1.16903 0.23705-1.59099 0.65901-0.42196 0.42196-0.65901 0.99425-0.65901 1.59099z",
+ "fill": "$grey800",
+ "width": 17,
+ "height": 14.34216022491455,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.10975846648216248
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5qMwn",
+ "name": "Overview",
+ "fill": "$grey900",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cp1kR",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WM8nZ",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wjRqD",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TKFVM",
+ "name": "list-item-projects-default",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kFHPb",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f4ABx",
+ "name": "icon/projects",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "67WAn",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$grey500",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "g4unP",
+ "x": -9.094947017729282e-13,
+ "y": 0,
+ "name": "Project",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331346511841
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hCMHn",
+ "x": 2.299999952316284,
+ "y": 2.93310546875,
+ "name": "Vector 654",
+ "geometry": "M0 0l5.97059 0 5.02941 4.5 7 0 0 11.50003-18 0 0-16.00003z",
+ "width": 15.399840354919434,
+ "height": 13.346527099609375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4467129707336426,
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sFbiC",
+ "x": 8.85714054107666,
+ "y": 4.184188365936279,
+ "name": "Vector 655",
+ "geometry": "M0 0l10.5 0 0 6",
+ "width": 8.84285831451416,
+ "height": 5.004937171936035,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4467129707336426,
+ "fill": "$grey800"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L1hRR",
+ "name": "Projects",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wtpiv",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w59Gi",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ws2E6",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J7M3U",
+ "name": "list-item-likes-default",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wGFur",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CuKTr",
+ "name": "icon/likes",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QMnoG",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$grey500",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "X7KTh",
+ "x": -9.094947017729282e-13,
+ "y": 20,
+ "name": "Icon",
+ "rotation": 180,
+ "flipX": true,
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "tDbbP",
+ "x": 1.2000000476837158,
+ "y": 1.919820785522461,
+ "name": "Group 1000002795",
+ "children": [
+ {
+ "type": "path",
+ "id": "mUZwJ",
+ "x": 0,
+ "y": 16,
+ "name": "Union (Stroke)",
+ "rotation": 180,
+ "flipX": true,
+ "geometry": "M18.53154 3.43678c-1.88114-1.82468-4.8904-1.91283-6.87912-0.25653-0.18948 0.15781-0.42165 0.23442-0.65243 0.23152-0.23078 0.00291-0.46295-0.07371-0.65243-0.23152-1.98872-1.6563-4.99798-1.56815-6.87912 0.25653-1.86694 1.81091-1.95232 4.68098-0.26411 6.58818 0.0248 0.02802 0.04775 0.05706 0.06886 0.08695l7.7268 7.49491 7.7268-7.49491c0.02111-0.0299 0.04406-0.05894 0.06886-0.08695 1.68821-1.9072 1.60283-4.77726-0.26411-6.58818z m1.8916 7.76274c2.25858-2.7037 2.0897-6.68723-0.49909-9.19833-2.43156-2.35859-6.18577-2.63113-8.92406-0.82391-2.73829-1.80722-6.49249-1.53468-8.92406 0.82391-2.58879 2.51109-2.75766 6.49462-0.49908 9.19833 0.04587 0.07952 0.10287 0.15305 0.16997 0.21814l8.55692 8.30011c0.38791 0.37627 1.00459 0.37627 1.39251 0l8.55691-8.30011c0.06711-0.06509 0.12411-0.13862 0.16998-0.21814z",
+ "fillRule": "evenodd",
+ "fill": "$grey800",
+ "width": 17.600008010864258,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.10000000149011612,
+ "join": "round",
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "gRHYe",
+ "x": 11.999804496765137,
+ "y": 13.599954605102539,
+ "name": "Ellipse 42 (Stroke)",
+ "rotation": 180,
+ "flipX": true,
+ "geometry": "M1.6 3.2c0-0.88366-0.71635-1.6-1.6-1.6l0-1.6c1.76731 0 3.2 1.43269 3.2 3.2l-1.6 0z",
+ "fillRule": "evenodd",
+ "fill": "$grey800",
+ "width": 3.2000041007995605,
+ "height": 3.2000041007995605,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6666663885116577,
+ "join": "round"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "N3FG5",
+ "name": "Likes",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YZI0g",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eCe3C",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mtIzv",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rwcjh",
+ "name": "list-item-following-default",
+ "reusable": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V2w3x",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lDSdG",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IWHPH",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$grey500",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "uGUqm",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8v2zq",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "$grey800",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "$grey800"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dfMyc",
+ "name": "Following",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "51EKp",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XXFw2",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EzIOy",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0qAMz",
+ "name": "list-item-followers-default",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CiqGE",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jH0hz",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9se6a",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$grey500",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "NTNsy",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LnZvj",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "$grey800",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "$grey800"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iN6bR",
+ "name": "Followers",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cOj9e",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cwYui",
+ "x": 4,
+ "y": 1.99993896484375,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VuQZX",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fHi31",
+ "name": "list-item-overview-active",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lIHCx",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bFCOD",
+ "name": "icon/overview/colorful",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gcLfR",
+ "x": 0,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$turquoise300",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fLqWe",
+ "x": -9.094947017729282e-13,
+ "y": -4.547473508864641e-13,
+ "name": "Icon",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xsKrk",
+ "x": 1.5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M0 0.75001c0-0.19891 0.07902-0.38968 0.21967-0.53033 0.14065-0.14065 0.33142-0.21967 0.53033-0.21967l4.253 0c1.227 0 2.317 0.59 3 1.501 0.34896-0.4669 0.80222-0.84578 1.32362-1.10639 0.52139-0.26061 1.09649-0.39574 1.67938-0.39461l4.245 0c0.19891 0 0.38968 0.07902 0.53033 0.21967 0.14065 0.14065 0.21967 0.33142 0.21967 0.53033l0 10.5c0 0.19891-0.07902 0.38968-0.21967 0.53033-0.14065 0.14065-0.33142 0.21967-0.53033 0.21967l-4.507 0c-0.29547 0-0.58806 0.05819-0.86104 0.17126-0.27298 0.11307-0.52102 0.2788-0.72996 0.48774l-0.622 0.621c-0.14063 0.14045-0.33125 0.21934-0.53 0.21934-0.19875 0-0.38937-0.07889-0.53-0.21934l-0.622-0.621c-0.20893-0.20893-0.45697-0.37466-0.72996-0.48774-0.27298-0.11307-0.56557-0.17127-0.86104-0.17126l-4.508 0c-0.19891 0-0.38968-0.07902-0.53033-0.21967-0.14065-0.14065-0.21967-0.33142-0.21967-0.53033l0-10.5z m7.251 10.324l0.004-5.073-0.002-2.253c-0.00053-0.59639-0.23782-1.16817-0.65972-1.5897-0.4219-0.42152-0.99389-0.6583-1.59028-0.6583l-3.503 0 0 9 3.757 0c0.70543-0.00002 1.39655 0.19893 1.994 0.574z m1.504-7.324l-0.004 7.322c0.59708-0.37401 1.28745-0.57225 1.992-0.572l3.757 0 0-9-3.495 0c-0.59674 0-1.16903 0.23705-1.59099 0.65901-0.42196 0.42196-0.65901 0.99425-0.65901 1.59099z",
+ "fill": "$turquoise500",
+ "width": 17,
+ "height": 14.34216022491455,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.10975846648216248
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3zzfO",
+ "name": "Overview",
+ "fill": "$turquoise500",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H2bTm",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BTKjT",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EuXiy",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5yTFO",
+ "name": "list-item-projects-active",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kDUzh",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LrSY4",
+ "name": "icon/projects/colorful",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "36RZG",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$turquoise300",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Q5xaB",
+ "x": -9.094947017729282e-13,
+ "y": 0,
+ "name": "Project",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331346511841
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vDzP7",
+ "x": 8.85714054107666,
+ "y": 4.184188365936279,
+ "name": "Vector 655",
+ "geometry": "M0 0l10.5 0 0 6",
+ "width": 8.84285831451416,
+ "height": 5.004937171936035,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4467129707336426,
+ "fill": "$turquoise500"
+ }
+ },
+ {
+ "type": "path",
+ "id": "g8LD2",
+ "x": 2.299999952316284,
+ "y": 2.93310546875,
+ "name": "Vector 654",
+ "geometry": "M0 0l5.97059 0 5.02941 4.5 7 0 0 11.50003-18 0 0-16.00003z",
+ "width": 15.399840354919434,
+ "height": 13.346527099609375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4467129707336426,
+ "fill": "$turquoise500"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UkOTD",
+ "name": "Projects",
+ "fill": "$turquoise500",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WUxl9",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QgxXz",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yPoev",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mb1B8",
+ "name": "list-item-likes-active",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CyFaA",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pOT0l",
+ "name": "icon/likes/colorful",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cHq80",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$turquoise300",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "N89lV",
+ "x": -9.094947017729282e-13,
+ "y": 20,
+ "name": "Icon",
+ "rotation": 180,
+ "flipX": true,
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "4SkwA",
+ "x": 1.2000000476837158,
+ "y": 1.919820785522461,
+ "name": "Group 1000002795",
+ "children": [
+ {
+ "type": "path",
+ "id": "EYUps",
+ "x": 0,
+ "y": 16,
+ "name": "Union (Stroke)",
+ "rotation": 180,
+ "flipX": true,
+ "geometry": "M18.53154 3.43678c-1.88114-1.82468-4.8904-1.91283-6.87912-0.25653-0.18948 0.15781-0.42165 0.23442-0.65243 0.23152-0.23078 0.00291-0.46295-0.07371-0.65243-0.23152-1.98872-1.6563-4.99798-1.56815-6.87912 0.25653-1.86694 1.81091-1.95232 4.68098-0.26411 6.58818 0.0248 0.02802 0.04775 0.05706 0.06886 0.08695l7.7268 7.49491 7.7268-7.49491c0.02111-0.0299 0.04406-0.05894 0.06886-0.08695 1.68821-1.9072 1.60283-4.77726-0.26411-6.58818z m1.8916 7.76274c2.25858-2.7037 2.0897-6.68723-0.49909-9.19833-2.43156-2.35859-6.18577-2.63113-8.92406-0.82391-2.73829-1.80722-6.49249-1.53468-8.92406 0.82391-2.58879 2.51109-2.75766 6.49462-0.49908 9.19833 0.04587 0.07952 0.10287 0.15305 0.16997 0.21814l8.55692 8.30011c0.38791 0.37627 1.00459 0.37627 1.39251 0l8.55691-8.30011c0.06711-0.06509 0.12411-0.13862 0.16998-0.21814z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 17.600008010864258,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.10000000149011612,
+ "join": "round",
+ "fill": "$turquoise500"
+ }
+ },
+ {
+ "type": "path",
+ "id": "iE4Sb",
+ "x": 11.999804496765137,
+ "y": 13.599954605102539,
+ "name": "Ellipse 42 (Stroke)",
+ "rotation": 180,
+ "flipX": true,
+ "geometry": "M1.63636 3.27273c0-0.90374-0.73263-1.63636-1.63636-1.63637l0-1.63636c1.80748 0 3.27273 1.46525 3.27273 3.27273l-1.63637 0z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 3.2000041007995605,
+ "height": 3.2000041007995605,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6666663885116577,
+ "join": "round"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FPte9",
+ "name": "Likes",
+ "fill": "$turquoise500",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5Nerf",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WfAKD",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nSkMk",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1TJdh",
+ "name": "list-item-following-active",
+ "reusable": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "81frm",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uR6Mp",
+ "name": "icon/following/colorful",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oPkxY",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$turquoise300",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "rNnMf",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "y5klA",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "$turquoise500",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "$turquoise500"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "np6YO",
+ "name": "Following",
+ "fill": "$turquoise500",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UdBky",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GXgro",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ExLgu",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E762j",
+ "name": "list-item-followers-active",
+ "reusable": true,
+ "width": "fill_container",
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GoiV3",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aaxpy",
+ "name": "icon/followers/colorful",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sBOyK",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "$turquoise300",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "n6moX",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iW8n6",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "$turquoise500",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "$turquoise500"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nYVTa",
+ "name": "Followers",
+ "fill": "$turquoise500",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2pfvZ",
+ "name": "icon/angle-right",
+ "opacity": 0,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hXzEq",
+ "x": 4,
+ "y": 1.99993896484375,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "$grey800",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QTgf0",
+ "fill": "$grey800",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BsN6U",
+ "x": 96,
+ "y": 142,
+ "name": "list-sidebar",
+ "reusable": true,
+ "width": 212,
+ "fill": "#ffffffff",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,5%",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "a7crR",
+ "type": "ref",
+ "ref": "fHi31",
+ "x": 8,
+ "y": 8,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "lIHCx": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 12
+ },
+ "3zzfO": {
+ "x": 26
+ },
+ "H2bTm": {
+ "x": 128.5,
+ "y": 16
+ },
+ "EuXiy": {
+ "x": 172,
+ "y": 16
+ }
+ }
+ },
+ {
+ "id": "b55pD",
+ "type": "ref",
+ "ref": "TKFVM",
+ "x": 8,
+ "y": 60,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "kFHPb": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 12
+ },
+ "L1hRR": {
+ "x": 26
+ },
+ "Wtpiv": {
+ "x": 124,
+ "y": 16
+ },
+ "ws2E6": {
+ "x": 172,
+ "y": 16
+ }
+ }
+ },
+ {
+ "id": "dOfno",
+ "type": "ref",
+ "ref": "J7M3U",
+ "x": 8,
+ "y": 112,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "wGFur": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 12
+ },
+ "N3FG5": {
+ "x": 26
+ },
+ "YZI0g": {
+ "x": 115,
+ "y": 16
+ },
+ "mtIzv": {
+ "x": 172,
+ "y": 16
+ }
+ }
+ },
+ {
+ "id": "gantV",
+ "type": "ref",
+ "ref": "rwcjh",
+ "x": 8,
+ "y": 164,
+ "width": "fill_container",
+ "height": 44,
+ "descendants": {
+ "V2w3x": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 12
+ },
+ "dfMyc": {
+ "x": 26
+ },
+ "51EKp": {
+ "x": 128.5,
+ "y": 16
+ },
+ "EzIOy": {
+ "x": 172,
+ "y": 16
+ }
+ }
+ },
+ {
+ "id": "Is2Zg",
+ "type": "ref",
+ "ref": "0qAMz",
+ "x": 8,
+ "y": 216,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "CiqGE": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 12
+ },
+ "iN6bR": {
+ "x": 26
+ },
+ "cOj9e": {
+ "x": 128.5,
+ "y": 16
+ },
+ "VuQZX": {
+ "x": 172,
+ "y": 16
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LA0tN",
+ "x": 408,
+ "y": 724,
+ "name": "list-select",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 49,
+ "padding": [
+ 20,
+ 18
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "I4qW1",
+ "name": "list-item-first-default",
+ "reusable": true,
+ "width": "fit_content(96)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2wrsf",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8zAZN",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mhRSp",
+ "name": "list-item-first-hover",
+ "reusable": true,
+ "width": "fit_content(96)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "szPe3",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pHobQ",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PHnK4",
+ "name": "list-item-first-disabled",
+ "reusable": true,
+ "width": "fit_content(96)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "FMCK3",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pMAbf",
+ "name": "text",
+ "fill": "$grey600",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ndgWi",
+ "name": "list-item-more-default",
+ "reusable": true,
+ "width": "fit_content(96)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "d90Kr",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jiv7n",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BruxA",
+ "name": "list-item-more-hover",
+ "reusable": true,
+ "width": "fit_content(96)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "F86ei",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cJujW",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zBb20",
+ "name": "list-item-more-disabled",
+ "reusable": true,
+ "width": "fit_content(96)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "jM8Or",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "goc7Q",
+ "name": "text",
+ "fill": "$grey600",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SMsjx",
+ "x": 1365,
+ "y": 725,
+ "name": "list-select-40px-icon",
+ "clip": true,
+ "width": 213,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 49,
+ "padding": [
+ 20,
+ 18
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xWKHP",
+ "name": "list-item-nav-first-default",
+ "reusable": true,
+ "width": 150,
+ "height": "fit_content(40)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tSbzW",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "78JPy",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2wsAb",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "2tUN7",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey100",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hlF7u",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7xqZH",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xVB8K",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xiwTq",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CLVjy",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SU9qs",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VnDvq",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UEbRU",
+ "name": "list-item-nav-first-hover",
+ "reusable": true,
+ "width": 150,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xPkmf",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m10xA",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "f40mX",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "kElTW",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey100",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "u3dTR",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rMgZo",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3UaV7",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zFdQE",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mGVvW",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HNJAk",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sO939",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wvv7N",
+ "name": "list-item-nav-first-disabled",
+ "reusable": true,
+ "width": 150,
+ "height": "fit_content(40)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VZ4BB",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ATqR5",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "89Ff0",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "PhvSd",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey100",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RBlnw",
+ "name": "text",
+ "fill": "$grey600",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dmOqW",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qrf6v",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OGdQx",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hDrXf",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E434N",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uDJtP",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HGf3b",
+ "name": "list-item-more-default",
+ "reusable": true,
+ "width": 150,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 8,
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BfqmJ",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gD0jH",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8fm64",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "2mPn0",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey100",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9TIPt",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N8qsj",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5nb85",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KgrZq",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NKiei",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MBTdI",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cwQ7W",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kxuvw",
+ "name": "list-item-more-hover",
+ "reusable": true,
+ "width": 150,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DXeOH",
+ "name": "Frame 1000004737",
+ "width": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JeJrf",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IBMKq",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gZjmG",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "GVNBQ",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey100",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "obZbP",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QbYMJ",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BsiMa",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MxDr2",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EZMNv",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UWbGQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g1Lw6",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vfyG0",
+ "name": "list-item-more-disabled",
+ "reusable": true,
+ "width": 150,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 8,
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qV987",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s1mmt",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6cEmt",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "0AVzn",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey100",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PvYFW",
+ "name": "text",
+ "fill": "$grey600",
+ "content": "text",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EVBeE",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iZUOC",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CdLnZ",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rSwCA",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pqDa4",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wgcnj",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NAMqm",
+ "x": 408,
+ "y": 142,
+ "name": "list-expand-list",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 29,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "1LbGr",
+ "name": "list-1",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "id": "lJ1J0",
+ "type": "ref",
+ "ref": "I4qW1",
+ "x": 8,
+ "y": 8,
+ "height": "fit_content",
+ "descendants": {
+ "2wrsf": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "8zAZN": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dUVys",
+ "name": "list-2",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "id": "u4fSe",
+ "type": "ref",
+ "ref": "I4qW1",
+ "x": 8,
+ "y": 8,
+ "height": "fit_content",
+ "descendants": {
+ "2wrsf": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "8zAZN": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "fgpLB",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 52,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7OpUG",
+ "name": "list-3",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "id": "9ABH4",
+ "type": "ref",
+ "ref": "I4qW1",
+ "x": 8,
+ "y": 8,
+ "height": "fit_content",
+ "descendants": {
+ "2wrsf": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "8zAZN": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "SpuG2",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 52,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "fsNRs",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 102,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9enBj",
+ "name": "list-4",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "id": "YuPem",
+ "type": "ref",
+ "ref": "I4qW1",
+ "x": 8,
+ "y": 8,
+ "height": "fit_content",
+ "descendants": {
+ "2wrsf": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "8zAZN": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "9Lg0D",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 52,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "ka1y4",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 102,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "zRzpq",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 152,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0eND2",
+ "name": "list-5",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "id": "JhouZ",
+ "type": "ref",
+ "ref": "I4qW1",
+ "x": 8,
+ "y": 8,
+ "height": "fit_content",
+ "descendants": {
+ "2wrsf": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "8zAZN": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "NucCJ",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 52,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "jcihH",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 102,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "5hVzk",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 152,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "rRADu",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 202,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Cybe",
+ "name": "list-6",
+ "reusable": true,
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "id": "8fN0J",
+ "type": "ref",
+ "ref": "I4qW1",
+ "x": 8,
+ "y": 8,
+ "height": "fit_content",
+ "descendants": {
+ "2wrsf": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "8zAZN": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "5VOwm",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 52,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "XuvRi",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 102,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "7X1Dk",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 152,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "k6Tnm",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 202,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ },
+ {
+ "id": "ZboqT",
+ "type": "ref",
+ "ref": "ndgWi",
+ "x": 8,
+ "y": 252,
+ "height": "fit_content",
+ "descendants": {
+ "d90Kr": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 6
+ },
+ "Jiv7n": {
+ "x": 8,
+ "y": 8
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "37TaI",
+ "x": 1365,
+ "y": 142,
+ "name": "list-navigation-expand-list",
+ "clip": true,
+ "width": 546,
+ "height": 510,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1kPB8",
+ "x": 20,
+ "y": 20,
+ "name": "list-nav-dropdown",
+ "reusable": true,
+ "clip": true,
+ "width": 301,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XbRXd",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "96lGF",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4rh66",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "K3qI0",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "gm4Xe",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "E5bTm",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "New project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mvJHa",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jNEv6",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "i9snq",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PhIaU",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qerci",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "u83GO",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6ZUlP",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "height": "fit_content(40)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xvfHA",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "frRdH",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tcMeA",
+ "x": 2,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M3.09497 7.573c0.53-0.949 1.53402-1.53799 2.62402-1.53699l11.26709 0.00598 0.01392-0.00598 0-1.03601c0-2-1-3-3-3l-6 0-2-2-3 0c-2 0-3 1-3 3l0 10.496 0.0061-0.00299c0.002-0.238 0.05481-0.48201 0.18482-0.71301l2.90405-5.207z",
+ "fill": "#0aa5beff",
+ "width": 17,
+ "height": 13.496002197265625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "HJvoy",
+ "x": 2.007080078125,
+ "y": 11.0360107421875,
+ "name": "Vector",
+ "geometry": "M18.49198 0.00699l-1.51196-0.00101-11.26709-0.00598c-1.09-0.001-2.09502 0.58799-2.62402 1.53699l-2.90405 5.207c-0.129 0.232-0.18281 0.47501-0.18482 0.71301-0.006 0.786 0.61785 1.50699 1.49585 1.50699l12.78101 0c1.089 0 2.09307-0.58801 2.62207-1.53601l2.90405-5.20099c0.555-0.995-0.16803-2.22-1.31104-2.22z",
+ "fill": "#51dadcff",
+ "width": 19.993696212768555,
+ "height": 8.963990211486816,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": false,
+ "rotation": -180,
+ "size": {
+ "height": 0.9999999999999999
+ },
+ "colors": [
+ {
+ "color": "#ffb800ff",
+ "position": 0
+ },
+ {
+ "color": "#ff8d01ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "y": 0.49999999999999994
+ }
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "c1b2D",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Open project...",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Iryuc",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v9ysj",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nmWqD",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xraiu",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZMq8N",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yK6Bb",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8SGJs",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 8,
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r2puH",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D8WpP",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8rzrC",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "wUGnq",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "mlwfg",
+ "x": 8.251220703125,
+ "y": 12.249237060546875,
+ "name": "Vector",
+ "geometry": "M5.74889 2.00076l-3.18896 0 0.71997-0.72001c0.293-0.293 0.293-0.768 0-1.061-0.293-0.293-0.76804-0.293-1.06103 0l-2 2c-0.069 0.069-0.12387 0.152-0.16187 0.244-0.076 0.183-0.076 0.39 0 0.573 0.038 0.092 0.09287 0.175 0.16187 0.244l2 2c0.146 0.146 0.33803 0.22 0.53002 0.22001 0.192 0 0.38403-0.073 0.53003-0.22001 0.293-0.293 0.293-0.768 0-1.061l-0.71997-0.72 3.18994 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.74899-0.75-0.74899z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tzJz1",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Import project file...",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wAlHN",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CIZ8U",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8KuJU",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bcxBa",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C02S1",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Lqef8",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jYScp",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UAciu",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kzfIC",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Y2BfU",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "btY7r",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "N7qqP",
+ "x": 8.800215721130371,
+ "y": 9.199993133544922,
+ "name": "Union",
+ "geometry": "M4.58476 2.11729c0.42576-0.03237 0.35454 0.35541 0.34179 0.63281l-0.04687 1.14356c-0.00443 0.12247-0.00922 0.24633-0.01465 0.37011-0.01051 0.2409-0.27555 0.3591-0.46777 0.23926-0.16754-0.10496-0.12903-0.37209-0.17676-0.5498-0.0782-0.29126-0.1867-0.50795-0.41895-0.70703-0.06452-0.06015-0.12707-0.11939-0.20312-0.16504-0.1502-0.09017-0.37373-0.08143-0.45703 0.09472-0.07872 0.16653-0.09394 0.35766-0.1211 0.53809-0.02273 0.15078-0.03821 0.30557-0.03808 0.45801 0.00028 0.10539 0.01148 0.19436 0.03906 0.29492 0.09802 0.35698 0.41518 0.34536 0.71387 0.39941 0.6089 0.11229 1.31029 0.36128 1.49902 1.02051 0.09287 0.32459 0.05052 0.62419-0.11426 0.91797-0.19908 0.34755-0.52907 0.60156-0.91601 0.70508-0.53246 0.14477-1.01983-0.03145-1.4795-0.29199 0.00006 0.14917 0.00051 0.30121 0.00782 0.45019 0.00989 0.20238-0.04968 0.3398-0.25684 0.39258-0.22264 0.0303-0.34331-0.12019-0.35156-0.3291-0.019-0.48379 0.00009-0.96489 0.01953-1.44825 0.00948-0.17163-0.00657-0.34128 0.01465-0.51269 0.03709-0.29706 0.45539-0.36917 0.57617-0.09375 0.03121 0.07137 0.02689 0.18468 0.0332 0.26367 0.01744 0.21668 0.06831 0.44994 0.23243 0.60547 0.234 0.2152 0.45679 0.37433 0.78222 0.38281 0.42082 0.01079 0.88082-0.32684 0.88281-0.77051 0.00206-0.48918-0.66017-0.64237-1.03808-0.7207-0.15934-0.03301-0.33395-0.05044-0.49024-0.09961-0.53557-0.16068-0.73857-0.67417-0.73925-1.19433-0.00602-0.17413 0.02013-0.34739 0.04003-0.51856 0.06848-0.58856 0.23949-1.20485 0.95313-1.20703 0.4427-0.00131 0.65268 0.19112 0.95703 0.48633-0.00476-0.12632-0.00066-0.25592-0.00391-0.38184-0.0053-0.2077 0.02496-0.33629 0.24122-0.40527z m0.08398-2.11719c0.42696 0.00345 0.84568 0.12005 1.21289 0.33789 0.67279 0.39728 1.11447 1.0933 1.18848 1.8711 0.02113 0.21842 0.00401 0.4534-0.00391 0.67382-0.01223 0.3405-0.02675 0.68114-0.04297 1.02149-0.00627 0.13386-0.01444 0.26773-0.02441 0.40137-0.01089 0.15629-0.03761 0.23435 0.03808 0.37793 0.11032 0.20906 0.19482 0.44085 0.25293 0.66992 0.22885 0.87008 0.09674 1.79655-0.36718 2.56738-0.49652 0.82345-1.2984 1.41806-2.23047 1.6543-0.13912 0.0345-0.27876 0.05958-0.4209 0.0791-0.09423 0.0129-0.25 0.01135-0.33594 0.03906-0.07041 0.02286-0.19567 0.12576-0.27051 0.16797-0.23992 0.13503-0.44755 0.21023-0.71289 0.27734-0.09222 0.01796-0.18984 0.03571-0.2832 0.04395-0.6521 0.0588-1.30063-0.14506-1.80176-0.56641-0.45262-0.38017-0.75008-0.91323-0.83593-1.49804-0.03257-0.23291-0.02893-0.50852-0.03028-0.74512-0.00165-0.2907-0.00227-0.58177 0.01563-0.87207 0.02061-0.35764 0.00294-0.71916 0.05371-1.07422 0.03837-0.26783 0.12362-0.48071 0.2207-0.72656 0.01142-0.02996-0.00105-0.14844-0.00488-0.18653-0.03616-0.3576-0.01768-0.71556 0.02832-1.07129 0.07015-0.75897 0.29391-1.49698 0.79492-2.09082 0.45309-0.53742 1.085-0.89424 1.7793-1.0039 0.19153-0.0308 0.3703-0.03943 0.5625-0.04785 0.04163-0.00188 0.21808-0.09952 0.27343-0.12207 0.2457-0.0999 0.48602-0.15022 0.75-0.17286 0.04439-0.00544 0.14581-0.00511 0.19434-0.00488z m-0.08984 1.12012c-0.33269 0.02196-0.55017 0.11707-0.80567 0.3291-0.51419-0.07499-1.07774 0.02145-1.49804 0.33789-0.53459 0.40249-0.71861 0.95564-0.81055 1.58594-0.0767 0.5262-0.11672 1.0388 0.03906 1.55664-0.14679 0.15696-0.24473 0.31831-0.30078 0.52832-0.04517 0.16953-0.04516 0.32421-0.04687 0.49707-0.00418 0.42136-0.03396 0.84323-0.03907 1.26465-0.00211 0.17397 0.00972 0.35041 0.0127 0.52441 0.00296 0.3786 0.1455 0.71661 0.4248 0.97461 0.27972 0.25835 0.61726 0.3692 0.99512 0.34668 0.12031-0.0072 0.19546-0.02063 0.3125-0.05566 0.20089-0.07103 0.33904-0.14953 0.49316-0.30274 0.04988-0.04963 0.10137-0.11396 0.14942-0.16113 1.25611 0.19152 2.55551-0.73315 2.74902-2.00195 0.08701-0.57136-0.06022-1.18814-0.40527-1.65332-0.02128-0.02831-0.04288-0.0567-0.06543-0.08399 0.11413-0.27023 0.1037-0.49745 0.11621-0.78418 0.0126-0.26467 0.02264-0.5301 0.03125-0.79492l0.02148-0.54785c0.00377-0.1091 0.0107-0.23664 0.00293-0.34375-0.01051-0.13696-0.04211-0.27212-0.09375-0.39942-0.18948-0.46591-0.62892-0.7774-1.1289-0.81445-0.05078-0.00376-0.1026-0.00724-0.15332-0.00195z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 7.399597644805908,
+ "height": 10.192655563354492
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pixbe",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Import scratch project file",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Nmlqs",
+ "name": "Tag",
+ "clip": true,
+ "height": 20,
+ "fill": "$grey300",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ytEdE",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kqZ2r",
+ "name": "Default",
+ "fill": "$grey900",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XXl8i",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KUmGl",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XzslR",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZpyBR",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "height": "fit_content(40)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HDfwq",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GIYK2",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "u49Hu",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "tqaWD",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "rOG93",
+ "x": 9.00048828125,
+ "y": 10.75,
+ "name": "Vector",
+ "geometry": "M3.87361 0.228l0.75489 1.498c0.057 0.113 0.16721 0.191 0.29321 0.209l1.74292 0.248c0.32 0.045 0.44706 0.43101 0.21606 0.65201l-1.26001 1.202c-0.092 0.088-0.13406 0.215-0.11206 0.339l0.28809 1.646c0.058 0.334-0.299 0.588-0.60401 0.431l-1.5122-0.778c-0.114-0.058-0.24882-0.058-0.36182 0l-1.51099 0.77699c-0.306 0.158-0.66422-0.09799-0.60522-0.43199l0.28809-1.644c0.022-0.124-0.02006-0.251-0.11206-0.339l-1.26001-1.202c-0.232-0.221-0.10394-0.60701 0.21606-0.65201l1.74292-0.248c0.127-0.018 0.23721-0.096 0.29321-0.209l0.75489-1.498c0.153-0.304 0.59505-0.304 0.74804 0z",
+ "fill": "#ffffffff",
+ "width": 6.998734474182129,
+ "height": 6.500608444213867,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JEfEI",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Import assets from scratch",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wgMip",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ni1LS",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5HJn9",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yj6Gs",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PYVVw",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eZa21",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "stvhJ",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 8,
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gzy4w",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8MbNk",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4kjkD",
+ "x": 5,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M12 6c-2 0-3-1-3-3l0-3-6 0c-2 0-3 1-3 3l0 12c0 2 1 3 3 3l9 0c2 0 3-1 3-3l0-9-3 0z",
+ "fill": "#51dadcff",
+ "width": 15,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "PpEu7",
+ "x": 14,
+ "y": 3,
+ "name": "Vector",
+ "geometry": "M3 6l3 0-6-6 0 3c0 2 1 3 3 3z",
+ "fill": "#0aa5beff",
+ "width": 6,
+ "height": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "hfKu5",
+ "x": 8.25,
+ "y": 12.250244140625,
+ "name": "Vector",
+ "geometry": "M6.44189 3.03675c0.076-0.183 0.076-0.39 0-0.573-0.038-0.092-0.09287-0.175-0.16186-0.244l-2-2c-0.293-0.293-0.76804-0.293-1.06104 0-0.293 0.293-0.293 0.768 0 1.061l0.71997 0.72001-3.18896 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l3.18896 0-0.71997 0.71998c-0.293 0.293-0.293 0.768 0 1.06101 0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22l2-2c0.07-0.071 0.12484-0.15399 0.16284-0.245z",
+ "fill": "#ffffffff",
+ "width": 6.498894691467285,
+ "height": 5.5017476081848145,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q7qW6",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Export project file",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ad4fg",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VWQEj",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IBYOR",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IoAtV",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2r58s",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NbtFf",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ba6US",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 8,
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pSx2t",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lzxCF",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OXz5a",
+ "x": 4,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M18 8c0 2.76-2.24 5-5 5l-4.69897 0c-0.2 0-0.30103-0.16302-0.30103-0.33002 0-1.09-0.52009-2.05998-1.34009-2.66998 0.82-0.61 1.34009-1.57998 1.34009-2.66998 0-1.83-1.50008-3.33002-3.33008-3.33002-1.4 0-2.61986 0.89002-3.10986 2.15002l-1.30005 0.64997c-0.209 0.096-0.26001-0.13099-0.26001-0.29999 0-3.59 2.91-6.5 6.5-6.5 1.65 0 3.15004 0.61 4.29004 1.62 0.48 0.43 0.89999 0.92003 1.23999 1.47003 0.32-0.06 0.63997-0.09003 0.96997-0.09003 2.76 0 5 2.24 5 5z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "6xopc",
+ "x": 1.5,
+ "y": 10.50299072265625,
+ "name": "Vector",
+ "geometry": "M7.16699 5.33002c-0.517 0-0.98192 0.21701-1.31592 0.56201l-2.21313-1.10602c0.015-0.094 0.02905-0.19002 0.02905-0.28802 0-0.098-0.01405-0.19396-0.02905-0.28797l2.21313-1.10602c0.333 0.345 0.79892 0.56201 1.31592 0.56202 1.011 0 1.83301-0.82301 1.83301-1.83301 0-1.011-0.82201-1.83301-1.83301-1.83301-0.959 0-1.73887 0.74199-1.81787 1.67999l-2.54419 1.27204c-0.282-0.178-0.61392-0.28503-0.97192-0.28504-1.011 0-1.83301 0.82301-1.83301 1.83301 0 1.01 0.82201 1.83301 1.83301 1.83301 0.358 0 0.68892-0.10697 0.97192-0.28498l2.54419 1.27198c0.079 0.938 0.85887 1.67999 1.81787 1.67999 1.011 0 1.83301-0.82301 1.83301-1.83301 0-1.014-0.82201-1.83698-1.83301-1.83697z",
+ "fill": "#0aa5beff",
+ "width": 9,
+ "height": 9,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tRBSj",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Publish project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HnbAZ",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0QLDE",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6isBf",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OXUY2",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d0r8k",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kr7fg",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ux4ib",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "height": "fit_content(40)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sl2KX",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TL3Nm",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V0dfQ",
+ "x": 4.25,
+ "y": 15,
+ "name": "Vector",
+ "geometry": "M14.75 4.25l-5.14795 0c-0.203-0.5-0.60105-0.89899-1.10205-1.10199l0-3.14801-1.5 0 0 3.14801c-0.5 0.203-0.89905 0.60099-1.10205 1.10199l-5.14795 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l5.14795 0c0.297 0.732 1.01305 1.25 1.85205 1.25 0.839 0 1.55505-0.518 1.85205-1.25l5.14795 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#0aa5beff",
+ "width": 15.5,
+ "height": 7,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "1HayX",
+ "x": 4,
+ "y": 2,
+ "name": "Vector",
+ "geometry": "M13 2l-5 0-2-2-3 0c-2 0-3 1-3 3l0 7c0 2 1 3 3 3l4.25 0 1.5 0 4.25 0c2 0 3-1 3-3l0-5c0-2-1-3-3-3z",
+ "fill": "#51dadcff",
+ "width": 16,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zkCbo",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Open project page",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N5j3x",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XjsAX",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XasmY",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XoSNv",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6t85O",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xnPLX",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EOoAz",
+ "name": ".list/select(40px)+icon",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 8,
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WN4Sm",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "33ucB",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hJ51J",
+ "x": 3,
+ "y": 4,
+ "name": "Subtract",
+ "geometry": "M18 9.29825l0-3.29825c0-2-1-3-3-3l-5 0-3-3-4 0c-2 0-3 1-3 3l0 10c0 2 1 3 3 3l6.95415 0c-0.06408-0.65544 0.15489-1.33333 0.65691-1.83535l0.66451-0.6645-0.66466-0.66466c-0.89039-0.89039-0.89039-2.33401 0-3.2244 0.89039-0.8904 2.33401-0.8904 3.22441 0l0.66465 0.66465 0.66486-0.66486c0.76987-0.76987 1.95333-0.87408 2.83517-0.31263z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "AtIPY",
+ "x": 12.5,
+ "y": 12.5,
+ "name": "X",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DzQYJ",
+ "x": 1.9519025087356567,
+ "y": 1.951902985572815,
+ "name": "Union",
+ "geometry": "M1.28033 0.21967c-0.29289-0.29289-0.76777-0.29289-1.06066 0-0.29289 0.29289-0.29289 0.76777 0 1.06066l1.76777 1.76777-1.76777 1.76776c-0.29289 0.29289-0.29289 0.76777 0 1.06066 0.29289 0.29289 0.76777 0.29289 1.06066 0l1.76777-1.76776 1.76776 1.76776c0.29289 0.29289 0.76777 0.29289 1.06066 0 0.29289-0.29289 0.29289-0.76777 0-1.06066l-1.76776-1.76776 1.76776-1.76777c0.29289-0.29289 0.29289-0.76777 0-1.06066-0.29289-0.29289-0.76777-0.29289-1.06066 0l-1.76776 1.76777-1.76777-1.76777z",
+ "fill": "#0aa5beff",
+ "width": 6.096194267272949,
+ "height": 6.096194267272949,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.5,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aNXnh",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Remove project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y5fsV",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HlD26",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bp9sT",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GSjLn",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RDHBY",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4ZTg1",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qQ3uy",
+ "x": 359,
+ "y": 20,
+ "name": "list-community-navigation",
+ "clip": true,
+ "width": 167,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "iECyZ",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sdg2Y",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B1ypm",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "khPVm",
+ "x": 3,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M18 6l0 7c0 2-1 3-3 3l-12 0c-2 0-3-1-3-3l0-10c0-2 1-3 3-3l4 0 3 3 5 0c2 0 3 1 3 3z",
+ "fill": "#51dadcff",
+ "width": 18,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "YBzit",
+ "x": 8.75,
+ "y": 10.25,
+ "name": "Vector",
+ "geometry": "M5.75 2.5l-1.75 0 0-1.75c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 1.75-1.75 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l1.75 0 0 1.75c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-1.75 1.75 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#ffffffff",
+ "width": 6.5,
+ "height": 6.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DZmIw",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "New project",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tOIQ4",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qlf9t",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OQlyJ",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2SFHk",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sbo9W",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0bIgU",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sf1Ba",
+ "name": "list-select-40px-icon",
+ "width": "fill_container",
+ "height": 46,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 6,
+ 8,
+ 0,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ibmyR",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q44Ex",
+ "name": "icon/project a-colorful",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H5i8P",
+ "x": 2,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M3.09497 7.573c0.53-0.949 1.53402-1.53799 2.62402-1.53699l11.26709 0.00598 0.01392-0.00598 0-1.03601c0-2-1-3-3-3l-6 0-2-2-3 0c-2 0-3 1-3 3l0 10.496 0.0061-0.00299c0.002-0.238 0.05481-0.48201 0.18482-0.71301l2.90405-5.207z",
+ "fill": "#0aa5beff",
+ "width": 17,
+ "height": 13.496002197265625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ayLey",
+ "x": 2.007080078125,
+ "y": 11.0360107421875,
+ "name": "Vector",
+ "geometry": "M18.49198 0.00699l-1.51196-0.00101-11.26709-0.00598c-1.09-0.001-2.09502 0.58799-2.62402 1.53699l-2.90405 5.207c-0.129 0.232-0.18281 0.47501-0.18482 0.71301-0.006 0.786 0.61785 1.50699 1.49585 1.50699l12.78101 0c1.089 0 2.09307-0.58801 2.62207-1.53601l2.90405-5.20099c0.555-0.995-0.16803-2.22-1.31104-2.22z",
+ "fill": "#51dadcff",
+ "width": 19.993696212768555,
+ "height": 8.963990211486816,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": false,
+ "rotation": -180,
+ "size": {
+ "height": 0.9999999999999999
+ },
+ "colors": [
+ {
+ "color": "#ffb800ff",
+ "position": 0
+ },
+ {
+ "color": "#ff8d01ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "y": 0.49999999999999994
+ }
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iWhug",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Open project...",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dr2Sw",
+ "x": 0,
+ "y": 0,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V05tB",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kDGvw",
+ "name": "Default",
+ "fill": "#57606aff",
+ "content": "Beta",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d3PUz",
+ "x": 0,
+ "y": 0,
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N4rXb",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "694ta",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WxHMZ",
+ "x": -14228,
+ "y": 6312,
+ "name": "modal-components",
+ "width": 1989,
+ "height": 2178,
+ "fill": "$grey500",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OJvct",
+ "x": 128,
+ "y": 218,
+ "name": "modal-left",
+ "reusable": true,
+ "clip": true,
+ "width": 560,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XNhDw",
+ "name": "header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "vAIJs",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "Modal title",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "670cY",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ax45N",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1KvhS",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lapWR",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SvkmB",
+ "name": "body",
+ "slot": [
+ "udHgy",
+ "t7z1Z",
+ "S0xh3",
+ "CUbh3"
+ ],
+ "width": "fill_container",
+ "height": "fit_content(124)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "PO2FV",
+ "name": "footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "id": "CQxE0",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 356,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "j3hV8",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7GC5Q",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "gqFkq",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "GgRS8": {
+ "enabled": false
+ },
+ "awuls": {
+ "x": 16,
+ "y": 7,
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fR8Xv",
+ "x": 128,
+ "y": 518,
+ "name": "modal-sprite-animation-panel",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#8a38f5ff"
+ },
+ "gap": 32,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "TeuXd",
+ "name": "modal-duration",
+ "reusable": true,
+ "clip": true,
+ "width": 312,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rsjxa",
+ "name": "Header",
+ "width": "fill_container",
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nxQiZ",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "Duration",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gGTno",
+ "name": "button/close-button",
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ENPZ4",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TbSh8",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eofp7",
+ "x": 3,
+ "y": 3,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qYp9b",
+ "name": "body",
+ "width": 312,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nKerf",
+ "name": "input-box",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MmvBB",
+ "name": "输入框",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AeDhV",
+ "name": "前缀&文本",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4iQQq",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Duration ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "i8zob",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "0.1",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Bv57P",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "s",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "VqatP",
+ "x": 0,
+ "y": 0,
+ "name": "button/close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BlmHA",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Ik65",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JT0K0",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W27zs",
+ "name": "footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 16,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "RFMhi",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 121.95452945619738,
+ "y": 16,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "1IaV2",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "MwLT6",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 209.95452945619738,
+ "y": 16,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "529nY",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.055923419296032506,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3.1118940687898573,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m7oc8",
+ "name": "modal-sound-select",
+ "reusable": true,
+ "clip": true,
+ "width": 312,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9yui8",
+ "name": "header",
+ "width": "fill_container",
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ffjmg",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "Sound select",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9EiI5",
+ "name": "button/close-button",
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gOtII",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dIQ0i",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DMxrn",
+ "x": 3,
+ "y": 3,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aYztP",
+ "name": "body",
+ "width": 312,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 12,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uLz4a",
+ "name": "Frame 162923",
+ "width": 280,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "id": "5zFne",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "RnlCH",
+ "type": "ref",
+ "ref": "4J7gT",
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "fill": "$turquoise200",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "8ZncT": {
+ "x": 16,
+ "y": 6
+ },
+ "3WrT0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10.000003814697266
+ },
+ "AWuhR": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0
+ },
+ "AWuhR/wpffu": {
+ "x": 10,
+ "y": 10
+ },
+ "AWuhR/0c79O": {
+ "x": 10,
+ "y": 10
+ },
+ "WZPbn": {
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "x": 2,
+ "y": 64
+ },
+ "QgYfd": {
+ "fill": "$grey1000",
+ "x": 21.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "wBcvZ",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 96,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "tvSQT",
+ "type": "ref",
+ "ref": "tFoNL",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "2No9Y": {
+ "fill": "$grey300"
+ },
+ "wIwew": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10.000003814697266
+ },
+ "kxHrC": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0
+ },
+ "kxHrC/wpffu": {
+ "x": 10,
+ "y": 10
+ },
+ "kxHrC/0c79O": {
+ "x": 10,
+ "y": 10
+ },
+ "ruLPJ": {
+ "fill": "$grey1000",
+ "x": 21.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "5lo9g",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 192,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Zq6WV",
+ "type": "ref",
+ "ref": "wIBK3",
+ "x": 0,
+ "y": 2.1553783664993418e-14,
+ "descendants": {
+ "iLvLE": {
+ "fill": "$turquoise500",
+ "x": 2.9842124739298015,
+ "y": 3.0158152687763504,
+ "rotation": 0.10059487198846184
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RP5Fw",
+ "name": "footer",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 16,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "B6Wdu",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 121.95452945619738,
+ "y": 16,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "jXCsO",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "kquFZ",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 209.95452945619738,
+ "y": 16,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "HjgBT",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.055923419296032506,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3.1118940687898573,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YONDv",
+ "name": "odal-adjust-animation-binding",
+ "reusable": true,
+ "clip": true,
+ "width": 312,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 16
+ },
+ "blur": 28,
+ "spread": -12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0XUFB",
+ "name": "header",
+ "width": "fill_container",
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SJDSZ",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "Adjust animation binding",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MfTzr",
+ "name": "Frame 232",
+ "width": 312,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 12,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "adlQS",
+ "name": "Frame 162923",
+ "width": 288,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "id": "pdb6O",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "zrQzS",
+ "type": "ref",
+ "ref": "eAXtT",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "sprXs": {
+ "x": 25,
+ "y": 3
+ },
+ "0QNBW": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "NlBKT": {
+ "x": 6,
+ "y": 6
+ },
+ "UnHtM": {
+ "x": 6,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "E7FDs",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 100,
+ "y": 0,
+ "clip": false,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "pQC2D",
+ "type": "ref",
+ "ref": "gB1sh",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "R6C4y": {
+ "x": 23,
+ "y": 3
+ },
+ "FRd7s": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "4qgTS": {
+ "x": 6,
+ "y": 6
+ },
+ "4pRxP": {
+ "x": 6,
+ "y": 6
+ },
+ "VK0Jy": {
+ "enabled": true
+ },
+ "VK0Jy/LMTVI": {
+ "x": 5,
+ "y": 5
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "XTvLA",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 200,
+ "y": 0,
+ "clip": false,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "7V84z",
+ "type": "ref",
+ "ref": "aDGOh",
+ "clip": false,
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "v27mW": {
+ "x": 28,
+ "y": 3
+ },
+ "DxzoF": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "enabled": true
+ },
+ "yovUp": {
+ "x": 6,
+ "y": 6,
+ "enabled": false,
+ "rotation": 0
+ },
+ "THlCc": {
+ "x": 8.66015625,
+ "y": 4
+ },
+ "XDzEn": {
+ "x": 6,
+ "y": 6,
+ "enabled": true
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rbhf6",
+ "name": "Frame 1000002913",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 16,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "jeSpn",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 121.95452945619738,
+ "y": 16,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "feoEL",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "QZoQk",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 209.95452945619738,
+ "y": 16,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "pdxKI",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.055923419296032506,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Confirm",
+ "x": 16,
+ "y": 3.1118940687898573,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TnSMW",
+ "x": 136,
+ "y": 863,
+ "name": "modal-open-project",
+ "reusable": true,
+ "width": 1024,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qGByt",
+ "name": "container",
+ "clip": true,
+ "fill": "#ffffffff",
+ "cornerRadius": "$border-radius-2",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FgTZE",
+ "name": "header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vOcmo",
+ "name": "title",
+ "fill": "$grey1000",
+ "content": "Open proiect",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s2BUv",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xpktp",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eTlpN",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$grey700",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YzWLj",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey700",
+ "content": "7",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wu99c",
+ "name": "body",
+ "width": 1024,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 40,
+ 24
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "38ap8",
+ "name": "Card group",
+ "gap": 16,
+ "children": [
+ {
+ "id": "gcp1a",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "dxHyn",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "fE70S",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "ukFfh",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "RjZl9",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "u4SSN",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "0ow8N",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "zDgpf",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D7uGY",
+ "name": "Card group",
+ "gap": 16,
+ "children": [
+ {
+ "id": "1WqfR",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "mn2d7",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 0.06467092608439096
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ },
+ "AAII6": {
+ "x": 0,
+ "y": 0.1293667417646902,
+ "rotation": 0.0903923339907518
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "NWudD",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "40G02",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "S2AxT",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "KUTkn",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "23SMb",
+ "type": "ref",
+ "ref": "pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "Yzuum",
+ "type": "ref",
+ "ref": "VIdgS",
+ "descendants": {
+ "3hfWW": {
+ "height": "fit_content"
+ },
+ "8w0hb": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 16
+ },
+ "pMfl5": {
+ "height": "fit_content"
+ },
+ "7y54S": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 121
+ },
+ "ZIdoO": {
+ "x": 4,
+ "y": 4
+ },
+ "ee3AO": {
+ "height": "fit_content",
+ "y": 28
+ },
+ "Q6HQF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "G6FEH": {
+ "y": 3
+ },
+ "GZBXt": {
+ "y": 3
+ },
+ "4KBaK": {
+ "x": 18
+ },
+ "geG0J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IViR7",
+ "name": "footer",
+ "width": 252,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 10,
+ 10,
+ 40,
+ 10
+ ],
+ "children": [
+ {
+ "id": "HIvtQ",
+ "type": "ref",
+ "ref": "bm7Pn",
+ "x": 10,
+ "y": 10,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "l1SLm",
+ "type": "ref",
+ "ref": "X3aQ5",
+ "width": "fit_content",
+ "height": "fit_content"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RLEV6",
+ "x": 1307,
+ "y": 218,
+ "name": "modal-content",
+ "clip": true,
+ "width": 600,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#8a38f5ff"
+ },
+ "layout": "vertical",
+ "gap": 115,
+ "padding": 40,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xna27",
+ "name": "ody-input-name",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "Q04ez",
+ "name": "输入文本",
+ "rotation": 0.0016371130057736382,
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": 400,
+ "content": "The project name cannot be modified after it is created.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "u98L9",
+ "name": "input-box",
+ "clip": true,
+ "width": "fill_container",
+ "height": 58,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "id": "NFtZ0",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "XBQIW",
+ "type": "ref",
+ "ref": "7CLJX",
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "LxhdM": {
+ "width": "fill_container",
+ "fill": "$grey100"
+ },
+ "mlbjS": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "efynz": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Unmtk": {
+ "content": "Please enter the sound name "
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OU8de",
+ "name": "hint text",
+ "fill": "$grey800",
+ "content": "The sound name can only contain letters, digits, and the character",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Edy1r",
+ "name": "component-toast",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "H5gd8",
+ "x": 0,
+ "y": 12,
+ "name": "icon/exclamation circle-filled",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qgon8",
+ "x": 1.6626580083193403,
+ "y": 1.6706771747521998,
+ "name": "exclamation-circle",
+ "rotation": 0.027567865623174065,
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "$yellow500",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3erh3",
+ "fill": "$yellow500",
+ "content": "f",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fRhcP",
+ "name": "title",
+ "fill": "$yellow500",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "There are errors in the project code. Some references may not be updated automatically. You can check the code and update them manually after renaming.",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CUbh3",
+ "name": "body-input-2",
+ "reusable": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GWSP9",
+ "name": "Frame 162933",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wvvR4",
+ "name": "Frame 162934",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PTsFq",
+ "name": "*",
+ "fill": "$red500",
+ "content": "*",
+ "fontFamily": "PingFang SC",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "p7LHN",
+ "name": "姓名",
+ "fill": "$grey1000",
+ "content": "Input Label",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Tt0cd",
+ "x": 91,
+ "y": 3.999999523162842,
+ "name": "icon/question-circle-outlined",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lyf0R",
+ "x": 0.7291667461395264,
+ "y": 0.7291667461395264,
+ "name": "question-circle",
+ "geometry": "M10.75 21.5c-5.928 0-10.75-4.822-10.75-10.75 0-5.928 4.822-10.75 10.75-10.75 5.928 0 10.75 4.822 10.75 10.75 0 5.928-4.822 10.75-10.75 10.75z m0-20c-5.101 0-9.25 4.149-9.25 9.25 0 5.101 4.149 9.25 9.25 9.25 5.101 0 9.25-4.149 9.25-9.25 0-5.101-4.149-9.25-9.25-9.25z m0.71094 10.61401c0.024-0.072 0.16009-0.34496 0.89209-0.83496 1.18-0.791 1.70801-1.92111 1.48901-3.1831-0.222-1.275-1.2611-2.32192-2.5271-2.54492-0.925-0.164-1.86197 0.08491-2.57397 0.6809-0.719 0.603-1.13086 1.48796-1.13086 2.42896 0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75 0-0.496 0.21697-0.96279 0.59497-1.27979 0.376-0.315 0.85588-0.444 1.34888-0.354 0.646 0.114 1.19703 0.67095 1.31103 1.32495 0.043 0.247 0.17408 0.99693-0.84692 1.67993-0.827 0.555-1.29703 1.064-1.47803 1.60401-0.132 0.393 0.0799 0.81795 0.4729 0.94995 0.079 0.027 0.15904 0.03906 0.23804 0.03906 0.312 0 0.60396-0.19799 0.70996-0.51099z m0.30908 3.13599c0-0.552-0.447-1-1-1l-0.01001 0c-0.552 0-0.99512 0.448-0.99512 1 0 0.552 0.45313 1 1.00513 1 0.552 0 1-0.448 1-1z",
+ "fill": "$grey700",
+ "width": 12.541667938232422,
+ "height": 12.541667938232422,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "51W9M",
+ "fill": "$grey700",
+ "content": "8",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "nfwAS",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 120,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "Gh5w0",
+ "type": "ref",
+ "ref": "D3KFi",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "qQvRB": {
+ "width": "fill_container"
+ },
+ "MVAk2": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZDCDo",
+ "name": "Frame 162940",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZTrc6",
+ "name": "Frame 162934",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gmw0S",
+ "name": "*",
+ "fill": "$red500",
+ "content": "*",
+ "fontFamily": "PingFang SC",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "oYjVm",
+ "name": "姓名",
+ "fill": "$grey1000",
+ "content": "Input Label",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Blm5H",
+ "x": 91,
+ "y": 3.999999523162842,
+ "name": "icon/question-circle-outlined",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jCNiX",
+ "x": 0.7291667461395264,
+ "y": 0.7291667461395264,
+ "name": "question-circle",
+ "geometry": "M10.75 21.5c-5.928 0-10.75-4.822-10.75-10.75 0-5.928 4.822-10.75 10.75-10.75 5.928 0 10.75 4.822 10.75 10.75 0 5.928-4.822 10.75-10.75 10.75z m0-20c-5.101 0-9.25 4.149-9.25 9.25 0 5.101 4.149 9.25 9.25 9.25 5.101 0 9.25-4.149 9.25-9.25 0-5.101-4.149-9.25-9.25-9.25z m0.71094 10.61401c0.024-0.072 0.16009-0.34496 0.89209-0.83496 1.18-0.791 1.70801-1.92111 1.48901-3.1831-0.222-1.275-1.2611-2.32192-2.5271-2.54492-0.925-0.164-1.86197 0.08491-2.57397 0.6809-0.719 0.603-1.13086 1.48796-1.13086 2.42896 0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75 0-0.496 0.21697-0.96279 0.59497-1.27979 0.376-0.315 0.85588-0.444 1.34888-0.354 0.646 0.114 1.19703 0.67095 1.31103 1.32495 0.043 0.247 0.17408 0.99693-0.84692 1.67993-0.827 0.555-1.29703 1.064-1.47803 1.60401-0.132 0.393 0.0799 0.81795 0.4729 0.94995 0.079 0.027 0.15904 0.03906 0.23804 0.03906 0.312 0 0.60396-0.19799 0.70996-0.51099z m0.30908 3.13599c0-0.552-0.447-1-1-1l-0.01001 0c-0.552 0-0.99512 0.448-0.99512 1 0 0.552 0.45313 1 1.00513 1 0.552 0 1-0.448 1-1z",
+ "fill": "$grey700",
+ "width": 12.541667938232422,
+ "height": 12.541667938232422,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JU3u7",
+ "fill": "$grey700",
+ "content": "8",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "WC7hl",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 120,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "B08hH",
+ "type": "ref",
+ "ref": "D3KFi",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "qQvRB": {
+ "width": "fill_container"
+ },
+ "MVAk2": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NJ9oL",
+ "name": "Frame 162941",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HQw4y",
+ "name": "Frame 162934",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "omvqk",
+ "name": "*",
+ "fill": "#ef4149ff",
+ "content": "*",
+ "fontFamily": "PingFang SC",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "S4rNw",
+ "name": "姓名",
+ "fill": "$grey1000",
+ "content": "Input Label",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "kVEAM",
+ "x": 91,
+ "y": 3.999999523162842,
+ "name": "icon/question-circle-outlined",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3Lur5",
+ "x": 0.7291667461395264,
+ "y": 0.7291667461395264,
+ "name": "question-circle",
+ "geometry": "M10.75 21.5c-5.928 0-10.75-4.822-10.75-10.75 0-5.928 4.822-10.75 10.75-10.75 5.928 0 10.75 4.822 10.75 10.75 0 5.928-4.822 10.75-10.75 10.75z m0-20c-5.101 0-9.25 4.149-9.25 9.25 0 5.101 4.149 9.25 9.25 9.25 5.101 0 9.25-4.149 9.25-9.25 0-5.101-4.149-9.25-9.25-9.25z m0.71094 10.61401c0.024-0.072 0.16009-0.34496 0.89209-0.83496 1.18-0.791 1.70801-1.92111 1.48901-3.1831-0.222-1.275-1.2611-2.32192-2.5271-2.54492-0.925-0.164-1.86197 0.08491-2.57397 0.6809-0.719 0.603-1.13086 1.48796-1.13086 2.42896 0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75 0-0.496 0.21697-0.96279 0.59497-1.27979 0.376-0.315 0.85588-0.444 1.34888-0.354 0.646 0.114 1.19703 0.67095 1.31103 1.32495 0.043 0.247 0.17408 0.99693-0.84692 1.67993-0.827 0.555-1.29703 1.064-1.47803 1.60401-0.132 0.393 0.0799 0.81795 0.4729 0.94995 0.079 0.027 0.15904 0.03906 0.23804 0.03906 0.312 0 0.60396-0.19799 0.70996-0.51099z m0.30908 3.13599c0-0.552-0.447-1-1-1l-0.01001 0c-0.552 0-0.99512 0.448-0.99512 1 0 0.552 0.45313 1 1.00513 1 0.552 0 1-0.448 1-1z",
+ "fill": "$grey700",
+ "width": 12.541667938232422,
+ "height": 12.541667938232422,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6N2Jg",
+ "fill": "$grey700",
+ "content": "8",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "WUTaI",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 120,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "A4W1h",
+ "type": "ref",
+ "ref": "D3KFi",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "qQvRB": {
+ "width": "fill_container"
+ },
+ "MVAk2": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fZaVz",
+ "name": "Frame 162939",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zpodi",
+ "name": "Frame 162934",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "u7E2J",
+ "name": "*",
+ "fill": "#ef4149ff",
+ "content": "*",
+ "fontFamily": "PingFang SC",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "itGVf",
+ "name": "姓名",
+ "fill": "$grey1000",
+ "content": "Input Label",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WGQ5N",
+ "x": 91,
+ "y": 3.999999523162842,
+ "name": "icon/question-circle-outlined",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8oAjA",
+ "x": 0.7291667461395264,
+ "y": 0.7291667461395264,
+ "name": "question-circle",
+ "geometry": "M10.75 21.5c-5.928 0-10.75-4.822-10.75-10.75 0-5.928 4.822-10.75 10.75-10.75 5.928 0 10.75 4.822 10.75 10.75 0 5.928-4.822 10.75-10.75 10.75z m0-20c-5.101 0-9.25 4.149-9.25 9.25 0 5.101 4.149 9.25 9.25 9.25 5.101 0 9.25-4.149 9.25-9.25 0-5.101-4.149-9.25-9.25-9.25z m0.71094 10.61401c0.024-0.072 0.16009-0.34496 0.89209-0.83496 1.18-0.791 1.70801-1.92111 1.48901-3.1831-0.222-1.275-1.2611-2.32192-2.5271-2.54492-0.925-0.164-1.86197 0.08491-2.57397 0.6809-0.719 0.603-1.13086 1.48796-1.13086 2.42896 0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75 0-0.496 0.21697-0.96279 0.59497-1.27979 0.376-0.315 0.85588-0.444 1.34888-0.354 0.646 0.114 1.19703 0.67095 1.31103 1.32495 0.043 0.247 0.17408 0.99693-0.84692 1.67993-0.827 0.555-1.29703 1.064-1.47803 1.60401-0.132 0.393 0.0799 0.81795 0.4729 0.94995 0.079 0.027 0.15904 0.03906 0.23804 0.03906 0.312 0 0.60396-0.19799 0.70996-0.51099z m0.30908 3.13599c0-0.552-0.447-1-1-1l-0.01001 0c-0.552 0-0.99512 0.448-0.99512 1 0 0.552 0.45313 1 1.00513 1 0.552 0 1-0.448 1-1z",
+ "fill": "$grey700",
+ "width": 12.541667938232422,
+ "height": 12.541667938232422,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PzdN0",
+ "fill": "$grey700",
+ "content": "8",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "bEcf2",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 120,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "bYKvl",
+ "type": "ref",
+ "ref": "D3KFi",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "qQvRB": {
+ "width": "fill_container"
+ },
+ "MVAk2": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "GQcdl",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 411.95457668639517,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "xHIRy",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.07871665553100371,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Button Text",
+ "x": 16,
+ "y": 3.1574805412597993,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "udHgy",
+ "name": "body-link",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 8,
+ 0
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "4spds",
+ "name": "输入文本",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": 512,
+ "content": "A sharing link to the project has been created. Feel free to copy it below to share the project with others.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1740z",
+ "name": "Frame 1000002982",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "id": "xrJw6",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "NQ8pK",
+ "type": "ref",
+ "ref": "D3KFi",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "qQvRB": {
+ "width": "fill_container"
+ },
+ "MVAk2": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "G5k5D": {
+ "content": "https://x.qiniu.com/project/curator/Coding-Course-1 ",
+ "fill": "$grey1000"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "EtsFs",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 417.9545466308148,
+ "y": 0,
+ "padding": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "s9JTl",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": -0.06421186883602559,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "enabled": false
+ },
+ "ynnQK": {
+ "content": "Copy link",
+ "x": 16,
+ "y": 3.1284709678698364,
+ "rotation": 0.11872337929667359
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t7z1Z",
+ "name": "body-publish-project",
+ "reusable": true,
+ "width": 520,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "frame",
+ "id": "7OVGx",
+ "name": "Frame 162933",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3aVgW",
+ "name": "姓名",
+ "fill": "$grey800",
+ "content": "Published projects will be visible to all Xbuilder users.",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xAW13",
+ "name": "Frame 1000004772",
+ "width": "fill_container",
+ "height": 228,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MRBJ6",
+ "x": 0,
+ "y": 0,
+ "name": "4:3",
+ "clip": true,
+ "width": 520,
+ "height": 228,
+ "cornerRadius": 8.88888931274414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9814814925193787
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EtkUl",
+ "x": -4.44444465637207,
+ "y": -30.000001907348633,
+ "name": "预览面板背景",
+ "clip": true,
+ "width": 537.77783203125,
+ "height": 454.4444580078125,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 8.88888931274414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9814814925193787
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#d0f2f8",
+ "offset": {
+ "x": 0,
+ "y": 4.026590824127197
+ },
+ "blur": 10.56980049610138
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XdFj4",
+ "x": -2.222222328186035,
+ "y": 28.88888931274414,
+ "name": "X",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1111111640930176
+ },
+ "layout": "vertical",
+ "gap": 35.55555725097656,
+ "children": [
+ {
+ "type": "path",
+ "id": "Bx1Lf",
+ "name": "Vector 601",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ss6KF",
+ "name": "Vector 611",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ooJ7z",
+ "name": "Vector 602",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OcfXS",
+ "name": "Vector 600",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6pNYi",
+ "name": "Vector 603",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "urGRG",
+ "name": "Vector 604",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2pLmx",
+ "name": "Vector 605",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Uotx3",
+ "name": "Vector 606",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "g2l9Z",
+ "name": "Vector 607",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "s2mza",
+ "name": "Vector 608",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8r1nJ",
+ "name": "Vector 609",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oHlxa",
+ "name": "Vector 612",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EtfFi",
+ "name": "Vector 610",
+ "geometry": "M0 0l467.5 0",
+ "width": 537.77783203125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YPVK0",
+ "x": 2.222222328186035,
+ "y": -1.1111111640930176,
+ "name": "Y",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1111111640930176
+ },
+ "gap": 33.333335876464844,
+ "children": [
+ {
+ "type": "path",
+ "id": "GX3fq",
+ "name": "Vector 610",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "h9E5j",
+ "name": "Vector 611",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HKZ3v",
+ "name": "Vector 612",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1fCUv",
+ "name": "Vector 613",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ulP9G",
+ "name": "Vector 614",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Y5nU7",
+ "name": "Vector 615",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EWs8C",
+ "name": "Vector 616",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Tl3vH",
+ "name": "Vector 617",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "boyGK",
+ "name": "Vector 618",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UY0tV",
+ "name": "Vector 619",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IcPPq",
+ "name": "Vector 620",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "A9h4q",
+ "name": "Vector 621",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nfQrn",
+ "name": "Vector 622",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vkAM3",
+ "name": "Vector 623",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DlXNa",
+ "name": "Vector 624",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TOpnC",
+ "name": "Vector 625",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YXI4a",
+ "name": "Vector 626",
+ "geometry": "M0 0l0 352.5",
+ "width": 0,
+ "height": 455.5555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "iAoEb",
+ "x": 2.222222328186035,
+ "y": 135.55555725097656,
+ "name": "1",
+ "children": [
+ {
+ "type": "path",
+ "id": "TeGyl",
+ "x": 233.33334350585938,
+ "y": 71.11111450195312,
+ "name": "Vector 627",
+ "geometry": "M30 0l-30 32 30 32 30.5-32-30.5-32z",
+ "width": 67.22222900390625,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kQbdl",
+ "x": 166.6666717529297,
+ "y": 71.11111450195312,
+ "name": "Vector 628",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KV4bA",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 629",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BpBnz",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 630",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZzwYM",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 631",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "STyMg",
+ "x": 100.00000762939453,
+ "y": 71.11111450195312,
+ "name": "Vector 644",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BMqJC",
+ "x": 0,
+ "y": 71.11111450195312,
+ "name": "Vector 653",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RPNzq",
+ "x": 0,
+ "y": 0,
+ "name": "Vector 649",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4MtHm",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 632",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CPuVi",
+ "x": 100.00000762939453,
+ "y": 177.7777862548828,
+ "name": "Vector 633",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oQQDO",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 634",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cLRoX",
+ "x": 0,
+ "y": 213.33334350585938,
+ "name": "Vector 638",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UyR6Q",
+ "x": 33.333335876464844,
+ "y": 213.33334350585938,
+ "name": "Vector 639",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nNqNc",
+ "x": 0,
+ "y": 248.88890075683594,
+ "name": "Vector 640",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kmEWT",
+ "x": 66.66667175292969,
+ "y": 177.7777862548828,
+ "name": "Vector 635",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zdWeq",
+ "x": 100.00000762939453,
+ "y": 142.22222900390625,
+ "name": "Vector 636",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ORjnN",
+ "x": 100.00000762939453,
+ "y": 213.33334350585938,
+ "name": "Vector 641",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9TALX",
+ "x": 0,
+ "y": 142.22222900390625,
+ "name": "Vector 637",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pqhr7",
+ "x": 33.333335876464844,
+ "y": 106.66667175292969,
+ "name": "Vector 642",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dfuvd",
+ "x": 100.00000762939453,
+ "y": 106.66667175292969,
+ "name": "Vector 643",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KBPPs",
+ "x": 33.333335876464844,
+ "y": 71.11111450195312,
+ "name": "Vector 645",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EgMuL",
+ "x": 100.00000762939453,
+ "y": 35.55555725097656,
+ "name": "Vector 646",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BDBIj",
+ "x": 33.333335876464844,
+ "y": 0,
+ "name": "Vector 648",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "T1RuV",
+ "x": 66.66667175292969,
+ "y": 71.11111450195312,
+ "name": "Vector 647",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2gY88",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 650",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LgS9O",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 651",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Eb9NL",
+ "x": 100.00000762939453,
+ "y": 248.88890075683594,
+ "name": "Vector 652",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "jVYgf",
+ "x": 268.888916015625,
+ "y": -184.4444580078125,
+ "name": "1-4",
+ "children": [
+ {
+ "type": "path",
+ "id": "duyDz",
+ "x": 233.33334350585938,
+ "y": 71.11111450195312,
+ "name": "Vector 627",
+ "geometry": "M30 0l-30 32 30 32 30.5-32-30.5-32z",
+ "width": 67.22222900390625,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QA5o1",
+ "x": 166.6666717529297,
+ "y": 71.11111450195312,
+ "name": "Vector 628",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "H5Dcm",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 629",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Z2z1n",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 630",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QoELW",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 631",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "L8ygX",
+ "x": 100.00000762939453,
+ "y": 71.11111450195312,
+ "name": "Vector 644",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yPMLQ",
+ "x": 0,
+ "y": 71.11111450195312,
+ "name": "Vector 653",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tWgcg",
+ "x": 0,
+ "y": 0,
+ "name": "Vector 649",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ohuBt",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 632",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RQfrF",
+ "x": 100.00000762939453,
+ "y": 177.7777862548828,
+ "name": "Vector 633",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8mmw6",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 634",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Pk3v4",
+ "x": 0,
+ "y": 213.33334350585938,
+ "name": "Vector 638",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3PMTB",
+ "x": 33.333335876464844,
+ "y": 213.33334350585938,
+ "name": "Vector 639",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RYkb2",
+ "x": 0,
+ "y": 248.88890075683594,
+ "name": "Vector 640",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9AnWl",
+ "x": 66.66667175292969,
+ "y": 177.7777862548828,
+ "name": "Vector 635",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3RnME",
+ "x": 100.00000762939453,
+ "y": 142.22222900390625,
+ "name": "Vector 636",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QuuFo",
+ "x": 100.00000762939453,
+ "y": 213.33334350585938,
+ "name": "Vector 641",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xFMsp",
+ "x": 0,
+ "y": 142.22222900390625,
+ "name": "Vector 637",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hUnmT",
+ "x": 33.333335876464844,
+ "y": 106.66667175292969,
+ "name": "Vector 642",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CglG4",
+ "x": 100.00000762939453,
+ "y": 106.66667175292969,
+ "name": "Vector 643",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9nHDs",
+ "x": 33.333335876464844,
+ "y": 71.11111450195312,
+ "name": "Vector 645",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "elRvb",
+ "x": 100.00000762939453,
+ "y": 35.55555725097656,
+ "name": "Vector 646",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7zA77",
+ "x": 33.333335876464844,
+ "y": 0,
+ "name": "Vector 648",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GQAxj",
+ "x": 66.66667175292969,
+ "y": 71.11111450195312,
+ "name": "Vector 647",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ghFmR",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 650",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IK2Ax",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 651",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MtZTQ",
+ "x": 100.00000762939453,
+ "y": 248.88890075683594,
+ "name": "Vector 652",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ipLMl",
+ "x": 335.5555725097656,
+ "y": 171.11111450195312,
+ "name": "1-3",
+ "children": [
+ {
+ "type": "path",
+ "id": "jAA6x",
+ "x": 233.33334350585938,
+ "y": 71.11111450195312,
+ "name": "Vector 627",
+ "geometry": "M30 0l-30 32 30 32 30.5-32-30.5-32z",
+ "width": 67.22222900390625,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pFX72",
+ "x": 166.6666717529297,
+ "y": 71.11111450195312,
+ "name": "Vector 628",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KwCZ1",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 629",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3wdA6",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 630",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1tCwj",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 631",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dVZOm",
+ "x": 100.00000762939453,
+ "y": 71.11111450195312,
+ "name": "Vector 644",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uqb4F",
+ "x": 0,
+ "y": 71.11111450195312,
+ "name": "Vector 653",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GRM8B",
+ "x": 0,
+ "y": 0,
+ "name": "Vector 649",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NXjNs",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 632",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bTuNk",
+ "x": 100.00000762939453,
+ "y": 177.7777862548828,
+ "name": "Vector 633",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ixitP",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 634",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qlIP3",
+ "x": 0,
+ "y": 213.33334350585938,
+ "name": "Vector 638",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MEVRY",
+ "x": 33.333335876464844,
+ "y": 213.33334350585938,
+ "name": "Vector 639",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KHMG7",
+ "x": 0,
+ "y": 248.88890075683594,
+ "name": "Vector 640",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "k3YMs",
+ "x": 66.66667175292969,
+ "y": 177.7777862548828,
+ "name": "Vector 635",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QVlC5",
+ "x": 100.00000762939453,
+ "y": 142.22222900390625,
+ "name": "Vector 636",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "chpcH",
+ "x": 100.00000762939453,
+ "y": 213.33334350585938,
+ "name": "Vector 641",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "goNar",
+ "x": 0,
+ "y": 142.22222900390625,
+ "name": "Vector 637",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3gx93",
+ "x": 33.333335876464844,
+ "y": 106.66667175292969,
+ "name": "Vector 642",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bSa4a",
+ "x": 100.00000762939453,
+ "y": 106.66667175292969,
+ "name": "Vector 643",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TnLxJ",
+ "x": 33.333335876464844,
+ "y": 71.11111450195312,
+ "name": "Vector 645",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "q1XBO",
+ "x": 100.00000762939453,
+ "y": 35.55555725097656,
+ "name": "Vector 646",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TEgjh",
+ "x": 33.333335876464844,
+ "y": 0,
+ "name": "Vector 648",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eL3R7",
+ "x": 66.66667175292969,
+ "y": 71.11111450195312,
+ "name": "Vector 647",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qzgtg",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 650",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "itSkS",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 651",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0Lmyc",
+ "x": 100.00000762939453,
+ "y": 248.88890075683594,
+ "name": "Vector 652",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "iQubM",
+ "x": 68.8888931274414,
+ "y": -148.88890075683594,
+ "name": "1-2",
+ "children": [
+ {
+ "type": "path",
+ "id": "U2tTH",
+ "x": 233.33334350585938,
+ "y": 71.11111450195312,
+ "name": "Vector 627",
+ "geometry": "M30 0l-30 32 30 32 30.5-32-30.5-32z",
+ "width": 67.22222900390625,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wgJeX",
+ "x": 166.6666717529297,
+ "y": 71.11111450195312,
+ "name": "Vector 628",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Wa4gC",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 629",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vOWxj",
+ "x": 166.6666717529297,
+ "y": 142.22222900390625,
+ "name": "Vector 630",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "90GO2",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 631",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "33lEC",
+ "x": 100.00000762939453,
+ "y": 71.11111450195312,
+ "name": "Vector 644",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bN02d",
+ "x": 0,
+ "y": 71.11111450195312,
+ "name": "Vector 653",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XOGoT",
+ "x": 0,
+ "y": 0,
+ "name": "Vector 649",
+ "geometry": "M60 0l-60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rxsJs",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 632",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7HjMd",
+ "x": 100.00000762939453,
+ "y": 177.7777862548828,
+ "name": "Vector 633",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XLiaP",
+ "x": 133.33334350585938,
+ "y": 177.7777862548828,
+ "name": "Vector 634",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZeJn9",
+ "x": 0,
+ "y": 213.33334350585938,
+ "name": "Vector 638",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ljih3",
+ "x": 33.333335876464844,
+ "y": 213.33334350585938,
+ "name": "Vector 639",
+ "flipX": true,
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rvoeX",
+ "x": 0,
+ "y": 248.88890075683594,
+ "name": "Vector 640",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "No4rF",
+ "x": 66.66667175292969,
+ "y": 177.7777862548828,
+ "name": "Vector 635",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ktmsa",
+ "x": 100.00000762939453,
+ "y": 142.22222900390625,
+ "name": "Vector 636",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "L1g2d",
+ "x": 100.00000762939453,
+ "y": 213.33334350585938,
+ "name": "Vector 641",
+ "flipX": true,
+ "geometry": "M0 64l30-32 30-32",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ozl4q",
+ "x": 0,
+ "y": 142.22222900390625,
+ "name": "Vector 637",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "skIil",
+ "x": 33.333335876464844,
+ "y": 106.66667175292969,
+ "name": "Vector 642",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kqSvH",
+ "x": 100.00000762939453,
+ "y": 106.66667175292969,
+ "name": "Vector 643",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "I8fn6",
+ "x": 33.333335876464844,
+ "y": 71.11111450195312,
+ "name": "Vector 645",
+ "flipX": true,
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "a3uLK",
+ "x": 100.00000762939453,
+ "y": 35.55555725097656,
+ "name": "Vector 646",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "deTu5",
+ "x": 33.333335876464844,
+ "y": 0,
+ "name": "Vector 648",
+ "geometry": "M0 0l60 64",
+ "width": 66.66667175292969,
+ "height": 71.11111450195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u9Ul0",
+ "x": 66.66667175292969,
+ "y": 71.11111450195312,
+ "name": "Vector 647",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bvDaq",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 650",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "gBOOM",
+ "x": 133.33334350585938,
+ "y": 248.88890075683594,
+ "name": "Vector 651",
+ "geometry": "M30 0l-30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SuvBS",
+ "x": 100.00000762939453,
+ "y": 248.88890075683594,
+ "name": "Vector 652",
+ "geometry": "M0 0l30 32",
+ "width": 33.333335876464844,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "3dLRV",
+ "x": 268.888916015625,
+ "y": 101.11111450195312,
+ "name": "Group 1000002759",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hhhgy",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.686 11.171c1.2504 1.7933 2.1303 3.8642 2.5287 6.1017l4.7853 0 0 5.4546-4.7853 0c-0.3984 2.2375-1.2783 4.3084-2.5287 6.1017l3.3846 3.3847-3.8569 3.8569-3.3847-3.3846c-1.7933 1.2504-3.8642 2.1303-6.1017 2.5287l0 4.7853-5.4546 0 0-4.7853c-2.2375-0.3984-4.3084-1.2783-6.1017-2.5287l-3.3847 3.3846-3.85691-3.8569 3.38461-3.3847c-1.2504-1.7933-2.13028-3.8642-2.52867-6.1017l-4.78533 0 0-5.4546 4.78533 0c0.39839-2.2375 1.27827-4.3084 2.52867-6.1017l-3.38461-3.3847 3.85691-3.85691 3.3847 3.38461c1.7933-1.2504 3.8642-2.13028 6.1017-2.52867l0-4.78533 5.4546 0 0 4.78533c2.2375 0.39839 4.3084 1.27827 6.1017 2.52867l3.3847-3.38461 3.8569 3.85691-3.3846 3.3847z",
+ "fill": "#ffffffff",
+ "width": 33.333335876464844,
+ "height": 33.42665100097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bVHTM",
+ "x": 12.500164985656738,
+ "y": 12.534723281860352,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "fill": "#ffffffff",
+ "width": 8.333333969116211,
+ "height": 8.35666275024414,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "CxuGC",
+ "x": 368.888916015625,
+ "y": 137.7777862548828,
+ "name": "Group 1000002763",
+ "children": [
+ {
+ "type": "path",
+ "id": "myReQ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.686 11.171c1.2504 1.7933 2.1303 3.8642 2.5287 6.1017l4.7853 0 0 5.4546-4.7853 0c-0.3984 2.2375-1.2783 4.3084-2.5287 6.1017l3.3846 3.3847-3.8569 3.8569-3.3847-3.3846c-1.7933 1.2504-3.8642 2.1303-6.1017 2.5287l0 4.7853-5.4546 0 0-4.7853c-2.2375-0.3984-4.3084-1.2783-6.1017-2.5287l-3.3847 3.3846-3.85691-3.8569 3.38461-3.3847c-1.2504-1.7933-2.13028-3.8642-2.52867-6.1017l-4.78533 0 0-5.4546 4.78533 0c0.39839-2.2375 1.27827-4.3084 2.52867-6.1017l-3.38461-3.3847 3.85691-3.85691 3.3847 3.38461c1.7933-1.2504 3.8642-2.13028 6.1017-2.52867l0-4.78533 5.4546 0 0 4.78533c2.2375 0.39839 4.3084 1.27827 6.1017 2.52867l3.3847-3.38461 3.8569 3.85691-3.3846 3.3847z",
+ "fill": "#ffffffff",
+ "width": 33.333335876464844,
+ "height": 33.42665100097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "gWj1O",
+ "x": 12.500164985656738,
+ "y": 12.534723281860352,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "fill": "#ffffffff",
+ "width": 8.333333969116211,
+ "height": 8.35666275024414,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qHALl",
+ "x": 402.22222900390625,
+ "y": 102.22222900390625,
+ "name": "Group 1000002761",
+ "children": [
+ {
+ "type": "path",
+ "id": "DFGGi",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.686 11.171c1.2504 1.7933 2.1303 3.8642 2.5287 6.1017l4.7853 0 0 5.4546-4.7853 0c-0.3984 2.2375-1.2783 4.3084-2.5287 6.1017l3.3846 3.3847-3.8569 3.8569-3.3847-3.3846c-1.7933 1.2504-3.8642 2.1303-6.1017 2.5287l0 4.7853-5.4546 0 0-4.7853c-2.2375-0.3984-4.3084-1.2783-6.1017-2.5287l-3.3847 3.3846-3.85691-3.8569 3.38461-3.3847c-1.2504-1.7933-2.13028-3.8642-2.52867-6.1017l-4.78533 0 0-5.4546 4.78533 0c0.39839-2.2375 1.27827-4.3084 2.52867-6.1017l-3.38461-3.3847 3.85691-3.85691 3.3847 3.38461c1.7933-1.2504 3.8642-2.13028 6.1017-2.52867l0-4.78533 5.4546 0 0 4.78533c2.2375 0.39839 4.3084 1.27827 6.1017 2.52867l3.3847-3.38461 3.8569 3.85691-3.3846 3.3847z",
+ "fill": "#ffffffff",
+ "width": 66.66667175292969,
+ "height": 66.85330200195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SIytH",
+ "x": 25.000001907348633,
+ "y": 25.069446563720703,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "fill": "#ffffffff",
+ "width": 16.666667938232422,
+ "height": 16.71332550048828,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "TO6Xq",
+ "x": 202.22222900390625,
+ "y": 351.1111145019531,
+ "name": "Group 1000002767",
+ "children": [
+ {
+ "type": "path",
+ "id": "zIk6t",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.686 11.171c1.2504 1.7933 2.1303 3.8642 2.5287 6.1017l4.7853 0 0 5.4546-4.7853 0c-0.3984 2.2375-1.2783 4.3084-2.5287 6.1017l3.3846 3.3847-3.8569 3.8569-3.3847-3.3846c-1.7933 1.2504-3.8642 2.1303-6.1017 2.5287l0 4.7853-5.4546 0 0-4.7853c-2.2375-0.3984-4.3084-1.2783-6.1017-2.5287l-3.3847 3.3846-3.85691-3.8569 3.38461-3.3847c-1.2504-1.7933-2.13028-3.8642-2.52867-6.1017l-4.78533 0 0-5.4546 4.78533 0c0.39839-2.2375 1.27827-4.3084 2.52867-6.1017l-3.38461-3.3847 3.85691-3.85691 3.3847 3.38461c1.7933-1.2504 3.8642-2.13028 6.1017-2.52867l0-4.78533 5.4546 0 0 4.78533c2.2375 0.39839 4.3084 1.27827 6.1017 2.52867l3.3847-3.38461 3.8569 3.85691-3.3846 3.3847z",
+ "fill": "#ffffffff",
+ "width": 33.333335876464844,
+ "height": 33.42665100097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xQ7kd",
+ "x": 12.500164985656738,
+ "y": 12.534723281860352,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "fill": "#ffffffff",
+ "width": 8.333333969116211,
+ "height": 8.35666275024414,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "T5Yjm",
+ "x": 302.22222900390625,
+ "y": 385.5555725097656,
+ "name": "Group 1000002769",
+ "children": [
+ {
+ "type": "path",
+ "id": "3geto",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.686 11.171c1.2504 1.7933 2.1303 3.8642 2.5287 6.1017l4.7853 0 0 5.4546-4.7853 0c-0.3984 2.2375-1.2783 4.3084-2.5287 6.1017l3.3846 3.3847-3.8569 3.8569-3.3847-3.3846c-1.7933 1.2504-3.8642 2.1303-6.1017 2.5287l0 4.7853-5.4546 0 0-4.7853c-2.2375-0.3984-4.3084-1.2783-6.1017-2.5287l-3.3847 3.3846-3.85691-3.8569 3.38461-3.3847c-1.2504-1.7933-2.13028-3.8642-2.52867-6.1017l-4.78533 0 0-5.4546 4.78533 0c0.39839-2.2375 1.27827-4.3084 2.52867-6.1017l-3.38461-3.3847 3.85691-3.85691 3.3847 3.38461c1.7933-1.2504 3.8642-2.13028 6.1017-2.52867l0-4.78533 5.4546 0 0 4.78533c2.2375 0.39839 4.3084 1.27827 6.1017 2.52867l3.3847-3.38461 3.8569 3.85691-3.3846 3.3847z",
+ "fill": "#ffffffff",
+ "width": 33.333335876464844,
+ "height": 33.42665100097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zIWoA",
+ "x": 12.500164985656738,
+ "y": 12.534723281860352,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "fill": "#ffffffff",
+ "width": 8.333333969116211,
+ "height": 8.35666275024414,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "5uEVY",
+ "x": 235.55557250976562,
+ "y": 315.5555725097656,
+ "name": "Group 1000002768",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qz4g3",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.686 11.171c1.2504 1.7933 2.1303 3.8642 2.5287 6.1017l4.7853 0 0 5.4546-4.7853 0c-0.3984 2.2375-1.2783 4.3084-2.5287 6.1017l3.3846 3.3847-3.8569 3.8569-3.3847-3.3846c-1.7933 1.2504-3.8642 2.1303-6.1017 2.5287l0 4.7853-5.4546 0 0-4.7853c-2.2375-0.3984-4.3084-1.2783-6.1017-2.5287l-3.3847 3.3846-3.85691-3.8569 3.38461-3.3847c-1.2504-1.7933-2.13028-3.8642-2.52867-6.1017l-4.78533 0 0-5.4546 4.78533 0c0.39839-2.2375 1.27827-4.3084 2.52867-6.1017l-3.38461-3.3847 3.85691-3.85691 3.3847 3.38461c1.7933-1.2504 3.8642-2.13028 6.1017-2.52867l0-4.78533 5.4546 0 0 4.78533c2.2375 0.39839 4.3084 1.27827 6.1017 2.52867l3.3847-3.38461 3.8569 3.85691-3.3846 3.3847z",
+ "fill": "#ffffffff",
+ "width": 66.66667175292969,
+ "height": 66.85330200195312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TCr2m",
+ "x": 25.000001907348633,
+ "y": 25.069446563720703,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "fill": "#ffffffff",
+ "width": 16.666667938232422,
+ "height": 16.71332550048828,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GlRD5",
+ "x": 115.55555725097656,
+ "y": 100.00000762939453,
+ "name": "Group 1000002760",
+ "children": [
+ {
+ "type": "path",
+ "id": "EfU0f",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l11 0c4.4183 0 8 3.5817 8 8l0 27c0-3.3137-2.6863-6-6-6l-13 0 0-29z",
+ "fill": "#ffffffff",
+ "width": 19.886484146118164,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KsKw8",
+ "x": 19.886484146118164,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M19 0l-11 0c-4.4183 0-8 3.5817-8 8l0 27c0-3.3137 2.6863-6 6-6l13 0 0-29z",
+ "fill": "#ffffffff",
+ "width": 19.886484146118164,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "9nTYv",
+ "x": 15.555556297302246,
+ "y": 28.88888931274414,
+ "name": "Group 1000002771",
+ "children": [
+ {
+ "type": "path",
+ "id": "fVzRk",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l11 0c4.4183 0 8 3.5817 8 8l0 27c0-3.3137-2.6863-6-6-6l-13 0 0-29z",
+ "fill": "#ffffffff",
+ "width": 19.886484146118164,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UHFBR",
+ "x": 19.886484146118164,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M19 0l-11 0c-4.4183 0-8 3.5817-8 8l0 27c0-3.3137 2.6863-6 6-6l13 0 0-29z",
+ "fill": "#ffffffff",
+ "width": 19.886484146118164,
+ "height": 35.55555725097656,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "E8Joz",
+ "x": 268.888916015625,
+ "y": 420.0000305175781,
+ "name": "Group 1000002766",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qi4k9",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M76.99973 61.59979l-71.22475 0c-3.18942 0-5.77498-2.58546-5.77498-5.77498l0-50.04983c0-3.18943 2.58555-5.77498 5.77498-5.77498l65.44977 0c3.18952 0 5.77498 2.58555 5.77498 5.77498l0 55.82481z",
+ "fill": "#ffffffff",
+ "width": 33.33247756958008,
+ "height": 26.66598129272461,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8nT60",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M36.57487 61.59979l-30.79989 0c-3.18943 0-5.77498-2.58546-5.77498-5.77498l0-50.04983c0-3.18943 2.58555-5.77498 5.77498-5.77498l65.44977 0c3.18952 0 5.77498 2.58555 5.77498 5.77498l0 28.64852",
+ "fill": "#ffffffff",
+ "width": 33.33247756958008,
+ "height": 26.66598129272461,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CxtRO",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 3c0-1.65685 1.34315-3 3-3l34 0c1.6569 0 3 1.34315 3 3l0 9-40 0 0-9z",
+ "fill": "#ffffffff",
+ "width": 33.33247756958008,
+ "height": 9.99974250793457,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SCEaO",
+ "x": 6.666895866394043,
+ "y": 6.666895866394043,
+ "name": "Vector",
+ "rotation": -89.99999248657517,
+ "flipX": true,
+ "geometry": "M4 2c0 1.10457-0.89543 2-2 2-1.10457 0-2-0.89543-2-2 0-1.10457 0.89543-2 2-2 1.10457 0 2 0.89543 2 2z",
+ "fill": "#ffffffff",
+ "width": 3.333247661590576,
+ "height": 3.333247661590576,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "w6hHn",
+ "x": 11.666508674621582,
+ "y": 6.666895866394043,
+ "name": "Vector",
+ "rotation": -89.99999248657517,
+ "flipX": true,
+ "geometry": "M4 2c0 1.10457-0.89543 2-2 2-1.10457 0-2-0.89543-2-2 0-1.10457 0.89543-2 2-2 1.10457 0 2 0.89543 2 2z",
+ "fill": "#ffffffff",
+ "width": 3.333247661590576,
+ "height": 3.333247661590576,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1111111640930176,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KHoI5",
+ "x": 21.666852951049805,
+ "y": 20.833209991455078,
+ "name": "Vector",
+ "geometry": "M4 0l-4 4 4 4",
+ "fill": "#ffffffff",
+ "width": 3.333247661590576,
+ "height": 6.666495323181152,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ky5jV",
+ "x": 29.99879264831543,
+ "y": 20.833209991455078,
+ "name": "Vector",
+ "geometry": "M0 0l4 4-4 4",
+ "fill": "#ffffffff",
+ "width": 3.333247661590576,
+ "height": 6.666495323181152,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "NXFuh",
+ "x": 106.94445037841797,
+ "y": 206.66667175292767,
+ "name": "Group 1000002765",
+ "children": [
+ {
+ "type": "path",
+ "id": "Q8wEV",
+ "x": 1.398654580116272,
+ "y": 10.239800453187854,
+ "name": "Vector",
+ "geometry": "M0 28.5l10.6875-28.5",
+ "width": 9.516878128051758,
+ "height": 25.378341674804688,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5oAf9",
+ "x": 13.25303840637207,
+ "y": 10.239800453187854,
+ "name": "Vector",
+ "geometry": "M10.6875 28.5l-10.6875-28.5",
+ "width": 9.516878128051758,
+ "height": 25.378341674804688,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XR2vn",
+ "x": 8.522135734558105,
+ "y": 3.5611979961413454,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "fill": "#ffffffff",
+ "width": 7.123744964599609,
+ "height": 7.123744964599609,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hBqyu",
+ "x": 0,
+ "y": 25.823497772218616,
+ "name": "Vector",
+ "geometry": "M27.1403 0c-3.9082 2.5307-8.5676 4-13.5702 4-5.0025 0-9.6619-1.4693-13.5701-4",
+ "width": 24.167572021484375,
+ "height": 3.5618724822998047,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tG4FB",
+ "x": 12.083333969116211,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 4l0-4",
+ "width": 0,
+ "height": 3.5618724822998047,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "OjW0R",
+ "x": 440.0000305175781,
+ "y": 384.44445800781045,
+ "name": "Group 1000002770",
+ "children": [
+ {
+ "type": "path",
+ "id": "fHD77",
+ "x": 1.398654580116272,
+ "y": 10.239800453187854,
+ "name": "Vector",
+ "geometry": "M0 28.5l10.6875-28.5",
+ "width": 9.516878128051758,
+ "height": 25.378341674804688,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DZZtj",
+ "x": 13.25303840637207,
+ "y": 10.239800453187854,
+ "name": "Vector",
+ "geometry": "M10.6875 28.5l-10.6875-28.5",
+ "width": 9.516878128051758,
+ "height": 25.378341674804688,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "71W3D",
+ "x": 8.522135734558105,
+ "y": 3.5611979961413454,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "fill": "#ffffffff",
+ "width": 7.123744964599609,
+ "height": 7.123744964599609,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "99cdH",
+ "x": 0,
+ "y": 25.823497772218616,
+ "name": "Vector",
+ "geometry": "M27.1403 0c-3.9082 2.5307-8.5676 4-13.5702 4-5.0025 0-9.6619-1.4693-13.5701-4",
+ "width": 24.167572021484375,
+ "height": 3.5618724822998047,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RMpvU",
+ "x": 12.083333969116211,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 4l0-4",
+ "width": 0,
+ "height": 3.5618724822998047,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "UNaw0",
+ "x": 468.888916015625,
+ "y": 172.22222900390423,
+ "name": "Group 1000002772",
+ "children": [
+ {
+ "type": "path",
+ "id": "lwfDq",
+ "x": 16.666667938232422,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 20c5.5228 0 10-4.4772 10-10 0-5.52285-4.4772-10-10-10l0 20z",
+ "width": 8.333333969116211,
+ "height": 16.666667938232422,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5ptCC",
+ "x": 16.666667938232422,
+ "y": 16.66666793823424,
+ "name": "Vector",
+ "geometry": "M0 0c0 5.5228 4.4772 10 10 10 5.5228 0 10-4.4772 10-10l-20 0z",
+ "width": 16.666667938232422,
+ "height": 8.333333969116211,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "S8BKP",
+ "x": 0,
+ "y": 8.33333396911803,
+ "name": "Vector",
+ "geometry": "M20 10c0-5.5228-4.4772-10-10-10-5.52285 0-10 4.4772-10 10l20 0z",
+ "width": 16.666667938232422,
+ "height": 8.333333969116211,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "soSze",
+ "x": 8.333333969116211,
+ "y": 16.66666793823424,
+ "name": "Vector",
+ "geometry": "M10 0c-5.5228 0-10 4.4772-10 10 0 5.5228 4.4772 10 10 10l0-20z",
+ "width": 8.333333969116211,
+ "height": 16.666667938232422,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "0oeV6",
+ "x": 368.888916015625,
+ "y": 208.88890075683594,
+ "name": "Group 1000002773",
+ "children": [
+ {
+ "type": "path",
+ "id": "c0K5r",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M40 10l-10-10-3.75 3.75-3.75 3.75-7.5 7.5-7.5 7.5-3.75 3.75-3.75 3.75 10 10 30-30z",
+ "width": 33.333335876464844,
+ "height": 33.333335876464844,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GVqT7",
+ "x": 3.125000238418579,
+ "y": 3.125000238418579,
+ "name": "Vector",
+ "geometry": "M22.5 0l-22.5 22.5",
+ "width": 18.75,
+ "height": 18.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qVTA2",
+ "x": 4.1666669845581055,
+ "y": 20.83333396911621,
+ "name": "Vector",
+ "geometry": "M0 0l4 4",
+ "width": 3.3333334922790527,
+ "height": 3.3333334922790527,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YKey8",
+ "x": 8.333333969116211,
+ "y": 16.666667938232422,
+ "name": "Vector",
+ "geometry": "M0 0l6 6",
+ "width": 5,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "T8tFi",
+ "x": 12.500000953674316,
+ "y": 12.500000953674316,
+ "name": "Vector",
+ "geometry": "M0 0l4 4",
+ "width": 3.3333334922790527,
+ "height": 3.3333334922790527,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fTjQN",
+ "x": 16.666667938232422,
+ "y": 8.333333969116211,
+ "name": "Vector",
+ "geometry": "M0 0l6 6",
+ "width": 5,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Z0oPu",
+ "x": 20.83333396911621,
+ "y": 4.1666669845581055,
+ "name": "Vector",
+ "geometry": "M0 0l4 4",
+ "width": 3.3333334922790527,
+ "height": 3.3333334922790527,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.1111111640930176,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "gm38q",
+ "x": 111,
+ "y": 1.749755859375,
+ "name": "image 12",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 298.6666564941406,
+ "height": 224,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0301886796951294
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W7YcZ",
+ "name": "Frame 1000004773",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SRjTw",
+ "name": "姓名",
+ "fill": "$grey800",
+ "content": "Release description",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zJyKL",
+ "name": "input-box",
+ "clip": true,
+ "width": 512,
+ "height": 80,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "GZ8kn",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "gVtSJ",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "1TWbX",
+ "type": "ref",
+ "ref": "3Acxt",
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "B2tuG": {
+ "width": "fill_container"
+ },
+ "qjZSW": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6GYli",
+ "name": "Frame 1000004774",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mm8hP",
+ "name": "姓名",
+ "fill": "$grey800",
+ "content": "Release description",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hTb1N",
+ "name": "input-box",
+ "clip": true,
+ "width": 512,
+ "height": 80,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "GY9hE",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "a2SzA",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "KZvFG",
+ "type": "ref",
+ "ref": "D3KFi",
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "qQvRB": {
+ "width": "fill_container"
+ },
+ "MVAk2": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vq9Pc",
+ "name": "Frame 1000004775",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "38cUj",
+ "name": "姓名",
+ "fill": "$grey800",
+ "content": "Play instructions",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "rdEH1",
+ "name": "input-box",
+ "clip": true,
+ "width": 512,
+ "height": 80,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "Kd6Dn",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781ff",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "wsvvr",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "Y2x40",
+ "type": "ref",
+ "ref": "3Acxt",
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "B2tuG": {
+ "width": "fill_container"
+ },
+ "qjZSW": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "8GTZo": {
+ "content": "Tell others how to play in your project "
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S0xh3",
+ "name": "body-save-to-asset-library",
+ "reusable": true,
+ "width": 550,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "x0soh",
+ "name": "Frame 1000004776",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 20,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wy7il",
+ "name": "backdrop",
+ "clip": true,
+ "width": 112,
+ "height": 84,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1041666269302368
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0yTyl",
+ "name": "Frame 1000004777",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 20,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "44Aea",
+ "name": "input-box",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "id": "mwzAb",
+ "type": "ref",
+ "ref": "koVOU",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "D7m7n",
+ "type": "ref",
+ "ref": "D3KFi",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fit_content",
+ "descendants": {
+ "qQvRB": {
+ "width": "fill_container"
+ },
+ "MVAk2": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "G5k5D": {
+ "content": "name",
+ "fill": "$grey1000"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pSM0J",
+ "name": "hint text",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A good name makes it easy to be found in asset library.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mYlCd",
+ "x": -14228,
+ "y": 8847,
+ "name": "card-components",
+ "width": 4491,
+ "height": 2140,
+ "fill": "$grey500",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q5PNk",
+ "x": 99,
+ "y": 156,
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 1073,
+ "height": 1858,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QuX3o",
+ "x": 40,
+ "y": 40,
+ "name": "card-sprite-item-medium-default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n9ahH",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VokNe",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Kj75E",
+ "x": 12,
+ "y": 0,
+ "name": "00043-3673961838_ok 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "knwU8",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ieflL",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wKz8g",
+ "x": 178,
+ "y": 40,
+ "name": "Card/Sprite itcard-sprite-item-medium-hoverem/MediumHover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PPF8e",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0EOjp",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "qAQzZ",
+ "x": 12,
+ "y": 0,
+ "name": "00043-3673961838_ok 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zbI4G",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wCZ1i",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gG6mF",
+ "x": 316,
+ "y": 40,
+ "name": "card-sprite-item-medium-active",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XGe5d",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gKNVm",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "ZPua8",
+ "x": 12,
+ "y": 0,
+ "name": "00043-3673961838_ok 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OqxV7",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wm1Nd",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "bBYAG",
+ "type": "ref",
+ "ref": "0y5FE",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9j7de",
+ "x": 454,
+ "y": 328,
+ "name": "card-add-sprite-item-medium-active",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h4HBA",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nCPZ9",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8522727489471436
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B2cJ9",
+ "x": 12,
+ "y": 0,
+ "name": "Frame 1000004835",
+ "width": 60,
+ "height": 60,
+ "fill": "#eaeff3ff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "lg7BA",
+ "x": 3.0000628584311926,
+ "y": 6.000009867027984,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "wAntx",
+ "x": 0,
+ "y": 27.063596395179047,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "qncMx",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "5deaH",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M71.03898 26.11011c-0.04-0.14-0.91-3.4201-4.62-7.1001-3.39-3.36-9.92-7.70995-21.76001-9.31995-1.39-0.19-2.76-0.29007-4.19999-0.32006-3.71-0.06-7.17 0.47001-9.94 0.89001l-0.36 0.05005c-2.97 0.45-5.77 0.87996-8.64 0.82996-5.12-0.08-11.57-1.44999-20.63-10.99-0.09-0.1-0.22-0.15002-0.35-0.15002-0.06 0-0.12 0.00003-0.18 0.03003-0.18 0.07-0.31 0.24005-0.32 0.43005 0 0.06-0.37 5.92002 1.17 13.40003 1.43 6.92 4.82 16.69999 12.9 23.98999 6.29 5.68 14.96 8.75992 25.06 8.91992 10 0.15 21.12-2.70002 28.33-7.27002 0.11-0.07 0.18-0.16992 0.21-0.28992l3.33-12.85998c0.02-0.08 0.02-0.17 0-0.25l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.84313891669395,
+ "size": {
+ "height": 0.22196499047191545
+ },
+ "colors": [
+ {
+ "color": "#9a5b38ff",
+ "position": 0
+ },
+ {
+ "color": "#740800ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.36845102524323375,
+ "y": 0.5356472731521718
+ }
+ },
+ "width": 21.08690071105957,
+ "height": 13.881752014160156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "c5tzH",
+ "x": 0.1446683406829834,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M0.04186 0c0 0-1.53 23.06 13.91 37 15.44 13.93 41.34 8.8501 52.8 1.6001l3.33-12.86011c0 0-3.32001-12.95993-25.97-16.04993-16.83-2.29-25.97 9.37995-44.07-9.68005l0-0.01001z",
+ "fill": "#ff4700ff",
+ "width": 20.79840087890625,
+ "height": 13.590726852416992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "oZLtV",
+ "x": 0.14750374853610992,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M20.80186 24.86011c3.43-7.04 11.37-4.74004 16.14-15.42005-12.64 0.77-21.54001 6.73994-36.9-9.44006 0 0-1.53 23.06 13.91 37 3.29 2.97 7.06 5.0801 11.07 6.4801-3.12-3.08-8.41-10-4.21-18.61999l-0.01 0z",
+ "fill": "#fff2c0ff",
+ "width": 10.963342666625977,
+ "height": 12.903719902038574,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "ywhux",
+ "x": 5.994574546813965,
+ "y": 9.030318260192871,
+ "name": "Vector",
+ "geometry": "M0.94 5.30005c-0.32-0.13-0.63-0.27004-0.94-0.42005 1.02 3.88 3.51 6.91005 5.3 8.68006 14.76 5.18 32.72 0.81999 41.72999-4.89002l2.24001-8.67004c-1.42 0.16-2.87001 0.62003-4.24001 1.53003-5.98 3.98-27.54999 10.68001-44.09999 3.76001l0.01 0.01001z",
+ "fill": "#c42c00ff",
+ "width": 14.622002601623535,
+ "height": 4.710188865661621,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "7n0Kc",
+ "x": 0.26091980934143066,
+ "y": 2.6065680980682373,
+ "name": "Vector",
+ "geometry": "M13.56 28.70996c0.23 0.2 0.45 0.4001 0.68 0.6001 0.08 0.07 0.16 0.12995 0.23 0.19995 0.15 0.13 0.31 0.25 0.46 0.38 0.09 0.08 0.19 0.14997 0.29 0.21998 0.14 0.11 0.28 0.22007 0.42 0.32006 0.1 0.08 0.21 0.15998 0.31 0.22998 0.13 0.1 0.27 0.20004 0.4 0.29004 0.11 0.08 0.22 0.15998 0.33 0.22998 0.13 0.09 0.26 0.18001 0.39 0.26001 0.12 0.08 0.23 0.15998 0.35 0.22998 0.12 0.08 0.24 0.14998 0.35 0.22998 0.27 0.17 0.55 0.34 0.83 0.5 0.08 0.05 0.16 0.10001 0.24 0.14002 0.17 0.1 0.33 0.19003 0.5 0.28003 0.08 0.04 0.16 0.08989 0.24 0.13989 0.17 0.09 0.35 0.18002 0.52 0.27002 0.07 0.04 0.15 0.07999 0.22 0.10999 0.18 0.09 0.37 0.18003 0.55 0.28003 0.06 0.03 0.11 0.05008 0.17 0.08007 0.2 0.1 0.41 0.18992 0.61 0.28992 0 0 0.01 0 0.02 0 0.96 0.44 1.95 0.83006 2.94 1.18005-1.79-1.77-4.28-4.80005-5.3-8.68005-12.17-5.69-17.51-20.16999-19.31-26.48999 0.95 7.99 4.01 20.07005 13.54 28.68005l0.02 0.02991z",
+ "fill": "#f2c081ff",
+ "width": 7.303582668304443,
+ "height": 10.437517166137695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "rv3BZ",
+ "x": 8.949709022672323,
+ "y": 38.17030873648764,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "NPp5A",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "lSOYI",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.422 19.30914c-2.22-0.77-2.88001-2.57009-3.06001-3.34009l-0.91999-0.21997c-0.28-0.04-0.55-0.09994-0.8-0.18994-1.07-0.37-1.9-1.16009-2.33-2.22009-0.49-1.21-0.4-2.59992 0.25-3.91993 1.43-2.87 4.27-3.22001 5.11-3.26001 0.09 0 0.18 0 0.29 0 0.76 0 2.03999-0.00006 3.96999-1.69006 1.06-0.93 6.53-5.49001 10.09001-4.26001 0.13 0.05 0.26 0.10003 0.39 0.16004 0.7 0.35 1.55 1.11001 1.78 1.89001 0.22 0.76-0.2 1.93004-0.41 2.67004-0.39 1.42-0.81001 2.57999-1.53001 3.85999-1.01 1.97-1.82 4.15994-2.05999 4.80994 0.72 1.47 0.9 2.83998 0.48999 3.97998-0.34 0.96-1.07 1.71003-2.11 2.16003-0.79 0.34-1.67 0.35002-2.62999 0.02002-0.68-0.23-1.24-0.58996-1.57-0.82996-0.98 0.69-2.43 1.22999-4.95 0.35999l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -107.76639422195613,
+ "size": {
+ "height": 0.16640027235016594
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.17583324606791,
+ "y": 0.7106872155719679
+ }
+ },
+ "width": 6.6043853759765625,
+ "height": 5.93559455871582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "7f1MU",
+ "x": 0.14467021822929382,
+ "y": 0.14817748963832855,
+ "name": "Vector",
+ "geometry": "M20.40484 6.1299c0.51 0.46 0.76-1.01004 0.85-1.29004 0.27-0.8 0.51-1.69999 0.18-2.48999-0.35-0.82-0.92001-1.62003-1.74001-2.03003-2.78-1.37-7.6 1.98002-9.93 4.02002-2.33 2.04-3.87 1.78006-4.55999 1.81006-0.69 0.03-3.37 0.32999-4.69 2.98999-1.33 2.66 0.06 5.30999 2.53 5.61999l1.25 0.30005c0 0 0.26 2.3899 2.8 3.2699 2.54 0.88 3.85 0.24999 4.79-0.51001 0 0 2.09 1.8101 4 0.9801 1.91-0.83 2.75-2.85004 1.28-5.66003 0 0 0.92-2.65996 2.16-5.07996 0.34-0.66 0.73-1.29006 1.08-1.94006l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -117.8514659657461,
+ "size": {
+ "height": 0.10301215391857046
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0706090975605642,
+ "y": 0.8005650722765831
+ }
+ },
+ "width": 6.4088215827941895,
+ "height": 5.643942832946777,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "hxGKI",
+ "x": 0.704662024974823,
+ "y": 3.206807851791382,
+ "name": "Vector",
+ "geometry": "M6.46747 0.02117c0 0-0.03-0.04001-0.04-0.01001-0.03 0.07-0.13 0.18001-0.12001 0.26001 0.15 1-0.55 2.13002-1.09999 2.90002-1.01 1.44-3.59 1.57999-5.11 1.23999-0.09-0.02-0.14 0.11001-0.05 0.14001 0.99 0.37 1.45 0.72002 2.46 0.52002 0.79-0.16 1.70999-0.24 2.36999-0.75 0.77-0.6 1.24-1.41997 1.54001-2.33996 0.11-0.35 0.17-0.72009 0.19-1.09009 0.02-0.3-0.19-0.55998-0.14-0.84998l0-0.02001z m4.65999 5.85009c0.24-1 0.17-2.08008-0.01999-3.08008 0-0.02-0.04-0.02-0.04 0-0.11 1.64-0.26 3.18998-1.19001 4.59998-0.14 0.21-1.16 0.96006-1.52999 0.94006-0.09 0-0.17 0.06003-0.18 0.16004 0-0.12-0.38 0.11992-0.45 0.16992-0.03 0.03 0 0.07007 0.03 0.07007-0.04 0 0.51 0.03002 0.48999 0.02002 0.08 0.03 0.14-0.02009 0.18001-0.09009 0.02-0.05 0.02001 0 0.17 0 0.54 0.04 1.01999-0.31999 1.44-0.60999 0.58-0.39 0.94-1.54994 1.09-2.18994l0.00999 0.01001z",
+ "fill": "#330900ff",
+ "width": 3.347733497619629,
+ "height": 2.5997722148895264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "JCfOd",
+ "x": 6.044658873526714,
+ "y": 0.7451466548773169,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "11bjW",
+ "x": 0.016303559468724416,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.25999 12.04004l-1.72999-1.35999c-0.09-0.07-0.19-0.11011-0.3-0.1101l-3.33001 0c-0.07 0-0.14 0.01004-0.19999 0.04004-4.32 1.92-7.28 2.78003-9.62001 2.78003-2.15 0-3.84-0.71007-5.5-2.32007-3.5-3.38-8.63999-10.8299-8.68999-10.89991-0.06-0.08-0.13-0.14004-0.22-0.17004-0.07 0.2-0.19 0.44995-0.19 0.44995l-0.19 0.15003 0.23 0.14001 0.33 2.09998-1.85 2.06005 3.1 4.09998c1.69 2 3.44 4.07003 4.47999 4.91003 0.26 0.21 0.53 0.44995 0.82 0.69996 1.63 1.44 3.66 3.22998 7.41001 3.22998 0.57 0 1.16-0.04001 1.76999-0.13001 5.45-0.74 13.27001-4.68999 13.60001-4.85998 0.15-0.08 0.25-0.22002 0.27-0.39002 0.02-0.17-0.05-0.32994-0.19-0.43994l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.57157623528573,
+ "size": {
+ "height": 0.3900982436080264
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37436378543262067,
+ "y": 0.5560538313437443
+ }
+ },
+ "width": 9.334506034851074,
+ "height": 5.2944183349609375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "kcO6d",
+ "x": 0,
+ "y": 0.136660448875773,
+ "name": "Vector",
+ "geometry": "M0.05408 4.44006c0 0-0.49-3.45006 1.47999-4.44006 0 0 5.18 7.51998 8.76 10.97998 3.58 3.45 7.65 3.21001 15.67-0.36999l3.33 0 1.73001 1.3601c0 0-8.02 4.06994-13.45001 4.80994-5.43 0.74-7.65-2.09995-9.62-3.69995-1.97-1.6-6.91-8.14001-7.89-8.63001l-0.00999-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.25672300492207,
+ "size": {
+ "height": 0.39628385881244443
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38144814098121854,
+ "y": 0.5594446130126295
+ }
+ },
+ "width": 9.20710563659668,
+ "height": 5.015676021575928,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "U7hGF",
+ "x": 30.604330292200757,
+ "y": 29.429657471191604,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "Ybacu",
+ "x": 0,
+ "y": 2.6291853343573166,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Q19X",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.20456 17.67993c-2.05 0-5.30001-1.72996-5.93001-2.07995-2.23-1.23-3.73999-2.40005-5.18999-4.05005-1.18-1.34-2.09001-4.39993-2.34001-6.04993l-0.73999-4.93005c-0.03-0.23 0.08999-0.44003 0.29999-0.53003 0.06-0.03 0.12-0.03992 0.19-0.03992 0.15 0 0.30001 0.06995 0.40001 0.19995 0.04 0.06 4.32 5.90004 7.44 8.42005 2.55 2.06 4.70999 2.83993 5.37999 3.04992 0.87-0.69 4.55-3.78992 5.17-7.91992 0.02-0.12 0.07-0.22005 0.16001-0.30005l1.97-1.72998c0.09-0.08 0.21001-0.12 0.32-0.11999 0.1 0 0.18999 0.02996 0.26999 0.07995l1.48001 0.98999c0 0 0.08999 0.08 0.12999 0.12l1.23 1.7301c0.09 0.13 0.12001 0.29995 0.06001 0.44995-0.14 0.39-3.4 9.56999-9.25 12.48999-0.29 0.14-0.64001 0.21997-1.06001 0.21997l0.01001 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -222.99832972485436,
+ "size": {
+ "height": 0.49595715846796173
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4576811190853012,
+ "y": 0.2856334714884974
+ }
+ },
+ "width": 7.281551837921143,
+ "height": 5.246925354003906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "njRSk",
+ "x": 0.14077550172805786,
+ "y": 0.15063774585723877,
+ "name": "Vector",
+ "geometry": "M0.01999 0c0 0 4.32 5.92001 7.52 8.51001 3.21 2.59 5.8 3.20996 5.80001 3.20996 0 0 4.81-3.45001 5.55-8.39001l1.97-1.72998 1.48 0.98999 1.22999 1.72998c0 0-3.26999 9.34008-9.00999 12.21008-1.46 0.73-5.32001-1.1801-6.54001-1.8501-2-1.1-3.53-2.20995-5.06-3.94995-1.08-1.23-1.98-4.18005-2.22-5.80005l-0.73999-4.92993 0.01999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -223.49155227629433,
+ "size": {
+ "height": 0.521025988332294
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.45630037075640484,
+ "y": 0.2725590417748761
+ }
+ },
+ "width": 6.994935035705566,
+ "height": 4.954224109649658,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "xKfZy",
+ "x": 4.709838245089486,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "PRSkn",
+ "x": 0.0605606883764267,
+ "y": 0.05476142093539238,
+ "name": "Vector",
+ "geometry": "M15.97253 4.01102c-0.24-0.63-0.62-1.20999-1.13001-1.60998-0.37-0.41-0.83-0.66002-1.36999-0.77002-0.15-0.08-0.78-0.04004-0.78-0.04004l-0.03-0.12-0.1 0.33008c-0.68-1.37-2.05-2.16001-3.86-1.64001l-2.11001 0.58996c-0.56-0.24-1.17999-0.18-1.82998 0-1.9 0.54-3.17001 1.92006-3.99001 3.56006-0.85 1.52-0.97 3.35001-0.5 5.01001 0.3 1.07 0.57 2.0199 1.52001 2.6499 0.83 0.66 1.85 0.6301 2.86 0.6001l2.78999 1.26001c0.9 0.33 1.81 0.38999 2.75999 0.23999 1.78-0.27 3.79001-0.88005 4.46001-2.80005l0.02001-0.05993c0.55 0.06 1.14999-0.07006 1.75999-0.44007 1.21-0.73 2.02-2.60997 2.08-3.96997 0.05-1.18-1.23-3.00006-2.55-2.81006l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -410.3076019616151,
+ "size": {
+ "height": 0.11594197702750737
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.9084064341247653,
+ "y": -0.11091432155474451
+ }
+ },
+ "width": 5.497406959533691,
+ "height": 4.199009895324707,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "pYsAD",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.55473 5.69306c-0.39-0.85-1.29-1.71995-2.27-1.69995-0.3-0.65-0.76-1.22003-1.35001-1.78003-0.35-0.33-0.97999-0.61-1.45999-0.61999-0.15 0-0.41-0.04998-0.55999 0.02002-0.02-0.03-0.07001-0.03002-0.10001-0.02002-0.4-0.66-1-1.21005-1.7-1.43006-1.38-0.43-2.74 0.07008-4.03 0.58008-0.88-0.42-1.91001-0.24007-2.93001 0.17993-1.81 0.76-2.99 2.45007-3.72 4.20008-0.78 1.85-0.40999 3.98991 0.32001 5.7799 0.71 1.74 2.42001 2.08003 4.10001 2.03003 0.21 0 0.21-0.32995 0-0.31994-1.74 0.04-3.19001-0.36999-3.90001-2.10999-0.58-1.42-0.69999-2.97008-0.34999-4.46008 0.32-1.39 1.25999-2.71992 2.28999-3.66992 1.13-1.04 3.19-1.84001 4.44-0.64002 0.6 0.58 0.65 1.69999 1.31 2.10999 1.48 0.92 2.07 3.45004 0.55 4.54004-1.23 0.89-3.14 0.81997-4.08999-0.41004-0.26-0.34-1.21-2.71002-0.64-2.90002 0.03-0.01 0.01999-0.06005-0.01001-0.05005-0.08 0.02-0.15999 0.04006-0.23999 0.06006-0.01 0-0.02001 0.01003-0.03002 0.03003-0.26 1.29 0.21001 2.83999 1.17002 3.73999 0.81 0.76 2.02999 0.76996 3.07998 0.45996-0.01 0.18-0.01999 0.36004-0.00999 0.54004 0 0.45-0.46 1.03993-0.67 1.42993 0 0.01 0.01 0.02001 0.02 0.01001 0.26-0.42 0.68-0.75994 0.92-1.18994 0.14-0.25 0.10999-0.62004 0.12-0.92005 0.2-0.08 0.4-0.17001 0.58-0.26001 0.06 0.08 0.15999 0.12008 0.28999 0.08008 0.28-0.09 0.55-0.20007 0.80001-0.32007 0.58 0.72 1.30001 1.05999 2.04 1.10999 0.49 0.91 1.13999 1.55002 2.1 1.77002-1.18 2.31-4.66 3.08007-6.98 2.45007-0.01 0-0.02 0.0199 0 0.0199 2.51 0.96 6.24 0.3001 7.34-2.3999 0.05 0 0.11 0.0099 0.16 0.01989 1.54 0.11 2.63999-1.28 3.23-2.5 0.54-1.12 0.71-2.31996 0.19-3.45996l-0.01 0z m-8.54-0.71997c-0.15-0.25-1.1-1.27007-1.06-1.45007 0.15-0.58-0.6-1.59-0.92-2-0.21-0.27-0.43999-0.46988-0.67999-0.62988 1.02-0.24 2.06-0.58007 3.08999-0.45008 1.36 0.17 2.11999 1.43 2.43 2.63001 0.31 1.17 0.19001 2.52996-0.4 3.57995-0.5 0.88-1.34999 1.29008-2.25999 1.58008 0.65-0.93 0.39999-2.26002-0.20001-3.27002l0 0.01001z m0.95001 3.45996c1.86-1.13 2.72999-3.16999 2.36999-5.48999-0.05-0.33-0.16-0.66999-0.31-0.98999 1.36-0.02 2.41 1.02998 2.92 2.22998 1.2 2.87-2.37 6.98-4.97 4.25l-0.00999 0z m7.05999 0.53003c-0.45 1.05-1.27001 1.85005-2.37001 2.18005-1.15 0.34-2.22999-0.47008-2.89999-1.33007 1.87-0.02 3.79999-1.78993 3.89999-3.79993 0.03-0.59-0.03999-1.1201-0.20999-1.6001 0.85 0.11 1.39 0.68008 1.81 1.46009 0.53 0.99 0.17 2.12998-0.24001 3.09997l0.01001-0.01001z",
+ "fill": "#330900ff",
+ "width": 5.602627754211426,
+ "height": 4.288183212280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Zs9t9",
+ "x": 18.945917213590292,
+ "y": 27.34004750601889,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "bEmts",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M45.18884 1.35999c-0.04-0.16-0.15-0.27997-0.3-0.33997l-1.20999-0.48999-0.97-0.47998c-0.07-0.03-0.14-0.05005-0.22-0.05005-0.05 0-0.11001 0.00003-0.16001 0.03003-0.12 0.04-0.22999 0.13-0.28999 0.25-3.64 7.28-7.04001 10.90993-18.70001 14.54993l-0.83 0.26001c-11.53 3.6-23.45 7.30998-22.44999 20.22998 0.42 5.42 3.73999 10.03009 9.61999 13.34008 4.4 2.48 8.60001 3.35001 8.78001 3.38001 0.01 0 0.02999 0 0.03999 0 1.45 0.18 2.87 0.26001 4.22 0.26001 8.61 0 14.99-3.57 18.97-10.62 5.2-9.21 0.84999-19.63009-1.49-25.22009-0.16-0.39-0.31999-0.75999-0.45999-1.10998-2.08-5.08 5.27-13.45993 5.33999-13.54993 0.11-0.12 0.15-0.28006 0.11-0.44006z",
+ "fill": "#740800ff",
+ "width": 13.415323257446289,
+ "height": 15.521235466003418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "leM3t",
+ "x": 0.14595842361450195,
+ "y": 0.14679105579853058,
+ "name": "Vector",
+ "geometry": "M18.06694 51.06006c0 0-17.02-3.45003-18.01-16.28003-0.99-12.83 11.1-16.27998 22.94-19.97998 11.84-3.7 15.3-7.40005 19-14.80005l0.99 0.48999 1.23001 0.48999c0 0-7.65001 8.63006-5.43001 14.06006 2.22 5.43 7.4 16.28003 1.97 25.90002-5.43 9.62-14.55 11.09999-22.7 10.10999l0.01 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -382.5334687378094,
+ "size": {
+ "height": 0.22151217701774334
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#c42c00ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7707892265709829,
+ "y": 0.13768458469091785
+ }
+ },
+ "width": 13.12238883972168,
+ "height": 15.22830581665039,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "mNDfi",
+ "x": 0.14312301576137543,
+ "y": 4.346848011016846,
+ "name": "Vector",
+ "geometry": "M4.50695 25.31995c-2.47-6.91-0.99-13.57 6.40999-18.5 4.52-3.01 10.54-5.17995 14.09001-6.81995-0.64 0.22-1.31 0.44003-2.01001 0.66003-11.84 3.7-23.93 7.14998-22.94 19.97998 0.99 12.83 18.01 16.27991 18.01 16.27991 1.81 0.22 3.67 0.3201 5.53 0.2301-0.43-0.12-0.95-0.2001-1.58999-0.2301-6.66-0.25-15.05-4.68996-17.52001-11.58996l0.02001-0.01001z",
+ "fill": "#c42c00ff",
+ "width": 7.421385288238525,
+ "height": 11.034903526306152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "eUR3U",
+ "x": 3.8074071407318115,
+ "y": 5.170975208282471,
+ "name": "Vector",
+ "geometry": "M22.81938 0.19066c-1.84-0.44-4.08-0.10004-6.7 0.82996-3.43 1.22-6.72 2.9901-9.4 5.4801-6.66 6.17-10.12 16.77995-1.97 22.44995 8.14 5.67 20.72001 0.73999 23.68-8.14001 1.5-4.48 0.75999-10.17999-0.51001-14.60999-1.02-3.58-2.73999-5.44001-5.09999-6.01001z",
+ "fill": "#fff2c0ff",
+ "width": 8.684699058532715,
+ "height": 9.310343742370605,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "KKc3A",
+ "x": 22.088414941055817,
+ "y": 41.572465566321625,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "J1QJQ",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "XgmA5",
+ "x": 0,
+ "y": 0.013935343362390995,
+ "name": "Vector",
+ "geometry": "M17.41 27.17004c-0.05-0.16-4.25-14.07001-10.13-23.38-1.25-1.44-2.68-2.96008-2.68-2.96008l-2.3 0.16003-2.3-0.98999c0.15 0.1 1.5 2.30003 2.3 3.78003 2.91 4.39 7.6 13.00999 11.2 26.11999 0.06 0.22 0.25999 0.35999 0.48 0.35999 0.01 0 0.03 0 0.04 0 0.09 0 2.1-0.21999 3.36-2.73999 0.06-0.11 0.07-0.23998 0.03-0.35999l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.24723781122447,
+ "size": {
+ "height": 0.4871541854013695
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5807617404013133,
+ "y": 0.5727032219994097
+ }
+ },
+ "width": 5.173937797546387,
+ "height": 8.980352401733398,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "YS1V7",
+ "x": 0.00007276813994394615,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0.05951c0 0 8.55 10.03002 13.98 29.77003 0 0 1.81001-0.16009 2.96-2.4701 0 0-5.26-17.59998-12.34-26.47998 0 0-1.64-1.14995-4.6-0.81995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.41932896035894,
+ "size": {
+ "height": 0.49477679760998533
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5841204508477249,
+ "y": 0.5854776442704479
+ }
+ },
+ "width": 5.027334690093994,
+ "height": 8.852598190307617,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "OUXQO",
+ "x": 3.763995697903738,
+ "y": 4.724305152893066,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "NRuVu",
+ "x": 0.07089190185070038,
+ "y": 0.04982742294669151,
+ "name": "Vector",
+ "geometry": "M23.18015 9.38l-0.31999 0.26001c0.26-0.67 0.32999-1.42002 0.20999-2.15002-0.15-0.97-0.59001-1.97007-1.24-2.70007-0.87-0.96-1.65-0.91992-2.84-0.91992l0.08 0-0.22 0.40991c0.05-0.51-0.01-1.00998-0.27-1.47998-0.66-1.4-1.88999-2.79993-3.54-2.79993-3.47 0-5.15 2.10993-6.68 4.92993-0.52 0.96-1.14 1.82001-1.89 2.63001-1.49 1.61-3.18 2.92006-4.51 4.69006-0.49 0.58-1.07 1.07001-1.48 1.64001-1.72 3.23 1.52 6.12991 4.36 6.90992 5.25 1.43 10.21-2.16993 14.14-5.17994 0.01 0 0-0.01004-0.02-0.04003 0.05-0.02 0.10001-0.04995 0.15001-0.06995 0.89 0.49 1.93999 0.74993 2.82998 0.67993 3.26-0.23 5.10001-5.42996 1.23002-6.82995l0.00999 0.02001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -422.88529566520657,
+ "size": {
+ "height": 0.12044908521423828
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0910217620019842,
+ "y": 0.09917936846004159
+ }
+ },
+ "width": 7.522581577301025,
+ "height": 6.26881742477417,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZsKXJ",
+ "x": 1.2355331182479858,
+ "y": 1.897564172744751,
+ "name": "Vector",
+ "geometry": "M10.77351 2.47239c1.45-0.19 2.53-1.04 2.42-1.88-0.11-0.84-1.19-0.60002-2.63001-0.40003-1.45 0.19-2.72 0.25999-2.61 1.10999 0.11 0.84 1.38 1.37005 2.83 1.18005l-0.00999-0.01001z m6.55 1.07996c-0.15-0.78-1.14-0.48997-2.47-0.21997-1.34 0.26-2.52001 0.40005-2.37001 1.18005 0.15 0.78 1.36001 1.19993 2.70001 0.92994 1.34-0.26 2.3-1.11001 2.14-1.89002z m2.68 4.22009c-0.09-0.68-0.95-0.47006-2.11-0.31006-1.16 0.16-2.18 0.22002-2.09 0.90003 0.09 0.68 1.11 1.08993 2.27 0.92993 1.16-0.16 2.01999-0.8399 1.93-1.5199z m-9.51-2.03003c-0.9-0.75-2.29-1.66996-3.55-1.45996-0.01 0-0.02 0-0.03 0-0.97 0.18-1.81 0.81991-2.55 1.40992-1.27 1.02-2.55 2.15002-3.52 3.52001-2.04 2.87-0.11 4.66003 2.91 4.78003 2.26 0.08 4.27-1.05 6.11-2 1.21-0.62 3.11-1.57004 2.80999-3.16003-0.22-1.18-1.28-2.32997-2.19-3.08997l0.01001 0z",
+ "fill": "#fff2c0ff",
+ "width": 5.938417434692383,
+ "height": 4.153761863708496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "6QGI6",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M23.52714 9.36686c0 0-0.06-0.02002-0.09-0.02002 0.22-1.31-0.2-2.64996-0.83-3.82995-0.75-1.4-1.78-1.68007-3.25-1.70008-0.02-0.18-0.05001-0.35992-0.10001-0.53991-0.62-2.5-3.11-3.61006-5.41999-3.19007-2.39 0.43-3.92 2.35999-5.03 4.35999-1.77 3.18-4.6 5.53007-7.02 8.20007-0.91 1-1.62 1.72999-1.77 3.12-0.13 1.16 0.5 2.27 1.2 3.13 1.77 2.17 4.78 2.88 7.44 2.62 3.16-0.31 5.94-2.09002 8.45999-3.89002 0.74-0.53 1.45-1.08 2.17-1.63 1.67 0.96 4.01 0.83005 5.36-0.56995 1.88-1.95 1.35-4.96005-1.11-6.05005l-0.00999-0.01001z m0.75999 5.69995c-1.88 2.06-4.98 0.74008-6.61-0.91992-0.02-0.02-0.04999 0.00002-0.03999 0.02002 0.2 0.48 0.5 0.9 0.86 1.25 0 0.04 0.01999 0.09 0.06999 0.12 0.35 0.24 0.31 0.29994-0.06 0.56994-0.53 0.4-1.07 0.79004-1.61 1.17005-1 0.71-2.03999 1.34992-3.12999 1.91992-2.58 1.34-5.29001 2.22001-8.22 1.63-2.3-0.47-4.78999-2.24997-5.08-4.71997-0.2-1.72 1.18-2.69001 2.11-3.89001 0.88-1.14 1.96999-2.10998 3.01-3.10999 0.82-0.79 1.59-1.62004 2.27-2.54004 0.65-0.88 1.11-1.88993 1.72-2.79992 1.39-2.06 3.15-3.29997 5.69-3.33997 1.47-0.02 2.50999 1.2399 3.15 2.3999 0.77 1.39 0.12 3.88007-0.87 5.07007-1.82 2.18-5.45001 1.56993-6.93-0.57007-0.03-0.04-0.09 0.00004-0.06 0.04004 1.24 2.15 3.26999 2.90999 5.64999 2.10999 2.02-0.67 3.24001-3.06994 3.17001-5.18994 1.16 0.02 1.94999 0.19996 2.82 1.07995 1.2 1.2 1.22 3.11997 0.58 4.58997-1.15 2.63-5.38 2.92-7.33 1.25-0.02-0.01-0.04 0.00002-0.02001 0.02002 1.12 1.28 2.27 1.70007 4 1.45007 1.52-0.22 3.21-1.01004 3.80001-2.54004 0.05-0.12 0.08001-0.25 0.12001-0.36999 0 0-0.00001 0 0.00999 0 2.42 0.87 2.50999 3.55994 0.92999 5.30993l0-0.01001z",
+ "fill": "#330900ff",
+ "width": 7.650014877319336,
+ "height": 6.400805950164795,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "M8cHV",
+ "x": 14.516784648340945,
+ "y": 27.045776398425005,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "ySfXR",
+ "x": 3.7665947520627014,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "FUP8L",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.71126 14.73999l1.85-1.42004-0.54999-0.91993c-2.28-2.84-6.86-7.03999-11.72001-9.85998-2.9-1.69-5.71-2.54004-8.34999-2.54004-2.02 0-3.54 0.48995-4.55001 0.81995-0.24 0.08-0.45 0.15007-0.63999 0.20007-0.53 0.15-1.18 0.36999-1.87001 0.60998-1.44 0.5-3.06 1.06995-4.08999 1.06995-0.15 0-0.27-0.00992-0.38001-0.03992-0.09-0.02-0.19-0.03003-0.27-0.03003-0.32 0-0.6 0.14001-0.79 0.39002-0.69 0.88-0.18 3.17999-0.01 3.85998 0.04 0.15 0.14 0.26996 0.28 0.32996l3.45 1.47998c0.06 0.03 0.13 0.04004 0.19001 0.04004 0.11 0 0.22-0.03998 0.29999-0.09998 0.03-0.02 2.93-2.24995 6.72-3.19995 0.53-0.13 1.09-0.20007 1.67-0.20007 3.69 0 7.59 2.63997 9.58 4.21997 1.76 1.39 4.09 3.57999 5.47001 5.12l1.29 1.05004 2.4-0.85998 0.01999-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.6618438549113,
+ "size": {
+ "height": 0.34493556059160485
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4419161025037746,
+ "y": 0.5841869299454197
+ }
+ },
+ "width": 9.960077285766602,
+ "height": 4.635591983795166,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "AVBwV",
+ "x": 0.1445995271205902,
+ "y": 0.14412182569503784,
+ "name": "Vector",
+ "geometry": "M3.77421 7.74355c0 0 2.96-2.30004 6.90999-3.29003 3.95-0.99 8.55 1.65011 11.68 4.1101 3.12 2.47 6.91 7.06995 6.91001 7.06995 0 0 2.29999-0.48997 4.10999-2.46997 0 0-5.75999-6.58006-12.83-10.69007-7.07-4.11-11.35-1.96998-13.16-1.47998-1.81 0.49-5.1 1.97001-6.58 1.64002-1.48-0.33-0.49 3.62-0.49 3.61999l3.45001 1.47998 0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.62302459281625,
+ "size": {
+ "height": 0.3467388509289626
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.43326483767319185,
+ "y": 0.5871057360982678
+ }
+ },
+ "width": 9.907526969909668,
+ "height": 4.639619827270508,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "2ZxhK",
+ "x": 0,
+ "y": 0.22497139481674822,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "MM7Zr",
+ "x": 0.05623631551861763,
+ "y": 0.036993607878685,
+ "name": "Vector",
+ "geometry": "M16.807 6.27662c0 0-0.11999-0.04002-0.08-0.15002 0 0 0.08-1.23006-0.4-2.06006-0.48-0.84-1.12-1.44995-1.12-1.44995-2.26-1.47-5.97-2.77998-8.72999-2.59998-1.97 0.13-4.61 1.01-5.75 2.75-0.78 1.18-1.23 3.66997 0.22999 4.71998l0.12 0.05004c-0.15 0.79 0 1.56001 0.25 2.13001 0.59 1.36 1.44 1.59992 2.86 2.03992l0.12-0.12c0.37 1.03 1.25 1.83007 2.47 2.20007 0.94 0.29 2.27 0.17994 2.83-0.81005 0.23-0.32 0.29-0.94003 0.43-1.41004l-0.26-0.09997c0.14-0.1 0.3-0.20997 0.44-0.33997 0.52 0.29 0.69 0.59001 1.26001 0.76001 1.18 0.36 2.23 0.29994 3.18999-0.31006 1.12-0.69 1.83-1.75998 2.08-2.97998 0.1-0.74 0.08-1.51993 0.06-2.29993l0-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -431.8209154818232,
+ "size": {
+ "height": 0.11431196885430463
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.1849291623371463,
+ "y": 0.13350142511351248
+ }
+ },
+ "width": 4.992708683013916,
+ "height": 4.133075714111328,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "h5FhS",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.92371 6.24059l-0.02 0c0.25 1.53-0.15 3.06003-1.08 4.28003-0.64 0.84-1.64 1.32995-2.67 1.44995-0.91 0.11-1.6-0.24-2.34-0.62 0.02-0.02 0.05001-0.04996 0.07001-0.07995 0.11-0.19 0.37-0.31004 0.55999-0.42005 0.16-0.1 0.29-0.21996 0.45-0.32995 0.02-0.01 0-0.04003-0.02-0.03003-0.44 0.14-0.85 0.11999-1.23999 0.35998-0.11-0.04-0.23-0.01004-0.33001 0.07996-0.21 0.21-0.46 0.36008-0.65 0.58008-0.17 0.2-0.21 0.46996-0.48 0.57995-0.04 0.02-0.03 0.07008 0 0.08008 0.3 0.09 0.38-0.08007 0.63-0.20007 0.11-0.06 0.22-0.11004 0.33001-0.17004-0.33 0.71-0.53001 1.38002-1.31001 1.77001-0.73 0.36-1.65 0.11009-2.35-0.15991-1.8-0.66-2.14-2.3-1.95-4 0-0.05-0.07001-0.09003-0.1-0.03003-0.35 0.8-0.34 1.59996-0.09 2.32996-1.07-0.53-1.99-0.86002-2.54-2.02002-0.62-1.32-0.37-2.78999 0.6-3.85999 0.04-0.05-0.03-0.12996-0.08-0.07995-0.55 0.48-0.94 1.04003-1.16 1.66003-1.09-1.19-0.91-2.85009-0.19-4.22009 0.86-1.65 3.03001-2.39997 4.74-2.71997 3.29-0.63 6.81 0.83006 9.68 2.31006 0.02 0 0.03-0.02003 0.02-0.03003-3.17-2.41-7.68-3.50006-11.49-2.19006-1.69 0.58-3.12 1.70005-3.68 3.43005-0.4 1.23-0.38 2.97001 0.81 3.76001 0 0 0 0 0.01 0-0.14 0.6-0.12 1.25004 0.08 1.92004 0.45 1.49 1.79 2.06989 3.21 2.25989 0.02 0 0.04 0.00011 0.06-0.00989 0.38 0.92 1.16 1.70992 2.1 2.16992 0.75 0.37 1.83 0.43003 2.58 0.03003 0.96-0.52 1.09-1.33998 1.15-2.34997 0.08-0.05 0.29-0.22004 0.34-0.29004 0.7 0.5 1.25 0.83997 2.19 0.96997 1.07 0.15 2.05-0.34 2.85-1 1.49-1.21 1.81-3.43993 1.3-5.17993l0.01-0.03003z",
+ "fill": "#330900ff",
+ "width": 5.086602687835693,
+ "height": 4.272139549255371,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "arHUj",
+ "x": 16.030148788344377,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "ojRdt",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "aMdwf",
+ "x": 0.01598999652560451,
+ "y": 0.07452911922882777,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "EbnFI",
+ "x": 0.0033051311038434505,
+ "y": 0.0001232616341440007,
+ "name": "Vector",
+ "geometry": "M125.44 76.76001c-4.08999 1.89-12.99 4.01994-17.49 1.68994l-0.02001 0c0.84-1.06 1.60001-2.18989 2.26001-3.38989l-3.11-1.78003c-0.23-0.53-0.61-0.97998-0.61-0.97998l-2.54001 1.02991c0 0-3.42-3.46994-4.16999-9.43994-0.76-5.97-6.87999-18.76001-6.88-18.76001-8.01-35.58-44.66-45.13-44.66-45.13001 7.82 13.17 10.70999 23.25002 16.09 33.02002l0.05999 0.18994c-3.67 0.24-7.09999 0.96001-9.58999 2.01001l-0.24001-0.02002c-23.08-28.66-52.85-28.79993-52.85-28.79993 27.09 33.9 26.74001 57 26.74001 57-7.85 8.98-21.06 1.77999-28.41-1.76l-0.02 0.23998c21.38 17.28 46.03 36.56004 75.47 33.16004 6.76-0.78 15.3-2.95008 21.06999-6.71008 0.23-0.15 0.45001-0.29995 0.68001-0.44996l0.01999 0.16004c10.39-0.65 21.50002-4.20001 28.59001-11.39002l-0.38 0.08997-0.01 0.02002z",
+ "fill": "#ff4700ff",
+ "width": 37.34294128417969,
+ "height": 28.32204818725586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "5utKb",
+ "x": 15.70434478041716,
+ "y": 15.017172896419652,
+ "name": "Vector",
+ "geometry": "M5.21218 1.45632c-0.05 0.68-1.20999 0.47999-2.64999 0.35999-1.44-0.11-2.62-0.10003-2.56-0.78003 0.05-0.67 1.25999-1.13002 2.70999-1.02002 1.44 0.11 2.56001 0.75005 2.51001 1.43005l-0.01001 0.01001z",
+ "fill": "#ff7732ff",
+ "width": 1.550283432006836,
+ "height": 0.5755753517150879,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Hw8zl",
+ "x": 25.90730002638884,
+ "y": 15.479461752926,
+ "name": "Vector",
+ "geometry": "M3.80296 1.349c-0.05 0.66-0.89 0.49002-1.94999 0.40002-1.05-0.08-1.91001-0.05007-1.85001-0.70007 0.05-0.66 0.94001-1.11992 1.99001-1.03992 1.05 0.08 1.86 0.67997 1.80999 1.33997z",
+ "fill": "#ff7732ff",
+ "width": 1.1292684078216553,
+ "height": 0.5452783107757568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Fq71e",
+ "x": 18.981360466452315,
+ "y": 10.41304215148557,
+ "name": "Vector",
+ "geometry": "M0 1.35084l2.53999-0.94995c-0.74-0.95-2.29999-0.04005-2.53999 0.94995z m2.39 0.8501l5.71001-1.68006c-1.94-0.89-4.62001-0.16995-5.71001 1.68006z m4.72 0.53992l5.5-1.03992c-1.4-0.78-4.87-0.88008-5.5 1.03992z m4.67 1.02001l3.60001 0.12c-1.06-0.9-2.57001-1.18-3.60001-0.12z",
+ "fill": "#ff7732ff",
+ "width": 4.564369201660156,
+ "height": 1.151736855506897,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "OTey8",
+ "x": 22.99132636305876,
+ "y": 19.30964573577512,
+ "name": "Vector",
+ "geometry": "M21.31805 10.15329c0 0-9.86 0.12004-13.5-5.57996 0 0-2.04-5.25-5.06-4.5-3.37 0.83-3.51 4.9-1.19 6.87 1.97 1.67 4.64 2.86001 7.03 3.76001 6.6 2.49 14.61 2.95 20.22-2l-0.41-1.02002-2.21 0.96997-4.88 1.5z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.9901064560785,
+ "size": {
+ "height": 0.5929312143411363
+ },
+ "colors": [
+ {
+ "color": "#ff7732ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.42478544489737985,
+ "y": 0.17090838694903343
+ }
+ },
+ "width": 8.55241870880127,
+ "height": 3.7166976928710938,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "dPIjV",
+ "x": 14.761337311239913,
+ "y": 12.025647246395238,
+ "name": "Vector",
+ "geometry": "M0 11.78003c0 0 0.52-5.00004 3.92-9.04004l3.71-1.80005 2.17-0.93994 1.31999 0.46997c0 0 5.61001 5.24998 7.12002 21.97998 0 0-8.54001-21.10992-18.23002-10.66992l-0.00999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -159.77112145854653,
+ "size": {
+ "height": 1.279963992846915
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38586386924539845,
+ "y": 0.3723185998285363
+ }
+ },
+ "width": 5.413139343261719,
+ "height": 6.662539482116699,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "dkx8M",
+ "x": 24.271746666403487,
+ "y": 12.15518959716428,
+ "name": "Vector",
+ "geometry": "M2.68374 20.23999c0 0-4.28-12.76998-2.03-19.35999l1.3-0.88 1.78 0.88 1.99 1.27002c0 0 4.15 3.53005 6.58001 14.80005 0 0-2.16001-6.94007-5.37001-6.82006-3.21 0.12-4.06 6.19999-4.25 10.11999l0-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -182.32459274437838,
+ "size": {
+ "height": 1.0009864908019166
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5252359299503859,
+ "y": 0.32716458385992225
+ }
+ },
+ "width": 3.651418447494507,
+ "height": 6.009651184082031,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "fDtvH",
+ "x": 0.5013935279566795,
+ "y": 1.8989215727197006,
+ "name": "Vector",
+ "geometry": "M0 0c8.85 11.07 14.77 20.98996 18.73 29.32996l19.62-14.63001c-19.39-14.61-38.35-14.69995-38.35-14.69995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -312.7322411317729,
+ "size": {
+ "height": 0.4726008389911275
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5535006239282914,
+ "y": 0.4470646467201791
+ }
+ },
+ "width": 11.381242752075195,
+ "height": 8.704337120056152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "HgzcT",
+ "x": 14.313107521506026,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10.95999 22.35999l16.58-6.65003c-12.82-11.87-27.53999-15.70996-27.53999-15.70996 5.04 8.49 8.02999 15.68999 10.95999 22.35999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -325.4856586590812,
+ "size": {
+ "height": 0.4479740006908727
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5842955906799207,
+ "y": 0.5949552710614066
+ }
+ },
+ "width": 8.173124313354492,
+ "height": 6.635837078094482,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "rzdB7",
+ "x": 0,
+ "y": 18.355031096492894,
+ "name": "Vector",
+ "geometry": "M75.46999 33.20007c6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c10.31-0.65 21.31-4.15009 28.41-11.22009-11.02 6.93-20.31 4.7301-20.31 4.7301l2.54-3.08007 0.76001-0.96998c0.32-0.45 0.62999-0.92001 0.92999-1.39001l-1.95-0.62c-13.4 11.74-36.79 10.87003-50.91 4.66004-14.11-6.2-21.12-6.76009-33.9-9.09009-11.66-2.12-21.23-8.17997-22.81-9.21997l0 0.03003c21.37 17.28 46.01999 36.56004 75.46999 33.16003l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 37.289527893066406,
+ "height": 9.966651916503906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "yEJvc",
+ "x": 2.7243483376223594,
+ "y": 20.488612257991917,
+ "name": "Vector",
+ "geometry": "M90.55 17c1.56-0.43 3.95999-2.74004 5.76999-4.67004 1.41-1.51 2.45001-2.80005 2.45001-2.80005l1.12-1.69995-0.47-0.21997c0 0-15.81 19.41992-42.72 17.28991-26.9-2.13-56.36-24.8999-56.36-24.8999l-0.34 0.15991c19.19 14.92 40.96999 28.77009 66.28999 25.84009 6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c7.05-0.44 14.43999-2.23008 20.67-5.58008-6.64 2.56-18.17 3.56006-18.17 3.56006l-0.01 0.02002z m-55.23001-8.07007c-5.97-3.92-10.76999-0.72998-10.76999-0.72998 5.59-0.66 10.76999 0.72998 10.76999 0.72998z",
+ "fill": "#f2c081ff",
+ "width": 32.26811981201172,
+ "height": 7.833281517028809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GL22H",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "gIvWM",
+ "x": 0.01299559072140255,
+ "y": 18.44092060769617,
+ "name": "Vector",
+ "geometry": "M0 0.02203c20.42 16.86 43.62001 35.09993 71.65001 33.67993 7.48-0.38 15.38-2.09 22.14-5.38 3.39-1.65 6.52999-3.9699 9.39999-6.39991 2.87001-2.44 5.5-5.29004 7.22-8.67004 0.11-0.21-0.23999-0.38006-0.36-0.19006-3.65 5.85-8.92999 10.43005-14.83999 13.93005-5.65 3.34-12.24001 5.01999-18.70001 5.85999-13.89 1.81-27.64999-1.75995-40.04-7.94995-13.17-6.58-24.94-15.81002-36.44-24.90003-0.02-0.01-0.04 0.02003-0.02 0.03003l-0.01-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 32.77296447753906,
+ "height": 10.024962425231934,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "JdxKo",
+ "x": 0,
+ "y": 1.9172336026531411,
+ "name": "Vector",
+ "geometry": "M0.05361 55.5c7.82 3.8 18.75 9.75002 26.83999 3.40002 0.53-0.41 1.73001-1.15004 1.71001-1.91003 0-0.42-0.03-0.8499-0.07-1.2699-0.15-1.97-0.46-3.9201-0.86-5.85009-1.39-6.85-3.85-13.47993-6.8-19.79993-5.01-10.76-11.65-20.71-19-30-0.05 0.1-0.1 0.19992-0.15 0.28992 4.21 0.04 8.52001 0.99009 12.56 2.09008 10.05 2.74 19.42999 7.67993 27.54 14.17993 4.62 3.71 8.75001 7.99001 12.57 12.51001 0.21 0.25 0.56999-0.06995 0.37999-0.31994-11.94-15.39-30.37-26.46998-49.86999-28.59998-1.04-0.11-2.1-0.22009-3.15-0.22009-0.15 0-0.24999 0.17004-0.15 0.29004 8.16 10.17 15.36 21.20996 20.53 33.20996 2.73 6.33 4.94 13.00999 5.9 19.85999 0.15 1.09 0.27 2.19005 0.31 3.30004 0 0.17 0.01 0.33 0.01 0.5 0 0.13-0.75 0.76002-0.9 0.90003-0.39 0.37-0.81 0.70002-1.23 1.02002-0.88 0.66-1.87 1.14991-2.90001 1.52991-4.06 1.53-8.68 0.62008-12.66999-0.66993-3.66-1.19-7.11-2.93008-10.57-4.58007-0.08-0.04-0.12 0.09-0.04 0.11999l0.01 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -328.456959533891,
+ "size": {
+ "height": 0.14356488639871606
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.21499595723159667,
+ "y": 0.3157419927067693
+ }
+ },
+ "width": 16.27123260498047,
+ "height": 18.308259963989258,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "C5qYB",
+ "x": 16.23291091181818,
+ "y": 9.811375395904179,
+ "name": "Vector",
+ "geometry": "M0.19556 2.52961c4.21-1.64 9.13999-2.03002 13.59999-1.90003 4.74 0.13 9.76 0.98002 13.71001 3.77002 0.08 0.06 0.16-0.06 0.09-0.13-3.59-3.09-8.82-3.99997-13.41001-4.21997-4.78-0.23-9.7 0.30999-14.11 2.23999-0.16 0.07-0.03999 0.29999 0.12001 0.23999z",
+ "fill": "#740800ff",
+ "width": 8.197582244873047,
+ "height": 1.3105155229568481,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "KXvDt",
+ "x": 14.263251106520329,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.43229 33.2084c-2.66-4.94-4.82-10.13002-7.05999-15.27002-2.66-6.09-5.55999-12.05993-8.93-17.79993-0.1 0.11-0.2 0.21996-0.3 0.32996 3.13 0.82 6.17 2.10997 9.09 3.46997 6.97 3.23 13.48 7.54008 19.05 12.83008 7.38 7.02 12.81 15.85003 15.6 25.65002 0.4 1.41 0.64999 2.77998 1.26999 4.10998 0.79 1.71 1.55 3.42991 2.28 5.15992 0.98 2.32 1.89001 4.65003 2.70002 7.03003 0.79 2.34 1.17999 4.66006 1.67999 7.06005 0.58 2.81 1.91999 5.85993 3.97999 7.91993 0.07 0.07 0.15001 0.09005 0.24001 0.05005 0.84-0.35 1.68-0.72006 2.53-1.06006 0.19-0.08 0.05-0.36992-0.14-0.28992-0.67 0.27-1.35001 0.52992-2.02001 0.78992-0.15 0.06-0.29 0.11005-0.44 0.17004-0.21 0.08 0.16001 0.11006 0.12001 0.06006-0.13-0.14-0.25-0.28005-0.36-0.43005-1.46-1.81-2.49001-3.96994-3.15001-6.18994-0.69-2.34-0.88-4.77-1.61-7.12-0.72-2.33-1.59999-4.61011-2.50999-6.86011-0.79-1.94-1.63001-3.85989-2.49001-5.75988-0.58-1.29-0.93999-2.36-1.29999-3.75-1.32-5.08-3.37-9.9601-6.05-14.48011-7.67-12.94-20.59-22.45999-34.59-27.60998-1.21-0.45-2.44-0.87996-3.69-1.20996-0.18-0.05-0.42 0.12996-0.3 0.32995 3.39 5.73 6.29 11.70002 8.98 17.77002 2.28 5.13 4.47 10.29996 7.19999 15.20996 0.09 0.16 0.34 0.04001 0.25-0.11999l-0.03 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -333.7357248625383,
+ "size": {
+ "height": 0.08278542706554251
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.22245386672383244,
+ "y": 0.10751305353126231
+ }
+ },
+ "width": 17.406522750854492,
+ "height": 21.892581939697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "QmYtx",
+ "x": 28.83319930293146,
+ "y": 22.797722594390507,
+ "name": "Vector",
+ "geometry": "M0.15789 11.60952c5.32-0.34 10.58-1.3701 15.58-3.23011 2.52-0.93 4.94-2.1199 7.22-3.51989 1.99-1.23 4.49-2.77009 5.84-4.7201 0.06-0.09-0.05-0.18-0.14-0.11999-1 0.7-1.85 1.65003-2.81 2.41003-1.06 0.85-2.2 1.60996-3.36 2.32996-2.18 1.34-4.51001 2.42008-6.90001 3.33008-4.95 1.89-10.21999 2.90001-15.48999 3.26001-0.16 0.01-0.11001 0.26 0.04999 0.25l0.01001 0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 8.551514625549316,
+ "height": 3.445390224456787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "DCdbG",
+ "x": 32.02113417841974,
+ "y": 22.838568465362187,
+ "name": "Vector",
+ "geometry": "M17.58595 0.00555c-2.59 1.13-5.46 1.81-8.25 2.25-1.59 0.25-3.20001 0.35005-4.82001 0.30004-1.56-0.05-2.86999-0.57005-4.34999-0.93005-0.14-0.03-0.23 0.13009-0.11 0.22009 0.97 0.78 2.58 0.92993 3.78 1.04993 1.62 0.16 3.26 0.02006 4.86-0.18994 3.09-0.4 6.12-1.26998 8.94-2.59998 0.06-0.03 0.02-0.1301-0.05-0.10009z",
+ "fill": "#740800ff",
+ "width": 5.242560386657715,
+ "height": 0.8798678517341614,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "w13vP",
+ "x": 25.30525092341486,
+ "y": 20.67964817727625,
+ "name": "Vector",
+ "geometry": "M18.8455 3.86858c-1.75 0.47-3.37001 1.21-5.18001 1.5-1.85 0.29-3.68 0.02994-5.47-0.44006-3.21-0.84-5.91-2.37002-8.06-4.90002-0.06-0.07-0.16 0.00009-0.13 0.09008 1.09 3.02 5.18001 4.59001 7.99 5.38001 3.61 1.01 7.75 0.67994 10.88001-1.56006 0.03-0.02 0-0.07995-0.03-0.06995z",
+ "fill": "#740800ff",
+ "width": 5.6054253578186035,
+ "height": 1.7931573390960693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "67YPL",
+ "x": 13.617016594191227,
+ "y": 14.651553885589237,
+ "name": "Vector",
+ "geometry": "M0.02 17.23233c0.04-1.26 0.4-2.59998 0.62-3.84997 0.27-1.58 0.66001-3.15005 1.15001-4.67005 0.91-2.86 2.32-6.00996 5.03-7.57995 3.43-1.99 7.44 0.74 9.72999 3.25 2.58 2.83 4.28 6.34 5.64 9.88 0.02 0.06 0.12 0.02996 0.11-0.04004-0.98-3.88-3.29-7.59996-6.06-10.45996-2.22-2.29-5.76-4.61995-9.08999-3.44995-3 1.06-4.62 4.31999-5.63001 7.10999-0.6 1.66-1.00999 3.39-1.28999 5.13-0.26 1.58-0.20001 3.08991-0.23001 4.65991 0 0.01 0.02 0.02 0.02 0l0 0.02002z",
+ "fill": "#740800ff",
+ "width": 6.6182451248168945,
+ "height": 5.114090919494629,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "zBFaZ",
+ "x": 25.095904152174626,
+ "y": 15.132627265105839,
+ "name": "Vector",
+ "geometry": "M0.0709 11.4508c-0.27-2.6 0.26001-5.64998 1.10001-8.09997 0.39-1.15 1.11-2.46993 2.36999-2.79993 1.09-0.28 2.21 0.48999 2.91001 1.23999 1.74 1.86 2.50999 4.66994 3.14999 7.05994 0.3 1.14 0.55 2.30009 0.75 3.47009 0.19 1.09 0.28 2.16993 0.77001 3.17993 0.04 0.08 0.2 0.06996 0.19-0.04004-0.05-1.21-0.33-2.48994-0.52001-3.68994-0.24-1.48-0.55999-2.95001-0.95999-4.39001-0.68-2.43-1.73-5.38999-3.94-6.85999-1.91-1.27-3.74001-0.03997-4.57001 1.78003-1.33 2.89-1.00999 6.0799-1.29999 9.1499 0 0.03 0.04999 0.03 0.04999 0z",
+ "fill": "#740800ff",
+ "width": 3.3569040298461914,
+ "height": 4.615805625915527,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "k78q4",
+ "x": 10.042520324965153,
+ "y": 22.590294615874882,
+ "name": "Vector",
+ "geometry": "M0.02414 1.51278c3.23-1.68 8.06-1.15004 11.09 0.70996 0.01 0 0.03-0.00002 0.01-0.02002-3.24-2.32-7.74-3.18996-11.12-0.70996-0.01 0 0 0.02002 0.01 0.02002l0.01 0z",
+ "fill": "#9a5b38ff",
+ "width": 3.3038828372955322,
+ "height": 0.6596499085426331,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "DrTWm",
+ "x": 11.13651255824152,
+ "y": 22.729672209869022,
+ "name": "Vector",
+ "geometry": "M0.00828 0.03162c3.41 1.94 6.18 5.05006 9.05001 7.69006 2.8 2.57 5.86999 4.69989 9.34999 6.25989 3.84 1.72 7.96 2.23008 12.12 2.45007 4.26 0.22 8.74-0.00006 12.91-0.94006 0.06-0.02 0.04001-0.10998-0.01999-0.09998-8.4 0.99-17.35001 1.70006-25.26001-1.93994-3.63-1.67-6.70999-4.20006-9.56999-6.94006-2.66-2.56-5.24-4.86001-8.56001-6.51001-0.02-0.01-0.04 0.03004-0.02 0.04004l0-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 12.902057647705078,
+ "height": 4.899784088134766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "rVfTI",
+ "x": 6.070122520704899,
+ "y": 5.626352564941044,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "R1zcj",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M9.12 17.46008c0 0 4.02-3.13002 8.09-4.77002 0 0-5.41-8.31006-17.21-12.69006 0 0 5.6 7.99008 9.12 17.46008z",
+ "fill": "#ff9549ff",
+ "width": 5.107461929321289,
+ "height": 5.181679725646973,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "NgG5w",
+ "x": 0.8934104442596436,
+ "y": 0.6883540749549866,
+ "name": "Vector",
+ "geometry": "M5.87 13.04993c0 0 3.05-2.09999 6.07-3.12 0 0-3.57-6.24993-11.94-9.92993 0 0 3.72 6.02992 5.87 13.03992l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 3.5434699058532715,
+ "height": 3.8728652000427246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "3nrcL",
+ "x": 18.315041343947087,
+ "y": 3.4805736705166055,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "swqPE",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.46001 16.27002c0 0 3.34999-2.61003 6.92999-3.78003 0 0-5.29-8.34999-14.39-12.48999 0 0 4.26 6.99002 7.45 16.27002l0.01001 0z",
+ "fill": "#ff9549ff",
+ "width": 4.270562171936035,
+ "height": 4.828502655029297,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "hDwLz",
+ "x": 0.6498472690582275,
+ "y": 0.5861946940422058,
+ "name": "Vector",
+ "geometry": "M4.98 12.19006c0 0 2.51001-1.69999 5.12001-2.36999 0 0-3.45001-6.22007-10.10001-9.82007 0 0 2.97 5.41006 4.98 12.19006z",
+ "fill": "#fff2c0ff",
+ "width": 2.997408628463745,
+ "height": 3.6176812648773193,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "9DHbg",
+ "x": 31.283930580397282,
+ "y": 19.675738112578983,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "9E2eN",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 6.40829c0 0 0.80001 3.88008 3.56001 4.71008 0 0 10.07-7.45002 7.09-10.27002-2.98-2.82-4.22001 1.99993-10.65001 5.54993l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 3.3242738246917725,
+ "height": 3.2996323108673096,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "6ICul",
+ "x": 0.14291581511497498,
+ "y": 0.12656861543655396,
+ "name": "Vector",
+ "geometry": "M3.00999 10.23388c-1.94-0.73-2.76999-3.18992-3.00999-4.03992 2.44-1.39 4.1-2.93004 5.44-4.17004 1.31-1.21 2.25-2.09002 3.12-2.02002 0.41 0.03 0.83999 0.26998 1.31999 0.72998 0.31 0.29 0.44001 0.6501 0.42001 1.1001-0.15 2.51-5.16001 6.7899-7.29001 8.3999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -320.20263304016925,
+ "size": {
+ "height": 0.2756622988920282
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.6514665017132696,
+ "y": 0.5952261016033495
+ }
+ },
+ "width": 3.0573527812957764,
+ "height": 3.0371387004852295,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "75iWf",
+ "x": 2.3946971893310547,
+ "y": 0.18897698819637299,
+ "name": "Vector",
+ "geometry": "M1.84072 0.62232c0.02 0.37-0.37999 0.69998-0.87999 0.72998-0.51 0.03-0.94001-0.25-0.96001-0.62-0.02-0.37 0.38-0.7001 0.88-0.7301 0.51-0.03 0.93999 0.25012 0.96 0.62012z",
+ "fill": "#ffffffff",
+ "width": 0.5493746399879456,
+ "height": 0.4041033387184143,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Tj0QP",
+ "x": 10.966893299373623,
+ "y": 11.553598444421368,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "vV89l",
+ "x": 0,
+ "y": 6.229879593542137,
+ "name": "Vector",
+ "geometry": "M32.64 11.42479c-1.76-10.35-11.51999-12.97001-17.62-10.63-5.14 1.98-6.59 4.86997-6.91 5.71997-4.63-1.82-8.11-5.55994-8.11-5.55994 2.56 5 9.19 8.23999 9.19 8.23999l1.54-1.17004 7.74 3.61999 14.17-0.22998 0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 9.686667442321777,
+ "height": 3.4558513164520264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "atQRH",
+ "x": 14.260415729509987,
+ "y": 6.515221333196678,
+ "name": "Vector",
+ "geometry": "M11.34871 4.83267c-0.47-0.89-2.24999-3.95996-5.01999-4.70996-3.25-0.88-7.02 3.13001-6.22 7.01001l3.65999 1.89001 5.89-3.02002 0.41 1.17994c0 0 4.8-1.58994 7.2-6.93995 0 0-2.68 3.47996-5.92 4.57996l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 5.124885559082031,
+ "height": 2.6777031421661377,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "UL7e3",
+ "x": 4.893902954088844,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 4.79993c0 0 5.26999-2.36998 7.56999-2.34998l-1.94-2.44995c0 0-2.70999 1.09993-5.62999 4.79993z",
+ "fill": "#1a171bff",
+ "width": 2.2465691566467285,
+ "height": 1.4244881868362427,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "dAQwb",
+ "x": 13.5388066139094,
+ "y": 0.1938115116863628,
+ "name": "Vector",
+ "geometry": "M5.11 4c0 0-3.75-1.69993-5.11-1.42993l0.51001-2.57007c0 0 1.9 0.76 4.61 4l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.5194803476333618,
+ "height": 1.1870919466018677,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "OpYnv",
+ "x": 2.762862619387306,
+ "y": 6.912295555761375,
+ "name": "Vector",
+ "geometry": "M23.17 9.60781c-1.17-6.98-6.81001-10.37996-13.77001-9.45996-3.97 0.42-7.57 2.35001-9.36999 6.39002l-0.03 0.36999c2.6 5.99 9.88001 7.30994 17.68001 6.68994 0 0 3.25999-0.72991 5.34999-2.2799l0.28-0.4701c0.04-0.49-0.18999-0.74999-0.15-1.23999l0.01 0z m17.22-7.61999c-1.34 1.37-1.39 3.58006-1.28 5.31006 0 0 2.2 3.25001 5.67 4.51001l0.61 0.04992c2.54-1.03 3.66001-4.25999 3.6-6.60998l0.04-0.48999c-1.06-3.65-5.56-5.98003-8.64-2.78003l0 0.01001z",
+ "fill": "#ffffffff",
+ "width": 14.550774574279785,
+ "height": 4.07671594619751,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "group",
+ "id": "QnT8c",
+ "x": 5.013758507884631,
+ "y": 6.9077676566448645,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "bnQfx",
+ "x": 0,
+ "y": 0.060547637433046475,
+ "name": "Vector",
+ "geometry": "M14.32629 5.56995c-0.24-0.46-0.50001-0.88004-0.79001-1.29004 0.04 4.42-2.47 8.08004-5.81 8.29004-3.49 0.22-6.56-3.40997-6.86-8.09998-0.1-1.62 0.14-3.14997 0.64-4.46997-0.33 0.04-0.65999 0.08991-0.98999 0.15991-0.4 1.33-0.59001 2.81-0.49 4.37 0.29 4.54 2.87 8.20002 6.08 9.02002 0.95 0.02 1.91 0.00006 2.89-0.05994 2.86-0.85 4.97999-4.01003 5.31999-7.91003l0.01001-0.01001z",
+ "fill": "#1a171bff",
+ "width": 4.251655101776123,
+ "height": 4.023479461669922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "tCT31",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": "#1a171bff",
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Pyqd3",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.3693376322356,
+ "size": {
+ "height": 0.6322429549215438
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7119485021448071,
+ "y": 0.6869438062918545
+ }
+ },
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "M5hpv",
+ "x": 2.6144765308599744,
+ "y": 1.9284865582885686,
+ "name": "Vector",
+ "geometry": "M1.5264 0.00267c-0.92 0.06-1.6 1.11009-1.52001 2.34008 0.08 1.23 0.89 2.19 1.80001 2.13001 0.92-0.06 1.6-1.11009 1.52-2.34009-0.08-1.23-0.89-2.19-1.8-2.13z",
+ "fill": "#ffffffff",
+ "width": 0.9890831708908081,
+ "height": 1.3281852006912231,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "LaoEY",
+ "x": 14.88028112822576,
+ "y": 7.0485511755614425,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "0JCng",
+ "x": 0,
+ "y": 0.13013312431576196,
+ "name": "Vector",
+ "geometry": "M7.8 3.69006c0-0.3 0-0.60001-0.02-0.89001-0.16-0.31-0.34-0.61001-0.55-0.89002 0.08 0.56 0.12001 1.16002 0.12001 1.77002-0.01 3.66-1.57 6.62-3.47001 6.62-1.9 0-3.44001-2.98001-3.42001-6.64002 0-1.36 0.22001-2.62003 0.59001-3.66003-0.22 0.1-0.43 0.23-0.64 0.37-0.26 0.99-0.4 2.11004-0.41 3.29003 0 2.4 0.57 4.53992 1.48 5.91993 0.72 0.52 1.56 0.99008 2.47999 1.33007l0.61 0.04993c0.47-0.19 0.9-0.45991 1.27001-0.77991 1.17-1.29 1.96-3.7101 1.97-6.4801l-0.01-0.00989z",
+ "fill": "#1a171bff",
+ "width": 2.317795991897583,
+ "height": 3.252619743347168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ApSGn",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": "#1a171bff",
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "f8ADj",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -322.76935849467407,
+ "size": {
+ "height": 0.6096632519112717
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7792184726216116,
+ "y": 0.6557322374529413
+ }
+ },
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "eOALf",
+ "x": 1.368081230808457,
+ "y": 1.7834380886197323,
+ "name": "Vector",
+ "geometry": "M0.91 0c-0.5 0-0.91 0.78011-0.91 1.74011 0 0.96 0.39999 1.75 0.89999 1.75 0.5 0 0.91-0.78011 0.91001-1.74011 0-0.96-0.39999-1.75-0.9-1.75z",
+ "fill": "#ffffffff",
+ "width": 0.5371581315994263,
+ "height": 1.0357707738876343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "ad0Dd",
+ "x": 2.7460865344874037,
+ "y": 6.797314381292381,
+ "name": "Vector",
+ "geometry": "M0.16671 6.95333c2.58-5.07 8.58-6.79003 13.88-6.03003 5.29 0.75 8.68 5.17997 9.17 10.33997 0.02 0.18 0.31 0.15998 0.31-0.02002 0.11-5.32-4.03999-9.93995-9.12-10.94995-2.85-0.57-5.89-0.30002-8.61 0.72998-2.83 1.07-4.64001 3.13999-5.79001 5.86999-0.04 0.1 0.11 0.15006 0.16001 0.06006z",
+ "fill": "#1a171bff",
+ "width": 6.982723236083984,
+ "height": 3.3798506259918213,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Obgce",
+ "x": 2.7510485019556654,
+ "y": 8.948704456975975,
+ "name": "Vector",
+ "geometry": "M0 0.06301c2.91 6.71 11.39 7.36994 17.73 6.68994 0.02 0 0.01-0.02991 0-0.02991-6.37 0.26-14.51-0.08007-17.64-6.70007-0.02-0.05-0.1-0.00996-0.08001 0.04004l-0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 5.2652082443237305,
+ "height": 2.06646728515625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "1d7Xp",
+ "x": 14.307673152910866,
+ "y": 6.975176548650779,
+ "name": "Vector",
+ "geometry": "M0.23943 7.0824c0.03-2.86 0.82-5.99003 4.08-6.53003 2.64-0.44 4.78 1.84001 5.75 4.01001 0.02 0.05 0.1 0.01997 0.09-0.03003-0.55-2.73-3.15-4.77001-5.95-4.51001-1.49 0.14-2.84 1.19006-3.58 2.44007-0.82 1.4-0.67 3.08999-0.48 4.61999 0 0.05 0.08 0.04 0.08001 0l0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 3.0152995586395264,
+ "height": 2.111912727355957,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "vXYf8",
+ "x": 16.214717563616432,
+ "y": 8.468577122381248,
+ "name": "Vector",
+ "geometry": "M3.65371 0c-0.12 2.65-1.19 5.28005-3.62 6.55005-0.07 0.04-0.02 0.12999 0.05001 0.10998 2.59-0.96 3.72-4.12003 3.58-6.66003l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.0907182693481445,
+ "height": 1.9773670434951782,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V9HGy",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CizKY",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "l945r",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZV57U",
+ "x": 454,
+ "y": 40,
+ "name": "card-sprite-item-medium-corner-menu",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3diAy",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9VWIk",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "o3Qyl",
+ "x": 12,
+ "y": 0,
+ "name": "00043-3673961838_ok 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "o1K0l",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QmoT4",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "FZLanTingYuanS-DB1-GB",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X20Fe",
+ "x": -10,
+ "y": 24,
+ "name": "CornerMenu",
+ "clip": true,
+ "width": 179,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JIcOd",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "aZ6YD",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MDcIg",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Duplicate",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6ilk",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "dLwx4",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mgZHj",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Rename",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dlfec",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "1SJeI",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KlcdQ",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Save to asset libarary",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oZesX",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "DaeNR",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3lNi9",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Remove",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "hFtFF",
+ "type": "ref",
+ "ref": "MHSYP",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "axhnl",
+ "x": 40,
+ "y": 476,
+ "name": "card-backdrop-item-medium-default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vsuQs",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L5Kgi",
+ "x": 18,
+ "y": 14,
+ "name": "backdrop",
+ "width": 52,
+ "height": 39,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ },
+ "cornerRadius": 4.952381134033203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9232954978942871
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eRBTI",
+ "x": 0,
+ "y": 0,
+ "name": "backdrop",
+ "width": 52,
+ "height": 39,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 4.952381134033203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9232954978942871
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YMutL",
+ "x": 2,
+ "y": 64,
+ "name": "name",
+ "width": 84.00000762939453,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "gap": 10.000000953674316,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cB4mU",
+ "name": "Sprite01",
+ "fill": "#24292fff",
+ "content": "Backdrop01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rfzDy",
+ "x": 316,
+ "y": 476,
+ "name": "card-backdrop-item-medium-active",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IGlQU",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tq1Yr",
+ "x": 18,
+ "y": 14,
+ "name": "backdrop",
+ "width": 52,
+ "height": 39,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 4.952381134033203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9232954978942871
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "3pWn1",
+ "x": 2,
+ "y": 64,
+ "name": "name",
+ "width": 84.00000762939453,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "gap": 10.000000953674316,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l1ApD",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "3b1ss",
+ "type": "ref",
+ "ref": "F0a5o",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ru8V6",
+ "x": 454,
+ "y": 476,
+ "name": "card-backdrop-item-medium-corner-menu",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ci1rS",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oGI67",
+ "x": 18,
+ "y": 14,
+ "name": "backdrop",
+ "width": 52,
+ "height": 39,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 4.952381134033203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9232954978942871
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "JjAYv",
+ "x": 2,
+ "y": 64,
+ "name": "name",
+ "width": 84.00000762939453,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10.000000953674316,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eaPjV",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nN2mG",
+ "x": -10,
+ "y": 24,
+ "name": "CornerMenu",
+ "clip": true,
+ "width": 179,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "UPhCM",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ekY46",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tih7L",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Duplicate",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FLvFT",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "XQ6qU",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2fk5F",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Rename",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "US5Cn",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qFxWL",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Yl1hL",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Save to asset libarary",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UlckP",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "l1C01",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uO5nk",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Remove",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "lnPny",
+ "type": "ref",
+ "ref": "F0ox5",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bddSA",
+ "x": 178,
+ "y": 476,
+ "name": "card-backdrop-item-medium-hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e2fxh",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rd0Mm",
+ "x": 18,
+ "y": 14,
+ "name": "backdrop",
+ "width": 52,
+ "height": 39,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ },
+ "cornerRadius": 4.952381134033203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9232954978942871
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MlX2b",
+ "x": 0,
+ "y": 0,
+ "name": "backdrop",
+ "width": 52,
+ "height": 39,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 4.952381134033203,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9232954978942871
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "66GKA",
+ "x": 2,
+ "y": 64,
+ "name": "name",
+ "width": 84.00000762939453,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "gap": 10.000000953674316,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ugm8K",
+ "name": "Sprite01",
+ "fill": "#24292fff",
+ "content": "Backdrop01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k7peh",
+ "x": 42,
+ "y": 754,
+ "name": "card-sound-item-medium-default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YBL55",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$blue100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jMD3w",
+ "x": 15.999996185302734,
+ "y": 4,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "XBzks",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 10.000003814697266,
+ "y": 10.000003814697266,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "S92f6",
+ "type": "ref",
+ "ref": "ByoGN",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "37eKJ": {
+ "x": 10,
+ "y": 10,
+ "name": ""
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x7M9C",
+ "x": 16,
+ "y": 64,
+ "name": "Frame 1000004840",
+ "width": 56,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RONfF",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 56,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QdvIj",
+ "x": 178,
+ "y": 754,
+ "name": "ard-sound-item-medium-hover",
+ "reusable": true,
+ "width": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hecq1",
+ "name": "hover",
+ "width": "fill_container",
+ "height": 88.00000762939453,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vVKq",
+ "x": 15.999996185302734,
+ "y": 4,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "o9qB7",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 10.000003814697266,
+ "y": 10.000003814697266,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "6Rj5b",
+ "type": "ref",
+ "ref": "ByoGN",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "37eKJ": {
+ "x": 10,
+ "y": 10
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SkuQB",
+ "x": 23,
+ "y": 64.00000762939453,
+ "name": "Frame 1000004841",
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4sCzH",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1dzdA",
+ "x": 316,
+ "y": 754,
+ "name": "card-sound-item-medium-active",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pdO8a",
+ "x": 0,
+ "y": 0,
+ "name": "click",
+ "width": 88,
+ "height": 88.00000762939453,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xj7lA",
+ "x": 15.999996185302734,
+ "y": 4,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "z7mLz",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 10.000003814697266,
+ "y": 10.000003814697266,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "4lJT4",
+ "type": "ref",
+ "ref": "ByoGN",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "37eKJ": {
+ "x": 10,
+ "y": 10
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TOv8n",
+ "x": 23,
+ "y": 64.00000762939453,
+ "name": "Frame 1000004842",
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KtTsj",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ecAuf",
+ "type": "ref",
+ "ref": "F0a5o",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "z9zyh",
+ "x": 454,
+ "y": 754,
+ "name": "card-sound-item-medium-corner-menu",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3TBl",
+ "x": 0,
+ "y": 0,
+ "name": "click",
+ "width": 88,
+ "height": 88.00000762939453,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QfUqu",
+ "x": 15.999996185302734,
+ "y": 4,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "7usSd",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 10.000003814697266,
+ "y": 10.000003814697266,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "hz5A6",
+ "type": "ref",
+ "ref": "ByoGN",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "37eKJ": {
+ "x": 10,
+ "y": 10
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9qN2R",
+ "x": 23,
+ "y": 64.00000762939453,
+ "name": "Frame 1000004843",
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "V70Wl",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hxma6",
+ "x": -10,
+ "y": 24,
+ "name": "CornerMenu",
+ "clip": true,
+ "width": 179,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RXHxn",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EzcW3",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ty1Tb",
+ "name": "text",
+ "rotation": -0.030264955478547403,
+ "fill": "$grey1000",
+ "content": "Duplicate",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WNVvM",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "DFQSZ",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1mupY",
+ "name": "text",
+ "rotation": -0.030264955478547403,
+ "fill": "$grey1000",
+ "content": "Rename",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rS6nN",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Q62M",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dIVhO",
+ "name": "text",
+ "rotation": -0.030264955478547403,
+ "fill": "$grey1000",
+ "content": "Save to asset libarary",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VAA2V",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OhRua",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Uxn6d",
+ "name": "text",
+ "rotation": -0.030264955478547403,
+ "fill": "$grey1000",
+ "content": "Remove",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "e8ey2",
+ "type": "ref",
+ "ref": "F0a5o",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PZzsJ",
+ "x": 683,
+ "y": 476,
+ "name": "card-backdrop-item-small-default",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fy4if",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 162718/Normal",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XzbfE",
+ "name": "Backdrop",
+ "clip": true,
+ "width": 44,
+ "height": 44,
+ "fill": "#ffffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "JWB1T",
+ "x": -13.600000000000364,
+ "y": 0,
+ "name": "00058-175191715 1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 79,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v1TNw",
+ "x": 779,
+ "y": 476,
+ "name": "card-backdrop-item-small-hover",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yd8db",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 162718/Normal",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O36Va",
+ "name": "Backdrop",
+ "clip": true,
+ "width": 44,
+ "height": 44,
+ "fill": "#ffffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "4qLHx",
+ "x": -13.600000000000364,
+ "y": 0,
+ "name": "00058-175191715 1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 79,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3WASU",
+ "x": 875,
+ "y": 476,
+ "name": "card-backdrop-item-small-active",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "De9bC",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 162718/Normal",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "vertical",
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VWjgL",
+ "name": "Backdrop",
+ "clip": true,
+ "width": 44,
+ "height": 44,
+ "fill": "#ffffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "PSfaR",
+ "x": -13.600000000000364,
+ "y": 0,
+ "name": "00058-175191715 1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 79,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9b5eC",
+ "x": 36,
+ "y": -4,
+ "name": ".card/more-corner-marker",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "fill": "#4db2fdff",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HDdTQ",
+ "x": 5,
+ "y": 5,
+ "name": "exchange",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eammh",
+ "x": 1.1665242910385132,
+ "y": 1.7498575448989868,
+ "name": "exchange",
+ "geometry": "M14.00025 17.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l3.29297-3.29297-12.58594 0c-0.553 0-1-0.448-1-1 0-0.552 0.447-1 1-1l15 0c0.404 0 0.77007 0.24394 0.92407 0.61694 0.155 0.374 0.06896 0.80409-0.21704 1.09009l-5 5c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z m3-11c0-0.552-0.447-1-1-1l-12.58594 0 3.29297-3.29297c0.391-0.391 0.391-1.02306 0-1.41406-0.391-0.391-1.02306-0.391-1.41406 0l-5 5c-0.286 0.286-0.37204 0.71609-0.21704 1.09009 0.154 0.374 0.52007 0.61694 0.92407 0.61694l15 0c0.553 0 1-0.448 1-1z",
+ "fill": "#24292fff",
+ "width": 11.666959762573242,
+ "height": 9.916830062866211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XVvfD",
+ "x": 683,
+ "y": 40,
+ "name": "card-sprite-item-small-default",
+ "reusable": true,
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6363636255264282
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1UDbi",
+ "x": 10.00008773803711,
+ "y": 10.00008773803711,
+ "name": "Component 172",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "y8vta",
+ "x": 0,
+ "y": 0,
+ "name": "00043-3673961838_ok 2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s5WFR",
+ "x": 779,
+ "y": 40,
+ "name": "ard-sprite-item-mini-active",
+ "reusable": true,
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "14fB9",
+ "x": 2,
+ "y": 2,
+ "name": "Component 172",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "0dhwJ",
+ "x": 0,
+ "y": 0,
+ "name": "00043-3673961838_ok 2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k6Wsm",
+ "x": 971,
+ "y": 476,
+ "name": "card-backdrop-item-mini-active",
+ "reusable": true,
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$grey200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BaDOD",
+ "x": 2,
+ "y": 2,
+ "name": "Component 172",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "XqsVw",
+ "x": -10,
+ "y": 0,
+ "name": "00058-175191715 1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HuX7m",
+ "x": 316,
+ "y": 1032,
+ "name": "card-widget-item-medium-active",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eDl1K",
+ "x": 0,
+ "y": 0,
+ "name": "click",
+ "width": 88,
+ "height": 88,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fT7qH",
+ "x": 20,
+ "y": 64,
+ "name": "Frame 1000004838",
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qzxAq",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SqcDr",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DGLLX",
+ "name": "icon/monitor-colorful",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "jafip",
+ "x": 3,
+ "y": 6.5616455078125,
+ "name": "Rectangle 848",
+ "fill": "$blue500",
+ "width": 34,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2666665315628052
+ }
+ },
+ {
+ "type": "path",
+ "id": "vGFTC",
+ "x": 16.9998779296875,
+ "y": 9.561767578125,
+ "name": "Rectangle 849",
+ "geometry": "M4.95858 0l12.04142 0 0 20-17 0 4.95858-20z",
+ "fill": "#ffffffff",
+ "width": 17,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": 3.3333332538604736
+ },
+ "blur": 11.666666388511658
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "nWX18",
+ "type": "ref",
+ "ref": "F0a5o",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M3LBn",
+ "x": 454,
+ "y": 1032,
+ "name": "card-widget-item-medium-corner-menu",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xdaaw",
+ "x": 0,
+ "y": 0,
+ "name": "click",
+ "width": 88,
+ "height": 88,
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5A9ZF",
+ "x": 20,
+ "y": 64,
+ "name": "Frame 1000004839",
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eyMBU",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "af4R4",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xuTyF",
+ "name": "icon/monitor-colorful",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "IFbRg",
+ "x": 3,
+ "y": 6.5616455078125,
+ "name": "Rectangle 848",
+ "fill": "$blue500",
+ "width": 34,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2666665315628052
+ }
+ },
+ {
+ "type": "path",
+ "id": "qlGSJ",
+ "x": 16.9998779296875,
+ "y": 9.561767578125,
+ "name": "Rectangle 849",
+ "geometry": "M4.95858 0l12.04142 0 0 20-17 0 4.95858-20z",
+ "fill": "#ffffffff",
+ "width": 17,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": 3.3333332538604736
+ },
+ "blur": 11.666666388511658
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "943AL",
+ "x": 24,
+ "y": 24,
+ "name": "CornerMenu",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JxK0M",
+ "name": ".select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RYcZF",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KQWLJ",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Duplicate",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EOdan",
+ "name": ".select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ejLGS",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pZGWe",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Rename",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1rYt7",
+ "name": ".select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "r0TxH",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "toRIF",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Remove",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "A0g2k",
+ "type": "ref",
+ "ref": "F0ox5",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XLnJy",
+ "x": 40,
+ "y": 1032,
+ "name": "card-widget-item-medium-default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "P9sXX",
+ "x": 0,
+ "y": 0,
+ "name": "click",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PO8e5",
+ "x": 20,
+ "y": 64,
+ "name": "Frame 1000004836",
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mf68n",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qPhS5",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pUb3U",
+ "name": "icon/monitor-colorful",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "gOeMo",
+ "x": 3,
+ "y": 6.5616455078125,
+ "name": "Rectangle 848",
+ "fill": "$blue500",
+ "width": 34,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2666665315628052
+ }
+ },
+ {
+ "type": "path",
+ "id": "eCA02",
+ "x": 16.9998779296875,
+ "y": 9.561767578125,
+ "name": "Rectangle 849",
+ "geometry": "M4.95858 0l12.04142 0 0 20-17 0 4.95858-20z",
+ "fill": "#ffffffff",
+ "width": 17,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": 3.3333332538604736
+ },
+ "blur": 11.666666388511658
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ROAD1",
+ "x": 178,
+ "y": 1032,
+ "name": "Card/Widget item/Medium/Hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c0zWD",
+ "x": 0,
+ "y": 0,
+ "name": "click",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "veYMV",
+ "x": 20,
+ "y": 64,
+ "name": "Frame 1000004837",
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Anx6y",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QMXLQ",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WgEhH",
+ "name": "icon/monitor-colorful",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "y9Vmk",
+ "x": 3,
+ "y": 6.5616455078125,
+ "name": "Rectangle 848",
+ "fill": "$blue500",
+ "width": 34,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2666665315628052
+ }
+ },
+ {
+ "type": "path",
+ "id": "o3XId",
+ "x": 16.9998779296875,
+ "y": 9.561767578125,
+ "name": "Rectangle 849",
+ "geometry": "M4.95858 0l12.04142 0 0 20-17 0 4.95858-20z",
+ "fill": "#ffffffff",
+ "width": 17,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": 3.3333332538604736
+ },
+ "blur": 11.666666388511658
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UKhTO",
+ "x": 40,
+ "y": 328,
+ "name": "ard-add-sprite-item-medium-default-no-bg",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wnC70",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JDsxI",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "fill": [
+ "#f6f8faff",
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8522727489471436
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "kl5J4",
+ "x": 15.000062858431193,
+ "y": 4.000009867027984,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "XizlU",
+ "x": 0,
+ "y": 27.063596395179047,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "cSRY4",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "0b22Y",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M71.03898 26.11011c-0.04-0.14-0.91-3.4201-4.62-7.1001-3.39-3.36-9.92-7.70995-21.76001-9.31995-1.39-0.19-2.76-0.29007-4.19999-0.32006-3.71-0.06-7.17 0.47001-9.94 0.89001l-0.36 0.05005c-2.97 0.45-5.77 0.87996-8.64 0.82996-5.12-0.08-11.57-1.44999-20.63-10.99-0.09-0.1-0.22-0.15002-0.35-0.15002-0.06 0-0.12 0.00003-0.18 0.03003-0.18 0.07-0.31 0.24005-0.32 0.43005 0 0.06-0.37 5.92002 1.17 13.40003 1.43 6.92 4.82 16.69999 12.9 23.98999 6.29 5.68 14.96 8.75992 25.06 8.91992 10 0.15 21.12-2.70002 28.33-7.27002 0.11-0.07 0.18-0.16992 0.21-0.28992l3.33-12.85998c0.02-0.08 0.02-0.17 0-0.25l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.84313891669395,
+ "size": {
+ "height": 0.22196499047191545
+ },
+ "colors": [
+ {
+ "color": "#9a5b38ff",
+ "position": 0
+ },
+ {
+ "color": "#740800ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.36845102524323375,
+ "y": 0.5356472731521718
+ }
+ },
+ "width": 21.08690071105957,
+ "height": 13.881752014160156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "9Y292",
+ "x": 0.1446683406829834,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M0.04186 0c0 0-1.53 23.06 13.91 37 15.44 13.93 41.34 8.8501 52.8 1.6001l3.33-12.86011c0 0-3.32001-12.95993-25.97-16.04993-16.83-2.29-25.97 9.37995-44.07-9.68005l0-0.01001z",
+ "fill": "#ff4700ff",
+ "width": 20.79840087890625,
+ "height": 13.590726852416992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "rkwZi",
+ "x": 0.14750374853610992,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M20.80186 24.86011c3.43-7.04 11.37-4.74004 16.14-15.42005-12.64 0.77-21.54001 6.73994-36.9-9.44006 0 0-1.53 23.06 13.91 37 3.29 2.97 7.06 5.0801 11.07 6.4801-3.12-3.08-8.41-10-4.21-18.61999l-0.01 0z",
+ "fill": "#fff2c0ff",
+ "width": 10.963342666625977,
+ "height": 12.903719902038574,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "Ox3kZ",
+ "x": 5.994574546813965,
+ "y": 9.030318260192871,
+ "name": "Vector",
+ "geometry": "M0.94 5.30005c-0.32-0.13-0.63-0.27004-0.94-0.42005 1.02 3.88 3.51 6.91005 5.3 8.68006 14.76 5.18 32.72 0.81999 41.72999-4.89002l2.24001-8.67004c-1.42 0.16-2.87001 0.62003-4.24001 1.53003-5.98 3.98-27.54999 10.68001-44.09999 3.76001l0.01 0.01001z",
+ "fill": "#c42c00ff",
+ "width": 14.622002601623535,
+ "height": 4.710188865661621,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "oNx9a",
+ "x": 0.26091980934143066,
+ "y": 2.6065680980682373,
+ "name": "Vector",
+ "geometry": "M13.56 28.70996c0.23 0.2 0.45 0.4001 0.68 0.6001 0.08 0.07 0.16 0.12995 0.23 0.19995 0.15 0.13 0.31 0.25 0.46 0.38 0.09 0.08 0.19 0.14997 0.29 0.21998 0.14 0.11 0.28 0.22007 0.42 0.32006 0.1 0.08 0.21 0.15998 0.31 0.22998 0.13 0.1 0.27 0.20004 0.4 0.29004 0.11 0.08 0.22 0.15998 0.33 0.22998 0.13 0.09 0.26 0.18001 0.39 0.26001 0.12 0.08 0.23 0.15998 0.35 0.22998 0.12 0.08 0.24 0.14998 0.35 0.22998 0.27 0.17 0.55 0.34 0.83 0.5 0.08 0.05 0.16 0.10001 0.24 0.14002 0.17 0.1 0.33 0.19003 0.5 0.28003 0.08 0.04 0.16 0.08989 0.24 0.13989 0.17 0.09 0.35 0.18002 0.52 0.27002 0.07 0.04 0.15 0.07999 0.22 0.10999 0.18 0.09 0.37 0.18003 0.55 0.28003 0.06 0.03 0.11 0.05008 0.17 0.08007 0.2 0.1 0.41 0.18992 0.61 0.28992 0 0 0.01 0 0.02 0 0.96 0.44 1.95 0.83006 2.94 1.18005-1.79-1.77-4.28-4.80005-5.3-8.68005-12.17-5.69-17.51-20.16999-19.31-26.48999 0.95 7.99 4.01 20.07005 13.54 28.68005l0.02 0.02991z",
+ "fill": "#f2c081ff",
+ "width": 7.303582668304443,
+ "height": 10.437517166137695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "oYVsZ",
+ "x": 8.949709022672323,
+ "y": 38.17030873648764,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "EMrpz",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "d47OH",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.422 19.30914c-2.22-0.77-2.88001-2.57009-3.06001-3.34009l-0.91999-0.21997c-0.28-0.04-0.55-0.09994-0.8-0.18994-1.07-0.37-1.9-1.16009-2.33-2.22009-0.49-1.21-0.4-2.59992 0.25-3.91993 1.43-2.87 4.27-3.22001 5.11-3.26001 0.09 0 0.18 0 0.29 0 0.76 0 2.03999-0.00006 3.96999-1.69006 1.06-0.93 6.53-5.49001 10.09001-4.26001 0.13 0.05 0.26 0.10003 0.39 0.16004 0.7 0.35 1.55 1.11001 1.78 1.89001 0.22 0.76-0.2 1.93004-0.41 2.67004-0.39 1.42-0.81001 2.57999-1.53001 3.85999-1.01 1.97-1.82 4.15994-2.05999 4.80994 0.72 1.47 0.9 2.83998 0.48999 3.97998-0.34 0.96-1.07 1.71003-2.11 2.16003-0.79 0.34-1.67 0.35002-2.62999 0.02002-0.68-0.23-1.24-0.58996-1.57-0.82996-0.98 0.69-2.43 1.22999-4.95 0.35999l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -107.76639422195613,
+ "size": {
+ "height": 0.16640027235016594
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.17583324606791,
+ "y": 0.7106872155719679
+ }
+ },
+ "width": 6.6043853759765625,
+ "height": 5.93559455871582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "6IgY3",
+ "x": 0.14467021822929382,
+ "y": 0.14817748963832855,
+ "name": "Vector",
+ "geometry": "M20.40484 6.1299c0.51 0.46 0.76-1.01004 0.85-1.29004 0.27-0.8 0.51-1.69999 0.18-2.48999-0.35-0.82-0.92001-1.62003-1.74001-2.03003-2.78-1.37-7.6 1.98002-9.93 4.02002-2.33 2.04-3.87 1.78006-4.55999 1.81006-0.69 0.03-3.37 0.32999-4.69 2.98999-1.33 2.66 0.06 5.30999 2.53 5.61999l1.25 0.30005c0 0 0.26 2.3899 2.8 3.2699 2.54 0.88 3.85 0.24999 4.79-0.51001 0 0 2.09 1.8101 4 0.9801 1.91-0.83 2.75-2.85004 1.28-5.66003 0 0 0.92-2.65996 2.16-5.07996 0.34-0.66 0.73-1.29006 1.08-1.94006l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -117.8514659657461,
+ "size": {
+ "height": 0.10301215391857046
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0706090975605642,
+ "y": 0.8005650722765831
+ }
+ },
+ "width": 6.4088215827941895,
+ "height": 5.643942832946777,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ohwmi",
+ "x": 0.704662024974823,
+ "y": 3.206807851791382,
+ "name": "Vector",
+ "geometry": "M6.46747 0.02117c0 0-0.03-0.04001-0.04-0.01001-0.03 0.07-0.13 0.18001-0.12001 0.26001 0.15 1-0.55 2.13002-1.09999 2.90002-1.01 1.44-3.59 1.57999-5.11 1.23999-0.09-0.02-0.14 0.11001-0.05 0.14001 0.99 0.37 1.45 0.72002 2.46 0.52002 0.79-0.16 1.70999-0.24 2.36999-0.75 0.77-0.6 1.24-1.41997 1.54001-2.33996 0.11-0.35 0.17-0.72009 0.19-1.09009 0.02-0.3-0.19-0.55998-0.14-0.84998l0-0.02001z m4.65999 5.85009c0.24-1 0.17-2.08008-0.01999-3.08008 0-0.02-0.04-0.02-0.04 0-0.11 1.64-0.26 3.18998-1.19001 4.59998-0.14 0.21-1.16 0.96006-1.52999 0.94006-0.09 0-0.17 0.06003-0.18 0.16004 0-0.12-0.38 0.11992-0.45 0.16992-0.03 0.03 0 0.07007 0.03 0.07007-0.04 0 0.51 0.03002 0.48999 0.02002 0.08 0.03 0.14-0.02009 0.18001-0.09009 0.02-0.05 0.02001 0 0.17 0 0.54 0.04 1.01999-0.31999 1.44-0.60999 0.58-0.39 0.94-1.54994 1.09-2.18994l0.00999 0.01001z",
+ "fill": "#330900ff",
+ "width": 3.347733497619629,
+ "height": 2.5997722148895264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "XvnuG",
+ "x": 6.044658873526714,
+ "y": 0.7451466548773169,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "VuHYn",
+ "x": 0.016303559468724416,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.25999 12.04004l-1.72999-1.35999c-0.09-0.07-0.19-0.11011-0.3-0.1101l-3.33001 0c-0.07 0-0.14 0.01004-0.19999 0.04004-4.32 1.92-7.28 2.78003-9.62001 2.78003-2.15 0-3.84-0.71007-5.5-2.32007-3.5-3.38-8.63999-10.8299-8.68999-10.89991-0.06-0.08-0.13-0.14004-0.22-0.17004-0.07 0.2-0.19 0.44995-0.19 0.44995l-0.19 0.15003 0.23 0.14001 0.33 2.09998-1.85 2.06005 3.1 4.09998c1.69 2 3.44 4.07003 4.47999 4.91003 0.26 0.21 0.53 0.44995 0.82 0.69996 1.63 1.44 3.66 3.22998 7.41001 3.22998 0.57 0 1.16-0.04001 1.76999-0.13001 5.45-0.74 13.27001-4.68999 13.60001-4.85998 0.15-0.08 0.25-0.22002 0.27-0.39002 0.02-0.17-0.05-0.32994-0.19-0.43994l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.57157623528573,
+ "size": {
+ "height": 0.3900982436080264
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37436378543262067,
+ "y": 0.5560538313437443
+ }
+ },
+ "width": 9.334506034851074,
+ "height": 5.2944183349609375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "LbWM2",
+ "x": 0,
+ "y": 0.136660448875773,
+ "name": "Vector",
+ "geometry": "M0.05408 4.44006c0 0-0.49-3.45006 1.47999-4.44006 0 0 5.18 7.51998 8.76 10.97998 3.58 3.45 7.65 3.21001 15.67-0.36999l3.33 0 1.73001 1.3601c0 0-8.02 4.06994-13.45001 4.80994-5.43 0.74-7.65-2.09995-9.62-3.69995-1.97-1.6-6.91-8.14001-7.89-8.63001l-0.00999-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.25672300492207,
+ "size": {
+ "height": 0.39628385881244443
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38144814098121854,
+ "y": 0.5594446130126295
+ }
+ },
+ "width": 9.20710563659668,
+ "height": 5.015676021575928,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "XfEYD",
+ "x": 30.604330292200757,
+ "y": 29.429657471191604,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "Q4nMl",
+ "x": 0,
+ "y": 2.6291853343573166,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Dw6nG",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.20456 17.67993c-2.05 0-5.30001-1.72996-5.93001-2.07995-2.23-1.23-3.73999-2.40005-5.18999-4.05005-1.18-1.34-2.09001-4.39993-2.34001-6.04993l-0.73999-4.93005c-0.03-0.23 0.08999-0.44003 0.29999-0.53003 0.06-0.03 0.12-0.03992 0.19-0.03992 0.15 0 0.30001 0.06995 0.40001 0.19995 0.04 0.06 4.32 5.90004 7.44 8.42005 2.55 2.06 4.70999 2.83993 5.37999 3.04992 0.87-0.69 4.55-3.78992 5.17-7.91992 0.02-0.12 0.07-0.22005 0.16001-0.30005l1.97-1.72998c0.09-0.08 0.21001-0.12 0.32-0.11999 0.1 0 0.18999 0.02996 0.26999 0.07995l1.48001 0.98999c0 0 0.08999 0.08 0.12999 0.12l1.23 1.7301c0.09 0.13 0.12001 0.29995 0.06001 0.44995-0.14 0.39-3.4 9.56999-9.25 12.48999-0.29 0.14-0.64001 0.21997-1.06001 0.21997l0.01001 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -222.99832972485436,
+ "size": {
+ "height": 0.49595715846796173
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4576811190853012,
+ "y": 0.2856334714884974
+ }
+ },
+ "width": 7.281551837921143,
+ "height": 5.246925354003906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "JKXu5",
+ "x": 0.14077550172805786,
+ "y": 0.15063774585723877,
+ "name": "Vector",
+ "geometry": "M0.01999 0c0 0 4.32 5.92001 7.52 8.51001 3.21 2.59 5.8 3.20996 5.80001 3.20996 0 0 4.81-3.45001 5.55-8.39001l1.97-1.72998 1.48 0.98999 1.22999 1.72998c0 0-3.26999 9.34008-9.00999 12.21008-1.46 0.73-5.32001-1.1801-6.54001-1.8501-2-1.1-3.53-2.20995-5.06-3.94995-1.08-1.23-1.98-4.18005-2.22-5.80005l-0.73999-4.92993 0.01999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -223.49155227629433,
+ "size": {
+ "height": 0.521025988332294
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.45630037075640484,
+ "y": 0.2725590417748761
+ }
+ },
+ "width": 6.994935035705566,
+ "height": 4.954224109649658,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "aVhum",
+ "x": 4.709838245089486,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "KhYDV",
+ "x": 0.0605606883764267,
+ "y": 0.05476142093539238,
+ "name": "Vector",
+ "geometry": "M15.97253 4.01102c-0.24-0.63-0.62-1.20999-1.13001-1.60998-0.37-0.41-0.83-0.66002-1.36999-0.77002-0.15-0.08-0.78-0.04004-0.78-0.04004l-0.03-0.12-0.1 0.33008c-0.68-1.37-2.05-2.16001-3.86-1.64001l-2.11001 0.58996c-0.56-0.24-1.17999-0.18-1.82998 0-1.9 0.54-3.17001 1.92006-3.99001 3.56006-0.85 1.52-0.97 3.35001-0.5 5.01001 0.3 1.07 0.57 2.0199 1.52001 2.6499 0.83 0.66 1.85 0.6301 2.86 0.6001l2.78999 1.26001c0.9 0.33 1.81 0.38999 2.75999 0.23999 1.78-0.27 3.79001-0.88005 4.46001-2.80005l0.02001-0.05993c0.55 0.06 1.14999-0.07006 1.75999-0.44007 1.21-0.73 2.02-2.60997 2.08-3.96997 0.05-1.18-1.23-3.00006-2.55-2.81006l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -410.3076019616151,
+ "size": {
+ "height": 0.11594197702750737
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.9084064341247653,
+ "y": -0.11091432155474451
+ }
+ },
+ "width": 5.497406959533691,
+ "height": 4.199009895324707,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "UnDS8",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.55473 5.69306c-0.39-0.85-1.29-1.71995-2.27-1.69995-0.3-0.65-0.76-1.22003-1.35001-1.78003-0.35-0.33-0.97999-0.61-1.45999-0.61999-0.15 0-0.41-0.04998-0.55999 0.02002-0.02-0.03-0.07001-0.03002-0.10001-0.02002-0.4-0.66-1-1.21005-1.7-1.43006-1.38-0.43-2.74 0.07008-4.03 0.58008-0.88-0.42-1.91001-0.24007-2.93001 0.17993-1.81 0.76-2.99 2.45007-3.72 4.20008-0.78 1.85-0.40999 3.98991 0.32001 5.7799 0.71 1.74 2.42001 2.08003 4.10001 2.03003 0.21 0 0.21-0.32995 0-0.31994-1.74 0.04-3.19001-0.36999-3.90001-2.10999-0.58-1.42-0.69999-2.97008-0.34999-4.46008 0.32-1.39 1.25999-2.71992 2.28999-3.66992 1.13-1.04 3.19-1.84001 4.44-0.64002 0.6 0.58 0.65 1.69999 1.31 2.10999 1.48 0.92 2.07 3.45004 0.55 4.54004-1.23 0.89-3.14 0.81997-4.08999-0.41004-0.26-0.34-1.21-2.71002-0.64-2.90002 0.03-0.01 0.01999-0.06005-0.01001-0.05005-0.08 0.02-0.15999 0.04006-0.23999 0.06006-0.01 0-0.02001 0.01003-0.03002 0.03003-0.26 1.29 0.21001 2.83999 1.17002 3.73999 0.81 0.76 2.02999 0.76996 3.07998 0.45996-0.01 0.18-0.01999 0.36004-0.00999 0.54004 0 0.45-0.46 1.03993-0.67 1.42993 0 0.01 0.01 0.02001 0.02 0.01001 0.26-0.42 0.68-0.75994 0.92-1.18994 0.14-0.25 0.10999-0.62004 0.12-0.92005 0.2-0.08 0.4-0.17001 0.58-0.26001 0.06 0.08 0.15999 0.12008 0.28999 0.08008 0.28-0.09 0.55-0.20007 0.80001-0.32007 0.58 0.72 1.30001 1.05999 2.04 1.10999 0.49 0.91 1.13999 1.55002 2.1 1.77002-1.18 2.31-4.66 3.08007-6.98 2.45007-0.01 0-0.02 0.0199 0 0.0199 2.51 0.96 6.24 0.3001 7.34-2.3999 0.05 0 0.11 0.0099 0.16 0.01989 1.54 0.11 2.63999-1.28 3.23-2.5 0.54-1.12 0.71-2.31996 0.19-3.45996l-0.01 0z m-8.54-0.71997c-0.15-0.25-1.1-1.27007-1.06-1.45007 0.15-0.58-0.6-1.59-0.92-2-0.21-0.27-0.43999-0.46988-0.67999-0.62988 1.02-0.24 2.06-0.58007 3.08999-0.45008 1.36 0.17 2.11999 1.43 2.43 2.63001 0.31 1.17 0.19001 2.52996-0.4 3.57995-0.5 0.88-1.34999 1.29008-2.25999 1.58008 0.65-0.93 0.39999-2.26002-0.20001-3.27002l0 0.01001z m0.95001 3.45996c1.86-1.13 2.72999-3.16999 2.36999-5.48999-0.05-0.33-0.16-0.66999-0.31-0.98999 1.36-0.02 2.41 1.02998 2.92 2.22998 1.2 2.87-2.37 6.98-4.97 4.25l-0.00999 0z m7.05999 0.53003c-0.45 1.05-1.27001 1.85005-2.37001 2.18005-1.15 0.34-2.22999-0.47008-2.89999-1.33007 1.87-0.02 3.79999-1.78993 3.89999-3.79993 0.03-0.59-0.03999-1.1201-0.20999-1.6001 0.85 0.11 1.39 0.68008 1.81 1.46009 0.53 0.99 0.17 2.12998-0.24001 3.09997l0.01001-0.01001z",
+ "fill": "#330900ff",
+ "width": 5.602627754211426,
+ "height": 4.288183212280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ZDOGE",
+ "x": 18.945917213590292,
+ "y": 27.34004750601889,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "dm7Ma",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M45.18884 1.35999c-0.04-0.16-0.15-0.27997-0.3-0.33997l-1.20999-0.48999-0.97-0.47998c-0.07-0.03-0.14-0.05005-0.22-0.05005-0.05 0-0.11001 0.00003-0.16001 0.03003-0.12 0.04-0.22999 0.13-0.28999 0.25-3.64 7.28-7.04001 10.90993-18.70001 14.54993l-0.83 0.26001c-11.53 3.6-23.45 7.30998-22.44999 20.22998 0.42 5.42 3.73999 10.03009 9.61999 13.34008 4.4 2.48 8.60001 3.35001 8.78001 3.38001 0.01 0 0.02999 0 0.03999 0 1.45 0.18 2.87 0.26001 4.22 0.26001 8.61 0 14.99-3.57 18.97-10.62 5.2-9.21 0.84999-19.63009-1.49-25.22009-0.16-0.39-0.31999-0.75999-0.45999-1.10998-2.08-5.08 5.27-13.45993 5.33999-13.54993 0.11-0.12 0.15-0.28006 0.11-0.44006z",
+ "fill": "#740800ff",
+ "width": 13.415323257446289,
+ "height": 15.521235466003418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "zH9FV",
+ "x": 0.14595842361450195,
+ "y": 0.14679105579853058,
+ "name": "Vector",
+ "geometry": "M18.06694 51.06006c0 0-17.02-3.45003-18.01-16.28003-0.99-12.83 11.1-16.27998 22.94-19.97998 11.84-3.7 15.3-7.40005 19-14.80005l0.99 0.48999 1.23001 0.48999c0 0-7.65001 8.63006-5.43001 14.06006 2.22 5.43 7.4 16.28003 1.97 25.90002-5.43 9.62-14.55 11.09999-22.7 10.10999l0.01 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -382.5334687378094,
+ "size": {
+ "height": 0.22151217701774334
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#c42c00ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7707892265709829,
+ "y": 0.13768458469091785
+ }
+ },
+ "width": 13.12238883972168,
+ "height": 15.22830581665039,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "anF8X",
+ "x": 0.14312301576137543,
+ "y": 4.346848011016846,
+ "name": "Vector",
+ "geometry": "M4.50695 25.31995c-2.47-6.91-0.99-13.57 6.40999-18.5 4.52-3.01 10.54-5.17995 14.09001-6.81995-0.64 0.22-1.31 0.44003-2.01001 0.66003-11.84 3.7-23.93 7.14998-22.94 19.97998 0.99 12.83 18.01 16.27991 18.01 16.27991 1.81 0.22 3.67 0.3201 5.53 0.2301-0.43-0.12-0.95-0.2001-1.58999-0.2301-6.66-0.25-15.05-4.68996-17.52001-11.58996l0.02001-0.01001z",
+ "fill": "#c42c00ff",
+ "width": 7.421385288238525,
+ "height": 11.034903526306152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "lMj08",
+ "x": 3.8074071407318115,
+ "y": 5.170975208282471,
+ "name": "Vector",
+ "geometry": "M22.81938 0.19066c-1.84-0.44-4.08-0.10004-6.7 0.82996-3.43 1.22-6.72 2.9901-9.4 5.4801-6.66 6.17-10.12 16.77995-1.97 22.44995 8.14 5.67 20.72001 0.73999 23.68-8.14001 1.5-4.48 0.75999-10.17999-0.51001-14.60999-1.02-3.58-2.73999-5.44001-5.09999-6.01001z",
+ "fill": "#fff2c0ff",
+ "width": 8.684699058532715,
+ "height": 9.310343742370605,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "uiYaL",
+ "x": 22.088414941055817,
+ "y": 41.572465566321625,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "cpbqt",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "BdxEI",
+ "x": 0,
+ "y": 0.013935343362390995,
+ "name": "Vector",
+ "geometry": "M17.41 27.17004c-0.05-0.16-4.25-14.07001-10.13-23.38-1.25-1.44-2.68-2.96008-2.68-2.96008l-2.3 0.16003-2.3-0.98999c0.15 0.1 1.5 2.30003 2.3 3.78003 2.91 4.39 7.6 13.00999 11.2 26.11999 0.06 0.22 0.25999 0.35999 0.48 0.35999 0.01 0 0.03 0 0.04 0 0.09 0 2.1-0.21999 3.36-2.73999 0.06-0.11 0.07-0.23998 0.03-0.35999l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.24723781122447,
+ "size": {
+ "height": 0.4871541854013695
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5807617404013133,
+ "y": 0.5727032219994097
+ }
+ },
+ "width": 5.173937797546387,
+ "height": 8.980352401733398,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "pdrsi",
+ "x": 0.00007276813994394615,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0.05951c0 0 8.55 10.03002 13.98 29.77003 0 0 1.81001-0.16009 2.96-2.4701 0 0-5.26-17.59998-12.34-26.47998 0 0-1.64-1.14995-4.6-0.81995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.41932896035894,
+ "size": {
+ "height": 0.49477679760998533
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5841204508477249,
+ "y": 0.5854776442704479
+ }
+ },
+ "width": 5.027334690093994,
+ "height": 8.852598190307617,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Nzpqg",
+ "x": 3.763995697903738,
+ "y": 4.724305152893066,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "OvGg4",
+ "x": 0.07089190185070038,
+ "y": 0.04982742294669151,
+ "name": "Vector",
+ "geometry": "M23.18015 9.38l-0.31999 0.26001c0.26-0.67 0.32999-1.42002 0.20999-2.15002-0.15-0.97-0.59001-1.97007-1.24-2.70007-0.87-0.96-1.65-0.91992-2.84-0.91992l0.08 0-0.22 0.40991c0.05-0.51-0.01-1.00998-0.27-1.47998-0.66-1.4-1.88999-2.79993-3.54-2.79993-3.47 0-5.15 2.10993-6.68 4.92993-0.52 0.96-1.14 1.82001-1.89 2.63001-1.49 1.61-3.18 2.92006-4.51 4.69006-0.49 0.58-1.07 1.07001-1.48 1.64001-1.72 3.23 1.52 6.12991 4.36 6.90992 5.25 1.43 10.21-2.16993 14.14-5.17994 0.01 0 0-0.01004-0.02-0.04003 0.05-0.02 0.10001-0.04995 0.15001-0.06995 0.89 0.49 1.93999 0.74993 2.82998 0.67993 3.26-0.23 5.10001-5.42996 1.23002-6.82995l0.00999 0.02001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -422.88529566520657,
+ "size": {
+ "height": 0.12044908521423828
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0910217620019842,
+ "y": 0.09917936846004159
+ }
+ },
+ "width": 7.522581577301025,
+ "height": 6.26881742477417,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "K53v6",
+ "x": 1.2355331182479858,
+ "y": 1.897564172744751,
+ "name": "Vector",
+ "geometry": "M10.77351 2.47239c1.45-0.19 2.53-1.04 2.42-1.88-0.11-0.84-1.19-0.60002-2.63001-0.40003-1.45 0.19-2.72 0.25999-2.61 1.10999 0.11 0.84 1.38 1.37005 2.83 1.18005l-0.00999-0.01001z m6.55 1.07996c-0.15-0.78-1.14-0.48997-2.47-0.21997-1.34 0.26-2.52001 0.40005-2.37001 1.18005 0.15 0.78 1.36001 1.19993 2.70001 0.92994 1.34-0.26 2.3-1.11001 2.14-1.89002z m2.68 4.22009c-0.09-0.68-0.95-0.47006-2.11-0.31006-1.16 0.16-2.18 0.22002-2.09 0.90003 0.09 0.68 1.11 1.08993 2.27 0.92993 1.16-0.16 2.01999-0.8399 1.93-1.5199z m-9.51-2.03003c-0.9-0.75-2.29-1.66996-3.55-1.45996-0.01 0-0.02 0-0.03 0-0.97 0.18-1.81 0.81991-2.55 1.40992-1.27 1.02-2.55 2.15002-3.52 3.52001-2.04 2.87-0.11 4.66003 2.91 4.78003 2.26 0.08 4.27-1.05 6.11-2 1.21-0.62 3.11-1.57004 2.80999-3.16003-0.22-1.18-1.28-2.32997-2.19-3.08997l0.01001 0z",
+ "fill": "#fff2c0ff",
+ "width": 5.938417434692383,
+ "height": 4.153761863708496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "kgrI3",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M23.52714 9.36686c0 0-0.06-0.02002-0.09-0.02002 0.22-1.31-0.2-2.64996-0.83-3.82995-0.75-1.4-1.78-1.68007-3.25-1.70008-0.02-0.18-0.05001-0.35992-0.10001-0.53991-0.62-2.5-3.11-3.61006-5.41999-3.19007-2.39 0.43-3.92 2.35999-5.03 4.35999-1.77 3.18-4.6 5.53007-7.02 8.20007-0.91 1-1.62 1.72999-1.77 3.12-0.13 1.16 0.5 2.27 1.2 3.13 1.77 2.17 4.78 2.88 7.44 2.62 3.16-0.31 5.94-2.09002 8.45999-3.89002 0.74-0.53 1.45-1.08 2.17-1.63 1.67 0.96 4.01 0.83005 5.36-0.56995 1.88-1.95 1.35-4.96005-1.11-6.05005l-0.00999-0.01001z m0.75999 5.69995c-1.88 2.06-4.98 0.74008-6.61-0.91992-0.02-0.02-0.04999 0.00002-0.03999 0.02002 0.2 0.48 0.5 0.9 0.86 1.25 0 0.04 0.01999 0.09 0.06999 0.12 0.35 0.24 0.31 0.29994-0.06 0.56994-0.53 0.4-1.07 0.79004-1.61 1.17005-1 0.71-2.03999 1.34992-3.12999 1.91992-2.58 1.34-5.29001 2.22001-8.22 1.63-2.3-0.47-4.78999-2.24997-5.08-4.71997-0.2-1.72 1.18-2.69001 2.11-3.89001 0.88-1.14 1.96999-2.10998 3.01-3.10999 0.82-0.79 1.59-1.62004 2.27-2.54004 0.65-0.88 1.11-1.88993 1.72-2.79992 1.39-2.06 3.15-3.29997 5.69-3.33997 1.47-0.02 2.50999 1.2399 3.15 2.3999 0.77 1.39 0.12 3.88007-0.87 5.07007-1.82 2.18-5.45001 1.56993-6.93-0.57007-0.03-0.04-0.09 0.00004-0.06 0.04004 1.24 2.15 3.26999 2.90999 5.64999 2.10999 2.02-0.67 3.24001-3.06994 3.17001-5.18994 1.16 0.02 1.94999 0.19996 2.82 1.07995 1.2 1.2 1.22 3.11997 0.58 4.58997-1.15 2.63-5.38 2.92-7.33 1.25-0.02-0.01-0.04 0.00002-0.02001 0.02002 1.12 1.28 2.27 1.70007 4 1.45007 1.52-0.22 3.21-1.01004 3.80001-2.54004 0.05-0.12 0.08001-0.25 0.12001-0.36999 0 0-0.00001 0 0.00999 0 2.42 0.87 2.50999 3.55994 0.92999 5.30993l0-0.01001z",
+ "fill": "#330900ff",
+ "width": 7.650014877319336,
+ "height": 6.400805950164795,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "0FBIh",
+ "x": 14.516784648340945,
+ "y": 27.045776398425005,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "OTCyb",
+ "x": 3.7665947520627014,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "0ey5h",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.71126 14.73999l1.85-1.42004-0.54999-0.91993c-2.28-2.84-6.86-7.03999-11.72001-9.85998-2.9-1.69-5.71-2.54004-8.34999-2.54004-2.02 0-3.54 0.48995-4.55001 0.81995-0.24 0.08-0.45 0.15007-0.63999 0.20007-0.53 0.15-1.18 0.36999-1.87001 0.60998-1.44 0.5-3.06 1.06995-4.08999 1.06995-0.15 0-0.27-0.00992-0.38001-0.03992-0.09-0.02-0.19-0.03003-0.27-0.03003-0.32 0-0.6 0.14001-0.79 0.39002-0.69 0.88-0.18 3.17999-0.01 3.85998 0.04 0.15 0.14 0.26996 0.28 0.32996l3.45 1.47998c0.06 0.03 0.13 0.04004 0.19001 0.04004 0.11 0 0.22-0.03998 0.29999-0.09998 0.03-0.02 2.93-2.24995 6.72-3.19995 0.53-0.13 1.09-0.20007 1.67-0.20007 3.69 0 7.59 2.63997 9.58 4.21997 1.76 1.39 4.09 3.57999 5.47001 5.12l1.29 1.05004 2.4-0.85998 0.01999-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.6618438549113,
+ "size": {
+ "height": 0.34493556059160485
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4419161025037746,
+ "y": 0.5841869299454197
+ }
+ },
+ "width": 9.960077285766602,
+ "height": 4.635591983795166,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "4T2rQ",
+ "x": 0.1445995271205902,
+ "y": 0.14412182569503784,
+ "name": "Vector",
+ "geometry": "M3.77421 7.74355c0 0 2.96-2.30004 6.90999-3.29003 3.95-0.99 8.55 1.65011 11.68 4.1101 3.12 2.47 6.91 7.06995 6.91001 7.06995 0 0 2.29999-0.48997 4.10999-2.46997 0 0-5.75999-6.58006-12.83-10.69007-7.07-4.11-11.35-1.96998-13.16-1.47998-1.81 0.49-5.1 1.97001-6.58 1.64002-1.48-0.33-0.49 3.62-0.49 3.61999l3.45001 1.47998 0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.62302459281625,
+ "size": {
+ "height": 0.3467388509289626
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.43326483767319185,
+ "y": 0.5871057360982678
+ }
+ },
+ "width": 9.907526969909668,
+ "height": 4.639619827270508,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6fKPM",
+ "x": 0,
+ "y": 0.22497139481674822,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ip88e",
+ "x": 0.05623631551861763,
+ "y": 0.036993607878685,
+ "name": "Vector",
+ "geometry": "M16.807 6.27662c0 0-0.11999-0.04002-0.08-0.15002 0 0 0.08-1.23006-0.4-2.06006-0.48-0.84-1.12-1.44995-1.12-1.44995-2.26-1.47-5.97-2.77998-8.72999-2.59998-1.97 0.13-4.61 1.01-5.75 2.75-0.78 1.18-1.23 3.66997 0.22999 4.71998l0.12 0.05004c-0.15 0.79 0 1.56001 0.25 2.13001 0.59 1.36 1.44 1.59992 2.86 2.03992l0.12-0.12c0.37 1.03 1.25 1.83007 2.47 2.20007 0.94 0.29 2.27 0.17994 2.83-0.81005 0.23-0.32 0.29-0.94003 0.43-1.41004l-0.26-0.09997c0.14-0.1 0.3-0.20997 0.44-0.33997 0.52 0.29 0.69 0.59001 1.26001 0.76001 1.18 0.36 2.23 0.29994 3.18999-0.31006 1.12-0.69 1.83-1.75998 2.08-2.97998 0.1-0.74 0.08-1.51993 0.06-2.29993l0-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -431.8209154818232,
+ "size": {
+ "height": 0.11431196885430463
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.1849291623371463,
+ "y": 0.13350142511351248
+ }
+ },
+ "width": 4.992708683013916,
+ "height": 4.133075714111328,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "kH7sY",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.92371 6.24059l-0.02 0c0.25 1.53-0.15 3.06003-1.08 4.28003-0.64 0.84-1.64 1.32995-2.67 1.44995-0.91 0.11-1.6-0.24-2.34-0.62 0.02-0.02 0.05001-0.04996 0.07001-0.07995 0.11-0.19 0.37-0.31004 0.55999-0.42005 0.16-0.1 0.29-0.21996 0.45-0.32995 0.02-0.01 0-0.04003-0.02-0.03003-0.44 0.14-0.85 0.11999-1.23999 0.35998-0.11-0.04-0.23-0.01004-0.33001 0.07996-0.21 0.21-0.46 0.36008-0.65 0.58008-0.17 0.2-0.21 0.46996-0.48 0.57995-0.04 0.02-0.03 0.07008 0 0.08008 0.3 0.09 0.38-0.08007 0.63-0.20007 0.11-0.06 0.22-0.11004 0.33001-0.17004-0.33 0.71-0.53001 1.38002-1.31001 1.77001-0.73 0.36-1.65 0.11009-2.35-0.15991-1.8-0.66-2.14-2.3-1.95-4 0-0.05-0.07001-0.09003-0.1-0.03003-0.35 0.8-0.34 1.59996-0.09 2.32996-1.07-0.53-1.99-0.86002-2.54-2.02002-0.62-1.32-0.37-2.78999 0.6-3.85999 0.04-0.05-0.03-0.12996-0.08-0.07995-0.55 0.48-0.94 1.04003-1.16 1.66003-1.09-1.19-0.91-2.85009-0.19-4.22009 0.86-1.65 3.03001-2.39997 4.74-2.71997 3.29-0.63 6.81 0.83006 9.68 2.31006 0.02 0 0.03-0.02003 0.02-0.03003-3.17-2.41-7.68-3.50006-11.49-2.19006-1.69 0.58-3.12 1.70005-3.68 3.43005-0.4 1.23-0.38 2.97001 0.81 3.76001 0 0 0 0 0.01 0-0.14 0.6-0.12 1.25004 0.08 1.92004 0.45 1.49 1.79 2.06989 3.21 2.25989 0.02 0 0.04 0.00011 0.06-0.00989 0.38 0.92 1.16 1.70992 2.1 2.16992 0.75 0.37 1.83 0.43003 2.58 0.03003 0.96-0.52 1.09-1.33998 1.15-2.34997 0.08-0.05 0.29-0.22004 0.34-0.29004 0.7 0.5 1.25 0.83997 2.19 0.96997 1.07 0.15 2.05-0.34 2.85-1 1.49-1.21 1.81-3.43993 1.3-5.17993l0.01-0.03003z",
+ "fill": "#330900ff",
+ "width": 5.086602687835693,
+ "height": 4.272139549255371,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "jrDfO",
+ "x": 16.030148788344377,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "M7txC",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "zTMKm",
+ "x": 0.01598999652560451,
+ "y": 0.07452911922882777,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "EwY9c",
+ "x": 0.0033051311038434505,
+ "y": 0.0001232616341440007,
+ "name": "Vector",
+ "geometry": "M125.44 76.76001c-4.08999 1.89-12.99 4.01994-17.49 1.68994l-0.02001 0c0.84-1.06 1.60001-2.18989 2.26001-3.38989l-3.11-1.78003c-0.23-0.53-0.61-0.97998-0.61-0.97998l-2.54001 1.02991c0 0-3.42-3.46994-4.16999-9.43994-0.76-5.97-6.87999-18.76001-6.88-18.76001-8.01-35.58-44.66-45.13-44.66-45.13001 7.82 13.17 10.70999 23.25002 16.09 33.02002l0.05999 0.18994c-3.67 0.24-7.09999 0.96001-9.58999 2.01001l-0.24001-0.02002c-23.08-28.66-52.85-28.79993-52.85-28.79993 27.09 33.9 26.74001 57 26.74001 57-7.85 8.98-21.06 1.77999-28.41-1.76l-0.02 0.23998c21.38 17.28 46.03 36.56004 75.47 33.16004 6.76-0.78 15.3-2.95008 21.06999-6.71008 0.23-0.15 0.45001-0.29995 0.68001-0.44996l0.01999 0.16004c10.39-0.65 21.50002-4.20001 28.59001-11.39002l-0.38 0.08997-0.01 0.02002z",
+ "fill": "#ff4700ff",
+ "width": 37.34294128417969,
+ "height": 28.32204818725586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "LOJ1X",
+ "x": 15.70434478041716,
+ "y": 15.017172896419652,
+ "name": "Vector",
+ "geometry": "M5.21218 1.45632c-0.05 0.68-1.20999 0.47999-2.64999 0.35999-1.44-0.11-2.62-0.10003-2.56-0.78003 0.05-0.67 1.25999-1.13002 2.70999-1.02002 1.44 0.11 2.56001 0.75005 2.51001 1.43005l-0.01001 0.01001z",
+ "fill": "#ff7732ff",
+ "width": 1.550283432006836,
+ "height": 0.5755753517150879,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "kgDhm",
+ "x": 25.90730002638884,
+ "y": 15.479461752926,
+ "name": "Vector",
+ "geometry": "M3.80296 1.349c-0.05 0.66-0.89 0.49002-1.94999 0.40002-1.05-0.08-1.91001-0.05007-1.85001-0.70007 0.05-0.66 0.94001-1.11992 1.99001-1.03992 1.05 0.08 1.86 0.67997 1.80999 1.33997z",
+ "fill": "#ff7732ff",
+ "width": 1.1292684078216553,
+ "height": 0.5452783107757568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "1tuSc",
+ "x": 18.981360466452315,
+ "y": 10.41304215148557,
+ "name": "Vector",
+ "geometry": "M0 1.35084l2.53999-0.94995c-0.74-0.95-2.29999-0.04005-2.53999 0.94995z m2.39 0.8501l5.71001-1.68006c-1.94-0.89-4.62001-0.16995-5.71001 1.68006z m4.72 0.53992l5.5-1.03992c-1.4-0.78-4.87-0.88008-5.5 1.03992z m4.67 1.02001l3.60001 0.12c-1.06-0.9-2.57001-1.18-3.60001-0.12z",
+ "fill": "#ff7732ff",
+ "width": 4.564369201660156,
+ "height": 1.151736855506897,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "fxZyo",
+ "x": 22.99132636305876,
+ "y": 19.30964573577512,
+ "name": "Vector",
+ "geometry": "M21.31805 10.15329c0 0-9.86 0.12004-13.5-5.57996 0 0-2.04-5.25-5.06-4.5-3.37 0.83-3.51 4.9-1.19 6.87 1.97 1.67 4.64 2.86001 7.03 3.76001 6.6 2.49 14.61 2.95 20.22-2l-0.41-1.02002-2.21 0.96997-4.88 1.5z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.9901064560785,
+ "size": {
+ "height": 0.5929312143411363
+ },
+ "colors": [
+ {
+ "color": "#ff7732ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.42478544489737985,
+ "y": 0.17090838694903343
+ }
+ },
+ "width": 8.55241870880127,
+ "height": 3.7166976928710938,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "lrhnZ",
+ "x": 14.761337311239913,
+ "y": 12.025647246395238,
+ "name": "Vector",
+ "geometry": "M0 11.78003c0 0 0.52-5.00004 3.92-9.04004l3.71-1.80005 2.17-0.93994 1.31999 0.46997c0 0 5.61001 5.24998 7.12002 21.97998 0 0-8.54001-21.10992-18.23002-10.66992l-0.00999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -159.77112145854653,
+ "size": {
+ "height": 1.279963992846915
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38586386924539845,
+ "y": 0.3723185998285363
+ }
+ },
+ "width": 5.413139343261719,
+ "height": 6.662539482116699,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "MCS2l",
+ "x": 24.271746666403487,
+ "y": 12.15518959716428,
+ "name": "Vector",
+ "geometry": "M2.68374 20.23999c0 0-4.28-12.76998-2.03-19.35999l1.3-0.88 1.78 0.88 1.99 1.27002c0 0 4.15 3.53005 6.58001 14.80005 0 0-2.16001-6.94007-5.37001-6.82006-3.21 0.12-4.06 6.19999-4.25 10.11999l0-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -182.32459274437838,
+ "size": {
+ "height": 1.0009864908019166
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5252359299503859,
+ "y": 0.32716458385992225
+ }
+ },
+ "width": 3.651418447494507,
+ "height": 6.009651184082031,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "49CUk",
+ "x": 0.5013935279566795,
+ "y": 1.8989215727197006,
+ "name": "Vector",
+ "geometry": "M0 0c8.85 11.07 14.77 20.98996 18.73 29.32996l19.62-14.63001c-19.39-14.61-38.35-14.69995-38.35-14.69995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -312.7322411317729,
+ "size": {
+ "height": 0.4726008389911275
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5535006239282914,
+ "y": 0.4470646467201791
+ }
+ },
+ "width": 11.381242752075195,
+ "height": 8.704337120056152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "K4N7R",
+ "x": 14.313107521506026,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10.95999 22.35999l16.58-6.65003c-12.82-11.87-27.53999-15.70996-27.53999-15.70996 5.04 8.49 8.02999 15.68999 10.95999 22.35999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -325.4856586590812,
+ "size": {
+ "height": 0.4479740006908727
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5842955906799207,
+ "y": 0.5949552710614066
+ }
+ },
+ "width": 8.173124313354492,
+ "height": 6.635837078094482,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "NRAnl",
+ "x": 0,
+ "y": 18.355031096492894,
+ "name": "Vector",
+ "geometry": "M75.46999 33.20007c6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c10.31-0.65 21.31-4.15009 28.41-11.22009-11.02 6.93-20.31 4.7301-20.31 4.7301l2.54-3.08007 0.76001-0.96998c0.32-0.45 0.62999-0.92001 0.92999-1.39001l-1.95-0.62c-13.4 11.74-36.79 10.87003-50.91 4.66004-14.11-6.2-21.12-6.76009-33.9-9.09009-11.66-2.12-21.23-8.17997-22.81-9.21997l0 0.03003c21.37 17.28 46.01999 36.56004 75.46999 33.16003l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 37.289527893066406,
+ "height": 9.966651916503906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "9cd2e",
+ "x": 2.7243483376223594,
+ "y": 20.488612257991917,
+ "name": "Vector",
+ "geometry": "M90.55 17c1.56-0.43 3.95999-2.74004 5.76999-4.67004 1.41-1.51 2.45001-2.80005 2.45001-2.80005l1.12-1.69995-0.47-0.21997c0 0-15.81 19.41992-42.72 17.28991-26.9-2.13-56.36-24.8999-56.36-24.8999l-0.34 0.15991c19.19 14.92 40.96999 28.77009 66.28999 25.84009 6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c7.05-0.44 14.43999-2.23008 20.67-5.58008-6.64 2.56-18.17 3.56006-18.17 3.56006l-0.01 0.02002z m-55.23001-8.07007c-5.97-3.92-10.76999-0.72998-10.76999-0.72998 5.59-0.66 10.76999 0.72998 10.76999 0.72998z",
+ "fill": "#f2c081ff",
+ "width": 32.26811981201172,
+ "height": 7.833281517028809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "DWl8w",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "BOzpZ",
+ "x": 0.01299559072140255,
+ "y": 18.44092060769617,
+ "name": "Vector",
+ "geometry": "M0 0.02203c20.42 16.86 43.62001 35.09993 71.65001 33.67993 7.48-0.38 15.38-2.09 22.14-5.38 3.39-1.65 6.52999-3.9699 9.39999-6.39991 2.87001-2.44 5.5-5.29004 7.22-8.67004 0.11-0.21-0.23999-0.38006-0.36-0.19006-3.65 5.85-8.92999 10.43005-14.83999 13.93005-5.65 3.34-12.24001 5.01999-18.70001 5.85999-13.89 1.81-27.64999-1.75995-40.04-7.94995-13.17-6.58-24.94-15.81002-36.44-24.90003-0.02-0.01-0.04 0.02003-0.02 0.03003l-0.01-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 32.77296447753906,
+ "height": 10.024962425231934,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "QAtvq",
+ "x": 0,
+ "y": 1.9172336026531411,
+ "name": "Vector",
+ "geometry": "M0.05361 55.5c7.82 3.8 18.75 9.75002 26.83999 3.40002 0.53-0.41 1.73001-1.15004 1.71001-1.91003 0-0.42-0.03-0.8499-0.07-1.2699-0.15-1.97-0.46-3.9201-0.86-5.85009-1.39-6.85-3.85-13.47993-6.8-19.79993-5.01-10.76-11.65-20.71-19-30-0.05 0.1-0.1 0.19992-0.15 0.28992 4.21 0.04 8.52001 0.99009 12.56 2.09008 10.05 2.74 19.42999 7.67993 27.54 14.17993 4.62 3.71 8.75001 7.99001 12.57 12.51001 0.21 0.25 0.56999-0.06995 0.37999-0.31994-11.94-15.39-30.37-26.46998-49.86999-28.59998-1.04-0.11-2.1-0.22009-3.15-0.22009-0.15 0-0.24999 0.17004-0.15 0.29004 8.16 10.17 15.36 21.20996 20.53 33.20996 2.73 6.33 4.94 13.00999 5.9 19.85999 0.15 1.09 0.27 2.19005 0.31 3.30004 0 0.17 0.01 0.33 0.01 0.5 0 0.13-0.75 0.76002-0.9 0.90003-0.39 0.37-0.81 0.70002-1.23 1.02002-0.88 0.66-1.87 1.14991-2.90001 1.52991-4.06 1.53-8.68 0.62008-12.66999-0.66993-3.66-1.19-7.11-2.93008-10.57-4.58007-0.08-0.04-0.12 0.09-0.04 0.11999l0.01 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -328.456959533891,
+ "size": {
+ "height": 0.14356488639871606
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.21499595723159667,
+ "y": 0.3157419927067693
+ }
+ },
+ "width": 16.27123260498047,
+ "height": 18.308259963989258,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "GaGR5",
+ "x": 16.23291091181818,
+ "y": 9.811375395904179,
+ "name": "Vector",
+ "geometry": "M0.19556 2.52961c4.21-1.64 9.13999-2.03002 13.59999-1.90003 4.74 0.13 9.76 0.98002 13.71001 3.77002 0.08 0.06 0.16-0.06 0.09-0.13-3.59-3.09-8.82-3.99997-13.41001-4.21997-4.78-0.23-9.7 0.30999-14.11 2.23999-0.16 0.07-0.03999 0.29999 0.12001 0.23999z",
+ "fill": "#740800ff",
+ "width": 8.197582244873047,
+ "height": 1.3105155229568481,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "aziBk",
+ "x": 14.263251106520329,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.43229 33.2084c-2.66-4.94-4.82-10.13002-7.05999-15.27002-2.66-6.09-5.55999-12.05993-8.93-17.79993-0.1 0.11-0.2 0.21996-0.3 0.32996 3.13 0.82 6.17 2.10997 9.09 3.46997 6.97 3.23 13.48 7.54008 19.05 12.83008 7.38 7.02 12.81 15.85003 15.6 25.65002 0.4 1.41 0.64999 2.77998 1.26999 4.10998 0.79 1.71 1.55 3.42991 2.28 5.15992 0.98 2.32 1.89001 4.65003 2.70002 7.03003 0.79 2.34 1.17999 4.66006 1.67999 7.06005 0.58 2.81 1.91999 5.85993 3.97999 7.91993 0.07 0.07 0.15001 0.09005 0.24001 0.05005 0.84-0.35 1.68-0.72006 2.53-1.06006 0.19-0.08 0.05-0.36992-0.14-0.28992-0.67 0.27-1.35001 0.52992-2.02001 0.78992-0.15 0.06-0.29 0.11005-0.44 0.17004-0.21 0.08 0.16001 0.11006 0.12001 0.06006-0.13-0.14-0.25-0.28005-0.36-0.43005-1.46-1.81-2.49001-3.96994-3.15001-6.18994-0.69-2.34-0.88-4.77-1.61-7.12-0.72-2.33-1.59999-4.61011-2.50999-6.86011-0.79-1.94-1.63001-3.85989-2.49001-5.75988-0.58-1.29-0.93999-2.36-1.29999-3.75-1.32-5.08-3.37-9.9601-6.05-14.48011-7.67-12.94-20.59-22.45999-34.59-27.60998-1.21-0.45-2.44-0.87996-3.69-1.20996-0.18-0.05-0.42 0.12996-0.3 0.32995 3.39 5.73 6.29 11.70002 8.98 17.77002 2.28 5.13 4.47 10.29996 7.19999 15.20996 0.09 0.16 0.34 0.04001 0.25-0.11999l-0.03 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -333.7357248625383,
+ "size": {
+ "height": 0.08278542706554251
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.22245386672383244,
+ "y": 0.10751305353126231
+ }
+ },
+ "width": 17.406522750854492,
+ "height": 21.892581939697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "bMhZ3",
+ "x": 28.83319930293146,
+ "y": 22.797722594390507,
+ "name": "Vector",
+ "geometry": "M0.15789 11.60952c5.32-0.34 10.58-1.3701 15.58-3.23011 2.52-0.93 4.94-2.1199 7.22-3.51989 1.99-1.23 4.49-2.77009 5.84-4.7201 0.06-0.09-0.05-0.18-0.14-0.11999-1 0.7-1.85 1.65003-2.81 2.41003-1.06 0.85-2.2 1.60996-3.36 2.32996-2.18 1.34-4.51001 2.42008-6.90001 3.33008-4.95 1.89-10.21999 2.90001-15.48999 3.26001-0.16 0.01-0.11001 0.26 0.04999 0.25l0.01001 0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 8.551514625549316,
+ "height": 3.445390224456787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ad975",
+ "x": 32.02113417841974,
+ "y": 22.838568465362187,
+ "name": "Vector",
+ "geometry": "M17.58595 0.00555c-2.59 1.13-5.46 1.81-8.25 2.25-1.59 0.25-3.20001 0.35005-4.82001 0.30004-1.56-0.05-2.86999-0.57005-4.34999-0.93005-0.14-0.03-0.23 0.13009-0.11 0.22009 0.97 0.78 2.58 0.92993 3.78 1.04993 1.62 0.16 3.26 0.02006 4.86-0.18994 3.09-0.4 6.12-1.26998 8.94-2.59998 0.06-0.03 0.02-0.1301-0.05-0.10009z",
+ "fill": "#740800ff",
+ "width": 5.242560386657715,
+ "height": 0.8798678517341614,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "QTanq",
+ "x": 25.30525092341486,
+ "y": 20.67964817727625,
+ "name": "Vector",
+ "geometry": "M18.8455 3.86858c-1.75 0.47-3.37001 1.21-5.18001 1.5-1.85 0.29-3.68 0.02994-5.47-0.44006-3.21-0.84-5.91-2.37002-8.06-4.90002-0.06-0.07-0.16 0.00009-0.13 0.09008 1.09 3.02 5.18001 4.59001 7.99 5.38001 3.61 1.01 7.75 0.67994 10.88001-1.56006 0.03-0.02 0-0.07995-0.03-0.06995z",
+ "fill": "#740800ff",
+ "width": 5.6054253578186035,
+ "height": 1.7931573390960693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "DWKho",
+ "x": 13.617016594191227,
+ "y": 14.651553885589237,
+ "name": "Vector",
+ "geometry": "M0.02 17.23233c0.04-1.26 0.4-2.59998 0.62-3.84997 0.27-1.58 0.66001-3.15005 1.15001-4.67005 0.91-2.86 2.32-6.00996 5.03-7.57995 3.43-1.99 7.44 0.74 9.72999 3.25 2.58 2.83 4.28 6.34 5.64 9.88 0.02 0.06 0.12 0.02996 0.11-0.04004-0.98-3.88-3.29-7.59996-6.06-10.45996-2.22-2.29-5.76-4.61995-9.08999-3.44995-3 1.06-4.62 4.31999-5.63001 7.10999-0.6 1.66-1.00999 3.39-1.28999 5.13-0.26 1.58-0.20001 3.08991-0.23001 4.65991 0 0.01 0.02 0.02 0.02 0l0 0.02002z",
+ "fill": "#740800ff",
+ "width": 6.6182451248168945,
+ "height": 5.114090919494629,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "I1Ht4",
+ "x": 25.095904152174626,
+ "y": 15.132627265105839,
+ "name": "Vector",
+ "geometry": "M0.0709 11.4508c-0.27-2.6 0.26001-5.64998 1.10001-8.09997 0.39-1.15 1.11-2.46993 2.36999-2.79993 1.09-0.28 2.21 0.48999 2.91001 1.23999 1.74 1.86 2.50999 4.66994 3.14999 7.05994 0.3 1.14 0.55 2.30009 0.75 3.47009 0.19 1.09 0.28 2.16993 0.77001 3.17993 0.04 0.08 0.2 0.06996 0.19-0.04004-0.05-1.21-0.33-2.48994-0.52001-3.68994-0.24-1.48-0.55999-2.95001-0.95999-4.39001-0.68-2.43-1.73-5.38999-3.94-6.85999-1.91-1.27-3.74001-0.03997-4.57001 1.78003-1.33 2.89-1.00999 6.0799-1.29999 9.1499 0 0.03 0.04999 0.03 0.04999 0z",
+ "fill": "#740800ff",
+ "width": 3.3569040298461914,
+ "height": 4.615805625915527,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "CuPNc",
+ "x": 10.042520324965153,
+ "y": 22.590294615874882,
+ "name": "Vector",
+ "geometry": "M0.02414 1.51278c3.23-1.68 8.06-1.15004 11.09 0.70996 0.01 0 0.03-0.00002 0.01-0.02002-3.24-2.32-7.74-3.18996-11.12-0.70996-0.01 0 0 0.02002 0.01 0.02002l0.01 0z",
+ "fill": "#9a5b38ff",
+ "width": 3.3038828372955322,
+ "height": 0.6596499085426331,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "OvsEX",
+ "x": 11.13651255824152,
+ "y": 22.729672209869022,
+ "name": "Vector",
+ "geometry": "M0.00828 0.03162c3.41 1.94 6.18 5.05006 9.05001 7.69006 2.8 2.57 5.86999 4.69989 9.34999 6.25989 3.84 1.72 7.96 2.23008 12.12 2.45007 4.26 0.22 8.74-0.00006 12.91-0.94006 0.06-0.02 0.04001-0.10998-0.01999-0.09998-8.4 0.99-17.35001 1.70006-25.26001-1.93994-3.63-1.67-6.70999-4.20006-9.56999-6.94006-2.66-2.56-5.24-4.86001-8.56001-6.51001-0.02-0.01-0.04 0.03004-0.02 0.04004l0-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 12.902057647705078,
+ "height": 4.899784088134766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "90OKb",
+ "x": 6.070122520704899,
+ "y": 5.626352564941044,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "xsMKK",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M9.12 17.46008c0 0 4.02-3.13002 8.09-4.77002 0 0-5.41-8.31006-17.21-12.69006 0 0 5.6 7.99008 9.12 17.46008z",
+ "fill": "#ff9549ff",
+ "width": 5.107461929321289,
+ "height": 5.181679725646973,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "TMn8m",
+ "x": 0.8934104442596436,
+ "y": 0.6883540749549866,
+ "name": "Vector",
+ "geometry": "M5.87 13.04993c0 0 3.05-2.09999 6.07-3.12 0 0-3.57-6.24993-11.94-9.92993 0 0 3.72 6.02992 5.87 13.03992l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 3.5434699058532715,
+ "height": 3.8728652000427246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "JLADs",
+ "x": 18.315041343947087,
+ "y": 3.4805736705166055,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "yrY3c",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.46001 16.27002c0 0 3.34999-2.61003 6.92999-3.78003 0 0-5.29-8.34999-14.39-12.48999 0 0 4.26 6.99002 7.45 16.27002l0.01001 0z",
+ "fill": "#ff9549ff",
+ "width": 4.270562171936035,
+ "height": 4.828502655029297,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "m4x2O",
+ "x": 0.6498472690582275,
+ "y": 0.5861946940422058,
+ "name": "Vector",
+ "geometry": "M4.98 12.19006c0 0 2.51001-1.69999 5.12001-2.36999 0 0-3.45001-6.22007-10.10001-9.82007 0 0 2.97 5.41006 4.98 12.19006z",
+ "fill": "#fff2c0ff",
+ "width": 2.997408628463745,
+ "height": 3.6176812648773193,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "rw0VC",
+ "x": 31.283930580397282,
+ "y": 19.675738112578983,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "pZP5J",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 6.40829c0 0 0.80001 3.88008 3.56001 4.71008 0 0 10.07-7.45002 7.09-10.27002-2.98-2.82-4.22001 1.99993-10.65001 5.54993l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 3.3242738246917725,
+ "height": 3.2996323108673096,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "6Dom2",
+ "x": 0.14291581511497498,
+ "y": 0.12656861543655396,
+ "name": "Vector",
+ "geometry": "M3.00999 10.23388c-1.94-0.73-2.76999-3.18992-3.00999-4.03992 2.44-1.39 4.1-2.93004 5.44-4.17004 1.31-1.21 2.25-2.09002 3.12-2.02002 0.41 0.03 0.83999 0.26998 1.31999 0.72998 0.31 0.29 0.44001 0.6501 0.42001 1.1001-0.15 2.51-5.16001 6.7899-7.29001 8.3999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -320.20263304016925,
+ "size": {
+ "height": 0.2756622988920282
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.6514665017132696,
+ "y": 0.5952261016033495
+ }
+ },
+ "width": 3.0573527812957764,
+ "height": 3.0371387004852295,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ED7AI",
+ "x": 2.3946971893310547,
+ "y": 0.18897698819637299,
+ "name": "Vector",
+ "geometry": "M1.84072 0.62232c0.02 0.37-0.37999 0.69998-0.87999 0.72998-0.51 0.03-0.94001-0.25-0.96001-0.62-0.02-0.37 0.38-0.7001 0.88-0.7301 0.51-0.03 0.93999 0.25012 0.96 0.62012z",
+ "fill": "#ffffffff",
+ "width": 0.5493746399879456,
+ "height": 0.4041033387184143,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ytxNc",
+ "x": 10.966893299373623,
+ "y": 11.553598444421368,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "nfZef",
+ "x": 0,
+ "y": 6.229879593542137,
+ "name": "Vector",
+ "geometry": "M32.64 11.42479c-1.76-10.35-11.51999-12.97001-17.62-10.63-5.14 1.98-6.59 4.86997-6.91 5.71997-4.63-1.82-8.11-5.55994-8.11-5.55994 2.56 5 9.19 8.23999 9.19 8.23999l1.54-1.17004 7.74 3.61999 14.17-0.22998 0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 9.686667442321777,
+ "height": 3.4558513164520264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "uz4NQ",
+ "x": 14.260415729509987,
+ "y": 6.515221333196678,
+ "name": "Vector",
+ "geometry": "M11.34871 4.83267c-0.47-0.89-2.24999-3.95996-5.01999-4.70996-3.25-0.88-7.02 3.13001-6.22 7.01001l3.65999 1.89001 5.89-3.02002 0.41 1.17994c0 0 4.8-1.58994 7.2-6.93995 0 0-2.68 3.47996-5.92 4.57996l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 5.124885559082031,
+ "height": 2.6777031421661377,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "eI2zs",
+ "x": 4.893902954088844,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 4.79993c0 0 5.26999-2.36998 7.56999-2.34998l-1.94-2.44995c0 0-2.70999 1.09993-5.62999 4.79993z",
+ "fill": "#1a171bff",
+ "width": 2.2465691566467285,
+ "height": 1.4244881868362427,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "xjbQ2",
+ "x": 13.5388066139094,
+ "y": 0.1938115116863628,
+ "name": "Vector",
+ "geometry": "M5.11 4c0 0-3.75-1.69993-5.11-1.42993l0.51001-2.57007c0 0 1.9 0.76 4.61 4l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.5194803476333618,
+ "height": 1.1870919466018677,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "BdhAV",
+ "x": 2.762862619387306,
+ "y": 6.912295555761375,
+ "name": "Vector",
+ "geometry": "M23.17 9.60781c-1.17-6.98-6.81001-10.37996-13.77001-9.45996-3.97 0.42-7.57 2.35001-9.36999 6.39002l-0.03 0.36999c2.6 5.99 9.88001 7.30994 17.68001 6.68994 0 0 3.25999-0.72991 5.34999-2.2799l0.28-0.4701c0.04-0.49-0.18999-0.74999-0.15-1.23999l0.01 0z m17.22-7.61999c-1.34 1.37-1.39 3.58006-1.28 5.31006 0 0 2.2 3.25001 5.67 4.51001l0.61 0.04992c2.54-1.03 3.66001-4.25999 3.6-6.60998l0.04-0.48999c-1.06-3.65-5.56-5.98003-8.64-2.78003l0 0.01001z",
+ "fill": "#ffffffff",
+ "width": 14.550774574279785,
+ "height": 4.07671594619751,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "group",
+ "id": "9absA",
+ "x": 5.013758507884631,
+ "y": 6.9077676566448645,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Fs0FX",
+ "x": 0,
+ "y": 0.060547637433046475,
+ "name": "Vector",
+ "geometry": "M14.32629 5.56995c-0.24-0.46-0.50001-0.88004-0.79001-1.29004 0.04 4.42-2.47 8.08004-5.81 8.29004-3.49 0.22-6.56-3.40997-6.86-8.09998-0.1-1.62 0.14-3.14997 0.64-4.46997-0.33 0.04-0.65999 0.08991-0.98999 0.15991-0.4 1.33-0.59001 2.81-0.49 4.37 0.29 4.54 2.87 8.20002 6.08 9.02002 0.95 0.02 1.91 0.00006 2.89-0.05994 2.86-0.85 4.97999-4.01003 5.31999-7.91003l0.01001-0.01001z",
+ "fill": "#1a171bff",
+ "width": 4.251655101776123,
+ "height": 4.023479461669922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "pUUEh",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": "#1a171bff",
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "vK9up",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.3693376322356,
+ "size": {
+ "height": 0.6322429549215438
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7119485021448071,
+ "y": 0.6869438062918545
+ }
+ },
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "8OY24",
+ "x": 2.6144765308599744,
+ "y": 1.9284865582885686,
+ "name": "Vector",
+ "geometry": "M1.5264 0.00267c-0.92 0.06-1.6 1.11009-1.52001 2.34008 0.08 1.23 0.89 2.19 1.80001 2.13001 0.92-0.06 1.6-1.11009 1.52-2.34009-0.08-1.23-0.89-2.19-1.8-2.13z",
+ "fill": "#ffffffff",
+ "width": 0.9890831708908081,
+ "height": 1.3281852006912231,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kFMmo",
+ "x": 14.88028112822576,
+ "y": 7.0485511755614425,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "ixzrT",
+ "x": 0,
+ "y": 0.13013312431576196,
+ "name": "Vector",
+ "geometry": "M7.8 3.69006c0-0.3 0-0.60001-0.02-0.89001-0.16-0.31-0.34-0.61001-0.55-0.89002 0.08 0.56 0.12001 1.16002 0.12001 1.77002-0.01 3.66-1.57 6.62-3.47001 6.62-1.9 0-3.44001-2.98001-3.42001-6.64002 0-1.36 0.22001-2.62003 0.59001-3.66003-0.22 0.1-0.43 0.23-0.64 0.37-0.26 0.99-0.4 2.11004-0.41 3.29003 0 2.4 0.57 4.53992 1.48 5.91993 0.72 0.52 1.56 0.99008 2.47999 1.33007l0.61 0.04993c0.47-0.19 0.9-0.45991 1.27001-0.77991 1.17-1.29 1.96-3.7101 1.97-6.4801l-0.01-0.00989z",
+ "fill": "#1a171bff",
+ "width": 2.317795991897583,
+ "height": 3.252619743347168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "CkA80",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": "#1a171bff",
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "fnPdU",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -322.76935849467407,
+ "size": {
+ "height": 0.6096632519112717
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7792184726216116,
+ "y": 0.6557322374529413
+ }
+ },
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "gd5QC",
+ "x": 1.368081230808457,
+ "y": 1.7834380886197323,
+ "name": "Vector",
+ "geometry": "M0.91 0c-0.5 0-0.91 0.78011-0.91 1.74011 0 0.96 0.39999 1.75 0.89999 1.75 0.5 0 0.91-0.78011 0.91001-1.74011 0-0.96-0.39999-1.75-0.9-1.75z",
+ "fill": "#ffffffff",
+ "width": 0.5371581315994263,
+ "height": 1.0357707738876343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "vFae9",
+ "x": 2.7460865344874037,
+ "y": 6.797314381292381,
+ "name": "Vector",
+ "geometry": "M0.16671 6.95333c2.58-5.07 8.58-6.79003 13.88-6.03003 5.29 0.75 8.68 5.17997 9.17 10.33997 0.02 0.18 0.31 0.15998 0.31-0.02002 0.11-5.32-4.03999-9.93995-9.12-10.94995-2.85-0.57-5.89-0.30002-8.61 0.72998-2.83 1.07-4.64001 3.13999-5.79001 5.86999-0.04 0.1 0.11 0.15006 0.16001 0.06006z",
+ "fill": "#1a171bff",
+ "width": 6.982723236083984,
+ "height": 3.3798506259918213,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "31N2d",
+ "x": 2.7510485019556654,
+ "y": 8.948704456975975,
+ "name": "Vector",
+ "geometry": "M0 0.06301c2.91 6.71 11.39 7.36994 17.73 6.68994 0.02 0 0.01-0.02991 0-0.02991-6.37 0.26-14.51-0.08007-17.64-6.70007-0.02-0.05-0.1-0.00996-0.08001 0.04004l-0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 5.2652082443237305,
+ "height": 2.06646728515625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "3IlCo",
+ "x": 14.307673152910866,
+ "y": 6.975176548650779,
+ "name": "Vector",
+ "geometry": "M0.23943 7.0824c0.03-2.86 0.82-5.99003 4.08-6.53003 2.64-0.44 4.78 1.84001 5.75 4.01001 0.02 0.05 0.1 0.01997 0.09-0.03003-0.55-2.73-3.15-4.77001-5.95-4.51001-1.49 0.14-2.84 1.19006-3.58 2.44007-0.82 1.4-0.67 3.08999-0.48 4.61999 0 0.05 0.08 0.04 0.08001 0l0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 3.0152995586395264,
+ "height": 2.111912727355957,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "b8tAe",
+ "x": 16.214717563616432,
+ "y": 8.468577122381248,
+ "name": "Vector",
+ "geometry": "M3.65371 0c-0.12 2.65-1.19 5.28005-3.62 6.55005-0.07 0.04-0.02 0.12999 0.05001 0.10998 2.59-0.96 3.72-4.12003 3.58-6.66003l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.0907182693481445,
+ "height": 1.9773670434951782,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mBdsf",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "drdir",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Costume1",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TBQQy",
+ "x": 178,
+ "y": 328,
+ "name": "card-add-sprite-item-medium-active-no-bg",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6yBTv",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oMtcx",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "fill": [
+ {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8522727489471436
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "91PPB",
+ "x": 15.000062858431193,
+ "y": 4.000009867027984,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "Fq8mL",
+ "x": 0,
+ "y": 27.063596395179047,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "cxz0f",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "03wUP",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M71.03898 26.11011c-0.04-0.14-0.91-3.4201-4.62-7.1001-3.39-3.36-9.92-7.70995-21.76001-9.31995-1.39-0.19-2.76-0.29007-4.19999-0.32006-3.71-0.06-7.17 0.47001-9.94 0.89001l-0.36 0.05005c-2.97 0.45-5.77 0.87996-8.64 0.82996-5.12-0.08-11.57-1.44999-20.63-10.99-0.09-0.1-0.22-0.15002-0.35-0.15002-0.06 0-0.12 0.00003-0.18 0.03003-0.18 0.07-0.31 0.24005-0.32 0.43005 0 0.06-0.37 5.92002 1.17 13.40003 1.43 6.92 4.82 16.69999 12.9 23.98999 6.29 5.68 14.96 8.75992 25.06 8.91992 10 0.15 21.12-2.70002 28.33-7.27002 0.11-0.07 0.18-0.16992 0.21-0.28992l3.33-12.85998c0.02-0.08 0.02-0.17 0-0.25l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.84313891669395,
+ "size": {
+ "height": 0.22196499047191545
+ },
+ "colors": [
+ {
+ "color": "#9a5b38ff",
+ "position": 0
+ },
+ {
+ "color": "#740800ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.36845102524323375,
+ "y": 0.5356472731521718
+ }
+ },
+ "width": 21.08690071105957,
+ "height": 13.881752014160156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "bisic",
+ "x": 0.1446683406829834,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M0.04186 0c0 0-1.53 23.06 13.91 37 15.44 13.93 41.34 8.8501 52.8 1.6001l3.33-12.86011c0 0-3.32001-12.95993-25.97-16.04993-16.83-2.29-25.97 9.37995-44.07-9.68005l0-0.01001z",
+ "fill": "#ff4700ff",
+ "width": 20.79840087890625,
+ "height": 13.590726852416992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "HWd03",
+ "x": 0.14750374853610992,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M20.80186 24.86011c3.43-7.04 11.37-4.74004 16.14-15.42005-12.64 0.77-21.54001 6.73994-36.9-9.44006 0 0-1.53 23.06 13.91 37 3.29 2.97 7.06 5.0801 11.07 6.4801-3.12-3.08-8.41-10-4.21-18.61999l-0.01 0z",
+ "fill": "#fff2c0ff",
+ "width": 10.963342666625977,
+ "height": 12.903719902038574,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "LdPIa",
+ "x": 5.994574546813965,
+ "y": 9.030318260192871,
+ "name": "Vector",
+ "geometry": "M0.94 5.30005c-0.32-0.13-0.63-0.27004-0.94-0.42005 1.02 3.88 3.51 6.91005 5.3 8.68006 14.76 5.18 32.72 0.81999 41.72999-4.89002l2.24001-8.67004c-1.42 0.16-2.87001 0.62003-4.24001 1.53003-5.98 3.98-27.54999 10.68001-44.09999 3.76001l0.01 0.01001z",
+ "fill": "#c42c00ff",
+ "width": 14.622002601623535,
+ "height": 4.710188865661621,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "HqAfA",
+ "x": 0.26091980934143066,
+ "y": 2.6065680980682373,
+ "name": "Vector",
+ "geometry": "M13.56 28.70996c0.23 0.2 0.45 0.4001 0.68 0.6001 0.08 0.07 0.16 0.12995 0.23 0.19995 0.15 0.13 0.31 0.25 0.46 0.38 0.09 0.08 0.19 0.14997 0.29 0.21998 0.14 0.11 0.28 0.22007 0.42 0.32006 0.1 0.08 0.21 0.15998 0.31 0.22998 0.13 0.1 0.27 0.20004 0.4 0.29004 0.11 0.08 0.22 0.15998 0.33 0.22998 0.13 0.09 0.26 0.18001 0.39 0.26001 0.12 0.08 0.23 0.15998 0.35 0.22998 0.12 0.08 0.24 0.14998 0.35 0.22998 0.27 0.17 0.55 0.34 0.83 0.5 0.08 0.05 0.16 0.10001 0.24 0.14002 0.17 0.1 0.33 0.19003 0.5 0.28003 0.08 0.04 0.16 0.08989 0.24 0.13989 0.17 0.09 0.35 0.18002 0.52 0.27002 0.07 0.04 0.15 0.07999 0.22 0.10999 0.18 0.09 0.37 0.18003 0.55 0.28003 0.06 0.03 0.11 0.05008 0.17 0.08007 0.2 0.1 0.41 0.18992 0.61 0.28992 0 0 0.01 0 0.02 0 0.96 0.44 1.95 0.83006 2.94 1.18005-1.79-1.77-4.28-4.80005-5.3-8.68005-12.17-5.69-17.51-20.16999-19.31-26.48999 0.95 7.99 4.01 20.07005 13.54 28.68005l0.02 0.02991z",
+ "fill": "#f2c081ff",
+ "width": 7.303582668304443,
+ "height": 10.437517166137695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qzfXO",
+ "x": 8.949709022672323,
+ "y": 38.17030873648764,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "Eeyux",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "tjwSM",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.422 19.30914c-2.22-0.77-2.88001-2.57009-3.06001-3.34009l-0.91999-0.21997c-0.28-0.04-0.55-0.09994-0.8-0.18994-1.07-0.37-1.9-1.16009-2.33-2.22009-0.49-1.21-0.4-2.59992 0.25-3.91993 1.43-2.87 4.27-3.22001 5.11-3.26001 0.09 0 0.18 0 0.29 0 0.76 0 2.03999-0.00006 3.96999-1.69006 1.06-0.93 6.53-5.49001 10.09001-4.26001 0.13 0.05 0.26 0.10003 0.39 0.16004 0.7 0.35 1.55 1.11001 1.78 1.89001 0.22 0.76-0.2 1.93004-0.41 2.67004-0.39 1.42-0.81001 2.57999-1.53001 3.85999-1.01 1.97-1.82 4.15994-2.05999 4.80994 0.72 1.47 0.9 2.83998 0.48999 3.97998-0.34 0.96-1.07 1.71003-2.11 2.16003-0.79 0.34-1.67 0.35002-2.62999 0.02002-0.68-0.23-1.24-0.58996-1.57-0.82996-0.98 0.69-2.43 1.22999-4.95 0.35999l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -107.76639422195613,
+ "size": {
+ "height": 0.16640027235016594
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.17583324606791,
+ "y": 0.7106872155719679
+ }
+ },
+ "width": 6.6043853759765625,
+ "height": 5.93559455871582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "BeIc0",
+ "x": 0.14467021822929382,
+ "y": 0.14817748963832855,
+ "name": "Vector",
+ "geometry": "M20.40484 6.1299c0.51 0.46 0.76-1.01004 0.85-1.29004 0.27-0.8 0.51-1.69999 0.18-2.48999-0.35-0.82-0.92001-1.62003-1.74001-2.03003-2.78-1.37-7.6 1.98002-9.93 4.02002-2.33 2.04-3.87 1.78006-4.55999 1.81006-0.69 0.03-3.37 0.32999-4.69 2.98999-1.33 2.66 0.06 5.30999 2.53 5.61999l1.25 0.30005c0 0 0.26 2.3899 2.8 3.2699 2.54 0.88 3.85 0.24999 4.79-0.51001 0 0 2.09 1.8101 4 0.9801 1.91-0.83 2.75-2.85004 1.28-5.66003 0 0 0.92-2.65996 2.16-5.07996 0.34-0.66 0.73-1.29006 1.08-1.94006l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -117.8514659657461,
+ "size": {
+ "height": 0.10301215391857046
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0706090975605642,
+ "y": 0.8005650722765831
+ }
+ },
+ "width": 6.4088215827941895,
+ "height": 5.643942832946777,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Eu9dF",
+ "x": 0.704662024974823,
+ "y": 3.206807851791382,
+ "name": "Vector",
+ "geometry": "M6.46747 0.02117c0 0-0.03-0.04001-0.04-0.01001-0.03 0.07-0.13 0.18001-0.12001 0.26001 0.15 1-0.55 2.13002-1.09999 2.90002-1.01 1.44-3.59 1.57999-5.11 1.23999-0.09-0.02-0.14 0.11001-0.05 0.14001 0.99 0.37 1.45 0.72002 2.46 0.52002 0.79-0.16 1.70999-0.24 2.36999-0.75 0.77-0.6 1.24-1.41997 1.54001-2.33996 0.11-0.35 0.17-0.72009 0.19-1.09009 0.02-0.3-0.19-0.55998-0.14-0.84998l0-0.02001z m4.65999 5.85009c0.24-1 0.17-2.08008-0.01999-3.08008 0-0.02-0.04-0.02-0.04 0-0.11 1.64-0.26 3.18998-1.19001 4.59998-0.14 0.21-1.16 0.96006-1.52999 0.94006-0.09 0-0.17 0.06003-0.18 0.16004 0-0.12-0.38 0.11992-0.45 0.16992-0.03 0.03 0 0.07007 0.03 0.07007-0.04 0 0.51 0.03002 0.48999 0.02002 0.08 0.03 0.14-0.02009 0.18001-0.09009 0.02-0.05 0.02001 0 0.17 0 0.54 0.04 1.01999-0.31999 1.44-0.60999 0.58-0.39 0.94-1.54994 1.09-2.18994l0.00999 0.01001z",
+ "fill": "#330900ff",
+ "width": 3.347733497619629,
+ "height": 2.5997722148895264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "bBVME",
+ "x": 6.044658873526714,
+ "y": 0.7451466548773169,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "mISMQ",
+ "x": 0.016303559468724416,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.25999 12.04004l-1.72999-1.35999c-0.09-0.07-0.19-0.11011-0.3-0.1101l-3.33001 0c-0.07 0-0.14 0.01004-0.19999 0.04004-4.32 1.92-7.28 2.78003-9.62001 2.78003-2.15 0-3.84-0.71007-5.5-2.32007-3.5-3.38-8.63999-10.8299-8.68999-10.89991-0.06-0.08-0.13-0.14004-0.22-0.17004-0.07 0.2-0.19 0.44995-0.19 0.44995l-0.19 0.15003 0.23 0.14001 0.33 2.09998-1.85 2.06005 3.1 4.09998c1.69 2 3.44 4.07003 4.47999 4.91003 0.26 0.21 0.53 0.44995 0.82 0.69996 1.63 1.44 3.66 3.22998 7.41001 3.22998 0.57 0 1.16-0.04001 1.76999-0.13001 5.45-0.74 13.27001-4.68999 13.60001-4.85998 0.15-0.08 0.25-0.22002 0.27-0.39002 0.02-0.17-0.05-0.32994-0.19-0.43994l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.57157623528573,
+ "size": {
+ "height": 0.3900982436080264
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37436378543262067,
+ "y": 0.5560538313437443
+ }
+ },
+ "width": 9.334506034851074,
+ "height": 5.2944183349609375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "nZZ77",
+ "x": 0,
+ "y": 0.136660448875773,
+ "name": "Vector",
+ "geometry": "M0.05408 4.44006c0 0-0.49-3.45006 1.47999-4.44006 0 0 5.18 7.51998 8.76 10.97998 3.58 3.45 7.65 3.21001 15.67-0.36999l3.33 0 1.73001 1.3601c0 0-8.02 4.06994-13.45001 4.80994-5.43 0.74-7.65-2.09995-9.62-3.69995-1.97-1.6-6.91-8.14001-7.89-8.63001l-0.00999-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.25672300492207,
+ "size": {
+ "height": 0.39628385881244443
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38144814098121854,
+ "y": 0.5594446130126295
+ }
+ },
+ "width": 9.20710563659668,
+ "height": 5.015676021575928,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "x9wYo",
+ "x": 30.604330292200757,
+ "y": 29.429657471191604,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "kvhRW",
+ "x": 0,
+ "y": 2.6291853343573166,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "rHuAX",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.20456 17.67993c-2.05 0-5.30001-1.72996-5.93001-2.07995-2.23-1.23-3.73999-2.40005-5.18999-4.05005-1.18-1.34-2.09001-4.39993-2.34001-6.04993l-0.73999-4.93005c-0.03-0.23 0.08999-0.44003 0.29999-0.53003 0.06-0.03 0.12-0.03992 0.19-0.03992 0.15 0 0.30001 0.06995 0.40001 0.19995 0.04 0.06 4.32 5.90004 7.44 8.42005 2.55 2.06 4.70999 2.83993 5.37999 3.04992 0.87-0.69 4.55-3.78992 5.17-7.91992 0.02-0.12 0.07-0.22005 0.16001-0.30005l1.97-1.72998c0.09-0.08 0.21001-0.12 0.32-0.11999 0.1 0 0.18999 0.02996 0.26999 0.07995l1.48001 0.98999c0 0 0.08999 0.08 0.12999 0.12l1.23 1.7301c0.09 0.13 0.12001 0.29995 0.06001 0.44995-0.14 0.39-3.4 9.56999-9.25 12.48999-0.29 0.14-0.64001 0.21997-1.06001 0.21997l0.01001 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -222.99832972485436,
+ "size": {
+ "height": 0.49595715846796173
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4576811190853012,
+ "y": 0.2856334714884974
+ }
+ },
+ "width": 7.281551837921143,
+ "height": 5.246925354003906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "QdmJ2",
+ "x": 0.14077550172805786,
+ "y": 0.15063774585723877,
+ "name": "Vector",
+ "geometry": "M0.01999 0c0 0 4.32 5.92001 7.52 8.51001 3.21 2.59 5.8 3.20996 5.80001 3.20996 0 0 4.81-3.45001 5.55-8.39001l1.97-1.72998 1.48 0.98999 1.22999 1.72998c0 0-3.26999 9.34008-9.00999 12.21008-1.46 0.73-5.32001-1.1801-6.54001-1.8501-2-1.1-3.53-2.20995-5.06-3.94995-1.08-1.23-1.98-4.18005-2.22-5.80005l-0.73999-4.92993 0.01999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -223.49155227629433,
+ "size": {
+ "height": 0.521025988332294
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.45630037075640484,
+ "y": 0.2725590417748761
+ }
+ },
+ "width": 6.994935035705566,
+ "height": 4.954224109649658,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "m4Lnt",
+ "x": 4.709838245089486,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZmqlY",
+ "x": 0.0605606883764267,
+ "y": 0.05476142093539238,
+ "name": "Vector",
+ "geometry": "M15.97253 4.01102c-0.24-0.63-0.62-1.20999-1.13001-1.60998-0.37-0.41-0.83-0.66002-1.36999-0.77002-0.15-0.08-0.78-0.04004-0.78-0.04004l-0.03-0.12-0.1 0.33008c-0.68-1.37-2.05-2.16001-3.86-1.64001l-2.11001 0.58996c-0.56-0.24-1.17999-0.18-1.82998 0-1.9 0.54-3.17001 1.92006-3.99001 3.56006-0.85 1.52-0.97 3.35001-0.5 5.01001 0.3 1.07 0.57 2.0199 1.52001 2.6499 0.83 0.66 1.85 0.6301 2.86 0.6001l2.78999 1.26001c0.9 0.33 1.81 0.38999 2.75999 0.23999 1.78-0.27 3.79001-0.88005 4.46001-2.80005l0.02001-0.05993c0.55 0.06 1.14999-0.07006 1.75999-0.44007 1.21-0.73 2.02-2.60997 2.08-3.96997 0.05-1.18-1.23-3.00006-2.55-2.81006l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -410.3076019616151,
+ "size": {
+ "height": 0.11594197702750737
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.9084064341247653,
+ "y": -0.11091432155474451
+ }
+ },
+ "width": 5.497406959533691,
+ "height": 4.199009895324707,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "1Uwrh",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.55473 5.69306c-0.39-0.85-1.29-1.71995-2.27-1.69995-0.3-0.65-0.76-1.22003-1.35001-1.78003-0.35-0.33-0.97999-0.61-1.45999-0.61999-0.15 0-0.41-0.04998-0.55999 0.02002-0.02-0.03-0.07001-0.03002-0.10001-0.02002-0.4-0.66-1-1.21005-1.7-1.43006-1.38-0.43-2.74 0.07008-4.03 0.58008-0.88-0.42-1.91001-0.24007-2.93001 0.17993-1.81 0.76-2.99 2.45007-3.72 4.20008-0.78 1.85-0.40999 3.98991 0.32001 5.7799 0.71 1.74 2.42001 2.08003 4.10001 2.03003 0.21 0 0.21-0.32995 0-0.31994-1.74 0.04-3.19001-0.36999-3.90001-2.10999-0.58-1.42-0.69999-2.97008-0.34999-4.46008 0.32-1.39 1.25999-2.71992 2.28999-3.66992 1.13-1.04 3.19-1.84001 4.44-0.64002 0.6 0.58 0.65 1.69999 1.31 2.10999 1.48 0.92 2.07 3.45004 0.55 4.54004-1.23 0.89-3.14 0.81997-4.08999-0.41004-0.26-0.34-1.21-2.71002-0.64-2.90002 0.03-0.01 0.01999-0.06005-0.01001-0.05005-0.08 0.02-0.15999 0.04006-0.23999 0.06006-0.01 0-0.02001 0.01003-0.03002 0.03003-0.26 1.29 0.21001 2.83999 1.17002 3.73999 0.81 0.76 2.02999 0.76996 3.07998 0.45996-0.01 0.18-0.01999 0.36004-0.00999 0.54004 0 0.45-0.46 1.03993-0.67 1.42993 0 0.01 0.01 0.02001 0.02 0.01001 0.26-0.42 0.68-0.75994 0.92-1.18994 0.14-0.25 0.10999-0.62004 0.12-0.92005 0.2-0.08 0.4-0.17001 0.58-0.26001 0.06 0.08 0.15999 0.12008 0.28999 0.08008 0.28-0.09 0.55-0.20007 0.80001-0.32007 0.58 0.72 1.30001 1.05999 2.04 1.10999 0.49 0.91 1.13999 1.55002 2.1 1.77002-1.18 2.31-4.66 3.08007-6.98 2.45007-0.01 0-0.02 0.0199 0 0.0199 2.51 0.96 6.24 0.3001 7.34-2.3999 0.05 0 0.11 0.0099 0.16 0.01989 1.54 0.11 2.63999-1.28 3.23-2.5 0.54-1.12 0.71-2.31996 0.19-3.45996l-0.01 0z m-8.54-0.71997c-0.15-0.25-1.1-1.27007-1.06-1.45007 0.15-0.58-0.6-1.59-0.92-2-0.21-0.27-0.43999-0.46988-0.67999-0.62988 1.02-0.24 2.06-0.58007 3.08999-0.45008 1.36 0.17 2.11999 1.43 2.43 2.63001 0.31 1.17 0.19001 2.52996-0.4 3.57995-0.5 0.88-1.34999 1.29008-2.25999 1.58008 0.65-0.93 0.39999-2.26002-0.20001-3.27002l0 0.01001z m0.95001 3.45996c1.86-1.13 2.72999-3.16999 2.36999-5.48999-0.05-0.33-0.16-0.66999-0.31-0.98999 1.36-0.02 2.41 1.02998 2.92 2.22998 1.2 2.87-2.37 6.98-4.97 4.25l-0.00999 0z m7.05999 0.53003c-0.45 1.05-1.27001 1.85005-2.37001 2.18005-1.15 0.34-2.22999-0.47008-2.89999-1.33007 1.87-0.02 3.79999-1.78993 3.89999-3.79993 0.03-0.59-0.03999-1.1201-0.20999-1.6001 0.85 0.11 1.39 0.68008 1.81 1.46009 0.53 0.99 0.17 2.12998-0.24001 3.09997l0.01001-0.01001z",
+ "fill": "#330900ff",
+ "width": 5.602627754211426,
+ "height": 4.288183212280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "5BeIj",
+ "x": 18.945917213590292,
+ "y": 27.34004750601889,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "NaDEd",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M45.18884 1.35999c-0.04-0.16-0.15-0.27997-0.3-0.33997l-1.20999-0.48999-0.97-0.47998c-0.07-0.03-0.14-0.05005-0.22-0.05005-0.05 0-0.11001 0.00003-0.16001 0.03003-0.12 0.04-0.22999 0.13-0.28999 0.25-3.64 7.28-7.04001 10.90993-18.70001 14.54993l-0.83 0.26001c-11.53 3.6-23.45 7.30998-22.44999 20.22998 0.42 5.42 3.73999 10.03009 9.61999 13.34008 4.4 2.48 8.60001 3.35001 8.78001 3.38001 0.01 0 0.02999 0 0.03999 0 1.45 0.18 2.87 0.26001 4.22 0.26001 8.61 0 14.99-3.57 18.97-10.62 5.2-9.21 0.84999-19.63009-1.49-25.22009-0.16-0.39-0.31999-0.75999-0.45999-1.10998-2.08-5.08 5.27-13.45993 5.33999-13.54993 0.11-0.12 0.15-0.28006 0.11-0.44006z",
+ "fill": "#740800ff",
+ "width": 13.415323257446289,
+ "height": 15.521235466003418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "pafAd",
+ "x": 0.14595842361450195,
+ "y": 0.14679105579853058,
+ "name": "Vector",
+ "geometry": "M18.06694 51.06006c0 0-17.02-3.45003-18.01-16.28003-0.99-12.83 11.1-16.27998 22.94-19.97998 11.84-3.7 15.3-7.40005 19-14.80005l0.99 0.48999 1.23001 0.48999c0 0-7.65001 8.63006-5.43001 14.06006 2.22 5.43 7.4 16.28003 1.97 25.90002-5.43 9.62-14.55 11.09999-22.7 10.10999l0.01 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -382.5334687378094,
+ "size": {
+ "height": 0.22151217701774334
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#c42c00ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7707892265709829,
+ "y": 0.13768458469091785
+ }
+ },
+ "width": 13.12238883972168,
+ "height": 15.22830581665039,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "VnyAk",
+ "x": 0.14312301576137543,
+ "y": 4.346848011016846,
+ "name": "Vector",
+ "geometry": "M4.50695 25.31995c-2.47-6.91-0.99-13.57 6.40999-18.5 4.52-3.01 10.54-5.17995 14.09001-6.81995-0.64 0.22-1.31 0.44003-2.01001 0.66003-11.84 3.7-23.93 7.14998-22.94 19.97998 0.99 12.83 18.01 16.27991 18.01 16.27991 1.81 0.22 3.67 0.3201 5.53 0.2301-0.43-0.12-0.95-0.2001-1.58999-0.2301-6.66-0.25-15.05-4.68996-17.52001-11.58996l0.02001-0.01001z",
+ "fill": "#c42c00ff",
+ "width": 7.421385288238525,
+ "height": 11.034903526306152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "4Eetx",
+ "x": 3.8074071407318115,
+ "y": 5.170975208282471,
+ "name": "Vector",
+ "geometry": "M22.81938 0.19066c-1.84-0.44-4.08-0.10004-6.7 0.82996-3.43 1.22-6.72 2.9901-9.4 5.4801-6.66 6.17-10.12 16.77995-1.97 22.44995 8.14 5.67 20.72001 0.73999 23.68-8.14001 1.5-4.48 0.75999-10.17999-0.51001-14.60999-1.02-3.58-2.73999-5.44001-5.09999-6.01001z",
+ "fill": "#fff2c0ff",
+ "width": 8.684699058532715,
+ "height": 9.310343742370605,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "MryYw",
+ "x": 22.088414941055817,
+ "y": 41.572465566321625,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "kyNWN",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "SQBut",
+ "x": 0,
+ "y": 0.013935343362390995,
+ "name": "Vector",
+ "geometry": "M17.41 27.17004c-0.05-0.16-4.25-14.07001-10.13-23.38-1.25-1.44-2.68-2.96008-2.68-2.96008l-2.3 0.16003-2.3-0.98999c0.15 0.1 1.5 2.30003 2.3 3.78003 2.91 4.39 7.6 13.00999 11.2 26.11999 0.06 0.22 0.25999 0.35999 0.48 0.35999 0.01 0 0.03 0 0.04 0 0.09 0 2.1-0.21999 3.36-2.73999 0.06-0.11 0.07-0.23998 0.03-0.35999l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.24723781122447,
+ "size": {
+ "height": 0.4871541854013695
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5807617404013133,
+ "y": 0.5727032219994097
+ }
+ },
+ "width": 5.173937797546387,
+ "height": 8.980352401733398,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ENQNy",
+ "x": 0.00007276813994394615,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0.05951c0 0 8.55 10.03002 13.98 29.77003 0 0 1.81001-0.16009 2.96-2.4701 0 0-5.26-17.59998-12.34-26.47998 0 0-1.64-1.14995-4.6-0.81995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.41932896035894,
+ "size": {
+ "height": 0.49477679760998533
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5841204508477249,
+ "y": 0.5854776442704479
+ }
+ },
+ "width": 5.027334690093994,
+ "height": 8.852598190307617,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "aguh9",
+ "x": 3.763995697903738,
+ "y": 4.724305152893066,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "IklVX",
+ "x": 0.07089190185070038,
+ "y": 0.04982742294669151,
+ "name": "Vector",
+ "geometry": "M23.18015 9.38l-0.31999 0.26001c0.26-0.67 0.32999-1.42002 0.20999-2.15002-0.15-0.97-0.59001-1.97007-1.24-2.70007-0.87-0.96-1.65-0.91992-2.84-0.91992l0.08 0-0.22 0.40991c0.05-0.51-0.01-1.00998-0.27-1.47998-0.66-1.4-1.88999-2.79993-3.54-2.79993-3.47 0-5.15 2.10993-6.68 4.92993-0.52 0.96-1.14 1.82001-1.89 2.63001-1.49 1.61-3.18 2.92006-4.51 4.69006-0.49 0.58-1.07 1.07001-1.48 1.64001-1.72 3.23 1.52 6.12991 4.36 6.90992 5.25 1.43 10.21-2.16993 14.14-5.17994 0.01 0 0-0.01004-0.02-0.04003 0.05-0.02 0.10001-0.04995 0.15001-0.06995 0.89 0.49 1.93999 0.74993 2.82998 0.67993 3.26-0.23 5.10001-5.42996 1.23002-6.82995l0.00999 0.02001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -422.88529566520657,
+ "size": {
+ "height": 0.12044908521423828
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0910217620019842,
+ "y": 0.09917936846004159
+ }
+ },
+ "width": 7.522581577301025,
+ "height": 6.26881742477417,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZeVen",
+ "x": 1.2355331182479858,
+ "y": 1.897564172744751,
+ "name": "Vector",
+ "geometry": "M10.77351 2.47239c1.45-0.19 2.53-1.04 2.42-1.88-0.11-0.84-1.19-0.60002-2.63001-0.40003-1.45 0.19-2.72 0.25999-2.61 1.10999 0.11 0.84 1.38 1.37005 2.83 1.18005l-0.00999-0.01001z m6.55 1.07996c-0.15-0.78-1.14-0.48997-2.47-0.21997-1.34 0.26-2.52001 0.40005-2.37001 1.18005 0.15 0.78 1.36001 1.19993 2.70001 0.92994 1.34-0.26 2.3-1.11001 2.14-1.89002z m2.68 4.22009c-0.09-0.68-0.95-0.47006-2.11-0.31006-1.16 0.16-2.18 0.22002-2.09 0.90003 0.09 0.68 1.11 1.08993 2.27 0.92993 1.16-0.16 2.01999-0.8399 1.93-1.5199z m-9.51-2.03003c-0.9-0.75-2.29-1.66996-3.55-1.45996-0.01 0-0.02 0-0.03 0-0.97 0.18-1.81 0.81991-2.55 1.40992-1.27 1.02-2.55 2.15002-3.52 3.52001-2.04 2.87-0.11 4.66003 2.91 4.78003 2.26 0.08 4.27-1.05 6.11-2 1.21-0.62 3.11-1.57004 2.80999-3.16003-0.22-1.18-1.28-2.32997-2.19-3.08997l0.01001 0z",
+ "fill": "#fff2c0ff",
+ "width": 5.938417434692383,
+ "height": 4.153761863708496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "yOrks",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M23.52714 9.36686c0 0-0.06-0.02002-0.09-0.02002 0.22-1.31-0.2-2.64996-0.83-3.82995-0.75-1.4-1.78-1.68007-3.25-1.70008-0.02-0.18-0.05001-0.35992-0.10001-0.53991-0.62-2.5-3.11-3.61006-5.41999-3.19007-2.39 0.43-3.92 2.35999-5.03 4.35999-1.77 3.18-4.6 5.53007-7.02 8.20007-0.91 1-1.62 1.72999-1.77 3.12-0.13 1.16 0.5 2.27 1.2 3.13 1.77 2.17 4.78 2.88 7.44 2.62 3.16-0.31 5.94-2.09002 8.45999-3.89002 0.74-0.53 1.45-1.08 2.17-1.63 1.67 0.96 4.01 0.83005 5.36-0.56995 1.88-1.95 1.35-4.96005-1.11-6.05005l-0.00999-0.01001z m0.75999 5.69995c-1.88 2.06-4.98 0.74008-6.61-0.91992-0.02-0.02-0.04999 0.00002-0.03999 0.02002 0.2 0.48 0.5 0.9 0.86 1.25 0 0.04 0.01999 0.09 0.06999 0.12 0.35 0.24 0.31 0.29994-0.06 0.56994-0.53 0.4-1.07 0.79004-1.61 1.17005-1 0.71-2.03999 1.34992-3.12999 1.91992-2.58 1.34-5.29001 2.22001-8.22 1.63-2.3-0.47-4.78999-2.24997-5.08-4.71997-0.2-1.72 1.18-2.69001 2.11-3.89001 0.88-1.14 1.96999-2.10998 3.01-3.10999 0.82-0.79 1.59-1.62004 2.27-2.54004 0.65-0.88 1.11-1.88993 1.72-2.79992 1.39-2.06 3.15-3.29997 5.69-3.33997 1.47-0.02 2.50999 1.2399 3.15 2.3999 0.77 1.39 0.12 3.88007-0.87 5.07007-1.82 2.18-5.45001 1.56993-6.93-0.57007-0.03-0.04-0.09 0.00004-0.06 0.04004 1.24 2.15 3.26999 2.90999 5.64999 2.10999 2.02-0.67 3.24001-3.06994 3.17001-5.18994 1.16 0.02 1.94999 0.19996 2.82 1.07995 1.2 1.2 1.22 3.11997 0.58 4.58997-1.15 2.63-5.38 2.92-7.33 1.25-0.02-0.01-0.04 0.00002-0.02001 0.02002 1.12 1.28 2.27 1.70007 4 1.45007 1.52-0.22 3.21-1.01004 3.80001-2.54004 0.05-0.12 0.08001-0.25 0.12001-0.36999 0 0-0.00001 0 0.00999 0 2.42 0.87 2.50999 3.55994 0.92999 5.30993l0-0.01001z",
+ "fill": "#330900ff",
+ "width": 7.650014877319336,
+ "height": 6.400805950164795,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "lX3SZ",
+ "x": 14.516784648340945,
+ "y": 27.045776398425005,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "TLscK",
+ "x": 3.7665947520627014,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Tba01",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.71126 14.73999l1.85-1.42004-0.54999-0.91993c-2.28-2.84-6.86-7.03999-11.72001-9.85998-2.9-1.69-5.71-2.54004-8.34999-2.54004-2.02 0-3.54 0.48995-4.55001 0.81995-0.24 0.08-0.45 0.15007-0.63999 0.20007-0.53 0.15-1.18 0.36999-1.87001 0.60998-1.44 0.5-3.06 1.06995-4.08999 1.06995-0.15 0-0.27-0.00992-0.38001-0.03992-0.09-0.02-0.19-0.03003-0.27-0.03003-0.32 0-0.6 0.14001-0.79 0.39002-0.69 0.88-0.18 3.17999-0.01 3.85998 0.04 0.15 0.14 0.26996 0.28 0.32996l3.45 1.47998c0.06 0.03 0.13 0.04004 0.19001 0.04004 0.11 0 0.22-0.03998 0.29999-0.09998 0.03-0.02 2.93-2.24995 6.72-3.19995 0.53-0.13 1.09-0.20007 1.67-0.20007 3.69 0 7.59 2.63997 9.58 4.21997 1.76 1.39 4.09 3.57999 5.47001 5.12l1.29 1.05004 2.4-0.85998 0.01999-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.6618438549113,
+ "size": {
+ "height": 0.34493556059160485
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4419161025037746,
+ "y": 0.5841869299454197
+ }
+ },
+ "width": 9.960077285766602,
+ "height": 4.635591983795166,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "b4Lro",
+ "x": 0.1445995271205902,
+ "y": 0.14412182569503784,
+ "name": "Vector",
+ "geometry": "M3.77421 7.74355c0 0 2.96-2.30004 6.90999-3.29003 3.95-0.99 8.55 1.65011 11.68 4.1101 3.12 2.47 6.91 7.06995 6.91001 7.06995 0 0 2.29999-0.48997 4.10999-2.46997 0 0-5.75999-6.58006-12.83-10.69007-7.07-4.11-11.35-1.96998-13.16-1.47998-1.81 0.49-5.1 1.97001-6.58 1.64002-1.48-0.33-0.49 3.62-0.49 3.61999l3.45001 1.47998 0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.62302459281625,
+ "size": {
+ "height": 0.3467388509289626
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.43326483767319185,
+ "y": 0.5871057360982678
+ }
+ },
+ "width": 9.907526969909668,
+ "height": 4.639619827270508,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "yMEkU",
+ "x": 0,
+ "y": 0.22497139481674822,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "65ESa",
+ "x": 0.05623631551861763,
+ "y": 0.036993607878685,
+ "name": "Vector",
+ "geometry": "M16.807 6.27662c0 0-0.11999-0.04002-0.08-0.15002 0 0 0.08-1.23006-0.4-2.06006-0.48-0.84-1.12-1.44995-1.12-1.44995-2.26-1.47-5.97-2.77998-8.72999-2.59998-1.97 0.13-4.61 1.01-5.75 2.75-0.78 1.18-1.23 3.66997 0.22999 4.71998l0.12 0.05004c-0.15 0.79 0 1.56001 0.25 2.13001 0.59 1.36 1.44 1.59992 2.86 2.03992l0.12-0.12c0.37 1.03 1.25 1.83007 2.47 2.20007 0.94 0.29 2.27 0.17994 2.83-0.81005 0.23-0.32 0.29-0.94003 0.43-1.41004l-0.26-0.09997c0.14-0.1 0.3-0.20997 0.44-0.33997 0.52 0.29 0.69 0.59001 1.26001 0.76001 1.18 0.36 2.23 0.29994 3.18999-0.31006 1.12-0.69 1.83-1.75998 2.08-2.97998 0.1-0.74 0.08-1.51993 0.06-2.29993l0-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -431.8209154818232,
+ "size": {
+ "height": 0.11431196885430463
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.1849291623371463,
+ "y": 0.13350142511351248
+ }
+ },
+ "width": 4.992708683013916,
+ "height": 4.133075714111328,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ebWo8",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.92371 6.24059l-0.02 0c0.25 1.53-0.15 3.06003-1.08 4.28003-0.64 0.84-1.64 1.32995-2.67 1.44995-0.91 0.11-1.6-0.24-2.34-0.62 0.02-0.02 0.05001-0.04996 0.07001-0.07995 0.11-0.19 0.37-0.31004 0.55999-0.42005 0.16-0.1 0.29-0.21996 0.45-0.32995 0.02-0.01 0-0.04003-0.02-0.03003-0.44 0.14-0.85 0.11999-1.23999 0.35998-0.11-0.04-0.23-0.01004-0.33001 0.07996-0.21 0.21-0.46 0.36008-0.65 0.58008-0.17 0.2-0.21 0.46996-0.48 0.57995-0.04 0.02-0.03 0.07008 0 0.08008 0.3 0.09 0.38-0.08007 0.63-0.20007 0.11-0.06 0.22-0.11004 0.33001-0.17004-0.33 0.71-0.53001 1.38002-1.31001 1.77001-0.73 0.36-1.65 0.11009-2.35-0.15991-1.8-0.66-2.14-2.3-1.95-4 0-0.05-0.07001-0.09003-0.1-0.03003-0.35 0.8-0.34 1.59996-0.09 2.32996-1.07-0.53-1.99-0.86002-2.54-2.02002-0.62-1.32-0.37-2.78999 0.6-3.85999 0.04-0.05-0.03-0.12996-0.08-0.07995-0.55 0.48-0.94 1.04003-1.16 1.66003-1.09-1.19-0.91-2.85009-0.19-4.22009 0.86-1.65 3.03001-2.39997 4.74-2.71997 3.29-0.63 6.81 0.83006 9.68 2.31006 0.02 0 0.03-0.02003 0.02-0.03003-3.17-2.41-7.68-3.50006-11.49-2.19006-1.69 0.58-3.12 1.70005-3.68 3.43005-0.4 1.23-0.38 2.97001 0.81 3.76001 0 0 0 0 0.01 0-0.14 0.6-0.12 1.25004 0.08 1.92004 0.45 1.49 1.79 2.06989 3.21 2.25989 0.02 0 0.04 0.00011 0.06-0.00989 0.38 0.92 1.16 1.70992 2.1 2.16992 0.75 0.37 1.83 0.43003 2.58 0.03003 0.96-0.52 1.09-1.33998 1.15-2.34997 0.08-0.05 0.29-0.22004 0.34-0.29004 0.7 0.5 1.25 0.83997 2.19 0.96997 1.07 0.15 2.05-0.34 2.85-1 1.49-1.21 1.81-3.43993 1.3-5.17993l0.01-0.03003z",
+ "fill": "#330900ff",
+ "width": 5.086602687835693,
+ "height": 4.272139549255371,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kIShQ",
+ "x": 16.030148788344377,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "fKrrM",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "fci1S",
+ "x": 0.01598999652560451,
+ "y": 0.07452911922882777,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "OG0q0",
+ "x": 0.0033051311038434505,
+ "y": 0.0001232616341440007,
+ "name": "Vector",
+ "geometry": "M125.44 76.76001c-4.08999 1.89-12.99 4.01994-17.49 1.68994l-0.02001 0c0.84-1.06 1.60001-2.18989 2.26001-3.38989l-3.11-1.78003c-0.23-0.53-0.61-0.97998-0.61-0.97998l-2.54001 1.02991c0 0-3.42-3.46994-4.16999-9.43994-0.76-5.97-6.87999-18.76001-6.88-18.76001-8.01-35.58-44.66-45.13-44.66-45.13001 7.82 13.17 10.70999 23.25002 16.09 33.02002l0.05999 0.18994c-3.67 0.24-7.09999 0.96001-9.58999 2.01001l-0.24001-0.02002c-23.08-28.66-52.85-28.79993-52.85-28.79993 27.09 33.9 26.74001 57 26.74001 57-7.85 8.98-21.06 1.77999-28.41-1.76l-0.02 0.23998c21.38 17.28 46.03 36.56004 75.47 33.16004 6.76-0.78 15.3-2.95008 21.06999-6.71008 0.23-0.15 0.45001-0.29995 0.68001-0.44996l0.01999 0.16004c10.39-0.65 21.50002-4.20001 28.59001-11.39002l-0.38 0.08997-0.01 0.02002z",
+ "fill": "#ff4700ff",
+ "width": 37.34294128417969,
+ "height": 28.32204818725586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "zHtKX",
+ "x": 15.70434478041716,
+ "y": 15.017172896419652,
+ "name": "Vector",
+ "geometry": "M5.21218 1.45632c-0.05 0.68-1.20999 0.47999-2.64999 0.35999-1.44-0.11-2.62-0.10003-2.56-0.78003 0.05-0.67 1.25999-1.13002 2.70999-1.02002 1.44 0.11 2.56001 0.75005 2.51001 1.43005l-0.01001 0.01001z",
+ "fill": "#ff7732ff",
+ "width": 1.550283432006836,
+ "height": 0.5755753517150879,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "NyBig",
+ "x": 25.90730002638884,
+ "y": 15.479461752926,
+ "name": "Vector",
+ "geometry": "M3.80296 1.349c-0.05 0.66-0.89 0.49002-1.94999 0.40002-1.05-0.08-1.91001-0.05007-1.85001-0.70007 0.05-0.66 0.94001-1.11992 1.99001-1.03992 1.05 0.08 1.86 0.67997 1.80999 1.33997z",
+ "fill": "#ff7732ff",
+ "width": 1.1292684078216553,
+ "height": 0.5452783107757568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "5C2VZ",
+ "x": 18.981360466452315,
+ "y": 10.41304215148557,
+ "name": "Vector",
+ "geometry": "M0 1.35084l2.53999-0.94995c-0.74-0.95-2.29999-0.04005-2.53999 0.94995z m2.39 0.8501l5.71001-1.68006c-1.94-0.89-4.62001-0.16995-5.71001 1.68006z m4.72 0.53992l5.5-1.03992c-1.4-0.78-4.87-0.88008-5.5 1.03992z m4.67 1.02001l3.60001 0.12c-1.06-0.9-2.57001-1.18-3.60001-0.12z",
+ "fill": "#ff7732ff",
+ "width": 4.564369201660156,
+ "height": 1.151736855506897,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "E1mUg",
+ "x": 22.99132636305876,
+ "y": 19.30964573577512,
+ "name": "Vector",
+ "geometry": "M21.31805 10.15329c0 0-9.86 0.12004-13.5-5.57996 0 0-2.04-5.25-5.06-4.5-3.37 0.83-3.51 4.9-1.19 6.87 1.97 1.67 4.64 2.86001 7.03 3.76001 6.6 2.49 14.61 2.95 20.22-2l-0.41-1.02002-2.21 0.96997-4.88 1.5z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.9901064560785,
+ "size": {
+ "height": 0.5929312143411363
+ },
+ "colors": [
+ {
+ "color": "#ff7732ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.42478544489737985,
+ "y": 0.17090838694903343
+ }
+ },
+ "width": 8.55241870880127,
+ "height": 3.7166976928710938,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "bogWP",
+ "x": 14.761337311239913,
+ "y": 12.025647246395238,
+ "name": "Vector",
+ "geometry": "M0 11.78003c0 0 0.52-5.00004 3.92-9.04004l3.71-1.80005 2.17-0.93994 1.31999 0.46997c0 0 5.61001 5.24998 7.12002 21.97998 0 0-8.54001-21.10992-18.23002-10.66992l-0.00999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -159.77112145854653,
+ "size": {
+ "height": 1.279963992846915
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38586386924539845,
+ "y": 0.3723185998285363
+ }
+ },
+ "width": 5.413139343261719,
+ "height": 6.662539482116699,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "KFCCn",
+ "x": 24.271746666403487,
+ "y": 12.15518959716428,
+ "name": "Vector",
+ "geometry": "M2.68374 20.23999c0 0-4.28-12.76998-2.03-19.35999l1.3-0.88 1.78 0.88 1.99 1.27002c0 0 4.15 3.53005 6.58001 14.80005 0 0-2.16001-6.94007-5.37001-6.82006-3.21 0.12-4.06 6.19999-4.25 10.11999l0-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -182.32459274437838,
+ "size": {
+ "height": 1.0009864908019166
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5252359299503859,
+ "y": 0.32716458385992225
+ }
+ },
+ "width": 3.651418447494507,
+ "height": 6.009651184082031,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ENowQ",
+ "x": 0.5013935279566795,
+ "y": 1.8989215727197006,
+ "name": "Vector",
+ "geometry": "M0 0c8.85 11.07 14.77 20.98996 18.73 29.32996l19.62-14.63001c-19.39-14.61-38.35-14.69995-38.35-14.69995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -312.7322411317729,
+ "size": {
+ "height": 0.4726008389911275
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5535006239282914,
+ "y": 0.4470646467201791
+ }
+ },
+ "width": 11.381242752075195,
+ "height": 8.704337120056152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "y0h4i",
+ "x": 14.313107521506026,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10.95999 22.35999l16.58-6.65003c-12.82-11.87-27.53999-15.70996-27.53999-15.70996 5.04 8.49 8.02999 15.68999 10.95999 22.35999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -325.4856586590812,
+ "size": {
+ "height": 0.4479740006908727
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5842955906799207,
+ "y": 0.5949552710614066
+ }
+ },
+ "width": 8.173124313354492,
+ "height": 6.635837078094482,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "21zKp",
+ "x": 0,
+ "y": 18.355031096492894,
+ "name": "Vector",
+ "geometry": "M75.46999 33.20007c6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c10.31-0.65 21.31-4.15009 28.41-11.22009-11.02 6.93-20.31 4.7301-20.31 4.7301l2.54-3.08007 0.76001-0.96998c0.32-0.45 0.62999-0.92001 0.92999-1.39001l-1.95-0.62c-13.4 11.74-36.79 10.87003-50.91 4.66004-14.11-6.2-21.12-6.76009-33.9-9.09009-11.66-2.12-21.23-8.17997-22.81-9.21997l0 0.03003c21.37 17.28 46.01999 36.56004 75.46999 33.16003l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 37.289527893066406,
+ "height": 9.966651916503906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "6U2Zc",
+ "x": 2.7243483376223594,
+ "y": 20.488612257991917,
+ "name": "Vector",
+ "geometry": "M90.55 17c1.56-0.43 3.95999-2.74004 5.76999-4.67004 1.41-1.51 2.45001-2.80005 2.45001-2.80005l1.12-1.69995-0.47-0.21997c0 0-15.81 19.41992-42.72 17.28991-26.9-2.13-56.36-24.8999-56.36-24.8999l-0.34 0.15991c19.19 14.92 40.96999 28.77009 66.28999 25.84009 6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c7.05-0.44 14.43999-2.23008 20.67-5.58008-6.64 2.56-18.17 3.56006-18.17 3.56006l-0.01 0.02002z m-55.23001-8.07007c-5.97-3.92-10.76999-0.72998-10.76999-0.72998 5.59-0.66 10.76999 0.72998 10.76999 0.72998z",
+ "fill": "#f2c081ff",
+ "width": 32.26811981201172,
+ "height": 7.833281517028809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "eC5m1",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "acguS",
+ "x": 0.01299559072140255,
+ "y": 18.44092060769617,
+ "name": "Vector",
+ "geometry": "M0 0.02203c20.42 16.86 43.62001 35.09993 71.65001 33.67993 7.48-0.38 15.38-2.09 22.14-5.38 3.39-1.65 6.52999-3.9699 9.39999-6.39991 2.87001-2.44 5.5-5.29004 7.22-8.67004 0.11-0.21-0.23999-0.38006-0.36-0.19006-3.65 5.85-8.92999 10.43005-14.83999 13.93005-5.65 3.34-12.24001 5.01999-18.70001 5.85999-13.89 1.81-27.64999-1.75995-40.04-7.94995-13.17-6.58-24.94-15.81002-36.44-24.90003-0.02-0.01-0.04 0.02003-0.02 0.03003l-0.01-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 32.77296447753906,
+ "height": 10.024962425231934,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "nhTXf",
+ "x": 0,
+ "y": 1.9172336026531411,
+ "name": "Vector",
+ "geometry": "M0.05361 55.5c7.82 3.8 18.75 9.75002 26.83999 3.40002 0.53-0.41 1.73001-1.15004 1.71001-1.91003 0-0.42-0.03-0.8499-0.07-1.2699-0.15-1.97-0.46-3.9201-0.86-5.85009-1.39-6.85-3.85-13.47993-6.8-19.79993-5.01-10.76-11.65-20.71-19-30-0.05 0.1-0.1 0.19992-0.15 0.28992 4.21 0.04 8.52001 0.99009 12.56 2.09008 10.05 2.74 19.42999 7.67993 27.54 14.17993 4.62 3.71 8.75001 7.99001 12.57 12.51001 0.21 0.25 0.56999-0.06995 0.37999-0.31994-11.94-15.39-30.37-26.46998-49.86999-28.59998-1.04-0.11-2.1-0.22009-3.15-0.22009-0.15 0-0.24999 0.17004-0.15 0.29004 8.16 10.17 15.36 21.20996 20.53 33.20996 2.73 6.33 4.94 13.00999 5.9 19.85999 0.15 1.09 0.27 2.19005 0.31 3.30004 0 0.17 0.01 0.33 0.01 0.5 0 0.13-0.75 0.76002-0.9 0.90003-0.39 0.37-0.81 0.70002-1.23 1.02002-0.88 0.66-1.87 1.14991-2.90001 1.52991-4.06 1.53-8.68 0.62008-12.66999-0.66993-3.66-1.19-7.11-2.93008-10.57-4.58007-0.08-0.04-0.12 0.09-0.04 0.11999l0.01 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -328.456959533891,
+ "size": {
+ "height": 0.14356488639871606
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.21499595723159667,
+ "y": 0.3157419927067693
+ }
+ },
+ "width": 16.27123260498047,
+ "height": 18.308259963989258,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "yW6bB",
+ "x": 16.23291091181818,
+ "y": 9.811375395904179,
+ "name": "Vector",
+ "geometry": "M0.19556 2.52961c4.21-1.64 9.13999-2.03002 13.59999-1.90003 4.74 0.13 9.76 0.98002 13.71001 3.77002 0.08 0.06 0.16-0.06 0.09-0.13-3.59-3.09-8.82-3.99997-13.41001-4.21997-4.78-0.23-9.7 0.30999-14.11 2.23999-0.16 0.07-0.03999 0.29999 0.12001 0.23999z",
+ "fill": "#740800ff",
+ "width": 8.197582244873047,
+ "height": 1.3105155229568481,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "pYi39",
+ "x": 14.263251106520329,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.43229 33.2084c-2.66-4.94-4.82-10.13002-7.05999-15.27002-2.66-6.09-5.55999-12.05993-8.93-17.79993-0.1 0.11-0.2 0.21996-0.3 0.32996 3.13 0.82 6.17 2.10997 9.09 3.46997 6.97 3.23 13.48 7.54008 19.05 12.83008 7.38 7.02 12.81 15.85003 15.6 25.65002 0.4 1.41 0.64999 2.77998 1.26999 4.10998 0.79 1.71 1.55 3.42991 2.28 5.15992 0.98 2.32 1.89001 4.65003 2.70002 7.03003 0.79 2.34 1.17999 4.66006 1.67999 7.06005 0.58 2.81 1.91999 5.85993 3.97999 7.91993 0.07 0.07 0.15001 0.09005 0.24001 0.05005 0.84-0.35 1.68-0.72006 2.53-1.06006 0.19-0.08 0.05-0.36992-0.14-0.28992-0.67 0.27-1.35001 0.52992-2.02001 0.78992-0.15 0.06-0.29 0.11005-0.44 0.17004-0.21 0.08 0.16001 0.11006 0.12001 0.06006-0.13-0.14-0.25-0.28005-0.36-0.43005-1.46-1.81-2.49001-3.96994-3.15001-6.18994-0.69-2.34-0.88-4.77-1.61-7.12-0.72-2.33-1.59999-4.61011-2.50999-6.86011-0.79-1.94-1.63001-3.85989-2.49001-5.75988-0.58-1.29-0.93999-2.36-1.29999-3.75-1.32-5.08-3.37-9.9601-6.05-14.48011-7.67-12.94-20.59-22.45999-34.59-27.60998-1.21-0.45-2.44-0.87996-3.69-1.20996-0.18-0.05-0.42 0.12996-0.3 0.32995 3.39 5.73 6.29 11.70002 8.98 17.77002 2.28 5.13 4.47 10.29996 7.19999 15.20996 0.09 0.16 0.34 0.04001 0.25-0.11999l-0.03 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -333.7357248625383,
+ "size": {
+ "height": 0.08278542706554251
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.22245386672383244,
+ "y": 0.10751305353126231
+ }
+ },
+ "width": 17.406522750854492,
+ "height": 21.892581939697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "vCf4f",
+ "x": 28.83319930293146,
+ "y": 22.797722594390507,
+ "name": "Vector",
+ "geometry": "M0.15789 11.60952c5.32-0.34 10.58-1.3701 15.58-3.23011 2.52-0.93 4.94-2.1199 7.22-3.51989 1.99-1.23 4.49-2.77009 5.84-4.7201 0.06-0.09-0.05-0.18-0.14-0.11999-1 0.7-1.85 1.65003-2.81 2.41003-1.06 0.85-2.2 1.60996-3.36 2.32996-2.18 1.34-4.51001 2.42008-6.90001 3.33008-4.95 1.89-10.21999 2.90001-15.48999 3.26001-0.16 0.01-0.11001 0.26 0.04999 0.25l0.01001 0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 8.551514625549316,
+ "height": 3.445390224456787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "d9jHS",
+ "x": 32.02113417841974,
+ "y": 22.838568465362187,
+ "name": "Vector",
+ "geometry": "M17.58595 0.00555c-2.59 1.13-5.46 1.81-8.25 2.25-1.59 0.25-3.20001 0.35005-4.82001 0.30004-1.56-0.05-2.86999-0.57005-4.34999-0.93005-0.14-0.03-0.23 0.13009-0.11 0.22009 0.97 0.78 2.58 0.92993 3.78 1.04993 1.62 0.16 3.26 0.02006 4.86-0.18994 3.09-0.4 6.12-1.26998 8.94-2.59998 0.06-0.03 0.02-0.1301-0.05-0.10009z",
+ "fill": "#740800ff",
+ "width": 5.242560386657715,
+ "height": 0.8798678517341614,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "1uFbi",
+ "x": 25.30525092341486,
+ "y": 20.67964817727625,
+ "name": "Vector",
+ "geometry": "M18.8455 3.86858c-1.75 0.47-3.37001 1.21-5.18001 1.5-1.85 0.29-3.68 0.02994-5.47-0.44006-3.21-0.84-5.91-2.37002-8.06-4.90002-0.06-0.07-0.16 0.00009-0.13 0.09008 1.09 3.02 5.18001 4.59001 7.99 5.38001 3.61 1.01 7.75 0.67994 10.88001-1.56006 0.03-0.02 0-0.07995-0.03-0.06995z",
+ "fill": "#740800ff",
+ "width": 5.6054253578186035,
+ "height": 1.7931573390960693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "YasCu",
+ "x": 13.617016594191227,
+ "y": 14.651553885589237,
+ "name": "Vector",
+ "geometry": "M0.02 17.23233c0.04-1.26 0.4-2.59998 0.62-3.84997 0.27-1.58 0.66001-3.15005 1.15001-4.67005 0.91-2.86 2.32-6.00996 5.03-7.57995 3.43-1.99 7.44 0.74 9.72999 3.25 2.58 2.83 4.28 6.34 5.64 9.88 0.02 0.06 0.12 0.02996 0.11-0.04004-0.98-3.88-3.29-7.59996-6.06-10.45996-2.22-2.29-5.76-4.61995-9.08999-3.44995-3 1.06-4.62 4.31999-5.63001 7.10999-0.6 1.66-1.00999 3.39-1.28999 5.13-0.26 1.58-0.20001 3.08991-0.23001 4.65991 0 0.01 0.02 0.02 0.02 0l0 0.02002z",
+ "fill": "#740800ff",
+ "width": 6.6182451248168945,
+ "height": 5.114090919494629,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "jdHqr",
+ "x": 25.095904152174626,
+ "y": 15.132627265105839,
+ "name": "Vector",
+ "geometry": "M0.0709 11.4508c-0.27-2.6 0.26001-5.64998 1.10001-8.09997 0.39-1.15 1.11-2.46993 2.36999-2.79993 1.09-0.28 2.21 0.48999 2.91001 1.23999 1.74 1.86 2.50999 4.66994 3.14999 7.05994 0.3 1.14 0.55 2.30009 0.75 3.47009 0.19 1.09 0.28 2.16993 0.77001 3.17993 0.04 0.08 0.2 0.06996 0.19-0.04004-0.05-1.21-0.33-2.48994-0.52001-3.68994-0.24-1.48-0.55999-2.95001-0.95999-4.39001-0.68-2.43-1.73-5.38999-3.94-6.85999-1.91-1.27-3.74001-0.03997-4.57001 1.78003-1.33 2.89-1.00999 6.0799-1.29999 9.1499 0 0.03 0.04999 0.03 0.04999 0z",
+ "fill": "#740800ff",
+ "width": 3.3569040298461914,
+ "height": 4.615805625915527,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "EY0Zq",
+ "x": 10.042520324965153,
+ "y": 22.590294615874882,
+ "name": "Vector",
+ "geometry": "M0.02414 1.51278c3.23-1.68 8.06-1.15004 11.09 0.70996 0.01 0 0.03-0.00002 0.01-0.02002-3.24-2.32-7.74-3.18996-11.12-0.70996-0.01 0 0 0.02002 0.01 0.02002l0.01 0z",
+ "fill": "#9a5b38ff",
+ "width": 3.3038828372955322,
+ "height": 0.6596499085426331,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Dkxgq",
+ "x": 11.13651255824152,
+ "y": 22.729672209869022,
+ "name": "Vector",
+ "geometry": "M0.00828 0.03162c3.41 1.94 6.18 5.05006 9.05001 7.69006 2.8 2.57 5.86999 4.69989 9.34999 6.25989 3.84 1.72 7.96 2.23008 12.12 2.45007 4.26 0.22 8.74-0.00006 12.91-0.94006 0.06-0.02 0.04001-0.10998-0.01999-0.09998-8.4 0.99-17.35001 1.70006-25.26001-1.93994-3.63-1.67-6.70999-4.20006-9.56999-6.94006-2.66-2.56-5.24-4.86001-8.56001-6.51001-0.02-0.01-0.04 0.03004-0.02 0.04004l0-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 12.902057647705078,
+ "height": 4.899784088134766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kJRoZ",
+ "x": 6.070122520704899,
+ "y": 5.626352564941044,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "sIG0Z",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M9.12 17.46008c0 0 4.02-3.13002 8.09-4.77002 0 0-5.41-8.31006-17.21-12.69006 0 0 5.6 7.99008 9.12 17.46008z",
+ "fill": "#ff9549ff",
+ "width": 5.107461929321289,
+ "height": 5.181679725646973,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "T085Z",
+ "x": 0.8934104442596436,
+ "y": 0.6883540749549866,
+ "name": "Vector",
+ "geometry": "M5.87 13.04993c0 0 3.05-2.09999 6.07-3.12 0 0-3.57-6.24993-11.94-9.92993 0 0 3.72 6.02992 5.87 13.03992l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 3.5434699058532715,
+ "height": 3.8728652000427246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Ris11",
+ "x": 18.315041343947087,
+ "y": 3.4805736705166055,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "bMwEC",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.46001 16.27002c0 0 3.34999-2.61003 6.92999-3.78003 0 0-5.29-8.34999-14.39-12.48999 0 0 4.26 6.99002 7.45 16.27002l0.01001 0z",
+ "fill": "#ff9549ff",
+ "width": 4.270562171936035,
+ "height": 4.828502655029297,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "SDVJy",
+ "x": 0.6498472690582275,
+ "y": 0.5861946940422058,
+ "name": "Vector",
+ "geometry": "M4.98 12.19006c0 0 2.51001-1.69999 5.12001-2.36999 0 0-3.45001-6.22007-10.10001-9.82007 0 0 2.97 5.41006 4.98 12.19006z",
+ "fill": "#fff2c0ff",
+ "width": 2.997408628463745,
+ "height": 3.6176812648773193,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ogOmS",
+ "x": 31.283930580397282,
+ "y": 19.675738112578983,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "dtKxF",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 6.40829c0 0 0.80001 3.88008 3.56001 4.71008 0 0 10.07-7.45002 7.09-10.27002-2.98-2.82-4.22001 1.99993-10.65001 5.54993l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 3.3242738246917725,
+ "height": 3.2996323108673096,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "se4Yy",
+ "x": 0.14291581511497498,
+ "y": 0.12656861543655396,
+ "name": "Vector",
+ "geometry": "M3.00999 10.23388c-1.94-0.73-2.76999-3.18992-3.00999-4.03992 2.44-1.39 4.1-2.93004 5.44-4.17004 1.31-1.21 2.25-2.09002 3.12-2.02002 0.41 0.03 0.83999 0.26998 1.31999 0.72998 0.31 0.29 0.44001 0.6501 0.42001 1.1001-0.15 2.51-5.16001 6.7899-7.29001 8.3999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -320.20263304016925,
+ "size": {
+ "height": 0.2756622988920282
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.6514665017132696,
+ "y": 0.5952261016033495
+ }
+ },
+ "width": 3.0573527812957764,
+ "height": 3.0371387004852295,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "D2knp",
+ "x": 2.3946971893310547,
+ "y": 0.18897698819637299,
+ "name": "Vector",
+ "geometry": "M1.84072 0.62232c0.02 0.37-0.37999 0.69998-0.87999 0.72998-0.51 0.03-0.94001-0.25-0.96001-0.62-0.02-0.37 0.38-0.7001 0.88-0.7301 0.51-0.03 0.93999 0.25012 0.96 0.62012z",
+ "fill": "#ffffffff",
+ "width": 0.5493746399879456,
+ "height": 0.4041033387184143,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ug5lb",
+ "x": 10.966893299373623,
+ "y": 11.553598444421368,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "8tknD",
+ "x": 0,
+ "y": 6.229879593542137,
+ "name": "Vector",
+ "geometry": "M32.64 11.42479c-1.76-10.35-11.51999-12.97001-17.62-10.63-5.14 1.98-6.59 4.86997-6.91 5.71997-4.63-1.82-8.11-5.55994-8.11-5.55994 2.56 5 9.19 8.23999 9.19 8.23999l1.54-1.17004 7.74 3.61999 14.17-0.22998 0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 9.686667442321777,
+ "height": 3.4558513164520264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "u1AbA",
+ "x": 14.260415729509987,
+ "y": 6.515221333196678,
+ "name": "Vector",
+ "geometry": "M11.34871 4.83267c-0.47-0.89-2.24999-3.95996-5.01999-4.70996-3.25-0.88-7.02 3.13001-6.22 7.01001l3.65999 1.89001 5.89-3.02002 0.41 1.17994c0 0 4.8-1.58994 7.2-6.93995 0 0-2.68 3.47996-5.92 4.57996l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 5.124885559082031,
+ "height": 2.6777031421661377,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "AfrpE",
+ "x": 4.893902954088844,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 4.79993c0 0 5.26999-2.36998 7.56999-2.34998l-1.94-2.44995c0 0-2.70999 1.09993-5.62999 4.79993z",
+ "fill": "#1a171bff",
+ "width": 2.2465691566467285,
+ "height": 1.4244881868362427,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "DjIUD",
+ "x": 13.5388066139094,
+ "y": 0.1938115116863628,
+ "name": "Vector",
+ "geometry": "M5.11 4c0 0-3.75-1.69993-5.11-1.42993l0.51001-2.57007c0 0 1.9 0.76 4.61 4l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.5194803476333618,
+ "height": 1.1870919466018677,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "q1Kl6",
+ "x": 2.762862619387306,
+ "y": 6.912295555761375,
+ "name": "Vector",
+ "geometry": "M23.17 9.60781c-1.17-6.98-6.81001-10.37996-13.77001-9.45996-3.97 0.42-7.57 2.35001-9.36999 6.39002l-0.03 0.36999c2.6 5.99 9.88001 7.30994 17.68001 6.68994 0 0 3.25999-0.72991 5.34999-2.2799l0.28-0.4701c0.04-0.49-0.18999-0.74999-0.15-1.23999l0.01 0z m17.22-7.61999c-1.34 1.37-1.39 3.58006-1.28 5.31006 0 0 2.2 3.25001 5.67 4.51001l0.61 0.04992c2.54-1.03 3.66001-4.25999 3.6-6.60998l0.04-0.48999c-1.06-3.65-5.56-5.98003-8.64-2.78003l0 0.01001z",
+ "fill": "#ffffffff",
+ "width": 14.550774574279785,
+ "height": 4.07671594619751,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "group",
+ "id": "mzmmg",
+ "x": 5.013758507884631,
+ "y": 6.9077676566448645,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "tH1Mi",
+ "x": 0,
+ "y": 0.060547637433046475,
+ "name": "Vector",
+ "geometry": "M14.32629 5.56995c-0.24-0.46-0.50001-0.88004-0.79001-1.29004 0.04 4.42-2.47 8.08004-5.81 8.29004-3.49 0.22-6.56-3.40997-6.86-8.09998-0.1-1.62 0.14-3.14997 0.64-4.46997-0.33 0.04-0.65999 0.08991-0.98999 0.15991-0.4 1.33-0.59001 2.81-0.49 4.37 0.29 4.54 2.87 8.20002 6.08 9.02002 0.95 0.02 1.91 0.00006 2.89-0.05994 2.86-0.85 4.97999-4.01003 5.31999-7.91003l0.01001-0.01001z",
+ "fill": "#1a171bff",
+ "width": 4.251655101776123,
+ "height": 4.023479461669922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "spwik",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": "#1a171bff",
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "YB4PV",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.3693376322356,
+ "size": {
+ "height": 0.6322429549215438
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7119485021448071,
+ "y": 0.6869438062918545
+ }
+ },
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "jXbY1",
+ "x": 2.6144765308599744,
+ "y": 1.9284865582885686,
+ "name": "Vector",
+ "geometry": "M1.5264 0.00267c-0.92 0.06-1.6 1.11009-1.52001 2.34008 0.08 1.23 0.89 2.19 1.80001 2.13001 0.92-0.06 1.6-1.11009 1.52-2.34009-0.08-1.23-0.89-2.19-1.8-2.13z",
+ "fill": "#ffffffff",
+ "width": 0.9890831708908081,
+ "height": 1.3281852006912231,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "4pkGD",
+ "x": 14.88028112822576,
+ "y": 7.0485511755614425,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "twqjt",
+ "x": 0,
+ "y": 0.13013312431576196,
+ "name": "Vector",
+ "geometry": "M7.8 3.69006c0-0.3 0-0.60001-0.02-0.89001-0.16-0.31-0.34-0.61001-0.55-0.89002 0.08 0.56 0.12001 1.16002 0.12001 1.77002-0.01 3.66-1.57 6.62-3.47001 6.62-1.9 0-3.44001-2.98001-3.42001-6.64002 0-1.36 0.22001-2.62003 0.59001-3.66003-0.22 0.1-0.43 0.23-0.64 0.37-0.26 0.99-0.4 2.11004-0.41 3.29003 0 2.4 0.57 4.53992 1.48 5.91993 0.72 0.52 1.56 0.99008 2.47999 1.33007l0.61 0.04993c0.47-0.19 0.9-0.45991 1.27001-0.77991 1.17-1.29 1.96-3.7101 1.97-6.4801l-0.01-0.00989z",
+ "fill": "#1a171bff",
+ "width": 2.317795991897583,
+ "height": 3.252619743347168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "FijJ5",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": "#1a171bff",
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "amjhB",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -322.76935849467407,
+ "size": {
+ "height": 0.6096632519112717
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7792184726216116,
+ "y": 0.6557322374529413
+ }
+ },
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "CsguM",
+ "x": 1.368081230808457,
+ "y": 1.7834380886197323,
+ "name": "Vector",
+ "geometry": "M0.91 0c-0.5 0-0.91 0.78011-0.91 1.74011 0 0.96 0.39999 1.75 0.89999 1.75 0.5 0 0.91-0.78011 0.91001-1.74011 0-0.96-0.39999-1.75-0.9-1.75z",
+ "fill": "#ffffffff",
+ "width": 0.5371581315994263,
+ "height": 1.0357707738876343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "znjBl",
+ "x": 2.7460865344874037,
+ "y": 6.797314381292381,
+ "name": "Vector",
+ "geometry": "M0.16671 6.95333c2.58-5.07 8.58-6.79003 13.88-6.03003 5.29 0.75 8.68 5.17997 9.17 10.33997 0.02 0.18 0.31 0.15998 0.31-0.02002 0.11-5.32-4.03999-9.93995-9.12-10.94995-2.85-0.57-5.89-0.30002-8.61 0.72998-2.83 1.07-4.64001 3.13999-5.79001 5.86999-0.04 0.1 0.11 0.15006 0.16001 0.06006z",
+ "fill": "#1a171bff",
+ "width": 6.982723236083984,
+ "height": 3.3798506259918213,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "4yRsu",
+ "x": 2.7510485019556654,
+ "y": 8.948704456975975,
+ "name": "Vector",
+ "geometry": "M0 0.06301c2.91 6.71 11.39 7.36994 17.73 6.68994 0.02 0 0.01-0.02991 0-0.02991-6.37 0.26-14.51-0.08007-17.64-6.70007-0.02-0.05-0.1-0.00996-0.08001 0.04004l-0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 5.2652082443237305,
+ "height": 2.06646728515625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "aNsTE",
+ "x": 14.307673152910866,
+ "y": 6.975176548650779,
+ "name": "Vector",
+ "geometry": "M0.23943 7.0824c0.03-2.86 0.82-5.99003 4.08-6.53003 2.64-0.44 4.78 1.84001 5.75 4.01001 0.02 0.05 0.1 0.01997 0.09-0.03003-0.55-2.73-3.15-4.77001-5.95-4.51001-1.49 0.14-2.84 1.19006-3.58 2.44007-0.82 1.4-0.67 3.08999-0.48 4.61999 0 0.05 0.08 0.04 0.08001 0l0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 3.0152995586395264,
+ "height": 2.111912727355957,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "lvmc6",
+ "x": 16.214717563616432,
+ "y": 8.468577122381248,
+ "name": "Vector",
+ "geometry": "M3.65371 0c-0.12 2.65-1.19 5.28005-3.62 6.55005-0.07 0.04-0.02 0.12999 0.05001 0.10998 2.59-0.96 3.72-4.12003 3.58-6.66003l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.0907182693481445,
+ "height": 1.9773670434951782,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MuWwa",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JZPMV",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "0TUvR",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NePme",
+ "x": 316,
+ "y": 328,
+ "name": "card-add-sprite-item-medium-default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UrZyt",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WwlpY",
+ "name": "Sprite01",
+ "width": 84,
+ "height": 60,
+ "fill": {
+ "type": "color",
+ "color": "#c5c5c5ff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8522727489471436
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4XlfK",
+ "x": 12,
+ "y": 0,
+ "name": "Frame 1000004835",
+ "width": 60,
+ "height": 60,
+ "fill": "#eaeff3ff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "eAToT",
+ "x": 3.0000628584311926,
+ "y": 4.000009867027984,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "FiOYq",
+ "x": 0,
+ "y": 27.063596395179047,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "80oEx",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "jteD6",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M71.03898 26.11011c-0.04-0.14-0.91-3.4201-4.62-7.1001-3.39-3.36-9.92-7.70995-21.76001-9.31995-1.39-0.19-2.76-0.29007-4.19999-0.32006-3.71-0.06-7.17 0.47001-9.94 0.89001l-0.36 0.05005c-2.97 0.45-5.77 0.87996-8.64 0.82996-5.12-0.08-11.57-1.44999-20.63-10.99-0.09-0.1-0.22-0.15002-0.35-0.15002-0.06 0-0.12 0.00003-0.18 0.03003-0.18 0.07-0.31 0.24005-0.32 0.43005 0 0.06-0.37 5.92002 1.17 13.40003 1.43 6.92 4.82 16.69999 12.9 23.98999 6.29 5.68 14.96 8.75992 25.06 8.91992 10 0.15 21.12-2.70002 28.33-7.27002 0.11-0.07 0.18-0.16992 0.21-0.28992l3.33-12.85998c0.02-0.08 0.02-0.17 0-0.25l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.84313891669395,
+ "size": {
+ "height": 0.22196499047191545
+ },
+ "colors": [
+ {
+ "color": "#9a5b38ff",
+ "position": 0
+ },
+ {
+ "color": "#740800ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.36845102524323375,
+ "y": 0.5356472731521718
+ }
+ },
+ "width": 21.08690071105957,
+ "height": 13.881752014160156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZGbZy",
+ "x": 0.1446683406829834,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M0.04186 0c0 0-1.53 23.06 13.91 37 15.44 13.93 41.34 8.8501 52.8 1.6001l3.33-12.86011c0 0-3.32001-12.95993-25.97-16.04993-16.83-2.29-25.97 9.37995-44.07-9.68005l0-0.01001z",
+ "fill": "#ff4700ff",
+ "width": 20.79840087890625,
+ "height": 13.590726852416992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "UaQOk",
+ "x": 0.14750374853610992,
+ "y": 0.148688405752182,
+ "name": "Vector",
+ "geometry": "M20.80186 24.86011c3.43-7.04 11.37-4.74004 16.14-15.42005-12.64 0.77-21.54001 6.73994-36.9-9.44006 0 0-1.53 23.06 13.91 37 3.29 2.97 7.06 5.0801 11.07 6.4801-3.12-3.08-8.41-10-4.21-18.61999l-0.01 0z",
+ "fill": "#fff2c0ff",
+ "width": 10.963342666625977,
+ "height": 12.903719902038574,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "hKkfa",
+ "x": 5.994574546813965,
+ "y": 9.030318260192871,
+ "name": "Vector",
+ "geometry": "M0.94 5.30005c-0.32-0.13-0.63-0.27004-0.94-0.42005 1.02 3.88 3.51 6.91005 5.3 8.68006 14.76 5.18 32.72 0.81999 41.72999-4.89002l2.24001-8.67004c-1.42 0.16-2.87001 0.62003-4.24001 1.53003-5.98 3.98-27.54999 10.68001-44.09999 3.76001l0.01 0.01001z",
+ "fill": "#c42c00ff",
+ "width": 14.622002601623535,
+ "height": 4.710188865661621,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Gaa0Z",
+ "x": 0.26091980934143066,
+ "y": 2.6065680980682373,
+ "name": "Vector",
+ "geometry": "M13.56 28.70996c0.23 0.2 0.45 0.4001 0.68 0.6001 0.08 0.07 0.16 0.12995 0.23 0.19995 0.15 0.13 0.31 0.25 0.46 0.38 0.09 0.08 0.19 0.14997 0.29 0.21998 0.14 0.11 0.28 0.22007 0.42 0.32006 0.1 0.08 0.21 0.15998 0.31 0.22998 0.13 0.1 0.27 0.20004 0.4 0.29004 0.11 0.08 0.22 0.15998 0.33 0.22998 0.13 0.09 0.26 0.18001 0.39 0.26001 0.12 0.08 0.23 0.15998 0.35 0.22998 0.12 0.08 0.24 0.14998 0.35 0.22998 0.27 0.17 0.55 0.34 0.83 0.5 0.08 0.05 0.16 0.10001 0.24 0.14002 0.17 0.1 0.33 0.19003 0.5 0.28003 0.08 0.04 0.16 0.08989 0.24 0.13989 0.17 0.09 0.35 0.18002 0.52 0.27002 0.07 0.04 0.15 0.07999 0.22 0.10999 0.18 0.09 0.37 0.18003 0.55 0.28003 0.06 0.03 0.11 0.05008 0.17 0.08007 0.2 0.1 0.41 0.18992 0.61 0.28992 0 0 0.01 0 0.02 0 0.96 0.44 1.95 0.83006 2.94 1.18005-1.79-1.77-4.28-4.80005-5.3-8.68005-12.17-5.69-17.51-20.16999-19.31-26.48999 0.95 7.99 4.01 20.07005 13.54 28.68005l0.02 0.02991z",
+ "fill": "#f2c081ff",
+ "width": 7.303582668304443,
+ "height": 10.437517166137695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "gFC6l",
+ "x": 8.949709022672323,
+ "y": 38.17030873648764,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "OZMQs",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "P2S36",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.422 19.30914c-2.22-0.77-2.88001-2.57009-3.06001-3.34009l-0.91999-0.21997c-0.28-0.04-0.55-0.09994-0.8-0.18994-1.07-0.37-1.9-1.16009-2.33-2.22009-0.49-1.21-0.4-2.59992 0.25-3.91993 1.43-2.87 4.27-3.22001 5.11-3.26001 0.09 0 0.18 0 0.29 0 0.76 0 2.03999-0.00006 3.96999-1.69006 1.06-0.93 6.53-5.49001 10.09001-4.26001 0.13 0.05 0.26 0.10003 0.39 0.16004 0.7 0.35 1.55 1.11001 1.78 1.89001 0.22 0.76-0.2 1.93004-0.41 2.67004-0.39 1.42-0.81001 2.57999-1.53001 3.85999-1.01 1.97-1.82 4.15994-2.05999 4.80994 0.72 1.47 0.9 2.83998 0.48999 3.97998-0.34 0.96-1.07 1.71003-2.11 2.16003-0.79 0.34-1.67 0.35002-2.62999 0.02002-0.68-0.23-1.24-0.58996-1.57-0.82996-0.98 0.69-2.43 1.22999-4.95 0.35999l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -107.76639422195613,
+ "size": {
+ "height": 0.16640027235016594
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.17583324606791,
+ "y": 0.7106872155719679
+ }
+ },
+ "width": 6.6043853759765625,
+ "height": 5.93559455871582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "UdQwW",
+ "x": 0.14467021822929382,
+ "y": 0.14817748963832855,
+ "name": "Vector",
+ "geometry": "M20.40484 6.1299c0.51 0.46 0.76-1.01004 0.85-1.29004 0.27-0.8 0.51-1.69999 0.18-2.48999-0.35-0.82-0.92001-1.62003-1.74001-2.03003-2.78-1.37-7.6 1.98002-9.93 4.02002-2.33 2.04-3.87 1.78006-4.55999 1.81006-0.69 0.03-3.37 0.32999-4.69 2.98999-1.33 2.66 0.06 5.30999 2.53 5.61999l1.25 0.30005c0 0 0.26 2.3899 2.8 3.2699 2.54 0.88 3.85 0.24999 4.79-0.51001 0 0 2.09 1.8101 4 0.9801 1.91-0.83 2.75-2.85004 1.28-5.66003 0 0 0.92-2.65996 2.16-5.07996 0.34-0.66 0.73-1.29006 1.08-1.94006l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -117.8514659657461,
+ "size": {
+ "height": 0.10301215391857046
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0706090975605642,
+ "y": 0.8005650722765831
+ }
+ },
+ "width": 6.4088215827941895,
+ "height": 5.643942832946777,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "oSTFU",
+ "x": 0.704662024974823,
+ "y": 3.206807851791382,
+ "name": "Vector",
+ "geometry": "M6.46747 0.02117c0 0-0.03-0.04001-0.04-0.01001-0.03 0.07-0.13 0.18001-0.12001 0.26001 0.15 1-0.55 2.13002-1.09999 2.90002-1.01 1.44-3.59 1.57999-5.11 1.23999-0.09-0.02-0.14 0.11001-0.05 0.14001 0.99 0.37 1.45 0.72002 2.46 0.52002 0.79-0.16 1.70999-0.24 2.36999-0.75 0.77-0.6 1.24-1.41997 1.54001-2.33996 0.11-0.35 0.17-0.72009 0.19-1.09009 0.02-0.3-0.19-0.55998-0.14-0.84998l0-0.02001z m4.65999 5.85009c0.24-1 0.17-2.08008-0.01999-3.08008 0-0.02-0.04-0.02-0.04 0-0.11 1.64-0.26 3.18998-1.19001 4.59998-0.14 0.21-1.16 0.96006-1.52999 0.94006-0.09 0-0.17 0.06003-0.18 0.16004 0-0.12-0.38 0.11992-0.45 0.16992-0.03 0.03 0 0.07007 0.03 0.07007-0.04 0 0.51 0.03002 0.48999 0.02002 0.08 0.03 0.14-0.02009 0.18001-0.09009 0.02-0.05 0.02001 0 0.17 0 0.54 0.04 1.01999-0.31999 1.44-0.60999 0.58-0.39 0.94-1.54994 1.09-2.18994l0.00999 0.01001z",
+ "fill": "#330900ff",
+ "width": 3.347733497619629,
+ "height": 2.5997722148895264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Jt4ug",
+ "x": 6.044658873526714,
+ "y": 0.7451466548773169,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "tq2zx",
+ "x": 0.016303559468724416,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.25999 12.04004l-1.72999-1.35999c-0.09-0.07-0.19-0.11011-0.3-0.1101l-3.33001 0c-0.07 0-0.14 0.01004-0.19999 0.04004-4.32 1.92-7.28 2.78003-9.62001 2.78003-2.15 0-3.84-0.71007-5.5-2.32007-3.5-3.38-8.63999-10.8299-8.68999-10.89991-0.06-0.08-0.13-0.14004-0.22-0.17004-0.07 0.2-0.19 0.44995-0.19 0.44995l-0.19 0.15003 0.23 0.14001 0.33 2.09998-1.85 2.06005 3.1 4.09998c1.69 2 3.44 4.07003 4.47999 4.91003 0.26 0.21 0.53 0.44995 0.82 0.69996 1.63 1.44 3.66 3.22998 7.41001 3.22998 0.57 0 1.16-0.04001 1.76999-0.13001 5.45-0.74 13.27001-4.68999 13.60001-4.85998 0.15-0.08 0.25-0.22002 0.27-0.39002 0.02-0.17-0.05-0.32994-0.19-0.43994l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.57157623528573,
+ "size": {
+ "height": 0.3900982436080264
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37436378543262067,
+ "y": 0.5560538313437443
+ }
+ },
+ "width": 9.334506034851074,
+ "height": 5.2944183349609375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "RmkKA",
+ "x": 0,
+ "y": 0.136660448875773,
+ "name": "Vector",
+ "geometry": "M0.05408 4.44006c0 0-0.49-3.45006 1.47999-4.44006 0 0 5.18 7.51998 8.76 10.97998 3.58 3.45 7.65 3.21001 15.67-0.36999l3.33 0 1.73001 1.3601c0 0-8.02 4.06994-13.45001 4.80994-5.43 0.74-7.65-2.09995-9.62-3.69995-1.97-1.6-6.91-8.14001-7.89-8.63001l-0.00999-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -98.25672300492207,
+ "size": {
+ "height": 0.39628385881244443
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38144814098121854,
+ "y": 0.5594446130126295
+ }
+ },
+ "width": 9.20710563659668,
+ "height": 5.015676021575928,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "dxNCm",
+ "x": 30.604330292200757,
+ "y": 29.429657471191604,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "YvSsR",
+ "x": 0,
+ "y": 2.6291853343573166,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "08LiD",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.20456 17.67993c-2.05 0-5.30001-1.72996-5.93001-2.07995-2.23-1.23-3.73999-2.40005-5.18999-4.05005-1.18-1.34-2.09001-4.39993-2.34001-6.04993l-0.73999-4.93005c-0.03-0.23 0.08999-0.44003 0.29999-0.53003 0.06-0.03 0.12-0.03992 0.19-0.03992 0.15 0 0.30001 0.06995 0.40001 0.19995 0.04 0.06 4.32 5.90004 7.44 8.42005 2.55 2.06 4.70999 2.83993 5.37999 3.04992 0.87-0.69 4.55-3.78992 5.17-7.91992 0.02-0.12 0.07-0.22005 0.16001-0.30005l1.97-1.72998c0.09-0.08 0.21001-0.12 0.32-0.11999 0.1 0 0.18999 0.02996 0.26999 0.07995l1.48001 0.98999c0 0 0.08999 0.08 0.12999 0.12l1.23 1.7301c0.09 0.13 0.12001 0.29995 0.06001 0.44995-0.14 0.39-3.4 9.56999-9.25 12.48999-0.29 0.14-0.64001 0.21997-1.06001 0.21997l0.01001 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -222.99832972485436,
+ "size": {
+ "height": 0.49595715846796173
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4576811190853012,
+ "y": 0.2856334714884974
+ }
+ },
+ "width": 7.281551837921143,
+ "height": 5.246925354003906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Vxzw6",
+ "x": 0.14077550172805786,
+ "y": 0.15063774585723877,
+ "name": "Vector",
+ "geometry": "M0.01999 0c0 0 4.32 5.92001 7.52 8.51001 3.21 2.59 5.8 3.20996 5.80001 3.20996 0 0 4.81-3.45001 5.55-8.39001l1.97-1.72998 1.48 0.98999 1.22999 1.72998c0 0-3.26999 9.34008-9.00999 12.21008-1.46 0.73-5.32001-1.1801-6.54001-1.8501-2-1.1-3.53-2.20995-5.06-3.94995-1.08-1.23-1.98-4.18005-2.22-5.80005l-0.73999-4.92993 0.01999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -223.49155227629433,
+ "size": {
+ "height": 0.521025988332294
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.45630037075640484,
+ "y": 0.2725590417748761
+ }
+ },
+ "width": 6.994935035705566,
+ "height": 4.954224109649658,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "8VHNM",
+ "x": 4.709838245089486,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "NicjD",
+ "x": 0.0605606883764267,
+ "y": 0.05476142093539238,
+ "name": "Vector",
+ "geometry": "M15.97253 4.01102c-0.24-0.63-0.62-1.20999-1.13001-1.60998-0.37-0.41-0.83-0.66002-1.36999-0.77002-0.15-0.08-0.78-0.04004-0.78-0.04004l-0.03-0.12-0.1 0.33008c-0.68-1.37-2.05-2.16001-3.86-1.64001l-2.11001 0.58996c-0.56-0.24-1.17999-0.18-1.82998 0-1.9 0.54-3.17001 1.92006-3.99001 3.56006-0.85 1.52-0.97 3.35001-0.5 5.01001 0.3 1.07 0.57 2.0199 1.52001 2.6499 0.83 0.66 1.85 0.6301 2.86 0.6001l2.78999 1.26001c0.9 0.33 1.81 0.38999 2.75999 0.23999 1.78-0.27 3.79001-0.88005 4.46001-2.80005l0.02001-0.05993c0.55 0.06 1.14999-0.07006 1.75999-0.44007 1.21-0.73 2.02-2.60997 2.08-3.96997 0.05-1.18-1.23-3.00006-2.55-2.81006l0 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -410.3076019616151,
+ "size": {
+ "height": 0.11594197702750737
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.9084064341247653,
+ "y": -0.11091432155474451
+ }
+ },
+ "width": 5.497406959533691,
+ "height": 4.199009895324707,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "JWWbL",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.55473 5.69306c-0.39-0.85-1.29-1.71995-2.27-1.69995-0.3-0.65-0.76-1.22003-1.35001-1.78003-0.35-0.33-0.97999-0.61-1.45999-0.61999-0.15 0-0.41-0.04998-0.55999 0.02002-0.02-0.03-0.07001-0.03002-0.10001-0.02002-0.4-0.66-1-1.21005-1.7-1.43006-1.38-0.43-2.74 0.07008-4.03 0.58008-0.88-0.42-1.91001-0.24007-2.93001 0.17993-1.81 0.76-2.99 2.45007-3.72 4.20008-0.78 1.85-0.40999 3.98991 0.32001 5.7799 0.71 1.74 2.42001 2.08003 4.10001 2.03003 0.21 0 0.21-0.32995 0-0.31994-1.74 0.04-3.19001-0.36999-3.90001-2.10999-0.58-1.42-0.69999-2.97008-0.34999-4.46008 0.32-1.39 1.25999-2.71992 2.28999-3.66992 1.13-1.04 3.19-1.84001 4.44-0.64002 0.6 0.58 0.65 1.69999 1.31 2.10999 1.48 0.92 2.07 3.45004 0.55 4.54004-1.23 0.89-3.14 0.81997-4.08999-0.41004-0.26-0.34-1.21-2.71002-0.64-2.90002 0.03-0.01 0.01999-0.06005-0.01001-0.05005-0.08 0.02-0.15999 0.04006-0.23999 0.06006-0.01 0-0.02001 0.01003-0.03002 0.03003-0.26 1.29 0.21001 2.83999 1.17002 3.73999 0.81 0.76 2.02999 0.76996 3.07998 0.45996-0.01 0.18-0.01999 0.36004-0.00999 0.54004 0 0.45-0.46 1.03993-0.67 1.42993 0 0.01 0.01 0.02001 0.02 0.01001 0.26-0.42 0.68-0.75994 0.92-1.18994 0.14-0.25 0.10999-0.62004 0.12-0.92005 0.2-0.08 0.4-0.17001 0.58-0.26001 0.06 0.08 0.15999 0.12008 0.28999 0.08008 0.28-0.09 0.55-0.20007 0.80001-0.32007 0.58 0.72 1.30001 1.05999 2.04 1.10999 0.49 0.91 1.13999 1.55002 2.1 1.77002-1.18 2.31-4.66 3.08007-6.98 2.45007-0.01 0-0.02 0.0199 0 0.0199 2.51 0.96 6.24 0.3001 7.34-2.3999 0.05 0 0.11 0.0099 0.16 0.01989 1.54 0.11 2.63999-1.28 3.23-2.5 0.54-1.12 0.71-2.31996 0.19-3.45996l-0.01 0z m-8.54-0.71997c-0.15-0.25-1.1-1.27007-1.06-1.45007 0.15-0.58-0.6-1.59-0.92-2-0.21-0.27-0.43999-0.46988-0.67999-0.62988 1.02-0.24 2.06-0.58007 3.08999-0.45008 1.36 0.17 2.11999 1.43 2.43 2.63001 0.31 1.17 0.19001 2.52996-0.4 3.57995-0.5 0.88-1.34999 1.29008-2.25999 1.58008 0.65-0.93 0.39999-2.26002-0.20001-3.27002l0 0.01001z m0.95001 3.45996c1.86-1.13 2.72999-3.16999 2.36999-5.48999-0.05-0.33-0.16-0.66999-0.31-0.98999 1.36-0.02 2.41 1.02998 2.92 2.22998 1.2 2.87-2.37 6.98-4.97 4.25l-0.00999 0z m7.05999 0.53003c-0.45 1.05-1.27001 1.85005-2.37001 2.18005-1.15 0.34-2.22999-0.47008-2.89999-1.33007 1.87-0.02 3.79999-1.78993 3.89999-3.79993 0.03-0.59-0.03999-1.1201-0.20999-1.6001 0.85 0.11 1.39 0.68008 1.81 1.46009 0.53 0.99 0.17 2.12998-0.24001 3.09997l0.01001-0.01001z",
+ "fill": "#330900ff",
+ "width": 5.602627754211426,
+ "height": 4.288183212280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "NEk6d",
+ "x": 18.945917213590292,
+ "y": 27.34004750601889,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "IKLju",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M45.18884 1.35999c-0.04-0.16-0.15-0.27997-0.3-0.33997l-1.20999-0.48999-0.97-0.47998c-0.07-0.03-0.14-0.05005-0.22-0.05005-0.05 0-0.11001 0.00003-0.16001 0.03003-0.12 0.04-0.22999 0.13-0.28999 0.25-3.64 7.28-7.04001 10.90993-18.70001 14.54993l-0.83 0.26001c-11.53 3.6-23.45 7.30998-22.44999 20.22998 0.42 5.42 3.73999 10.03009 9.61999 13.34008 4.4 2.48 8.60001 3.35001 8.78001 3.38001 0.01 0 0.02999 0 0.03999 0 1.45 0.18 2.87 0.26001 4.22 0.26001 8.61 0 14.99-3.57 18.97-10.62 5.2-9.21 0.84999-19.63009-1.49-25.22009-0.16-0.39-0.31999-0.75999-0.45999-1.10998-2.08-5.08 5.27-13.45993 5.33999-13.54993 0.11-0.12 0.15-0.28006 0.11-0.44006z",
+ "fill": "#740800ff",
+ "width": 13.415323257446289,
+ "height": 15.521235466003418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "DJ6FG",
+ "x": 0.14595842361450195,
+ "y": 0.14679105579853058,
+ "name": "Vector",
+ "geometry": "M18.06694 51.06006c0 0-17.02-3.45003-18.01-16.28003-0.99-12.83 11.1-16.27998 22.94-19.97998 11.84-3.7 15.3-7.40005 19-14.80005l0.99 0.48999 1.23001 0.48999c0 0-7.65001 8.63006-5.43001 14.06006 2.22 5.43 7.4 16.28003 1.97 25.90002-5.43 9.62-14.55 11.09999-22.7 10.10999l0.01 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -382.5334687378094,
+ "size": {
+ "height": 0.22151217701774334
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#c42c00ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7707892265709829,
+ "y": 0.13768458469091785
+ }
+ },
+ "width": 13.12238883972168,
+ "height": 15.22830581665039,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "AtjPo",
+ "x": 0.14312301576137543,
+ "y": 4.346848011016846,
+ "name": "Vector",
+ "geometry": "M4.50695 25.31995c-2.47-6.91-0.99-13.57 6.40999-18.5 4.52-3.01 10.54-5.17995 14.09001-6.81995-0.64 0.22-1.31 0.44003-2.01001 0.66003-11.84 3.7-23.93 7.14998-22.94 19.97998 0.99 12.83 18.01 16.27991 18.01 16.27991 1.81 0.22 3.67 0.3201 5.53 0.2301-0.43-0.12-0.95-0.2001-1.58999-0.2301-6.66-0.25-15.05-4.68996-17.52001-11.58996l0.02001-0.01001z",
+ "fill": "#c42c00ff",
+ "width": 7.421385288238525,
+ "height": 11.034903526306152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "u6khS",
+ "x": 3.8074071407318115,
+ "y": 5.170975208282471,
+ "name": "Vector",
+ "geometry": "M22.81938 0.19066c-1.84-0.44-4.08-0.10004-6.7 0.82996-3.43 1.22-6.72 2.9901-9.4 5.4801-6.66 6.17-10.12 16.77995-1.97 22.44995 8.14 5.67 20.72001 0.73999 23.68-8.14001 1.5-4.48 0.75999-10.17999-0.51001-14.60999-1.02-3.58-2.73999-5.44001-5.09999-6.01001z",
+ "fill": "#fff2c0ff",
+ "width": 8.684699058532715,
+ "height": 9.310343742370605,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "hsg1K",
+ "x": 22.088414941055817,
+ "y": 41.572465566321625,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "h8fnK",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "J5Sp6",
+ "x": 0,
+ "y": 0.013935343362390995,
+ "name": "Vector",
+ "geometry": "M17.41 27.17004c-0.05-0.16-4.25-14.07001-10.13-23.38-1.25-1.44-2.68-2.96008-2.68-2.96008l-2.3 0.16003-2.3-0.98999c0.15 0.1 1.5 2.30003 2.3 3.78003 2.91 4.39 7.6 13.00999 11.2 26.11999 0.06 0.22 0.25999 0.35999 0.48 0.35999 0.01 0 0.03 0 0.04 0 0.09 0 2.1-0.21999 3.36-2.73999 0.06-0.11 0.07-0.23998 0.03-0.35999l0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.24723781122447,
+ "size": {
+ "height": 0.4871541854013695
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5807617404013133,
+ "y": 0.5727032219994097
+ }
+ },
+ "width": 5.173937797546387,
+ "height": 8.980352401733398,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "tlQ7y",
+ "x": 0.00007276813994394615,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0.05951c0 0 8.55 10.03002 13.98 29.77003 0 0 1.81001-0.16009 2.96-2.4701 0 0-5.26-17.59998-12.34-26.47998 0 0-1.64-1.14995-4.6-0.81995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -348.41932896035894,
+ "size": {
+ "height": 0.49477679760998533
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5841204508477249,
+ "y": 0.5854776442704479
+ }
+ },
+ "width": 5.027334690093994,
+ "height": 8.852598190307617,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "wUr4f",
+ "x": 3.763995697903738,
+ "y": 4.724305152893066,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "y6QqO",
+ "x": 0.07089190185070038,
+ "y": 0.04982742294669151,
+ "name": "Vector",
+ "geometry": "M23.18015 9.38l-0.31999 0.26001c0.26-0.67 0.32999-1.42002 0.20999-2.15002-0.15-0.97-0.59001-1.97007-1.24-2.70007-0.87-0.96-1.65-0.91992-2.84-0.91992l0.08 0-0.22 0.40991c0.05-0.51-0.01-1.00998-0.27-1.47998-0.66-1.4-1.88999-2.79993-3.54-2.79993-3.47 0-5.15 2.10993-6.68 4.92993-0.52 0.96-1.14 1.82001-1.89 2.63001-1.49 1.61-3.18 2.92006-4.51 4.69006-0.49 0.58-1.07 1.07001-1.48 1.64001-1.72 3.23 1.52 6.12991 4.36 6.90992 5.25 1.43 10.21-2.16993 14.14-5.17994 0.01 0 0-0.01004-0.02-0.04003 0.05-0.02 0.10001-0.04995 0.15001-0.06995 0.89 0.49 1.93999 0.74993 2.82998 0.67993 3.26-0.23 5.10001-5.42996 1.23002-6.82995l0.00999 0.02001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -422.88529566520657,
+ "size": {
+ "height": 0.12044908521423828
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.0910217620019842,
+ "y": 0.09917936846004159
+ }
+ },
+ "width": 7.522581577301025,
+ "height": 6.26881742477417,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "DOiyO",
+ "x": 1.2355331182479858,
+ "y": 1.897564172744751,
+ "name": "Vector",
+ "geometry": "M10.77351 2.47239c1.45-0.19 2.53-1.04 2.42-1.88-0.11-0.84-1.19-0.60002-2.63001-0.40003-1.45 0.19-2.72 0.25999-2.61 1.10999 0.11 0.84 1.38 1.37005 2.83 1.18005l-0.00999-0.01001z m6.55 1.07996c-0.15-0.78-1.14-0.48997-2.47-0.21997-1.34 0.26-2.52001 0.40005-2.37001 1.18005 0.15 0.78 1.36001 1.19993 2.70001 0.92994 1.34-0.26 2.3-1.11001 2.14-1.89002z m2.68 4.22009c-0.09-0.68-0.95-0.47006-2.11-0.31006-1.16 0.16-2.18 0.22002-2.09 0.90003 0.09 0.68 1.11 1.08993 2.27 0.92993 1.16-0.16 2.01999-0.8399 1.93-1.5199z m-9.51-2.03003c-0.9-0.75-2.29-1.66996-3.55-1.45996-0.01 0-0.02 0-0.03 0-0.97 0.18-1.81 0.81991-2.55 1.40992-1.27 1.02-2.55 2.15002-3.52 3.52001-2.04 2.87-0.11 4.66003 2.91 4.78003 2.26 0.08 4.27-1.05 6.11-2 1.21-0.62 3.11-1.57004 2.80999-3.16003-0.22-1.18-1.28-2.32997-2.19-3.08997l0.01001 0z",
+ "fill": "#fff2c0ff",
+ "width": 5.938417434692383,
+ "height": 4.153761863708496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "HitLG",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M23.52714 9.36686c0 0-0.06-0.02002-0.09-0.02002 0.22-1.31-0.2-2.64996-0.83-3.82995-0.75-1.4-1.78-1.68007-3.25-1.70008-0.02-0.18-0.05001-0.35992-0.10001-0.53991-0.62-2.5-3.11-3.61006-5.41999-3.19007-2.39 0.43-3.92 2.35999-5.03 4.35999-1.77 3.18-4.6 5.53007-7.02 8.20007-0.91 1-1.62 1.72999-1.77 3.12-0.13 1.16 0.5 2.27 1.2 3.13 1.77 2.17 4.78 2.88 7.44 2.62 3.16-0.31 5.94-2.09002 8.45999-3.89002 0.74-0.53 1.45-1.08 2.17-1.63 1.67 0.96 4.01 0.83005 5.36-0.56995 1.88-1.95 1.35-4.96005-1.11-6.05005l-0.00999-0.01001z m0.75999 5.69995c-1.88 2.06-4.98 0.74008-6.61-0.91992-0.02-0.02-0.04999 0.00002-0.03999 0.02002 0.2 0.48 0.5 0.9 0.86 1.25 0 0.04 0.01999 0.09 0.06999 0.12 0.35 0.24 0.31 0.29994-0.06 0.56994-0.53 0.4-1.07 0.79004-1.61 1.17005-1 0.71-2.03999 1.34992-3.12999 1.91992-2.58 1.34-5.29001 2.22001-8.22 1.63-2.3-0.47-4.78999-2.24997-5.08-4.71997-0.2-1.72 1.18-2.69001 2.11-3.89001 0.88-1.14 1.96999-2.10998 3.01-3.10999 0.82-0.79 1.59-1.62004 2.27-2.54004 0.65-0.88 1.11-1.88993 1.72-2.79992 1.39-2.06 3.15-3.29997 5.69-3.33997 1.47-0.02 2.50999 1.2399 3.15 2.3999 0.77 1.39 0.12 3.88007-0.87 5.07007-1.82 2.18-5.45001 1.56993-6.93-0.57007-0.03-0.04-0.09 0.00004-0.06 0.04004 1.24 2.15 3.26999 2.90999 5.64999 2.10999 2.02-0.67 3.24001-3.06994 3.17001-5.18994 1.16 0.02 1.94999 0.19996 2.82 1.07995 1.2 1.2 1.22 3.11997 0.58 4.58997-1.15 2.63-5.38 2.92-7.33 1.25-0.02-0.01-0.04 0.00002-0.02001 0.02002 1.12 1.28 2.27 1.70007 4 1.45007 1.52-0.22 3.21-1.01004 3.80001-2.54004 0.05-0.12 0.08001-0.25 0.12001-0.36999 0 0-0.00001 0 0.00999 0 2.42 0.87 2.50999 3.55994 0.92999 5.30993l0-0.01001z",
+ "fill": "#330900ff",
+ "width": 7.650014877319336,
+ "height": 6.400805950164795,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "RnZjB",
+ "x": 14.516784648340945,
+ "y": 27.045776398425005,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "sPTJy",
+ "x": 3.7665947520627014,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "QooHP",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M31.71126 14.73999l1.85-1.42004-0.54999-0.91993c-2.28-2.84-6.86-7.03999-11.72001-9.85998-2.9-1.69-5.71-2.54004-8.34999-2.54004-2.02 0-3.54 0.48995-4.55001 0.81995-0.24 0.08-0.45 0.15007-0.63999 0.20007-0.53 0.15-1.18 0.36999-1.87001 0.60998-1.44 0.5-3.06 1.06995-4.08999 1.06995-0.15 0-0.27-0.00992-0.38001-0.03992-0.09-0.02-0.19-0.03003-0.27-0.03003-0.32 0-0.6 0.14001-0.79 0.39002-0.69 0.88-0.18 3.17999-0.01 3.85998 0.04 0.15 0.14 0.26996 0.28 0.32996l3.45 1.47998c0.06 0.03 0.13 0.04004 0.19001 0.04004 0.11 0 0.22-0.03998 0.29999-0.09998 0.03-0.02 2.93-2.24995 6.72-3.19995 0.53-0.13 1.09-0.20007 1.67-0.20007 3.69 0 7.59 2.63997 9.58 4.21997 1.76 1.39 4.09 3.57999 5.47001 5.12l1.29 1.05004 2.4-0.85998 0.01999-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.6618438549113,
+ "size": {
+ "height": 0.34493556059160485
+ },
+ "colors": [
+ {
+ "color": "#330900ff",
+ "position": 0
+ },
+ {
+ "color": "#942900ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4419161025037746,
+ "y": 0.5841869299454197
+ }
+ },
+ "width": 9.960077285766602,
+ "height": 4.635591983795166,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "KC8rR",
+ "x": 0.1445995271205902,
+ "y": 0.14412182569503784,
+ "name": "Vector",
+ "geometry": "M3.77421 7.74355c0 0 2.96-2.30004 6.90999-3.29003 3.95-0.99 8.55 1.65011 11.68 4.1101 3.12 2.47 6.91 7.06995 6.91001 7.06995 0 0 2.29999-0.48997 4.10999-2.46997 0 0-5.75999-6.58006-12.83-10.69007-7.07-4.11-11.35-1.96998-13.16-1.47998-1.81 0.49-5.1 1.97001-6.58 1.64002-1.48-0.33-0.49 3.62-0.49 3.61999l3.45001 1.47998 0 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -443.62302459281625,
+ "size": {
+ "height": 0.3467388509289626
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.43326483767319185,
+ "y": 0.5871057360982678
+ }
+ },
+ "width": 9.907526969909668,
+ "height": 4.639619827270508,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "okMXQ",
+ "x": 0,
+ "y": 0.22497139481674822,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "CbhXF",
+ "x": 0.05623631551861763,
+ "y": 0.036993607878685,
+ "name": "Vector",
+ "geometry": "M16.807 6.27662c0 0-0.11999-0.04002-0.08-0.15002 0 0 0.08-1.23006-0.4-2.06006-0.48-0.84-1.12-1.44995-1.12-1.44995-2.26-1.47-5.97-2.77998-8.72999-2.59998-1.97 0.13-4.61 1.01-5.75 2.75-0.78 1.18-1.23 3.66997 0.22999 4.71998l0.12 0.05004c-0.15 0.79 0 1.56001 0.25 2.13001 0.59 1.36 1.44 1.59992 2.86 2.03992l0.12-0.12c0.37 1.03 1.25 1.83007 2.47 2.20007 0.94 0.29 2.27 0.17994 2.83-0.81005 0.23-0.32 0.29-0.94003 0.43-1.41004l-0.26-0.09997c0.14-0.1 0.3-0.20997 0.44-0.33997 0.52 0.29 0.69 0.59001 1.26001 0.76001 1.18 0.36 2.23 0.29994 3.18999-0.31006 1.12-0.69 1.83-1.75998 2.08-2.97998 0.1-0.74 0.08-1.51993 0.06-2.29993l0-0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -431.8209154818232,
+ "size": {
+ "height": 0.11431196885430463
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 1.1849291623371463,
+ "y": 0.13350142511351248
+ }
+ },
+ "width": 4.992708683013916,
+ "height": 4.133075714111328,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "5BLge",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.92371 6.24059l-0.02 0c0.25 1.53-0.15 3.06003-1.08 4.28003-0.64 0.84-1.64 1.32995-2.67 1.44995-0.91 0.11-1.6-0.24-2.34-0.62 0.02-0.02 0.05001-0.04996 0.07001-0.07995 0.11-0.19 0.37-0.31004 0.55999-0.42005 0.16-0.1 0.29-0.21996 0.45-0.32995 0.02-0.01 0-0.04003-0.02-0.03003-0.44 0.14-0.85 0.11999-1.23999 0.35998-0.11-0.04-0.23-0.01004-0.33001 0.07996-0.21 0.21-0.46 0.36008-0.65 0.58008-0.17 0.2-0.21 0.46996-0.48 0.57995-0.04 0.02-0.03 0.07008 0 0.08008 0.3 0.09 0.38-0.08007 0.63-0.20007 0.11-0.06 0.22-0.11004 0.33001-0.17004-0.33 0.71-0.53001 1.38002-1.31001 1.77001-0.73 0.36-1.65 0.11009-2.35-0.15991-1.8-0.66-2.14-2.3-1.95-4 0-0.05-0.07001-0.09003-0.1-0.03003-0.35 0.8-0.34 1.59996-0.09 2.32996-1.07-0.53-1.99-0.86002-2.54-2.02002-0.62-1.32-0.37-2.78999 0.6-3.85999 0.04-0.05-0.03-0.12996-0.08-0.07995-0.55 0.48-0.94 1.04003-1.16 1.66003-1.09-1.19-0.91-2.85009-0.19-4.22009 0.86-1.65 3.03001-2.39997 4.74-2.71997 3.29-0.63 6.81 0.83006 9.68 2.31006 0.02 0 0.03-0.02003 0.02-0.03003-3.17-2.41-7.68-3.50006-11.49-2.19006-1.69 0.58-3.12 1.70005-3.68 3.43005-0.4 1.23-0.38 2.97001 0.81 3.76001 0 0 0 0 0.01 0-0.14 0.6-0.12 1.25004 0.08 1.92004 0.45 1.49 1.79 2.06989 3.21 2.25989 0.02 0 0.04 0.00011 0.06-0.00989 0.38 0.92 1.16 1.70992 2.1 2.16992 0.75 0.37 1.83 0.43003 2.58 0.03003 0.96-0.52 1.09-1.33998 1.15-2.34997 0.08-0.05 0.29-0.22004 0.34-0.29004 0.7 0.5 1.25 0.83997 2.19 0.96997 1.07 0.15 2.05-0.34 2.85-1 1.49-1.21 1.81-3.43993 1.3-5.17993l0.01-0.03003z",
+ "fill": "#330900ff",
+ "width": 5.086602687835693,
+ "height": 4.272139549255371,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "YwoaJ",
+ "x": 16.030148788344377,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "Hfbew",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "7PwZl",
+ "x": 0.01598999652560451,
+ "y": 0.07452911922882777,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "35z9S",
+ "x": 0.0033051311038434505,
+ "y": 0.0001232616341440007,
+ "name": "Vector",
+ "geometry": "M125.44 76.76001c-4.08999 1.89-12.99 4.01994-17.49 1.68994l-0.02001 0c0.84-1.06 1.60001-2.18989 2.26001-3.38989l-3.11-1.78003c-0.23-0.53-0.61-0.97998-0.61-0.97998l-2.54001 1.02991c0 0-3.42-3.46994-4.16999-9.43994-0.76-5.97-6.87999-18.76001-6.88-18.76001-8.01-35.58-44.66-45.13-44.66-45.13001 7.82 13.17 10.70999 23.25002 16.09 33.02002l0.05999 0.18994c-3.67 0.24-7.09999 0.96001-9.58999 2.01001l-0.24001-0.02002c-23.08-28.66-52.85-28.79993-52.85-28.79993 27.09 33.9 26.74001 57 26.74001 57-7.85 8.98-21.06 1.77999-28.41-1.76l-0.02 0.23998c21.38 17.28 46.03 36.56004 75.47 33.16004 6.76-0.78 15.3-2.95008 21.06999-6.71008 0.23-0.15 0.45001-0.29995 0.68001-0.44996l0.01999 0.16004c10.39-0.65 21.50002-4.20001 28.59001-11.39002l-0.38 0.08997-0.01 0.02002z",
+ "fill": "#ff4700ff",
+ "width": 37.34294128417969,
+ "height": 28.32204818725586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "stfBI",
+ "x": 15.70434478041716,
+ "y": 15.017172896419652,
+ "name": "Vector",
+ "geometry": "M5.21218 1.45632c-0.05 0.68-1.20999 0.47999-2.64999 0.35999-1.44-0.11-2.62-0.10003-2.56-0.78003 0.05-0.67 1.25999-1.13002 2.70999-1.02002 1.44 0.11 2.56001 0.75005 2.51001 1.43005l-0.01001 0.01001z",
+ "fill": "#ff7732ff",
+ "width": 1.550283432006836,
+ "height": 0.5755753517150879,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "IgnpV",
+ "x": 25.90730002638884,
+ "y": 15.479461752926,
+ "name": "Vector",
+ "geometry": "M3.80296 1.349c-0.05 0.66-0.89 0.49002-1.94999 0.40002-1.05-0.08-1.91001-0.05007-1.85001-0.70007 0.05-0.66 0.94001-1.11992 1.99001-1.03992 1.05 0.08 1.86 0.67997 1.80999 1.33997z",
+ "fill": "#ff7732ff",
+ "width": 1.1292684078216553,
+ "height": 0.5452783107757568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "sQrJ2",
+ "x": 18.981360466452315,
+ "y": 10.41304215148557,
+ "name": "Vector",
+ "geometry": "M0 1.35084l2.53999-0.94995c-0.74-0.95-2.29999-0.04005-2.53999 0.94995z m2.39 0.8501l5.71001-1.68006c-1.94-0.89-4.62001-0.16995-5.71001 1.68006z m4.72 0.53992l5.5-1.03992c-1.4-0.78-4.87-0.88008-5.5 1.03992z m4.67 1.02001l3.60001 0.12c-1.06-0.9-2.57001-1.18-3.60001-0.12z",
+ "fill": "#ff7732ff",
+ "width": 4.564369201660156,
+ "height": 1.151736855506897,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "mbsuf",
+ "x": 22.99132636305876,
+ "y": 19.30964573577512,
+ "name": "Vector",
+ "geometry": "M21.31805 10.15329c0 0-9.86 0.12004-13.5-5.57996 0 0-2.04-5.25-5.06-4.5-3.37 0.83-3.51 4.9-1.19 6.87 1.97 1.67 4.64 2.86001 7.03 3.76001 6.6 2.49 14.61 2.95 20.22-2l-0.41-1.02002-2.21 0.96997-4.88 1.5z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.9901064560785,
+ "size": {
+ "height": 0.5929312143411363
+ },
+ "colors": [
+ {
+ "color": "#ff7732ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.42478544489737985,
+ "y": 0.17090838694903343
+ }
+ },
+ "width": 8.55241870880127,
+ "height": 3.7166976928710938,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "n5YoQ",
+ "x": 14.761337311239913,
+ "y": 12.025647246395238,
+ "name": "Vector",
+ "geometry": "M0 11.78003c0 0 0.52-5.00004 3.92-9.04004l3.71-1.80005 2.17-0.93994 1.31999 0.46997c0 0 5.61001 5.24998 7.12002 21.97998 0 0-8.54001-21.10992-18.23002-10.66992l-0.00999 0z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -159.77112145854653,
+ "size": {
+ "height": 1.279963992846915
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.38586386924539845,
+ "y": 0.3723185998285363
+ }
+ },
+ "width": 5.413139343261719,
+ "height": 6.662539482116699,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "oSjBY",
+ "x": 24.271746666403487,
+ "y": 12.15518959716428,
+ "name": "Vector",
+ "geometry": "M2.68374 20.23999c0 0-4.28-12.76998-2.03-19.35999l1.3-0.88 1.78 0.88 1.99 1.27002c0 0 4.15 3.53005 6.58001 14.80005 0 0-2.16001-6.94007-5.37001-6.82006-3.21 0.12-4.06 6.19999-4.25 10.11999l0-0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -182.32459274437838,
+ "size": {
+ "height": 1.0009864908019166
+ },
+ "colors": [
+ {
+ "color": "#9e1b00ff",
+ "position": 0
+ },
+ {
+ "color": "#ff4700ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5252359299503859,
+ "y": 0.32716458385992225
+ }
+ },
+ "width": 3.651418447494507,
+ "height": 6.009651184082031,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "DPMOy",
+ "x": 0.5013935279566795,
+ "y": 1.8989215727197006,
+ "name": "Vector",
+ "geometry": "M0 0c8.85 11.07 14.77 20.98996 18.73 29.32996l19.62-14.63001c-19.39-14.61-38.35-14.69995-38.35-14.69995z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -312.7322411317729,
+ "size": {
+ "height": 0.4726008389911275
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5535006239282914,
+ "y": 0.4470646467201791
+ }
+ },
+ "width": 11.381242752075195,
+ "height": 8.704337120056152,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "SXlmi",
+ "x": 14.313107521506026,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10.95999 22.35999l16.58-6.65003c-12.82-11.87-27.53999-15.70996-27.53999-15.70996 5.04 8.49 8.02999 15.68999 10.95999 22.35999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -325.4856586590812,
+ "size": {
+ "height": 0.4479740006908727
+ },
+ "colors": [
+ {
+ "color": "#ff4700ff",
+ "position": 0
+ },
+ {
+ "color": "#2d0000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5842955906799207,
+ "y": 0.5949552710614066
+ }
+ },
+ "width": 8.173124313354492,
+ "height": 6.635837078094482,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "tJnOm",
+ "x": 0,
+ "y": 18.355031096492894,
+ "name": "Vector",
+ "geometry": "M75.46999 33.20007c6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c10.31-0.65 21.31-4.15009 28.41-11.22009-11.02 6.93-20.31 4.7301-20.31 4.7301l2.54-3.08007 0.76001-0.96998c0.32-0.45 0.62999-0.92001 0.92999-1.39001l-1.95-0.62c-13.4 11.74-36.79 10.87003-50.91 4.66004-14.11-6.2-21.12-6.76009-33.9-9.09009-11.66-2.12-21.23-8.17997-22.81-9.21997l0 0.03003c21.37 17.28 46.01999 36.56004 75.46999 33.16003l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 37.289527893066406,
+ "height": 9.966651916503906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "TtgZE",
+ "x": 2.7243483376223594,
+ "y": 20.488612257991917,
+ "name": "Vector",
+ "geometry": "M90.55 17c1.56-0.43 3.95999-2.74004 5.76999-4.67004 1.41-1.51 2.45001-2.80005 2.45001-2.80005l1.12-1.69995-0.47-0.21997c0 0-15.81 19.41992-42.72 17.28991-26.9-2.13-56.36-24.8999-56.36-24.8999l-0.34 0.15991c19.19 14.92 40.96999 28.77009 66.28999 25.84009 6.76-0.78 15.30001-2.95008 21.07001-6.71008 0.23-0.15 0.44999-0.29995 0.67999-0.44995l0.02001 0.16003c7.05-0.44 14.43999-2.23008 20.67-5.58008-6.64 2.56-18.17 3.56006-18.17 3.56006l-0.01 0.02002z m-55.23001-8.07007c-5.97-3.92-10.76999-0.72998-10.76999-0.72998 5.59-0.66 10.76999 0.72998 10.76999 0.72998z",
+ "fill": "#f2c081ff",
+ "width": 32.26811981201172,
+ "height": 7.833281517028809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "tsFI7",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "SKwJ8",
+ "x": 0.01299559072140255,
+ "y": 18.44092060769617,
+ "name": "Vector",
+ "geometry": "M0 0.02203c20.42 16.86 43.62001 35.09993 71.65001 33.67993 7.48-0.38 15.38-2.09 22.14-5.38 3.39-1.65 6.52999-3.9699 9.39999-6.39991 2.87001-2.44 5.5-5.29004 7.22-8.67004 0.11-0.21-0.23999-0.38006-0.36-0.19006-3.65 5.85-8.92999 10.43005-14.83999 13.93005-5.65 3.34-12.24001 5.01999-18.70001 5.85999-13.89 1.81-27.64999-1.75995-40.04-7.94995-13.17-6.58-24.94-15.81002-36.44-24.90003-0.02-0.01-0.04 0.02003-0.02 0.03003l-0.01-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 32.77296447753906,
+ "height": 10.024962425231934,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "6EJ3e",
+ "x": 0,
+ "y": 1.9172336026531411,
+ "name": "Vector",
+ "geometry": "M0.05361 55.5c7.82 3.8 18.75 9.75002 26.83999 3.40002 0.53-0.41 1.73001-1.15004 1.71001-1.91003 0-0.42-0.03-0.8499-0.07-1.2699-0.15-1.97-0.46-3.9201-0.86-5.85009-1.39-6.85-3.85-13.47993-6.8-19.79993-5.01-10.76-11.65-20.71-19-30-0.05 0.1-0.1 0.19992-0.15 0.28992 4.21 0.04 8.52001 0.99009 12.56 2.09008 10.05 2.74 19.42999 7.67993 27.54 14.17993 4.62 3.71 8.75001 7.99001 12.57 12.51001 0.21 0.25 0.56999-0.06995 0.37999-0.31994-11.94-15.39-30.37-26.46998-49.86999-28.59998-1.04-0.11-2.1-0.22009-3.15-0.22009-0.15 0-0.24999 0.17004-0.15 0.29004 8.16 10.17 15.36 21.20996 20.53 33.20996 2.73 6.33 4.94 13.00999 5.9 19.85999 0.15 1.09 0.27 2.19005 0.31 3.30004 0 0.17 0.01 0.33 0.01 0.5 0 0.13-0.75 0.76002-0.9 0.90003-0.39 0.37-0.81 0.70002-1.23 1.02002-0.88 0.66-1.87 1.14991-2.90001 1.52991-4.06 1.53-8.68 0.62008-12.66999-0.66993-3.66-1.19-7.11-2.93008-10.57-4.58007-0.08-0.04-0.12 0.09-0.04 0.11999l0.01 0.02002z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -328.456959533891,
+ "size": {
+ "height": 0.14356488639871606
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.21499595723159667,
+ "y": 0.3157419927067693
+ }
+ },
+ "width": 16.27123260498047,
+ "height": 18.308259963989258,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "MzLM5",
+ "x": 16.23291091181818,
+ "y": 9.811375395904179,
+ "name": "Vector",
+ "geometry": "M0.19556 2.52961c4.21-1.64 9.13999-2.03002 13.59999-1.90003 4.74 0.13 9.76 0.98002 13.71001 3.77002 0.08 0.06 0.16-0.06 0.09-0.13-3.59-3.09-8.82-3.99997-13.41001-4.21997-4.78-0.23-9.7 0.30999-14.11 2.23999-0.16 0.07-0.03999 0.29999 0.12001 0.23999z",
+ "fill": "#740800ff",
+ "width": 8.197582244873047,
+ "height": 1.3105155229568481,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "jd0z9",
+ "x": 14.263251106520329,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M16.43229 33.2084c-2.66-4.94-4.82-10.13002-7.05999-15.27002-2.66-6.09-5.55999-12.05993-8.93-17.79993-0.1 0.11-0.2 0.21996-0.3 0.32996 3.13 0.82 6.17 2.10997 9.09 3.46997 6.97 3.23 13.48 7.54008 19.05 12.83008 7.38 7.02 12.81 15.85003 15.6 25.65002 0.4 1.41 0.64999 2.77998 1.26999 4.10998 0.79 1.71 1.55 3.42991 2.28 5.15992 0.98 2.32 1.89001 4.65003 2.70002 7.03003 0.79 2.34 1.17999 4.66006 1.67999 7.06005 0.58 2.81 1.91999 5.85993 3.97999 7.91993 0.07 0.07 0.15001 0.09005 0.24001 0.05005 0.84-0.35 1.68-0.72006 2.53-1.06006 0.19-0.08 0.05-0.36992-0.14-0.28992-0.67 0.27-1.35001 0.52992-2.02001 0.78992-0.15 0.06-0.29 0.11005-0.44 0.17004-0.21 0.08 0.16001 0.11006 0.12001 0.06006-0.13-0.14-0.25-0.28005-0.36-0.43005-1.46-1.81-2.49001-3.96994-3.15001-6.18994-0.69-2.34-0.88-4.77-1.61-7.12-0.72-2.33-1.59999-4.61011-2.50999-6.86011-0.79-1.94-1.63001-3.85989-2.49001-5.75988-0.58-1.29-0.93999-2.36-1.29999-3.75-1.32-5.08-3.37-9.9601-6.05-14.48011-7.67-12.94-20.59-22.45999-34.59-27.60998-1.21-0.45-2.44-0.87996-3.69-1.20996-0.18-0.05-0.42 0.12996-0.3 0.32995 3.39 5.73 6.29 11.70002 8.98 17.77002 2.28 5.13 4.47 10.29996 7.19999 15.20996 0.09 0.16 0.34 0.04001 0.25-0.11999l-0.03 0.01001z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -333.7357248625383,
+ "size": {
+ "height": 0.08278542706554251
+ },
+ "colors": [
+ {
+ "color": "#740800ff",
+ "position": 0
+ },
+ {
+ "color": "#140000ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.22245386672383244,
+ "y": 0.10751305353126231
+ }
+ },
+ "width": 17.406522750854492,
+ "height": 21.892581939697266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "htmV7",
+ "x": 28.83319930293146,
+ "y": 22.797722594390507,
+ "name": "Vector",
+ "geometry": "M0.15789 11.60952c5.32-0.34 10.58-1.3701 15.58-3.23011 2.52-0.93 4.94-2.1199 7.22-3.51989 1.99-1.23 4.49-2.77009 5.84-4.7201 0.06-0.09-0.05-0.18-0.14-0.11999-1 0.7-1.85 1.65003-2.81 2.41003-1.06 0.85-2.2 1.60996-3.36 2.32996-2.18 1.34-4.51001 2.42008-6.90001 3.33008-4.95 1.89-10.21999 2.90001-15.48999 3.26001-0.16 0.01-0.11001 0.26 0.04999 0.25l0.01001 0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 8.551514625549316,
+ "height": 3.445390224456787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "tMroj",
+ "x": 32.02113417841974,
+ "y": 22.838568465362187,
+ "name": "Vector",
+ "geometry": "M17.58595 0.00555c-2.59 1.13-5.46 1.81-8.25 2.25-1.59 0.25-3.20001 0.35005-4.82001 0.30004-1.56-0.05-2.86999-0.57005-4.34999-0.93005-0.14-0.03-0.23 0.13009-0.11 0.22009 0.97 0.78 2.58 0.92993 3.78 1.04993 1.62 0.16 3.26 0.02006 4.86-0.18994 3.09-0.4 6.12-1.26998 8.94-2.59998 0.06-0.03 0.02-0.1301-0.05-0.10009z",
+ "fill": "#740800ff",
+ "width": 5.242560386657715,
+ "height": 0.8798678517341614,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "qmLMD",
+ "x": 25.30525092341486,
+ "y": 20.67964817727625,
+ "name": "Vector",
+ "geometry": "M18.8455 3.86858c-1.75 0.47-3.37001 1.21-5.18001 1.5-1.85 0.29-3.68 0.02994-5.47-0.44006-3.21-0.84-5.91-2.37002-8.06-4.90002-0.06-0.07-0.16 0.00009-0.13 0.09008 1.09 3.02 5.18001 4.59001 7.99 5.38001 3.61 1.01 7.75 0.67994 10.88001-1.56006 0.03-0.02 0-0.07995-0.03-0.06995z",
+ "fill": "#740800ff",
+ "width": 5.6054253578186035,
+ "height": 1.7931573390960693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "LzlTy",
+ "x": 13.617016594191227,
+ "y": 14.651553885589237,
+ "name": "Vector",
+ "geometry": "M0.02 17.23233c0.04-1.26 0.4-2.59998 0.62-3.84997 0.27-1.58 0.66001-3.15005 1.15001-4.67005 0.91-2.86 2.32-6.00996 5.03-7.57995 3.43-1.99 7.44 0.74 9.72999 3.25 2.58 2.83 4.28 6.34 5.64 9.88 0.02 0.06 0.12 0.02996 0.11-0.04004-0.98-3.88-3.29-7.59996-6.06-10.45996-2.22-2.29-5.76-4.61995-9.08999-3.44995-3 1.06-4.62 4.31999-5.63001 7.10999-0.6 1.66-1.00999 3.39-1.28999 5.13-0.26 1.58-0.20001 3.08991-0.23001 4.65991 0 0.01 0.02 0.02 0.02 0l0 0.02002z",
+ "fill": "#740800ff",
+ "width": 6.6182451248168945,
+ "height": 5.114090919494629,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "dmCZp",
+ "x": 25.095904152174626,
+ "y": 15.132627265105839,
+ "name": "Vector",
+ "geometry": "M0.0709 11.4508c-0.27-2.6 0.26001-5.64998 1.10001-8.09997 0.39-1.15 1.11-2.46993 2.36999-2.79993 1.09-0.28 2.21 0.48999 2.91001 1.23999 1.74 1.86 2.50999 4.66994 3.14999 7.05994 0.3 1.14 0.55 2.30009 0.75 3.47009 0.19 1.09 0.28 2.16993 0.77001 3.17993 0.04 0.08 0.2 0.06996 0.19-0.04004-0.05-1.21-0.33-2.48994-0.52001-3.68994-0.24-1.48-0.55999-2.95001-0.95999-4.39001-0.68-2.43-1.73-5.38999-3.94-6.85999-1.91-1.27-3.74001-0.03997-4.57001 1.78003-1.33 2.89-1.00999 6.0799-1.29999 9.1499 0 0.03 0.04999 0.03 0.04999 0z",
+ "fill": "#740800ff",
+ "width": 3.3569040298461914,
+ "height": 4.615805625915527,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "rjYUF",
+ "x": 10.042520324965153,
+ "y": 22.590294615874882,
+ "name": "Vector",
+ "geometry": "M0.02414 1.51278c3.23-1.68 8.06-1.15004 11.09 0.70996 0.01 0 0.03-0.00002 0.01-0.02002-3.24-2.32-7.74-3.18996-11.12-0.70996-0.01 0 0 0.02002 0.01 0.02002l0.01 0z",
+ "fill": "#9a5b38ff",
+ "width": 3.3038828372955322,
+ "height": 0.6596499085426331,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "xnqda",
+ "x": 11.13651255824152,
+ "y": 22.729672209869022,
+ "name": "Vector",
+ "geometry": "M0.00828 0.03162c3.41 1.94 6.18 5.05006 9.05001 7.69006 2.8 2.57 5.86999 4.69989 9.34999 6.25989 3.84 1.72 7.96 2.23008 12.12 2.45007 4.26 0.22 8.74-0.00006 12.91-0.94006 0.06-0.02 0.04001-0.10998-0.01999-0.09998-8.4 0.99-17.35001 1.70006-25.26001-1.93994-3.63-1.67-6.70999-4.20006-9.56999-6.94006-2.66-2.56-5.24-4.86001-8.56001-6.51001-0.02-0.01-0.04 0.03004-0.02 0.04004l0-0.01001z",
+ "fill": "#9a5b38ff",
+ "width": 12.902057647705078,
+ "height": 4.899784088134766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "8Z7Sq",
+ "x": 6.070122520704899,
+ "y": 5.626352564941044,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "iL2T2",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M9.12 17.46008c0 0 4.02-3.13002 8.09-4.77002 0 0-5.41-8.31006-17.21-12.69006 0 0 5.6 7.99008 9.12 17.46008z",
+ "fill": "#ff9549ff",
+ "width": 5.107461929321289,
+ "height": 5.181679725646973,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "c4hYn",
+ "x": 0.8934104442596436,
+ "y": 0.6883540749549866,
+ "name": "Vector",
+ "geometry": "M5.87 13.04993c0 0 3.05-2.09999 6.07-3.12 0 0-3.57-6.24993-11.94-9.92993 0 0 3.72 6.02992 5.87 13.03992l0 0.01001z",
+ "fill": "#fff2c0ff",
+ "width": 3.5434699058532715,
+ "height": 3.8728652000427246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "XjCaJ",
+ "x": 18.315041343947087,
+ "y": 3.4805736705166055,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "6IVc0",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.46001 16.27002c0 0 3.34999-2.61003 6.92999-3.78003 0 0-5.29-8.34999-14.39-12.48999 0 0 4.26 6.99002 7.45 16.27002l0.01001 0z",
+ "fill": "#ff9549ff",
+ "width": 4.270562171936035,
+ "height": 4.828502655029297,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "uKEq6",
+ "x": 0.6498472690582275,
+ "y": 0.5861946940422058,
+ "name": "Vector",
+ "geometry": "M4.98 12.19006c0 0 2.51001-1.69999 5.12001-2.36999 0 0-3.45001-6.22007-10.10001-9.82007 0 0 2.97 5.41006 4.98 12.19006z",
+ "fill": "#fff2c0ff",
+ "width": 2.997408628463745,
+ "height": 3.6176812648773193,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "sg4dq",
+ "x": 31.283930580397282,
+ "y": 19.675738112578983,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "RJRyq",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 6.40829c0 0 0.80001 3.88008 3.56001 4.71008 0 0 10.07-7.45002 7.09-10.27002-2.98-2.82-4.22001 1.99993-10.65001 5.54993l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 3.3242738246917725,
+ "height": 3.2996323108673096,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "e6Rwa",
+ "x": 0.14291581511497498,
+ "y": 0.12656861543655396,
+ "name": "Vector",
+ "geometry": "M3.00999 10.23388c-1.94-0.73-2.76999-3.18992-3.00999-4.03992 2.44-1.39 4.1-2.93004 5.44-4.17004 1.31-1.21 2.25-2.09002 3.12-2.02002 0.41 0.03 0.83999 0.26998 1.31999 0.72998 0.31 0.29 0.44001 0.6501 0.42001 1.1001-0.15 2.51-5.16001 6.7899-7.29001 8.3999z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -320.20263304016925,
+ "size": {
+ "height": 0.2756622988920282
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.6514665017132696,
+ "y": 0.5952261016033495
+ }
+ },
+ "width": 3.0573527812957764,
+ "height": 3.0371387004852295,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "N4v8t",
+ "x": 2.3946971893310547,
+ "y": 0.18897698819637299,
+ "name": "Vector",
+ "geometry": "M1.84072 0.62232c0.02 0.37-0.37999 0.69998-0.87999 0.72998-0.51 0.03-0.94001-0.25-0.96001-0.62-0.02-0.37 0.38-0.7001 0.88-0.7301 0.51-0.03 0.93999 0.25012 0.96 0.62012z",
+ "fill": "#ffffffff",
+ "width": 0.5493746399879456,
+ "height": 0.4041033387184143,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Qbrea",
+ "x": 10.966893299373623,
+ "y": 11.553598444421368,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "eBoy9",
+ "x": 0,
+ "y": 6.229879593542137,
+ "name": "Vector",
+ "geometry": "M32.64 11.42479c-1.76-10.35-11.51999-12.97001-17.62-10.63-5.14 1.98-6.59 4.86997-6.91 5.71997-4.63-1.82-8.11-5.55994-8.11-5.55994 2.56 5 9.19 8.23999 9.19 8.23999l1.54-1.17004 7.74 3.61999 14.17-0.22998 0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 9.686667442321777,
+ "height": 3.4558513164520264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "PisKc",
+ "x": 14.260415729509987,
+ "y": 6.515221333196678,
+ "name": "Vector",
+ "geometry": "M11.34871 4.83267c-0.47-0.89-2.24999-3.95996-5.01999-4.70996-3.25-0.88-7.02 3.13001-6.22 7.01001l3.65999 1.89001 5.89-3.02002 0.41 1.17994c0 0 4.8-1.58994 7.2-6.93995 0 0-2.68 3.47996-5.92 4.57996l0 0.01001z",
+ "fill": "#1a171bff",
+ "width": 5.124885559082031,
+ "height": 2.6777031421661377,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "Xhh3E",
+ "x": 4.893902954088844,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 4.79993c0 0 5.26999-2.36998 7.56999-2.34998l-1.94-2.44995c0 0-2.70999 1.09993-5.62999 4.79993z",
+ "fill": "#1a171bff",
+ "width": 2.2465691566467285,
+ "height": 1.4244881868362427,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "N5VZw",
+ "x": 13.5388066139094,
+ "y": 0.1938115116863628,
+ "name": "Vector",
+ "geometry": "M5.11 4c0 0-3.75-1.69993-5.11-1.42993l0.51001-2.57007c0 0 1.9 0.76 4.61 4l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.5194803476333618,
+ "height": 1.1870919466018677,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "sHbDS",
+ "x": 2.762862619387306,
+ "y": 6.912295555761375,
+ "name": "Vector",
+ "geometry": "M23.17 9.60781c-1.17-6.98-6.81001-10.37996-13.77001-9.45996-3.97 0.42-7.57 2.35001-9.36999 6.39002l-0.03 0.36999c2.6 5.99 9.88001 7.30994 17.68001 6.68994 0 0 3.25999-0.72991 5.34999-2.2799l0.28-0.4701c0.04-0.49-0.18999-0.74999-0.15-1.23999l0.01 0z m17.22-7.61999c-1.34 1.37-1.39 3.58006-1.28 5.31006 0 0 2.2 3.25001 5.67 4.51001l0.61 0.04992c2.54-1.03 3.66001-4.25999 3.6-6.60998l0.04-0.48999c-1.06-3.65-5.56-5.98003-8.64-2.78003l0 0.01001z",
+ "fill": "#ffffffff",
+ "width": 14.550774574279785,
+ "height": 4.07671594619751,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "group",
+ "id": "3l36i",
+ "x": 5.013758507884631,
+ "y": 6.9077676566448645,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "dnhYs",
+ "x": 0,
+ "y": 0.060547637433046475,
+ "name": "Vector",
+ "geometry": "M14.32629 5.56995c-0.24-0.46-0.50001-0.88004-0.79001-1.29004 0.04 4.42-2.47 8.08004-5.81 8.29004-3.49 0.22-6.56-3.40997-6.86-8.09998-0.1-1.62 0.14-3.14997 0.64-4.46997-0.33 0.04-0.65999 0.08991-0.98999 0.15991-0.4 1.33-0.59001 2.81-0.49 4.37 0.29 4.54 2.87 8.20002 6.08 9.02002 0.95 0.02 1.91 0.00006 2.89-0.05994 2.86-0.85 4.97999-4.01003 5.31999-7.91003l0.01001-0.01001z",
+ "fill": "#1a171bff",
+ "width": 4.251655101776123,
+ "height": 4.023479461669922,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "3O3aV",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": "#1a171bff",
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "tkDVC",
+ "x": 0.25046047479918343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.97232 0.15951c-0.1 0.01-0.21 0.03004-0.31 0.04004-0.5 1.32-0.74 2.85997-0.64 4.46997 0.3 4.7 3.37 8.32998 6.86 8.09997 3.34-0.21 5.85-3.86004 5.81-8.29004-2.48-3.45-6.76-4.98996-11.72-4.32995l0 0.01001z m8.8 10.81005c-0.92 0.06-1.73-0.90001-1.8-2.13-0.08-1.24 0.6-2.28009 1.52-2.34009 0.92-0.06 1.73 0.9 1.8 2.13001 0.08 1.24-0.6 2.28009-1.52 2.34008z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -310.3693376322356,
+ "size": {
+ "height": 0.6322429549215438
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7119485021448071,
+ "y": 0.6869438062918545
+ }
+ },
+ "width": 3.766875743865967,
+ "height": 3.792712450027466,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "cxc1P",
+ "x": 2.6144765308599744,
+ "y": 1.9284865582885686,
+ "name": "Vector",
+ "geometry": "M1.5264 0.00267c-0.92 0.06-1.6 1.11009-1.52001 2.34008 0.08 1.23 0.89 2.19 1.80001 2.13001 0.92-0.06 1.6-1.11009 1.52-2.34009-0.08-1.23-0.89-2.19-1.8-2.13z",
+ "fill": "#ffffffff",
+ "width": 0.9890831708908081,
+ "height": 1.3281852006912231,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "knVHP",
+ "x": 14.88028112822576,
+ "y": 7.0485511755614425,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "WELy4",
+ "x": 0,
+ "y": 0.13013312431576196,
+ "name": "Vector",
+ "geometry": "M7.8 3.69006c0-0.3 0-0.60001-0.02-0.89001-0.16-0.31-0.34-0.61001-0.55-0.89002 0.08 0.56 0.12001 1.16002 0.12001 1.77002-0.01 3.66-1.57 6.62-3.47001 6.62-1.9 0-3.44001-2.98001-3.42001-6.64002 0-1.36 0.22001-2.62003 0.59001-3.66003-0.22 0.1-0.43 0.23-0.64 0.37-0.26 0.99-0.4 2.11004-0.41 3.29003 0 2.4 0.57 4.53992 1.48 5.91993 0.72 0.52 1.56 0.99008 2.47999 1.33007l0.61 0.04993c0.47-0.19 0.9-0.45991 1.27001-0.77991 1.17-1.29 1.96-3.7101 1.97-6.4801l-0.01-0.00989z",
+ "fill": "#1a171bff",
+ "width": 2.317795991897583,
+ "height": 3.252619743347168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "HOzU7",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": "#1a171bff",
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "5C6j8",
+ "x": 0.13397272317524767,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59005 0.43467c-0.37 1.05-0.59 2.31003-0.59 3.66003-0.01 3.66 1.52 6.63001 3.42 6.64002 1.9 0.01 3.46-2.96 3.47-6.62 0-0.61-0.04-1.21002-0.12-1.77002-1.45-1.95-3.96-2.98004-6.19-1.92004l0.01 0.01001z m5.38 7.31994c0 0.96-0.41 1.74011-0.91 1.74011-0.5 0-0.89999-0.78-0.9-1.75 0-0.96 0.41-1.74011 0.91001-1.74011 0.5 0 0.89999 0.78 0.89999 1.75z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -322.76935849467407,
+ "size": {
+ "height": 0.6096632519112717
+ },
+ "colors": [
+ {
+ "color": "#1f1f1fff",
+ "position": 0
+ },
+ {
+ "color": "#1a171bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.7792184726216116,
+ "y": 0.6557322374529413
+ }
+ },
+ "width": 2.0447795391082764,
+ "height": 3.1857802867889404,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "HidTC",
+ "x": 1.368081230808457,
+ "y": 1.7834380886197323,
+ "name": "Vector",
+ "geometry": "M0.91 0c-0.5 0-0.91 0.78011-0.91 1.74011 0 0.96 0.39999 1.75 0.89999 1.75 0.5 0 0.91-0.78011 0.91001-1.74011 0-0.96-0.39999-1.75-0.9-1.75z",
+ "fill": "#ffffffff",
+ "width": 0.5371581315994263,
+ "height": 1.0357707738876343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "Gf9Vj",
+ "x": 2.7460865344874037,
+ "y": 6.797314381292381,
+ "name": "Vector",
+ "geometry": "M0.16671 6.95333c2.58-5.07 8.58-6.79003 13.88-6.03003 5.29 0.75 8.68 5.17997 9.17 10.33997 0.02 0.18 0.31 0.15998 0.31-0.02002 0.11-5.32-4.03999-9.93995-9.12-10.94995-2.85-0.57-5.89-0.30002-8.61 0.72998-2.83 1.07-4.64001 3.13999-5.79001 5.86999-0.04 0.1 0.11 0.15006 0.16001 0.06006z",
+ "fill": "#1a171bff",
+ "width": 6.982723236083984,
+ "height": 3.3798506259918213,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "ytYwa",
+ "x": 2.7510485019556654,
+ "y": 8.948704456975975,
+ "name": "Vector",
+ "geometry": "M0 0.06301c2.91 6.71 11.39 7.36994 17.73 6.68994 0.02 0 0.01-0.02991 0-0.02991-6.37 0.26-14.51-0.08007-17.64-6.70007-0.02-0.05-0.1-0.00996-0.08001 0.04004l-0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 5.2652082443237305,
+ "height": 2.06646728515625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "3V6OY",
+ "x": 14.307673152910866,
+ "y": 6.975176548650779,
+ "name": "Vector",
+ "geometry": "M0.23943 7.0824c0.03-2.86 0.82-5.99003 4.08-6.53003 2.64-0.44 4.78 1.84001 5.75 4.01001 0.02 0.05 0.1 0.01997 0.09-0.03003-0.55-2.73-3.15-4.77001-5.95-4.51001-1.49 0.14-2.84 1.19006-3.58 2.44007-0.82 1.4-0.67 3.08999-0.48 4.61999 0 0.05 0.08 0.04 0.08001 0l0.00999 0z",
+ "fill": "#1a171bff",
+ "width": 3.0152995586395264,
+ "height": 2.111912727355957,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ },
+ {
+ "type": "path",
+ "id": "EHoOv",
+ "x": 16.214717563616432,
+ "y": 8.468577122381248,
+ "name": "Vector",
+ "geometry": "M3.65371 0c-0.12 2.65-1.19 5.28005-3.62 6.55005-0.07 0.04-0.02 0.12999 0.05001 0.10998 2.59-0.96 3.72-4.12003 3.58-6.66003l-0.01001 0z",
+ "fill": "#1a171bff",
+ "width": 1.0907182693481445,
+ "height": 1.9773670434951782,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.31220516562461853
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CqzpB",
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dmAzt",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Costume1",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tFoNL",
+ "x": 40,
+ "y": 1398,
+ "name": "ard-select-sound-item-medium-default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2No9Y",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gJxvk",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "wIwew",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 10.000003814697266,
+ "y": 10.000003814697266,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "kxHrC",
+ "type": "ref",
+ "ref": "r23F0",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "wpffu": {
+ "x": 10,
+ "y": 10
+ },
+ "0c79O": {
+ "x": 10,
+ "y": 10,
+ "name": ""
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1gAEc",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ruLPJ",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J9NH0",
+ "x": 40,
+ "y": 1260,
+ "name": "card-select-sprite-item-medium-default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "../../images/project-run.png",
+ "mode": "fit"
+ },
+ {
+ "type": "color",
+ "color": "#ffffff26",
+ "enabled": false
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rTHKt",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "olUoN",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T1OF4",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Oringinal",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kwaIE",
+ "x": 2,
+ "y": 2,
+ "name": ".sprites style",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i3IpB",
+ "x": 12,
+ "y": 0,
+ "name": "boy",
+ "width": 60,
+ "height": 60,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "bw68L",
+ "x": 0,
+ "y": 0,
+ "name": "boy",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/boy.png",
+ "mode": "fit"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KVfHt",
+ "x": 178,
+ "y": 1398,
+ "name": "card-select-sound-item-medium-hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GXz43",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kva72",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "skQ4n",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UwsjA",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "xjpcI",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 10.000003814697266,
+ "y": 10.000003814697266,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "ws8o0",
+ "type": "ref",
+ "ref": "r23F0",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "wpffu": {
+ "x": 10,
+ "y": 10
+ },
+ "0c79O": {
+ "x": 10,
+ "y": 10,
+ "name": ""
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n4kMz",
+ "x": 178,
+ "y": 1260,
+ "name": "ard-select-sprite-item-medium-hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bIfZv",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VHpml",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gxVRK",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Oringinal",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lSjjI",
+ "x": 2,
+ "y": 2,
+ "name": ".sprites style",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9zXWK",
+ "x": 12,
+ "y": 0,
+ "name": "boy",
+ "width": 60,
+ "height": 60,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "iOTp8",
+ "x": 0,
+ "y": 0,
+ "name": "boy",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/boy.png",
+ "mode": "fit"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4J7gT",
+ "x": 316,
+ "y": 1398,
+ "name": "card-select-sound-item-medium-active",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8ZncT",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 162928",
+ "width": 56.00000762939453,
+ "height": 56.00000762939453,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3WrT0",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 10.000003814697266,
+ "y": 10.000003814697266,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "AWuhR",
+ "type": "ref",
+ "ref": "r23F0",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "wpffu": {
+ "x": 10,
+ "y": 10
+ },
+ "0c79O": {
+ "x": 10,
+ "y": 10,
+ "name": ""
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WZPbn",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QgYfd",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j5H0U",
+ "x": 316,
+ "y": 1260,
+ "name": "card-select-sprite-item-medium-active",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sWDHC",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "shMC8",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Oringinal",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qFb98",
+ "x": 2,
+ "y": 2,
+ "name": ".sprites style",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1HXqJ",
+ "x": 12,
+ "y": 0,
+ "name": "boy",
+ "width": 60,
+ "height": 60,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "KZeYf",
+ "x": 0,
+ "y": 0,
+ "name": "boy",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/boy.png",
+ "mode": "fit"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QxzPt",
+ "x": 68,
+ "y": -4,
+ "name": ".card/more-corner-marker",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JVgmy",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fule5",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "#ffffffff",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "APt4H",
+ "x": 316,
+ "y": 1694,
+ "name": "card-add-item-medium-corner-menu",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eJHut",
+ "x": 0,
+ "y": 0,
+ "name": "Card/Sprite list",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TlHsI",
+ "x": 0,
+ "y": 0,
+ "name": "add",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c5u5o",
+ "x": 32,
+ "y": 32,
+ "name": "icon/add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "U19RT",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ndwUa",
+ "x": 32,
+ "y": 32,
+ "fill": "$turquoise500",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "polCI",
+ "x": -58,
+ "y": -158,
+ "name": "CornerMenu",
+ "clip": true,
+ "width": 204,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "cDK4y",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q10Br",
+ "name": "Frame 1000003095",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xYgLt",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Select local life",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R0akz",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "O80lO",
+ "name": "Frame 1000003095",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l7qEJ",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "Choose from asset library",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nmKO8",
+ "name": ".select",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "YIOsk",
+ "name": "Frame 1000003095",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GzkW9",
+ "name": "text",
+ "fill": "$grey1000",
+ "content": "record",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wIBK3",
+ "x": 40.00000000000033,
+ "y": 1696.000000000001,
+ "name": "card-add-item-medium-default",
+ "reusable": true,
+ "rotation": -360,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w60to",
+ "x": 0,
+ "y": 0,
+ "name": "add",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UvhiP",
+ "x": 32,
+ "y": 32,
+ "name": "icon/add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iLvLE",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LkDmK",
+ "x": 32,
+ "y": 32,
+ "rotation": -1.4033418597069752e-14,
+ "fill": "$turquoise500",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vn7ct",
+ "x": 178,
+ "y": 1696,
+ "name": "Card/Add item/Mcard-add-item-medium-hoveredium/Hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KWc58",
+ "x": 0,
+ "y": 0,
+ "name": "add",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HZTGE",
+ "x": 32,
+ "y": 32,
+ "name": "icon/add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "S3SYO",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GgSbz",
+ "x": 32,
+ "y": 32,
+ "fill": "$turquoise500",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CKeKZ",
+ "x": 1372,
+ "y": 805,
+ "name": "card-more-corner-marker",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 20,
+ 18
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "FZkhJ",
+ "name": "Frame 1000004844",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0y5FE",
+ "name": "Corner marker/Sprite item/More/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yxt09",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bps2v",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3HvDb",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KethK",
+ "name": "Corner marker/Sprite item/More/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCNW7",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CwmO6",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666665077209473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VBylm",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MHSYP",
+ "name": "Corner marker/Sprite item/More/Click",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow600",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SFtYg",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ij2c2",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666665077209473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AA6Lw",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AAZJc",
+ "name": "Frame 1000004845",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g9vZy",
+ "name": "Corner marker/Sound item/More/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bW1a5",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fdX8e",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666665077209473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r9nXy",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "y93ew",
+ "name": "Corner marker/Sound item/More/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$purple400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O1hcY",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p4DIW",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666665077209473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Oe01q",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eyQHn",
+ "name": "Corner marker/Sound item/More/Click",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$purple600",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t03Lv",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Rfirc",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666665077209473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uDc31",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TioYT",
+ "name": "Frame 1000004846",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F0a5o",
+ "name": "Corner marker/Backdrop item/More/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$blue500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dm4wE",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VW6Jt",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JG14t",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x4kkn",
+ "name": "Corner marker/Backdrop item/More/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$blue400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TMkJy",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zFedR",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666665077209473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xlQgt",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F0ox5",
+ "name": "Corner marker/Backdrop item/More/Click",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$blue600",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VDIw7",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Rtx76",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666665077209473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5nfje",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FQeHl",
+ "name": "Frame 1000004847",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JzvpT",
+ "name": "Corner marker/Stage item/Exchange/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$blue500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uWaPc",
+ "x": 5,
+ "y": 5,
+ "name": "exchange",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4VUfy",
+ "x": 1.1665242910385132,
+ "y": 1.7498575448989868,
+ "name": "exchange",
+ "geometry": "M14.00025 17.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l3.29297-3.29297-12.58594 0c-0.553 0-1-0.448-1-1 0-0.552 0.447-1 1-1l15 0c0.404 0 0.77007 0.24394 0.92407 0.61694 0.155 0.374 0.06896 0.80409-0.21704 1.09009l-5 5c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z m3-11c0-0.552-0.447-1-1-1l-12.58594 0 3.29297-3.29297c0.391-0.391 0.391-1.02306 0-1.41406-0.391-0.391-1.02306-0.391-1.41406 0l-5 5c-0.286 0.286-0.37204 0.71609-0.21704 1.09009 0.154 0.374 0.52007 0.61694 0.92407 0.61694l15 0c0.553 0 1-0.448 1-1z",
+ "fill": "$grey100",
+ "width": 11.666959762573242,
+ "height": 9.916830062866211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r5tqg",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "g",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ngWU8",
+ "name": "Corner marker/Stage item/Exchange/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$blue400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fZhfv",
+ "x": 5.000195482904019,
+ "y": 4.9998045225565875,
+ "name": "exchange",
+ "enabled": false,
+ "rotation": -0.0016000269902307436,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qGbVr",
+ "x": 1.1665242910385132,
+ "y": 1.7498575448989868,
+ "name": "exchange",
+ "geometry": "M14.00025 17.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l3.29297-3.29297-12.58594 0c-0.553 0-1-0.448-1-1 0-0.552 0.447-1 1-1l15 0c0.404 0 0.77007 0.24394 0.92407 0.61694 0.155 0.374 0.06896 0.80409-0.21704 1.09009l-5 5c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z m3-11c0-0.552-0.447-1-1-1l-12.58594 0 3.29297-3.29297c0.391-0.391 0.391-1.02306 0-1.41406-0.391-0.391-1.02306-0.391-1.41406 0l-5 5c-0.286 0.286-0.37204 0.71609-0.21704 1.09009 0.154 0.374 0.52007 0.61694 0.92407 0.61694l15 0c0.553 0 1-0.448 1-1z",
+ "fill": "$grey100",
+ "width": 11.666959762573242,
+ "height": 9.916830062866211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ciJ7x",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "g",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CEyVb",
+ "name": "Corner marker/Stage item/Exchange/Click",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$blue600",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wTbUc",
+ "x": 5,
+ "y": 5,
+ "name": "exchange",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kUZV0",
+ "x": 1.1665242910385132,
+ "y": 1.7498575448989868,
+ "name": "exchange",
+ "geometry": "M14.00025 17.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l3.29297-3.29297-12.58594 0c-0.553 0-1-0.448-1-1 0-0.552 0.447-1 1-1l15 0c0.404 0 0.77007 0.24394 0.92407 0.61694 0.155 0.374 0.06896 0.80409-0.21704 1.09009l-5 5c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z m3-11c0-0.552-0.447-1-1-1l-12.58594 0 3.29297-3.29297c0.391-0.391 0.391-1.02306 0-1.41406-0.391-0.391-1.02306-0.391-1.41406 0l-5 5c-0.286 0.286-0.37204 0.71609-0.21704 1.09009 0.154 0.374 0.52007 0.61694 0.92407 0.61694l15 0c0.553 0 1-0.448 1-1z",
+ "fill": "$grey100",
+ "width": 11.666959762573242,
+ "height": 9.916830062866211,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zb8JQ",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "g",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WFRse",
+ "name": "Frame 1000004848",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b7OFe",
+ "name": "Corner marker/Library/Check/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LMTVI",
+ "x": 5,
+ "y": 5,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oXzVS",
+ "x": 1.9133789539337158,
+ "y": 3.0804443359375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "$grey100",
+ "width": 10.173816680908203,
+ "height": 7.839559078216553,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.440000057220459
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QVJSj",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xC9dQ",
+ "name": "Corner marker/Library/Check/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WWn5t",
+ "x": 5,
+ "y": 5,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1jqeR",
+ "x": 1.9133789539337158,
+ "y": 3.0804443359375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "$grey100",
+ "width": 10.173816680908203,
+ "height": 7.839559078216553,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.440000057220459
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BYGgD",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ck3Vo",
+ "name": "Corner marker/Library/Check/Click",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise600",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7cpK6",
+ "x": 5,
+ "y": 5,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PY1AA",
+ "x": 1.9133789539337158,
+ "y": 3.0804443359375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "$grey100",
+ "width": 10.173816680908203,
+ "height": 7.839559078216553,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.440000057220459
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6h0kn",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4KxYa",
+ "name": "Frame 1000004849",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SDo8b",
+ "name": "Corner marker/Add sprite item/Check/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$green500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U19l7",
+ "x": 5,
+ "y": 5,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cW0ox",
+ "x": 1.9133789539337158,
+ "y": 3.0804443359375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "$grey100",
+ "width": 10.173816680908203,
+ "height": 7.839559078216553,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.440000057220459
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tQLNF",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UGR4N",
+ "name": "Corner marker/Add sprite item/Check/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$green400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FD0xz",
+ "x": 5,
+ "y": 5,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Mugef",
+ "x": 1.9133789539337158,
+ "y": 3.0804443359375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "$grey100",
+ "width": 10.173816680908203,
+ "height": 7.839559078216553,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.440000057220459
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0gcig",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fgFbr",
+ "name": "Corner marker/Add sprite item/Check/Click",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$green600",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6AoZw",
+ "x": 5,
+ "y": 5,
+ "name": "icon/check-m-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "K8Y7x",
+ "x": 1.9133789539337158,
+ "y": 3.0804443359375,
+ "name": "Union",
+ "geometry": "M12.08724 0.42009c0.56006-0.56004 1.4664-0.56012 2.02656-0.00025 0.56049 0.55936 0.56019 1.4683-0.00027 2.02768l-8.33279 8.33279-0.00113 0.00113c-0.26931 0.26788-0.63434 0.41793-1.01345 0.41793l-0.00301 0-0.00225 0c-0.38239-0.00143-0.74724-0.15498-1.01538-0.42744l-3.33322-3.38489c-0.55565-0.56425-0.54912-1.47206 0.01624-2.02738 0.56372-0.5537 1.46986-0.54882 2.02628 0.01622l2.31995 2.35587 7.31248-7.31166z",
+ "fill": "$grey100",
+ "width": 10.173816680908203,
+ "height": 7.839559078216553,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.440000057220459
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jTTQH",
+ "x": 5,
+ "y": 5,
+ "fill": "$grey100",
+ "content": "4",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q1sf4",
+ "name": "Frame 1000004850",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hv8wN",
+ "name": "Corner marker/Project item/More/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$grey100",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zur5P",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "G1Z2u",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey800",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xd7Ty",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey800",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v4HXw",
+ "name": "Corner marker/Project item/More/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NrdLu",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2pTeo",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6azcF",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZGZ33",
+ "name": "Corner marker/Project item/More/Click",
+ "reusable": true,
+ "width": 24,
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ievbc",
+ "name": "Frame 1000004830",
+ "fill": "$turquoise500",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hDxSG",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ed9js",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sBVxX",
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "swLA4",
+ "x": 0,
+ "y": 0,
+ "name": "list",
+ "enabled": false,
+ "width": 112,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "toa2M",
+ "name": "Expand list",
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "fKb9I",
+ "name": ".list/select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zoolI",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yd14C",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Edit",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X1X8p",
+ "name": ".list/select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "woelQ",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "utAig",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Remove",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B4aga",
+ "name": "Frame 1000004851",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eL07L",
+ "name": "Corner marker/Gen-sprite item/More/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mHb20",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aAf6D",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r4cqG",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LWax4",
+ "name": "Corner marker/Gen-sprite item/More/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pYdmG",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OkaS5",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jaBhI",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I06Dd",
+ "name": "Corner marker/Gen-sprite item/More/Click",
+ "reusable": true,
+ "width": 24,
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "76nFl",
+ "name": "Frame 1000004830",
+ "fill": "$turquoise600",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8uomm",
+ "x": 4,
+ "y": 4,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5AwVH",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nFKT6",
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XseVG",
+ "x": 0,
+ "y": 0,
+ "name": "list",
+ "enabled": false,
+ "width": 112,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FOwxJ",
+ "name": "list/expand-list",
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EqcS7",
+ "name": ".list/select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "GBRw1",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VqCaN",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Edit",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3Vwj4",
+ "name": ".list/select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "SjRiJ",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3kDby",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Remove",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HfVic",
+ "name": "Frame 1000004852",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mgguk",
+ "name": "Corner marker/Item/Cancel selection/Default",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mDjKQ",
+ "x": 4,
+ "y": 4,
+ "name": "Cancel selection",
+ "enabled": false,
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 999,
+ "id": "s6hKp",
+ "x": 1.3333333730697632,
+ "y": 6.666666507720947,
+ "name": "Rectangle 1031",
+ "fill": "$grey100",
+ "width": 13.333333015441895,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BFTSx",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "k",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JaBO2",
+ "name": "Corner marker/Item/Cancel selection/Hover",
+ "reusable": true,
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise400",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ydenU",
+ "x": 4,
+ "y": 4,
+ "name": "Cancel selection",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 999,
+ "id": "7G1Sh",
+ "x": 1.3333333730697632,
+ "y": 6.666666507720947,
+ "name": "Rectangle 1031",
+ "fill": "$grey100",
+ "width": 13.333333015441895,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kXzZG",
+ "name": "Corner marker/Item/Cancel selection/Click",
+ "reusable": true,
+ "width": 24,
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "gap": 10,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X8BeP",
+ "name": "Frame 1000004830",
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise600",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9KolQ",
+ "x": 4,
+ "y": 4,
+ "name": "Cancel selection",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 999,
+ "id": "weWkp",
+ "x": 1.3333333730697632,
+ "y": 6.666666507720947,
+ "name": "Rectangle 1031",
+ "fill": "$grey100",
+ "width": 13.333333015441895,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uyZRZ",
+ "x": 0,
+ "y": 0,
+ "name": "list",
+ "enabled": false,
+ "width": 112,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sHAjT",
+ "name": "list/expand-list",
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ziM4H",
+ "name": ".list/select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "eyFkz",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Q3cZs",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Edit",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rzC1M",
+ "name": ".list/select",
+ "width": 96,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "A9Mfv",
+ "name": "Frame 1000003095",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9zOiJ",
+ "name": "text",
+ "fill": "#24292fff",
+ "content": "Remove",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Llu7s",
+ "x": 2136,
+ "y": 156,
+ "name": "card-project",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 24,
+ "padding": 18,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VIdgS",
+ "name": "card-my-project-item-default",
+ "reusable": true,
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3hfWW",
+ "x": 0,
+ "y": 174,
+ "name": "Info section",
+ "width": 232,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8w0hb",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "pMfl5",
+ "name": "Frame 1000003084",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6UzSU",
+ "name": "Heading",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width-height",
+ "width": 117,
+ "height": 24,
+ "content": "Space Werewolf ",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7y54S",
+ "name": "icon/pubilsh-colorful",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZIdoO",
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WMMlX",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#219ffc",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "1AlMS",
+ "x": 3.200000047683716,
+ "y": 12.800195693969727,
+ "name": "public",
+ "rotation": 180,
+ "flipX": true,
+ "clip": true,
+ "width": 9.600112915039062,
+ "height": 9.600112915039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9726560711860657
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gtIyK",
+ "x": 0.7543615698814392,
+ "y": 8.845818519592285,
+ "name": "globe-earth",
+ "rotation": 180,
+ "flipX": true,
+ "geometry": "M10.75 0c-5.928 0-10.75 4.823-10.75 10.75 0 5.927 4.822 10.75 10.75 10.75 5.928 0 10.75-4.823 10.75-10.75 0-5.927-4.822-10.75-10.75-10.75z m-9.25 10.75c0-1.066 0.18999-2.08601 0.52399-3.04001 0.62 4.51 4.57601 4.89102 4.74701 5.61002 0.19 0.81 0.00001 1.05 0.07 2.44 0.07 1.39 1.98998 1.40998 2.72998 2.50998 0.218 0.32 0.34404 1.005 0.29004 1.685-4.685-0.449-8.36102-4.40499-8.36102-9.20499z m11.76001 8.89499c0.681-2.133 2.72596-2.85599 2.93396-4.08899 0.167-0.989-1.13299-1.49501-2.29999-1.63901-1.156-0.133-0.98897-1.34398-1.81097-2.19998-0.822-0.856-1.36001-0.80702-2.51502-0.66302-1.167 0.133-2.14502 0.05002-2.46801-0.66098-0.311-0.711 0.08901-1.05101-0.76099-1.93201-0.708-0.734 0.05199-1.39199 0.42999-1.48099 0.6-0.144 1.66699 0.90498 2.29199 0.77698 1.883-0.388-0.37298-4.073 2.45502-5 0.495-0.162 0.95798-0.55598 1.19098-1.04398 1.616 0.35 3.07001 1.12598 4.25201 2.19998 0.325 0.925 0.551 1.98702 0.362 2.55002-0.378 1.167-1.32695 2.00599-0.29095 3.91599 1.081 1.994 1.74795 2.26501 2.23395 1.71701 0.193-0.218 0.44403-0.372 0.69403-0.465-0.367 3.837-3.087 6.99298-6.698 8.01398z",
+ "fill": "$grey100",
+ "width": 8.091524124145508,
+ "height": 8.091524124145508,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.1667410284280777,
+ "fill": "$grey100"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ee3AO",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q6HQF",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G6FEH",
+ "x": 0,
+ "y": 3,
+ "name": "icon/heart-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hBrpP",
+ "x": 1.3136929869651794,
+ "y": 1.604235053062439,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "$red500",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GZBXt",
+ "fill": "$red500",
+ "content": "r",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "4KBaK",
+ "name": "899K",
+ "fill": "$grey700",
+ "content": "899K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "geG0J",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AAII6",
+ "name": "22 hours ago",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DzqpZ",
+ "x": 0,
+ "y": 0,
+ "name": "Thumbnail",
+ "width": 232,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2bqug",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/map-bg.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3fg42",
+ "name": "card-my-project-item-hover",
+ "reusable": true,
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Card-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 10.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "P8kwC",
+ "x": 0,
+ "y": 174,
+ "name": "Info section",
+ "width": 232,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1tG5c",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qjmmY",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T3E5U",
+ "name": "Heading",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width-height",
+ "width": 137,
+ "height": 24,
+ "content": "Space Werewolf Kill",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "LUqPg",
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oDf77",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#219ffc",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pYnV3",
+ "x": 3.200000047683716,
+ "y": 12.800195693969727,
+ "name": "public",
+ "rotation": 180,
+ "flipX": true,
+ "clip": true,
+ "width": 9.600112915039062,
+ "height": 9.600112915039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9726560711860657
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mkKre",
+ "x": 0.7543615698814392,
+ "y": 8.845818519592285,
+ "name": "globe-earth",
+ "rotation": 180,
+ "flipX": true,
+ "geometry": "M10.75 0c-5.928 0-10.75 4.823-10.75 10.75 0 5.927 4.822 10.75 10.75 10.75 5.928 0 10.75-4.823 10.75-10.75 0-5.927-4.822-10.75-10.75-10.75z m-9.25 10.75c0-1.066 0.18999-2.08601 0.52399-3.04001 0.62 4.51 4.57601 4.89102 4.74701 5.61002 0.19 0.81 0.00001 1.05 0.07 2.44 0.07 1.39 1.98998 1.40998 2.72998 2.50998 0.218 0.32 0.34404 1.005 0.29004 1.685-4.685-0.449-8.36102-4.40499-8.36102-9.20499z m11.76001 8.89499c0.681-2.133 2.72596-2.85599 2.93396-4.08899 0.167-0.989-1.13299-1.49501-2.29999-1.63901-1.156-0.133-0.98897-1.34398-1.81097-2.19998-0.822-0.856-1.36001-0.80702-2.51502-0.66302-1.167 0.133-2.14502 0.05002-2.46801-0.66098-0.311-0.711 0.08901-1.05101-0.76099-1.93201-0.708-0.734 0.05199-1.39199 0.42999-1.48099 0.6-0.144 1.66699 0.90498 2.29199 0.77698 1.883-0.388-0.37298-4.073 2.45502-5 0.495-0.162 0.95798-0.55598 1.19098-1.04398 1.616 0.35 3.07001 1.12598 4.25201 2.19998 0.325 0.925 0.551 1.98702 0.362 2.55002-0.378 1.167-1.32695 2.00599-0.29095 3.91599 1.081 1.994 1.74795 2.26501 2.23395 1.71701 0.193-0.218 0.44403-0.372 0.69403-0.465-0.367 3.837-3.087 6.99298-6.698 8.01398z",
+ "fill": "$grey100",
+ "width": 8.091524124145508,
+ "height": 8.091524124145508,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.1667410284280777,
+ "fill": "$grey100"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iAcwc",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IiOt9",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AN5aY",
+ "x": 0,
+ "y": 3,
+ "name": "icon/heart-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lPkzz",
+ "x": 1.3136929869651794,
+ "y": 1.604235053062439,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Ba7J1",
+ "fill": "$red500",
+ "content": "r",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "rnlHU",
+ "name": "899K",
+ "fill": "$grey700",
+ "content": "899K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "b4xgd",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ddbUX",
+ "name": "22 hours ago",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xcEp1",
+ "x": 0,
+ "y": 0,
+ "name": "Thumbnail",
+ "width": 232.00001525878906,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GbEp4",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/map-bg.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WC0Dc",
+ "x": 192,
+ "y": 8,
+ "name": ".card/more-corner-marker",
+ "width": 32,
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0232601165771484
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NDvK9",
+ "x": 5.333333492279053,
+ "y": 5.333333492279053,
+ "name": "icon/more-horizontal-filled",
+ "enabled": false,
+ "width": 21.33333396911621,
+ "height": 21.33333396911621,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BfeAu",
+ "x": 1.7911242246627808,
+ "y": 8.88888931274414,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey800",
+ "width": 17.78,
+ "height": 3.555555820465088,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3333333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0LKmu",
+ "x": 6,
+ "y": 6,
+ "fill": "$grey800",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rIuyc",
+ "name": "card-project-item-default",
+ "reusable": true,
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OqT5q",
+ "x": 0,
+ "y": 174,
+ "name": "Info section",
+ "width": 232,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RuESo",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "IgLDu",
+ "name": "Heading",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2w0rt",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8OPfY",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UEoxa",
+ "x": 0,
+ "y": 3,
+ "name": "icon/heart-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MPUSo",
+ "x": 1.3136929869651794,
+ "y": 1.604235053062439,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "$red500",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hpwN6",
+ "fill": "$red500",
+ "content": "r",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "qRBQZ",
+ "name": "888K",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D3t5i",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GLoDe",
+ "name": "1 weeks ago",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uVmhW",
+ "x": 0,
+ "y": 0,
+ "name": "Thumbnail",
+ "width": 232.00001525878906,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kKa7G",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/map-bg.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "rectangle",
+ "id": "9m4u3",
+ "x": 0,
+ "y": 170,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 232,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "PZJ0q",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar-bg",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "14Hiw",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$grey100",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "buYmK",
+ "x": 25,
+ "y": 5,
+ "name": "User Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Ws5Y7",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IUIE3",
+ "name": "card-project-item-hover",
+ "reusable": true,
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-03",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cd08C",
+ "x": 0,
+ "y": 174,
+ "name": "Info section",
+ "width": 232,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zI4fr",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "B7wtH",
+ "name": "Heading",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TQ9ui",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v8bqP",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oNbwF",
+ "x": 0,
+ "y": 3,
+ "name": "icon/heart-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0NnMS",
+ "x": 1.3136929869651794,
+ "y": 1.604235053062439,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "$red500",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9BCfU",
+ "fill": "$red500",
+ "content": "r",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "KCVvp",
+ "name": "888K",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kpjWG",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kNHga",
+ "name": "1 weeks ago",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yeNDV",
+ "x": 0,
+ "y": 0,
+ "name": "Thumbnail",
+ "width": 232.00001525878906,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5HpWv",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/map-bg.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "6utUk",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar-bg",
+ "width": 241,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "EAe9F",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 232,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "FGVYW",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OUf9y",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$grey100",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "n4AuE",
+ "x": 25,
+ "y": 5,
+ "name": "User Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "5v0qu",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "wLvRz",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EzNOB",
+ "x": 3378,
+ "y": 156,
+ "name": "card-add-sprite",
+ "clip": true,
+ "width": 418,
+ "height": 360,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fVo12",
+ "x": 20,
+ "y": 106,
+ "name": "card-edit-item-original-active",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rjnNi",
+ "x": 0,
+ "y": 0,
+ "name": "bg",
+ "width": 88,
+ "height": 66,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -173.67559774906596,
+ "size": {
+ "height": 1.0213843702471292
+ },
+ "colors": [
+ {
+ "color": "#ffb55cff",
+ "position": 0
+ },
+ {
+ "color": "#ffd39eff",
+ "position": 0.618552565574646
+ },
+ {
+ "color": "#ffd9a9ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37531381490420684,
+ "y": 0.4999999912316236
+ }
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "BqLWI",
+ "x": 15,
+ "y": 3,
+ "name": "牛小七",
+ "width": 56.000003814697266,
+ "height": 59.73333740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3538742065429688
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k7FJK",
+ "x": 39.38568878173828,
+ "y": 52.26349639892578,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 4.570744514465332,
+ "height": 1.6105495691299438
+ },
+ {
+ "type": "group",
+ "id": "4D0lc",
+ "x": 16.617082595825195,
+ "y": 38.452415466308594,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "lcA5Z",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "ReM5S",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "n90UB",
+ "x": 5.077648162841797,
+ "y": 3.60349440574646,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 22.47551727294922,
+ "height": 13.511774063110352,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "pZYGo",
+ "x": 0.005288615822792053,
+ "y": 4.6691575050354,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 6.7442097663879395,
+ "height": 7.084456920623779,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "OFe8Z",
+ "x": 4.387684345245361,
+ "y": 10.425519943237305,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 18.476961135864258,
+ "height": 2.9764411449432373,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "JDSf2",
+ "x": 16.61054801940918,
+ "y": 47.465702056884766,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 3.584906816482544,
+ "height": 2.744357109069824,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pW5Zs",
+ "x": 2.029627799987793,
+ "y": 18.778669357299805,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 8.90285587310791,
+ "height": 11.939857482910156
+ },
+ {
+ "type": "path",
+ "id": "BV9sI",
+ "x": 4.159869194030762,
+ "y": 21.032638549804688,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 6.083850383758545,
+ "height": 8.616525650024414
+ },
+ {
+ "type": "path",
+ "id": "gI4mg",
+ "x": 6.186079025268555,
+ "y": 8.20037841796875,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 47.42412185668945,
+ "height": 32.164005279541016
+ },
+ {
+ "type": "group",
+ "id": "oaaGW",
+ "x": 45.48714065551758,
+ "y": 13.229925155639648,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "CthlW",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 10.512808799743652,
+ "height": 10.369597434997559
+ },
+ {
+ "type": "path",
+ "id": "ThJHR",
+ "x": 1.4081637859344482,
+ "y": 1.8920115232467651,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 7.1488847732543945,
+ "height": 7.718459129333496
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "YNQpC",
+ "x": -0.006689093075692654,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "HQemt",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "CMQNu",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "38E85",
+ "x": 0,
+ "y": 8.178776741027832,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.66290855407715,
+ "height": 10.637616157531738,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "rQtZU",
+ "x": 6.186069659373061,
+ "y": 17.45732879638672,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "frHIh",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "vCN9U",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "PHvU4",
+ "x": 0,
+ "y": 0.330770343542099,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 47.423397064208984,
+ "height": 22.571809768676758,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "WV9q3",
+ "x": 18.13302230834961,
+ "y": 23.670276641845703,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 6.901936054229736,
+ "height": 4.795725345611572
+ },
+ {
+ "type": "path",
+ "id": "dNWjw",
+ "x": 35.76487731933594,
+ "y": 20.724668502807617,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 6.574549674987793,
+ "height": 5.235086917877197
+ },
+ {
+ "type": "path",
+ "id": "jKc3E",
+ "x": 37.68821716308594,
+ "y": 32.65613555908203,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 8.36575698852539,
+ "height": 11.351444244384766
+ },
+ {
+ "type": "path",
+ "id": "IcJNo",
+ "x": 17.235729217529297,
+ "y": 35.70989990234375,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 27.849016189575195,
+ "height": 15.157014846801758
+ },
+ {
+ "type": "path",
+ "id": "uMEEV",
+ "x": 24.31342124938965,
+ "y": 39.062007904052734,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 15.254059791564941,
+ "height": 3.3781485557556152
+ },
+ {
+ "type": "path",
+ "id": "YQUPf",
+ "x": 22.592674255371094,
+ "y": 40.69409942626953,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 18.651037216186523,
+ "height": 3.5744850635528564
+ },
+ {
+ "type": "path",
+ "id": "KvL2w",
+ "x": 21.401416778564453,
+ "y": 42.45018768310547,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 21.2174072265625,
+ "height": 3.8464651107788086
+ },
+ {
+ "type": "path",
+ "id": "34vVd",
+ "x": 21.120956420898438,
+ "y": 44.23979568481445,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 22.157426834106445,
+ "height": 3.876481771469116
+ },
+ {
+ "type": "path",
+ "id": "G8Wwg",
+ "x": 20.92612648010254,
+ "y": 45.856346130371094,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 22.898481369018555,
+ "height": 4.139045715332031
+ },
+ {
+ "type": "path",
+ "id": "LLZnu",
+ "x": 23.182415008544922,
+ "y": 40.64959716796875,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 1.1239328384399414,
+ "height": 1.679884433746338
+ },
+ {
+ "type": "path",
+ "id": "LnrIA",
+ "x": 21.53209114074707,
+ "y": 41.55651092529297,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 1.5280381441116333,
+ "height": 2.4605355262756348
+ },
+ {
+ "type": "path",
+ "id": "fyHjj",
+ "x": 19.866357803344727,
+ "y": 42.628177642822266,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 1.8683029413223267,
+ "height": 3.458585023880005
+ },
+ {
+ "type": "path",
+ "id": "LJrDD",
+ "x": 18.228164672851562,
+ "y": 43.84294891357422,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 3.004059076309204,
+ "height": 4.078660011291504
+ },
+ {
+ "type": "path",
+ "id": "NZqDl",
+ "x": 39.737369537353516,
+ "y": 36.082763671875,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 4.838503837585449,
+ "height": 7.112331867218018
+ },
+ {
+ "type": "path",
+ "id": "Xqysz",
+ "x": 38.558143615722656,
+ "y": 37.00281524658203,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 4.9835524559021,
+ "height": 6.44284725189209
+ },
+ {
+ "type": "path",
+ "id": "DqaEU",
+ "x": 37.15864181518555,
+ "y": 38.022850036621094,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 4.180316925048828,
+ "height": 3.5326974391937256
+ },
+ {
+ "type": "path",
+ "id": "4SiM0",
+ "x": 25.2121639251709,
+ "y": 40.09278106689453,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 3.53872013092041,
+ "height": 0.8743231892585754
+ },
+ {
+ "type": "path",
+ "id": "GGkUF",
+ "x": 34.93988037109375,
+ "y": 38.013160705566406,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 3.0964677333831787,
+ "height": 1.8182283639907837
+ },
+ {
+ "type": "group",
+ "id": "avuKE",
+ "x": 24.544474262909716,
+ "y": 38.00888109450898,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "eKDzE",
+ "x": 0,
+ "y": 0.04451516399421962,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 13.319315910339355,
+ "height": 13.063573837280273,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "zaab0",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "pjsJB",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "wOIeE",
+ "x": 0.09804869054096343,
+ "y": 2.0158317064706353,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 10.362444877624512,
+ "height": 9.260039329528809,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "XCq3S",
+ "x": 7.010456424040967,
+ "y": 2.6436798548165825,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.566380500793457,
+ "height": 1.1042770147323608,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "kGU1F",
+ "x": 33.45711898803711,
+ "y": 38.67351150512695,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.099500894546509,
+ "height": 1.6692770719528198,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "C3BUL",
+ "x": 43.33816146850586,
+ "y": 32.6573371887207,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 2.712462902069092,
+ "height": 2.936070203781128,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vgc4c",
+ "x": 16.462854385375977,
+ "y": 41.077823638916016,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 6.73923921585083,
+ "height": 5.513971328735352
+ },
+ {
+ "type": "path",
+ "id": "floOK",
+ "x": 19.892364501953125,
+ "y": 41.59261703491211,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.258016586303711,
+ "height": 2.134441614151001
+ },
+ {
+ "type": "path",
+ "id": "SWUUe",
+ "x": 18.846277236938477,
+ "y": 42.2577018737793,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.3400819301605225,
+ "height": 2.191260814666748
+ },
+ {
+ "type": "path",
+ "id": "DfFDx",
+ "x": 17.878299713134766,
+ "y": 42.95650863647461,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.312725305557251,
+ "height": 2.2629034519195557
+ },
+ {
+ "type": "path",
+ "id": "z8MDd",
+ "x": 8.112428665161133,
+ "y": 7.051805019378662,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 39.970237731933594,
+ "height": 17.750932693481445,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 7.299805164337158
+ },
+ "blur": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "VnFLf",
+ "x": 15.41856575012207,
+ "y": 11.167590141296387,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6406052112579346,
+ "height": 1.8335646390914917,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UD3jc",
+ "x": 30.002487182617188,
+ "y": 8.321864128112793,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482712517433491,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6403337717056274,
+ "height": 1.8338708877563477,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0Mb8m",
+ "x": 3.6339213848114014,
+ "y": 11.21088981628418,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 3.0513076782226562,
+ "height": 2.7174603939056396,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7dJ5K",
+ "x": 7.600803852081299,
+ "y": 12.036020278930664,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 3.7519471645355225,
+ "height": 4.360287189483643,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ShkL5",
+ "x": 1.7808818817138672,
+ "y": 9.75552749633789,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 1.1737710237503052,
+ "height": 0.8374711871147156,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YxV3H",
+ "x": 47.16827392578125,
+ "y": 4.608963966369629,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 3.655601739883423,
+ "height": 1.9318666458129883,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VKlmP",
+ "x": 42.91977310180664,
+ "y": 6.653646469116211,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 4.856729030609131,
+ "height": 3.458585023880005,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MI6rO",
+ "x": 50.24177551269531,
+ "y": 2.2672126293182373,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 1.3155186176300049,
+ "height": 0.5385510921478271,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rLwLb",
+ "x": 20,
+ "y": 20,
+ "name": "card-edit-item-original-default",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Zi7i",
+ "x": 0,
+ "y": 0,
+ "name": "bg",
+ "width": 88,
+ "height": 66,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -173.67559774906596,
+ "size": {
+ "height": 1.0213843702471292
+ },
+ "colors": [
+ {
+ "color": "#ffb55cff",
+ "position": 0
+ },
+ {
+ "color": "#ffd39eff",
+ "position": 0.618552565574646
+ },
+ {
+ "color": "#ffd9a9ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37531381490420684,
+ "y": 0.4999999912316236
+ }
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "IiTPX",
+ "x": 15,
+ "y": 3,
+ "name": "牛小七",
+ "width": 56.000003814697266,
+ "height": 59.73333740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3538742065429688
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OUixH",
+ "x": 39.38568878173828,
+ "y": 52.26349639892578,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 4.570744514465332,
+ "height": 1.6105495691299438
+ },
+ {
+ "type": "group",
+ "id": "XwGI6",
+ "x": 16.617082595825195,
+ "y": 38.452415466308594,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "qMtcT",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "WrT0R",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "WffjA",
+ "x": 5.077648162841797,
+ "y": 3.60349440574646,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 22.47551727294922,
+ "height": 13.511774063110352,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "XN7rl",
+ "x": 0.005288615822792053,
+ "y": 4.6691575050354,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 6.7442097663879395,
+ "height": 7.084456920623779,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "yxGfp",
+ "x": 4.387684345245361,
+ "y": 10.425519943237305,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 18.476961135864258,
+ "height": 2.9764411449432373,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "ah035",
+ "x": 16.61054801940918,
+ "y": 47.465702056884766,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 3.584906816482544,
+ "height": 2.744357109069824,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uZ7lk",
+ "x": 2.029627799987793,
+ "y": 18.778669357299805,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 8.90285587310791,
+ "height": 11.939857482910156
+ },
+ {
+ "type": "path",
+ "id": "ucdqt",
+ "x": 4.159869194030762,
+ "y": 21.032638549804688,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 6.083850383758545,
+ "height": 8.616525650024414
+ },
+ {
+ "type": "path",
+ "id": "0tj0B",
+ "x": 6.186079025268555,
+ "y": 8.20037841796875,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 47.42412185668945,
+ "height": 32.164005279541016
+ },
+ {
+ "type": "group",
+ "id": "0WNQT",
+ "x": 45.48714065551758,
+ "y": 13.229925155639648,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "Y1YiI",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 10.512808799743652,
+ "height": 10.369597434997559
+ },
+ {
+ "type": "path",
+ "id": "kbCnG",
+ "x": 1.4081637859344482,
+ "y": 1.8920115232467651,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 7.1488847732543945,
+ "height": 7.718459129333496
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kfLhs",
+ "x": -0.006689093075692654,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "xuZa8",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "yp5Zk",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "OfBaU",
+ "x": 0,
+ "y": 8.178776741027832,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.66290855407715,
+ "height": 10.637616157531738,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Nr7LZ",
+ "x": 6.186069659373061,
+ "y": 17.45732879638672,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "72LDR",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "jimYt",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "yspvS",
+ "x": 0,
+ "y": 0.330770343542099,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 47.423397064208984,
+ "height": 22.571809768676758,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "qerXN",
+ "x": 18.13302230834961,
+ "y": 23.670276641845703,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 6.901936054229736,
+ "height": 4.795725345611572
+ },
+ {
+ "type": "path",
+ "id": "Z2xQv",
+ "x": 35.76487731933594,
+ "y": 20.724668502807617,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 6.574549674987793,
+ "height": 5.235086917877197
+ },
+ {
+ "type": "path",
+ "id": "AiPbC",
+ "x": 37.68821716308594,
+ "y": 32.65613555908203,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 8.36575698852539,
+ "height": 11.351444244384766
+ },
+ {
+ "type": "path",
+ "id": "pJaRy",
+ "x": 17.235729217529297,
+ "y": 35.70989990234375,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 27.849016189575195,
+ "height": 15.157014846801758
+ },
+ {
+ "type": "path",
+ "id": "au6P9",
+ "x": 24.31342124938965,
+ "y": 39.062007904052734,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 15.254059791564941,
+ "height": 3.3781485557556152
+ },
+ {
+ "type": "path",
+ "id": "wYJzf",
+ "x": 22.592674255371094,
+ "y": 40.69409942626953,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 18.651037216186523,
+ "height": 3.5744850635528564
+ },
+ {
+ "type": "path",
+ "id": "qM7HS",
+ "x": 21.401416778564453,
+ "y": 42.45018768310547,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 21.2174072265625,
+ "height": 3.8464651107788086
+ },
+ {
+ "type": "path",
+ "id": "rlvSu",
+ "x": 21.120956420898438,
+ "y": 44.23979568481445,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 22.157426834106445,
+ "height": 3.876481771469116
+ },
+ {
+ "type": "path",
+ "id": "bWtKD",
+ "x": 20.92612648010254,
+ "y": 45.856346130371094,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 22.898481369018555,
+ "height": 4.139045715332031
+ },
+ {
+ "type": "path",
+ "id": "6SpTi",
+ "x": 23.182415008544922,
+ "y": 40.64959716796875,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 1.1239328384399414,
+ "height": 1.679884433746338
+ },
+ {
+ "type": "path",
+ "id": "nhOtX",
+ "x": 21.53209114074707,
+ "y": 41.55651092529297,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 1.5280381441116333,
+ "height": 2.4605355262756348
+ },
+ {
+ "type": "path",
+ "id": "SY7hf",
+ "x": 19.866357803344727,
+ "y": 42.628177642822266,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 1.8683029413223267,
+ "height": 3.458585023880005
+ },
+ {
+ "type": "path",
+ "id": "QAv0N",
+ "x": 18.228164672851562,
+ "y": 43.84294891357422,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 3.004059076309204,
+ "height": 4.078660011291504
+ },
+ {
+ "type": "path",
+ "id": "T7Nrt",
+ "x": 39.737369537353516,
+ "y": 36.082763671875,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 4.838503837585449,
+ "height": 7.112331867218018
+ },
+ {
+ "type": "path",
+ "id": "oeIGB",
+ "x": 38.558143615722656,
+ "y": 37.00281524658203,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 4.9835524559021,
+ "height": 6.44284725189209
+ },
+ {
+ "type": "path",
+ "id": "YjkTy",
+ "x": 37.15864181518555,
+ "y": 38.022850036621094,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 4.180316925048828,
+ "height": 3.5326974391937256
+ },
+ {
+ "type": "path",
+ "id": "VAUsO",
+ "x": 25.2121639251709,
+ "y": 40.09278106689453,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 3.53872013092041,
+ "height": 0.8743231892585754
+ },
+ {
+ "type": "path",
+ "id": "SciUJ",
+ "x": 34.93988037109375,
+ "y": 38.013160705566406,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 3.0964677333831787,
+ "height": 1.8182283639907837
+ },
+ {
+ "type": "group",
+ "id": "xINmT",
+ "x": 24.544474262909716,
+ "y": 38.00888109450898,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "h5BsT",
+ "x": 0,
+ "y": 0.04451516399421962,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 13.319315910339355,
+ "height": 13.063573837280273,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "YIFJe",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "brFr3",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "4kEAv",
+ "x": 0.09804869054096343,
+ "y": 2.0158317064706353,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 10.362444877624512,
+ "height": 9.260039329528809,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "kf6Dr",
+ "x": 7.010456424040967,
+ "y": 2.6436798548165825,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.566380500793457,
+ "height": 1.1042770147323608,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "9jTiW",
+ "x": 33.45711898803711,
+ "y": 38.67351150512695,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.099500894546509,
+ "height": 1.6692770719528198,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "OuF6g",
+ "x": 43.33816146850586,
+ "y": 32.6573371887207,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 2.712462902069092,
+ "height": 2.936070203781128,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "R14EF",
+ "x": 16.462854385375977,
+ "y": 41.077823638916016,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 6.73923921585083,
+ "height": 5.513971328735352
+ },
+ {
+ "type": "path",
+ "id": "pxDTb",
+ "x": 19.892364501953125,
+ "y": 41.59261703491211,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.258016586303711,
+ "height": 2.134441614151001
+ },
+ {
+ "type": "path",
+ "id": "lyzJg",
+ "x": 18.846277236938477,
+ "y": 42.2577018737793,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.3400819301605225,
+ "height": 2.191260814666748
+ },
+ {
+ "type": "path",
+ "id": "gNkvw",
+ "x": 17.878299713134766,
+ "y": 42.95650863647461,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.312725305557251,
+ "height": 2.2629034519195557
+ },
+ {
+ "type": "path",
+ "id": "e1nFG",
+ "x": 8.112428665161133,
+ "y": 7.051805019378662,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 39.970237731933594,
+ "height": 17.750932693481445,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 7.299805164337158
+ },
+ "blur": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "ybGIp",
+ "x": 15.41856575012207,
+ "y": 11.167590141296387,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6406052112579346,
+ "height": 1.8335646390914917,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5wPVO",
+ "x": 30.002487182617188,
+ "y": 8.321864128112793,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482712517433491,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6403337717056274,
+ "height": 1.8338708877563477,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xg8H5",
+ "x": 3.6339213848114014,
+ "y": 11.21088981628418,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 3.0513076782226562,
+ "height": 2.7174603939056396,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "p2Tvl",
+ "x": 7.600803852081299,
+ "y": 12.036020278930664,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 3.7519471645355225,
+ "height": 4.360287189483643,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VHiYN",
+ "x": 1.7808818817138672,
+ "y": 9.75552749633789,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 1.1737710237503052,
+ "height": 0.8374711871147156,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "euROn",
+ "x": 47.16827392578125,
+ "y": 4.608963966369629,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 3.655601739883423,
+ "height": 1.9318666458129883,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jcf5S",
+ "x": 42.91977310180664,
+ "y": 6.653646469116211,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 4.856729030609131,
+ "height": 3.458585023880005,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9mBeC",
+ "x": 50.24177551269531,
+ "y": 2.2672126293182373,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 1.3155186176300049,
+ "height": 0.5385510921478271,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2HtPC",
+ "x": 165,
+ "y": 278,
+ "name": "Card/Edit item/Remove background/Apply/Default",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "axpve",
+ "x": -0.027618408203125,
+ "y": 0,
+ "name": "bg",
+ "width": 44,
+ "height": 66,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -173.67559774906596,
+ "size": {
+ "height": 1.0213843702471292
+ },
+ "colors": [
+ {
+ "color": "#ffb55cff",
+ "position": 0
+ },
+ {
+ "color": "#ffd39eff",
+ "position": 0.618552565574646
+ },
+ {
+ "color": "#ffd9a9ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37531381490420684,
+ "y": 0.4999999912316236
+ }
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ },
+ "layout": "none"
+ },
+ {
+ "type": "path",
+ "id": "IwnUY",
+ "x": 43.94475555419922,
+ "y": 0.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ },
+ {
+ "type": "path",
+ "id": "iSK7r",
+ "x": 32.94475555419922,
+ "y": 55.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ },
+ {
+ "type": "frame",
+ "id": "WEaeT",
+ "x": 15,
+ "y": 3,
+ "name": "牛小七",
+ "width": 56.000003814697266,
+ "height": 59.73333740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3538742065429688
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wy0A5",
+ "x": 39.38568878173828,
+ "y": 52.26349639892578,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 4.570744514465332,
+ "height": 1.6105495691299438
+ },
+ {
+ "type": "group",
+ "id": "K6cIw",
+ "x": 16.617082595825195,
+ "y": 38.452415466308594,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "gfaLf",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "yFU4Y",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "Zwamk",
+ "x": 5.077648162841797,
+ "y": 3.60349440574646,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 22.47551727294922,
+ "height": 13.511774063110352,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "S6Bf3",
+ "x": 0.005288615822792053,
+ "y": 4.6691575050354,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 6.7442097663879395,
+ "height": 7.084456920623779,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "s7yQC",
+ "x": 4.387684345245361,
+ "y": 10.425519943237305,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 18.476961135864258,
+ "height": 2.9764411449432373,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "f8Fvy",
+ "x": 16.61054801940918,
+ "y": 47.465702056884766,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 3.584906816482544,
+ "height": 2.744357109069824,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4VRvQ",
+ "x": 2.029627799987793,
+ "y": 18.778669357299805,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 8.90285587310791,
+ "height": 11.939857482910156
+ },
+ {
+ "type": "path",
+ "id": "LbuBb",
+ "x": 4.159869194030762,
+ "y": 21.032638549804688,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 6.083850383758545,
+ "height": 8.616525650024414
+ },
+ {
+ "type": "path",
+ "id": "6MtJH",
+ "x": 6.186079025268555,
+ "y": 8.20037841796875,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 47.42412185668945,
+ "height": 32.164005279541016
+ },
+ {
+ "type": "group",
+ "id": "1g2cs",
+ "x": 45.48714065551758,
+ "y": 13.229925155639648,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZKUG9",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 10.512808799743652,
+ "height": 10.369597434997559
+ },
+ {
+ "type": "path",
+ "id": "LOC95",
+ "x": 1.4081637859344482,
+ "y": 1.8920115232467651,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 7.1488847732543945,
+ "height": 7.718459129333496
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "aVDUI",
+ "x": -0.006689093075692654,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "r2Dub",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "EYPI4",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "5BLme",
+ "x": 0,
+ "y": 8.178776741027832,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.66290855407715,
+ "height": 10.637616157531738,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "C83Zn",
+ "x": 6.186069659373061,
+ "y": 17.45732879638672,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "Vof1v",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "OyZjn",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "XwNPQ",
+ "x": 0,
+ "y": 0.330770343542099,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 47.423397064208984,
+ "height": 22.571809768676758,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "0prRW",
+ "x": 18.13302230834961,
+ "y": 23.670276641845703,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 6.901936054229736,
+ "height": 4.795725345611572
+ },
+ {
+ "type": "path",
+ "id": "rlzYu",
+ "x": 35.76487731933594,
+ "y": 20.724668502807617,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 6.574549674987793,
+ "height": 5.235086917877197
+ },
+ {
+ "type": "path",
+ "id": "hGoEu",
+ "x": 37.68821716308594,
+ "y": 32.65613555908203,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 8.36575698852539,
+ "height": 11.351444244384766
+ },
+ {
+ "type": "path",
+ "id": "sD3Rm",
+ "x": 17.235729217529297,
+ "y": 35.70989990234375,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 27.849016189575195,
+ "height": 15.157014846801758
+ },
+ {
+ "type": "path",
+ "id": "uZYhb",
+ "x": 24.31342124938965,
+ "y": 39.062007904052734,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 15.254059791564941,
+ "height": 3.3781485557556152
+ },
+ {
+ "type": "path",
+ "id": "dBIN1",
+ "x": 22.592674255371094,
+ "y": 40.69409942626953,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 18.651037216186523,
+ "height": 3.5744850635528564
+ },
+ {
+ "type": "path",
+ "id": "3H2LW",
+ "x": 21.401416778564453,
+ "y": 42.45018768310547,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 21.2174072265625,
+ "height": 3.8464651107788086
+ },
+ {
+ "type": "path",
+ "id": "19fzw",
+ "x": 21.120956420898438,
+ "y": 44.23979568481445,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 22.157426834106445,
+ "height": 3.876481771469116
+ },
+ {
+ "type": "path",
+ "id": "EV6SQ",
+ "x": 20.92612648010254,
+ "y": 45.856346130371094,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 22.898481369018555,
+ "height": 4.139045715332031
+ },
+ {
+ "type": "path",
+ "id": "IuRDn",
+ "x": 23.182415008544922,
+ "y": 40.64959716796875,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 1.1239328384399414,
+ "height": 1.679884433746338
+ },
+ {
+ "type": "path",
+ "id": "XyeBp",
+ "x": 21.53209114074707,
+ "y": 41.55651092529297,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 1.5280381441116333,
+ "height": 2.4605355262756348
+ },
+ {
+ "type": "path",
+ "id": "cBg8v",
+ "x": 19.866357803344727,
+ "y": 42.628177642822266,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 1.8683029413223267,
+ "height": 3.458585023880005
+ },
+ {
+ "type": "path",
+ "id": "0qerj",
+ "x": 18.228164672851562,
+ "y": 43.84294891357422,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 3.004059076309204,
+ "height": 4.078660011291504
+ },
+ {
+ "type": "path",
+ "id": "XjBqE",
+ "x": 39.737369537353516,
+ "y": 36.082763671875,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 4.838503837585449,
+ "height": 7.112331867218018
+ },
+ {
+ "type": "path",
+ "id": "iuMBS",
+ "x": 38.558143615722656,
+ "y": 37.00281524658203,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 4.9835524559021,
+ "height": 6.44284725189209
+ },
+ {
+ "type": "path",
+ "id": "SeT5C",
+ "x": 37.15864181518555,
+ "y": 38.022850036621094,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 4.180316925048828,
+ "height": 3.5326974391937256
+ },
+ {
+ "type": "path",
+ "id": "x0d1x",
+ "x": 25.2121639251709,
+ "y": 40.09278106689453,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 3.53872013092041,
+ "height": 0.8743231892585754
+ },
+ {
+ "type": "path",
+ "id": "QdIWY",
+ "x": 34.93988037109375,
+ "y": 38.013160705566406,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 3.0964677333831787,
+ "height": 1.8182283639907837
+ },
+ {
+ "type": "group",
+ "id": "5yS5x",
+ "x": 24.544474262909716,
+ "y": 38.00888109450898,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "CmzZ4",
+ "x": 0,
+ "y": 0.04451516399421962,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 13.319315910339355,
+ "height": 13.063573837280273,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "VOusO",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "nwrAi",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "R8DR0",
+ "x": 0.09804869054096343,
+ "y": 2.0158317064706353,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 10.362444877624512,
+ "height": 9.260039329528809,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "73tXa",
+ "x": 7.010456424040967,
+ "y": 2.6436798548165825,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.566380500793457,
+ "height": 1.1042770147323608,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "lXH3j",
+ "x": 33.45711898803711,
+ "y": 38.67351150512695,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.099500894546509,
+ "height": 1.6692770719528198,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "tzNjz",
+ "x": 43.33816146850586,
+ "y": 32.6573371887207,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 2.712462902069092,
+ "height": 2.936070203781128,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2fQ3b",
+ "x": 16.462854385375977,
+ "y": 41.077823638916016,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 6.73923921585083,
+ "height": 5.513971328735352
+ },
+ {
+ "type": "path",
+ "id": "qpvQZ",
+ "x": 19.892364501953125,
+ "y": 41.59261703491211,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.258016586303711,
+ "height": 2.134441614151001
+ },
+ {
+ "type": "path",
+ "id": "QeGB4",
+ "x": 18.846277236938477,
+ "y": 42.2577018737793,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.3400819301605225,
+ "height": 2.191260814666748
+ },
+ {
+ "type": "path",
+ "id": "B92s3",
+ "x": 17.878299713134766,
+ "y": 42.95650863647461,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.312725305557251,
+ "height": 2.2629034519195557
+ },
+ {
+ "type": "path",
+ "id": "5ONfN",
+ "x": 8.112428665161133,
+ "y": 7.051805019378662,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 39.970237731933594,
+ "height": 17.750932693481445,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 7.299805164337158
+ },
+ "blur": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "f77tg",
+ "x": 15.41856575012207,
+ "y": 11.167590141296387,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6406052112579346,
+ "height": 1.8335646390914917,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Vd6JW",
+ "x": 30.002487182617188,
+ "y": 8.321864128112793,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482712517433491,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6403337717056274,
+ "height": 1.8338708877563477,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1GDzI",
+ "x": 3.6339213848114014,
+ "y": 11.21088981628418,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 3.0513076782226562,
+ "height": 2.7174603939056396,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "a8DZQ",
+ "x": 7.600803852081299,
+ "y": 12.036020278930664,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 3.7519471645355225,
+ "height": 4.360287189483643,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7VXfg",
+ "x": 1.7808818817138672,
+ "y": 9.75552749633789,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 1.1737710237503052,
+ "height": 0.8374711871147156,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4pmPI",
+ "x": 47.16827392578125,
+ "y": 4.608963966369629,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 3.655601739883423,
+ "height": 1.9318666458129883,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "D4LDl",
+ "x": 42.91977310180664,
+ "y": 6.653646469116211,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 4.856729030609131,
+ "height": 3.458585023880005,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "E5Tha",
+ "x": 50.24177551269531,
+ "y": 2.2672126293182373,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 1.3155186176300049,
+ "height": 0.5385510921478271,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "id": "AWE4O",
+ "type": "ref",
+ "ref": "SDo8b",
+ "x": 32,
+ "y": 21
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AU155",
+ "x": 165,
+ "y": 192,
+ "name": "Card/Edit item/Remove background/Apply/Active",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NRiRn",
+ "x": -0.027618408203125,
+ "y": 0,
+ "name": "bg",
+ "width": 44,
+ "height": 66,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -173.67559774906596,
+ "size": {
+ "height": 1.0213843702471292
+ },
+ "colors": [
+ {
+ "color": "#ffb55cff",
+ "position": 0
+ },
+ {
+ "color": "#ffd39eff",
+ "position": 0.618552565574646
+ },
+ {
+ "color": "#ffd9a9ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37531381490420684,
+ "y": 0.4999999912316236
+ }
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ },
+ "layout": "none"
+ },
+ {
+ "type": "path",
+ "id": "aBjFq",
+ "x": 43.94475555419922,
+ "y": 0.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ },
+ {
+ "type": "path",
+ "id": "BHmJb",
+ "x": 32.94475555419922,
+ "y": 55.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ },
+ {
+ "type": "frame",
+ "id": "5Hamb",
+ "x": 15,
+ "y": 3,
+ "name": "牛小七",
+ "width": 56.000003814697266,
+ "height": 59.73333740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3538742065429688
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1NlXD",
+ "x": 39.38568878173828,
+ "y": 52.26349639892578,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 4.570744514465332,
+ "height": 1.6105495691299438
+ },
+ {
+ "type": "group",
+ "id": "hcMze",
+ "x": 16.617082595825195,
+ "y": 38.452415466308594,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "GxbqQ",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "z2BfH",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "vO8WY",
+ "x": 5.077648162841797,
+ "y": 3.60349440574646,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 22.47551727294922,
+ "height": 13.511774063110352,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "STv3R",
+ "x": 0.005288615822792053,
+ "y": 4.6691575050354,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 6.7442097663879395,
+ "height": 7.084456920623779,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZdwQb",
+ "x": 4.387684345245361,
+ "y": 10.425519943237305,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 18.476961135864258,
+ "height": 2.9764411449432373,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "ZbRJB",
+ "x": 16.61054801940918,
+ "y": 47.465702056884766,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 3.584906816482544,
+ "height": 2.744357109069824,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oQpEd",
+ "x": 2.029627799987793,
+ "y": 18.778669357299805,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 8.90285587310791,
+ "height": 11.939857482910156
+ },
+ {
+ "type": "path",
+ "id": "ZzeRl",
+ "x": 4.159869194030762,
+ "y": 21.032638549804688,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 6.083850383758545,
+ "height": 8.616525650024414
+ },
+ {
+ "type": "path",
+ "id": "0EdPl",
+ "x": 6.186079025268555,
+ "y": 8.20037841796875,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 47.42412185668945,
+ "height": 32.164005279541016
+ },
+ {
+ "type": "group",
+ "id": "IaghB",
+ "x": 45.48714065551758,
+ "y": 13.229925155639648,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "6nNhS",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 10.512808799743652,
+ "height": 10.369597434997559
+ },
+ {
+ "type": "path",
+ "id": "Cl83R",
+ "x": 1.4081637859344482,
+ "y": 1.8920115232467651,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 7.1488847732543945,
+ "height": 7.718459129333496
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "o0dUI",
+ "x": -0.006689093075692654,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "ImycO",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "XMB9I",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "GfvwN",
+ "x": 0,
+ "y": 8.178776741027832,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.66290855407715,
+ "height": 10.637616157531738,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Tcnaj",
+ "x": 6.186069659373061,
+ "y": 17.45732879638672,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "UG6Ww",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "l3KRp",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "p0eAE",
+ "x": 0,
+ "y": 0.330770343542099,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 47.423397064208984,
+ "height": 22.571809768676758,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "q5QJs",
+ "x": 18.13302230834961,
+ "y": 23.670276641845703,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 6.901936054229736,
+ "height": 4.795725345611572
+ },
+ {
+ "type": "path",
+ "id": "qmRMi",
+ "x": 35.76487731933594,
+ "y": 20.724668502807617,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 6.574549674987793,
+ "height": 5.235086917877197
+ },
+ {
+ "type": "path",
+ "id": "f8vQ7",
+ "x": 37.68821716308594,
+ "y": 32.65613555908203,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 8.36575698852539,
+ "height": 11.351444244384766
+ },
+ {
+ "type": "path",
+ "id": "7Upcu",
+ "x": 17.235729217529297,
+ "y": 35.70989990234375,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 27.849016189575195,
+ "height": 15.157014846801758
+ },
+ {
+ "type": "path",
+ "id": "XhlQC",
+ "x": 24.31342124938965,
+ "y": 39.062007904052734,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 15.254059791564941,
+ "height": 3.3781485557556152
+ },
+ {
+ "type": "path",
+ "id": "kCCiF",
+ "x": 22.592674255371094,
+ "y": 40.69409942626953,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 18.651037216186523,
+ "height": 3.5744850635528564
+ },
+ {
+ "type": "path",
+ "id": "Y38dn",
+ "x": 21.401416778564453,
+ "y": 42.45018768310547,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 21.2174072265625,
+ "height": 3.8464651107788086
+ },
+ {
+ "type": "path",
+ "id": "ctbdY",
+ "x": 21.120956420898438,
+ "y": 44.23979568481445,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 22.157426834106445,
+ "height": 3.876481771469116
+ },
+ {
+ "type": "path",
+ "id": "92DWv",
+ "x": 20.92612648010254,
+ "y": 45.856346130371094,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 22.898481369018555,
+ "height": 4.139045715332031
+ },
+ {
+ "type": "path",
+ "id": "mE5nJ",
+ "x": 23.182415008544922,
+ "y": 40.64959716796875,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 1.1239328384399414,
+ "height": 1.679884433746338
+ },
+ {
+ "type": "path",
+ "id": "tkuKd",
+ "x": 21.53209114074707,
+ "y": 41.55651092529297,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 1.5280381441116333,
+ "height": 2.4605355262756348
+ },
+ {
+ "type": "path",
+ "id": "CJ8rI",
+ "x": 19.866357803344727,
+ "y": 42.628177642822266,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 1.8683029413223267,
+ "height": 3.458585023880005
+ },
+ {
+ "type": "path",
+ "id": "ueBiR",
+ "x": 18.228164672851562,
+ "y": 43.84294891357422,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 3.004059076309204,
+ "height": 4.078660011291504
+ },
+ {
+ "type": "path",
+ "id": "XGRtj",
+ "x": 39.737369537353516,
+ "y": 36.082763671875,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 4.838503837585449,
+ "height": 7.112331867218018
+ },
+ {
+ "type": "path",
+ "id": "GjdRM",
+ "x": 38.558143615722656,
+ "y": 37.00281524658203,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 4.9835524559021,
+ "height": 6.44284725189209
+ },
+ {
+ "type": "path",
+ "id": "Ykex9",
+ "x": 37.15864181518555,
+ "y": 38.022850036621094,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 4.180316925048828,
+ "height": 3.5326974391937256
+ },
+ {
+ "type": "path",
+ "id": "5yKbW",
+ "x": 25.2121639251709,
+ "y": 40.09278106689453,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 3.53872013092041,
+ "height": 0.8743231892585754
+ },
+ {
+ "type": "path",
+ "id": "ZJd9V",
+ "x": 34.93988037109375,
+ "y": 38.013160705566406,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 3.0964677333831787,
+ "height": 1.8182283639907837
+ },
+ {
+ "type": "group",
+ "id": "rjvFw",
+ "x": 24.544474262909716,
+ "y": 38.00888109450898,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "9rDnk",
+ "x": 0,
+ "y": 0.04451516399421962,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 13.319315910339355,
+ "height": 13.063573837280273,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "fqIbB",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "rR5TT",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "DZlCM",
+ "x": 0.09804869054096343,
+ "y": 2.0158317064706353,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 10.362444877624512,
+ "height": 9.260039329528809,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "AjHEv",
+ "x": 7.010456424040967,
+ "y": 2.6436798548165825,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.566380500793457,
+ "height": 1.1042770147323608,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "f08EZ",
+ "x": 33.45711898803711,
+ "y": 38.67351150512695,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.099500894546509,
+ "height": 1.6692770719528198,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "Xbx08",
+ "x": 43.33816146850586,
+ "y": 32.6573371887207,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 2.712462902069092,
+ "height": 2.936070203781128,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "W4JFP",
+ "x": 16.462854385375977,
+ "y": 41.077823638916016,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 6.73923921585083,
+ "height": 5.513971328735352
+ },
+ {
+ "type": "path",
+ "id": "090ie",
+ "x": 19.892364501953125,
+ "y": 41.59261703491211,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.258016586303711,
+ "height": 2.134441614151001
+ },
+ {
+ "type": "path",
+ "id": "ZkCqT",
+ "x": 18.846277236938477,
+ "y": 42.2577018737793,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.3400819301605225,
+ "height": 2.191260814666748
+ },
+ {
+ "type": "path",
+ "id": "m1bYr",
+ "x": 17.878299713134766,
+ "y": 42.95650863647461,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.312725305557251,
+ "height": 2.2629034519195557
+ },
+ {
+ "type": "path",
+ "id": "P7aJN",
+ "x": 8.112428665161133,
+ "y": 7.051805019378662,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 39.970237731933594,
+ "height": 17.750932693481445,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 7.299805164337158
+ },
+ "blur": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "wugEn",
+ "x": 15.41856575012207,
+ "y": 11.167590141296387,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6406052112579346,
+ "height": 1.8335646390914917,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9oNtW",
+ "x": 30.002487182617188,
+ "y": 8.321864128112793,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482712517433491,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6403337717056274,
+ "height": 1.8338708877563477,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6bkdi",
+ "x": 3.6339213848114014,
+ "y": 11.21088981628418,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 3.0513076782226562,
+ "height": 2.7174603939056396,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Jg4jt",
+ "x": 7.600803852081299,
+ "y": 12.036020278930664,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 3.7519471645355225,
+ "height": 4.360287189483643,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WtLcP",
+ "x": 1.7808818817138672,
+ "y": 9.75552749633789,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 1.1737710237503052,
+ "height": 0.8374711871147156,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ieCqG",
+ "x": 47.16827392578125,
+ "y": 4.608963966369629,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 3.655601739883423,
+ "height": 1.9318666458129883,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "iReq8",
+ "x": 42.91977310180664,
+ "y": 6.653646469116211,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 4.856729030609131,
+ "height": 3.458585023880005,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Q0zg5",
+ "x": 50.24177551269531,
+ "y": 2.2672126293182373,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 1.3155186176300049,
+ "height": 0.5385510921478271,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "id": "6IC6y",
+ "type": "ref",
+ "ref": "SDo8b",
+ "x": 32,
+ "y": 21
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ncmxk",
+ "x": 165,
+ "y": 106,
+ "name": "Card/Edit item/Remove background/Active",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3zW8i",
+ "x": -0.027618408203125,
+ "y": 0,
+ "name": "bg",
+ "width": 44,
+ "height": 66,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -173.67559774906596,
+ "size": {
+ "height": 1.0213843702471292
+ },
+ "colors": [
+ {
+ "color": "#ffb55cff",
+ "position": 0
+ },
+ {
+ "color": "#ffd39eff",
+ "position": 0.618552565574646
+ },
+ {
+ "color": "#ffd9a9ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37531381490420684,
+ "y": 0.4999999912316236
+ }
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ },
+ "layout": "none"
+ },
+ {
+ "type": "path",
+ "id": "zzm59",
+ "x": 43.94475555419922,
+ "y": 0.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ },
+ {
+ "type": "frame",
+ "id": "CvUK4",
+ "x": 15,
+ "y": 3,
+ "name": "牛小七",
+ "width": 56.000003814697266,
+ "height": 59.73333740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3538742065429688
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2JVpl",
+ "x": 39.38568878173828,
+ "y": 52.26349639892578,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 4.570744514465332,
+ "height": 1.6105495691299438
+ },
+ {
+ "type": "group",
+ "id": "eMg8I",
+ "x": 16.617082595825195,
+ "y": 38.452415466308594,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "4TxjU",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "KPjkt",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "8lggE",
+ "x": 5.077648162841797,
+ "y": 3.60349440574646,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 22.47551727294922,
+ "height": 13.511774063110352,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "HWbqR",
+ "x": 0.005288615822792053,
+ "y": 4.6691575050354,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 6.7442097663879395,
+ "height": 7.084456920623779,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "g1lJv",
+ "x": 4.387684345245361,
+ "y": 10.425519943237305,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 18.476961135864258,
+ "height": 2.9764411449432373,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "zM0z9",
+ "x": 16.61054801940918,
+ "y": 47.465702056884766,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 3.584906816482544,
+ "height": 2.744357109069824,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "e7rHz",
+ "x": 2.029627799987793,
+ "y": 18.778669357299805,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 8.90285587310791,
+ "height": 11.939857482910156
+ },
+ {
+ "type": "path",
+ "id": "GSydp",
+ "x": 4.159869194030762,
+ "y": 21.032638549804688,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 6.083850383758545,
+ "height": 8.616525650024414
+ },
+ {
+ "type": "path",
+ "id": "glc7P",
+ "x": 6.186079025268555,
+ "y": 8.20037841796875,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 47.42412185668945,
+ "height": 32.164005279541016
+ },
+ {
+ "type": "group",
+ "id": "qdLvI",
+ "x": 45.48714065551758,
+ "y": 13.229925155639648,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "jqCNr",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 10.512808799743652,
+ "height": 10.369597434997559
+ },
+ {
+ "type": "path",
+ "id": "atcfr",
+ "x": 1.4081637859344482,
+ "y": 1.8920115232467651,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 7.1488847732543945,
+ "height": 7.718459129333496
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "5VNKI",
+ "x": -0.006689093075692654,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "hHbJN",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "1H4Wb",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "7SdaL",
+ "x": 0,
+ "y": 8.178776741027832,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.66290855407715,
+ "height": 10.637616157531738,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "lUZGz",
+ "x": 6.186069659373061,
+ "y": 17.45732879638672,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "o4ZcK",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "0VZWQ",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "XcfB9",
+ "x": 0,
+ "y": 0.330770343542099,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 47.423397064208984,
+ "height": 22.571809768676758,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "2p7Qg",
+ "x": 18.13302230834961,
+ "y": 23.670276641845703,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 6.901936054229736,
+ "height": 4.795725345611572
+ },
+ {
+ "type": "path",
+ "id": "KUdqO",
+ "x": 35.76487731933594,
+ "y": 20.724668502807617,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 6.574549674987793,
+ "height": 5.235086917877197
+ },
+ {
+ "type": "path",
+ "id": "RomYp",
+ "x": 37.68821716308594,
+ "y": 32.65613555908203,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 8.36575698852539,
+ "height": 11.351444244384766
+ },
+ {
+ "type": "path",
+ "id": "Man0n",
+ "x": 17.235729217529297,
+ "y": 35.70989990234375,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 27.849016189575195,
+ "height": 15.157014846801758
+ },
+ {
+ "type": "path",
+ "id": "Qr5NC",
+ "x": 24.31342124938965,
+ "y": 39.062007904052734,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 15.254059791564941,
+ "height": 3.3781485557556152
+ },
+ {
+ "type": "path",
+ "id": "vGB9L",
+ "x": 22.592674255371094,
+ "y": 40.69409942626953,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 18.651037216186523,
+ "height": 3.5744850635528564
+ },
+ {
+ "type": "path",
+ "id": "UQuNm",
+ "x": 21.401416778564453,
+ "y": 42.45018768310547,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 21.2174072265625,
+ "height": 3.8464651107788086
+ },
+ {
+ "type": "path",
+ "id": "2uTMk",
+ "x": 21.120956420898438,
+ "y": 44.23979568481445,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 22.157426834106445,
+ "height": 3.876481771469116
+ },
+ {
+ "type": "path",
+ "id": "2nZcc",
+ "x": 20.92612648010254,
+ "y": 45.856346130371094,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 22.898481369018555,
+ "height": 4.139045715332031
+ },
+ {
+ "type": "path",
+ "id": "xP2N1",
+ "x": 23.182415008544922,
+ "y": 40.64959716796875,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 1.1239328384399414,
+ "height": 1.679884433746338
+ },
+ {
+ "type": "path",
+ "id": "2mOVk",
+ "x": 21.53209114074707,
+ "y": 41.55651092529297,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 1.5280381441116333,
+ "height": 2.4605355262756348
+ },
+ {
+ "type": "path",
+ "id": "37Wnr",
+ "x": 19.866357803344727,
+ "y": 42.628177642822266,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 1.8683029413223267,
+ "height": 3.458585023880005
+ },
+ {
+ "type": "path",
+ "id": "7Qpft",
+ "x": 18.228164672851562,
+ "y": 43.84294891357422,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 3.004059076309204,
+ "height": 4.078660011291504
+ },
+ {
+ "type": "path",
+ "id": "MtZv5",
+ "x": 39.737369537353516,
+ "y": 36.082763671875,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 4.838503837585449,
+ "height": 7.112331867218018
+ },
+ {
+ "type": "path",
+ "id": "w5nX9",
+ "x": 38.558143615722656,
+ "y": 37.00281524658203,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 4.9835524559021,
+ "height": 6.44284725189209
+ },
+ {
+ "type": "path",
+ "id": "pY8Kl",
+ "x": 37.15864181518555,
+ "y": 38.022850036621094,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 4.180316925048828,
+ "height": 3.5326974391937256
+ },
+ {
+ "type": "path",
+ "id": "7VTQO",
+ "x": 25.2121639251709,
+ "y": 40.09278106689453,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 3.53872013092041,
+ "height": 0.8743231892585754
+ },
+ {
+ "type": "path",
+ "id": "69mW8",
+ "x": 34.93988037109375,
+ "y": 38.013160705566406,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 3.0964677333831787,
+ "height": 1.8182283639907837
+ },
+ {
+ "type": "group",
+ "id": "X444j",
+ "x": 24.544474262909716,
+ "y": 38.00888109450898,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "YgVzX",
+ "x": 0,
+ "y": 0.04451516399421962,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 13.319315910339355,
+ "height": 13.063573837280273,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "QuDvd",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "mCzqN",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "KsHIE",
+ "x": 0.09804869054096343,
+ "y": 2.0158317064706353,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 10.362444877624512,
+ "height": 9.260039329528809,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "CD7Hn",
+ "x": 7.010456424040967,
+ "y": 2.6436798548165825,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.566380500793457,
+ "height": 1.1042770147323608,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "b3cyL",
+ "x": 33.45711898803711,
+ "y": 38.67351150512695,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.099500894546509,
+ "height": 1.6692770719528198,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "ByS8D",
+ "x": 43.33816146850586,
+ "y": 32.6573371887207,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 2.712462902069092,
+ "height": 2.936070203781128,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wOWpu",
+ "x": 16.462854385375977,
+ "y": 41.077823638916016,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 6.73923921585083,
+ "height": 5.513971328735352
+ },
+ {
+ "type": "path",
+ "id": "MNjFT",
+ "x": 19.892364501953125,
+ "y": 41.59261703491211,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.258016586303711,
+ "height": 2.134441614151001
+ },
+ {
+ "type": "path",
+ "id": "3HRrh",
+ "x": 18.846277236938477,
+ "y": 42.2577018737793,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.3400819301605225,
+ "height": 2.191260814666748
+ },
+ {
+ "type": "path",
+ "id": "5MtXz",
+ "x": 17.878299713134766,
+ "y": 42.95650863647461,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.312725305557251,
+ "height": 2.2629034519195557
+ },
+ {
+ "type": "path",
+ "id": "AiTrv",
+ "x": 8.112428665161133,
+ "y": 7.051805019378662,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 39.970237731933594,
+ "height": 17.750932693481445,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 7.299805164337158
+ },
+ "blur": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZvSdA",
+ "x": 15.41856575012207,
+ "y": 11.167590141296387,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6406052112579346,
+ "height": 1.8335646390914917,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kCPKs",
+ "x": 30.002487182617188,
+ "y": 8.321864128112793,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482712517433491,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6403337717056274,
+ "height": 1.8338708877563477,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VwdVu",
+ "x": 3.6339213848114014,
+ "y": 11.21088981628418,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 3.0513076782226562,
+ "height": 2.7174603939056396,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "h128e",
+ "x": 7.600803852081299,
+ "y": 12.036020278930664,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 3.7519471645355225,
+ "height": 4.360287189483643,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dygJD",
+ "x": 1.7808818817138672,
+ "y": 9.75552749633789,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 1.1737710237503052,
+ "height": 0.8374711871147156,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7oaNm",
+ "x": 47.16827392578125,
+ "y": 4.608963966369629,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 3.655601739883423,
+ "height": 1.9318666458129883,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qHp5p",
+ "x": 42.91977310180664,
+ "y": 6.653646469116211,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 4.856729030609131,
+ "height": 3.458585023880005,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TPFdD",
+ "x": 50.24177551269531,
+ "y": 2.2672126293182373,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 1.3155186176300049,
+ "height": 0.5385510921478271,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "8mx6w",
+ "x": 32.94475555419922,
+ "y": 55.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d0HSu",
+ "x": 165,
+ "y": 20,
+ "name": "card-edit-item-remove-background-apply-default",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FEXIs",
+ "x": -0.027618408203125,
+ "y": 0,
+ "name": "bg",
+ "width": 44,
+ "height": 66,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -173.67559774906596,
+ "size": {
+ "height": 1.0213843702471292
+ },
+ "colors": [
+ {
+ "color": "#ffb55cff",
+ "position": 0
+ },
+ {
+ "color": "#ffd39eff",
+ "position": 0.618552565574646
+ },
+ {
+ "color": "#ffd9a9ff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.37531381490420684,
+ "y": 0.4999999912316236
+ }
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ },
+ "layout": "none"
+ },
+ {
+ "type": "path",
+ "id": "668Cm",
+ "x": 43.94475555419922,
+ "y": 0.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ },
+ {
+ "type": "path",
+ "id": "VPQev",
+ "x": 32.94475555419922,
+ "y": 55.5,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 44,
+ "height": 55,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6170504093170166
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ho0A1",
+ "x": 15,
+ "y": 3,
+ "name": "牛小七",
+ "width": 56.000003814697266,
+ "height": 59.73333740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.3538742065429688
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LlQAV",
+ "x": 39.38568878173828,
+ "y": 52.26349639892578,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 4.570744514465332,
+ "height": 1.6105495691299438
+ },
+ {
+ "type": "group",
+ "id": "W2snU",
+ "x": 16.617082595825195,
+ "y": 38.452415466308594,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "H1oGC",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "iwpV1",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 27.556663513183594,
+ "height": 17.134614944458008
+ },
+ {
+ "type": "path",
+ "id": "IgaDr",
+ "x": 5.077648162841797,
+ "y": 3.60349440574646,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 22.47551727294922,
+ "height": 13.511774063110352,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "sdtar",
+ "x": 0.005288615822792053,
+ "y": 4.6691575050354,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 6.7442097663879395,
+ "height": 7.084456920623779,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "AwAK1",
+ "x": 4.387684345245361,
+ "y": 10.425519943237305,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 18.476961135864258,
+ "height": 2.9764411449432373,
+ "effect": {
+ "type": "blur",
+ "radius": 6.387329518795013
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "AW7LQ",
+ "x": 16.61054801940918,
+ "y": 47.465702056884766,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 3.584906816482544,
+ "height": 2.744357109069824,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VPZcQ",
+ "x": 2.029627799987793,
+ "y": 18.778669357299805,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 8.90285587310791,
+ "height": 11.939857482910156
+ },
+ {
+ "type": "path",
+ "id": "wfzFI",
+ "x": 4.159869194030762,
+ "y": 21.032638549804688,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 6.083850383758545,
+ "height": 8.616525650024414
+ },
+ {
+ "type": "path",
+ "id": "oB1e8",
+ "x": 6.186079025268555,
+ "y": 8.20037841796875,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 47.42412185668945,
+ "height": 32.164005279541016
+ },
+ {
+ "type": "group",
+ "id": "ngzUA",
+ "x": 45.48714065551758,
+ "y": 13.229925155639648,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "9Fy2T",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 10.512808799743652,
+ "height": 10.369597434997559
+ },
+ {
+ "type": "path",
+ "id": "aHRSB",
+ "x": 1.4081637859344482,
+ "y": 1.8920115232467651,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 7.1488847732543945,
+ "height": 7.718459129333496
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "QXsmD",
+ "x": -0.006689093075692654,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "cawFP",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "YdZG3",
+ "x": 0.006689093075692654,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 53.60979461669922,
+ "height": 40.36465835571289
+ },
+ {
+ "type": "path",
+ "id": "8oGyJ",
+ "x": 0,
+ "y": 8.178776741027832,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.66290855407715,
+ "height": 10.637616157531738,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "tCCSg",
+ "x": 6.186069659373061,
+ "y": 17.45732879638672,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "7bwoI",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "tc12a",
+ "x": 0.000009365895493829157,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 47.423397064208984,
+ "height": 22.908517837524414
+ },
+ {
+ "type": "path",
+ "id": "Qtr5r",
+ "x": 0,
+ "y": 0.330770343542099,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 47.423397064208984,
+ "height": 22.571809768676758,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "evHta",
+ "x": 18.13302230834961,
+ "y": 23.670276641845703,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 6.901936054229736,
+ "height": 4.795725345611572
+ },
+ {
+ "type": "path",
+ "id": "aecNa",
+ "x": 35.76487731933594,
+ "y": 20.724668502807617,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 6.574549674987793,
+ "height": 5.235086917877197
+ },
+ {
+ "type": "path",
+ "id": "zIu5H",
+ "x": 37.68821716308594,
+ "y": 32.65613555908203,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 8.36575698852539,
+ "height": 11.351444244384766
+ },
+ {
+ "type": "path",
+ "id": "jAUGh",
+ "x": 17.235729217529297,
+ "y": 35.70989990234375,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 27.849016189575195,
+ "height": 15.157014846801758
+ },
+ {
+ "type": "path",
+ "id": "HIHKN",
+ "x": 24.31342124938965,
+ "y": 39.062007904052734,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 15.254059791564941,
+ "height": 3.3781485557556152
+ },
+ {
+ "type": "path",
+ "id": "Pn8DK",
+ "x": 22.592674255371094,
+ "y": 40.69409942626953,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 18.651037216186523,
+ "height": 3.5744850635528564
+ },
+ {
+ "type": "path",
+ "id": "Jc1bS",
+ "x": 21.401416778564453,
+ "y": 42.45018768310547,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 21.2174072265625,
+ "height": 3.8464651107788086
+ },
+ {
+ "type": "path",
+ "id": "vQsuB",
+ "x": 21.120956420898438,
+ "y": 44.23979568481445,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 22.157426834106445,
+ "height": 3.876481771469116
+ },
+ {
+ "type": "path",
+ "id": "DV8Um",
+ "x": 20.92612648010254,
+ "y": 45.856346130371094,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 22.898481369018555,
+ "height": 4.139045715332031
+ },
+ {
+ "type": "path",
+ "id": "atTAv",
+ "x": 23.182415008544922,
+ "y": 40.64959716796875,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 1.1239328384399414,
+ "height": 1.679884433746338
+ },
+ {
+ "type": "path",
+ "id": "Qq8ZP",
+ "x": 21.53209114074707,
+ "y": 41.55651092529297,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 1.5280381441116333,
+ "height": 2.4605355262756348
+ },
+ {
+ "type": "path",
+ "id": "ZGW5W",
+ "x": 19.866357803344727,
+ "y": 42.628177642822266,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 1.8683029413223267,
+ "height": 3.458585023880005
+ },
+ {
+ "type": "path",
+ "id": "Wc5OK",
+ "x": 18.228164672851562,
+ "y": 43.84294891357422,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 3.004059076309204,
+ "height": 4.078660011291504
+ },
+ {
+ "type": "path",
+ "id": "3kkSq",
+ "x": 39.737369537353516,
+ "y": 36.082763671875,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 4.838503837585449,
+ "height": 7.112331867218018
+ },
+ {
+ "type": "path",
+ "id": "tSqph",
+ "x": 38.558143615722656,
+ "y": 37.00281524658203,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 4.9835524559021,
+ "height": 6.44284725189209
+ },
+ {
+ "type": "path",
+ "id": "eajtA",
+ "x": 37.15864181518555,
+ "y": 38.022850036621094,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 4.180316925048828,
+ "height": 3.5326974391937256
+ },
+ {
+ "type": "path",
+ "id": "7LSF3",
+ "x": 25.2121639251709,
+ "y": 40.09278106689453,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 3.53872013092041,
+ "height": 0.8743231892585754
+ },
+ {
+ "type": "path",
+ "id": "sPdDJ",
+ "x": 34.93988037109375,
+ "y": 38.013160705566406,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 3.0964677333831787,
+ "height": 1.8182283639907837
+ },
+ {
+ "type": "group",
+ "id": "OkE1d",
+ "x": 24.544474262909716,
+ "y": 38.00888109450898,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "3POX8",
+ "x": 0,
+ "y": 0.04451516399421962,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 13.319315910339355,
+ "height": 13.063573837280273,
+ "effect": {
+ "type": "blur",
+ "radius": 6.989989757537842
+ }
+ },
+ {
+ "type": "path",
+ "id": "K4r5O",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "nrvmQ",
+ "x": 0.09804869054096343,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 13.152581214904785,
+ "height": 12.64632797241211
+ },
+ {
+ "type": "path",
+ "id": "f6etg",
+ "x": 0.09804869054096343,
+ "y": 2.0158317064706353,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 10.362444877624512,
+ "height": 9.260039329528809,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZH5xi",
+ "x": 7.010456424040967,
+ "y": 2.6436798548165825,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.566380500793457,
+ "height": 1.1042770147323608,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "Bcukf",
+ "x": 33.45711898803711,
+ "y": 38.67351150512695,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 2.099500894546509,
+ "height": 1.6692770719528198,
+ "effect": {
+ "type": "blur",
+ "radius": 3.494994878768921
+ }
+ },
+ {
+ "type": "path",
+ "id": "XvHrO",
+ "x": 43.33816146850586,
+ "y": 32.6573371887207,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 2.712462902069092,
+ "height": 2.936070203781128,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lWSyW",
+ "x": 16.462854385375977,
+ "y": 41.077823638916016,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 6.73923921585083,
+ "height": 5.513971328735352
+ },
+ {
+ "type": "path",
+ "id": "FdkhO",
+ "x": 19.892364501953125,
+ "y": 41.59261703491211,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.258016586303711,
+ "height": 2.134441614151001
+ },
+ {
+ "type": "path",
+ "id": "rotW3",
+ "x": 18.846277236938477,
+ "y": 42.2577018737793,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.3400819301605225,
+ "height": 2.191260814666748
+ },
+ {
+ "type": "path",
+ "id": "47U5p",
+ "x": 17.878299713134766,
+ "y": 42.95650863647461,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 2.312725305557251,
+ "height": 2.2629034519195557
+ },
+ {
+ "type": "path",
+ "id": "MUMrP",
+ "x": 8.112428665161133,
+ "y": 7.051805019378662,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 39.970237731933594,
+ "height": 17.750932693481445,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 7.299805164337158
+ },
+ "blur": 6.387329518795013
+ }
+ },
+ {
+ "type": "path",
+ "id": "E9e3x",
+ "x": 15.41856575012207,
+ "y": 11.167590141296387,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6406052112579346,
+ "height": 1.8335646390914917,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "i5Ty5",
+ "x": 30.002487182617188,
+ "y": 8.321864128112793,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482712517433491,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 1.6403337717056274,
+ "height": 1.8338708877563477,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.9971399307250977,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "B0mKb",
+ "x": 3.6339213848114014,
+ "y": 11.21088981628418,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 3.0513076782226562,
+ "height": 2.7174603939056396,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5nG6j",
+ "x": 7.600803852081299,
+ "y": 12.036020278930664,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 3.7519471645355225,
+ "height": 4.360287189483643,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "e08qB",
+ "x": 1.7808818817138672,
+ "y": 9.75552749633789,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 1.1737710237503052,
+ "height": 0.8374711871147156,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dUA1t",
+ "x": 47.16827392578125,
+ "y": 4.608963966369629,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 3.655601739883423,
+ "height": 1.9318666458129883,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oVrtU",
+ "x": 42.91977310180664,
+ "y": 6.653646469116211,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 4.856729030609131,
+ "height": 3.458585023880005,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uigay",
+ "x": 50.24177551269531,
+ "y": 2.2672126293182373,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 1.3155186176300049,
+ "height": 0.5385510921478271,
+ "stroke": {
+ "align": "center",
+ "thickness": 7.733271598815918,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nilVX",
+ "x": 301,
+ "y": 20,
+ "name": "Card/Edit item/Split sprite sheet/Default",
+ "reusable": true,
+ "width": 88,
+ "height": 66,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rErlR",
+ "x": 0,
+ "y": 0,
+ "name": "frame",
+ "width": 88,
+ "height": 66,
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "layout": "none"
+ },
+ {
+ "type": "path",
+ "id": "FwSRH",
+ "x": 86,
+ "y": 32.5,
+ "name": "Vector 662 (Stroke)",
+ "rotation": -90,
+ "geometry": "M1 83l0 1-1 0 0-1 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-4l0 2-1 0 0-2 1 0z m0-3l0 1-1 0 0-1 1 0z",
+ "fill": "#cbd2d8ff",
+ "width": 1,
+ "height": 84,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ScrR0",
+ "x": 43.5,
+ "y": 2,
+ "name": "Vector 661 (Stroke)",
+ "geometry": "M1 61.03125l0 0.96875-1 0 0-0.96875 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-3.875l0 1.9375-1 0 0-1.9375 1 0z m0-2.90625l0 0.96875-1 0 0-0.96875 1 0z",
+ "fill": "#cbd2d8ff",
+ "width": 1,
+ "height": 62,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "NoWcf",
+ "x": 12.519289016723633,
+ "y": 5.4478607177734375,
+ "name": "Frame 1000004854",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4ucE3",
+ "name": "Frame 1000004828",
+ "width": 62.961421966552734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 15,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OMJhV",
+ "name": "牛小七",
+ "width": 23.981895446777344,
+ "height": 25.5806884765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6571665406227112
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mEWaF",
+ "x": 16.866846084594727,
+ "y": 22.381744384765625,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 1.9574127197265625,
+ "height": 0.689714789390564
+ },
+ {
+ "type": "group",
+ "id": "bic2o",
+ "x": 7.116233825683594,
+ "y": 16.467172622680664,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "4BAPh",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "UQfoi",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "nIsum",
+ "x": 2.1744933128356934,
+ "y": 1.5431910753250122,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 9.62509822845459,
+ "height": 5.786391735076904,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "8Vc1Y",
+ "x": 0.002265126444399357,
+ "y": 1.9995592832565308,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 2.888195037841797,
+ "height": 3.033905267715454,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "I6Uy4",
+ "x": 1.8790178298950195,
+ "y": 4.464710235595703,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 7.912723064422607,
+ "height": 1.2746553421020508,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "p2wfT",
+ "x": 7.113435745239258,
+ "y": 20.327096939086914,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 1.5352295637130737,
+ "height": 1.1752656698226929,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RL4sp",
+ "x": 0.8691841959953308,
+ "y": 8.041929244995117,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.812631130218506,
+ "height": 5.113221645355225
+ },
+ {
+ "type": "path",
+ "id": "hC4zg",
+ "x": 1.7814561128616333,
+ "y": 9.007186889648438,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6053974628448486,
+ "height": 3.6900107860565186
+ },
+ {
+ "type": "path",
+ "id": "lpgHc",
+ "x": 2.649176597595215,
+ "y": 3.511796474456787,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.309289932250977,
+ "height": 13.774174690246582
+ },
+ {
+ "type": "group",
+ "id": "lAEfA",
+ "x": 19.479780197143555,
+ "y": 5.6656904220581055,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "UB5wK",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.5020904541015625,
+ "height": 4.440760135650635
+ },
+ {
+ "type": "path",
+ "id": "amlx5",
+ "x": 0.6030449867248535,
+ "y": 0.8102502822875977,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.0614962577819824,
+ "height": 3.305415391921997
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "8ckgm",
+ "x": -0.002864591311663389,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "FZ8lD",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "r1IER",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "mh2U7",
+ "x": 0,
+ "y": 3.5025455951690674,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848851203918457,
+ "height": 4.555539131164551,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "MDLYA",
+ "x": 2.6491726016388384,
+ "y": 7.476067543029785,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "FXwkd",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "I7out",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "bZ5HO",
+ "x": 0,
+ "y": 0.1416521817445755,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.308979034423828,
+ "height": 9.666335105895996,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "6peXu",
+ "x": 7.765432357788086,
+ "y": 10.136751174926758,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.9557409286499023,
+ "height": 2.053760290145874
+ },
+ {
+ "type": "path",
+ "id": "03aWw",
+ "x": 15.316241264343262,
+ "y": 8.875300407409668,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.8155386447906494,
+ "height": 2.2419159412384033
+ },
+ {
+ "type": "path",
+ "id": "qP3rJ",
+ "x": 16.139907836914062,
+ "y": 13.9849271774292,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 3.5826196670532227,
+ "height": 4.861234664916992
+ },
+ {
+ "type": "path",
+ "id": "kQQde",
+ "x": 7.381168842315674,
+ "y": 15.292695999145508,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 11.926288604736328,
+ "height": 6.490962505340576
+ },
+ {
+ "type": "path",
+ "id": "nYrs8",
+ "x": 10.412176132202148,
+ "y": 16.72823143005371,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 6.532522201538086,
+ "height": 1.4466856718063354
+ },
+ {
+ "type": "path",
+ "id": "R3Nqz",
+ "x": 9.675270080566406,
+ "y": 17.427169799804688,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 7.987271308898926,
+ "height": 1.5307663679122925
+ },
+ {
+ "type": "path",
+ "id": "qUIpS",
+ "x": 9.165115356445312,
+ "y": 18.17921257019043,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 9.086315155029297,
+ "height": 1.6472413539886475
+ },
+ {
+ "type": "path",
+ "id": "9IOB2",
+ "x": 9.04500961303711,
+ "y": 18.945608139038086,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 9.488875389099121,
+ "height": 1.6600959300994873
+ },
+ {
+ "type": "path",
+ "id": "hkxTH",
+ "x": 8.96157455444336,
+ "y": 19.637893676757812,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 9.806230545043945,
+ "height": 1.7725385427474976
+ },
+ {
+ "type": "path",
+ "id": "kOAtj",
+ "x": 9.927824974060059,
+ "y": 17.408113479614258,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 0.4813220798969269,
+ "height": 0.719407320022583
+ },
+ {
+ "type": "path",
+ "id": "PqLwi",
+ "x": 9.221077919006348,
+ "y": 17.796497344970703,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 0.6543794274330139,
+ "height": 1.0537196397781372
+ },
+ {
+ "type": "path",
+ "id": "v7GBJ",
+ "x": 8.507729530334473,
+ "y": 18.255435943603516,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 0.8000971674919128,
+ "height": 1.4811325073242188
+ },
+ {
+ "type": "path",
+ "id": "2wSyJ",
+ "x": 7.806177139282227,
+ "y": 18.775659561157227,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 1.286482572555542,
+ "height": 1.7466784715652466
+ },
+ {
+ "type": "path",
+ "id": "RUo8x",
+ "x": 17.017452239990234,
+ "y": 15.452375411987305,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 2.072080135345459,
+ "height": 3.0458426475524902
+ },
+ {
+ "type": "path",
+ "id": "nqG5A",
+ "x": 16.512451171875,
+ "y": 15.846385955810547,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 2.1341969966888428,
+ "height": 2.7591371536254883
+ },
+ {
+ "type": "path",
+ "id": "uzG6y",
+ "x": 15.913118362426758,
+ "y": 16.283212661743164,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 1.790212869644165,
+ "height": 1.5128709077835083
+ },
+ {
+ "type": "path",
+ "id": "2viNn",
+ "x": 10.797061920166016,
+ "y": 17.169658660888672,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 1.5154502391815186,
+ "height": 0.37442725896835327
+ },
+ {
+ "type": "path",
+ "id": "3vk54",
+ "x": 14.96293830871582,
+ "y": 16.279064178466797,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 1.3260564804077148,
+ "height": 0.7786528468132019
+ },
+ {
+ "type": "group",
+ "id": "7hDWi",
+ "x": 10.511124562008263,
+ "y": 16.277231256513915,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "NktEM",
+ "x": 0,
+ "y": 0.019063535110035446,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703971862792969,
+ "height": 5.5944504737854,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "lgjVu",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "hmC0M",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "sNVvb",
+ "x": 0.041989166753410245,
+ "y": 0.8632760839172988,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437697410583496,
+ "height": 3.9655942916870117,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "gbfp6",
+ "x": 3.0022147190738906,
+ "y": 1.1321509675690322,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.0990475416183472,
+ "height": 0.4729045331478119,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "9QeI2",
+ "x": 14.327947616577148,
+ "y": 16.561857223510742,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8991072773933411,
+ "height": 0.7148647308349609,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "9knSZ",
+ "x": 18.559484481811523,
+ "y": 13.985443115234375,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 1.1616071462631226,
+ "height": 1.257366418838501,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wqGBP",
+ "x": 7.0501861572265625,
+ "y": 17.59149932861328,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 2.886066436767578,
+ "height": 2.3613479137420654
+ },
+ {
+ "type": "path",
+ "id": "xhJa7",
+ "x": 8.518867492675781,
+ "y": 17.81195831298828,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9669913649559021,
+ "height": 0.9140705466270447
+ },
+ {
+ "type": "path",
+ "id": "diCUW",
+ "x": 8.070882797241211,
+ "y": 18.09678077697754,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 1.0021356344223022,
+ "height": 0.938403308391571
+ },
+ {
+ "type": "path",
+ "id": "FcW5K",
+ "x": 7.656347751617432,
+ "y": 18.39604377746582,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9904202222824097,
+ "height": 0.9690840840339661
+ },
+ {
+ "type": "path",
+ "id": "XSfRt",
+ "x": 3.4741322994232178,
+ "y": 3.0199220180511475,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.117177963256836,
+ "height": 7.601803779602051,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 3.543303966522217
+ },
+ "blur": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "59Rd6",
+ "x": 6.60297155380249,
+ "y": 4.782499313354492,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025860548019409,
+ "height": 0.7852205634117126,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NGyj9",
+ "x": 12.848508834838867,
+ "y": 3.5638227462768555,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482711675326343,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024698257446289,
+ "height": 0.7853517532348633,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qUZqk",
+ "x": 1.5562199354171753,
+ "y": 4.801042556762695,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3067166805267334,
+ "height": 1.1637471914291382,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3ZYd7",
+ "x": 3.2550299167633057,
+ "y": 5.154402732849121,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6067641973495483,
+ "height": 1.8672846555709839,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QYEum",
+ "x": 0.7626593112945557,
+ "y": 4.177786350250244,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.5026652216911316,
+ "height": 0.3586454689502716,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QOXTb",
+ "x": 20.199724197387695,
+ "y": 1.9737800359725952,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.565504550933838,
+ "height": 0.8273181915283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DNCKU",
+ "x": 18.380311965942383,
+ "y": 2.8494114875793457,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.0798850059509277,
+ "height": 1.4811325073242188,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ObxrL",
+ "x": 21.515945434570312,
+ "y": 0.9709295034408569,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633683800697327,
+ "height": 0.23063348233699799,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zlRx9",
+ "name": "牛小七",
+ "width": 24,
+ "height": 26,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "UNUkh",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "cwpxb",
+ "x": 18.227859497070312,
+ "y": 11.923999786376953,
+ "geometry": "M0.75214 0c0 0 1.301 3.468 2.533 3.821 0 0-0.368 1.545-2.12 1.28-1.75-0.265-1.218-4.764-0.413-5.1",
+ "fill": "#fff",
+ "width": 3.2851409912109375,
+ "height": 5.131570816040039
+ },
+ {
+ "type": "path",
+ "id": "F3EeZ",
+ "x": 18.32155990600586,
+ "y": 12.894001007080078,
+ "geometry": "M0.76644 0.001c0 0 0.663 2.537 1.517 2.906 0 0-0.38 1.038-1.612 0.683-1.231-0.356-0.506-3.434 0.095-3.59",
+ "fill": "#0CA1DD",
+ "width": 2.2834396362304688,
+ "height": 3.6639766693115234
+ },
+ {
+ "type": "path",
+ "id": "UtzWm",
+ "x": 0.6243993639945984,
+ "y": 6.417999744415283,
+ "geometry": "M4.7156 0c0 0-3.356 1.589-4.486 0.986 0 0-0.815 1.364 0.626 2.388 1.442 1.024 4.206-2.577 3.862-3.374",
+ "fill": "#fff",
+ "width": 4.746955692768097,
+ "height": 3.5557656288146973
+ },
+ {
+ "type": "path",
+ "id": "QzU11",
+ "x": 1.3758913278579712,
+ "y": 7.034999847412109,
+ "geometry": "M3.21111 0c0 0-2.254 1.363-3.122 1.035 0 0-0.452 1.01 0.68 1.61 1.132 0.598 2.766-2.118 2.442-2.644",
+ "fill": "#0CA1DD",
+ "width": 3.2528337240219116,
+ "height": 2.730508804321289
+ },
+ {
+ "type": "path",
+ "id": "lTAgy",
+ "x": 3.1485211849212646,
+ "y": 0.5482746958732605,
+ "geometry": "M20.57148 8.06773c0 0-3.117 2.196-8.143-0.995l3.194 4.268c0 0 4.237 0.716 5.177-2.945 0.003 0.006 0.129-0.483-0.228-0.328m-19.622-7.927c0 0 0.703 3.737 6.54 4.936l-5.277 0.85c0 0-3.543-2.426-1.662-5.706 0 0 0.25-0.438 0.399-0.08",
+ "fill": "#07BEFF",
+ "width": 20.82345414161682,
+ "height": 11.39732962846756
+ },
+ {
+ "type": "path",
+ "id": "r5YYT",
+ "x": 0.8985631465911865,
+ "y": 5.473079204559326,
+ "geometry": "M1.35044 3.26292c-2.445 2.517-2.23 5.984 6.268 9.419 8.568 3.461 11.068 1.097 11.088-2.403 0.023-3.865-1.48-7.484-6.268-9.419-4.787-1.933-8.385-0.38-11.087 2.403",
+ "fill": "#07BEFF",
+ "width": 18.706695795059204,
+ "height": 14.376640796661377
+ },
+ {
+ "type": "path",
+ "id": "B2e4N",
+ "x": 0.8977718353271484,
+ "y": 8.240636825561523,
+ "geometry": "M0.62223 1.39936c0.634-0.827 1.7-2.94 10.256 0.516 8.078 3.264 7.775 5.476 7.752 6.56-0.474 2.935-3.258 4.57-11.007 1.44-7.529-3.04-8.56-6.107-7-8.517",
+ "fill": "#fff",
+ "width": 18.636943817138672,
+ "height": 11.609514236450195
+ },
+ {
+ "type": "group",
+ "id": "fCzzF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "sTgk8",
+ "x": 0.8982119560241699,
+ "y": 8.241006851196289,
+ "geometry": "M0.62179 1.39899c0.404-0.528 0.982-1.57 3.544-1.375-0.972 0.339-1.335 1-1.603 1.388-1.483 2.486-0.831 5.44 5.3 7.916 6.3 2.548 9.313 1.55 9.922-1.383 0.04-0.458 0.176-1.403-0.236-2.22 1.39 1.69 1.096 2.079 1.082 2.748-0.474 2.935-3.258 4.57-11.007 1.44-7.53-3.038-8.56-6.105-7.001-8.514",
+ "width": 18.66602373123169,
+ "height": 11.607145309448242
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "3P9XG",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "4cwTj",
+ "x": 12.343818664550781,
+ "y": 12.792567253112793,
+ "geometry": "M0.00218 0.85343c-0.043 0.532 0.555 1.018 1.335 1.084 0.781 0.066 1.451-0.313 1.494-0.846 0.043-0.533-0.554-1.018-1.336-1.084-0.781-0.066-1.45 0.315-1.493 0.845",
+ "fill": "#F1F6FF",
+ "width": 2.833364486694336,
+ "height": 1.9448966979980469
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ILgEY",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "3YzGG",
+ "x": 5.792141437530518,
+ "y": 9.890542030334473,
+ "geometry": "M2.35786 2.06346c-0.34 0.413-1.108 0.347-1.715-0.148-0.606-0.495-0.823-1.228-0.48-1.643 0.341-0.416 1.108-0.347 1.715 0.148 0.608 0.495 0.823 1.23 0.48 1.643",
+ "fill": "#F1F6FF",
+ "width": 2.5211386680603027,
+ "height": 2.334676742553711
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qeDUC",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "RayH1",
+ "x": 9.89885139465332,
+ "y": 7.7808942794799805,
+ "geometry": "M0.92215 0.61511c-0.06557-0.03036-0.14058-0.03316-0.20824-0.0078-0.06766 0.02537-0.12232 0.0768-0.15176 0.1428-0.07299 0.1396-0.24202 0.19828-0.38581 0.13393-0.14379-0.06435-0.21266-0.22949-0.15719-0.37693 0.19916-0.43364 0.71044-0.62593 1.146-0.431 0.21008 0.09215 0.37464 0.26443 0.45708 0.47851 0.08244 0.21408 0.07593 0.45223-0.01808 0.66149-0.06738 0.15022-0.24378 0.21738-0.394 0.15-0.15022-0.06738-0.21738-0.24378-0.15-0.394 0.02922-0.06562 0.03109-0.14018 0.00518-0.20718-0.0259-0.067-0.07743-0.12092-0.14318-0.14982m2.984 1.373c0.09676-0.01092 0.19191 0.03111 0.249 0.11 0.057 0.08 0.067 0.182 0.028 0.27-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.1256-0.28118 0.09128-0.60805-0.09-0.857-0.18191-0.25097-0.48361-0.3862-0.792-0.355-0.30769 0.02916-0.57608 0.22119-0.703 0.503-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.03998-0.08791 0.12387-0.14778 0.22-0.157",
+ "fill": "#020333",
+ "width": 4.801938056945801,
+ "height": 2.780733108520508
+ },
+ {
+ "type": "path",
+ "id": "7nGhA",
+ "x": 4.35989236831665,
+ "y": 4.8985066413879395,
+ "geometry": "M2.68511 1.26749c0.87568-1.16685 2.43466-1.58539 3.777-1.014 1.12569 0.47303 1.8766 1.554 1.927 2.774 0.91638-0.80916 2.21638-1.01928 3.341-0.54 1.35837 0.57195 2.13855 2.00934 1.878 3.46l1.61 1.44c0.06904 0.06111 0.11075 0.1473 0.11582 0.23937 0.00507 0.09206-0.02691 0.18232-0.08882 0.25063-0.12957 0.14319-0.35063 0.15437-0.494 0.025l-1.373-1.227c-0.33533 0.73393-0.94114 1.31001-1.691 1.608-1.18678 0.47352-2.54172 0.19071-3.44-0.718-0.55113-0.55669-0.87428-1.29928-0.906-2.082-0.27207 0.24287-0.58487 0.43583-0.924 0.57-1.18737 0.47276-2.5424 0.18876-3.44-0.721-0.8859-0.89428-1.14987-2.23226-0.67-3.396l-1.975-0.145c-0.12615-0.00542-0.2394-0.07894-0.29571-0.19196-0.0563-0.11302-0.04676-0.24771 0.02491-0.35166 0.07166-0.10396 0.19415-0.16079 0.3198-0.14838l2.304 0.168z m3.511-0.39c-1.25402-0.53509-2.70482 0.04246-3.248 1.293-0.39164 0.91778-0.18755 1.98138 0.516 2.689 0.7047 0.7115 1.76598 0.93383 2.697 0.565 0.92728-0.36714 1.53947-1.25972 1.548-2.257 0.00522-0.99908-0.59194-1.90292-1.513-2.29m5.268 2.232c-1.25428-0.53596-2.70583 0.04296-3.247 1.295-0.39048 0.91743-0.18604 1.97998 0.517 2.687 0.70496 0.71039 1.76565 0.93189 2.696 0.563 0.92622-0.36718 1.53783-1.2587 1.547-2.255 0.00522-0.99908-0.59194-1.90292-1.513-2.29",
+ "fill": "#020333",
+ "width": 15.33445119857788,
+ "height": 8.510009288787842
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "p479P",
+ "x": 11.375221252441406,
+ "y": 5.885866165161133,
+ "geometry": "M5.56278 2.45013c-0.02728 0.03674-0.01968 0.08863 0.017 0.116 0.07093 0.06744 0.13158 0.14494 0.18 0.23 0.072 0.116 0.14 0.256 0.18 0.39 0.013 0.045 0.06 0.07 0.104 0.057 0.02125-0.00604 0.03922-0.02031 0.04992-0.03964 0.0107-0.01933 0.01325-0.04214 0.00708-0.06336-0.04867-0.15101-0.11514-0.2957-0.198-0.431-0.05891-0.10346-0.13422-0.19667-0.223-0.276-0.03706-0.02738-0.08927-0.0198-0.117 0.017m-5.551-2.409c-0.024 0.04-0.01 0.09 0.03 0.113 0.04 0.023 0.119 0.097 0.206 0.207 0.0906 0.11225 0.16654 0.23557 0.226 0.367 0.00861 0.02056 0.02504 0.03686 0.04567 0.0453 0.02063 0.00844 0.04377 0.00833 0.06433-0.0003 0.02056-0.00859 0.03681-0.02508 0.04508-0.04576 0.00828-0.02069 0.00788-0.04384-0.00108-0.06424-0.06629-0.14437-0.14954-0.28033-0.248-0.405-0.07076-0.09552-0.15654-0.17893-0.254-0.247-0.03982-0.02282-0.09058-0.00946-0.114 0.03",
+ "fill": "#fff",
+ "width": 6.104076385498047,
+ "height": 3.246565818786621
+ },
+ {
+ "type": "path",
+ "id": "nPK6O",
+ "x": 3.9190001487731934,
+ "y": 1.610946774482727,
+ "geometry": "M17.524 7.71305c0.415 0.408 0.58 0.736 0.594 1.278 0 0-0.085-0.812-0.99-1.252q0.206-0.01 0.396-0.026m-1.72-0.055c0.417 0.333 0.772 1.277 0.487 1.943 0 0 0.111-1.372-1.08-2.052q0.303 0.067 0.593 0.109m3.1-0.234c0.12 0.114 0.21 0.256 0.262 0.412-0.08374-0.17018-0.23043-0.30109-0.409-0.365q0.077-0.023 0.147-0.047m-17.586-6.257c-0.585 0.005-0.931 0.124-1.318 0.503 0 0 0.629-0.524 1.585-0.211-0.09139-0.09512-0.18042-0.19248-0.267-0.292m1.273 1.154c-0.531-0.052-1.447 0.38-1.708 1.052 0 0 0.884-1.059 2.21-0.728-0.17261-0.0996-0.34015-0.20773-0.502-0.324m-2.061-2.321c-0.16575-0.00171-0.32932 0.03781-0.476 0.115 0.17854-0.06327 0.37469-0.05466 0.547 0.024l-0.071-0.139z",
+ "fill": "#020333",
+ "width": 19.166000843048096,
+ "height": 9.60105311870575
+ },
+ {
+ "type": "group",
+ "id": "ISqFM",
+ "x": 0,
+ "y": 0,
+ "opacity": 0.9,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 0.423,
+ "id": "txi1d",
+ "x": 6.32,
+ "y": 17.218,
+ "fill": "#FAFAFA",
+ "width": 2.423,
+ "height": 1.667
+ },
+ {
+ "type": "path",
+ "id": "wBxRI",
+ "x": 11.51697826385498,
+ "y": 19.176998138427734,
+ "geometry": "M1.07602 0.306l0.73 0.175 0.235 1.05-0.062 1.369-0.292-0.07c-0.341-0.082-0.427-0.077-0.675-0.194-1.03-0.486-1.012-2.636-1.012-2.636l1.076 0.306z",
+ "fill": "#FAFAFA",
+ "width": 2.0410213470458984,
+ "height": 2.8999996185302734
+ },
+ {
+ "type": "path",
+ "id": "mt8S9",
+ "x": 3.0249996185302734,
+ "y": 20.617000579833984,
+ "geometry": "M9.462 1.01c-0.097 0.007-0.181 0.006-0.278 0.005-0.51671-0.01546-1.03217-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.79-0.114l-0.043 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.798-0.187-1.19-0.265l-0.125-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.104 0.157-0.193 0.102-0.26 0.257l-0.061-0.018c-0.129 0.012-0.497 0.08-0.6 0.148l-0.116-0.021c-0.05 0.024-0.236 0.098-0.254 0.109-0.133 0.05-0.347 0.17-0.466 0.052l-0.196 0.065c0.14-0.152 0.218-0.23 0.33-0.405-0.724-0.212-2.151-0.86-2.151-0.86 0 0-0.61 0.486-0.845 0.905-0.135 0.24-0.256 0.655-0.256 0.655 0 0-0.435 0.066-0.478 0.34 0.063 0.6 0.797 1.572 1.53 1.377 0.076-0.02 0.285-0.108 0.347-0.153 0.93431-0.49544 2.01685-0.63439 3.046-0.391 0.956 0.24 1.117 0.468 2.283 1.121 1.167 0.654 1.354 0.732 1.354 0.732 0 0 0.357 0.085 0.687 0.066 0.577-0.032 0.6-0.296 0.684-0.585 0.085-0.29-0.023-1.335-0.204-2.136-0.04573-0.20679-0.09741-0.4122-0.155-0.616l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#00B7FA",
+ "width": 9.960511207580566,
+ "height": 4.6547698974609375
+ },
+ {
+ "type": "path",
+ "id": "Si244",
+ "x": 8.118999481201172,
+ "y": 21.07699966430664,
+ "geometry": "M4.369 0.55c-0.097 0.007-0.182 0.005-0.279 0.005-0.51671-0.01546-1.03216-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.044 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.105 0.157-0.194 0.102-0.26 0.256 1.035 0.265 1.788 0.42 2.85 0.567 0.072-0.002 0.45 0.049 0.561 0.058q0.578 0.047 1.155 0.066l-0.088-0.305-0.033-0.116c-0.018-0.062-0.034-0.142-0.076-0.19",
+ "fill": "#0073B9",
+ "width": 4.565999984741211,
+ "height": 1.1600017547607422
+ },
+ {
+ "type": "path",
+ "id": "NkN1Y",
+ "x": 8.293999671936035,
+ "y": 21.07699966430664,
+ "geometry": "M3.916 0.555c-0.51704-0.01542-1.03283-0.05949-1.545-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.043 0.015c-0.034-0.023-0.021-0.009-0.035-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c0.09 0.01 0.413 0.105 0.521 0.133q0.39 0.096 0.78 0.178c0.82 0.175 1.6 0.265 2.431 0.323 0.038-0.117 0.07-0.16 0.098-0.292",
+ "fill": "#FEFEFE",
+ "width": 3.9160003662109375,
+ "height": 0.8470001220703125
+ },
+ {
+ "type": "path",
+ "id": "rlQLM",
+ "x": 12.110000610351562,
+ "y": 21.625999450683594,
+ "geometry": "M0.377 0.001c-0.097 0.007-0.181 0.005-0.278 0.005-0.03 0.133-0.06 0.175-0.099 0.292 0.094 0.008 0.427 0.048 0.487 0.008l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#FDFDFD",
+ "width": 0.48699951171875,
+ "height": 0.32349586486816406
+ },
+ {
+ "type": "path",
+ "id": "mDcEh",
+ "x": 7.457000255584717,
+ "y": 21.52899932861328,
+ "geometry": "M3.512 0.584c-0.961-0.12874-1.9129-0.31812-2.85-0.567l-0.062-0.017c-0.128 0.012-0.497 0.08-0.6 0.148 0.207 0.06 0.425 0.094 0.63 0.153 0.82 0.237 1.632 0.39 2.473 0.525 0.03-0.024 0.016-0.01 0.025-0.06 0.105-0.068 0.358-0.052 0.384-0.182",
+ "fill": "#FEFEFE",
+ "width": 3.5119996070861816,
+ "height": 0.8260002136230469
+ },
+ {
+ "type": "path",
+ "id": "Nita2",
+ "x": 10.558999061584473,
+ "y": 22.112939834594727,
+ "geometry": "M2.125 0.12406q-0.578-0.02-1.154-0.066c-0.11-0.01-0.49-0.06-0.562-0.058-0.025 0.13-0.279 0.114-0.383 0.182-0.01 0.05 0.004 0.036-0.026 0.06 0.45 0.089 0.99 0.123 1.447 0.167 0.133 0.013 0.574 0.019 0.671 0.045 0.06-0.001 0.036 0.009 0.075-0.019 0.014-0.09-0.038-0.219-0.068-0.31",
+ "fill": "#FDFDFD",
+ "width": 2.1953439712524414,
+ "height": 0.4550018310546875
+ },
+ {
+ "type": "path",
+ "id": "6iXHa",
+ "x": 3.0250000953674316,
+ "y": 22.17791748046875,
+ "geometry": "M0 0.33908c0.063 0.6 0.798 1.572 1.531 1.377 0.12101-0.0379 0.2374-0.08922 0.347-0.153 0.00412-0.21772-0.03922-0.43372-0.127-0.633l-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.253-0.303-0.778-0.515-0.983-0.538-0.206-0.022-0.503 0.133-0.535 0.337",
+ "fill": "#01022A",
+ "width": 1.878267765045166,
+ "height": 1.7415027618408203
+ },
+ {
+ "type": "path",
+ "id": "tVW0B",
+ "x": 3.0240001678466797,
+ "y": 22.182090759277344,
+ "geometry": "M0.524 0.00091c-0.266-0.01-0.48 0.06-0.524 0.334 0.544-0.066 1.293 0.44 1.492 0.916 0.065-0.154 0.086-0.222 0.229-0.323l0.03-0.002-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.304-0.366-0.727-0.525-0.994-0.535",
+ "fill": "#0C133E",
+ "width": 1.7510004043579102,
+ "height": 1.2509098052978516
+ },
+ {
+ "type": "path",
+ "id": "RElOM",
+ "x": 3.901719808578491,
+ "y": 22.480998992919922,
+ "geometry": "M0.10328 0.009c-0.022-0.006-0.037-0.007-0.06-0.009-0.079 0.049-0.034 0.12 0.01 0.181l0.028 0.007c0.079-0.026 0.044-0.12 0.022-0.18",
+ "fill": "#01022A",
+ "width": 0.1303083896636963,
+ "height": 0.18799972534179688
+ },
+ {
+ "type": "path",
+ "id": "odI8g",
+ "x": 4.502999782562256,
+ "y": 17.25400161743164,
+ "geometry": "M1.61 0.144c-0.074-0.05-0.136-0.041-0.235-0.144-0.163 0.231-0.5 0.714-0.625 0.96-0.05895 0.1767-0.12772 0.34997-0.206 0.519 0.01 0.029 0.003 0.017 0.019 0.037-0.101 0.03-0.085 0.147-0.15 0.218l-0.032 0.006c0.025 0.046 0.018 0.021 0.008 0.08-0.05 0.094-0.09 0.21-0.128 0.311-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08051-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33 0.052-0.072 0.098-0.154 0.143-0.232 0.0738-0.10438 0.15255-0.20516 0.236-0.302 0.169-0.12 0.207-0.143 0.409-0.208 0.125-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.002-0.039-0.036-0.099-0.025-0.043-0.055-0.117-0.075-0.165l-0.043-0.13-0.236-0.095c-0.06058-0.04581-0.1248-0.08661-0.192-0.122-0.34307-0.19995-0.66709-0.43092-0.968-0.69-0.258-0.235-0.37-0.385-0.599-0.618-0.054-0.022-0.115-0.05-0.17-0.074l-0.143-0.087z",
+ "fill": "#FEFEFE",
+ "width": 4.07426118850708,
+ "height": 4.222999572753906
+ },
+ {
+ "type": "path",
+ "id": "ElhCs",
+ "x": 4.502999782562256,
+ "y": 19.385000228881836,
+ "geometry": "M0.261 0c-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33-0.892-0.268-1.775-0.633-2.639-0.978",
+ "fill": "#0073B9",
+ "width": 2.9000000953674316,
+ "height": 2.092000961303711
+ },
+ {
+ "type": "path",
+ "id": "nVn4J",
+ "x": 4.501999855041504,
+ "y": 20.079999923706055,
+ "geometry": "M2.575 0.85c-0.8413-0.25935-1.67497-0.5428-2.5-0.85-0.0226 0.10522-0.04095 0.2113-0.055 0.318-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.082-0.125 0.156-0.254c0.055-0.082 0.118-0.203 0.166-0.292",
+ "fill": "#0073B9",
+ "width": 2.575000286102295,
+ "height": 1.3970012664794922
+ },
+ {
+ "type": "path",
+ "id": "NbW8q",
+ "x": 4.501999855041504,
+ "y": 19.71900177001953,
+ "geometry": "M2.408 1.504c-0.413-0.152-0.868-0.278-1.286-0.424-0.364-0.127-0.743-0.26-1.102-0.401-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.083-0.125 0.156-0.254m0.302-0.53c-0.88-0.309-1.691-0.599-2.547-0.974-0.032 0.12-0.059 0.242-0.09 0.36q1.239 0.462 2.501 0.852c0.043-0.058 0.101-0.173 0.136-0.238",
+ "fill": "#FEFEFE",
+ "width": 2.7109999656677246,
+ "height": 1.7579994201660156
+ },
+ {
+ "type": "path",
+ "id": "5bMft",
+ "x": 4.763999938964844,
+ "y": 18.76999855041504,
+ "geometry": "M0.301 0c-0.1 0.03-0.085 0.147-0.15 0.218l-0.03 0.006c0.023 0.046 0.017 0.021 0.006 0.08-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233 0.08-0.115 0.146-0.195 0.236-0.302-0.087-0.052-0.583-0.205-0.716-0.25-0.49081-0.16921-0.97576-0.35498-1.454-0.557-0.128-0.053-0.44-0.18-0.547-0.252",
+ "fill": "#0073B9",
+ "width": 3.0180001258850098,
+ "height": 1.594003677368164
+ },
+ {
+ "type": "path",
+ "id": "mdFDU",
+ "x": 4.763999938964844,
+ "y": 19.073999404907227,
+ "geometry": "M2.782 1.056c-0.698-0.24-1.363-0.458-2.037-0.771-0.194-0.09-0.436-0.18-0.618-0.285-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233",
+ "fill": "#FEFEFE",
+ "width": 2.7820000648498535,
+ "height": 1.2900009155273438
+ },
+ {
+ "type": "path",
+ "id": "LY5rn",
+ "x": 5.190999984741211,
+ "y": 17.611000061035156,
+ "geometry": "M3.348 1.769c-1.09056-0.31421-2.15239-0.72068-3.174-1.215-0.06 0.107-0.102 0.178-0.174 0.277 0.228 0.134 0.593 0.297 0.841 0.4 0.679 0.282 1.45 0.584 2.158 0.779 0.126-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.003-0.039-0.035-0.099m-1.892-1.369c-0.27384-0.1209-0.54211-0.25403-0.804-0.399-0.094 0.09-0.172 0.173-0.26 0.268 0.646 0.364 1.341 0.65 2.033 0.918 0.08 0.03 0.183 0.065 0.26 0.101 0.093 0.033 0.212 0.064 0.308 0.09-0.06026-0.04576-0.12414-0.08656-0.191-0.122-0.34303-0.19963-0.66705-0.43026-0.968-0.689-0.12877-0.04879-0.25494-0.1042-0.378-0.166",
+ "fill": "#0073B9",
+ "width": 3.3854074478149414,
+ "height": 2.010000228881836
+ },
+ {
+ "type": "path",
+ "id": "UXqjb",
+ "x": 6.25600004196167,
+ "y": 17.48499870300293,
+ "geometry": "M0.17 0.075c-0.055-0.023-0.115-0.051-0.17-0.075 0.036 0.043 0.063 0.075 0.102 0.116l-0.06-0.028c0.013 0.02 0.498 0.465 0.528 0.482-0.056-0.015-0.127-0.044-0.179-0.044 0.125 0.064 0.246 0.116 0.377 0.166-0.258-0.235-0.37-0.385-0.598-0.618m1.759 1.43c-0.097-0.027-0.216-0.058-0.309-0.09 0.155 0.087 0.41 0.29 0.588 0.315l-0.043-0.13-0.236-0.095z",
+ "fill": "#CDD6EB",
+ "width": 2.2079997062683105,
+ "height": 1.7290000915527344
+ },
+ {
+ "type": "path",
+ "id": "N6sYi",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.241 0.023c-0.008-0.009-0.029-0.017-0.041-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.099 0.103 0.162 0.094 0.235 0.144l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074 0.228 0.233 0.34 0.383 0.598 0.618 0.312 0.257 0.613 0.49 0.969 0.69 0.064 0.035 0.135 0.077 0.191 0.122l0.237 0.094 0.042 0.13c0.02 0.049 0.05 0.123 0.075 0.166 0.039 0.06 0.042 0.045 0.036 0.099-0.077 0.097-0.258 0.13-0.384 0.143-0.202 0.065-0.24 0.088-0.408 0.208-0.09 0.107-0.155 0.187-0.237 0.302-0.045 0.078-0.09 0.16-0.143 0.233q-0.091 0.167-0.188 0.329c-0.035 0.065-0.094 0.18-0.137 0.238-0.049 0.089-0.11 0.21-0.166 0.292q-0.074 0.128-0.156 0.254c-0.112 0.174-0.19 0.253-0.33 0.405l0.195-0.065c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.109l0.116 0.021c0.103-0.069 0.471-0.136 0.6-0.148l0.06 0.017c0.068-0.154 0.157-0.099 0.261-0.256l-0.084-0.03c0.09-0.071 0.114-0.096 0.19-0.183l0.123 0.014c0.393 0.078 0.784 0.184 1.19 0.265 0.014 0.036 0.002 0.022 0.035 0.045l0.044-0.015c-0.04299-0.13969-0.09613-0.27605-0.159-0.408-0.065-0.072-0.082-0.21-0.097-0.3-0.029-0.085-0.078-0.311-0.103-0.408q-0.105-0.183-0.214-0.366c-0.075-0.094-0.154-0.204-0.227-0.301 0.05-0.016 0.105-0.026 0.157-0.037 0.088-0.088 0.15-0.19 0.283-0.181 0.208-0.006 0.439-0.008 0.643-0.026 0.19-0.017 0.399-0.052 0.591-0.077 0.138-0.05 0.427-0.097 0.547-0.151l-0.01-0.026c-0.394-0.079-0.854-0.265-1.247-0.354-0.5668-0.19049-1.1256-0.404-1.675-0.64-0.278-0.117-0.575-0.258-0.853-0.365-0.163-0.101-0.362-0.183-0.536-0.271-0.286-0.144-0.586-0.292-0.858-0.46",
+ "fill": "#E50A15",
+ "width": 5.419999122619629,
+ "height": 4.89000129699707
+ },
+ {
+ "type": "path",
+ "id": "wm80b",
+ "x": 7.51200008392334,
+ "y": 17.746000289916992,
+ "geometry": "M2.55 0.984c-0.5653-0.18525-1.12247-0.39444-1.67-0.627-0.29155-0.12335-0.58492-0.24236-0.88-0.357 0.17 0.208 0.443 0.494 0.634 0.692l0.089-0.015c0.122-0.02 0.319 0.103 0.435 0.155 0.214 0.096 0.44 0.167 0.646 0.276 0.028 0.015 0.049 0.083 0.059 0.112 0.167-0.058 0.55-0.173 0.687-0.235",
+ "fill": "#16BBF7",
+ "width": 2.5500001907348633,
+ "height": 1.2199993133544922
+ },
+ {
+ "type": "path",
+ "id": "8nAoz",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M1.315 0.64c-0.032-0.204-0.281-0.347-0.449-0.451-0.13-0.028-0.261-0.055-0.388-0.09-0.10346-0.0224-0.20617-0.04808-0.308-0.077l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.394 0.078 0.785 0.184 1.19 0.265",
+ "fill": "#0073B9",
+ "width": 1.3150005340576172,
+ "height": 0.6399993896484375
+ },
+ {
+ "type": "path",
+ "id": "1uIMt",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M0.17 0.022l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.042-0.077 0.134-0.222 0.111-0.306-0.006-0.021-0.04-0.033-0.065-0.047",
+ "fill": "#025EA1",
+ "width": 0.23863506317138672,
+ "height": 0.375
+ },
+ {
+ "type": "path",
+ "id": "EKIfL",
+ "x": 8.145999908447266,
+ "y": 18.420629501342773,
+ "geometry": "M1.229 0.54537c-0.01-0.029-0.03-0.097-0.06-0.112-0.205-0.109-0.431-0.18-0.645-0.276-0.116-0.052-0.313-0.176-0.435-0.155l-0.089 0.015c0.12 0.125 0.285 0.307 0.41 0.42 0.25 0.002 0.405 0.06 0.641 0.144l0.178-0.036z",
+ "fill": "#00B7FA",
+ "width": 1.2290000915527344,
+ "height": 0.5813694000244141
+ },
+ {
+ "type": "path",
+ "id": "0HSG5",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.365 0.075l-0.018 0.005c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076 0.127 0.036 0.26 0.063 0.389 0.09-0.14357-0.10517-0.27444-0.22665-0.39-0.362",
+ "fill": "#FEFEFE",
+ "width": 0.7560005187988281,
+ "height": 0.4370002746582031
+ },
+ {
+ "type": "path",
+ "id": "FplnC",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.347 0.08c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076-0.06-0.023-0.18-0.057-0.246-0.077 0.027-0.057 0.049-0.154 0.079-0.184 0.063-0.026 0.06-0.006 0.124-0.006l0.023 0z",
+ "fill": "#DBD2CF",
+ "width": 0.3670005798339844,
+ "height": 0.3470001220703125
+ },
+ {
+ "type": "path",
+ "id": "alfrF",
+ "x": 7.105999946594238,
+ "y": 21.440000534057617,
+ "geometry": "M0.95 0.09c-0.10867-0.03469-0.21877-0.06472-0.33-0.09-0.18 0-0.462 0.077-0.62 0.156 0.074 0.005 0.162 0.038 0.235 0.06l0.115 0.021c0.103-0.069 0.472-0.137 0.6-0.148",
+ "fill": "#E6999D",
+ "width": 0.9499998092651367,
+ "height": 0.23699951171875
+ },
+ {
+ "type": "path",
+ "id": "kmTt5",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.242 0.023c-0.008-0.009-0.03-0.017-0.042-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.1 0.103 0.162 0.094 0.236 0.144 0.04086-0.04167 0.09299-0.07051 0.15-0.083-0.055-0.095-0.11-0.167-0.158-0.27l0.014-0.03z",
+ "fill": "#CDD6EB",
+ "width": 0.3860001564025879,
+ "height": 0.40600013732910156
+ },
+ {
+ "type": "path",
+ "id": "KUzgK",
+ "x": 6.111999988555908,
+ "y": 17.315000534057617,
+ "geometry": "M1.228 4.341c-0.071-0.022-0.16-0.055-0.233-0.06l-0.487 0.221c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.11m0.953-0.395c-0.16 0.057-0.441 0.127-0.567 0.18 0.122 0.028 0.211 0.052 0.33 0.09l0.062 0.016c0.067-0.154 0.155-0.099 0.26-0.256l-0.085-0.03z m0.664-0.718c-0.098-0.199-0.166-0.27-0.241-0.488-0.033 0.134-0.07 0.273-0.065 0.412 0.101 0.026 0.19 0.05 0.289 0.081l0.017-0.005z m-2.696-3.227c-0.05701 0.01249-0.10914 0.04133-0.15 0.083l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074-0.044-0.076-0.113-0.17-0.164-0.244",
+ "fill": "#025EA1",
+ "width": 2.8460001945495605,
+ "height": 4.552501678466797
+ },
+ {
+ "type": "path",
+ "id": "VxKUU",
+ "x": 9.076000213623047,
+ "y": 19.104999542236328,
+ "geometry": "M3.189 0.236l-0.277-0.063c-0.23-0.057-0.472-0.112-0.7-0.173l0.01 0.026c-0.121 0.054-0.41 0.1-0.548 0.151-0.192 0.025-0.4 0.06-0.591 0.077-0.204 0.018-0.435 0.02-0.642 0.026-0.134-0.008-0.196 0.093-0.284 0.18-0.052 0.012-0.107 0.022-0.157 0.038 0.073 0.097 0.152 0.207 0.227 0.301l0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.014-0.014-0.022-0.034c0.018-0.04 0.008-0.133 0.006-0.182 0.012-0.344 0.037-0.707 0.088-1.046",
+ "fill": "#0073B9",
+ "width": 3.189000129699707,
+ "height": 1.5119972229003906
+ },
+ {
+ "type": "path",
+ "id": "oVlyg",
+ "x": 9.302999496459961,
+ "y": 19.904001235961914,
+ "geometry": "M2.754 0.386c-0.836-0.023-1.817-0.135-2.628-0.354l-0.126-0.032 0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.015-0.014-0.023-0.034c-0.037-0.092-0.073-0.19-0.114-0.28",
+ "fill": "#FEFEFE",
+ "width": 2.8909997940063477,
+ "height": 0.7129993438720703
+ },
+ {
+ "type": "path",
+ "id": "gpU7P",
+ "x": 9.302999496459961,
+ "y": 19.904998779296875,
+ "geometry": "M0.126 0.03l-0.126-0.03 0.214 0.365c0.074 0.019 0.14 0.032 0.214 0.047-0.228-0.075-0.116-0.078-0.243-0.273-0.016-0.025-0.062-0.05-0.094-0.095l0.035-0.014z",
+ "fill": "#DBD2CF",
+ "width": 0.42799949645996094,
+ "height": 0.4120006561279297
+ },
+ {
+ "type": "path",
+ "id": "Jfoh0",
+ "x": 9.517001152038574,
+ "y": 19.104999542236328,
+ "geometry": "M2.472 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151-0.193 0.025-0.4 0.06-0.592 0.077-0.204 0.018-0.435 0.02-0.642 0.026 0.45 0.124 1.084 0.203 1.553 0.26 0.245 0.03 0.557 0.032 0.793 0.079l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#025EA1",
+ "width": 2.4720001220703125,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "upoDu",
+ "x": 10.751001358032227,
+ "y": 19.104999542236328,
+ "geometry": "M1.238 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151 0.326 0.037 0.6 0.066 0.929 0.077 0.054 0.09 0.144 0.265 0.183 0.365l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#FAFAFA",
+ "width": 1.2379989624023438,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "VUEwx",
+ "x": 9.232999801635742,
+ "y": 19.38365364074707,
+ "geometry": "M2.714 0.34635l-0.031-0.038-0.024 0-0.03 0.032c-0.235-0.047-0.547-0.05-0.792-0.08-0.47-0.056-1.104-0.135-1.553-0.26-0.133-0.007-0.196 0.094-0.284 0.18199 0.104 0.035 0.355 0.083 0.475 0.112 0.767 0.182 1.484 0.254 2.264 0.303-0.02982-0.08046-0.03843-0.16724-0.025-0.25199",
+ "fill": "#FEFEFE",
+ "width": 2.7390003204345703,
+ "height": 0.5973434448242188
+ },
+ {
+ "type": "path",
+ "id": "CrqKC",
+ "x": 9.529000282287598,
+ "y": 19.459999084472656,
+ "geometry": "M3.235 0.048l-0.257-0.048c-0.036 0.4-0.06 0.793-0.091 1.193l-0.019 0.02c-0.096-0.068-0.088-0.158-0.208-0.204 0.002 0.049 0.012 0.142-0.006 0.182l0.023 0.034-0.015 0.013c-0.82-0.05-1.642-0.091-2.447-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.323 0.103 0.408 0.015 0.09 0.032 0.228 0.098 0.3 0.076 0.166 0.104 0.239 0.158 0.408 0.116 0 0.63 0.094 0.789 0.114 0.52 0.067 1.02 0.121 1.544 0.131 0.097 0.001 0.181 0.002 0.278-0.004 0.052 0.005 0.09-0.021 0.12-0.059l0.035-0.534c0.051-0.523 0.046-1.09 0.11-1.608",
+ "fill": "#0073B9",
+ "width": 3.234999656677246,
+ "height": 2.253755569458008
+ },
+ {
+ "type": "path",
+ "id": "aecCS",
+ "x": 9.517000198364258,
+ "y": 20.270000457763672,
+ "geometry": "M2.663 0.346c-0.82-0.05-1.642-0.091-2.448-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.324 0.103 0.408l0.102 0.025c0.853 0.182 1.666 0.241 2.528 0.261l0.033-0.006 0.01-0.03c-0.02167-0.10912-0.05977-0.21431-0.113-0.312",
+ "fill": "#0073B9",
+ "width": 2.7760000228881836,
+ "height": 0.694000244140625
+ },
+ {
+ "type": "path",
+ "id": "ttOUX",
+ "x": 9.619999885559082,
+ "y": 20.678001403808594,
+ "geometry": "M2.63 0.286c-0.862-0.02-1.676-0.08-2.528-0.261l-0.102-0.025c0.015 0.09 0.032 0.228 0.098 0.3l0.209 0.033c0.117 0.034 0.372 0.075 0.493 0.096 0.62475 0.10632 1.25643 0.16681 1.89 0.181-0.02137-0.10774-0.04137-0.21575-0.06-0.324",
+ "fill": "#FEFEFE",
+ "width": 2.690000534057617,
+ "height": 0.6099987030029297
+ },
+ {
+ "type": "path",
+ "id": "3dpo1",
+ "x": 9.619999885559082,
+ "y": 20.67799949645996,
+ "geometry": "M0.102 0.025l-0.102-0.025c0.015 0.09 0.033 0.228 0.098 0.3l0.21 0.033c-0.0408-0.01079-0.08088-0.02415-0.12-0.04-0.055-0.052-0.081-0.202-0.086-0.268",
+ "fill": "#DBD2CF",
+ "width": 0.3079996109008789,
+ "height": 0.33300018310546875
+ },
+ {
+ "type": "path",
+ "id": "jiyxn",
+ "x": 12.170000076293945,
+ "y": 20.387001037597656,
+ "geometry": "M0.253 0.189l-0.038 0.014c-0.096-0.067-0.089-0.157-0.208-0.203 0.002 0.049 0.012 0.142-0.007 0.182l0.023 0.034-0.014 0.013c0.048 0.069 0.097 0.23 0.114 0.312l-0.01 0.03-0.033 0.006c-0.004-0.011 0.055 0.297 0.06 0.325 0.062 0.009 0.06 0.021 0.101 0-0.022-0.216 0-0.492 0.012-0.713",
+ "fill": "#F7F7F7",
+ "width": 0.25300025939941406,
+ "height": 0.9136714935302734
+ },
+ {
+ "type": "path",
+ "id": "yQsMY",
+ "x": 2.767716407775879,
+ "y": 15.21020793914795,
+ "geometry": "M1.02728 0.21679c-0.194-0.118-0.509-0.272-0.735-0.197-0.513 0.171-0.219 0.868-0.101 1.168 0.194 0.401 0.45 0.769 0.728 1.107 0.032 0.04 0.114 0.127 0.133 0.167 0.014-0.045 0.155-0.28 0.186-0.33l0.025-0.038c0.245-0.391 0.538-0.75 0.885-1.045-0.16-0.111-0.291-0.264-0.486-0.413-0.24-0.183-0.533-0.356-0.635-0.419",
+ "fill": "#07BEFF",
+ "width": 2.148283004760742,
+ "height": 2.4617929458618164
+ },
+ {
+ "type": "path",
+ "id": "hDHIp",
+ "x": 2.7032382488250732,
+ "y": 15.192770957946777,
+ "geometry": "M1.15276 0.26423c-0.228-0.127-0.58-0.318-0.837-0.25-0.579 0.15-0.213 0.868-0.065 1.177 0.05-0.037 0.333-0.24 0.513-0.428 0.179-0.185 0.27-0.336 0.389-0.499",
+ "fill": "#01022A",
+ "width": 1.152761697769165,
+ "height": 1.191227912902832
+ },
+ {
+ "type": "path",
+ "id": "xcGxD",
+ "x": 12.906000137329102,
+ "y": 19.558000564575195,
+ "geometry": "M0.29 0.053l-0.29-0.053c0.078 0.452 0.077 1.586 0.077 1.586l-0.04 0.801 0.26 0.062c0 0 0.044-0.465 0.06-0.763 0.036-0.636 0-1.12-0.067-1.633",
+ "fill": "#0073B9",
+ "width": 0.37122154235839844,
+ "height": 2.4490013122558594
+ },
+ {
+ "type": "path",
+ "id": "8iEAt",
+ "x": 12.486000061035156,
+ "y": 21.573999404907227,
+ "geometry": "M0.132 0c-0.03229 0.03873-0.08189 0.05865-0.132 0.053 0.042 0.047 0.056 0.132 0.075 0.195l0.094 0.038c-0.0192-0.09432-0.03156-0.1899-0.037-0.286",
+ "fill": "#025EA1",
+ "width": 0.16899967193603516,
+ "height": 0.28600120544433594
+ },
+ {
+ "type": "path",
+ "id": "LEjfJ",
+ "x": 3.486999988555908,
+ "y": 16.176000595092773,
+ "geometry": "M1.6 0.194c-0.075-0.062-0.173-0.133-0.253-0.194-0.377 0.367-0.91 1.045-0.91 1.045l-0.437 0.623c0 0 0.162 0.145 0.246 0.214q0.144 0.12 0.286 0.244c0.137-0.197 0.264-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244 0.207-0.305 0.64-0.82 0.924-1.065",
+ "fill": "#0073B9",
+ "width": 1.5999999046325684,
+ "height": 2.1259994506835938
+ },
+ {
+ "type": "path",
+ "id": "RbheQ",
+ "x": 3.7330000400543213,
+ "y": 17.434999465942383,
+ "geometry": "M0.43 0c-0.134 0.183-0.298 0.463-0.43 0.623q0.145 0.12 0.286 0.244c0.137-0.197 0.265-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244",
+ "fill": "#F7F7F7",
+ "width": 0.6860001087188721,
+ "height": 0.8669986724853516
+ },
+ {
+ "type": "path",
+ "id": "Ak8rh",
+ "x": 13.318081855773926,
+ "y": 18.936565399169922,
+ "geometry": "M1.36092 0.58344c-0.204-0.456-0.924-0.916-1.296-0.247-0.078 0.14-0.087 0.235-0.02 0.364 0.011 0.022 0.021 0.035 0.034 0.054 0.12784 0.18735 0.32308 0.31811 0.545 0.36499 0.232 0.048 0.43 0.047 0.614-0.103 0.07321-0.07253 0.13342-0.15709 0.178-0.25 0.04458-0.09291-0.024-0.114-0.055-0.182",
+ "fill": "#01022A",
+ "width": 1.430558204650879,
+ "height": 1.1475582122802734
+ },
+ {
+ "type": "path",
+ "id": "NWDZO",
+ "x": 4.264000415802002,
+ "y": 16.84200096130371,
+ "geometry": "M1.814 0.15c-0.09-0.042-0.18-0.1-0.266-0.15q-0.45 0.575-0.837 1.194c-0.084-0.057-0.26-0.123-0.306-0.16-0.114 0.174-0.288 0.475-0.405 0.629 0.097 0.077 0.197 0.154 0.291 0.234 0.09 0.073 0.17 0.133 0.265 0.201l0.064 0.055 0.032-0.007c0.065-0.07 0.048-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519 0.124-0.246 0.462-0.729 0.625-0.96 0.06304-0.09005 0.12976-0.17745 0.2-0.262",
+ "fill": "#025EA1",
+ "width": 1.8139996528625488,
+ "height": 2.1529998779296875
+ },
+ {
+ "type": "path",
+ "id": "TYvvD",
+ "x": 4.263999938964844,
+ "y": 17.876001358032227,
+ "geometry": "M0.405 0.001c-0.114 0.173-0.289 0.474-0.405 0.628 0.097 0.077 0.197 0.154 0.29 0.234 0.046-0.053 0.358-0.598 0.42-0.703-0.084-0.057-0.26-0.123-0.305-0.16",
+ "fill": "#F7F7F7",
+ "width": 0.7100000381469727,
+ "height": 0.8629989624023438
+ },
+ {
+ "type": "path",
+ "id": "V2WV4",
+ "x": 4.820000171661377,
+ "y": 18.214000701904297,
+ "geometry": "M0.433 0c-0.15562 0.23508-0.30012 0.47735-0.433 0.726l0.064 0.054 0.032-0.006c0.065-0.07 0.049-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519",
+ "fill": "#CDD6EB",
+ "width": 0.4330000877380371,
+ "height": 0.7800006866455078
+ },
+ {
+ "type": "path",
+ "id": "7G3x9",
+ "x": 4.01900053024292,
+ "y": 16.516000747680664,
+ "geometry": "M1.546 0.181c-0.079-0.062-0.175-0.125-0.26-0.181-0.068 0.099-0.205 0.244-0.285 0.344-0.208 0.26-0.43 0.537-0.601 0.82-0.136 0.202-0.264 0.425-0.4 0.622 0.085 0.08 0.15 0.131 0.245 0.203 0.116-0.154 0.29-0.455 0.405-0.628 0.294-0.453 0.557-0.765 0.896-1.18",
+ "fill": "#025EA1",
+ "width": 1.5460000038146973,
+ "height": 1.9889984130859375
+ },
+ {
+ "type": "path",
+ "id": "QOijW",
+ "x": 13.325611114501953,
+ "y": 19.636999130249023,
+ "geometry": "M0.98039 1.563c0.301-0.275 0.398-0.707 0.441-0.934 0.044-0.228 0.055-0.5-0.013-0.563-0.05082 0.1043-0.12676 0.19433-0.221 0.262-0.07455 0.03985-0.15384 0.0701-0.236 0.09-0.08215 0.01991-0.15 0.039-0.335 0-0.24377-0.05098-0.45453-0.20287-0.58-0.418-0.043 0.055-0.042 0.058-0.027 0.13 0.102 0.479 0.19 0.966 0.187 1.454q0 0.172-0.008 0.345c0.287-0.043 0.544-0.14 0.792-0.365",
+ "fill": "#07BEFF",
+ "width": 1.4568920135498047,
+ "height": 1.9289989471435547
+ },
+ {
+ "type": "path",
+ "id": "ag53z",
+ "x": 11.585000038146973,
+ "y": 24.634998321533203,
+ "geometry": "M0 0.568c0 0 0.562 0.23 0.957 0.08 0.395-0.15 0.425-0.648 0.425-0.648 0 0-0.215 0.18-0.371 0.27-0.353 0.202-0.668 0.239-1.01 0.298",
+ "fill": "#01022A",
+ "width": 1.3819999694824219,
+ "height": 0.6987934112548828
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mpkAd",
+ "name": "Frame 1000004853",
+ "gap": 15,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gXlMS",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zxAq1",
+ "x": 6.594298839569092,
+ "y": 16.5043888092041,
+ "name": "Vector",
+ "geometry": "M11.30146 0.0496c0.11759-0.05937 0.35755 0.03984 0.5142-0.0496 0.01898 0.07394 0.07833 0.10431 0.1456 0.15577 0.30021 0.22175 0.5265 0.43677 0.7748 0.66433 0.64147 0.83564 0.9962 1.47154 1.01363 2.5562-0.00479 0.13671-0.4203-0.04785-0.45292 0.08235-0.07113 0.68587-0.45292 0.9676-0.45292 0.9676 0.05507-0.02745 1.19229 1.49439 1.14916 2.08035 0.00829 0.03518 0.01806 0.07223 0.02432 0.10757-0.00277 0.37169 0.00055 0.46609-0.10007 0.82956-0.12846 0.45307-0.39938 0.86366-0.78052 1.18311-0.07206 0.04495-0.22282 0.14182-0.22282 0.14183l-0.63492 0.23576-0.91027-0.12726c0 0-0.13897-0.04479-0.20642-0.07889-0.74956-0.45644-0.84782-1.06934-1.86202-1.40741-1.5-0.5-3.11612-0.47555-4.44428 0.02053-0.821 0.30665-1.68815 1.17347-1.68815 1.17347 0 0-0.29293 0.21574-0.38859 0.24705-0.03907 0.02139-0.01882 0.00834-0.06176 0.02058-0.10837-0.02713-0.87715 0.16618-1.09112 0.10294-0.6974-0.20639-1.53824-1.72933-1.53824-1.72933 0.19294-0.02197-0.61348-0.78368 0.58863-2.26459 0.05658-0.17887-0.25745-1.20191-0.25191-1.46169-0.05382-0.05859-0.18036 0.06706-0.26017 0.04117l-0.04118 0.02059c-0.0282-0.09253-0.03538-0.25482-0.03537-0.25482 0 0-0.00295-0.31248 0.03299-0.52297 0.03631-0.15857 0.11622-0.40554 0.16708-0.56038 0.14487-0.52605 0.74114-1.17347 0.74114-1.17347 0.30402-0.43533 0.58324-0.60929 1.04943-0.89914 0.21858-0.03209 0.65814 0.18925 0.88705 0.27218 0.11298 0.19189 0.76725 0.36286 0.77149 0.43013l-0.02617 0.01225c0.06082 0.04464 0.07722 0.05875 0.15444 0.07595 0.21582 0.04836 0.34059 0.17701 0.49983 0.29465l0.01013 0.05456c0.41394 0.12121 0.69334 0.17701 1.12148 0.25002 0.09418 0.12788 0.39164 0.3458 0.38833 0.44888l-0.07465 0.0434c-0.04847 0.04976-0.09749 0.09718-0.14098 0.15035l0.10726-0.01953c0.22135-0.18337 0.60027-0.15624 0.9239-0.17934l-0.00571 0.03953c0.09123-0.00046 0.13546-0.01085 0.19075-0.07254l-0.01493-0.04309c0.02636-0.07192 0.10948-0.13439 0.17122-0.19081 0.11961-0.12788 0.13491-0.15082 0.21066-0.29651 0.21656-0.05875 0.42224-0.07905 0.65667-0.1471 0.42684-0.11641 0.87083-0.29683 1.2492-0.39525 0.24531-0.12137 0.62994-0.27807 0.88907-0.38564 0.11869-0.13625 0.44989-0.23948 0.64193-0.36999 0.21139-0.03085 0.39127-0.0296 0.6117-0.07331z",
+ "fill": "#07beffff",
+ "width": 12.005792617797852,
+ "height": 7.71225643157959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "50tXc",
+ "x": 17.24536895751953,
+ "y": 19.596574783325195,
+ "name": "Vector",
+ "geometry": "M20.40824 0c0 0-10.5623 9.98562-17.94116 9.27423 0.02686 0.00374-1.75517-0.77127-2.46708-0.91354l5.07742-2.51605-4.53118-4.35448 3.50135-0.23584",
+ "width": 0.7197118997573853,
+ "height": 0.32834234833717346,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "5PpMb",
+ "x": 13.48752212524414,
+ "y": 18.37346649169922,
+ "name": "Vector",
+ "geometry": "M170.42004 0c37.47001 3.59 95.36002 21.92012 130.39002 38.87012 4.98999 2.42 5.65997 4.26989 9.85998 3.38989l0.71997-2.31982c1.19001 4.91 0.68003 29.80997 0.77002 36.46997-0.26001 8.82-0.78994 11.35-2.55993 19.75l-7.09009-5.53003c-4.95001-3.98-11.23996-7.83009-16.58997-11.34009-3.67001-2.21-9.44003-4.86986-13.41003-6.85986-19.12-17.4-91.12996-35.81003-118.07996-40.03003-1.41 5.3-2.11998 10.26008-5.72998 14.08007-2.14999 7.84-9.17999 30.26994-15.35998 34.43995l1.67993 2.38989c-0.97 5.44-1.33002 5.79013-3.51001 10.63013-2.61 6.18-4.34001 10.53994-6.39001 16.93994-2.64 11.66-3.48001 17.1999-4.63001 29.1499 0.87 10.38 1.39011 12.78018 4.24011 22.69018-5.12999 2.66001-55.89 5.02991-67.01001 6.65992-2.68-5.09-7.22-17.91996-9.5-23.94995-3.39-7.36-7.39003-20.08017-10.16003-28.17017-2.74-6.97-6.07002-18.20989-8.52002-25.63989-3.64-10.98-7.68999-21.80996-12.12-32.45996-5.44-10.63-11.25004-21.02994-17.42004-31.18995 50.56-2.78 106.70003-7.16016 156.15002-19.41015l2.33997 2.89013c4.74001-10.6-3.89995-10.08019 11.93005-11.45019z",
+ "fill": "#f5f6f9ff",
+ "width": 4.901939392089844,
+ "height": 2.2570078372955322,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "dOxv6",
+ "x": 7.121816635131836,
+ "y": 20.34836196899414,
+ "name": "Group 1000004712",
+ "children": [
+ {
+ "type": "path",
+ "id": "2rQEh",
+ "x": 7.388366222381592,
+ "y": 0.21156610548496246,
+ "name": "Vector",
+ "geometry": "M0 11.12326c11.48274-1.32092 23.0886-1.54047 35-3.12326l59.5-8 6.5 10c-37.18052 5.22622-58.21798 7.69709-96.62216 10l-1.47752-2.27604c-0.74332-2.01411-1.99739-4.58273-2.90032-6.6007z",
+ "fill": "#f5f6f9ff",
+ "width": 3.5618410110473633,
+ "height": 0.7053150534629822,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "3qzLQ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 120.28396 6.30369 145.39194 7.43101 2.68791 1.37616 4.39636 1.89644 6.65492 3.84569l-0.33543 0c3.0278 2.72216 1.33728 1.31205 4.95544 2.80886l-0.28177 0.49015c5.95274 1.44403 8.92687 3.18595 15.13007 3.81182 3.68524 0.0754 16.84419-1.62738 20.54733-1.88753 5.57707 1.22912 4.9641 3.00029 10 5.5 1.62794 1.21027 10.04648 3.20302 11.5 4.5-6.5744-0.8257-27.78043 1.3585-34.8468 1.09835-33.73969 1.05945-63.09191-0.1885-96.74215-1.30073-15.92093-1.09143-80.97366-14.29762-80.97366-14.29762l-0.99989-12z",
+ "fill": "#f5f6f9ff",
+ "width": 7.531442165374756,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "yGcZD",
+ "x": 6.661724328994751,
+ "y": 16.50439807346902,
+ "name": "Group 1000004705",
+ "children": [
+ {
+ "type": "path",
+ "id": "eGEGy",
+ "x": 5.837707281112671,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M106.93852 1.20259c2.83818-1.43937 8.63019 0.96586 12.41145-1.20259 0.4582 1.79264 1.89064 2.52921 3.51436 3.77691 1.35235 1.00343 2.77144 1.98054 3.99923 3.09295 5.23632 4.07116 10.90745 8.40874 15.19894 13.13014 13.12259 14.21743 22.53514 32.59904 24.5799 48.08266 0.52937 1.84525 0.3025 11.20303 0.34254 13.70597-0.11566 3.31469-6.69754 0.05453-7.48494 3.21137-8.2372 17.36548-24.46556 33.45117-42.5 36-11.12135 3.83707-14.26536 7.3934-24.96855 2.07938-3.8391-2.3714-6.19679-5.31771-8.42552-8.85414-2.2821 0.99967-24.86291 1.89032-29.80968 2.5029-1.19221-1.91289-3.21185-6.73459-4.22612-9.00075-1.50806-2.766-3.28749-7.54643-4.51973-10.58677-1.2189-2.61943-2.70028-6.84355-3.79017-9.63586-1.61927-4.12645-3.42092-8.19652-5.39163-12.19894-2.42001-3.99491-5.00463-7.90337-7.74938-11.72165-6.2591-5.91533-12.38474-7.21567-19.62251-11.66908-2.16644-0.18039-6.03664-3.24328-8.13635-4.60373l-0.36036-1.04478c0.63614-1.74378 2.64245-3.25834 4.13271-4.6263 2.8871-3.10048 3.2563-3.65668 5.08466-7.18935 5.22704-1.42434 10.19161-1.91665 15.85016-3.56648 10.30282-2.82237 21.01938-7.19686 30.15223-9.58328 5.92101-2.94263 15.20511-6.74212 21.45977-9.35028 2.86486-3.30341 10.85887-5.80634 15.49425-8.9707 5.10248-0.74787 9.44428-0.7178 14.76474-1.7776z",
+ "fill": "#f5f6f9ff",
+ "width": 5.889379978179932,
+ "height": 4.435398101806641,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "V2krz",
+ "x": 0,
+ "y": 0.10722705402531574,
+ "name": "Vector",
+ "geometry": "M49.00888 0.03588c5.31299-0.7802 52.58814 11.42335 52.58814 11.42335 0 0 3.96219 5.33759 22.5 8.49995 2.28915 3.1095 30.58065 25.49356 30.50001 28l-14.99998 0c-1.17818 1.20988-2.24726 0.20423-3.30448 1.49703-2.88048 2.46875-5.79684 4.90732-8.749 7.30823-4.07658 3.73894-5.85951 5.925-9.17005 10.26322-2.24436 4.69252-4.36783 8.67272-6.88545 13.22956-1.26777 2.14839-4.04071 7.50048-6.07004 8.65759-2.81776 3.27911-6.68829 7.97916-7.23482 12.15532-3.51213-0.59929-7.85299-1.05535-11.45472-1.51518 0.72124 4.21384 0.19707 6.48283-1.20508 10.54968-2.42355 4.10454-4.11691 6.18887-8.0143 9.44537 24.51372 9.39351-69.4121-38.09077-69.4121-38.09077l-7 2.5c0 0-0.82869-4.2439-0.99997-7-0.30376-4.88772 0.12637-7.38158 0.99992-12.5 0.82559-3.81964 1.84853-7.12773 3.16812-10.94748 1.3833-5.02518 3.19898-8.6133 5.33193-13.05252 5.24138-10.69599 23.8263-29.79034 23.8263-29.79034 0 0 14.12517-9.72466 15.58557-10.63301z",
+ "fill": "#f5f6f9ff",
+ "width": 5.451986789703369,
+ "height": 4.259404182434082,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "b288z",
+ "x": 7.071165936329635,
+ "y": 16.68068013872471,
+ "name": "Group 1000004709",
+ "children": [
+ {
+ "type": "path",
+ "id": "krzeF",
+ "x": 2.274562222621171,
+ "y": 3.7557941845479945,
+ "name": "Vector",
+ "geometry": "M8 0c25.43296 3.13201 126.50505 7.88977 126.5 7l4.5 9.00052c-46.57074 1.40607-138.82646-4.27531-139-6.00052 0 0 5.58633-5.66181 8-10z",
+ "fill": "#006eb7ff",
+ "width": 4.901939392089844,
+ "height": 0.572080671787262,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "PbsE1",
+ "x": 7.2998920508835,
+ "y": 3.843943732124899,
+ "name": "Vector",
+ "geometry": "M30.56381 0c2.21501 3.5112 4.55821 6.43652 8.37369 8.791l-0.48632 0.18283c-11.54811 1.53359-22.80001 1.74631-33.93254 3.02617-1.1274-2.31344-3.5902-6.43656-4.51864-9 4.91635-0.60821 28.29575-2.00746 30.56381-3z",
+ "fill": "#006eb7ff",
+ "width": 1.3731601238250732,
+ "height": 0.4231890141963959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "uhoMv",
+ "x": 10.232412917277543,
+ "y": 3.632352011543844,
+ "name": "Vector",
+ "geometry": "M15.35278 7l-15.35278 2.14867c4.07148-2.9342 6.2993-5.47651 9.35278-9.14867 2.83106 2.12893 3.9043 4.1919 6 7z",
+ "fill": "#006eb7ff",
+ "width": 0.541427493095398,
+ "height": 0.3226346969604492,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "vx1xF",
+ "x": 0,
+ "y": 3.4207602909627894,
+ "name": "Vector 688",
+ "geometry": "M0 0l1.5 7 3.5 0.5-3-4-2-3.5z",
+ "fill": "#06619aff",
+ "width": 0.17695094645023346,
+ "height": 0.2654264271259308,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "y6BXG",
+ "x": 6.663033587596146,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.38619 2.01001l27.29004-2.01001 1.15991 2.37c-8.29 5.88-52.49 35.75001-59.5 36.64001-1.98-3.61-1.47993-1.57994-0.29992-6.55994 8.7-10.25 22.12992-20.44002 33.78991-26.52002-0.13-2.46-0.05994-1.34004-2.43994-3.92004z",
+ "fill": "#a60208ff",
+ "width": 0.9874408841133118,
+ "height": 0.5289862751960754,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "KYwoz",
+ "x": 9.116314888000488,
+ "y": 18.77902603149414,
+ "name": "Group 1000004713",
+ "children": [
+ {
+ "type": "path",
+ "id": "nJyhr",
+ "x": 4.653293609619141,
+ "y": 0.1939716339111328,
+ "name": "Vector",
+ "geometry": "M0 4.84912c18.95338-0.62718 42.02959-3.07085 61.0625-4.84912-4.80521 15.16724-19.2344 27.65244-13.65252 44.45308-2.26645 1.01725-24.69241 1.92357-29.60527 2.54692-1.18403-1.94655-3.18982-6.85304-4.19713-9.15906-1.49771-2.81465-3.26495-7.67916-4.48875-10.77298-1.21054-2.6655-2.68176-6.96392-3.76417-9.80533-1.60817-4.19903-3.39747-8.34068-5.35466-12.41351z",
+ "fill": "#006eb7ff",
+ "width": 2.1534149646759033,
+ "height": 1.6574902534484863,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "73YBC",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l61 7-4.5 12c0 0-35.72289 19.46143-39.33966 19.00883-3.28039-13.46262-17.16034-38.00883-17.16034-38.00883z",
+ "fill": "#006eb7ff",
+ "width": 2.1512107849121094,
+ "height": 1.3406842947006226,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "LN4Xc",
+ "x": 2.290491819381714,
+ "y": 0.34363991022109985,
+ "name": "Vector",
+ "geometry": "M29.0625-0.00006c0.04325 4.96897-0.18858 8.79899-0.5 13.75653l-13.69665-0.70881c-4.85724-0.17148-9.99563-0.59823-14.86585-0.92594 4.0268-2.69788 6.98957-5.70822 10.80011-8.29178l3.2699-3.82963 14.99249-0.00037z",
+ "fill": "#006eb7ff",
+ "width": 1.0250942707061768,
+ "height": 0.4851321876049042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "pjzt1",
+ "x": 9.645272254943848,
+ "y": 20.13681697845459,
+ "name": "Group 1000004708",
+ "children": [
+ {
+ "type": "path",
+ "id": "SJjaY",
+ "x": 4.5819783210754395,
+ "y": 0.10576289147138596,
+ "name": "Vector",
+ "geometry": "M0 5.40914c22.37-0.61 51.6699-5.65015 72.2699-5.40015 0.87 10.38 1.39011 12.78019 4.24011 22.69019-5.13 2.66-55.89001 5.02991-67.01001 6.65991-2.68-5.09-7.22-17.91995-9.5-23.94995z",
+ "fill": "#f5f6f9ff",
+ "width": 1.234301209449768,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "LrnDM",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M114.5 6c0 0 11.52383 8.3289 11.5 9.5-1.79223 0.93012-49.8382-1.5496-52.03816-1.50005-25.15392-1.13977-73.96184-3.99992-73.96184-3.99992l1.5-10.00003 113 6z",
+ "fill": "#f5f6f9ff",
+ "width": 4.443485260009766,
+ "height": 0.5539872646331787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "SHoey",
+ "x": 9.557991981506348,
+ "y": 19.643047332763672,
+ "name": "Group 1000004707",
+ "children": [
+ {
+ "type": "path",
+ "id": "IaCZx",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c6.89954 1.15552 75.4919 6.77203 81.5 8-2.86079 3.15142 7.55487 7.48647 7 11.5-3.56574-0.57595-80.84329-5.05808-84.5-5.5-1.15978-4.59673-2.89935-9.28736-4-14z",
+ "fill": "#006eb7ff",
+ "width": 3.1217758655548096,
+ "height": 0.6876821517944336,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "RPy1B",
+ "x": 4.5283894538879395,
+ "y": 0.21157237887382507,
+ "name": "Vector",
+ "geometry": "M0 2.39927c12.7805-0.3535 26.08958-1.75996 39-2.39927-1.18263 4.38496-2.07409 10.96236-2.07409 10.96236-12.44778 1.4929-19.54659 1.90037-32.37455 2.03082 0 0-3.31049-7.55152-4.55136-10.59391z",
+ "fill": "#006eb7ff",
+ "width": 1.3753643035888672,
+ "height": 0.45821431279182434,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "1V7HX",
+ "x": 0.5432297587394714,
+ "y": 0.24030113220214844,
+ "name": "Vector",
+ "geometry": "M57.97672 0c0.44853 3.95168 1.25586 10.09181 4.02328 13.1851-6.35564-0.72692-16.55065-0.98979-23.40416-1.38806-12.89966-0.64572-25.76795-1.66657-38.59584-3.05468 0.99573-0.39053 0.78494-0.2088 1.47118-0.77719",
+ "width": 2.186476469039917,
+ "height": 0.4649823009967804,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "uWEaY",
+ "x": 9.345545768737793,
+ "y": 19.23748779296875,
+ "name": "Group 1000004714",
+ "children": [
+ {
+ "type": "path",
+ "id": "8BnPN",
+ "x": 4.5998005867004395,
+ "y": 0.1939522922039032,
+ "name": "Vector",
+ "geometry": "M48.5625 0c0.54715 0.67299-3.8116 9.64185-4.5 11.5-12.84168 0.65493-27.55367 2.13786-40.26613 2.5-1.2209-2.68521-2.70469-7.0154-3.79637-9.87782 14.56608-0.80903 34.20139-1.89157 48.5625-4.12218z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7142637968063354,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "tvyLC",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c11.66282 2.71757 37.24294 4.26167 49 6.5-1.26141 2.1301-2.5 10.5-2.5 10.5l-41-5.5c0 0-4.3565-7.84136-5.5-11.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7280219793319702,
+ "height": 0.5995177626609802,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "4zeVB",
+ "x": 1.4615472555160522,
+ "y": 0.29974064230918884,
+ "name": "Vector",
+ "geometry": "M16.49078 0c5.00232 0.32823 10.28008 0.75567 15.26907 0.92742l15.30265 1.07258c0.12883 2.53043 1.59774 6.53445 1.5 9-11.47069 0.30152-37.08737-2.25605-48.5625-3.81706 6.23735-1.97702 10.82652-4.1449 16.49078-7.18294z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7127577066421509,
+ "height": 0.38878539204597473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "DaqW8",
+ "x": 7.970309734344482,
+ "y": 18.796713691204786,
+ "name": "Group 1000004710",
+ "children": [
+ {
+ "type": "path",
+ "id": "DLmrE",
+ "x": 7.4212212562561035,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M15.07569 0c21.07785 2.80374 45.93214 7.87342 63.42431 21-9.10185 13.40342-16.48384 30.2149-33.5 35.5-11.10464 3.85254-24.01665 6.89902-34.70375 1.56356-3.83332-2.38095-6.18748-5.33916-8.41285-8.88983-1.26593-3.73935-1.49696-4.645-1.8834-8.5617 0.51081-4.5091 0.88393-6.59948 2.05658-10.99914 0.91058-2.41492 2.83835-6.39196 2.83835-6.39196l1.5591-4.01107c0 0 7.3635-15.19241 8.62166-19.20986z",
+ "fill": "#07beffff",
+ "width": 2.7683615684509277,
+ "height": 2.1487815380096436,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "NTZm8",
+ "x": 7.4231390953063965,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M4.81249 0c12.32677 8.12088 21.27567 15.05019 31.81442 25.3379l8.33237 8.15122c-11.38463 5.32934-22.69046 9.22777-34.79153 1.55202-3.80064-2.39452-6.13473-5.36957-8.34113-8.94048-3.57005-8.85252-1.55204-17.94915 2.98587-26.10066z",
+ "fill": "#010127ff",
+ "width": 1.5855228900909424,
+ "height": 1.3875577449798584,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "oILUx",
+ "x": 0,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M44.5 0c0 0 3.58718 8.98287 4.61654 15.03997 0.69191 4.07143 0.33798 6.379-1.19819 10.38402-2.40967 4.04009-5.54328 7.87066-9.41835 11.07601-13.35786 7.40126-25.27131 3.28876-38.5-1.77896 3.38067-3.02357 10.0585-7.3085 12.9314-10.6437 12.56058-10.38773 31.5686-24.07734 31.5686-24.07734z",
+ "fill": "#010127ff",
+ "width": 1.7440701723098755,
+ "height": 1.4293965101242065,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "37pMn",
+ "x": 15.956307411193848,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M5.0625 0c6.77244 0.55154 63.40586 16.63156 63.57858 16.15853 0.53134 1.8635 0.30363 11.3138 0.34381 13.84147-7.87187-7.18831-37.81442-16.64624-49.4905-19.28398-3.88459-0.87672-17.67712-2.61872-19.49439-3.8484l0.37058-1.52192c2.11643-4.02303-2.37624-4.82574 4.69192-5.3457z",
+ "fill": "#006eb7ff",
+ "width": 2.4333372116088867,
+ "height": 1.0579725503921509,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "x37ps",
+ "x": 15.214903831481934,
+ "y": 16.5396671295166,
+ "name": "Vector",
+ "geometry": "M68.02002 0l2.42004 1.55005c-6.82 4.94-60.16006 24.44993-70.44006 27.04993 6.44-8.79 24.40996-15.45 34.82996-23.87 11.47-1.99 21.23006-1.90998 33.19006-4.72998z",
+ "fill": "#18477eff",
+ "width": 1.0932382345199585,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "tU6vH",
+ "x": 16.484785079956055,
+ "y": 16.64545440673828,
+ "name": "Vector",
+ "geometry": "M21.96008 0c3.04 2.67 6.22999 5.26998 8.98999 8.22998-9.41 5.3-21.07007 11.98007-30.95007 16.20007 4.25-5.42 6.09006-8.79003 12.44006-11.03003 2.45-0.86 1.74001-0.29002 3.01001-2.27001l-1.51001-2.66993c8.77-2.01 1.04002-2.97008 8.02002-8.46008z",
+ "fill": "#dedde5ff",
+ "width": 0.4937204420566559,
+ "height": 0.3173917531967163,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "kwMNU",
+ "x": 12.960517849242024,
+ "y": 16.50439807346902,
+ "name": "Group 1000004706",
+ "children": [
+ {
+ "type": "path",
+ "id": "rqK00",
+ "x": 1.3576398236400564,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M55.4134 1.17579c2.85228-1.40729 8.67308 0.94434 12.47314-1.17579 0.46048 1.75268 1.90005 2.47284 3.53184 3.69274 1.35908 0.98106 2.78522 1.9364 4.01912 3.02401-4.20689 1.94743-9.41972 4.40195-13.83673 5.95254-4.53325 2.00254-10.91736 3.9757-15.76802 5.60713-6.12481 1.9952-22.39491 7.28294-28.89525 8.22358-3.80006-0.40418-4.343 0.08847-8 0.5l-0.8684-1.4336-0.40685 0.31599c2.66004-1.0472 5.86551-2.17524 6.98764-4.68852l-1.71239 0.30613c-4.37678-0.34907-4.41382 0.08451-8.5 0l-4.4375-3.22358c5.95045-2.87705 13.21425-9.00964 19.5-11.55967 2.8791-3.22979 16.41682-0.70915 21.07525-3.80298 5.12785-0.7312 9.49124-0.7018 14.83814-1.73798z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -156.15335970187198,
+ "size": {
+ "height": 0.50101301977304
+ },
+ "colors": [
+ {
+ "color": "#ddd3d6ff",
+ "position": 0
+ },
+ {
+ "color": "#fcffffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4995561360658898,
+ "y": 0.4860016907186544
+ }
+ },
+ "width": 2.660360336303711,
+ "height": 0.9521751999855042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "HGEKm",
+ "x": 0,
+ "y": 0.5642496091977591,
+ "name": "Vector",
+ "geometry": "M38 0l4.95374 5.39261c4.10912 0.08669 5.70961-0.65205 10.11096-0.294l0.62042 0.65581c-1.12844 2.57801-4.3519 3.73511-7.02687 4.80928l0.40912-0.32413 0.37763 0.44476c3.67753-0.42213 4.6711-0.57668 8.4925-0.16209-11.09553 2.75139-44.60369 6.1549-55.9375 5.97776 10.41218-2.83054 28.77021-14.10667 38-16.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.9726780652999878,
+ "height": 0.5821189880371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "tyVay",
+ "x": 12.782086372375488,
+ "y": 17.98556137084961,
+ "name": "Vector",
+ "geometry": "M0 9.87522c7.79122-0.0451 15.58249-0.04514 23.40949-0.22931 22.89958-0.53747 45.89755-3.34884 68.36775-7.2389 0 0 1.43566-1.68755 1.57879-1.85292 13.1762-2.0108 45.8394 1.883 58.98877 4.77706 1.86804 4.15662 3.40991 7.554 4.7177 12.66885 0.87659 3.42842 1.61548 8.91626 1.61548 8.91626 0 0-2.17813-0.36454-4.40994-1.27409-15.66742-6.37068-38.111-15.09643-54.86974-16.44574-7.08009 0.51492-3.2158 0.31955-5.3358 4.30357l-4.49474 0.75009c-22.11687 4.60418-47.22591 6.25047-69.83924 7.29533-6.29291-5.9159-12.45164-7.21636-19.72852-11.6702z",
+ "fill": "#006eb7ff",
+ "width": 5.595898151397705,
+ "height": 0.949222207069397,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "6yZd0",
+ "x": 16.026323318481445,
+ "y": 18.24812126159668,
+ "name": "Vector",
+ "geometry": "M3.88616 3.24696c-2.57882-0.54509-2.3326-0.11125-3.88616-1.56229 2.95042-6.24172 64.5625 6.87001 64.5625 6.87002 1.22681 4.28139 1.27321 6.60148 2.11516 10.91459l-4.41442-1.30127c0 0-41.60134-13.54296-58.37708-14.92105z",
+ "fill": "#f5f6f9ff",
+ "width": 2.35143780708313,
+ "height": 0.6865988373756409,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "MjtXj",
+ "x": 16.096818923950195,
+ "y": 17.438934326171875,
+ "name": "Vector",
+ "geometry": "M45.5625 0c1.9974 1.78339 6.97963 10.04062 7 10 0 0-32.00481-1.04235-52.47001 1.5l-0.09249-7.78697c14.94145-1.85997 30.4933-3.43228 45.5625-3.71303z",
+ "fill": "#006eb7ff",
+ "width": 1.8536560535430908,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "eZUPz",
+ "x": 6.6810994148254395,
+ "y": 18.2324161529541,
+ "name": "Vector",
+ "geometry": "M3.73031 8.11141c18.25819-4.63386 42.09328-8.77353 61.55645-8.0229 1.72011 0.06689 12.99934 3.22182 15.80347 3.66403 12.20647 1.92118 30.52561 5.32218 42.47227 6.24746l48 5.09009c-4.07629 3.68628-7 9.40991-7 9.40991-36.39268-1.21156-56.89151-3.63908-93.53313-9.40991 0 0-16.7038 3.46334-22.76448 4.93859-11.548 2.81674-21.67152 6.28744-32.3505 11.00305-2.80861 1.29689-5.94535 3.00005-7.35189 3.46827l-7.67217 3.5c-0.68535-2.21846-0.84212-4.60858-0.80181-6.94967-0.21501-5.13924-0.07168-7.49147 0.80181-12.53781 0.88245-3.80148 1.60365-6.68882 2.83998-10.40111z",
+ "fill": "#f5f6f9ff",
+ "width": 6.050280570983887,
+ "height": 1.3400986194610596,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "UyFrV",
+ "x": 6.663355827331543,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M1.0618 15.5c4.79546-0.85722 17.25769-5.4567 22.82042-7.08504 14.38638-4.07647 29.18312-6.89517 44.17618-8.41496l1.44087 6.59951c-21.72901 3.45508-38.75621 7.539-58.67856 16.53044-2.5204 1.13422-8.66673 4.07112-10.75889 5.37005-0.21412-5.177 0.1301-7.91658 0.99998-13z",
+ "fill": "#006eb7ff",
+ "width": 2.450943946838379,
+ "height": 1.00507390499115,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "7D9Sx",
+ "x": 6.806744575500488,
+ "y": 17.844480514526367,
+ "name": "Vector",
+ "geometry": "M4.5 8c13.35847-1.97754 25.98067-3.62586 39.61149-4.20155 3.58518-0.14953 16.61769 0.42993 18.66254-0.2467 0.41969-1.47661 0.41967-1.92895 0.54915-3.42051 1.87965-1.03924 26.08296 4.41114 30.09229 5.18496 10.94305 2.0523 21.97096 3.73451 33.06134 5.03916 2.94226 0.22056 14.61218 1.76707 17.52319 2.14464-1.17422 1.19998-1.44632 3.21778-2.5 4.5-2.87082 2.44856-0.05774 4.11873-3 6.5l-18.91676-2.03454c-11.90743-0.93083-29.87346-5.14382-42.03985-7.0765-2.79492-0.44485-14.03712-3.61867-15.75158-3.68596-19.39925-0.75513-43.59357 3.6354-61.79181 8.297 0.5-2 2.36388-8.40173 4.5-11z",
+ "fill": "#006eb7ff",
+ "width": 5.078268051147461,
+ "height": 0.8287451267242432,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "seVTa",
+ "x": 7.176966667175293,
+ "y": 17.403657913208008,
+ "name": "Vector",
+ "geometry": "M8 0c0 0 31.31661 2.86354 43.9375 4.88053l-0.36374 6.61947c-16.4493-2.10655-51.57376-1.5-51.57376-1.5 3.00536-3.94938 4.7602-6.13987 8-10z",
+ "fill": "#006eb7ff",
+ "width": 1.8316148519515991,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "0kWjH",
+ "x": 11.89969253540039,
+ "y": 18.831928253173828,
+ "name": "Vector",
+ "geometry": "M0 20.84985c3.13-5.71 8.54999-16.72985 12.73999-20.84985l2.64002 1.0498c0.12 6.49 0.23999 12.67016 0.61999 19.16016l-16 0.63989z",
+ "fill": "#c398a3ff",
+ "width": 0.24686022102832794,
+ "height": 0.28212597966194153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "8FHvX",
+ "x": 8.991148948669434,
+ "y": 22.393768310546875,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M158.37489 0c9.41785 3.10574 26.44347 20.03633 34.57096 20.41662 0.43908-1.68523 2.35218-3.47107 2.88536-5.07054-0.77959 11.45359-1.60396 19.26823 7.5361 28.38412 0.69446 0.69348 1.90686 2.10242 2.63269 2.7698-1.37997 0.30946-1.16035 0.54101-2.5 0.5-2.15956-1.30121-5.33449-3.60533-7.66879-4.73876-13.9834-8.19871-26.31795-19.5628-40.51194-26.91516-15.85621-6.70363-40.11325-3.97449-57.26879-4.22802-10.60068-0.15286-41.8964-1.03271-49.14573 3.31458-11.68494 7.0019-26.30458 20.09966-38.72431 27.63845-2.50008 1.24155-10.18044 5.42891-10.18044 5.42891 0 0 7.63931-15.4397 8.0625-24.5 0.13322-2.80566 2.34644-8.98871 2.34644-8.98871 0 0 1.06188 3.96704 1.47857 6.09967 10.69477-2.71053 24.57064-13.74281 35.45806-18.91407 11.93585 0.97311 19.32403 3.70225 29.92471 5.0892 28.89873 3.77685 53.50522 1.10356 81.10461-6.28609z",
+ "fill": "#027cc1ff",
+ "width": 7.264744758605957,
+ "height": 1.6751232147216797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "path",
+ "id": "UFZj1",
+ "x": 6.604848861694336,
+ "y": 21.466087341308594,
+ "name": "Vector",
+ "geometry": "M48.944 3.49488c16.6134 7.46846 24.61391 21.29244 29.07008 36.95992l-0.07601 0.79875c-0.19219 2.20306 0.30844 5.23508 0.19223 7.72582-0.41376 9.0156-10.47224 24.96802-10.47224 24.96803-5.24461 3.38215-17.49093 4.43223-23.48753 4.19417-5.67905-0.22545-8.97217-0.59484-14.34731-2.44152-21.47636-7.37839-30.52652-31.71238-29.78079-49.94371 1.4139-23.7446 29.86185-30.8244 48.90157-22.26146z",
+ "fill": "#010127ff",
+ "width": 2.755948781967163,
+ "height": 2.756857395172119,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "yMSPI",
+ "x": 15.851283073425293,
+ "y": 21.441598892211914,
+ "name": "Vector",
+ "geometry": "M0.20912 41.89594c2.17472-10.33426 7.67839-19.13331 15.2721-27.02486 15.28546-15.87385 41.77432-22.09405 58.15606-3.19138 1.74406 2.81487 3.74326 5.35465 4.32268 8.65154-0.06685 9.06753 0.0134 11.37034-2.41979 20.23747-3.10611 11.05271-9.65707 21.06937-18.87291 28.8626-1.74245 1.09657-5.38778 3.45985-5.38778 3.45985 0 0-9.01954 4.80989-15.35228 5.75142-8.58621 1.27657-17.67158 1.95446-25.9048-4.14258-10.68585-7.9133-10.34378-24.65684-9.81328-32.60406z",
+ "fill": "#010127ff",
+ "width": 2.749316453933716,
+ "height": 2.8036584854125977,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "3potT",
+ "x": 13.048723220825195,
+ "y": 20.983121871948242,
+ "name": "Vector",
+ "geometry": "M48.13989 0c12.47 3.26 20.63001 7.69983 31.89002 14.32983 3.64 3.21 8.57007 7.39008 11.82007 10.83008-14.7-2.19-37.38005 1.46002-53.18006 0.77002 5.54-1.08 12.29999-1.71993 17.98999-2.42993-13.44-7.21-18.47996-9.94006-30.82995-19.31006-7.67-1.04-17.93996-1.44999-25.82996-1.98999 7.57-0.32 14.99995-0.66995 22.56995-0.69995 8.24 0.2 17.28995-0.81 25.56994-1.5z",
+ "fill": "#c398a3ff",
+ "width": 1.445895791053772,
+ "height": 0.3526575267314911,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "ehEfC",
+ "x": 9.995351791381836,
+ "y": 21.300533294677734,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M1.40002 0c75.24 2.95 140.86994 6.25995 216.30994 3.44995 15.8 0.69 38.48004-2.96002 53.18005-0.77002 6.67002 5.34 13.10996 10.72992 20.19996 15.41992-1.48002 0.86-1.60999 1.20019-2.85999 2.44019 0.03 6.29 2.76004 15.77992 4.29004 22.16992-17.23001-7.67-38.94008-26.92-47.20007-29-16.18-4.09-49.9299 5.28986-70.7699 6.85986-51.79 3.88-107.88009-0.01997-158.59009 3.78003-5.32-7.68-11.42996-14.32995-15.95996-22.69995l1.40002-1.6499z",
+ "fill": "#027cc1ff",
+ "width": 4.584547996520996,
+ "height": 0.5642519593238831,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "group",
+ "id": "sX0Ee",
+ "x": 7.774587460924522,
+ "y": 16.50439807346902,
+ "name": "Group 1000004711",
+ "children": [
+ {
+ "type": "path",
+ "id": "VOZN1",
+ "x": 4.866594484876259,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M103.03127 1.20293c2.84439-1.43978 8.6491 0.96614 12.43865-1.20293 0.45921 1.79315 1.8948 2.52993 3.52208 3.77799 1.35532 1.00371 2.77751 1.9811 4.008 3.09384-4.19526 1.99239-9.39366 4.50358-13.79846 6.08997-4.52072 2.04878-10.88718 4.06749-15.72444 5.73658 0.55729 5.6238 3.6106 4.97456 9.0854 5.30162-33.45756 10.80714-65.48698 19.51975-102.5625 17.65219 2.89344-3.10136 3.26344-3.65773 5.0958-7.19139 5.2385-1.42475 10.21396-1.9172 15.88492-3.56751 22.9591-6.27748 47.46019-14.42603 67.25343-27.91225 5.11367-0.74809 9.465-0.718 14.79712-1.77811z",
+ "fill": "#006eb7ff",
+ "width": 4.3376874923706055,
+ "height": 1.4778326749801636,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "dzZVo",
+ "x": 8.14631860597001,
+ "y": 0.21157673427023838,
+ "name": "Vector",
+ "geometry": "M29.0625 0c2.52518 1.87641 10.65248 8.45886 10.5 8.5 0 0-27.81568 9.74287-31.5625 10-5.42582-0.31958-7.4477-0.50476-8-6 4.79399-1.63094 12.01972-3.99806 16.5-6 4.3654-1.55013 8.40476-4.55316 12.5625-6.5z",
+ "fill": "#006eb7ff",
+ "width": 1.3952759504318237,
+ "height": 0.6524164080619812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "EtkKJ",
+ "x": 0,
+ "y": 0.10580335238137195,
+ "name": "Vector",
+ "geometry": "M17.46082 0.07951c5.34276-0.80883 16.08684 4.77091 21.68187 6.86137 2.76147 4.83736 18.7537 9.14722 18.85731 10.84302l-0.63965 0.3087c-1.92357-0.51187-4.09041-0.13285-6.13111 0.05471l-1.75684-0.83063 1.75684-0.81668c-1.74788-2.62968-9.32508-2.5258-12.69921-0.80263-2.00016 0.32822-1.27486-0.12503-2.40107 1.18395-0.10812 1.96542-0.06756 2.37179 0.18021 4.34502l-0.85593 0.77366c-11.97841-2.71173-23.23157-5.48598-35.45324-8.10394l1.22085-2.27799c-0.51806 0.14067 14.77138-10.59687 16.23997-11.53856z",
+ "fill": "#056bb1ff",
+ "width": 2.0454134941101074,
+ "height": 0.7758466005325317,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "N4llg",
+ "x": 1.2689209495292744,
+ "y": 0.5995123726979728,
+ "name": "Vector",
+ "geometry": "M5.4552 2.84535c7.49-4.41 27.82996-3.87001 31.70996 2.85998l-3.8999 2.09009 0.38 1.31995c4.53-0.48 9.33998-1.45001 13.60999-0.14002 3.3 2.88 4.19001 3.79002 8.38 4.90003 11.71 3.12 18.48 11.42001 27.12 19.01001l0.54993 3.52002c-13.48-4.07-28.46992-9.56999-41.90992-14.23999l-22.51001-9.04004c-5.41-2.19-11.49009-6.00002-16.09009-4.65003-1.82 3.2-1.7299 4.80002-2.2699 8.52002-0.55-5.05-0.64002-6.09-0.40002-11.11999 2.5-3.35 0.88996-2.19003 5.32996-3.03003z",
+ "fill": "#026db4ff",
+ "width": 1.3048328161239624,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "ErZci",
+ "x": 1.3398960147605976,
+ "y": 0.38792065211691806,
+ "name": "Vector",
+ "geometry": "M0 0c2.6205 0.82011 20.57524 1.57309 23.0625 2 9.46046 5.30263 9.0624 9.13912 19.5 13 6.20038 2.29556 19.00837 5.91609 25 8.5 1.25251 0.53925 2.40483 3.30916 3 4.5-10.31768-1.7638-25.61335-4.57157-35.58903-7.5l-1.92803-0.88114c-3.83749-2.8423-7.21393-5.95049-12.41497-7.11886-1.861-0.41567-0.57252-1.73366-2.03822-2.81216l0 0.70396c-0.10216-1.62524-15.86959-5.75575-18.59225-10.3918z",
+ "fill": "#006eb7ff",
+ "width": 2.4884393215179443,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "ajdcC",
+ "x": 10.613027572631836,
+ "y": 16.865154266357422,
+ "name": "Vector",
+ "geometry": "M0 0.99897c13.34109-0.56474 35.51595-0.25744 49.53555-0.56787 7.11315-0.16082 37.11151-0.78168 41.96445-0.16084-9.16217 3.91206-23.15481 11.02934-31.00489 16.72913-11.76838-2.11685-20.02903-1.54463-31.99511 0-1.7884-2.77883-22.90115-11.22442-28.5-16.00042z",
+ "fill": "#029ddcff",
+ "width": 3.226816177368164,
+ "height": 0.5994983911514282,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "Qhh9m",
+ "x": 9.980390685101156,
+ "y": 15.834346792932138,
+ "name": "Group 1000002753",
+ "rotation": -5.4196677774801,
+ "children": [
+ {
+ "type": "path",
+ "id": "v5Owx",
+ "x": -6.747109182470012e-8,
+ "y": 0.019122169026218216,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.31776 5.01041c-0.46501-0.93699-1.15258-2.07123-1.4833-2.21055-0.33073-0.13932-0.43393-0.1837-0.43393-0.18369l-0.23747-0.13069c0.1362-0.15101 0.24061-0.32748 0.3071-0.51904 1.86501-0.55973 3.18917-1.96644 3.18917-1.96644-0.79574 0.2737-2.12238 0.68301-2.12238 0.68301-0.41279 0.27616-0.92505 0.67438-1.1762 0.87288-0.20888-0.04562-0.66394 0.0074-1.0183 0.06288-0.52842-0.24658-1.20107-0.63-1.20106-0.63l-0.82309 0.06534-0.3183 0.1689c0.27602 0.47466 1.354 0.73973 1.87993 0.83343 0.15047 0.20878 0.33493 0.39127 0.54583 0.54l0.00746 0c-0.18028 0.19233-0.58686 0.63617-0.73233 0.89754-0.19023 0.34027-0.13677 0.45863-0.26608 0.76315-0.12931 0.30452-0.42647 0.38836-0.36554 0.81616 0 0 0.1579-0.51658 0.66892-0.61644 0.3556-0.06658 0.96732-0.61644 1.18615-1.21192 0.08031 0.3533 0.122 0.71415 0.12433 1.07631 0.05222 1.25384 1.96572 1.25014 2.28402 1.68041 0.1119 0.15041 0.92504 0.51781 0.92504 0.51781-0.38544-0.19356-0.47371-0.57206-0.93997-1.50905z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "SMqah",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "Sm3S3",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "47wLv",
+ "x": 0.04236100344019178,
+ "y": 0.8616577653671129,
+ "name": "Union",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "eBQpE",
+ "x": 3.0024307119662694,
+ "y": 1.1300092010284288,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "3jhp2",
+ "x": 3.817200218420794,
+ "y": 0.28407153175123767,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "9YIQA",
+ "x": 1.1292108297348022,
+ "y": -1.4106216430662926,
+ "name": "Group 1000004699",
+ "rotation": -6.877366455406287,
+ "children": [
+ {
+ "type": "path",
+ "id": "f99qz",
+ "x": 0.8684478998184204,
+ "y": 8.026851654052734,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "d7Twl",
+ "x": 1.7811734676361084,
+ "y": 8.990241050720215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "HZqDk",
+ "x": 2.647956371307373,
+ "y": 3.5053372383118813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "vWCaO",
+ "x": 19.477853775024414,
+ "y": 5.655164718628043,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "zIE2V",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "Enea4",
+ "x": 0.6036384105682373,
+ "y": 0.8086215853691101,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "QiKAc",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "xQmzy",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "lYbCY",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "0VrWB",
+ "x": -0.003589207772165537,
+ "y": 3.4960622787476723,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "JXtgD",
+ "x": 2.6480860637966543,
+ "y": 7.462066650390739,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "Q6euO",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "iStMK",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "mdZFy",
+ "x": 0,
+ "y": 0.14140644669544145,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "o65NE",
+ "x": 7.764809131622371,
+ "y": 10.117682456970215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "ZFotB",
+ "x": 15.314987182617244,
+ "y": 8.85864543914795,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "FCUcJ",
+ "x": 3.4736547470092773,
+ "y": 3.0142910480499268,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "Xuc58",
+ "x": 6.6019439697265625,
+ "y": 4.773575782775879,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760098670519542,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837419509887695,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Y2zyq",
+ "x": 12.846795082092285,
+ "y": 3.5572717189789955,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.465594830731687,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024002075195312,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "be8pp",
+ "x": 1.5554691553115845,
+ "y": 4.792092800140381,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GKSfz",
+ "x": 3.254341363906917,
+ "y": 5.144763946533203,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8KOYm",
+ "x": 0.7621580958366962,
+ "y": 4.169982433319092,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rNuVG",
+ "x": 20.197999954223633,
+ "y": 1.970159649848938,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XmMkn",
+ "x": 18.37898826599121,
+ "y": 2.8441162109373863,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DAJbq",
+ "x": 21.513830184936523,
+ "y": 0.9692478775979225,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "286BW",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "LzmOP",
+ "x": 4.795600857047248,
+ "y": 15.234859194075398,
+ "name": "Group 1000004700",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hb9t3",
+ "x": 0.39180210659105796,
+ "y": 1.0126250130779226,
+ "name": "Vector",
+ "geometry": "M12.10064 0c11.18046 4.86492 21.53402 5.19573 33.24239 8.78613 2.15633 0.66179 5.9868 1.58338 8.04564 2.5-2.91428 9.7633-7.1405 25.46486-8.04564 35.64654-4.43866-4.05441-10.08882-7.07809-15.15905-10.3414-9.02837-5.81158-23.00482-15.00819-30.18398-22.61116 2.37173-2.11469 5.05943-4.29403 6.80461-6.9024 1.05659-0.67738 4.51033-5.88497 5.29603-7.07771z",
+ "fill": "#07beffff",
+ "width": 1.8827916383743286,
+ "height": 1.6551158428192139,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "j5r5h",
+ "x": 0,
+ "y": 0.47818321415252285,
+ "name": "Vector",
+ "geometry": "M8.11835 0c15.771 14.147 34.85299 27.40505 52.11899 39.84705-2.039 3.136-11.00199 16.82795-13.74399 18.60894-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997-18.458-21.072-29.15201-42.90103-12.71701-69.00403z",
+ "fill": "#0c1640ff",
+ "width": 0.818570613861084,
+ "height": 1.0274851322174072,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "z2rII",
+ "x": 13.099234615059686,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.83476 0.61647c10.89724-1.0505 27.53599-2.57262 28.68428 12.60976 0.48937 6.50266-4.23096 13.6614-8.56211 18.21976-1.13288 1.17525-2.30816 2.30981-3.52196 3.40177-10.42329 10.63086-28.5417 21.62645-41.20377 29.78472-5.32532 3.43446-11.81434 6.70158-17.43251 10.32241-1.91511-14.31596-9.55628-38.16323-15.79869-51.15257 5.6567-2.07779 12.63127-4.39101 18.03365-6.83925 11.57543-5.24412 27.2739-14.71304 39.80111-16.3466z",
+ "fill": "#07beffff",
+ "width": 3.052396059036255,
+ "height": 2.643340826034546,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "2Ft78",
+ "x": 15.139290843697381,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 1.62085c28.28-2.762 71.46006-6.76401 74.44006 33.15399 1.27 17.097-10.97997 35.91899-22.21997 47.90399-2.94 3.09-5.99001 6.07303-9.14001 8.94403-14.26-17.319-37.27008-68.22201-43.08008-90.00201z",
+ "fill": "#0c1640ff",
+ "width": 1.0128098726272583,
+ "height": 1.2289321422576904,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "IUhIO",
+ "x": 1.9220842463691952,
+ "y": 0.9168924433834036,
+ "name": "Vector 687",
+ "geometry": "M0 2.65575l1.79109 0.55586c-0.36577 0.91503-0.45636 1.232-0.61762 2.07931l10.19068 1.4411c0 0 0.29158-1.20737 0.34998-1.99696 0.04329-0.58531 0-1.50287 0-1.50287l2.14107-0.32939c0 0-0.10273-0.93483-0.22646-1.52346-0.11473-0.54584-0.37057-1.37934-0.37057-1.37934l-12.82584 0.18528c0 0-0.13671 0.52451-0.20587 0.86467-0.12619 0.62061-0.22646 1.6058-0.22646 1.6058z",
+ "fill": "#ffffffff",
+ "width": 11.866926193237305,
+ "height": 5.765950679779053,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "WBhWL",
+ "x": 4.704502616616082,
+ "y": 1.6222231728679617,
+ "name": "路径",
+ "rotation": 19.9479953549065,
+ "flipX": true,
+ "geometry": "M7.57942 0c0 0 30.46418 17.24297 38.58715 36.10692 0 0-23.66988-26.2258-46.16657-32.48384l7.57942-3.62308z",
+ "fill": "#006eb7ff",
+ "width": 1.6280988454818726,
+ "height": 1.2733378410339355
+ },
+ {
+ "type": "path",
+ "id": "onfJn",
+ "x": 2.0155988080223324,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M7.42108 0.00055c0.25449-0.00501 0.59608 0.02553 0.85438 0.04432l1.54708 0.1198c0.39712 0.02803 0.79854 0.0368 1.19614 0.05543 0.17897 0.0083 0.37428 0.00642 0.55055 0.02287 0.00317 0.22817-0.06743 0.88945-0.06743 0.88945-0.03206 0.38744-0.11684 0.87936-0.26763 1.23523-0.30779 0.72637-0.76176 0.94629-1.50317 1.34954-0.08266 0.03837-0.22641 0.0996-0.30145 0.14126-0.12296 0.06593-0.28765 0.18072-0.39792 0.22598-0.03792 0.06092-0.09107 0.15472-0.13835 0.20468-0.16691 0.14-0.2775 0.14783-0.49264 0.14141-0.62416-0.01848-1.51578-0.39589-1.9358-0.84691-0.03446-0.02098-0.11401-0.07063-0.15093-0.07548-0.58948-0.0772-1.15788-0.21611-1.72702-0.38274-0.22488-0.06593-0.4644-0.14946-0.74593-0.06984-0.65329 0.18474-0.98518 0.85594-1.52106 1.2473-0.58758 0.40702-1.39129 0.7334-1.95576 0.30881-0.40277-0.30295-0.3947-0.9639-0.33216-1.39888 0.10836-0.60417 0.45259-1.11877 0.74917-1.64605 0.08885-0.15801 0.23298-0.2883 0.31859-0.45947-0.02301-0.05415-0.05625-0.11895-0.03566-0.22189 0.03566-0.22646 2.14341-0.40982 3.52281-0.32939 0.68463 0.03992 1.74052 0.23322 1.74052 0.23322l0.81418 0.09647c0 0 0.42731 0.04112 0.34771-0.40545-0.06537-0.16365-0.06315-0.30584-0.06822-0.47967z",
+ "fill": "#07beffff",
+ "width": 9.909089088439941,
+ "height": 4.120392322540283,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "FMWT9",
+ "x": 8.60861686298449,
+ "y": 4.901947293961712,
+ "name": "Vector 691",
+ "enabled": false,
+ "opacity": 0.800000011920929,
+ "rotation": -2.5351158720947935,
+ "geometry": "M57.5 72c-15.2091 9.11279-57.5 19.5-57.5 19.5m29-91.5c24.87412 1.16449 38.60047 6.16428 62.5 13.5m-20 11c-4.81117-15.42187-42.5-24.5-42.5-24.5m-29 91.5c10.03708 7.83723 81.23975-35.77987 71.5-67m20-11c0.96429 22.34071-13.80731 46.4012-34 58.5",
+ "fill": "#0b77c5ff",
+ "width": 3.2283897399902344,
+ "height": 3.2594618797302246,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1851451937109232
+ }
+ },
+ {
+ "type": "path",
+ "id": "sentf",
+ "x": 3.4207153660972835,
+ "y": 6.904897485459514,
+ "name": "Vector 690",
+ "enabled": false,
+ "geometry": "M48.5 12.7038c-12.3604 4.74975-31.5 28.00008-30 25.00015l-18.5 12c14.90243-13.56508 26.51964-39.63162 46.5-47.49993 21.20493-8.35055 73.51719 8.74942 75.5 22.49996-16.87935-1.29341-54.50206-19.30055-73.5-12.00018z",
+ "fill": "#027cc1ff",
+ "width": 4.302421569824219,
+ "height": 1.7528470754623413,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1539790853857994
+ }
+ },
+ {
+ "type": "path",
+ "id": "FHRs1",
+ "x": 2.0458112103660824,
+ "y": 8.146378789628216,
+ "name": "Vector",
+ "rotation": -6.200758006557689,
+ "geometry": "M0 0c0 0 44.69833 9.25202 55.72443 0.51042-3.21035 4.59426-10.99867 8.04931-15.87725 11.25444-17.17308 7.95748-27.29692 7.3425-35.94662-3.63863-2.20719-2.80212-3.90056-8.12623-3.90056-8.12623z",
+ "fill": "#01022aff",
+ "width": 1.9651638269424438,
+ "height": 0.6043636202812195,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.0241984985768795
+ }
+ },
+ {
+ "type": "path",
+ "id": "JfzA0",
+ "x": 8.372192416878534,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M0 0.0133c6.18076-0.12171 14.47699 0.61994 20.75023 1.07634l37.57392 2.90961c9.64491 0.68081 19.39386 0.89381 29.05033 1.34641 4.34656 0.20158 9.95188 0.25791 14.23294 0.65727 0.07707 5.54154-2.5 22-2.5 22-7.83627-2.60622-34.91583-25.71598-75-18.5-2.38692 1.93359-15.99908 6.50889-19.47184 11.02584-2.13475-2.54447-2.40448-5.64421-2.97863-8.86568-1.58758-3.97454-1.53365-7.42803-1.65695-11.64979z",
+ "fill": "#006eb7ff",
+ "width": 3.583322048187256,
+ "height": 0.9875443577766418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "29ue4",
+ "x": 8.430219684334588,
+ "y": 5.101549897874065,
+ "name": "Vector",
+ "geometry": "M0 0c14.22 2.33 28.65992 3.01002 43.03992 2.02002-6.15 6.71-26.25994 10.64992-35.30994 21.28992-5.54-6.69-6.23998-14.83994-7.72998-23.30994z",
+ "fill": "#dbe0e3ff",
+ "width": 0.584873378276825,
+ "height": 0.31265491247177124,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "53Hix",
+ "x": 7.521928821297479,
+ "y": 7.306485925400921,
+ "name": "Vector",
+ "geometry": "M2.41195 0c15.28003 2.10328 41.0416 3.62576 53.43271 22.59216 1.79639 2.74963 2.89387 6.00933 4.0152 7.38996-4.05372 3.40023-6.73951 3.59041-11.96464 3.43447-12.33104-0.91739-39.72402-1.46248-47.01459-20.56872-1.32015-3.45969-1.4146-10.07691 1.53132-12.84787z",
+ "fill": "#889bbdff",
+ "width": 2.1110029220581055,
+ "height": 1.1797763109207153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "l74no",
+ "x": 7.6068115575035335,
+ "y": 7.0548656327373465,
+ "name": "Vector",
+ "geometry": "M0 18.75749c33.042-38.2 108.85602-10.74001 139.85602 17.60998 15.67999 14.33 21.64995 26.48002 17.94995 48.15002-2.39 3.89-5.73998 9.87994-8.71997 13.06995-2.91001-3.63-7.32004-15.53993-10.42005-19.42993-26.44999-33.28-99.01195-53.87002-138.66595-59.40002z",
+ "fill": "#0c1640ff",
+ "width": 2.158864736557007,
+ "height": 1.3089348077774048,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "uV5dc",
+ "x": 5.127476249428582,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M50.9793 0c0.21502 5.25629-2.30238 10.29579-1.53209 13.84816-1.93206 0.17876-3.21406 0.03802-5.12223-0.11031-8.78061-1.54418-18.61625-2.19835-27.52556-3.07694-4.96079-0.49064-9.26961-0.51724-14.34099-1.31215l-2.45843-0.35754c2.29197-3.0313 6.65048-3.21005 10.34468-3.89086 4.68797-0.62376 9.46342-1.30077 14.12095-2.10709 3.0295-0.52487 6.23279-1.51375 9.26151-1.90551 2.15363 0.26624 3.79591 0.05708 5.95109-0.11407 1.49471-0.83294 8.99717-0.59334 10.83907-0.53248l0.462-0.44121z",
+ "fill": "#006eb7ff",
+ "width": 1.7982847690582275,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "WCYiQ",
+ "x": 5.127476249428582,
+ "y": 3.911397014344402,
+ "name": "Vector",
+ "geometry": "M26.84601 10.84998c12.166-1.64 24.559-3.42004 36.64599-5.54004 7.862-1.38 16.17503-3.98001 24.03504-5.01001 5.589 0.7 9.85097 0.15007 15.44397-0.29993-3.27201 2.2-36.16496 10.12992-41.46796 10.41992-17.374 0.96-35.79702 0.42-52.89502 6.38001-1.182 0.4-0.96803 3.04009-2.22803 5.22009l-6.38-0.94006c5.948-7.97 17.25901-8.43998 26.84601-10.22998z",
+ "fill": "#26639eff",
+ "width": 1.399282455444336,
+ "height": 0.2953532636165619,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "rTwyU",
+ "x": 6.690848384590936,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M17.26898 0c0.558 13.82-5.97501 27.07003-3.97601 36.41003-5.014 0.47-8.34097 0.09996-13.29297-0.29003 8.375-5.04 12.16299-21.16991 11.33099-30.65992-0.189-2.16-3.13402-2.65009-4.88202-3.22009l9.62104-1.07996 1.19897-1.16003z",
+ "fill": "#26639eff",
+ "width": 0.2351311594247818,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "60RCi",
+ "x": 5.572030101509881,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M0 0.36683c0.56784-0.10267 1.28616-0.09645 1.87553-0.16763 0.42807-0.05173 1.26658-0.2353 1.64775-0.1929l0.3715 0.22026c-0.42128 0.29908-1.23083 0.57624-1.6219 0.9675-0.26715-0.08167-0.46623-0.14273-0.74092-0.16412-0.22681-0.01789-0.52488 0.05173-0.72747-0.03501-0.24018-0.10306-0.59035-0.41225-0.80449-0.6281z",
+ "fill": "#07beffff",
+ "width": 3.33586049079895,
+ "height": 1.0227067470550537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "NwUZx",
+ "x": 6.866367850991082,
+ "y": 3.452696119034954,
+ "name": "Vector",
+ "geometry": "M7.30359 3.60999l2.13403-3.35999 1.456-0.25c4.129 6.41 2.89002 11.83005 8.01202 19.43005-0.324 10.5-1.57004 47.27004 2.43396 55.17005 4.679 14.49 19.94804 20.86993 17.94605 30.05993-1.384 0.23001-2.56 0.43998-3.94001 0.71997-7.602-1.47-17.78402-13.1099-23.41302-18.90991-3.586-5.9-7.60603-12.88004-11.55103-18.42004-1.999-9.34 4.53401-22.59004 3.97602-36.41004 0.673-11.03 3.48098-14.15003 2.94598-28.03002z",
+ "fill": "#af272eff",
+ "width": 0.5363008379936218,
+ "height": 1.4134559631347656,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "rtOlp",
+ "x": 6.317269359322381,
+ "y": 3.501102004731365,
+ "name": "Vector",
+ "geometry": "M47.71796 0c0.535 13.88-2.27298 17.00003-2.94599 28.03003l-1.19897 1.16003c-4.78-0.16-24.25003-0.78998-28.12903 1.40003-5.593 0.45-9.85497 0.99993-15.44397 0.29992 18.131-4.69 36.32096-16.05001 47.71796-30.89001z",
+ "fill": "#dbe0e3ff",
+ "width": 0.6493588089942932,
+ "height": 0.41880080103874207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "94yqH",
+ "x": 7.156502757759881,
+ "y": 4.4532869202739676,
+ "name": "Vector",
+ "geometry": "M0 0c2.706 2.94 19.29104 18.83993 19.77704 19.67993 10.217 17.56 6.67495 14.26 22.66095 20.5 5.93 2.32 30.31103 21.75999 32.28802 27.37-13.658-9.94-37.028-23.68-52.80999-30.13001-2.79-3.64-3.94797-4.07001-7.90998-6.64001 1.38-0.28 2.556-0.48997 3.94-0.71997 2.002-9.19-13.26705-15.56994-17.94604-30.05994z",
+ "fill": "#ca2f39ff",
+ "width": 1.015458583831787,
+ "height": 0.9060434103012085,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "snWYL",
+ "x": 7.749241386147332,
+ "y": 2.4479089123851736,
+ "name": "Vector",
+ "geometry": "M36.46503 6.85999c15.043-1.54 28.91305-5.34999 43.56305-6.85999-4.05 3.67-9.56004 2.03001-13.54004 3.76001-5.39 2.33-9.54004 5.16998-15.17005 7.35998-13.352 5.19-41.28198-0.06004-50.16998 11.07996l-0.91296 1.17004-0.23505-1.06005c3.794-13.22 20.75503-3.35995 36.46503-15.44995z",
+ "fill": "#26639eff",
+ "width": 1.0875087976455688,
+ "height": 0.31346040964126587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "BJgL2",
+ "x": 5.315944228859735,
+ "y": 2.0095594269878347,
+ "name": "Vector",
+ "geometry": "M0 0.91003c6.936-0.58 13.34003-0.74003 20.30102-0.91003-1.91 4.42-1.53103 6.56 0.27198 11.11999 1.188 2.99 2.557 5.89996 4.099 8.70997-11.058-5.7-15.82997-12.31997-24.36597-16.96997l-0.30603-1.94996z",
+ "fill": "#af272eff",
+ "width": 0.3352700173854828,
+ "height": 0.2659780979156494,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "GkJqf",
+ "x": 8.261413608284784,
+ "y": 3.8439586503154715,
+ "name": "Vector",
+ "geometry": "M0 2.25407c26.15146 0.00761 52.2039 1.43765 78.36807-0.60096 8.54671-0.66559 17.81667-0.98371 26.36338-1.65311 0.24661 5.378 0.52697 10.62961 0.5 16-26.47245 1.2361-55.55536 0.26194-82.07404-0.46071-3.51425-0.09889-18.3072-0.4716-21.24344-1.16381-0.89012-2.14511-1.60532-9.49707-1.91397-12.12141z",
+ "fill": "#006eb7ff",
+ "width": 3.711129903793335,
+ "height": 0.5851022601127625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "DVr9d",
+ "x": 7.159379993172479,
+ "y": 2.7859850270397146,
+ "name": "Vector",
+ "geometry": "M0 8.86453c3.25147 0.73383 10.17533 0.76894 13.74623 0.80797 32.87455 0.35911 67.23906-1.78383 99.6483-6.67865 4.2313-0.64015 12.58406-1.86187 16.37158-2.99385 2.26285 5.70672 2.98783 8.70839 3.23389 14.71567-5.21114 0.21078-10.5321 0.88998-15.69051 1.52232-31.39864 3.85653-63.20592 4.29371-94.85502 4.73869-3.43601 0.05074-6.91376 0.02339-10.35769-0.12884-1.5093-0.89387-4.05642-5.87456-5.59999-7.41249-2.10203-2.0922-4.33456-2.67769-6.49679-4.57082z",
+ "fill": "#006eb7ff",
+ "width": 4.69034481048584,
+ "height": 0.7405807375907898,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "tQm2Q",
+ "x": 3.0332293851097347,
+ "y": 4.463058267319866,
+ "name": "Vector",
+ "geometry": "M3.5 0.4446c12.62046-0.88619 27.34987-0.20895 40 0.00023 15.33437 0.49064 30.44313 0.43355 45.71815 2.01576 8.03306 0.82914 16.22756 0.97749 24.07258 1.7762 2.16904 2.20597 6.09253 6.63308 9.02183 7.19218 1.5267 0.97747 1.9729 1.14102 3.04798 2.52546-14.90163-1.03833-30.48878-2.28583-45.40736-2.84112-26.08441-1.02311-53.96125 0.44498-79.95318 2.84111l3.5-13.50982z",
+ "fill": "#006eb7ff",
+ "width": 4.420933723449707,
+ "height": 0.492113322019577,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "PYS0U",
+ "x": 7.264884029122186,
+ "y": 1.2342875344402273,
+ "name": "Vector",
+ "geometry": "M93.94908 3.32362c5.96915-0.86055 9.14456-2.79582 16.1722-3.32362 1.81764 4.23389 5.27507 8.04325 7.55689 12.02854 3.03229 5.29714 4.8456 11.84875 6.49839 17.62016-1.69184-1.58341-4.79354-4.57046-7.37034-4.25302-6.01687 0.74581-13.15729 3.09415-19.13077 4.4519-7.34865 1.614-14.77541 2.94879-22.25854 3.99675-26.31025 3.76346-48.92014 4.0427-75.14016 5.15567l-0.10019-0.86438 0.39605-0.4475c3.85566-4.26066-4.18801-4.20313 1.60415-6.18812 2.44232-0.8376 7.16179 0.89114 9.5 0 1.72654-0.66166 21.35748-0.89894 23.11438-2.30259 0.88062-0.18741 1.27534-0.30215 2.1256-0.58135 17.16565-1.23536 39.32441-5.14799 56.03457-9.22889 5.3705-1.31186 10.68459-3.40776 15.87723-4.86878-4.13849-5.19388-8.97972-7.70668-14.87946-11.19477z",
+ "fill": "#006eb7ff",
+ "width": 4.372952938079834,
+ "height": 1.5516932010650635,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ngocw",
+ "x": 11.673017535897088,
+ "y": 1.0932513816005667,
+ "name": "Vector",
+ "geometry": "M12.88098 0l0.26214 0.09152c1.01012 1.0689 2.9147 6.28273 3.51614 7.88452 5.22024 14.17963 9.37256 28.73157 12.41449 43.53564 1.22217 5.70133 2.66793 12.67839 2.92625 18.48832-2.26699 0.17453-10 1.5-10 1.5l-0.37495-2.44607c-1.88145-10.18095-3.6472-16.79759-6.47708-26.6605-4.05976-14.13697-6.41544-25.90807-15.14797-38.4316 4.53783-1.56922 8.21592-2.88439 12.88098-3.96183z",
+ "fill": "#006eb7ff",
+ "width": 1.1285039186477661,
+ "height": 2.521501064300537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "cnvfu",
+ "x": 12.467171703072381,
+ "y": 0.9218679411060293,
+ "name": "Vector",
+ "geometry": "M8.59682 0.06192c0.32368-0.01788 1.1637-0.18105 1.29086 0.10838 8.48891 19.25086 18.57308 51.14992 18.61932 71.71867-2.40448 0.12932-4.54976 0.66994-7.0236 0.9704-0.55488 0.1065-3 0.5-3 0.5 0 0-1.24738-7.26296-1.39766-8.6474-1.734-15.9286-9.1864-48.20799-17.08574-61.57881 2.98249-1.2981 5.51415-2.08426 8.59682-3.07124z",
+ "fill": "#006eb7ff",
+ "width": 1.00532066822052,
+ "height": 2.587073564529419,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "K06Qo",
+ "x": 3.5971942288597347,
+ "y": 2.715459619248577,
+ "name": "Vector",
+ "geometry": "M5.36271 0c5.7565 0.53628 9.8418 1.65448 15.36903 2.52546 18.59852 2.94002 35.74165 6.79286 54.67311 6.80427l-1.05351 0.46781c-0.15105 0.81012-0.10018 1.57081-0.97566 1.81803-5.06445 1.43008-6.96298 4.44235-10.85062 7.26828-5.46249 0.08748-12.24053-1.23609-17.79742-1.79519-15.15749-1.52896-29.50849-4.58692-44.72764-5.54919 1.92397-3.80719 3.14897-7.68284 5.36271-11.53947z",
+ "fill": "#006eb7ff",
+ "width": 3.6676383018493652,
+ "height": 0.6700493097305298,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ex57d",
+ "x": 3.226972375603509,
+ "y": 3.650020871842571,
+ "name": "Vector",
+ "geometry": "M0 16.56269c1.65644-4.82516 2.43324-12.27731 6.5-16.56269 12.33314 1.14155 29.11923 2.95521 41.56024 3.82322 16.06472 1.11967 32.30619 1.44063 48.43976 2.10441-7.19621 3.54137-17.72726 10.25574-26.15453 11.57235-7.18646 0.00365-15.08717-0.69294-22.34006-0.93729-15.3145-0.51789-32.68421 0.03282-48.00541 0z",
+ "fill": "#006eb7ff",
+ "width": 3.4031453132629395,
+ "height": 0.6171505451202393,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ESB3w",
+ "x": 3.990914378853631,
+ "y": 1.9572720868236502,
+ "name": "Vector",
+ "geometry": "M0 12.77867c2.06346-3.51814 7.11249-13.70359 11.82127-12.7109-1.13173 0.64277-1.11552 0.63136-2.01875 1.56319l0.03043 0.696c3.34547 2.59772 38.3542 10.53542 44.1924 10.01055 5.82663 1.66969 26.1484 5.89526 26.66244 12.17085-14.91936-3.09976-25.56731-2.85255-40.01695-4.61732-12.22125-1.49093-28.43418-4.73906-40.67084-7.11237z",
+ "fill": "#006eb7ff",
+ "width": 2.845515727996826,
+ "height": 0.864305853843689,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "CfB6O",
+ "x": 3.010210309716058,
+ "y": 1.5153107983715017,
+ "name": "Vector",
+ "rotation": -5.512242781815398,
+ "geometry": "M14.30787 0c3.48937 1.13895 9.34707 2.01538 13.01916 2.64269-7.53278 12.33266-10.36655 28.85187-13.18345 43.23997l-1.84587 12.23621c-0.88655 0.55168-12.00726-1.98872-12.28056-2.33129-0.53836-7.4165 11.862-47.75267 14.29072-55.78758z",
+ "fill": "#006eb7ff",
+ "width": 0.9637081027030945,
+ "height": 2.0523598194122314,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "dJDGF",
+ "x": 2.169058595391107,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M10.28791 0c4.47107 0.88064 7.87816 1.88773 12.21209 3.2392-5.70045 11.22595-7.64607 25.76081-9.46923 38.45158l0.02562 0.64084-2.28989 13.66838c0 0-7.41254-1.80848-10.7665-3.5 1.95579-12.61666 7.14682-40.21031 10.28791-52.5z",
+ "fill": "#006eb7ff",
+ "width": 0.7934793829917908,
+ "height": 1.9748817682266235,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "BcI5M",
+ "x": 0.28294155428011436,
+ "y": 1.2622369868404348,
+ "name": "Vector",
+ "geometry": "M14.74799 9.03802c3.868-3.86 6.042-6.48002 10.91-9.03802-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997 6.539-1.73 7.89299-1.56001 14.74799-1.51002z",
+ "fill": "#032d5fff",
+ "width": 0.34866878390312195,
+ "height": 0.24341826140880585,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "U7JSs",
+ "x": 5.159127269478631,
+ "y": 2.019180570328899,
+ "name": "Vector",
+ "geometry": "M11.82404 2.14389c-4.81 0.38-6.67804 0.76005-11.47504-0.19995l-0.349-0.94007c4.002-1.44 7.22701-0.94994 11.51801-0.80993l0.30603 1.94995z",
+ "fill": "#cfb5d0ff",
+ "width": 0.16124486923217773,
+ "height": 0.03430530056357384,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "UbeoD",
+ "x": 9.568336740297127,
+ "y": 15.918000328136259,
+ "name": "Group 1000002753",
+ "rotation": -7.218152045376937,
+ "children": [
+ {
+ "type": "path",
+ "id": "X09kM",
+ "x": 0.000009828395491240371,
+ "y": 0.019130980123009067,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "60UWr",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "wXDyE",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.13144 0.98797c0 0 0.89396 0.45493 1.44227 0.66698l-0.36554 0.40315c0 0-1.81155-0.17384-2.20817-0.79274l0.31208-0.18123 0.81936-0.09616z m0.7485 0.68259c0 0 1.26199-0.30945 1.55293-0.19356 0.29094 0.11589-0.13304 0.94685-0.327 1.00479-0.19396 0.05795-0.46252 0.15534-0.62167 0.05795-0.15915-0.0974-0.86288-0.6374-0.60426-0.86918z m2.63084-1.13056c0 0 1.28064-0.23425 2.06519-0.54-0.92774 0.86011-2.02982 1.51411-3.23269 1.91836l-0.12433-0.32918c0 0 0.73854-0.6411 1.29183-1.04918z m-1.93458 1.90728c0 0-0.60551 0.67562-0.77958 1.02452-0.17407 0.3489-0.12433 0.46356-0.23499 0.77301-0.11066 0.30945-0.40906 0.40562-0.33073 0.83096 0 0 0.13677-0.52151 0.64281-0.6374 0.50604-0.11589 1.50071-1.2563 1.11155-2.03055l-0.40906 0.03946z m0.50236-0.11578l0.373 0.1874c0 0 0.08703 0.10726 0.44139 0.16644 0.66643 0.11219 1.07176 1.23288 1.57531 2.14644 0.50355 0.91356 0.61048 1.29205 1.00959 1.47945 0 0-0.82806-0.33288-0.94618-0.47959-0.3357-0.41671-2.24796-0.33288-2.35364-1.58301-0.10568-1.25014-0.30959-1.32781-0.3096-1.32781 0 0 0.0833-0.52767 0.21013-0.58932z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "PQ6cY",
+ "x": 0.042424083674745816,
+ "y": 0.8616453460344928,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "LJ2Pe",
+ "x": 3.002391138101359,
+ "y": 1.1300216964373249,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "7ivWf",
+ "x": 3.817081251169043,
+ "y": 0.28407681499822957,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "jAZX0",
+ "x": 0.8810855150222778,
+ "y": -1.1637521982192993,
+ "name": "Group 1000004699",
+ "rotation": -5.393967576132959,
+ "children": [
+ {
+ "type": "path",
+ "id": "kRiUB",
+ "x": 0.8693989515305134,
+ "y": 8.02676773071289,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "TzbGa",
+ "x": 1.7816561460495564,
+ "y": 8.99018383026123,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "aHjjQ",
+ "x": 2.649110794067383,
+ "y": 3.5052106380462646,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "A3vPX",
+ "x": 19.478763580322322,
+ "y": 5.6550288200379555,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "bUEDo",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "qyzMe",
+ "x": 0.603407621383667,
+ "y": 0.8086614608763512,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "KIDVO",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "z1hGv",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "WI99f",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "OEZuV",
+ "x": -0.0030097551643279985,
+ "y": 3.4959795475006104,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "yoYv6",
+ "x": 2.6489693083568113,
+ "y": 7.4619460105896,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "bVIDu",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "NNRNp",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "wSI8X",
+ "x": -1.1368683772161603e-13,
+ "y": 0.14145658910274506,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "1Y4MB",
+ "x": 7.76527023315424,
+ "y": 10.117621421813965,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "4vPsg",
+ "x": 15.315455436706543,
+ "y": 8.858584403991813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "rDO1G",
+ "x": 3.4741387367249104,
+ "y": 3.0142416954041664,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "LkUmS",
+ "x": 6.602675437927303,
+ "y": 4.773509979248047,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760099096911113,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837418913841248,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fubpb",
+ "x": 12.847642898559513,
+ "y": 3.55715012550354,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.46559567288082,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024001479148865,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YcRP0",
+ "x": 1.5562598705291748,
+ "y": 4.792014122009277,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xQLAb",
+ "x": 3.255258083343506,
+ "y": 5.144657611846924,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mxq4R",
+ "x": 0.762457489967403,
+ "y": 4.1699538230896,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "m1hQE",
+ "x": 20.198741912841854,
+ "y": 1.9700753688813393,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BWYZE",
+ "x": 18.379533767700252,
+ "y": 2.844068765640259,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "i723s",
+ "x": 21.514636993408203,
+ "y": 0.9691568017004784,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dbkCi",
+ "x": 301,
+ "y": 105,
+ "name": "Card/Edit item/Split sprite sheet/Active",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5m11E",
+ "x": 0,
+ "y": 0,
+ "name": "frame",
+ "width": 88,
+ "height": 66,
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "#d9dfe5ff"
+ },
+ "gap": 6,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "UXLvJ",
+ "name": "Vector 661",
+ "geometry": "M0 0l0 51",
+ "width": 0,
+ "height": 62,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "MLEbL",
+ "x": 86,
+ "y": 33,
+ "name": "Vector 662",
+ "rotation": -90,
+ "geometry": "M0 0l0 51",
+ "width": 0,
+ "height": 84,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8ff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "byp6f",
+ "x": 12.519289016723633,
+ "y": 5.238205909729004,
+ "name": "Frame 1000004854",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qccdq",
+ "name": "Frame 1000004828",
+ "width": 62.961421966552734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 15,
+ "children": [
+ {
+ "type": "frame",
+ "id": "inkGm",
+ "name": "牛小七",
+ "width": 23.981895446777344,
+ "height": 25.5806884765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6571665406227112
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LCMIv",
+ "x": 16.866846084594727,
+ "y": 22.381744384765625,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 1.9574127197265625,
+ "height": 0.689714789390564
+ },
+ {
+ "type": "group",
+ "id": "PJvMo",
+ "x": 7.116233825683594,
+ "y": 16.467172622680664,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "i3KMu",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "3j4gO",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "7X5Wn",
+ "x": 2.1744933128356934,
+ "y": 1.5431910753250122,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 9.62509822845459,
+ "height": 5.786391735076904,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "rxX1t",
+ "x": 0.002265126444399357,
+ "y": 1.9995592832565308,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 2.888195037841797,
+ "height": 3.033905267715454,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "zGlsz",
+ "x": 1.8790178298950195,
+ "y": 4.464710235595703,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 7.912723064422607,
+ "height": 1.2746553421020508,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "Xw965",
+ "x": 7.113435745239258,
+ "y": 20.327096939086914,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 1.5352295637130737,
+ "height": 1.1752656698226929,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fZLAB",
+ "x": 0.8691841959953308,
+ "y": 8.041929244995117,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.812631130218506,
+ "height": 5.113221645355225
+ },
+ {
+ "type": "path",
+ "id": "VnH12",
+ "x": 1.7814561128616333,
+ "y": 9.007186889648438,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6053974628448486,
+ "height": 3.6900107860565186
+ },
+ {
+ "type": "path",
+ "id": "mITrC",
+ "x": 2.649176597595215,
+ "y": 3.511796474456787,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.309289932250977,
+ "height": 13.774174690246582
+ },
+ {
+ "type": "group",
+ "id": "jfQk3",
+ "x": 19.479780197143555,
+ "y": 5.6656904220581055,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "99bkc",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.5020904541015625,
+ "height": 4.440760135650635
+ },
+ {
+ "type": "path",
+ "id": "XKrHy",
+ "x": 0.6030449867248535,
+ "y": 0.8102502822875977,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.0614962577819824,
+ "height": 3.305415391921997
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "euhO0",
+ "x": -0.002864591311663389,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "6ypM0",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "RjUrU",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "UV5Dp",
+ "x": 0,
+ "y": 3.5025455951690674,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848851203918457,
+ "height": 4.555539131164551,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "R6v90",
+ "x": 2.6491726016388384,
+ "y": 7.476067543029785,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "L6Rqc",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "iEM8S",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "gOgex",
+ "x": 0,
+ "y": 0.1416521817445755,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.308979034423828,
+ "height": 9.666335105895996,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "21M3g",
+ "x": 7.765432357788086,
+ "y": 10.136751174926758,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.9557409286499023,
+ "height": 2.053760290145874
+ },
+ {
+ "type": "path",
+ "id": "87AWI",
+ "x": 15.316241264343262,
+ "y": 8.875300407409668,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.8155386447906494,
+ "height": 2.2419159412384033
+ },
+ {
+ "type": "path",
+ "id": "tR53R",
+ "x": 16.139907836914062,
+ "y": 13.9849271774292,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 3.5826196670532227,
+ "height": 4.861234664916992
+ },
+ {
+ "type": "path",
+ "id": "MOZbc",
+ "x": 7.381168842315674,
+ "y": 15.292695999145508,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 11.926288604736328,
+ "height": 6.490962505340576
+ },
+ {
+ "type": "path",
+ "id": "yaILT",
+ "x": 10.412176132202148,
+ "y": 16.72823143005371,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 6.532522201538086,
+ "height": 1.4466856718063354
+ },
+ {
+ "type": "path",
+ "id": "2jiIL",
+ "x": 9.675270080566406,
+ "y": 17.427169799804688,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 7.987271308898926,
+ "height": 1.5307663679122925
+ },
+ {
+ "type": "path",
+ "id": "04M2x",
+ "x": 9.165115356445312,
+ "y": 18.17921257019043,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 9.086315155029297,
+ "height": 1.6472413539886475
+ },
+ {
+ "type": "path",
+ "id": "Bhw0r",
+ "x": 9.04500961303711,
+ "y": 18.945608139038086,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 9.488875389099121,
+ "height": 1.6600959300994873
+ },
+ {
+ "type": "path",
+ "id": "8GrMV",
+ "x": 8.96157455444336,
+ "y": 19.637893676757812,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 9.806230545043945,
+ "height": 1.7725385427474976
+ },
+ {
+ "type": "path",
+ "id": "2y6F6",
+ "x": 9.927824974060059,
+ "y": 17.408113479614258,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 0.4813220798969269,
+ "height": 0.719407320022583
+ },
+ {
+ "type": "path",
+ "id": "deAf1",
+ "x": 9.221077919006348,
+ "y": 17.796497344970703,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 0.6543794274330139,
+ "height": 1.0537196397781372
+ },
+ {
+ "type": "path",
+ "id": "xXanR",
+ "x": 8.507729530334473,
+ "y": 18.255435943603516,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 0.8000971674919128,
+ "height": 1.4811325073242188
+ },
+ {
+ "type": "path",
+ "id": "yTWtz",
+ "x": 7.806177139282227,
+ "y": 18.775659561157227,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 1.286482572555542,
+ "height": 1.7466784715652466
+ },
+ {
+ "type": "path",
+ "id": "yGLll",
+ "x": 17.017452239990234,
+ "y": 15.452375411987305,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 2.072080135345459,
+ "height": 3.0458426475524902
+ },
+ {
+ "type": "path",
+ "id": "UV9s0",
+ "x": 16.512451171875,
+ "y": 15.846385955810547,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 2.1341969966888428,
+ "height": 2.7591371536254883
+ },
+ {
+ "type": "path",
+ "id": "sqTJa",
+ "x": 15.913118362426758,
+ "y": 16.283212661743164,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 1.790212869644165,
+ "height": 1.5128709077835083
+ },
+ {
+ "type": "path",
+ "id": "Z3ezd",
+ "x": 10.797061920166016,
+ "y": 17.169658660888672,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 1.5154502391815186,
+ "height": 0.37442725896835327
+ },
+ {
+ "type": "path",
+ "id": "UFyPK",
+ "x": 14.96293830871582,
+ "y": 16.279064178466797,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 1.3260564804077148,
+ "height": 0.7786528468132019
+ },
+ {
+ "type": "group",
+ "id": "xx7hG",
+ "x": 10.511124562008263,
+ "y": 16.277231256513915,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "ywkbh",
+ "x": 0,
+ "y": 0.019063535110035446,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703971862792969,
+ "height": 5.5944504737854,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "FPO8U",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "R0OOi",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "uyPO2",
+ "x": 0.041989166753410245,
+ "y": 0.8632760839172988,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437697410583496,
+ "height": 3.9655942916870117,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "jjMzo",
+ "x": 3.0022147190738906,
+ "y": 1.1321509675690322,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.0990475416183472,
+ "height": 0.4729045331478119,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "mQwp6",
+ "x": 14.327947616577148,
+ "y": 16.561857223510742,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8991072773933411,
+ "height": 0.7148647308349609,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "H8ggM",
+ "x": 18.559484481811523,
+ "y": 13.985443115234375,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 1.1616071462631226,
+ "height": 1.257366418838501,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "A6Oji",
+ "x": 7.0501861572265625,
+ "y": 17.59149932861328,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 2.886066436767578,
+ "height": 2.3613479137420654
+ },
+ {
+ "type": "path",
+ "id": "cm8VN",
+ "x": 8.518867492675781,
+ "y": 17.81195831298828,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9669913649559021,
+ "height": 0.9140705466270447
+ },
+ {
+ "type": "path",
+ "id": "ikODl",
+ "x": 8.070882797241211,
+ "y": 18.09678077697754,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 1.0021356344223022,
+ "height": 0.938403308391571
+ },
+ {
+ "type": "path",
+ "id": "WYrxj",
+ "x": 7.656347751617432,
+ "y": 18.39604377746582,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9904202222824097,
+ "height": 0.9690840840339661
+ },
+ {
+ "type": "path",
+ "id": "wYdJT",
+ "x": 3.4741322994232178,
+ "y": 3.0199220180511475,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.117177963256836,
+ "height": 7.601803779602051,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 3.543303966522217
+ },
+ "blur": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "oI8a4",
+ "x": 6.60297155380249,
+ "y": 4.782499313354492,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025860548019409,
+ "height": 0.7852205634117126,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cFXqE",
+ "x": 12.848508834838867,
+ "y": 3.5638227462768555,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482711675326343,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024698257446289,
+ "height": 0.7853517532348633,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "M1jle",
+ "x": 1.5562199354171753,
+ "y": 4.801042556762695,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3067166805267334,
+ "height": 1.1637471914291382,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ko7Pn",
+ "x": 3.2550299167633057,
+ "y": 5.154402732849121,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6067641973495483,
+ "height": 1.8672846555709839,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0EnuO",
+ "x": 0.7626593112945557,
+ "y": 4.177786350250244,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.5026652216911316,
+ "height": 0.3586454689502716,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "FYTuR",
+ "x": 20.199724197387695,
+ "y": 1.9737800359725952,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.565504550933838,
+ "height": 0.8273181915283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JohVR",
+ "x": 18.380311965942383,
+ "y": 2.8494114875793457,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.0798850059509277,
+ "height": 1.4811325073242188,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7ftB1",
+ "x": 21.515945434570312,
+ "y": 0.9709295034408569,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633683800697327,
+ "height": 0.23063348233699799,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ckoUc",
+ "name": "牛小七",
+ "width": 24,
+ "height": 26,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "BMs2K",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "bWyxN",
+ "x": 18.227859497070312,
+ "y": 11.923999786376953,
+ "geometry": "M0.75214 0c0 0 1.301 3.468 2.533 3.821 0 0-0.368 1.545-2.12 1.28-1.75-0.265-1.218-4.764-0.413-5.1",
+ "fill": "#fff",
+ "width": 3.2851409912109375,
+ "height": 5.131570816040039
+ },
+ {
+ "type": "path",
+ "id": "yG1nv",
+ "x": 18.32155990600586,
+ "y": 12.894001007080078,
+ "geometry": "M0.76644 0.001c0 0 0.663 2.537 1.517 2.906 0 0-0.38 1.038-1.612 0.683-1.231-0.356-0.506-3.434 0.095-3.59",
+ "fill": "#0CA1DD",
+ "width": 2.2834396362304688,
+ "height": 3.6639766693115234
+ },
+ {
+ "type": "path",
+ "id": "zVhIj",
+ "x": 0.6243993639945984,
+ "y": 6.417999744415283,
+ "geometry": "M4.7156 0c0 0-3.356 1.589-4.486 0.986 0 0-0.815 1.364 0.626 2.388 1.442 1.024 4.206-2.577 3.862-3.374",
+ "fill": "#fff",
+ "width": 4.746955692768097,
+ "height": 3.5557656288146973
+ },
+ {
+ "type": "path",
+ "id": "bFfB7",
+ "x": 1.3758913278579712,
+ "y": 7.034999847412109,
+ "geometry": "M3.21111 0c0 0-2.254 1.363-3.122 1.035 0 0-0.452 1.01 0.68 1.61 1.132 0.598 2.766-2.118 2.442-2.644",
+ "fill": "#0CA1DD",
+ "width": 3.2528337240219116,
+ "height": 2.730508804321289
+ },
+ {
+ "type": "path",
+ "id": "rwjVs",
+ "x": 3.1485211849212646,
+ "y": 0.5482746958732605,
+ "geometry": "M20.57148 8.06773c0 0-3.117 2.196-8.143-0.995l3.194 4.268c0 0 4.237 0.716 5.177-2.945 0.003 0.006 0.129-0.483-0.228-0.328m-19.622-7.927c0 0 0.703 3.737 6.54 4.936l-5.277 0.85c0 0-3.543-2.426-1.662-5.706 0 0 0.25-0.438 0.399-0.08",
+ "fill": "#07BEFF",
+ "width": 20.82345414161682,
+ "height": 11.39732962846756
+ },
+ {
+ "type": "path",
+ "id": "N6tZF",
+ "x": 0.8985631465911865,
+ "y": 5.473079204559326,
+ "geometry": "M1.35044 3.26292c-2.445 2.517-2.23 5.984 6.268 9.419 8.568 3.461 11.068 1.097 11.088-2.403 0.023-3.865-1.48-7.484-6.268-9.419-4.787-1.933-8.385-0.38-11.087 2.403",
+ "fill": "#07BEFF",
+ "width": 18.706695795059204,
+ "height": 14.376640796661377
+ },
+ {
+ "type": "path",
+ "id": "0mMKL",
+ "x": 0.8977718353271484,
+ "y": 8.240636825561523,
+ "geometry": "M0.62223 1.39936c0.634-0.827 1.7-2.94 10.256 0.516 8.078 3.264 7.775 5.476 7.752 6.56-0.474 2.935-3.258 4.57-11.007 1.44-7.529-3.04-8.56-6.107-7-8.517",
+ "fill": "#fff",
+ "width": 18.636943817138672,
+ "height": 11.609514236450195
+ },
+ {
+ "type": "group",
+ "id": "Aqe9f",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "fYAVB",
+ "x": 0.8982119560241699,
+ "y": 8.241006851196289,
+ "geometry": "M0.62179 1.39899c0.404-0.528 0.982-1.57 3.544-1.375-0.972 0.339-1.335 1-1.603 1.388-1.483 2.486-0.831 5.44 5.3 7.916 6.3 2.548 9.313 1.55 9.922-1.383 0.04-0.458 0.176-1.403-0.236-2.22 1.39 1.69 1.096 2.079 1.082 2.748-0.474 2.935-3.258 4.57-11.007 1.44-7.53-3.038-8.56-6.105-7.001-8.514",
+ "width": 18.66602373123169,
+ "height": 11.607145309448242
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "gG4Xm",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "JuUJB",
+ "x": 12.343818664550781,
+ "y": 12.792567253112793,
+ "geometry": "M0.00218 0.85343c-0.043 0.532 0.555 1.018 1.335 1.084 0.781 0.066 1.451-0.313 1.494-0.846 0.043-0.533-0.554-1.018-1.336-1.084-0.781-0.066-1.45 0.315-1.493 0.845",
+ "fill": "#F1F6FF",
+ "width": 2.833364486694336,
+ "height": 1.9448966979980469
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "YQLLq",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "oQxkf",
+ "x": 5.792141437530518,
+ "y": 9.890542030334473,
+ "geometry": "M2.35786 2.06346c-0.34 0.413-1.108 0.347-1.715-0.148-0.606-0.495-0.823-1.228-0.48-1.643 0.341-0.416 1.108-0.347 1.715 0.148 0.608 0.495 0.823 1.23 0.48 1.643",
+ "fill": "#F1F6FF",
+ "width": 2.5211386680603027,
+ "height": 2.334676742553711
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "IYbHl",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "x0zn3",
+ "x": 9.89885139465332,
+ "y": 7.7808942794799805,
+ "geometry": "M0.92215 0.61511c-0.06557-0.03036-0.14058-0.03316-0.20824-0.0078-0.06766 0.02537-0.12232 0.0768-0.15176 0.1428-0.07299 0.1396-0.24202 0.19828-0.38581 0.13393-0.14379-0.06435-0.21266-0.22949-0.15719-0.37693 0.19916-0.43364 0.71044-0.62593 1.146-0.431 0.21008 0.09215 0.37464 0.26443 0.45708 0.47851 0.08244 0.21408 0.07593 0.45223-0.01808 0.66149-0.06738 0.15022-0.24378 0.21738-0.394 0.15-0.15022-0.06738-0.21738-0.24378-0.15-0.394 0.02922-0.06562 0.03109-0.14018 0.00518-0.20718-0.0259-0.067-0.07743-0.12092-0.14318-0.14982m2.984 1.373c0.09676-0.01092 0.19191 0.03111 0.249 0.11 0.057 0.08 0.067 0.182 0.028 0.27-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.1256-0.28118 0.09128-0.60805-0.09-0.857-0.18191-0.25097-0.48361-0.3862-0.792-0.355-0.30769 0.02916-0.57608 0.22119-0.703 0.503-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.03998-0.08791 0.12387-0.14778 0.22-0.157",
+ "fill": "#020333",
+ "width": 4.801938056945801,
+ "height": 2.780733108520508
+ },
+ {
+ "type": "path",
+ "id": "Qk0Fu",
+ "x": 4.35989236831665,
+ "y": 4.8985066413879395,
+ "geometry": "M2.68511 1.26749c0.87568-1.16685 2.43466-1.58539 3.777-1.014 1.12569 0.47303 1.8766 1.554 1.927 2.774 0.91638-0.80916 2.21638-1.01928 3.341-0.54 1.35837 0.57195 2.13855 2.00934 1.878 3.46l1.61 1.44c0.06904 0.06111 0.11075 0.1473 0.11582 0.23937 0.00507 0.09206-0.02691 0.18232-0.08882 0.25063-0.12957 0.14319-0.35063 0.15437-0.494 0.025l-1.373-1.227c-0.33533 0.73393-0.94114 1.31001-1.691 1.608-1.18678 0.47352-2.54172 0.19071-3.44-0.718-0.55113-0.55669-0.87428-1.29928-0.906-2.082-0.27207 0.24287-0.58487 0.43583-0.924 0.57-1.18737 0.47276-2.5424 0.18876-3.44-0.721-0.8859-0.89428-1.14987-2.23226-0.67-3.396l-1.975-0.145c-0.12615-0.00542-0.2394-0.07894-0.29571-0.19196-0.0563-0.11302-0.04676-0.24771 0.02491-0.35166 0.07166-0.10396 0.19415-0.16079 0.3198-0.14838l2.304 0.168z m3.511-0.39c-1.25402-0.53509-2.70482 0.04246-3.248 1.293-0.39164 0.91778-0.18755 1.98138 0.516 2.689 0.7047 0.7115 1.76598 0.93383 2.697 0.565 0.92728-0.36714 1.53947-1.25972 1.548-2.257 0.00522-0.99908-0.59194-1.90292-1.513-2.29m5.268 2.232c-1.25428-0.53596-2.70583 0.04296-3.247 1.295-0.39048 0.91743-0.18604 1.97998 0.517 2.687 0.70496 0.71039 1.76565 0.93189 2.696 0.563 0.92622-0.36718 1.53783-1.2587 1.547-2.255 0.00522-0.99908-0.59194-1.90292-1.513-2.29",
+ "fill": "#020333",
+ "width": 15.33445119857788,
+ "height": 8.510009288787842
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "8ub9o",
+ "x": 11.375221252441406,
+ "y": 5.885866165161133,
+ "geometry": "M5.56278 2.45013c-0.02728 0.03674-0.01968 0.08863 0.017 0.116 0.07093 0.06744 0.13158 0.14494 0.18 0.23 0.072 0.116 0.14 0.256 0.18 0.39 0.013 0.045 0.06 0.07 0.104 0.057 0.02125-0.00604 0.03922-0.02031 0.04992-0.03964 0.0107-0.01933 0.01325-0.04214 0.00708-0.06336-0.04867-0.15101-0.11514-0.2957-0.198-0.431-0.05891-0.10346-0.13422-0.19667-0.223-0.276-0.03706-0.02738-0.08927-0.0198-0.117 0.017m-5.551-2.409c-0.024 0.04-0.01 0.09 0.03 0.113 0.04 0.023 0.119 0.097 0.206 0.207 0.0906 0.11225 0.16654 0.23557 0.226 0.367 0.00861 0.02056 0.02504 0.03686 0.04567 0.0453 0.02063 0.00844 0.04377 0.00833 0.06433-0.0003 0.02056-0.00859 0.03681-0.02508 0.04508-0.04576 0.00828-0.02069 0.00788-0.04384-0.00108-0.06424-0.06629-0.14437-0.14954-0.28033-0.248-0.405-0.07076-0.09552-0.15654-0.17893-0.254-0.247-0.03982-0.02282-0.09058-0.00946-0.114 0.03",
+ "fill": "#fff",
+ "width": 6.104076385498047,
+ "height": 3.246565818786621
+ },
+ {
+ "type": "path",
+ "id": "lTpFX",
+ "x": 3.9190001487731934,
+ "y": 1.610946774482727,
+ "geometry": "M17.524 7.71305c0.415 0.408 0.58 0.736 0.594 1.278 0 0-0.085-0.812-0.99-1.252q0.206-0.01 0.396-0.026m-1.72-0.055c0.417 0.333 0.772 1.277 0.487 1.943 0 0 0.111-1.372-1.08-2.052q0.303 0.067 0.593 0.109m3.1-0.234c0.12 0.114 0.21 0.256 0.262 0.412-0.08374-0.17018-0.23043-0.30109-0.409-0.365q0.077-0.023 0.147-0.047m-17.586-6.257c-0.585 0.005-0.931 0.124-1.318 0.503 0 0 0.629-0.524 1.585-0.211-0.09139-0.09512-0.18042-0.19248-0.267-0.292m1.273 1.154c-0.531-0.052-1.447 0.38-1.708 1.052 0 0 0.884-1.059 2.21-0.728-0.17261-0.0996-0.34015-0.20773-0.502-0.324m-2.061-2.321c-0.16575-0.00171-0.32932 0.03781-0.476 0.115 0.17854-0.06327 0.37469-0.05466 0.547 0.024l-0.071-0.139z",
+ "fill": "#020333",
+ "width": 19.166000843048096,
+ "height": 9.60105311870575
+ },
+ {
+ "type": "group",
+ "id": "cyNV4",
+ "x": 0,
+ "y": 0,
+ "opacity": 0.9,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 0.423,
+ "id": "diKj9",
+ "x": 6.32,
+ "y": 17.218,
+ "fill": "#FAFAFA",
+ "width": 2.423,
+ "height": 1.667
+ },
+ {
+ "type": "path",
+ "id": "mtPEH",
+ "x": 11.51697826385498,
+ "y": 19.176998138427734,
+ "geometry": "M1.07602 0.306l0.73 0.175 0.235 1.05-0.062 1.369-0.292-0.07c-0.341-0.082-0.427-0.077-0.675-0.194-1.03-0.486-1.012-2.636-1.012-2.636l1.076 0.306z",
+ "fill": "#FAFAFA",
+ "width": 2.0410213470458984,
+ "height": 2.8999996185302734
+ },
+ {
+ "type": "path",
+ "id": "2fWks",
+ "x": 3.0249996185302734,
+ "y": 20.617000579833984,
+ "geometry": "M9.462 1.01c-0.097 0.007-0.181 0.006-0.278 0.005-0.51671-0.01546-1.03217-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.79-0.114l-0.043 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.798-0.187-1.19-0.265l-0.125-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.104 0.157-0.193 0.102-0.26 0.257l-0.061-0.018c-0.129 0.012-0.497 0.08-0.6 0.148l-0.116-0.021c-0.05 0.024-0.236 0.098-0.254 0.109-0.133 0.05-0.347 0.17-0.466 0.052l-0.196 0.065c0.14-0.152 0.218-0.23 0.33-0.405-0.724-0.212-2.151-0.86-2.151-0.86 0 0-0.61 0.486-0.845 0.905-0.135 0.24-0.256 0.655-0.256 0.655 0 0-0.435 0.066-0.478 0.34 0.063 0.6 0.797 1.572 1.53 1.377 0.076-0.02 0.285-0.108 0.347-0.153 0.93431-0.49544 2.01685-0.63439 3.046-0.391 0.956 0.24 1.117 0.468 2.283 1.121 1.167 0.654 1.354 0.732 1.354 0.732 0 0 0.357 0.085 0.687 0.066 0.577-0.032 0.6-0.296 0.684-0.585 0.085-0.29-0.023-1.335-0.204-2.136-0.04573-0.20679-0.09741-0.4122-0.155-0.616l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#00B7FA",
+ "width": 9.960511207580566,
+ "height": 4.6547698974609375
+ },
+ {
+ "type": "path",
+ "id": "rkJNo",
+ "x": 8.118999481201172,
+ "y": 21.07699966430664,
+ "geometry": "M4.369 0.55c-0.097 0.007-0.182 0.005-0.279 0.005-0.51671-0.01546-1.03216-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.044 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.105 0.157-0.194 0.102-0.26 0.256 1.035 0.265 1.788 0.42 2.85 0.567 0.072-0.002 0.45 0.049 0.561 0.058q0.578 0.047 1.155 0.066l-0.088-0.305-0.033-0.116c-0.018-0.062-0.034-0.142-0.076-0.19",
+ "fill": "#0073B9",
+ "width": 4.565999984741211,
+ "height": 1.1600017547607422
+ },
+ {
+ "type": "path",
+ "id": "PHw7D",
+ "x": 8.293999671936035,
+ "y": 21.07699966430664,
+ "geometry": "M3.916 0.555c-0.51704-0.01542-1.03283-0.05949-1.545-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.043 0.015c-0.034-0.023-0.021-0.009-0.035-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c0.09 0.01 0.413 0.105 0.521 0.133q0.39 0.096 0.78 0.178c0.82 0.175 1.6 0.265 2.431 0.323 0.038-0.117 0.07-0.16 0.098-0.292",
+ "fill": "#FEFEFE",
+ "width": 3.9160003662109375,
+ "height": 0.8470001220703125
+ },
+ {
+ "type": "path",
+ "id": "91Sio",
+ "x": 12.110000610351562,
+ "y": 21.625999450683594,
+ "geometry": "M0.377 0.001c-0.097 0.007-0.181 0.005-0.278 0.005-0.03 0.133-0.06 0.175-0.099 0.292 0.094 0.008 0.427 0.048 0.487 0.008l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#FDFDFD",
+ "width": 0.48699951171875,
+ "height": 0.32349586486816406
+ },
+ {
+ "type": "path",
+ "id": "tpYUq",
+ "x": 7.457000255584717,
+ "y": 21.52899932861328,
+ "geometry": "M3.512 0.584c-0.961-0.12874-1.9129-0.31812-2.85-0.567l-0.062-0.017c-0.128 0.012-0.497 0.08-0.6 0.148 0.207 0.06 0.425 0.094 0.63 0.153 0.82 0.237 1.632 0.39 2.473 0.525 0.03-0.024 0.016-0.01 0.025-0.06 0.105-0.068 0.358-0.052 0.384-0.182",
+ "fill": "#FEFEFE",
+ "width": 3.5119996070861816,
+ "height": 0.8260002136230469
+ },
+ {
+ "type": "path",
+ "id": "i2zgR",
+ "x": 10.558999061584473,
+ "y": 22.112939834594727,
+ "geometry": "M2.125 0.12406q-0.578-0.02-1.154-0.066c-0.11-0.01-0.49-0.06-0.562-0.058-0.025 0.13-0.279 0.114-0.383 0.182-0.01 0.05 0.004 0.036-0.026 0.06 0.45 0.089 0.99 0.123 1.447 0.167 0.133 0.013 0.574 0.019 0.671 0.045 0.06-0.001 0.036 0.009 0.075-0.019 0.014-0.09-0.038-0.219-0.068-0.31",
+ "fill": "#FDFDFD",
+ "width": 2.1953439712524414,
+ "height": 0.4550018310546875
+ },
+ {
+ "type": "path",
+ "id": "dDsat",
+ "x": 3.0250000953674316,
+ "y": 22.17791748046875,
+ "geometry": "M0 0.33908c0.063 0.6 0.798 1.572 1.531 1.377 0.12101-0.0379 0.2374-0.08922 0.347-0.153 0.00412-0.21772-0.03922-0.43372-0.127-0.633l-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.253-0.303-0.778-0.515-0.983-0.538-0.206-0.022-0.503 0.133-0.535 0.337",
+ "fill": "#01022A",
+ "width": 1.878267765045166,
+ "height": 1.7415027618408203
+ },
+ {
+ "type": "path",
+ "id": "SNbGs",
+ "x": 3.0240001678466797,
+ "y": 22.182090759277344,
+ "geometry": "M0.524 0.00091c-0.266-0.01-0.48 0.06-0.524 0.334 0.544-0.066 1.293 0.44 1.492 0.916 0.065-0.154 0.086-0.222 0.229-0.323l0.03-0.002-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.304-0.366-0.727-0.525-0.994-0.535",
+ "fill": "#0C133E",
+ "width": 1.7510004043579102,
+ "height": 1.2509098052978516
+ },
+ {
+ "type": "path",
+ "id": "dCkkT",
+ "x": 3.901719808578491,
+ "y": 22.480998992919922,
+ "geometry": "M0.10328 0.009c-0.022-0.006-0.037-0.007-0.06-0.009-0.079 0.049-0.034 0.12 0.01 0.181l0.028 0.007c0.079-0.026 0.044-0.12 0.022-0.18",
+ "fill": "#01022A",
+ "width": 0.1303083896636963,
+ "height": 0.18799972534179688
+ },
+ {
+ "type": "path",
+ "id": "TpMRm",
+ "x": 4.502999782562256,
+ "y": 17.25400161743164,
+ "geometry": "M1.61 0.144c-0.074-0.05-0.136-0.041-0.235-0.144-0.163 0.231-0.5 0.714-0.625 0.96-0.05895 0.1767-0.12772 0.34997-0.206 0.519 0.01 0.029 0.003 0.017 0.019 0.037-0.101 0.03-0.085 0.147-0.15 0.218l-0.032 0.006c0.025 0.046 0.018 0.021 0.008 0.08-0.05 0.094-0.09 0.21-0.128 0.311-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08051-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33 0.052-0.072 0.098-0.154 0.143-0.232 0.0738-0.10438 0.15255-0.20516 0.236-0.302 0.169-0.12 0.207-0.143 0.409-0.208 0.125-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.002-0.039-0.036-0.099-0.025-0.043-0.055-0.117-0.075-0.165l-0.043-0.13-0.236-0.095c-0.06058-0.04581-0.1248-0.08661-0.192-0.122-0.34307-0.19995-0.66709-0.43092-0.968-0.69-0.258-0.235-0.37-0.385-0.599-0.618-0.054-0.022-0.115-0.05-0.17-0.074l-0.143-0.087z",
+ "fill": "#FEFEFE",
+ "width": 4.07426118850708,
+ "height": 4.222999572753906
+ },
+ {
+ "type": "path",
+ "id": "OCJ9U",
+ "x": 4.502999782562256,
+ "y": 19.385000228881836,
+ "geometry": "M0.261 0c-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33-0.892-0.268-1.775-0.633-2.639-0.978",
+ "fill": "#0073B9",
+ "width": 2.9000000953674316,
+ "height": 2.092000961303711
+ },
+ {
+ "type": "path",
+ "id": "vEBOI",
+ "x": 4.501999855041504,
+ "y": 20.079999923706055,
+ "geometry": "M2.575 0.85c-0.8413-0.25935-1.67497-0.5428-2.5-0.85-0.0226 0.10522-0.04095 0.2113-0.055 0.318-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.082-0.125 0.156-0.254c0.055-0.082 0.118-0.203 0.166-0.292",
+ "fill": "#0073B9",
+ "width": 2.575000286102295,
+ "height": 1.3970012664794922
+ },
+ {
+ "type": "path",
+ "id": "Hx54k",
+ "x": 4.501999855041504,
+ "y": 19.71900177001953,
+ "geometry": "M2.408 1.504c-0.413-0.152-0.868-0.278-1.286-0.424-0.364-0.127-0.743-0.26-1.102-0.401-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.083-0.125 0.156-0.254m0.302-0.53c-0.88-0.309-1.691-0.599-2.547-0.974-0.032 0.12-0.059 0.242-0.09 0.36q1.239 0.462 2.501 0.852c0.043-0.058 0.101-0.173 0.136-0.238",
+ "fill": "#FEFEFE",
+ "width": 2.7109999656677246,
+ "height": 1.7579994201660156
+ },
+ {
+ "type": "path",
+ "id": "Q9phr",
+ "x": 4.763999938964844,
+ "y": 18.76999855041504,
+ "geometry": "M0.301 0c-0.1 0.03-0.085 0.147-0.15 0.218l-0.03 0.006c0.023 0.046 0.017 0.021 0.006 0.08-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233 0.08-0.115 0.146-0.195 0.236-0.302-0.087-0.052-0.583-0.205-0.716-0.25-0.49081-0.16921-0.97576-0.35498-1.454-0.557-0.128-0.053-0.44-0.18-0.547-0.252",
+ "fill": "#0073B9",
+ "width": 3.0180001258850098,
+ "height": 1.594003677368164
+ },
+ {
+ "type": "path",
+ "id": "WorNT",
+ "x": 4.763999938964844,
+ "y": 19.073999404907227,
+ "geometry": "M2.782 1.056c-0.698-0.24-1.363-0.458-2.037-0.771-0.194-0.09-0.436-0.18-0.618-0.285-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233",
+ "fill": "#FEFEFE",
+ "width": 2.7820000648498535,
+ "height": 1.2900009155273438
+ },
+ {
+ "type": "path",
+ "id": "Xaa6z",
+ "x": 5.190999984741211,
+ "y": 17.611000061035156,
+ "geometry": "M3.348 1.769c-1.09056-0.31421-2.15239-0.72068-3.174-1.215-0.06 0.107-0.102 0.178-0.174 0.277 0.228 0.134 0.593 0.297 0.841 0.4 0.679 0.282 1.45 0.584 2.158 0.779 0.126-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.003-0.039-0.035-0.099m-1.892-1.369c-0.27384-0.1209-0.54211-0.25403-0.804-0.399-0.094 0.09-0.172 0.173-0.26 0.268 0.646 0.364 1.341 0.65 2.033 0.918 0.08 0.03 0.183 0.065 0.26 0.101 0.093 0.033 0.212 0.064 0.308 0.09-0.06026-0.04576-0.12414-0.08656-0.191-0.122-0.34303-0.19963-0.66705-0.43026-0.968-0.689-0.12877-0.04879-0.25494-0.1042-0.378-0.166",
+ "fill": "#0073B9",
+ "width": 3.3854074478149414,
+ "height": 2.010000228881836
+ },
+ {
+ "type": "path",
+ "id": "RG4Dz",
+ "x": 6.25600004196167,
+ "y": 17.48499870300293,
+ "geometry": "M0.17 0.075c-0.055-0.023-0.115-0.051-0.17-0.075 0.036 0.043 0.063 0.075 0.102 0.116l-0.06-0.028c0.013 0.02 0.498 0.465 0.528 0.482-0.056-0.015-0.127-0.044-0.179-0.044 0.125 0.064 0.246 0.116 0.377 0.166-0.258-0.235-0.37-0.385-0.598-0.618m1.759 1.43c-0.097-0.027-0.216-0.058-0.309-0.09 0.155 0.087 0.41 0.29 0.588 0.315l-0.043-0.13-0.236-0.095z",
+ "fill": "#CDD6EB",
+ "width": 2.2079997062683105,
+ "height": 1.7290000915527344
+ },
+ {
+ "type": "path",
+ "id": "8YuzZ",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.241 0.023c-0.008-0.009-0.029-0.017-0.041-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.099 0.103 0.162 0.094 0.235 0.144l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074 0.228 0.233 0.34 0.383 0.598 0.618 0.312 0.257 0.613 0.49 0.969 0.69 0.064 0.035 0.135 0.077 0.191 0.122l0.237 0.094 0.042 0.13c0.02 0.049 0.05 0.123 0.075 0.166 0.039 0.06 0.042 0.045 0.036 0.099-0.077 0.097-0.258 0.13-0.384 0.143-0.202 0.065-0.24 0.088-0.408 0.208-0.09 0.107-0.155 0.187-0.237 0.302-0.045 0.078-0.09 0.16-0.143 0.233q-0.091 0.167-0.188 0.329c-0.035 0.065-0.094 0.18-0.137 0.238-0.049 0.089-0.11 0.21-0.166 0.292q-0.074 0.128-0.156 0.254c-0.112 0.174-0.19 0.253-0.33 0.405l0.195-0.065c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.109l0.116 0.021c0.103-0.069 0.471-0.136 0.6-0.148l0.06 0.017c0.068-0.154 0.157-0.099 0.261-0.256l-0.084-0.03c0.09-0.071 0.114-0.096 0.19-0.183l0.123 0.014c0.393 0.078 0.784 0.184 1.19 0.265 0.014 0.036 0.002 0.022 0.035 0.045l0.044-0.015c-0.04299-0.13969-0.09613-0.27605-0.159-0.408-0.065-0.072-0.082-0.21-0.097-0.3-0.029-0.085-0.078-0.311-0.103-0.408q-0.105-0.183-0.214-0.366c-0.075-0.094-0.154-0.204-0.227-0.301 0.05-0.016 0.105-0.026 0.157-0.037 0.088-0.088 0.15-0.19 0.283-0.181 0.208-0.006 0.439-0.008 0.643-0.026 0.19-0.017 0.399-0.052 0.591-0.077 0.138-0.05 0.427-0.097 0.547-0.151l-0.01-0.026c-0.394-0.079-0.854-0.265-1.247-0.354-0.5668-0.19049-1.1256-0.404-1.675-0.64-0.278-0.117-0.575-0.258-0.853-0.365-0.163-0.101-0.362-0.183-0.536-0.271-0.286-0.144-0.586-0.292-0.858-0.46",
+ "fill": "#E50A15",
+ "width": 5.419999122619629,
+ "height": 4.89000129699707
+ },
+ {
+ "type": "path",
+ "id": "LzAga",
+ "x": 7.51200008392334,
+ "y": 17.746000289916992,
+ "geometry": "M2.55 0.984c-0.5653-0.18525-1.12247-0.39444-1.67-0.627-0.29155-0.12335-0.58492-0.24236-0.88-0.357 0.17 0.208 0.443 0.494 0.634 0.692l0.089-0.015c0.122-0.02 0.319 0.103 0.435 0.155 0.214 0.096 0.44 0.167 0.646 0.276 0.028 0.015 0.049 0.083 0.059 0.112 0.167-0.058 0.55-0.173 0.687-0.235",
+ "fill": "#16BBF7",
+ "width": 2.5500001907348633,
+ "height": 1.2199993133544922
+ },
+ {
+ "type": "path",
+ "id": "INujc",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M1.315 0.64c-0.032-0.204-0.281-0.347-0.449-0.451-0.13-0.028-0.261-0.055-0.388-0.09-0.10346-0.0224-0.20617-0.04808-0.308-0.077l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.394 0.078 0.785 0.184 1.19 0.265",
+ "fill": "#0073B9",
+ "width": 1.3150005340576172,
+ "height": 0.6399993896484375
+ },
+ {
+ "type": "path",
+ "id": "qRq98",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M0.17 0.022l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.042-0.077 0.134-0.222 0.111-0.306-0.006-0.021-0.04-0.033-0.065-0.047",
+ "fill": "#025EA1",
+ "width": 0.23863506317138672,
+ "height": 0.375
+ },
+ {
+ "type": "path",
+ "id": "qe4zQ",
+ "x": 8.145999908447266,
+ "y": 18.420629501342773,
+ "geometry": "M1.229 0.54537c-0.01-0.029-0.03-0.097-0.06-0.112-0.205-0.109-0.431-0.18-0.645-0.276-0.116-0.052-0.313-0.176-0.435-0.155l-0.089 0.015c0.12 0.125 0.285 0.307 0.41 0.42 0.25 0.002 0.405 0.06 0.641 0.144l0.178-0.036z",
+ "fill": "#00B7FA",
+ "width": 1.2290000915527344,
+ "height": 0.5813694000244141
+ },
+ {
+ "type": "path",
+ "id": "DdICl",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.365 0.075l-0.018 0.005c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076 0.127 0.036 0.26 0.063 0.389 0.09-0.14357-0.10517-0.27444-0.22665-0.39-0.362",
+ "fill": "#FEFEFE",
+ "width": 0.7560005187988281,
+ "height": 0.4370002746582031
+ },
+ {
+ "type": "path",
+ "id": "KdaWk",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.347 0.08c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076-0.06-0.023-0.18-0.057-0.246-0.077 0.027-0.057 0.049-0.154 0.079-0.184 0.063-0.026 0.06-0.006 0.124-0.006l0.023 0z",
+ "fill": "#DBD2CF",
+ "width": 0.3670005798339844,
+ "height": 0.3470001220703125
+ },
+ {
+ "type": "path",
+ "id": "vU54H",
+ "x": 7.105999946594238,
+ "y": 21.440000534057617,
+ "geometry": "M0.95 0.09c-0.10867-0.03469-0.21877-0.06472-0.33-0.09-0.18 0-0.462 0.077-0.62 0.156 0.074 0.005 0.162 0.038 0.235 0.06l0.115 0.021c0.103-0.069 0.472-0.137 0.6-0.148",
+ "fill": "#E6999D",
+ "width": 0.9499998092651367,
+ "height": 0.23699951171875
+ },
+ {
+ "type": "path",
+ "id": "Iy7x2",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.242 0.023c-0.008-0.009-0.03-0.017-0.042-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.1 0.103 0.162 0.094 0.236 0.144 0.04086-0.04167 0.09299-0.07051 0.15-0.083-0.055-0.095-0.11-0.167-0.158-0.27l0.014-0.03z",
+ "fill": "#CDD6EB",
+ "width": 0.3860001564025879,
+ "height": 0.40600013732910156
+ },
+ {
+ "type": "path",
+ "id": "9M45e",
+ "x": 6.111999988555908,
+ "y": 17.315000534057617,
+ "geometry": "M1.228 4.341c-0.071-0.022-0.16-0.055-0.233-0.06l-0.487 0.221c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.11m0.953-0.395c-0.16 0.057-0.441 0.127-0.567 0.18 0.122 0.028 0.211 0.052 0.33 0.09l0.062 0.016c0.067-0.154 0.155-0.099 0.26-0.256l-0.085-0.03z m0.664-0.718c-0.098-0.199-0.166-0.27-0.241-0.488-0.033 0.134-0.07 0.273-0.065 0.412 0.101 0.026 0.19 0.05 0.289 0.081l0.017-0.005z m-2.696-3.227c-0.05701 0.01249-0.10914 0.04133-0.15 0.083l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074-0.044-0.076-0.113-0.17-0.164-0.244",
+ "fill": "#025EA1",
+ "width": 2.8460001945495605,
+ "height": 4.552501678466797
+ },
+ {
+ "type": "path",
+ "id": "s3tOQ",
+ "x": 9.076000213623047,
+ "y": 19.104999542236328,
+ "geometry": "M3.189 0.236l-0.277-0.063c-0.23-0.057-0.472-0.112-0.7-0.173l0.01 0.026c-0.121 0.054-0.41 0.1-0.548 0.151-0.192 0.025-0.4 0.06-0.591 0.077-0.204 0.018-0.435 0.02-0.642 0.026-0.134-0.008-0.196 0.093-0.284 0.18-0.052 0.012-0.107 0.022-0.157 0.038 0.073 0.097 0.152 0.207 0.227 0.301l0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.014-0.014-0.022-0.034c0.018-0.04 0.008-0.133 0.006-0.182 0.012-0.344 0.037-0.707 0.088-1.046",
+ "fill": "#0073B9",
+ "width": 3.189000129699707,
+ "height": 1.5119972229003906
+ },
+ {
+ "type": "path",
+ "id": "aGC4R",
+ "x": 9.302999496459961,
+ "y": 19.904001235961914,
+ "geometry": "M2.754 0.386c-0.836-0.023-1.817-0.135-2.628-0.354l-0.126-0.032 0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.015-0.014-0.023-0.034c-0.037-0.092-0.073-0.19-0.114-0.28",
+ "fill": "#FEFEFE",
+ "width": 2.8909997940063477,
+ "height": 0.7129993438720703
+ },
+ {
+ "type": "path",
+ "id": "jhch9",
+ "x": 9.302999496459961,
+ "y": 19.904998779296875,
+ "geometry": "M0.126 0.03l-0.126-0.03 0.214 0.365c0.074 0.019 0.14 0.032 0.214 0.047-0.228-0.075-0.116-0.078-0.243-0.273-0.016-0.025-0.062-0.05-0.094-0.095l0.035-0.014z",
+ "fill": "#DBD2CF",
+ "width": 0.42799949645996094,
+ "height": 0.4120006561279297
+ },
+ {
+ "type": "path",
+ "id": "sTfC7",
+ "x": 9.517001152038574,
+ "y": 19.104999542236328,
+ "geometry": "M2.472 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151-0.193 0.025-0.4 0.06-0.592 0.077-0.204 0.018-0.435 0.02-0.642 0.026 0.45 0.124 1.084 0.203 1.553 0.26 0.245 0.03 0.557 0.032 0.793 0.079l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#025EA1",
+ "width": 2.4720001220703125,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "PLDqA",
+ "x": 10.751001358032227,
+ "y": 19.104999542236328,
+ "geometry": "M1.238 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151 0.326 0.037 0.6 0.066 0.929 0.077 0.054 0.09 0.144 0.265 0.183 0.365l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#FAFAFA",
+ "width": 1.2379989624023438,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "GTViW",
+ "x": 9.232999801635742,
+ "y": 19.38365364074707,
+ "geometry": "M2.714 0.34635l-0.031-0.038-0.024 0-0.03 0.032c-0.235-0.047-0.547-0.05-0.792-0.08-0.47-0.056-1.104-0.135-1.553-0.26-0.133-0.007-0.196 0.094-0.284 0.18199 0.104 0.035 0.355 0.083 0.475 0.112 0.767 0.182 1.484 0.254 2.264 0.303-0.02982-0.08046-0.03843-0.16724-0.025-0.25199",
+ "fill": "#FEFEFE",
+ "width": 2.7390003204345703,
+ "height": 0.5973434448242188
+ },
+ {
+ "type": "path",
+ "id": "g9fAX",
+ "x": 9.529000282287598,
+ "y": 19.459999084472656,
+ "geometry": "M3.235 0.048l-0.257-0.048c-0.036 0.4-0.06 0.793-0.091 1.193l-0.019 0.02c-0.096-0.068-0.088-0.158-0.208-0.204 0.002 0.049 0.012 0.142-0.006 0.182l0.023 0.034-0.015 0.013c-0.82-0.05-1.642-0.091-2.447-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.323 0.103 0.408 0.015 0.09 0.032 0.228 0.098 0.3 0.076 0.166 0.104 0.239 0.158 0.408 0.116 0 0.63 0.094 0.789 0.114 0.52 0.067 1.02 0.121 1.544 0.131 0.097 0.001 0.181 0.002 0.278-0.004 0.052 0.005 0.09-0.021 0.12-0.059l0.035-0.534c0.051-0.523 0.046-1.09 0.11-1.608",
+ "fill": "#0073B9",
+ "width": 3.234999656677246,
+ "height": 2.253755569458008
+ },
+ {
+ "type": "path",
+ "id": "7Hxji",
+ "x": 9.517000198364258,
+ "y": 20.270000457763672,
+ "geometry": "M2.663 0.346c-0.82-0.05-1.642-0.091-2.448-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.324 0.103 0.408l0.102 0.025c0.853 0.182 1.666 0.241 2.528 0.261l0.033-0.006 0.01-0.03c-0.02167-0.10912-0.05977-0.21431-0.113-0.312",
+ "fill": "#0073B9",
+ "width": 2.7760000228881836,
+ "height": 0.694000244140625
+ },
+ {
+ "type": "path",
+ "id": "aGc4m",
+ "x": 9.619999885559082,
+ "y": 20.678001403808594,
+ "geometry": "M2.63 0.286c-0.862-0.02-1.676-0.08-2.528-0.261l-0.102-0.025c0.015 0.09 0.032 0.228 0.098 0.3l0.209 0.033c0.117 0.034 0.372 0.075 0.493 0.096 0.62475 0.10632 1.25643 0.16681 1.89 0.181-0.02137-0.10774-0.04137-0.21575-0.06-0.324",
+ "fill": "#FEFEFE",
+ "width": 2.690000534057617,
+ "height": 0.6099987030029297
+ },
+ {
+ "type": "path",
+ "id": "3zH2u",
+ "x": 9.619999885559082,
+ "y": 20.67799949645996,
+ "geometry": "M0.102 0.025l-0.102-0.025c0.015 0.09 0.033 0.228 0.098 0.3l0.21 0.033c-0.0408-0.01079-0.08088-0.02415-0.12-0.04-0.055-0.052-0.081-0.202-0.086-0.268",
+ "fill": "#DBD2CF",
+ "width": 0.3079996109008789,
+ "height": 0.33300018310546875
+ },
+ {
+ "type": "path",
+ "id": "VCVJK",
+ "x": 12.170000076293945,
+ "y": 20.387001037597656,
+ "geometry": "M0.253 0.189l-0.038 0.014c-0.096-0.067-0.089-0.157-0.208-0.203 0.002 0.049 0.012 0.142-0.007 0.182l0.023 0.034-0.014 0.013c0.048 0.069 0.097 0.23 0.114 0.312l-0.01 0.03-0.033 0.006c-0.004-0.011 0.055 0.297 0.06 0.325 0.062 0.009 0.06 0.021 0.101 0-0.022-0.216 0-0.492 0.012-0.713",
+ "fill": "#F7F7F7",
+ "width": 0.25300025939941406,
+ "height": 0.9136714935302734
+ },
+ {
+ "type": "path",
+ "id": "TinUt",
+ "x": 2.767716407775879,
+ "y": 15.21020793914795,
+ "geometry": "M1.02728 0.21679c-0.194-0.118-0.509-0.272-0.735-0.197-0.513 0.171-0.219 0.868-0.101 1.168 0.194 0.401 0.45 0.769 0.728 1.107 0.032 0.04 0.114 0.127 0.133 0.167 0.014-0.045 0.155-0.28 0.186-0.33l0.025-0.038c0.245-0.391 0.538-0.75 0.885-1.045-0.16-0.111-0.291-0.264-0.486-0.413-0.24-0.183-0.533-0.356-0.635-0.419",
+ "fill": "#07BEFF",
+ "width": 2.148283004760742,
+ "height": 2.4617929458618164
+ },
+ {
+ "type": "path",
+ "id": "2mUia",
+ "x": 2.7032382488250732,
+ "y": 15.192770957946777,
+ "geometry": "M1.15276 0.26423c-0.228-0.127-0.58-0.318-0.837-0.25-0.579 0.15-0.213 0.868-0.065 1.177 0.05-0.037 0.333-0.24 0.513-0.428 0.179-0.185 0.27-0.336 0.389-0.499",
+ "fill": "#01022A",
+ "width": 1.152761697769165,
+ "height": 1.191227912902832
+ },
+ {
+ "type": "path",
+ "id": "o77jA",
+ "x": 12.906000137329102,
+ "y": 19.558000564575195,
+ "geometry": "M0.29 0.053l-0.29-0.053c0.078 0.452 0.077 1.586 0.077 1.586l-0.04 0.801 0.26 0.062c0 0 0.044-0.465 0.06-0.763 0.036-0.636 0-1.12-0.067-1.633",
+ "fill": "#0073B9",
+ "width": 0.37122154235839844,
+ "height": 2.4490013122558594
+ },
+ {
+ "type": "path",
+ "id": "5Gzh9",
+ "x": 12.486000061035156,
+ "y": 21.573999404907227,
+ "geometry": "M0.132 0c-0.03229 0.03873-0.08189 0.05865-0.132 0.053 0.042 0.047 0.056 0.132 0.075 0.195l0.094 0.038c-0.0192-0.09432-0.03156-0.1899-0.037-0.286",
+ "fill": "#025EA1",
+ "width": 0.16899967193603516,
+ "height": 0.28600120544433594
+ },
+ {
+ "type": "path",
+ "id": "lPmXk",
+ "x": 3.486999988555908,
+ "y": 16.176000595092773,
+ "geometry": "M1.6 0.194c-0.075-0.062-0.173-0.133-0.253-0.194-0.377 0.367-0.91 1.045-0.91 1.045l-0.437 0.623c0 0 0.162 0.145 0.246 0.214q0.144 0.12 0.286 0.244c0.137-0.197 0.264-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244 0.207-0.305 0.64-0.82 0.924-1.065",
+ "fill": "#0073B9",
+ "width": 1.5999999046325684,
+ "height": 2.1259994506835938
+ },
+ {
+ "type": "path",
+ "id": "YTNQ1",
+ "x": 3.7330000400543213,
+ "y": 17.434999465942383,
+ "geometry": "M0.43 0c-0.134 0.183-0.298 0.463-0.43 0.623q0.145 0.12 0.286 0.244c0.137-0.197 0.265-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244",
+ "fill": "#F7F7F7",
+ "width": 0.6860001087188721,
+ "height": 0.8669986724853516
+ },
+ {
+ "type": "path",
+ "id": "Je5PO",
+ "x": 13.318081855773926,
+ "y": 18.936565399169922,
+ "geometry": "M1.36092 0.58344c-0.204-0.456-0.924-0.916-1.296-0.247-0.078 0.14-0.087 0.235-0.02 0.364 0.011 0.022 0.021 0.035 0.034 0.054 0.12784 0.18735 0.32308 0.31811 0.545 0.36499 0.232 0.048 0.43 0.047 0.614-0.103 0.07321-0.07253 0.13342-0.15709 0.178-0.25 0.04458-0.09291-0.024-0.114-0.055-0.182",
+ "fill": "#01022A",
+ "width": 1.430558204650879,
+ "height": 1.1475582122802734
+ },
+ {
+ "type": "path",
+ "id": "dD8oy",
+ "x": 4.264000415802002,
+ "y": 16.84200096130371,
+ "geometry": "M1.814 0.15c-0.09-0.042-0.18-0.1-0.266-0.15q-0.45 0.575-0.837 1.194c-0.084-0.057-0.26-0.123-0.306-0.16-0.114 0.174-0.288 0.475-0.405 0.629 0.097 0.077 0.197 0.154 0.291 0.234 0.09 0.073 0.17 0.133 0.265 0.201l0.064 0.055 0.032-0.007c0.065-0.07 0.048-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519 0.124-0.246 0.462-0.729 0.625-0.96 0.06304-0.09005 0.12976-0.17745 0.2-0.262",
+ "fill": "#025EA1",
+ "width": 1.8139996528625488,
+ "height": 2.1529998779296875
+ },
+ {
+ "type": "path",
+ "id": "ejpyS",
+ "x": 4.263999938964844,
+ "y": 17.876001358032227,
+ "geometry": "M0.405 0.001c-0.114 0.173-0.289 0.474-0.405 0.628 0.097 0.077 0.197 0.154 0.29 0.234 0.046-0.053 0.358-0.598 0.42-0.703-0.084-0.057-0.26-0.123-0.305-0.16",
+ "fill": "#F7F7F7",
+ "width": 0.7100000381469727,
+ "height": 0.8629989624023438
+ },
+ {
+ "type": "path",
+ "id": "qvlKW",
+ "x": 4.820000171661377,
+ "y": 18.214000701904297,
+ "geometry": "M0.433 0c-0.15562 0.23508-0.30012 0.47735-0.433 0.726l0.064 0.054 0.032-0.006c0.065-0.07 0.049-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519",
+ "fill": "#CDD6EB",
+ "width": 0.4330000877380371,
+ "height": 0.7800006866455078
+ },
+ {
+ "type": "path",
+ "id": "9Yaki",
+ "x": 4.01900053024292,
+ "y": 16.516000747680664,
+ "geometry": "M1.546 0.181c-0.079-0.062-0.175-0.125-0.26-0.181-0.068 0.099-0.205 0.244-0.285 0.344-0.208 0.26-0.43 0.537-0.601 0.82-0.136 0.202-0.264 0.425-0.4 0.622 0.085 0.08 0.15 0.131 0.245 0.203 0.116-0.154 0.29-0.455 0.405-0.628 0.294-0.453 0.557-0.765 0.896-1.18",
+ "fill": "#025EA1",
+ "width": 1.5460000038146973,
+ "height": 1.9889984130859375
+ },
+ {
+ "type": "path",
+ "id": "ZPL6c",
+ "x": 13.325611114501953,
+ "y": 19.636999130249023,
+ "geometry": "M0.98039 1.563c0.301-0.275 0.398-0.707 0.441-0.934 0.044-0.228 0.055-0.5-0.013-0.563-0.05082 0.1043-0.12676 0.19433-0.221 0.262-0.07455 0.03985-0.15384 0.0701-0.236 0.09-0.08215 0.01991-0.15 0.039-0.335 0-0.24377-0.05098-0.45453-0.20287-0.58-0.418-0.043 0.055-0.042 0.058-0.027 0.13 0.102 0.479 0.19 0.966 0.187 1.454q0 0.172-0.008 0.345c0.287-0.043 0.544-0.14 0.792-0.365",
+ "fill": "#07BEFF",
+ "width": 1.4568920135498047,
+ "height": 1.9289989471435547
+ },
+ {
+ "type": "path",
+ "id": "GZ1ku",
+ "x": 11.585000038146973,
+ "y": 24.634998321533203,
+ "geometry": "M0 0.568c0 0 0.562 0.23 0.957 0.08 0.395-0.15 0.425-0.648 0.425-0.648 0 0-0.215 0.18-0.371 0.27-0.353 0.202-0.668 0.239-1.01 0.298",
+ "fill": "#01022A",
+ "width": 1.3819999694824219,
+ "height": 0.6987934112548828
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9So85",
+ "name": "Frame 1000004853",
+ "gap": 15,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCnRK",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hhAUo",
+ "x": 6.594298839569092,
+ "y": 16.5043888092041,
+ "name": "Vector",
+ "geometry": "M11.30146 0.0496c0.11759-0.05937 0.35755 0.03984 0.5142-0.0496 0.01898 0.07394 0.07833 0.10431 0.1456 0.15577 0.30021 0.22175 0.5265 0.43677 0.7748 0.66433 0.64147 0.83564 0.9962 1.47154 1.01363 2.5562-0.00479 0.13671-0.4203-0.04785-0.45292 0.08235-0.07113 0.68587-0.45292 0.9676-0.45292 0.9676 0.05507-0.02745 1.19229 1.49439 1.14916 2.08035 0.00829 0.03518 0.01806 0.07223 0.02432 0.10757-0.00277 0.37169 0.00055 0.46609-0.10007 0.82956-0.12846 0.45307-0.39938 0.86366-0.78052 1.18311-0.07206 0.04495-0.22282 0.14182-0.22282 0.14183l-0.63492 0.23576-0.91027-0.12726c0 0-0.13897-0.04479-0.20642-0.07889-0.74956-0.45644-0.84782-1.06934-1.86202-1.40741-1.5-0.5-3.11612-0.47555-4.44428 0.02053-0.821 0.30665-1.68815 1.17347-1.68815 1.17347 0 0-0.29293 0.21574-0.38859 0.24705-0.03907 0.02139-0.01882 0.00834-0.06176 0.02058-0.10837-0.02713-0.87715 0.16618-1.09112 0.10294-0.6974-0.20639-1.53824-1.72933-1.53824-1.72933 0.19294-0.02197-0.61348-0.78368 0.58863-2.26459 0.05658-0.17887-0.25745-1.20191-0.25191-1.46169-0.05382-0.05859-0.18036 0.06706-0.26017 0.04117l-0.04118 0.02059c-0.0282-0.09253-0.03538-0.25482-0.03537-0.25482 0 0-0.00295-0.31248 0.03299-0.52297 0.03631-0.15857 0.11622-0.40554 0.16708-0.56038 0.14487-0.52605 0.74114-1.17347 0.74114-1.17347 0.30402-0.43533 0.58324-0.60929 1.04943-0.89914 0.21858-0.03209 0.65814 0.18925 0.88705 0.27218 0.11298 0.19189 0.76725 0.36286 0.77149 0.43013l-0.02617 0.01225c0.06082 0.04464 0.07722 0.05875 0.15444 0.07595 0.21582 0.04836 0.34059 0.17701 0.49983 0.29465l0.01013 0.05456c0.41394 0.12121 0.69334 0.17701 1.12148 0.25002 0.09418 0.12788 0.39164 0.3458 0.38833 0.44888l-0.07465 0.0434c-0.04847 0.04976-0.09749 0.09718-0.14098 0.15035l0.10726-0.01953c0.22135-0.18337 0.60027-0.15624 0.9239-0.17934l-0.00571 0.03953c0.09123-0.00046 0.13546-0.01085 0.19075-0.07254l-0.01493-0.04309c0.02636-0.07192 0.10948-0.13439 0.17122-0.19081 0.11961-0.12788 0.13491-0.15082 0.21066-0.29651 0.21656-0.05875 0.42224-0.07905 0.65667-0.1471 0.42684-0.11641 0.87083-0.29683 1.2492-0.39525 0.24531-0.12137 0.62994-0.27807 0.88907-0.38564 0.11869-0.13625 0.44989-0.23948 0.64193-0.36999 0.21139-0.03085 0.39127-0.0296 0.6117-0.07331z",
+ "fill": "#07beffff",
+ "width": 12.005792617797852,
+ "height": 7.71225643157959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "jraTX",
+ "x": 17.24536895751953,
+ "y": 19.596574783325195,
+ "name": "Vector",
+ "geometry": "M20.40824 0c0 0-10.5623 9.98562-17.94116 9.27423 0.02686 0.00374-1.75517-0.77127-2.46708-0.91354l5.07742-2.51605-4.53118-4.35448 3.50135-0.23584",
+ "width": 0.7197118997573853,
+ "height": 0.32834234833717346,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "FJZ8L",
+ "x": 13.48752212524414,
+ "y": 18.37346649169922,
+ "name": "Vector",
+ "geometry": "M170.42004 0c37.47001 3.59 95.36002 21.92012 130.39002 38.87012 4.98999 2.42 5.65997 4.26989 9.85998 3.38989l0.71997-2.31982c1.19001 4.91 0.68003 29.80997 0.77002 36.46997-0.26001 8.82-0.78994 11.35-2.55993 19.75l-7.09009-5.53003c-4.95001-3.98-11.23996-7.83009-16.58997-11.34009-3.67001-2.21-9.44003-4.86986-13.41003-6.85986-19.12-17.4-91.12996-35.81003-118.07996-40.03003-1.41 5.3-2.11998 10.26008-5.72998 14.08007-2.14999 7.84-9.17999 30.26994-15.35998 34.43995l1.67993 2.38989c-0.97 5.44-1.33002 5.79013-3.51001 10.63013-2.61 6.18-4.34001 10.53994-6.39001 16.93994-2.64 11.66-3.48001 17.1999-4.63001 29.1499 0.87 10.38 1.39011 12.78018 4.24011 22.69018-5.12999 2.66001-55.89 5.02991-67.01001 6.65992-2.68-5.09-7.22-17.91996-9.5-23.94995-3.39-7.36-7.39003-20.08017-10.16003-28.17017-2.74-6.97-6.07002-18.20989-8.52002-25.63989-3.64-10.98-7.68999-21.80996-12.12-32.45996-5.44-10.63-11.25004-21.02994-17.42004-31.18995 50.56-2.78 106.70003-7.16016 156.15002-19.41015l2.33997 2.89013c4.74001-10.6-3.89995-10.08019 11.93005-11.45019z",
+ "fill": "#f5f6f9ff",
+ "width": 4.901939392089844,
+ "height": 2.2570078372955322,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "6gHw4",
+ "x": 7.121816635131836,
+ "y": 20.34836196899414,
+ "name": "Group 1000004712",
+ "children": [
+ {
+ "type": "path",
+ "id": "Zqnqi",
+ "x": 7.388366222381592,
+ "y": 0.21156610548496246,
+ "name": "Vector",
+ "geometry": "M0 11.12326c11.48274-1.32092 23.0886-1.54047 35-3.12326l59.5-8 6.5 10c-37.18052 5.22622-58.21798 7.69709-96.62216 10l-1.47752-2.27604c-0.74332-2.01411-1.99739-4.58273-2.90032-6.6007z",
+ "fill": "#f5f6f9ff",
+ "width": 3.5618410110473633,
+ "height": 0.7053150534629822,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "pP2mI",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 120.28396 6.30369 145.39194 7.43101 2.68791 1.37616 4.39636 1.89644 6.65492 3.84569l-0.33543 0c3.0278 2.72216 1.33728 1.31205 4.95544 2.80886l-0.28177 0.49015c5.95274 1.44403 8.92687 3.18595 15.13007 3.81182 3.68524 0.0754 16.84419-1.62738 20.54733-1.88753 5.57707 1.22912 4.9641 3.00029 10 5.5 1.62794 1.21027 10.04648 3.20302 11.5 4.5-6.5744-0.8257-27.78043 1.3585-34.8468 1.09835-33.73969 1.05945-63.09191-0.1885-96.74215-1.30073-15.92093-1.09143-80.97366-14.29762-80.97366-14.29762l-0.99989-12z",
+ "fill": "#f5f6f9ff",
+ "width": 7.531442165374756,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "FDbsk",
+ "x": 6.661724328994751,
+ "y": 16.50439807346902,
+ "name": "Group 1000004705",
+ "children": [
+ {
+ "type": "path",
+ "id": "2Fx2K",
+ "x": 5.837707281112671,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M106.93852 1.20259c2.83818-1.43937 8.63019 0.96586 12.41145-1.20259 0.4582 1.79264 1.89064 2.52921 3.51436 3.77691 1.35235 1.00343 2.77144 1.98054 3.99923 3.09295 5.23632 4.07116 10.90745 8.40874 15.19894 13.13014 13.12259 14.21743 22.53514 32.59904 24.5799 48.08266 0.52937 1.84525 0.3025 11.20303 0.34254 13.70597-0.11566 3.31469-6.69754 0.05453-7.48494 3.21137-8.2372 17.36548-24.46556 33.45117-42.5 36-11.12135 3.83707-14.26536 7.3934-24.96855 2.07938-3.8391-2.3714-6.19679-5.31771-8.42552-8.85414-2.2821 0.99967-24.86291 1.89032-29.80968 2.5029-1.19221-1.91289-3.21185-6.73459-4.22612-9.00075-1.50806-2.766-3.28749-7.54643-4.51973-10.58677-1.2189-2.61943-2.70028-6.84355-3.79017-9.63586-1.61927-4.12645-3.42092-8.19652-5.39163-12.19894-2.42001-3.99491-5.00463-7.90337-7.74938-11.72165-6.2591-5.91533-12.38474-7.21567-19.62251-11.66908-2.16644-0.18039-6.03664-3.24328-8.13635-4.60373l-0.36036-1.04478c0.63614-1.74378 2.64245-3.25834 4.13271-4.6263 2.8871-3.10048 3.2563-3.65668 5.08466-7.18935 5.22704-1.42434 10.19161-1.91665 15.85016-3.56648 10.30282-2.82237 21.01938-7.19686 30.15223-9.58328 5.92101-2.94263 15.20511-6.74212 21.45977-9.35028 2.86486-3.30341 10.85887-5.80634 15.49425-8.9707 5.10248-0.74787 9.44428-0.7178 14.76474-1.7776z",
+ "fill": "#f5f6f9ff",
+ "width": 5.889379978179932,
+ "height": 4.435398101806641,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "INPlJ",
+ "x": 0,
+ "y": 0.10722705402531574,
+ "name": "Vector",
+ "geometry": "M49.00888 0.03588c5.31299-0.7802 52.58814 11.42335 52.58814 11.42335 0 0 3.96219 5.33759 22.5 8.49995 2.28915 3.1095 30.58065 25.49356 30.50001 28l-14.99998 0c-1.17818 1.20988-2.24726 0.20423-3.30448 1.49703-2.88048 2.46875-5.79684 4.90732-8.749 7.30823-4.07658 3.73894-5.85951 5.925-9.17005 10.26322-2.24436 4.69252-4.36783 8.67272-6.88545 13.22956-1.26777 2.14839-4.04071 7.50048-6.07004 8.65759-2.81776 3.27911-6.68829 7.97916-7.23482 12.15532-3.51213-0.59929-7.85299-1.05535-11.45472-1.51518 0.72124 4.21384 0.19707 6.48283-1.20508 10.54968-2.42355 4.10454-4.11691 6.18887-8.0143 9.44537 24.51372 9.39351-69.4121-38.09077-69.4121-38.09077l-7 2.5c0 0-0.82869-4.2439-0.99997-7-0.30376-4.88772 0.12637-7.38158 0.99992-12.5 0.82559-3.81964 1.84853-7.12773 3.16812-10.94748 1.3833-5.02518 3.19898-8.6133 5.33193-13.05252 5.24138-10.69599 23.8263-29.79034 23.8263-29.79034 0 0 14.12517-9.72466 15.58557-10.63301z",
+ "fill": "#f5f6f9ff",
+ "width": 5.451986789703369,
+ "height": 4.259404182434082,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "WAG56",
+ "x": 7.071165936329635,
+ "y": 16.68068013872471,
+ "name": "Group 1000004709",
+ "children": [
+ {
+ "type": "path",
+ "id": "W8a8i",
+ "x": 2.274562222621171,
+ "y": 3.7557941845479945,
+ "name": "Vector",
+ "geometry": "M8 0c25.43296 3.13201 126.50505 7.88977 126.5 7l4.5 9.00052c-46.57074 1.40607-138.82646-4.27531-139-6.00052 0 0 5.58633-5.66181 8-10z",
+ "fill": "#006eb7ff",
+ "width": 4.901939392089844,
+ "height": 0.572080671787262,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "OmLFp",
+ "x": 7.2998920508835,
+ "y": 3.843943732124899,
+ "name": "Vector",
+ "geometry": "M30.56381 0c2.21501 3.5112 4.55821 6.43652 8.37369 8.791l-0.48632 0.18283c-11.54811 1.53359-22.80001 1.74631-33.93254 3.02617-1.1274-2.31344-3.5902-6.43656-4.51864-9 4.91635-0.60821 28.29575-2.00746 30.56381-3z",
+ "fill": "#006eb7ff",
+ "width": 1.3731601238250732,
+ "height": 0.4231890141963959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "9CsPE",
+ "x": 10.232412917277543,
+ "y": 3.632352011543844,
+ "name": "Vector",
+ "geometry": "M15.35278 7l-15.35278 2.14867c4.07148-2.9342 6.2993-5.47651 9.35278-9.14867 2.83106 2.12893 3.9043 4.1919 6 7z",
+ "fill": "#006eb7ff",
+ "width": 0.541427493095398,
+ "height": 0.3226346969604492,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "ovSYE",
+ "x": 0,
+ "y": 3.4207602909627894,
+ "name": "Vector 688",
+ "geometry": "M0 0l1.5 7 3.5 0.5-3-4-2-3.5z",
+ "fill": "#06619aff",
+ "width": 0.17695094645023346,
+ "height": 0.2654264271259308,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "H7K5O",
+ "x": 6.663033587596146,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.38619 2.01001l27.29004-2.01001 1.15991 2.37c-8.29 5.88-52.49 35.75001-59.5 36.64001-1.98-3.61-1.47993-1.57994-0.29992-6.55994 8.7-10.25 22.12992-20.44002 33.78991-26.52002-0.13-2.46-0.05994-1.34004-2.43994-3.92004z",
+ "fill": "#a60208ff",
+ "width": 0.9874408841133118,
+ "height": 0.5289862751960754,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "mCXdb",
+ "x": 9.116314888000488,
+ "y": 18.77902603149414,
+ "name": "Group 1000004713",
+ "children": [
+ {
+ "type": "path",
+ "id": "pWEri",
+ "x": 4.653293609619141,
+ "y": 0.1939716339111328,
+ "name": "Vector",
+ "geometry": "M0 4.84912c18.95338-0.62718 42.02959-3.07085 61.0625-4.84912-4.80521 15.16724-19.2344 27.65244-13.65252 44.45308-2.26645 1.01725-24.69241 1.92357-29.60527 2.54692-1.18403-1.94655-3.18982-6.85304-4.19713-9.15906-1.49771-2.81465-3.26495-7.67916-4.48875-10.77298-1.21054-2.6655-2.68176-6.96392-3.76417-9.80533-1.60817-4.19903-3.39747-8.34068-5.35466-12.41351z",
+ "fill": "#006eb7ff",
+ "width": 2.1534149646759033,
+ "height": 1.6574902534484863,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "DZcl0",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l61 7-4.5 12c0 0-35.72289 19.46143-39.33966 19.00883-3.28039-13.46262-17.16034-38.00883-17.16034-38.00883z",
+ "fill": "#006eb7ff",
+ "width": 2.1512107849121094,
+ "height": 1.3406842947006226,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "RYXpW",
+ "x": 2.290491819381714,
+ "y": 0.34363991022109985,
+ "name": "Vector",
+ "geometry": "M29.0625-0.00006c0.04325 4.96897-0.18858 8.79899-0.5 13.75653l-13.69665-0.70881c-4.85724-0.17148-9.99563-0.59823-14.86585-0.92594 4.0268-2.69788 6.98957-5.70822 10.80011-8.29178l3.2699-3.82963 14.99249-0.00037z",
+ "fill": "#006eb7ff",
+ "width": 1.0250942707061768,
+ "height": 0.4851321876049042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "V4MfX",
+ "x": 9.645272254943848,
+ "y": 20.13681697845459,
+ "name": "Group 1000004708",
+ "children": [
+ {
+ "type": "path",
+ "id": "VzC7u",
+ "x": 4.5819783210754395,
+ "y": 0.10576289147138596,
+ "name": "Vector",
+ "geometry": "M0 5.40914c22.37-0.61 51.6699-5.65015 72.2699-5.40015 0.87 10.38 1.39011 12.78019 4.24011 22.69019-5.13 2.66-55.89001 5.02991-67.01001 6.65991-2.68-5.09-7.22-17.91995-9.5-23.94995z",
+ "fill": "#f5f6f9ff",
+ "width": 1.234301209449768,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "GO6yy",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M114.5 6c0 0 11.52383 8.3289 11.5 9.5-1.79223 0.93012-49.8382-1.5496-52.03816-1.50005-25.15392-1.13977-73.96184-3.99992-73.96184-3.99992l1.5-10.00003 113 6z",
+ "fill": "#f5f6f9ff",
+ "width": 4.443485260009766,
+ "height": 0.5539872646331787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qHSgC",
+ "x": 9.557991981506348,
+ "y": 19.643047332763672,
+ "name": "Group 1000004707",
+ "children": [
+ {
+ "type": "path",
+ "id": "GhUn8",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c6.89954 1.15552 75.4919 6.77203 81.5 8-2.86079 3.15142 7.55487 7.48647 7 11.5-3.56574-0.57595-80.84329-5.05808-84.5-5.5-1.15978-4.59673-2.89935-9.28736-4-14z",
+ "fill": "#006eb7ff",
+ "width": 3.1217758655548096,
+ "height": 0.6876821517944336,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "aXfSf",
+ "x": 4.5283894538879395,
+ "y": 0.21157237887382507,
+ "name": "Vector",
+ "geometry": "M0 2.39927c12.7805-0.3535 26.08958-1.75996 39-2.39927-1.18263 4.38496-2.07409 10.96236-2.07409 10.96236-12.44778 1.4929-19.54659 1.90037-32.37455 2.03082 0 0-3.31049-7.55152-4.55136-10.59391z",
+ "fill": "#006eb7ff",
+ "width": 1.3753643035888672,
+ "height": 0.45821431279182434,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "KYmTD",
+ "x": 0.5432297587394714,
+ "y": 0.24030113220214844,
+ "name": "Vector",
+ "geometry": "M57.97672 0c0.44853 3.95168 1.25586 10.09181 4.02328 13.1851-6.35564-0.72692-16.55065-0.98979-23.40416-1.38806-12.89966-0.64572-25.76795-1.66657-38.59584-3.05468 0.99573-0.39053 0.78494-0.2088 1.47118-0.77719",
+ "width": 2.186476469039917,
+ "height": 0.4649823009967804,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "VWZVz",
+ "x": 9.345545768737793,
+ "y": 19.23748779296875,
+ "name": "Group 1000004714",
+ "children": [
+ {
+ "type": "path",
+ "id": "uCEGT",
+ "x": 4.5998005867004395,
+ "y": 0.1939522922039032,
+ "name": "Vector",
+ "geometry": "M48.5625 0c0.54715 0.67299-3.8116 9.64185-4.5 11.5-12.84168 0.65493-27.55367 2.13786-40.26613 2.5-1.2209-2.68521-2.70469-7.0154-3.79637-9.87782 14.56608-0.80903 34.20139-1.89157 48.5625-4.12218z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7142637968063354,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "La7QZ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c11.66282 2.71757 37.24294 4.26167 49 6.5-1.26141 2.1301-2.5 10.5-2.5 10.5l-41-5.5c0 0-4.3565-7.84136-5.5-11.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7280219793319702,
+ "height": 0.5995177626609802,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "lDRLv",
+ "x": 1.4615472555160522,
+ "y": 0.29974064230918884,
+ "name": "Vector",
+ "geometry": "M16.49078 0c5.00232 0.32823 10.28008 0.75567 15.26907 0.92742l15.30265 1.07258c0.12883 2.53043 1.59774 6.53445 1.5 9-11.47069 0.30152-37.08737-2.25605-48.5625-3.81706 6.23735-1.97702 10.82652-4.1449 16.49078-7.18294z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7127577066421509,
+ "height": 0.38878539204597473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "34uak",
+ "x": 7.970309734344482,
+ "y": 18.796713691204786,
+ "name": "Group 1000004710",
+ "children": [
+ {
+ "type": "path",
+ "id": "KdQQl",
+ "x": 7.4212212562561035,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M15.07569 0c21.07785 2.80374 45.93214 7.87342 63.42431 21-9.10185 13.40342-16.48384 30.2149-33.5 35.5-11.10464 3.85254-24.01665 6.89902-34.70375 1.56356-3.83332-2.38095-6.18748-5.33916-8.41285-8.88983-1.26593-3.73935-1.49696-4.645-1.8834-8.5617 0.51081-4.5091 0.88393-6.59948 2.05658-10.99914 0.91058-2.41492 2.83835-6.39196 2.83835-6.39196l1.5591-4.01107c0 0 7.3635-15.19241 8.62166-19.20986z",
+ "fill": "#07beffff",
+ "width": 2.7683615684509277,
+ "height": 2.1487815380096436,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "HZEE2",
+ "x": 7.4231390953063965,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M4.81249 0c12.32677 8.12088 21.27567 15.05019 31.81442 25.3379l8.33237 8.15122c-11.38463 5.32934-22.69046 9.22777-34.79153 1.55202-3.80064-2.39452-6.13473-5.36957-8.34113-8.94048-3.57005-8.85252-1.55204-17.94915 2.98587-26.10066z",
+ "fill": "#010127ff",
+ "width": 1.5855228900909424,
+ "height": 1.3875577449798584,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "1SkiM",
+ "x": 0,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M44.5 0c0 0 3.58718 8.98287 4.61654 15.03997 0.69191 4.07143 0.33798 6.379-1.19819 10.38402-2.40967 4.04009-5.54328 7.87066-9.41835 11.07601-13.35786 7.40126-25.27131 3.28876-38.5-1.77896 3.38067-3.02357 10.0585-7.3085 12.9314-10.6437 12.56058-10.38773 31.5686-24.07734 31.5686-24.07734z",
+ "fill": "#010127ff",
+ "width": 1.7440701723098755,
+ "height": 1.4293965101242065,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "nUUqq",
+ "x": 15.956307411193848,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M5.0625 0c6.77244 0.55154 63.40586 16.63156 63.57858 16.15853 0.53134 1.8635 0.30363 11.3138 0.34381 13.84147-7.87187-7.18831-37.81442-16.64624-49.4905-19.28398-3.88459-0.87672-17.67712-2.61872-19.49439-3.8484l0.37058-1.52192c2.11643-4.02303-2.37624-4.82574 4.69192-5.3457z",
+ "fill": "#006eb7ff",
+ "width": 2.4333372116088867,
+ "height": 1.0579725503921509,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "71Qib",
+ "x": 15.214903831481934,
+ "y": 16.5396671295166,
+ "name": "Vector",
+ "geometry": "M68.02002 0l2.42004 1.55005c-6.82 4.94-60.16006 24.44993-70.44006 27.04993 6.44-8.79 24.40996-15.45 34.82996-23.87 11.47-1.99 21.23006-1.90998 33.19006-4.72998z",
+ "fill": "#18477eff",
+ "width": 1.0932382345199585,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "X284q",
+ "x": 16.484785079956055,
+ "y": 16.64545440673828,
+ "name": "Vector",
+ "geometry": "M21.96008 0c3.04 2.67 6.22999 5.26998 8.98999 8.22998-9.41 5.3-21.07007 11.98007-30.95007 16.20007 4.25-5.42 6.09006-8.79003 12.44006-11.03003 2.45-0.86 1.74001-0.29002 3.01001-2.27001l-1.51001-2.66993c8.77-2.01 1.04002-2.97008 8.02002-8.46008z",
+ "fill": "#dedde5ff",
+ "width": 0.4937204420566559,
+ "height": 0.3173917531967163,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "gFb4h",
+ "x": 12.960517849242024,
+ "y": 16.50439807346902,
+ "name": "Group 1000004706",
+ "children": [
+ {
+ "type": "path",
+ "id": "A5A2u",
+ "x": 1.3576398236400564,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M55.4134 1.17579c2.85228-1.40729 8.67308 0.94434 12.47314-1.17579 0.46048 1.75268 1.90005 2.47284 3.53184 3.69274 1.35908 0.98106 2.78522 1.9364 4.01912 3.02401-4.20689 1.94743-9.41972 4.40195-13.83673 5.95254-4.53325 2.00254-10.91736 3.9757-15.76802 5.60713-6.12481 1.9952-22.39491 7.28294-28.89525 8.22358-3.80006-0.40418-4.343 0.08847-8 0.5l-0.8684-1.4336-0.40685 0.31599c2.66004-1.0472 5.86551-2.17524 6.98764-4.68852l-1.71239 0.30613c-4.37678-0.34907-4.41382 0.08451-8.5 0l-4.4375-3.22358c5.95045-2.87705 13.21425-9.00964 19.5-11.55967 2.8791-3.22979 16.41682-0.70915 21.07525-3.80298 5.12785-0.7312 9.49124-0.7018 14.83814-1.73798z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -156.15335970187198,
+ "size": {
+ "height": 0.50101301977304
+ },
+ "colors": [
+ {
+ "color": "#ddd3d6ff",
+ "position": 0
+ },
+ {
+ "color": "#fcffffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4995561360658898,
+ "y": 0.4860016907186544
+ }
+ },
+ "width": 2.660360336303711,
+ "height": 0.9521751999855042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "WPgwE",
+ "x": 0,
+ "y": 0.5642496091977591,
+ "name": "Vector",
+ "geometry": "M38 0l4.95374 5.39261c4.10912 0.08669 5.70961-0.65205 10.11096-0.294l0.62042 0.65581c-1.12844 2.57801-4.3519 3.73511-7.02687 4.80928l0.40912-0.32413 0.37763 0.44476c3.67753-0.42213 4.6711-0.57668 8.4925-0.16209-11.09553 2.75139-44.60369 6.1549-55.9375 5.97776 10.41218-2.83054 28.77021-14.10667 38-16.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.9726780652999878,
+ "height": 0.5821189880371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "UxOMg",
+ "x": 12.782086372375488,
+ "y": 17.98556137084961,
+ "name": "Vector",
+ "geometry": "M0 9.87522c7.79122-0.0451 15.58249-0.04514 23.40949-0.22931 22.89958-0.53747 45.89755-3.34884 68.36775-7.2389 0 0 1.43566-1.68755 1.57879-1.85292 13.1762-2.0108 45.8394 1.883 58.98877 4.77706 1.86804 4.15662 3.40991 7.554 4.7177 12.66885 0.87659 3.42842 1.61548 8.91626 1.61548 8.91626 0 0-2.17813-0.36454-4.40994-1.27409-15.66742-6.37068-38.111-15.09643-54.86974-16.44574-7.08009 0.51492-3.2158 0.31955-5.3358 4.30357l-4.49474 0.75009c-22.11687 4.60418-47.22591 6.25047-69.83924 7.29533-6.29291-5.9159-12.45164-7.21636-19.72852-11.6702z",
+ "fill": "#006eb7ff",
+ "width": 5.595898151397705,
+ "height": 0.949222207069397,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "YvAOi",
+ "x": 16.026323318481445,
+ "y": 18.24812126159668,
+ "name": "Vector",
+ "geometry": "M3.88616 3.24696c-2.57882-0.54509-2.3326-0.11125-3.88616-1.56229 2.95042-6.24172 64.5625 6.87001 64.5625 6.87002 1.22681 4.28139 1.27321 6.60148 2.11516 10.91459l-4.41442-1.30127c0 0-41.60134-13.54296-58.37708-14.92105z",
+ "fill": "#f5f6f9ff",
+ "width": 2.35143780708313,
+ "height": 0.6865988373756409,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "XyrJz",
+ "x": 16.096818923950195,
+ "y": 17.438934326171875,
+ "name": "Vector",
+ "geometry": "M45.5625 0c1.9974 1.78339 6.97963 10.04062 7 10 0 0-32.00481-1.04235-52.47001 1.5l-0.09249-7.78697c14.94145-1.85997 30.4933-3.43228 45.5625-3.71303z",
+ "fill": "#006eb7ff",
+ "width": 1.8536560535430908,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "8UzUr",
+ "x": 6.6810994148254395,
+ "y": 18.2324161529541,
+ "name": "Vector",
+ "geometry": "M3.73031 8.11141c18.25819-4.63386 42.09328-8.77353 61.55645-8.0229 1.72011 0.06689 12.99934 3.22182 15.80347 3.66403 12.20647 1.92118 30.52561 5.32218 42.47227 6.24746l48 5.09009c-4.07629 3.68628-7 9.40991-7 9.40991-36.39268-1.21156-56.89151-3.63908-93.53313-9.40991 0 0-16.7038 3.46334-22.76448 4.93859-11.548 2.81674-21.67152 6.28744-32.3505 11.00305-2.80861 1.29689-5.94535 3.00005-7.35189 3.46827l-7.67217 3.5c-0.68535-2.21846-0.84212-4.60858-0.80181-6.94967-0.21501-5.13924-0.07168-7.49147 0.80181-12.53781 0.88245-3.80148 1.60365-6.68882 2.83998-10.40111z",
+ "fill": "#f5f6f9ff",
+ "width": 6.050280570983887,
+ "height": 1.3400986194610596,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "T4NzI",
+ "x": 6.663355827331543,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M1.0618 15.5c4.79546-0.85722 17.25769-5.4567 22.82042-7.08504 14.38638-4.07647 29.18312-6.89517 44.17618-8.41496l1.44087 6.59951c-21.72901 3.45508-38.75621 7.539-58.67856 16.53044-2.5204 1.13422-8.66673 4.07112-10.75889 5.37005-0.21412-5.177 0.1301-7.91658 0.99998-13z",
+ "fill": "#006eb7ff",
+ "width": 2.450943946838379,
+ "height": 1.00507390499115,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "zC8qm",
+ "x": 6.806744575500488,
+ "y": 17.844480514526367,
+ "name": "Vector",
+ "geometry": "M4.5 8c13.35847-1.97754 25.98067-3.62586 39.61149-4.20155 3.58518-0.14953 16.61769 0.42993 18.66254-0.2467 0.41969-1.47661 0.41967-1.92895 0.54915-3.42051 1.87965-1.03924 26.08296 4.41114 30.09229 5.18496 10.94305 2.0523 21.97096 3.73451 33.06134 5.03916 2.94226 0.22056 14.61218 1.76707 17.52319 2.14464-1.17422 1.19998-1.44632 3.21778-2.5 4.5-2.87082 2.44856-0.05774 4.11873-3 6.5l-18.91676-2.03454c-11.90743-0.93083-29.87346-5.14382-42.03985-7.0765-2.79492-0.44485-14.03712-3.61867-15.75158-3.68596-19.39925-0.75513-43.59357 3.6354-61.79181 8.297 0.5-2 2.36388-8.40173 4.5-11z",
+ "fill": "#006eb7ff",
+ "width": 5.078268051147461,
+ "height": 0.8287451267242432,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "HIM7j",
+ "x": 7.176966667175293,
+ "y": 17.403657913208008,
+ "name": "Vector",
+ "geometry": "M8 0c0 0 31.31661 2.86354 43.9375 4.88053l-0.36374 6.61947c-16.4493-2.10655-51.57376-1.5-51.57376-1.5 3.00536-3.94938 4.7602-6.13987 8-10z",
+ "fill": "#006eb7ff",
+ "width": 1.8316148519515991,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "y2kJ4",
+ "x": 11.89969253540039,
+ "y": 18.831928253173828,
+ "name": "Vector",
+ "geometry": "M0 20.84985c3.13-5.71 8.54999-16.72985 12.73999-20.84985l2.64002 1.0498c0.12 6.49 0.23999 12.67016 0.61999 19.16016l-16 0.63989z",
+ "fill": "#c398a3ff",
+ "width": 0.24686022102832794,
+ "height": 0.28212597966194153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ms5D3",
+ "x": 8.991148948669434,
+ "y": 22.393768310546875,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M158.37489 0c9.41785 3.10574 26.44347 20.03633 34.57096 20.41662 0.43908-1.68523 2.35218-3.47107 2.88536-5.07054-0.77959 11.45359-1.60396 19.26823 7.5361 28.38412 0.69446 0.69348 1.90686 2.10242 2.63269 2.7698-1.37997 0.30946-1.16035 0.54101-2.5 0.5-2.15956-1.30121-5.33449-3.60533-7.66879-4.73876-13.9834-8.19871-26.31795-19.5628-40.51194-26.91516-15.85621-6.70363-40.11325-3.97449-57.26879-4.22802-10.60068-0.15286-41.8964-1.03271-49.14573 3.31458-11.68494 7.0019-26.30458 20.09966-38.72431 27.63845-2.50008 1.24155-10.18044 5.42891-10.18044 5.42891 0 0 7.63931-15.4397 8.0625-24.5 0.13322-2.80566 2.34644-8.98871 2.34644-8.98871 0 0 1.06188 3.96704 1.47857 6.09967 10.69477-2.71053 24.57064-13.74281 35.45806-18.91407 11.93585 0.97311 19.32403 3.70225 29.92471 5.0892 28.89873 3.77685 53.50522 1.10356 81.10461-6.28609z",
+ "fill": "#027cc1ff",
+ "width": 7.264744758605957,
+ "height": 1.6751232147216797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "path",
+ "id": "B7PcO",
+ "x": 6.604848861694336,
+ "y": 21.466087341308594,
+ "name": "Vector",
+ "geometry": "M48.944 3.49488c16.6134 7.46846 24.61391 21.29244 29.07008 36.95992l-0.07601 0.79875c-0.19219 2.20306 0.30844 5.23508 0.19223 7.72582-0.41376 9.0156-10.47224 24.96802-10.47224 24.96803-5.24461 3.38215-17.49093 4.43223-23.48753 4.19417-5.67905-0.22545-8.97217-0.59484-14.34731-2.44152-21.47636-7.37839-30.52652-31.71238-29.78079-49.94371 1.4139-23.7446 29.86185-30.8244 48.90157-22.26146z",
+ "fill": "#010127ff",
+ "width": 2.755948781967163,
+ "height": 2.756857395172119,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "LFoed",
+ "x": 15.851283073425293,
+ "y": 21.441598892211914,
+ "name": "Vector",
+ "geometry": "M0.20912 41.89594c2.17472-10.33426 7.67839-19.13331 15.2721-27.02486 15.28546-15.87385 41.77432-22.09405 58.15606-3.19138 1.74406 2.81487 3.74326 5.35465 4.32268 8.65154-0.06685 9.06753 0.0134 11.37034-2.41979 20.23747-3.10611 11.05271-9.65707 21.06937-18.87291 28.8626-1.74245 1.09657-5.38778 3.45985-5.38778 3.45985 0 0-9.01954 4.80989-15.35228 5.75142-8.58621 1.27657-17.67158 1.95446-25.9048-4.14258-10.68585-7.9133-10.34378-24.65684-9.81328-32.60406z",
+ "fill": "#010127ff",
+ "width": 2.749316453933716,
+ "height": 2.8036584854125977,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "uS5mv",
+ "x": 13.048723220825195,
+ "y": 20.983121871948242,
+ "name": "Vector",
+ "geometry": "M48.13989 0c12.47 3.26 20.63001 7.69983 31.89002 14.32983 3.64 3.21 8.57007 7.39008 11.82007 10.83008-14.7-2.19-37.38005 1.46002-53.18006 0.77002 5.54-1.08 12.29999-1.71993 17.98999-2.42993-13.44-7.21-18.47996-9.94006-30.82995-19.31006-7.67-1.04-17.93996-1.44999-25.82996-1.98999 7.57-0.32 14.99995-0.66995 22.56995-0.69995 8.24 0.2 17.28995-0.81 25.56994-1.5z",
+ "fill": "#c398a3ff",
+ "width": 1.445895791053772,
+ "height": 0.3526575267314911,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "PVxLz",
+ "x": 9.995351791381836,
+ "y": 21.300533294677734,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M1.40002 0c75.24 2.95 140.86994 6.25995 216.30994 3.44995 15.8 0.69 38.48004-2.96002 53.18005-0.77002 6.67002 5.34 13.10996 10.72992 20.19996 15.41992-1.48002 0.86-1.60999 1.20019-2.85999 2.44019 0.03 6.29 2.76004 15.77992 4.29004 22.16992-17.23001-7.67-38.94008-26.92-47.20007-29-16.18-4.09-49.9299 5.28986-70.7699 6.85986-51.79 3.88-107.88009-0.01997-158.59009 3.78003-5.32-7.68-11.42996-14.32995-15.95996-22.69995l1.40002-1.6499z",
+ "fill": "#027cc1ff",
+ "width": 4.584547996520996,
+ "height": 0.5642519593238831,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "group",
+ "id": "8XlxS",
+ "x": 7.774587460924522,
+ "y": 16.50439807346902,
+ "name": "Group 1000004711",
+ "children": [
+ {
+ "type": "path",
+ "id": "VTmV6",
+ "x": 4.866594484876259,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M103.03127 1.20293c2.84439-1.43978 8.6491 0.96614 12.43865-1.20293 0.45921 1.79315 1.8948 2.52993 3.52208 3.77799 1.35532 1.00371 2.77751 1.9811 4.008 3.09384-4.19526 1.99239-9.39366 4.50358-13.79846 6.08997-4.52072 2.04878-10.88718 4.06749-15.72444 5.73658 0.55729 5.6238 3.6106 4.97456 9.0854 5.30162-33.45756 10.80714-65.48698 19.51975-102.5625 17.65219 2.89344-3.10136 3.26344-3.65773 5.0958-7.19139 5.2385-1.42475 10.21396-1.9172 15.88492-3.56751 22.9591-6.27748 47.46019-14.42603 67.25343-27.91225 5.11367-0.74809 9.465-0.718 14.79712-1.77811z",
+ "fill": "#006eb7ff",
+ "width": 4.3376874923706055,
+ "height": 1.4778326749801636,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "1Hvup",
+ "x": 8.14631860597001,
+ "y": 0.21157673427023838,
+ "name": "Vector",
+ "geometry": "M29.0625 0c2.52518 1.87641 10.65248 8.45886 10.5 8.5 0 0-27.81568 9.74287-31.5625 10-5.42582-0.31958-7.4477-0.50476-8-6 4.79399-1.63094 12.01972-3.99806 16.5-6 4.3654-1.55013 8.40476-4.55316 12.5625-6.5z",
+ "fill": "#006eb7ff",
+ "width": 1.3952759504318237,
+ "height": 0.6524164080619812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "vZJwm",
+ "x": 0,
+ "y": 0.10580335238137195,
+ "name": "Vector",
+ "geometry": "M17.46082 0.07951c5.34276-0.80883 16.08684 4.77091 21.68187 6.86137 2.76147 4.83736 18.7537 9.14722 18.85731 10.84302l-0.63965 0.3087c-1.92357-0.51187-4.09041-0.13285-6.13111 0.05471l-1.75684-0.83063 1.75684-0.81668c-1.74788-2.62968-9.32508-2.5258-12.69921-0.80263-2.00016 0.32822-1.27486-0.12503-2.40107 1.18395-0.10812 1.96542-0.06756 2.37179 0.18021 4.34502l-0.85593 0.77366c-11.97841-2.71173-23.23157-5.48598-35.45324-8.10394l1.22085-2.27799c-0.51806 0.14067 14.77138-10.59687 16.23997-11.53856z",
+ "fill": "#056bb1ff",
+ "width": 2.0454134941101074,
+ "height": 0.7758466005325317,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "L1IHj",
+ "x": 1.2689209495292744,
+ "y": 0.5995123726979728,
+ "name": "Vector",
+ "geometry": "M5.4552 2.84535c7.49-4.41 27.82996-3.87001 31.70996 2.85998l-3.8999 2.09009 0.38 1.31995c4.53-0.48 9.33998-1.45001 13.60999-0.14002 3.3 2.88 4.19001 3.79002 8.38 4.90003 11.71 3.12 18.48 11.42001 27.12 19.01001l0.54993 3.52002c-13.48-4.07-28.46992-9.56999-41.90992-14.23999l-22.51001-9.04004c-5.41-2.19-11.49009-6.00002-16.09009-4.65003-1.82 3.2-1.7299 4.80002-2.2699 8.52002-0.55-5.05-0.64002-6.09-0.40002-11.11999 2.5-3.35 0.88996-2.19003 5.32996-3.03003z",
+ "fill": "#026db4ff",
+ "width": 1.3048328161239624,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "jeiEn",
+ "x": 1.3398960147605976,
+ "y": 0.38792065211691806,
+ "name": "Vector",
+ "geometry": "M0 0c2.6205 0.82011 20.57524 1.57309 23.0625 2 9.46046 5.30263 9.0624 9.13912 19.5 13 6.20038 2.29556 19.00837 5.91609 25 8.5 1.25251 0.53925 2.40483 3.30916 3 4.5-10.31768-1.7638-25.61335-4.57157-35.58903-7.5l-1.92803-0.88114c-3.83749-2.8423-7.21393-5.95049-12.41497-7.11886-1.861-0.41567-0.57252-1.73366-2.03822-2.81216l0 0.70396c-0.10216-1.62524-15.86959-5.75575-18.59225-10.3918z",
+ "fill": "#006eb7ff",
+ "width": 2.4884393215179443,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "tc7HN",
+ "x": 10.613027572631836,
+ "y": 16.865154266357422,
+ "name": "Vector",
+ "geometry": "M0 0.99897c13.34109-0.56474 35.51595-0.25744 49.53555-0.56787 7.11315-0.16082 37.11151-0.78168 41.96445-0.16084-9.16217 3.91206-23.15481 11.02934-31.00489 16.72913-11.76838-2.11685-20.02903-1.54463-31.99511 0-1.7884-2.77883-22.90115-11.22442-28.5-16.00042z",
+ "fill": "#029ddcff",
+ "width": 3.226816177368164,
+ "height": 0.5994983911514282,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "O8tSN",
+ "x": 9.980390685101156,
+ "y": 15.834346792932138,
+ "name": "Group 1000002753",
+ "rotation": -5.4196677774801,
+ "children": [
+ {
+ "type": "path",
+ "id": "skNKg",
+ "x": -6.747109182470012e-8,
+ "y": 0.019122169026218216,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.31776 5.01041c-0.46501-0.93699-1.15258-2.07123-1.4833-2.21055-0.33073-0.13932-0.43393-0.1837-0.43393-0.18369l-0.23747-0.13069c0.1362-0.15101 0.24061-0.32748 0.3071-0.51904 1.86501-0.55973 3.18917-1.96644 3.18917-1.96644-0.79574 0.2737-2.12238 0.68301-2.12238 0.68301-0.41279 0.27616-0.92505 0.67438-1.1762 0.87288-0.20888-0.04562-0.66394 0.0074-1.0183 0.06288-0.52842-0.24658-1.20107-0.63-1.20106-0.63l-0.82309 0.06534-0.3183 0.1689c0.27602 0.47466 1.354 0.73973 1.87993 0.83343 0.15047 0.20878 0.33493 0.39127 0.54583 0.54l0.00746 0c-0.18028 0.19233-0.58686 0.63617-0.73233 0.89754-0.19023 0.34027-0.13677 0.45863-0.26608 0.76315-0.12931 0.30452-0.42647 0.38836-0.36554 0.81616 0 0 0.1579-0.51658 0.66892-0.61644 0.3556-0.06658 0.96732-0.61644 1.18615-1.21192 0.08031 0.3533 0.122 0.71415 0.12433 1.07631 0.05222 1.25384 1.96572 1.25014 2.28402 1.68041 0.1119 0.15041 0.92504 0.51781 0.92504 0.51781-0.38544-0.19356-0.47371-0.57206-0.93997-1.50905z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "9KQr5",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "1o29K",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "sUFW5",
+ "x": 0.04236100344019178,
+ "y": 0.8616577653671129,
+ "name": "Union",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "pg6Db",
+ "x": 3.0024307119662694,
+ "y": 1.1300092010284288,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "MD0b5",
+ "x": 3.817200218420794,
+ "y": 0.28407153175123767,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "9ORYE",
+ "x": 1.1292108297348022,
+ "y": -1.4106216430662926,
+ "name": "Group 1000004699",
+ "rotation": -6.877366455406287,
+ "children": [
+ {
+ "type": "path",
+ "id": "Z1HEw",
+ "x": 0.8684478998184204,
+ "y": 8.026851654052734,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "4r2k9",
+ "x": 1.7811734676361084,
+ "y": 8.990241050720215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "EJI5H",
+ "x": 2.647956371307373,
+ "y": 3.5053372383118813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "KTPNO",
+ "x": 19.477853775024414,
+ "y": 5.655164718628043,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "jW4gk",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "RW2De",
+ "x": 0.6036384105682373,
+ "y": 0.8086215853691101,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "OeL46",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "7JbXW",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "c48c4",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "8SlYs",
+ "x": -0.003589207772165537,
+ "y": 3.4960622787476723,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "eaaRI",
+ "x": 2.6480860637966543,
+ "y": 7.462066650390739,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "5d66A",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "S7itt",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "c4UfH",
+ "x": 0,
+ "y": 0.14140644669544145,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "q8wcP",
+ "x": 7.764809131622371,
+ "y": 10.117682456970215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "uxAut",
+ "x": 15.314987182617244,
+ "y": 8.85864543914795,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "PrIYG",
+ "x": 3.4736547470092773,
+ "y": 3.0142910480499268,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "FA4D4",
+ "x": 6.6019439697265625,
+ "y": 4.773575782775879,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760098670519542,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837419509887695,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zu5mq",
+ "x": 12.846795082092285,
+ "y": 3.5572717189789955,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.465594830731687,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024002075195312,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HBmLr",
+ "x": 1.5554691553115845,
+ "y": 4.792092800140381,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5oakq",
+ "x": 3.254341363906917,
+ "y": 5.144763946533203,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dcOs1",
+ "x": 0.7621580958366962,
+ "y": 4.169982433319092,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Bh2Jy",
+ "x": 20.197999954223633,
+ "y": 1.970159649848938,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ifk43",
+ "x": 18.37898826599121,
+ "y": 2.8441162109373863,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RFBrw",
+ "x": 21.513830184936523,
+ "y": 0.9692478775979225,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KDZ0K",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "uXrdW",
+ "x": 4.795600857047248,
+ "y": 15.234859194075398,
+ "name": "Group 1000004700",
+ "children": [
+ {
+ "type": "path",
+ "id": "VJn9v",
+ "x": 0.39180210659105796,
+ "y": 1.0126250130779226,
+ "name": "Vector",
+ "geometry": "M12.10064 0c11.18046 4.86492 21.53402 5.19573 33.24239 8.78613 2.15633 0.66179 5.9868 1.58338 8.04564 2.5-2.91428 9.7633-7.1405 25.46486-8.04564 35.64654-4.43866-4.05441-10.08882-7.07809-15.15905-10.3414-9.02837-5.81158-23.00482-15.00819-30.18398-22.61116 2.37173-2.11469 5.05943-4.29403 6.80461-6.9024 1.05659-0.67738 4.51033-5.88497 5.29603-7.07771z",
+ "fill": "#07beffff",
+ "width": 1.8827916383743286,
+ "height": 1.6551158428192139,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "thmbE",
+ "x": 0,
+ "y": 0.47818321415252285,
+ "name": "Vector",
+ "geometry": "M8.11835 0c15.771 14.147 34.85299 27.40505 52.11899 39.84705-2.039 3.136-11.00199 16.82795-13.74399 18.60894-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997-18.458-21.072-29.15201-42.90103-12.71701-69.00403z",
+ "fill": "#0c1640ff",
+ "width": 0.818570613861084,
+ "height": 1.0274851322174072,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "jQjaJ",
+ "x": 13.099234615059686,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.83476 0.61647c10.89724-1.0505 27.53599-2.57262 28.68428 12.60976 0.48937 6.50266-4.23096 13.6614-8.56211 18.21976-1.13288 1.17525-2.30816 2.30981-3.52196 3.40177-10.42329 10.63086-28.5417 21.62645-41.20377 29.78472-5.32532 3.43446-11.81434 6.70158-17.43251 10.32241-1.91511-14.31596-9.55628-38.16323-15.79869-51.15257 5.6567-2.07779 12.63127-4.39101 18.03365-6.83925 11.57543-5.24412 27.2739-14.71304 39.80111-16.3466z",
+ "fill": "#07beffff",
+ "width": 3.052396059036255,
+ "height": 2.643340826034546,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "4fqKc",
+ "x": 15.139290843697381,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 1.62085c28.28-2.762 71.46006-6.76401 74.44006 33.15399 1.27 17.097-10.97997 35.91899-22.21997 47.90399-2.94 3.09-5.99001 6.07303-9.14001 8.94403-14.26-17.319-37.27008-68.22201-43.08008-90.00201z",
+ "fill": "#0c1640ff",
+ "width": 1.0128098726272583,
+ "height": 1.2289321422576904,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ykX1X",
+ "x": 1.9220842463691952,
+ "y": 0.9168924433834036,
+ "name": "Vector 687",
+ "geometry": "M0 2.65575l1.79109 0.55586c-0.36577 0.91503-0.45636 1.232-0.61762 2.07931l10.19068 1.4411c0 0 0.29158-1.20737 0.34998-1.99696 0.04329-0.58531 0-1.50287 0-1.50287l2.14107-0.32939c0 0-0.10273-0.93483-0.22646-1.52346-0.11473-0.54584-0.37057-1.37934-0.37057-1.37934l-12.82584 0.18528c0 0-0.13671 0.52451-0.20587 0.86467-0.12619 0.62061-0.22646 1.6058-0.22646 1.6058z",
+ "fill": "#ffffffff",
+ "width": 11.866926193237305,
+ "height": 5.765950679779053,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "6quhD",
+ "x": 4.704502616616082,
+ "y": 1.6222231728679617,
+ "name": "路径",
+ "rotation": 19.9479953549065,
+ "flipX": true,
+ "geometry": "M7.57942 0c0 0 30.46418 17.24297 38.58715 36.10692 0 0-23.66988-26.2258-46.16657-32.48384l7.57942-3.62308z",
+ "fill": "#006eb7ff",
+ "width": 1.6280988454818726,
+ "height": 1.2733378410339355
+ },
+ {
+ "type": "path",
+ "id": "KCuim",
+ "x": 2.0155988080223324,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M7.42108 0.00055c0.25449-0.00501 0.59608 0.02553 0.85438 0.04432l1.54708 0.1198c0.39712 0.02803 0.79854 0.0368 1.19614 0.05543 0.17897 0.0083 0.37428 0.00642 0.55055 0.02287 0.00317 0.22817-0.06743 0.88945-0.06743 0.88945-0.03206 0.38744-0.11684 0.87936-0.26763 1.23523-0.30779 0.72637-0.76176 0.94629-1.50317 1.34954-0.08266 0.03837-0.22641 0.0996-0.30145 0.14126-0.12296 0.06593-0.28765 0.18072-0.39792 0.22598-0.03792 0.06092-0.09107 0.15472-0.13835 0.20468-0.16691 0.14-0.2775 0.14783-0.49264 0.14141-0.62416-0.01848-1.51578-0.39589-1.9358-0.84691-0.03446-0.02098-0.11401-0.07063-0.15093-0.07548-0.58948-0.0772-1.15788-0.21611-1.72702-0.38274-0.22488-0.06593-0.4644-0.14946-0.74593-0.06984-0.65329 0.18474-0.98518 0.85594-1.52106 1.2473-0.58758 0.40702-1.39129 0.7334-1.95576 0.30881-0.40277-0.30295-0.3947-0.9639-0.33216-1.39888 0.10836-0.60417 0.45259-1.11877 0.74917-1.64605 0.08885-0.15801 0.23298-0.2883 0.31859-0.45947-0.02301-0.05415-0.05625-0.11895-0.03566-0.22189 0.03566-0.22646 2.14341-0.40982 3.52281-0.32939 0.68463 0.03992 1.74052 0.23322 1.74052 0.23322l0.81418 0.09647c0 0 0.42731 0.04112 0.34771-0.40545-0.06537-0.16365-0.06315-0.30584-0.06822-0.47967z",
+ "fill": "#07beffff",
+ "width": 9.909089088439941,
+ "height": 4.120392322540283,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "uhGT1",
+ "x": 8.60861686298449,
+ "y": 4.901947293961712,
+ "name": "Vector 691",
+ "enabled": false,
+ "opacity": 0.800000011920929,
+ "rotation": -2.5351158720947935,
+ "geometry": "M57.5 72c-15.2091 9.11279-57.5 19.5-57.5 19.5m29-91.5c24.87412 1.16449 38.60047 6.16428 62.5 13.5m-20 11c-4.81117-15.42187-42.5-24.5-42.5-24.5m-29 91.5c10.03708 7.83723 81.23975-35.77987 71.5-67m20-11c0.96429 22.34071-13.80731 46.4012-34 58.5",
+ "fill": "#0b77c5ff",
+ "width": 3.2283897399902344,
+ "height": 3.2594618797302246,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1851451937109232
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ndrnm",
+ "x": 3.4207153660972835,
+ "y": 6.904897485459514,
+ "name": "Vector 690",
+ "enabled": false,
+ "geometry": "M48.5 12.7038c-12.3604 4.74975-31.5 28.00008-30 25.00015l-18.5 12c14.90243-13.56508 26.51964-39.63162 46.5-47.49993 21.20493-8.35055 73.51719 8.74942 75.5 22.49996-16.87935-1.29341-54.50206-19.30055-73.5-12.00018z",
+ "fill": "#027cc1ff",
+ "width": 4.302421569824219,
+ "height": 1.7528470754623413,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1539790853857994
+ }
+ },
+ {
+ "type": "path",
+ "id": "9rTak",
+ "x": 2.0458112103660824,
+ "y": 8.146378789628216,
+ "name": "Vector",
+ "rotation": -6.200758006557689,
+ "geometry": "M0 0c0 0 44.69833 9.25202 55.72443 0.51042-3.21035 4.59426-10.99867 8.04931-15.87725 11.25444-17.17308 7.95748-27.29692 7.3425-35.94662-3.63863-2.20719-2.80212-3.90056-8.12623-3.90056-8.12623z",
+ "fill": "#01022aff",
+ "width": 1.9651638269424438,
+ "height": 0.6043636202812195,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.0241984985768795
+ }
+ },
+ {
+ "type": "path",
+ "id": "SjShy",
+ "x": 8.372192416878534,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M0 0.0133c6.18076-0.12171 14.47699 0.61994 20.75023 1.07634l37.57392 2.90961c9.64491 0.68081 19.39386 0.89381 29.05033 1.34641 4.34656 0.20158 9.95188 0.25791 14.23294 0.65727 0.07707 5.54154-2.5 22-2.5 22-7.83627-2.60622-34.91583-25.71598-75-18.5-2.38692 1.93359-15.99908 6.50889-19.47184 11.02584-2.13475-2.54447-2.40448-5.64421-2.97863-8.86568-1.58758-3.97454-1.53365-7.42803-1.65695-11.64979z",
+ "fill": "#006eb7ff",
+ "width": 3.583322048187256,
+ "height": 0.9875443577766418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "Aceeo",
+ "x": 8.430219684334588,
+ "y": 5.101549897874065,
+ "name": "Vector",
+ "geometry": "M0 0c14.22 2.33 28.65992 3.01002 43.03992 2.02002-6.15 6.71-26.25994 10.64992-35.30994 21.28992-5.54-6.69-6.23998-14.83994-7.72998-23.30994z",
+ "fill": "#dbe0e3ff",
+ "width": 0.584873378276825,
+ "height": 0.31265491247177124,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "mtW4z",
+ "x": 7.521928821297479,
+ "y": 7.306485925400921,
+ "name": "Vector",
+ "geometry": "M2.41195 0c15.28003 2.10328 41.0416 3.62576 53.43271 22.59216 1.79639 2.74963 2.89387 6.00933 4.0152 7.38996-4.05372 3.40023-6.73951 3.59041-11.96464 3.43447-12.33104-0.91739-39.72402-1.46248-47.01459-20.56872-1.32015-3.45969-1.4146-10.07691 1.53132-12.84787z",
+ "fill": "#889bbdff",
+ "width": 2.1110029220581055,
+ "height": 1.1797763109207153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "4txY6",
+ "x": 7.6068115575035335,
+ "y": 7.0548656327373465,
+ "name": "Vector",
+ "geometry": "M0 18.75749c33.042-38.2 108.85602-10.74001 139.85602 17.60998 15.67999 14.33 21.64995 26.48002 17.94995 48.15002-2.39 3.89-5.73998 9.87994-8.71997 13.06995-2.91001-3.63-7.32004-15.53993-10.42005-19.42993-26.44999-33.28-99.01195-53.87002-138.66595-59.40002z",
+ "fill": "#0c1640ff",
+ "width": 2.158864736557007,
+ "height": 1.3089348077774048,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZDBsD",
+ "x": 5.127476249428582,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M50.9793 0c0.21502 5.25629-2.30238 10.29579-1.53209 13.84816-1.93206 0.17876-3.21406 0.03802-5.12223-0.11031-8.78061-1.54418-18.61625-2.19835-27.52556-3.07694-4.96079-0.49064-9.26961-0.51724-14.34099-1.31215l-2.45843-0.35754c2.29197-3.0313 6.65048-3.21005 10.34468-3.89086 4.68797-0.62376 9.46342-1.30077 14.12095-2.10709 3.0295-0.52487 6.23279-1.51375 9.26151-1.90551 2.15363 0.26624 3.79591 0.05708 5.95109-0.11407 1.49471-0.83294 8.99717-0.59334 10.83907-0.53248l0.462-0.44121z",
+ "fill": "#006eb7ff",
+ "width": 1.7982847690582275,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "br1pz",
+ "x": 5.127476249428582,
+ "y": 3.911397014344402,
+ "name": "Vector",
+ "geometry": "M26.84601 10.84998c12.166-1.64 24.559-3.42004 36.64599-5.54004 7.862-1.38 16.17503-3.98001 24.03504-5.01001 5.589 0.7 9.85097 0.15007 15.44397-0.29993-3.27201 2.2-36.16496 10.12992-41.46796 10.41992-17.374 0.96-35.79702 0.42-52.89502 6.38001-1.182 0.4-0.96803 3.04009-2.22803 5.22009l-6.38-0.94006c5.948-7.97 17.25901-8.43998 26.84601-10.22998z",
+ "fill": "#26639eff",
+ "width": 1.399282455444336,
+ "height": 0.2953532636165619,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "tcu62",
+ "x": 6.690848384590936,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M17.26898 0c0.558 13.82-5.97501 27.07003-3.97601 36.41003-5.014 0.47-8.34097 0.09996-13.29297-0.29003 8.375-5.04 12.16299-21.16991 11.33099-30.65992-0.189-2.16-3.13402-2.65009-4.88202-3.22009l9.62104-1.07996 1.19897-1.16003z",
+ "fill": "#26639eff",
+ "width": 0.2351311594247818,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZH6FD",
+ "x": 5.572030101509881,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M0 0.36683c0.56784-0.10267 1.28616-0.09645 1.87553-0.16763 0.42807-0.05173 1.26658-0.2353 1.64775-0.1929l0.3715 0.22026c-0.42128 0.29908-1.23083 0.57624-1.6219 0.9675-0.26715-0.08167-0.46623-0.14273-0.74092-0.16412-0.22681-0.01789-0.52488 0.05173-0.72747-0.03501-0.24018-0.10306-0.59035-0.41225-0.80449-0.6281z",
+ "fill": "#07beffff",
+ "width": 3.33586049079895,
+ "height": 1.0227067470550537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "RyrGX",
+ "x": 6.866367850991082,
+ "y": 3.452696119034954,
+ "name": "Vector",
+ "geometry": "M7.30359 3.60999l2.13403-3.35999 1.456-0.25c4.129 6.41 2.89002 11.83005 8.01202 19.43005-0.324 10.5-1.57004 47.27004 2.43396 55.17005 4.679 14.49 19.94804 20.86993 17.94605 30.05993-1.384 0.23001-2.56 0.43998-3.94001 0.71997-7.602-1.47-17.78402-13.1099-23.41302-18.90991-3.586-5.9-7.60603-12.88004-11.55103-18.42004-1.999-9.34 4.53401-22.59004 3.97602-36.41004 0.673-11.03 3.48098-14.15003 2.94598-28.03002z",
+ "fill": "#af272eff",
+ "width": 0.5363008379936218,
+ "height": 1.4134559631347656,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "0M50J",
+ "x": 6.317269359322381,
+ "y": 3.501102004731365,
+ "name": "Vector",
+ "geometry": "M47.71796 0c0.535 13.88-2.27298 17.00003-2.94599 28.03003l-1.19897 1.16003c-4.78-0.16-24.25003-0.78998-28.12903 1.40003-5.593 0.45-9.85497 0.99993-15.44397 0.29992 18.131-4.69 36.32096-16.05001 47.71796-30.89001z",
+ "fill": "#dbe0e3ff",
+ "width": 0.6493588089942932,
+ "height": 0.41880080103874207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "FtL8H",
+ "x": 7.156502757759881,
+ "y": 4.4532869202739676,
+ "name": "Vector",
+ "geometry": "M0 0c2.706 2.94 19.29104 18.83993 19.77704 19.67993 10.217 17.56 6.67495 14.26 22.66095 20.5 5.93 2.32 30.31103 21.75999 32.28802 27.37-13.658-9.94-37.028-23.68-52.80999-30.13001-2.79-3.64-3.94797-4.07001-7.90998-6.64001 1.38-0.28 2.556-0.48997 3.94-0.71997 2.002-9.19-13.26705-15.56994-17.94604-30.05994z",
+ "fill": "#ca2f39ff",
+ "width": 1.015458583831787,
+ "height": 0.9060434103012085,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "iiiId",
+ "x": 7.749241386147332,
+ "y": 2.4479089123851736,
+ "name": "Vector",
+ "geometry": "M36.46503 6.85999c15.043-1.54 28.91305-5.34999 43.56305-6.85999-4.05 3.67-9.56004 2.03001-13.54004 3.76001-5.39 2.33-9.54004 5.16998-15.17005 7.35998-13.352 5.19-41.28198-0.06004-50.16998 11.07996l-0.91296 1.17004-0.23505-1.06005c3.794-13.22 20.75503-3.35995 36.46503-15.44995z",
+ "fill": "#26639eff",
+ "width": 1.0875087976455688,
+ "height": 0.31346040964126587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "Xxh6E",
+ "x": 5.315944228859735,
+ "y": 2.0095594269878347,
+ "name": "Vector",
+ "geometry": "M0 0.91003c6.936-0.58 13.34003-0.74003 20.30102-0.91003-1.91 4.42-1.53103 6.56 0.27198 11.11999 1.188 2.99 2.557 5.89996 4.099 8.70997-11.058-5.7-15.82997-12.31997-24.36597-16.96997l-0.30603-1.94996z",
+ "fill": "#af272eff",
+ "width": 0.3352700173854828,
+ "height": 0.2659780979156494,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "m3bc2",
+ "x": 8.261413608284784,
+ "y": 3.8439586503154715,
+ "name": "Vector",
+ "geometry": "M0 2.25407c26.15146 0.00761 52.2039 1.43765 78.36807-0.60096 8.54671-0.66559 17.81667-0.98371 26.36338-1.65311 0.24661 5.378 0.52697 10.62961 0.5 16-26.47245 1.2361-55.55536 0.26194-82.07404-0.46071-3.51425-0.09889-18.3072-0.4716-21.24344-1.16381-0.89012-2.14511-1.60532-9.49707-1.91397-12.12141z",
+ "fill": "#006eb7ff",
+ "width": 3.711129903793335,
+ "height": 0.5851022601127625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "CBQRj",
+ "x": 7.159379993172479,
+ "y": 2.7859850270397146,
+ "name": "Vector",
+ "geometry": "M0 8.86453c3.25147 0.73383 10.17533 0.76894 13.74623 0.80797 32.87455 0.35911 67.23906-1.78383 99.6483-6.67865 4.2313-0.64015 12.58406-1.86187 16.37158-2.99385 2.26285 5.70672 2.98783 8.70839 3.23389 14.71567-5.21114 0.21078-10.5321 0.88998-15.69051 1.52232-31.39864 3.85653-63.20592 4.29371-94.85502 4.73869-3.43601 0.05074-6.91376 0.02339-10.35769-0.12884-1.5093-0.89387-4.05642-5.87456-5.59999-7.41249-2.10203-2.0922-4.33456-2.67769-6.49679-4.57082z",
+ "fill": "#006eb7ff",
+ "width": 4.69034481048584,
+ "height": 0.7405807375907898,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "LYq7O",
+ "x": 3.0332293851097347,
+ "y": 4.463058267319866,
+ "name": "Vector",
+ "geometry": "M3.5 0.4446c12.62046-0.88619 27.34987-0.20895 40 0.00023 15.33437 0.49064 30.44313 0.43355 45.71815 2.01576 8.03306 0.82914 16.22756 0.97749 24.07258 1.7762 2.16904 2.20597 6.09253 6.63308 9.02183 7.19218 1.5267 0.97747 1.9729 1.14102 3.04798 2.52546-14.90163-1.03833-30.48878-2.28583-45.40736-2.84112-26.08441-1.02311-53.96125 0.44498-79.95318 2.84111l3.5-13.50982z",
+ "fill": "#006eb7ff",
+ "width": 4.420933723449707,
+ "height": 0.492113322019577,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "AqRi9",
+ "x": 7.264884029122186,
+ "y": 1.2342875344402273,
+ "name": "Vector",
+ "geometry": "M93.94908 3.32362c5.96915-0.86055 9.14456-2.79582 16.1722-3.32362 1.81764 4.23389 5.27507 8.04325 7.55689 12.02854 3.03229 5.29714 4.8456 11.84875 6.49839 17.62016-1.69184-1.58341-4.79354-4.57046-7.37034-4.25302-6.01687 0.74581-13.15729 3.09415-19.13077 4.4519-7.34865 1.614-14.77541 2.94879-22.25854 3.99675-26.31025 3.76346-48.92014 4.0427-75.14016 5.15567l-0.10019-0.86438 0.39605-0.4475c3.85566-4.26066-4.18801-4.20313 1.60415-6.18812 2.44232-0.8376 7.16179 0.89114 9.5 0 1.72654-0.66166 21.35748-0.89894 23.11438-2.30259 0.88062-0.18741 1.27534-0.30215 2.1256-0.58135 17.16565-1.23536 39.32441-5.14799 56.03457-9.22889 5.3705-1.31186 10.68459-3.40776 15.87723-4.86878-4.13849-5.19388-8.97972-7.70668-14.87946-11.19477z",
+ "fill": "#006eb7ff",
+ "width": 4.372952938079834,
+ "height": 1.5516932010650635,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "He0bc",
+ "x": 11.673017535897088,
+ "y": 1.0932513816005667,
+ "name": "Vector",
+ "geometry": "M12.88098 0l0.26214 0.09152c1.01012 1.0689 2.9147 6.28273 3.51614 7.88452 5.22024 14.17963 9.37256 28.73157 12.41449 43.53564 1.22217 5.70133 2.66793 12.67839 2.92625 18.48832-2.26699 0.17453-10 1.5-10 1.5l-0.37495-2.44607c-1.88145-10.18095-3.6472-16.79759-6.47708-26.6605-4.05976-14.13697-6.41544-25.90807-15.14797-38.4316 4.53783-1.56922 8.21592-2.88439 12.88098-3.96183z",
+ "fill": "#006eb7ff",
+ "width": 1.1285039186477661,
+ "height": 2.521501064300537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "QyYea",
+ "x": 12.467171703072381,
+ "y": 0.9218679411060293,
+ "name": "Vector",
+ "geometry": "M8.59682 0.06192c0.32368-0.01788 1.1637-0.18105 1.29086 0.10838 8.48891 19.25086 18.57308 51.14992 18.61932 71.71867-2.40448 0.12932-4.54976 0.66994-7.0236 0.9704-0.55488 0.1065-3 0.5-3 0.5 0 0-1.24738-7.26296-1.39766-8.6474-1.734-15.9286-9.1864-48.20799-17.08574-61.57881 2.98249-1.2981 5.51415-2.08426 8.59682-3.07124z",
+ "fill": "#006eb7ff",
+ "width": 1.00532066822052,
+ "height": 2.587073564529419,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "JgY31",
+ "x": 3.5971942288597347,
+ "y": 2.715459619248577,
+ "name": "Vector",
+ "geometry": "M5.36271 0c5.7565 0.53628 9.8418 1.65448 15.36903 2.52546 18.59852 2.94002 35.74165 6.79286 54.67311 6.80427l-1.05351 0.46781c-0.15105 0.81012-0.10018 1.57081-0.97566 1.81803-5.06445 1.43008-6.96298 4.44235-10.85062 7.26828-5.46249 0.08748-12.24053-1.23609-17.79742-1.79519-15.15749-1.52896-29.50849-4.58692-44.72764-5.54919 1.92397-3.80719 3.14897-7.68284 5.36271-11.53947z",
+ "fill": "#006eb7ff",
+ "width": 3.6676383018493652,
+ "height": 0.6700493097305298,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "cLhJP",
+ "x": 3.226972375603509,
+ "y": 3.650020871842571,
+ "name": "Vector",
+ "geometry": "M0 16.56269c1.65644-4.82516 2.43324-12.27731 6.5-16.56269 12.33314 1.14155 29.11923 2.95521 41.56024 3.82322 16.06472 1.11967 32.30619 1.44063 48.43976 2.10441-7.19621 3.54137-17.72726 10.25574-26.15453 11.57235-7.18646 0.00365-15.08717-0.69294-22.34006-0.93729-15.3145-0.51789-32.68421 0.03282-48.00541 0z",
+ "fill": "#006eb7ff",
+ "width": 3.4031453132629395,
+ "height": 0.6171505451202393,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ENiLc",
+ "x": 3.990914378853631,
+ "y": 1.9572720868236502,
+ "name": "Vector",
+ "geometry": "M0 12.77867c2.06346-3.51814 7.11249-13.70359 11.82127-12.7109-1.13173 0.64277-1.11552 0.63136-2.01875 1.56319l0.03043 0.696c3.34547 2.59772 38.3542 10.53542 44.1924 10.01055 5.82663 1.66969 26.1484 5.89526 26.66244 12.17085-14.91936-3.09976-25.56731-2.85255-40.01695-4.61732-12.22125-1.49093-28.43418-4.73906-40.67084-7.11237z",
+ "fill": "#006eb7ff",
+ "width": 2.845515727996826,
+ "height": 0.864305853843689,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "Jg6r7",
+ "x": 3.010210309716058,
+ "y": 1.5153107983715017,
+ "name": "Vector",
+ "rotation": -5.512242781815398,
+ "geometry": "M14.30787 0c3.48937 1.13895 9.34707 2.01538 13.01916 2.64269-7.53278 12.33266-10.36655 28.85187-13.18345 43.23997l-1.84587 12.23621c-0.88655 0.55168-12.00726-1.98872-12.28056-2.33129-0.53836-7.4165 11.862-47.75267 14.29072-55.78758z",
+ "fill": "#006eb7ff",
+ "width": 0.9637081027030945,
+ "height": 2.0523598194122314,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "e01ZJ",
+ "x": 2.169058595391107,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M10.28791 0c4.47107 0.88064 7.87816 1.88773 12.21209 3.2392-5.70045 11.22595-7.64607 25.76081-9.46923 38.45158l0.02562 0.64084-2.28989 13.66838c0 0-7.41254-1.80848-10.7665-3.5 1.95579-12.61666 7.14682-40.21031 10.28791-52.5z",
+ "fill": "#006eb7ff",
+ "width": 0.7934793829917908,
+ "height": 1.9748817682266235,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "tL3ix",
+ "x": 0.28294155428011436,
+ "y": 1.2622369868404348,
+ "name": "Vector",
+ "geometry": "M14.74799 9.03802c3.868-3.86 6.042-6.48002 10.91-9.03802-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997 6.539-1.73 7.89299-1.56001 14.74799-1.51002z",
+ "fill": "#032d5fff",
+ "width": 0.34866878390312195,
+ "height": 0.24341826140880585,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "xaHPI",
+ "x": 5.159127269478631,
+ "y": 2.019180570328899,
+ "name": "Vector",
+ "geometry": "M11.82404 2.14389c-4.81 0.38-6.67804 0.76005-11.47504-0.19995l-0.349-0.94007c4.002-1.44 7.22701-0.94994 11.51801-0.80993l0.30603 1.94995z",
+ "fill": "#cfb5d0ff",
+ "width": 0.16124486923217773,
+ "height": 0.03430530056357384,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "H3dpZ",
+ "x": 9.568336740297127,
+ "y": 15.918000328136259,
+ "name": "Group 1000002753",
+ "rotation": -7.218152045376937,
+ "children": [
+ {
+ "type": "path",
+ "id": "GO7B8",
+ "x": 0.000009828395491240371,
+ "y": 0.019130980123009067,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "48B3R",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "qFWJF",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.13144 0.98797c0 0 0.89396 0.45493 1.44227 0.66698l-0.36554 0.40315c0 0-1.81155-0.17384-2.20817-0.79274l0.31208-0.18123 0.81936-0.09616z m0.7485 0.68259c0 0 1.26199-0.30945 1.55293-0.19356 0.29094 0.11589-0.13304 0.94685-0.327 1.00479-0.19396 0.05795-0.46252 0.15534-0.62167 0.05795-0.15915-0.0974-0.86288-0.6374-0.60426-0.86918z m2.63084-1.13056c0 0 1.28064-0.23425 2.06519-0.54-0.92774 0.86011-2.02982 1.51411-3.23269 1.91836l-0.12433-0.32918c0 0 0.73854-0.6411 1.29183-1.04918z m-1.93458 1.90728c0 0-0.60551 0.67562-0.77958 1.02452-0.17407 0.3489-0.12433 0.46356-0.23499 0.77301-0.11066 0.30945-0.40906 0.40562-0.33073 0.83096 0 0 0.13677-0.52151 0.64281-0.6374 0.50604-0.11589 1.50071-1.2563 1.11155-2.03055l-0.40906 0.03946z m0.50236-0.11578l0.373 0.1874c0 0 0.08703 0.10726 0.44139 0.16644 0.66643 0.11219 1.07176 1.23288 1.57531 2.14644 0.50355 0.91356 0.61048 1.29205 1.00959 1.47945 0 0-0.82806-0.33288-0.94618-0.47959-0.3357-0.41671-2.24796-0.33288-2.35364-1.58301-0.10568-1.25014-0.30959-1.32781-0.3096-1.32781 0 0 0.0833-0.52767 0.21013-0.58932z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "qsaz3",
+ "x": 0.042424083674745816,
+ "y": 0.8616453460344928,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "hzY8v",
+ "x": 3.002391138101359,
+ "y": 1.1300216964373249,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "dwWQ8",
+ "x": 3.817081251169043,
+ "y": 0.28407681499822957,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Y9Cj4",
+ "x": 0.8810855150222778,
+ "y": -1.1637521982192993,
+ "name": "Group 1000004699",
+ "rotation": -5.393967576132959,
+ "children": [
+ {
+ "type": "path",
+ "id": "15oRh",
+ "x": 0.8693989515305134,
+ "y": 8.02676773071289,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "IqXwt",
+ "x": 1.7816561460495564,
+ "y": 8.99018383026123,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "nrVLY",
+ "x": 2.649110794067383,
+ "y": 3.5052106380462646,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "Q8KIi",
+ "x": 19.478763580322322,
+ "y": 5.6550288200379555,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "iSyke",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "62zBG",
+ "x": 0.603407621383667,
+ "y": 0.8086614608763512,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "SsO2m",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "HGfxA",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "E2XsB",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "e2eWT",
+ "x": -0.0030097551643279985,
+ "y": 3.4959795475006104,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "2uRHZ",
+ "x": 2.6489693083568113,
+ "y": 7.4619460105896,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "qZ65e",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "ZfNFN",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "i44FL",
+ "x": -1.1368683772161603e-13,
+ "y": 0.14145658910274506,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "YSEsy",
+ "x": 7.76527023315424,
+ "y": 10.117621421813965,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "z7Pt7",
+ "x": 15.315455436706543,
+ "y": 8.858584403991813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "Q7sw7",
+ "x": 3.4741387367249104,
+ "y": 3.0142416954041664,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "6CXXp",
+ "x": 6.602675437927303,
+ "y": 4.773509979248047,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760099096911113,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837418913841248,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1geFv",
+ "x": 12.847642898559513,
+ "y": 3.55715012550354,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.46559567288082,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024001479148865,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4Bbwl",
+ "x": 1.5562598705291748,
+ "y": 4.792014122009277,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LA4Pr",
+ "x": 3.255258083343506,
+ "y": 5.144657611846924,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Uei4B",
+ "x": 0.762457489967403,
+ "y": 4.1699538230896,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3bnys",
+ "x": 20.198741912841854,
+ "y": 1.9700753688813393,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XK1Mm",
+ "x": 18.379533767700252,
+ "y": 2.844068765640259,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1SCFI",
+ "x": 21.514636993408203,
+ "y": 0.9691568017004784,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8Yi3w",
+ "x": 301,
+ "y": 191,
+ "name": "Card/Edit item/Split sprite sheet/Apply/Active",
+ "reusable": true,
+ "clip": true,
+ "width": 88,
+ "height": 66,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Nf1Fd",
+ "x": 0,
+ "y": 0,
+ "name": "frame",
+ "width": 88,
+ "height": 66,
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "#0bc0cfff"
+ },
+ "gap": 6,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "otRY4",
+ "name": "Vector 661",
+ "geometry": "M0 0l0 51",
+ "width": 0,
+ "height": 62,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u7HVE",
+ "x": 12.519289016723633,
+ "y": 5.238205909729004,
+ "name": "Frame 1000004854",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "cpUcY",
+ "name": "Frame 1000004828",
+ "width": 62.961421966552734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 15,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xVb1O",
+ "name": "牛小七",
+ "width": 23.981895446777344,
+ "height": 25.5806884765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6571665406227112
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Nq0Wa",
+ "x": 16.866846084594727,
+ "y": 22.381744384765625,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 1.9574127197265625,
+ "height": 0.689714789390564
+ },
+ {
+ "type": "group",
+ "id": "l8ztP",
+ "x": 7.116233825683594,
+ "y": 16.467172622680664,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "lkRqd",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "n0TJ6",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "7lSK0",
+ "x": 2.1744933128356934,
+ "y": 1.5431910753250122,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 9.62509822845459,
+ "height": 5.786391735076904,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "agTco",
+ "x": 0.002265126444399357,
+ "y": 1.9995592832565308,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 2.888195037841797,
+ "height": 3.033905267715454,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZH8ci",
+ "x": 1.8790178298950195,
+ "y": 4.464710235595703,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 7.912723064422607,
+ "height": 1.2746553421020508,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "f5ToH",
+ "x": 7.113435745239258,
+ "y": 20.327096939086914,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 1.5352295637130737,
+ "height": 1.1752656698226929,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "A4NTw",
+ "x": 0.8691841959953308,
+ "y": 8.041929244995117,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.812631130218506,
+ "height": 5.113221645355225
+ },
+ {
+ "type": "path",
+ "id": "Hcpap",
+ "x": 1.7814561128616333,
+ "y": 9.007186889648438,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6053974628448486,
+ "height": 3.6900107860565186
+ },
+ {
+ "type": "path",
+ "id": "lU6vU",
+ "x": 2.649176597595215,
+ "y": 3.511796474456787,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.309289932250977,
+ "height": 13.774174690246582
+ },
+ {
+ "type": "group",
+ "id": "JBT58",
+ "x": 19.479780197143555,
+ "y": 5.6656904220581055,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "h3jDK",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.5020904541015625,
+ "height": 4.440760135650635
+ },
+ {
+ "type": "path",
+ "id": "YTCHH",
+ "x": 0.6030449867248535,
+ "y": 0.8102502822875977,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.0614962577819824,
+ "height": 3.305415391921997
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kjDVv",
+ "x": -0.002864591311663389,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "RqFTy",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "PBXBv",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "0czgk",
+ "x": 0,
+ "y": 3.5025455951690674,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848851203918457,
+ "height": 4.555539131164551,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "xrTgE",
+ "x": 2.6491726016388384,
+ "y": 7.476067543029785,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "pQipM",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "orcwS",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "6uMVE",
+ "x": 0,
+ "y": 0.1416521817445755,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.308979034423828,
+ "height": 9.666335105895996,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "8zfbc",
+ "x": 7.765432357788086,
+ "y": 10.136751174926758,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.9557409286499023,
+ "height": 2.053760290145874
+ },
+ {
+ "type": "path",
+ "id": "an2ja",
+ "x": 15.316241264343262,
+ "y": 8.875300407409668,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.8155386447906494,
+ "height": 2.2419159412384033
+ },
+ {
+ "type": "path",
+ "id": "hPLQW",
+ "x": 16.139907836914062,
+ "y": 13.9849271774292,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 3.5826196670532227,
+ "height": 4.861234664916992
+ },
+ {
+ "type": "path",
+ "id": "evK8s",
+ "x": 7.381168842315674,
+ "y": 15.292695999145508,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 11.926288604736328,
+ "height": 6.490962505340576
+ },
+ {
+ "type": "path",
+ "id": "JDkyh",
+ "x": 10.412176132202148,
+ "y": 16.72823143005371,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 6.532522201538086,
+ "height": 1.4466856718063354
+ },
+ {
+ "type": "path",
+ "id": "CHsVC",
+ "x": 9.675270080566406,
+ "y": 17.427169799804688,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 7.987271308898926,
+ "height": 1.5307663679122925
+ },
+ {
+ "type": "path",
+ "id": "hQasS",
+ "x": 9.165115356445312,
+ "y": 18.17921257019043,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 9.086315155029297,
+ "height": 1.6472413539886475
+ },
+ {
+ "type": "path",
+ "id": "irmP5",
+ "x": 9.04500961303711,
+ "y": 18.945608139038086,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 9.488875389099121,
+ "height": 1.6600959300994873
+ },
+ {
+ "type": "path",
+ "id": "fp8ld",
+ "x": 8.96157455444336,
+ "y": 19.637893676757812,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 9.806230545043945,
+ "height": 1.7725385427474976
+ },
+ {
+ "type": "path",
+ "id": "1f0KJ",
+ "x": 9.927824974060059,
+ "y": 17.408113479614258,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 0.4813220798969269,
+ "height": 0.719407320022583
+ },
+ {
+ "type": "path",
+ "id": "fUYqu",
+ "x": 9.221077919006348,
+ "y": 17.796497344970703,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 0.6543794274330139,
+ "height": 1.0537196397781372
+ },
+ {
+ "type": "path",
+ "id": "FKN8i",
+ "x": 8.507729530334473,
+ "y": 18.255435943603516,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 0.8000971674919128,
+ "height": 1.4811325073242188
+ },
+ {
+ "type": "path",
+ "id": "Rx0xu",
+ "x": 7.806177139282227,
+ "y": 18.775659561157227,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 1.286482572555542,
+ "height": 1.7466784715652466
+ },
+ {
+ "type": "path",
+ "id": "6tv0x",
+ "x": 17.017452239990234,
+ "y": 15.452375411987305,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 2.072080135345459,
+ "height": 3.0458426475524902
+ },
+ {
+ "type": "path",
+ "id": "lAKQo",
+ "x": 16.512451171875,
+ "y": 15.846385955810547,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 2.1341969966888428,
+ "height": 2.7591371536254883
+ },
+ {
+ "type": "path",
+ "id": "6ar8D",
+ "x": 15.913118362426758,
+ "y": 16.283212661743164,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 1.790212869644165,
+ "height": 1.5128709077835083
+ },
+ {
+ "type": "path",
+ "id": "BoziA",
+ "x": 10.797061920166016,
+ "y": 17.169658660888672,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 1.5154502391815186,
+ "height": 0.37442725896835327
+ },
+ {
+ "type": "path",
+ "id": "bHqbT",
+ "x": 14.96293830871582,
+ "y": 16.279064178466797,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 1.3260564804077148,
+ "height": 0.7786528468132019
+ },
+ {
+ "type": "group",
+ "id": "valvr",
+ "x": 10.511124562008263,
+ "y": 16.277231256513915,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "RB3sp",
+ "x": 0,
+ "y": 0.019063535110035446,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703971862792969,
+ "height": 5.5944504737854,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "JTy7Z",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "DiQMs",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "LSCxE",
+ "x": 0.041989166753410245,
+ "y": 0.8632760839172988,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437697410583496,
+ "height": 3.9655942916870117,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "Lyb2h",
+ "x": 3.0022147190738906,
+ "y": 1.1321509675690322,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.0990475416183472,
+ "height": 0.4729045331478119,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "xwXhO",
+ "x": 14.327947616577148,
+ "y": 16.561857223510742,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8991072773933411,
+ "height": 0.7148647308349609,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "8qRFh",
+ "x": 18.559484481811523,
+ "y": 13.985443115234375,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 1.1616071462631226,
+ "height": 1.257366418838501,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YjBPZ",
+ "x": 7.0501861572265625,
+ "y": 17.59149932861328,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 2.886066436767578,
+ "height": 2.3613479137420654
+ },
+ {
+ "type": "path",
+ "id": "tUuOs",
+ "x": 8.518867492675781,
+ "y": 17.81195831298828,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9669913649559021,
+ "height": 0.9140705466270447
+ },
+ {
+ "type": "path",
+ "id": "8qVQo",
+ "x": 8.070882797241211,
+ "y": 18.09678077697754,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 1.0021356344223022,
+ "height": 0.938403308391571
+ },
+ {
+ "type": "path",
+ "id": "Dlr4C",
+ "x": 7.656347751617432,
+ "y": 18.39604377746582,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9904202222824097,
+ "height": 0.9690840840339661
+ },
+ {
+ "type": "path",
+ "id": "Nj0DA",
+ "x": 3.4741322994232178,
+ "y": 3.0199220180511475,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.117177963256836,
+ "height": 7.601803779602051,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 3.543303966522217
+ },
+ "blur": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "2y89T",
+ "x": 6.60297155380249,
+ "y": 4.782499313354492,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025860548019409,
+ "height": 0.7852205634117126,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xFRFm",
+ "x": 12.848508834838867,
+ "y": 3.5638227462768555,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482711675326343,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024698257446289,
+ "height": 0.7853517532348633,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "E2eLD",
+ "x": 1.5562199354171753,
+ "y": 4.801042556762695,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3067166805267334,
+ "height": 1.1637471914291382,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SALAY",
+ "x": 3.2550299167633057,
+ "y": 5.154402732849121,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6067641973495483,
+ "height": 1.8672846555709839,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "spwVd",
+ "x": 0.7626593112945557,
+ "y": 4.177786350250244,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.5026652216911316,
+ "height": 0.3586454689502716,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cIKHQ",
+ "x": 20.199724197387695,
+ "y": 1.9737800359725952,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.565504550933838,
+ "height": 0.8273181915283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Utoq6",
+ "x": 18.380311965942383,
+ "y": 2.8494114875793457,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.0798850059509277,
+ "height": 1.4811325073242188,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Cws7M",
+ "x": 21.515945434570312,
+ "y": 0.9709295034408569,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633683800697327,
+ "height": 0.23063348233699799,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ywbtR",
+ "name": "牛小七",
+ "width": 24,
+ "height": 26,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "NXEvC",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "gSjlZ",
+ "x": 18.227859497070312,
+ "y": 11.923999786376953,
+ "geometry": "M0.75214 0c0 0 1.301 3.468 2.533 3.821 0 0-0.368 1.545-2.12 1.28-1.75-0.265-1.218-4.764-0.413-5.1",
+ "fill": "#fff",
+ "width": 3.2851409912109375,
+ "height": 5.131570816040039
+ },
+ {
+ "type": "path",
+ "id": "p3rjO",
+ "x": 18.32155990600586,
+ "y": 12.894001007080078,
+ "geometry": "M0.76644 0.001c0 0 0.663 2.537 1.517 2.906 0 0-0.38 1.038-1.612 0.683-1.231-0.356-0.506-3.434 0.095-3.59",
+ "fill": "#0CA1DD",
+ "width": 2.2834396362304688,
+ "height": 3.6639766693115234
+ },
+ {
+ "type": "path",
+ "id": "qHrw9",
+ "x": 0.6243993639945984,
+ "y": 6.417999744415283,
+ "geometry": "M4.7156 0c0 0-3.356 1.589-4.486 0.986 0 0-0.815 1.364 0.626 2.388 1.442 1.024 4.206-2.577 3.862-3.374",
+ "fill": "#fff",
+ "width": 4.746955692768097,
+ "height": 3.5557656288146973
+ },
+ {
+ "type": "path",
+ "id": "ZF5cZ",
+ "x": 1.3758913278579712,
+ "y": 7.034999847412109,
+ "geometry": "M3.21111 0c0 0-2.254 1.363-3.122 1.035 0 0-0.452 1.01 0.68 1.61 1.132 0.598 2.766-2.118 2.442-2.644",
+ "fill": "#0CA1DD",
+ "width": 3.2528337240219116,
+ "height": 2.730508804321289
+ },
+ {
+ "type": "path",
+ "id": "vMVlc",
+ "x": 3.1485211849212646,
+ "y": 0.5482746958732605,
+ "geometry": "M20.57148 8.06773c0 0-3.117 2.196-8.143-0.995l3.194 4.268c0 0 4.237 0.716 5.177-2.945 0.003 0.006 0.129-0.483-0.228-0.328m-19.622-7.927c0 0 0.703 3.737 6.54 4.936l-5.277 0.85c0 0-3.543-2.426-1.662-5.706 0 0 0.25-0.438 0.399-0.08",
+ "fill": "#07BEFF",
+ "width": 20.82345414161682,
+ "height": 11.39732962846756
+ },
+ {
+ "type": "path",
+ "id": "HtSWg",
+ "x": 0.8985631465911865,
+ "y": 5.473079204559326,
+ "geometry": "M1.35044 3.26292c-2.445 2.517-2.23 5.984 6.268 9.419 8.568 3.461 11.068 1.097 11.088-2.403 0.023-3.865-1.48-7.484-6.268-9.419-4.787-1.933-8.385-0.38-11.087 2.403",
+ "fill": "#07BEFF",
+ "width": 18.706695795059204,
+ "height": 14.376640796661377
+ },
+ {
+ "type": "path",
+ "id": "ne9hv",
+ "x": 0.8977718353271484,
+ "y": 8.240636825561523,
+ "geometry": "M0.62223 1.39936c0.634-0.827 1.7-2.94 10.256 0.516 8.078 3.264 7.775 5.476 7.752 6.56-0.474 2.935-3.258 4.57-11.007 1.44-7.529-3.04-8.56-6.107-7-8.517",
+ "fill": "#fff",
+ "width": 18.636943817138672,
+ "height": 11.609514236450195
+ },
+ {
+ "type": "group",
+ "id": "qbOmb",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "Zx6XG",
+ "x": 0.8982119560241699,
+ "y": 8.241006851196289,
+ "geometry": "M0.62179 1.39899c0.404-0.528 0.982-1.57 3.544-1.375-0.972 0.339-1.335 1-1.603 1.388-1.483 2.486-0.831 5.44 5.3 7.916 6.3 2.548 9.313 1.55 9.922-1.383 0.04-0.458 0.176-1.403-0.236-2.22 1.39 1.69 1.096 2.079 1.082 2.748-0.474 2.935-3.258 4.57-11.007 1.44-7.53-3.038-8.56-6.105-7.001-8.514",
+ "width": 18.66602373123169,
+ "height": 11.607145309448242
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "PYBwG",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "imXFX",
+ "x": 12.343818664550781,
+ "y": 12.792567253112793,
+ "geometry": "M0.00218 0.85343c-0.043 0.532 0.555 1.018 1.335 1.084 0.781 0.066 1.451-0.313 1.494-0.846 0.043-0.533-0.554-1.018-1.336-1.084-0.781-0.066-1.45 0.315-1.493 0.845",
+ "fill": "#F1F6FF",
+ "width": 2.833364486694336,
+ "height": 1.9448966979980469
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "rKC3b",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "aD8mR",
+ "x": 5.792141437530518,
+ "y": 9.890542030334473,
+ "geometry": "M2.35786 2.06346c-0.34 0.413-1.108 0.347-1.715-0.148-0.606-0.495-0.823-1.228-0.48-1.643 0.341-0.416 1.108-0.347 1.715 0.148 0.608 0.495 0.823 1.23 0.48 1.643",
+ "fill": "#F1F6FF",
+ "width": 2.5211386680603027,
+ "height": 2.334676742553711
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "vUwTY",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "QXsHD",
+ "x": 9.89885139465332,
+ "y": 7.7808942794799805,
+ "geometry": "M0.92215 0.61511c-0.06557-0.03036-0.14058-0.03316-0.20824-0.0078-0.06766 0.02537-0.12232 0.0768-0.15176 0.1428-0.07299 0.1396-0.24202 0.19828-0.38581 0.13393-0.14379-0.06435-0.21266-0.22949-0.15719-0.37693 0.19916-0.43364 0.71044-0.62593 1.146-0.431 0.21008 0.09215 0.37464 0.26443 0.45708 0.47851 0.08244 0.21408 0.07593 0.45223-0.01808 0.66149-0.06738 0.15022-0.24378 0.21738-0.394 0.15-0.15022-0.06738-0.21738-0.24378-0.15-0.394 0.02922-0.06562 0.03109-0.14018 0.00518-0.20718-0.0259-0.067-0.07743-0.12092-0.14318-0.14982m2.984 1.373c0.09676-0.01092 0.19191 0.03111 0.249 0.11 0.057 0.08 0.067 0.182 0.028 0.27-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.1256-0.28118 0.09128-0.60805-0.09-0.857-0.18191-0.25097-0.48361-0.3862-0.792-0.355-0.30769 0.02916-0.57608 0.22119-0.703 0.503-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.03998-0.08791 0.12387-0.14778 0.22-0.157",
+ "fill": "#020333",
+ "width": 4.801938056945801,
+ "height": 2.780733108520508
+ },
+ {
+ "type": "path",
+ "id": "rmNQA",
+ "x": 4.35989236831665,
+ "y": 4.8985066413879395,
+ "geometry": "M2.68511 1.26749c0.87568-1.16685 2.43466-1.58539 3.777-1.014 1.12569 0.47303 1.8766 1.554 1.927 2.774 0.91638-0.80916 2.21638-1.01928 3.341-0.54 1.35837 0.57195 2.13855 2.00934 1.878 3.46l1.61 1.44c0.06904 0.06111 0.11075 0.1473 0.11582 0.23937 0.00507 0.09206-0.02691 0.18232-0.08882 0.25063-0.12957 0.14319-0.35063 0.15437-0.494 0.025l-1.373-1.227c-0.33533 0.73393-0.94114 1.31001-1.691 1.608-1.18678 0.47352-2.54172 0.19071-3.44-0.718-0.55113-0.55669-0.87428-1.29928-0.906-2.082-0.27207 0.24287-0.58487 0.43583-0.924 0.57-1.18737 0.47276-2.5424 0.18876-3.44-0.721-0.8859-0.89428-1.14987-2.23226-0.67-3.396l-1.975-0.145c-0.12615-0.00542-0.2394-0.07894-0.29571-0.19196-0.0563-0.11302-0.04676-0.24771 0.02491-0.35166 0.07166-0.10396 0.19415-0.16079 0.3198-0.14838l2.304 0.168z m3.511-0.39c-1.25402-0.53509-2.70482 0.04246-3.248 1.293-0.39164 0.91778-0.18755 1.98138 0.516 2.689 0.7047 0.7115 1.76598 0.93383 2.697 0.565 0.92728-0.36714 1.53947-1.25972 1.548-2.257 0.00522-0.99908-0.59194-1.90292-1.513-2.29m5.268 2.232c-1.25428-0.53596-2.70583 0.04296-3.247 1.295-0.39048 0.91743-0.18604 1.97998 0.517 2.687 0.70496 0.71039 1.76565 0.93189 2.696 0.563 0.92622-0.36718 1.53783-1.2587 1.547-2.255 0.00522-0.99908-0.59194-1.90292-1.513-2.29",
+ "fill": "#020333",
+ "width": 15.33445119857788,
+ "height": 8.510009288787842
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "s7UVz",
+ "x": 11.375221252441406,
+ "y": 5.885866165161133,
+ "geometry": "M5.56278 2.45013c-0.02728 0.03674-0.01968 0.08863 0.017 0.116 0.07093 0.06744 0.13158 0.14494 0.18 0.23 0.072 0.116 0.14 0.256 0.18 0.39 0.013 0.045 0.06 0.07 0.104 0.057 0.02125-0.00604 0.03922-0.02031 0.04992-0.03964 0.0107-0.01933 0.01325-0.04214 0.00708-0.06336-0.04867-0.15101-0.11514-0.2957-0.198-0.431-0.05891-0.10346-0.13422-0.19667-0.223-0.276-0.03706-0.02738-0.08927-0.0198-0.117 0.017m-5.551-2.409c-0.024 0.04-0.01 0.09 0.03 0.113 0.04 0.023 0.119 0.097 0.206 0.207 0.0906 0.11225 0.16654 0.23557 0.226 0.367 0.00861 0.02056 0.02504 0.03686 0.04567 0.0453 0.02063 0.00844 0.04377 0.00833 0.06433-0.0003 0.02056-0.00859 0.03681-0.02508 0.04508-0.04576 0.00828-0.02069 0.00788-0.04384-0.00108-0.06424-0.06629-0.14437-0.14954-0.28033-0.248-0.405-0.07076-0.09552-0.15654-0.17893-0.254-0.247-0.03982-0.02282-0.09058-0.00946-0.114 0.03",
+ "fill": "#fff",
+ "width": 6.104076385498047,
+ "height": 3.246565818786621
+ },
+ {
+ "type": "path",
+ "id": "a8pF8",
+ "x": 3.9190001487731934,
+ "y": 1.610946774482727,
+ "geometry": "M17.524 7.71305c0.415 0.408 0.58 0.736 0.594 1.278 0 0-0.085-0.812-0.99-1.252q0.206-0.01 0.396-0.026m-1.72-0.055c0.417 0.333 0.772 1.277 0.487 1.943 0 0 0.111-1.372-1.08-2.052q0.303 0.067 0.593 0.109m3.1-0.234c0.12 0.114 0.21 0.256 0.262 0.412-0.08374-0.17018-0.23043-0.30109-0.409-0.365q0.077-0.023 0.147-0.047m-17.586-6.257c-0.585 0.005-0.931 0.124-1.318 0.503 0 0 0.629-0.524 1.585-0.211-0.09139-0.09512-0.18042-0.19248-0.267-0.292m1.273 1.154c-0.531-0.052-1.447 0.38-1.708 1.052 0 0 0.884-1.059 2.21-0.728-0.17261-0.0996-0.34015-0.20773-0.502-0.324m-2.061-2.321c-0.16575-0.00171-0.32932 0.03781-0.476 0.115 0.17854-0.06327 0.37469-0.05466 0.547 0.024l-0.071-0.139z",
+ "fill": "#020333",
+ "width": 19.166000843048096,
+ "height": 9.60105311870575
+ },
+ {
+ "type": "group",
+ "id": "CeeHC",
+ "x": 0,
+ "y": 0,
+ "opacity": 0.9,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 0.423,
+ "id": "gluyQ",
+ "x": 6.32,
+ "y": 17.218,
+ "fill": "#FAFAFA",
+ "width": 2.423,
+ "height": 1.667
+ },
+ {
+ "type": "path",
+ "id": "lYrvI",
+ "x": 11.51697826385498,
+ "y": 19.176998138427734,
+ "geometry": "M1.07602 0.306l0.73 0.175 0.235 1.05-0.062 1.369-0.292-0.07c-0.341-0.082-0.427-0.077-0.675-0.194-1.03-0.486-1.012-2.636-1.012-2.636l1.076 0.306z",
+ "fill": "#FAFAFA",
+ "width": 2.0410213470458984,
+ "height": 2.8999996185302734
+ },
+ {
+ "type": "path",
+ "id": "zDOIB",
+ "x": 3.0249996185302734,
+ "y": 20.617000579833984,
+ "geometry": "M9.462 1.01c-0.097 0.007-0.181 0.006-0.278 0.005-0.51671-0.01546-1.03217-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.79-0.114l-0.043 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.798-0.187-1.19-0.265l-0.125-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.104 0.157-0.193 0.102-0.26 0.257l-0.061-0.018c-0.129 0.012-0.497 0.08-0.6 0.148l-0.116-0.021c-0.05 0.024-0.236 0.098-0.254 0.109-0.133 0.05-0.347 0.17-0.466 0.052l-0.196 0.065c0.14-0.152 0.218-0.23 0.33-0.405-0.724-0.212-2.151-0.86-2.151-0.86 0 0-0.61 0.486-0.845 0.905-0.135 0.24-0.256 0.655-0.256 0.655 0 0-0.435 0.066-0.478 0.34 0.063 0.6 0.797 1.572 1.53 1.377 0.076-0.02 0.285-0.108 0.347-0.153 0.93431-0.49544 2.01685-0.63439 3.046-0.391 0.956 0.24 1.117 0.468 2.283 1.121 1.167 0.654 1.354 0.732 1.354 0.732 0 0 0.357 0.085 0.687 0.066 0.577-0.032 0.6-0.296 0.684-0.585 0.085-0.29-0.023-1.335-0.204-2.136-0.04573-0.20679-0.09741-0.4122-0.155-0.616l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#00B7FA",
+ "width": 9.960511207580566,
+ "height": 4.6547698974609375
+ },
+ {
+ "type": "path",
+ "id": "BsTa0",
+ "x": 8.118999481201172,
+ "y": 21.07699966430664,
+ "geometry": "M4.369 0.55c-0.097 0.007-0.182 0.005-0.279 0.005-0.51671-0.01546-1.03216-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.044 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.105 0.157-0.194 0.102-0.26 0.256 1.035 0.265 1.788 0.42 2.85 0.567 0.072-0.002 0.45 0.049 0.561 0.058q0.578 0.047 1.155 0.066l-0.088-0.305-0.033-0.116c-0.018-0.062-0.034-0.142-0.076-0.19",
+ "fill": "#0073B9",
+ "width": 4.565999984741211,
+ "height": 1.1600017547607422
+ },
+ {
+ "type": "path",
+ "id": "iMsSk",
+ "x": 8.293999671936035,
+ "y": 21.07699966430664,
+ "geometry": "M3.916 0.555c-0.51704-0.01542-1.03283-0.05949-1.545-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.043 0.015c-0.034-0.023-0.021-0.009-0.035-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c0.09 0.01 0.413 0.105 0.521 0.133q0.39 0.096 0.78 0.178c0.82 0.175 1.6 0.265 2.431 0.323 0.038-0.117 0.07-0.16 0.098-0.292",
+ "fill": "#FEFEFE",
+ "width": 3.9160003662109375,
+ "height": 0.8470001220703125
+ },
+ {
+ "type": "path",
+ "id": "gXEyu",
+ "x": 12.110000610351562,
+ "y": 21.625999450683594,
+ "geometry": "M0.377 0.001c-0.097 0.007-0.181 0.005-0.278 0.005-0.03 0.133-0.06 0.175-0.099 0.292 0.094 0.008 0.427 0.048 0.487 0.008l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#FDFDFD",
+ "width": 0.48699951171875,
+ "height": 0.32349586486816406
+ },
+ {
+ "type": "path",
+ "id": "2Gi9N",
+ "x": 7.457000255584717,
+ "y": 21.52899932861328,
+ "geometry": "M3.512 0.584c-0.961-0.12874-1.9129-0.31812-2.85-0.567l-0.062-0.017c-0.128 0.012-0.497 0.08-0.6 0.148 0.207 0.06 0.425 0.094 0.63 0.153 0.82 0.237 1.632 0.39 2.473 0.525 0.03-0.024 0.016-0.01 0.025-0.06 0.105-0.068 0.358-0.052 0.384-0.182",
+ "fill": "#FEFEFE",
+ "width": 3.5119996070861816,
+ "height": 0.8260002136230469
+ },
+ {
+ "type": "path",
+ "id": "HopVM",
+ "x": 10.558999061584473,
+ "y": 22.112939834594727,
+ "geometry": "M2.125 0.12406q-0.578-0.02-1.154-0.066c-0.11-0.01-0.49-0.06-0.562-0.058-0.025 0.13-0.279 0.114-0.383 0.182-0.01 0.05 0.004 0.036-0.026 0.06 0.45 0.089 0.99 0.123 1.447 0.167 0.133 0.013 0.574 0.019 0.671 0.045 0.06-0.001 0.036 0.009 0.075-0.019 0.014-0.09-0.038-0.219-0.068-0.31",
+ "fill": "#FDFDFD",
+ "width": 2.1953439712524414,
+ "height": 0.4550018310546875
+ },
+ {
+ "type": "path",
+ "id": "RAOOr",
+ "x": 3.0250000953674316,
+ "y": 22.17791748046875,
+ "geometry": "M0 0.33908c0.063 0.6 0.798 1.572 1.531 1.377 0.12101-0.0379 0.2374-0.08922 0.347-0.153 0.00412-0.21772-0.03922-0.43372-0.127-0.633l-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.253-0.303-0.778-0.515-0.983-0.538-0.206-0.022-0.503 0.133-0.535 0.337",
+ "fill": "#01022A",
+ "width": 1.878267765045166,
+ "height": 1.7415027618408203
+ },
+ {
+ "type": "path",
+ "id": "74ymx",
+ "x": 3.0240001678466797,
+ "y": 22.182090759277344,
+ "geometry": "M0.524 0.00091c-0.266-0.01-0.48 0.06-0.524 0.334 0.544-0.066 1.293 0.44 1.492 0.916 0.065-0.154 0.086-0.222 0.229-0.323l0.03-0.002-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.304-0.366-0.727-0.525-0.994-0.535",
+ "fill": "#0C133E",
+ "width": 1.7510004043579102,
+ "height": 1.2509098052978516
+ },
+ {
+ "type": "path",
+ "id": "KCjjv",
+ "x": 3.901719808578491,
+ "y": 22.480998992919922,
+ "geometry": "M0.10328 0.009c-0.022-0.006-0.037-0.007-0.06-0.009-0.079 0.049-0.034 0.12 0.01 0.181l0.028 0.007c0.079-0.026 0.044-0.12 0.022-0.18",
+ "fill": "#01022A",
+ "width": 0.1303083896636963,
+ "height": 0.18799972534179688
+ },
+ {
+ "type": "path",
+ "id": "9DHCe",
+ "x": 4.502999782562256,
+ "y": 17.25400161743164,
+ "geometry": "M1.61 0.144c-0.074-0.05-0.136-0.041-0.235-0.144-0.163 0.231-0.5 0.714-0.625 0.96-0.05895 0.1767-0.12772 0.34997-0.206 0.519 0.01 0.029 0.003 0.017 0.019 0.037-0.101 0.03-0.085 0.147-0.15 0.218l-0.032 0.006c0.025 0.046 0.018 0.021 0.008 0.08-0.05 0.094-0.09 0.21-0.128 0.311-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08051-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33 0.052-0.072 0.098-0.154 0.143-0.232 0.0738-0.10438 0.15255-0.20516 0.236-0.302 0.169-0.12 0.207-0.143 0.409-0.208 0.125-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.002-0.039-0.036-0.099-0.025-0.043-0.055-0.117-0.075-0.165l-0.043-0.13-0.236-0.095c-0.06058-0.04581-0.1248-0.08661-0.192-0.122-0.34307-0.19995-0.66709-0.43092-0.968-0.69-0.258-0.235-0.37-0.385-0.599-0.618-0.054-0.022-0.115-0.05-0.17-0.074l-0.143-0.087z",
+ "fill": "#FEFEFE",
+ "width": 4.07426118850708,
+ "height": 4.222999572753906
+ },
+ {
+ "type": "path",
+ "id": "fNhy9",
+ "x": 4.502999782562256,
+ "y": 19.385000228881836,
+ "geometry": "M0.261 0c-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33-0.892-0.268-1.775-0.633-2.639-0.978",
+ "fill": "#0073B9",
+ "width": 2.9000000953674316,
+ "height": 2.092000961303711
+ },
+ {
+ "type": "path",
+ "id": "q1U9H",
+ "x": 4.501999855041504,
+ "y": 20.079999923706055,
+ "geometry": "M2.575 0.85c-0.8413-0.25935-1.67497-0.5428-2.5-0.85-0.0226 0.10522-0.04095 0.2113-0.055 0.318-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.082-0.125 0.156-0.254c0.055-0.082 0.118-0.203 0.166-0.292",
+ "fill": "#0073B9",
+ "width": 2.575000286102295,
+ "height": 1.3970012664794922
+ },
+ {
+ "type": "path",
+ "id": "WxUDa",
+ "x": 4.501999855041504,
+ "y": 19.71900177001953,
+ "geometry": "M2.408 1.504c-0.413-0.152-0.868-0.278-1.286-0.424-0.364-0.127-0.743-0.26-1.102-0.401-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.083-0.125 0.156-0.254m0.302-0.53c-0.88-0.309-1.691-0.599-2.547-0.974-0.032 0.12-0.059 0.242-0.09 0.36q1.239 0.462 2.501 0.852c0.043-0.058 0.101-0.173 0.136-0.238",
+ "fill": "#FEFEFE",
+ "width": 2.7109999656677246,
+ "height": 1.7579994201660156
+ },
+ {
+ "type": "path",
+ "id": "zpagY",
+ "x": 4.763999938964844,
+ "y": 18.76999855041504,
+ "geometry": "M0.301 0c-0.1 0.03-0.085 0.147-0.15 0.218l-0.03 0.006c0.023 0.046 0.017 0.021 0.006 0.08-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233 0.08-0.115 0.146-0.195 0.236-0.302-0.087-0.052-0.583-0.205-0.716-0.25-0.49081-0.16921-0.97576-0.35498-1.454-0.557-0.128-0.053-0.44-0.18-0.547-0.252",
+ "fill": "#0073B9",
+ "width": 3.0180001258850098,
+ "height": 1.594003677368164
+ },
+ {
+ "type": "path",
+ "id": "OAN4n",
+ "x": 4.763999938964844,
+ "y": 19.073999404907227,
+ "geometry": "M2.782 1.056c-0.698-0.24-1.363-0.458-2.037-0.771-0.194-0.09-0.436-0.18-0.618-0.285-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233",
+ "fill": "#FEFEFE",
+ "width": 2.7820000648498535,
+ "height": 1.2900009155273438
+ },
+ {
+ "type": "path",
+ "id": "gTNxN",
+ "x": 5.190999984741211,
+ "y": 17.611000061035156,
+ "geometry": "M3.348 1.769c-1.09056-0.31421-2.15239-0.72068-3.174-1.215-0.06 0.107-0.102 0.178-0.174 0.277 0.228 0.134 0.593 0.297 0.841 0.4 0.679 0.282 1.45 0.584 2.158 0.779 0.126-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.003-0.039-0.035-0.099m-1.892-1.369c-0.27384-0.1209-0.54211-0.25403-0.804-0.399-0.094 0.09-0.172 0.173-0.26 0.268 0.646 0.364 1.341 0.65 2.033 0.918 0.08 0.03 0.183 0.065 0.26 0.101 0.093 0.033 0.212 0.064 0.308 0.09-0.06026-0.04576-0.12414-0.08656-0.191-0.122-0.34303-0.19963-0.66705-0.43026-0.968-0.689-0.12877-0.04879-0.25494-0.1042-0.378-0.166",
+ "fill": "#0073B9",
+ "width": 3.3854074478149414,
+ "height": 2.010000228881836
+ },
+ {
+ "type": "path",
+ "id": "3KD8b",
+ "x": 6.25600004196167,
+ "y": 17.48499870300293,
+ "geometry": "M0.17 0.075c-0.055-0.023-0.115-0.051-0.17-0.075 0.036 0.043 0.063 0.075 0.102 0.116l-0.06-0.028c0.013 0.02 0.498 0.465 0.528 0.482-0.056-0.015-0.127-0.044-0.179-0.044 0.125 0.064 0.246 0.116 0.377 0.166-0.258-0.235-0.37-0.385-0.598-0.618m1.759 1.43c-0.097-0.027-0.216-0.058-0.309-0.09 0.155 0.087 0.41 0.29 0.588 0.315l-0.043-0.13-0.236-0.095z",
+ "fill": "#CDD6EB",
+ "width": 2.2079997062683105,
+ "height": 1.7290000915527344
+ },
+ {
+ "type": "path",
+ "id": "Dl5uU",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.241 0.023c-0.008-0.009-0.029-0.017-0.041-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.099 0.103 0.162 0.094 0.235 0.144l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074 0.228 0.233 0.34 0.383 0.598 0.618 0.312 0.257 0.613 0.49 0.969 0.69 0.064 0.035 0.135 0.077 0.191 0.122l0.237 0.094 0.042 0.13c0.02 0.049 0.05 0.123 0.075 0.166 0.039 0.06 0.042 0.045 0.036 0.099-0.077 0.097-0.258 0.13-0.384 0.143-0.202 0.065-0.24 0.088-0.408 0.208-0.09 0.107-0.155 0.187-0.237 0.302-0.045 0.078-0.09 0.16-0.143 0.233q-0.091 0.167-0.188 0.329c-0.035 0.065-0.094 0.18-0.137 0.238-0.049 0.089-0.11 0.21-0.166 0.292q-0.074 0.128-0.156 0.254c-0.112 0.174-0.19 0.253-0.33 0.405l0.195-0.065c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.109l0.116 0.021c0.103-0.069 0.471-0.136 0.6-0.148l0.06 0.017c0.068-0.154 0.157-0.099 0.261-0.256l-0.084-0.03c0.09-0.071 0.114-0.096 0.19-0.183l0.123 0.014c0.393 0.078 0.784 0.184 1.19 0.265 0.014 0.036 0.002 0.022 0.035 0.045l0.044-0.015c-0.04299-0.13969-0.09613-0.27605-0.159-0.408-0.065-0.072-0.082-0.21-0.097-0.3-0.029-0.085-0.078-0.311-0.103-0.408q-0.105-0.183-0.214-0.366c-0.075-0.094-0.154-0.204-0.227-0.301 0.05-0.016 0.105-0.026 0.157-0.037 0.088-0.088 0.15-0.19 0.283-0.181 0.208-0.006 0.439-0.008 0.643-0.026 0.19-0.017 0.399-0.052 0.591-0.077 0.138-0.05 0.427-0.097 0.547-0.151l-0.01-0.026c-0.394-0.079-0.854-0.265-1.247-0.354-0.5668-0.19049-1.1256-0.404-1.675-0.64-0.278-0.117-0.575-0.258-0.853-0.365-0.163-0.101-0.362-0.183-0.536-0.271-0.286-0.144-0.586-0.292-0.858-0.46",
+ "fill": "#E50A15",
+ "width": 5.419999122619629,
+ "height": 4.89000129699707
+ },
+ {
+ "type": "path",
+ "id": "erSne",
+ "x": 7.51200008392334,
+ "y": 17.746000289916992,
+ "geometry": "M2.55 0.984c-0.5653-0.18525-1.12247-0.39444-1.67-0.627-0.29155-0.12335-0.58492-0.24236-0.88-0.357 0.17 0.208 0.443 0.494 0.634 0.692l0.089-0.015c0.122-0.02 0.319 0.103 0.435 0.155 0.214 0.096 0.44 0.167 0.646 0.276 0.028 0.015 0.049 0.083 0.059 0.112 0.167-0.058 0.55-0.173 0.687-0.235",
+ "fill": "#16BBF7",
+ "width": 2.5500001907348633,
+ "height": 1.2199993133544922
+ },
+ {
+ "type": "path",
+ "id": "0FnPJ",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M1.315 0.64c-0.032-0.204-0.281-0.347-0.449-0.451-0.13-0.028-0.261-0.055-0.388-0.09-0.10346-0.0224-0.20617-0.04808-0.308-0.077l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.394 0.078 0.785 0.184 1.19 0.265",
+ "fill": "#0073B9",
+ "width": 1.3150005340576172,
+ "height": 0.6399993896484375
+ },
+ {
+ "type": "path",
+ "id": "75sFA",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M0.17 0.022l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.042-0.077 0.134-0.222 0.111-0.306-0.006-0.021-0.04-0.033-0.065-0.047",
+ "fill": "#025EA1",
+ "width": 0.23863506317138672,
+ "height": 0.375
+ },
+ {
+ "type": "path",
+ "id": "CihrC",
+ "x": 8.145999908447266,
+ "y": 18.420629501342773,
+ "geometry": "M1.229 0.54537c-0.01-0.029-0.03-0.097-0.06-0.112-0.205-0.109-0.431-0.18-0.645-0.276-0.116-0.052-0.313-0.176-0.435-0.155l-0.089 0.015c0.12 0.125 0.285 0.307 0.41 0.42 0.25 0.002 0.405 0.06 0.641 0.144l0.178-0.036z",
+ "fill": "#00B7FA",
+ "width": 1.2290000915527344,
+ "height": 0.5813694000244141
+ },
+ {
+ "type": "path",
+ "id": "NYCCZ",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.365 0.075l-0.018 0.005c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076 0.127 0.036 0.26 0.063 0.389 0.09-0.14357-0.10517-0.27444-0.22665-0.39-0.362",
+ "fill": "#FEFEFE",
+ "width": 0.7560005187988281,
+ "height": 0.4370002746582031
+ },
+ {
+ "type": "path",
+ "id": "KCDva",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.347 0.08c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076-0.06-0.023-0.18-0.057-0.246-0.077 0.027-0.057 0.049-0.154 0.079-0.184 0.063-0.026 0.06-0.006 0.124-0.006l0.023 0z",
+ "fill": "#DBD2CF",
+ "width": 0.3670005798339844,
+ "height": 0.3470001220703125
+ },
+ {
+ "type": "path",
+ "id": "bp05V",
+ "x": 7.105999946594238,
+ "y": 21.440000534057617,
+ "geometry": "M0.95 0.09c-0.10867-0.03469-0.21877-0.06472-0.33-0.09-0.18 0-0.462 0.077-0.62 0.156 0.074 0.005 0.162 0.038 0.235 0.06l0.115 0.021c0.103-0.069 0.472-0.137 0.6-0.148",
+ "fill": "#E6999D",
+ "width": 0.9499998092651367,
+ "height": 0.23699951171875
+ },
+ {
+ "type": "path",
+ "id": "6XuFf",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.242 0.023c-0.008-0.009-0.03-0.017-0.042-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.1 0.103 0.162 0.094 0.236 0.144 0.04086-0.04167 0.09299-0.07051 0.15-0.083-0.055-0.095-0.11-0.167-0.158-0.27l0.014-0.03z",
+ "fill": "#CDD6EB",
+ "width": 0.3860001564025879,
+ "height": 0.40600013732910156
+ },
+ {
+ "type": "path",
+ "id": "oI3iK",
+ "x": 6.111999988555908,
+ "y": 17.315000534057617,
+ "geometry": "M1.228 4.341c-0.071-0.022-0.16-0.055-0.233-0.06l-0.487 0.221c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.11m0.953-0.395c-0.16 0.057-0.441 0.127-0.567 0.18 0.122 0.028 0.211 0.052 0.33 0.09l0.062 0.016c0.067-0.154 0.155-0.099 0.26-0.256l-0.085-0.03z m0.664-0.718c-0.098-0.199-0.166-0.27-0.241-0.488-0.033 0.134-0.07 0.273-0.065 0.412 0.101 0.026 0.19 0.05 0.289 0.081l0.017-0.005z m-2.696-3.227c-0.05701 0.01249-0.10914 0.04133-0.15 0.083l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074-0.044-0.076-0.113-0.17-0.164-0.244",
+ "fill": "#025EA1",
+ "width": 2.8460001945495605,
+ "height": 4.552501678466797
+ },
+ {
+ "type": "path",
+ "id": "ZHObK",
+ "x": 9.076000213623047,
+ "y": 19.104999542236328,
+ "geometry": "M3.189 0.236l-0.277-0.063c-0.23-0.057-0.472-0.112-0.7-0.173l0.01 0.026c-0.121 0.054-0.41 0.1-0.548 0.151-0.192 0.025-0.4 0.06-0.591 0.077-0.204 0.018-0.435 0.02-0.642 0.026-0.134-0.008-0.196 0.093-0.284 0.18-0.052 0.012-0.107 0.022-0.157 0.038 0.073 0.097 0.152 0.207 0.227 0.301l0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.014-0.014-0.022-0.034c0.018-0.04 0.008-0.133 0.006-0.182 0.012-0.344 0.037-0.707 0.088-1.046",
+ "fill": "#0073B9",
+ "width": 3.189000129699707,
+ "height": 1.5119972229003906
+ },
+ {
+ "type": "path",
+ "id": "vLsIk",
+ "x": 9.302999496459961,
+ "y": 19.904001235961914,
+ "geometry": "M2.754 0.386c-0.836-0.023-1.817-0.135-2.628-0.354l-0.126-0.032 0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.015-0.014-0.023-0.034c-0.037-0.092-0.073-0.19-0.114-0.28",
+ "fill": "#FEFEFE",
+ "width": 2.8909997940063477,
+ "height": 0.7129993438720703
+ },
+ {
+ "type": "path",
+ "id": "45ItK",
+ "x": 9.302999496459961,
+ "y": 19.904998779296875,
+ "geometry": "M0.126 0.03l-0.126-0.03 0.214 0.365c0.074 0.019 0.14 0.032 0.214 0.047-0.228-0.075-0.116-0.078-0.243-0.273-0.016-0.025-0.062-0.05-0.094-0.095l0.035-0.014z",
+ "fill": "#DBD2CF",
+ "width": 0.42799949645996094,
+ "height": 0.4120006561279297
+ },
+ {
+ "type": "path",
+ "id": "EAAX5",
+ "x": 9.517001152038574,
+ "y": 19.104999542236328,
+ "geometry": "M2.472 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151-0.193 0.025-0.4 0.06-0.592 0.077-0.204 0.018-0.435 0.02-0.642 0.026 0.45 0.124 1.084 0.203 1.553 0.26 0.245 0.03 0.557 0.032 0.793 0.079l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#025EA1",
+ "width": 2.4720001220703125,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "W0Y7B",
+ "x": 10.751001358032227,
+ "y": 19.104999542236328,
+ "geometry": "M1.238 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151 0.326 0.037 0.6 0.066 0.929 0.077 0.054 0.09 0.144 0.265 0.183 0.365l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#FAFAFA",
+ "width": 1.2379989624023438,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "OaSwJ",
+ "x": 9.232999801635742,
+ "y": 19.38365364074707,
+ "geometry": "M2.714 0.34635l-0.031-0.038-0.024 0-0.03 0.032c-0.235-0.047-0.547-0.05-0.792-0.08-0.47-0.056-1.104-0.135-1.553-0.26-0.133-0.007-0.196 0.094-0.284 0.18199 0.104 0.035 0.355 0.083 0.475 0.112 0.767 0.182 1.484 0.254 2.264 0.303-0.02982-0.08046-0.03843-0.16724-0.025-0.25199",
+ "fill": "#FEFEFE",
+ "width": 2.7390003204345703,
+ "height": 0.5973434448242188
+ },
+ {
+ "type": "path",
+ "id": "1dZSK",
+ "x": 9.529000282287598,
+ "y": 19.459999084472656,
+ "geometry": "M3.235 0.048l-0.257-0.048c-0.036 0.4-0.06 0.793-0.091 1.193l-0.019 0.02c-0.096-0.068-0.088-0.158-0.208-0.204 0.002 0.049 0.012 0.142-0.006 0.182l0.023 0.034-0.015 0.013c-0.82-0.05-1.642-0.091-2.447-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.323 0.103 0.408 0.015 0.09 0.032 0.228 0.098 0.3 0.076 0.166 0.104 0.239 0.158 0.408 0.116 0 0.63 0.094 0.789 0.114 0.52 0.067 1.02 0.121 1.544 0.131 0.097 0.001 0.181 0.002 0.278-0.004 0.052 0.005 0.09-0.021 0.12-0.059l0.035-0.534c0.051-0.523 0.046-1.09 0.11-1.608",
+ "fill": "#0073B9",
+ "width": 3.234999656677246,
+ "height": 2.253755569458008
+ },
+ {
+ "type": "path",
+ "id": "DRiKH",
+ "x": 9.517000198364258,
+ "y": 20.270000457763672,
+ "geometry": "M2.663 0.346c-0.82-0.05-1.642-0.091-2.448-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.324 0.103 0.408l0.102 0.025c0.853 0.182 1.666 0.241 2.528 0.261l0.033-0.006 0.01-0.03c-0.02167-0.10912-0.05977-0.21431-0.113-0.312",
+ "fill": "#0073B9",
+ "width": 2.7760000228881836,
+ "height": 0.694000244140625
+ },
+ {
+ "type": "path",
+ "id": "ET4vM",
+ "x": 9.619999885559082,
+ "y": 20.678001403808594,
+ "geometry": "M2.63 0.286c-0.862-0.02-1.676-0.08-2.528-0.261l-0.102-0.025c0.015 0.09 0.032 0.228 0.098 0.3l0.209 0.033c0.117 0.034 0.372 0.075 0.493 0.096 0.62475 0.10632 1.25643 0.16681 1.89 0.181-0.02137-0.10774-0.04137-0.21575-0.06-0.324",
+ "fill": "#FEFEFE",
+ "width": 2.690000534057617,
+ "height": 0.6099987030029297
+ },
+ {
+ "type": "path",
+ "id": "iGME0",
+ "x": 9.619999885559082,
+ "y": 20.67799949645996,
+ "geometry": "M0.102 0.025l-0.102-0.025c0.015 0.09 0.033 0.228 0.098 0.3l0.21 0.033c-0.0408-0.01079-0.08088-0.02415-0.12-0.04-0.055-0.052-0.081-0.202-0.086-0.268",
+ "fill": "#DBD2CF",
+ "width": 0.3079996109008789,
+ "height": 0.33300018310546875
+ },
+ {
+ "type": "path",
+ "id": "AgBXf",
+ "x": 12.170000076293945,
+ "y": 20.387001037597656,
+ "geometry": "M0.253 0.189l-0.038 0.014c-0.096-0.067-0.089-0.157-0.208-0.203 0.002 0.049 0.012 0.142-0.007 0.182l0.023 0.034-0.014 0.013c0.048 0.069 0.097 0.23 0.114 0.312l-0.01 0.03-0.033 0.006c-0.004-0.011 0.055 0.297 0.06 0.325 0.062 0.009 0.06 0.021 0.101 0-0.022-0.216 0-0.492 0.012-0.713",
+ "fill": "#F7F7F7",
+ "width": 0.25300025939941406,
+ "height": 0.9136714935302734
+ },
+ {
+ "type": "path",
+ "id": "pL5iI",
+ "x": 2.767716407775879,
+ "y": 15.21020793914795,
+ "geometry": "M1.02728 0.21679c-0.194-0.118-0.509-0.272-0.735-0.197-0.513 0.171-0.219 0.868-0.101 1.168 0.194 0.401 0.45 0.769 0.728 1.107 0.032 0.04 0.114 0.127 0.133 0.167 0.014-0.045 0.155-0.28 0.186-0.33l0.025-0.038c0.245-0.391 0.538-0.75 0.885-1.045-0.16-0.111-0.291-0.264-0.486-0.413-0.24-0.183-0.533-0.356-0.635-0.419",
+ "fill": "#07BEFF",
+ "width": 2.148283004760742,
+ "height": 2.4617929458618164
+ },
+ {
+ "type": "path",
+ "id": "zgi4i",
+ "x": 2.7032382488250732,
+ "y": 15.192770957946777,
+ "geometry": "M1.15276 0.26423c-0.228-0.127-0.58-0.318-0.837-0.25-0.579 0.15-0.213 0.868-0.065 1.177 0.05-0.037 0.333-0.24 0.513-0.428 0.179-0.185 0.27-0.336 0.389-0.499",
+ "fill": "#01022A",
+ "width": 1.152761697769165,
+ "height": 1.191227912902832
+ },
+ {
+ "type": "path",
+ "id": "Knhb4",
+ "x": 12.906000137329102,
+ "y": 19.558000564575195,
+ "geometry": "M0.29 0.053l-0.29-0.053c0.078 0.452 0.077 1.586 0.077 1.586l-0.04 0.801 0.26 0.062c0 0 0.044-0.465 0.06-0.763 0.036-0.636 0-1.12-0.067-1.633",
+ "fill": "#0073B9",
+ "width": 0.37122154235839844,
+ "height": 2.4490013122558594
+ },
+ {
+ "type": "path",
+ "id": "I6Rvx",
+ "x": 12.486000061035156,
+ "y": 21.573999404907227,
+ "geometry": "M0.132 0c-0.03229 0.03873-0.08189 0.05865-0.132 0.053 0.042 0.047 0.056 0.132 0.075 0.195l0.094 0.038c-0.0192-0.09432-0.03156-0.1899-0.037-0.286",
+ "fill": "#025EA1",
+ "width": 0.16899967193603516,
+ "height": 0.28600120544433594
+ },
+ {
+ "type": "path",
+ "id": "sReIV",
+ "x": 3.486999988555908,
+ "y": 16.176000595092773,
+ "geometry": "M1.6 0.194c-0.075-0.062-0.173-0.133-0.253-0.194-0.377 0.367-0.91 1.045-0.91 1.045l-0.437 0.623c0 0 0.162 0.145 0.246 0.214q0.144 0.12 0.286 0.244c0.137-0.197 0.264-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244 0.207-0.305 0.64-0.82 0.924-1.065",
+ "fill": "#0073B9",
+ "width": 1.5999999046325684,
+ "height": 2.1259994506835938
+ },
+ {
+ "type": "path",
+ "id": "bWtIV",
+ "x": 3.7330000400543213,
+ "y": 17.434999465942383,
+ "geometry": "M0.43 0c-0.134 0.183-0.298 0.463-0.43 0.623q0.145 0.12 0.286 0.244c0.137-0.197 0.265-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244",
+ "fill": "#F7F7F7",
+ "width": 0.6860001087188721,
+ "height": 0.8669986724853516
+ },
+ {
+ "type": "path",
+ "id": "cUaZX",
+ "x": 13.318081855773926,
+ "y": 18.936565399169922,
+ "geometry": "M1.36092 0.58344c-0.204-0.456-0.924-0.916-1.296-0.247-0.078 0.14-0.087 0.235-0.02 0.364 0.011 0.022 0.021 0.035 0.034 0.054 0.12784 0.18735 0.32308 0.31811 0.545 0.36499 0.232 0.048 0.43 0.047 0.614-0.103 0.07321-0.07253 0.13342-0.15709 0.178-0.25 0.04458-0.09291-0.024-0.114-0.055-0.182",
+ "fill": "#01022A",
+ "width": 1.430558204650879,
+ "height": 1.1475582122802734
+ },
+ {
+ "type": "path",
+ "id": "ulGGQ",
+ "x": 4.264000415802002,
+ "y": 16.84200096130371,
+ "geometry": "M1.814 0.15c-0.09-0.042-0.18-0.1-0.266-0.15q-0.45 0.575-0.837 1.194c-0.084-0.057-0.26-0.123-0.306-0.16-0.114 0.174-0.288 0.475-0.405 0.629 0.097 0.077 0.197 0.154 0.291 0.234 0.09 0.073 0.17 0.133 0.265 0.201l0.064 0.055 0.032-0.007c0.065-0.07 0.048-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519 0.124-0.246 0.462-0.729 0.625-0.96 0.06304-0.09005 0.12976-0.17745 0.2-0.262",
+ "fill": "#025EA1",
+ "width": 1.8139996528625488,
+ "height": 2.1529998779296875
+ },
+ {
+ "type": "path",
+ "id": "BsN2c",
+ "x": 4.263999938964844,
+ "y": 17.876001358032227,
+ "geometry": "M0.405 0.001c-0.114 0.173-0.289 0.474-0.405 0.628 0.097 0.077 0.197 0.154 0.29 0.234 0.046-0.053 0.358-0.598 0.42-0.703-0.084-0.057-0.26-0.123-0.305-0.16",
+ "fill": "#F7F7F7",
+ "width": 0.7100000381469727,
+ "height": 0.8629989624023438
+ },
+ {
+ "type": "path",
+ "id": "Afa0e",
+ "x": 4.820000171661377,
+ "y": 18.214000701904297,
+ "geometry": "M0.433 0c-0.15562 0.23508-0.30012 0.47735-0.433 0.726l0.064 0.054 0.032-0.006c0.065-0.07 0.049-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519",
+ "fill": "#CDD6EB",
+ "width": 0.4330000877380371,
+ "height": 0.7800006866455078
+ },
+ {
+ "type": "path",
+ "id": "2d6xP",
+ "x": 4.01900053024292,
+ "y": 16.516000747680664,
+ "geometry": "M1.546 0.181c-0.079-0.062-0.175-0.125-0.26-0.181-0.068 0.099-0.205 0.244-0.285 0.344-0.208 0.26-0.43 0.537-0.601 0.82-0.136 0.202-0.264 0.425-0.4 0.622 0.085 0.08 0.15 0.131 0.245 0.203 0.116-0.154 0.29-0.455 0.405-0.628 0.294-0.453 0.557-0.765 0.896-1.18",
+ "fill": "#025EA1",
+ "width": 1.5460000038146973,
+ "height": 1.9889984130859375
+ },
+ {
+ "type": "path",
+ "id": "KxVbM",
+ "x": 13.325611114501953,
+ "y": 19.636999130249023,
+ "geometry": "M0.98039 1.563c0.301-0.275 0.398-0.707 0.441-0.934 0.044-0.228 0.055-0.5-0.013-0.563-0.05082 0.1043-0.12676 0.19433-0.221 0.262-0.07455 0.03985-0.15384 0.0701-0.236 0.09-0.08215 0.01991-0.15 0.039-0.335 0-0.24377-0.05098-0.45453-0.20287-0.58-0.418-0.043 0.055-0.042 0.058-0.027 0.13 0.102 0.479 0.19 0.966 0.187 1.454q0 0.172-0.008 0.345c0.287-0.043 0.544-0.14 0.792-0.365",
+ "fill": "#07BEFF",
+ "width": 1.4568920135498047,
+ "height": 1.9289989471435547
+ },
+ {
+ "type": "path",
+ "id": "kdiUK",
+ "x": 11.585000038146973,
+ "y": 24.634998321533203,
+ "geometry": "M0 0.568c0 0 0.562 0.23 0.957 0.08 0.395-0.15 0.425-0.648 0.425-0.648 0 0-0.215 0.18-0.371 0.27-0.353 0.202-0.668 0.239-1.01 0.298",
+ "fill": "#01022A",
+ "width": 1.3819999694824219,
+ "height": 0.6987934112548828
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gv46d",
+ "name": "Frame 1000004853",
+ "gap": 15,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jqouT",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AqqJE",
+ "x": 6.594298839569092,
+ "y": 16.5043888092041,
+ "name": "Vector",
+ "geometry": "M11.30146 0.0496c0.11759-0.05937 0.35755 0.03984 0.5142-0.0496 0.01898 0.07394 0.07833 0.10431 0.1456 0.15577 0.30021 0.22175 0.5265 0.43677 0.7748 0.66433 0.64147 0.83564 0.9962 1.47154 1.01363 2.5562-0.00479 0.13671-0.4203-0.04785-0.45292 0.08235-0.07113 0.68587-0.45292 0.9676-0.45292 0.9676 0.05507-0.02745 1.19229 1.49439 1.14916 2.08035 0.00829 0.03518 0.01806 0.07223 0.02432 0.10757-0.00277 0.37169 0.00055 0.46609-0.10007 0.82956-0.12846 0.45307-0.39938 0.86366-0.78052 1.18311-0.07206 0.04495-0.22282 0.14182-0.22282 0.14183l-0.63492 0.23576-0.91027-0.12726c0 0-0.13897-0.04479-0.20642-0.07889-0.74956-0.45644-0.84782-1.06934-1.86202-1.40741-1.5-0.5-3.11612-0.47555-4.44428 0.02053-0.821 0.30665-1.68815 1.17347-1.68815 1.17347 0 0-0.29293 0.21574-0.38859 0.24705-0.03907 0.02139-0.01882 0.00834-0.06176 0.02058-0.10837-0.02713-0.87715 0.16618-1.09112 0.10294-0.6974-0.20639-1.53824-1.72933-1.53824-1.72933 0.19294-0.02197-0.61348-0.78368 0.58863-2.26459 0.05658-0.17887-0.25745-1.20191-0.25191-1.46169-0.05382-0.05859-0.18036 0.06706-0.26017 0.04117l-0.04118 0.02059c-0.0282-0.09253-0.03538-0.25482-0.03537-0.25482 0 0-0.00295-0.31248 0.03299-0.52297 0.03631-0.15857 0.11622-0.40554 0.16708-0.56038 0.14487-0.52605 0.74114-1.17347 0.74114-1.17347 0.30402-0.43533 0.58324-0.60929 1.04943-0.89914 0.21858-0.03209 0.65814 0.18925 0.88705 0.27218 0.11298 0.19189 0.76725 0.36286 0.77149 0.43013l-0.02617 0.01225c0.06082 0.04464 0.07722 0.05875 0.15444 0.07595 0.21582 0.04836 0.34059 0.17701 0.49983 0.29465l0.01013 0.05456c0.41394 0.12121 0.69334 0.17701 1.12148 0.25002 0.09418 0.12788 0.39164 0.3458 0.38833 0.44888l-0.07465 0.0434c-0.04847 0.04976-0.09749 0.09718-0.14098 0.15035l0.10726-0.01953c0.22135-0.18337 0.60027-0.15624 0.9239-0.17934l-0.00571 0.03953c0.09123-0.00046 0.13546-0.01085 0.19075-0.07254l-0.01493-0.04309c0.02636-0.07192 0.10948-0.13439 0.17122-0.19081 0.11961-0.12788 0.13491-0.15082 0.21066-0.29651 0.21656-0.05875 0.42224-0.07905 0.65667-0.1471 0.42684-0.11641 0.87083-0.29683 1.2492-0.39525 0.24531-0.12137 0.62994-0.27807 0.88907-0.38564 0.11869-0.13625 0.44989-0.23948 0.64193-0.36999 0.21139-0.03085 0.39127-0.0296 0.6117-0.07331z",
+ "fill": "#07beffff",
+ "width": 12.005792617797852,
+ "height": 7.71225643157959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "VoMkK",
+ "x": 17.24536895751953,
+ "y": 19.596574783325195,
+ "name": "Vector",
+ "geometry": "M20.40824 0c0 0-10.5623 9.98562-17.94116 9.27423 0.02686 0.00374-1.75517-0.77127-2.46708-0.91354l5.07742-2.51605-4.53118-4.35448 3.50135-0.23584",
+ "width": 0.7197118997573853,
+ "height": 0.32834234833717346,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "F9K85",
+ "x": 13.48752212524414,
+ "y": 18.37346649169922,
+ "name": "Vector",
+ "geometry": "M170.42004 0c37.47001 3.59 95.36002 21.92012 130.39002 38.87012 4.98999 2.42 5.65997 4.26989 9.85998 3.38989l0.71997-2.31982c1.19001 4.91 0.68003 29.80997 0.77002 36.46997-0.26001 8.82-0.78994 11.35-2.55993 19.75l-7.09009-5.53003c-4.95001-3.98-11.23996-7.83009-16.58997-11.34009-3.67001-2.21-9.44003-4.86986-13.41003-6.85986-19.12-17.4-91.12996-35.81003-118.07996-40.03003-1.41 5.3-2.11998 10.26008-5.72998 14.08007-2.14999 7.84-9.17999 30.26994-15.35998 34.43995l1.67993 2.38989c-0.97 5.44-1.33002 5.79013-3.51001 10.63013-2.61 6.18-4.34001 10.53994-6.39001 16.93994-2.64 11.66-3.48001 17.1999-4.63001 29.1499 0.87 10.38 1.39011 12.78018 4.24011 22.69018-5.12999 2.66001-55.89 5.02991-67.01001 6.65992-2.68-5.09-7.22-17.91996-9.5-23.94995-3.39-7.36-7.39003-20.08017-10.16003-28.17017-2.74-6.97-6.07002-18.20989-8.52002-25.63989-3.64-10.98-7.68999-21.80996-12.12-32.45996-5.44-10.63-11.25004-21.02994-17.42004-31.18995 50.56-2.78 106.70003-7.16016 156.15002-19.41015l2.33997 2.89013c4.74001-10.6-3.89995-10.08019 11.93005-11.45019z",
+ "fill": "#f5f6f9ff",
+ "width": 4.901939392089844,
+ "height": 2.2570078372955322,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "jXdTr",
+ "x": 7.121816635131836,
+ "y": 20.34836196899414,
+ "name": "Group 1000004712",
+ "children": [
+ {
+ "type": "path",
+ "id": "TMrdc",
+ "x": 7.388366222381592,
+ "y": 0.21156610548496246,
+ "name": "Vector",
+ "geometry": "M0 11.12326c11.48274-1.32092 23.0886-1.54047 35-3.12326l59.5-8 6.5 10c-37.18052 5.22622-58.21798 7.69709-96.62216 10l-1.47752-2.27604c-0.74332-2.01411-1.99739-4.58273-2.90032-6.6007z",
+ "fill": "#f5f6f9ff",
+ "width": 3.5618410110473633,
+ "height": 0.7053150534629822,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "CQ5eR",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 120.28396 6.30369 145.39194 7.43101 2.68791 1.37616 4.39636 1.89644 6.65492 3.84569l-0.33543 0c3.0278 2.72216 1.33728 1.31205 4.95544 2.80886l-0.28177 0.49015c5.95274 1.44403 8.92687 3.18595 15.13007 3.81182 3.68524 0.0754 16.84419-1.62738 20.54733-1.88753 5.57707 1.22912 4.9641 3.00029 10 5.5 1.62794 1.21027 10.04648 3.20302 11.5 4.5-6.5744-0.8257-27.78043 1.3585-34.8468 1.09835-33.73969 1.05945-63.09191-0.1885-96.74215-1.30073-15.92093-1.09143-80.97366-14.29762-80.97366-14.29762l-0.99989-12z",
+ "fill": "#f5f6f9ff",
+ "width": 7.531442165374756,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "iZi1M",
+ "x": 6.661724328994751,
+ "y": 16.50439807346902,
+ "name": "Group 1000004705",
+ "children": [
+ {
+ "type": "path",
+ "id": "tkGbQ",
+ "x": 5.837707281112671,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M106.93852 1.20259c2.83818-1.43937 8.63019 0.96586 12.41145-1.20259 0.4582 1.79264 1.89064 2.52921 3.51436 3.77691 1.35235 1.00343 2.77144 1.98054 3.99923 3.09295 5.23632 4.07116 10.90745 8.40874 15.19894 13.13014 13.12259 14.21743 22.53514 32.59904 24.5799 48.08266 0.52937 1.84525 0.3025 11.20303 0.34254 13.70597-0.11566 3.31469-6.69754 0.05453-7.48494 3.21137-8.2372 17.36548-24.46556 33.45117-42.5 36-11.12135 3.83707-14.26536 7.3934-24.96855 2.07938-3.8391-2.3714-6.19679-5.31771-8.42552-8.85414-2.2821 0.99967-24.86291 1.89032-29.80968 2.5029-1.19221-1.91289-3.21185-6.73459-4.22612-9.00075-1.50806-2.766-3.28749-7.54643-4.51973-10.58677-1.2189-2.61943-2.70028-6.84355-3.79017-9.63586-1.61927-4.12645-3.42092-8.19652-5.39163-12.19894-2.42001-3.99491-5.00463-7.90337-7.74938-11.72165-6.2591-5.91533-12.38474-7.21567-19.62251-11.66908-2.16644-0.18039-6.03664-3.24328-8.13635-4.60373l-0.36036-1.04478c0.63614-1.74378 2.64245-3.25834 4.13271-4.6263 2.8871-3.10048 3.2563-3.65668 5.08466-7.18935 5.22704-1.42434 10.19161-1.91665 15.85016-3.56648 10.30282-2.82237 21.01938-7.19686 30.15223-9.58328 5.92101-2.94263 15.20511-6.74212 21.45977-9.35028 2.86486-3.30341 10.85887-5.80634 15.49425-8.9707 5.10248-0.74787 9.44428-0.7178 14.76474-1.7776z",
+ "fill": "#f5f6f9ff",
+ "width": 5.889379978179932,
+ "height": 4.435398101806641,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "NbQwg",
+ "x": 0,
+ "y": 0.10722705402531574,
+ "name": "Vector",
+ "geometry": "M49.00888 0.03588c5.31299-0.7802 52.58814 11.42335 52.58814 11.42335 0 0 3.96219 5.33759 22.5 8.49995 2.28915 3.1095 30.58065 25.49356 30.50001 28l-14.99998 0c-1.17818 1.20988-2.24726 0.20423-3.30448 1.49703-2.88048 2.46875-5.79684 4.90732-8.749 7.30823-4.07658 3.73894-5.85951 5.925-9.17005 10.26322-2.24436 4.69252-4.36783 8.67272-6.88545 13.22956-1.26777 2.14839-4.04071 7.50048-6.07004 8.65759-2.81776 3.27911-6.68829 7.97916-7.23482 12.15532-3.51213-0.59929-7.85299-1.05535-11.45472-1.51518 0.72124 4.21384 0.19707 6.48283-1.20508 10.54968-2.42355 4.10454-4.11691 6.18887-8.0143 9.44537 24.51372 9.39351-69.4121-38.09077-69.4121-38.09077l-7 2.5c0 0-0.82869-4.2439-0.99997-7-0.30376-4.88772 0.12637-7.38158 0.99992-12.5 0.82559-3.81964 1.84853-7.12773 3.16812-10.94748 1.3833-5.02518 3.19898-8.6133 5.33193-13.05252 5.24138-10.69599 23.8263-29.79034 23.8263-29.79034 0 0 14.12517-9.72466 15.58557-10.63301z",
+ "fill": "#f5f6f9ff",
+ "width": 5.451986789703369,
+ "height": 4.259404182434082,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "RcA9U",
+ "x": 7.071165936329635,
+ "y": 16.68068013872471,
+ "name": "Group 1000004709",
+ "children": [
+ {
+ "type": "path",
+ "id": "q33Q0",
+ "x": 2.274562222621171,
+ "y": 3.7557941845479945,
+ "name": "Vector",
+ "geometry": "M8 0c25.43296 3.13201 126.50505 7.88977 126.5 7l4.5 9.00052c-46.57074 1.40607-138.82646-4.27531-139-6.00052 0 0 5.58633-5.66181 8-10z",
+ "fill": "#006eb7ff",
+ "width": 4.901939392089844,
+ "height": 0.572080671787262,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "wpBuj",
+ "x": 7.2998920508835,
+ "y": 3.843943732124899,
+ "name": "Vector",
+ "geometry": "M30.56381 0c2.21501 3.5112 4.55821 6.43652 8.37369 8.791l-0.48632 0.18283c-11.54811 1.53359-22.80001 1.74631-33.93254 3.02617-1.1274-2.31344-3.5902-6.43656-4.51864-9 4.91635-0.60821 28.29575-2.00746 30.56381-3z",
+ "fill": "#006eb7ff",
+ "width": 1.3731601238250732,
+ "height": 0.4231890141963959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "9GV8M",
+ "x": 10.232412917277543,
+ "y": 3.632352011543844,
+ "name": "Vector",
+ "geometry": "M15.35278 7l-15.35278 2.14867c4.07148-2.9342 6.2993-5.47651 9.35278-9.14867 2.83106 2.12893 3.9043 4.1919 6 7z",
+ "fill": "#006eb7ff",
+ "width": 0.541427493095398,
+ "height": 0.3226346969604492,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "qJsx7",
+ "x": 0,
+ "y": 3.4207602909627894,
+ "name": "Vector 688",
+ "geometry": "M0 0l1.5 7 3.5 0.5-3-4-2-3.5z",
+ "fill": "#06619aff",
+ "width": 0.17695094645023346,
+ "height": 0.2654264271259308,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "PxGWd",
+ "x": 6.663033587596146,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.38619 2.01001l27.29004-2.01001 1.15991 2.37c-8.29 5.88-52.49 35.75001-59.5 36.64001-1.98-3.61-1.47993-1.57994-0.29992-6.55994 8.7-10.25 22.12992-20.44002 33.78991-26.52002-0.13-2.46-0.05994-1.34004-2.43994-3.92004z",
+ "fill": "#a60208ff",
+ "width": 0.9874408841133118,
+ "height": 0.5289862751960754,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "SEoSS",
+ "x": 9.116314888000488,
+ "y": 18.77902603149414,
+ "name": "Group 1000004713",
+ "children": [
+ {
+ "type": "path",
+ "id": "h9leY",
+ "x": 4.653293609619141,
+ "y": 0.1939716339111328,
+ "name": "Vector",
+ "geometry": "M0 4.84912c18.95338-0.62718 42.02959-3.07085 61.0625-4.84912-4.80521 15.16724-19.2344 27.65244-13.65252 44.45308-2.26645 1.01725-24.69241 1.92357-29.60527 2.54692-1.18403-1.94655-3.18982-6.85304-4.19713-9.15906-1.49771-2.81465-3.26495-7.67916-4.48875-10.77298-1.21054-2.6655-2.68176-6.96392-3.76417-9.80533-1.60817-4.19903-3.39747-8.34068-5.35466-12.41351z",
+ "fill": "#006eb7ff",
+ "width": 2.1534149646759033,
+ "height": 1.6574902534484863,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "WjLfk",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l61 7-4.5 12c0 0-35.72289 19.46143-39.33966 19.00883-3.28039-13.46262-17.16034-38.00883-17.16034-38.00883z",
+ "fill": "#006eb7ff",
+ "width": 2.1512107849121094,
+ "height": 1.3406842947006226,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "fN2A9",
+ "x": 2.290491819381714,
+ "y": 0.34363991022109985,
+ "name": "Vector",
+ "geometry": "M29.0625-0.00006c0.04325 4.96897-0.18858 8.79899-0.5 13.75653l-13.69665-0.70881c-4.85724-0.17148-9.99563-0.59823-14.86585-0.92594 4.0268-2.69788 6.98957-5.70822 10.80011-8.29178l3.2699-3.82963 14.99249-0.00037z",
+ "fill": "#006eb7ff",
+ "width": 1.0250942707061768,
+ "height": 0.4851321876049042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "PFvnj",
+ "x": 9.645272254943848,
+ "y": 20.13681697845459,
+ "name": "Group 1000004708",
+ "children": [
+ {
+ "type": "path",
+ "id": "Rhbwr",
+ "x": 4.5819783210754395,
+ "y": 0.10576289147138596,
+ "name": "Vector",
+ "geometry": "M0 5.40914c22.37-0.61 51.6699-5.65015 72.2699-5.40015 0.87 10.38 1.39011 12.78019 4.24011 22.69019-5.13 2.66-55.89001 5.02991-67.01001 6.65991-2.68-5.09-7.22-17.91995-9.5-23.94995z",
+ "fill": "#f5f6f9ff",
+ "width": 1.234301209449768,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "tecJy",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M114.5 6c0 0 11.52383 8.3289 11.5 9.5-1.79223 0.93012-49.8382-1.5496-52.03816-1.50005-25.15392-1.13977-73.96184-3.99992-73.96184-3.99992l1.5-10.00003 113 6z",
+ "fill": "#f5f6f9ff",
+ "width": 4.443485260009766,
+ "height": 0.5539872646331787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "sM3pI",
+ "x": 9.557991981506348,
+ "y": 19.643047332763672,
+ "name": "Group 1000004707",
+ "children": [
+ {
+ "type": "path",
+ "id": "r3sRA",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c6.89954 1.15552 75.4919 6.77203 81.5 8-2.86079 3.15142 7.55487 7.48647 7 11.5-3.56574-0.57595-80.84329-5.05808-84.5-5.5-1.15978-4.59673-2.89935-9.28736-4-14z",
+ "fill": "#006eb7ff",
+ "width": 3.1217758655548096,
+ "height": 0.6876821517944336,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "zPPLx",
+ "x": 4.5283894538879395,
+ "y": 0.21157237887382507,
+ "name": "Vector",
+ "geometry": "M0 2.39927c12.7805-0.3535 26.08958-1.75996 39-2.39927-1.18263 4.38496-2.07409 10.96236-2.07409 10.96236-12.44778 1.4929-19.54659 1.90037-32.37455 2.03082 0 0-3.31049-7.55152-4.55136-10.59391z",
+ "fill": "#006eb7ff",
+ "width": 1.3753643035888672,
+ "height": 0.45821431279182434,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "XoMLk",
+ "x": 0.5432297587394714,
+ "y": 0.24030113220214844,
+ "name": "Vector",
+ "geometry": "M57.97672 0c0.44853 3.95168 1.25586 10.09181 4.02328 13.1851-6.35564-0.72692-16.55065-0.98979-23.40416-1.38806-12.89966-0.64572-25.76795-1.66657-38.59584-3.05468 0.99573-0.39053 0.78494-0.2088 1.47118-0.77719",
+ "width": 2.186476469039917,
+ "height": 0.4649823009967804,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "sEWON",
+ "x": 9.345545768737793,
+ "y": 19.23748779296875,
+ "name": "Group 1000004714",
+ "children": [
+ {
+ "type": "path",
+ "id": "hq3DG",
+ "x": 4.5998005867004395,
+ "y": 0.1939522922039032,
+ "name": "Vector",
+ "geometry": "M48.5625 0c0.54715 0.67299-3.8116 9.64185-4.5 11.5-12.84168 0.65493-27.55367 2.13786-40.26613 2.5-1.2209-2.68521-2.70469-7.0154-3.79637-9.87782 14.56608-0.80903 34.20139-1.89157 48.5625-4.12218z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7142637968063354,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "OAlG1",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c11.66282 2.71757 37.24294 4.26167 49 6.5-1.26141 2.1301-2.5 10.5-2.5 10.5l-41-5.5c0 0-4.3565-7.84136-5.5-11.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7280219793319702,
+ "height": 0.5995177626609802,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "RRLQw",
+ "x": 1.4615472555160522,
+ "y": 0.29974064230918884,
+ "name": "Vector",
+ "geometry": "M16.49078 0c5.00232 0.32823 10.28008 0.75567 15.26907 0.92742l15.30265 1.07258c0.12883 2.53043 1.59774 6.53445 1.5 9-11.47069 0.30152-37.08737-2.25605-48.5625-3.81706 6.23735-1.97702 10.82652-4.1449 16.49078-7.18294z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7127577066421509,
+ "height": 0.38878539204597473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6GmzC",
+ "x": 7.970309734344482,
+ "y": 18.796713691204786,
+ "name": "Group 1000004710",
+ "children": [
+ {
+ "type": "path",
+ "id": "hGS2X",
+ "x": 7.4212212562561035,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M15.07569 0c21.07785 2.80374 45.93214 7.87342 63.42431 21-9.10185 13.40342-16.48384 30.2149-33.5 35.5-11.10464 3.85254-24.01665 6.89902-34.70375 1.56356-3.83332-2.38095-6.18748-5.33916-8.41285-8.88983-1.26593-3.73935-1.49696-4.645-1.8834-8.5617 0.51081-4.5091 0.88393-6.59948 2.05658-10.99914 0.91058-2.41492 2.83835-6.39196 2.83835-6.39196l1.5591-4.01107c0 0 7.3635-15.19241 8.62166-19.20986z",
+ "fill": "#07beffff",
+ "width": 2.7683615684509277,
+ "height": 2.1487815380096436,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "oZ5S5",
+ "x": 7.4231390953063965,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M4.81249 0c12.32677 8.12088 21.27567 15.05019 31.81442 25.3379l8.33237 8.15122c-11.38463 5.32934-22.69046 9.22777-34.79153 1.55202-3.80064-2.39452-6.13473-5.36957-8.34113-8.94048-3.57005-8.85252-1.55204-17.94915 2.98587-26.10066z",
+ "fill": "#010127ff",
+ "width": 1.5855228900909424,
+ "height": 1.3875577449798584,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "PO0xE",
+ "x": 0,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M44.5 0c0 0 3.58718 8.98287 4.61654 15.03997 0.69191 4.07143 0.33798 6.379-1.19819 10.38402-2.40967 4.04009-5.54328 7.87066-9.41835 11.07601-13.35786 7.40126-25.27131 3.28876-38.5-1.77896 3.38067-3.02357 10.0585-7.3085 12.9314-10.6437 12.56058-10.38773 31.5686-24.07734 31.5686-24.07734z",
+ "fill": "#010127ff",
+ "width": 1.7440701723098755,
+ "height": 1.4293965101242065,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "FImbe",
+ "x": 15.956307411193848,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M5.0625 0c6.77244 0.55154 63.40586 16.63156 63.57858 16.15853 0.53134 1.8635 0.30363 11.3138 0.34381 13.84147-7.87187-7.18831-37.81442-16.64624-49.4905-19.28398-3.88459-0.87672-17.67712-2.61872-19.49439-3.8484l0.37058-1.52192c2.11643-4.02303-2.37624-4.82574 4.69192-5.3457z",
+ "fill": "#006eb7ff",
+ "width": 2.4333372116088867,
+ "height": 1.0579725503921509,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "GjOVQ",
+ "x": 15.214903831481934,
+ "y": 16.5396671295166,
+ "name": "Vector",
+ "geometry": "M68.02002 0l2.42004 1.55005c-6.82 4.94-60.16006 24.44993-70.44006 27.04993 6.44-8.79 24.40996-15.45 34.82996-23.87 11.47-1.99 21.23006-1.90998 33.19006-4.72998z",
+ "fill": "#18477eff",
+ "width": 1.0932382345199585,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "5GWQ5",
+ "x": 16.484785079956055,
+ "y": 16.64545440673828,
+ "name": "Vector",
+ "geometry": "M21.96008 0c3.04 2.67 6.22999 5.26998 8.98999 8.22998-9.41 5.3-21.07007 11.98007-30.95007 16.20007 4.25-5.42 6.09006-8.79003 12.44006-11.03003 2.45-0.86 1.74001-0.29002 3.01001-2.27001l-1.51001-2.66993c8.77-2.01 1.04002-2.97008 8.02002-8.46008z",
+ "fill": "#dedde5ff",
+ "width": 0.4937204420566559,
+ "height": 0.3173917531967163,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "7yy9A",
+ "x": 12.960517849242024,
+ "y": 16.50439807346902,
+ "name": "Group 1000004706",
+ "children": [
+ {
+ "type": "path",
+ "id": "R80rj",
+ "x": 1.3576398236400564,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M55.4134 1.17579c2.85228-1.40729 8.67308 0.94434 12.47314-1.17579 0.46048 1.75268 1.90005 2.47284 3.53184 3.69274 1.35908 0.98106 2.78522 1.9364 4.01912 3.02401-4.20689 1.94743-9.41972 4.40195-13.83673 5.95254-4.53325 2.00254-10.91736 3.9757-15.76802 5.60713-6.12481 1.9952-22.39491 7.28294-28.89525 8.22358-3.80006-0.40418-4.343 0.08847-8 0.5l-0.8684-1.4336-0.40685 0.31599c2.66004-1.0472 5.86551-2.17524 6.98764-4.68852l-1.71239 0.30613c-4.37678-0.34907-4.41382 0.08451-8.5 0l-4.4375-3.22358c5.95045-2.87705 13.21425-9.00964 19.5-11.55967 2.8791-3.22979 16.41682-0.70915 21.07525-3.80298 5.12785-0.7312 9.49124-0.7018 14.83814-1.73798z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -156.15335970187198,
+ "size": {
+ "height": 0.50101301977304
+ },
+ "colors": [
+ {
+ "color": "#ddd3d6ff",
+ "position": 0
+ },
+ {
+ "color": "#fcffffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4995561360658898,
+ "y": 0.4860016907186544
+ }
+ },
+ "width": 2.660360336303711,
+ "height": 0.9521751999855042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "MYV5P",
+ "x": 0,
+ "y": 0.5642496091977591,
+ "name": "Vector",
+ "geometry": "M38 0l4.95374 5.39261c4.10912 0.08669 5.70961-0.65205 10.11096-0.294l0.62042 0.65581c-1.12844 2.57801-4.3519 3.73511-7.02687 4.80928l0.40912-0.32413 0.37763 0.44476c3.67753-0.42213 4.6711-0.57668 8.4925-0.16209-11.09553 2.75139-44.60369 6.1549-55.9375 5.97776 10.41218-2.83054 28.77021-14.10667 38-16.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.9726780652999878,
+ "height": 0.5821189880371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "4mn0D",
+ "x": 12.782086372375488,
+ "y": 17.98556137084961,
+ "name": "Vector",
+ "geometry": "M0 9.87522c7.79122-0.0451 15.58249-0.04514 23.40949-0.22931 22.89958-0.53747 45.89755-3.34884 68.36775-7.2389 0 0 1.43566-1.68755 1.57879-1.85292 13.1762-2.0108 45.8394 1.883 58.98877 4.77706 1.86804 4.15662 3.40991 7.554 4.7177 12.66885 0.87659 3.42842 1.61548 8.91626 1.61548 8.91626 0 0-2.17813-0.36454-4.40994-1.27409-15.66742-6.37068-38.111-15.09643-54.86974-16.44574-7.08009 0.51492-3.2158 0.31955-5.3358 4.30357l-4.49474 0.75009c-22.11687 4.60418-47.22591 6.25047-69.83924 7.29533-6.29291-5.9159-12.45164-7.21636-19.72852-11.6702z",
+ "fill": "#006eb7ff",
+ "width": 5.595898151397705,
+ "height": 0.949222207069397,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "IVPiw",
+ "x": 16.026323318481445,
+ "y": 18.24812126159668,
+ "name": "Vector",
+ "geometry": "M3.88616 3.24696c-2.57882-0.54509-2.3326-0.11125-3.88616-1.56229 2.95042-6.24172 64.5625 6.87001 64.5625 6.87002 1.22681 4.28139 1.27321 6.60148 2.11516 10.91459l-4.41442-1.30127c0 0-41.60134-13.54296-58.37708-14.92105z",
+ "fill": "#f5f6f9ff",
+ "width": 2.35143780708313,
+ "height": 0.6865988373756409,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "vJClI",
+ "x": 16.096818923950195,
+ "y": 17.438934326171875,
+ "name": "Vector",
+ "geometry": "M45.5625 0c1.9974 1.78339 6.97963 10.04062 7 10 0 0-32.00481-1.04235-52.47001 1.5l-0.09249-7.78697c14.94145-1.85997 30.4933-3.43228 45.5625-3.71303z",
+ "fill": "#006eb7ff",
+ "width": 1.8536560535430908,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "IrZmn",
+ "x": 6.6810994148254395,
+ "y": 18.2324161529541,
+ "name": "Vector",
+ "geometry": "M3.73031 8.11141c18.25819-4.63386 42.09328-8.77353 61.55645-8.0229 1.72011 0.06689 12.99934 3.22182 15.80347 3.66403 12.20647 1.92118 30.52561 5.32218 42.47227 6.24746l48 5.09009c-4.07629 3.68628-7 9.40991-7 9.40991-36.39268-1.21156-56.89151-3.63908-93.53313-9.40991 0 0-16.7038 3.46334-22.76448 4.93859-11.548 2.81674-21.67152 6.28744-32.3505 11.00305-2.80861 1.29689-5.94535 3.00005-7.35189 3.46827l-7.67217 3.5c-0.68535-2.21846-0.84212-4.60858-0.80181-6.94967-0.21501-5.13924-0.07168-7.49147 0.80181-12.53781 0.88245-3.80148 1.60365-6.68882 2.83998-10.40111z",
+ "fill": "#f5f6f9ff",
+ "width": 6.050280570983887,
+ "height": 1.3400986194610596,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "EZRTK",
+ "x": 6.663355827331543,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M1.0618 15.5c4.79546-0.85722 17.25769-5.4567 22.82042-7.08504 14.38638-4.07647 29.18312-6.89517 44.17618-8.41496l1.44087 6.59951c-21.72901 3.45508-38.75621 7.539-58.67856 16.53044-2.5204 1.13422-8.66673 4.07112-10.75889 5.37005-0.21412-5.177 0.1301-7.91658 0.99998-13z",
+ "fill": "#006eb7ff",
+ "width": 2.450943946838379,
+ "height": 1.00507390499115,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "JrZpH",
+ "x": 6.806744575500488,
+ "y": 17.844480514526367,
+ "name": "Vector",
+ "geometry": "M4.5 8c13.35847-1.97754 25.98067-3.62586 39.61149-4.20155 3.58518-0.14953 16.61769 0.42993 18.66254-0.2467 0.41969-1.47661 0.41967-1.92895 0.54915-3.42051 1.87965-1.03924 26.08296 4.41114 30.09229 5.18496 10.94305 2.0523 21.97096 3.73451 33.06134 5.03916 2.94226 0.22056 14.61218 1.76707 17.52319 2.14464-1.17422 1.19998-1.44632 3.21778-2.5 4.5-2.87082 2.44856-0.05774 4.11873-3 6.5l-18.91676-2.03454c-11.90743-0.93083-29.87346-5.14382-42.03985-7.0765-2.79492-0.44485-14.03712-3.61867-15.75158-3.68596-19.39925-0.75513-43.59357 3.6354-61.79181 8.297 0.5-2 2.36388-8.40173 4.5-11z",
+ "fill": "#006eb7ff",
+ "width": 5.078268051147461,
+ "height": 0.8287451267242432,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "LonL8",
+ "x": 7.176966667175293,
+ "y": 17.403657913208008,
+ "name": "Vector",
+ "geometry": "M8 0c0 0 31.31661 2.86354 43.9375 4.88053l-0.36374 6.61947c-16.4493-2.10655-51.57376-1.5-51.57376-1.5 3.00536-3.94938 4.7602-6.13987 8-10z",
+ "fill": "#006eb7ff",
+ "width": 1.8316148519515991,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "n4atS",
+ "x": 11.89969253540039,
+ "y": 18.831928253173828,
+ "name": "Vector",
+ "geometry": "M0 20.84985c3.13-5.71 8.54999-16.72985 12.73999-20.84985l2.64002 1.0498c0.12 6.49 0.23999 12.67016 0.61999 19.16016l-16 0.63989z",
+ "fill": "#c398a3ff",
+ "width": 0.24686022102832794,
+ "height": 0.28212597966194153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "OgO7t",
+ "x": 8.991148948669434,
+ "y": 22.393768310546875,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M158.37489 0c9.41785 3.10574 26.44347 20.03633 34.57096 20.41662 0.43908-1.68523 2.35218-3.47107 2.88536-5.07054-0.77959 11.45359-1.60396 19.26823 7.5361 28.38412 0.69446 0.69348 1.90686 2.10242 2.63269 2.7698-1.37997 0.30946-1.16035 0.54101-2.5 0.5-2.15956-1.30121-5.33449-3.60533-7.66879-4.73876-13.9834-8.19871-26.31795-19.5628-40.51194-26.91516-15.85621-6.70363-40.11325-3.97449-57.26879-4.22802-10.60068-0.15286-41.8964-1.03271-49.14573 3.31458-11.68494 7.0019-26.30458 20.09966-38.72431 27.63845-2.50008 1.24155-10.18044 5.42891-10.18044 5.42891 0 0 7.63931-15.4397 8.0625-24.5 0.13322-2.80566 2.34644-8.98871 2.34644-8.98871 0 0 1.06188 3.96704 1.47857 6.09967 10.69477-2.71053 24.57064-13.74281 35.45806-18.91407 11.93585 0.97311 19.32403 3.70225 29.92471 5.0892 28.89873 3.77685 53.50522 1.10356 81.10461-6.28609z",
+ "fill": "#027cc1ff",
+ "width": 7.264744758605957,
+ "height": 1.6751232147216797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "path",
+ "id": "xVALT",
+ "x": 6.604848861694336,
+ "y": 21.466087341308594,
+ "name": "Vector",
+ "geometry": "M48.944 3.49488c16.6134 7.46846 24.61391 21.29244 29.07008 36.95992l-0.07601 0.79875c-0.19219 2.20306 0.30844 5.23508 0.19223 7.72582-0.41376 9.0156-10.47224 24.96802-10.47224 24.96803-5.24461 3.38215-17.49093 4.43223-23.48753 4.19417-5.67905-0.22545-8.97217-0.59484-14.34731-2.44152-21.47636-7.37839-30.52652-31.71238-29.78079-49.94371 1.4139-23.7446 29.86185-30.8244 48.90157-22.26146z",
+ "fill": "#010127ff",
+ "width": 2.755948781967163,
+ "height": 2.756857395172119,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "TjbZw",
+ "x": 15.851283073425293,
+ "y": 21.441598892211914,
+ "name": "Vector",
+ "geometry": "M0.20912 41.89594c2.17472-10.33426 7.67839-19.13331 15.2721-27.02486 15.28546-15.87385 41.77432-22.09405 58.15606-3.19138 1.74406 2.81487 3.74326 5.35465 4.32268 8.65154-0.06685 9.06753 0.0134 11.37034-2.41979 20.23747-3.10611 11.05271-9.65707 21.06937-18.87291 28.8626-1.74245 1.09657-5.38778 3.45985-5.38778 3.45985 0 0-9.01954 4.80989-15.35228 5.75142-8.58621 1.27657-17.67158 1.95446-25.9048-4.14258-10.68585-7.9133-10.34378-24.65684-9.81328-32.60406z",
+ "fill": "#010127ff",
+ "width": 2.749316453933716,
+ "height": 2.8036584854125977,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "d5haL",
+ "x": 13.048723220825195,
+ "y": 20.983121871948242,
+ "name": "Vector",
+ "geometry": "M48.13989 0c12.47 3.26 20.63001 7.69983 31.89002 14.32983 3.64 3.21 8.57007 7.39008 11.82007 10.83008-14.7-2.19-37.38005 1.46002-53.18006 0.77002 5.54-1.08 12.29999-1.71993 17.98999-2.42993-13.44-7.21-18.47996-9.94006-30.82995-19.31006-7.67-1.04-17.93996-1.44999-25.82996-1.98999 7.57-0.32 14.99995-0.66995 22.56995-0.69995 8.24 0.2 17.28995-0.81 25.56994-1.5z",
+ "fill": "#c398a3ff",
+ "width": 1.445895791053772,
+ "height": 0.3526575267314911,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "fP3Vu",
+ "x": 9.995351791381836,
+ "y": 21.300533294677734,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M1.40002 0c75.24 2.95 140.86994 6.25995 216.30994 3.44995 15.8 0.69 38.48004-2.96002 53.18005-0.77002 6.67002 5.34 13.10996 10.72992 20.19996 15.41992-1.48002 0.86-1.60999 1.20019-2.85999 2.44019 0.03 6.29 2.76004 15.77992 4.29004 22.16992-17.23001-7.67-38.94008-26.92-47.20007-29-16.18-4.09-49.9299 5.28986-70.7699 6.85986-51.79 3.88-107.88009-0.01997-158.59009 3.78003-5.32-7.68-11.42996-14.32995-15.95996-22.69995l1.40002-1.6499z",
+ "fill": "#027cc1ff",
+ "width": 4.584547996520996,
+ "height": 0.5642519593238831,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "group",
+ "id": "0JHWe",
+ "x": 7.774587460924522,
+ "y": 16.50439807346902,
+ "name": "Group 1000004711",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pa60R",
+ "x": 4.866594484876259,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M103.03127 1.20293c2.84439-1.43978 8.6491 0.96614 12.43865-1.20293 0.45921 1.79315 1.8948 2.52993 3.52208 3.77799 1.35532 1.00371 2.77751 1.9811 4.008 3.09384-4.19526 1.99239-9.39366 4.50358-13.79846 6.08997-4.52072 2.04878-10.88718 4.06749-15.72444 5.73658 0.55729 5.6238 3.6106 4.97456 9.0854 5.30162-33.45756 10.80714-65.48698 19.51975-102.5625 17.65219 2.89344-3.10136 3.26344-3.65773 5.0958-7.19139 5.2385-1.42475 10.21396-1.9172 15.88492-3.56751 22.9591-6.27748 47.46019-14.42603 67.25343-27.91225 5.11367-0.74809 9.465-0.718 14.79712-1.77811z",
+ "fill": "#006eb7ff",
+ "width": 4.3376874923706055,
+ "height": 1.4778326749801636,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "cRxpg",
+ "x": 8.14631860597001,
+ "y": 0.21157673427023838,
+ "name": "Vector",
+ "geometry": "M29.0625 0c2.52518 1.87641 10.65248 8.45886 10.5 8.5 0 0-27.81568 9.74287-31.5625 10-5.42582-0.31958-7.4477-0.50476-8-6 4.79399-1.63094 12.01972-3.99806 16.5-6 4.3654-1.55013 8.40476-4.55316 12.5625-6.5z",
+ "fill": "#006eb7ff",
+ "width": 1.3952759504318237,
+ "height": 0.6524164080619812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "Figwf",
+ "x": 0,
+ "y": 0.10580335238137195,
+ "name": "Vector",
+ "geometry": "M17.46082 0.07951c5.34276-0.80883 16.08684 4.77091 21.68187 6.86137 2.76147 4.83736 18.7537 9.14722 18.85731 10.84302l-0.63965 0.3087c-1.92357-0.51187-4.09041-0.13285-6.13111 0.05471l-1.75684-0.83063 1.75684-0.81668c-1.74788-2.62968-9.32508-2.5258-12.69921-0.80263-2.00016 0.32822-1.27486-0.12503-2.40107 1.18395-0.10812 1.96542-0.06756 2.37179 0.18021 4.34502l-0.85593 0.77366c-11.97841-2.71173-23.23157-5.48598-35.45324-8.10394l1.22085-2.27799c-0.51806 0.14067 14.77138-10.59687 16.23997-11.53856z",
+ "fill": "#056bb1ff",
+ "width": 2.0454134941101074,
+ "height": 0.7758466005325317,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "i7WGn",
+ "x": 1.2689209495292744,
+ "y": 0.5995123726979728,
+ "name": "Vector",
+ "geometry": "M5.4552 2.84535c7.49-4.41 27.82996-3.87001 31.70996 2.85998l-3.8999 2.09009 0.38 1.31995c4.53-0.48 9.33998-1.45001 13.60999-0.14002 3.3 2.88 4.19001 3.79002 8.38 4.90003 11.71 3.12 18.48 11.42001 27.12 19.01001l0.54993 3.52002c-13.48-4.07-28.46992-9.56999-41.90992-14.23999l-22.51001-9.04004c-5.41-2.19-11.49009-6.00002-16.09009-4.65003-1.82 3.2-1.7299 4.80002-2.2699 8.52002-0.55-5.05-0.64002-6.09-0.40002-11.11999 2.5-3.35 0.88996-2.19003 5.32996-3.03003z",
+ "fill": "#026db4ff",
+ "width": 1.3048328161239624,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "4MTkk",
+ "x": 1.3398960147605976,
+ "y": 0.38792065211691806,
+ "name": "Vector",
+ "geometry": "M0 0c2.6205 0.82011 20.57524 1.57309 23.0625 2 9.46046 5.30263 9.0624 9.13912 19.5 13 6.20038 2.29556 19.00837 5.91609 25 8.5 1.25251 0.53925 2.40483 3.30916 3 4.5-10.31768-1.7638-25.61335-4.57157-35.58903-7.5l-1.92803-0.88114c-3.83749-2.8423-7.21393-5.95049-12.41497-7.11886-1.861-0.41567-0.57252-1.73366-2.03822-2.81216l0 0.70396c-0.10216-1.62524-15.86959-5.75575-18.59225-10.3918z",
+ "fill": "#006eb7ff",
+ "width": 2.4884393215179443,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "1joMl",
+ "x": 10.613027572631836,
+ "y": 16.865154266357422,
+ "name": "Vector",
+ "geometry": "M0 0.99897c13.34109-0.56474 35.51595-0.25744 49.53555-0.56787 7.11315-0.16082 37.11151-0.78168 41.96445-0.16084-9.16217 3.91206-23.15481 11.02934-31.00489 16.72913-11.76838-2.11685-20.02903-1.54463-31.99511 0-1.7884-2.77883-22.90115-11.22442-28.5-16.00042z",
+ "fill": "#029ddcff",
+ "width": 3.226816177368164,
+ "height": 0.5994983911514282,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "EGWgZ",
+ "x": 9.980390685101156,
+ "y": 15.834346792932138,
+ "name": "Group 1000002753",
+ "rotation": -5.4196677774801,
+ "children": [
+ {
+ "type": "path",
+ "id": "Brd4R",
+ "x": -6.747109182470012e-8,
+ "y": 0.019122169026218216,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.31776 5.01041c-0.46501-0.93699-1.15258-2.07123-1.4833-2.21055-0.33073-0.13932-0.43393-0.1837-0.43393-0.18369l-0.23747-0.13069c0.1362-0.15101 0.24061-0.32748 0.3071-0.51904 1.86501-0.55973 3.18917-1.96644 3.18917-1.96644-0.79574 0.2737-2.12238 0.68301-2.12238 0.68301-0.41279 0.27616-0.92505 0.67438-1.1762 0.87288-0.20888-0.04562-0.66394 0.0074-1.0183 0.06288-0.52842-0.24658-1.20107-0.63-1.20106-0.63l-0.82309 0.06534-0.3183 0.1689c0.27602 0.47466 1.354 0.73973 1.87993 0.83343 0.15047 0.20878 0.33493 0.39127 0.54583 0.54l0.00746 0c-0.18028 0.19233-0.58686 0.63617-0.73233 0.89754-0.19023 0.34027-0.13677 0.45863-0.26608 0.76315-0.12931 0.30452-0.42647 0.38836-0.36554 0.81616 0 0 0.1579-0.51658 0.66892-0.61644 0.3556-0.06658 0.96732-0.61644 1.18615-1.21192 0.08031 0.3533 0.122 0.71415 0.12433 1.07631 0.05222 1.25384 1.96572 1.25014 2.28402 1.68041 0.1119 0.15041 0.92504 0.51781 0.92504 0.51781-0.38544-0.19356-0.47371-0.57206-0.93997-1.50905z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "pwF2Y",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "6Oru3",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "P08vS",
+ "x": 0.04236100344019178,
+ "y": 0.8616577653671129,
+ "name": "Union",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "fH5iY",
+ "x": 3.0024307119662694,
+ "y": 1.1300092010284288,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "zohdE",
+ "x": 3.817200218420794,
+ "y": 0.28407153175123767,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "SDp4K",
+ "x": 1.1292108297348022,
+ "y": -1.4106216430662926,
+ "name": "Group 1000004699",
+ "rotation": -6.877366455406287,
+ "children": [
+ {
+ "type": "path",
+ "id": "MIm9P",
+ "x": 0.8684478998184204,
+ "y": 8.026851654052734,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "Ef3G6",
+ "x": 1.7811734676361084,
+ "y": 8.990241050720215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "2h0QC",
+ "x": 2.647956371307373,
+ "y": 3.5053372383118813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "2uT8n",
+ "x": 19.477853775024414,
+ "y": 5.655164718628043,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "ifRdB",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "cMxQZ",
+ "x": 0.6036384105682373,
+ "y": 0.8086215853691101,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "65xqe",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "tkejl",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "CI2JC",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "euKju",
+ "x": -0.003589207772165537,
+ "y": 3.4960622787476723,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "w4ec7",
+ "x": 2.6480860637966543,
+ "y": 7.462066650390739,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "2Gl9n",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "HMeYS",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "zxvpD",
+ "x": 0,
+ "y": 0.14140644669544145,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "bmgOq",
+ "x": 7.764809131622371,
+ "y": 10.117682456970215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "nfDuU",
+ "x": 15.314987182617244,
+ "y": 8.85864543914795,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "D5bdI",
+ "x": 3.4736547470092773,
+ "y": 3.0142910480499268,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "LueYx",
+ "x": 6.6019439697265625,
+ "y": 4.773575782775879,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760098670519542,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837419509887695,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "en1cg",
+ "x": 12.846795082092285,
+ "y": 3.5572717189789955,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.465594830731687,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024002075195312,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DZcDz",
+ "x": 1.5554691553115845,
+ "y": 4.792092800140381,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WNSv5",
+ "x": 3.254341363906917,
+ "y": 5.144763946533203,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "AadRV",
+ "x": 0.7621580958366962,
+ "y": 4.169982433319092,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lpbb6",
+ "x": 20.197999954223633,
+ "y": 1.970159649848938,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UYkyu",
+ "x": 18.37898826599121,
+ "y": 2.8441162109373863,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Bk2VY",
+ "x": 21.513830184936523,
+ "y": 0.9692478775979225,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6dnKK",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "hv1w9",
+ "x": 4.795600857047248,
+ "y": 15.234859194075398,
+ "name": "Group 1000004700",
+ "children": [
+ {
+ "type": "path",
+ "id": "SVHhl",
+ "x": 0.39180210659105796,
+ "y": 1.0126250130779226,
+ "name": "Vector",
+ "geometry": "M12.10064 0c11.18046 4.86492 21.53402 5.19573 33.24239 8.78613 2.15633 0.66179 5.9868 1.58338 8.04564 2.5-2.91428 9.7633-7.1405 25.46486-8.04564 35.64654-4.43866-4.05441-10.08882-7.07809-15.15905-10.3414-9.02837-5.81158-23.00482-15.00819-30.18398-22.61116 2.37173-2.11469 5.05943-4.29403 6.80461-6.9024 1.05659-0.67738 4.51033-5.88497 5.29603-7.07771z",
+ "fill": "#07beffff",
+ "width": 1.8827916383743286,
+ "height": 1.6551158428192139,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "2WyZP",
+ "x": 0,
+ "y": 0.47818321415252285,
+ "name": "Vector",
+ "geometry": "M8.11835 0c15.771 14.147 34.85299 27.40505 52.11899 39.84705-2.039 3.136-11.00199 16.82795-13.74399 18.60894-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997-18.458-21.072-29.15201-42.90103-12.71701-69.00403z",
+ "fill": "#0c1640ff",
+ "width": 0.818570613861084,
+ "height": 1.0274851322174072,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "4B8D1",
+ "x": 13.099234615059686,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.83476 0.61647c10.89724-1.0505 27.53599-2.57262 28.68428 12.60976 0.48937 6.50266-4.23096 13.6614-8.56211 18.21976-1.13288 1.17525-2.30816 2.30981-3.52196 3.40177-10.42329 10.63086-28.5417 21.62645-41.20377 29.78472-5.32532 3.43446-11.81434 6.70158-17.43251 10.32241-1.91511-14.31596-9.55628-38.16323-15.79869-51.15257 5.6567-2.07779 12.63127-4.39101 18.03365-6.83925 11.57543-5.24412 27.2739-14.71304 39.80111-16.3466z",
+ "fill": "#07beffff",
+ "width": 3.052396059036255,
+ "height": 2.643340826034546,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "JVLi5",
+ "x": 15.139290843697381,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 1.62085c28.28-2.762 71.46006-6.76401 74.44006 33.15399 1.27 17.097-10.97997 35.91899-22.21997 47.90399-2.94 3.09-5.99001 6.07303-9.14001 8.94403-14.26-17.319-37.27008-68.22201-43.08008-90.00201z",
+ "fill": "#0c1640ff",
+ "width": 1.0128098726272583,
+ "height": 1.2289321422576904,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "nnKF4",
+ "x": 1.9220842463691952,
+ "y": 0.9168924433834036,
+ "name": "Vector 687",
+ "geometry": "M0 2.65575l1.79109 0.55586c-0.36577 0.91503-0.45636 1.232-0.61762 2.07931l10.19068 1.4411c0 0 0.29158-1.20737 0.34998-1.99696 0.04329-0.58531 0-1.50287 0-1.50287l2.14107-0.32939c0 0-0.10273-0.93483-0.22646-1.52346-0.11473-0.54584-0.37057-1.37934-0.37057-1.37934l-12.82584 0.18528c0 0-0.13671 0.52451-0.20587 0.86467-0.12619 0.62061-0.22646 1.6058-0.22646 1.6058z",
+ "fill": "#ffffffff",
+ "width": 11.866926193237305,
+ "height": 5.765950679779053,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "Mcrbu",
+ "x": 4.704502616616082,
+ "y": 1.6222231728679617,
+ "name": "路径",
+ "rotation": 19.9479953549065,
+ "flipX": true,
+ "geometry": "M7.57942 0c0 0 30.46418 17.24297 38.58715 36.10692 0 0-23.66988-26.2258-46.16657-32.48384l7.57942-3.62308z",
+ "fill": "#006eb7ff",
+ "width": 1.6280988454818726,
+ "height": 1.2733378410339355
+ },
+ {
+ "type": "path",
+ "id": "y5hWh",
+ "x": 2.0155988080223324,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M7.42108 0.00055c0.25449-0.00501 0.59608 0.02553 0.85438 0.04432l1.54708 0.1198c0.39712 0.02803 0.79854 0.0368 1.19614 0.05543 0.17897 0.0083 0.37428 0.00642 0.55055 0.02287 0.00317 0.22817-0.06743 0.88945-0.06743 0.88945-0.03206 0.38744-0.11684 0.87936-0.26763 1.23523-0.30779 0.72637-0.76176 0.94629-1.50317 1.34954-0.08266 0.03837-0.22641 0.0996-0.30145 0.14126-0.12296 0.06593-0.28765 0.18072-0.39792 0.22598-0.03792 0.06092-0.09107 0.15472-0.13835 0.20468-0.16691 0.14-0.2775 0.14783-0.49264 0.14141-0.62416-0.01848-1.51578-0.39589-1.9358-0.84691-0.03446-0.02098-0.11401-0.07063-0.15093-0.07548-0.58948-0.0772-1.15788-0.21611-1.72702-0.38274-0.22488-0.06593-0.4644-0.14946-0.74593-0.06984-0.65329 0.18474-0.98518 0.85594-1.52106 1.2473-0.58758 0.40702-1.39129 0.7334-1.95576 0.30881-0.40277-0.30295-0.3947-0.9639-0.33216-1.39888 0.10836-0.60417 0.45259-1.11877 0.74917-1.64605 0.08885-0.15801 0.23298-0.2883 0.31859-0.45947-0.02301-0.05415-0.05625-0.11895-0.03566-0.22189 0.03566-0.22646 2.14341-0.40982 3.52281-0.32939 0.68463 0.03992 1.74052 0.23322 1.74052 0.23322l0.81418 0.09647c0 0 0.42731 0.04112 0.34771-0.40545-0.06537-0.16365-0.06315-0.30584-0.06822-0.47967z",
+ "fill": "#07beffff",
+ "width": 9.909089088439941,
+ "height": 4.120392322540283,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "hyyB3",
+ "x": 8.60861686298449,
+ "y": 4.901947293961712,
+ "name": "Vector 691",
+ "enabled": false,
+ "opacity": 0.800000011920929,
+ "rotation": -2.5351158720947935,
+ "geometry": "M57.5 72c-15.2091 9.11279-57.5 19.5-57.5 19.5m29-91.5c24.87412 1.16449 38.60047 6.16428 62.5 13.5m-20 11c-4.81117-15.42187-42.5-24.5-42.5-24.5m-29 91.5c10.03708 7.83723 81.23975-35.77987 71.5-67m20-11c0.96429 22.34071-13.80731 46.4012-34 58.5",
+ "fill": "#0b77c5ff",
+ "width": 3.2283897399902344,
+ "height": 3.2594618797302246,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1851451937109232
+ }
+ },
+ {
+ "type": "path",
+ "id": "HWmuU",
+ "x": 3.4207153660972835,
+ "y": 6.904897485459514,
+ "name": "Vector 690",
+ "enabled": false,
+ "geometry": "M48.5 12.7038c-12.3604 4.74975-31.5 28.00008-30 25.00015l-18.5 12c14.90243-13.56508 26.51964-39.63162 46.5-47.49993 21.20493-8.35055 73.51719 8.74942 75.5 22.49996-16.87935-1.29341-54.50206-19.30055-73.5-12.00018z",
+ "fill": "#027cc1ff",
+ "width": 4.302421569824219,
+ "height": 1.7528470754623413,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1539790853857994
+ }
+ },
+ {
+ "type": "path",
+ "id": "OleYi",
+ "x": 2.0458112103660824,
+ "y": 8.146378789628216,
+ "name": "Vector",
+ "rotation": -6.200758006557689,
+ "geometry": "M0 0c0 0 44.69833 9.25202 55.72443 0.51042-3.21035 4.59426-10.99867 8.04931-15.87725 11.25444-17.17308 7.95748-27.29692 7.3425-35.94662-3.63863-2.20719-2.80212-3.90056-8.12623-3.90056-8.12623z",
+ "fill": "#01022aff",
+ "width": 1.9651638269424438,
+ "height": 0.6043636202812195,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.0241984985768795
+ }
+ },
+ {
+ "type": "path",
+ "id": "Svmgf",
+ "x": 8.372192416878534,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M0 0.0133c6.18076-0.12171 14.47699 0.61994 20.75023 1.07634l37.57392 2.90961c9.64491 0.68081 19.39386 0.89381 29.05033 1.34641 4.34656 0.20158 9.95188 0.25791 14.23294 0.65727 0.07707 5.54154-2.5 22-2.5 22-7.83627-2.60622-34.91583-25.71598-75-18.5-2.38692 1.93359-15.99908 6.50889-19.47184 11.02584-2.13475-2.54447-2.40448-5.64421-2.97863-8.86568-1.58758-3.97454-1.53365-7.42803-1.65695-11.64979z",
+ "fill": "#006eb7ff",
+ "width": 3.583322048187256,
+ "height": 0.9875443577766418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "7ZMZs",
+ "x": 8.430219684334588,
+ "y": 5.101549897874065,
+ "name": "Vector",
+ "geometry": "M0 0c14.22 2.33 28.65992 3.01002 43.03992 2.02002-6.15 6.71-26.25994 10.64992-35.30994 21.28992-5.54-6.69-6.23998-14.83994-7.72998-23.30994z",
+ "fill": "#dbe0e3ff",
+ "width": 0.584873378276825,
+ "height": 0.31265491247177124,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "7b504",
+ "x": 7.521928821297479,
+ "y": 7.306485925400921,
+ "name": "Vector",
+ "geometry": "M2.41195 0c15.28003 2.10328 41.0416 3.62576 53.43271 22.59216 1.79639 2.74963 2.89387 6.00933 4.0152 7.38996-4.05372 3.40023-6.73951 3.59041-11.96464 3.43447-12.33104-0.91739-39.72402-1.46248-47.01459-20.56872-1.32015-3.45969-1.4146-10.07691 1.53132-12.84787z",
+ "fill": "#889bbdff",
+ "width": 2.1110029220581055,
+ "height": 1.1797763109207153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "pw1kC",
+ "x": 7.6068115575035335,
+ "y": 7.0548656327373465,
+ "name": "Vector",
+ "geometry": "M0 18.75749c33.042-38.2 108.85602-10.74001 139.85602 17.60998 15.67999 14.33 21.64995 26.48002 17.94995 48.15002-2.39 3.89-5.73998 9.87994-8.71997 13.06995-2.91001-3.63-7.32004-15.53993-10.42005-19.42993-26.44999-33.28-99.01195-53.87002-138.66595-59.40002z",
+ "fill": "#0c1640ff",
+ "width": 2.158864736557007,
+ "height": 1.3089348077774048,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "YpEBa",
+ "x": 5.127476249428582,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M50.9793 0c0.21502 5.25629-2.30238 10.29579-1.53209 13.84816-1.93206 0.17876-3.21406 0.03802-5.12223-0.11031-8.78061-1.54418-18.61625-2.19835-27.52556-3.07694-4.96079-0.49064-9.26961-0.51724-14.34099-1.31215l-2.45843-0.35754c2.29197-3.0313 6.65048-3.21005 10.34468-3.89086 4.68797-0.62376 9.46342-1.30077 14.12095-2.10709 3.0295-0.52487 6.23279-1.51375 9.26151-1.90551 2.15363 0.26624 3.79591 0.05708 5.95109-0.11407 1.49471-0.83294 8.99717-0.59334 10.83907-0.53248l0.462-0.44121z",
+ "fill": "#006eb7ff",
+ "width": 1.7982847690582275,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "o2x3p",
+ "x": 5.127476249428582,
+ "y": 3.911397014344402,
+ "name": "Vector",
+ "geometry": "M26.84601 10.84998c12.166-1.64 24.559-3.42004 36.64599-5.54004 7.862-1.38 16.17503-3.98001 24.03504-5.01001 5.589 0.7 9.85097 0.15007 15.44397-0.29993-3.27201 2.2-36.16496 10.12992-41.46796 10.41992-17.374 0.96-35.79702 0.42-52.89502 6.38001-1.182 0.4-0.96803 3.04009-2.22803 5.22009l-6.38-0.94006c5.948-7.97 17.25901-8.43998 26.84601-10.22998z",
+ "fill": "#26639eff",
+ "width": 1.399282455444336,
+ "height": 0.2953532636165619,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "5HhPZ",
+ "x": 6.690848384590936,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M17.26898 0c0.558 13.82-5.97501 27.07003-3.97601 36.41003-5.014 0.47-8.34097 0.09996-13.29297-0.29003 8.375-5.04 12.16299-21.16991 11.33099-30.65992-0.189-2.16-3.13402-2.65009-4.88202-3.22009l9.62104-1.07996 1.19897-1.16003z",
+ "fill": "#26639eff",
+ "width": 0.2351311594247818,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "FSohI",
+ "x": 5.572030101509881,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M0 0.36683c0.56784-0.10267 1.28616-0.09645 1.87553-0.16763 0.42807-0.05173 1.26658-0.2353 1.64775-0.1929l0.3715 0.22026c-0.42128 0.29908-1.23083 0.57624-1.6219 0.9675-0.26715-0.08167-0.46623-0.14273-0.74092-0.16412-0.22681-0.01789-0.52488 0.05173-0.72747-0.03501-0.24018-0.10306-0.59035-0.41225-0.80449-0.6281z",
+ "fill": "#07beffff",
+ "width": 3.33586049079895,
+ "height": 1.0227067470550537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "mO1T4",
+ "x": 6.866367850991082,
+ "y": 3.452696119034954,
+ "name": "Vector",
+ "geometry": "M7.30359 3.60999l2.13403-3.35999 1.456-0.25c4.129 6.41 2.89002 11.83005 8.01202 19.43005-0.324 10.5-1.57004 47.27004 2.43396 55.17005 4.679 14.49 19.94804 20.86993 17.94605 30.05993-1.384 0.23001-2.56 0.43998-3.94001 0.71997-7.602-1.47-17.78402-13.1099-23.41302-18.90991-3.586-5.9-7.60603-12.88004-11.55103-18.42004-1.999-9.34 4.53401-22.59004 3.97602-36.41004 0.673-11.03 3.48098-14.15003 2.94598-28.03002z",
+ "fill": "#af272eff",
+ "width": 0.5363008379936218,
+ "height": 1.4134559631347656,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "x9KLM",
+ "x": 6.317269359322381,
+ "y": 3.501102004731365,
+ "name": "Vector",
+ "geometry": "M47.71796 0c0.535 13.88-2.27298 17.00003-2.94599 28.03003l-1.19897 1.16003c-4.78-0.16-24.25003-0.78998-28.12903 1.40003-5.593 0.45-9.85497 0.99993-15.44397 0.29992 18.131-4.69 36.32096-16.05001 47.71796-30.89001z",
+ "fill": "#dbe0e3ff",
+ "width": 0.6493588089942932,
+ "height": 0.41880080103874207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "BDDdG",
+ "x": 7.156502757759881,
+ "y": 4.4532869202739676,
+ "name": "Vector",
+ "geometry": "M0 0c2.706 2.94 19.29104 18.83993 19.77704 19.67993 10.217 17.56 6.67495 14.26 22.66095 20.5 5.93 2.32 30.31103 21.75999 32.28802 27.37-13.658-9.94-37.028-23.68-52.80999-30.13001-2.79-3.64-3.94797-4.07001-7.90998-6.64001 1.38-0.28 2.556-0.48997 3.94-0.71997 2.002-9.19-13.26705-15.56994-17.94604-30.05994z",
+ "fill": "#ca2f39ff",
+ "width": 1.015458583831787,
+ "height": 0.9060434103012085,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "fiX2a",
+ "x": 7.749241386147332,
+ "y": 2.4479089123851736,
+ "name": "Vector",
+ "geometry": "M36.46503 6.85999c15.043-1.54 28.91305-5.34999 43.56305-6.85999-4.05 3.67-9.56004 2.03001-13.54004 3.76001-5.39 2.33-9.54004 5.16998-15.17005 7.35998-13.352 5.19-41.28198-0.06004-50.16998 11.07996l-0.91296 1.17004-0.23505-1.06005c3.794-13.22 20.75503-3.35995 36.46503-15.44995z",
+ "fill": "#26639eff",
+ "width": 1.0875087976455688,
+ "height": 0.31346040964126587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "lbFjD",
+ "x": 5.315944228859735,
+ "y": 2.0095594269878347,
+ "name": "Vector",
+ "geometry": "M0 0.91003c6.936-0.58 13.34003-0.74003 20.30102-0.91003-1.91 4.42-1.53103 6.56 0.27198 11.11999 1.188 2.99 2.557 5.89996 4.099 8.70997-11.058-5.7-15.82997-12.31997-24.36597-16.96997l-0.30603-1.94996z",
+ "fill": "#af272eff",
+ "width": 0.3352700173854828,
+ "height": 0.2659780979156494,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "PX1Mm",
+ "x": 8.261413608284784,
+ "y": 3.8439586503154715,
+ "name": "Vector",
+ "geometry": "M0 2.25407c26.15146 0.00761 52.2039 1.43765 78.36807-0.60096 8.54671-0.66559 17.81667-0.98371 26.36338-1.65311 0.24661 5.378 0.52697 10.62961 0.5 16-26.47245 1.2361-55.55536 0.26194-82.07404-0.46071-3.51425-0.09889-18.3072-0.4716-21.24344-1.16381-0.89012-2.14511-1.60532-9.49707-1.91397-12.12141z",
+ "fill": "#006eb7ff",
+ "width": 3.711129903793335,
+ "height": 0.5851022601127625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "U6czs",
+ "x": 7.159379993172479,
+ "y": 2.7859850270397146,
+ "name": "Vector",
+ "geometry": "M0 8.86453c3.25147 0.73383 10.17533 0.76894 13.74623 0.80797 32.87455 0.35911 67.23906-1.78383 99.6483-6.67865 4.2313-0.64015 12.58406-1.86187 16.37158-2.99385 2.26285 5.70672 2.98783 8.70839 3.23389 14.71567-5.21114 0.21078-10.5321 0.88998-15.69051 1.52232-31.39864 3.85653-63.20592 4.29371-94.85502 4.73869-3.43601 0.05074-6.91376 0.02339-10.35769-0.12884-1.5093-0.89387-4.05642-5.87456-5.59999-7.41249-2.10203-2.0922-4.33456-2.67769-6.49679-4.57082z",
+ "fill": "#006eb7ff",
+ "width": 4.69034481048584,
+ "height": 0.7405807375907898,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "VFXly",
+ "x": 3.0332293851097347,
+ "y": 4.463058267319866,
+ "name": "Vector",
+ "geometry": "M3.5 0.4446c12.62046-0.88619 27.34987-0.20895 40 0.00023 15.33437 0.49064 30.44313 0.43355 45.71815 2.01576 8.03306 0.82914 16.22756 0.97749 24.07258 1.7762 2.16904 2.20597 6.09253 6.63308 9.02183 7.19218 1.5267 0.97747 1.9729 1.14102 3.04798 2.52546-14.90163-1.03833-30.48878-2.28583-45.40736-2.84112-26.08441-1.02311-53.96125 0.44498-79.95318 2.84111l3.5-13.50982z",
+ "fill": "#006eb7ff",
+ "width": 4.420933723449707,
+ "height": 0.492113322019577,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "s5JYL",
+ "x": 7.264884029122186,
+ "y": 1.2342875344402273,
+ "name": "Vector",
+ "geometry": "M93.94908 3.32362c5.96915-0.86055 9.14456-2.79582 16.1722-3.32362 1.81764 4.23389 5.27507 8.04325 7.55689 12.02854 3.03229 5.29714 4.8456 11.84875 6.49839 17.62016-1.69184-1.58341-4.79354-4.57046-7.37034-4.25302-6.01687 0.74581-13.15729 3.09415-19.13077 4.4519-7.34865 1.614-14.77541 2.94879-22.25854 3.99675-26.31025 3.76346-48.92014 4.0427-75.14016 5.15567l-0.10019-0.86438 0.39605-0.4475c3.85566-4.26066-4.18801-4.20313 1.60415-6.18812 2.44232-0.8376 7.16179 0.89114 9.5 0 1.72654-0.66166 21.35748-0.89894 23.11438-2.30259 0.88062-0.18741 1.27534-0.30215 2.1256-0.58135 17.16565-1.23536 39.32441-5.14799 56.03457-9.22889 5.3705-1.31186 10.68459-3.40776 15.87723-4.86878-4.13849-5.19388-8.97972-7.70668-14.87946-11.19477z",
+ "fill": "#006eb7ff",
+ "width": 4.372952938079834,
+ "height": 1.5516932010650635,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "EtjoQ",
+ "x": 11.673017535897088,
+ "y": 1.0932513816005667,
+ "name": "Vector",
+ "geometry": "M12.88098 0l0.26214 0.09152c1.01012 1.0689 2.9147 6.28273 3.51614 7.88452 5.22024 14.17963 9.37256 28.73157 12.41449 43.53564 1.22217 5.70133 2.66793 12.67839 2.92625 18.48832-2.26699 0.17453-10 1.5-10 1.5l-0.37495-2.44607c-1.88145-10.18095-3.6472-16.79759-6.47708-26.6605-4.05976-14.13697-6.41544-25.90807-15.14797-38.4316 4.53783-1.56922 8.21592-2.88439 12.88098-3.96183z",
+ "fill": "#006eb7ff",
+ "width": 1.1285039186477661,
+ "height": 2.521501064300537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "0qio2",
+ "x": 12.467171703072381,
+ "y": 0.9218679411060293,
+ "name": "Vector",
+ "geometry": "M8.59682 0.06192c0.32368-0.01788 1.1637-0.18105 1.29086 0.10838 8.48891 19.25086 18.57308 51.14992 18.61932 71.71867-2.40448 0.12932-4.54976 0.66994-7.0236 0.9704-0.55488 0.1065-3 0.5-3 0.5 0 0-1.24738-7.26296-1.39766-8.6474-1.734-15.9286-9.1864-48.20799-17.08574-61.57881 2.98249-1.2981 5.51415-2.08426 8.59682-3.07124z",
+ "fill": "#006eb7ff",
+ "width": 1.00532066822052,
+ "height": 2.587073564529419,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZYBiH",
+ "x": 3.5971942288597347,
+ "y": 2.715459619248577,
+ "name": "Vector",
+ "geometry": "M5.36271 0c5.7565 0.53628 9.8418 1.65448 15.36903 2.52546 18.59852 2.94002 35.74165 6.79286 54.67311 6.80427l-1.05351 0.46781c-0.15105 0.81012-0.10018 1.57081-0.97566 1.81803-5.06445 1.43008-6.96298 4.44235-10.85062 7.26828-5.46249 0.08748-12.24053-1.23609-17.79742-1.79519-15.15749-1.52896-29.50849-4.58692-44.72764-5.54919 1.92397-3.80719 3.14897-7.68284 5.36271-11.53947z",
+ "fill": "#006eb7ff",
+ "width": 3.6676383018493652,
+ "height": 0.6700493097305298,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "8eoIb",
+ "x": 3.226972375603509,
+ "y": 3.650020871842571,
+ "name": "Vector",
+ "geometry": "M0 16.56269c1.65644-4.82516 2.43324-12.27731 6.5-16.56269 12.33314 1.14155 29.11923 2.95521 41.56024 3.82322 16.06472 1.11967 32.30619 1.44063 48.43976 2.10441-7.19621 3.54137-17.72726 10.25574-26.15453 11.57235-7.18646 0.00365-15.08717-0.69294-22.34006-0.93729-15.3145-0.51789-32.68421 0.03282-48.00541 0z",
+ "fill": "#006eb7ff",
+ "width": 3.4031453132629395,
+ "height": 0.6171505451202393,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "VTaT1",
+ "x": 3.990914378853631,
+ "y": 1.9572720868236502,
+ "name": "Vector",
+ "geometry": "M0 12.77867c2.06346-3.51814 7.11249-13.70359 11.82127-12.7109-1.13173 0.64277-1.11552 0.63136-2.01875 1.56319l0.03043 0.696c3.34547 2.59772 38.3542 10.53542 44.1924 10.01055 5.82663 1.66969 26.1484 5.89526 26.66244 12.17085-14.91936-3.09976-25.56731-2.85255-40.01695-4.61732-12.22125-1.49093-28.43418-4.73906-40.67084-7.11237z",
+ "fill": "#006eb7ff",
+ "width": 2.845515727996826,
+ "height": 0.864305853843689,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "U2UW5",
+ "x": 3.010210309716058,
+ "y": 1.5153107983715017,
+ "name": "Vector",
+ "rotation": -5.512242781815398,
+ "geometry": "M14.30787 0c3.48937 1.13895 9.34707 2.01538 13.01916 2.64269-7.53278 12.33266-10.36655 28.85187-13.18345 43.23997l-1.84587 12.23621c-0.88655 0.55168-12.00726-1.98872-12.28056-2.33129-0.53836-7.4165 11.862-47.75267 14.29072-55.78758z",
+ "fill": "#006eb7ff",
+ "width": 0.9637081027030945,
+ "height": 2.0523598194122314,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "16j5Z",
+ "x": 2.169058595391107,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M10.28791 0c4.47107 0.88064 7.87816 1.88773 12.21209 3.2392-5.70045 11.22595-7.64607 25.76081-9.46923 38.45158l0.02562 0.64084-2.28989 13.66838c0 0-7.41254-1.80848-10.7665-3.5 1.95579-12.61666 7.14682-40.21031 10.28791-52.5z",
+ "fill": "#006eb7ff",
+ "width": 0.7934793829917908,
+ "height": 1.9748817682266235,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "deqwG",
+ "x": 0.28294155428011436,
+ "y": 1.2622369868404348,
+ "name": "Vector",
+ "geometry": "M14.74799 9.03802c3.868-3.86 6.042-6.48002 10.91-9.03802-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997 6.539-1.73 7.89299-1.56001 14.74799-1.51002z",
+ "fill": "#032d5fff",
+ "width": 0.34866878390312195,
+ "height": 0.24341826140880585,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "8DX0i",
+ "x": 5.159127269478631,
+ "y": 2.019180570328899,
+ "name": "Vector",
+ "geometry": "M11.82404 2.14389c-4.81 0.38-6.67804 0.76005-11.47504-0.19995l-0.349-0.94007c4.002-1.44 7.22701-0.94994 11.51801-0.80993l0.30603 1.94995z",
+ "fill": "#cfb5d0ff",
+ "width": 0.16124486923217773,
+ "height": 0.03430530056357384,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "B473j",
+ "x": 9.568336740297127,
+ "y": 15.918000328136259,
+ "name": "Group 1000002753",
+ "rotation": -7.218152045376937,
+ "children": [
+ {
+ "type": "path",
+ "id": "GfCRu",
+ "x": 0.000009828395491240371,
+ "y": 0.019130980123009067,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "wWLzS",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "Lxc4Y",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.13144 0.98797c0 0 0.89396 0.45493 1.44227 0.66698l-0.36554 0.40315c0 0-1.81155-0.17384-2.20817-0.79274l0.31208-0.18123 0.81936-0.09616z m0.7485 0.68259c0 0 1.26199-0.30945 1.55293-0.19356 0.29094 0.11589-0.13304 0.94685-0.327 1.00479-0.19396 0.05795-0.46252 0.15534-0.62167 0.05795-0.15915-0.0974-0.86288-0.6374-0.60426-0.86918z m2.63084-1.13056c0 0 1.28064-0.23425 2.06519-0.54-0.92774 0.86011-2.02982 1.51411-3.23269 1.91836l-0.12433-0.32918c0 0 0.73854-0.6411 1.29183-1.04918z m-1.93458 1.90728c0 0-0.60551 0.67562-0.77958 1.02452-0.17407 0.3489-0.12433 0.46356-0.23499 0.77301-0.11066 0.30945-0.40906 0.40562-0.33073 0.83096 0 0 0.13677-0.52151 0.64281-0.6374 0.50604-0.11589 1.50071-1.2563 1.11155-2.03055l-0.40906 0.03946z m0.50236-0.11578l0.373 0.1874c0 0 0.08703 0.10726 0.44139 0.16644 0.66643 0.11219 1.07176 1.23288 1.57531 2.14644 0.50355 0.91356 0.61048 1.29205 1.00959 1.47945 0 0-0.82806-0.33288-0.94618-0.47959-0.3357-0.41671-2.24796-0.33288-2.35364-1.58301-0.10568-1.25014-0.30959-1.32781-0.3096-1.32781 0 0 0.0833-0.52767 0.21013-0.58932z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "AE6xg",
+ "x": 0.042424083674745816,
+ "y": 0.8616453460344928,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "P5rgk",
+ "x": 3.002391138101359,
+ "y": 1.1300216964373249,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "m7l6l",
+ "x": 3.817081251169043,
+ "y": 0.28407681499822957,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Xwx6Q",
+ "x": 0.8810855150222778,
+ "y": -1.1637521982192993,
+ "name": "Group 1000004699",
+ "rotation": -5.393967576132959,
+ "children": [
+ {
+ "type": "path",
+ "id": "4jIhL",
+ "x": 0.8693989515305134,
+ "y": 8.02676773071289,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "3gwVW",
+ "x": 1.7816561460495564,
+ "y": 8.99018383026123,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "kVoAi",
+ "x": 2.649110794067383,
+ "y": 3.5052106380462646,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "R8jv1",
+ "x": 19.478763580322322,
+ "y": 5.6550288200379555,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "FEfKN",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "joZJZ",
+ "x": 0.603407621383667,
+ "y": 0.8086614608763512,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "iLVHx",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "ho9SG",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "MXI73",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "zUQrF",
+ "x": -0.0030097551643279985,
+ "y": 3.4959795475006104,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qrvCj",
+ "x": 2.6489693083568113,
+ "y": 7.4619460105896,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "1hIfv",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "C2nf7",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "Iku2A",
+ "x": -1.1368683772161603e-13,
+ "y": 0.14145658910274506,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "GmcUj",
+ "x": 7.76527023315424,
+ "y": 10.117621421813965,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "GpeIt",
+ "x": 15.315455436706543,
+ "y": 8.858584403991813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "Snskw",
+ "x": 3.4741387367249104,
+ "y": 3.0142416954041664,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "1u9LQ",
+ "x": 6.602675437927303,
+ "y": 4.773509979248047,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760099096911113,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837418913841248,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mruj6",
+ "x": 12.847642898559513,
+ "y": 3.55715012550354,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.46559567288082,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024001479148865,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3xFw2",
+ "x": 1.5562598705291748,
+ "y": 4.792014122009277,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "heAfD",
+ "x": 3.255258083343506,
+ "y": 5.144657611846924,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JcWXO",
+ "x": 0.762457489967403,
+ "y": 4.1699538230896,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NNuQS",
+ "x": 20.198741912841854,
+ "y": 1.9700753688813393,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TS1Ha",
+ "x": 18.379533767700252,
+ "y": 2.844068765640259,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BRIwY",
+ "x": 21.514636993408203,
+ "y": 0.9691568017004784,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "nEgPa",
+ "x": 86,
+ "y": 33,
+ "name": "Vector 662",
+ "rotation": -90,
+ "geometry": "M0 0l0 51",
+ "width": 0,
+ "height": 84,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8ff"
+ }
+ },
+ {
+ "id": "Y6q20",
+ "type": "ref",
+ "ref": "SDo8b",
+ "x": 32,
+ "y": 21
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tU7LL",
+ "x": 301,
+ "y": 277,
+ "name": "Card/Edit item/Split sprite sheet/Apply/Default",
+ "reusable": true,
+ "width": 88,
+ "height": 66,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zgcrt",
+ "x": 0,
+ "y": 0,
+ "name": "frame",
+ "width": 88,
+ "height": 66,
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "gap": 6,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "ie3EW",
+ "name": "Vector 661",
+ "geometry": "M0 0l0 51",
+ "width": 0,
+ "height": 62,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z4QvG",
+ "x": 12.519289016723633,
+ "y": 5.238205909729004,
+ "name": "Frame 1000004854",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dPXqT",
+ "name": "Frame 1000004828",
+ "width": 62.961421966552734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 15,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4yM8a",
+ "name": "牛小七",
+ "width": 23.981895446777344,
+ "height": 25.5806884765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6571665406227112
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Xu4jy",
+ "x": 16.866846084594727,
+ "y": 22.381744384765625,
+ "name": "路径",
+ "geometry": "M18.38 0c-2.23 8.77-9.08 7.13-18.38 4.07 12.9 0.76 18.38-4.07 18.38-4.07z",
+ "fill": "#231c1dff",
+ "width": 1.9574127197265625,
+ "height": 0.689714789390564
+ },
+ {
+ "type": "group",
+ "id": "kEQLg",
+ "x": 7.116233825683594,
+ "y": 16.467172622680664,
+ "name": "Group 1000002754",
+ "children": [
+ {
+ "type": "path",
+ "id": "zCFv2",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": "#07beffff",
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "mWsHt",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M90.99022 5.00742l-2.50999-2.94c-8.39-5-15.79 0.55-27.06001 1.26-11.11 0.7-18.53-1.6-26.2 4.1l-2.62 1.26c0 0-33.54 17.34-32.58 32.5 0.41 6.56 7.27 6.91 10.4 6.09 2.91-0.76 5.64-3.66 7.62-6.31001-0.4013 2.78081-0.52858 5.59431-0.38 8.40001 2.56 40.78 21.31 6.81 47.00001 5.2 25.69-1.61 48.22001 24.8 45.99999-11-0.21726-2.96917-0.74003-5.90804-1.56-8.77-1.04169-3.28669-2.26014-6.51473-3.65-9.67001-1.77203-4.17097-3.92797-8.16817-6.44-11.94-2.06448-3.26338-4.79804-6.05146-8.02-8.17999l0 0z",
+ "fill": [
+ "#0ca1ddff",
+ "#07beffff"
+ ],
+ "width": 11.801088333129883,
+ "height": 7.337866306304932
+ },
+ {
+ "type": "path",
+ "id": "R16kk",
+ "x": 2.1744933128356934,
+ "y": 1.5431910753250122,
+ "name": "路径",
+ "geometry": "M74.79 0.07275c5.73 8.94 7.67 14.69 8.21 23.28 2.25 35.84-16.32 13.21-42 14.82-15.86 1-26.1 14.32-41 11.33 6.06 15.37 22.47-8.15 44.21-9.52 25.67-1.62 48.36 24.8 46-11-1.04-15.09-16.22-30.16-15.42-28.91z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5cf",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 9.62509822845459,
+ "height": 5.786391735076904,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "uhCyH",
+ "x": 0.002265126444399357,
+ "y": 1.9995592832565308,
+ "name": "路径",
+ "geometry": "M19.43 12.93c-2.82 5.2-6.64 8.6-12.33 10.08-2.37448 0.59612-4.88184 0.35598-7.1-0.68 0.44 6.52 7.27 6.87 10.4 6 5.68-1.48 10.83-11.77 10.83-11.77l5.89-16.56c0 0-4.88 7.72-7.69 12.93z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b84ccff",
+ "position": 0.5263315439224243
+ },
+ {
+ "color": "#0b63cbff",
+ "position": 0.9882586002349854
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 2.888195037841797,
+ "height": 3.033905267715454,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "wDSeV",
+ "x": 1.8790178298950195,
+ "y": 4.464710235595703,
+ "name": "路径",
+ "geometry": "M0 7.7c0 0 36.09 3 74.3-7.7 0 0-44.71 13.44-73.85 11.93l-0.45-4.23z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -259.84286823477447,
+ "size": {
+ "height": 1.075370058281964
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#0b77c5ff",
+ "position": 0.9409048557281494
+ }
+ ],
+ "center": {
+ "x": 0.5088342353781248,
+ "y": 0.6192420538267769
+ }
+ },
+ "width": 7.912723064422607,
+ "height": 1.2746553421020508,
+ "effect": {
+ "type": "blur",
+ "radius": 3.1003909707069397
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "GMcC9",
+ "x": 7.113435745239258,
+ "y": 20.327096939086914,
+ "name": "路径",
+ "geometry": "M0.73572 0c-0.55779 1.50123-0.80281 3.10064-0.72 4.7 0.41 6.56 7.27 6.91 10.4 6.09 1.49412-0.47025 2.86188-1.2738 4-2.35-9.68-1.03-12.77-6.24-13.68-8.44z",
+ "fill": "#020333ff",
+ "width": 1.5352295637130737,
+ "height": 1.1752656698226929,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rTltJ",
+ "x": 0.8691841959953308,
+ "y": 8.041929244995117,
+ "name": "路径",
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.812631130218506,
+ "height": 5.113221645355225
+ },
+ {
+ "type": "path",
+ "id": "nLrye",
+ "x": 1.7814561128616333,
+ "y": 9.007186889648438,
+ "name": "路径",
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6053974628448486,
+ "height": 3.6900107860565186
+ },
+ {
+ "type": "path",
+ "id": "fSq06",
+ "x": 2.649176597595215,
+ "y": 3.511796474456787,
+ "name": "路径",
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.309289932250977,
+ "height": 13.774174690246582
+ },
+ {
+ "type": "group",
+ "id": "Hwaxc",
+ "x": 19.479780197143555,
+ "y": 5.6656904220581055,
+ "name": "Group 1000002752",
+ "children": [
+ {
+ "type": "path",
+ "id": "6I8h8",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.5020904541015625,
+ "height": 4.440760135650635
+ },
+ {
+ "type": "path",
+ "id": "yi6Ni",
+ "x": 0.6030449867248535,
+ "y": 0.8102502822875977,
+ "name": "路径",
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.0614962577819824,
+ "height": 3.305415391921997
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "0Jm8Y",
+ "x": -0.002864591311663389,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "CbLpR",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "t4XiV",
+ "x": 0.002864591311663389,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.95829200744629,
+ "height": 17.286088943481445
+ },
+ {
+ "type": "path",
+ "id": "WkhuA",
+ "x": 0,
+ "y": 3.5025455951690674,
+ "name": "路径",
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848851203918457,
+ "height": 4.555539131164551,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "uCmPa",
+ "x": 2.6491726016388384,
+ "y": 7.476067543029785,
+ "name": "Group 1000002750",
+ "children": [
+ {
+ "type": "path",
+ "id": "B7bhn",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "lLwRu",
+ "x": 0.000003995956376456888,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.308979034423828,
+ "height": 9.810529708862305
+ },
+ {
+ "type": "path",
+ "id": "cXGnM",
+ "x": 0,
+ "y": 0.1416521817445755,
+ "name": "路径",
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.308979034423828,
+ "height": 9.666335105895996,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "Ieenq",
+ "x": 7.765432357788086,
+ "y": 10.136751174926758,
+ "name": "路径",
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.9557409286499023,
+ "height": 2.053760290145874
+ },
+ {
+ "type": "path",
+ "id": "pohrS",
+ "x": 15.316241264343262,
+ "y": 8.875300407409668,
+ "name": "路径",
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.8155386447906494,
+ "height": 2.2419159412384033
+ },
+ {
+ "type": "path",
+ "id": "OIJJy",
+ "x": 16.139907836914062,
+ "y": 13.9849271774292,
+ "name": "路径",
+ "geometry": "M19.71 45.94948c0 0 19.33-33.67 12.45-43.8-5.22-7.71-17.3 7.8-17.3 7.8 0 0-9.39 11.25-14.86 14.87",
+ "fill": "#07beffff",
+ "width": 3.5826196670532227,
+ "height": 4.861234664916992
+ },
+ {
+ "type": "path",
+ "id": "a2PbM",
+ "x": 7.381168842315674,
+ "y": 15.292695999145508,
+ "name": "路径",
+ "geometry": "M31.22 18.22c-5.44787 2.40888-10.70034 5.23739-15.71 8.46-5.39311 3.73172-10.57134 7.76479-15.51 12.08 2.508 6.86013 8.42146 11.90877 15.59 13.31 0 0-0.89 6.62-1.29 8.44-0.4 1.82 57 2 93.63-13.29l-4.71-16.11 8.51-2c0 0 1.67-4.82-3.5-13.52-3.66443-5.78888-8.12098-11.03644-13.24-15.59 0 0-9.17 8.41-13.88 10.2-1.43 0.54-2.81001 0.8-6.44 2-3.63 1.2-0.3 7.44-15.91 9.87-11.68 1.81-16.51-2.82-19.33-4-1.84-0.84-6.07 0.52-8.21 0.15z",
+ "fill": "#ffffffff",
+ "width": 11.926288604736328,
+ "height": 6.490962505340576
+ },
+ {
+ "type": "path",
+ "id": "Xy2J4",
+ "x": 10.412176132202148,
+ "y": 16.72823143005371,
+ "name": "路径",
+ "geometry": "M1.95 7.91c0 0 32.16 8.69 56.67-7.91l2.72 1.82c0 0-23 19.71-61.34 8.3l1.95-2.21z",
+ "fill": "#006eb7ff",
+ "width": 6.532522201538086,
+ "height": 1.4466856718063354
+ },
+ {
+ "type": "path",
+ "id": "kxl4p",
+ "x": 9.675270080566406,
+ "y": 17.427169799804688,
+ "name": "路径",
+ "geometry": "M2.68 8.61c0 0 39.86999 8 69.77-8.61l2.55 2.6c0 0-27.47 18.25-75 9.49l2.68-3.48z",
+ "fill": "#006eb7ff",
+ "width": 7.987271308898926,
+ "height": 1.5307663679122925
+ },
+ {
+ "type": "path",
+ "id": "vlWBr",
+ "x": 9.165115356445312,
+ "y": 18.17921257019043,
+ "name": "路径",
+ "geometry": "M1.47 9.21c0 0 47.42 8.16 81.85-9.21l2 3.15c0 0-31.86 19-85.32 10l1.47-3.94z",
+ "fill": "#006eb7ff",
+ "width": 9.086315155029297,
+ "height": 1.6472413539886475
+ },
+ {
+ "type": "path",
+ "id": "lrvZ4",
+ "x": 9.04500961303711,
+ "y": 18.945608139038086,
+ "name": "路径",
+ "geometry": "M0.45 10.27c0 0 52.61 6.33 87.9-10.27l0.75 2.87c0 0-32.92 17.52-89.1 11.6l0.45-4.2z",
+ "fill": "#006eb7ff",
+ "width": 9.488875389099121,
+ "height": 1.6600959300994873
+ },
+ {
+ "type": "path",
+ "id": "d3tsL",
+ "x": 8.96157455444336,
+ "y": 19.637893676757812,
+ "name": "路径",
+ "geometry": "M0.52 12.84c0 0 54.6 2.46 90.65-12.84l0.91 3.11c0 0-34.88 15.95-92.08 13.36l0.52-3.63z",
+ "fill": "#006eb7ff",
+ "width": 9.806230545043945,
+ "height": 1.7725385427474976
+ },
+ {
+ "type": "path",
+ "id": "HzKTf",
+ "x": 9.927824974060059,
+ "y": 17.408113479614258,
+ "name": "路径",
+ "geometry": "M3.30959 0c0.00763 1.31702 0.43111 2.59796 1.21 3.66l-3 3.14c0 0-1.66-4.23-1.51-5.13l3.3-1.67z",
+ "fill": "#006eb7ff",
+ "width": 0.4813220798969269,
+ "height": 0.719407320022583
+ },
+ {
+ "type": "path",
+ "id": "VdVvK",
+ "x": 9.221077919006348,
+ "y": 17.796497344970703,
+ "name": "路径",
+ "geometry": "M3.32459 0c0 0 1.62 4.81 2.82 6.14l-2.71 3.82c0 0-3.58-7.39-3.43-8.3l3.32-1.66z",
+ "fill": "#006eb7ff",
+ "width": 0.6543794274330139,
+ "height": 1.0537196397781372
+ },
+ {
+ "type": "path",
+ "id": "vQL6M",
+ "x": 8.507729530334473,
+ "y": 18.255435943603516,
+ "name": "路径",
+ "geometry": "M3.28287 0c0 0 3 7.73 4.23 9.06l-1.87 4.94c0 0-5.79-10.82-5.64001-11.73 1.05179-0.815 2.14671-1.57276 3.28001-2.27z",
+ "fill": "#006eb7ff",
+ "width": 0.8000971674919128,
+ "height": 1.4811325073242188
+ },
+ {
+ "type": "path",
+ "id": "csTV4",
+ "x": 7.806177139282227,
+ "y": 18.775659561157227,
+ "name": "路径",
+ "geometry": "M3.02 0c0 0 1.31 6.14 9.06 12.69l-0.5 3.82c0 0-10.87-5.43-11.58-14.14 0.94297-0.86796 1.95275-1.66041 3.02-2.37z",
+ "fill": "#006eb7ff",
+ "width": 1.286482572555542,
+ "height": 1.7466784715652466
+ },
+ {
+ "type": "path",
+ "id": "25ONN",
+ "x": 17.017452239990234,
+ "y": 15.452375411987305,
+ "name": "路径",
+ "geometry": "M2.81 0c0 0 17.42 14.4 16.62 28.09l-2.82 0.7c0 0-0.91-15.9-16.61-26.48l2.81-2.31z",
+ "fill": "#006eb7ff",
+ "width": 2.072080135345459,
+ "height": 3.0458426475524902
+ },
+ {
+ "type": "path",
+ "id": "0KB8a",
+ "x": 16.512451171875,
+ "y": 15.846385955810547,
+ "name": "路径",
+ "geometry": "M2.82 0c0 0 15.91 15.1 17.22 25.48l-2.52 0.6c0 0-3.12-13-17.52-23.76l2.82-2.32z",
+ "fill": "#006eb7ff",
+ "width": 2.1341969966888428,
+ "height": 2.7591371536254883
+ },
+ {
+ "type": "path",
+ "id": "HrhyY",
+ "x": 15.913118362426758,
+ "y": 16.283212661743164,
+ "name": "路径",
+ "geometry": "M2.51 0c0 0 11.61 8 14.3 14.3 0 0-9.36-11-16.81-13.09l2.51-1.21z",
+ "fill": "#006eb7ff",
+ "width": 1.790212869644165,
+ "height": 1.5128709077835083
+ },
+ {
+ "type": "path",
+ "id": "Ne2J0",
+ "x": 10.797061920166016,
+ "y": 17.169658660888672,
+ "name": "路径",
+ "geometry": "M7.36 0.25917c-1.41-0.6-4.21 0-6.43 0.22l-0.93 1c4.64361 1.25458 9.42124 1.94621 14.23 2.06001-3.33-1.03-5.38-2.62-6.87-3.28001z",
+ "fill": "#006eb7ff",
+ "width": 1.5154502391815186,
+ "height": 0.37442725896835327
+ },
+ {
+ "type": "path",
+ "id": "L5ul0",
+ "x": 14.96293830871582,
+ "y": 16.279064178466797,
+ "name": "路径",
+ "geometry": "M11.69 0c-0.57139 0.32055-1.16259 0.60446-1.77 0.85-1.43 0.54-2.81 0.8-6.44 2-1.81 0.6-1.87 2.48-3.48 4.51 2.48-0.87 9.47-3.43 11.72-5.31 1.16-0.95 0.78-1.61-0.03-2.05z",
+ "fill": "#006eb7ff",
+ "width": 1.3260564804077148,
+ "height": 0.7786528468132019
+ },
+ {
+ "type": "group",
+ "id": "ClTqw",
+ "x": 10.511124562008263,
+ "y": 16.277231256513915,
+ "name": "Group 1000002753",
+ "children": [
+ {
+ "type": "path",
+ "id": "HkU7e",
+ "x": 0,
+ "y": 0.019063535110035446,
+ "name": "路径",
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703971862792969,
+ "height": 5.5944504737854,
+ "effect": {
+ "type": "blur",
+ "radius": 3.392920196056366
+ }
+ },
+ {
+ "type": "path",
+ "id": "xPfty",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "8IcYl",
+ "x": 0.041989166753410245,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632567882537842,
+ "height": 5.41576623916626
+ },
+ {
+ "type": "path",
+ "id": "tRsQE",
+ "x": 0.041989166753410245,
+ "y": 0.8632760839172988,
+ "name": "Union",
+ "geometry": "M9.35618 5.00107c0.76178 1.09533 2.26652 2.24955 2.75715 2.54149 0.05436 0.03234 0.11218 0.0599 0.17303 0.08308-0.09719 0.03585-0.1936 0.07411-0.28915 0.11477-1.2122 1.36043-2.29609 2.82998-3.23784 4.38988-0.51189 1.01658-0.62943 1.63023-0.754 2.28056-0.08495 0.44352-0.17317 0.9041-0.39198 1.52118-0.1883 0.46144-0.44369 0.89254-0.75792 1.27937 0.12127 0.29104 2.21313-1.12172 2.06761-3.63802-0.06707-1.06994 0.52366-1.58135 1.11819-2.09604 0.53416-0.46242 1.07138-0.92751 1.13739-1.80271 0.07517-1.01484 1.26645-1.63848 2.32361-1.99572 0.53385-0.08223 1.09542-0.25396 1.56196-0.39663l0.08079-0.02469c0.17557-0.06813 0.33025-0.181 0.44869-0.32743-0.21828-0.01213-0.47901-0.01819-0.77611-0.00606-4.37776 0.13339-2.25558-4.31712-2.25558-4.31712l-0.10914-0.03032c-1.22867 0.22116-2.3697 0.48216-2.92261 0.60863-0.12905 0.02952-0.22639 0.05178-0.28492 0.0644-0.00899 0.00869-0.01794 0.01742-0.02685 0.0262-4.03017-0.5116-7.53014-1.76114-4.49513-3.27589l-3.20146 0.39412-1.52191 0.89132c1.45033 2.27324 6.78018 3.32944 9.35618 3.71563z m15.83093 17.60544c-0.7596-1.37677-2.49157-1.97666-4.16811-2.55735-1.96357-0.68012-3.85112-1.33389-4.01138-3.1786-0.26557-2.23418-1.05956-4.37295-2.31621-6.23921l0 0.06063c0.46344 1.71402 0.74592 3.4719 0.8428 5.24482 0.33984 4.06308 4.53116 5.2633 7.80709 6.20139 0.69856 0.20003 1.35555 0.38817 1.92463 0.58959-0.02301-0.04245-0.04937-0.083-0.07882-0.12127z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437697410583496,
+ "height": 3.9655942916870117,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "a2g0I",
+ "x": 3.0022147190738906,
+ "y": 1.1321509675690322,
+ "name": "路径",
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.0990475416183472,
+ "height": 0.4729045331478119,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "EPa3s",
+ "x": 14.327947616577148,
+ "y": 16.561857223510742,
+ "name": "路径",
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8991072773933411,
+ "height": 0.7148647308349609,
+ "effect": {
+ "type": "blur",
+ "radius": 1.696460098028183
+ }
+ },
+ {
+ "type": "path",
+ "id": "BYNmX",
+ "x": 18.559484481811523,
+ "y": 13.985443115234375,
+ "name": "路径",
+ "geometry": "M9.44 2.14491c-2.34-3.45-6-2.24-9.44 0.14 0.34 3.43 2.2 7.19 8 9.07 0.8408 0.27296 1.70956 0.45074 2.59 0.53 0.61-4 0.4-7.47-1.15-9.74z",
+ "fill": "#020333ff",
+ "width": 1.1616071462631226,
+ "height": 1.257366418838501,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QaPp2",
+ "x": 7.0501861572265625,
+ "y": 17.59149932861328,
+ "name": "路径",
+ "geometry": "M18.1 0l9 7.67-15.58 14.65-11.52-10.43c0 0 9.77-10.41 18.1-11.89z",
+ "fill": "#ffffffff",
+ "width": 2.886066436767578,
+ "height": 2.3613479137420654
+ },
+ {
+ "type": "path",
+ "id": "PAQft",
+ "x": 8.518867492675781,
+ "y": 17.81195831298828,
+ "name": "路径",
+ "geometry": "M0 1.35l7.02 7.29 2.06-1.7-6.64-6.94-2.44 1.35 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9669913649559021,
+ "height": 0.9140705466270447
+ },
+ {
+ "type": "path",
+ "id": "QZaNb",
+ "x": 8.070882797241211,
+ "y": 18.09678077697754,
+ "name": "路径",
+ "geometry": "M0 1.47l7.22 7.4 2.19-1.63-7.2-7.24-2.21 1.47 0 0z",
+ "fill": "#e50012ff",
+ "width": 1.0021356344223022,
+ "height": 0.938403308391571
+ },
+ {
+ "type": "path",
+ "id": "7u4NC",
+ "x": 7.656347751617432,
+ "y": 18.39604377746582,
+ "name": "路径",
+ "geometry": "M0 1.78l7.24 7.38 2.06-1.74-7.46-7.42-1.84 1.78 0 0z",
+ "fill": "#e50012ff",
+ "width": 0.9904202222824097,
+ "height": 0.9690840840339661
+ },
+ {
+ "type": "path",
+ "id": "tSvDy",
+ "x": 3.4741322994232178,
+ "y": 3.0199220180511475,
+ "name": "Union",
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.117177963256836,
+ "height": 7.601803779602051,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 3.543303966522217
+ },
+ "blur": 3.1003909707069397
+ }
+ },
+ {
+ "type": "path",
+ "id": "dNASx",
+ "x": 6.60297155380249,
+ "y": 4.782499313354492,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.765174075791231,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025860548019409,
+ "height": 0.7852205634117126,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "O2oMB",
+ "x": 12.848508834838867,
+ "y": 3.5638227462768555,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.482711675326343,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024698257446289,
+ "height": 0.7853517532348633,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.9694057703018188,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ySlWi",
+ "x": 1.5562199354171753,
+ "y": 4.801042556762695,
+ "name": "路径",
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3067166805267334,
+ "height": 1.1637471914291382,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CEBBI",
+ "x": 3.2550299167633057,
+ "y": 5.154402732849121,
+ "name": "路径",
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6067641973495483,
+ "height": 1.8672846555709839,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jwaSo",
+ "x": 0.7626593112945557,
+ "y": 4.177786350250244,
+ "name": "路径",
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.5026652216911316,
+ "height": 0.3586454689502716,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qhKvy",
+ "x": 20.199724197387695,
+ "y": 1.9737800359725952,
+ "name": "路径",
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.565504550933838,
+ "height": 0.8273181915283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "spVWw",
+ "x": 18.380311965942383,
+ "y": 2.8494114875793457,
+ "name": "路径",
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.0798850059509277,
+ "height": 1.4811325073242188,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8ffYQ",
+ "x": 21.515945434570312,
+ "y": 0.9709295034408569,
+ "name": "路径",
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633683800697327,
+ "height": 0.23063348233699799,
+ "stroke": {
+ "align": "center",
+ "thickness": 3.75370717048645,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LV4OC",
+ "name": "牛小七",
+ "width": 24,
+ "height": 26,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "qUUTN",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "YvQx2",
+ "x": 18.227859497070312,
+ "y": 11.923999786376953,
+ "geometry": "M0.75214 0c0 0 1.301 3.468 2.533 3.821 0 0-0.368 1.545-2.12 1.28-1.75-0.265-1.218-4.764-0.413-5.1",
+ "fill": "#fff",
+ "width": 3.2851409912109375,
+ "height": 5.131570816040039
+ },
+ {
+ "type": "path",
+ "id": "OPGdJ",
+ "x": 18.32155990600586,
+ "y": 12.894001007080078,
+ "geometry": "M0.76644 0.001c0 0 0.663 2.537 1.517 2.906 0 0-0.38 1.038-1.612 0.683-1.231-0.356-0.506-3.434 0.095-3.59",
+ "fill": "#0CA1DD",
+ "width": 2.2834396362304688,
+ "height": 3.6639766693115234
+ },
+ {
+ "type": "path",
+ "id": "RzWLC",
+ "x": 0.6243993639945984,
+ "y": 6.417999744415283,
+ "geometry": "M4.7156 0c0 0-3.356 1.589-4.486 0.986 0 0-0.815 1.364 0.626 2.388 1.442 1.024 4.206-2.577 3.862-3.374",
+ "fill": "#fff",
+ "width": 4.746955692768097,
+ "height": 3.5557656288146973
+ },
+ {
+ "type": "path",
+ "id": "sccSl",
+ "x": 1.3758913278579712,
+ "y": 7.034999847412109,
+ "geometry": "M3.21111 0c0 0-2.254 1.363-3.122 1.035 0 0-0.452 1.01 0.68 1.61 1.132 0.598 2.766-2.118 2.442-2.644",
+ "fill": "#0CA1DD",
+ "width": 3.2528337240219116,
+ "height": 2.730508804321289
+ },
+ {
+ "type": "path",
+ "id": "wUjeG",
+ "x": 3.1485211849212646,
+ "y": 0.5482746958732605,
+ "geometry": "M20.57148 8.06773c0 0-3.117 2.196-8.143-0.995l3.194 4.268c0 0 4.237 0.716 5.177-2.945 0.003 0.006 0.129-0.483-0.228-0.328m-19.622-7.927c0 0 0.703 3.737 6.54 4.936l-5.277 0.85c0 0-3.543-2.426-1.662-5.706 0 0 0.25-0.438 0.399-0.08",
+ "fill": "#07BEFF",
+ "width": 20.82345414161682,
+ "height": 11.39732962846756
+ },
+ {
+ "type": "path",
+ "id": "xDQRJ",
+ "x": 0.8985631465911865,
+ "y": 5.473079204559326,
+ "geometry": "M1.35044 3.26292c-2.445 2.517-2.23 5.984 6.268 9.419 8.568 3.461 11.068 1.097 11.088-2.403 0.023-3.865-1.48-7.484-6.268-9.419-4.787-1.933-8.385-0.38-11.087 2.403",
+ "fill": "#07BEFF",
+ "width": 18.706695795059204,
+ "height": 14.376640796661377
+ },
+ {
+ "type": "path",
+ "id": "iwV3H",
+ "x": 0.8977718353271484,
+ "y": 8.240636825561523,
+ "geometry": "M0.62223 1.39936c0.634-0.827 1.7-2.94 10.256 0.516 8.078 3.264 7.775 5.476 7.752 6.56-0.474 2.935-3.258 4.57-11.007 1.44-7.529-3.04-8.56-6.107-7-8.517",
+ "fill": "#fff",
+ "width": 18.636943817138672,
+ "height": 11.609514236450195
+ },
+ {
+ "type": "group",
+ "id": "kWASW",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "fwo1I",
+ "x": 0.8982119560241699,
+ "y": 8.241006851196289,
+ "geometry": "M0.62179 1.39899c0.404-0.528 0.982-1.57 3.544-1.375-0.972 0.339-1.335 1-1.603 1.388-1.483 2.486-0.831 5.44 5.3 7.916 6.3 2.548 9.313 1.55 9.922-1.383 0.04-0.458 0.176-1.403-0.236-2.22 1.39 1.69 1.096 2.079 1.082 2.748-0.474 2.935-3.258 4.57-11.007 1.44-7.53-3.038-8.56-6.105-7.001-8.514",
+ "width": 18.66602373123169,
+ "height": 11.607145309448242
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "dI69n",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "d5Mzf",
+ "x": 12.343818664550781,
+ "y": 12.792567253112793,
+ "geometry": "M0.00218 0.85343c-0.043 0.532 0.555 1.018 1.335 1.084 0.781 0.066 1.451-0.313 1.494-0.846 0.043-0.533-0.554-1.018-1.336-1.084-0.781-0.066-1.45 0.315-1.493 0.845",
+ "fill": "#F1F6FF",
+ "width": 2.833364486694336,
+ "height": 1.9448966979980469
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "9k4mp",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "fnvYm",
+ "x": 5.792141437530518,
+ "y": 9.890542030334473,
+ "geometry": "M2.35786 2.06346c-0.34 0.413-1.108 0.347-1.715-0.148-0.606-0.495-0.823-1.228-0.48-1.643 0.341-0.416 1.108-0.347 1.715 0.148 0.608 0.495 0.823 1.23 0.48 1.643",
+ "fill": "#F1F6FF",
+ "width": 2.5211386680603027,
+ "height": 2.334676742553711
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Z4v6p",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "oEgmb",
+ "x": 9.89885139465332,
+ "y": 7.7808942794799805,
+ "geometry": "M0.92215 0.61511c-0.06557-0.03036-0.14058-0.03316-0.20824-0.0078-0.06766 0.02537-0.12232 0.0768-0.15176 0.1428-0.07299 0.1396-0.24202 0.19828-0.38581 0.13393-0.14379-0.06435-0.21266-0.22949-0.15719-0.37693 0.19916-0.43364 0.71044-0.62593 1.146-0.431 0.21008 0.09215 0.37464 0.26443 0.45708 0.47851 0.08244 0.21408 0.07593 0.45223-0.01808 0.66149-0.06738 0.15022-0.24378 0.21738-0.394 0.15-0.15022-0.06738-0.21738-0.24378-0.15-0.394 0.02922-0.06562 0.03109-0.14018 0.00518-0.20718-0.0259-0.067-0.07743-0.12092-0.14318-0.14982m2.984 1.373c0.09676-0.01092 0.19191 0.03111 0.249 0.11 0.057 0.08 0.067 0.182 0.028 0.27-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.1256-0.28118 0.09128-0.60805-0.09-0.857-0.18191-0.25097-0.48361-0.3862-0.792-0.355-0.30769 0.02916-0.57608 0.22119-0.703 0.503-0.06213 0.1492 0.00599 0.32073 0.15356 0.38665 0.14757 0.06592 0.32078 0.00219 0.39044-0.14365 0.03998-0.08791 0.12387-0.14778 0.22-0.157",
+ "fill": "#020333",
+ "width": 4.801938056945801,
+ "height": 2.780733108520508
+ },
+ {
+ "type": "path",
+ "id": "tZl14",
+ "x": 4.35989236831665,
+ "y": 4.8985066413879395,
+ "geometry": "M2.68511 1.26749c0.87568-1.16685 2.43466-1.58539 3.777-1.014 1.12569 0.47303 1.8766 1.554 1.927 2.774 0.91638-0.80916 2.21638-1.01928 3.341-0.54 1.35837 0.57195 2.13855 2.00934 1.878 3.46l1.61 1.44c0.06904 0.06111 0.11075 0.1473 0.11582 0.23937 0.00507 0.09206-0.02691 0.18232-0.08882 0.25063-0.12957 0.14319-0.35063 0.15437-0.494 0.025l-1.373-1.227c-0.33533 0.73393-0.94114 1.31001-1.691 1.608-1.18678 0.47352-2.54172 0.19071-3.44-0.718-0.55113-0.55669-0.87428-1.29928-0.906-2.082-0.27207 0.24287-0.58487 0.43583-0.924 0.57-1.18737 0.47276-2.5424 0.18876-3.44-0.721-0.8859-0.89428-1.14987-2.23226-0.67-3.396l-1.975-0.145c-0.12615-0.00542-0.2394-0.07894-0.29571-0.19196-0.0563-0.11302-0.04676-0.24771 0.02491-0.35166 0.07166-0.10396 0.19415-0.16079 0.3198-0.14838l2.304 0.168z m3.511-0.39c-1.25402-0.53509-2.70482 0.04246-3.248 1.293-0.39164 0.91778-0.18755 1.98138 0.516 2.689 0.7047 0.7115 1.76598 0.93383 2.697 0.565 0.92728-0.36714 1.53947-1.25972 1.548-2.257 0.00522-0.99908-0.59194-1.90292-1.513-2.29m5.268 2.232c-1.25428-0.53596-2.70583 0.04296-3.247 1.295-0.39048 0.91743-0.18604 1.97998 0.517 2.687 0.70496 0.71039 1.76565 0.93189 2.696 0.563 0.92622-0.36718 1.53783-1.2587 1.547-2.255 0.00522-0.99908-0.59194-1.90292-1.513-2.29",
+ "fill": "#020333",
+ "width": 15.33445119857788,
+ "height": 8.510009288787842
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "OPsLh",
+ "x": 11.375221252441406,
+ "y": 5.885866165161133,
+ "geometry": "M5.56278 2.45013c-0.02728 0.03674-0.01968 0.08863 0.017 0.116 0.07093 0.06744 0.13158 0.14494 0.18 0.23 0.072 0.116 0.14 0.256 0.18 0.39 0.013 0.045 0.06 0.07 0.104 0.057 0.02125-0.00604 0.03922-0.02031 0.04992-0.03964 0.0107-0.01933 0.01325-0.04214 0.00708-0.06336-0.04867-0.15101-0.11514-0.2957-0.198-0.431-0.05891-0.10346-0.13422-0.19667-0.223-0.276-0.03706-0.02738-0.08927-0.0198-0.117 0.017m-5.551-2.409c-0.024 0.04-0.01 0.09 0.03 0.113 0.04 0.023 0.119 0.097 0.206 0.207 0.0906 0.11225 0.16654 0.23557 0.226 0.367 0.00861 0.02056 0.02504 0.03686 0.04567 0.0453 0.02063 0.00844 0.04377 0.00833 0.06433-0.0003 0.02056-0.00859 0.03681-0.02508 0.04508-0.04576 0.00828-0.02069 0.00788-0.04384-0.00108-0.06424-0.06629-0.14437-0.14954-0.28033-0.248-0.405-0.07076-0.09552-0.15654-0.17893-0.254-0.247-0.03982-0.02282-0.09058-0.00946-0.114 0.03",
+ "fill": "#fff",
+ "width": 6.104076385498047,
+ "height": 3.246565818786621
+ },
+ {
+ "type": "path",
+ "id": "5YbQv",
+ "x": 3.9190001487731934,
+ "y": 1.610946774482727,
+ "geometry": "M17.524 7.71305c0.415 0.408 0.58 0.736 0.594 1.278 0 0-0.085-0.812-0.99-1.252q0.206-0.01 0.396-0.026m-1.72-0.055c0.417 0.333 0.772 1.277 0.487 1.943 0 0 0.111-1.372-1.08-2.052q0.303 0.067 0.593 0.109m3.1-0.234c0.12 0.114 0.21 0.256 0.262 0.412-0.08374-0.17018-0.23043-0.30109-0.409-0.365q0.077-0.023 0.147-0.047m-17.586-6.257c-0.585 0.005-0.931 0.124-1.318 0.503 0 0 0.629-0.524 1.585-0.211-0.09139-0.09512-0.18042-0.19248-0.267-0.292m1.273 1.154c-0.531-0.052-1.447 0.38-1.708 1.052 0 0 0.884-1.059 2.21-0.728-0.17261-0.0996-0.34015-0.20773-0.502-0.324m-2.061-2.321c-0.16575-0.00171-0.32932 0.03781-0.476 0.115 0.17854-0.06327 0.37469-0.05466 0.547 0.024l-0.071-0.139z",
+ "fill": "#020333",
+ "width": 19.166000843048096,
+ "height": 9.60105311870575
+ },
+ {
+ "type": "group",
+ "id": "gfxRV",
+ "x": 0,
+ "y": 0,
+ "opacity": 0.9,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 0.423,
+ "id": "gKZSp",
+ "x": 6.32,
+ "y": 17.218,
+ "fill": "#FAFAFA",
+ "width": 2.423,
+ "height": 1.667
+ },
+ {
+ "type": "path",
+ "id": "MDEpR",
+ "x": 11.51697826385498,
+ "y": 19.176998138427734,
+ "geometry": "M1.07602 0.306l0.73 0.175 0.235 1.05-0.062 1.369-0.292-0.07c-0.341-0.082-0.427-0.077-0.675-0.194-1.03-0.486-1.012-2.636-1.012-2.636l1.076 0.306z",
+ "fill": "#FAFAFA",
+ "width": 2.0410213470458984,
+ "height": 2.8999996185302734
+ },
+ {
+ "type": "path",
+ "id": "Ahh9n",
+ "x": 3.0249996185302734,
+ "y": 20.617000579833984,
+ "geometry": "M9.462 1.01c-0.097 0.007-0.181 0.006-0.278 0.005-0.51671-0.01546-1.03217-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.79-0.114l-0.043 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.798-0.187-1.19-0.265l-0.125-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.104 0.157-0.193 0.102-0.26 0.257l-0.061-0.018c-0.129 0.012-0.497 0.08-0.6 0.148l-0.116-0.021c-0.05 0.024-0.236 0.098-0.254 0.109-0.133 0.05-0.347 0.17-0.466 0.052l-0.196 0.065c0.14-0.152 0.218-0.23 0.33-0.405-0.724-0.212-2.151-0.86-2.151-0.86 0 0-0.61 0.486-0.845 0.905-0.135 0.24-0.256 0.655-0.256 0.655 0 0-0.435 0.066-0.478 0.34 0.063 0.6 0.797 1.572 1.53 1.377 0.076-0.02 0.285-0.108 0.347-0.153 0.93431-0.49544 2.01685-0.63439 3.046-0.391 0.956 0.24 1.117 0.468 2.283 1.121 1.167 0.654 1.354 0.732 1.354 0.732 0 0 0.357 0.085 0.687 0.066 0.577-0.032 0.6-0.296 0.684-0.585 0.085-0.29-0.023-1.335-0.204-2.136-0.04573-0.20679-0.09741-0.4122-0.155-0.616l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#00B7FA",
+ "width": 9.960511207580566,
+ "height": 4.6547698974609375
+ },
+ {
+ "type": "path",
+ "id": "6hWGv",
+ "x": 8.118999481201172,
+ "y": 21.07699966430664,
+ "geometry": "M4.369 0.55c-0.097 0.007-0.182 0.005-0.279 0.005-0.51671-0.01546-1.03216-0.05953-1.544-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.044 0.015c-0.033-0.023-0.02-0.009-0.034-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c-0.105 0.157-0.194 0.102-0.26 0.256 1.035 0.265 1.788 0.42 2.85 0.567 0.072-0.002 0.45 0.049 0.561 0.058q0.578 0.047 1.155 0.066l-0.088-0.305-0.033-0.116c-0.018-0.062-0.034-0.142-0.076-0.19",
+ "fill": "#0073B9",
+ "width": 4.565999984741211,
+ "height": 1.1600017547607422
+ },
+ {
+ "type": "path",
+ "id": "IKLO4",
+ "x": 8.293999671936035,
+ "y": 21.07699966430664,
+ "geometry": "M3.916 0.555c-0.51704-0.01542-1.03283-0.05949-1.545-0.132-0.16-0.02-0.673-0.115-0.789-0.114l-0.043 0.015c-0.034-0.023-0.021-0.009-0.035-0.045-0.406-0.08-0.797-0.187-1.19-0.265l-0.124-0.014c-0.05497 0.06912-0.11886 0.13066-0.19 0.183l0.085 0.03c0.09 0.01 0.413 0.105 0.521 0.133q0.39 0.096 0.78 0.178c0.82 0.175 1.6 0.265 2.431 0.323 0.038-0.117 0.07-0.16 0.098-0.292",
+ "fill": "#FEFEFE",
+ "width": 3.9160003662109375,
+ "height": 0.8470001220703125
+ },
+ {
+ "type": "path",
+ "id": "WsFZL",
+ "x": 12.110000610351562,
+ "y": 21.625999450683594,
+ "geometry": "M0.377 0.001c-0.097 0.007-0.181 0.005-0.278 0.005-0.03 0.133-0.06 0.175-0.099 0.292 0.094 0.008 0.427 0.048 0.487 0.008l-0.033-0.116c-0.019-0.062-0.035-0.142-0.077-0.19",
+ "fill": "#FDFDFD",
+ "width": 0.48699951171875,
+ "height": 0.32349586486816406
+ },
+ {
+ "type": "path",
+ "id": "CZeQe",
+ "x": 7.457000255584717,
+ "y": 21.52899932861328,
+ "geometry": "M3.512 0.584c-0.961-0.12874-1.9129-0.31812-2.85-0.567l-0.062-0.017c-0.128 0.012-0.497 0.08-0.6 0.148 0.207 0.06 0.425 0.094 0.63 0.153 0.82 0.237 1.632 0.39 2.473 0.525 0.03-0.024 0.016-0.01 0.025-0.06 0.105-0.068 0.358-0.052 0.384-0.182",
+ "fill": "#FEFEFE",
+ "width": 3.5119996070861816,
+ "height": 0.8260002136230469
+ },
+ {
+ "type": "path",
+ "id": "Qwpmq",
+ "x": 10.558999061584473,
+ "y": 22.112939834594727,
+ "geometry": "M2.125 0.12406q-0.578-0.02-1.154-0.066c-0.11-0.01-0.49-0.06-0.562-0.058-0.025 0.13-0.279 0.114-0.383 0.182-0.01 0.05 0.004 0.036-0.026 0.06 0.45 0.089 0.99 0.123 1.447 0.167 0.133 0.013 0.574 0.019 0.671 0.045 0.06-0.001 0.036 0.009 0.075-0.019 0.014-0.09-0.038-0.219-0.068-0.31",
+ "fill": "#FDFDFD",
+ "width": 2.1953439712524414,
+ "height": 0.4550018310546875
+ },
+ {
+ "type": "path",
+ "id": "0HoVO",
+ "x": 3.0250000953674316,
+ "y": 22.17791748046875,
+ "geometry": "M0 0.33908c0.063 0.6 0.798 1.572 1.531 1.377 0.12101-0.0379 0.2374-0.08922 0.347-0.153 0.00412-0.21772-0.03922-0.43372-0.127-0.633l-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.253-0.303-0.778-0.515-0.983-0.538-0.206-0.022-0.503 0.133-0.535 0.337",
+ "fill": "#01022A",
+ "width": 1.878267765045166,
+ "height": 1.7415027618408203
+ },
+ {
+ "type": "path",
+ "id": "mWR24",
+ "x": 3.0240001678466797,
+ "y": 22.182090759277344,
+ "geometry": "M0.524 0.00091c-0.266-0.01-0.48 0.06-0.524 0.334 0.544-0.066 1.293 0.44 1.492 0.916 0.065-0.154 0.086-0.222 0.229-0.323l0.03-0.002-0.003-0.023c-0.06071-0.13164-0.138-0.25497-0.23-0.367-0.304-0.366-0.727-0.525-0.994-0.535",
+ "fill": "#0C133E",
+ "width": 1.7510004043579102,
+ "height": 1.2509098052978516
+ },
+ {
+ "type": "path",
+ "id": "6rhns",
+ "x": 3.901719808578491,
+ "y": 22.480998992919922,
+ "geometry": "M0.10328 0.009c-0.022-0.006-0.037-0.007-0.06-0.009-0.079 0.049-0.034 0.12 0.01 0.181l0.028 0.007c0.079-0.026 0.044-0.12 0.022-0.18",
+ "fill": "#01022A",
+ "width": 0.1303083896636963,
+ "height": 0.18799972534179688
+ },
+ {
+ "type": "path",
+ "id": "hJOad",
+ "x": 4.502999782562256,
+ "y": 17.25400161743164,
+ "geometry": "M1.61 0.144c-0.074-0.05-0.136-0.041-0.235-0.144-0.163 0.231-0.5 0.714-0.625 0.96-0.05895 0.1767-0.12772 0.34997-0.206 0.519 0.01 0.029 0.003 0.017 0.019 0.037-0.101 0.03-0.085 0.147-0.15 0.218l-0.032 0.006c0.025 0.046 0.018 0.021 0.008 0.08-0.05 0.094-0.09 0.21-0.128 0.311-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08051-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33 0.052-0.072 0.098-0.154 0.143-0.232 0.0738-0.10438 0.15255-0.20516 0.236-0.302 0.169-0.12 0.207-0.143 0.409-0.208 0.125-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.002-0.039-0.036-0.099-0.025-0.043-0.055-0.117-0.075-0.165l-0.043-0.13-0.236-0.095c-0.06058-0.04581-0.1248-0.08661-0.192-0.122-0.34307-0.19995-0.66709-0.43092-0.968-0.69-0.258-0.235-0.37-0.385-0.599-0.618-0.054-0.022-0.115-0.05-0.17-0.074l-0.143-0.087z",
+ "fill": "#FEFEFE",
+ "width": 4.07426118850708,
+ "height": 4.222999572753906
+ },
+ {
+ "type": "path",
+ "id": "Wip9M",
+ "x": 4.502999782562256,
+ "y": 19.385000228881836,
+ "geometry": "M0.261 0c-0.036 0.11-0.074 0.22-0.097 0.334-0.032 0.12-0.059 0.242-0.09 0.36-0.022 0.109-0.042 0.208-0.054 0.319-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.132 0.07 0.207 0.096 0.688 0.24 1.321 0.528 2.046 0.74q0.081-0.125 0.155-0.254c0.056-0.082 0.118-0.203 0.167-0.292 0.043-0.058 0.101-0.173 0.136-0.238 0.065-0.11 0.13-0.217 0.189-0.33-0.892-0.268-1.775-0.633-2.639-0.978",
+ "fill": "#0073B9",
+ "width": 2.9000000953674316,
+ "height": 2.092000961303711
+ },
+ {
+ "type": "path",
+ "id": "mRJ4i",
+ "x": 4.501999855041504,
+ "y": 20.079999923706055,
+ "geometry": "M2.575 0.85c-0.8413-0.25935-1.67497-0.5428-2.5-0.85-0.0226 0.10522-0.04095 0.2113-0.055 0.318-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.082-0.125 0.156-0.254c0.055-0.082 0.118-0.203 0.166-0.292",
+ "fill": "#0073B9",
+ "width": 2.575000286102295,
+ "height": 1.3970012664794922
+ },
+ {
+ "type": "path",
+ "id": "1jkFq",
+ "x": 4.501999855041504,
+ "y": 19.71900177001953,
+ "geometry": "M2.408 1.504c-0.413-0.152-0.868-0.278-1.286-0.424-0.364-0.127-0.743-0.26-1.102-0.401-0.0116 0.08052-0.01828 0.16167-0.02 0.243 0.07 0.036 0.133 0.07 0.207 0.096 0.688 0.24 1.322 0.528 2.046 0.74q0.083-0.125 0.156-0.254m0.302-0.53c-0.88-0.309-1.691-0.599-2.547-0.974-0.032 0.12-0.059 0.242-0.09 0.36q1.239 0.462 2.501 0.852c0.043-0.058 0.101-0.173 0.136-0.238",
+ "fill": "#FEFEFE",
+ "width": 2.7109999656677246,
+ "height": 1.7579994201660156
+ },
+ {
+ "type": "path",
+ "id": "gOkhV",
+ "x": 4.763999938964844,
+ "y": 18.76999855041504,
+ "geometry": "M0.301 0c-0.1 0.03-0.085 0.147-0.15 0.218l-0.03 0.006c0.023 0.046 0.017 0.021 0.006 0.08-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233 0.08-0.115 0.146-0.195 0.236-0.302-0.087-0.052-0.583-0.205-0.716-0.25-0.49081-0.16921-0.97576-0.35498-1.454-0.557-0.128-0.053-0.44-0.18-0.547-0.252",
+ "fill": "#0073B9",
+ "width": 3.0180001258850098,
+ "height": 1.594003677368164
+ },
+ {
+ "type": "path",
+ "id": "Uo7a4",
+ "x": 4.763999938964844,
+ "y": 19.073999404907227,
+ "geometry": "M2.782 1.056c-0.698-0.24-1.363-0.458-2.037-0.771-0.194-0.09-0.436-0.18-0.618-0.285-0.05 0.094-0.09 0.21-0.127 0.311 0.864 0.345 1.747 0.71 2.639 0.979 0.052-0.073 0.097-0.155 0.143-0.233",
+ "fill": "#FEFEFE",
+ "width": 2.7820000648498535,
+ "height": 1.2900009155273438
+ },
+ {
+ "type": "path",
+ "id": "h6N3U",
+ "x": 5.190999984741211,
+ "y": 17.611000061035156,
+ "geometry": "M3.348 1.769c-1.09056-0.31421-2.15239-0.72068-3.174-1.215-0.06 0.107-0.102 0.178-0.174 0.277 0.228 0.134 0.593 0.297 0.841 0.4 0.679 0.282 1.45 0.584 2.158 0.779 0.126-0.012 0.307-0.046 0.384-0.143 0.006-0.054 0.003-0.039-0.035-0.099m-1.892-1.369c-0.27384-0.1209-0.54211-0.25403-0.804-0.399-0.094 0.09-0.172 0.173-0.26 0.268 0.646 0.364 1.341 0.65 2.033 0.918 0.08 0.03 0.183 0.065 0.26 0.101 0.093 0.033 0.212 0.064 0.308 0.09-0.06026-0.04576-0.12414-0.08656-0.191-0.122-0.34303-0.19963-0.66705-0.43026-0.968-0.689-0.12877-0.04879-0.25494-0.1042-0.378-0.166",
+ "fill": "#0073B9",
+ "width": 3.3854074478149414,
+ "height": 2.010000228881836
+ },
+ {
+ "type": "path",
+ "id": "uapzW",
+ "x": 6.25600004196167,
+ "y": 17.48499870300293,
+ "geometry": "M0.17 0.075c-0.055-0.023-0.115-0.051-0.17-0.075 0.036 0.043 0.063 0.075 0.102 0.116l-0.06-0.028c0.013 0.02 0.498 0.465 0.528 0.482-0.056-0.015-0.127-0.044-0.179-0.044 0.125 0.064 0.246 0.116 0.377 0.166-0.258-0.235-0.37-0.385-0.598-0.618m1.759 1.43c-0.097-0.027-0.216-0.058-0.309-0.09 0.155 0.087 0.41 0.29 0.588 0.315l-0.043-0.13-0.236-0.095z",
+ "fill": "#CDD6EB",
+ "width": 2.2079997062683105,
+ "height": 1.7290000915527344
+ },
+ {
+ "type": "path",
+ "id": "HMFO3",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.241 0.023c-0.008-0.009-0.029-0.017-0.041-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.099 0.103 0.162 0.094 0.235 0.144l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074 0.228 0.233 0.34 0.383 0.598 0.618 0.312 0.257 0.613 0.49 0.969 0.69 0.064 0.035 0.135 0.077 0.191 0.122l0.237 0.094 0.042 0.13c0.02 0.049 0.05 0.123 0.075 0.166 0.039 0.06 0.042 0.045 0.036 0.099-0.077 0.097-0.258 0.13-0.384 0.143-0.202 0.065-0.24 0.088-0.408 0.208-0.09 0.107-0.155 0.187-0.237 0.302-0.045 0.078-0.09 0.16-0.143 0.233q-0.091 0.167-0.188 0.329c-0.035 0.065-0.094 0.18-0.137 0.238-0.049 0.089-0.11 0.21-0.166 0.292q-0.074 0.128-0.156 0.254c-0.112 0.174-0.19 0.253-0.33 0.405l0.195-0.065c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.109l0.116 0.021c0.103-0.069 0.471-0.136 0.6-0.148l0.06 0.017c0.068-0.154 0.157-0.099 0.261-0.256l-0.084-0.03c0.09-0.071 0.114-0.096 0.19-0.183l0.123 0.014c0.393 0.078 0.784 0.184 1.19 0.265 0.014 0.036 0.002 0.022 0.035 0.045l0.044-0.015c-0.04299-0.13969-0.09613-0.27605-0.159-0.408-0.065-0.072-0.082-0.21-0.097-0.3-0.029-0.085-0.078-0.311-0.103-0.408q-0.105-0.183-0.214-0.366c-0.075-0.094-0.154-0.204-0.227-0.301 0.05-0.016 0.105-0.026 0.157-0.037 0.088-0.088 0.15-0.19 0.283-0.181 0.208-0.006 0.439-0.008 0.643-0.026 0.19-0.017 0.399-0.052 0.591-0.077 0.138-0.05 0.427-0.097 0.547-0.151l-0.01-0.026c-0.394-0.079-0.854-0.265-1.247-0.354-0.5668-0.19049-1.1256-0.404-1.675-0.64-0.278-0.117-0.575-0.258-0.853-0.365-0.163-0.101-0.362-0.183-0.536-0.271-0.286-0.144-0.586-0.292-0.858-0.46",
+ "fill": "#E50A15",
+ "width": 5.419999122619629,
+ "height": 4.89000129699707
+ },
+ {
+ "type": "path",
+ "id": "UMCWc",
+ "x": 7.51200008392334,
+ "y": 17.746000289916992,
+ "geometry": "M2.55 0.984c-0.5653-0.18525-1.12247-0.39444-1.67-0.627-0.29155-0.12335-0.58492-0.24236-0.88-0.357 0.17 0.208 0.443 0.494 0.634 0.692l0.089-0.015c0.122-0.02 0.319 0.103 0.435 0.155 0.214 0.096 0.44 0.167 0.646 0.276 0.028 0.015 0.049 0.083 0.059 0.112 0.167-0.058 0.55-0.173 0.687-0.235",
+ "fill": "#16BBF7",
+ "width": 2.5500001907348633,
+ "height": 1.2199993133544922
+ },
+ {
+ "type": "path",
+ "id": "hn69U",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M1.315 0.64c-0.032-0.204-0.281-0.347-0.449-0.451-0.13-0.028-0.261-0.055-0.388-0.09-0.10346-0.0224-0.20617-0.04808-0.308-0.077l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.394 0.078 0.785 0.184 1.19 0.265",
+ "fill": "#0073B9",
+ "width": 1.3150005340576172,
+ "height": 0.6399993896484375
+ },
+ {
+ "type": "path",
+ "id": "FBciX",
+ "x": 8.482999801635742,
+ "y": 20.716001510620117,
+ "geometry": "M0.17 0.022l-0.06-0.022c-0.031 0.1-0.09 0.263-0.11 0.361l0.124 0.014c0.042-0.077 0.134-0.222 0.111-0.306-0.006-0.021-0.04-0.033-0.065-0.047",
+ "fill": "#025EA1",
+ "width": 0.23863506317138672,
+ "height": 0.375
+ },
+ {
+ "type": "path",
+ "id": "Scry9",
+ "x": 8.145999908447266,
+ "y": 18.420629501342773,
+ "geometry": "M1.229 0.54537c-0.01-0.029-0.03-0.097-0.06-0.112-0.205-0.109-0.431-0.18-0.645-0.276-0.116-0.052-0.313-0.176-0.435-0.155l-0.089 0.015c0.12 0.125 0.285 0.307 0.41 0.42 0.25 0.002 0.405 0.06 0.641 0.144l0.178-0.036z",
+ "fill": "#00B7FA",
+ "width": 1.2290000915527344,
+ "height": 0.5813694000244141
+ },
+ {
+ "type": "path",
+ "id": "HQQO1",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.365 0.075l-0.018 0.005c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076 0.127 0.036 0.26 0.063 0.389 0.09-0.14357-0.10517-0.27444-0.22665-0.39-0.362",
+ "fill": "#FEFEFE",
+ "width": 0.7560005187988281,
+ "height": 0.4370002746582031
+ },
+ {
+ "type": "path",
+ "id": "FXFcf",
+ "x": 8.593000411987305,
+ "y": 20.466999053955078,
+ "geometry": "M0.347 0.08c-0.09532-0.02905-0.19135-0.05573-0.288-0.08-0.016 0.074-0.036 0.18-0.059 0.25l0.06 0.021c0.106 0.03 0.2 0.054 0.307 0.076-0.06-0.023-0.18-0.057-0.246-0.077 0.027-0.057 0.049-0.154 0.079-0.184 0.063-0.026 0.06-0.006 0.124-0.006l0.023 0z",
+ "fill": "#DBD2CF",
+ "width": 0.3670005798339844,
+ "height": 0.3470001220703125
+ },
+ {
+ "type": "path",
+ "id": "VcOBm",
+ "x": 7.105999946594238,
+ "y": 21.440000534057617,
+ "geometry": "M0.95 0.09c-0.10867-0.03469-0.21877-0.06472-0.33-0.09-0.18 0-0.462 0.077-0.62 0.156 0.074 0.005 0.162 0.038 0.235 0.06l0.115 0.021c0.103-0.069 0.472-0.137 0.6-0.148",
+ "fill": "#E6999D",
+ "width": 0.9499998092651367,
+ "height": 0.23699951171875
+ },
+ {
+ "type": "path",
+ "id": "OHAdN",
+ "x": 5.876999855041504,
+ "y": 16.99199867248535,
+ "geometry": "M0.242 0.023c-0.008-0.009-0.03-0.017-0.042-0.023-0.07024 0.08455-0.13696 0.17196-0.2 0.262 0.1 0.103 0.162 0.094 0.236 0.144 0.04086-0.04167 0.09299-0.07051 0.15-0.083-0.055-0.095-0.11-0.167-0.158-0.27l0.014-0.03z",
+ "fill": "#CDD6EB",
+ "width": 0.3860001564025879,
+ "height": 0.40600013732910156
+ },
+ {
+ "type": "path",
+ "id": "3SyPA",
+ "x": 6.111999988555908,
+ "y": 17.315000534057617,
+ "geometry": "M1.228 4.341c-0.071-0.022-0.16-0.055-0.233-0.06l-0.487 0.221c0.12 0.118 0.334-0.001 0.466-0.052 0.019-0.011 0.205-0.085 0.255-0.11m0.953-0.395c-0.16 0.057-0.441 0.127-0.567 0.18 0.122 0.028 0.211 0.052 0.33 0.09l0.062 0.016c0.067-0.154 0.155-0.099 0.26-0.256l-0.085-0.03z m0.664-0.718c-0.098-0.199-0.166-0.27-0.241-0.488-0.033 0.134-0.07 0.273-0.065 0.412 0.101 0.026 0.19 0.05 0.289 0.081l0.017-0.005z m-2.696-3.227c-0.05701 0.01249-0.10914 0.04133-0.15 0.083l0.144 0.087c0.055 0.024 0.115 0.052 0.17 0.074-0.044-0.076-0.113-0.17-0.164-0.244",
+ "fill": "#025EA1",
+ "width": 2.8460001945495605,
+ "height": 4.552501678466797
+ },
+ {
+ "type": "path",
+ "id": "ELn77",
+ "x": 9.076000213623047,
+ "y": 19.104999542236328,
+ "geometry": "M3.189 0.236l-0.277-0.063c-0.23-0.057-0.472-0.112-0.7-0.173l0.01 0.026c-0.121 0.054-0.41 0.1-0.548 0.151-0.192 0.025-0.4 0.06-0.591 0.077-0.204 0.018-0.435 0.02-0.642 0.026-0.134-0.008-0.196 0.093-0.284 0.18-0.052 0.012-0.107 0.022-0.157 0.038 0.073 0.097 0.152 0.207 0.227 0.301l0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.014-0.014-0.022-0.034c0.018-0.04 0.008-0.133 0.006-0.182 0.012-0.344 0.037-0.707 0.088-1.046",
+ "fill": "#0073B9",
+ "width": 3.189000129699707,
+ "height": 1.5119972229003906
+ },
+ {
+ "type": "path",
+ "id": "oJ5Zb",
+ "x": 9.302999496459961,
+ "y": 19.904001235961914,
+ "geometry": "M2.754 0.386c-0.836-0.023-1.817-0.135-2.628-0.354l-0.126-0.032 0.214 0.366c0.075 0.019 0.14 0.032 0.215 0.047 0.805 0.208 1.628 0.249 2.447 0.3l0.015-0.014-0.023-0.034c-0.037-0.092-0.073-0.19-0.114-0.28",
+ "fill": "#FEFEFE",
+ "width": 2.8909997940063477,
+ "height": 0.7129993438720703
+ },
+ {
+ "type": "path",
+ "id": "iJKPH",
+ "x": 9.302999496459961,
+ "y": 19.904998779296875,
+ "geometry": "M0.126 0.03l-0.126-0.03 0.214 0.365c0.074 0.019 0.14 0.032 0.214 0.047-0.228-0.075-0.116-0.078-0.243-0.273-0.016-0.025-0.062-0.05-0.094-0.095l0.035-0.014z",
+ "fill": "#DBD2CF",
+ "width": 0.42799949645996094,
+ "height": 0.4120006561279297
+ },
+ {
+ "type": "path",
+ "id": "hoMom",
+ "x": 9.517001152038574,
+ "y": 19.104999542236328,
+ "geometry": "M2.472 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151-0.193 0.025-0.4 0.06-0.592 0.077-0.204 0.018-0.435 0.02-0.642 0.026 0.45 0.124 1.084 0.203 1.553 0.26 0.245 0.03 0.557 0.032 0.793 0.079l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#025EA1",
+ "width": 2.4720001220703125,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "vVAah",
+ "x": 10.751001358032227,
+ "y": 19.104999542236328,
+ "geometry": "M1.238 0.173c-0.23-0.057-0.473-0.112-0.7-0.173l0.008 0.026c-0.12 0.054-0.408 0.1-0.546 0.151 0.326 0.037 0.6 0.066 0.929 0.077 0.054 0.09 0.144 0.265 0.183 0.365l0.03-0.032 0.023 0 0.03 0.037q0.02-0.225 0.043-0.451",
+ "fill": "#FAFAFA",
+ "width": 1.2379989624023438,
+ "height": 0.6239986419677734
+ },
+ {
+ "type": "path",
+ "id": "NF8TN",
+ "x": 9.232999801635742,
+ "y": 19.38365364074707,
+ "geometry": "M2.714 0.34635l-0.031-0.038-0.024 0-0.03 0.032c-0.235-0.047-0.547-0.05-0.792-0.08-0.47-0.056-1.104-0.135-1.553-0.26-0.133-0.007-0.196 0.094-0.284 0.18199 0.104 0.035 0.355 0.083 0.475 0.112 0.767 0.182 1.484 0.254 2.264 0.303-0.02982-0.08046-0.03843-0.16724-0.025-0.25199",
+ "fill": "#FEFEFE",
+ "width": 2.7390003204345703,
+ "height": 0.5973434448242188
+ },
+ {
+ "type": "path",
+ "id": "OjEIS",
+ "x": 9.529000282287598,
+ "y": 19.459999084472656,
+ "geometry": "M3.235 0.048l-0.257-0.048c-0.036 0.4-0.06 0.793-0.091 1.193l-0.019 0.02c-0.096-0.068-0.088-0.158-0.208-0.204 0.002 0.049 0.012 0.142-0.006 0.182l0.023 0.034-0.015 0.013c-0.82-0.05-1.642-0.091-2.447-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.323 0.103 0.408 0.015 0.09 0.032 0.228 0.098 0.3 0.076 0.166 0.104 0.239 0.158 0.408 0.116 0 0.63 0.094 0.789 0.114 0.52 0.067 1.02 0.121 1.544 0.131 0.097 0.001 0.181 0.002 0.278-0.004 0.052 0.005 0.09-0.021 0.12-0.059l0.035-0.534c0.051-0.523 0.046-1.09 0.11-1.608",
+ "fill": "#0073B9",
+ "width": 3.234999656677246,
+ "height": 2.253755569458008
+ },
+ {
+ "type": "path",
+ "id": "D50cq",
+ "x": 9.517000198364258,
+ "y": 20.270000457763672,
+ "geometry": "M2.663 0.346c-0.82-0.05-1.642-0.091-2.448-0.3-0.07207-0.01336-0.14377-0.0287-0.215-0.046 0.025 0.097 0.075 0.324 0.103 0.408l0.102 0.025c0.853 0.182 1.666 0.241 2.528 0.261l0.033-0.006 0.01-0.03c-0.02167-0.10912-0.05977-0.21431-0.113-0.312",
+ "fill": "#0073B9",
+ "width": 2.7760000228881836,
+ "height": 0.694000244140625
+ },
+ {
+ "type": "path",
+ "id": "Ll1xb",
+ "x": 9.619999885559082,
+ "y": 20.678001403808594,
+ "geometry": "M2.63 0.286c-0.862-0.02-1.676-0.08-2.528-0.261l-0.102-0.025c0.015 0.09 0.032 0.228 0.098 0.3l0.209 0.033c0.117 0.034 0.372 0.075 0.493 0.096 0.62475 0.10632 1.25643 0.16681 1.89 0.181-0.02137-0.10774-0.04137-0.21575-0.06-0.324",
+ "fill": "#FEFEFE",
+ "width": 2.690000534057617,
+ "height": 0.6099987030029297
+ },
+ {
+ "type": "path",
+ "id": "Hfbp3",
+ "x": 9.619999885559082,
+ "y": 20.67799949645996,
+ "geometry": "M0.102 0.025l-0.102-0.025c0.015 0.09 0.033 0.228 0.098 0.3l0.21 0.033c-0.0408-0.01079-0.08088-0.02415-0.12-0.04-0.055-0.052-0.081-0.202-0.086-0.268",
+ "fill": "#DBD2CF",
+ "width": 0.3079996109008789,
+ "height": 0.33300018310546875
+ },
+ {
+ "type": "path",
+ "id": "DdxkR",
+ "x": 12.170000076293945,
+ "y": 20.387001037597656,
+ "geometry": "M0.253 0.189l-0.038 0.014c-0.096-0.067-0.089-0.157-0.208-0.203 0.002 0.049 0.012 0.142-0.007 0.182l0.023 0.034-0.014 0.013c0.048 0.069 0.097 0.23 0.114 0.312l-0.01 0.03-0.033 0.006c-0.004-0.011 0.055 0.297 0.06 0.325 0.062 0.009 0.06 0.021 0.101 0-0.022-0.216 0-0.492 0.012-0.713",
+ "fill": "#F7F7F7",
+ "width": 0.25300025939941406,
+ "height": 0.9136714935302734
+ },
+ {
+ "type": "path",
+ "id": "uJxJf",
+ "x": 2.767716407775879,
+ "y": 15.21020793914795,
+ "geometry": "M1.02728 0.21679c-0.194-0.118-0.509-0.272-0.735-0.197-0.513 0.171-0.219 0.868-0.101 1.168 0.194 0.401 0.45 0.769 0.728 1.107 0.032 0.04 0.114 0.127 0.133 0.167 0.014-0.045 0.155-0.28 0.186-0.33l0.025-0.038c0.245-0.391 0.538-0.75 0.885-1.045-0.16-0.111-0.291-0.264-0.486-0.413-0.24-0.183-0.533-0.356-0.635-0.419",
+ "fill": "#07BEFF",
+ "width": 2.148283004760742,
+ "height": 2.4617929458618164
+ },
+ {
+ "type": "path",
+ "id": "zIlbQ",
+ "x": 2.7032382488250732,
+ "y": 15.192770957946777,
+ "geometry": "M1.15276 0.26423c-0.228-0.127-0.58-0.318-0.837-0.25-0.579 0.15-0.213 0.868-0.065 1.177 0.05-0.037 0.333-0.24 0.513-0.428 0.179-0.185 0.27-0.336 0.389-0.499",
+ "fill": "#01022A",
+ "width": 1.152761697769165,
+ "height": 1.191227912902832
+ },
+ {
+ "type": "path",
+ "id": "yGyLz",
+ "x": 12.906000137329102,
+ "y": 19.558000564575195,
+ "geometry": "M0.29 0.053l-0.29-0.053c0.078 0.452 0.077 1.586 0.077 1.586l-0.04 0.801 0.26 0.062c0 0 0.044-0.465 0.06-0.763 0.036-0.636 0-1.12-0.067-1.633",
+ "fill": "#0073B9",
+ "width": 0.37122154235839844,
+ "height": 2.4490013122558594
+ },
+ {
+ "type": "path",
+ "id": "PgQkR",
+ "x": 12.486000061035156,
+ "y": 21.573999404907227,
+ "geometry": "M0.132 0c-0.03229 0.03873-0.08189 0.05865-0.132 0.053 0.042 0.047 0.056 0.132 0.075 0.195l0.094 0.038c-0.0192-0.09432-0.03156-0.1899-0.037-0.286",
+ "fill": "#025EA1",
+ "width": 0.16899967193603516,
+ "height": 0.28600120544433594
+ },
+ {
+ "type": "path",
+ "id": "N5hcR",
+ "x": 3.486999988555908,
+ "y": 16.176000595092773,
+ "geometry": "M1.6 0.194c-0.075-0.062-0.173-0.133-0.253-0.194-0.377 0.367-0.91 1.045-0.91 1.045l-0.437 0.623c0 0 0.162 0.145 0.246 0.214q0.144 0.12 0.286 0.244c0.137-0.197 0.264-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244 0.207-0.305 0.64-0.82 0.924-1.065",
+ "fill": "#0073B9",
+ "width": 1.5999999046325684,
+ "height": 2.1259994506835938
+ },
+ {
+ "type": "path",
+ "id": "y3A5D",
+ "x": 3.7330000400543213,
+ "y": 17.434999465942383,
+ "geometry": "M0.43 0c-0.134 0.183-0.298 0.463-0.43 0.623q0.145 0.12 0.286 0.244c0.137-0.197 0.265-0.42 0.4-0.623-0.071-0.06-0.242-0.17-0.256-0.244",
+ "fill": "#F7F7F7",
+ "width": 0.6860001087188721,
+ "height": 0.8669986724853516
+ },
+ {
+ "type": "path",
+ "id": "29yEy",
+ "x": 13.318081855773926,
+ "y": 18.936565399169922,
+ "geometry": "M1.36092 0.58344c-0.204-0.456-0.924-0.916-1.296-0.247-0.078 0.14-0.087 0.235-0.02 0.364 0.011 0.022 0.021 0.035 0.034 0.054 0.12784 0.18735 0.32308 0.31811 0.545 0.36499 0.232 0.048 0.43 0.047 0.614-0.103 0.07321-0.07253 0.13342-0.15709 0.178-0.25 0.04458-0.09291-0.024-0.114-0.055-0.182",
+ "fill": "#01022A",
+ "width": 1.430558204650879,
+ "height": 1.1475582122802734
+ },
+ {
+ "type": "path",
+ "id": "smkUo",
+ "x": 4.264000415802002,
+ "y": 16.84200096130371,
+ "geometry": "M1.814 0.15c-0.09-0.042-0.18-0.1-0.266-0.15q-0.45 0.575-0.837 1.194c-0.084-0.057-0.26-0.123-0.306-0.16-0.114 0.174-0.288 0.475-0.405 0.629 0.097 0.077 0.197 0.154 0.291 0.234 0.09 0.073 0.17 0.133 0.265 0.201l0.064 0.055 0.032-0.007c0.065-0.07 0.048-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519 0.124-0.246 0.462-0.729 0.625-0.96 0.06304-0.09005 0.12976-0.17745 0.2-0.262",
+ "fill": "#025EA1",
+ "width": 1.8139996528625488,
+ "height": 2.1529998779296875
+ },
+ {
+ "type": "path",
+ "id": "cEXN4",
+ "x": 4.263999938964844,
+ "y": 17.876001358032227,
+ "geometry": "M0.405 0.001c-0.114 0.173-0.289 0.474-0.405 0.628 0.097 0.077 0.197 0.154 0.29 0.234 0.046-0.053 0.358-0.598 0.42-0.703-0.084-0.057-0.26-0.123-0.305-0.16",
+ "fill": "#F7F7F7",
+ "width": 0.7100000381469727,
+ "height": 0.8629989624023438
+ },
+ {
+ "type": "path",
+ "id": "a6PsT",
+ "x": 4.820000171661377,
+ "y": 18.214000701904297,
+ "geometry": "M0.433 0c-0.15562 0.23508-0.30012 0.47735-0.433 0.726l0.064 0.054 0.032-0.006c0.065-0.07 0.049-0.187 0.15-0.218-0.016-0.02-0.009-0.008-0.02-0.037 0.03-0.05 0.204-0.474 0.207-0.519",
+ "fill": "#CDD6EB",
+ "width": 0.4330000877380371,
+ "height": 0.7800006866455078
+ },
+ {
+ "type": "path",
+ "id": "0lzeY",
+ "x": 4.01900053024292,
+ "y": 16.516000747680664,
+ "geometry": "M1.546 0.181c-0.079-0.062-0.175-0.125-0.26-0.181-0.068 0.099-0.205 0.244-0.285 0.344-0.208 0.26-0.43 0.537-0.601 0.82-0.136 0.202-0.264 0.425-0.4 0.622 0.085 0.08 0.15 0.131 0.245 0.203 0.116-0.154 0.29-0.455 0.405-0.628 0.294-0.453 0.557-0.765 0.896-1.18",
+ "fill": "#025EA1",
+ "width": 1.5460000038146973,
+ "height": 1.9889984130859375
+ },
+ {
+ "type": "path",
+ "id": "eXdkl",
+ "x": 13.325611114501953,
+ "y": 19.636999130249023,
+ "geometry": "M0.98039 1.563c0.301-0.275 0.398-0.707 0.441-0.934 0.044-0.228 0.055-0.5-0.013-0.563-0.05082 0.1043-0.12676 0.19433-0.221 0.262-0.07455 0.03985-0.15384 0.0701-0.236 0.09-0.08215 0.01991-0.15 0.039-0.335 0-0.24377-0.05098-0.45453-0.20287-0.58-0.418-0.043 0.055-0.042 0.058-0.027 0.13 0.102 0.479 0.19 0.966 0.187 1.454q0 0.172-0.008 0.345c0.287-0.043 0.544-0.14 0.792-0.365",
+ "fill": "#07BEFF",
+ "width": 1.4568920135498047,
+ "height": 1.9289989471435547
+ },
+ {
+ "type": "path",
+ "id": "NJCsB",
+ "x": 11.585000038146973,
+ "y": 24.634998321533203,
+ "geometry": "M0 0.568c0 0 0.562 0.23 0.957 0.08 0.395-0.15 0.425-0.648 0.425-0.648 0 0-0.215 0.18-0.371 0.27-0.353 0.202-0.668 0.239-1.01 0.298",
+ "fill": "#01022A",
+ "width": 1.3819999694824219,
+ "height": 0.6987934112548828
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3heos",
+ "name": "Frame 1000004853",
+ "gap": 15,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6v6ij",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fkTlR",
+ "x": 6.594298839569092,
+ "y": 16.5043888092041,
+ "name": "Vector",
+ "geometry": "M11.30146 0.0496c0.11759-0.05937 0.35755 0.03984 0.5142-0.0496 0.01898 0.07394 0.07833 0.10431 0.1456 0.15577 0.30021 0.22175 0.5265 0.43677 0.7748 0.66433 0.64147 0.83564 0.9962 1.47154 1.01363 2.5562-0.00479 0.13671-0.4203-0.04785-0.45292 0.08235-0.07113 0.68587-0.45292 0.9676-0.45292 0.9676 0.05507-0.02745 1.19229 1.49439 1.14916 2.08035 0.00829 0.03518 0.01806 0.07223 0.02432 0.10757-0.00277 0.37169 0.00055 0.46609-0.10007 0.82956-0.12846 0.45307-0.39938 0.86366-0.78052 1.18311-0.07206 0.04495-0.22282 0.14182-0.22282 0.14183l-0.63492 0.23576-0.91027-0.12726c0 0-0.13897-0.04479-0.20642-0.07889-0.74956-0.45644-0.84782-1.06934-1.86202-1.40741-1.5-0.5-3.11612-0.47555-4.44428 0.02053-0.821 0.30665-1.68815 1.17347-1.68815 1.17347 0 0-0.29293 0.21574-0.38859 0.24705-0.03907 0.02139-0.01882 0.00834-0.06176 0.02058-0.10837-0.02713-0.87715 0.16618-1.09112 0.10294-0.6974-0.20639-1.53824-1.72933-1.53824-1.72933 0.19294-0.02197-0.61348-0.78368 0.58863-2.26459 0.05658-0.17887-0.25745-1.20191-0.25191-1.46169-0.05382-0.05859-0.18036 0.06706-0.26017 0.04117l-0.04118 0.02059c-0.0282-0.09253-0.03538-0.25482-0.03537-0.25482 0 0-0.00295-0.31248 0.03299-0.52297 0.03631-0.15857 0.11622-0.40554 0.16708-0.56038 0.14487-0.52605 0.74114-1.17347 0.74114-1.17347 0.30402-0.43533 0.58324-0.60929 1.04943-0.89914 0.21858-0.03209 0.65814 0.18925 0.88705 0.27218 0.11298 0.19189 0.76725 0.36286 0.77149 0.43013l-0.02617 0.01225c0.06082 0.04464 0.07722 0.05875 0.15444 0.07595 0.21582 0.04836 0.34059 0.17701 0.49983 0.29465l0.01013 0.05456c0.41394 0.12121 0.69334 0.17701 1.12148 0.25002 0.09418 0.12788 0.39164 0.3458 0.38833 0.44888l-0.07465 0.0434c-0.04847 0.04976-0.09749 0.09718-0.14098 0.15035l0.10726-0.01953c0.22135-0.18337 0.60027-0.15624 0.9239-0.17934l-0.00571 0.03953c0.09123-0.00046 0.13546-0.01085 0.19075-0.07254l-0.01493-0.04309c0.02636-0.07192 0.10948-0.13439 0.17122-0.19081 0.11961-0.12788 0.13491-0.15082 0.21066-0.29651 0.21656-0.05875 0.42224-0.07905 0.65667-0.1471 0.42684-0.11641 0.87083-0.29683 1.2492-0.39525 0.24531-0.12137 0.62994-0.27807 0.88907-0.38564 0.11869-0.13625 0.44989-0.23948 0.64193-0.36999 0.21139-0.03085 0.39127-0.0296 0.6117-0.07331z",
+ "fill": "#07beffff",
+ "width": 12.005792617797852,
+ "height": 7.71225643157959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "2vX4a",
+ "x": 17.24536895751953,
+ "y": 19.596574783325195,
+ "name": "Vector",
+ "geometry": "M20.40824 0c0 0-10.5623 9.98562-17.94116 9.27423 0.02686 0.00374-1.75517-0.77127-2.46708-0.91354l5.07742-2.51605-4.53118-4.35448 3.50135-0.23584",
+ "width": 0.7197118997573853,
+ "height": 0.32834234833717346,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "BunXZ",
+ "x": 13.48752212524414,
+ "y": 18.37346649169922,
+ "name": "Vector",
+ "geometry": "M170.42004 0c37.47001 3.59 95.36002 21.92012 130.39002 38.87012 4.98999 2.42 5.65997 4.26989 9.85998 3.38989l0.71997-2.31982c1.19001 4.91 0.68003 29.80997 0.77002 36.46997-0.26001 8.82-0.78994 11.35-2.55993 19.75l-7.09009-5.53003c-4.95001-3.98-11.23996-7.83009-16.58997-11.34009-3.67001-2.21-9.44003-4.86986-13.41003-6.85986-19.12-17.4-91.12996-35.81003-118.07996-40.03003-1.41 5.3-2.11998 10.26008-5.72998 14.08007-2.14999 7.84-9.17999 30.26994-15.35998 34.43995l1.67993 2.38989c-0.97 5.44-1.33002 5.79013-3.51001 10.63013-2.61 6.18-4.34001 10.53994-6.39001 16.93994-2.64 11.66-3.48001 17.1999-4.63001 29.1499 0.87 10.38 1.39011 12.78018 4.24011 22.69018-5.12999 2.66001-55.89 5.02991-67.01001 6.65992-2.68-5.09-7.22-17.91996-9.5-23.94995-3.39-7.36-7.39003-20.08017-10.16003-28.17017-2.74-6.97-6.07002-18.20989-8.52002-25.63989-3.64-10.98-7.68999-21.80996-12.12-32.45996-5.44-10.63-11.25004-21.02994-17.42004-31.18995 50.56-2.78 106.70003-7.16016 156.15002-19.41015l2.33997 2.89013c4.74001-10.6-3.89995-10.08019 11.93005-11.45019z",
+ "fill": "#f5f6f9ff",
+ "width": 4.901939392089844,
+ "height": 2.2570078372955322,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "YllkQ",
+ "x": 7.121816635131836,
+ "y": 20.34836196899414,
+ "name": "Group 1000004712",
+ "children": [
+ {
+ "type": "path",
+ "id": "xGoil",
+ "x": 7.388366222381592,
+ "y": 0.21156610548496246,
+ "name": "Vector",
+ "geometry": "M0 11.12326c11.48274-1.32092 23.0886-1.54047 35-3.12326l59.5-8 6.5 10c-37.18052 5.22622-58.21798 7.69709-96.62216 10l-1.47752-2.27604c-0.74332-2.01411-1.99739-4.58273-2.90032-6.6007z",
+ "fill": "#f5f6f9ff",
+ "width": 3.5618410110473633,
+ "height": 0.7053150534629822,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "ooUmh",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 120.28396 6.30369 145.39194 7.43101 2.68791 1.37616 4.39636 1.89644 6.65492 3.84569l-0.33543 0c3.0278 2.72216 1.33728 1.31205 4.95544 2.80886l-0.28177 0.49015c5.95274 1.44403 8.92687 3.18595 15.13007 3.81182 3.68524 0.0754 16.84419-1.62738 20.54733-1.88753 5.57707 1.22912 4.9641 3.00029 10 5.5 1.62794 1.21027 10.04648 3.20302 11.5 4.5-6.5744-0.8257-27.78043 1.3585-34.8468 1.09835-33.73969 1.05945-63.09191-0.1885-96.74215-1.30073-15.92093-1.09143-80.97366-14.29762-80.97366-14.29762l-0.99989-12z",
+ "fill": "#f5f6f9ff",
+ "width": 7.531442165374756,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "bQgXo",
+ "x": 6.661724328994751,
+ "y": 16.50439807346902,
+ "name": "Group 1000004705",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZA1TB",
+ "x": 5.837707281112671,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M106.93852 1.20259c2.83818-1.43937 8.63019 0.96586 12.41145-1.20259 0.4582 1.79264 1.89064 2.52921 3.51436 3.77691 1.35235 1.00343 2.77144 1.98054 3.99923 3.09295 5.23632 4.07116 10.90745 8.40874 15.19894 13.13014 13.12259 14.21743 22.53514 32.59904 24.5799 48.08266 0.52937 1.84525 0.3025 11.20303 0.34254 13.70597-0.11566 3.31469-6.69754 0.05453-7.48494 3.21137-8.2372 17.36548-24.46556 33.45117-42.5 36-11.12135 3.83707-14.26536 7.3934-24.96855 2.07938-3.8391-2.3714-6.19679-5.31771-8.42552-8.85414-2.2821 0.99967-24.86291 1.89032-29.80968 2.5029-1.19221-1.91289-3.21185-6.73459-4.22612-9.00075-1.50806-2.766-3.28749-7.54643-4.51973-10.58677-1.2189-2.61943-2.70028-6.84355-3.79017-9.63586-1.61927-4.12645-3.42092-8.19652-5.39163-12.19894-2.42001-3.99491-5.00463-7.90337-7.74938-11.72165-6.2591-5.91533-12.38474-7.21567-19.62251-11.66908-2.16644-0.18039-6.03664-3.24328-8.13635-4.60373l-0.36036-1.04478c0.63614-1.74378 2.64245-3.25834 4.13271-4.6263 2.8871-3.10048 3.2563-3.65668 5.08466-7.18935 5.22704-1.42434 10.19161-1.91665 15.85016-3.56648 10.30282-2.82237 21.01938-7.19686 30.15223-9.58328 5.92101-2.94263 15.20511-6.74212 21.45977-9.35028 2.86486-3.30341 10.85887-5.80634 15.49425-8.9707 5.10248-0.74787 9.44428-0.7178 14.76474-1.7776z",
+ "fill": "#f5f6f9ff",
+ "width": 5.889379978179932,
+ "height": 4.435398101806641,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "rXFbN",
+ "x": 0,
+ "y": 0.10722705402531574,
+ "name": "Vector",
+ "geometry": "M49.00888 0.03588c5.31299-0.7802 52.58814 11.42335 52.58814 11.42335 0 0 3.96219 5.33759 22.5 8.49995 2.28915 3.1095 30.58065 25.49356 30.50001 28l-14.99998 0c-1.17818 1.20988-2.24726 0.20423-3.30448 1.49703-2.88048 2.46875-5.79684 4.90732-8.749 7.30823-4.07658 3.73894-5.85951 5.925-9.17005 10.26322-2.24436 4.69252-4.36783 8.67272-6.88545 13.22956-1.26777 2.14839-4.04071 7.50048-6.07004 8.65759-2.81776 3.27911-6.68829 7.97916-7.23482 12.15532-3.51213-0.59929-7.85299-1.05535-11.45472-1.51518 0.72124 4.21384 0.19707 6.48283-1.20508 10.54968-2.42355 4.10454-4.11691 6.18887-8.0143 9.44537 24.51372 9.39351-69.4121-38.09077-69.4121-38.09077l-7 2.5c0 0-0.82869-4.2439-0.99997-7-0.30376-4.88772 0.12637-7.38158 0.99992-12.5 0.82559-3.81964 1.84853-7.12773 3.16812-10.94748 1.3833-5.02518 3.19898-8.6133 5.33193-13.05252 5.24138-10.69599 23.8263-29.79034 23.8263-29.79034 0 0 14.12517-9.72466 15.58557-10.63301z",
+ "fill": "#f5f6f9ff",
+ "width": 5.451986789703369,
+ "height": 4.259404182434082,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "gPP91",
+ "x": 7.071165936329635,
+ "y": 16.68068013872471,
+ "name": "Group 1000004709",
+ "children": [
+ {
+ "type": "path",
+ "id": "Th1qp",
+ "x": 2.274562222621171,
+ "y": 3.7557941845479945,
+ "name": "Vector",
+ "geometry": "M8 0c25.43296 3.13201 126.50505 7.88977 126.5 7l4.5 9.00052c-46.57074 1.40607-138.82646-4.27531-139-6.00052 0 0 5.58633-5.66181 8-10z",
+ "fill": "#006eb7ff",
+ "width": 4.901939392089844,
+ "height": 0.572080671787262,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "tJQNT",
+ "x": 7.2998920508835,
+ "y": 3.843943732124899,
+ "name": "Vector",
+ "geometry": "M30.56381 0c2.21501 3.5112 4.55821 6.43652 8.37369 8.791l-0.48632 0.18283c-11.54811 1.53359-22.80001 1.74631-33.93254 3.02617-1.1274-2.31344-3.5902-6.43656-4.51864-9 4.91635-0.60821 28.29575-2.00746 30.56381-3z",
+ "fill": "#006eb7ff",
+ "width": 1.3731601238250732,
+ "height": 0.4231890141963959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "gNnux",
+ "x": 10.232412917277543,
+ "y": 3.632352011543844,
+ "name": "Vector",
+ "geometry": "M15.35278 7l-15.35278 2.14867c4.07148-2.9342 6.2993-5.47651 9.35278-9.14867 2.83106 2.12893 3.9043 4.1919 6 7z",
+ "fill": "#006eb7ff",
+ "width": 0.541427493095398,
+ "height": 0.3226346969604492,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "lLObF",
+ "x": 0,
+ "y": 3.4207602909627894,
+ "name": "Vector 688",
+ "geometry": "M0 0l1.5 7 3.5 0.5-3-4-2-3.5z",
+ "fill": "#06619aff",
+ "width": 0.17695094645023346,
+ "height": 0.2654264271259308,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "Iyn2m",
+ "x": 6.663033587596146,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M32.38619 2.01001l27.29004-2.01001 1.15991 2.37c-8.29 5.88-52.49 35.75001-59.5 36.64001-1.98-3.61-1.47993-1.57994-0.29992-6.55994 8.7-10.25 22.12992-20.44002 33.78991-26.52002-0.13-2.46-0.05994-1.34004-2.43994-3.92004z",
+ "fill": "#a60208ff",
+ "width": 0.9874408841133118,
+ "height": 0.5289862751960754,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "eMyrV",
+ "x": 9.116314888000488,
+ "y": 18.77902603149414,
+ "name": "Group 1000004713",
+ "children": [
+ {
+ "type": "path",
+ "id": "lkz3j",
+ "x": 4.653293609619141,
+ "y": 0.1939716339111328,
+ "name": "Vector",
+ "geometry": "M0 4.84912c18.95338-0.62718 42.02959-3.07085 61.0625-4.84912-4.80521 15.16724-19.2344 27.65244-13.65252 44.45308-2.26645 1.01725-24.69241 1.92357-29.60527 2.54692-1.18403-1.94655-3.18982-6.85304-4.19713-9.15906-1.49771-2.81465-3.26495-7.67916-4.48875-10.77298-1.21054-2.6655-2.68176-6.96392-3.76417-9.80533-1.60817-4.19903-3.39747-8.34068-5.35466-12.41351z",
+ "fill": "#006eb7ff",
+ "width": 2.1534149646759033,
+ "height": 1.6574902534484863,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "R7bLd",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l61 7-4.5 12c0 0-35.72289 19.46143-39.33966 19.00883-3.28039-13.46262-17.16034-38.00883-17.16034-38.00883z",
+ "fill": "#006eb7ff",
+ "width": 2.1512107849121094,
+ "height": 1.3406842947006226,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "128Qh",
+ "x": 2.290491819381714,
+ "y": 0.34363991022109985,
+ "name": "Vector",
+ "geometry": "M29.0625-0.00006c0.04325 4.96897-0.18858 8.79899-0.5 13.75653l-13.69665-0.70881c-4.85724-0.17148-9.99563-0.59823-14.86585-0.92594 4.0268-2.69788 6.98957-5.70822 10.80011-8.29178l3.2699-3.82963 14.99249-0.00037z",
+ "fill": "#006eb7ff",
+ "width": 1.0250942707061768,
+ "height": 0.4851321876049042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ECcD8",
+ "x": 9.645272254943848,
+ "y": 20.13681697845459,
+ "name": "Group 1000004708",
+ "children": [
+ {
+ "type": "path",
+ "id": "fbZtt",
+ "x": 4.5819783210754395,
+ "y": 0.10576289147138596,
+ "name": "Vector",
+ "geometry": "M0 5.40914c22.37-0.61 51.6699-5.65015 72.2699-5.40015 0.87 10.38 1.39011 12.78019 4.24011 22.69019-5.13 2.66-55.89001 5.02991-67.01001 6.65991-2.68-5.09-7.22-17.91995-9.5-23.94995z",
+ "fill": "#f5f6f9ff",
+ "width": 1.234301209449768,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "hahsD",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M114.5 6c0 0 11.52383 8.3289 11.5 9.5-1.79223 0.93012-49.8382-1.5496-52.03816-1.50005-25.15392-1.13977-73.96184-3.99992-73.96184-3.99992l1.5-10.00003 113 6z",
+ "fill": "#f5f6f9ff",
+ "width": 4.443485260009766,
+ "height": 0.5539872646331787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ptF2C",
+ "x": 9.557991981506348,
+ "y": 19.643047332763672,
+ "name": "Group 1000004707",
+ "children": [
+ {
+ "type": "path",
+ "id": "1CGut",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c6.89954 1.15552 75.4919 6.77203 81.5 8-2.86079 3.15142 7.55487 7.48647 7 11.5-3.56574-0.57595-80.84329-5.05808-84.5-5.5-1.15978-4.59673-2.89935-9.28736-4-14z",
+ "fill": "#006eb7ff",
+ "width": 3.1217758655548096,
+ "height": 0.6876821517944336,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "qMkRw",
+ "x": 4.5283894538879395,
+ "y": 0.21157237887382507,
+ "name": "Vector",
+ "geometry": "M0 2.39927c12.7805-0.3535 26.08958-1.75996 39-2.39927-1.18263 4.38496-2.07409 10.96236-2.07409 10.96236-12.44778 1.4929-19.54659 1.90037-32.37455 2.03082 0 0-3.31049-7.55152-4.55136-10.59391z",
+ "fill": "#006eb7ff",
+ "width": 1.3753643035888672,
+ "height": 0.45821431279182434,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "U7MHC",
+ "x": 0.5432297587394714,
+ "y": 0.24030113220214844,
+ "name": "Vector",
+ "geometry": "M57.97672 0c0.44853 3.95168 1.25586 10.09181 4.02328 13.1851-6.35564-0.72692-16.55065-0.98979-23.40416-1.38806-12.89966-0.64572-25.76795-1.66657-38.59584-3.05468 0.99573-0.39053 0.78494-0.2088 1.47118-0.77719",
+ "width": 2.186476469039917,
+ "height": 0.4649823009967804,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "yUCVH",
+ "x": 9.345545768737793,
+ "y": 19.23748779296875,
+ "name": "Group 1000004714",
+ "children": [
+ {
+ "type": "path",
+ "id": "UKxWI",
+ "x": 4.5998005867004395,
+ "y": 0.1939522922039032,
+ "name": "Vector",
+ "geometry": "M48.5625 0c0.54715 0.67299-3.8116 9.64185-4.5 11.5-12.84168 0.65493-27.55367 2.13786-40.26613 2.5-1.2209-2.68521-2.70469-7.0154-3.79637-9.87782 14.56608-0.80903 34.20139-1.89157 48.5625-4.12218z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7142637968063354,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "7irJ7",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0c11.66282 2.71757 37.24294 4.26167 49 6.5-1.26141 2.1301-2.5 10.5-2.5 10.5l-41-5.5c0 0-4.3565-7.84136-5.5-11.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7280219793319702,
+ "height": 0.5995177626609802,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "WFfHj",
+ "x": 1.4615472555160522,
+ "y": 0.29974064230918884,
+ "name": "Vector",
+ "geometry": "M16.49078 0c5.00232 0.32823 10.28008 0.75567 15.26907 0.92742l15.30265 1.07258c0.12883 2.53043 1.59774 6.53445 1.5 9-11.47069 0.30152-37.08737-2.25605-48.5625-3.81706 6.23735-1.97702 10.82652-4.1449 16.49078-7.18294z",
+ "fill": "#f5f6f9ff",
+ "width": 1.7127577066421509,
+ "height": 0.38878539204597473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "RGXVJ",
+ "x": 7.970309734344482,
+ "y": 18.796713691204786,
+ "name": "Group 1000004710",
+ "children": [
+ {
+ "type": "path",
+ "id": "t4L7Z",
+ "x": 7.4212212562561035,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M15.07569 0c21.07785 2.80374 45.93214 7.87342 63.42431 21-9.10185 13.40342-16.48384 30.2149-33.5 35.5-11.10464 3.85254-24.01665 6.89902-34.70375 1.56356-3.83332-2.38095-6.18748-5.33916-8.41285-8.88983-1.26593-3.73935-1.49696-4.645-1.8834-8.5617 0.51081-4.5091 0.88393-6.59948 2.05658-10.99914 0.91058-2.41492 2.83835-6.39196 2.83835-6.39196l1.5591-4.01107c0 0 7.3635-15.19241 8.62166-19.20986z",
+ "fill": "#07beffff",
+ "width": 2.7683615684509277,
+ "height": 2.1487815380096436,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "cO5th",
+ "x": 7.4231390953063965,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M4.81249 0c12.32677 8.12088 21.27567 15.05019 31.81442 25.3379l8.33237 8.15122c-11.38463 5.32934-22.69046 9.22777-34.79153 1.55202-3.80064-2.39452-6.13473-5.36957-8.34113-8.94048-3.57005-8.85252-1.55204-17.94915 2.98587-26.10066z",
+ "fill": "#010127ff",
+ "width": 1.5855228900909424,
+ "height": 1.3875577449798584,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "p3aQ5",
+ "x": 0,
+ "y": 0.8111040778458118,
+ "name": "Vector",
+ "geometry": "M44.5 0c0 0 3.58718 8.98287 4.61654 15.03997 0.69191 4.07143 0.33798 6.379-1.19819 10.38402-2.40967 4.04009-5.54328 7.87066-9.41835 11.07601-13.35786 7.40126-25.27131 3.28876-38.5-1.77896 3.38067-3.02357 10.0585-7.3085 12.9314-10.6437 12.56058-10.38773 31.5686-24.07734 31.5686-24.07734z",
+ "fill": "#010127ff",
+ "width": 1.7440701723098755,
+ "height": 1.4293965101242065,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "vekU7",
+ "x": 15.956307411193848,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M5.0625 0c6.77244 0.55154 63.40586 16.63156 63.57858 16.15853 0.53134 1.8635 0.30363 11.3138 0.34381 13.84147-7.87187-7.18831-37.81442-16.64624-49.4905-19.28398-3.88459-0.87672-17.67712-2.61872-19.49439-3.8484l0.37058-1.52192c2.11643-4.02303-2.37624-4.82574 4.69192-5.3457z",
+ "fill": "#006eb7ff",
+ "width": 2.4333372116088867,
+ "height": 1.0579725503921509,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "MDksk",
+ "x": 15.214903831481934,
+ "y": 16.5396671295166,
+ "name": "Vector",
+ "geometry": "M68.02002 0l2.42004 1.55005c-6.82 4.94-60.16006 24.44993-70.44006 27.04993 6.44-8.79 24.40996-15.45 34.82996-23.87 11.47-1.99 21.23006-1.90998 33.19006-4.72998z",
+ "fill": "#18477eff",
+ "width": 1.0932382345199585,
+ "height": 0.38792330026626587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "niMLN",
+ "x": 16.484785079956055,
+ "y": 16.64545440673828,
+ "name": "Vector",
+ "geometry": "M21.96008 0c3.04 2.67 6.22999 5.26998 8.98999 8.22998-9.41 5.3-21.07007 11.98007-30.95007 16.20007 4.25-5.42 6.09006-8.79003 12.44006-11.03003 2.45-0.86 1.74001-0.29002 3.01001-2.27001l-1.51001-2.66993c8.77-2.01 1.04002-2.97008 8.02002-8.46008z",
+ "fill": "#dedde5ff",
+ "width": 0.4937204420566559,
+ "height": 0.3173917531967163,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "mhv7Z",
+ "x": 12.960517849242024,
+ "y": 16.50439807346902,
+ "name": "Group 1000004706",
+ "children": [
+ {
+ "type": "path",
+ "id": "yQ7Sd",
+ "x": 1.3576398236400564,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M55.4134 1.17579c2.85228-1.40729 8.67308 0.94434 12.47314-1.17579 0.46048 1.75268 1.90005 2.47284 3.53184 3.69274 1.35908 0.98106 2.78522 1.9364 4.01912 3.02401-4.20689 1.94743-9.41972 4.40195-13.83673 5.95254-4.53325 2.00254-10.91736 3.9757-15.76802 5.60713-6.12481 1.9952-22.39491 7.28294-28.89525 8.22358-3.80006-0.40418-4.343 0.08847-8 0.5l-0.8684-1.4336-0.40685 0.31599c2.66004-1.0472 5.86551-2.17524 6.98764-4.68852l-1.71239 0.30613c-4.37678-0.34907-4.41382 0.08451-8.5 0l-4.4375-3.22358c5.95045-2.87705 13.21425-9.00964 19.5-11.55967 2.8791-3.22979 16.41682-0.70915 21.07525-3.80298 5.12785-0.7312 9.49124-0.7018 14.83814-1.73798z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -156.15335970187198,
+ "size": {
+ "height": 0.50101301977304
+ },
+ "colors": [
+ {
+ "color": "#ddd3d6ff",
+ "position": 0
+ },
+ {
+ "color": "#fcffffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.4995561360658898,
+ "y": 0.4860016907186544
+ }
+ },
+ "width": 2.660360336303711,
+ "height": 0.9521751999855042,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "nTxVA",
+ "x": 0,
+ "y": 0.5642496091977591,
+ "name": "Vector",
+ "geometry": "M38 0l4.95374 5.39261c4.10912 0.08669 5.70961-0.65205 10.11096-0.294l0.62042 0.65581c-1.12844 2.57801-4.3519 3.73511-7.02687 4.80928l0.40912-0.32413 0.37763 0.44476c3.67753-0.42213 4.6711-0.57668 8.4925-0.16209-11.09553 2.75139-44.60369 6.1549-55.9375 5.97776 10.41218-2.83054 28.77021-14.10667 38-16.5z",
+ "fill": "#f5f6f9ff",
+ "width": 1.9726780652999878,
+ "height": 0.5821189880371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "RXcuA",
+ "x": 12.782086372375488,
+ "y": 17.98556137084961,
+ "name": "Vector",
+ "geometry": "M0 9.87522c7.79122-0.0451 15.58249-0.04514 23.40949-0.22931 22.89958-0.53747 45.89755-3.34884 68.36775-7.2389 0 0 1.43566-1.68755 1.57879-1.85292 13.1762-2.0108 45.8394 1.883 58.98877 4.77706 1.86804 4.15662 3.40991 7.554 4.7177 12.66885 0.87659 3.42842 1.61548 8.91626 1.61548 8.91626 0 0-2.17813-0.36454-4.40994-1.27409-15.66742-6.37068-38.111-15.09643-54.86974-16.44574-7.08009 0.51492-3.2158 0.31955-5.3358 4.30357l-4.49474 0.75009c-22.11687 4.60418-47.22591 6.25047-69.83924 7.29533-6.29291-5.9159-12.45164-7.21636-19.72852-11.6702z",
+ "fill": "#006eb7ff",
+ "width": 5.595898151397705,
+ "height": 0.949222207069397,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "QQjLL",
+ "x": 16.026323318481445,
+ "y": 18.24812126159668,
+ "name": "Vector",
+ "geometry": "M3.88616 3.24696c-2.57882-0.54509-2.3326-0.11125-3.88616-1.56229 2.95042-6.24172 64.5625 6.87001 64.5625 6.87002 1.22681 4.28139 1.27321 6.60148 2.11516 10.91459l-4.41442-1.30127c0 0-41.60134-13.54296-58.37708-14.92105z",
+ "fill": "#f5f6f9ff",
+ "width": 2.35143780708313,
+ "height": 0.6865988373756409,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "GIZuF",
+ "x": 16.096818923950195,
+ "y": 17.438934326171875,
+ "name": "Vector",
+ "geometry": "M45.5625 0c1.9974 1.78339 6.97963 10.04062 7 10 0 0-32.00481-1.04235-52.47001 1.5l-0.09249-7.78697c14.94145-1.85997 30.4933-3.43228 45.5625-3.71303z",
+ "fill": "#006eb7ff",
+ "width": 1.8536560535430908,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "b3kbc",
+ "x": 6.6810994148254395,
+ "y": 18.2324161529541,
+ "name": "Vector",
+ "geometry": "M3.73031 8.11141c18.25819-4.63386 42.09328-8.77353 61.55645-8.0229 1.72011 0.06689 12.99934 3.22182 15.80347 3.66403 12.20647 1.92118 30.52561 5.32218 42.47227 6.24746l48 5.09009c-4.07629 3.68628-7 9.40991-7 9.40991-36.39268-1.21156-56.89151-3.63908-93.53313-9.40991 0 0-16.7038 3.46334-22.76448 4.93859-11.548 2.81674-21.67152 6.28744-32.3505 11.00305-2.80861 1.29689-5.94535 3.00005-7.35189 3.46827l-7.67217 3.5c-0.68535-2.21846-0.84212-4.60858-0.80181-6.94967-0.21501-5.13924-0.07168-7.49147 0.80181-12.53781 0.88245-3.80148 1.60365-6.68882 2.83998-10.40111z",
+ "fill": "#f5f6f9ff",
+ "width": 6.050280570983887,
+ "height": 1.3400986194610596,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "3XVh1",
+ "x": 6.663355827331543,
+ "y": 18.338218688964844,
+ "name": "Vector",
+ "geometry": "M1.0618 15.5c4.79546-0.85722 17.25769-5.4567 22.82042-7.08504 14.38638-4.07647 29.18312-6.89517 44.17618-8.41496l1.44087 6.59951c-21.72901 3.45508-38.75621 7.539-58.67856 16.53044-2.5204 1.13422-8.66673 4.07112-10.75889 5.37005-0.21412-5.177 0.1301-7.91658 0.99998-13z",
+ "fill": "#006eb7ff",
+ "width": 2.450943946838379,
+ "height": 1.00507390499115,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "Pyl3P",
+ "x": 6.806744575500488,
+ "y": 17.844480514526367,
+ "name": "Vector",
+ "geometry": "M4.5 8c13.35847-1.97754 25.98067-3.62586 39.61149-4.20155 3.58518-0.14953 16.61769 0.42993 18.66254-0.2467 0.41969-1.47661 0.41967-1.92895 0.54915-3.42051 1.87965-1.03924 26.08296 4.41114 30.09229 5.18496 10.94305 2.0523 21.97096 3.73451 33.06134 5.03916 2.94226 0.22056 14.61218 1.76707 17.52319 2.14464-1.17422 1.19998-1.44632 3.21778-2.5 4.5-2.87082 2.44856-0.05774 4.11873-3 6.5l-18.91676-2.03454c-11.90743-0.93083-29.87346-5.14382-42.03985-7.0765-2.79492-0.44485-14.03712-3.61867-15.75158-3.68596-19.39925-0.75513-43.59357 3.6354-61.79181 8.297 0.5-2 2.36388-8.40173 4.5-11z",
+ "fill": "#006eb7ff",
+ "width": 5.078268051147461,
+ "height": 0.8287451267242432,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "LErKK",
+ "x": 7.176966667175293,
+ "y": 17.403657913208008,
+ "name": "Vector",
+ "geometry": "M8 0c0 0 31.31661 2.86354 43.9375 4.88053l-0.36374 6.61947c-16.4493-2.10655-51.57376-1.5-51.57376-1.5 3.00536-3.94938 4.7602-6.13987 8-10z",
+ "fill": "#006eb7ff",
+ "width": 1.8316148519515991,
+ "height": 0.4055561125278473,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "2pjZ6",
+ "x": 11.89969253540039,
+ "y": 18.831928253173828,
+ "name": "Vector",
+ "geometry": "M0 20.84985c3.13-5.71 8.54999-16.72985 12.73999-20.84985l2.64002 1.0498c0.12 6.49 0.23999 12.67016 0.61999 19.16016l-16 0.63989z",
+ "fill": "#c398a3ff",
+ "width": 0.24686022102832794,
+ "height": 0.28212597966194153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "itdS9",
+ "x": 8.991148948669434,
+ "y": 22.393768310546875,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M158.37489 0c9.41785 3.10574 26.44347 20.03633 34.57096 20.41662 0.43908-1.68523 2.35218-3.47107 2.88536-5.07054-0.77959 11.45359-1.60396 19.26823 7.5361 28.38412 0.69446 0.69348 1.90686 2.10242 2.63269 2.7698-1.37997 0.30946-1.16035 0.54101-2.5 0.5-2.15956-1.30121-5.33449-3.60533-7.66879-4.73876-13.9834-8.19871-26.31795-19.5628-40.51194-26.91516-15.85621-6.70363-40.11325-3.97449-57.26879-4.22802-10.60068-0.15286-41.8964-1.03271-49.14573 3.31458-11.68494 7.0019-26.30458 20.09966-38.72431 27.63845-2.50008 1.24155-10.18044 5.42891-10.18044 5.42891 0 0 7.63931-15.4397 8.0625-24.5 0.13322-2.80566 2.34644-8.98871 2.34644-8.98871 0 0 1.06188 3.96704 1.47857 6.09967 10.69477-2.71053 24.57064-13.74281 35.45806-18.91407 11.93585 0.97311 19.32403 3.70225 29.92471 5.0892 28.89873 3.77685 53.50522 1.10356 81.10461-6.28609z",
+ "fill": "#027cc1ff",
+ "width": 7.264744758605957,
+ "height": 1.6751232147216797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "path",
+ "id": "BLsFy",
+ "x": 6.604848861694336,
+ "y": 21.466087341308594,
+ "name": "Vector",
+ "geometry": "M48.944 3.49488c16.6134 7.46846 24.61391 21.29244 29.07008 36.95992l-0.07601 0.79875c-0.19219 2.20306 0.30844 5.23508 0.19223 7.72582-0.41376 9.0156-10.47224 24.96802-10.47224 24.96803-5.24461 3.38215-17.49093 4.43223-23.48753 4.19417-5.67905-0.22545-8.97217-0.59484-14.34731-2.44152-21.47636-7.37839-30.52652-31.71238-29.78079-49.94371 1.4139-23.7446 29.86185-30.8244 48.90157-22.26146z",
+ "fill": "#010127ff",
+ "width": 2.755948781967163,
+ "height": 2.756857395172119,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "w0gA9",
+ "x": 15.851283073425293,
+ "y": 21.441598892211914,
+ "name": "Vector",
+ "geometry": "M0.20912 41.89594c2.17472-10.33426 7.67839-19.13331 15.2721-27.02486 15.28546-15.87385 41.77432-22.09405 58.15606-3.19138 1.74406 2.81487 3.74326 5.35465 4.32268 8.65154-0.06685 9.06753 0.0134 11.37034-2.41979 20.23747-3.10611 11.05271-9.65707 21.06937-18.87291 28.8626-1.74245 1.09657-5.38778 3.45985-5.38778 3.45985 0 0-9.01954 4.80989-15.35228 5.75142-8.58621 1.27657-17.67158 1.95446-25.9048-4.14258-10.68585-7.9133-10.34378-24.65684-9.81328-32.60406z",
+ "fill": "#010127ff",
+ "width": 2.749316453933716,
+ "height": 2.8036584854125977,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "yoIbi",
+ "x": 13.048723220825195,
+ "y": 20.983121871948242,
+ "name": "Vector",
+ "geometry": "M48.13989 0c12.47 3.26 20.63001 7.69983 31.89002 14.32983 3.64 3.21 8.57007 7.39008 11.82007 10.83008-14.7-2.19-37.38005 1.46002-53.18006 0.77002 5.54-1.08 12.29999-1.71993 17.98999-2.42993-13.44-7.21-18.47996-9.94006-30.82995-19.31006-7.67-1.04-17.93996-1.44999-25.82996-1.98999 7.57-0.32 14.99995-0.66995 22.56995-0.69995 8.24 0.2 17.28995-0.81 25.56994-1.5z",
+ "fill": "#c398a3ff",
+ "width": 1.445895791053772,
+ "height": 0.3526575267314911,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "csnEX",
+ "x": 9.995351791381836,
+ "y": 21.300533294677734,
+ "name": "Vector",
+ "enabled": false,
+ "geometry": "M1.40002 0c75.24 2.95 140.86994 6.25995 216.30994 3.44995 15.8 0.69 38.48004-2.96002 53.18005-0.77002 6.67002 5.34 13.10996 10.72992 20.19996 15.41992-1.48002 0.86-1.60999 1.20019-2.85999 2.44019 0.03 6.29 2.76004 15.77992 4.29004 22.16992-17.23001-7.67-38.94008-26.92-47.20007-29-16.18-4.09-49.9299 5.28986-70.7699 6.85986-51.79 3.88-107.88009-0.01997-158.59009 3.78003-5.32-7.68-11.42996-14.32995-15.95996-22.69995l1.40002-1.6499z",
+ "fill": "#027cc1ff",
+ "width": 4.584547996520996,
+ "height": 0.5642519593238831,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.12343011610209942
+ }
+ },
+ {
+ "type": "group",
+ "id": "TVYrG",
+ "x": 7.774587460924522,
+ "y": 16.50439807346902,
+ "name": "Group 1000004711",
+ "children": [
+ {
+ "type": "path",
+ "id": "vo7gI",
+ "x": 4.866594484876259,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M103.03127 1.20293c2.84439-1.43978 8.6491 0.96614 12.43865-1.20293 0.45921 1.79315 1.8948 2.52993 3.52208 3.77799 1.35532 1.00371 2.77751 1.9811 4.008 3.09384-4.19526 1.99239-9.39366 4.50358-13.79846 6.08997-4.52072 2.04878-10.88718 4.06749-15.72444 5.73658 0.55729 5.6238 3.6106 4.97456 9.0854 5.30162-33.45756 10.80714-65.48698 19.51975-102.5625 17.65219 2.89344-3.10136 3.26344-3.65773 5.0958-7.19139 5.2385-1.42475 10.21396-1.9172 15.88492-3.56751 22.9591-6.27748 47.46019-14.42603 67.25343-27.91225 5.11367-0.74809 9.465-0.718 14.79712-1.77811z",
+ "fill": "#006eb7ff",
+ "width": 4.3376874923706055,
+ "height": 1.4778326749801636,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "CCqo1",
+ "x": 8.14631860597001,
+ "y": 0.21157673427023838,
+ "name": "Vector",
+ "geometry": "M29.0625 0c2.52518 1.87641 10.65248 8.45886 10.5 8.5 0 0-27.81568 9.74287-31.5625 10-5.42582-0.31958-7.4477-0.50476-8-6 4.79399-1.63094 12.01972-3.99806 16.5-6 4.3654-1.55013 8.40476-4.55316 12.5625-6.5z",
+ "fill": "#006eb7ff",
+ "width": 1.3952759504318237,
+ "height": 0.6524164080619812,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "ro4gO",
+ "x": 0,
+ "y": 0.10580335238137195,
+ "name": "Vector",
+ "geometry": "M17.46082 0.07951c5.34276-0.80883 16.08684 4.77091 21.68187 6.86137 2.76147 4.83736 18.7537 9.14722 18.85731 10.84302l-0.63965 0.3087c-1.92357-0.51187-4.09041-0.13285-6.13111 0.05471l-1.75684-0.83063 1.75684-0.81668c-1.74788-2.62968-9.32508-2.5258-12.69921-0.80263-2.00016 0.32822-1.27486-0.12503-2.40107 1.18395-0.10812 1.96542-0.06756 2.37179 0.18021 4.34502l-0.85593 0.77366c-11.97841-2.71173-23.23157-5.48598-35.45324-8.10394l1.22085-2.27799c-0.51806 0.14067 14.77138-10.59687 16.23997-11.53856z",
+ "fill": "#056bb1ff",
+ "width": 2.0454134941101074,
+ "height": 0.7758466005325317,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "GWYGR",
+ "x": 1.2689209495292744,
+ "y": 0.5995123726979728,
+ "name": "Vector",
+ "geometry": "M5.4552 2.84535c7.49-4.41 27.82996-3.87001 31.70996 2.85998l-3.8999 2.09009 0.38 1.31995c4.53-0.48 9.33998-1.45001 13.60999-0.14002 3.3 2.88 4.19001 3.79002 8.38 4.90003 11.71 3.12 18.48 11.42001 27.12 19.01001l0.54993 3.52002c-13.48-4.07-28.46992-9.56999-41.90992-14.23999l-22.51001-9.04004c-5.41-2.19-11.49009-6.00002-16.09009-4.65003-1.82 3.2-1.7299 4.80002-2.2699 8.52002-0.55-5.05-0.64002-6.09-0.40002-11.11999 2.5-3.35 0.88996-2.19003 5.32996-3.03003z",
+ "fill": "#026db4ff",
+ "width": 1.3048328161239624,
+ "height": 0.4937204420566559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "path",
+ "id": "2UAfE",
+ "x": 1.3398960147605976,
+ "y": 0.38792065211691806,
+ "name": "Vector",
+ "geometry": "M0 0c2.6205 0.82011 20.57524 1.57309 23.0625 2 9.46046 5.30263 9.0624 9.13912 19.5 13 6.20038 2.29556 19.00837 5.91609 25 8.5 1.25251 0.53925 2.40483 3.30916 3 4.5-10.31768-1.7638-25.61335-4.57157-35.58903-7.5l-1.92803-0.88114c-3.83749-2.8423-7.21393-5.95049-12.41497-7.11886-1.861-0.41567-0.57252-1.73366-2.03822-2.81216l0 0.70396c-0.10216-1.62524-15.86959-5.75575-18.59225-10.3918z",
+ "fill": "#006eb7ff",
+ "width": 2.4884393215179443,
+ "height": 0.9874408841133118,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "Rc4LJ",
+ "x": 10.613027572631836,
+ "y": 16.865154266357422,
+ "name": "Vector",
+ "geometry": "M0 0.99897c13.34109-0.56474 35.51595-0.25744 49.53555-0.56787 7.11315-0.16082 37.11151-0.78168 41.96445-0.16084-9.16217 3.91206-23.15481 11.02934-31.00489 16.72913-11.76838-2.11685-20.02903-1.54463-31.99511 0-1.7884-2.77883-22.90115-11.22442-28.5-16.00042z",
+ "fill": "#029ddcff",
+ "width": 3.226816177368164,
+ "height": 0.5994983911514282,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.008816436864435673
+ }
+ },
+ {
+ "type": "group",
+ "id": "enNw8",
+ "x": 9.980390685101156,
+ "y": 15.834346792932138,
+ "name": "Group 1000002753",
+ "rotation": -5.4196677774801,
+ "children": [
+ {
+ "type": "path",
+ "id": "RIK9o",
+ "x": -6.747109182470012e-8,
+ "y": 0.019122169026218216,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.31776 5.01041c-0.46501-0.93699-1.15258-2.07123-1.4833-2.21055-0.33073-0.13932-0.43393-0.1837-0.43393-0.18369l-0.23747-0.13069c0.1362-0.15101 0.24061-0.32748 0.3071-0.51904 1.86501-0.55973 3.18917-1.96644 3.18917-1.96644-0.79574 0.2737-2.12238 0.68301-2.12238 0.68301-0.41279 0.27616-0.92505 0.67438-1.1762 0.87288-0.20888-0.04562-0.66394 0.0074-1.0183 0.06288-0.52842-0.24658-1.20107-0.63-1.20106-0.63l-0.82309 0.06534-0.3183 0.1689c0.27602 0.47466 1.354 0.73973 1.87993 0.83343 0.15047 0.20878 0.33493 0.39127 0.54583 0.54l0.00746 0c-0.18028 0.19233-0.58686 0.63617-0.73233 0.89754-0.19023 0.34027-0.13677 0.45863-0.26608 0.76315-0.12931 0.30452-0.42647 0.38836-0.36554 0.81616 0 0 0.1579-0.51658 0.66892-0.61644 0.3556-0.06658 0.96732-0.61644 1.18615-1.21192 0.08031 0.3533 0.122 0.71415 0.12433 1.07631 0.05222 1.25384 1.96572 1.25014 2.28402 1.68041 0.1119 0.15041 0.92504 0.51781 0.92504 0.51781-0.38544-0.19356-0.47371-0.57206-0.93997-1.50905z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "YmnJ5",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "mtKt1",
+ "x": 0.04250269113134664,
+ "y": -0.00000901153259746934,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "s9XnN",
+ "x": 0.04236100344019178,
+ "y": 0.8616577653671129,
+ "name": "Union",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "6uLMF",
+ "x": 3.0024307119662694,
+ "y": 1.1300092010284288,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "iy3oO",
+ "x": 3.817200218420794,
+ "y": 0.28407153175123767,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "RiU6k",
+ "x": 1.1292108297348022,
+ "y": -1.4106216430662926,
+ "name": "Group 1000004699",
+ "rotation": -6.877366455406287,
+ "children": [
+ {
+ "type": "path",
+ "id": "0XdzE",
+ "x": 0.8684478998184204,
+ "y": 8.026851654052734,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "G22lG",
+ "x": 1.7811734676361084,
+ "y": 8.990241050720215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "krqpY",
+ "x": 2.647956371307373,
+ "y": 3.5053372383118813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "37viq",
+ "x": 19.477853775024414,
+ "y": 5.655164718628043,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "Pi4Xl",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "irovq",
+ "x": 0.6036384105682373,
+ "y": 0.8086215853691101,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "V0b0i",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "SzZnn",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "hImMZ",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "4BXgb",
+ "x": -0.003589207772165537,
+ "y": 3.4960622787476723,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "8FpBG",
+ "x": 2.6480860637966543,
+ "y": 7.462066650390739,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "BfaDz",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "eCDxi",
+ "x": 0.00034332997165620327,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "camQ2",
+ "x": 0,
+ "y": 0.14140644669544145,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "GiIry",
+ "x": 7.764809131622371,
+ "y": 10.117682456970215,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "NOekJ",
+ "x": 15.314987182617244,
+ "y": 8.85864543914795,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "xLSMs",
+ "x": 3.4736547470092773,
+ "y": 3.0142910480499268,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZJWuP",
+ "x": 6.6019439697265625,
+ "y": 4.773575782775879,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760098670519542,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837419509887695,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pg8Im",
+ "x": 12.846795082092285,
+ "y": 3.5572717189789955,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.465594830731687,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024002075195312,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SMqia",
+ "x": 1.5554691553115845,
+ "y": 4.792092800140381,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nuLnr",
+ "x": 3.254341363906917,
+ "y": 5.144763946533203,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pWCGf",
+ "x": 0.7621580958366962,
+ "y": 4.169982433319092,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "aCdmx",
+ "x": 20.197999954223633,
+ "y": 1.970159649848938,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "00dlo",
+ "x": 18.37898826599121,
+ "y": 2.8441162109373863,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tsvNr",
+ "x": 21.513830184936523,
+ "y": 0.9692478775979225,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T8v7S",
+ "name": "牛",
+ "clip": true,
+ "width": 23.980710983276367,
+ "height": 25.523588180541992,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.03526574745774269
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "m0z23",
+ "x": 4.795600857047248,
+ "y": 15.234859194075398,
+ "name": "Group 1000004700",
+ "children": [
+ {
+ "type": "path",
+ "id": "O1Zfq",
+ "x": 0.39180210659105796,
+ "y": 1.0126250130779226,
+ "name": "Vector",
+ "geometry": "M12.10064 0c11.18046 4.86492 21.53402 5.19573 33.24239 8.78613 2.15633 0.66179 5.9868 1.58338 8.04564 2.5-2.91428 9.7633-7.1405 25.46486-8.04564 35.64654-4.43866-4.05441-10.08882-7.07809-15.15905-10.3414-9.02837-5.81158-23.00482-15.00819-30.18398-22.61116 2.37173-2.11469 5.05943-4.29403 6.80461-6.9024 1.05659-0.67738 4.51033-5.88497 5.29603-7.07771z",
+ "fill": "#07beffff",
+ "width": 1.8827916383743286,
+ "height": 1.6551158428192139,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZVmDs",
+ "x": 0,
+ "y": 0.47818321415252285,
+ "name": "Vector",
+ "geometry": "M8.11835 0c15.771 14.147 34.85299 27.40505 52.11899 39.84705-2.039 3.136-11.00199 16.82795-13.74399 18.60894-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997-18.458-21.072-29.15201-42.90103-12.71701-69.00403z",
+ "fill": "#0c1640ff",
+ "width": 0.818570613861084,
+ "height": 1.0274851322174072,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "DrVDH",
+ "x": 13.099234615059686,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.83476 0.61647c10.89724-1.0505 27.53599-2.57262 28.68428 12.60976 0.48937 6.50266-4.23096 13.6614-8.56211 18.21976-1.13288 1.17525-2.30816 2.30981-3.52196 3.40177-10.42329 10.63086-28.5417 21.62645-41.20377 29.78472-5.32532 3.43446-11.81434 6.70158-17.43251 10.32241-1.91511-14.31596-9.55628-38.16323-15.79869-51.15257 5.6567-2.07779 12.63127-4.39101 18.03365-6.83925 11.57543-5.24412 27.2739-14.71304 39.80111-16.3466z",
+ "fill": "#07beffff",
+ "width": 3.052396059036255,
+ "height": 2.643340826034546,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "oyYNR",
+ "x": 15.139290843697381,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 1.62085c28.28-2.762 71.46006-6.76401 74.44006 33.15399 1.27 17.097-10.97997 35.91899-22.21997 47.90399-2.94 3.09-5.99001 6.07303-9.14001 8.94403-14.26-17.319-37.27008-68.22201-43.08008-90.00201z",
+ "fill": "#0c1640ff",
+ "width": 1.0128098726272583,
+ "height": 1.2289321422576904,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "oSwUN",
+ "x": 1.9220842463691952,
+ "y": 0.9168924433834036,
+ "name": "Vector 687",
+ "geometry": "M0 2.65575l1.79109 0.55586c-0.36577 0.91503-0.45636 1.232-0.61762 2.07931l10.19068 1.4411c0 0 0.29158-1.20737 0.34998-1.99696 0.04329-0.58531 0-1.50287 0-1.50287l2.14107-0.32939c0 0-0.10273-0.93483-0.22646-1.52346-0.11473-0.54584-0.37057-1.37934-0.37057-1.37934l-12.82584 0.18528c0 0-0.13671 0.52451-0.20587 0.86467-0.12619 0.62061-0.22646 1.6058-0.22646 1.6058z",
+ "fill": "#ffffffff",
+ "width": 11.866926193237305,
+ "height": 5.765950679779053,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ }
+ },
+ {
+ "type": "path",
+ "id": "5hism",
+ "x": 4.704502616616082,
+ "y": 1.6222231728679617,
+ "name": "路径",
+ "rotation": 19.9479953549065,
+ "flipX": true,
+ "geometry": "M7.57942 0c0 0 30.46418 17.24297 38.58715 36.10692 0 0-23.66988-26.2258-46.16657-32.48384l7.57942-3.62308z",
+ "fill": "#006eb7ff",
+ "width": 1.6280988454818726,
+ "height": 1.2733378410339355
+ },
+ {
+ "type": "path",
+ "id": "EMjxM",
+ "x": 2.0155988080223324,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M7.42108 0.00055c0.25449-0.00501 0.59608 0.02553 0.85438 0.04432l1.54708 0.1198c0.39712 0.02803 0.79854 0.0368 1.19614 0.05543 0.17897 0.0083 0.37428 0.00642 0.55055 0.02287 0.00317 0.22817-0.06743 0.88945-0.06743 0.88945-0.03206 0.38744-0.11684 0.87936-0.26763 1.23523-0.30779 0.72637-0.76176 0.94629-1.50317 1.34954-0.08266 0.03837-0.22641 0.0996-0.30145 0.14126-0.12296 0.06593-0.28765 0.18072-0.39792 0.22598-0.03792 0.06092-0.09107 0.15472-0.13835 0.20468-0.16691 0.14-0.2775 0.14783-0.49264 0.14141-0.62416-0.01848-1.51578-0.39589-1.9358-0.84691-0.03446-0.02098-0.11401-0.07063-0.15093-0.07548-0.58948-0.0772-1.15788-0.21611-1.72702-0.38274-0.22488-0.06593-0.4644-0.14946-0.74593-0.06984-0.65329 0.18474-0.98518 0.85594-1.52106 1.2473-0.58758 0.40702-1.39129 0.7334-1.95576 0.30881-0.40277-0.30295-0.3947-0.9639-0.33216-1.39888 0.10836-0.60417 0.45259-1.11877 0.74917-1.64605 0.08885-0.15801 0.23298-0.2883 0.31859-0.45947-0.02301-0.05415-0.05625-0.11895-0.03566-0.22189 0.03566-0.22646 2.14341-0.40982 3.52281-0.32939 0.68463 0.03992 1.74052 0.23322 1.74052 0.23322l0.81418 0.09647c0 0 0.42731 0.04112 0.34771-0.40545-0.06537-0.16365-0.06315-0.30584-0.06822-0.47967z",
+ "fill": "#07beffff",
+ "width": 9.909089088439941,
+ "height": 4.120392322540283,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "AsF1Z",
+ "x": 8.60861686298449,
+ "y": 4.901947293961712,
+ "name": "Vector 691",
+ "enabled": false,
+ "opacity": 0.800000011920929,
+ "rotation": -2.5351158720947935,
+ "geometry": "M57.5 72c-15.2091 9.11279-57.5 19.5-57.5 19.5m29-91.5c24.87412 1.16449 38.60047 6.16428 62.5 13.5m-20 11c-4.81117-15.42187-42.5-24.5-42.5-24.5m-29 91.5c10.03708 7.83723 81.23975-35.77987 71.5-67m20-11c0.96429 22.34071-13.80731 46.4012-34 58.5",
+ "fill": "#0b77c5ff",
+ "width": 3.2283897399902344,
+ "height": 3.2594618797302246,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1851451937109232
+ }
+ },
+ {
+ "type": "path",
+ "id": "obOMh",
+ "x": 3.4207153660972835,
+ "y": 6.904897485459514,
+ "name": "Vector 690",
+ "enabled": false,
+ "geometry": "M48.5 12.7038c-12.3604 4.74975-31.5 28.00008-30 25.00015l-18.5 12c14.90243-13.56508 26.51964-39.63162 46.5-47.49993 21.20493-8.35055 73.51719 8.74942 75.5 22.49996-16.87935-1.29341-54.50206-19.30055-73.5-12.00018z",
+ "fill": "#027cc1ff",
+ "width": 4.302421569824219,
+ "height": 1.7528470754623413,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.03526574745774269
+ },
+ "effect": {
+ "type": "blur",
+ "radius": 0.1539790853857994
+ }
+ },
+ {
+ "type": "path",
+ "id": "HRpxA",
+ "x": 2.0458112103660824,
+ "y": 8.146378789628216,
+ "name": "Vector",
+ "rotation": -6.200758006557689,
+ "geometry": "M0 0c0 0 44.69833 9.25202 55.72443 0.51042-3.21035 4.59426-10.99867 8.04931-15.87725 11.25444-17.17308 7.95748-27.29692 7.3425-35.94662-3.63863-2.20719-2.80212-3.90056-8.12623-3.90056-8.12623z",
+ "fill": "#01022aff",
+ "width": 1.9651638269424438,
+ "height": 0.6043636202812195,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.0241984985768795
+ }
+ },
+ {
+ "type": "path",
+ "id": "wErAp",
+ "x": 8.372192416878534,
+ "y": 4.690235887253948,
+ "name": "Vector",
+ "geometry": "M0 0.0133c6.18076-0.12171 14.47699 0.61994 20.75023 1.07634l37.57392 2.90961c9.64491 0.68081 19.39386 0.89381 29.05033 1.34641 4.34656 0.20158 9.95188 0.25791 14.23294 0.65727 0.07707 5.54154-2.5 22-2.5 22-7.83627-2.60622-34.91583-25.71598-75-18.5-2.38692 1.93359-15.99908 6.50889-19.47184 11.02584-2.13475-2.54447-2.40448-5.64421-2.97863-8.86568-1.58758-3.97454-1.53365-7.42803-1.65695-11.64979z",
+ "fill": "#006eb7ff",
+ "width": 3.583322048187256,
+ "height": 0.9875443577766418,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "bm2Gz",
+ "x": 8.430219684334588,
+ "y": 5.101549897874065,
+ "name": "Vector",
+ "geometry": "M0 0c14.22 2.33 28.65992 3.01002 43.03992 2.02002-6.15 6.71-26.25994 10.64992-35.30994 21.28992-5.54-6.69-6.23998-14.83994-7.72998-23.30994z",
+ "fill": "#dbe0e3ff",
+ "width": 0.584873378276825,
+ "height": 0.31265491247177124,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "yUuGh",
+ "x": 7.521928821297479,
+ "y": 7.306485925400921,
+ "name": "Vector",
+ "geometry": "M2.41195 0c15.28003 2.10328 41.0416 3.62576 53.43271 22.59216 1.79639 2.74963 2.89387 6.00933 4.0152 7.38996-4.05372 3.40023-6.73951 3.59041-11.96464 3.43447-12.33104-0.91739-39.72402-1.46248-47.01459-20.56872-1.32015-3.45969-1.4146-10.07691 1.53132-12.84787z",
+ "fill": "#889bbdff",
+ "width": 2.1110029220581055,
+ "height": 1.1797763109207153,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "wMot0",
+ "x": 7.6068115575035335,
+ "y": 7.0548656327373465,
+ "name": "Vector",
+ "geometry": "M0 18.75749c33.042-38.2 108.85602-10.74001 139.85602 17.60998 15.67999 14.33 21.64995 26.48002 17.94995 48.15002-2.39 3.89-5.73998 9.87994-8.71997 13.06995-2.91001-3.63-7.32004-15.53993-10.42005-19.42993-26.44999-33.28-99.01195-53.87002-138.66595-59.40002z",
+ "fill": "#0c1640ff",
+ "width": 2.158864736557007,
+ "height": 1.3089348077774048,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "xPZRN",
+ "x": 5.127476249428582,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M50.9793 0c0.21502 5.25629-2.30238 10.29579-1.53209 13.84816-1.93206 0.17876-3.21406 0.03802-5.12223-0.11031-8.78061-1.54418-18.61625-2.19835-27.52556-3.07694-4.96079-0.49064-9.26961-0.51724-14.34099-1.31215l-2.45843-0.35754c2.29197-3.0313 6.65048-3.21005 10.34468-3.89086 4.68797-0.62376 9.46342-1.30077 14.12095-2.10709 3.0295-0.52487 6.23279-1.51375 9.26151-1.90551 2.15363 0.26624 3.79591 0.05708 5.95109-0.11407 1.49471-0.83294 8.99717-0.59334 10.83907-0.53248l0.462-0.44121z",
+ "fill": "#006eb7ff",
+ "width": 1.7982847690582275,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "CWT4l",
+ "x": 5.127476249428582,
+ "y": 3.911397014344402,
+ "name": "Vector",
+ "geometry": "M26.84601 10.84998c12.166-1.64 24.559-3.42004 36.64599-5.54004 7.862-1.38 16.17503-3.98001 24.03504-5.01001 5.589 0.7 9.85097 0.15007 15.44397-0.29993-3.27201 2.2-36.16496 10.12992-41.46796 10.41992-17.374 0.96-35.79702 0.42-52.89502 6.38001-1.182 0.4-0.96803 3.04009-2.22803 5.22009l-6.38-0.94006c5.948-7.97 17.25901-8.43998 26.84601-10.22998z",
+ "fill": "#26639eff",
+ "width": 1.399282455444336,
+ "height": 0.2953532636165619,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "w4TCQ",
+ "x": 6.690848384590936,
+ "y": 3.8770635468608816,
+ "name": "Vector",
+ "geometry": "M17.26898 0c0.558 13.82-5.97501 27.07003-3.97601 36.41003-5.014 0.47-8.34097 0.09996-13.29297-0.29003 8.375-5.04 12.16299-21.16991 11.33099-30.65992-0.189-2.16-3.13402-2.65009-4.88202-3.22009l9.62104-1.07996 1.19897-1.16003z",
+ "fill": "#26639eff",
+ "width": 0.2351311594247818,
+ "height": 0.4913214445114136,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "pkGar",
+ "x": 5.572030101509881,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M0 0.36683c0.56784-0.10267 1.28616-0.09645 1.87553-0.16763 0.42807-0.05173 1.26658-0.2353 1.64775-0.1929l0.3715 0.22026c-0.42128 0.29908-1.23083 0.57624-1.6219 0.9675-0.26715-0.08167-0.46623-0.14273-0.74092-0.16412-0.22681-0.01789-0.52488 0.05173-0.72747-0.03501-0.24018-0.10306-0.59035-0.41225-0.80449-0.6281z",
+ "fill": "#07beffff",
+ "width": 3.33586049079895,
+ "height": 1.0227067470550537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "q77tW",
+ "x": 6.866367850991082,
+ "y": 3.452696119034954,
+ "name": "Vector",
+ "geometry": "M7.30359 3.60999l2.13403-3.35999 1.456-0.25c4.129 6.41 2.89002 11.83005 8.01202 19.43005-0.324 10.5-1.57004 47.27004 2.43396 55.17005 4.679 14.49 19.94804 20.86993 17.94605 30.05993-1.384 0.23001-2.56 0.43998-3.94001 0.71997-7.602-1.47-17.78402-13.1099-23.41302-18.90991-3.586-5.9-7.60603-12.88004-11.55103-18.42004-1.999-9.34 4.53401-22.59004 3.97602-36.41004 0.673-11.03 3.48098-14.15003 2.94598-28.03002z",
+ "fill": "#af272eff",
+ "width": 0.5363008379936218,
+ "height": 1.4134559631347656,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "6EfuP",
+ "x": 6.317269359322381,
+ "y": 3.501102004731365,
+ "name": "Vector",
+ "geometry": "M47.71796 0c0.535 13.88-2.27298 17.00003-2.94599 28.03003l-1.19897 1.16003c-4.78-0.16-24.25003-0.78998-28.12903 1.40003-5.593 0.45-9.85497 0.99993-15.44397 0.29992 18.131-4.69 36.32096-16.05001 47.71796-30.89001z",
+ "fill": "#dbe0e3ff",
+ "width": 0.6493588089942932,
+ "height": 0.41880080103874207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "93G9O",
+ "x": 7.156502757759881,
+ "y": 4.4532869202739676,
+ "name": "Vector",
+ "geometry": "M0 0c2.706 2.94 19.29104 18.83993 19.77704 19.67993 10.217 17.56 6.67495 14.26 22.66095 20.5 5.93 2.32 30.31103 21.75999 32.28802 27.37-13.658-9.94-37.028-23.68-52.80999-30.13001-2.79-3.64-3.94797-4.07001-7.90998-6.64001 1.38-0.28 2.556-0.48997 3.94-0.71997 2.002-9.19-13.26705-15.56994-17.94604-30.05994z",
+ "fill": "#ca2f39ff",
+ "width": 1.015458583831787,
+ "height": 0.9060434103012085,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "zZrHa",
+ "x": 7.749241386147332,
+ "y": 2.4479089123851736,
+ "name": "Vector",
+ "geometry": "M36.46503 6.85999c15.043-1.54 28.91305-5.34999 43.56305-6.85999-4.05 3.67-9.56004 2.03001-13.54004 3.76001-5.39 2.33-9.54004 5.16998-15.17005 7.35998-13.352 5.19-41.28198-0.06004-50.16998 11.07996l-0.91296 1.17004-0.23505-1.06005c3.794-13.22 20.75503-3.35995 36.46503-15.44995z",
+ "fill": "#26639eff",
+ "width": 1.0875087976455688,
+ "height": 0.31346040964126587,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "LUPp7",
+ "x": 5.315944228859735,
+ "y": 2.0095594269878347,
+ "name": "Vector",
+ "geometry": "M0 0.91003c6.936-0.58 13.34003-0.74003 20.30102-0.91003-1.91 4.42-1.53103 6.56 0.27198 11.11999 1.188 2.99 2.557 5.89996 4.099 8.70997-11.058-5.7-15.82997-12.31997-24.36597-16.96997l-0.30603-1.94996z",
+ "fill": "#af272eff",
+ "width": 0.3352700173854828,
+ "height": 0.2659780979156494,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "uoRrz",
+ "x": 8.261413608284784,
+ "y": 3.8439586503154715,
+ "name": "Vector",
+ "geometry": "M0 2.25407c26.15146 0.00761 52.2039 1.43765 78.36807-0.60096 8.54671-0.66559 17.81667-0.98371 26.36338-1.65311 0.24661 5.378 0.52697 10.62961 0.5 16-26.47245 1.2361-55.55536 0.26194-82.07404-0.46071-3.51425-0.09889-18.3072-0.4716-21.24344-1.16381-0.89012-2.14511-1.60532-9.49707-1.91397-12.12141z",
+ "fill": "#006eb7ff",
+ "width": 3.711129903793335,
+ "height": 0.5851022601127625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "7fidE",
+ "x": 7.159379993172479,
+ "y": 2.7859850270397146,
+ "name": "Vector",
+ "geometry": "M0 8.86453c3.25147 0.73383 10.17533 0.76894 13.74623 0.80797 32.87455 0.35911 67.23906-1.78383 99.6483-6.67865 4.2313-0.64015 12.58406-1.86187 16.37158-2.99385 2.26285 5.70672 2.98783 8.70839 3.23389 14.71567-5.21114 0.21078-10.5321 0.88998-15.69051 1.52232-31.39864 3.85653-63.20592 4.29371-94.85502 4.73869-3.43601 0.05074-6.91376 0.02339-10.35769-0.12884-1.5093-0.89387-4.05642-5.87456-5.59999-7.41249-2.10203-2.0922-4.33456-2.67769-6.49679-4.57082z",
+ "fill": "#006eb7ff",
+ "width": 4.69034481048584,
+ "height": 0.7405807375907898,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "8bu1L",
+ "x": 3.0332293851097347,
+ "y": 4.463058267319866,
+ "name": "Vector",
+ "geometry": "M3.5 0.4446c12.62046-0.88619 27.34987-0.20895 40 0.00023 15.33437 0.49064 30.44313 0.43355 45.71815 2.01576 8.03306 0.82914 16.22756 0.97749 24.07258 1.7762 2.16904 2.20597 6.09253 6.63308 9.02183 7.19218 1.5267 0.97747 1.9729 1.14102 3.04798 2.52546-14.90163-1.03833-30.48878-2.28583-45.40736-2.84112-26.08441-1.02311-53.96125 0.44498-79.95318 2.84111l3.5-13.50982z",
+ "fill": "#006eb7ff",
+ "width": 4.420933723449707,
+ "height": 0.492113322019577,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "FrOrI",
+ "x": 7.264884029122186,
+ "y": 1.2342875344402273,
+ "name": "Vector",
+ "geometry": "M93.94908 3.32362c5.96915-0.86055 9.14456-2.79582 16.1722-3.32362 1.81764 4.23389 5.27507 8.04325 7.55689 12.02854 3.03229 5.29714 4.8456 11.84875 6.49839 17.62016-1.69184-1.58341-4.79354-4.57046-7.37034-4.25302-6.01687 0.74581-13.15729 3.09415-19.13077 4.4519-7.34865 1.614-14.77541 2.94879-22.25854 3.99675-26.31025 3.76346-48.92014 4.0427-75.14016 5.15567l-0.10019-0.86438 0.39605-0.4475c3.85566-4.26066-4.18801-4.20313 1.60415-6.18812 2.44232-0.8376 7.16179 0.89114 9.5 0 1.72654-0.66166 21.35748-0.89894 23.11438-2.30259 0.88062-0.18741 1.27534-0.30215 2.1256-0.58135 17.16565-1.23536 39.32441-5.14799 56.03457-9.22889 5.3705-1.31186 10.68459-3.40776 15.87723-4.86878-4.13849-5.19388-8.97972-7.70668-14.87946-11.19477z",
+ "fill": "#006eb7ff",
+ "width": 4.372952938079834,
+ "height": 1.5516932010650635,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "RcEiF",
+ "x": 11.673017535897088,
+ "y": 1.0932513816005667,
+ "name": "Vector",
+ "geometry": "M12.88098 0l0.26214 0.09152c1.01012 1.0689 2.9147 6.28273 3.51614 7.88452 5.22024 14.17963 9.37256 28.73157 12.41449 43.53564 1.22217 5.70133 2.66793 12.67839 2.92625 18.48832-2.26699 0.17453-10 1.5-10 1.5l-0.37495-2.44607c-1.88145-10.18095-3.6472-16.79759-6.47708-26.6605-4.05976-14.13697-6.41544-25.90807-15.14797-38.4316 4.53783-1.56922 8.21592-2.88439 12.88098-3.96183z",
+ "fill": "#006eb7ff",
+ "width": 1.1285039186477661,
+ "height": 2.521501064300537,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "sRiUg",
+ "x": 12.467171703072381,
+ "y": 0.9218679411060293,
+ "name": "Vector",
+ "geometry": "M8.59682 0.06192c0.32368-0.01788 1.1637-0.18105 1.29086 0.10838 8.48891 19.25086 18.57308 51.14992 18.61932 71.71867-2.40448 0.12932-4.54976 0.66994-7.0236 0.9704-0.55488 0.1065-3 0.5-3 0.5 0 0-1.24738-7.26296-1.39766-8.6474-1.734-15.9286-9.1864-48.20799-17.08574-61.57881 2.98249-1.2981 5.51415-2.08426 8.59682-3.07124z",
+ "fill": "#006eb7ff",
+ "width": 1.00532066822052,
+ "height": 2.587073564529419,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "6vOzV",
+ "x": 3.5971942288597347,
+ "y": 2.715459619248577,
+ "name": "Vector",
+ "geometry": "M5.36271 0c5.7565 0.53628 9.8418 1.65448 15.36903 2.52546 18.59852 2.94002 35.74165 6.79286 54.67311 6.80427l-1.05351 0.46781c-0.15105 0.81012-0.10018 1.57081-0.97566 1.81803-5.06445 1.43008-6.96298 4.44235-10.85062 7.26828-5.46249 0.08748-12.24053-1.23609-17.79742-1.79519-15.15749-1.52896-29.50849-4.58692-44.72764-5.54919 1.92397-3.80719 3.14897-7.68284 5.36271-11.53947z",
+ "fill": "#006eb7ff",
+ "width": 3.6676383018493652,
+ "height": 0.6700493097305298,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "FePDn",
+ "x": 3.226972375603509,
+ "y": 3.650020871842571,
+ "name": "Vector",
+ "geometry": "M0 16.56269c1.65644-4.82516 2.43324-12.27731 6.5-16.56269 12.33314 1.14155 29.11923 2.95521 41.56024 3.82322 16.06472 1.11967 32.30619 1.44063 48.43976 2.10441-7.19621 3.54137-17.72726 10.25574-26.15453 11.57235-7.18646 0.00365-15.08717-0.69294-22.34006-0.93729-15.3145-0.51789-32.68421 0.03282-48.00541 0z",
+ "fill": "#006eb7ff",
+ "width": 3.4031453132629395,
+ "height": 0.6171505451202393,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "JIhlB",
+ "x": 3.990914378853631,
+ "y": 1.9572720868236502,
+ "name": "Vector",
+ "geometry": "M0 12.77867c2.06346-3.51814 7.11249-13.70359 11.82127-12.7109-1.13173 0.64277-1.11552 0.63136-2.01875 1.56319l0.03043 0.696c3.34547 2.59772 38.3542 10.53542 44.1924 10.01055 5.82663 1.66969 26.1484 5.89526 26.66244 12.17085-14.91936-3.09976-25.56731-2.85255-40.01695-4.61732-12.22125-1.49093-28.43418-4.73906-40.67084-7.11237z",
+ "fill": "#006eb7ff",
+ "width": 2.845515727996826,
+ "height": 0.864305853843689,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "vEx5j",
+ "x": 3.010210309716058,
+ "y": 1.5153107983715017,
+ "name": "Vector",
+ "rotation": -5.512242781815398,
+ "geometry": "M14.30787 0c3.48937 1.13895 9.34707 2.01538 13.01916 2.64269-7.53278 12.33266-10.36655 28.85187-13.18345 43.23997l-1.84587 12.23621c-0.88655 0.55168-12.00726-1.98872-12.28056-2.33129-0.53836-7.4165 11.862-47.75267 14.29072-55.78758z",
+ "fill": "#006eb7ff",
+ "width": 0.9637081027030945,
+ "height": 2.0523598194122314,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "sDux9",
+ "x": 2.169058595391107,
+ "y": 1.4106164319164236,
+ "name": "Vector",
+ "geometry": "M10.28791 0c4.47107 0.88064 7.87816 1.88773 12.21209 3.2392-5.70045 11.22595-7.64607 25.76081-9.46923 38.45158l0.02562 0.64084-2.28989 13.66838c0 0-7.41254-1.80848-10.7665-3.5 1.95579-12.61666 7.14682-40.21031 10.28791-52.5z",
+ "fill": "#006eb7ff",
+ "width": 0.7934793829917908,
+ "height": 1.9748817682266235,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "Hjsdd",
+ "x": 0.28294155428011436,
+ "y": 1.2622369868404348,
+ "name": "Vector",
+ "geometry": "M14.74799 9.03802c3.868-3.86 6.042-6.48002 10.91-9.03802-4.529 6.858-11.504 12.58801-17.659 18.14801-3.25-2.69-5.05099-4.54997-7.99899-7.59997 6.539-1.73 7.89299-1.56001 14.74799-1.51002z",
+ "fill": "#032d5fff",
+ "width": 0.34866878390312195,
+ "height": 0.24341826140880585,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ },
+ {
+ "type": "path",
+ "id": "EgDsM",
+ "x": 5.159127269478631,
+ "y": 2.019180570328899,
+ "name": "Vector",
+ "geometry": "M11.82404 2.14389c-4.81 0.38-6.67804 0.76005-11.47504-0.19995l-0.349-0.94007c4.002-1.44 7.22701-0.94994 11.51801-0.80993l0.30603 1.94995z",
+ "fill": "#cfb5d0ff",
+ "width": 0.16124486923217773,
+ "height": 0.03430530056357384,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.012135986238718033
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "fPoIo",
+ "x": 9.568336740297127,
+ "y": 15.918000328136259,
+ "name": "Group 1000002753",
+ "rotation": -7.218152045376937,
+ "children": [
+ {
+ "type": "path",
+ "id": "Bt2Hw",
+ "x": 0.000009828395491240371,
+ "y": 0.019130980123009067,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M42.77 40.64c-3.74-7.6-9.27-16.8-11.93-17.93-2.66-1.13-3.49-1.49-3.49-1.49l-1.91-1.06c1.09543-1.22488 1.93519-2.65621 2.47-4.21 15-4.54 25.65-15.95 25.65-15.95-6.4 2.22-17.07 5.54-17.07 5.54-3.32 2.24-7.44 5.47-9.46 7.08-1.68-0.37-5.34 0.06-8.19 0.51-4.25-2-9.66-5.11-9.66-5.11l-6.62 0.53-2.56 1.37c2.22 3.85 10.89 6 15.12 6.76 1.21022 1.69343 2.69382 3.17365 4.39 4.38l0.06 0c-1.45 1.56-4.72 5.16-5.89 7.28-1.53 2.76-1.1 3.72-2.14 6.19-1.04 2.47-3.43 3.15-2.94 6.62 0 0 1.27-4.19 5.38-5 2.86-0.54 7.78-5 9.54-9.83 0.64595 2.86563 0.98121 5.79253 1 8.73 0.42 10.17 15.81 10.14 18.37 13.63 0.9 1.22 7.44 4.2 7.44 4.2-3.1-1.57-3.81-4.64-7.56-12.24z",
+ "fill": "#a3070f80",
+ "width": 5.703690052032471,
+ "height": 5.583890438079834,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ },
+ {
+ "type": "path",
+ "id": "gn4Lc",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.51767 4.85889c0 0 4.35957 2.23739 7.03352 3.28028l-1.78263 1.98273c0 0-8.83434-0.85494-10.76856-3.89875l1.52191-0.89132 3.99576-0.47294z m3.65019 3.35703c0 0 6.15433-1.52191 7.57315-0.95195 1.41883 0.56996-0.64878 4.65667-1.59467 4.94165-0.94589 0.28498-2.25557 0.76398-3.03168 0.28498-0.77611-0.47901-4.20798-3.13477-2.9468-4.27468z m12.82977-5.56016c0 0 6.24528-1.15204 10.07127-2.65576-4.52429 4.23006-9.89878 7.44648-15.76478 9.43461l-0.60634-1.61892c0 0 3.60165-3.15296 6.29985-5.15993z m-9.43433 9.38012c0 0-2.95286 3.32273-3.80174 5.03866-0.84887 1.71594-0.60634 2.27983-1.14598 3.80174-0.53964 1.52191-1.99485 1.99485-1.61286 4.08671 0 0 0.66697-2.56481 3.13477-3.13476 2.46779-0.56996 7.31849-6.17858 5.42066-9.98638l-1.99485 0.19403z m2.44986-0.5694l1.81901 0.92164c0 0 0.42444 0.52751 2.1525 0.81855 3.24997 0.55177 5.22663 6.06338 7.68229 10.55634 2.45567 4.49296 2.97712 6.35442 4.92347 7.27605 0 0-4.03821-1.63711-4.61423-2.35865-1.63711-2.04942-10.96258-1.63711-11.47797-7.78538-0.51539-6.14826-1.50978-6.53026-1.50979-6.53025 0 0 0.40625-2.59512 1.02472-2.8983z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "ZGi9E",
+ "x": 0.04254211204721514,
+ "y": -0.0000022721869754604995,
+ "name": "Vector",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.13144 0.98797c0 0 0.89396 0.45493 1.44227 0.66698l-0.36554 0.40315c0 0-1.81155-0.17384-2.20817-0.79274l0.31208-0.18123 0.81936-0.09616z m0.7485 0.68259c0 0 1.26199-0.30945 1.55293-0.19356 0.29094 0.11589-0.13304 0.94685-0.327 1.00479-0.19396 0.05795-0.46252 0.15534-0.62167 0.05795-0.15915-0.0974-0.86288-0.6374-0.60426-0.86918z m2.63084-1.13056c0 0 1.28064-0.23425 2.06519-0.54-0.92774 0.86011-2.02982 1.51411-3.23269 1.91836l-0.12433-0.32918c0 0 0.73854-0.6411 1.29183-1.04918z m-1.93458 1.90728c0 0-0.60551 0.67562-0.77958 1.02452-0.17407 0.3489-0.12433 0.46356-0.23499 0.77301-0.11066 0.30945-0.40906 0.40562-0.33073 0.83096 0 0 0.13677-0.52151 0.64281-0.6374 0.50604-0.11589 1.50071-1.2563 1.11155-2.03055l-0.40906 0.03946z m0.50236-0.11578l0.373 0.1874c0 0 0.08703 0.10726 0.44139 0.16644 0.66643 0.11219 1.07176 1.23288 1.57531 2.14644 0.50355 0.91356 0.61048 1.29205 1.00959 1.47945 0 0-0.82806-0.33288-0.94618-0.47959-0.3357-0.41671-2.24796-0.33288-2.35364-1.58301-0.10568-1.25014-0.30959-1.32781-0.3096-1.32781 0 0 0.0833-0.52767 0.21013-0.58932z",
+ "fill": "#e50a15ff",
+ "width": 5.632289886474609,
+ "height": 5.405543327331543
+ },
+ {
+ "type": "path",
+ "id": "DG8NK",
+ "x": 0.042424083674745816,
+ "y": 0.8616453460344928,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M46.59575 24.69679c3.79382 5.40909 11.28777 11.10896 13.73119 12.55067 0.27071 0.15973 0.55865 0.29579 0.8617 0.41024-0.48402 0.17703-0.96416 0.36598-1.44 0.56678-6.03701 6.71823-11.435 13.97528-16.12514 21.67857-2.54934 5.02016-3.13471 8.05055-3.75507 11.26207-0.42308 2.19023-0.86244 4.46471-1.95214 7.51205-0.93775 2.27872-2.20967 4.40764-3.77461 6.31792 0.60393 1.43726 11.02186-5.53941 10.29714-17.96566-0.33403-5.28371 2.60793-7.80915 5.56884-10.35088 2.66021-2.2836 5.33572-4.58032 5.6644-8.90232 0.37439-5.0116 6.30717-8.09129 11.57212-9.85548 2.65868-0.4061 5.45542-1.25415 7.77884-1.95867l0.40237-0.12194c0.87437-0.33643 1.64473-0.89386 2.23457-1.6169-1.08709-0.05989-2.38555-0.08983-3.8652-0.02995-21.80216 0.65874-11.23325-21.31925-11.23325-21.31925l-0.54354-0.14972c-6.11902 1.09215-11.80158 2.38103-14.5552 3.00559-0.64271 0.14577-1.12747 0.25572-1.41896 0.31806-0.04479 0.0429-0.08936 0.08603-0.13371 0.12937-20.0711-2.52643-37.50167-8.69706-22.38672-16.17734l-15.94396 1.94628-7.57942 4.40159c7.22293 11.22594 33.76671 16.44178 46.59575 18.34892z m78.84136 86.94098c-3.78295-6.79889-12.40852-9.76135-20.75806-12.629-9.77902-3.35861-19.17937-6.58717-19.97753-15.69686-1.32261-11.03305-5.27683-21.59496-11.53522-30.81111l0 0.29942c2.30804 8.46434 3.71485 17.14528 4.19736 25.9005 1.69247 20.06473 22.56615 25.99178 38.88093 30.62432 3.47899 0.98783 6.75091 1.91693 9.58508 2.91159-0.11461-0.20964-0.24588-0.40989-0.39256-0.59886z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 4.437478542327881,
+ "height": 3.958108425140381,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "CyiMA",
+ "x": 3.002391138101359,
+ "y": 1.1300216964373249,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0 2.47c0.20224 0.64782 0.31001 1.32142 0.32 2 3.45085-1.21179 6.79558-2.70689 10-4.47-3.68 1.45-7.87 2.8-10.32 2.47z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 1.098993182182312,
+ "height": 0.47201189398765564,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ },
+ {
+ "type": "path",
+ "id": "z0xzV",
+ "x": 3.817081251169043,
+ "y": 0.28407681499822957,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M6.32258 0.6c0 0-4.91 3.85-6.19 5.82-1.28 1.97 7.1-5.29 8.31-6.42l-2.12 0.6z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -163.78904451149933,
+ "size": {
+ "height": 0.9706196342589534
+ },
+ "colors": [
+ {
+ "color": "#c71019ff",
+ "position": 0
+ },
+ {
+ "color": "#ba0d15ff",
+ "position": 0.2778221070766449
+ },
+ {
+ "color": "#99040bff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.3371035525601825,
+ "y": 0.5419550173664283
+ }
+ },
+ "width": 0.8990628719329834,
+ "height": 0.7135153412818909,
+ "effect": {
+ "type": "blur",
+ "radius": 0.08419514819979668
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "8QZdP",
+ "x": 0.8810855150222778,
+ "y": -1.1637521982192993,
+ "name": "Group 1000004699",
+ "rotation": -5.393967576132959,
+ "children": [
+ {
+ "type": "path",
+ "id": "yCLAT",
+ "x": 0.8693989515305134,
+ "y": 8.02676773071289,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M32.76 0c0 0-20.18 30.54-32.76 31.18 0 0 0.08 15.74 17.43 17.12 17.35 1.38 22.29-43.24 15.33-48.3z",
+ "fill": "#ffffffff",
+ "width": 3.8124427795410156,
+ "height": 5.103570461273193
+ },
+ {
+ "type": "path",
+ "id": "ZpgMd",
+ "x": 1.7816561460495564,
+ "y": 8.99018383026123,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M21 0c0 0-12 23-21 24.63 0 0 1.33 10.88 13.91 10.22 12.58-0.66 12.5-32 7.09-34.85z",
+ "fill": "#0ca1ddff",
+ "width": 2.6052684783935547,
+ "height": 3.6830458641052246
+ },
+ {
+ "type": "path",
+ "id": "nEG3x",
+ "x": 2.649110794067383,
+ "y": 3.5052106380462646,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M183.32758 49.68731c17.79 29.79 8 62.77-81 76.8-89.74 14.13-108.4-14.31-100.79-48.12999 8.4-37.35 30.85-68.9 80.99999-76.80001 50.15-7.9 81.12 15.19 100.79001 48.13z",
+ "fillRule": "evenodd",
+ "width": 20.30828857421875,
+ "height": 13.748175621032715
+ },
+ {
+ "type": "group",
+ "id": "JNGhz",
+ "x": 19.478763580322322,
+ "y": 5.6550288200379555,
+ "name": "Group 1000002752",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "ozgLz",
+ "x": 0,
+ "y": 0,
+ "name": "路径",
+ "geometry": "M0.8561 0c0 0 28.6 22.89 40.76 19.61 0 0 4.76 15-11.32 21.64-16.08 6.64-34.51-34.33-29.44-41.25z",
+ "fill": "#ffffffff",
+ "width": 4.501867771148682,
+ "height": 4.43237829208374
+ },
+ {
+ "type": "path",
+ "id": "Wsmlg",
+ "x": 0.603407621383667,
+ "y": 0.8086614608763512,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M1.03231 0c0 0 18.54 18.22 27.58 17 0 0 2.08 10.77-10.09 14-12.17 3.23-21.76-26.66-17.49-31z",
+ "fill": "#0ca1ddff",
+ "width": 3.061345338821411,
+ "height": 3.2991762161254883
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Ww4jx",
+ "x": 0,
+ "y": 0,
+ "name": "Group 1000002751",
+ "children": [
+ {
+ "type": "path",
+ "id": "hwNJE",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": "#07beffff",
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "vUoEl",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.7778 20.27056c0 0 15.12206 17.09872 48.61008 5.2812l-24.30807 20.61548c0 0-25.56319-1.58861-26.07251-24.28989-0.02425 0.03032-0.09095-3.00137 1.7705-1.6068z m124.60866-19.62706c0 0-9.13145 20.91258-44.63251 19.9667l29.48014 12.17525c0 0 23.84118-9.37398 17.35943-31.13543 0 0-0.86099-2.90436-2.20706-1.00652z m-0.14597 49.61146c10.78675 18.0628 4.8507 38.05982-49.11334 46.56673-54.41273 8.56755-65.72699-8.67669-61.11276-29.18303 5.09323-22.64671 18.70551-41.77666 49.11334-46.56673 30.40783-4.79007 49.18611 9.21027 61.11276 29.18303z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -167.12960100104524,
+ "size": {
+ "height": 0.8001255481938541
+ },
+ "colors": [
+ {
+ "color": "#15b0efff",
+ "position": 0
+ },
+ {
+ "color": "#0ca1ddff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.5626002813548134,
+ "y": 0.6015862982204158
+ }
+ },
+ "width": 22.957157135009766,
+ "height": 17.253461837768555
+ },
+ {
+ "type": "path",
+ "id": "czyPP",
+ "x": -0.0030097551643279985,
+ "y": 3.4959795475006104,
+ "name": "路径",
+ "enabled": false,
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M75.10027 14.44l-25.88 17.92c0 0-42.42-2.16-48.36-32.36-0.9 0.78-0.86 3-0.86 3 0.88 37.44 43 40.06 43 40.06l40.08999-34c-6.53 2.28-2.28 4.27-7.98999 5.38z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.5,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#0b77c5ff",
+ "position": 0
+ },
+ {
+ "color": "#1d9fdcff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#0889ddff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#088addff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 8.848414421081543,
+ "height": 4.546939849853516,
+ "effect": {
+ "type": "blur",
+ "radius": 0.16839029639959335
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "JHNWo",
+ "x": 2.6489693083568113,
+ "y": 7.4619460105896,
+ "name": "Group 1000002750",
+ "rotation": -8.095957233124711e-16,
+ "children": [
+ {
+ "type": "path",
+ "id": "KfiIi",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "iD9jB",
+ "x": 0.0004292569355470732,
+ "y": 1.1368683772161603e-13,
+ "name": "路径",
+ "geometry": "M168.40077 20.18986c-3.77447-8.40761-8.69383-28.79159-88.83442-16.17123-75.67742 11.9227-77.4931 31.61797-79.46085 41.02734-1.78885 26.28719 18.78295 46.0093 91.37461 34.57853 70.52552-11.09983 85.46244-35.49978 76.92066-59.43464z",
+ "fill": "#ffffffff",
+ "width": 20.30797576904297,
+ "height": 9.792011260986328
+ },
+ {
+ "type": "path",
+ "id": "Cgzou",
+ "x": -1.1368683772161603e-13,
+ "y": 0.14145658910274506,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M188.27795 21.24c-2.67999-6-5.88998-17.36-30.84999-21.24 8.55001 5.46 10.55001 12.65 12.25 17 8.65 27.33-4.16999 54.37-68.38 64.48-66 10.41-92.61-6-91.9-35.67 0.63-4.51 1.44-13.94 7.21-20.9-17.07 13.19-15.13 17.6-16.49 24.09-2 29.39 21 51.44 102.16 38.66 78.85-12.38 95.55-39.66 85.99999-66.42z",
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": -266.8688850286215,
+ "size": {
+ "height": 1.0114268713530883
+ },
+ "colors": [
+ {
+ "color": "#f4f6feff",
+ "position": 0
+ },
+ {
+ "color": "#d2dffdff",
+ "position": 0.11207983642816544
+ },
+ {
+ "color": "#ffffffff",
+ "position": 0.2467581331729889
+ },
+ {
+ "color": "#cbd8f1ff",
+ "position": 0.758052408695221
+ },
+ {
+ "color": "#e5ecffff",
+ "position": 1
+ }
+ ],
+ "center": {
+ "x": 0.503212429897078,
+ "y": 0.4486025286561073
+ }
+ },
+ "width": 20.30797576904297,
+ "height": 9.648089408874512,
+ "effect": {
+ "type": "blur",
+ "radius": 3.3949373066425323
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "b7P1w",
+ "x": 7.76527023315424,
+ "y": 10.117621421813965,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M27.68289 11.7363c-0.77 5.24-7.58 8.58-15.2 7.46-7.62-1.12-13.19-6.28-12.41-11.52 0.78-5.24 7.57-8.58 15.2-7.46 7.63 1.12 13.18 6.3 12.41 11.52z",
+ "fill": "#f1f6ffff",
+ "width": 2.955594778060913,
+ "height": 2.0498836040496826
+ },
+ {
+ "type": "path",
+ "id": "Swovz",
+ "x": 15.315455436706543,
+ "y": 8.858584403991813,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.6367 15.00381c2.09296 4.24853 8.80116 5.22345 14.98165 2.17345 6.18049-3.04999 9.49881-8.94426 7.3969-13.21962-2.1019-4.27536-8.80115-5.22345-14.99059-2.17346-6.18943 3.04999-9.49881 8.9711-7.38796 13.21963z",
+ "fill": "#f1f6ffff",
+ "width": 2.815399169921875,
+ "height": 2.2376842498779297
+ },
+ {
+ "type": "path",
+ "id": "P1YFJ",
+ "x": 3.4741387367249104,
+ "y": 3.0142416954041664,
+ "name": "Union",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M57.16472 19.26545c0.87909-0.17182 1.73101 0.40153 1.90283 1.28062 0.18816 0.96271 1.12113 1.59059 2.08384 1.40242 0.9627-0.18816 1.59059-1.12113 1.40243-2.08383-0.54815-2.80449-3.26601-4.63362-6.07051-4.08547-2.8045 0.54815-4.63363 3.26601-4.08547 6.0705 0.18816 0.96271 1.12113 1.59059 2.08383 1.40243 0.96271-0.18817 1.5906-1.12113 1.40244-2.08384-0.17182-0.87908 0.40153-1.73101 1.28061-1.90283z m-19.17698 3.96355c-0.54805-0.18808-1.15482-0.06948-1.59173 0.31111-0.43691 0.38059-0.63758 0.96536-0.52643 1.53403 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40243-0.35459-1.81419 0.28561-3.67974 1.67945-4.89392 1.39384-1.21418 3.32956-1.59252 5.07798-0.99252 1.74843 0.60001 3.04395 2.08722 3.39854 3.90141 0.18816 0.9627-0.43972 1.89567-1.40243 2.08383-0.96271 0.18817-1.89567-0.43972-2.08383-1.40242-0.11115-0.56867-0.51723-1.03484-1.06529-1.22292z m44.10794-11.85912c-3.37675-7.82891-11.78628-12.61802-20.55132-11.08491-7.21712 1.26236-13.02026 6.58367-14.9346 13.60093-4.0695-5.77886-11.2374-9.01742-18.66116-7.71936-7.50682 1.31259-13.48376 7.01798-15.14373 14.4557-0.24046 1.07741-0.38348 2.16043-0.43327 3.23815l-11.29254 6.22137c-1.00837 0.55554-1.37546 1.82333-0.81992 2.83171 0.55554 1.00837 1.82333 1.37546 2.8317 0.81992l9.62851-5.30462c0.93287 4.64947 3.60741 8.88013 7.64581 11.71633 6.23636 4.37984 14.49702 4.57167 20.92997 0.48604 4.04295-2.56772 6.8636-6.50715 8.07551-10.94336 1.2319 1.75365 2.77487 3.31347 4.59437 4.59035 6.24076 4.37962 14.50543 4.56799 20.93926 0.47725 6.37535-4.05356 9.7085-11.51754 8.48575-18.9593l11.65516 1.84656c1.13709 0.18015 2.20493-0.5956 2.38509-1.73268 0.18015-1.13709-0.5956-2.20493-1.73269-2.38508l-13.6019-2.155z m-19.85051-7.07829c8.03706-1.40578 15.69295 3.96695 17.10389 12.0031 1.03391 5.88875-1.58182 11.82038-6.62717 15.0283-5.04535 3.20792-11.52643 3.0602-16.42038-0.37426-4.89396-3.43446-7.23672-9.4791-5.93559-15.31463 1.30113-5.83553 5.98984-10.31239 11.87925-11.34251z m-33.59599 5.8816c8.03723-1.40533 15.69201 3.97067 17.09771 12.00784 1.0295 5.88622-1.58818 11.81299-6.6324 15.01662-5.04422 3.20363-11.52158 3.05321-16.41166-0.38112-4.89007-3.43433-7.22981-9.47622-5.92819-15.30831 1.30162-5.83208 5.98828-10.3058 11.87454-11.33503z",
+ "fillRule": "evenodd",
+ "fill": "#020333ff",
+ "width": 17.1163330078125,
+ "height": 7.587454319000244,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 0.17585383355617523
+ },
+ "blur": 0.15387210436165333
+ }
+ },
+ {
+ "type": "path",
+ "id": "Fs2i0",
+ "x": 6.602675437927303,
+ "y": 4.773509979248047,
+ "name": "Vector 598 (Stroke)",
+ "rotation": -2.760099096911113,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7025482654571533,
+ "height": 0.7837418913841248,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ouyLF",
+ "x": 12.847642898559513,
+ "y": 3.55715012550354,
+ "name": "Vector 599 (Stroke)",
+ "rotation": -9.46559567288082,
+ "flipY": true,
+ "geometry": "M3.94732 0.2765c0.12349 0.24699 0.02338 0.54733-0.2236 0.67082-0.2436 0.1218-0.74102 0.53534-1.30099 1.16119-0.54603 0.61027-1.10053 1.36545-1.47541 2.11521-0.12349 0.24699-0.42383 0.3471-0.67082 0.2236-0.24699-0.12349-0.3471-0.42383-0.2236-0.67082 0.42512-0.85024 1.03729-1.6784 1.62459-2.33479 0.57337-0.64082 1.17594-1.17728 1.59901-1.38881 0.24699-0.12349 0.54733-0.02338 0.67082 0.2236z",
+ "fillRule": "evenodd",
+ "fill": "#ffffffff",
+ "width": 0.7024001479148865,
+ "height": 0.7839096188545227,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.04811151325702667,
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Zgtfg",
+ "x": 1.5562598705291748,
+ "y": 4.792014122009277,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M8.54 0c-4.89 3-7.2 5.8-8.54 11 0 0 2.63-7.65 12.27-9.86-1.3-0.37-2.54-0.74-3.73-1.14z",
+ "fill": "#020333ff",
+ "width": 1.3066520690917969,
+ "height": 1.1615506410598755,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Zrm76",
+ "x": 3.255258083343506,
+ "y": 5.144657611846924,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M9.17744 0c-4.74 2.27-10.24 10.59-9 17.65 0 0 2-13.49 14.91-17.37-2.03-0.02-4.01-0.12-5.91-0.28z",
+ "fill": "#020333ff",
+ "width": 1.6066848039627075,
+ "height": 1.863759994506836,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JF08y",
+ "x": 0.762457489967403,
+ "y": 4.1699538230896,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.42 0c-1.40369 0.82864-2.57902 1.99367-3.42 3.39 1.17367-1.45116 2.86694-2.38748 4.72-2.61-0.45-0.26-0.88-0.52-1.3-0.78z",
+ "fill": "#020333ff",
+ "width": 0.502640426158905,
+ "height": 0.3579684793949127,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JGo7W",
+ "x": 20.198741912841854,
+ "y": 1.9700753688813393,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M3.2 0c5.59 1.37 8.64 3.3 11.5 7.82 0 0-4.85-6.47-14.7-5.6 1.12-0.74 2.19-1.48 3.2-2.22z",
+ "fill": "#020333ff",
+ "width": 1.5654271841049194,
+ "height": 0.8257565498352051,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oR3Ar",
+ "x": 18.379533767700252,
+ "y": 2.844068765640259,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M5.53 0c5.2 0.7 13 6.93 14 14 0 0-6.1-12.21-19.53-12 1.94-0.57 3.76-1.27 5.53-2z",
+ "fill": "#020333ff",
+ "width": 2.079782485961914,
+ "height": 1.4783369302749634,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XBo8G",
+ "x": 21.514636993408203,
+ "y": 0.9691568017004784,
+ "name": "路径",
+ "rotation": -8.095957233124711e-16,
+ "geometry": "M0.99 0c1.59121 0.36084 3.06843 1.10976 4.3 2.18-1.5653-1.01082-3.46373-1.3697-5.29-1 0.35-0.42 0.68-0.81 0.99-1.18z",
+ "fill": "#020333ff",
+ "width": 0.5633405447006226,
+ "height": 0.23019814491271973,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.18629612028598785,
+ "join": "round",
+ "cap": "round"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "qybuV",
+ "x": 86,
+ "y": 33,
+ "name": "Vector 662",
+ "rotation": -90,
+ "geometry": "M0 0l0 51",
+ "width": 0,
+ "height": 84,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8ff"
+ }
+ },
+ {
+ "id": "0AVlg",
+ "type": "ref",
+ "ref": "SDo8b",
+ "x": 32,
+ "y": 21
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SmO1B",
+ "x": 1372,
+ "y": 1361,
+ "name": "card-bind-state-sprite",
+ "clip": true,
+ "width": 391,
+ "height": 373,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xf8hM",
+ "x": 20,
+ "y": 139,
+ "name": "Card/State item/Step/Default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vgvBW",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SQUsb",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eKLvK",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Walking",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L4AFq",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4vgdw",
+ "x": 6,
+ "y": 6,
+ "name": "icon/walking-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "z1mbb",
+ "x": 9.42128849029541,
+ "y": 1.8333123922348022,
+ "name": "Vector",
+ "geometry": "M415.8891 191.97188c52.99225 0 95.9859-42.9937 95.9859-95.98594 0-52.99224-42.99365-95.98594-95.9859-95.98594-52.99225 0-95.98596 42.9937-95.98596 95.98594 0 52.99224 42.99371 95.98594 95.98596 95.98594z m188.97229 298.15632l-46.5932-23.59655-19.39716-58.79139c-29.39569-89.18692-111.38366-151.57778-204.37005-151.77775-71.98944-0.19997-111.78362 20.19704-186.57267 50.39262-43.19367 17.39746-78.58848 50.39261-99.38543 92.38645l-13.39803 27.19604c-15.59772 31.59537-2.99956 69.98972 28.39585 85.78742 31.19544 15.79767 69.18985 2.99957 84.98753-28.5958l13.39804-27.19601c6.99898-13.99796 18.59729-24.99634 32.99518-30.7955l53.59213-21.59684-30.39554 121.38221c-10.39848 41.59393 0.79987 85.78741 29.79563 117.58276l119.78244 130.78088c14.39788 15.79767 24.5964 34.79486 29.79565 55.39185l36.59467 146.57855c8.59875 34.19496 43.39364 55.19196 77.58862 46.59316 34.19501-8.5987 55.19189-43.39363 46.59314-77.58864l-44.3935-177.97388c-5.19924-20.59698-15.3977-39.79419-29.79559-55.39191l-90.98669-99.38543 34.39496-137.37989 10.99841 32.99515c10.59845 32.19528 33.39508 58.79141 63.39068 73.98917l46.59321 23.59656c31.19543 15.79766 69.18988 2.99957 84.98754-28.59583 15.39777-31.39539 2.79956-70.1897-28.59582-85.9874z m-457.73294 281.3588c-6.39906 16.19763-15.99767 30.79547-28.39585 42.99371l-99.98535 100.18531c-24.99634 24.99633-24.99634 65.59039 0 90.58668 24.99634 24.9963 65.39041 24.9963 90.38675 0l118.7826-118.78255c12.19821-12.19824 21.79681-26.79608 28.39584-42.99371l26.99606-67.59009c-110.5838-120.58233-77.38868-83.58777-94.78613-107.38427l-41.39392 102.98492z",
+ "fill": "$grey900",
+ "width": 25.208900451660156,
+ "height": 40.33333206176758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11307565867900848
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AcFmR",
+ "fill": "$grey900",
+ "content": "t",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GJu5g",
+ "x": 145,
+ "y": 139,
+ "name": "Card/State item/Step/Hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FawaB",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9wrRs",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nSwuv",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Walking",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x6F4E",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "HmLd4",
+ "x": 6.0453577872722235,
+ "y": 5.954735535469808,
+ "name": "icon/walking-filled",
+ "enabled": false,
+ "rotation": -0.1180062779352159,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WvtII",
+ "x": 9.42128849029541,
+ "y": 1.8333123922348022,
+ "name": "Vector",
+ "geometry": "M415.8891 191.97188c52.99225 0 95.9859-42.9937 95.9859-95.98594 0-52.99224-42.99365-95.98594-95.9859-95.98594-52.99225 0-95.98596 42.9937-95.98596 95.98594 0 52.99224 42.99371 95.98594 95.98596 95.98594z m188.97229 298.15632l-46.5932-23.59655-19.39716-58.79139c-29.39569-89.18692-111.38366-151.57778-204.37005-151.77775-71.98944-0.19997-111.78362 20.19704-186.57267 50.39262-43.19367 17.39746-78.58848 50.39261-99.38543 92.38645l-13.39803 27.19604c-15.59772 31.59537-2.99956 69.98972 28.39585 85.78742 31.19544 15.79767 69.18985 2.99957 84.98753-28.5958l13.39804-27.19601c6.99898-13.99796 18.59729-24.99634 32.99518-30.7955l53.59213-21.59684-30.39554 121.38221c-10.39848 41.59393 0.79987 85.78741 29.79563 117.58276l119.78244 130.78088c14.39788 15.79767 24.5964 34.79486 29.79565 55.39185l36.59467 146.57855c8.59875 34.19496 43.39364 55.19196 77.58862 46.59316 34.19501-8.5987 55.19189-43.39363 46.59314-77.58864l-44.3935-177.97388c-5.19924-20.59698-15.3977-39.79419-29.79559-55.39191l-90.98669-99.38543 34.39496-137.37989 10.99841 32.99515c10.59845 32.19528 33.39508 58.79141 63.39068 73.98917l46.59321 23.59656c31.19543 15.79766 69.18988 2.99957 84.98754-28.59583 15.39777-31.39539 2.79956-70.1897-28.59582-85.9874z m-457.73294 281.3588c-6.39906 16.19763-15.99767 30.79547-28.39585 42.99371l-99.98535 100.18531c-24.99634 24.99633-24.99634 65.59039 0 90.58668 24.99634 24.9963 65.39041 24.9963 90.38675 0l118.7826-118.78255c12.19821-12.19824 21.79681-26.79608 28.39584-42.99371l26.99606-67.59009c-110.5838-120.58233-77.38868-83.58777-94.78613-107.38427l-41.39392 102.98492z",
+ "fill": "$grey900",
+ "width": 25.208900451660156,
+ "height": 40.33333206176758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11307565867900848
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FV8qH",
+ "fill": "$grey900",
+ "content": "t",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gB1sh",
+ "x": 270,
+ "y": 139,
+ "name": "Card/State item/Step/Click",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rZdvj",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NTwT0",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "R6C4y",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Walking",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FRd7s",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4qgTS",
+ "x": 6,
+ "y": 6,
+ "name": "icon/walking-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zYtFu",
+ "x": 9.42128849029541,
+ "y": 1.8333123922348022,
+ "name": "Vector",
+ "geometry": "M415.8891 191.97188c52.99225 0 95.9859-42.9937 95.9859-95.98594 0-52.99224-42.99365-95.98594-95.9859-95.98594-52.99225 0-95.98596 42.9937-95.98596 95.98594 0 52.99224 42.99371 95.98594 95.98596 95.98594z m188.97229 298.15632l-46.5932-23.59655-19.39716-58.79139c-29.39569-89.18692-111.38366-151.57778-204.37005-151.77775-71.98944-0.19997-111.78362 20.19704-186.57267 50.39262-43.19367 17.39746-78.58848 50.39261-99.38543 92.38645l-13.39803 27.19604c-15.59772 31.59537-2.99956 69.98972 28.39585 85.78742 31.19544 15.79767 69.18985 2.99957 84.98753-28.5958l13.39804-27.19601c6.99898-13.99796 18.59729-24.99634 32.99518-30.7955l53.59213-21.59684-30.39554 121.38221c-10.39848 41.59393 0.79987 85.78741 29.79563 117.58276l119.78244 130.78088c14.39788 15.79767 24.5964 34.79486 29.79565 55.39185l36.59467 146.57855c8.59875 34.19496 43.39364 55.19196 77.58862 46.59316 34.19501-8.5987 55.19189-43.39363 46.59314-77.58864l-44.3935-177.97388c-5.19924-20.59698-15.3977-39.79419-29.79559-55.39191l-90.98669-99.38543 34.39496-137.37989 10.99841 32.99515c10.59845 32.19528 33.39508 58.79141 63.39068 73.98917l46.59321 23.59656c31.19543 15.79766 69.18988 2.99957 84.98754-28.59583 15.39777-31.39539 2.79956-70.1897-28.59582-85.9874z m-457.73294 281.3588c-6.39906 16.19763-15.99767 30.79547-28.39585 42.99371l-99.98535 100.18531c-24.99634 24.99633-24.99634 65.59039 0 90.58668 24.99634 24.9963 65.39041 24.9963 90.38675 0l118.7826-118.78255c12.19821-12.19824 21.79681-26.79608 28.39584-42.99371l26.99606-67.59009c-110.5838-120.58233-77.38868-83.58777-94.78613-107.38427l-41.39392 102.98492z",
+ "fill": "$grey900",
+ "width": 25.208900451660156,
+ "height": 40.33333206176758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.11307565867900848
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4pRxP",
+ "fill": "$grey900",
+ "content": "t",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VK0Jy",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WDPHQ",
+ "x": 20,
+ "y": 258,
+ "name": "Card/State item/Die/Default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AhTMg",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "odTbG",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "e5KCX",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Death",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ztUkj",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "text",
+ "id": "EtnFs",
+ "fill": "$grey900",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OzZmf",
+ "x": 6,
+ "y": 6,
+ "name": "icon/death-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3PXzy",
+ "x": 8.66015625,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M735.15955 860.47363c0-5.33246-0.6836-10.26886-1.97498-14.91571-7.86102-21.80768-22.2569-32.73761-43.25513-32.73761-17.69806 0-38.30243 8.63361-61.92236 25.79035l-130.69968-48.60291 132.63791-48.6756c22.32648 14.57495 42.93073 21.87824 61.95606 21.87824 20.96344 0 34.71258-10.94629 41.28222-32.73657 1.29139-4.64887 1.93909-9.63752 1.93909-14.93207 0-27.73059-17.66229-42.66266-53.0564-44.62024 14.3938-14.55451 21.6471-28.82453 21.6471-42.71588 0-14.52069-7.57654-26.8147-22.65088-36.73975-7.82623-3.93152-16.04749-5.94134-24.55322-5.94134-28.82447 0-48.49756 23.47461-58.97827 70.48327l-229.98807 86.38343-229.95224-84.37464c-10.48173-48.3164-30.15376-72.49206-58.97826-72.49206-8.50674 0-16.69218 2.00982-24.58801 5.94134-14.35903 9.92505-21.61017 22.21906-21.61017 36.73975 0 13.89135 7.25114 28.16241 21.61017 42.71588-36.00503 1.95654-54.02443 16.88965-54.02443 44.62024 0 5.29455 0.68255 10.3006 1.97499 14.93207 7.17952 21.79028 20.96242 32.73657 41.28119 32.73657 18.95265 0 39.62958-7.30329 61.88547-21.87824l133.67857 48.6756-131.73941 47.59802c-22.9016-16.51104-43.21933-24.78546-60.88057-24.78546-20.96345 0-35.7533 10.93097-44.22423 32.73761-1.32825 4.64685-1.97499 9.58325-1.97499 14.91571 0 27.76435 18.02042 42.67902 54.02443 44.63556-14.35903 14.55652-21.61017 28.82556-21.61017 42.73535 0 14.50129 7.25114 26.74103 21.61017 36.72235 9.18827 5.29358 18.01941 7.89686 26.56299 7.89686 26.85053 0 46.19819-23.15333 58.00919-69.45893l228.94735-84.39416 229.01898 84.39416c11.77417 46.3056 31.44526 69.45893 58.94251 69.45893 7.89685 0 16.3667-2.60328 25.55908-7.89686 15.0733-9.98132 22.65088-22.22106 22.65088-36.72235 0-13.90979-7.25317-28.17883-21.64697-42.73535 35.39209-1.95654 53.09009-16.87121 53.09009-44.63556z m-526.78064-285.88104l0 14.95148c0 18.50342 6.17463 34.06592 18.66613 46.61163 12.4209 12.59894 27.82064 19.54718 46.1634 20.87439 19.02529 1.32721 33.09677-1.99335 42.28607-9.92603 14.358 10.55335 30.4403 15.84791 48.13736 15.84791 16.3688 0 31.48098-4.93641 45.19329-14.86042 9.18827 7.2522 22.61509 10.26575 40.31318 8.93854 18.34173-1.99341 33.74145-9.10223 46.19714-21.341 12.42191-12.29505 18.66708-27.62317 18.66708-46.14502l0-10.89411c70.71558-18.55865 125.4574-49.64673 164.1189-93.36746 37.36707-41.65777 55.99841-90.94327 55.99841-147.85751 0-12.59894-1.29144-25.82724-3.91113-39.73703-13.10345-84.62436-51.76294-154.48035-115.94775-209.3838-67.52387-58.85034-149.72602-88.30416-246.71601-88.30416-96.99304 0-179.19624 29.11203-246.68124 87.28188-64.18279 55.64022-102.52098 125.78175-114.94084 210.40712-2.6565 13.90979-3.94791 27.13806-3.94791 39.73699 0 55.56757 17.98358 104.17157 54.06024 145.88358 36.004 41.67413 86.79784 72.15131 152.34368 91.28302z m235.33792-346.83022c19.34866-22.81153 42.78851-34.22651 70.28476-34.22651 28.18084 0 51.90722 11.41498 71.28967 34.22651 19.27704 22.79517 28.96875 50.41729 28.96875 82.83153 0 32.41425-9.69171 60.05478-28.96875 82.88474-19.38245 22.84839-43.10883 34.22754-71.28967 34.22754-27.49521 0-50.93506-11.38019-70.28476-34.22754-19.31287-22.82996-29.00458-50.47049-29.00458-82.88474 0-32.41424 9.69171-60.03636 29.00458-82.83153z m-104.17258 227.53008c9.51267-12.4035 18.81043-18.63132 27.99973-18.63132 9.1893 0 17.87612 6.85614 26.06054 20.65851 8.18442 13.73071 12.31342 26.7973 12.31342 39.25299 0 18.97107-12.45773 28.42951-37.37116 28.42951-16.36676 0-28.50006-4.27131-36.39795-12.74323-4.59463-5.29459-6.82034-11.811-6.82034-19.67102 0.00104-12.41885 4.73892-24.83975 14.21576-37.29544z m-198.0036-227.53008c19.63519-22.81153 43.21933-34.22651 70.71454-34.22651 27.53206 0 51.11621 11.41498 70.78824 34.22651 19.67102 22.79517 29.50601 50.41729 29.50601 82.83153 0 32.41425-9.83499 60.05478-29.50601 82.88474-19.67203 22.84839-43.25618 34.22754-70.78824 34.22754-27.49625 0-51.08037-11.38019-70.71454-34.22754-19.67204-22.82996-29.50702-50.47049-29.50702-82.88474 0-32.41424 9.83601-60.03636 29.50702-82.83153z",
+ "fill": "$grey900",
+ "width": 26.666709899902344,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.10653409361839294
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hGErl",
+ "x": 145,
+ "y": 258,
+ "name": "Card/State item/Die/Hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V1se9",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qpg7z",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ufbAS",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Death",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zD9H7",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "whuZB",
+ "x": 6,
+ "y": 6,
+ "name": "icon/death-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KIDjc",
+ "x": 8.66015625,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M735.15955 860.47363c0-5.33246-0.6836-10.26886-1.97498-14.91571-7.86102-21.80768-22.2569-32.73761-43.25513-32.73761-17.69806 0-38.30243 8.63361-61.92236 25.79035l-130.69968-48.60291 132.63791-48.6756c22.32648 14.57495 42.93073 21.87824 61.95606 21.87824 20.96344 0 34.71258-10.94629 41.28222-32.73657 1.29139-4.64887 1.93909-9.63752 1.93909-14.93207 0-27.73059-17.66229-42.66266-53.0564-44.62024 14.3938-14.55451 21.6471-28.82453 21.6471-42.71588 0-14.52069-7.57654-26.8147-22.65088-36.73975-7.82623-3.93152-16.04749-5.94134-24.55322-5.94134-28.82447 0-48.49756 23.47461-58.97827 70.48327l-229.98807 86.38343-229.95224-84.37464c-10.48173-48.3164-30.15376-72.49206-58.97826-72.49206-8.50674 0-16.69218 2.00982-24.58801 5.94134-14.35903 9.92505-21.61017 22.21906-21.61017 36.73975 0 13.89135 7.25114 28.16241 21.61017 42.71588-36.00503 1.95654-54.02443 16.88965-54.02443 44.62024 0 5.29455 0.68255 10.3006 1.97499 14.93207 7.17952 21.79028 20.96242 32.73657 41.28119 32.73657 18.95265 0 39.62958-7.30329 61.88547-21.87824l133.67857 48.6756-131.73941 47.59802c-22.9016-16.51104-43.21933-24.78546-60.88057-24.78546-20.96345 0-35.7533 10.93097-44.22423 32.73761-1.32825 4.64685-1.97499 9.58325-1.97499 14.91571 0 27.76435 18.02042 42.67902 54.02443 44.63556-14.35903 14.55652-21.61017 28.82556-21.61017 42.73535 0 14.50129 7.25114 26.74103 21.61017 36.72235 9.18827 5.29358 18.01941 7.89686 26.56299 7.89686 26.85053 0 46.19819-23.15333 58.00919-69.45893l228.94735-84.39416 229.01898 84.39416c11.77417 46.3056 31.44526 69.45893 58.94251 69.45893 7.89685 0 16.3667-2.60328 25.55908-7.89686 15.0733-9.98132 22.65088-22.22106 22.65088-36.72235 0-13.90979-7.25317-28.17883-21.64697-42.73535 35.39209-1.95654 53.09009-16.87121 53.09009-44.63556z m-526.78064-285.88104l0 14.95148c0 18.50342 6.17463 34.06592 18.66613 46.61163 12.4209 12.59894 27.82064 19.54718 46.1634 20.87439 19.02529 1.32721 33.09677-1.99335 42.28607-9.92603 14.358 10.55335 30.4403 15.84791 48.13736 15.84791 16.3688 0 31.48098-4.93641 45.19329-14.86042 9.18827 7.2522 22.61509 10.26575 40.31318 8.93854 18.34173-1.99341 33.74145-9.10223 46.19714-21.341 12.42191-12.29505 18.66708-27.62317 18.66708-46.14502l0-10.89411c70.71558-18.55865 125.4574-49.64673 164.1189-93.36746 37.36707-41.65777 55.99841-90.94327 55.99841-147.85751 0-12.59894-1.29144-25.82724-3.91113-39.73703-13.10345-84.62436-51.76294-154.48035-115.94775-209.3838-67.52387-58.85034-149.72602-88.30416-246.71601-88.30416-96.99304 0-179.19624 29.11203-246.68124 87.28188-64.18279 55.64022-102.52098 125.78175-114.94084 210.40712-2.6565 13.90979-3.94791 27.13806-3.94791 39.73699 0 55.56757 17.98358 104.17157 54.06024 145.88358 36.004 41.67413 86.79784 72.15131 152.34368 91.28302z m235.33792-346.83022c19.34866-22.81153 42.78851-34.22651 70.28476-34.22651 28.18084 0 51.90722 11.41498 71.28967 34.22651 19.27704 22.79517 28.96875 50.41729 28.96875 82.83153 0 32.41425-9.69171 60.05478-28.96875 82.88474-19.38245 22.84839-43.10883 34.22754-71.28967 34.22754-27.49521 0-50.93506-11.38019-70.28476-34.22754-19.31287-22.82996-29.00458-50.47049-29.00458-82.88474 0-32.41424 9.69171-60.03636 29.00458-82.83153z m-104.17258 227.53008c9.51267-12.4035 18.81043-18.63132 27.99973-18.63132 9.1893 0 17.87612 6.85614 26.06054 20.65851 8.18442 13.73071 12.31342 26.7973 12.31342 39.25299 0 18.97107-12.45773 28.42951-37.37116 28.42951-16.36676 0-28.50006-4.27131-36.39795-12.74323-4.59463-5.29459-6.82034-11.811-6.82034-19.67102 0.00104-12.41885 4.73892-24.83975 14.21576-37.29544z m-198.0036-227.53008c19.63519-22.81153 43.21933-34.22651 70.71454-34.22651 27.53206 0 51.11621 11.41498 70.78824 34.22651 19.67102 22.79517 29.50601 50.41729 29.50601 82.83153 0 32.41425-9.83499 60.05478-29.50601 82.88474-19.67203 22.84839-43.25618 34.22754-70.78824 34.22754-27.49625 0-51.08037-11.38019-70.71454-34.22754-19.67204-22.82996-29.50702-50.47049-29.50702-82.88474 0-32.41424 9.83601-60.03636 29.50702-82.83153z",
+ "fill": "$grey900",
+ "width": 26.666709899902344,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.10653409361839294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dtiAi",
+ "fill": "$grey900",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDGOh",
+ "x": 270,
+ "y": 258,
+ "name": "Card/State item/Die/Click",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S0Wog",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XKypc",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v27mW",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Death",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DxzoF",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yovUp",
+ "x": 6,
+ "y": 6,
+ "name": "icon/death-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "THlCc",
+ "x": 8.66015625,
+ "y": 4,
+ "name": "Vector",
+ "geometry": "M735.15955 860.47363c0-5.33246-0.6836-10.26886-1.97498-14.91571-7.86102-21.80768-22.2569-32.73761-43.25513-32.73761-17.69806 0-38.30243 8.63361-61.92236 25.79035l-130.69968-48.60291 132.63791-48.6756c22.32648 14.57495 42.93073 21.87824 61.95606 21.87824 20.96344 0 34.71258-10.94629 41.28222-32.73657 1.29139-4.64887 1.93909-9.63752 1.93909-14.93207 0-27.73059-17.66229-42.66266-53.0564-44.62024 14.3938-14.55451 21.6471-28.82453 21.6471-42.71588 0-14.52069-7.57654-26.8147-22.65088-36.73975-7.82623-3.93152-16.04749-5.94134-24.55322-5.94134-28.82447 0-48.49756 23.47461-58.97827 70.48327l-229.98807 86.38343-229.95224-84.37464c-10.48173-48.3164-30.15376-72.49206-58.97826-72.49206-8.50674 0-16.69218 2.00982-24.58801 5.94134-14.35903 9.92505-21.61017 22.21906-21.61017 36.73975 0 13.89135 7.25114 28.16241 21.61017 42.71588-36.00503 1.95654-54.02443 16.88965-54.02443 44.62024 0 5.29455 0.68255 10.3006 1.97499 14.93207 7.17952 21.79028 20.96242 32.73657 41.28119 32.73657 18.95265 0 39.62958-7.30329 61.88547-21.87824l133.67857 48.6756-131.73941 47.59802c-22.9016-16.51104-43.21933-24.78546-60.88057-24.78546-20.96345 0-35.7533 10.93097-44.22423 32.73761-1.32825 4.64685-1.97499 9.58325-1.97499 14.91571 0 27.76435 18.02042 42.67902 54.02443 44.63556-14.35903 14.55652-21.61017 28.82556-21.61017 42.73535 0 14.50129 7.25114 26.74103 21.61017 36.72235 9.18827 5.29358 18.01941 7.89686 26.56299 7.89686 26.85053 0 46.19819-23.15333 58.00919-69.45893l228.94735-84.39416 229.01898 84.39416c11.77417 46.3056 31.44526 69.45893 58.94251 69.45893 7.89685 0 16.3667-2.60328 25.55908-7.89686 15.0733-9.98132 22.65088-22.22106 22.65088-36.72235 0-13.90979-7.25317-28.17883-21.64697-42.73535 35.39209-1.95654 53.09009-16.87121 53.09009-44.63556z m-526.78064-285.88104l0 14.95148c0 18.50342 6.17463 34.06592 18.66613 46.61163 12.4209 12.59894 27.82064 19.54718 46.1634 20.87439 19.02529 1.32721 33.09677-1.99335 42.28607-9.92603 14.358 10.55335 30.4403 15.84791 48.13736 15.84791 16.3688 0 31.48098-4.93641 45.19329-14.86042 9.18827 7.2522 22.61509 10.26575 40.31318 8.93854 18.34173-1.99341 33.74145-9.10223 46.19714-21.341 12.42191-12.29505 18.66708-27.62317 18.66708-46.14502l0-10.89411c70.71558-18.55865 125.4574-49.64673 164.1189-93.36746 37.36707-41.65777 55.99841-90.94327 55.99841-147.85751 0-12.59894-1.29144-25.82724-3.91113-39.73703-13.10345-84.62436-51.76294-154.48035-115.94775-209.3838-67.52387-58.85034-149.72602-88.30416-246.71601-88.30416-96.99304 0-179.19624 29.11203-246.68124 87.28188-64.18279 55.64022-102.52098 125.78175-114.94084 210.40712-2.6565 13.90979-3.94791 27.13806-3.94791 39.73699 0 55.56757 17.98358 104.17157 54.06024 145.88358 36.004 41.67413 86.79784 72.15131 152.34368 91.28302z m235.33792-346.83022c19.34866-22.81153 42.78851-34.22651 70.28476-34.22651 28.18084 0 51.90722 11.41498 71.28967 34.22651 19.27704 22.79517 28.96875 50.41729 28.96875 82.83153 0 32.41425-9.69171 60.05478-28.96875 82.88474-19.38245 22.84839-43.10883 34.22754-71.28967 34.22754-27.49521 0-50.93506-11.38019-70.28476-34.22754-19.31287-22.82996-29.00458-50.47049-29.00458-82.88474 0-32.41424 9.69171-60.03636 29.00458-82.83153z m-104.17258 227.53008c9.51267-12.4035 18.81043-18.63132 27.99973-18.63132 9.1893 0 17.87612 6.85614 26.06054 20.65851 8.18442 13.73071 12.31342 26.7973 12.31342 39.25299 0 18.97107-12.45773 28.42951-37.37116 28.42951-16.36676 0-28.50006-4.27131-36.39795-12.74323-4.59463-5.29459-6.82034-11.811-6.82034-19.67102 0.00104-12.41885 4.73892-24.83975 14.21576-37.29544z m-198.0036-227.53008c19.63519-22.81153 43.21933-34.22651 70.71454-34.22651 27.53206 0 51.11621 11.41498 70.78824 34.22651 19.67102 22.79517 29.50601 50.41729 29.50601 82.83153 0 32.41425-9.83499 60.05478-29.50601 82.88474-19.67203 22.84839-43.25618 34.22754-70.78824 34.22754-27.49625 0-51.08037-11.38019-70.71454-34.22754-19.67204-22.82996-29.50702-50.47049-29.50702-82.88474 0-32.41424 9.83601-60.03636 29.50702-82.83153z",
+ "fill": "$grey900",
+ "width": 26.666709899902344,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.10653409361839294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XDzEn",
+ "fill": "$grey900",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "rVJ1B",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eAXtT",
+ "x": 20,
+ "y": 20,
+ "name": "Card/State item/Default/Default",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qoW3s",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ei3LT",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sprXs",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Default",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0QNBW",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "NlBKT",
+ "x": 6,
+ "y": 6,
+ "name": "icon/default-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iL0jU",
+ "x": 11.393090724945068,
+ "y": 1.5807957649230957,
+ "geometry": "M10.90927 9.192c2.94-0.175 5.268 1.068 6.978 3.566 1.596 2.331 2.656 5.754 3.217 10.14l0.105 0.892 0 0.01c0.05397 0.81846-0.37579 1.59282-1.0989 1.98002-0.7231 0.38719-1.60583 0.31561-2.2571-0.18302-0.42575-0.32914-0.70889-0.80916-0.791-1.341l-0.002-0.01c-0.36-3.277-0.937-5.75-1.708-7.503-0.23731 2.7674-0.23396 5.55018 0.01 8.317l0.002 0.025 1.2 13.531 0 0.206c-0.04362 1.02042-0.81835 1.85985-1.832 1.985l-0.121 0.015c-1.06534 0.13-2.05598-0.56803-2.292-1.615l-0.037-0.204-1.57-12.798c-0.07832 0.00184-0.15668 0.00184-0.235 0l-1.573 12.798c-0.14057 1.14441-1.18137 1.9588-2.326 1.82l-0.003 0-0.122-0.017c-1.01172-0.12688-1.78421-0.9653-1.828-1.984l0-0.206 1.205-13.605c0.242-2.733 0.243-5.48 0.007-8.212-0.759 1.75-1.325 4.203-1.682 7.444l-0.002 0.011c-0.08235 0.53148-0.36547 1.0111-0.791 1.34-0.88781 0.68145-2.15487 0.54257-2.874-0.315-0.34503-0.41308-0.51829-0.94287-0.484-1.48l0-0.01c0.527-4.813 1.62-8.54 3.32-11.027 1.708-2.498 4.031-3.743 6.968-3.57q0.31-0.02 0.617 0m-0.236-9.192c1.58679 0.00128 3.01713 0.95668 3.626 2.422 0.60613 1.46653 0.27083 3.15369-0.85 4.277-0.73648 0.73591-1.73487 1.14951-2.776 1.15-2.12519-0.05876-3.81748-1.79849-3.81749-3.9245 0-2.12601 1.69229-3.86574 3.81749-3.9245",
+ "fill": "$grey900",
+ "width": 21.213818550109863,
+ "height": 40.83840847015381
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UnHtM",
+ "fill": "$grey900",
+ "content": "p",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LEVcZ",
+ "x": 145,
+ "y": 20,
+ "name": "Card/State item/Default/Hover",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AYRjY",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FSPL3",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lqJ86",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Default",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mV2VJ",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hSlGX",
+ "x": 6,
+ "y": 6,
+ "name": "icon/default-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qy0Bl",
+ "x": 11.393090724945068,
+ "y": 1.5807957649230957,
+ "geometry": "M10.90927 9.192c2.94-0.175 5.268 1.068 6.978 3.566 1.596 2.331 2.656 5.754 3.217 10.14l0.105 0.892 0 0.01c0.05397 0.81846-0.37579 1.59282-1.0989 1.98002-0.7231 0.38719-1.60583 0.31561-2.2571-0.18302-0.42575-0.32914-0.70889-0.80916-0.791-1.341l-0.002-0.01c-0.36-3.277-0.937-5.75-1.708-7.503-0.23731 2.7674-0.23396 5.55018 0.01 8.317l0.002 0.025 1.2 13.531 0 0.206c-0.04362 1.02042-0.81835 1.85985-1.832 1.985l-0.121 0.015c-1.06534 0.13-2.05598-0.56803-2.292-1.615l-0.037-0.204-1.57-12.798c-0.07832 0.00184-0.15668 0.00184-0.235 0l-1.573 12.798c-0.14057 1.14441-1.18137 1.9588-2.326 1.82l-0.003 0-0.122-0.017c-1.01172-0.12688-1.78421-0.9653-1.828-1.984l0-0.206 1.205-13.605c0.242-2.733 0.243-5.48 0.007-8.212-0.759 1.75-1.325 4.203-1.682 7.444l-0.002 0.011c-0.08235 0.53148-0.36547 1.0111-0.791 1.34-0.88781 0.68145-2.15487 0.54257-2.874-0.315-0.34503-0.41308-0.51829-0.94287-0.484-1.48l0-0.01c0.527-4.813 1.62-8.54 3.32-11.027 1.708-2.498 4.031-3.743 6.968-3.57q0.31-0.02 0.617 0m-0.236-9.192c1.58679 0.00128 3.01713 0.95668 3.626 2.422 0.60613 1.46653 0.27083 3.15369-0.85 4.277-0.73648 0.73591-1.73487 1.14951-2.776 1.15-2.12519-0.05876-3.81748-1.79849-3.81749-3.9245 0-2.12601 1.69229-3.86574 3.81749-3.9245",
+ "fill": "$grey900",
+ "width": 21.213818550109863,
+ "height": 40.83840847015381
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZP0iv",
+ "fill": "$grey900",
+ "content": "p",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BCDF8",
+ "x": 270,
+ "y": 20,
+ "name": "Card/State item/Default/Click",
+ "reusable": true,
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vPvH0",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 88,
+ "height": 88,
+ "fill": "$turquoise200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VkpnP",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 32",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tiuAs",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Default",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LnpPJ",
+ "x": 16,
+ "y": 6,
+ "name": "Frame 1000002802",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zg3Kw",
+ "x": 6,
+ "y": 6,
+ "name": "icon/default-filled",
+ "enabled": false,
+ "width": 44,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4999998807907104
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sb3MD",
+ "x": 11.393090724945068,
+ "y": 1.5807957649230957,
+ "geometry": "M10.90927 9.192c2.94-0.175 5.268 1.068 6.978 3.566 1.596 2.331 2.656 5.754 3.217 10.14l0.105 0.892 0 0.01c0.05397 0.81846-0.37579 1.59282-1.0989 1.98002-0.7231 0.38719-1.60583 0.31561-2.2571-0.18302-0.42575-0.32914-0.70889-0.80916-0.791-1.341l-0.002-0.01c-0.36-3.277-0.937-5.75-1.708-7.503-0.23731 2.7674-0.23396 5.55018 0.01 8.317l0.002 0.025 1.2 13.531 0 0.206c-0.04362 1.02042-0.81835 1.85985-1.832 1.985l-0.121 0.015c-1.06534 0.13-2.05598-0.56803-2.292-1.615l-0.037-0.204-1.57-12.798c-0.07832 0.00184-0.15668 0.00184-0.235 0l-1.573 12.798c-0.14057 1.14441-1.18137 1.9588-2.326 1.82l-0.003 0-0.122-0.017c-1.01172-0.12688-1.78421-0.9653-1.828-1.984l0-0.206 1.205-13.605c0.242-2.733 0.243-5.48 0.007-8.212-0.759 1.75-1.325 4.203-1.682 7.444l-0.002 0.011c-0.08235 0.53148-0.36547 1.0111-0.791 1.34-0.88781 0.68145-2.15487 0.54257-2.874-0.315-0.34503-0.41308-0.51829-0.94287-0.484-1.48l0-0.01c0.527-4.813 1.62-8.54 3.32-11.027 1.708-2.498 4.031-3.743 6.968-3.57q0.31-0.02 0.617 0m-0.236-9.192c1.58679 0.00128 3.01713 0.95668 3.626 2.422 0.60613 1.46653 0.27083 3.15369-0.85 4.277-0.73648 0.73591-1.73487 1.14951-2.776 1.15-2.12519-0.05876-3.81748-1.79849-3.81749-3.9245 0-2.12601 1.69229-3.86574 3.81749-3.9245",
+ "fill": "$grey900",
+ "width": 21.213818550109863,
+ "height": 40.83840847015381
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cn9pn",
+ "fill": "$grey900",
+ "content": "p",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 44,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JnUWh",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 68,
+ "y": -4
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k7Pre",
+ "x": 1372,
+ "y": 156,
+ "name": "card-asset",
+ "clip": true,
+ "width": 564,
+ "height": 584,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mw0Kf",
+ "x": 392,
+ "y": 212,
+ "name": "card-add-sound-item-large-click",
+ "reusable": true,
+ "width": 140,
+ "height": 140,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7biKE",
+ "x": 0,
+ "y": 0,
+ "name": "focus",
+ "width": 140,
+ "height": 140,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jXbxH",
+ "x": 4,
+ "y": 4,
+ "name": "Sprite01",
+ "width": 132,
+ "height": 92,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "id": "t5PGe",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 42,
+ "y": 22,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "bLMjd",
+ "type": "ref",
+ "ref": "OG0yi",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "IrL1o": {
+ "x": 14,
+ "y": 14
+ },
+ "aLQTK": {
+ "x": 14,
+ "y": 14
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3N9QR",
+ "x": 4,
+ "y": 96,
+ "name": "Frame 32",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TtRuG",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 132,
+ "content": "Sound01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "J0qlW",
+ "name": "Sprite01",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": 132,
+ "content": "0:6s",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "aTWCk",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 120,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tjfyX",
+ "x": 392,
+ "y": 32,
+ "name": "card-add-sprite-item-large-click",
+ "reusable": true,
+ "width": 140,
+ "height": 140,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r4uLz",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": 140,
+ "height": 140,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V7HYU",
+ "x": 4,
+ "y": 4,
+ "name": "Sprite01",
+ "width": 132,
+ "height": 98,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "cfUJP",
+ "x": 17,
+ "y": 0,
+ "name": "00043-3673961838_ok 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 99,
+ "height": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537057876587
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7SPOR",
+ "x": 4,
+ "y": 102,
+ "name": "Frame 32",
+ "width": 132,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dhboP",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Spirte01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HTP4I",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 120,
+ "y": -4
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ONkhq",
+ "x": 32,
+ "y": 32,
+ "name": "card-add-sound-item-large-default",
+ "reusable": true,
+ "width": 140,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "13nOq",
+ "name": "Sprite01",
+ "width": "fill_container",
+ "height": 98,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "U5gjd",
+ "x": 17,
+ "y": 0,
+ "name": "00043-3673961838_ok 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 99,
+ "height": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537057876587
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PQg20",
+ "name": "Frame 32",
+ "width": "fill_container",
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "C37dc",
+ "x": 39.5,
+ "y": 6,
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Spirte01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s09KC",
+ "x": 212,
+ "y": 32,
+ "name": "card-add-sprite-item-large-hover",
+ "reusable": true,
+ "width": 140,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "vingw",
+ "name": "Sprite01",
+ "width": "fill_container",
+ "height": 98,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "IaACk",
+ "x": 17,
+ "y": 0,
+ "name": "00043-3673961838_ok 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 99,
+ "height": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537057876587
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hFGw8",
+ "name": "Frame 32",
+ "width": "fill_container",
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ }
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "E26Me",
+ "x": 39.5,
+ "y": 6,
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Spirte01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VYtsy",
+ "x": 32,
+ "y": 212,
+ "name": "card-add-sprite-item-large-default",
+ "reusable": true,
+ "width": 140,
+ "height": 140,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JeID7",
+ "x": 4,
+ "y": 4,
+ "name": "Sprite01",
+ "width": 132,
+ "height": 92,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "id": "GBaYt",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 42,
+ "y": 22.18000000000029,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "UuEMc",
+ "type": "ref",
+ "ref": "OG0yi",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "IrL1o": {
+ "x": 14,
+ "y": 14
+ },
+ "aLQTK": {
+ "x": 14,
+ "y": 14
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5kMMc",
+ "x": 4,
+ "y": 96,
+ "name": "Frame 32",
+ "width": 132,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "bBJ0d",
+ "x": 0,
+ "y": 0,
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 132,
+ "content": "Sound01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7BiO8",
+ "x": 0,
+ "y": 20,
+ "name": "Sprite01",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": 132,
+ "content": "0:6s",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6gYqW",
+ "x": 212,
+ "y": 212,
+ "name": "card-add-sound-item-large-hover",
+ "reusable": true,
+ "width": 140,
+ "height": 140,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eaRmL",
+ "x": 4,
+ "y": 4,
+ "name": "Sprite01",
+ "width": 132,
+ "height": 92,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "id": "8WPPl",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 42,
+ "y": 22,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "PBsPl",
+ "type": "ref",
+ "ref": "OG0yi",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "IrL1o": {
+ "x": 14,
+ "y": 14
+ },
+ "aLQTK": {
+ "x": 14,
+ "y": 14
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BOHKQ",
+ "x": 4,
+ "y": 96,
+ "name": "Frame 32",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6FcWd",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 132,
+ "content": "Sound01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zb7kJ",
+ "name": "Sprite01",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": 132,
+ "content": "0:6s",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KnsBp",
+ "x": 32,
+ "y": 393,
+ "name": "card-add-backdrop-item-large-default",
+ "reusable": true,
+ "width": 140,
+ "height": 140,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O5RYX",
+ "x": 4,
+ "y": 4,
+ "name": "Sprite01",
+ "clip": true,
+ "width": 132,
+ "height": 98,
+ "cornerRadius": 9,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "WfKQ1",
+ "x": 0,
+ "y": 0,
+ "name": "4:3",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "stretch"
+ },
+ "width": 132,
+ "height": 98,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UmUAJ",
+ "x": 4,
+ "y": 104,
+ "name": "Frame 32",
+ "width": 132,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "ODYuY",
+ "x": 29,
+ "y": 6,
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ceL7T",
+ "x": 211,
+ "y": 392,
+ "name": "card-add-backdrop-item-large-hover",
+ "reusable": true,
+ "width": 140,
+ "height": 140,
+ "fill": "$grey400",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yVtcF",
+ "x": 4,
+ "y": 4,
+ "name": "Sprite01",
+ "clip": true,
+ "width": 132,
+ "height": 98,
+ "cornerRadius": 9,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "veh7c",
+ "x": 0,
+ "y": 0,
+ "name": "4:3",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "stretch"
+ },
+ "width": 132,
+ "height": 98,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0G85D",
+ "x": 4,
+ "y": 104,
+ "name": "Frame 32",
+ "width": 132,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "EwsJb",
+ "x": 29,
+ "y": 6,
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xqany",
+ "x": 391,
+ "y": 392,
+ "name": "card-add-backdrop-item-large-click",
+ "reusable": true,
+ "width": 140,
+ "height": 140,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tzxiv",
+ "x": 4,
+ "y": 4,
+ "name": "Sprite01",
+ "clip": true,
+ "width": 132,
+ "height": 98,
+ "cornerRadius": 9,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "IGn2g",
+ "x": 0,
+ "y": 0,
+ "name": "4:3",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "stretch"
+ },
+ "width": 132,
+ "height": 98,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.4914772510528564
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QRDzi",
+ "x": 4,
+ "y": 104,
+ "name": "Frame 32",
+ "width": 132,
+ "height": 32,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 19.090909957885742,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5909091234207153,
+ "fill": {
+ "type": "color",
+ "color": "$turquoise500",
+ "enabled": false
+ }
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "WpMwr",
+ "x": 29,
+ "y": 6,
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "55ykA",
+ "type": "ref",
+ "ref": "b7OFe",
+ "x": 120,
+ "y": -4
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0Xq0m",
+ "x": 1379,
+ "y": 1769,
+ "name": "card-stage-quick-entrance",
+ "clip": true,
+ "width": 255,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 27,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Anpi",
+ "name": "Frame 1000004856",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uURIi",
+ "name": "Card/Entry item/Sounds/Default",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2.153846263885498
+ }
+ },
+ "gap": 17.230770111083984,
+ "padding": [
+ 4.307692527770996,
+ 17.230770111083984
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9J1f7",
+ "name": "Frame 162824",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.076923131942749
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xVm1z",
+ "x": 5.5,
+ "y": 0,
+ "name": "icon/sounds-filled",
+ "enabled": false,
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "HQt0A",
+ "x": 2,
+ "y": 2,
+ "name": "Original",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "NkV2B",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M20 40c11.0457 0 20-8.9543 20-20 0-11.0457-8.9543-20-20-20-11.0457 0-20 8.9543-20 20 0 11.0457 8.9543 20 20 20z",
+ "fill": "#6e7781ff",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VTtaW",
+ "x": 13,
+ "y": 7,
+ "name": "Vector",
+ "geometry": "M0 0l0 12",
+ "width": 0,
+ "height": 6,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "np8Kd",
+ "x": 16,
+ "y": 9,
+ "name": "Vector",
+ "geometry": "M0 0l0 4",
+ "width": 0,
+ "height": 2,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bQHcY",
+ "x": 7,
+ "y": 7,
+ "name": "Vector",
+ "geometry": "M0 0l0 12",
+ "width": 0,
+ "height": 6,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "c7ywu",
+ "x": 4,
+ "y": 9,
+ "name": "Vector",
+ "geometry": "M0 0l0 4",
+ "width": 0,
+ "height": 2,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nI8eR",
+ "x": 10,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 10,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Fb18R",
+ "x": 1.19921875,
+ "y": 1.2001953125,
+ "name": "Outlined",
+ "children": [
+ {
+ "type": "path",
+ "id": "2K7na",
+ "x": 0,
+ "y": 0,
+ "name": "Subtract",
+ "geometry": "M10.7998 0c5.96468 0 10.7998 4.83513 10.79981 10.7998 0 5.96468-4.83513 10.7998-10.79981 10.79981-5.96468 0-10.7998-4.83513-10.7998-10.79981 0-5.96468 4.83513-10.7998 10.7998-10.7998z m0 5c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 10c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-10c0-0.44183-0.35798-0.7998-0.79981-0.7998z m-3 2c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 6c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-6c0-0.44183-0.35798-0.7998-0.79981-0.7998z m6 0c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 6c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-6c0-0.44183-0.35798-0.7998-0.79981-0.7998z m-9 2c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 2c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-2c0-0.44183-0.35798-0.7998-0.79981-0.7998z m12 0c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 2c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-2c0-0.44183-0.35798-0.7998-0.79981-0.7998z",
+ "fill": "$grey800",
+ "width": 21.599609375,
+ "height": 21.599609375
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "N19pv",
+ "fill": "$grey800",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "btllV",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5HZ0K",
+ "name": "Card/Entry item/Backgrounds/Default",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2.153846263885498
+ }
+ },
+ "gap": 17.230770111083984,
+ "padding": [
+ 4.307692527770996,
+ 17.230770111083984
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0lh6f",
+ "name": "Frame 162824",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.076923131942749
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pYfSR",
+ "x": 13,
+ "y": 0,
+ "name": "icon/backdrop-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "UEB52",
+ "x": 2.25,
+ "y": 3.25,
+ "name": "Outlined",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "CtGHR",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M15.75 17.5l-12 0c-2.418 0-3.75-1.332-3.75-3.75l0-10c0-2.418 1.332-3.75 3.75-3.75l12 0c2.418 0 3.75 1.332 3.75 3.75l0 10c0 2.418-1.332 3.75-3.75 3.75z",
+ "fill": "#24292fff",
+ "width": 19.5,
+ "height": 17.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PTq8J",
+ "x": 1.75,
+ "y": 4.60009765625,
+ "name": "Vector",
+ "geometry": "M15.91465 6.21797l-4.31711-4.31733c-0.37818-0.37916-0.99774-0.37916-1.3769 0l-4.79036 4.79035c-0.18715 0.18619-0.49256 0.18619-0.67874 0l-0.91158-0.91148c-0.37818-0.37916-0.99774-0.37916-1.37689 0l-2.37772 2.37789c-0.0543 0.0543-0.08535 0.12889-0.08535 0.2055l0 0.60702c0 1.53215 0.6497 2.18187 2.18182 2.18187l11.63636 0c1.53212 0 2.18182-0.64971 2.18182-2.18187l0-2.54645c0-0.07661-0.03104-0.15119-0.08535-0.2055z m-11.79245-3.79368c-0.66715 0-1.21402-0.54304-1.21401-1.21214 0-0.66911 0.53725-1.21215 1.20537-1.21215l0.00971 0c0.66812 0 1.21011 0.54304 1.21011 1.21215 0 0.66911-0.54208 1.21215-1.21118 1.21214z",
+ "fill": "#ffffffff",
+ "width": 16,
+ "height": 11.151787757873535,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "r2oZr",
+ "x": 2.25,
+ "y": 3.25,
+ "name": "Outlined"
+ },
+ {
+ "type": "frame",
+ "id": "EG4QZ",
+ "x": 0,
+ "y": 0,
+ "name": "backdrop-filled",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "f76jj",
+ "x": 2.25,
+ "y": 3.25,
+ "geometry": "M15.75 0c2.418 0 3.75 1.332 3.75 3.75l0 10c0 2.418-1.332 3.75-3.75 3.75l-12 0c-2.418 0-3.75-1.332-3.75-3.75l0-10c0-2.418 1.332-3.75 3.75-3.75l12 0z m-2.402 6.501c-0.38077-0.37897-0.99623-0.37897-1.377 0l-4.79 4.79c-0.09002 0.09007-0.21215 0.14068-0.3395 0.14068-0.12735 0-0.24948-0.05061-0.3395-0.14068l-0.912-0.911c-0.38077-0.37898-0.99623-0.37898-1.377 0l-2.378 2.378c-0.0535 0.05496-0.08391 0.12832-0.085 0.205l0 0.607c0 1.532 0.65 2.182 2.182 2.182l11.636 0c1.532 0 2.182-0.65 2.182-2.182l0-2.547c-0.00109-0.07669-0.0315-0.15004-0.085-0.205l-4.317-4.317z m-7.485-1.9c-0.668 0-1.205 0.542-1.205 1.212 0.00056 0.66885 0.54282 1.21081 1.21167 1.211 0.66885 0.00018 1.21141-0.54149 1.21233-1.21034 0.00092-0.66885-0.54015-1.21201-1.209-1.21366l-0.01 0.001z",
+ "fill": "$grey800",
+ "width": 19.5,
+ "height": 17.5
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L8o6S",
+ "fill": "$grey800",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "iOH94",
+ "name": "Backdrops",
+ "fill": "$grey1000",
+ "content": "Backdrops",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T6sBf",
+ "name": "Card/Entry item/Widgets/Default",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2.153846263885498
+ }
+ },
+ "gap": 17.230770111083984,
+ "padding": [
+ 4.307692527770996,
+ 17.230770111083984
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4qrJw",
+ "name": "Frame 162824",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.076923131942749
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9y2uz",
+ "x": 7.5,
+ "y": 0,
+ "name": "icon/monitor-filled",
+ "enabled": false,
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "xe47B",
+ "x": 1.800048828125,
+ "y": 3.93701171875,
+ "name": "Group 1000004684",
+ "enabled": false,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.6000001430511475,
+ "id": "5KHQo",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 848",
+ "fill": "#24292fff",
+ "width": 20.399999618530273,
+ "height": 15.600000381469727,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7599999308586121
+ }
+ },
+ {
+ "type": "path",
+ "id": "e1ZON",
+ "x": 8.39990234375,
+ "y": 1.7999267578125,
+ "name": "Rectangle 849",
+ "geometry": "M4.95858 0l12.04142 0 0 20-17 0 4.95858-20z",
+ "fill": "#ffffffff",
+ "width": 10.199999809265137,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.8000000715255737
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 7
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "vItQB",
+ "x": 1.800048828125,
+ "y": 3.93701171875,
+ "name": "Subtract",
+ "geometry": "M16.7998 0c1.98809 0 3.60037 1.61156 3.60059 3.59961l0 8.40039c0 1.98822-1.61236 3.59961-3.60059 3.59961l-13.20019 0c-1.98805-0.00021-3.59961-1.61151-3.59961-3.59961l0-8.40039c0.00021-1.98792 1.61169-3.5994 3.59961-3.59961l13.20019 0z m-5.4248 1.7998l-2.97461 12 7.79981 0c1.32519-0.00016 2.39916-1.07424 2.39941-2.39941l0-7.20019c0-1.32539-1.07407-2.40023-2.39941-2.4004l-4.8252 0z",
+ "fill": "$grey800",
+ "width": 20.400390625,
+ "height": 15.599609375
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "X8IR3",
+ "rotation": -0.12820010269949278,
+ "fill": "$grey800",
+ "content": "1",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ApUr2",
+ "name": "Widgets",
+ "fill": "$grey1000",
+ "content": "Widgets",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qHGJ8",
+ "name": "Frame 1000004855",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "s9Ur2",
+ "name": "Card/Entry item/Sounds/Hover",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2.153846263885498
+ }
+ },
+ "gap": 17.230770111083984,
+ "padding": [
+ 4.307692527770996,
+ 17.230770111083984
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OsgsR",
+ "name": "Frame 162824",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.076923131942749
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DCzvu",
+ "x": 5.5,
+ "y": 0,
+ "name": "icon/sounds-filled",
+ "enabled": false,
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "oFEQQ",
+ "x": 2,
+ "y": 2,
+ "name": "Original",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "9Q7PX",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M20 40c11.0457 0 20-8.9543 20-20 0-11.0457-8.9543-20-20-20-11.0457 0-20 8.9543-20 20 0 11.0457 8.9543 20 20 20z",
+ "fill": "#6e7781ff",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5EN9H",
+ "x": 13,
+ "y": 7,
+ "name": "Vector",
+ "geometry": "M0 0l0 12",
+ "width": 0,
+ "height": 6,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "83Ys0",
+ "x": 16,
+ "y": 9,
+ "name": "Vector",
+ "geometry": "M0 0l0 4",
+ "width": 0,
+ "height": 2,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hL92A",
+ "x": 7,
+ "y": 7,
+ "name": "Vector",
+ "geometry": "M0 0l0 12",
+ "width": 0,
+ "height": 6,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "A3j3a",
+ "x": 4,
+ "y": 9,
+ "name": "Vector",
+ "geometry": "M0 0l0 4",
+ "width": 0,
+ "height": 2,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pqRgS",
+ "x": 10,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 10,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.600000023841858,
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "n11tW",
+ "x": 1.19921875,
+ "y": 1.2001953125,
+ "name": "Outlined",
+ "children": [
+ {
+ "type": "path",
+ "id": "tastd",
+ "x": 0,
+ "y": 0,
+ "name": "Subtract",
+ "geometry": "M10.7998 0c5.96468 0 10.7998 4.83513 10.79981 10.7998 0 5.96468-4.83513 10.7998-10.79981 10.79981-5.96468 0-10.7998-4.83513-10.7998-10.79981 0-5.96468 4.83513-10.7998 10.7998-10.7998z m0 5c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 10c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-10c0-0.44183-0.35798-0.7998-0.79981-0.7998z m-3 2c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 6c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-6c0-0.44183-0.35798-0.7998-0.79981-0.7998z m6 0c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 6c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-6c0-0.44183-0.35798-0.7998-0.79981-0.7998z m-9 2c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 2c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-2c0-0.44183-0.35798-0.7998-0.79981-0.7998z m12 0c-0.44183 0-0.7998 0.35798-0.7998 0.7998l0 2c0 0.44183 0.35798 0.7998 0.7998 0.79981 0.44183 0 0.7998-0.35798 0.79981-0.79981l0-2c0-0.44183-0.35798-0.7998-0.79981-0.7998z",
+ "fill": "$grey800",
+ "width": 21.599609375,
+ "height": 21.599609375
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "C2i1A",
+ "fill": "$grey800",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "0SMNs",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vcGic",
+ "name": "Card/Entry item/Backgrounds/Hover",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2.153846263885498
+ }
+ },
+ "gap": 17.230770111083984,
+ "padding": [
+ 4.307692527770996,
+ 17.230770111083984
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9C4Gu",
+ "name": "Frame 162824",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.076923131942749
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EpIoc",
+ "x": 13,
+ "y": 0,
+ "name": "icon/backdrop-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "f1M2L",
+ "x": 2.25,
+ "y": 3.25,
+ "name": "Outlined",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "35y2r",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M15.75 17.5l-12 0c-2.418 0-3.75-1.332-3.75-3.75l0-10c0-2.418 1.332-3.75 3.75-3.75l12 0c2.418 0 3.75 1.332 3.75 3.75l0 10c0 2.418-1.332 3.75-3.75 3.75z",
+ "fill": "#24292fff",
+ "width": 19.5,
+ "height": 17.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OnLMq",
+ "x": 1.75,
+ "y": 4.60009765625,
+ "name": "Vector",
+ "geometry": "M15.91465 6.21797l-4.31711-4.31733c-0.37818-0.37916-0.99774-0.37916-1.3769 0l-4.79036 4.79035c-0.18715 0.18619-0.49256 0.18619-0.67874 0l-0.91158-0.91148c-0.37818-0.37916-0.99774-0.37916-1.37689 0l-2.37772 2.37789c-0.0543 0.0543-0.08535 0.12889-0.08535 0.2055l0 0.60702c0 1.53215 0.6497 2.18187 2.18182 2.18187l11.63636 0c1.53212 0 2.18182-0.64971 2.18182-2.18187l0-2.54645c0-0.07661-0.03104-0.15119-0.08535-0.2055z m-11.79245-3.79368c-0.66715 0-1.21402-0.54304-1.21401-1.21214 0-0.66911 0.53725-1.21215 1.20537-1.21215l0.00971 0c0.66812 0 1.21011 0.54304 1.21011 1.21215 0 0.66911-0.54208 1.21215-1.21118 1.21214z",
+ "fill": "#ffffffff",
+ "width": 16,
+ "height": 11.151787757873535,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "J4evm",
+ "x": 2.25,
+ "y": 3.25,
+ "name": "Outlined"
+ },
+ {
+ "type": "frame",
+ "id": "5YxTV",
+ "x": 0,
+ "y": 0,
+ "name": "backdrop-filled",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EGvSo",
+ "x": 2.25,
+ "y": 3.25,
+ "geometry": "M15.75 0c2.418 0 3.75 1.332 3.75 3.75l0 10c0 2.418-1.332 3.75-3.75 3.75l-12 0c-2.418 0-3.75-1.332-3.75-3.75l0-10c0-2.418 1.332-3.75 3.75-3.75l12 0z m-2.402 6.501c-0.38077-0.37897-0.99623-0.37897-1.377 0l-4.79 4.79c-0.09002 0.09007-0.21215 0.14068-0.3395 0.14068-0.12735 0-0.24948-0.05061-0.3395-0.14068l-0.912-0.911c-0.38077-0.37898-0.99623-0.37898-1.377 0l-2.378 2.378c-0.0535 0.05496-0.08391 0.12832-0.085 0.205l0 0.607c0 1.532 0.65 2.182 2.182 2.182l11.636 0c1.532 0 2.182-0.65 2.182-2.182l0-2.547c-0.00109-0.07669-0.0315-0.15004-0.085-0.205l-4.317-4.317z m-7.485-1.9c-0.668 0-1.205 0.542-1.205 1.212 0.00056 0.66885 0.54282 1.21081 1.21167 1.211 0.66885 0.00018 1.21141-0.54149 1.21233-1.21034 0.00092-0.66885-0.54015-1.21201-1.209-1.21366l-0.01 0.001z",
+ "fill": "$grey800",
+ "width": 19.5,
+ "height": 17.5
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "a1ucD",
+ "fill": "$grey800",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "52y8u",
+ "name": "Backdrops",
+ "fill": "$grey1000",
+ "content": "Backdrops",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Jjnpe",
+ "name": "Card/Entry item/Widgets/Hover",
+ "reusable": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2.153846263885498
+ }
+ },
+ "gap": 17.230770111083984,
+ "padding": [
+ 4.307692527770996,
+ 17.230770111083984
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KTXsL",
+ "name": "Frame 162824",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.076923131942749
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O2DvI",
+ "x": 7.5,
+ "y": 0,
+ "name": "icon/monitor-filled",
+ "enabled": false,
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "1pcZq",
+ "x": 1.800048828125,
+ "y": 3.93701171875,
+ "name": "Group 1000004684",
+ "enabled": false,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.6000001430511475,
+ "id": "pGSJ6",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 848",
+ "fill": "#24292fff",
+ "width": 20.399999618530273,
+ "height": 15.600000381469727,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7599999308586121
+ }
+ },
+ {
+ "type": "path",
+ "id": "1rhad",
+ "x": 8.39990234375,
+ "y": 1.7999267578125,
+ "name": "Rectangle 849",
+ "geometry": "M4.95858 0l12.04142 0 0 20-17 0 4.95858-20z",
+ "fill": "#ffffffff",
+ "width": 10.199999809265137,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.8000000715255737
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 7
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "7VEFt",
+ "x": 1.800048828125,
+ "y": 3.93701171875,
+ "name": "Subtract",
+ "geometry": "M16.7998 0c1.98809 0 3.60037 1.61156 3.60059 3.59961l0 8.40039c0 1.98822-1.61236 3.59961-3.60059 3.59961l-13.20019 0c-1.98805-0.00021-3.59961-1.61151-3.59961-3.59961l0-8.40039c0.00021-1.98792 1.61169-3.5994 3.59961-3.59961l13.20019 0z m-5.4248 1.7998l-2.97461 12 7.79981 0c1.32519-0.00016 2.39916-1.07424 2.39941-2.39941l0-7.20019c0-1.32539-1.07407-2.40023-2.39941-2.4004l-4.8252 0z",
+ "fill": "$grey800",
+ "width": 20.400390625,
+ "height": 15.599609375
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cUGO2",
+ "fill": "$grey800",
+ "content": "1",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1UTh7",
+ "name": "Widgets",
+ "fill": "$grey1000",
+ "content": "Widgets",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EoQIl",
+ "x": 3908,
+ "y": 156,
+ "name": "card-course",
+ "reusable": true,
+ "slot": [
+ "title",
+ "imageContainer"
+ ],
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lOMEl",
+ "name": "Title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sBHFN",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "课程标题",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X3XYv",
+ "x": 4187.955638156967,
+ "y": 156.04811958151004,
+ "name": "card-image",
+ "reusable": true,
+ "rotation": 0.03881954610895808,
+ "width": 142,
+ "height": 131,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dx7q1",
+ "name": "Frame 1000004857",
+ "clip": true,
+ "width": 142,
+ "height": 131,
+ "fill": "#ffffff00",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "R4buV",
+ "fill": "#000000",
+ "content": "wuh",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QIWMc",
+ "x": -14228,
+ "y": -480,
+ "name": "Icon slot",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "gap": 20,
+ "padding": 10,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "29TuH",
+ "name": "icon/max",
+ "reusable": true,
+ "slot": [],
+ "clip": true,
+ "width": "fit_content(20)",
+ "height": "fit_content(20)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "UzMaa",
+ "name": "icon/large",
+ "reusable": true,
+ "slot": [],
+ "clip": true,
+ "width": "fit_content(18)",
+ "height": "fit_content(18)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "25uQE",
+ "name": "icon/medium",
+ "reusable": true,
+ "slot": [],
+ "clip": true,
+ "width": "fit_content(16)",
+ "height": "fit_content(16)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "lHBIx",
+ "name": "icon/small",
+ "reusable": true,
+ "slot": [
+ "1OXVQ"
+ ],
+ "clip": true,
+ "width": "fit_content(14)",
+ "height": "fit_content(14)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "PLeTE",
+ "name": "icon/mini",
+ "reusable": true,
+ "slot": [],
+ "clip": true,
+ "width": "fit_content(13)",
+ "height": "fit_content(13)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bm7Pn",
+ "x": -13658,
+ "y": 3754,
+ "name": "Pagination",
+ "reusable": true,
+ "slot": [
+ "X3aQ5",
+ "MmCLV",
+ "SG7PY"
+ ],
+ "clip": true,
+ "width": "fit_content(386)",
+ "height": "fit_content(32)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "pwk0c",
+ "x": -12059,
+ "y": 8543,
+ "name": "Card/Project item",
+ "reusable": true,
+ "slot": [
+ "VIdgS",
+ "3fg42",
+ "rIuyc",
+ "IUIE3"
+ ],
+ "clip": true,
+ "width": "fit_content(232)",
+ "height": "fit_content(254)"
+ },
+ {
+ "type": "frame",
+ "id": "gCm3L",
+ "x": -14228,
+ "y": 11405,
+ "name": "Nav-community",
+ "clip": true,
+ "layout": "vertical",
+ "gap": 50,
+ "padding": 100,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ISK7B",
+ "name": "Nav/Community/No sign in/1280",
+ "reusable": true,
+ "width": "fit_content(1280)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uRRg1",
+ "name": "Frame",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6w0m4",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3iOfR",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "tNSCV",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "xC3UD": {
+ "x": 1.3232097061754757,
+ "y": 1.2315740785634262,
+ "rotation": -0.13781874442081912
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hbyGX",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "9ONlc",
+ "name": "top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "usc60",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9uTZk",
+ "x": 54,
+ "y": 17,
+ "name": "Frame 162814",
+ "enabled": false,
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9dfEQ",
+ "x": 0,
+ "y": 0,
+ "name": "add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "58Jur",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VbSNt",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "flWL9",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jQtw3",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KelmM",
+ "name": "top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SmCn4",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "W",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "eoa3s",
+ "x": 54.092241112791626,
+ "y": 13,
+ "name": "icon/chinese icon",
+ "enabled": false,
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "b7DFP",
+ "x": 3,
+ "y": 3,
+ "geometry": "M16 0c1.10457 0 2 0.89543 2 2l0 14c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-14c0-1.10457 0.89543-2 2-2l14 0z m-7 3c-0.55229 0-1 0.44772-1 1l0 1-4 0c-0.55228 0-1 0.44771-1 1l0 5c0 0.55228 0.44772 1 1 1l4 0 0 2.5c0 0.55228 0.44771 1 1 1 0.55229 0 1-0.44772 1-1l0-2.5 4 0c0.55228 0 1-0.44772 1-1l0-5c0-0.55229-0.44772-1-1-1l-4 0 0-1c0-0.55228-0.44771-1-1-1m-1 7l-3 0 0-3 3 0 0 3z m5 0l-3 0 0-3 3 0 0 3z",
+ "fill": "#fff",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wdm3X",
+ "name": "top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e2w28",
+ "x": 20,
+ "y": 13,
+ "name": "tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WgSJx",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "52vr5",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N1yTZ",
+ "name": "右",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6EKLO",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vNLYE",
+ "type": "ref",
+ "ref": "uFqWH",
+ "x": 12,
+ "y": 9,
+ "children": [
+ {
+ "id": "1zoCf",
+ "type": "ref",
+ "ref": "OSlkz",
+ "width": "fill_container",
+ "descendants": {
+ "J9tJC": {
+ "x": 12,
+ "y": 9
+ },
+ "SxEYU": {
+ "x": 30,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TTpb9",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "xIRNZ",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 20,
+ "y": 9,
+ "width": 77,
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "children": [
+ {
+ "id": "oCedH",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rgkvL": {
+ "enabled": false
+ },
+ "CwIdv": {
+ "content": "Sign in",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZFyMf",
+ "name": "Nav/Community/No sign in/1440",
+ "reusable": true,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KKnfC",
+ "name": "Frame",
+ "width": 1240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D0NuN",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "OXqi5",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "YV0Ep",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8DQAz",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "HiZu8",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lxRNQ",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "tsOCr",
+ "x": 54,
+ "y": 17,
+ "name": "Frame 162814",
+ "enabled": false,
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5hk5N",
+ "x": 0,
+ "y": 0,
+ "name": "add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aN4gc",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hSLT1",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t9HEr",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZPv0Z",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Asggs",
+ "name": "top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ReVk0",
+ "x": 20,
+ "y": 13,
+ "name": "icon/chinese icon",
+ "enabled": false,
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Lc4Yw",
+ "x": 3,
+ "y": 3,
+ "geometry": "M16 0c1.10457 0 2 0.89543 2 2l0 14c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-14c0-1.10457 0.89543-2 2-2l14 0z m-7 3c-0.55229 0-1 0.44772-1 1l0 1-4 0c-0.55228 0-1 0.44771-1 1l0 5c0 0.55228 0.44772 1 1 1l4 0 0 2.5c0 0.55228 0.44771 1 1 1 0.55229 0 1-0.44772 1-1l0-2.5 4 0c0.55228 0 1-0.44772 1-1l0-5c0-0.55229-0.44772-1-1-1l-4 0 0-1c0-0.55228-0.44771-1-1-1m-1 7l-3 0 0-3 3 0 0 3z m5 0l-3 0 0-3 3 0 0 3z",
+ "fill": "#fff",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "W8a7k",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "W",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OkhEl",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fzxg9",
+ "x": 20,
+ "y": 13,
+ "name": "tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TS7rB",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mEKfq",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UmsR9",
+ "name": "右",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7VvHT",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "phFYi",
+ "type": "ref",
+ "ref": "uFqWH",
+ "x": 12,
+ "y": 9,
+ "children": [
+ {
+ "id": "DtI7m",
+ "type": "ref",
+ "ref": "OSlkz",
+ "width": "fill_container",
+ "descendants": {
+ "J9tJC": {
+ "x": 12,
+ "y": 9
+ },
+ "SxEYU": {
+ "x": 30,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GgRMd",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "auaLx",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 20,
+ "y": 9,
+ "width": 77,
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "children": [
+ {
+ "id": "OYX78",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rgkvL": {
+ "enabled": false
+ },
+ "CwIdv": {
+ "content": "Sign in",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ouRq2",
+ "name": "Nav/Community/No sign in/1920",
+ "reusable": true,
+ "width": "fit_content(1920)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 100
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OIxJt",
+ "name": "Frame",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aHr2C",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "zG66m",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "bLlny",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mIo4e",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "QwDPW",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6tlgO",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Mxuru",
+ "x": 54,
+ "y": 17,
+ "name": "Frame 162814",
+ "enabled": false,
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9syor",
+ "x": 0,
+ "y": 0,
+ "name": "add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "chIHD",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cTE8V",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZeoNz",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JAXV5",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fpDm2",
+ "name": "top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WI2Tf",
+ "x": 20,
+ "y": 13,
+ "name": "icon/chinese icon",
+ "enabled": false,
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j42p2",
+ "x": 3,
+ "y": 3,
+ "geometry": "M16 0c1.10457 0 2 0.89543 2 2l0 14c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-14c0-1.10457 0.89543-2 2-2l14 0z m-7 3c-0.55229 0-1 0.44772-1 1l0 1-4 0c-0.55228 0-1 0.44771-1 1l0 5c0 0.55228 0.44772 1 1 1l4 0 0 2.5c0 0.55228 0.44771 1 1 1 0.55229 0 1-0.44772 1-1l0-2.5 4 0c0.55228 0 1-0.44772 1-1l0-5c0-0.55229-0.44772-1-1-1l-4 0 0-1c0-0.55228-0.44771-1-1-1m-1 7l-3 0 0-3 3 0 0 3z m5 0l-3 0 0-3 3 0 0 3z",
+ "fill": "#fff",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Ru4oS",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "W",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AaRhS",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NAw4i",
+ "x": 20,
+ "y": 13,
+ "name": "tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RoLGS",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Y4Ukn",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qJT1r",
+ "name": "右",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kNS8w",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "5Pqrr",
+ "type": "ref",
+ "ref": "uFqWH",
+ "x": 12,
+ "y": 9,
+ "children": [
+ {
+ "id": "45Wi3",
+ "type": "ref",
+ "ref": "OSlkz",
+ "width": "fill_container",
+ "descendants": {
+ "J9tJC": {
+ "x": 12,
+ "y": 9
+ },
+ "SxEYU": {
+ "x": 30,
+ "y": 5
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GsraB",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "WqvU2",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 20,
+ "y": 9,
+ "width": 77,
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "children": [
+ {
+ "id": "vSIUb",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rgkvL": {
+ "enabled": false
+ },
+ "CwIdv": {
+ "content": "Sign in",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "plhOS",
+ "name": "Nav/Community/Sign in/1280",
+ "reusable": true,
+ "width": "fit_content(1280)",
+ "height": "fit_content(50)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JRgaj",
+ "name": "Frame",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RmDLQ",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "e9593",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "ynPQ5",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CEzeY",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "6MZKD",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Vbx1o",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "F5DoD",
+ "x": 54,
+ "y": 17,
+ "name": "Frame 162814",
+ "enabled": false,
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uEjJz",
+ "x": 0,
+ "y": 0,
+ "name": "add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qkkH7",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rEdaI",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aHumv",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hJfxm",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "id3cL",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "him1E",
+ "x": 20,
+ "y": 13,
+ "name": "tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pQSaq",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "H2GKc",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YRc9i",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7edM3",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "HkY8J",
+ "type": "ref",
+ "ref": "uFqWH",
+ "x": 0,
+ "y": 9,
+ "children": [
+ {
+ "id": "pyUOy",
+ "type": "ref",
+ "ref": "OSlkz",
+ "width": "fill_container",
+ "descendants": {
+ "J9tJC": {
+ "x": 12,
+ "y": 9
+ },
+ "SxEYU": {
+ "x": 30,
+ "y": 5
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F1AMs",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3FIBx",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kuqZ8",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "832Oq",
+ "name": "Nav/Community/Sign in/1440",
+ "reusable": true,
+ "width": "fit_content(1440)",
+ "height": "fit_content(50)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9LwAy",
+ "name": "Frame",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3rGIt",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "MUUxl",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "VUHwy",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jACni",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "iw5p5",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wo7Bd",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5RBsh",
+ "x": 54,
+ "y": 17,
+ "name": "Frame 162814",
+ "enabled": false,
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3xnuj",
+ "x": 0,
+ "y": 0,
+ "name": "add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SVrot",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zDcfm",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wBaLS",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YisbA",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZPAtf",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1RDsx",
+ "x": 20,
+ "y": 13,
+ "name": "tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hWckc",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qdDrC",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HelV6",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aGaEL",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "7CCtC",
+ "type": "ref",
+ "ref": "uFqWH",
+ "x": 0,
+ "y": 9,
+ "children": [
+ {
+ "id": "0JV1X",
+ "type": "ref",
+ "ref": "OSlkz",
+ "width": "fill_container",
+ "descendants": {
+ "J9tJC": {
+ "x": 12,
+ "y": 9
+ },
+ "SxEYU": {
+ "x": 30,
+ "y": 5
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mQkoS",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3jiMp",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Os7jN",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cPECo",
+ "name": "Nav/Community/Sign in/1920",
+ "reusable": true,
+ "width": "fit_content(1920)",
+ "height": "fit_content(50)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Oquo",
+ "name": "Frame",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9YqNh",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "rHe8t",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "cSdvS",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "URMfw",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "NHSob",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "okPoA",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OAWzV",
+ "x": 0,
+ "y": 0,
+ "name": "add-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1WEP0",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NIxyT",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "dLaJe",
+ "x": 24,
+ "y": 4,
+ "name": "icon/caret-down-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4WD0P",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0USIi",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gw0AS",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ErWOY",
+ "x": 20,
+ "y": 13,
+ "name": "tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4E3kz",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "y5ygq",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0z9My",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AR7iV",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "2cMZL",
+ "type": "ref",
+ "ref": "uFqWH",
+ "x": 0,
+ "y": 9,
+ "children": [
+ {
+ "id": "GLdzV",
+ "type": "ref",
+ "ref": "OSlkz",
+ "width": "fill_container",
+ "descendants": {
+ "J9tJC": {
+ "x": 12,
+ "y": 9
+ },
+ "SxEYU": {
+ "x": 30,
+ "y": 5
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7PVzm",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCfhO",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fjdPn",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sKPE5",
+ "x": -14227.999612771877,
+ "y": 11090,
+ "name": "Nav",
+ "reusable": true,
+ "rotation": -0.0004437307428662429,
+ "slot": [
+ "ISK7B",
+ "ZFyMf",
+ "ouRq2",
+ "plhOS",
+ "uIp2o",
+ "liELU",
+ "PTAyN",
+ "N3dIg",
+ "tjbet",
+ "sExhj",
+ "832Oq",
+ "cPECo"
+ ],
+ "clip": true,
+ "width": "fit_content(1440)",
+ "height": "fit_content(50)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "vbEVd",
+ "x": -12051,
+ "y": 11405,
+ "name": "Nav-editor",
+ "layout": "vertical",
+ "gap": 50,
+ "padding": 100,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PTAyN",
+ "name": "Nav/Editor/Sign in/1280",
+ "reusable": true,
+ "width": 1280,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oMgIQ",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "PresZ",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "iQVPD",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eBZ9s",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "m4Kr7",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TYGi2",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2y2WU",
+ "x": 0,
+ "y": 0,
+ "name": "icon-file",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6tUZK",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Bt4eR",
+ "name": "K",
+ "fill": "$grey100",
+ "content": "K",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RimRG",
+ "x": 24,
+ "y": 4,
+ "name": "icon-caret-down-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "M49mS",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4woRQ",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yySgI",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7zeKj",
+ "x": 20,
+ "y": 13,
+ "name": "icon-tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "T1LkT",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eLyIX",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pUtzT",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hopxQ",
+ "x": 20,
+ "y": 13,
+ "name": "undo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iylJ1",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0juNQ",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "L",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cZple",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2A0z4",
+ "x": 20,
+ "y": 13,
+ "name": "redo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xcCX6",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YLxNe",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "H",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RtKJP",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7nGRs",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "C8c3t",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "MZXqr",
+ "x": 158,
+ "y": 4,
+ "name": "icon-cloud-check-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bb1eG",
+ "x": 2.247795875382508,
+ "y": 5.2529651089716936,
+ "name": "cloud-check",
+ "rotation": 0.017422464401893982,
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cU47t",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "y7lRb",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Sdu0",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kGRLx",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "43TxD",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cd2rC",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O2bfa",
+ "x": 12,
+ "y": 7.034590417296862,
+ "name": "icon-default-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IpZju",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BIx0J",
+ "rotation": 0.22063479123717258,
+ "fill": "$turquoise600",
+ "content": "V",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j9P7s",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPHvJ",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-map-edit-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "f8yLP",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cbodB",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey200",
+ "content": "B",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s3JcY",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iRt7e",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ELfEQ",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sExhj",
+ "name": "Nav/Editor/Sign in/1440",
+ "reusable": true,
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L4O9P",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "olWeT",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "mPSJQ",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lkCrr",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TexmC",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0OYm4",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "A72Pm",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lU9eY",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "3FSeA",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6r2sx",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Pzm1z",
+ "x": 0,
+ "y": 0,
+ "name": "icon-file",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qq4Cl",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZVBwT",
+ "x": 0,
+ "y": 4,
+ "name": "icon-caret-down-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TcJIN",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6DIpy",
+ "fill": "$grey100",
+ "content": "K",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "TGBK5",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "619Xh",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BR5T7",
+ "x": 20,
+ "y": 13,
+ "name": "icon-tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Omuz0",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2JwKo",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iliUm",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "240mm",
+ "x": 20,
+ "y": 13,
+ "name": "undo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "96vTp",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7Cxm2",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "L",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vEP1X",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qjoe9",
+ "x": 20,
+ "y": 13,
+ "name": "redo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "emVsc",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9PHq5",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "H",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IaXly",
+ "name": "nav-project-name",
+ "clip": true,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MdDSz",
+ "name": "nav-project-name/default",
+ "width": 473.33,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BExiL",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rJfp4",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "UZQIV",
+ "x": 158,
+ "y": 4,
+ "name": "icon-cloud-check-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rn86n",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pVdMD",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8oWEL",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f9x4M",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yaA2W",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RJvR6",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7Npma",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PzDnD",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-default-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ltqAI",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ehXoT",
+ "rotation": 0.22063479123717258,
+ "fill": "$turquoise600",
+ "content": "V",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CJ56K",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a4ZWv",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-map-edit-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Xfx3b",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "s9LT0",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey200",
+ "content": "B",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NMpWM",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lsPmr",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "lZ4jB",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N3dIg",
+ "name": "Nav/Editor/Sign in/1920",
+ "reusable": true,
+ "width": "fit_content(1920)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qnyXG",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Xzvk9",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "dup1L",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cur14",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "nrCPo",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mQTV6",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MCeOf",
+ "x": 0,
+ "y": 0,
+ "name": "icon-file",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YGjtw",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7roWE",
+ "x": 24,
+ "y": 4,
+ "name": "icon-caret-down-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hwelo",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Op1AG",
+ "fill": "$grey100",
+ "content": "K",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "l31U9",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tbxie",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8bUOM",
+ "x": 20,
+ "y": 13,
+ "name": "icon-tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4nqgN",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "192fv",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hR931",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZhCrH",
+ "x": 20,
+ "y": 13,
+ "name": "undo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "J76jW",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "enabled": false,
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "c2L0A",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "L",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "stFjr",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J4Omx",
+ "x": 20,
+ "y": 13,
+ "name": "redo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "O1fOL",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6IHPr",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "H",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qqU11",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UuvoT",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "w7yuC",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Vljem",
+ "x": 158,
+ "y": 4,
+ "name": "icon-cloud-check-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xYZqa",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XfNSM",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u9JF0",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e8vIh",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C6Ij5",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OkZao",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1pAwC",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lwPDg",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-default-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ajZOi",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cfRUO",
+ "rotation": 0.22063479123717258,
+ "fill": "$turquoise600",
+ "content": "V",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TZAqE",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ayizq",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-map-edit-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5N5Vx",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AJNMJ",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey200",
+ "content": "B",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rvwGS",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zOMXo",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "vNMLY",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$grey100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tjbet",
+ "name": "Nav/Editor/No sign in/1280",
+ "reusable": true,
+ "width": "fit_content(1280)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xG54z",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "V6i01",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "kdduA",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JMuJA",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "MBhZ7",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mxOHX",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vgYSd",
+ "x": 0,
+ "y": 0,
+ "name": "icon-file",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0MeQn",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vLeXE",
+ "x": 24,
+ "y": 4,
+ "name": "icon-caret-down-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Q3FSX",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3vkxY",
+ "fill": "$grey100",
+ "content": "K",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "XYj8X",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oj3dh",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p7VCY",
+ "x": 20,
+ "y": 13,
+ "name": "icon-tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "szpXY",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AvUd1",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pJzN4",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L6L6r",
+ "x": 20,
+ "y": 13,
+ "name": "undo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bj1jM",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cCvTM",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "L",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6FpHK",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e5v4n",
+ "x": 20,
+ "y": 13,
+ "name": "redo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cDPjP",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ImsJF",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "H",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E1Wag",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vOQBX",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hiqhy",
+ "name": "输入文本",
+ "rotation": -0.03773468290762103,
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Z40F6",
+ "x": 158.01709352617584,
+ "y": 4.0454401950281245,
+ "name": "icon-cloud-check-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RUYEZ",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BXmuF",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fNwgq",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RVtKm",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gpb3Z",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9cfHl",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vPFr3",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kINx6",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-default-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1lIXj",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SDTWm",
+ "rotation": 0.22063479123717258,
+ "fill": "$turquoise600",
+ "content": "V",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Rsi3",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p690z",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-map-edit-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GdO0H",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AFvr1",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey200",
+ "content": "B",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NuwIS",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "cyU8T",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 20,
+ "y": 9,
+ "width": 77,
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "children": [
+ {
+ "id": "TasX3",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rgkvL": {
+ "enabled": false
+ },
+ "CwIdv": {
+ "content": "Sign in",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "liELU",
+ "name": "Nav/Editor/No sign in/1440",
+ "reusable": true,
+ "width": "fit_content(1440)",
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L8IQT",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "tulSg",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "v5mlM",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QxZdZ",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "wKMVo",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fppmb",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IDaoV",
+ "x": 0,
+ "y": 0,
+ "name": "icon-file",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NCS88",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Bq31",
+ "x": 24,
+ "y": 4,
+ "name": "icon-caret-down-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6ARKg",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XefIj",
+ "name": "K",
+ "fill": "$grey100",
+ "content": "K",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "w76OO",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "taT9Z",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jtbul",
+ "x": 20,
+ "y": 13,
+ "name": "icon-tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sp5fx",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "w9dxe",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dlhEG",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "amYAS",
+ "x": 20,
+ "y": 13,
+ "name": "undo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "avVN5",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5MCcg",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "L",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "81zpq",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f14aD",
+ "x": 20,
+ "y": 13,
+ "name": "redo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jLSPi",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A7s9B",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "H",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YgnI7",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ICYrl",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xIoVW",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Ds7uN",
+ "x": 158,
+ "y": 4,
+ "name": "icon-cloud-check-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jBn3S",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VrInv",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9O57e",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zYXN6",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qzoK0",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lj9o5",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YkP70",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HiVUo",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-default-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9cvgX",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eCWEA",
+ "rotation": 0.22063479123717258,
+ "fill": "$turquoise600",
+ "content": "V",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Grsn9",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HEAV7",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-map-edit-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7EYYR",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "KcSY8",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey200",
+ "content": "B",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wEb5Y",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "U391d",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 20,
+ "y": 9,
+ "width": 77,
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "children": [
+ {
+ "id": "Dak5b",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rgkvL": {
+ "enabled": false
+ },
+ "CwIdv": {
+ "content": "Sign in",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uIp2o",
+ "name": "Nav/Editor/No sign in/1920",
+ "reusable": true,
+ "width": "fit_content(1440)",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/navbar-bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g9aLG",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "k9syc",
+ "type": "ref",
+ "ref": "y4YMF",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "o5k0b",
+ "type": "ref",
+ "ref": "KSFPr",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wR3du",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "KMGPp",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXYYG",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KVkKu",
+ "x": 0,
+ "y": 0,
+ "name": "icon-file",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XcBMO",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iuObx",
+ "x": 24,
+ "y": 4,
+ "name": "icon-caret-down-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yNXPz",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lrtTZ",
+ "fill": "$grey100",
+ "content": "K",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "yV9h6",
+ "fill": "$grey100",
+ "content": "S",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yqVw2",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tW79K",
+ "x": 20,
+ "y": 13,
+ "name": "icon-tutorial",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cncUv",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6kVev",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "O",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ONEud",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BSXWx",
+ "x": 20,
+ "y": 13,
+ "name": "undo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5SEXb",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2YdYC",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "L",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RSqC3",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AHnld",
+ "x": 20,
+ "y": 13,
+ "name": "redo",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "am64f",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Byjio",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "H",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ufq6A",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N6Ubf",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tMK70",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "NST0O",
+ "x": 158,
+ "y": 4,
+ "name": "icon-cloud-check-outlined",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vNLcJ",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vM9xz",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HewHB",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L5c5q",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w48Ox",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SkECv",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WDhsG",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CM6gm",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-default-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2NOk0",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "X4wzQ",
+ "rotation": 0.22063479123717258,
+ "fill": "$turquoise600",
+ "content": "V",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "daBVg",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CFL41",
+ "x": 12.000000000000002,
+ "y": 7.034590417296862,
+ "name": "icon-map-edit-mode",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ooXRm",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0lsiN",
+ "rotation": 0.22063479123717258,
+ "fill": "$grey200",
+ "content": "B",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cO0P0",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "ceWLJ",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 20,
+ "y": 9,
+ "width": 77,
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "children": [
+ {
+ "id": "bgqxt",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rgkvL": {
+ "enabled": false
+ },
+ "CwIdv": {
+ "content": "Sign in",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UFQjn",
+ "x": -14228,
+ "y": 8653,
+ "name": "Card/Asset",
+ "reusable": true,
+ "slot": [
+ "xqany",
+ "KnsBp",
+ "ceL7T",
+ "APt4H",
+ "wIBK3",
+ "Vn7ct",
+ "Mw0Kf",
+ "VYtsy",
+ "6gYqW",
+ "tjfyX",
+ "ONkhq",
+ "s09KC",
+ "9j7de",
+ "TBQQy",
+ "NePme",
+ "UKhTO",
+ "rfzDy",
+ "ru8V6",
+ "axhnl",
+ "bddSA",
+ "k6Wsm",
+ "3WASU",
+ "PZzsJ",
+ "v1TNw",
+ "BCDF8",
+ "eAXtT",
+ "LEVcZ",
+ "aDGOh",
+ "WDPHQ",
+ "hGErl",
+ "gB1sh",
+ "xf8hM",
+ "GJu5g",
+ "gG6mF",
+ "ZV57U",
+ "wKz8g",
+ "QuX3o",
+ "s5WFR",
+ "XVvfD",
+ "4J7gT",
+ "tFoNL",
+ "KVfHt",
+ "j5H0U",
+ "J9NH0",
+ "n4kMz",
+ "1dzdA",
+ "z9zyh",
+ "k7peh",
+ "jq3NM",
+ "QdvIj",
+ "qcBf9",
+ "HuX7m",
+ "M3LBn",
+ "XLnJy",
+ "ROAD1"
+ ],
+ "width": "fit_content(140)",
+ "height": "fit_content(140)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "5tV16",
+ "x": -14228,
+ "y": -550,
+ "name": "button",
+ "fill": "#ffffff",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H3DEr",
+ "name": "Button/Disabled",
+ "reusable": true,
+ "slot": [
+ "lLrvc",
+ "oX8eD",
+ "I0IjQ",
+ "VLoVq",
+ "NJB2Q",
+ "wgnjZ",
+ "kq0a3",
+ "WRaRl",
+ "iOVTe",
+ "SAtVc",
+ "JITIo",
+ "Ov2ZL",
+ "HvoJr",
+ "WoNoB",
+ "Oyc48",
+ "3FcQm",
+ "vxifF"
+ ],
+ "clip": true,
+ "width": "fit_content(100)",
+ "height": "fit_content(40)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "8dhVn",
+ "name": "Button-only icon/Default",
+ "reusable": true,
+ "slot": [
+ "u6m2y",
+ "IJRdI",
+ "GFnln",
+ "O5A0B",
+ "OG0yi",
+ "Hd4TG",
+ "RQNXa",
+ "tLrXe",
+ "gqvq3",
+ "e2Uj8",
+ "1TAGP",
+ "gHkgr",
+ "UqwWE",
+ "bbVGV",
+ "yvA8C",
+ "e8SBB",
+ "r23F0",
+ "1DEqj",
+ "ByoGN",
+ "ZxMQt",
+ "x87nE",
+ "uJQ09"
+ ],
+ "clip": true,
+ "width": "fit_content(40)",
+ "height": "fit_content(40)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "v93d2",
+ "name": "Button-only icon/Disabled",
+ "reusable": true,
+ "clip": true,
+ "width": "fit_content(40)",
+ "height": "fit_content(40)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "xjqut",
+ "name": "Button/Default",
+ "reusable": true,
+ "slot": [],
+ "clip": true,
+ "width": "fit_content(100)",
+ "height": "fit_content(40)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KIRwU",
+ "x": -14228,
+ "y": 12267,
+ "name": "Loading",
+ "reusable": true,
+ "slot": [
+ "EE04Z",
+ "5XouD"
+ ],
+ "clip": true,
+ "width": "fit_content(240)",
+ "height": "fit_content(240)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "APpbW",
+ "x": -14228,
+ "y": 12657,
+ "name": "loading",
+ "gap": 50,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EE04Z",
+ "name": "Loading/Community-loading-animation",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 100,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uIdut",
+ "x": 100,
+ "y": 100,
+ "name": "icon/loading-outlined-999",
+ "enabled": false,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NBpXL",
+ "x": 2.7155609130859375,
+ "y": 1.6666666269302368,
+ "name": "Ellipse 11 (Stroke)",
+ "geometry": "M10.37066 2c-3.8608 0-7.15621 2.43148-8.43365 5.85004-0.19332 0.51734-0.76943 0.78002-1.28678 0.5867-0.51734-0.19332-0.78002-0.76943-0.58669-1.28678 1.56003-4.17478 5.58487-7.14996 10.30712-7.14996 6.07513 0 11 4.92487 11 11 0 6.07513-4.92487 11-11 11-4.72225 0-8.7471-2.97518-10.30712-7.14996-0.19332-0.51735 0.06935-1.09345 0.58669-1.28678 0.51734-0.19332 1.09345 0.06935 1.28678 0.5867 1.27744 3.41856 4.57286 5.85004 8.43365 5.85004 4.97056 0 9-4.02944 9-9 0-4.97056-4.02944-9-9-9z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 35.61777114868164,
+ "height": 36.66666793823242,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "cap": "round"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1FXFM",
+ "name": "t2",
+ "fill": "$turquoise500",
+ "content": "9",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 40,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5XouD",
+ "name": "Loading/Project-loading-animation",
+ "reusable": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 40,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kr3JC",
+ "name": "动画",
+ "clip": true,
+ "width": 44,
+ "height": 45,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "Bs9eL",
+ "x": -208,
+ "y": -361,
+ "name": "image 2",
+ "enabled": false,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "#cbd2d8ff"
+ ],
+ "width": 500,
+ "height": 686,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "ellipse",
+ "id": "AkFHL",
+ "x": 15,
+ "y": 1,
+ "name": "Ellipse 3",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$turquoise500",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "ellipse",
+ "id": "0rYAZ",
+ "x": 15,
+ "y": 43,
+ "name": "Ellipse 4",
+ "sweepAngle": -360.00001001791264,
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 1.2000000476837158,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ }
+ },
+ {
+ "type": "path",
+ "id": "n0oEQ",
+ "x": 24,
+ "y": 31,
+ "name": "Vector 2",
+ "geometry": "M1 0c0 2.5-0.2 7.6-1 8",
+ "fill": "$turquoise500",
+ "width": 1,
+ "height": 8,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.4000000953674316,
+ "cap": "round",
+ "fill": "$turquoise500"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XdSJ1",
+ "x": 37.5,
+ "y": 38,
+ "name": "Vector 3",
+ "geometry": "M2 0l-2 1",
+ "fill": "$turquoise500",
+ "width": 2,
+ "height": 1,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.4000000953674316,
+ "cap": "round",
+ "fill": "$turquoise500"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9ZmpQ",
+ "x": 5.5,
+ "y": 36.5,
+ "name": "Vector 4",
+ "geometry": "M0 0l3.5 2.5",
+ "fill": "$turquoise500",
+ "width": 3.5,
+ "height": 2.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2.4000000953674316,
+ "cap": "round",
+ "fill": "$turquoise500"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v33VT",
+ "name": "Frame 1",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "V38xZ",
+ "name": "进度条",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 100,
+ "id": "vDWog",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 853",
+ "fill": "$grey600",
+ "width": 180,
+ "height": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 100,
+ "id": "HDzEn",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 854",
+ "fill": "$turquoise500",
+ "width": 79,
+ "height": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xqlDz",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "75YUx",
+ "name": "正在解压后台素材...",
+ "fill": "#ffffffff",
+ "content": "正在解压后台素材...",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "F5e59",
+ "name": "30%",
+ "fill": "#ffffffff",
+ "content": "30%",
+ "lineHeight": 1.5384615384615385,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XihxW",
+ "x": -13003,
+ "y": 2355,
+ "name": "Selection",
+ "reusable": true,
+ "slot": [
+ "6cdXJ",
+ "b1OHc",
+ "t2Ap3",
+ "HT1zi",
+ "byPnn",
+ "nbOoF",
+ "0HIrm",
+ "8IQ64"
+ ],
+ "clip": true,
+ "width": "fit_content(220)",
+ "height": "fit_content(32)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "JSPys",
+ "x": -12093,
+ "y": 2343,
+ "name": "Dialog",
+ "reusable": true,
+ "slot": [
+ "9vO62",
+ "JnSZ0",
+ "QY1QE",
+ "LHXY3",
+ "4ajDg",
+ "bWKhS",
+ "oEU8C",
+ "3QdDd",
+ "bi5KI",
+ "NLvHe"
+ ],
+ "clip": true,
+ "width": "fit_content(228)",
+ "height": "fit_content(44)",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "koVOU",
+ "x": -13687,
+ "y": 2322,
+ "name": "Textinput",
+ "reusable": true,
+ "slot": [
+ "D3KFi",
+ "3Acxt",
+ "9x6XD",
+ "Mn0rc",
+ "ZHawj",
+ "7mkFV",
+ "fomY0",
+ "hEvS6",
+ "7CLJX",
+ "6dkeP"
+ ],
+ "clip": true,
+ "width": "fit_content(240)",
+ "height": "fit_content(32)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "XE1vD",
+ "x": -10138,
+ "y": 1875,
+ "name": "\teditor-composition",
+ "layout": "vertical",
+ "gap": 100,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z2Ws3",
+ "name": "preview",
+ "gap": 50,
+ "padding": 50,
+ "children": [
+ {
+ "type": "frame",
+ "id": "fXLXg",
+ "name": "preview-panel-default",
+ "reusable": true,
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JtuIA",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eqVY8",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Kn5oP",
+ "name": "preview-button-group",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vnTUD",
+ "x": 0,
+ "y": 0,
+ "name": "Button/Default",
+ "enabled": false,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "xWfMa",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "GgRS8": {
+ "children": [
+ {
+ "type": "frame",
+ "id": "9ULWk",
+ "name": "run-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "da9jd",
+ "x": 2.7809996604919434,
+ "y": 1.5749032497406006,
+ "geometry": "M0 1.8121c0-1.414 1.554-2.282 2.763-1.542l6.073 3.716c0.50105 0.3063 0.80662 0.85125 0.80662 1.4385 0 0.58725-0.30557 1.1322-0.80662 1.4385l-6.073 3.717c-1.209 0.74-2.763-0.128-2.763-1.542l0-7.226z m1.98-0.263c-0.09628-0.05997-0.21742-0.06336-0.3169-0.00886-0.09948 0.05451-0.16183 0.15843-0.1631 0.27186l0 7.226c0 0.235 0.265 0.394 0.48 0.263l6.074-3.717 0.039-0.032c0.03855-0.04084 0.05646-0.09698 0.04868-0.15261-0.00778-0.05562-0.0404-0.10469-0.08868-0.13339l-6.073-3.717z",
+ "fill": "#fff",
+ "width": 9.64261770248413,
+ "height": 10.85019326210022
+ }
+ ]
+ }
+ ]
+ },
+ "awuls": {
+ "x": 16,
+ "y": 7,
+ "content": "Y"
+ },
+ "ynnQK": {
+ "content": "Run",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yAKcX",
+ "x": 88,
+ "y": 0,
+ "name": "Button/Default",
+ "enabled": false,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "jZdgx",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "dtvki": {
+ "children": [
+ {
+ "type": "frame",
+ "id": "kVkc9",
+ "name": "publish-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rnsyL",
+ "x": 1.749621033668518,
+ "y": 1.7498432397842407,
+ "geometry": "M8.38538 0.05216c0.58184-0.14749 1.19834 0.02279 1.622 0.448 0.401 0.401 0.574 0.961 0.473 1.513l-0.023 0.11-1.668 6.672-0.005 0.021c-0.22172 0.93092-1.01978 1.61173-1.974 1.684l-0.007 0-0.178 0.008-0.023 0c-1.03397 0.00355-1.93141-0.71216-2.158-1.721l-0.52-2.206-2.203-0.517c-1.00827-0.22684-1.72371-1.12353-1.721-2.157-0.01909-1.03411 0.68473-1.94188 1.691-2.181l6.694-1.674z m0.376 1.27l-0.067 0.012-6.684 1.671c-0.512 0.128-0.693 0.55-0.69 0.891 0.002 0.341 0.189 0.76 0.703 0.882l2.243 0.527 2.052-2.05c0.25967-0.24524 0.6673-0.23941 0.91986 0.01314 0.25255 0.25255 0.25838 0.66019 0.01314 0.91986l-2.049 2.052 0.528 2.245c0.12 0.513 0.54 0.7 0.88 0.702l0.002 0.001c0.359 0.003 0.761-0.176 0.89-0.691l1.674-6.693c0.03472-0.13257-0.00464-0.27357-0.103-0.369l-0.005-0.005c-0.08114-0.07985-0.1938-0.11912-0.307-0.107m-3.135 7.397l0.008 0.018-0.008-0.018z m-4.036-2.875q0.084 0.028 0.172 0.048c-0.05802-0.01343-0.11541-0.02945-0.172-0.048m0.378-3.01q-0.056 0.015-0.11 0.033l0.11-0.033z m0 0l6.694-1.674-6.694 1.674z m8.319-0.755l0.033-0.173 0-0.013c-0.00807 0.06249-0.01908 0.12455-0.033 0.186",
+ "fill": "#0BC0CF",
+ "width": 10.508595824241638,
+ "height": 10.508170485496521
+ }
+ ]
+ }
+ ]
+ },
+ "rgkvL": {
+ "x": 16,
+ "y": 7,
+ "content": "Z"
+ },
+ "CwIdv": {
+ "content": "Publish",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "cnpwO",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "fgKSq",
+ "type": "ref",
+ "ref": "0onmu",
+ "x": 0,
+ "y": 0,
+ "width": 76,
+ "height": "fit_content",
+ "descendants": {
+ "u4Nmq": {
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "content": "Y",
+ "x": 16,
+ "y": 7
+ },
+ "ynnQK": {
+ "content": "Run",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "5KyCz",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 88,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "498JJ",
+ "type": "ref",
+ "ref": "MxGrD",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z16mG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rgkvL": {
+ "content": "Z",
+ "x": 16,
+ "y": 7
+ },
+ "CwIdv": {
+ "content": "Publish",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q8Ilp",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-03",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "GzpxZ",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kr4XA",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "AX6UH",
+ "x": -7,
+ "y": -43,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "3ygWB",
+ "x": 0,
+ "y": 0,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "dSdVt",
+ "x": 1,
+ "y": 10,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ADjli",
+ "x": 245,
+ "y": 107,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oGmB2",
+ "x": 256.25,
+ "y": 118.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8NU05",
+ "x": 346.25,
+ "y": 108,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lz807",
+ "x": 185,
+ "y": 130.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EjyBY",
+ "x": 196.25,
+ "y": 343.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YddJC",
+ "x": 215,
+ "y": 300,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7NtoW",
+ "x": 17,
+ "y": 42,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9LlgH",
+ "x": 34.89799880981445,
+ "y": 42,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TXfAv",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "Y17pw",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wwMy9",
+ "x": 245,
+ "y": 394,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sCZTH",
+ "x": 100.50900268554688,
+ "y": 211.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KIpZZ",
+ "x": 106.9209976196289,
+ "y": 205.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qolvh",
+ "x": 99.25,
+ "y": 202,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PO3bI",
+ "x": 406.6709899902344,
+ "y": 365.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "g0ciB",
+ "x": 399,
+ "y": 362,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3wTRX",
+ "x": 425,
+ "y": 171,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CHsxb",
+ "x": 335,
+ "y": 204,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VIDUL",
+ "x": 0,
+ "y": 0,
+ "name": "mask",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "fill"
+ },
+ {
+ "type": "color",
+ "color": "$mask",
+ "enabled": false
+ }
+ ],
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p6yFI",
+ "name": "preview-panel-loading",
+ "reusable": true,
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vvw97",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mICKy",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Ppxyx",
+ "name": "preview-button-group",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "id": "wksKO",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "RRRtc",
+ "type": "ref",
+ "ref": "WoNoB",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "vA9Mk": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "9XcqV": {
+ "content": "v",
+ "x": 16,
+ "y": 7
+ },
+ "tpkIg": {
+ "content": "Rerun",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "q1ylK",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 101,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "cLNMu",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "content": "s",
+ "x": 16,
+ "y": 7
+ },
+ "XbMB2": {
+ "content": "Stop",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "YfpbY",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 194,
+ "y": 0,
+ "width": "fit_content",
+ "height": 32,
+ "children": [
+ {
+ "id": "5WHCQ",
+ "type": "ref",
+ "ref": "yvA8C",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "kXXlS": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "cjmkm": {
+ "children": [
+ {
+ "type": "frame",
+ "id": "WVJpD",
+ "name": "full screen-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BTULM",
+ "x": 0.9509999752044678,
+ "y": 0.949999988079071,
+ "geometry": "M0.8 7.875c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 1.825 1.825 0c0.28581 0 0.54991 0.15248 0.69282 0.4 0.14291 0.24752 0.14291 0.55248 0 0.8-0.14291 0.24752-0.40701 0.4-0.69282 0.4l-2.625 0c-0.21217 0-0.41566-0.08428-0.56569-0.23432-0.15003-0.15003-0.23431-0.35351-0.23431-0.56568l0-2.625c0-0.21217 0.08429-0.41566 0.23431-0.56569 0.15003-0.15003 0.35351-0.23431 0.56569-0.23431m10.5 0c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.625c0 0.21217-0.08428 0.41566-0.23431 0.56568-0.15003 0.15003-0.35351 0.23432-0.56569 0.23432l-2.625 0c-0.28581 0-0.54991-0.15248-0.69282-0.4-0.14291-0.24752-0.14291-0.55248 0-0.8 0.14291-0.24752 0.40701-0.4 0.69282-0.4l1.825 0 0-1.825c0-0.21217 0.08428-0.41566 0.23431-0.56569 0.15003-0.15003 0.35351-0.23431 0.56569-0.23431m-7.875-7.875c0.28581 0 0.54991 0.15248 0.69282 0.4 0.14291 0.24752 0.14291 0.55248 0 0.8-0.14291 0.24752-0.40701 0.4-0.69282 0.4l-1.825 0 0 1.825c0 0.44183-0.35817 0.8-0.8 0.8-0.44183 0-0.8-0.35817-0.8-0.8l0-2.625c0-0.44183 0.35817-0.8 0.8-0.8l2.625 0z m7.875 0c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.625c0 0.28581-0.15248 0.54991-0.4 0.69282-0.24752 0.14291-0.55248 0.14291-0.8 0-0.24752-0.14291-0.4-0.40701-0.4-0.69282l0-1.825-1.825 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.8l2.625 0z",
+ "fill": "$grey900",
+ "width": 12.09999966621399,
+ "height": 12.100000202655792
+ }
+ ]
+ }
+ ]
+ },
+ "BIeUa": {
+ "x": 9,
+ "y": 7,
+ "content": "q"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U9xHV",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-03",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "YEd1f",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WuTRk",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "aj0qq",
+ "x": -7,
+ "y": -43,
+ "name": "Group",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "hK67H",
+ "x": 0,
+ "y": 0,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "eXcFV",
+ "x": 1,
+ "y": 10,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "H5F7T",
+ "x": 245,
+ "y": 107,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "aPNRJ",
+ "x": 256.25,
+ "y": 118.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EJaBC",
+ "x": 346.25,
+ "y": 108,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VU3uq",
+ "x": 185,
+ "y": 130.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5Cqv4",
+ "x": 196.25,
+ "y": 343.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "e7EaU",
+ "x": 215,
+ "y": 300,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UXeUZ",
+ "x": 17,
+ "y": 42,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sDGPk",
+ "x": 34.89799880981445,
+ "y": 42,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qd0GS",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "UGZPM",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VWUio",
+ "x": 245,
+ "y": 394,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uMnsL",
+ "x": 100.50900268554688,
+ "y": 211.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eo81K",
+ "x": 106.9209976196289,
+ "y": 205.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZpJIb",
+ "x": 99.25,
+ "y": 202,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xJ2fH",
+ "x": 406.6709899902344,
+ "y": 365.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TLRCq",
+ "x": 399,
+ "y": 362,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "itkRu",
+ "x": 425,
+ "y": 171,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9XvzN",
+ "x": 335,
+ "y": 204,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5OQ9w",
+ "x": 0,
+ "y": -1,
+ "name": "mask",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "fill"
+ },
+ "$mask"
+ ],
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TRkPs",
+ "name": "preview-panel-loading-2",
+ "reusable": true,
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Gevx",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "og7JP",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "qRDj9",
+ "name": "preview-button-group",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "id": "ajjrE",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "HWlpv",
+ "type": "ref",
+ "ref": "hhZV2",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "6xxwn": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "XlE1I": {
+ "content": "9",
+ "x": 16,
+ "y": 9
+ },
+ "Ms7zM": {
+ "content": "Rerun",
+ "x": 34,
+ "y": 5
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "dnhV4",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 101,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "UNjHN",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "content": "s",
+ "x": 16,
+ "y": 7
+ },
+ "XbMB2": {
+ "content": "Stop",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "hxenZ",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 194,
+ "y": 0,
+ "width": "fit_content",
+ "height": 32,
+ "children": [
+ {
+ "id": "xzy0W",
+ "type": "ref",
+ "ref": "yvA8C",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "kXXlS": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "cjmkm": {
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qo7wi",
+ "name": "full screen-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cjehA",
+ "x": 0.9509999752044678,
+ "y": 0.949999988079071,
+ "geometry": "M0.8 7.875c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 1.825 1.825 0c0.28581 0 0.54991 0.15248 0.69282 0.4 0.14291 0.24752 0.14291 0.55248 0 0.8-0.14291 0.24752-0.40701 0.4-0.69282 0.4l-2.625 0c-0.21217 0-0.41566-0.08428-0.56569-0.23432-0.15003-0.15003-0.23431-0.35351-0.23431-0.56568l0-2.625c0-0.21217 0.08429-0.41566 0.23431-0.56569 0.15003-0.15003 0.35351-0.23431 0.56569-0.23431m10.5 0c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.625c0 0.21217-0.08428 0.41566-0.23431 0.56568-0.15003 0.15003-0.35351 0.23432-0.56569 0.23432l-2.625 0c-0.28581 0-0.54991-0.15248-0.69282-0.4-0.14291-0.24752-0.14291-0.55248 0-0.8 0.14291-0.24752 0.40701-0.4 0.69282-0.4l1.825 0 0-1.825c0-0.21217 0.08428-0.41566 0.23431-0.56569 0.15003-0.15003 0.35351-0.23431 0.56569-0.23431m-7.875-7.875c0.28581 0 0.54991 0.15248 0.69282 0.4 0.14291 0.24752 0.14291 0.55248 0 0.8-0.14291 0.24752-0.40701 0.4-0.69282 0.4l-1.825 0 0 1.825c0 0.44183-0.35817 0.8-0.8 0.8-0.44183 0-0.8-0.35817-0.8-0.8l0-2.625c0-0.44183 0.35817-0.8 0.8-0.8l2.625 0z m7.875 0c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.625c0 0.28581-0.15248 0.54991-0.4 0.69282-0.24752 0.14291-0.55248 0.14291-0.8 0-0.24752-0.14291-0.4-0.40701-0.4-0.69282l0-1.825-1.825 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.8l2.625 0z",
+ "fill": "$grey900",
+ "width": 12.09999966621399,
+ "height": 12.100000202655792
+ }
+ ]
+ }
+ ]
+ },
+ "BIeUa": {
+ "x": 9,
+ "y": 7,
+ "content": "q"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wyeil",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-03",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yNLr9",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lMEYW",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "dBeZi",
+ "x": -7,
+ "y": -43,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "fBMNc",
+ "x": 0,
+ "y": 0,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "AbTi3",
+ "x": 1,
+ "y": 10,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7lady",
+ "x": 245,
+ "y": 107,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SFofZ",
+ "x": 256.25,
+ "y": 118.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VxxPd",
+ "x": 346.25,
+ "y": 108,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "AVPiE",
+ "x": 185,
+ "y": 130.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uY8MQ",
+ "x": 196.25,
+ "y": 343.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wdMTN",
+ "x": 215,
+ "y": 300,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tDfQ2",
+ "x": 17,
+ "y": 42,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wCo3R",
+ "x": 34.89799880981445,
+ "y": 42,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "C0ymu",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "QA1hd",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ICXdQ",
+ "x": 245,
+ "y": 394,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZlWeK",
+ "x": 100.50900268554688,
+ "y": 211.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yJYBw",
+ "x": 106.9209976196289,
+ "y": 205.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PeeVH",
+ "x": 99.25,
+ "y": 202,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nm9ib",
+ "x": 406.6709899902344,
+ "y": 365.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Wwhao",
+ "x": 399,
+ "y": 362,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oTAvJ",
+ "x": 425,
+ "y": 171,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zjt2n",
+ "x": 335,
+ "y": 204,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0KDrD",
+ "x": 0,
+ "y": 0,
+ "name": "mask",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "fill"
+ },
+ "$mask"
+ ],
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0UraZ",
+ "name": "preview-panel-running",
+ "reusable": true,
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "odFAC",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AKFgw",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "KNe0Q",
+ "name": "preview-button-group",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "id": "0xcLj",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "29433",
+ "type": "ref",
+ "ref": "0onmu",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "u4Nmq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "awuls": {
+ "content": "9",
+ "x": 16,
+ "y": 7
+ },
+ "ynnQK": {
+ "content": "Rerun",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "7GtiZ",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 101,
+ "y": 0,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "dsfcS",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "content": "s",
+ "x": 16,
+ "y": 7
+ },
+ "XbMB2": {
+ "content": "Stop",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "tJnSd",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 194,
+ "y": 0,
+ "width": "fit_content",
+ "height": 32,
+ "children": [
+ {
+ "id": "NBYkd",
+ "type": "ref",
+ "ref": "yvA8C",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "kXXlS": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "cjmkm": {
+ "children": [
+ {
+ "type": "frame",
+ "id": "VRLcE",
+ "name": "full screen-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "u4ti9",
+ "x": 0.9509999752044678,
+ "y": 0.949999988079071,
+ "geometry": "M0.8 7.875c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 1.825 1.825 0c0.28581 0 0.54991 0.15248 0.69282 0.4 0.14291 0.24752 0.14291 0.55248 0 0.8-0.14291 0.24752-0.40701 0.4-0.69282 0.4l-2.625 0c-0.21217 0-0.41566-0.08428-0.56569-0.23432-0.15003-0.15003-0.23431-0.35351-0.23431-0.56568l0-2.625c0-0.21217 0.08429-0.41566 0.23431-0.56569 0.15003-0.15003 0.35351-0.23431 0.56569-0.23431m10.5 0c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.625c0 0.21217-0.08428 0.41566-0.23431 0.56568-0.15003 0.15003-0.35351 0.23432-0.56569 0.23432l-2.625 0c-0.28581 0-0.54991-0.15248-0.69282-0.4-0.14291-0.24752-0.14291-0.55248 0-0.8 0.14291-0.24752 0.40701-0.4 0.69282-0.4l1.825 0 0-1.825c0-0.21217 0.08428-0.41566 0.23431-0.56569 0.15003-0.15003 0.35351-0.23431 0.56569-0.23431m-7.875-7.875c0.28581 0 0.54991 0.15248 0.69282 0.4 0.14291 0.24752 0.14291 0.55248 0 0.8-0.14291 0.24752-0.40701 0.4-0.69282 0.4l-1.825 0 0 1.825c0 0.44183-0.35817 0.8-0.8 0.8-0.44183 0-0.8-0.35817-0.8-0.8l0-2.625c0-0.44183 0.35817-0.8 0.8-0.8l2.625 0z m7.875 0c0.21217 0 0.41566 0.08429 0.56569 0.23431 0.15003 0.15003 0.23431 0.35351 0.23431 0.56569l0 2.625c0 0.28581-0.15248 0.54991-0.4 0.69282-0.24752 0.14291-0.55248 0.14291-0.8 0-0.24752-0.14291-0.4-0.40701-0.4-0.69282l0-1.825-1.825 0c-0.44183 0-0.8-0.35817-0.8-0.8 0-0.44183 0.35817-0.8 0.8-0.8l2.625 0z",
+ "fill": "$grey900",
+ "width": 12.09999966621399,
+ "height": 12.100000202655792
+ }
+ ]
+ }
+ ]
+ },
+ "BIeUa": {
+ "x": 9,
+ "y": 7,
+ "content": "q"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QZZW4",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$shadow-custom-03",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "vyIuF",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VI3xM",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "6N5p8",
+ "x": -7,
+ "y": -43,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "3p1kt",
+ "x": 0,
+ "y": 0,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "qbQMy",
+ "x": 1,
+ "y": 10,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Q0LLv",
+ "x": 245,
+ "y": 107,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GtFOP",
+ "x": 256.25,
+ "y": 118.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "owuK4",
+ "x": 346.25,
+ "y": 108,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IJcGT",
+ "x": 185,
+ "y": 130.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "FmnfV",
+ "x": 196.25,
+ "y": 343.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yo6Yo",
+ "x": 215,
+ "y": 300,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yunjY",
+ "x": 17,
+ "y": 42,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BULrd",
+ "x": 34.89799880981445,
+ "y": 42,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9XjEA",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "wbDXG",
+ "x": 245,
+ "y": 394,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jPsAG",
+ "x": 245,
+ "y": 394,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "J9nm9",
+ "x": 100.50900268554688,
+ "y": 211.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wKiPi",
+ "x": 106.9209976196289,
+ "y": 205.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9DgAY",
+ "x": 99.25,
+ "y": 202,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SxmFc",
+ "x": 406.6709899902344,
+ "y": 365.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "StH0W",
+ "x": 399,
+ "y": 362,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DYNYR",
+ "x": 425,
+ "y": 171,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xxSs5",
+ "x": 335,
+ "y": 204,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zSwyD",
+ "x": 0,
+ "y": 0,
+ "name": "mask",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cPxrm",
+ "name": "side-panel",
+ "gap": 50,
+ "padding": 50,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FvVua",
+ "name": "side-panel-sprite",
+ "reusable": true,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "I5vT3",
+ "name": "side-panel-sprite",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TtVtP",
+ "name": "side-panel-sprite-sprite-panel",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y55bi",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vG6Vd",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9GCD1",
+ "name": "Sprites",
+ "fill": "$grey100",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TLvxB",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zTxGo",
+ "x": 6,
+ "y": 6,
+ "name": "icon-plus",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xiDZf",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cFw1f",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gJIyK",
+ "name": "sprite-panel-list-content",
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "bdz6R",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "id": "G3oxP",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "8sxXD",
+ "type": "ref",
+ "ref": "gG6mF",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "XGe5d": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "gKNVm": {
+ "x": 2,
+ "y": 2
+ },
+ "ZPua8": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "OqxV7": {
+ "x": 2,
+ "y": 64
+ },
+ "wm1Nd": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "XTD7T",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 96,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "yZLtl",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "n3K83",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 192,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "ddlQs",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "UF65g",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 288,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "G3aXN",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zF5pI",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "id": "G8pS2",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "wo1Mn",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "yq4J9",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 96,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "gflC0",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "kyuyH",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 192,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "lp3do",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "D1BcQ",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 288,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "k4sqS",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EliPa",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "id": "jz4k8",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "NyJo7",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "kk9jS",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 96,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Cd951",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "LopJM",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 192,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "KevPE",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "Ay4fz",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 288,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "ZQcD9",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BBRJ1",
+ "name": "side-panel-sprite-stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qkSQp",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FWP49",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "c66T3",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O2GGo",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "GBOPa",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 12,
+ "y": 12,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "rm7WZ",
+ "type": "ref",
+ "ref": "PZzsJ",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "XzbfE": {
+ "x": 6,
+ "y": 6
+ },
+ "JWB1T": {
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ]
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "h8L39",
+ "name": "Rectangle 850",
+ "geometry": "M0 0l40 0 0 1c-15.62381-0.68896-24.37791-0.37515-40 0l0-1z",
+ "fill": "$grey400",
+ "width": 40,
+ "height": 1,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "id": "aDjU0",
+ "type": "ref",
+ "ref": "4DGzJ",
+ "x": 12,
+ "y": 85,
+ "height": "fit_content",
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "JbS2e",
+ "type": "ref",
+ "ref": "T6sBf",
+ "descendants": {
+ "4qrJw": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8.5,
+ "y": 6.973179894480076
+ },
+ "9y2uz": {
+ "x": 7.5
+ },
+ "X8IR3": {
+ "x": 7.52688018311594
+ },
+ "ApUr2": {
+ "y": 26.05364021103985
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "BZCMo",
+ "type": "ref",
+ "ref": "4DGzJ",
+ "x": 12,
+ "y": 149,
+ "height": "fit_content",
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "05GVb",
+ "type": "ref",
+ "ref": "uURIi",
+ "descendants": {
+ "9J1f7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10,
+ "y": 7
+ },
+ "xVm1z": {
+ "x": 5.5
+ },
+ "N19pv": {
+ "name": "",
+ "x": 6
+ },
+ "btllV": {
+ "y": 26
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "qJT4h",
+ "type": "ref",
+ "ref": "4DGzJ",
+ "x": 12,
+ "y": 213,
+ "height": "fit_content",
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "LpSYq",
+ "type": "ref",
+ "ref": "5HZ0K",
+ "descendants": {
+ "0lh6f": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 2.5,
+ "y": 7
+ },
+ "pYfSR": {
+ "x": 13
+ },
+ "L8o6S": {
+ "name": "",
+ "x": 13.5
+ },
+ "iOH94": {
+ "y": 26
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TpUSu",
+ "name": "side-panel-stage",
+ "reusable": true,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "caghg",
+ "name": "side-panel-stage",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dhc8f",
+ "name": "side-panel-stage-sprite-panel",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "cmeZs",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 392,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vOMJY",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yAzW4",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jyMGF",
+ "name": "Sprites",
+ "fill": "$grey1000",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9HTyR",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cwsbf",
+ "x": 6,
+ "y": 6,
+ "name": "icon-plus",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gnaxS",
+ "x": 2.0912982005093,
+ "y": 1.8284337524534067,
+ "rotation": -0.0878255627316669,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0KbYh",
+ "fill": "$grey1000",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VqqMf",
+ "name": "sprite-panel-list-content",
+ "width": 392,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "IC8Dm",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "id": "oji4u",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "4rz3e",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "MjgoD",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 96,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "7fTZr",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "6p9FS",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 192,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "41Duf",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "tFV6g",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 288,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "X8KwP",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NTmb6",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "id": "Cpzx9",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Mj8To",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "I0wVO",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 96,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "zIW9o",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "jQvRh",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 192,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Kr1ye",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "PXR3u",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 288,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "1QWtp",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S3OCZ",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "id": "RIma3",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "kKs6C",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "pf2Vn",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 96,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "MpuRR",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "BfwGi",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 192,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "GEpIn",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "kVtL3",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 288,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "TPcJm",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "stretch"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bFAUa",
+ "name": "side-panel-stage-stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fHTBb",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2QHOY",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aQiJ6",
+ "name": "Stage",
+ "fill": "$grey100",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LVbs0",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "PD4g7",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 12,
+ "y": 12,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "jdND5",
+ "type": "ref",
+ "ref": "PZzsJ",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "XzbfE": {
+ "x": 6,
+ "y": 6
+ },
+ "JWB1T": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ }
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "CugB3",
+ "name": "Rectangle 850",
+ "geometry": "M0 0l40 0 0 1c-15.62381-0.68896-24.37791-0.37515-40 0l0-1z",
+ "fill": "$grey400",
+ "width": 40,
+ "height": 1,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "id": "Uz6IN",
+ "type": "ref",
+ "ref": "4DGzJ",
+ "x": 12,
+ "y": 85,
+ "height": "fit_content",
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "sMeeA",
+ "type": "ref",
+ "ref": "T6sBf",
+ "descendants": {
+ "4qrJw": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8.495247977429848,
+ "y": 6.961589855258431
+ },
+ "9y2uz": {
+ "x": 7.504752022570152
+ },
+ "X8IR3": {
+ "x": 7.531632205686092
+ },
+ "ApUr2": {
+ "x": 0,
+ "y": 26.076823116292573,
+ "rotation": 0.034058530924561355
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "kPVAK",
+ "type": "ref",
+ "ref": "4DGzJ",
+ "x": 12,
+ "y": 149,
+ "height": "fit_content",
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "mEV4b",
+ "type": "ref",
+ "ref": "uURIi",
+ "descendants": {
+ "9J1f7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10,
+ "y": 7
+ },
+ "xVm1z": {
+ "x": 5.5
+ },
+ "N19pv": {
+ "x": 6
+ },
+ "btllV": {
+ "y": 26
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "DoKWL",
+ "type": "ref",
+ "ref": "5HZ0K",
+ "x": 12,
+ "y": 213,
+ "descendants": {
+ "0lh6f": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 2.5,
+ "y": 7
+ },
+ "pYfSR": {
+ "x": 13
+ },
+ "L8o6S": {
+ "x": 13.5
+ },
+ "iOH94": {
+ "y": 26
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9yDAz",
+ "name": "side-panel-console",
+ "reusable": true,
+ "clip": true,
+ "width": 492,
+ "height": 371,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 10.5
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YNcYi",
+ "name": "console-header",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "G49WE",
+ "name": "Console",
+ "fill": "$grey1000",
+ "content": "Console",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ofh5t",
+ "name": "console-container",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EUL6g",
+ "name": "600",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gi0T8",
+ "name": "Initializing...",
+ "fill": "$grey600",
+ "content": "Initializing...",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JdOB2",
+ "name": "side-panel-global-configuration",
+ "reusable": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xnVqZ",
+ "name": "global-configuration-header-container",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "padding": [
+ 9,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5S5Mx",
+ "name": "Header",
+ "width": "fill_container",
+ "height": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "c1BND",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Global Configuration",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "axU8h",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$shadow-custom-01",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AyvaQ",
+ "x": 4,
+ "y": 4,
+ "name": "icon-fold-outlined",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QFq6e",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$grey700",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mzOUv",
+ "fill": "$grey700",
+ "content": "0",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wi0eY",
+ "name": "global-configuration-sections",
+ "width": "fill_container",
+ "height": 144,
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1,
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "JlwQb",
+ "name": "Map Size Section",
+ "width": "fill_container",
+ "height": 32,
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WC3gA",
+ "name": "Label",
+ "fill": "$grey1000",
+ "content": "Map size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "I8bGe",
+ "name": "Width Input",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NLiaM",
+ "name": "Label",
+ "fill": "$grey800",
+ "content": "Width",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "nwkl7",
+ "name": "Value",
+ "fill": "$grey1000",
+ "content": "3000",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "973Di",
+ "name": "Height Input",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "t5ZvB",
+ "name": "Label",
+ "fill": "$grey800",
+ "content": "Height",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "4dXDP",
+ "name": "Value",
+ "fill": "$grey1000",
+ "content": "2000",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7D5fd",
+ "name": "Physics Section",
+ "rotation": -0.03137605029497161,
+ "width": "fill_container",
+ "height": 32,
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "n0HCQ",
+ "name": "Label",
+ "fill": "$grey1000",
+ "content": "Physics",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "CBtfV",
+ "type": "ref",
+ "ref": "sdmHL",
+ "x": 68,
+ "y": 5.010953956485277,
+ "rotation": 0.03137605029497161,
+ "children": [
+ {
+ "id": "hazEW",
+ "type": "ref",
+ "ref": "xLEpU",
+ "width": "fit_content",
+ "height": "fit_content",
+ "descendants": {
+ "PA6V5": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 20,
+ "y": 2
+ },
+ "HmsIf": {
+ "fill": "$grey100"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s5gsW",
+ "name": "Layer Sorting Section",
+ "rotation": 0.022142390253113205,
+ "width": "fill_container",
+ "height": 32,
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TSGS8",
+ "name": "Label",
+ "fill": "$grey1000",
+ "content": "Layer Sorting",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "w3Wkt",
+ "name": "Radio Group",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DfPb6",
+ "name": "Default Radio",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xg6OK",
+ "name": "defaultRadioOuter",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u0CHe",
+ "name": "defaultRadioOuter",
+ "clip": true,
+ "width": 10,
+ "height": 10,
+ "fill": "$turquoise500",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GonQr",
+ "name": "defaultRadioLabel",
+ "fill": "$grey1000",
+ "content": "Default",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZdAzX",
+ "name": "Vertical Radio",
+ "height": "fill_container",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qTCjX",
+ "name": "defaultRadioOuter",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey600"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "5Q3rk",
+ "name": "verticalRadioLabel",
+ "fill": "$grey1000",
+ "content": "Vertical",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xpnDl",
+ "name": "side-panel-sprites",
+ "reusable": true,
+ "width": 492,
+ "height": 602,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MddiX",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7KdKU",
+ "name": "Sprites",
+ "fill": "$grey100",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mVErx",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "fill": "$yellow500",
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gr3L8",
+ "x": 6,
+ "y": 6,
+ "name": "icon-plus",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "n154H",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XCA1r",
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fhfxP",
+ "name": "sprite-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "9GbNU",
+ "name": "Sprite List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "a2h8q",
+ "name": "Sprite Row 1",
+ "width": "fill_container",
+ "gap": 8,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0DqLY",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qyqQ5",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gURzK",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "z5Ent",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hwSdS",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HN99k",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H8bqc",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JtiRN",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xmxRD",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "#ffffff",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wY4cB",
+ "x": 4,
+ "y": 4,
+ "fill": "$grey100",
+ "content": "6",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H2Xl6",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7Y4HC",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s3uHJ",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "DYpDh",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Nbgcg",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ymzyz",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aArba",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VbNiz",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "twbJD",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "qSgTA",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KUeoM",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1jIt7",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X13Ss",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ewW3I",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wpYri",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "XgFnI",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LsXBq",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mXNFF",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q81Av",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TEx2t",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yFlZq",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "HQQMm",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3uc2F",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VmvOH",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8zkMH",
+ "name": "Sprite List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n1Fks",
+ "name": "Sprite Row 2",
+ "width": "fill_container",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QVAd6",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3wvJ2",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tcX8U",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "tob5p",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qGYko",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "K237X",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BQQcG",
+ "name": "sprite-properties-panel",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 16,
+ 16,
+ 16
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x9UNX",
+ "name": "Title Section",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MtR3T",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YLvBr",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "tFRjH",
+ "x": 59,
+ "y": 3,
+ "name": "icon-edit-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NrybG",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey800",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zKWhy",
+ "fill": "$grey800",
+ "content": "l",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "caUKy",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$shadow-custom-01",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BG3ag",
+ "x": 4.081131047711953,
+ "y": 4,
+ "name": "icon-fold-outlined",
+ "enabled": false,
+ "rotation": -0.29053040885955755,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hw7vx",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$grey700",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RGy6N",
+ "fill": "$grey700",
+ "content": "0",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7pAef",
+ "name": "Position Section",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "PRDSM",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WvvHv",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pflf5",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N6FHK",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6wIKm",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dmr6U",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SvbZC",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YhrSq",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m946b",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EZwUG",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S2Q96",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qjkBO",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DRqFD",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F4woO",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sqrqR",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xneLe",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YqZGW",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EuztA",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "O2rIZ",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TX2p5",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FnHBu",
+ "name": "input-03",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "icIUs",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ilezk",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "STQwO",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "t2r7Q",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oMn3c",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KLxlO",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KETkQ",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ANmd6",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WjWRI",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RuiPg",
+ "name": "Rotation Section",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M1vmG",
+ "name": "Rotationlabel",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uPOlA",
+ "name": "toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ba7PJ",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "i9hKR",
+ "type": "ref",
+ "ref": "xGFhu",
+ "x": 71,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "descendants": {
+ "3skJE": {
+ "x": 32
+ },
+ "DmV2l": {
+ "x": 64
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "DFaEW",
+ "name": "input",
+ "clip": true,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tr2q2",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xC3eA",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nXdTT",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Dg8Xx",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Opdg0",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "IOyAv",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O99w7",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qkPnj",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aG0rp",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N3lQs",
+ "name": "Show Section",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "YQcER",
+ "name": "Showlabel",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0XrWz",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "trKfZ",
+ "type": "ref",
+ "ref": "Bse9z",
+ "x": 53,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "descendants": {
+ "2yr2X": {
+ "x": 32
+ },
+ "wl5yx": {
+ "fill": "$grey800",
+ "name": ""
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0VXBz",
+ "name": "Physics Setting Section",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0FxJo",
+ "name": "Physics Properties Section",
+ "width": "fill_container",
+ "height": "fill_container",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Bd9vW",
+ "name": "physicsPropsLabel",
+ "fill": "$grey1000",
+ "content": "Physics",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "tLAPu",
+ "type": "ref",
+ "ref": "G4QhH",
+ "x": 60,
+ "y": 5,
+ "width": "fit_content",
+ "descendants": {
+ "dcCbs": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 3
+ },
+ "vqOhl": {
+ "content": "Collision",
+ "x": 24
+ }
+ }
+ },
+ {
+ "id": "qaCaZ",
+ "type": "ref",
+ "ref": "G4QhH",
+ "x": 149,
+ "y": 5,
+ "width": "fit_content",
+ "descendants": {
+ "dcCbs": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 3
+ },
+ "vqOhl": {
+ "content": "Gravity",
+ "x": 24
+ }
+ }
+ },
+ {
+ "id": "eebYO",
+ "type": "ref",
+ "ref": "G4QhH",
+ "x": 229,
+ "y": 5,
+ "width": "fit_content",
+ "descendants": {
+ "dcCbs": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 3
+ },
+ "vqOhl": {
+ "content": "Immovable",
+ "x": 24
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ms2vo",
+ "name": "Collision Setting Section",
+ "width": "fill_container",
+ "height": 32,
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QgXxd",
+ "name": "collisionSettingLabel",
+ "fill": "$grey1000",
+ "content": "Collision setting",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zozTu",
+ "name": "tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "52uPq",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hdMDB",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5ZfRV",
+ "x": 8,
+ "y": 0,
+ "name": "settings-filled",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RmeAf",
+ "x": 1.8671925067901611,
+ "y": 1.8669999837875366,
+ "geometry": "M7.37681 0c0.376 0 0.683 0.306 0.683 0.683 0.00036 0.50775 0.27181 0.97667 0.71194 1.22986 0.44013 0.25318 0.98195 0.25209 1.42106-0.00286 0.15618-0.0906 0.34197-0.11537 0.51642-0.06885 0.17446 0.04652 0.32325 0.16051 0.41358 0.31685l1.05 1.815c0.09076 0.15593 0.11584 0.34155 0.0697 0.51597-0.04614 0.17443-0.15971 0.32337-0.3157 0.41403-0.44019 0.25319-0.71167 0.72218-0.712 1.23 0 0.505 0.272 0.976 0.709 1.228 0.32489 0.18852 0.43657 0.604 0.25 0.93l-1.053 1.818c-0.18809 0.32498-0.60398 0.436-0.929 0.248-0.43928-0.25362-0.98039-0.25405-1.42006-0.00113-0.43968 0.25292-0.71134 0.7209-0.71294 1.22813-0.00055 0.37659-0.30541 0.6819-0.682 0.683l-2.49 0c-0.37737 0-0.68345-0.30563-0.684-0.683-0.00045-0.50439-0.26843-0.97068-0.704-1.225l-0.006-0.003-0.001 0c-0.43964-0.25123-0.97936-0.25123-1.419 0-0.15618 0.0906-0.34197 0.11537-0.51643 0.06885-0.17446-0.04652-0.32325-0.16051-0.41357-0.31685l-1.051-1.815c-0.0906-0.15618-0.11537-0.34197-0.06885-0.51643 0.04652-0.17446 0.16051-0.32325 0.31685-0.41357 0.44004-0.25406 0.7108-0.72388 0.71-1.232-0.00295-0.50502-0.27207-0.97102-0.708-1.226-0.15667-0.08999-0.27109-0.23864-0.31799-0.41312-0.0469-0.17448-0.02244-0.36046 0.06799-0.51688l1.051-1.817c0.09033-0.15633 0.23912-0.27032 0.41357-0.31685 0.17446-0.04652 0.36025-0.02175 0.51643 0.06885 0.43921 0.25311 0.97996 0.25326 1.41931 0.00041 0.43936-0.25286 0.71088-0.72049 0.71269-1.22741 0-0.37721 0.30579-0.683 0.683-0.683l2.489 0z m-1.244 4.09c-1.1278 0.00165-2.0418 0.91521-2.044 2.043 0 1.127 0.917 2.044 2.044 2.044 1.12858-0.0011 2.04335-0.91543 2.045-2.044-0.00165-1.12857-0.91642-2.0429-2.045-2.044",
+ "fill": "$turquoise500",
+ "width": 12.265119314193726,
+ "height": 12.26699984073639
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "auY3z",
+ "fill": "$turquoise500",
+ "content": "q",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FRYIH",
+ "name": "editor-panel-sprite",
+ "gap": 50,
+ "padding": 50,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fTX71",
+ "name": "editor-panel-sprite-code",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "4MDwU",
+ "type": "ref",
+ "ref": "t7FVl",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "reV1Z": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "YMTFi": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8halk": {
+ "x": 16,
+ "y": 9
+ },
+ "3YBLz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "gXeWC": {
+ "x": 16,
+ "y": 9
+ },
+ "54M7x": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 182
+ },
+ "odguC": {
+ "x": 16,
+ "y": 9
+ },
+ "JHs2l": {
+ "width": "fit_content",
+ "x": 793
+ },
+ "FvOwi": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FvOwi/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "eTlOY",
+ "name": "main-editor-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "id": "lnW4T",
+ "type": "ref",
+ "ref": "aAgrg",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "Pth0W": {
+ "x": 4,
+ "y": 12
+ },
+ "zgytg": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 13,
+ "y": 5
+ },
+ "dFPCv": {
+ "x": 1
+ },
+ "H87yH": {
+ "y": 26
+ },
+ "Ndj9S": {
+ "x": 4,
+ "y": 76
+ },
+ "n3VwG": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 14,
+ "y": 5
+ },
+ "AZtkh": {
+ "x": 0
+ },
+ "dEJbt": {
+ "y": 26
+ },
+ "xxYUO": {
+ "x": 4,
+ "y": 140
+ },
+ "ASn0t": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 11,
+ "y": 5
+ },
+ "9B4kx": {
+ "x": 3
+ },
+ "zmKLF": {
+ "y": 26
+ },
+ "2Zc4Z": {
+ "x": 4,
+ "y": 204
+ },
+ "LqkfB": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10,
+ "y": 5
+ },
+ "LleQX": {
+ "x": 4
+ },
+ "Cj6O1": {
+ "y": 26
+ },
+ "9TCUO": {
+ "x": 4,
+ "y": 268
+ },
+ "OBO0X": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8.5,
+ "y": 5
+ },
+ "iI8Yg": {
+ "x": 5.5
+ },
+ "VW9D6": {
+ "y": 26
+ },
+ "zrwE5": {
+ "x": 4,
+ "y": 332
+ },
+ "vl8vi": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "6zz4N": {
+ "x": 2
+ },
+ "laofm": {
+ "y": 26
+ },
+ "skHJg": {
+ "x": 4,
+ "y": 396
+ },
+ "WqZ23": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "mTTJn": {
+ "x": 2
+ },
+ "NBoN0": {
+ "y": 26
+ }
+ }
+ },
+ {
+ "id": "Bwy07",
+ "type": "ref",
+ "ref": "eIJu0",
+ "x": 60,
+ "y": 0,
+ "descendants": {
+ "XKYDN": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 12
+ },
+ "Cjcl2": {
+ "width": "fill_container"
+ },
+ "OK2ns": {
+ "height": "fit_content"
+ },
+ "71M4r": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 126
+ },
+ "kM7Y0": {
+ "x": 4,
+ "y": 4
+ },
+ "Vs24S": {
+ "height": "fit_content"
+ },
+ "QpsS6": {
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "nhuce": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "1Ira7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 46
+ },
+ "e7ElO": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "iFuKV": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "KbUSX": {
+ "x": 5,
+ "y": 1
+ },
+ "MSeD6": {
+ "x": 1,
+ "y": 11
+ },
+ "8yrK1": {
+ "x": 28,
+ "y": 4
+ },
+ "T9GxX": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 96
+ },
+ "x6m4L": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "VRvPw": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 1
+ },
+ "OsH2o": {
+ "x": 1,
+ "y": 1
+ },
+ "YKRFk": {
+ "x": 28
+ },
+ "4uAPm": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 26
+ },
+ "VclAP": {
+ "height": "fit_content"
+ },
+ "L5pSI": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "PMhLD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "MGgdX": {
+ "y": 2
+ },
+ "iRMVH": {
+ "width": 44,
+ "fill": "$code-turmeric"
+ },
+ "w94QU": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 44,
+ "y": 2
+ },
+ "BBXp6": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16,
+ "y": 3.966045550353832
+ },
+ "eD6dL": {
+ "y": 0.06796616471260078
+ },
+ "dAnQ6": {
+ "x": 38.03696746687578
+ },
+ "uvz5Q": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 94.03696746687578,
+ "y": 2
+ },
+ "bThRg": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16,
+ "y": 4
+ },
+ "bf81H": {
+ "x": 38
+ },
+ "Y7sNR": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 144.03696746687578,
+ "y": 2
+ },
+ "hO713": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63,
+ "y": 4
+ },
+ "RaO6X": {
+ "height": "fit_content",
+ "y": 40
+ },
+ "lvRm0": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "rgX5I": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HL3i7": {
+ "y": 2
+ },
+ "C33rG": {
+ "width": 44
+ },
+ "JSqM7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 44,
+ "y": 2
+ },
+ "pu4G9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16
+ },
+ "2fLVw": {
+ "x": 38
+ },
+ "V7fOi": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 94,
+ "y": 2
+ },
+ "vAr6o": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16
+ },
+ "UxqRw": {
+ "x": 38
+ },
+ "vdaG9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 144,
+ "y": 2
+ },
+ "7wMpk": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ },
+ "eYQcA": {
+ "height": "fit_content",
+ "y": 80
+ },
+ "t8819": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "fW7Zo": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "cTMO7": {
+ "y": 2
+ },
+ "fD85J": {
+ "width": 83
+ },
+ "1tGtK": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 83,
+ "y": 2
+ },
+ "7MjWW": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "lOvHA": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "MtSub": {
+ "x": 2
+ },
+ "11GlC": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 120
+ },
+ "P6ck7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "3xyJE": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "fl7BL": {
+ "y": 2
+ },
+ "QL2dx": {
+ "width": 36
+ },
+ "lAt5L": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "DZUUw": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "mdiuW": {
+ "x": 87
+ },
+ "xStAq": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "1iRt0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "WL6RF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8ZVAI": {
+ "x": 2
+ },
+ "s5qwD": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 222
+ },
+ "p629F": {
+ "width": "fill_container"
+ },
+ "z2EBk": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 26
+ },
+ "zsVi8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "xH7s1": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "y8kmU": {
+ "y": 2
+ },
+ "hAIAT": {
+ "width": 36
+ },
+ "DbGOe": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "PswU0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "zFx4S": {
+ "x": 87
+ },
+ "Asiix": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "KG0bO": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "jS4AU": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "ELMHD": {
+ "x": 2
+ },
+ "FuPjD": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 40
+ },
+ "WngU0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "0Qy1u": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pMUFB": {
+ "y": 2
+ },
+ "bdg91": {
+ "width": 75
+ },
+ "dxTsr": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "okRux": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "hEZJJ": {
+ "x": 2
+ },
+ "DwUIz": {
+ "x": 91
+ },
+ "QtqNr": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "6Rmxt": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "IefV1": {
+ "x": 61
+ },
+ "7S5Xz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "9NSBD": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "K6gYt": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "IttCn": {
+ "x": 2
+ },
+ "yHFor": {
+ "height": "fit_content",
+ "y": 80
+ },
+ "LQrPV": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "xOsZd": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "UjWo9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 2
+ },
+ "ka6UF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HXnyA": {
+ "x": 2
+ },
+ "YWvO1": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 48,
+ "y": 2
+ },
+ "9c5ef": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "JUxgb": {
+ "x": 2
+ },
+ "dUc9l": {
+ "x": 91
+ },
+ "ldEk8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 151,
+ "y": 2
+ },
+ "ZNnQW": {
+ "height": "fit_content",
+ "y": 120
+ },
+ "UralN": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "sCMro": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "yP1xb": {
+ "y": 2
+ },
+ "p3eHa": {
+ "width": 98
+ },
+ "CPbmL": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 98,
+ "y": 2
+ },
+ "nNz8R": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "sz66M": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "QW7Kq": {
+ "x": 2
+ },
+ "mFw4x": {
+ "height": "fit_content",
+ "y": 160
+ },
+ "AIuxG": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "kRJ1U": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8YkMk": {
+ "y": 2
+ },
+ "1FFS1": {
+ "width": 83
+ },
+ "QI8zv": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 83,
+ "y": 2
+ },
+ "u7gSB": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "eeDvo": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "habUf": {
+ "x": 2
+ },
+ "6wWZz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 200
+ },
+ "y8xSr": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "YRc4u": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "PkUjf": {
+ "y": 2
+ },
+ "g8svZ": {
+ "width": 75
+ },
+ "Abm7W": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "LXFJt": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "FYDdv": {
+ "x": 2
+ },
+ "3Aa95": {
+ "x": 91
+ },
+ "kP6Kp": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Td8v9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "6sFpR": {
+ "x": 61
+ },
+ "EaNOI": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "mDW4M": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "aMeq8": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3mMts": {
+ "x": 2
+ },
+ "L6X0m": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 240
+ },
+ "AsUkI": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "kV6Hd": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "XzIxD": {
+ "y": 2
+ },
+ "tGeje": {
+ "width": 75
+ },
+ "mt60I": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "NR58l": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "VB6VB": {
+ "x": 2
+ },
+ "Eek5T": {
+ "x": 91
+ },
+ "CXZpx": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "qaF0n": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "9v9sf": {
+ "x": 61
+ },
+ "mAd24": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "1ACuc": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "Lx6jD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Ga98a": {
+ "x": 2
+ },
+ "mgtCq": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 280
+ },
+ "Axn8J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "sTeAv": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "fafba": {
+ "y": 2
+ },
+ "vNw5G": {
+ "width": 75
+ },
+ "LhLR3": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "Hw7JV": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "k9MMB": {
+ "x": 2
+ },
+ "xKfan": {
+ "x": 91
+ },
+ "KHbcv": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "aK7NJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "GJCdn": {
+ "x": 61
+ },
+ "OgNJN": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "vL8fH": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "FPEJl": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "oRv4S": {
+ "x": 2
+ },
+ "uGrTN": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 320
+ },
+ "En6T9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "tL03q": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "2lAap": {
+ "y": 2
+ },
+ "FzMB1": {
+ "width": 36
+ },
+ "afF1v": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "yTLoU": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "kw6Nc": {
+ "x": 87
+ },
+ "UcYhx": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "aIAs0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "Aw0Wb": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "taWFU": {
+ "x": 2
+ },
+ "ONXuJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 360
+ },
+ "fFQIk": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "moiZB": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "CfRT0": {
+ "y": 2
+ },
+ "PPq1j": {
+ "width": 36
+ },
+ "0IJna": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "OLNxo": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "e4Ggs": {
+ "x": 87
+ },
+ "0D1lj": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "mgunP": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "QnHRO": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "WjVZw": {
+ "x": 2
+ },
+ "dNo0q": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 400
+ },
+ "7LEDx": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "hDHAB": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3dwOV": {
+ "y": 2
+ },
+ "oka8m": {
+ "width": 36
+ },
+ "Wjmyf": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "cxTFJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "2dfto": {
+ "x": 87
+ },
+ "KDMOz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "3I8GE": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "za8Gr": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "A4cER": {
+ "x": 2
+ },
+ "iEsFs": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 440
+ },
+ "KWUQo": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "KIj6F": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "luq9a": {
+ "y": 2
+ },
+ "8CvrQ": {
+ "width": 36
+ },
+ "gA3SJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "Zd0Vi": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "RJnMp": {
+ "x": 87
+ },
+ "nkMS0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "4igwP": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "UxNnb": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "EJEGl": {
+ "x": 2
+ }
+ }
+ },
+ {
+ "id": "Hg6R9",
+ "type": "ref",
+ "ref": "R4cze",
+ "x": 360,
+ "y": 0,
+ "width": "fill_container",
+ "descendants": {
+ "dDy0I": {
+ "width": "fill_container",
+ "height": "fill_container"
+ },
+ "vgyyb": {
+ "width": "fill_container",
+ "height": "fill_container"
+ },
+ "OEjLy": {
+ "x": 12,
+ "y": 8
+ },
+ "3znXQ": {
+ "x": 12,
+ "y": 29
+ },
+ "ysJoW": {
+ "x": 12,
+ "y": 50
+ },
+ "LeKjW": {
+ "x": 12,
+ "y": 71
+ },
+ "j6rfX": {
+ "x": 12,
+ "y": 92
+ },
+ "bH8aL": {
+ "x": 12,
+ "y": 113
+ },
+ "9HtlL": {
+ "x": 12,
+ "y": 134
+ },
+ "pTmnq": {
+ "x": 12,
+ "y": 155
+ },
+ "IPUMS": {
+ "x": 12,
+ "y": 176
+ },
+ "x50UM": {
+ "x": 12,
+ "y": 197
+ },
+ "9gOcE": {
+ "height": "fit_content"
+ },
+ "yQGXa": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "v5sXU": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "vDYs3": {
+ "x": 20,
+ "y": 16
+ },
+ "oc467": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 57,
+ "y": 16
+ },
+ "N2Rbp": {
+ "y": 112
+ },
+ "vqkAb": {
+ "y": 225
+ },
+ "Buynh": {
+ "height": "fit_content"
+ },
+ "xVj9d": {
+ "width": "fill_container"
+ },
+ "DmEgt": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 22
+ },
+ "YqouH": {
+ "x": 338
+ },
+ "cF02B": {
+ "y": 45
+ },
+ "VZJT4": {
+ "y": 67
+ },
+ "iwjpJ": {
+ "y": 89
+ },
+ "uSroT": {
+ "y": 111
+ },
+ "fQ9BQ": {
+ "y": 133
+ },
+ "bKYgH": {
+ "y": 155
+ },
+ "RRvzz": {
+ "x": 3.552696738141556e-15,
+ "y": 538.0000476837158
+ },
+ "xAcRG": {
+ "width": "fit_content",
+ "height": "fill_container",
+ "x": 472
+ },
+ "hnkYZ": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "JrHZn": {
+ "height": "fit_content",
+ "x": 8,
+ "y": 626
+ },
+ "TDC7B": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VUGFF/IHp1P": {
+ "x": 10
+ },
+ "TjQpG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "iRFXl/IHp1P": {
+ "x": 10
+ },
+ "4PafP": {
+ "width": "fit_content"
+ },
+ "ixJpA/IHp1P": {
+ "x": 10
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SVFo4",
+ "name": "editor-panel-sprite-costumes",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "7cDwh",
+ "type": "ref",
+ "ref": "t7FVl",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "reV1Z": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "YMTFi": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8halk": {
+ "x": 16,
+ "y": 9
+ },
+ "3YBLz": {
+ "opacity": 1,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "gXeWC": {
+ "x": 16,
+ "y": 9
+ },
+ "54M7x": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 182
+ },
+ "odguC": {
+ "x": 16,
+ "y": 9
+ },
+ "JHs2l": {
+ "enabled": false,
+ "width": "fit_content"
+ },
+ "FvOwi": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FvOwi/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "2lnYQ",
+ "name": "main-editor-panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "id": "mU6Cw",
+ "type": "ref",
+ "ref": "FeFaA",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "EROEs": {
+ "height": "fill_container"
+ },
+ "mswAs": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Npefc/XGe5d": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Npefc/wm1Nd": {
+ "x": 22.5
+ },
+ "h1aTD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "akHIP/n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "akHIP/ieflL": {
+ "x": 22.5
+ },
+ "zngyj": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3Wo7W/n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3Wo7W/ieflL": {
+ "x": 22.5
+ },
+ "NmJut": {
+ "width": "fill_container",
+ "x": 0.04057118826311089,
+ "y": 721.7793307798149
+ },
+ "tYlkx": {
+ "x": 51.985297291138906,
+ "y": 14.01472977986502
+ }
+ }
+ },
+ {
+ "id": "JE712",
+ "type": "ref",
+ "ref": "DSIMn",
+ "x": 120,
+ "y": 0,
+ "descendants": {
+ "MqCND": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 345.97600287905425,
+ "y": 24
+ },
+ "qo0n0": {
+ "x": 0.04812343285047431
+ },
+ "YYiGG": {
+ "x": 62.04799424189157,
+ "y": 4.059034260003315
+ },
+ "bKO2T": {
+ "height": "fill_container",
+ "x": 20,
+ "y": 66.11806852000663
+ },
+ "HIbyV": {
+ "enabled": false
+ },
+ "hQzge": {
+ "enabled": false,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/FhVYf": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/okmoP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/DoI7l": {
+ "x": 20
+ },
+ "hQzge/sdr9R": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "hQzge/Qfbji": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 134
+ },
+ "hQzge/s91hf": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/skcqB": {
+ "x": 20
+ },
+ "hQzge/A7Eg8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 67
+ },
+ "hQzge/wCzXg": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 246
+ },
+ "hQzge/z7VU7": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/Xsh5a": {
+ "x": 20
+ },
+ "hQzge/MhzRc": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 61
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EnaZY",
+ "name": "editor-panel-sprite-animations",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "GVHHD",
+ "type": "ref",
+ "ref": "t7FVl",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "reV1Z": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "YMTFi": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8halk": {
+ "x": 16,
+ "y": 9
+ },
+ "3YBLz": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "gXeWC": {
+ "x": 16,
+ "y": 9
+ },
+ "54M7x": {
+ "opacity": 1,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 182
+ },
+ "odguC": {
+ "x": 16,
+ "y": 9
+ },
+ "JHs2l": {
+ "enabled": false,
+ "width": "fit_content"
+ },
+ "FvOwi": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FvOwi/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "e3lSz",
+ "name": "main-editor-panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "id": "E2tLV",
+ "type": "ref",
+ "ref": "FeFaA",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "EROEs": {
+ "height": "fill_container"
+ },
+ "mswAs": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Npefc/XGe5d": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Npefc/wm1Nd": {
+ "x": 22.5
+ },
+ "h1aTD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "akHIP/n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "akHIP/ieflL": {
+ "x": 22.5
+ },
+ "zngyj": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3Wo7W/n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3Wo7W/ieflL": {
+ "x": 22.5
+ },
+ "NmJut": {
+ "width": "fill_container",
+ "x": 0.04057118826311089,
+ "y": 721.7793307798149
+ },
+ "tYlkx": {
+ "x": 51.985297291138906,
+ "y": 14.01472977986502
+ }
+ }
+ },
+ {
+ "id": "MctBB",
+ "type": "ref",
+ "ref": "DSIMn",
+ "x": 120,
+ "y": 0,
+ "descendants": {
+ "MqCND": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 345.97600287905425,
+ "y": 24
+ },
+ "qo0n0": {
+ "x": 0.04812343285047431
+ },
+ "YYiGG": {
+ "x": 62.04799424189157,
+ "y": 4.059034260003315
+ },
+ "bKO2T": {
+ "height": "fill_container",
+ "x": 20,
+ "y": 66.11806852000663
+ },
+ "HIbyV": {
+ "enabled": false
+ },
+ "hQzge": {
+ "enabled": true,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 198
+ },
+ "hQzge/FhVYf": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/okmoP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/DoI7l": {
+ "x": 20
+ },
+ "hQzge/sdr9R": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "hQzge/Qfbji": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 134
+ },
+ "hQzge/s91hf": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/skcqB": {
+ "x": 20
+ },
+ "hQzge/A7Eg8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 67
+ },
+ "hQzge/wCzXg": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 246
+ },
+ "hQzge/z7VU7": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/Xsh5a": {
+ "x": 20
+ },
+ "hQzge/MhzRc": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 61
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RuJDv",
+ "name": "editor-panel-sprite-animations",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "IrjAC",
+ "type": "ref",
+ "ref": "t7FVl",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "reV1Z": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "YMTFi": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8halk": {
+ "x": 16,
+ "y": 9
+ },
+ "3YBLz": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "gXeWC": {
+ "x": 16,
+ "y": 9
+ },
+ "54M7x": {
+ "opacity": 1,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 182
+ },
+ "odguC": {
+ "x": 16,
+ "y": 9
+ },
+ "JHs2l": {
+ "enabled": false,
+ "width": "fit_content"
+ },
+ "FvOwi": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FvOwi/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ }
+ }
+ },
+ {
+ "id": "KUPJ9",
+ "type": "ref",
+ "ref": "F78AI",
+ "x": 0,
+ "y": 44,
+ "descendants": {
+ "j7o7S": {
+ "width": "fill_container",
+ "height": "fill_container",
+ "x": 20,
+ "y": 24
+ },
+ "WNxn7": {
+ "height": "fit_content",
+ "x": 186,
+ "y": 262
+ },
+ "SxkQl": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 188
+ },
+ "iXSkA": {
+ "x": 0
+ },
+ "8xGlk": {
+ "content": "No animation",
+ "y": 104
+ },
+ "vQnKa": {
+ "flipX": false,
+ "flipY": false,
+ "width": "fit_content",
+ "height": 40,
+ "x": 95.5,
+ "y": 154,
+ "clip": false
+ },
+ "dxphu": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "dxphu/qu0Rs": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "dxphu/28nFU": {
+ "content": "Group costumes as animation",
+ "x": 50
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yljU1",
+ "name": "editor-panel-canvas",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/map-bg.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 16,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O7xpj",
+ "name": "Central Image",
+ "width": 480,
+ "height": 360,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "stretch"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ur1OF",
+ "name": "editor-panel-stage",
+ "gap": 50,
+ "padding": 50,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xStOZ",
+ "name": "editor-panel-stage-code",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "tF4XT",
+ "type": "ref",
+ "ref": "LbTBW",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "puABC": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "DM2jx": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HW1JZ": {
+ "x": 16,
+ "y": 9
+ },
+ "lCM4Y": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "jykpH": {
+ "x": 16,
+ "y": 9
+ },
+ "jFv7h": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 168
+ },
+ "9xEIO": {
+ "x": 16,
+ "y": 9
+ },
+ "GcJVr": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 258
+ },
+ "VrX5f": {
+ "x": 16,
+ "y": 9
+ },
+ "Ucuyu": {
+ "width": "fit_content",
+ "x": 793
+ },
+ "qWBMD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "qWBMD/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "leFgD": {
+ "enabled": false,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FImWz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 7
+ },
+ "hEdKo": {
+ "x": 94,
+ "y": 3
+ },
+ "Zm3Mv": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 114
+ },
+ "GT8ws": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "27t4P": {
+ "x": 12,
+ "y": 7
+ },
+ "qw42T": {
+ "x": 45
+ },
+ "bDIUi": {
+ "x": 12.5,
+ "y": 7
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "QxRF8",
+ "name": "editor-main-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "id": "HnGz0",
+ "type": "ref",
+ "ref": "aAgrg",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fill_container",
+ "descendants": {
+ "Pth0W": {
+ "x": 4,
+ "y": 12
+ },
+ "zgytg": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 13,
+ "y": 5
+ },
+ "dFPCv": {
+ "x": 1
+ },
+ "H87yH": {
+ "y": 26
+ },
+ "Ndj9S": {
+ "x": 4,
+ "y": 76
+ },
+ "n3VwG": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 14,
+ "y": 5
+ },
+ "AZtkh": {
+ "x": 0
+ },
+ "dEJbt": {
+ "y": 26
+ },
+ "xxYUO": {
+ "x": 4,
+ "y": 140
+ },
+ "ASn0t": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 11,
+ "y": 5
+ },
+ "9B4kx": {
+ "x": 3
+ },
+ "zmKLF": {
+ "y": 26
+ },
+ "2Zc4Z": {
+ "x": 4,
+ "y": 204
+ },
+ "LqkfB": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10,
+ "y": 5
+ },
+ "LleQX": {
+ "x": 4
+ },
+ "Cj6O1": {
+ "y": 26
+ },
+ "9TCUO": {
+ "x": 4,
+ "y": 268
+ },
+ "OBO0X": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8.5,
+ "y": 5
+ },
+ "iI8Yg": {
+ "x": 5.5
+ },
+ "VW9D6": {
+ "y": 26
+ },
+ "zrwE5": {
+ "x": 4,
+ "y": 332
+ },
+ "vl8vi": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "6zz4N": {
+ "x": 2
+ },
+ "laofm": {
+ "y": 26
+ },
+ "skHJg": {
+ "x": 4,
+ "y": 396
+ },
+ "WqZ23": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 5
+ },
+ "mTTJn": {
+ "x": 2
+ },
+ "NBoN0": {
+ "y": 26
+ }
+ }
+ },
+ {
+ "id": "xiSEd",
+ "type": "ref",
+ "ref": "eIJu0",
+ "x": 60,
+ "y": 0,
+ "descendants": {
+ "XKYDN": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 12
+ },
+ "Cjcl2": {
+ "width": "fill_container"
+ },
+ "OK2ns": {
+ "height": "fit_content"
+ },
+ "71M4r": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 126
+ },
+ "kM7Y0": {
+ "x": 4,
+ "y": 4
+ },
+ "Vs24S": {
+ "height": "fit_content"
+ },
+ "QpsS6": {
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "nhuce": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "1Ira7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 46
+ },
+ "e7ElO": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "iFuKV": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "KbUSX": {
+ "x": 5,
+ "y": 1
+ },
+ "MSeD6": {
+ "x": 1,
+ "y": 11
+ },
+ "8yrK1": {
+ "x": 28,
+ "y": 4
+ },
+ "T9GxX": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 96
+ },
+ "x6m4L": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 8,
+ "y": 8
+ },
+ "VRvPw": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 1
+ },
+ "OsH2o": {
+ "x": 1,
+ "y": 1
+ },
+ "YKRFk": {
+ "x": 28
+ },
+ "4uAPm": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 26
+ },
+ "VclAP": {
+ "height": "fit_content"
+ },
+ "L5pSI": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "PMhLD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "MGgdX": {
+ "y": 2
+ },
+ "iRMVH": {
+ "width": 44
+ },
+ "w94QU": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 44,
+ "y": 2
+ },
+ "BBXp6": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16,
+ "y": 3.966045550353832
+ },
+ "eD6dL": {
+ "y": 0.06796616471260078
+ },
+ "dAnQ6": {
+ "x": 38.03696746687578
+ },
+ "uvz5Q": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 94.03696746687578,
+ "y": 2
+ },
+ "bThRg": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16,
+ "y": 4
+ },
+ "bf81H": {
+ "x": 38
+ },
+ "Y7sNR": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 144.03696746687578,
+ "y": 2
+ },
+ "hO713": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63,
+ "y": 4
+ },
+ "RaO6X": {
+ "height": "fit_content",
+ "y": 40
+ },
+ "lvRm0": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "rgX5I": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HL3i7": {
+ "y": 2
+ },
+ "C33rG": {
+ "width": 44,
+ "fill": "$--primary"
+ },
+ "JSqM7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 44,
+ "y": 2
+ },
+ "pu4G9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16
+ },
+ "2fLVw": {
+ "x": 38
+ },
+ "V7fOi": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 94,
+ "y": 2
+ },
+ "vAr6o": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 16
+ },
+ "UxqRw": {
+ "x": 38
+ },
+ "vdaG9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 144,
+ "y": 2
+ },
+ "7wMpk": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 63
+ },
+ "eYQcA": {
+ "height": "fit_content",
+ "y": 80
+ },
+ "t8819": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "fW7Zo": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "cTMO7": {
+ "y": 2
+ },
+ "fD85J": {
+ "width": 83
+ },
+ "1tGtK": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 83,
+ "y": 2
+ },
+ "7MjWW": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "lOvHA": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "MtSub": {
+ "x": 2
+ },
+ "11GlC": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 120
+ },
+ "P6ck7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "3xyJE": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "fl7BL": {
+ "y": 2
+ },
+ "QL2dx": {
+ "width": 36
+ },
+ "lAt5L": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "DZUUw": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "mdiuW": {
+ "x": 87
+ },
+ "xStAq": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "1iRt0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "WL6RF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8ZVAI": {
+ "x": 2
+ },
+ "s5qwD": {
+ "height": "fit_content",
+ "x": 16,
+ "y": 222
+ },
+ "p629F": {
+ "width": "fill_container"
+ },
+ "z2EBk": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 26
+ },
+ "zsVi8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "xH7s1": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "y8kmU": {
+ "y": 2
+ },
+ "hAIAT": {
+ "width": 36
+ },
+ "DbGOe": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "PswU0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "zFx4S": {
+ "x": 87
+ },
+ "Asiix": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "KG0bO": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "jS4AU": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "ELMHD": {
+ "x": 2
+ },
+ "FuPjD": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 40
+ },
+ "WngU0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "0Qy1u": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pMUFB": {
+ "y": 2
+ },
+ "bdg91": {
+ "width": 75
+ },
+ "dxTsr": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "okRux": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "hEZJJ": {
+ "x": 2
+ },
+ "DwUIz": {
+ "x": 91
+ },
+ "QtqNr": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "6Rmxt": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "IefV1": {
+ "x": 61
+ },
+ "7S5Xz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "9NSBD": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "K6gYt": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "IttCn": {
+ "x": 2
+ },
+ "yHFor": {
+ "height": "fit_content",
+ "y": 80
+ },
+ "LQrPV": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "xOsZd": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "UjWo9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 2
+ },
+ "ka6UF": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HXnyA": {
+ "x": 2
+ },
+ "YWvO1": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 48,
+ "y": 2
+ },
+ "9c5ef": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "JUxgb": {
+ "x": 2
+ },
+ "dUc9l": {
+ "x": 91
+ },
+ "ldEk8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 151,
+ "y": 2
+ },
+ "ZNnQW": {
+ "height": "fit_content",
+ "y": 120
+ },
+ "UralN": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "sCMro": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "yP1xb": {
+ "y": 2
+ },
+ "p3eHa": {
+ "width": 98
+ },
+ "CPbmL": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 98,
+ "y": 2
+ },
+ "nNz8R": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "sz66M": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "QW7Kq": {
+ "x": 2
+ },
+ "mFw4x": {
+ "height": "fit_content",
+ "y": 160
+ },
+ "AIuxG": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "kRJ1U": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8YkMk": {
+ "y": 2
+ },
+ "1FFS1": {
+ "width": 83
+ },
+ "QI8zv": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 83,
+ "y": 2
+ },
+ "u7gSB": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "eeDvo": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "habUf": {
+ "x": 2
+ },
+ "6wWZz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 200
+ },
+ "y8xSr": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "YRc4u": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "PkUjf": {
+ "y": 2
+ },
+ "g8svZ": {
+ "width": 75
+ },
+ "Abm7W": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "LXFJt": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "FYDdv": {
+ "x": 2
+ },
+ "3Aa95": {
+ "x": 91
+ },
+ "kP6Kp": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Td8v9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "6sFpR": {
+ "x": 61
+ },
+ "EaNOI": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "mDW4M": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "aMeq8": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3mMts": {
+ "x": 2
+ },
+ "L6X0m": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 240
+ },
+ "AsUkI": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "kV6Hd": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "XzIxD": {
+ "y": 2
+ },
+ "tGeje": {
+ "width": 75
+ },
+ "mt60I": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "NR58l": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "VB6VB": {
+ "x": 2
+ },
+ "Eek5T": {
+ "x": 91
+ },
+ "CXZpx": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "qaF0n": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "9v9sf": {
+ "x": 61
+ },
+ "mAd24": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "1ACuc": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "Lx6jD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Ga98a": {
+ "x": 2
+ },
+ "mgtCq": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 280
+ },
+ "Axn8J": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "sTeAv": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "fafba": {
+ "y": 2
+ },
+ "vNw5G": {
+ "width": 75
+ },
+ "LhLR3": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 75,
+ "y": 2
+ },
+ "Hw7JV": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 32
+ },
+ "k9MMB": {
+ "x": 2
+ },
+ "xKfan": {
+ "x": 91
+ },
+ "KHbcv": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "aK7NJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 37
+ },
+ "GJCdn": {
+ "x": 61
+ },
+ "OgNJN": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 178,
+ "y": 2
+ },
+ "vL8fH": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 40
+ },
+ "FPEJl": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "oRv4S": {
+ "x": 2
+ },
+ "uGrTN": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 320
+ },
+ "En6T9": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "tL03q": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "2lAap": {
+ "y": 2
+ },
+ "FzMB1": {
+ "width": 36
+ },
+ "afF1v": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "yTLoU": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "kw6Nc": {
+ "x": 87
+ },
+ "UcYhx": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "aIAs0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "Aw0Wb": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "taWFU": {
+ "x": 2
+ },
+ "ONXuJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 360
+ },
+ "fFQIk": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "moiZB": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "CfRT0": {
+ "y": 2
+ },
+ "PPq1j": {
+ "width": 36
+ },
+ "0IJna": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "OLNxo": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "e4Ggs": {
+ "x": 87
+ },
+ "0D1lj": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "mgunP": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "QnHRO": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "WjVZw": {
+ "x": 2
+ },
+ "dNo0q": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 400
+ },
+ "7LEDx": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "hDHAB": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3dwOV": {
+ "y": 2
+ },
+ "oka8m": {
+ "width": 36
+ },
+ "Wjmyf": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "cxTFJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "2dfto": {
+ "x": 87
+ },
+ "KDMOz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "3I8GE": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "za8Gr": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "A4cER": {
+ "x": 2
+ },
+ "iEsFs": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 440
+ },
+ "KWUQo": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 6,
+ "y": 2
+ },
+ "KIj6F": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "luq9a": {
+ "y": 2
+ },
+ "8CvrQ": {
+ "width": 36
+ },
+ "gA3SJ": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 36,
+ "y": 2
+ },
+ "Zd0Vi": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 71
+ },
+ "RJnMp": {
+ "x": 87
+ },
+ "nkMS0": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 135,
+ "y": 2
+ },
+ "4igwP": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 79
+ },
+ "UxNnb": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "EJEGl": {
+ "x": 2
+ }
+ }
+ },
+ {
+ "id": "oDei0",
+ "type": "ref",
+ "ref": "R4cze",
+ "x": 360,
+ "y": 0,
+ "width": "fill_container",
+ "height": "fill_container",
+ "descendants": {
+ "dDy0I": {
+ "width": "fill_container",
+ "height": "fill_container"
+ },
+ "vgyyb": {
+ "width": "fill_container",
+ "height": "fill_container"
+ },
+ "OEjLy": {
+ "x": 12,
+ "y": 8
+ },
+ "3znXQ": {
+ "x": 12,
+ "y": 29
+ },
+ "ysJoW": {
+ "x": 12,
+ "y": 50
+ },
+ "LeKjW": {
+ "x": 12,
+ "y": 71
+ },
+ "j6rfX": {
+ "x": 12,
+ "y": 92
+ },
+ "bH8aL": {
+ "x": 12,
+ "y": 113
+ },
+ "9HtlL": {
+ "x": 12,
+ "y": 134
+ },
+ "pTmnq": {
+ "x": 12,
+ "y": 155
+ },
+ "IPUMS": {
+ "x": 12,
+ "y": 176
+ },
+ "x50UM": {
+ "x": 12,
+ "y": 197
+ },
+ "9gOcE": {
+ "height": "fit_content"
+ },
+ "yQGXa": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "v5sXU": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "vDYs3": {
+ "x": 20,
+ "y": 16
+ },
+ "oc467": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 57,
+ "y": 16
+ },
+ "N2Rbp": {
+ "y": 112
+ },
+ "vqkAb": {
+ "y": 225
+ },
+ "Buynh": {
+ "height": "fit_content"
+ },
+ "xVj9d": {
+ "width": "fill_container"
+ },
+ "DmEgt": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "y": 22
+ },
+ "YqouH": {
+ "x": 338
+ },
+ "cF02B": {
+ "y": 45
+ },
+ "VZJT4": {
+ "y": 67
+ },
+ "iwjpJ": {
+ "y": 89
+ },
+ "uSroT": {
+ "y": 111
+ },
+ "fQ9BQ": {
+ "y": 133
+ },
+ "bKYgH": {
+ "y": 155
+ },
+ "RRvzz": {
+ "x": 3.552696738141556e-15,
+ "y": 538.0000476837158
+ },
+ "xAcRG": {
+ "width": "fit_content",
+ "height": "fill_container",
+ "x": 472
+ },
+ "hnkYZ": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "JrHZn": {
+ "height": "fit_content",
+ "x": 8,
+ "y": 626
+ },
+ "TDC7B": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VUGFF/IHp1P": {
+ "x": 10
+ },
+ "TjQpG": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "iRFXl/IHp1P": {
+ "x": 10
+ },
+ "4PafP": {
+ "width": "fit_content"
+ },
+ "ixJpA/IHp1P": {
+ "x": 10
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xtmAF",
+ "name": "editor-panel-stage-widgets",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "0EubM",
+ "type": "ref",
+ "ref": "LbTBW",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "puABC": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "DM2jx": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HW1JZ": {
+ "x": 16,
+ "y": 9
+ },
+ "lCM4Y": {
+ "opacity": 1,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "jykpH": {
+ "x": 16,
+ "y": 9
+ },
+ "jFv7h": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 168
+ },
+ "9xEIO": {
+ "x": 16,
+ "y": 9
+ },
+ "GcJVr": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 258
+ },
+ "VrX5f": {
+ "x": 16,
+ "y": 9
+ },
+ "Ucuyu": {
+ "width": "fit_content",
+ "x": 793
+ },
+ "qWBMD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "qWBMD/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "leFgD": {
+ "enabled": false,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FImWz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 7
+ },
+ "hEdKo": {
+ "x": 94,
+ "y": 3
+ },
+ "Zm3Mv": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 114
+ },
+ "GT8ws": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "27t4P": {
+ "x": 12,
+ "y": 7
+ },
+ "qw42T": {
+ "x": 45
+ },
+ "bDIUi": {
+ "x": 12.5,
+ "y": 7
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "vR3gB",
+ "name": "editor-main-panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "id": "vDI40",
+ "type": "ref",
+ "ref": "UWYL4",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "8PplC": {
+ "height": "fill_container"
+ },
+ "0AMPk": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "3L6t8/fT7qH": {
+ "width": "fit_content"
+ },
+ "c8y1T": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "d0Fy5/PO8e5": {
+ "width": "fit_content"
+ },
+ "Us1pP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "ix10e/PO8e5": {
+ "width": "fit_content"
+ },
+ "3zVUk": {
+ "width": "fill_container",
+ "x": 0.04057118826311089,
+ "y": 721.7793307798149
+ },
+ "iWdnn": {
+ "x": 51.985297291138906,
+ "y": 14.01472977986502
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "18Fkw",
+ "name": "Center Panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey200",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ehyl1",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OovkI",
+ "name": "monitor01",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "EqYH6",
+ "x": 77.0479583555141,
+ "y": 4.075439975747795,
+ "name": "icon-edit-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jHxEl",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cerhc",
+ "fill": "$grey900",
+ "content": "l",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zSUfN",
+ "name": "editor panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "padding": [
+ 0,
+ 114
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mq4ik",
+ "name": "Monitor container",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dq3Jj",
+ "name": "monitor-colorful",
+ "width": 53,
+ "height": 52,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6.6,
+ "id": "4TLx4",
+ "x": 8,
+ "y": 12,
+ "fill": {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "rotation": 0,
+ "size": {
+ "height": 1
+ },
+ "colors": [
+ {
+ "color": "#1080ff",
+ "position": 0
+ },
+ {
+ "color": "#5bacff",
+ "position": 1
+ }
+ ]
+ },
+ "width": 37.4,
+ "height": 28.6
+ },
+ {
+ "type": "group",
+ "id": "zORgU",
+ "x": 25.59899999999982,
+ "y": 15.299999999999955,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.4,
+ "id": "FR5FH",
+ "x": 0,
+ "y": 0,
+ "fill": "#fff",
+ "width": 16.5,
+ "height": 22
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xl90t",
+ "name": "sections",
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "HWjeR",
+ "name": "Label value Section",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rbCvI",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gr39G",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EvygL",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7mbyu",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Label",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "JxdTl",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "My score",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vK62J",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "XWchy",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uky49",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xb9c6",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yIWep",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IXx6r",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "GG4Dp",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9ktgx",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l1sRV",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Value",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uiT0o",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "score",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tzgXV",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "0w3ro",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hBasa",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "64cJt",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vg6sz",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "KVXUT",
+ "name": "Vector",
+ "geometry": "M0 0l372 0",
+ "width": 372,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "$grey500"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "6dWbZ",
+ "name": "Position Section",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "la4NH",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uG5oU",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XbIVg",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QhqkQ",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hcAjF",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "0",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cun7C",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ad8bw",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a4Zkd",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "x8KhQ",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8QfQV",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dlRPS",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "InEdC",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BLQ13",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uTW1H",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6aEs8",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "0",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZRPua",
+ "x": 0,
+ "y": 0,
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mdGHE",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bI1px",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0UzVJ",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1ReFy",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "68Kxi",
+ "name": "size section",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "YufoZ",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UDnqZ",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wXGQr",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2e6oX",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d1QRK",
+ "x": 0,
+ "y": 0,
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bKIuf",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8KL45",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JshXo",
+ "x": 0,
+ "y": 0,
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zH5iZ",
+ "name": "Show Section",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "bvn1N",
+ "name": "Showlabel",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tnife",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SrAps",
+ "x": 52,
+ "y": 0,
+ "name": "tab",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vor4a",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "doRXV",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2YqFu",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3VlTm",
+ "x": 2.010185836184519,
+ "y": 3.32026652869979,
+ "name": "eye",
+ "rotation": -0.12488342235181048,
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tSa2t",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g92B4",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zcCTL",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey800",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "L4dj7",
+ "type": "ref",
+ "ref": "le3CV",
+ "x": 53,
+ "y": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "TA4go",
+ "type": "ref",
+ "ref": "Bse9z",
+ "width": "fit_content",
+ "height": "fit_content",
+ "descendants": {
+ "2yr2X": {
+ "x": 32
+ },
+ "wl5yx": {
+ "fill": "$grey800",
+ "x": 7.9915717902322285,
+ "y": 8.008437098477316,
+ "rotation": 0.060394447599732705
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ax7Jh",
+ "name": "editor-panel-stage-sounds",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "W86f8",
+ "type": "ref",
+ "ref": "LbTBW",
+ "x": 0,
+ "y": 0,
+ "opacity": 1,
+ "height": "fit_content",
+ "descendants": {
+ "puABC": {
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "DM2jx": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HW1JZ": {
+ "x": 16,
+ "y": 9
+ },
+ "lCM4Y": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "jykpH": {
+ "x": 16,
+ "y": 9
+ },
+ "jFv7h": {
+ "opacity": 1,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 168
+ },
+ "9xEIO": {
+ "x": 16,
+ "y": 9
+ },
+ "GcJVr": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 258
+ },
+ "VrX5f": {
+ "x": 16,
+ "y": 9
+ },
+ "Ucuyu": {
+ "x": 474,
+ "y": 6,
+ "enabled": false,
+ "width": "fit_content"
+ },
+ "qWBMD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "qWBMD/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "leFgD": {
+ "enabled": false,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FImWz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 7
+ },
+ "hEdKo": {
+ "x": 94,
+ "y": 3
+ },
+ "Zm3Mv": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 114
+ },
+ "GT8ws": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "27t4P": {
+ "x": 12,
+ "y": 7
+ },
+ "qw42T": {
+ "x": 45
+ },
+ "bDIUi": {
+ "x": 12.5,
+ "y": 7
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "MAzxq",
+ "name": "editor-main-panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "id": "ff5iC",
+ "type": "ref",
+ "ref": "hsJbx",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "5d7VC": {
+ "height": "fill_container"
+ },
+ "zje7h": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "KQAG8/z7mLz": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "KQAG8/z7mLz/4lJT4": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "KQAG8/TOv8n": {
+ "width": "fit_content"
+ },
+ "IbI6l": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "EG66X/XBzks": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "EG66X/XBzks/S92f6": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "rAySq": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "UJmdP/XBzks": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "UJmdP/XBzks/S92f6": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "ZzLDL": {
+ "width": "fill_container",
+ "x": 0.04057118826311089,
+ "y": 721.7793307798149
+ },
+ "wq9rI": {
+ "x": 51.985297291138906,
+ "y": 14.01472977986502
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cz4yR",
+ "name": "Editor Area",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "msihm",
+ "name": "Title Container",
+ "width": "fill_container",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nVTs2",
+ "name": "sound title",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iykEE",
+ "name": "输入文本",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Pplhj",
+ "x": 63.04798227976575,
+ "y": 4.064502831918141,
+ "name": "icon-edit-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DP9rM",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tSBOJ",
+ "fill": "$grey900",
+ "content": "l",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QXj6n",
+ "name": "soundDuration",
+ "fill": "$grey700",
+ "content": "1.2s",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sM5pB",
+ "name": "sound editor",
+ "clip": true,
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 24,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WaE3I",
+ "name": "Waveform",
+ "width": "fill_container",
+ "height": 222,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DPS9v",
+ "name": "Left Handle",
+ "width": 16,
+ "height": "fill_container",
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 12,
+ 0,
+ 0,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "J2hdq",
+ "fill": "$grey100",
+ "width": 2,
+ "height": 40
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i811l",
+ "name": "Waveform Image",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey300",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8IZrr",
+ "name": "Union.svg",
+ "width": 697,
+ "height": 133,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "I4jQq",
+ "x": 0.5,
+ "y": 0.4995431900024414,
+ "geometry": "M0 63.08046l34.03 0c0.918 0 1.807-0.262 2.522-0.744 1.37-0.925 3.299-0.996 4.76-0.174l0.437 0.246c0.78 0.439 1.699 0.673 2.638 0.673l55.991 0c0.778 0 1.538-0.194 2.184-0.558l1.23999-0.697c1.042-0.586 2.448-0.383 3.198 0.46 0.444 0.5 1.144 0.795 1.887 0.795l13.748 0c4.90101 0 9.22901-2.687 10.66401-6.622q0.30999-0.853 0.425-1.74l2.61301-20.389 4.561-21.984c0.13901-0.67 0.454-1.304 0.923-1.85701l0.989-1.16899c0.982-1.16 2.825-1.544 4.34-0.905 1.595 0.672 3.537 0.207 4.46899-1.07l3.514-4.817c0.19-0.26 0.291-0.56 0.291-0.867 0-1.623 2.49099-2.28 3.597-0.948l0.81399 0.982c0.237 0.285 0.38201 0.616 0.42301 0.961l2.36799 19.96999c0.19974 1.67555 0.56212 3.32768 1.082 4.93301l0.551 1.705c0.46792 1.44083 0.70717 2.94609 0.70901 4.461 0 1.923 0.387 3.832 1.146 5.645l0.558 1.334c1.569 3.749 4.16499 7.134 7.58 9.884l5.71699 4.603c2.687 2.163 5.93801 3.77 9.495 4.694l2.23801 0.58c0.81247 0.20924 1.64802 0.31541 2.487 0.316l2.479 0c0.653 0 1.28-0.219 1.741-0.60801l0.12399-0.104c0.992-0.837 2.63699-0.739 3.479 0.207 0.291 0.328 0.69901 0.57 1.165 0.69l6.865 1.783c0.849 0.22 1.732 0.332 2.62 0.332l5.81199 0c0.209 0 0.39501-0.109 0.46801-0.27299 0.14599-0.328 0.75999-3.483 1.16999-5.591 0.18801-0.963 0.332-1.707 0.37101-1.864q0.16099-0.66 0.38299-1.472c1.636-5.98 2.49899-10.542 2.72701-12.076 0.45399-2.875 1.49899-8.97 2.045-10.35 0.49499-1.254 2.904-4.186 4.363-5.861 0.27001-0.31 0.49899-0.643 0.678-0.995 1.042-2.05 3.61999-3.235 6.238-2.867l2.93601 0.41299q0.78199 0.11 1.574 0.11001l1.565 0c0.691 0 1.37301-0.136 1.99001-0.396l0.474-0.20001c0.85222-0.35277 1.80313-0.38615 2.67799-0.09399 1.235 0.417 2.04401 1.422 2.04401 2.54l0 1.665c0 1.08 0.401 2.133 1.146 3.013l2.263 2.672 1.30099 1.372c0.93201 0.983 2.16901 1.731 3.57501 2.163l3.633 1.114c1.031 0.316 1.716 1.139 1.716 2.06 0 0.496 0.20001 0.977 0.569 1.366l2.20902 2.33001c1.73199 1.826 2.67498 4.092 2.67498 6.426l0 1.18699c0 1.37 0.50901 2.708 1.45499 3.82501 1.24799 1.474 3.21701 2.362 5.17499 3.11399 1.211 0.465 2.36401 1.14 2.914 2.069 0.76901 1.297 2.71201 1.908 4.349 2.156 1.15301 0.175 2.306 0.436 3.28 0.984 1.62399 0.913 3.68201 1.094 5.496 0.481l0.69-0.232c2.042-0.69 3.60599-2.113 4.26001-3.87799l1.63599-4.41501c0.491-1.325 0.76599-2.698 0.866-4.083 0.37701-5.188 1.38101-13.16 3.28201-15.16399 1.93301-2.038 4.00799-9.643 5.08801-14.416 0.25916-1.13626 0.76969-2.19999 1.49399-3.11301l0.70401-0.89c0.58301-0.738 1.41-1.318 2.38-1.669l2.22699-0.805c0.64301-0.232 1.059-0.763 1.059-1.35 0-1.118 1.42599-1.827 2.59298-1.29l3.48902 1.606c0.91101 0.419 1.59799 1.111 1.92498 1.938l1.53699 3.889c0.90799 3.066 2.86301 9.2 3.40799 9.2 0.414 0 1.89899 2.645 3.08801 4.927 0.65799 1.262 1.83701 2.286 3.33499 2.848 2.31299 0.867 3.80201 2.794 3.80201 4.92l0 0.304c0.00399 0.91967 0.25659 1.82115 0.73105 2.609l0.93301 1.574c0.651 1.099 1.987 1.793 3.449 1.793 0.94101 0 1.75699-0.407 2.582-0.819 0.456-0.228 0.91401-0.456 1.39701-0.618 0.754-0.253 1.64401-0.002 2.49701 1.437l3.43399 5.794c0.42999 0.726 1.078 1.344 1.88101 1.79499l1.13101 0.637c1.06201 0.597 2.43601 0.636 3.54401 0.10201 1.62799-0.784 3.70599-0.297 4.61499 1.082l1.099 1.67c0.44592 0.68708 1.07486 1.23601 1.81595 1.585 1.66299 0.775 4.20901 1.71 6.33899 1.71l0.90499 0c3.288 0 6.53101 0.576 9.77301 1.15 3.24201 0.576 6.48499 1.15 9.77201 1.15l21.13299 0c1.50601 0 2.72602-1.024 2.72602-2.288l0-2.312c0-1.19 0.58499-2.184 1.221-3.266 0.90101-1.53 1.90601-3.239 1.50602-5.934-0.292-1.971-0.336-4.689-0.28-7.2 0.08099-3.602 1.151-7.16 2.32501-10.626 0.66641-1.95686 1.30515-3.92305 1.91595-5.898q0.13001-0.427 0.129-0.868l0-0.39c0-1.235 0.89899-2.348 2.26401-2.808 0.75134-0.25042 1.5578-0.28541 2.328-0.101l0.185 0.044c1.85699 0.448 4.245 0.94 5.448-0.33 2.849-3.003 6.46899 2.06 7.08401 5.865l3.142 19.436c0 0.192 0.54501 1.035 2.72601 2.876 3.74799 3.161 9.844 1.697 13.27601-1.708l3.03698-3.014c1.82502-1.811 3.137-3.95 3.77899-6.26001 0.37015-1.31681 0.71723-2.64001 1.04099-3.96899 0.341-1.437 1.022-3.019 1.70401-4.60001 0.68201-1.581 1.36301-3.163 1.70401-4.59999 0.45099-1.903 1.867-3.15 2.85699-3.74101 0.34201-0.204 0.775-0.247 1.18799-0.17699 1.81101 0.305 4.67499 4.21 5.69001 5.59399l0.03698 0.05q0.202 0.278 0.45301 0.57401c1.548 1.828 3.17001 4.607 4.48999 7.16 1.65899 3.208 3.71301 6.28 6.41699 8.93999 3.01401 3.632 6.92001 6.649 10.802 9.647l0.54001 0.417c0.88199 0.682 1.68301 1.37 2.29199 2.012 0.67801 0.714 1.548 1.41 2.48099 2.053 3.46402 2.388 8.03403 3.122 12.51602 3.12201 1.70398 0 4.60101 0.575 7.49902 1.15 2.89801 0.575 5.79401 1.15 7.49799 1.15l6.33099 0c1.40198 0 2.69702-0.575 3.99201-1.15 1.29602-0.575 2.591-1.15 3.99298-1.15l3.67401 0c1.604 0 3.17297 0.4 4.50598 1.15 1.33301 0.75 2.90198 1.15 4.50598 1.15l7.39203 0c1.12061 0.00342 2.22772-0.24432 3.23999-0.725 2.021-0.974 3.26703-2.782 3.26703-4.738l0-2.844c0-1.35 0.31403-2.684 0.91998-3.934 1.70099-3.506 4.07898-8.46 4.534-9.61001 0.22601-0.572 0.30402-1.362 0.30102-2.173-0.00701-1.96 0.25898-3.947 1.29902-5.702l0.328-0.553c0.0791-0.13287 0.17084-0.25778 0.27399-0.37299 1.01702-1.145 2.98101-1.317 4.25799-0.374l3.08301 2.275c1.349 1.137 2.39801 2.5 3.08197 3.998l1.47302 3.23c0.6059 1.32718 1.32245 2.60101 2.14197 3.808l1.48297 2.19c2.69598 3.41 5.99402 6.86 10.70001 7.929 0.34101 0.077 0.64203 0.12 0.88898 0.12 1.02301 0 3.74902 1.294 6.47601 2.588 2.72699 1.294 5.45398 2.588 6.47602 2.588l11.58899 0c1.583 0 2.81097-0.795 4.07-1.61 0.69599-0.452 1.40198-0.909 2.18402-1.241 0.43799-0.187 0.87299-0.076 1.24402 0.55 2.26502 3.822 8.16803 4.6 13.25202 4.6l14.01599 0c2.88397 0 5.518 0.63 7.60303 1.13 1.36499 0.326 2.49499 0.596 3.30401 0.596 1.43103 0 2.68799-0.72 3.91901-1.424 1.44-0.824 2.84497-1.628 4.45202-1.24l3.89899 0.939 0 5.837-3.89899 0.94c-1.60699 0.387-3.01202-0.417-4.45202-1.24-1.23102-0.706-2.48798-1.425-3.91901-1.425-0.80902 0-1.93902 0.27-3.30401 0.597-2.08503 0.498-4.719 1.128-7.60303 1.128l-14.01599 0c-5.08399 0-10.987 0.779-13.25202 4.6-0.37097 0.627-0.80603 0.738-1.24402 0.551-0.78198-0.332-1.48797-0.79-2.18402-1.24-1.25897-0.816-2.487-1.61-4.07-1.61l-11.58899 0c-1.02198 0-3.74903 1.293-6.47602 2.587-2.72699 1.294-5.453 2.587-6.47601 2.587-0.24701 0-0.54797 0.044-0.88898 0.121-4.70599 1.07-8.00403 4.519-10.70001 7.93l-1.48297 2.19c-0.81952 1.20667-1.53601 2.48016-2.14197 3.807l-1.47302 3.23c-0.68402 1.499-1.73297 2.86-3.08197 3.998l-3.08301 2.27501c-1.27698 0.943-3.24103 0.771-4.25799-0.374-0.10315-0.11523-0.19489-0.24014-0.27399-0.37301l-0.328-0.553c-1.03998-1.755-1.30603-3.742-1.29902-5.70201 0.003-0.81-0.07501-1.6-0.30102-2.17299-0.45502-1.15-2.83301-6.104-4.534-9.61-0.60083-1.22466-0.9154-2.56988-0.91998-3.934l0-2.84401c0-1.956-1.24597-3.763-3.26703-4.73799-1.01227-0.48068-2.11938-0.72842-3.23999-0.725l-7.39203 0c-1.604 0-3.17297 0.4-4.50598 1.15-1.33301 0.75-2.90198 1.15-4.50598 1.15l-3.67401 0c-1.40198 0-2.69702-0.575-3.99298-1.15-1.29596-0.575-2.59003-1.15-3.99201-1.15l-6.33099 0c-1.70398 0-4.60101 0.575-7.49799 1.15-2.89697 0.57501-5.79498 1.15-7.49902 1.15-4.48199 0-9.052 0.734-12.51599 3.122-0.93302 0.643-1.80301 1.339-2.48099 2.053-0.60901 0.643-1.41 1.33-2.29199 2.01201l-0.539 0.417c-3.883 2.998-7.789 6.015-10.80301 9.647-2.70401 2.66-4.758 5.732-6.41699 8.94-1.32001 2.553-2.94199 5.332-4.48999 7.16q-0.25 0.29699-0.45301 0.57399l-0.03698 0.05001c-1.01502 1.384-3.879 5.289-5.69001 5.594-0.41299 0.07-0.84601 0.028-1.18799-0.177-0.98999-0.59101-2.406-1.838-2.85699-3.741-0.341-1.437-1.022-3.019-1.70401-4.6-0.68201-1.581-1.36301-3.163-1.70401-4.6-0.32382-1.32867-0.67087-2.65153-1.04102-3.96801-0.64199-2.311-1.95401-4.45-3.77899-6.26101l-3.03698-3.014c-3.43201-3.405-9.52802-4.869-13.27601-1.707-2.181 1.84-2.72601 2.683-2.72601 2.875l-3.142 19.436c-0.61499 3.805-4.23498 8.868-7.08401 5.864-1.203-1.268-3.59101-0.777-5.448-0.329l-0.185 0.04399c-0.7702 0.18443-1.57666 0.14944-2.328-0.10098-1.36499-0.46-2.26401-1.573-2.26401-2.809l0-0.388q0-0.442-0.129-0.86799c-0.61065-1.97533-1.24939-3.94187-1.91601-5.89901-1.17401-3.465-2.24399-7.02401-2.32501-10.626-0.056-2.511-0.012-5.229 0.28-7.2 0.39999-2.695-0.60502-4.403-1.50602-5.934-0.63598-1.082-1.221-2.075-1.221-3.266l0-2.30999c0-1.265-1.22001-2.29-2.72602-2.29l-21.13299 0c-3.28699 0-6.53 0.575-9.77201 1.15-3.242 0.575-6.48498 1.15-9.77301 1.15l-0.905 0c-2.13 0-4.67599 0.936-6.33899 1.711-0.74115 0.34926-1.37008 0.89855-1.81594 1.58599l-1.099 1.669c-0.909 1.38-2.987 1.867-4.61499 1.082-1.108-0.535-2.482-0.495-3.54401 0.102l-1.13101 0.637c-0.80301 0.451-1.45099 1.07-1.88101 1.79599l-3.43399 5.793c-0.853 1.439-1.74302 1.69-2.49701 1.437-0.483-0.162-0.94101-0.39-1.39701-0.618-0.82501-0.412-1.64099-0.82-2.582-0.82-1.462 0-2.798 0.695-3.449 1.794l-0.93302 1.574c-0.47457 0.78815-0.72717 1.69-0.73095 2.61001l0 0.302c0 2.127-1.48902 4.054-3.802 4.921-1.49799 0.562-2.67701 1.586-3.335 2.848-1.18899 2.28199-2.67401 4.927-3.08801 4.927-0.54501 0-2.5 6.134-3.40799 9.2l-1.53699 3.889c-0.32699 0.827-1.014 1.51899-1.92498 1.938l-3.48902 1.606c-1.16699 0.537-2.59298-0.172-2.59298-1.29 0-0.587-0.41599-1.118-1.05899-1.35l-2.22699-0.805c-0.97001-0.351-1.797-0.931-2.38001-1.669l-0.70401-0.89c-0.72433-0.91303-1.23486-1.97676-1.49402-3.113-1.07998-4.77301-3.155-12.378-5.08801-14.416-1.901-2.004-2.905-9.976-3.28201-15.164-0.09443-1.39474-0.38599-2.76906-0.866-4.082l-1.63599-4.41601c-0.65399-1.765-2.21798-3.189-4.26001-3.87799l-0.69-0.23201c-1.81399-0.613-3.87201-0.432-5.496 0.48101-0.974 0.548-2.12702 0.81-3.28 0.984-1.63699 0.248-3.57999 0.86-4.349 2.156-0.54999 0.929-1.703 1.604-2.914 2.069-1.95801 0.752-3.927 1.64-5.17499 3.114-0.94601 1.117-1.45499 2.454-1.45499 3.82499l0 1.187c0 2.334-0.94299 4.6-2.67498 6.427l-2.20902 2.33c-0.35885 0.36444-0.56274 0.85359-0.569 1.36501 0 0.921-0.685 1.744-1.716 2.05999l-3.633 1.115c-1.406 0.43-2.643 1.18-3.57499 2.162l-1.301 1.37201-2.263 2.67199c-0.74499 0.88-1.146 1.933-1.146 3.013l0 1.666c0 1.117-0.809 2.12201-2.044 2.53901-0.87476 0.29306-1.82599 0.25967-2.67803-0.09401l-0.474-0.19999c-0.63011-0.26396-1.30683-0.39862-1.98999-0.39601l-1.565 0q-0.79201 0-1.574 0.11l-2.93601 0.41301c-2.61799 0.36799-5.196-0.817-6.238-2.867-0.18508-0.35777-0.41274-0.69186-0.67798-0.995-1.459-1.67501-3.868-4.60701-4.36301-5.861-0.546-1.38-1.591-7.475-2.045-10.35-0.22799-1.534-1.091-6.095-2.727-12.076-0.1341-0.48897-0.26177-0.97968-0.383-1.47201-0.039-0.157-0.183-0.901-0.371-1.86399-0.41-2.108-1.024-5.263-1.17-5.59101-0.073-0.164-0.259-0.273-0.468-0.273l-5.812 0c-0.888 0-1.77099 0.112-2.61999 0.332l-6.86501 1.782c-0.44797 0.11045-0.85328 0.35086-1.16501 0.69101-0.84199 0.946-2.487 1.044-3.479 0.207l-0.12399-0.105c-0.461-0.388-1.088-0.607-1.741-0.60701l-2.479 0c-0.83898 0.00059-1.67453 0.10677-2.487 0.31601l-2.23801 0.58c-3.55701 0.924-6.808 2.53-9.495 4.694l-5.71699 4.60299c-3.41499 2.75-6.011 6.136-7.58 9.88401l-0.558 1.334c-0.75295 1.78658-1.14253 3.70524-1.146 5.644 0 1.508-0.239 3.008-0.709 4.462l-0.55099 1.705c-0.51996 1.60564-0.88234 3.25811-1.082 4.934l-2.368 19.96899c-0.04468 0.35463-0.19166 0.68856-0.423 0.961l-0.814 0.982c-1.106 1.332-3.597 0.675-3.597-0.948-0.00236-0.31258-0.10429-0.61629-0.29101-0.86699l-3.51401-4.816c-0.93201-1.278-2.87399-1.74301-4.469-1.071-1.515 0.639-3.358 0.255-4.33999-0.905l-0.989-1.169c-0.45805-0.53213-0.77539-1.17059-0.92301-1.857l-4.561-21.984-2.61301-20.388c-0.07606-0.59408-0.21862-1.17773-0.42498-1.74-1.435-3.936-5.763-6.623-10.66401-6.623l-13.748 0c-0.74299 0-1.443 0.295-1.887 0.795-0.75 0.843-2.156 1.046-3.198 0.46l-1.23999-0.697c-0.66887-0.36828-1.42045-0.5603-2.184-0.558l-55.991 0c-0.92238-0.00465-1.83058 0.22704-2.638 0.67299l-0.437 0.24601c-1.461 0.822-3.39 0.751-4.76-0.17401-0.715-0.482-1.604-0.745-2.521-0.745l-34.031 0 0-5.83699z",
+ "fill": "$grey700",
+ "width": 696.0000610351562,
+ "height": 131.99890041351318,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$grey900"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oWPzG",
+ "name": "Right Handle",
+ "width": 16,
+ "height": "fill_container",
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 0,
+ 12,
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "7tp4A",
+ "fill": "$grey100",
+ "width": 2,
+ "height": 40
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Fk4qd",
+ "name": "Bottom Container",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1EoYf",
+ "name": "Playback Controls",
+ "gap": 24,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "hDf4T",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Cnc4f",
+ "type": "ref",
+ "ref": "ByoGN",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "37eKJ": {
+ "x": 10,
+ "y": 10,
+ "name": ""
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7jsmR",
+ "name": " volume editor",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HnrSN",
+ "x": 32,
+ "y": 0,
+ "name": "volume-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "31SFz",
+ "x": 6,
+ "y": 2.9997048377990723,
+ "geometry": "M1.5 4.0003l1.767 0c0.47352 0.00005 0.9317-0.16792 1.293-0.474l3.691-3.127c1.085-0.92 2.75-0.148 2.75 1.27399l0 14.654c0 1.422-1.665 2.194-2.75 1.27401l-3.69-3.12701c-0.36182-0.30653-0.82079-0.47452-1.295-0.47399l-1.766 0c-0.82843 0-1.5-0.67157-1.5-1.5l0-7c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "#57606A",
+ "width": 11.000999450683594,
+ "height": 18.000590801239014
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QcDH1",
+ "fill": "$grey900",
+ "content": "e",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RiV9n",
+ "name": "Seek Bar",
+ "width": 374,
+ "height": 8,
+ "fill": "$grey300",
+ "cornerRadius": 4,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eD4gc",
+ "x": 0,
+ "y": 0,
+ "name": "Seek Bar",
+ "width": 110,
+ "height": 8,
+ "fill": "$blue500",
+ "cornerRadius": 4,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WQVjI",
+ "x": 100,
+ "y": -6,
+ "name": "Seek Handle",
+ "width": 20,
+ "height": 20,
+ "fill": "$grey100",
+ "cornerRadius": 100,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$blue500"
+ },
+ "justifyContent": "center",
+ "alignItems": "center"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YJvTd",
+ "x": 414,
+ "y": 0,
+ "name": "volume high-filled",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IDppb",
+ "x": 2,
+ "y": 2.9997048377990723,
+ "geometry": "M1.5 4.0003l1.767 0c0.47352 0.00005 0.9317-0.16792 1.293-0.474l3.691-3.127c1.085-0.92 2.75-0.148 2.75 1.27399l0 14.654c0 1.422-1.665 2.194-2.75 1.27401l-3.69-3.12701c-0.36182-0.30653-0.82079-0.47452-1.295-0.47399l-1.766 0c-0.82843 0-1.5-0.67157-1.5-1.5l0-7c0-0.82843 0.67157-1.5 1.5-1.5m13.267 9.77c1.27202-1.26102 1.98617-2.97886 1.983-4.77 0.00343-1.79149-0.71073-3.50974-1.983-4.771-0.29354-0.29243-0.76856-0.29154-1.061 0.002-0.29243 0.29354-0.29154 0.76857 0.002 1.061 0.98979 0.97965 1.54526 2.31538 1.542 3.708 0.00353 1.39296-0.55197 2.72911-1.542 3.70899-0.2044 0.18594-0.29 0.46922-0.22278 0.73724 0.06722 0.26802 0.27637 0.47737 0.54433 0.54485 0.26796 0.06747 0.55131-0.01786 0.73745-0.22208m2.3 3.04999c-0.3034-0.00026-0.57675-0.1833-0.69256-0.46372-0.11581-0.28043-0.05125-0.60301 0.16356-0.81727 1.74305-1.72904 2.71996-4.08485 2.712-6.54001 0.00742-2.45446-0.96944-4.80944-2.712-6.53799-0.19522-0.18803-0.27379-0.46677-0.20552-0.72908 0.06827-0.26231 0.27275-0.46737 0.53487-0.53638 0.26211-0.06901 0.54107 0.00877 0.72965 0.20345 2.0248 2.00992 3.16033 4.74702 3.153 7.6 0 2.874-1.12 5.574-3.153 7.60201-0.14068 0.14033-0.3313 0.21909-0.53 0.219",
+ "fill": "$grey900",
+ "width": 20.75003433227539,
+ "height": 18.000590801239014
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZNHXB",
+ "fill": "$grey900",
+ "content": "P",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3kADl",
+ "x": 537,
+ "y": 0,
+ "name": "Action Buttons",
+ "enabled": false,
+ "height": "fill_container(36)",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rKNkc",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "WgOp9",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "8VX7c": {
+ "enabled": false
+ },
+ "pkmAo": {
+ "x": 16,
+ "y": 7
+ },
+ "XbMB2": {
+ "content": "Cancel",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EdYHm",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "yp4dx",
+ "type": "ref",
+ "ref": "9oCu3",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "VROZv": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "p5tHq": {
+ "children": [
+ {
+ "type": "frame",
+ "id": "azFpj",
+ "name": "check-m-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YKI0R",
+ "x": 1.913935899734497,
+ "y": 3.081092596054077,
+ "geometry": "M8.46006 0.29391c0.25348-0.25348 0.62294-0.35248 0.9692-0.2597 0.34626 0.09278 0.61672 0.36324 0.7095 0.7095 0.09278 0.34626-0.00621 0.71572-0.2597 0.9692l-5.833 5.833-0.001 0c-0.18823 0.18829-0.44377 0.29374-0.71 0.293l-0.003 0c-0.26759-0.00084-0.52369-0.1089-0.711-0.3l-2.333-2.368c-0.38853-0.39488-0.38338-1.02997 0.0115-1.4185 0.39488-0.38853 1.02997-0.38338 1.4185 0.0115l1.623 1.649 5.119-5.119z",
+ "fill": "#fff",
+ "width": 10.172971487045288,
+ "height": 7.838911294937134
+ }
+ ]
+ }
+ ]
+ },
+ "iU96T": {
+ "x": 16,
+ "y": 7
+ },
+ "A9VIb": {
+ "content": "Save",
+ "x": 34,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wvS5T",
+ "name": "editor-panel-stage-backdrops",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "KDeyh",
+ "type": "ref",
+ "ref": "LbTBW",
+ "x": 0,
+ "y": 0,
+ "opacity": 1,
+ "height": "fit_content",
+ "descendants": {
+ "puABC": {
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "DM2jx": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HW1JZ": {
+ "x": 16,
+ "y": 9
+ },
+ "lCM4Y": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "jykpH": {
+ "x": 16,
+ "y": 9
+ },
+ "jFv7h": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 168
+ },
+ "9xEIO": {
+ "x": 16,
+ "y": 9
+ },
+ "GcJVr": {
+ "opacity": 1,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 258
+ },
+ "VrX5f": {
+ "x": 16,
+ "y": 9
+ },
+ "Ucuyu": {
+ "x": 793,
+ "y": 6,
+ "enabled": false,
+ "width": "fit_content"
+ },
+ "qWBMD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "qWBMD/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "leFgD": {
+ "enabled": true,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 656,
+ "y": 6
+ },
+ "FImWz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 7
+ },
+ "hEdKo": {
+ "x": 94,
+ "y": 3
+ },
+ "Zm3Mv": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 114
+ },
+ "GT8ws": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "27t4P": {
+ "x": 12,
+ "y": 7
+ },
+ "qw42T": {
+ "x": 45
+ },
+ "bDIUi": {
+ "x": 12.5,
+ "y": 7
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ra1Tm",
+ "name": "editor-main-panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "id": "mQGgg",
+ "type": "ref",
+ "ref": "8NsrD",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "2xU8i": {
+ "height": "fill_container"
+ },
+ "A5F4c": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "Zuxa6": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "OdsJd": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "jlrQF": {
+ "width": "fill_container",
+ "x": 0.04057118826311089,
+ "y": 721.7793307798149
+ },
+ "npqJj": {
+ "x": 51.985297291138906,
+ "y": 14.01472977986502
+ }
+ }
+ },
+ {
+ "id": "Tazpg",
+ "type": "ref",
+ "ref": "DSIMn",
+ "x": 120,
+ "y": 0,
+ "descendants": {
+ "MqCND": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 333.97603158815616,
+ "y": 24
+ },
+ "qo0n0": {
+ "content": "Backdrop01",
+ "x": 0.04812343285047431
+ },
+ "YYiGG": {
+ "x": 86.04793682368762,
+ "y": 4.085283405194484
+ },
+ "bKO2T": {
+ "height": "fill_container",
+ "x": 20,
+ "y": 66.17056681038896
+ },
+ "SZopQ": {
+ "textGrowth": "auto",
+ "width": 72,
+ "height": 111.42857360839844,
+ "flipX": false,
+ "flipY": false,
+ "x": 576,
+ "y": 29.714284896850586
+ },
+ "37Qhl": {
+ "enabled": false
+ },
+ "hQzge": {
+ "enabled": false,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/FhVYf": {
+ "x": 4,
+ "y": 4,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/okmoP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/DoI7l": {
+ "x": 20
+ },
+ "hQzge/sdr9R": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "hQzge/Qfbji": {
+ "x": 134,
+ "y": 4,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/s91hf": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/skcqB": {
+ "x": 20
+ },
+ "hQzge/A7Eg8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 67
+ },
+ "hQzge/wCzXg": {
+ "x": 246,
+ "y": 4,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/z7VU7": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "hQzge/Xsh5a": {
+ "x": 20
+ },
+ "hQzge/MhzRc": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 61
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fyvrb",
+ "name": "editor-panel-stage-widget",
+ "reusable": true,
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Turquoise 300,65%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "id": "RHKfm",
+ "type": "ref",
+ "ref": "LbTBW",
+ "x": 0,
+ "y": 0,
+ "opacity": 1,
+ "height": "fit_content",
+ "descendants": {
+ "puABC": {
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "DM2jx": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "HW1JZ": {
+ "x": 16,
+ "y": 9
+ },
+ "lCM4Y": {
+ "opacity": 1,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73
+ },
+ "jykpH": {
+ "x": 16,
+ "y": 9
+ },
+ "jFv7h": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 168
+ },
+ "9xEIO": {
+ "x": 16,
+ "y": 9
+ },
+ "GcJVr": {
+ "opacity": 0.7,
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 258
+ },
+ "VrX5f": {
+ "x": 16,
+ "y": 9
+ },
+ "Ucuyu": {
+ "x": 793,
+ "y": 6,
+ "enabled": false,
+ "width": "fit_content"
+ },
+ "qWBMD": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "qWBMD/MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "leFgD": {
+ "enabled": false,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "FImWz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "y": 7
+ },
+ "hEdKo": {
+ "x": 94,
+ "y": 3
+ },
+ "Zm3Mv": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 114
+ },
+ "GT8ws": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "27t4P": {
+ "x": 12,
+ "y": 7
+ },
+ "qw42T": {
+ "x": 45
+ },
+ "bDIUi": {
+ "x": 12.5,
+ "y": 7
+ }
+ }
+ },
+ {
+ "id": "gWTEC",
+ "type": "ref",
+ "ref": "F78AI",
+ "x": 0,
+ "y": 44,
+ "descendants": {
+ "j7o7S": {
+ "width": "fill_container",
+ "height": "fill_container",
+ "x": 20,
+ "y": 24
+ },
+ "WNxn7": {
+ "height": "fit_content",
+ "x": 186,
+ "y": 262
+ },
+ "SxkQl": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 188
+ },
+ "8xGlk": {
+ "content": "No widgets",
+ "x": 7,
+ "y": 104
+ },
+ "vQnKa": {
+ "flipX": false,
+ "flipY": false,
+ "width": "fit_content",
+ "height": 40,
+ "x": 129.5,
+ "y": 154,
+ "clip": false
+ },
+ "dxphu": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "dxphu/qu0Rs": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "dxphu/28nFU": {
+ "content": "Add Widget Monitor",
+ "x": 50
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "n8k2z",
+ "type": "ref",
+ "ref": "IDB2y",
+ "x": -14421,
+ "y": -63,
+ "name": "",
+ "descendants": {
+ "wH3BG": {
+ "enabled": false,
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "4zALr": {
+ "x": 24,
+ "y": 9
+ },
+ "2su3n": {
+ "x": 50,
+ "y": 6,
+ "rotation": 0
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "tebyX",
+ "x": -13081,
+ "y": 3763,
+ "name": "project-owner-components",
+ "clip": true,
+ "width": 669,
+ "height": 451,
+ "fill": "$grey500",
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vjvc8",
+ "x": 45,
+ "y": 32,
+ "name": "project-owner",
+ "reusable": true,
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey500"
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": [
+ 0,
+ 0,
+ 24,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "euhBi",
+ "name": "Frame 1000003028",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "yMz9U",
+ "name": "Character Full Set 01",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 396,
+ "content": "Character Full Set 01",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9KxNI",
+ "name": "Frame 1000003024",
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xV4gt",
+ "name": "Frame 1000003017",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ULPaU",
+ "name": "Remixed from",
+ "fill": "$grey900",
+ "content": "Remixed from",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Jj8bR",
+ "name": "Character Full Set 00",
+ "fill": "$grey900",
+ "content": "Character Full Set 00",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sipvW",
+ "name": "Frame 1000003023",
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dj8km",
+ "name": "author",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AnqqY",
+ "name": "User Avatar",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "1aD6w",
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 21,
+ "height": 21,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "b4Zjx",
+ "name": "Heading",
+ "fill": "$grey1000",
+ "content": "Mondrianjo",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uTIQU",
+ "name": "Frame 1000003027",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "otTUQ",
+ "name": "Frame 1000003022",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YElMO",
+ "x": 0,
+ "y": 2,
+ "name": "icon/eye-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VUNF3",
+ "x": 1.75,
+ "y": 2.9166667461395264,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "#a7b1bbff",
+ "width": 10.50004768371582,
+ "height": 8.166666984558105,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TxKqu",
+ "fill": "$grey700",
+ "content": "E",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "xcE7O",
+ "name": "999",
+ "fill": "$grey700",
+ "content": "999",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "5m5S8",
+ "name": "Rectangle 852",
+ "fill": "#d9dfe5ff",
+ "width": 1,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "EYULz",
+ "name": "Frame 1000003023",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pPW6c",
+ "x": 0,
+ "y": 2,
+ "name": "icon/heart-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "bfb3B",
+ "fill": "$grey700",
+ "content": "r",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RmZWa",
+ "name": "87",
+ "fill": "$grey700",
+ "content": "87",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "q3GxT",
+ "name": "Rectangle 851",
+ "fill": "#d9dfe5ff",
+ "width": 1,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "K133d",
+ "name": "Frame 1000003021",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8yuZ1",
+ "x": 0,
+ "y": 2,
+ "name": "icon/remix-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Xpu3i",
+ "x": 1.89398193359375,
+ "y": 1.3125,
+ "name": "flask",
+ "enabled": false,
+ "geometry": "M17.00323 14.61499l-4.15198-6.53003c-0.229-0.362-0.35107-0.77901-0.35108-1.20801l0-5.37695 0.25306 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75l-8 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l0.25305 0 0 5.37695c0 0.429-0.12107 0.84601-0.35108 1.20801l-4.15197 6.53101c-0.632 0.994-0.671 2.20311-0.10401 3.2351 0.566 1.033 1.60801 1.64893 2.78601 1.64893l11.13501 0c1.178 0 2.21901-0.61595 2.78601-1.64795 0.567-1.032 0.52897-2.24206-0.10302-3.23706z m-11.08204-5.72607c0.383-0.602 0.58508-1.29796 0.58509-2.01197l0-5.37695 4.49389 0 0 5.37695c0 0.714 0.20208 1.40996 0.58509 2.01197l1.50097 2.36108-8.66601 0 1.50097-2.36108z",
+ "fill": "#24292fff",
+ "width": 10.211786270141602,
+ "height": 11.375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ },
+ {
+ "type": "path",
+ "id": "nQuC6",
+ "x": 1.9700000286102295,
+ "y": 1.5,
+ "name": "remix ",
+ "geometry": "M1.09735 12.23877c-1.35533-2.22262-1.46602-5.18879-0.27178-7.54022 1.23743-2.52732 3.31992-3.64752 4.15687-4.01173 0.50307-0.23363 1.03314-0.41574 1.60371-0.54988l0.55977-0.12082c0.41128-0.08439 0.82076 0.17056 0.90985 0.57742 0.09 0.40775-0.17189 0.80928-0.58497 0.89811l-0.54447 0.11726c-0.45267 0.1066-0.88645 0.25584-1.30943 0.45305-0.54987 0.23807-2.36867 1.15928-3.41801 3.30374-0.79646 1.56614-1.03404 4.05615 0.21959 6.11088 1.13574 1.97922 3.46121 3.19269 5.66699 2.98837 2.08609-0.15013 4.00028-1.5386 4.67164-3.37746 0.68126-1.72959 0.22859-3.50272-0.51927-4.50122-0.90085-1.23035-2.02219-1.60878-2.46226-1.71449-0.0657-0.01954-1.60641-0.48237-2.96714 0.19899-0.58587 0.28071-1.34363 0.91232-1.74951 1.86107-0.43828 0.97984-0.32488 2.2395 0.26909 3.07632 0.59757 0.89722 1.72431 1.40535 2.69355 1.23301 0.96475-0.15191 1.61721-0.86968 1.772-1.5004 0.18179-0.6778-0.09719-1.25078-0.31498-1.45688-0.36988-0.36511-0.68936-0.37133-0.70286-0.37221-0.15119-0.00444-0.22589 0.00711-0.27088 0.01421-0.17279 0.06307-0.41758 0.20165-0.48958 0.34734-0.0126 0.02398-0.045 0.08972 0.0171 0.25406 0.14849 0.38998-0.0522 0.82616-0.44727 0.97274-0.39328 0.14746-0.83605-0.05064-0.98545-0.44151-0.24569-0.64671-0.10979-1.15306 0.0477-1.46398 0.41128-0.80928 1.36613-1.10243 1.47412-1.13352 0.0495-0.0151 0.10169-0.02399 0.15299-0.02843 0.10529-0.01599 0.29068-0.04086 0.54177-0.03109 0.57507 0.00711 1.23023 0.30737 1.7324 0.80395 0.59307 0.55965 1.05744 1.68429 0.72806 2.90664-0.32128 1.30852-1.55601 2.39052-2.99683 2.61705-1.54971 0.27627-3.29472-0.4877-4.21627-1.87262-0.88825-1.24812-1.05834-3.07454-0.40858-4.52342 0.71276-1.6683 2.07438-2.42339 2.47397-2.61527 1.92139-0.95941 3.97508-0.32602 4.06147-0.29937 0.55257 0.13059 2.08878 0.64493 3.28302 2.27681 0.91795 1.22768 1.66221 3.52049 0.71636 5.92078-0.86395 2.36565-3.32352 4.16276-5.97567 4.35375-0.20789 0.01954-0.41848 0.0302-0.62816 0.0302-2.57386 0-5.18101-1.48353-6.48865-3.76123z",
+ "fillRule": "evenodd",
+ "fill": "#a7b1bbff",
+ "width": 10.05714225769043,
+ "height": 11,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.20000000298023224,
+ "fill": "#a7b1bbff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HW8qM",
+ "fill": "$grey700",
+ "content": "I",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "0oxTN",
+ "name": "124",
+ "fill": "$grey700",
+ "content": "124",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "65EVO",
+ "name": "project-button-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "NZdSy",
+ "type": "ref",
+ "ref": "y9fC6",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "GaWw7",
+ "type": "ref",
+ "ref": "IDB2y",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "flipX": false,
+ "flipY": false,
+ "descendants": {
+ "wH3BG": {
+ "width": 166,
+ "height": "fit_content",
+ "x": 0
+ },
+ "4zALr": {
+ "content": "l",
+ "x": 56.5,
+ "y": 9
+ },
+ "2su3n": {
+ "content": "Edit",
+ "x": 82.5,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "hmZbS",
+ "type": "ref",
+ "ref": "y9fC6",
+ "x": 178,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "idkdO",
+ "type": "ref",
+ "ref": "ngVqF",
+ "width": 166,
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "qu0Rs": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "x": 0,
+ "y": 0
+ },
+ "yhkaY": {
+ "content": "b",
+ "fontFamily": "XBuilder_Icons_02",
+ "x": 44,
+ "y": 9
+ },
+ "28nFU": {
+ "content": "publish",
+ "x": 70,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "Vbjzn",
+ "type": "ref",
+ "ref": "SB2dk",
+ "x": 356,
+ "y": 0,
+ "width": 40,
+ "flipX": false,
+ "flipY": false,
+ "height": 40,
+ "children": [
+ {
+ "id": "LkrYa",
+ "type": "ref",
+ "ref": "GFnln",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "height": 40,
+ "descendants": {
+ "QW6oW": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "ZtNvd": {
+ "content": "6",
+ "x": 11,
+ "y": 9
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7hQZ4",
+ "x": 45,
+ "y": 236,
+ "name": "not-project-owner",
+ "reusable": true,
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey500"
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": [
+ 0,
+ 0,
+ 24,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "A6dtY",
+ "name": "Frame 1000003028",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "Xkdl6",
+ "name": "Space Werewolf Kill V0.26ssss 01",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 396,
+ "content": "Space Werewolf Kill V0.26ssss 01",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MKVIf",
+ "name": "Frame 1000003024",
+ "width": 396,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fW8kb",
+ "name": "Frame 1000003017",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tmJpH",
+ "name": "Remixed from",
+ "fill": "$grey900",
+ "content": "Remixed from",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "yZf3E",
+ "name": "Space Werewolf Kill V0.26ssss 00",
+ "fill": "$grey900",
+ "content": "Space Werewolf Kill V0.26ssss 00",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hgeGI",
+ "name": "Frame 1000003023",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KcA8H",
+ "name": "author",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eAEut",
+ "name": "User Avatar",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZMYpk",
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 21,
+ "height": 21,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$shadow-custom-02",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1dFG0",
+ "name": "Heading",
+ "fill": "$grey1000",
+ "content": "Sean Hu",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "prG88",
+ "name": "Frame 1000003026",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BhtN4",
+ "name": "Frame 1000003019",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ej7kl",
+ "x": 0,
+ "y": 2,
+ "name": "icon/eye-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CA3un",
+ "x": 1.75,
+ "y": 2.9166667461395264,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "#a7b1bbff",
+ "width": 10.50004768371582,
+ "height": 8.166666984558105,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pnqpp",
+ "fill": "$grey700",
+ "content": "E",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "5Hmnx",
+ "name": "1299",
+ "fill": "$grey700",
+ "content": "1299",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "ihnUR",
+ "name": "Rectangle 851",
+ "fill": "#d9dfe5ff",
+ "width": 1,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "A2MQO",
+ "name": "Frame 1000003021",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gWcO5",
+ "x": 0,
+ "y": 2,
+ "name": "icon/remix-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xva6h",
+ "x": 1.89398193359375,
+ "y": 1.3125,
+ "name": "flask",
+ "enabled": false,
+ "geometry": "M17.00323 14.61499l-4.15198-6.53003c-0.229-0.362-0.35107-0.77901-0.35108-1.20801l0-5.37695 0.25306 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75l-8 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l0.25305 0 0 5.37695c0 0.429-0.12107 0.84601-0.35108 1.20801l-4.15197 6.53101c-0.632 0.994-0.671 2.20311-0.10401 3.2351 0.566 1.033 1.60801 1.64893 2.78601 1.64893l11.13501 0c1.178 0 2.21901-0.61595 2.78601-1.64795 0.567-1.032 0.52897-2.24206-0.10302-3.23706z m-11.08204-5.72607c0.383-0.602 0.58508-1.29796 0.58509-2.01197l0-5.37695 4.49389 0 0 5.37695c0 0.714 0.20208 1.40996 0.58509 2.01197l1.50097 2.36108-8.66601 0 1.50097-2.36108z",
+ "fill": "#24292fff",
+ "width": 10.211786270141602,
+ "height": 11.375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ },
+ {
+ "type": "path",
+ "id": "LTJEE",
+ "x": 1.9700000286102295,
+ "y": 1.5,
+ "name": "remix ",
+ "geometry": "M1.09735 12.23877c-1.35533-2.22262-1.46602-5.18879-0.27178-7.54022 1.23743-2.52732 3.31992-3.64752 4.15687-4.01173 0.50307-0.23363 1.03314-0.41574 1.60371-0.54988l0.55977-0.12082c0.41128-0.08439 0.82076 0.17056 0.90985 0.57742 0.09 0.40775-0.17189 0.80928-0.58497 0.89811l-0.54447 0.11726c-0.45267 0.1066-0.88645 0.25584-1.30943 0.45305-0.54987 0.23807-2.36867 1.15928-3.41801 3.30374-0.79646 1.56614-1.03404 4.05615 0.21959 6.11088 1.13574 1.97922 3.46121 3.19269 5.66699 2.98837 2.08609-0.15013 4.00028-1.5386 4.67164-3.37746 0.68126-1.72959 0.22859-3.50272-0.51927-4.50122-0.90085-1.23035-2.02219-1.60878-2.46226-1.71449-0.0657-0.01954-1.60641-0.48237-2.96714 0.19899-0.58587 0.28071-1.34363 0.91232-1.74951 1.86107-0.43828 0.97984-0.32488 2.2395 0.26909 3.07632 0.59757 0.89722 1.72431 1.40535 2.69355 1.23301 0.96475-0.15191 1.61721-0.86968 1.772-1.5004 0.18179-0.6778-0.09719-1.25078-0.31498-1.45688-0.36988-0.36511-0.68936-0.37133-0.70286-0.37221-0.15119-0.00444-0.22589 0.00711-0.27088 0.01421-0.17279 0.06307-0.41758 0.20165-0.48958 0.34734-0.0126 0.02398-0.045 0.08972 0.0171 0.25406 0.14849 0.38998-0.0522 0.82616-0.44727 0.97274-0.39328 0.14746-0.83605-0.05064-0.98545-0.44151-0.24569-0.64671-0.10979-1.15306 0.0477-1.46398 0.41128-0.80928 1.36613-1.10243 1.47412-1.13352 0.0495-0.0151 0.10169-0.02399 0.15299-0.02843 0.10529-0.01599 0.29068-0.04086 0.54177-0.03109 0.57507 0.00711 1.23023 0.30737 1.7324 0.80395 0.59307 0.55965 1.05744 1.68429 0.72806 2.90664-0.32128 1.30852-1.55601 2.39052-2.99683 2.61705-1.54971 0.27627-3.29472-0.4877-4.21627-1.87262-0.88825-1.24812-1.05834-3.07454-0.40858-4.52342 0.71276-1.6683 2.07438-2.42339 2.47397-2.61527 1.92139-0.95941 3.97508-0.32602 4.06147-0.29937 0.55257 0.13059 2.08878 0.64493 3.28302 2.27681 0.91795 1.22768 1.66221 3.52049 0.71636 5.92078-0.86395 2.36565-3.32352 4.16276-5.97567 4.35375-0.20789 0.01954-0.41848 0.0302-0.62816 0.0302-2.57386 0-5.18101-1.48353-6.48865-3.76123z",
+ "fillRule": "evenodd",
+ "fill": "#a7b1bbff",
+ "width": 10.05714225769043,
+ "height": 11,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.20000000298023224,
+ "fill": "#a7b1bbff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QOrYH",
+ "fill": "$grey700",
+ "content": "I",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "N755s",
+ "name": "12",
+ "fill": "$grey700",
+ "content": "12",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KA8ee",
+ "name": "project-button-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "inhvs",
+ "type": "ref",
+ "ref": "y9fC6",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "5tZUt",
+ "type": "ref",
+ "ref": "IDB2y",
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "wH3BG": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0
+ },
+ "4zALr": {
+ "content": "I",
+ "x": 27,
+ "y": 9
+ },
+ "2su3n": {
+ "content": "Remix",
+ "x": 53,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "Cm3ej",
+ "type": "ref",
+ "ref": "y9fC6",
+ "x": 136,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "PJFjx",
+ "type": "ref",
+ "ref": "ngVqF",
+ "width": 124,
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "qu0Rs": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0
+ },
+ "yhkaY": {
+ "content": "r",
+ "fontFamily": "XBuilder_Icons_01",
+ "fill": "$red500",
+ "x": 37,
+ "y": 9
+ },
+ "28nFU": {
+ "content": "187",
+ "x": 63,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "08H0W",
+ "type": "ref",
+ "ref": "y9fC6",
+ "x": 272,
+ "y": 0,
+ "width": "fill_container",
+ "children": [
+ {
+ "id": "SJWn1",
+ "type": "ref",
+ "ref": "ngVqF",
+ "width": 124,
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "qu0Rs": {
+ "width": "fill_container",
+ "height": "fit_content"
+ },
+ "yhkaY": {
+ "content": "b",
+ "fontFamily": "XBuilder_Icons_02",
+ "x": 28,
+ "y": 9
+ },
+ "28nFU": {
+ "content": "Share",
+ "x": 54,
+ "y": 6
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0gHEW",
+ "x": -12370,
+ "y": 3754,
+ "name": "Project Introduction",
+ "reusable": true,
+ "slot": [
+ "Vjvc8",
+ "7hQZ4"
+ ],
+ "clip": true,
+ "width": "fill_container(396)",
+ "height": 178,
+ "fill": {
+ "type": "color",
+ "color": "#FFFFFF",
+ "enabled": false
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "uFqWH",
+ "x": -14134,
+ "y": 2322,
+ "name": "Search box",
+ "reusable": true,
+ "slot": [
+ "OSlkz",
+ "2AjLm",
+ "I0K1E",
+ "hixvk"
+ ],
+ "clip": true,
+ "width": 340,
+ "height": 32,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "y9fC6",
+ "x": -13923,
+ "y": -550,
+ "name": "Button-shadow(40px)",
+ "reusable": true,
+ "slot": [
+ "IDB2y",
+ "YzmwZ",
+ "SgtQx",
+ "9bSFA",
+ "wgnjZ",
+ "SBPUt",
+ "27LBS",
+ "B4Qsl",
+ "eAleW",
+ "407Zf",
+ "kq0a3",
+ "cRcgh",
+ "ngVqF",
+ "0vrTj",
+ "0QW3O",
+ "jPaxa",
+ "oX8eD",
+ "JRear",
+ "8qrcU",
+ "51fUd",
+ "bbTTa",
+ "QxFSH",
+ "VLoVq",
+ "8eRJH",
+ "V9Clr",
+ "IAAIS",
+ "fHaEr",
+ "72Epl",
+ "xc5Yl",
+ "TfquG"
+ ],
+ "clip": true,
+ "width": "fit_content(155)",
+ "height": 40,
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "EwCwq",
+ "x": -13746,
+ "y": -550,
+ "name": "Button-shadow(32px)",
+ "reusable": true,
+ "slot": [
+ "0onmu",
+ "vnZor",
+ "hhZV2",
+ "3trBz",
+ "HvoJr",
+ "kr4Ap",
+ "bQz0U",
+ "WoNoB",
+ "5N6rJ",
+ "3cfeX",
+ "arA64",
+ "MxGrD",
+ "jNe9A",
+ "DfmXq",
+ "rBFZX",
+ "KzJ4m",
+ "SAtVc",
+ "i1QIN",
+ "FLzuO",
+ "WPUzQ",
+ "Mc7bR",
+ "RrXpR",
+ "JITIo",
+ "lspuU",
+ "9oCu3",
+ "evl8k",
+ "JuZ6X",
+ "ypIU4",
+ "Ax2fe",
+ "VxkUE"
+ ],
+ "width": "fit_content(126)",
+ "height": 32,
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "mFkjr",
+ "x": -13598,
+ "y": -550,
+ "name": "Button-shadow(26px)",
+ "reusable": true,
+ "slot": [
+ "iCo3Y",
+ "MNjNe",
+ "jwVQ8",
+ "bUnF4",
+ "3FcQm",
+ "DF9Qa",
+ "JUdfb",
+ "AgguD",
+ "KXKpk",
+ "PGCfj",
+ "kSUP2",
+ "xAQIK",
+ "fbtBe",
+ "2dyom",
+ "yD47j",
+ "Zz3Og",
+ "z13CN",
+ "SMxRh",
+ "oxV1x",
+ "GHXK7",
+ "yc1ER",
+ "FrDe8",
+ "D5E2g",
+ "9RwYH",
+ "5IZIm",
+ "c7a7f",
+ "38bxV",
+ "prg3O",
+ "9iglA",
+ "zPtym"
+ ],
+ "width": "fit_content(126)",
+ "height": 26,
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "SB2dk",
+ "x": -13455,
+ "y": -550,
+ "name": "Button-only icon-shadow(40px)",
+ "reusable": true,
+ "slot": [
+ "RQNXa",
+ "xrn1H",
+ "1TAGP",
+ "u6m2y",
+ "e2Uj8",
+ "wFvat",
+ "4QLG1",
+ "10b8g",
+ "in4ep",
+ "PFgNh",
+ "a5DPd",
+ "vwGZR",
+ "UwiZ9",
+ "ngTfQ",
+ "VcFzJ",
+ "pReSA",
+ "NNcLS",
+ "dHrin",
+ "rQ7Zu",
+ "J83je",
+ "p7NK3",
+ "I0IjQ",
+ "bN0J0",
+ "ILM6m",
+ "AG6G0",
+ "93Wkm",
+ "nekWo",
+ "Co6m2",
+ "zPF3c",
+ "YY2ZT",
+ "GFnln",
+ "yvA8C",
+ "hUFNx",
+ "ioDKw",
+ "4o8Kz",
+ "u6vt6",
+ "lQZsU",
+ "tBDYk",
+ "6vLKC",
+ "7btOf",
+ "chvg0",
+ "Bjtf4"
+ ],
+ "width": "fit_content(40)",
+ "height": 40,
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "JqKfm",
+ "x": -13118,
+ "y": -550,
+ "name": "Button-flat(40px)",
+ "reusable": true,
+ "slot": [
+ "1PL4F",
+ "7QHY3",
+ "zPBTQ",
+ "hjfL9",
+ "lLrvc",
+ "d9RZ1",
+ "ZibhR",
+ "NJB2Q",
+ "ur2K4",
+ "Vjrak",
+ "ANglQ",
+ "5NvfP"
+ ],
+ "clip": true,
+ "width": 155,
+ "height": 40,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "wPLKD",
+ "x": -12898,
+ "y": -550,
+ "name": "Button-flat(32px)",
+ "reusable": true,
+ "slot": [
+ "NnijM",
+ "WYmcS",
+ "Yoy9I",
+ "ypZoq",
+ "iOVTe",
+ "Q80f8",
+ "EUwmE",
+ "Ov2ZL",
+ "fRFeF",
+ "R5CBG",
+ "2QpEU",
+ "6HP4n"
+ ],
+ "clip": true,
+ "width": 155,
+ "height": 40,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "pgfx2",
+ "x": -12701,
+ "y": -550,
+ "name": "Button-flat(26px)",
+ "reusable": true,
+ "slot": [
+ "pPFZ5",
+ "9B3lb",
+ "SrCn1",
+ "ppTYG",
+ "iwPun",
+ "aBeyK",
+ "kMko6",
+ "Pkqau",
+ "euoih",
+ "NenMg",
+ "zffzH",
+ "NGL3D"
+ ],
+ "clip": true,
+ "width": 126,
+ "height": 26,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "bI2fk",
+ "x": -12555,
+ "y": -550,
+ "name": "Button-only icon-flat",
+ "reusable": true,
+ "slot": [
+ "IJRdI",
+ "UqwWE",
+ "gqvq3",
+ "bbVGV",
+ "uJQ09",
+ "zqlYU",
+ "EujpI",
+ "qClp4",
+ "y4HI3",
+ "bWYUo",
+ "oUrLb",
+ "pVySI",
+ "RiDLI",
+ "uKsxH",
+ "7sYrb",
+ "OPPHt",
+ "0pVbW",
+ "AJExf",
+ "PcjKG",
+ "7IUeb",
+ "r2FyI",
+ "64Gf7",
+ "j1VUL",
+ "OUAnv",
+ "e2ZeF",
+ "lPF9N",
+ "szSDJ",
+ "iaYPH",
+ "bDUvg",
+ "TUOVN",
+ "2GXxY",
+ "AEvhj",
+ "0vP2H",
+ "1r7dR",
+ "7BQMg",
+ "ZxMQt"
+ ],
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "VvuB2",
+ "x": -12254,
+ "y": -555,
+ "name": "Button-flat-stroke(40px)",
+ "reusable": true,
+ "slot": [
+ "Nrunc",
+ "539Mt",
+ "MEsbi",
+ "GkExr",
+ "WRaRl",
+ "91rLP"
+ ],
+ "clip": true,
+ "width": 147,
+ "height": 40,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Y6q0n",
+ "x": -12085,
+ "y": -555,
+ "name": "Button-flat-stroke(32px)",
+ "reusable": true,
+ "slot": [
+ "Nrunc",
+ "539Mt",
+ "MEsbi",
+ "GkExr",
+ "WRaRl",
+ "91rLP"
+ ],
+ "clip": true,
+ "width": 147,
+ "height": 32,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "tY3gv",
+ "x": -11883,
+ "y": -555,
+ "name": "Button-flat-stroke(26px)",
+ "reusable": true,
+ "slot": [
+ "kNspq",
+ "UC6lD",
+ "vcjTq",
+ "HE0fa",
+ "vxifF",
+ "e8lbk"
+ ],
+ "clip": true,
+ "width": 147,
+ "height": 26,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "hZ2GE",
+ "x": -11711,
+ "y": -555,
+ "name": "Button-only icon-flat-stroke",
+ "reusable": true,
+ "slot": [
+ "gHkgr",
+ "Y9rRs",
+ "oHFCr",
+ "SEN0Q",
+ "WfrFZ",
+ "tIKkb",
+ "DSpuq",
+ "GbTNj",
+ "KODaQ",
+ "1Jh2C",
+ "5MwHT",
+ "x87nE"
+ ],
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "PDqM0",
+ "x": -11625,
+ "y": -555,
+ "name": "Button-only icon",
+ "reusable": true,
+ "slot": [
+ "ByoGN",
+ "AMDaR",
+ "ajGDY",
+ "1DEqj",
+ "SedmC",
+ "aHACz",
+ "gQzJy",
+ "WkIvQ",
+ "e8SBB",
+ "UsJ6b",
+ "dC4Q2",
+ "r23F0",
+ "tLrXe",
+ "Fy0dT",
+ "DO3cG",
+ "Hd4TG",
+ "Xhr02",
+ "yLt5e",
+ "tby6j",
+ "NHFhU",
+ "O5A0B",
+ "VrySv",
+ "c4uRS",
+ "OG0yi"
+ ],
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "0sa8M",
+ "x": -12172,
+ "y": 4539,
+ "name": "text-components",
+ "clip": true,
+ "width": 1024,
+ "height": 1543,
+ "fill": "$grey500",
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WwOtX",
+ "x": 110,
+ "y": 103,
+ "name": "text-container",
+ "reusable": true,
+ "width": 758,
+ "height": 111,
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "text",
+ "id": "0XLHj",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Code kiko: 初步",
+ "lineHeight": 1.1833333333333333,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "text",
+ "id": "EZXep",
+ "name": "Description",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Yg1nD",
+ "x": -12172,
+ "y": 4397,
+ "name": "Text Container",
+ "reusable": true,
+ "slot": [
+ "WwOtX"
+ ],
+ "clip": true,
+ "width": 758,
+ "height": 111,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "text",
+ "id": "RNB0A",
+ "x": 0,
+ "y": 0,
+ "fill": "#000000",
+ "content": "F8BC3F",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "y4YMF",
+ "x": -14228,
+ "y": 11181,
+ "name": "logo",
+ "reusable": true,
+ "slot": [
+ "KSFPr"
+ ],
+ "clip": true,
+ "width": 150,
+ "height": 50,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "0gTZm",
+ "x": -14228,
+ "y": 11282,
+ "name": "logo-XBuilder",
+ "clip": true,
+ "width": 309,
+ "height": 87,
+ "fill": {
+ "type": "color",
+ "color": "#FFFFFF",
+ "enabled": false
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KSFPr",
+ "x": 11,
+ "y": 19,
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "reusable": true,
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uAHgY",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AafRY",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xC3UD",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "y7pnF",
+ "x": -10138,
+ "y": -309,
+ "name": "editor-component-library",
+ "clip": true,
+ "width": 4740,
+ "height": 1636,
+ "fill": "$grey500",
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t7FVl",
+ "x": 166,
+ "y": 104,
+ "name": "editor-nav-panel",
+ "reusable": true,
+ "width": "fill_container(888)",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "reV1Z",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "YMTFi",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8halk",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3YBLz",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gXeWC",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "54M7x",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "odguC",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JHs2l",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 793,
+ "y": 6,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "FvOwi",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "content": "s",
+ "enabled": false,
+ "fill": "$grey900"
+ },
+ "XbMB2": {
+ "content": "Format",
+ "x": 16,
+ "y": 3,
+ "fill": "$grey900"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aAgrg",
+ "x": 166,
+ "y": 435,
+ "name": "editor-tools-panel",
+ "reusable": true,
+ "height": "fill_container(766)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Pth0W",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "$menu-event",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zgytg",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m5vW1",
+ "x": 1,
+ "y": 0,
+ "name": "icon-event",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5clXA",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "#ffffff",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "AesYv",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dFPCv",
+ "fill": "$grey100",
+ "content": "X",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "H87yH",
+ "name": "Event",
+ "fill": "$grey100",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ndj9S",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n3VwG",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3FBf5",
+ "x": 0,
+ "y": 0,
+ "name": "icon-look",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iM9Qp",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AZtkh",
+ "fill": "$menu-look",
+ "content": "C",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "dEJbt",
+ "name": "Look",
+ "fill": "$menu-look",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xxYUO",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ASn0t",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BOlqp",
+ "x": 3,
+ "y": 0,
+ "name": "icon-motion",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1L5P5",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9B4kx",
+ "fill": "$menu-motion",
+ "content": "G",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zmKLF",
+ "name": "Motion",
+ "fill": "$menu-motion",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Zc4Z",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LqkfB",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xTQ4C",
+ "x": 4,
+ "y": 0,
+ "name": "icon-game",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6H4SE",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LleQX",
+ "fill": "$menu-control",
+ "content": "U",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Cj6O1",
+ "name": "Control",
+ "fill": "$menu-control",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9TCUO",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OBO0X",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Rfbb9",
+ "x": 5.5,
+ "y": 0,
+ "name": "icon-sensing",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Q8Xjs",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iI8Yg",
+ "fill": "$menu-sensing",
+ "content": "A",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VW9D6",
+ "name": "Sensing",
+ "fill": "$menu-sensing",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zrwE5",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vl8vi",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "neXga",
+ "x": 2,
+ "y": 0,
+ "name": "icon-sound",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dF0Qw",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "#a074ff",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6zz4N",
+ "fill": "$menu-sound",
+ "content": "P",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "laofm",
+ "name": "Sound",
+ "fill": "$menu-sound",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "skHJg",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WqZ23",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fZBg9",
+ "x": 2,
+ "y": 0,
+ "name": "icon-game",
+ "enabled": false,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kRADb",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mTTJn",
+ "fill": "$menu-game",
+ "content": "N",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 24,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "NBoN0",
+ "name": "Game",
+ "fill": "$menu-game",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eIJu0",
+ "x": 310,
+ "y": 435,
+ "name": "editor-blocks-panel",
+ "reusable": true,
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "XKYDN",
+ "name": "editor-blocks-section-01",
+ "width": "fit_content(0)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cjcl2",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "mmSq0",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "$grey700",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "OK2ns",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "71M4r",
+ "name": "hover-settings",
+ "fill": "#ffffff",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kM7Y0",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m8EP4",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vs24S",
+ "x": 0,
+ "y": 0,
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container(0)",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QpsS6",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nhuce",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ozU1N",
+ "name": "Settings",
+ "fill": "#24292f",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Ira7",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e7ElO",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iFuKV",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "KbUSX",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0bc0cf",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "MSeD6",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0bc0cf"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8yrK1",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T9GxX",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x6m4L",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VRvPw",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "OsH2o",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YKRFk",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4uAPm",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VclAP",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L5pSI",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PMhLD",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "MGgdX",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iRMVH",
+ "name": "glide",
+ "fill": "$--primary",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w94QU",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DMN4A",
+ "name": "x:",
+ "fill": "$grey700",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BBXp6",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eD6dL",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "$code-green",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dAnQ6",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uvz5Q",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MtiFK",
+ "name": "y:",
+ "fill": "$grey700",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bThRg",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SDPLX",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bf81H",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y7sNR",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "S4Ow9",
+ "name": "seconds:",
+ "fill": "$grey700",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hO713",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "j0U3S",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RaO6X",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lvRm0",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rgX5I",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "HL3i7",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "C33rG",
+ "name": "glide",
+ "fill": "$code-turmeric",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JSqM7",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "huoT1",
+ "name": "x:",
+ "fill": "$grey700",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pu4G9",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IIXSU",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2fLVw",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V7fOi",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DtpOT",
+ "name": "y:",
+ "fill": "$grey700",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vAr6o",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Kv4Lh",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UxqRw",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vdaG9",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uVisP",
+ "name": "seconds:",
+ "fill": "$grey700",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7wMpk",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "e2diQ",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eYQcA",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t8819",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fW7Zo",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "cTMO7",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fD85J",
+ "name": "setCostume",
+ "fill": "$code-turmeric",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1tGtK",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eezyk",
+ "name": "name:",
+ "fill": "$grey700",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7MjWW",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lOvHA",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MtSub",
+ "name": "“sprite01”",
+ "fill": "$code-crimson",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "11GlC",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "P6ck7",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3xyJE",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "fl7BL",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QL2dx",
+ "name": "step",
+ "fill": "$code-turmeric",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lAt5L",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZTrsY",
+ "name": "distance:",
+ "fill": "$grey700",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DZUUw",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JtGZo",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mdiuW",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xStAq",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hTHXT",
+ "name": "animation:",
+ "fill": "$grey700",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1iRt0",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WL6RF",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8ZVAI",
+ "name": "“run”",
+ "fill": "$code-crimson",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s5qwD",
+ "name": "editor-blocks-section-02",
+ "width": "fit_content(0)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "p629F",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "CmaCS",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "$grey700",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "z2EBk",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2IdZE",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 270,
+ "height": 28,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zsVi8",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xH7s1",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "y8kmU",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hAIAT",
+ "name": "step",
+ "fill": "$code-turmeric",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DbGOe",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4zdAD",
+ "name": "distance:",
+ "fill": "$grey700",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PswU0",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tsrOT",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zFx4S",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Asiix",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fa52G",
+ "name": "animation:",
+ "fill": "$grey700",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KG0bO",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jS4AU",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ELMHD",
+ "name": "“run”",
+ "fill": "$code-crimson",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FuPjD",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "WngU0",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Qy1u",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "pMUFB",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bdg91",
+ "name": "broadcast",
+ "fill": "$code-turmeric",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dxTsr",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lb1Yg",
+ "name": "msg:",
+ "fill": "$grey700",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "okRux",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hEZJJ",
+ "name": "“score”",
+ "fill": "$code-crimson",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DwUIz",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QtqNr",
+ "x": 0,
+ "y": 0,
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Urkkk",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "6Rmxt",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wU1a3",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IefV1",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7S5Xz",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cBJt6",
+ "name": "wait:",
+ "fill": "$grey700",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9NSBD",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K6gYt",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IttCn",
+ "name": "true",
+ "fill": "$code-purple",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yHFor",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LQrPV",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xOsZd",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "UjWo9",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ka6UF",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HXnyA",
+ "name": "onKey",
+ "fill": "$code-turmeric",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YWvO1",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aH4eE",
+ "name": "key:",
+ "fill": "$grey700",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9c5ef",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JUxgb",
+ "name": "KeyLeft",
+ "fill": "$code-blue",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dUc9l",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ldEk8",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sVhCk",
+ "name": "=> {}",
+ "fill": "$code-black",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZNnQW",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UralN",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sCMro",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "yP1xb",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "p3eHa",
+ "name": "nextBackdrop",
+ "fill": "$code-turmeric",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CPbmL",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aKNRN",
+ "name": "wait:",
+ "fill": "$grey700",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nNz8R",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sz66M",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QW7Kq",
+ "name": "true",
+ "fill": "$code-purple",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mFw4x",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AIuxG",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kRJ1U",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "8YkMk",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1FFS1",
+ "name": "setCostume",
+ "fill": "$code-turmeric",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QI8zv",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HiIuc",
+ "name": "name:",
+ "fill": "$grey700",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "u7gSB",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eeDvo",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "habUf",
+ "name": "“sprite01”",
+ "fill": "$code-crimson",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6wWZz",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "y8xSr",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YRc4u",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "PkUjf",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "g8svZ",
+ "name": "broadcast",
+ "fill": "$code-turmeric",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Abm7W",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CeunN",
+ "name": "msg:",
+ "fill": "$grey700",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "LXFJt",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FYDdv",
+ "name": "“score”",
+ "fill": "$code-crimson",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3Aa95",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kP6Kp",
+ "x": 0,
+ "y": 0,
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nUdag",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Td8v9",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ha44y",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6sFpR",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EaNOI",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MjDdH",
+ "name": "wait:",
+ "fill": "$grey700",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mDW4M",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aMeq8",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3mMts",
+ "name": "true",
+ "fill": "$code-purple",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L6X0m",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "AsUkI",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kV6Hd",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "XzIxD",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tGeje",
+ "name": "broadcast",
+ "fill": "$code-turmeric",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mt60I",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bLdK5",
+ "name": "msg:",
+ "fill": "$grey700",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NR58l",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VB6VB",
+ "name": "“score”",
+ "fill": "$code-crimson",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Eek5T",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CXZpx",
+ "x": 0,
+ "y": 0,
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "trW2d",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qaF0n",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EByap",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9v9sf",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mAd24",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BDv7a",
+ "name": "wait:",
+ "fill": "$grey700",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1ACuc",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lx6jD",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ga98a",
+ "name": "true",
+ "fill": "$code-purple",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mgtCq",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Axn8J",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sTeAv",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "fafba",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vNw5G",
+ "name": "broadcast",
+ "fill": "$code-turmeric",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LhLR3",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QIzQQ",
+ "name": "msg:",
+ "fill": "$grey700",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Hw7JV",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "k9MMB",
+ "name": "“score”",
+ "fill": "$code-crimson",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xKfan",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KHbcv",
+ "x": 0,
+ "y": 0,
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2iMxS",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "aK7NJ",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cIrEh",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GJCdn",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OgNJN",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wnVtT",
+ "name": "wait:",
+ "fill": "$grey700",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vL8fH",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FPEJl",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oRv4S",
+ "name": "true",
+ "fill": "$code-purple",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uGrTN",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "En6T9",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tL03q",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "2lAap",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FzMB1",
+ "name": "step",
+ "fill": "$code-turmeric",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "afF1v",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zR6ma",
+ "name": "distance:",
+ "fill": "$grey700",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yTLoU",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PrF5W",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kw6Nc",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UcYhx",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "108sP",
+ "name": "animation:",
+ "fill": "$grey700",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "aIAs0",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Aw0Wb",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "taWFU",
+ "name": "“run”",
+ "fill": "$code-crimson",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ONXuJ",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fFQIk",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "moiZB",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "CfRT0",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PPq1j",
+ "name": "step",
+ "fill": "$code-turmeric",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0IJna",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "R7F9e",
+ "name": "distance:",
+ "fill": "$grey700",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OLNxo",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rbyV6",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "e4Ggs",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0D1lj",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ONT6S",
+ "name": "animation:",
+ "fill": "$grey700",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mgunP",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QnHRO",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WjVZw",
+ "name": "“run”",
+ "fill": "$code-crimson",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dNo0q",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7LEDx",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hDHAB",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "3dwOV",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oka8m",
+ "name": "step",
+ "fill": "$code-turmeric",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wjmyf",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wxuD6",
+ "name": "distance:",
+ "fill": "$grey700",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "cxTFJ",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$shadow-custom-03",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "X0PHd",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2dfto",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KDMOz",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "E8qCw",
+ "name": "animation:",
+ "fill": "$grey700",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3I8GE",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "za8Gr",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "A4cER",
+ "name": "“run”",
+ "fill": "$code-crimson",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iEsFs",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$Panel-small-Grey 1000,8%",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KWUQo",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KIj6F",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "luq9a",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8CvrQ",
+ "name": "step",
+ "fill": "$code-turmeric",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gA3SJ",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cKY9h",
+ "name": "distance:",
+ "fill": "$grey700",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Zd0Vi",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$shadow-custom-03",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YjjqO",
+ "name": "100",
+ "fill": "$code-green",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RJnMp",
+ "name": ",",
+ "fill": "$grey1000",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nkMS0",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3kT09",
+ "name": "animation:",
+ "fill": "$grey700",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4igwP",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UxNnb",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EJEGl",
+ "name": "“run”",
+ "fill": "$code-crimson",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R4cze",
+ "x": 799,
+ "y": 435,
+ "name": "editor-workspace-panel",
+ "reusable": true,
+ "width": "fill_container(264)",
+ "height": "fill_container(766)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dDy0I",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "vgyyb",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "OEjLy",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3znXQ",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ysJoW",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "LeKjW",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "j6rfX",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "bH8aL",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "9HtlL",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "pTmnq",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IPUMS",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "x50UM",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9gOcE",
+ "x": 0,
+ "y": 0,
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container(0)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "GkfHm",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yQGXa",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "v5sXU",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "vDYs3",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oc467",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "bIFCl",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "VPU2G",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "ourUn",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "N2Rbp",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "PFVLp",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "FkJc6",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "vqkAb",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "CwRs6",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Buynh",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "xVj9d",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DmEgt",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RpZyl",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YqouH",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cF02B",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VZJT4",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "iwjpJ",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uSroT",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fQ9BQ",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "bKYgH",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "I1wuu",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ETAs6",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "isAoN",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "RRvzz",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ohj5o",
+ "x": 0.000017506411005285827,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "MNGcR",
+ "x": 0.000017506411005285827,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sISwe",
+ "x": 35.999929974356256,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xAcRG",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "hnkYZ",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 8,
+ "y": 12,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "ne5tK",
+ "type": "ref",
+ "ref": "s5WFR",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "14fB9": {
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ }
+ },
+ "0dhwJ": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "x": 0,
+ "y": 0
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JrHZn",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "id": "TDC7B",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "VUGFF",
+ "type": "ref",
+ "ref": "UqwWE",
+ "x": 0,
+ "y": 0,
+ "fill": "$grey100",
+ "descendants": {
+ "vpinU": {
+ "x": 10,
+ "y": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "NzEic",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MMN1M",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ "IHp1P": {
+ "x": 10,
+ "y": 10,
+ "content": "x",
+ "name": "",
+ "fill": "$grey900"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "TjQpG",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 0,
+ "y": 44,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "iRFXl",
+ "type": "ref",
+ "ref": "UqwWE",
+ "x": 0,
+ "y": 0,
+ "fill": "$grey100",
+ "descendants": {
+ "vpinU": {
+ "x": 10,
+ "y": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OUasB",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uADJa",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ "IHp1P": {
+ "x": 10,
+ "y": 10,
+ "content": "y",
+ "name": "",
+ "fill": "$grey900"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "4PafP",
+ "type": "ref",
+ "ref": "8dhVn",
+ "x": 0,
+ "y": 88,
+ "width": "fit_content",
+ "height": 40,
+ "flipX": false,
+ "flipY": false,
+ "children": [
+ {
+ "id": "ixJpA",
+ "type": "ref",
+ "ref": "UqwWE",
+ "x": 0,
+ "y": 0,
+ "fill": "$grey100",
+ "descendants": {
+ "vpinU": {
+ "x": 10,
+ "y": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8onsQ",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rA5Zz",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ "IHp1P": {
+ "x": 10,
+ "y": 10,
+ "content": "z",
+ "name": "",
+ "fill": "$grey900"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FeFaA",
+ "x": 1298,
+ "y": 435,
+ "name": "left-panel-sprites",
+ "reusable": true,
+ "width": 120,
+ "height": "fill_container(766)",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EROEs",
+ "name": "Costume List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "mswAs",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 12,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Npefc",
+ "type": "ref",
+ "ref": "gG6mF",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "XGe5d": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "gKNVm": {
+ "x": 2,
+ "y": 2
+ },
+ "ZPua8": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ }
+ },
+ "OqxV7": {
+ "x": 2,
+ "y": 64
+ },
+ "wm1Nd": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "h1aTD",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 108,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "akHIP",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "zngyj",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 204,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "3Wo7W",
+ "type": "ref",
+ "ref": "QuX3o",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "n9ahH": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "VokNe": {
+ "x": 2,
+ "y": 2
+ },
+ "Kj75E": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ }
+ },
+ "knwU8": {
+ "x": 2,
+ "y": 64
+ },
+ "ieflL": {
+ "x": 22.5,
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NmJut",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "VtQlI",
+ "x": 52,
+ "y": 14,
+ "name": "addIcon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ },
+ {
+ "type": "text",
+ "id": "tYlkx",
+ "rotation": 0.10539739597776332,
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UWYL4",
+ "x": 1532,
+ "y": 435,
+ "name": "left-panel-widgets",
+ "reusable": true,
+ "width": 120,
+ "height": "fill_container(766)",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8PplC",
+ "name": "Monitor List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "0AMPk",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 12,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "3L6t8",
+ "type": "ref",
+ "ref": "HuX7m",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "fT7qH": {
+ "width": "fit_content"
+ },
+ "qzxAq": {
+ "y": 3
+ },
+ "DGLLX": {
+ "x": 8.000003814697266,
+ "y": 8.000003814697266
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "c8y1T",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 108,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "d0Fy5",
+ "type": "ref",
+ "ref": "XLnJy",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "PO8e5": {
+ "width": "fit_content"
+ },
+ "mf68n": {
+ "y": 3
+ },
+ "pUb3U": {
+ "x": 8.000003814697266,
+ "y": 8.000003814697266
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "Us1pP",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 204,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "ix10e",
+ "type": "ref",
+ "ref": "XLnJy",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "PO8e5": {
+ "width": "fit_content"
+ },
+ "mf68n": {
+ "y": 3
+ },
+ "pUb3U": {
+ "x": 8.000003814697266,
+ "y": 8.000003814697266
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3zVUk",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "snrHj",
+ "x": 52,
+ "y": 14,
+ "name": "addIcon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ },
+ {
+ "type": "text",
+ "id": "iWdnn",
+ "rotation": 0.10539739597776332,
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hsJbx",
+ "x": 1756,
+ "y": 435,
+ "name": "left-panel-sounds",
+ "reusable": true,
+ "width": 120,
+ "height": "fill_container(766)",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5d7VC",
+ "name": "Monitor List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "zje7h",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 12,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "KQAG8",
+ "type": "ref",
+ "ref": "1dzdA",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "z7mLz": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10.000003814697266
+ },
+ "4lJT4": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0
+ },
+ "4lJT4/pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "4lJT4/37eKJ": {
+ "x": 10,
+ "y": 10
+ },
+ "TOv8n": {
+ "width": "fit_content"
+ },
+ "KtTsj": {
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "IbI6l",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 108,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "EG66X",
+ "type": "ref",
+ "ref": "k7peh",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "XBzks": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10.000003814697266
+ },
+ "S92f6": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0
+ },
+ "S92f6/pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "S92f6/37eKJ": {
+ "x": 10,
+ "y": 10
+ },
+ "RONfF": {
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "rAySq",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 204,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "UJmdP",
+ "type": "ref",
+ "ref": "k7peh",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "XBzks": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 10.000003814697266
+ },
+ "S92f6": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0
+ },
+ "S92f6/pTY4a": {
+ "x": 10,
+ "y": 10
+ },
+ "S92f6/37eKJ": {
+ "x": 10,
+ "y": 10
+ },
+ "RONfF": {
+ "y": 3
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZzLDL",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "F21LF",
+ "x": 52,
+ "y": 14,
+ "name": "addIcon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ },
+ {
+ "type": "text",
+ "id": "wq9rI",
+ "rotation": 0.10539739597776332,
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8NsrD",
+ "x": 1978,
+ "y": 435,
+ "name": "left-panel-backdrops",
+ "reusable": true,
+ "width": 120,
+ "height": "fill_container(766)",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2xU8i",
+ "name": "Backdrop List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "A5F4c",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 12,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Yq9oD",
+ "type": "ref",
+ "ref": "rfzDy",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "tq1Yr": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ }
+ },
+ "l1ApD": {
+ "x": 14.000003814697266,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "Zuxa6",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 108,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "FzCwV",
+ "type": "ref",
+ "ref": "axhnl",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "eRBTI": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ }
+ },
+ "cB4mU": {
+ "x": 14.000003814697266,
+ "y": 3,
+ "fill": "$grey1000"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "OdsJd",
+ "type": "ref",
+ "ref": "UFQjn",
+ "x": 16,
+ "y": 204,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "K2HsA",
+ "type": "ref",
+ "ref": "axhnl",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "eRBTI": {
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ }
+ },
+ "cB4mU": {
+ "x": 14.000003814697266,
+ "y": 3,
+ "fill": "$grey1000"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jlrQF",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "mrbEl",
+ "x": 52,
+ "y": 14,
+ "name": "addIcon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ },
+ {
+ "type": "text",
+ "id": "npqJj",
+ "rotation": 0.10539739597776332,
+ "fill": "$grey100",
+ "content": "5",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LbTBW",
+ "x": 166,
+ "y": 211,
+ "name": "editor-nav-panel",
+ "reusable": true,
+ "width": "fill_container(888)",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "puABC",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "DM2jx",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HW1JZ",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lCM4Y",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jykpH",
+ "name": "Widgets",
+ "fill": "$grey100",
+ "content": "Widgets",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jFv7h",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9xEIO",
+ "name": "Widgets",
+ "fill": "$grey100",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GcJVr",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VrX5f",
+ "name": "Backdrops",
+ "fill": "$grey100",
+ "content": "Backdrops",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "Ucuyu",
+ "type": "ref",
+ "ref": "EwCwq",
+ "x": 474,
+ "y": 6,
+ "width": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "height": 32,
+ "textGrowth": "auto",
+ "padding": 0,
+ "clip": false,
+ "children": [
+ {
+ "id": "qWBMD",
+ "type": "ref",
+ "ref": "jNe9A",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "MlmaP": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "pkmAo": {
+ "content": "s",
+ "enabled": false
+ },
+ "XbMB2": {
+ "content": "Format",
+ "x": 16,
+ "y": 3
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "leFgD",
+ "name": "backdrop mode",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FImWz",
+ "name": "container",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SX1M1",
+ "fill": "$grey800",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "xTJZG",
+ "x": 94,
+ "y": 3,
+ "name": "question-circle-filled",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gueRx",
+ "x": 1.005971855867756,
+ "y": 0.9940352682410776,
+ "rotation": -0.06839162551810642,
+ "geometry": "M5 0c-2.76142 0-5 2.23858-5 5 0 2.76142 2.23858 5 5 5 2.76142 0 5-2.23858 5-5 0-2.76142-2.23858-5-5-5m0.01 7.75c-0.13313 0.0008-0.26108-0.05153-0.35549-0.14538-0.09442-0.09385-0.14751-0.22149-0.14751-0.35462 0-0.276 0.222-0.5 0.498-0.5l0.005 0c0.27614 0 0.5 0.22386 0.5 0.5 0 0.27614-0.22386 0.5-0.5 0.5m0.792-2.486c-0.366 0.245-0.434 0.382-0.447 0.418-0.03904 0.13168-0.14696 0.23148-0.28128 0.26014-0.13433 0.02866-0.27357-0.01841-0.36296-0.12269-0.08939-0.10428-0.11462-0.24909-0.06576-0.37745 0.09-0.27 0.325-0.524 0.739-0.801 0.51-0.343 0.445-0.717 0.423-0.84-0.06208-0.33458-0.3221-0.59737-0.656-0.663-0.23991-0.04709-0.48818 0.01811-0.674 0.177-0.18963 0.15835-0.29887 0.39295-0.298 0.64 0 0.20711-0.16789 0.375-0.375 0.375-0.20711 0-0.375-0.16789-0.375-0.375-0.0032-0.4678 0.20238-0.91265 0.56073-1.21337 0.35835-0.30072 0.83213-0.42597 1.29227-0.34163 0.64374 0.12199 1.14607 0.6275 1.264 1.272 0.11 0.631-0.155 1.197-0.744 1.592",
+ "fill": "$grey800",
+ "width": 10,
+ "height": 10
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hEdKo",
+ "fill": "$grey900",
+ "content": "w",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Zm3Mv",
+ "name": "tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GT8ws",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YQ34H",
+ "name": "tab-text-04",
+ "clip": true,
+ "width": 45,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "27t4P",
+ "fill": "$turquoise500",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qw42T",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 57,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bDIUi",
+ "fill": "$grey1000",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSIMn",
+ "x": 2326,
+ "y": 435,
+ "name": "editor-center-panel",
+ "reusable": true,
+ "width": "fill_container(768)",
+ "height": "fill_container(766)",
+ "fill": "$grey200",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MqCND",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qo0n0",
+ "name": "输入文本",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ghFhY",
+ "x": 63.047991849466406,
+ "y": 4.06012797438628,
+ "name": "icon-edit-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oYg2i",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YYiGG",
+ "fill": "$grey900",
+ "content": "l",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_01",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bKO2T",
+ "name": "preview",
+ "clip": true,
+ "width": 728,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0AgZ9",
+ "x": 0,
+ "y": 0,
+ "name": "Editor/Background style",
+ "clip": true,
+ "width": "fill_container(728)",
+ "height": "fill_container(676)",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1dOzz",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l728 0 0 546-728 0 0-546z",
+ "fill": "#ffffffff",
+ "width": 728,
+ "height": 676,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Lxgxn",
+ "x": -18,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "hld81",
+ "x": 54,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6bDds",
+ "x": 126,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "4PGXA",
+ "x": 198,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "8RMFX",
+ "x": 270,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "xbl6W",
+ "x": 342,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "SW6S5",
+ "x": 414,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "RoAST",
+ "x": 486,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "3qwR7",
+ "x": 558,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "sqzvk",
+ "x": 630,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "LuJK8",
+ "x": 702,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "CQoZf",
+ "x": -18,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "P33vN",
+ "x": 54,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "fOgV1",
+ "x": 126,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "S2jHe",
+ "x": 198,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "BTkWg",
+ "x": 270,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "hFNrW",
+ "x": 342,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "2DwqP",
+ "x": 414,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7jwUi",
+ "x": 486,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ifYrb",
+ "x": 558,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Kw3OZ",
+ "x": 630,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "1XHeE",
+ "x": 702,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "xBSgS",
+ "x": 0,
+ "y": 252.57144165039062,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "vOJkN",
+ "x": 72,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "nXMvJ",
+ "x": 144,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "f16lc",
+ "x": 216,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "jVT5P",
+ "x": 288,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "RXFa6",
+ "x": 360,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "N168e",
+ "x": 432,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "JWWOs",
+ "x": 504,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Y2qFe",
+ "x": 576,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "pxaOF",
+ "x": 648,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "iitos",
+ "x": 720,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "SHZ7q",
+ "x": -18,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "0gUnn",
+ "x": 54,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "cohtj",
+ "x": 126,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "sbR5D",
+ "x": 198,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "haqXL",
+ "x": 270,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "I7Kzk",
+ "x": 342,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "rurBG",
+ "x": 414,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "1hDnD",
+ "x": 486,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "KzWzj",
+ "x": 558,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "r1tw3",
+ "x": 630,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "P7gG0",
+ "x": 702,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "w2maJ",
+ "x": 0,
+ "y": 29.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "sZn7x",
+ "x": 72,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "f9h17",
+ "x": 144,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "SKEg4",
+ "x": 216,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "M7VBJ",
+ "x": 288,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "C28Sn",
+ "x": 360,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "R5zHd",
+ "x": 432,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "J4gbP",
+ "x": 504,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "SZopQ",
+ "x": 576,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7yUnW",
+ "x": 648,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "I9YuH",
+ "x": 720,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "wr3bK",
+ "x": -18,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 71.99997l18.00001 0 0 18.00003-18.00001 0 0-18.00003z m0 0l-17.99999 0.00005 0-18.00002 17.99999 0 0 17.99997z m54.00001-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "8zQVQ",
+ "x": 54,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "izCKv",
+ "x": 126,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "gdgAx",
+ "x": 198,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "qk5Vh",
+ "x": 270,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6vr5Q",
+ "x": 342,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "e9mqJ",
+ "x": 414,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "cdYw7",
+ "x": 486,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Qbu53",
+ "x": 558,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "HDZa7",
+ "x": 630,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "YUCdR",
+ "x": 702,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "1oFOO",
+ "x": 0,
+ "y": 475.4285888671875,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "prMH0",
+ "x": 72,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7CAI4",
+ "x": 144,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "HD0uF",
+ "x": 216,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "sSkiI",
+ "x": 288,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "L0RJB",
+ "x": 360,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "NOe6Z",
+ "x": 432,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "New8r",
+ "x": 504,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "9KRjC",
+ "x": 576,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "jgFP7",
+ "x": 648,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "S5uBX",
+ "x": 720,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "37Qhl",
+ "x": 180,
+ "y": 124,
+ "name": "Sprite01",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 368,
+ "height": 368,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "HIbyV",
+ "x": 164,
+ "y": 157.88193147999337,
+ "name": "Backdrop01",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/backdrop.png",
+ "mode": "fill"
+ },
+ "width": 400,
+ "height": 300,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "id": "hQzge",
+ "type": "ref",
+ "ref": "giKw2",
+ "x": 198,
+ "y": 702,
+ "width": "fit_content",
+ "height": "fit_content",
+ "fill": "$grey100",
+ "enabled": true,
+ "descendants": {
+ "FhVYf": {
+ "fill": "$grey100",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 4,
+ "y": 4
+ },
+ "okmoP": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 7
+ },
+ "cHBTT": {
+ "fill": "$grey900",
+ "y": 1
+ },
+ "DoI7l": {
+ "fill": "$grey900",
+ "x": 20
+ },
+ "sdr9R": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 73,
+ "y": 1
+ },
+ "nwMFM": {
+ "x": 5
+ },
+ "Qfbji": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 134,
+ "y": 4
+ },
+ "s91hf": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 7
+ },
+ "xp043": {
+ "y": 1,
+ "fontSize": 16
+ },
+ "skcqB": {
+ "x": 20
+ },
+ "A7Eg8": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 67,
+ "y": 1
+ },
+ "pNs6r": {
+ "x": 5
+ },
+ "wCzXg": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 246,
+ "y": 4
+ },
+ "z7VU7": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 12,
+ "y": 7
+ },
+ "G5dfG": {
+ "y": 1
+ },
+ "Xsh5a": {
+ "x": 20
+ },
+ "MhzRc": {
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 61,
+ "y": 1
+ },
+ "G6ZNS": {
+ "x": 5
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F78AI",
+ "x": 3254,
+ "y": 435,
+ "name": "editor-main-panel",
+ "reusable": true,
+ "width": 888,
+ "height": 766,
+ "fill": "#fbfcfdff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 24,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "j7o7S",
+ "name": "Frame 1000002828",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WNxn7",
+ "name": "Illustrations/no-animation&widgets",
+ "width": 476,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SxkQl",
+ "name": "Frame 163079",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iXSkA",
+ "name": ".Component/ illustration",
+ "clip": true,
+ "width": 100,
+ "height": 100,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "wrKbg",
+ "x": 13.75,
+ "y": 11.25,
+ "name": "Group 37",
+ "children": [
+ {
+ "type": "group",
+ "id": "ApXpy",
+ "x": 0,
+ "y": 0,
+ "name": "背景装饰",
+ "children": [
+ {
+ "type": "path",
+ "id": "WBKkH",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M4 0l50 0c0 0 4 0 4 4l0 40c0 0 0 4-4 4l-50 0c0 0-4 0-4-4l0-40c0 0 0-4 4-4z",
+ "fill": "#ecf8ffff",
+ "width": 72.5,
+ "height": 60,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mjXUm",
+ "x": 13.75,
+ "y": 40,
+ "name": "Vector",
+ "geometry": "M0 10l9.29289-9.29289c0.22418-0.22418 0.49032-0.40201 0.78323-0.52334 0.29291-0.12133 0.60684-0.18377 0.92388-0.18377 0.31704 0 0.63097 0.06245 0.92388 0.18377 0.29291 0.12133 0.55905 0.29916 0.78323 0.52334l9.29289 9.29289-22 0z",
+ "fill": "#6fdafbff",
+ "width": 27.5,
+ "height": 12.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "fill": "#6fdafbff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Rd5rk",
+ "x": 0,
+ "y": 60,
+ "name": "Vector",
+ "rotation": 90,
+ "geometry": "M4 0l2 0 0 58-2 0c-1.06087 0-2.07828-0.42142-2.82843-1.17157-0.75015-0.75014-1.17157-1.76756-1.17157-2.82843l0-50c0-1.06087 0.42143-2.07828 1.17157-2.82843 0.75015-0.75015 1.76756-1.17157 2.82843-1.17157z",
+ "fill": "#f87d30ff",
+ "width": 7.5,
+ "height": 72.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "e9Cg8",
+ "x": 0,
+ "y": 42.37109375,
+ "name": "Vector",
+ "geometry": "M4.48682 3.07663c-0.11187 0-0.22361 0.0075-0.33448 0.02246-0.05724-0.8401-0.43107-1.62719-1.04604-2.20239-0.61497-0.5752-1.42526-0.89566-2.2673-0.8967-0.28361 0.00316-0.56562 0.04301-0.839 0.11856l0 7.98444 4.48682 0c0.66567-0.00133 1.30362-0.2667 1.77385-0.73786 0.47023-0.47117 0.73433-1.10965 0.73433-1.77532 0-0.66567-0.26409-1.30415-0.73433-1.77532-0.47023-0.47117-1.10818-0.73654-1.77385-0.73787z",
+ "fill": "#82cbaaff",
+ "width": 8.743745803833008,
+ "height": 10.128750801086426,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OMMdY",
+ "x": 47.5,
+ "y": 42.5,
+ "name": "Vector",
+ "geometry": "M0 0l12 0 0 8-12 0 0-8z",
+ "fill": "#199a4aff",
+ "width": 15,
+ "height": 10,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QEiix",
+ "x": 46.25,
+ "y": 36.25,
+ "name": "Vector",
+ "geometry": "M1 0l12 0c0 0 1 0 1 1l0 3c0 0 0 1-1 1l-12 0c0 0-1 0-1-1l0-3c0 0 0-1 1-1z",
+ "fill": "#1e4bdeff",
+ "width": 17.5,
+ "height": 6.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "FHiUN",
+ "x": 46.25,
+ "y": 36.25,
+ "name": "Vector",
+ "geometry": "M1 0l12 0c0 0 1 0 1 1l0 3c0 0 0 1-1 1l-12 0c0 0-1 0-1-1l0-3c0 0 0-1 1-1z",
+ "fill": "#199a4aff",
+ "width": 17.5,
+ "height": 6.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0fgoh",
+ "x": 4.99853515625,
+ "y": 15.0341796875,
+ "name": "Vector",
+ "geometry": "M7.58411 0c0.87836 0.00107 1.73309 0.28459 2.43795 0.80869 0.70487 0.5241 1.2225 1.26098 1.47646 2.10182 0.49355-0.12973 1.00909-0.15274 1.51223-0.06752 0.50315 0.08523 0.98235 0.27674 1.40565 0.56177 0.4233 0.28503 0.78096 0.65702 1.04915 1.09118 0.26819 0.43416 0.44075 0.92051 0.50616 1.42662 0.06541 0.50611 0.02217 1.02034-0.12683 1.50842-0.149 0.48808-0.40034 0.93878-0.73727 1.32206-0.33693 0.38328-0.75169 0.69033-1.21664 0.90067-0.46495 0.21034-0.9694 0.31915-1.47971 0.31916l-9.31676 0c-0.42369 0.00018-0.8429-0.08668-1.23164-0.2552-0.38873-0.16852-0.7387-0.41511-1.0282-0.72448-0.2895-0.30936-0.51235-0.6749-0.65475-1.07395-0.14239-0.39905-0.20128-0.8231-0.17302-1.24584 0.02826-0.42275 0.14307-0.83518 0.33731-1.21173 0.19424-0.37654 0.46376-0.70917 0.79186-0.97725 0.3281-0.26808 0.70777-0.46589 1.11548-0.58117 0.40771-0.11528 0.83475-0.14558 1.25465-0.089 0.0704-1.03397 0.53049-2.00272 1.28737-2.71067 0.75688-0.70794 1.75418-1.10235 2.79055-1.10358z",
+ "fill": "#ffffffff",
+ "width": 20.00165367126465,
+ "height": 12.466087341308594,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "87UrI",
+ "x": 8.75,
+ "y": 25,
+ "name": "Vector",
+ "geometry": "M1 0l19 0c0 0 1 0 1 1l0 4c0 0 0 1-1 1l-19 0c0 0-1 0-1-1l0-4c0 0 0-1 1-1z",
+ "fill": "#c8d4faff",
+ "width": 26.25,
+ "height": 7.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Bb8oo",
+ "x": 12.5,
+ "y": 25,
+ "name": "Vector",
+ "geometry": "M1 0l4 0c0 0 1 0 1 1l0 4c0 0 0 1-1 1l-4 0c0 0-1 0-1-1l0-4c0 0 0-1 1-1z",
+ "fill": "#dbae5dff",
+ "width": 7.5,
+ "height": 7.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QAJSQ",
+ "x": 27.5,
+ "y": 25,
+ "name": "Vector",
+ "geometry": "M1 0l4 0c0 0 1 0 1 1l0 4c0 0 0 1-1 1l-4 0c0 0-1 0-1-1l0-4c0 0 0-1 1-1z",
+ "fill": "#dbae5dff",
+ "width": 7.5,
+ "height": 7.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "394FH",
+ "x": 20,
+ "y": 25,
+ "name": "Vector",
+ "geometry": "M1 0l4 0c0 0 1 0 1 1l0 4c0 0 0 1-1 1l-4 0c0 0-1 0-1-1l0-4c0 0 0-1 1-1z",
+ "fill": "#9b6c33ff",
+ "width": 7.5,
+ "height": 7.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "h2jBE",
+ "x": 8.75,
+ "y": 25,
+ "name": "Vector",
+ "geometry": "M1 0l1 0c0 0 1 0 1 1l0 4c0 0 0 1-1 1l-1 0c0 0-1 0-1-1l0-4c0 0 0-1 1-1z",
+ "fill": "#9b6c33ff",
+ "width": 3.75,
+ "height": 7.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cIwNp",
+ "x": 65.1552734375,
+ "y": 43.86328125,
+ "name": "Vector",
+ "geometry": "M4.98254 0c-0.62858 0.00081-1.23611 0.22664-1.7126 0.6366-0.4765 0.40996-0.79048 0.97698-0.88511 1.5984l-0.04749-0.00049c-0.6199 0-1.21441 0.24625-1.65275 0.68459-0.43834 0.43834-0.68459 1.03285-0.68459 1.65275 0 0.6199 0.24626 1.21441 0.68459 1.65275 0.43834 0.43834 1.03285 0.68459 1.65275 0.68459l3.5382 0 0-6.74775c-0.28597-0.10549-0.5882-0.16013-0.893-0.16144z",
+ "fill": "#82cbaaff",
+ "width": 7.34442663192749,
+ "height": 8.636488914489746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Vzb2G",
+ "x": 54.9990234375,
+ "y": 23.7666015625,
+ "name": "Vector",
+ "geometry": "M4.74015 0c0.54897 0.00067 1.08318 0.17786 1.52372 0.50542 0.44054 0.32756 0.76407 0.78811 0.92279 1.31364 0.30846-0.08106 0.63066-0.09543 0.94512-0.04215 0.31445 0.05328 0.61394 0.17298 0.87848 0.35112 0.26455 0.17814 0.48808 0.41064 0.65569 0.68198 0.16761 0.27134 0.27545 0.5753 0.31633 0.89161 0.04088 0.31631 0.01386 0.63769-0.07927 0.94273-0.09312 0.30504-0.2502 0.58672-0.46076 0.82627-0.21056 0.23955-0.46978 0.43145-0.76035 0.56293-0.29058 0.13147-0.60584 0.19949-0.92478 0.19951l-5.823 0c-0.26481 0.00012-0.52682-0.05416-0.76979-0.15949-0.24297-0.10532-0.4617-0.25944-0.64265-0.45279-0.18094-0.19335-0.32023-0.42182-0.40923-0.67123-0.089-0.24941-0.12581-0.51444-0.10814-0.77867 0.01766-0.26422 0.08942-0.522 0.21082-0.75734 0.1214-0.23534 0.28986-0.44324 0.49493-0.61079 0.20507-0.16755 0.44237-0.29118 0.6972-0.36322 0.25482-0.07205 0.52173-0.09097 0.78417-0.05561 0.044-0.64624 0.33155-1.25172 0.80461-1.69419 0.47306-0.44247 1.09638-0.68897 1.74411-0.68973z",
+ "fill": "#ffffffff",
+ "width": 12.50097942352295,
+ "height": 7.791324138641357,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "i63qD",
+ "x": 6.25,
+ "y": 4.9970703125,
+ "name": "Vector",
+ "geometry": "M1.5 0.30196c0.0976-0.09897 0.2146-0.17671 0.34367-0.22834 0.12906-0.05162 0.2674-0.07602 0.40633-0.07166 0.09314-0.00699 0.18673 0.00478 0.27525 0.03459 0.08851 0.02982 0.17015 0.07709 0.24007 0.13901 0.06993 0.06192 0.12672 0.13724 0.16703 0.2215 0.04031 0.08426 0.06331 0.17574 0.06765 0.26904 0 0.41857-0.42731 0.89763-1.5 1.33586-1.07269-0.43823-1.5-0.91729-1.5-1.33586 0.00433-0.0933 0.02734-0.18479 0.06765-0.26904 0.04031-0.08426 0.09711-0.15957 0.16703-0.2215 0.06993-0.06192 0.15156-0.10919 0.24007-0.13901 0.08851-0.02982 0.18211-0.04158 0.27525-0.03459 0.13894-0.00436 0.27727 0.02004 0.40633 0.07166 0.12906 0.05162 0.24606 0.12936 0.34367 0.22834z",
+ "fill": "#e62234ff",
+ "width": 3.75,
+ "height": 2.5024454593658447,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#e62234ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "d04Lu",
+ "x": 18.75,
+ "y": 4.9970703125,
+ "name": "Vector",
+ "geometry": "M1.5 0.30196c0.0976-0.09897 0.2146-0.17671 0.34367-0.22834 0.12906-0.05162 0.2674-0.07602 0.40633-0.07166 0.09314-0.00699 0.18673 0.00478 0.27525 0.03459 0.08851 0.02982 0.17015 0.07709 0.24007 0.13901 0.06993 0.06192 0.12672 0.13724 0.16703 0.2215 0.04031 0.08426 0.06331 0.17574 0.06765 0.26904 0 0.41857-0.42731 0.89763-1.5 1.33586-1.07269-0.43823-1.5-0.91729-1.5-1.33586 0.00433-0.0933 0.02734-0.18479 0.06765-0.26904 0.04031-0.08426 0.09711-0.15957 0.16703-0.2215 0.06993-0.06192 0.15156-0.10919 0.24007-0.13901 0.08851-0.02982 0.18211-0.04158 0.27525-0.03459 0.13894-0.00436 0.27727 0.02004 0.40633 0.07166 0.12906 0.05162 0.24606 0.12936 0.34367 0.22834z",
+ "fill": "#e62234ff",
+ "width": 3.75,
+ "height": 2.5024454593658447,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#e62234ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "I3vf6",
+ "x": 12.5,
+ "y": 4.9970703125,
+ "name": "Vector",
+ "geometry": "M1.5 0.30196c0.0976-0.09897 0.2146-0.17671 0.34367-0.22834 0.12906-0.05162 0.2674-0.07602 0.40633-0.07166 0.09314-0.00699 0.18673 0.00478 0.27525 0.03459 0.08851 0.02982 0.17015 0.07709 0.24007 0.13901 0.06993 0.06192 0.12672 0.13724 0.16703 0.2215 0.04031 0.08426 0.06331 0.17574 0.06765 0.26904 0 0.41857-0.42731 0.89763-1.5 1.33586-1.07269-0.43823-1.5-0.91729-1.5-1.33586 0.00433-0.0933 0.02734-0.18479 0.06765-0.26904 0.04031-0.08426 0.09711-0.15957 0.16703-0.2215 0.06993-0.06192 0.15156-0.10919 0.24007-0.13901 0.08851-0.02982 0.18211-0.04158 0.27525-0.03459 0.13894-0.00436 0.27727 0.02004 0.40633 0.07166 0.12906 0.05162 0.24606 0.12936 0.34367 0.22834z",
+ "fill": "#e62234ff",
+ "width": 3.75,
+ "height": 2.5024454593658447,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#e62234ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3gXow",
+ "x": 60,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 7.5,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fjFaP",
+ "x": 62.5,
+ "y": 7.5,
+ "name": "Vector",
+ "geometry": "M4 0l-4 0",
+ "width": 5,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "dedsZ",
+ "x": 41.25,
+ "y": 8.75,
+ "name": "人物",
+ "children": [
+ {
+ "type": "path",
+ "id": "XDgsW",
+ "x": 13.75,
+ "y": 6.25,
+ "name": "Vector",
+ "geometry": "M1 0l1 0c0.26522 0 0.51957 0.10536 0.70711 0.29289 0.18754 0.18754 0.29289 0.44189 0.29289 0.70711l0 2-3 0 0-2c0-0.26522 0.10536-0.51957 0.29289-0.70711 0.18754-0.18754 0.44189-0.29289 0.70711-0.29289z",
+ "fill": "#fbe8c2ff",
+ "width": 3.75,
+ "height": 3.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GPVOw",
+ "x": 13.75,
+ "y": 10,
+ "name": "Vector",
+ "geometry": "M0 4l0-4 3 0 0 1c0 0.79565-0.31607 1.55871-0.87868 2.12132-0.56261 0.56261-1.32567 0.87868-2.12132 0.87868z",
+ "fill": "#f6c944ff",
+ "width": 3.75,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sSdId",
+ "x": 3.75,
+ "y": 11.25,
+ "name": "Vector",
+ "geometry": "M0 0l8 0 0 3-8 0 0-3z",
+ "fill": "#f6c944ff",
+ "width": 10,
+ "height": 3.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "k1zIr",
+ "x": 17.5,
+ "y": 13.75,
+ "name": "Vector",
+ "geometry": "M1 4l-1 0 0-3 1-1 0 4z",
+ "fill": "#1e4bdeff",
+ "width": 1.25,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6MtZx",
+ "x": 2.5,
+ "y": 18.75,
+ "name": "Vector",
+ "geometry": "M0 0l1 0 0 3-1 1 0-4z",
+ "fill": "#1e4bdeff",
+ "width": 1.25,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3EwbH",
+ "x": 11.25,
+ "y": 15,
+ "name": "Vector",
+ "geometry": "M0 0l5 0 0 3-5 0 0-3z",
+ "fill": "#e62234ff",
+ "width": 6.25,
+ "height": 3.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ii91a",
+ "x": 3.75,
+ "y": 15,
+ "name": "Vector",
+ "geometry": "M6 0l-6 0 0 6 3 0c0.79565 0 1.55871-0.31607 2.12132-0.87868 0.56261-0.56261 0.87868-1.32567 0.87868-2.12132l0-3z",
+ "fill": "#e62234ff",
+ "width": 7.5,
+ "height": 7.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oXBhe",
+ "x": 3.75,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M8 9l-8 0 0-7c0-0.53043 0.21071-1.03914 0.58578-1.41421 0.37507-0.37507 0.88378-0.58579 1.41422-0.58579l4 0c0.53043 0 1.03914 0.21071 1.41422 0.58579 0.37507 0.37507 0.58578 0.88378 0.58578 1.41421l0 2 1 1.5-1 1 0 2.5z",
+ "fill": "#fbe8c2ff",
+ "width": 11.25,
+ "height": 11.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UKjCz",
+ "x": 8.28125,
+ "y": 6.875,
+ "name": "Vector",
+ "geometry": "M0 0.625c0 0.16576 0.06585 0.32473 0.18306 0.44194 0.11721 0.11721 0.27618 0.18306 0.44194 0.18306 0.16576 0 0.32473-0.06585 0.44194-0.18306 0.11721-0.11721 0.18306-0.27618 0.18306-0.44194 0-0.16576-0.06585-0.32473-0.18306-0.44194-0.11721-0.11721-0.27618-0.18306-0.44194-0.18306-0.16576 0-0.32473 0.06585-0.44194 0.18306-0.11721 0.11721-0.18306 0.27618-0.18306 0.44194z",
+ "fill": "#f89c70ff",
+ "width": 1.5625,
+ "height": 1.5625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ },
+ {
+ "type": "path",
+ "id": "ib0YQ",
+ "x": 3.75,
+ "y": 3.75,
+ "name": "Vector",
+ "geometry": "M0 0l10 0",
+ "width": 12.5,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "itoeK",
+ "x": 10.9375,
+ "y": 5.9375,
+ "name": "Vector",
+ "geometry": "M0 0l0 0.5",
+ "fill": "#ffffffff",
+ "width": 0,
+ "height": 0.625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3QIcM",
+ "x": 10,
+ "y": 8.125,
+ "name": "Vector",
+ "geometry": "M0 1c0.64029-0.64029 1.50871-1 2.41421-1l0.58579 0",
+ "fill": "#ffffffff",
+ "width": 3.75,
+ "height": 1.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "W8TN9",
+ "x": 0,
+ "y": 11.25,
+ "name": "Vector",
+ "geometry": "M3 3l0-3c-0.79565 0-1.55871 0.31607-2.12132 0.87868-0.56261 0.56261-0.87868 1.32567-0.87868 2.12132 0 0.79565 0.31607 1.55871 0.87868 2.12132 0.56261 0.56261 1.32567 0.87868 2.12132 0.87868l0-3z",
+ "fill": "#f6c944ff",
+ "width": 3.75,
+ "height": 7.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7lRHi",
+ "x": 3.75,
+ "y": 15,
+ "name": "Vector",
+ "geometry": "M0 0l2 0c0.26522 0 0.51957 0.10536 0.70711 0.29289 0.18754 0.18754 0.29289 0.44189 0.29289 0.70711l0 1c0 0.26522-0.10536 0.51957-0.29289 0.70711-0.18754 0.18754-0.44189 0.29289-0.70711 0.29289l-2 0 0-3z",
+ "fill": "#fbe8c2ff",
+ "width": 3.75,
+ "height": 3.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MFug3",
+ "x": 3.75,
+ "y": 3.75,
+ "name": "Vector",
+ "geometry": "M0 0l3 0 0 2c0 0.53043-0.21071 1.03914-0.58578 1.41421-0.37507 0.37507-0.88378 0.58579-1.41422 0.58579l-1 0 0-4z",
+ "fill": "#24292fff",
+ "width": 3.75,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "12Occ",
+ "x": 3.75,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l4 0c0.53043 0 1.03914 0.21071 1.41422 0.58579 0.37507 0.37507 0.58578 0.88378 0.58578 1.41421l0 1-8 0 0-1c0-0.53043 0.21071-1.03914 0.58578-1.41421 0.37507-0.37507 0.88378-0.58579 1.41422-0.58579z",
+ "fill": "#e62234ff",
+ "width": 10,
+ "height": 3.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ZReLX",
+ "x": 8.7392578125,
+ "y": 50,
+ "name": "游戏手柄",
+ "children": [
+ {
+ "type": "path",
+ "id": "x7zGD",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M37.00841 0l-26 0c-1.95539-0.00149-3.87583 0.51827-5.56355 1.50577-1.68772 0.9875-3.0817 2.40703-4.03839 4.1124-0.95669 1.70537-1.4415 3.63494-1.4045 5.58998 0.037 1.95504 0.59447 3.86488 1.615 5.53283 1.02053 1.66795 2.46723 3.03372 4.19111 3.95665 1.72388 0.92293 3.66261 1.36966 5.61654 1.29417 1.95393-0.07548 3.85243-0.67044 5.49996-1.72361 1.64754-1.05317 2.98456-2.52647 3.87338-4.26819l6.4209 0c0.88918 1.74039 2.22612 3.21237 3.87317 4.26442 1.64706 1.05204 3.54473 1.64613 5.49768 1.72111 1.95294 0.07498 3.89058-0.37186 5.61346-1.29452 1.72288-0.92266 3.16874-2.2878 4.18874-3.95488 1.02-1.66709 1.5773-3.5759 1.61451-5.52993 0.03721-1.95403-0.447-3.88266-1.40279-5.58738-0.95579-1.70472-2.34863-3.12392-4.03512-4.11151-1.6865-0.98759-3.60572-1.50787-5.5601-1.50731z",
+ "fill": "#e4e4e4ff",
+ "width": 60.010520935058594,
+ "height": 27.500003814697266,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "n5CjC",
+ "x": 44.3857421875,
+ "y": 5,
+ "name": "Vector",
+ "geometry": "M0 2c0 0.53043 0.21071 1.03914 0.58578 1.41422 0.37507 0.37507 0.88378 0.58578 1.41422 0.58578 0.53043 0 1.03914-0.21071 1.41422-0.58578 0.37507-0.37507 0.58578-0.88378 0.58578-1.41422 0-0.53043-0.21071-1.03914-0.58578-1.41422-0.37507-0.37507-0.88378-0.58578-1.41422-0.58578-0.53043 0-1.03914 0.21071-1.41422 0.58578-0.37507 0.37507-0.58578 0.88378-0.58578 1.41422z",
+ "fill": "#f6c944ff",
+ "width": 5,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hoxHx",
+ "x": 44.3857421875,
+ "y": 17.5,
+ "name": "Vector",
+ "geometry": "M0 2c0 0.53043 0.21071 1.03914 0.58578 1.41422 0.37507 0.37507 0.88378 0.58578 1.41422 0.58578 0.53043 0 1.03914-0.21071 1.41422-0.58578 0.37507-0.37507 0.58578-0.88378 0.58578-1.41422 0-0.53043-0.21071-1.03914-0.58578-1.41422-0.37507-0.37507-0.88378-0.58578-1.41422-0.58578-0.53043 0-1.03914 0.21071-1.41422 0.58578-0.37507 0.37507-0.58578 0.88378-0.58578 1.41422z",
+ "fill": "#82cbaaff",
+ "width": 5,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Wa0z0",
+ "x": 50.6357421875,
+ "y": 11.25,
+ "name": "Vector",
+ "geometry": "M0 2c0 0.53043 0.21071 1.03914 0.58578 1.41422 0.37507 0.37507 0.88378 0.58578 1.41422 0.58578 0.53043 0 1.03914-0.21071 1.41422-0.58578 0.37507-0.37507 0.58578-0.88378 0.58578-1.41422 0-0.53043-0.21071-1.03914-0.58578-1.41422-0.37507-0.37507-0.88378-0.58578-1.41422-0.58578-0.53043 0-1.03914 0.21071-1.41422 0.58578-0.37507 0.37507-0.58578 0.88378-0.58578 1.41422z",
+ "fill": "#e62234ff",
+ "width": 5,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "87jof",
+ "x": 38.1357421875,
+ "y": 11.25,
+ "name": "Vector",
+ "geometry": "M0 2c0 0.53043 0.21071 1.03914 0.58578 1.41422 0.37507 0.37507 0.88378 0.58578 1.41422 0.58578 0.53043 0 1.03914-0.21071 1.41422-0.58578 0.37507-0.37507 0.58578-0.88378 0.58578-1.41422 0-0.53043-0.21071-1.03914-0.58578-1.41422-0.37507-0.37507-0.88378-0.58578-1.41422-0.58578-0.53043 0-1.03914 0.21071-1.41422 0.58578-0.37507 0.37507-0.58578 0.88378-0.58578 1.41422z",
+ "fill": "#6fdafbff",
+ "width": 5,
+ "height": 5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rMZHR",
+ "x": 6.8857421875,
+ "y": 6.25,
+ "name": "Vector",
+ "geometry": "M11 4l-3 0 0-3c0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289l-2 0c-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711l0 3-3 0c-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711l0 2c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289l3 0 0 3c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289l2 0c0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711l0-3 3 0c0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711l0-2c0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289z",
+ "fill": "#808080ff",
+ "width": 15,
+ "height": 15,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3Y2xl",
+ "x": 31.8857421875,
+ "y": 7.5,
+ "name": "Vector",
+ "geometry": "M1.5 0l-1.5 0",
+ "width": 1.875,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SoZ9k",
+ "x": 26.2607421875,
+ "y": 7.5,
+ "name": "Vector",
+ "geometry": "M1.5 0l-1.5 0",
+ "width": 1.875,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.2000000476837158,
+ "join": "round",
+ "cap": "round",
+ "fill": "#24292fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8xGlk",
+ "name": "文字内容为空",
+ "fill": "$grey700",
+ "content": "No widgets",
+ "lineHeight": 1.625,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "vQnKa",
+ "type": "ref",
+ "ref": "y9fC6",
+ "x": 129.5,
+ "y": 154,
+ "width": 217,
+ "height": 40,
+ "clip": true,
+ "flipX": false,
+ "flipY": false,
+ "children": [
+ {
+ "id": "dxphu",
+ "type": "ref",
+ "ref": "ngVqF",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "qu0Rs": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "yhkaY": {
+ "content": "1",
+ "x": 24,
+ "y": 9
+ },
+ "28nFU": {
+ "content": "Add Widget Monitor",
+ "x": 50,
+ "y": 6
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "Base": [
+ "Neutral",
+ "Gray",
+ "Stone",
+ "Zinc",
+ "Slate"
+ ],
+ "Mode": [
+ "Light",
+ "Dark"
+ ],
+ "Accent": [
+ "Default",
+ "Red",
+ "Rose",
+ "Orange",
+ "Green",
+ "Blue",
+ "Yellow",
+ "Violet"
+ ]
+ },
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#ffffff",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey200": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#FBFCFD",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0AA5BE",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey400": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#eaeff3",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "yellow500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#FAA135",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f6f8fa",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey600": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#CBD2D8",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey900": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#57606A",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey1000": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0bc0cf",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0B8893",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#E7F9FA",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#B5EBF0",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "yellow200": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#FFF6EB",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey800": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#6e7781",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "purple500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#A074FF",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey700": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#a7b1bb",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "grey500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#d9dfe5",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f3fcfd",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise400": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#3fcdd9",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "green400": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#90e05a",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "red600": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#bc292e",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "red400": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f15d64",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "red500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#ef4149",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "yellow300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fde2c0",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "red100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#feefef",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "red300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#ff97a0",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "red200": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fdc7c7",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "border-radius-1": {
+ "type": "number",
+ "value": [
+ {
+ "value": 8,
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "border-radius-2": {
+ "type": "number",
+ "value": [
+ {
+ "value": 12,
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "border-radius-3": {
+ "type": "number",
+ "value": [
+ {
+ "value": 20,
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "green100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e0f8e3",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "green200": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#cbf1cd",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "green300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b0ea90",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "green500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#63ce29",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "green600": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#3ca80c",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "purple100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#faf8ff",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "purple200": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f6f1ff",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "purple300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e2d4ff",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "purple400": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b390ff",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "purple600": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#926ae8",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "purple700": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#7252b5",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "yellow400": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fbb45d",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "yellow100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fffaf5",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "yellow600": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e49330",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "yellow700": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b27226",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "blue100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f4faff",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "blue200": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e9f5ff",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "blue300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#bae1fe",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "blue400": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#4db2fd",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "blue500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#219ffc",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "blue600": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#1e91e5",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "blue700": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#1771b3",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "Panel-small-Grey 1000,8%": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f14",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "Panel-small-Turquoise 300,65%": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b5ebf0a6",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "Panel-small-Grey 1000,5%": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f0d",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "Panel-large-Grey1000,14%": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f24",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "Panel-large-40BAC4,18%": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#40bac42e",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "Card-small-Grey 1000,8%": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f14",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "shadow-custom-01": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#33333314",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "shadow-custom-02": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f1a",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "shadow-custom-03": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#00000014",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fef2f2",
+ "theme": {
+ "Accent": "Red"
+ }
+ },
+ {
+ "value": "#fff1f2",
+ "theme": {
+ "Accent": "Rose"
+ }
+ },
+ {
+ "value": "#fff7ed",
+ "theme": {
+ "Accent": "Orange"
+ }
+ },
+ {
+ "value": "#f7fee7",
+ "theme": {
+ "Accent": "Green"
+ }
+ },
+ {
+ "value": "#eff6ff",
+ "theme": {
+ "Accent": "Blue"
+ }
+ },
+ {
+ "value": "#713f12",
+ "theme": {
+ "Accent": "Yellow"
+ }
+ },
+ {
+ "value": "#f5f3ff",
+ "theme": {
+ "Accent": "Violet"
+ }
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717"
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#e5e7eb",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#e2e8f0",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#e4e4e7",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#dc2626",
+ "theme": {
+ "Accent": "Red"
+ }
+ },
+ {
+ "value": "#e11d48",
+ "theme": {
+ "Accent": "Rose"
+ }
+ },
+ {
+ "value": "#ea580c",
+ "theme": {
+ "Accent": "Orange"
+ }
+ },
+ {
+ "value": "#65a30d",
+ "theme": {
+ "Accent": "Green"
+ }
+ },
+ {
+ "value": "#1d4ed8",
+ "theme": {
+ "Accent": "Blue"
+ }
+ },
+ {
+ "value": "#facc15",
+ "theme": {
+ "Accent": "Yellow"
+ }
+ },
+ {
+ "value": "#7c3aed",
+ "theme": {
+ "Accent": "Violet"
+ }
+ },
+ {
+ "value": "#ef4444",
+ "theme": {
+ "Mode": "Dark",
+ "Accent": "Red"
+ }
+ },
+ {
+ "value": "#f43f5e",
+ "theme": {
+ "Mode": "Dark",
+ "Accent": "Rose"
+ }
+ },
+ {
+ "value": "#f97316",
+ "theme": {
+ "Mode": "Dark",
+ "Accent": "Orange"
+ }
+ },
+ {
+ "value": "#65a30d",
+ "theme": {
+ "Mode": "Dark",
+ "Accent": "Green"
+ }
+ },
+ {
+ "value": "#1d4ed8",
+ "theme": {
+ "Mode": "Dark",
+ "Accent": "Blue"
+ }
+ },
+ {
+ "value": "#eab308",
+ "theme": {
+ "Mode": "Dark",
+ "Accent": "Yellow"
+ }
+ },
+ {
+ "value": "#8b5cf6",
+ "theme": {
+ "Mode": "Dark",
+ "Accent": "Violet"
+ }
+ }
+ ]
+ },
+ "menu-variable": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e14e9f",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "menu-game": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#5a80fb",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "menu-sound": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#9d7bfc",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "menu-sensing": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#58c3f6",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "menu-control": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#4dcdd8",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "menu-motion": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#96d44f",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "menu-look": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fa8d65",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "menu-event": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f8bc3f",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "mask": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f99",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-crimson": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#9c2c2c",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-red": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#db1c2b",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-orange": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f27d00",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-turmeric": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b08a01",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-green": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#139707",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-blue": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0774cd",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-purple": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#892ba8",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-lightgrey": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#a8abb2",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-darkgrey": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#4b5961",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-black": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#000000",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-accent": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#2563EB",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-ink": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0F172A",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "code-muted": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#94A3B8",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ }
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/docs/ai-design-workflow.md b/ui/docs/ai-design-workflow.md
new file mode 100644
index 0000000000..0f08cddccf
--- /dev/null
+++ b/ui/docs/ai-design-workflow.md
@@ -0,0 +1,42 @@
+# AI 设计稿复刻工作流
+
+使用 AI(Claude Code / Gemini)通过 Pencil MCP 协议复刻 Figma 设计稿。
+
+## 前置条件
+
+- 设计稿图片(Figma 导出 PNG/JPG)
+- 组件库:[builder-component.lib.pen](../components/spx/builder-component.lib.pen)
+- 页面目录:`ui/pages/spx/*.pen`
+
+## 工作流程
+
+### Step 1: 构建结构
+
+| 输入 | 输出 |
+| ---- | ---- |
+| 设计稿图片 + 组件库/页面文件 | 页面骨架布局(忽略样式细节) |
+
+**Prompt 示例**:
+
+> 读取 `ui/components/spx/builder-component.lib.pen` 和 `ui/pages/spx` 目录下的 .pen 文件,参照上传的设计稿图片,在当前画布空白区域构建 [页面名称] 页面结构。
+
+### Step 2: 调整样式
+
+| 输入 | 输出 |
+| ---- | ---- |
+| Step 1 生成的页面 | 符合设计规范的完整页面 |
+
+**Prompt 示例**:
+
+| 场景 | Prompt |
+| ---- | ------ |
+| 全局 | 按照组件库中的设计规范修正页面颜色/间距/字体,使用变量引用。 |
+| 局部 | 修正 `[图层名称]` 的样式,参照组件库规范。 |
+
+> **注意**:`[图层名称]` 必须与 Pencil 画布中的实际名称一致。
+
+## 最佳实践
+
+- 小范围修改优先手动调整
+- 批量修改交给 AI 处理
+- 保持对话上下文连续性
diff --git a/ui/docs/design-review-checklist.md b/ui/docs/design-review-checklist.md
new file mode 100644
index 0000000000..1f4988b4d8
--- /dev/null
+++ b/ui/docs/design-review-checklist.md
@@ -0,0 +1,36 @@
+# 设计评审自检清单
+
+用于设计提交前自检,确保设计完整、清晰、可实现。
+
+## 组件与规范
+
+- [ ] 是否优先复用 Design System 组件?
+- [ ] 是否使用标准 Design Token?
+- [ ] 是否出现未定义的新样式?
+- [ ] 若修改了组件,是否同步更新 system?
+
+## 状态是否完整
+
+- [ ] 是否定义默认状态?
+- [ ] 是否定义 hover / focus / active?
+- [ ] 是否定义 disabled / loading?
+- [ ] 是否定义空态 / 异常态?
+
+## 交互是否清晰
+
+- [ ] 是否明确点击后的行为?
+- [ ] 是否说明页面跳转逻辑?
+- [ ] 是否说明数据加载或失败处理?
+- [ ] 是否说明必要的动画或过渡?
+
+## 一致性与体验
+
+- [ ] 是否与现有页面风格一致?
+- [ ] 是否避免重复造轮子?
+- [ ] 是否考虑响应式或不同屏幕尺寸?
+- [ ] 是否存在可访问性问题?
+
+## 决策记录
+
+- [ ] 是否记录关键设计决策?
+- [ ] 是否说明与以往方案的差异?
diff --git a/ui/docs/pr-template.md b/ui/docs/pr-template.md
new file mode 100644
index 0000000000..0766609201
--- /dev/null
+++ b/ui/docs/pr-template.md
@@ -0,0 +1,79 @@
+# Design PR Template
+
+## 标题规范
+
+**格式**:`[Scope] Type: Description`
+
+| Scope | 说明 |
+|---------------|----------------|
+| `[UI]` | 页面级设计变更 |
+| `[Component]` | 组件级变更 |
+
+| Type | 说明 |
+|-----------|--------------------|
+| `Feature` | 新增功能/设计 |
+| `Update` | 优化/调整现有设计 |
+| `Fix` | 修复设计问题 |
+
+**示例**:
+
+- `[UI] Feature: Add notification banner design`
+- `[Component] Update: Button disabled state`
+
+## 描述模板
+
+```markdown
+### Issue
+
+- update #issue_number
+- ref #issue_number
+- close #issue_number
+
+### Background
+
+简述修改原因。
+
+### Changes
+
+- 变更点 1
+- 变更点 2
+
+### Scope
+
+- 影响页面/组件 1
+- 影响页面/组件 2
+
+### Design System Impact
+
+- [ ] Yes (requires Component PR)
+- [ ] No
+```
+
+## 完整示例
+
+```markdown
+[UI] Feature: Add notification banner design
+
+### Issue
+
+update #2575
+
+### Background
+
+Remind users to refresh page for latest version.
+
+### Changes
+
+- Added notification banner component
+- Integrated with version check API
+
+### Scope
+
+- Community homepage
+- All authenticated pages
+
+### Design System Impact
+
+- [ ] Yes
+- [x] No
+```
diff --git a/ui/docs/team-workflow.md b/ui/docs/team-workflow.md
new file mode 100644
index 0000000000..f818e4b732
--- /dev/null
+++ b/ui/docs/team-workflow.md
@@ -0,0 +1,46 @@
+# 团队工作流
+
+## 概述
+
+本文档定义了设计与开发团队的协作流程,实现从需求到交付的一体化工作流。
+
+## 核心流程
+
+### Issue → PR(Design + Code)
+
+| 需求类型 | 设计师职责 | 开发职责 |
+| ------- | --------- | ------- |
+| 简单需求 | 产出设计变更,通过 AI Agent 生成代码并提交 | Review & Merge |
+| 复杂需求 | 产出设计变更并提交 Commit | 基于设计 Commit 完成代码实现 |
+
+## 设计资产管理
+
+### 组件库
+
+项目使用统一的组件库:[builder-component.lib.pen](../components/spx/builder-component.lib.pen)
+
+组件库包含可复用的公共组件及 Design Token(颜色、间距、字体等设计变量)。
+
+### 版本控制
+
+设计稿纳入 Git 版本管理,遵循 **Single Source of Truth** 原则:
+
+- 所有设计变更通过 Commit 提交,支持增量更新与历史追溯
+- 设计稿统一存放于 `pages/` 目录,确保来源唯一
+
+## 开发侧要求
+
+- **目录结构对齐**:前端代码与设计稿保持结构映射
+- **AI 友好技术栈**:采用 TailwindCSS 等声明式方案
+- **映射文档**:维护设计-代码对应关系文档
+
+## 扩展能力:代码逆向生成设计稿
+
+1. AI 本地启动前端开发服务
+2. 通过浏览器访问并截图
+3. 结合代码与截图生成设计稿
+4. 自动生成设计-代码映射文档
+
+## 相关文档
+
+- [PR 模板](./pr-template.md)
diff --git a/ui/images/Menlo-Regular-1.ttf b/ui/images/Menlo-Regular-1.ttf
new file mode 100644
index 0000000000..033dc6d212
Binary files /dev/null and b/ui/images/Menlo-Regular-1.ttf differ
diff --git a/ui/images/Sprite-review.png b/ui/images/Sprite-review.png
new file mode 100644
index 0000000000..783750f1fa
Binary files /dev/null and b/ui/images/Sprite-review.png differ
diff --git a/ui/images/Union.png b/ui/images/Union.png
new file mode 100644
index 0000000000..b173f0c901
Binary files /dev/null and b/ui/images/Union.png differ
diff --git a/ui/images/add-outlined.png b/ui/images/add-outlined.png
new file mode 100644
index 0000000000..4fee713e9a
Binary files /dev/null and b/ui/images/add-outlined.png differ
diff --git a/ui/images/ai-canvas-logo.png b/ui/images/ai-canvas-logo.png
new file mode 100644
index 0000000000..25ded9d9d2
Binary files /dev/null and b/ui/images/ai-canvas-logo.png differ
diff --git a/ui/images/avatar.png b/ui/images/avatar.png
new file mode 100644
index 0000000000..2390a81dee
Binary files /dev/null and b/ui/images/avatar.png differ
diff --git a/ui/images/backdrop.png b/ui/images/backdrop.png
new file mode 100644
index 0000000000..6d16838592
Binary files /dev/null and b/ui/images/backdrop.png differ
diff --git a/ui/images/banner.png b/ui/images/banner.png
new file mode 100644
index 0000000000..d0c85db343
Binary files /dev/null and b/ui/images/banner.png differ
diff --git a/ui/images/bg.svg b/ui/images/bg.svg
new file mode 100644
index 0000000000..e22e10ff8f
--- /dev/null
+++ b/ui/images/bg.svg
@@ -0,0 +1,13 @@
+
diff --git a/ui/images/boy.png b/ui/images/boy.png
new file mode 100644
index 0000000000..ea84b2e6a0
Binary files /dev/null and b/ui/images/boy.png differ
diff --git a/ui/images/builder-usage.png b/ui/images/builder-usage.png
new file mode 100644
index 0000000000..8035e7f84c
Binary files /dev/null and b/ui/images/builder-usage.png differ
diff --git a/ui/images/codekiko.png b/ui/images/codekiko.png
new file mode 100644
index 0000000000..9e9f678b09
Binary files /dev/null and b/ui/images/codekiko.png differ
diff --git a/ui/images/map-bg.png b/ui/images/map-bg.png
new file mode 100644
index 0000000000..47fa6c720a
Binary files /dev/null and b/ui/images/map-bg.png differ
diff --git a/ui/images/monitor-colorful.png b/ui/images/monitor-colorful.png
new file mode 100644
index 0000000000..627ff88745
Binary files /dev/null and b/ui/images/monitor-colorful.png differ
diff --git a/ui/images/navbar-bg.png b/ui/images/navbar-bg.png
new file mode 100644
index 0000000000..f14450799b
Binary files /dev/null and b/ui/images/navbar-bg.png differ
diff --git a/ui/images/notification.gif b/ui/images/notification.gif
new file mode 100644
index 0000000000..7ac9102ba2
Binary files /dev/null and b/ui/images/notification.gif differ
diff --git a/ui/images/personal-information-background.png b/ui/images/personal-information-background.png
new file mode 100644
index 0000000000..63c770cca8
Binary files /dev/null and b/ui/images/personal-information-background.png differ
diff --git a/ui/images/project-fullscreen.png b/ui/images/project-fullscreen.png
new file mode 100644
index 0000000000..cebc869570
Binary files /dev/null and b/ui/images/project-fullscreen.png differ
diff --git a/ui/images/project-run.png b/ui/images/project-run.png
new file mode 100644
index 0000000000..4a712ebf8d
Binary files /dev/null and b/ui/images/project-run.png differ
diff --git a/ui/images/publish-colorful.png b/ui/images/publish-colorful.png
new file mode 100644
index 0000000000..991a45d099
Binary files /dev/null and b/ui/images/publish-colorful.png differ
diff --git a/ui/images/quick-config-bg.png b/ui/images/quick-config-bg.png
new file mode 100644
index 0000000000..1131b50dbd
Binary files /dev/null and b/ui/images/quick-config-bg.png differ
diff --git a/ui/images/sprite.png b/ui/images/sprite.png
new file mode 100644
index 0000000000..27214af47a
Binary files /dev/null and b/ui/images/sprite.png differ
diff --git a/ui/images/tutorial-entry-filled.png b/ui/images/tutorial-entry-filled.png
new file mode 100644
index 0000000000..55fc72cb84
Binary files /dev/null and b/ui/images/tutorial-entry-filled.png differ
diff --git a/ui/images/upload-profile-picture-circle.png b/ui/images/upload-profile-picture-circle.png
new file mode 100644
index 0000000000..b9b5ed9630
Binary files /dev/null and b/ui/images/upload-profile-picture-circle.png differ
diff --git a/ui/images/upload-profile-picture.png b/ui/images/upload-profile-picture.png
new file mode 100644
index 0000000000..76a1ce0f8b
Binary files /dev/null and b/ui/images/upload-profile-picture.png differ
diff --git a/ui/images/user-bg.png b/ui/images/user-bg.png
new file mode 100644
index 0000000000..430d563d38
Binary files /dev/null and b/ui/images/user-bg.png differ
diff --git a/ui/images/xbuilder-icons-01.jpg b/ui/images/xbuilder-icons-01.jpg
new file mode 100644
index 0000000000..9bd49b15aa
Binary files /dev/null and b/ui/images/xbuilder-icons-01.jpg differ
diff --git a/ui/images/xbuilder-icons-01.ttf b/ui/images/xbuilder-icons-01.ttf
new file mode 100644
index 0000000000..30ab68620c
Binary files /dev/null and b/ui/images/xbuilder-icons-01.ttf differ
diff --git a/ui/images/xbuilder-icons-02.jpg b/ui/images/xbuilder-icons-02.jpg
new file mode 100644
index 0000000000..7d2a8bd496
Binary files /dev/null and b/ui/images/xbuilder-icons-02.jpg differ
diff --git a/ui/images/xbuilder-icons-02.ttf b/ui/images/xbuilder-icons-02.ttf
new file mode 100644
index 0000000000..b79b0974ac
Binary files /dev/null and b/ui/images/xbuilder-icons-02.ttf differ
diff --git a/ui/pages/spx/community-explore.pen b/ui/pages/spx/community-explore.pen
new file mode 100644
index 0000000000..7eaa3aa2f3
--- /dev/null
+++ b/ui/pages/spx/community-explore.pen
@@ -0,0 +1,366 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0hRWl",
+ "x": -728,
+ "y": 7,
+ "name": "page",
+ "width": 1440,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "H7k0g",
+ "type": "ref",
+ "ref": "2:sKPE5",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "RKpCD",
+ "type": "ref",
+ "ref": "2:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t6rfA",
+ "name": "content",
+ "clip": true,
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KAwBf",
+ "name": "sub header",
+ "clip": true,
+ "width": 1440,
+ "fill": "$grey100",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S2MnU",
+ "name": "sub header content",
+ "clip": true,
+ "width": 988,
+ "padding": [
+ 16,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zOVoc",
+ "name": "Results Text",
+ "fill": "$grey1000",
+ "content": "Explore",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "medium"
+ },
+ {
+ "type": "frame",
+ "id": "BLqmE",
+ "name": "Filter Wrapper",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "KM7u0",
+ "type": "ref",
+ "ref": "2:le3CV",
+ "x": 0,
+ "y": 0.2523993895557446,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "ItBiK",
+ "type": "ref",
+ "ref": "2:HuMs3",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "2:gYggs": {
+ "content": "Most recently liked"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "xcECk",
+ "type": "ref",
+ "ref": "2:le3CV",
+ "x": 164,
+ "y": 0.015456996811813895,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "VX1XK",
+ "type": "ref",
+ "ref": "2:BRO5N",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "2:H2pbv": {
+ "content": "My following created",
+ "x": 16,
+ "y": 5.474014568895603
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "9Tee1",
+ "type": "ref",
+ "ref": "2:le3CV",
+ "x": 342.0747534440476,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "2fAnB",
+ "type": "ref",
+ "ref": "2:BRO5N",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "2:H2pbv": {
+ "content": "Most recently remixed",
+ "x": 16,
+ "y": 5.50492856251923
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4cSa8",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "id": "sjgux",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "vxKcN",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "QFBkr",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "aV8mO",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "YMmT1",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "HnXS3",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "VVtVk",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "45EXu",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WwD90",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "id": "RqkpQ",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "yQS6U",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "izDa4",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "i2aI9",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "YXNEf",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "0XRwK",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "Ykxf1",
+ "type": "ref",
+ "ref": "2:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "uHz7Z",
+ "type": "ref",
+ "ref": "2:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ }
+ },
+ "imports": {
+ "2": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/community-home.pen b/ui/pages/spx/community-home.pen
new file mode 100644
index 0000000000..79cd84edd9
--- /dev/null
+++ b/ui/pages/spx/community-home.pen
@@ -0,0 +1,9092 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zQsHr",
+ "x": 0,
+ "y": 0,
+ "name": "page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "p1spC",
+ "type": "ref",
+ "ref": "r:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 0,
+ "children": [
+ {
+ "id": "P8R4g",
+ "type": "ref",
+ "ref": "r:ZFyMf",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "r:W8a7k": {
+ "y": 13.046298500431835
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p3jUG",
+ "name": "Content",
+ "width": 1240,
+ "layout": "vertical",
+ "gap": 32,
+ "padding": [
+ 20,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HCYbL",
+ "name": "Frame 1000004673",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "layout": "vertical",
+ "padding": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yhhdN",
+ "name": "Banner",
+ "width": 964,
+ "height": 200,
+ "fill": "$blue100",
+ "cornerRadius": 12,
+ "padding": [
+ 48,
+ 52
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qBwfY",
+ "name": "文字",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "br4yM",
+ "name": "Frame 1000003090",
+ "width": 400,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 28,
+ "children": [
+ {
+ "type": "frame",
+ "id": "crXfo",
+ "name": "Frame 1000003089",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "nZga2",
+ "name": "文字内容为空",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Join XBuilder",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 24,
+ "fontWeight": "700"
+ },
+ {
+ "type": "text",
+ "id": "JtNrM",
+ "name": "文字内容为空",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Build and share your projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "E1WVD",
+ "type": "ref",
+ "ref": "r:y9fC6",
+ "x": 0,
+ "y": 92,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "8Rmcq",
+ "type": "ref",
+ "ref": "r:IDB2y",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "r:wH3BG": {
+ "width": "fit_content"
+ },
+ "r:4zALr": {
+ "enabled": false
+ },
+ "r:2su3n": {
+ "content": "join now",
+ "x": 24
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "63l61",
+ "name": "配图",
+ "width": 270,
+ "height": 190,
+ "fill": "#f0faffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "feLrK",
+ "x": 4.6728515625,
+ "y": 8.7392578125,
+ "name": "方案一",
+ "enabled": false,
+ "children": [
+ {
+ "type": "group",
+ "id": "MqEq3",
+ "x": 0,
+ "y": 0,
+ "name": "装饰",
+ "children": [
+ {
+ "type": "group",
+ "id": "saubl",
+ "x": 33.3271484375,
+ "y": 1.260934829711914,
+ "name": "方块",
+ "children": [
+ {
+ "type": "path",
+ "id": "K8mw6",
+ "x": 139.365234375,
+ "y": 124.4736328125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#2285d0ff",
+ "width": 22.47957992553711,
+ "height": 22.47957992553711,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "W00hi",
+ "x": 166.1298828125,
+ "y": 98.5654296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#2285d0ff",
+ "width": 4.976806640625,
+ "height": 4.976806640625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "WvwSI",
+ "x": 198.77587890625,
+ "y": 163,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l14.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19788c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-14.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 8.889850616455078,
+ "height": 8.889850616455078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "OIgTK",
+ "x": 140.732421875,
+ "y": 159.1904296875,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -65.70659981256874,
+ "geometry": "M4.26031 0l4.19785 0c2.35291 0 4.26031 1.90741 4.26032 4.26031l0 4.19788c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19785 0c-2.35291 0-4.26031-1.9074-4.26031-4.26032l0-4.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 9.368156433105469,
+ "height": 9.368178367614746,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "OFVvy",
+ "x": 0,
+ "y": 143.916015625,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.857532978057861,
+ "height": 4.857539653778076,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "KHMrc",
+ "x": 28.72149085998535,
+ "y": 15,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26031 0l4.19787 0c2.35291 0 4.26033 1.90741 4.26033 4.26032l0 4.19786c0 2.35291-1.90742 4.26032-4.26033 4.26032l-4.19787 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 7.858949184417725,
+ "height": 7.858945369720459,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.479214072227478
+ }
+ },
+ {
+ "type": "path",
+ "id": "6poaD",
+ "x": 7.85546875,
+ "y": 35.529296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94492 0l10.61116 0c2.731 0 4.94491 2.21391 4.94492 4.94492l0 10.61117c0 2.731-2.21391 4.94492-4.94492 4.94492l-10.61116 0c-2.731 0-4.94492-2.21391-4.94492-4.94492l0-10.61117c0-2.731 2.21392-4.94492 4.94492-4.94492z",
+ "fill": "#2285d0ff",
+ "width": 5.704196453094482,
+ "height": 5.704198837280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "USkxo",
+ "x": 74.0185546875,
+ "y": 90,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -17.11439929492411,
+ "geometry": "M11.75429 0l54.71132 0c6.49171 0 11.75428 5.26257 11.75428 11.75428l-0.14493 51.57401c-6.95657-6.56945-12.84407 1.76846-19.33579 1.76846l-46.98488 13.12314c-6.49171 0-11.75429-5.26257-11.75429-11.75429l0-54.71131c0-6.49171 5.26258-11.75428 11.75429-11.75429z",
+ "fill": "#1cb0f6ff",
+ "width": 78.21988677978516,
+ "height": 78.21988677978516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "P7Lnx",
+ "x": 137.3974609375,
+ "y": 49.5390625,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": 15.591400740078207,
+ "geometry": "M21.97058 0l78.24881 0c12.13403 0 21.97061 9.83658 21.97061 21.9706l0 78.24881c0 12.13402-9.83658 21.97059-21.97061 21.97059l-78.24881 0c-12.13403 0-21.97058-9.83657-21.97058-21.97059l0-78.24881c0-12.13403 9.83655-21.9706 21.97058-21.9706z",
+ "fill": "#1cb0f6ff",
+ "width": 32.61341857910156,
+ "height": 32.61341857910156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "NdFcM",
+ "x": 188.6474609375,
+ "y": 108.6826171875,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#1cb0f6ff",
+ "width": 34.01329040527344,
+ "height": 34.01329040527344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3825813829898834
+ }
+ },
+ {
+ "type": "path",
+ "id": "pFqEc",
+ "x": 60,
+ "y": 99.7548828125,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.004698276519775,
+ "height": 4.004703044891357,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "Hfxyv",
+ "x": 232.4326171875,
+ "y": 92.9267578125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -38.507700908575345,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#2285d0ff",
+ "width": 5.630392551422119,
+ "height": 5.630389213562012,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.44269290566444397
+ }
+ },
+ {
+ "type": "path",
+ "id": "jENYn",
+ "x": 76.26713562011719,
+ "y": 41.99989318847656,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26033 0l4.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19786 0c-2.35291 0-4.26033-1.90741-4.26033-4.26032l0-4.19786c0-2.35291 1.90742-4.26032 4.26033-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 6.3787007331848145,
+ "height": 6.378698825836182,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5015290975570679
+ }
+ },
+ {
+ "type": "path",
+ "id": "7Nycb",
+ "x": 220.72264099121094,
+ "y": 96,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -74.9999982305801,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 10.065617561340332,
+ "height": 10.065617561340332,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7914150953292847
+ }
+ },
+ {
+ "type": "path",
+ "id": "pHJRj",
+ "x": 52.8212890625,
+ "y": 67.9990234375,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -68.54410113046838,
+ "geometry": "M4.26032 0l14.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19787c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19786 0c-2.35291 0-4.26032-1.90741-4.26032-4.26032l0-14.19787c0-2.35291 1.90741-4.26031 4.26032-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 7.329061031341553,
+ "height": 7.329061031341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "0NQGI",
+ "x": 198.6953887939453,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94489 0l10.6112 0c2.731 0 4.94489 2.21392 4.94489 4.94492l0 10.61116c0 2.73101-2.21388 4.94492-4.94489 4.94492l-10.6112 0c-2.731 0-4.94489-2.21391-4.94489-4.94492l0-10.61116c0-2.731 2.21388-4.94492 4.94489-4.94492z",
+ "fill": "#1cb0f6ff",
+ "width": 6.613680362701416,
+ "height": 6.613687515258789,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "uxq3p",
+ "x": 47.2822265625,
+ "y": 0,
+ "name": "圆弧",
+ "opacity": 0.699999988079071,
+ "children": [
+ {
+ "type": "path",
+ "id": "GOtwn",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "fill": "#e6f7ffaf",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5200784802436829
+ }
+ },
+ {
+ "type": "path",
+ "id": "mE1s1",
+ "x": 96.52252960205078,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.14000000059604645,
+ "geometry": "M0 0l0 16",
+ "width": 0,
+ "height": 8.321256637573242,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ksSQa",
+ "x": 26.571407318115234,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 0l11.5 11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XlRhi",
+ "x": 160.4927520751953,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 11.5l11.5-11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eGnY1",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.7799999713897705,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "o6LX4",
+ "x": 4.1611328125,
+ "y": 4.16015625,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M0 142c18.227-81.2734 90.817-142 177.591-142 25.767 0 50.28499 5.3551 72.499 15.013",
+ "width": 130.06643676757812,
+ "height": 73.85115051269531,
+ "stroke": {
+ "align": "center",
+ "thickness": 8.321255683898926,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lvEtE",
+ "x": 1.260298728942871,
+ "y": 0.5204735398292542,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M366.33701 137c-22.944-79.1286-96.26499-137-183.168-137-86.904 0-160.22401 57.8714-183.16901 137",
+ "width": 190.5240020751953,
+ "height": 71.2507553100586,
+ "stroke": {
+ "align": "center",
+ "thickness": 5,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Ubcfl",
+ "x": 194.8486328125,
+ "y": 30.173828125,
+ "name": "折线图",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "mnxtp",
+ "x": 2.504420042037964,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M154.10001 16.5l-33-16.5m-6.5 1.25l-34 34m-7 2l-32-8m-6.4 2l-35.20001 38",
+ "width": 60.30000305175781,
+ "height": 27.09782600402832,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jVAC2",
+ "x": 0,
+ "y": 28.95703125,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WsPgO",
+ "x": 15.651932716369629,
+ "y": 11.739412307739258,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "z11gY",
+ "x": 31.3046875,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "D50Ik",
+ "x": 46.956722259521484,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xw90X",
+ "x": 62.6086540222168,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "lTPxT",
+ "x": 211.6962890625,
+ "y": 99.716796875,
+ "name": "竖线",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "aCxob",
+ "x": 0,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LsmrW",
+ "x": 4.695209980010986,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yqgyb",
+ "x": 9.39111328125,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UKAzr",
+ "x": 14.086553573608398,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ya6r1",
+ "x": 18.78271484375,
+ "y": 3.912109375,
+ "name": "Vector",
+ "geometry": "M0 0l0 100",
+ "width": 0,
+ "height": 39.130435943603516,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Z3j55",
+ "x": 23.47789764404297,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 120",
+ "width": 0,
+ "height": 46.956520080566406,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yBTF6",
+ "x": 28.174034118652344,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0FAps",
+ "x": 32.869140625,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yOt9i",
+ "x": 37.56537628173828,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JugM6",
+ "x": 42.26058578491211,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "UTV3t",
+ "x": 0,
+ "y": 100.1953125,
+ "name": "Vector",
+ "opacity": 0.1599999964237213,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kWmIl",
+ "x": 185.9345703125,
+ "y": 94.1953125,
+ "name": "Vector",
+ "opacity": 0.11999999731779099,
+ "flipX": true,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u3w4Q",
+ "x": 21.3271484375,
+ "y": 14.2607421875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.1599999964237213,
+ "geometry": "M88.82609 58.8913l-58.89131-58.8913-29.93478 0",
+ "width": 88.82608795166016,
+ "height": 58.89130401611328,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.782608687877655,
+ "cap": "round",
+ "fill": "#2285d0ff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "IpQ86",
+ "x": 15.2158203125,
+ "y": 29.1455078125,
+ "name": "备份",
+ "children": [
+ {
+ "type": "path",
+ "id": "YR6FQ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l29.9 0c1.1 0 2 0.9 2 2l0 16c0 1.1-0.9 2-2 2l-29.9 0c-1.1 0-2-0.9-2-2l0-16c0-1.1 0.9-2 2-2z",
+ "fill": [
+ "#ffffffff",
+ "#1cb0f624"
+ ],
+ "width": 108.67533874511719,
+ "height": 64.115234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "UWXdL",
+ "x": 44.8798828125,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M3.6 0.8l2.2 3.8c0.2 0.4 0.1 0.8-0.3 1-0.1 0.1-0.2 0.1-0.4 0.1l-4.3 0c-0.4 0-0.8-0.3-0.8-0.7 0-0.1 0-0.3 0.1-0.4l2.2-3.8c0.2-0.4 0.7-0.5 1-0.3 0.2 0.1 0.3 0.2 0.3 0.3z m6.3-0.8l4 0c0.6 0 1 0.4 1 1l0 4c0 0.6-0.4 1-1 1l-4 0c-0.6 0-1-0.4-1-1l0-4c0-0.6 0.4-1 1-1z",
+ "fill": "#ffffffff",
+ "width": 47.765846252441406,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ },
+ {
+ "type": "path",
+ "id": "8tP0i",
+ "x": 16.02880859375,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M0 3c0 0.79565 0.31607 1.55871 0.87868 2.12132 0.56261 0.56261 1.32567 0.87868 2.12132 0.87868 0.79565 0 1.55871-0.31607 2.12132-0.87868 0.56261-0.56261 0.87868-1.32567 0.87868-2.12132 0-0.79565-0.31607-1.55871-0.87868-2.12132-0.56261-0.56261-1.32567-0.87868-2.12132-0.87868-0.79565 0-1.55871 0.31607-2.12132 0.87868-0.56261 0.56261-0.87868 1.32567-0.87868 2.12132z",
+ "fill": "#ffffffff",
+ "width": 19.23457145690918,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "3Tu6n",
+ "x": 48.583984375,
+ "y": 64.6513671875,
+ "name": "人物",
+ "children": [
+ {
+ "type": "path",
+ "id": "5LH91",
+ "x": 9.5087890625,
+ "y": 47.556640625,
+ "name": "Vector",
+ "geometry": "M6 0l10 0c3.3 0 6 2.7 6 6l0 12-22 0 0-12c0-3.3 2.7-6 6-6z",
+ "fill": "#073156ff",
+ "width": 69.7480239868164,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "clcE6",
+ "x": 0,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M30 10l0-2c0-4.4-3.6-8-8-8l-22 0 0 3c0 2.2 1.8 4 4 4l4 0 0 8 27 0c1.1 0 2-0.9 2-2 0-1.7-1.3-3-3-3l-4 0z",
+ "fill": "#ffca58ff",
+ "width": 117.3034896850586,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Br8Ax",
+ "x": 68.2431411743164,
+ "y": 59.0673828125,
+ "name": "Vector",
+ "geometry": "M26.8678 25.36292c0-13.94961-11.41331-25.36292-25.36292-25.36292l-1.50488 0",
+ "width": 26.8677978515625,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jY6uH",
+ "x": 45.96875,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M7 0l0 4.5c0 1.9-1.6 3.5-3.5 3.5-1.9 0-3.5-1.6-3.5-3.5l0-4.5 7 0z",
+ "width": 22.192548751831055,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ct5P2",
+ "x": 50.7265625,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M0 0l2 4 2-4-4 0z m21 13c0-1.7-1.3-3-3-3l-8 0 0 3c0 1.1 0.9 2 2 2l7 0c1.1 0 2-0.9 2-2z",
+ "fill": "#eacaacff",
+ "width": 66.57765197753906,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "gOvgu",
+ "x": 82.4267578125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l0 8 4 0",
+ "width": 12.681458473205566,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LsfUq",
+ "x": 0,
+ "y": 19.022640228271484,
+ "name": "Vector",
+ "geometry": "M4 0c-0.6 0-1 0.4-1 1l0 2c-1.7 0-3 1.3-3 3l0 9c0 2.2 1.8 4 4 4l1 0 0-18c0-0.6-0.4-1-1-1z",
+ "fill": "#eacaacff",
+ "width": 15.851820945739746,
+ "height": 60.23693084716797,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "e1Itp",
+ "x": 6.33984375,
+ "y": 34.87109375,
+ "name": "Vector",
+ "geometry": "M1 2c-0.6 0-1-0.4-1-1 0-0.6 0.4-1 1-1l0.5 0c0.8 0 1.5 0.7 1.5 1.5l0 0.5",
+ "width": 9.511094093322754,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0tKPO",
+ "x": 9.7431640625,
+ "y": 36.609375,
+ "name": "Vector",
+ "geometry": "M0 0c2.53629 0 4.75555 1.21926 4.75555 3.75555l0 1.58518",
+ "width": 4.755547046661377,
+ "height": 5.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ooud9",
+ "x": 22.189321517944336,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TOG5O",
+ "x": 76.0888671875,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5BxJn",
+ "x": 25.36328125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l2 0",
+ "width": 6.340729236602783,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yxZXx",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 9c0 1.1819 0.23279 2.35222 0.68508 3.44415 0.45229 1.09193 1.11523 2.08408 1.95096 2.91981 0.83573 0.83573 1.82788 1.49866 2.91981 1.95095 1.09193 0.45229 2.26225 0.68509 3.44415 0.68509 1.1819 0 2.35222-0.23279 3.44415-0.68509 1.09193-0.45229 2.08408-1.11523 2.91981-1.95095 0.83573-0.83573 1.49867-1.82788 1.95096-2.91981 0.45229-1.09193 0.68508-2.26226 0.68508-3.44415 0-1.1819-0.23279-2.35222-0.68508-3.44415-0.45229-1.09193-1.11523-2.08408-1.95096-2.91981-0.83573-0.83573-1.82788-1.49866-2.91981-1.95096-1.09193-0.45229-2.26225-0.68508-3.44415-0.68508-1.1819 0-2.35222 0.23279-3.44415 0.68508-1.09193 0.45229-2.08408 1.11523-2.91981 1.95096-0.83573 0.83573-1.49866 1.82788-1.95096 2.91981-0.45229 1.09193-0.68508 2.26225-0.68508 3.44415z",
+ "fill": "#eacaacff",
+ "width": 57.066558837890625,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6ZPs5",
+ "x": 44.74297332763672,
+ "y": 7.357206344604492,
+ "name": "Vector",
+ "geometry": "M0 47.25195c3.46182 1.43393 8.57451 1.4574 12.32156 1.4574 3.74704 0 7.45739-0.73803 10.91921-2.17197 3.46182-1.43393 6.6073-3.53568 9.25686-6.18524 2.64956-2.64956 4.75131-5.79503 6.18524-9.25685 1.43393-3.46182 2.17196-7.17218 2.17197-10.91922 0-3.74704-0.73803-7.4574-2.17197-10.91921-1.43393-3.46182-3.53569-6.6073-6.18524-9.25686",
+ "width": 40.854835510253906,
+ "height": 48.7093505859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PBMQJ",
+ "x": 50.72636032104492,
+ "y": 39.62913513183594,
+ "name": "Vector",
+ "geometry": "M0 0c0 1.4 1.1 2.5 2.5 2.5 1.4 0 2.5-1.1 2.5-2.5l-5 0z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 7.925910472869873,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9lY03",
+ "x": 52.3095703125,
+ "y": 41.212890625,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.21071 0.51957 0.58579 0.70711 0.37507 0.18754 0.88378 0.29289 1.41421 0.29289 0.53043 0 1.03914-0.10536 1.41421-0.29289 0.37507-0.18754 0.58579-0.44189 0.58579-0.70711 0-0.26522-0.21071-0.51957-0.58579-0.70711-0.37507-0.18754-0.88378-0.29289-1.41421-0.29289-0.53043 0-1.03914 0.10536-1.41421 0.29289-0.37507 0.18754-0.58579 0.44189-0.58579 0.70711z",
+ "fill": "#ff4e5eff",
+ "width": 12.681458473205566,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eLMdP",
+ "x": 28.53125,
+ "y": 3,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 28.533279418945312,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nlaPO",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z m0 0c15.85182 0 28.53328 12.68146 28.53328 28.53328-15.85182 0-28.53328-12.68146-28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 57.066558837890625,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2sNga",
+ "x": 38.0419921875,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "xFDs9",
+ "x": 72.916015625,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "6PNys",
+ "x": 41.212890625,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "E6cpX",
+ "x": 63.4052734375,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hee87",
+ "x": 42.212890625,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.9596 0 3.73381 0.67977 5.10436 1.82105m-13.03027 6.10486c0 1.16241 0.23919 2.25958 0.67201 3.24596",
+ "width": 13.0302734375,
+ "height": 11.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "m9Jax",
+ "x": 64.4052734375,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.03281 0 2.01412 0.18883 2.91198 0.53453m-10.83789 7.39138c0 2.02779 0.72791 3.85707 1.94186 5.24596",
+ "width": 10.837890625,
+ "height": 13.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "N0Xvj",
+ "x": 28.53125,
+ "y": 24.7255859375,
+ "name": "Vector",
+ "geometry": "M16 0.2l2 1m-4.5-1.2l0 0.4m-4.5-0.2l2 0m-7 0l-4 1",
+ "width": 57.066558837890625,
+ "height": 3.8044400215148926,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "7JxqM",
+ "x": 99.310546875,
+ "y": 89.376953125,
+ "name": "人物眼睛",
+ "children": [
+ {
+ "type": "path",
+ "id": "RtnLG",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "39ebA",
+ "x": 20.6162109375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "YFyBE",
+ "x": 43.583984375,
+ "y": 156.5908203125,
+ "name": "书本",
+ "children": [
+ {
+ "type": "path",
+ "id": "XmaMY",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12 4l-10 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l10 0 0 4z",
+ "fill": "#219ffcff",
+ "width": 38.044376373291016,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vaLao",
+ "x": 4.3408203125,
+ "y": 10.6815185546875,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M31.70365 0l-31.70365 0",
+ "width": 31.70364761352539,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EcxO4",
+ "x": 25.363178253173828,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10 4l-8 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l8 0 0 4z",
+ "fill": "#ffffffff",
+ "width": 31.703641891479492,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qWYvP",
+ "x": 23.3271484375,
+ "y": 86.8447265625,
+ "name": "电脑",
+ "children": [
+ {
+ "type": "path",
+ "id": "uyWdl",
+ "x": 116.1943359375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l26 0c1.1 0 2 0.9 2 2l0 18c0 1.1-0.9 2-2 2l-26 0c-1.1 0-2-0.9-2-2l0-18c0-1.1 0.9-2 2-2z",
+ "fill": "#a8b4c4ff",
+ "width": 95.1109390258789,
+ "height": 69.7480239868164,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cgjIO",
+ "x": 147.896484375,
+ "y": 53.896484375,
+ "name": "Vector",
+ "geometry": "M8 7c0 1.1-0.9 2-2 2l-6 0c1.1 0 2-0.9 2-2l0-5c0-1.1 0.9-2 2-2l2 0c1.1 0 2 0.9 2 2l0 5z",
+ "fill": "#8b9cb0ff",
+ "width": 25.362916946411133,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 6.2985076904296875,
+ "id": "Ax2UP",
+ "x": 0,
+ "y": 81.64453125,
+ "name": "Rectangle 859",
+ "fill": "#3c5d87ff",
+ "width": 230,
+ "height": 7,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "m6czB",
+ "x": 162,
+ "y": 28.416015625,
+ "name": "badge",
+ "geometry": "M8.2438 4.24236l-0.29394 0.29403c-0.18733 0.18735-0.29272 0.44204-0.29272 0.70739l0 0.41404c0 1.10409-0.8946 1.99882-1.99857 1.99882l-0.41398 0c-0.26533 0-0.51934 0.10534-0.70734 0.29269l-0.29467 0.29403c-0.78065 0.78073-2.04595 0.78073-2.8266 0l-0.29467-0.29403c-0.18733-0.18735-0.44201-0.29269-0.70734-0.29269l-0.41397 0m7.65714-7.2426l0-0.41404m0.29272 1.12143c-0.18733-0.18802-0.29272-0.44204-0.29272-0.70739m0.58666 1.00142l-0.29394-0.29403m0.29394 3.12093c0.78065-0.78073 0.78065-2.04616 0-2.8269m-8.2438 6.24118l7.65714-7.65664",
+ "width": 8.829282760620117,
+ "height": 8.828908920288086,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "fill": "#07315633"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yEpzh",
+ "x": 158,
+ "y": 24.416015625,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#f2f6fbff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "2MY5n",
+ "x": 125,
+ "y": 0.416015625,
+ "name": "Rectangle 865",
+ "fill": "#ffffff00",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GjOe7",
+ "x": 140.3271484375,
+ "y": 24.2607421875,
+ "name": "对话框",
+ "children": [
+ {
+ "type": "path",
+ "id": "T0et9",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M80.15431 42.45821l-45.233 0-8.5841 10.78907c-0.98457 1.00364-2.46143 1.00364-3.446 0-0.49228-0.50182-0.73842-1.00364-0.73842-1.75636l0-9.03271-12.30711 0c-5.41513 0-9.84568-4.51635-9.84568-10.03634l0-22.38553c0-5.51999 4.43056-10.03634 9.84568-10.03634l70.30863 0c5.41512 0 9.84569 4.51635 9.84569 10.03634l0 22.38553c0 5.51999-4.43057 10.03634-9.84569 10.03634z",
+ "fill": "#ffffffff",
+ "width": 90,
+ "height": 54,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Cjbat",
+ "x": 8,
+ "y": 16,
+ "name": "text",
+ "geometry": "M10.48472 8.81026l-1.57142 0 0 4.45664 2.34425 0 0 2.55034c-0.29196 0.03435-0.54957 0.0687-0.77283 0.10304-0.20609 0.03435-0.48946 0.04294-0.85011 0.02577-0.60109 0-1.18501-0.12881-1.75175-0.38642-0.54957-0.27478-1.03044-0.65261-1.44262-1.13348-0.395-0.48087-0.70413-1.0562-0.92739-1.72599-0.22326-0.68696-0.32631-1.43403-0.30913-2.2412 0-0.68696 0.11163-1.34816 0.33489-1.9836 0.22326-0.63544 0.52381-1.19359 0.90163-1.67446 0.395-0.48087 0.8587-0.86729 1.3911-1.15924 0.54957-0.30913 1.14207-0.47228 1.7775-0.48946 0.84153-0.05152 1.89773 0.06011 3.16861 0.33489 1.27088 0.25761 2.30131 0.81576 3.09131 1.67446l0-5.59013c-0.37783-0.24044-0.86729-0.44652-1.46837-0.61826-0.58392-0.17174-1.1249-0.33489-1.62294-0.48946-0.49804-0.17174-1.01327-0.29196-1.54566-0.36066-0.51522-0.0687-1.01326-0.10304-1.49414-0.10304-1.47696 0-2.80795 0.2662-3.99295 0.79859-1.18501 0.51522-2.20686 1.2537-3.06556 2.21545-0.8587 0.96174-1.5199 2.09523-1.98359 3.40044-0.4637 1.28805-0.69555 2.69632-0.69555 4.2248 0 1.73457 0.23185 3.28023 0.69555 4.63698 0.4637 1.33957 1.10772 2.47305 1.93207 3.40045 0.82435 0.9274 1.80327 1.64011 2.93675 2.13816 1.15066 0.51522 2.42153 0.77283 3.81263 0.77283 0.53239 0 1.04761-0.01717 1.54566-0.05152 0.49805-0.01718 1.00468-0.07729 1.51989-0.18033 0.53239-0.08587 1.07338-0.20609 1.62295-0.36065 0.54957-0.13739 1.15066-0.31772 1.80326-0.54098l0-11.6182-3.47773 0c-0.65261-0.01717-1.28805-0.02576-1.90631-0.02576z m47.5105-8.16613l4.55969 0 0 6.54329c0.37783-0.32631 0.79859-0.54957 1.26229-0.66979 0.46369-0.13739 0.97892-0.20609 1.54566-0.20609 0.79 0 1.53706 0.1975 2.2412 0.59251 0.72131 0.37783 1.34816 0.91022 1.88054 1.59718 0.53239 0.66979 0.95316 1.48555 1.2623 2.44729 0.3263 0.94457 0.48946 1.99218 0.48946 3.14284 0 1.21935-0.16315 2.3099-0.48946 3.27164-0.30914 0.96174-0.7299 1.75175-1.2623 2.37001-0.53239 0.63544-1.15924 1.11631-1.88054 1.44262-0.70413 0.32631-1.45119 0.48946-2.2412 0.48946-0.79 0-1.46838-0.1288-2.03512-0.38642-0.56674-0.24044-1.03902-0.56674-1.41685-0.97891 0 0.06869-0.00859 0.29196-0.02577 0.66978l0 0.66978-3.8899 0 0-20.99519z m6.56905 15.86876c0.58392 0 1.08196-0.24044 1.49413-0.72131 0.42935-0.48087 0.62685-1.15924 0.59251-2.03511-0.03435-0.75566-0.24902-1.36533-0.64403-1.82903-0.37783-0.48087-0.8587-0.72131-1.44261-0.72131-0.63544 0-1.13348 0.24043-1.49414 0.72131-0.34348 0.48087-0.51522 1.10772-0.51522 1.88055l0 0.36065c0.03435 0.73848 0.23184 1.31381 0.5925 1.72599 0.37783 0.41217 0.85012 0.61826 1.41686 0.61826z m52.12382 5.12643l-3.88991 0c0-0.06869-0.00859-0.29196-0.02576-0.66978l0-0.66978c-0.39501 0.41218-0.87587 0.73848-1.44261 0.97891-0.56674 0.25761-1.24512 0.38641-2.03512 0.38642-0.77283 0-1.5199-0.16315-2.24121-0.48946-0.7213-0.32631-1.34815-0.80718-1.88054-1.44262-0.51523-0.61826-0.93599-1.40827-1.2623-2.37001-0.30913-0.96174-0.46369-2.05229-0.46369-3.27164 0-1.15066 0.15456-2.19827 0.46369-3.14284 0.32631-0.96174 0.74707-1.77751 1.2623-2.44729 0.53239-0.68696 1.15924-1.21935 1.88054-1.59718 0.72131-0.395 1.46838-0.5925 2.24121-0.59251 0.58391 0 1.10772 0.0687 1.57142 0.20609 0.4637 0.12022 0.87587 0.34348 1.23652 0.66979l0-6.54329 4.58546 0 0 20.99519z m-4.58546-7.90861c0-0.65261-0.17173-1.19359-0.51521-1.62295-0.34349-0.44652-0.83295-0.66979-1.46839-0.66978-0.60109 0-1.09912 0.21468-1.49413 0.64402-0.37782 0.41217-0.57533 0.95316-0.59251 1.62295-0.01717 0.73848 0.17174 1.3224 0.56675 1.75174 0.41217 0.42935 0.9188 0.64402 1.51989 0.64403 0.56675 0 1.03045-0.17174 1.3911-0.51522 0.37782-0.36065 0.57533-0.88446 0.5925-1.57142l0-0.28337z m25.30928-4.45665l0-2.75643-4.27632 0 0 15.30202 4.27632 0 0-8.37232c0-0.18891 0.04294-0.40359 0.12882-0.64402 0.10304-0.25761 0.27478-0.50663 0.51521-0.74707 0.37784-0.32631 0.77283-0.54957 1.18501-0.66979 0.41219-0.13739 0.88445-0.20609 1.41684-0.20608 0.44652 0 0.89305 0.04294 1.33957 0.1288 0.4637 0.08587 0.8587 0.20609 1.18501 0.36066l0-4.5597c-0.22325-0.18891-0.51523-0.33489-0.87588-0.43793-0.34348-0.12022-0.69554-0.18033-1.0562-0.18033-0.20609 0-0.35205 0.00859-0.43793 0.02576-0.84152 0.10304-1.51991 0.36065-2.03512 0.77283-0.51522 0.395-0.97032 1.0562-1.36533 1.9836z m-6.04459 7.34174c-1.75175 0.44652-3.31457 0.66979-4.68849 0.66978-1.18502 0-2.13817-0.18033-2.85948-0.54098-0.70413-0.36066-1.06478-0.80718-1.08195-1.33957l8.52688 0c0.03435-0.22326 0.05152-0.57533 0.05152-1.0562 0-1.23653-0.11162-2.29273-0.33489-3.1686-0.20608-0.87587-0.57533-1.63153-1.10773-2.26697-1.20217-1.52848-2.76501-2.29273-4.6885-2.29272-1.94065 0-3.47773 0.7299-4.61121 2.18968-1.23653 1.39109-1.85479 3.22871-1.85479 5.51285 0 2.30131 0.64403 4.14752 1.93208 5.53861 1.30523 1.33957 3.03979 2.00936 5.20371 2.00936 2.23261 0 4.07024-0.63544 5.51285-1.90631l0-3.34893z m-8.16622-4.40513c0.17174-1.27088 0.83293-1.90631 1.98358-1.90631 0.58392 0 1.03045 0.15456 1.33958 0.4637 0.32631 0.30913 0.53239 0.79 0.61826 1.44261l-3.94142 0z m-25.27613 8.65575c0.94456 0.53239 2.26696 0.79859 3.96718 0.79859l0-5.30676c-1.28805 0-1.93207-1.15925-1.93207-3.47774l0-12.2107-4.58545 0 0 12.0819c0 2.33566 0.18892 4.14752 0.56674 5.43557 0.395 1.27087 1.05621 2.16392 1.9836 2.67914z m-4.75372-20.14498l0 5.02339-4.74001 0 0-5.02339 4.74001 0z m0 6.49176l0 14.42615-4.74001 0 0-14.42615 4.74001 0z m-10.99099 12.36527l0 2.42153 4.17328 0 0-15.43083-4.27633 0 0 7.59949c0 0.30913-0.25761 0.84152-0.77283 1.59718-0.32631 0.34348-0.6526 0.5925-0.97891 0.74707-0.30913 0.15457-0.65263 0.23185-1.03045 0.23185-0.72131 0-1.26228-0.23185-1.62293-0.69554-0.34348-0.4637-0.51522-1.20218-0.51522-2.21545l0-7.2646-4.14752 0 0 9.94374c0 1.73457 0.44652 3.02262 1.33957 3.86415 0.96175 1.03044 2.1124 1.54566 3.45197 1.54566 0.84152 0 1.60577-0.1975 2.29273-0.59251 0.70413-0.395 1.39968-0.97892 2.08664-1.75174z m-33.5829-10.253l-4.79155 0 0-5.25524-5.12643 0 0 5.25524-4.97187 0 0 3.99295 4.97187 0 0 5.77046 5.12643 0 0-5.77046 4.79155 0 0-3.99295z m-28.64968-0.54098c1.28805-1.56283 3.02262-2.34425 5.20371-2.34425 2.12957 0 3.84697 0.78142 5.1522 2.34425 1.33957 1.52848 2.00936 3.28882 2.00935 5.281 0 2.09523-0.67837 3.88991-2.03511 5.38405-1.30522 1.52848-3.01403 2.29273-5.12644 2.29273-2.12957 0-3.86415-0.74707-5.20371-2.24121-1.3224-1.52848-1.9836-3.34034-1.9836-5.43557 0-1.99218 0.6612-3.75252 1.9836-5.281z m3.24588 6.92971c0.4637 0.54957 1.11631 0.82435 1.95783 0.82435 0.77283 0 1.40827-0.27478 1.90632-0.82435 0.51522-0.49804 0.77283-1.17642 0.77282-2.03512 0-0.87587-0.25761-1.55425-0.77282-2.03512-0.49805-0.54957-1.13348-0.82435-1.90632-0.82435-0.84153 0-1.49414 0.27478-1.95783 0.82435-0.51522 0.48087-0.77283 1.15924-0.77283 2.03512 0 0.8587 0.25761 1.53707 0.77283 2.03512z",
+ "fillRule": "evenodd",
+ "fill": [
+ "#fbb547ff",
+ "#0bc0cfff"
+ ],
+ "width": 74,
+ "height": 11.628570556640625,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.8358208537101746
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#015e67",
+ "offset": {
+ "x": 0.8358208537101746,
+ "y": 0.4179104268550873
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "HWymj",
+ "x": 143.3271484375,
+ "y": 152.2607421875,
+ "name": "Rectangle 864",
+ "opacity": 0.10000000149011612,
+ "fill": "#073156ff",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "mUWiq",
+ "x": 4.6728515625,
+ "y": 8.7392578125,
+ "name": "方案二",
+ "enabled": false,
+ "children": [
+ {
+ "type": "group",
+ "id": "zlPBC",
+ "x": 0,
+ "y": 0,
+ "name": "装饰",
+ "children": [
+ {
+ "type": "group",
+ "id": "MsQQ3",
+ "x": 33.3271484375,
+ "y": 1.260934829711914,
+ "name": "方块",
+ "children": [
+ {
+ "type": "path",
+ "id": "yNb6a",
+ "x": 139.365234375,
+ "y": 124.4736328125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#2285d0ff",
+ "width": 22.47957992553711,
+ "height": 22.47957992553711,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "EOEnn",
+ "x": 166.1298828125,
+ "y": 98.5654296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#2285d0ff",
+ "width": 4.976806640625,
+ "height": 4.976806640625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "pdacW",
+ "x": 198.77587890625,
+ "y": 163,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l14.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19788c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-14.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 8.889850616455078,
+ "height": 8.889850616455078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "UDTER",
+ "x": 140.732421875,
+ "y": 159.1904296875,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -65.70659981256874,
+ "geometry": "M4.26031 0l4.19785 0c2.35291 0 4.26031 1.90741 4.26032 4.26031l0 4.19788c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19785 0c-2.35291 0-4.26031-1.9074-4.26031-4.26032l0-4.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 9.368156433105469,
+ "height": 9.368178367614746,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ess2e",
+ "x": 0,
+ "y": 143.916015625,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.857532978057861,
+ "height": 4.857539653778076,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "CSYX7",
+ "x": 28.72149085998535,
+ "y": 15,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26031 0l4.19787 0c2.35291 0 4.26033 1.90741 4.26033 4.26032l0 4.19786c0 2.35291-1.90742 4.26032-4.26033 4.26032l-4.19787 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 7.858949184417725,
+ "height": 7.858945369720459,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.479214072227478
+ }
+ },
+ {
+ "type": "path",
+ "id": "tyvdc",
+ "x": 7.85546875,
+ "y": 35.529296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94492 0l10.61116 0c2.731 0 4.94491 2.21391 4.94492 4.94492l0 10.61117c0 2.731-2.21391 4.94492-4.94492 4.94492l-10.61116 0c-2.731 0-4.94492-2.21391-4.94492-4.94492l0-10.61117c0-2.731 2.21392-4.94492 4.94492-4.94492z",
+ "fill": "#2285d0ff",
+ "width": 5.704196453094482,
+ "height": 5.704198837280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "46cJt",
+ "x": 74.0185546875,
+ "y": 90,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -17.11439929492411,
+ "geometry": "M11.75429 0l54.71132 0c6.49171 0 11.75428 5.26257 11.75428 11.75428l-0.14493 51.57401c-6.95657-6.56945-12.84407 1.76846-19.33579 1.76846l-46.98488 13.12314c-6.49171 0-11.75429-5.26257-11.75429-11.75429l0-54.71131c0-6.49171 5.26258-11.75428 11.75429-11.75429z",
+ "fill": "#1cb0f6ff",
+ "width": 78.21988677978516,
+ "height": 78.21988677978516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "7o5HM",
+ "x": 137.3974609375,
+ "y": 49.5390625,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": 15.591400740078207,
+ "geometry": "M21.97058 0l78.24881 0c12.13403 0 21.97061 9.83658 21.97061 21.9706l0 78.24881c0 12.13402-9.83658 21.97059-21.97061 21.97059l-78.24881 0c-12.13403 0-21.97058-9.83657-21.97058-21.97059l0-78.24881c0-12.13403 9.83655-21.9706 21.97058-21.9706z",
+ "fill": "#1cb0f6ff",
+ "width": 32.61341857910156,
+ "height": 32.61341857910156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "EbdVL",
+ "x": 188.6474609375,
+ "y": 108.6826171875,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#1cb0f6ff",
+ "width": 34.01329040527344,
+ "height": 34.01329040527344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3825813829898834
+ }
+ },
+ {
+ "type": "path",
+ "id": "1Jl6J",
+ "x": 60,
+ "y": 99.7548828125,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.004698276519775,
+ "height": 4.004703044891357,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "Xswda",
+ "x": 232.4326171875,
+ "y": 92.9267578125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -38.507700908575345,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#2285d0ff",
+ "width": 5.630392551422119,
+ "height": 5.630389213562012,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.44269290566444397
+ }
+ },
+ {
+ "type": "path",
+ "id": "xELL6",
+ "x": 76.26713562011719,
+ "y": 41.99989318847656,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26033 0l4.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19786 0c-2.35291 0-4.26033-1.90741-4.26033-4.26032l0-4.19786c0-2.35291 1.90742-4.26032 4.26033-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 6.3787007331848145,
+ "height": 6.378698825836182,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5015290975570679
+ }
+ },
+ {
+ "type": "path",
+ "id": "EARMa",
+ "x": 220.72264099121094,
+ "y": 96,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -74.9999982305801,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 10.065617561340332,
+ "height": 10.065617561340332,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7914150953292847
+ }
+ },
+ {
+ "type": "path",
+ "id": "ifDYT",
+ "x": 52.8212890625,
+ "y": 67.9990234375,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -68.54410113046838,
+ "geometry": "M4.26032 0l14.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19787c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19786 0c-2.35291 0-4.26032-1.90741-4.26032-4.26032l0-14.19787c0-2.35291 1.90741-4.26031 4.26032-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 7.329061031341553,
+ "height": 7.329061031341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "kn1H6",
+ "x": 198.6953887939453,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94489 0l10.6112 0c2.731 0 4.94489 2.21392 4.94489 4.94492l0 10.61116c0 2.73101-2.21388 4.94492-4.94489 4.94492l-10.6112 0c-2.731 0-4.94489-2.21391-4.94489-4.94492l0-10.61116c0-2.731 2.21388-4.94492 4.94489-4.94492z",
+ "fill": "#1cb0f6ff",
+ "width": 6.613680362701416,
+ "height": 6.613687515258789,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "N0pBx",
+ "x": 47.2822265625,
+ "y": 0,
+ "name": "圆弧",
+ "opacity": 0.699999988079071,
+ "children": [
+ {
+ "type": "path",
+ "id": "lE0iV",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "fill": "#e6f7ffaf",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5200784802436829
+ }
+ },
+ {
+ "type": "path",
+ "id": "nL0zU",
+ "x": 96.52252960205078,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.14000000059604645,
+ "geometry": "M0 0l0 16",
+ "width": 0,
+ "height": 8.321256637573242,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "quc1n",
+ "x": 26.571407318115234,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 0l11.5 11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "M61cR",
+ "x": 160.4927520751953,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 11.5l11.5-11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "x09Rc",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.7799999713897705,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "syD0H",
+ "x": 4.1611328125,
+ "y": 4.16015625,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M0 142c18.227-81.2734 90.817-142 177.591-142 25.767 0 50.28499 5.3551 72.499 15.013",
+ "width": 130.06643676757812,
+ "height": 73.85115051269531,
+ "stroke": {
+ "align": "center",
+ "thickness": 8.321255683898926,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "gpiTu",
+ "x": 1.260298728942871,
+ "y": 0.5204735398292542,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M366.33701 137c-22.944-79.1286-96.26499-137-183.168-137-86.904 0-160.22401 57.8714-183.16901 137",
+ "width": 190.5240020751953,
+ "height": 71.2507553100586,
+ "stroke": {
+ "align": "center",
+ "thickness": 5,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "KM0Yo",
+ "x": 194.8486328125,
+ "y": 30.173828125,
+ "name": "折线图",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "FmBTd",
+ "x": 2.504420042037964,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M154.10001 16.5l-33-16.5m-6.5 1.25l-34 34m-7 2l-32-8m-6.4 2l-35.20001 38",
+ "width": 60.30000305175781,
+ "height": 27.09782600402832,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CeEhi",
+ "x": 0,
+ "y": 28.95703125,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jKWxi",
+ "x": 15.651932716369629,
+ "y": 11.739412307739258,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nLECg",
+ "x": 31.3046875,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WILQB",
+ "x": 46.956722259521484,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MbH9E",
+ "x": 62.6086540222168,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "34JeB",
+ "x": 211.6962890625,
+ "y": 99.716796875,
+ "name": "竖线",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "QeyF3",
+ "x": 0,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YewLj",
+ "x": 4.695209980010986,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NzL45",
+ "x": 9.39111328125,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fu2hR",
+ "x": 14.086553573608398,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VW7Jd",
+ "x": 18.78271484375,
+ "y": 3.912109375,
+ "name": "Vector",
+ "geometry": "M0 0l0 100",
+ "width": 0,
+ "height": 39.130435943603516,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "d9b5A",
+ "x": 23.47789764404297,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 120",
+ "width": 0,
+ "height": 46.956520080566406,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xDEeA",
+ "x": 28.174034118652344,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fyE05",
+ "x": 32.869140625,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "G6gNj",
+ "x": 37.56537628173828,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "G3Iz7",
+ "x": 42.26058578491211,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "MrHQK",
+ "x": 0,
+ "y": 100.1953125,
+ "name": "Vector",
+ "opacity": 0.1599999964237213,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "O2ZJ9",
+ "x": 185.9345703125,
+ "y": 94.1953125,
+ "name": "Vector",
+ "opacity": 0.11999999731779099,
+ "flipX": true,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1niYq",
+ "x": 21.3271484375,
+ "y": 14.2607421875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.1599999964237213,
+ "geometry": "M88.82609 58.8913l-58.89131-58.8913-29.93478 0",
+ "width": 88.82608795166016,
+ "height": 58.89130401611328,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.782608687877655,
+ "cap": "round",
+ "fill": "#2285d0ff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "UG44g",
+ "x": 15.2158203125,
+ "y": 29.1455078125,
+ "name": "备份",
+ "children": [
+ {
+ "type": "path",
+ "id": "5nqeo",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l29.9 0c1.1 0 2 0.9 2 2l0 16c0 1.1-0.9 2-2 2l-29.9 0c-1.1 0-2-0.9-2-2l0-16c0-1.1 0.9-2 2-2z",
+ "fill": [
+ "#ffffffff",
+ "#1cb0f624"
+ ],
+ "width": 108.67533874511719,
+ "height": 64.115234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "DOwCd",
+ "x": 44.8798828125,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M3.6 0.8l2.2 3.8c0.2 0.4 0.1 0.8-0.3 1-0.1 0.1-0.2 0.1-0.4 0.1l-4.3 0c-0.4 0-0.8-0.3-0.8-0.7 0-0.1 0-0.3 0.1-0.4l2.2-3.8c0.2-0.4 0.7-0.5 1-0.3 0.2 0.1 0.3 0.2 0.3 0.3z m6.3-0.8l4 0c0.6 0 1 0.4 1 1l0 4c0 0.6-0.4 1-1 1l-4 0c-0.6 0-1-0.4-1-1l0-4c0-0.6 0.4-1 1-1z",
+ "fill": "#ffffffff",
+ "width": 47.765846252441406,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ },
+ {
+ "type": "path",
+ "id": "72a6f",
+ "x": 16.02880859375,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M0 3c0 0.79565 0.31607 1.55871 0.87868 2.12132 0.56261 0.56261 1.32567 0.87868 2.12132 0.87868 0.79565 0 1.55871-0.31607 2.12132-0.87868 0.56261-0.56261 0.87868-1.32567 0.87868-2.12132 0-0.79565-0.31607-1.55871-0.87868-2.12132-0.56261-0.56261-1.32567-0.87868-2.12132-0.87868-0.79565 0-1.55871 0.31607-2.12132 0.87868-0.56261 0.56261-0.87868 1.32567-0.87868 2.12132z",
+ "fill": "#ffffffff",
+ "width": 19.23457145690918,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "NR5yu",
+ "x": 48.583984375,
+ "y": 64.6513671875,
+ "name": "人物",
+ "children": [
+ {
+ "type": "path",
+ "id": "VbOHD",
+ "x": 9.5087890625,
+ "y": 47.556640625,
+ "name": "Vector",
+ "geometry": "M6 0l10 0c3.3 0 6 2.7 6 6l0 12-22 0 0-12c0-3.3 2.7-6 6-6z",
+ "fill": "#073156ff",
+ "width": 69.7480239868164,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qYWoz",
+ "x": 0,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M30 10l0-2c0-4.4-3.6-8-8-8l-22 0 0 3c0 2.2 1.8 4 4 4l4 0 0 8 27 0c1.1 0 2-0.9 2-2 0-1.7-1.3-3-3-3l-4 0z",
+ "fill": "#ffca58ff",
+ "width": 117.3034896850586,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tTjeC",
+ "x": 68.2431411743164,
+ "y": 59.0673828125,
+ "name": "Vector",
+ "geometry": "M26.8678 25.36292c0-13.94961-11.41331-25.36292-25.36292-25.36292l-1.50488 0",
+ "width": 26.8677978515625,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "D9fv9",
+ "x": 45.96875,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M7 0l0 4.5c0 1.9-1.6 3.5-3.5 3.5-1.9 0-3.5-1.6-3.5-3.5l0-4.5 7 0z",
+ "width": 22.192548751831055,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dSfUf",
+ "x": 50.7265625,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M0 0l2 4 2-4-4 0z m21 13c0-1.7-1.3-3-3-3l-8 0 0 3c0 1.1 0.9 2 2 2l7 0c1.1 0 2-0.9 2-2z",
+ "fill": "#eacaacff",
+ "width": 66.57765197753906,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xB8hU",
+ "x": 82.4267578125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l0 8 4 0",
+ "width": 12.681458473205566,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BgrHL",
+ "x": 0,
+ "y": 19.022640228271484,
+ "name": "Vector",
+ "geometry": "M4 0c-0.6 0-1 0.4-1 1l0 2c-1.7 0-3 1.3-3 3l0 9c0 2.2 1.8 4 4 4l1 0 0-18c0-0.6-0.4-1-1-1z",
+ "fill": "#eacaacff",
+ "width": 15.851820945739746,
+ "height": 60.23693084716797,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lKI2P",
+ "x": 6.33984375,
+ "y": 34.87109375,
+ "name": "Vector",
+ "geometry": "M1 2c-0.6 0-1-0.4-1-1 0-0.6 0.4-1 1-1l0.5 0c0.8 0 1.5 0.7 1.5 1.5l0 0.5",
+ "width": 9.511094093322754,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vqW0F",
+ "x": 9.7431640625,
+ "y": 36.609375,
+ "name": "Vector",
+ "geometry": "M0 0c2.53629 0 4.75555 1.21926 4.75555 3.75555l0 1.58518",
+ "width": 4.755547046661377,
+ "height": 5.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LfYiw",
+ "x": 22.189321517944336,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mIlmi",
+ "x": 76.0888671875,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "POJG1",
+ "x": 25.36328125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l2 0",
+ "width": 6.340729236602783,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Wg8v9",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 9c0 1.1819 0.23279 2.35222 0.68508 3.44415 0.45229 1.09193 1.11523 2.08408 1.95096 2.91981 0.83573 0.83573 1.82788 1.49866 2.91981 1.95095 1.09193 0.45229 2.26225 0.68509 3.44415 0.68509 1.1819 0 2.35222-0.23279 3.44415-0.68509 1.09193-0.45229 2.08408-1.11523 2.91981-1.95095 0.83573-0.83573 1.49867-1.82788 1.95096-2.91981 0.45229-1.09193 0.68508-2.26226 0.68508-3.44415 0-1.1819-0.23279-2.35222-0.68508-3.44415-0.45229-1.09193-1.11523-2.08408-1.95096-2.91981-0.83573-0.83573-1.82788-1.49866-2.91981-1.95096-1.09193-0.45229-2.26225-0.68508-3.44415-0.68508-1.1819 0-2.35222 0.23279-3.44415 0.68508-1.09193 0.45229-2.08408 1.11523-2.91981 1.95096-0.83573 0.83573-1.49866 1.82788-1.95096 2.91981-0.45229 1.09193-0.68508 2.26225-0.68508 3.44415z",
+ "fill": "#eacaacff",
+ "width": 57.066558837890625,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PeUM1",
+ "x": 44.74297332763672,
+ "y": 7.357206344604492,
+ "name": "Vector",
+ "geometry": "M0 47.25195c3.46182 1.43393 8.57451 1.4574 12.32156 1.4574 3.74704 0 7.45739-0.73803 10.91921-2.17197 3.46182-1.43393 6.6073-3.53568 9.25686-6.18524 2.64956-2.64956 4.75131-5.79503 6.18524-9.25685 1.43393-3.46182 2.17196-7.17218 2.17197-10.91922 0-3.74704-0.73803-7.4574-2.17197-10.91921-1.43393-3.46182-3.53569-6.6073-6.18524-9.25686",
+ "width": 40.854835510253906,
+ "height": 48.7093505859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kESrD",
+ "x": 50.72636032104492,
+ "y": 39.62913513183594,
+ "name": "Vector",
+ "geometry": "M0 0c0 1.4 1.1 2.5 2.5 2.5 1.4 0 2.5-1.1 2.5-2.5l-5 0z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 7.925910472869873,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VlOFy",
+ "x": 52.3095703125,
+ "y": 41.212890625,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.21071 0.51957 0.58579 0.70711 0.37507 0.18754 0.88378 0.29289 1.41421 0.29289 0.53043 0 1.03914-0.10536 1.41421-0.29289 0.37507-0.18754 0.58579-0.44189 0.58579-0.70711 0-0.26522-0.21071-0.51957-0.58579-0.70711-0.37507-0.18754-0.88378-0.29289-1.41421-0.29289-0.53043 0-1.03914 0.10536-1.41421 0.29289-0.37507 0.18754-0.58579 0.44189-0.58579 0.70711z",
+ "fill": "#ff4e5eff",
+ "width": 12.681458473205566,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LgYQU",
+ "x": 28.53125,
+ "y": 3,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 28.533279418945312,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rlVHu",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z m0 0c15.85182 0 28.53328 12.68146 28.53328 28.53328-15.85182 0-28.53328-12.68146-28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 57.066558837890625,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "E7Xda",
+ "x": 38.0419921875,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "oDOuU",
+ "x": 72.916015625,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "dcGE1",
+ "x": 41.212890625,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PuFxt",
+ "x": 63.4052734375,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "k5dYz",
+ "x": 42.212890625,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.9596 0 3.73381 0.67977 5.10436 1.82105m-13.03027 6.10486c0 1.16241 0.23919 2.25958 0.67201 3.24596",
+ "width": 13.0302734375,
+ "height": 11.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rgnBL",
+ "x": 64.4052734375,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.03281 0 2.01412 0.18883 2.91198 0.53453m-10.83789 7.39138c0 2.02779 0.72791 3.85707 1.94186 5.24596",
+ "width": 10.837890625,
+ "height": 13.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "w66Xr",
+ "x": 28.53125,
+ "y": 24.7255859375,
+ "name": "Vector",
+ "geometry": "M16 0.2l2 1m-4.5-1.2l0 0.4m-4.5-0.2l2 0m-7 0l-4 1",
+ "width": 57.066558837890625,
+ "height": 3.8044400215148926,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "TzIHi",
+ "x": 99.310546875,
+ "y": 89.376953125,
+ "name": "人物眼睛",
+ "children": [
+ {
+ "type": "path",
+ "id": "un75P",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SrU2P",
+ "x": 20.6162109375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "mtaGn",
+ "x": 43.583984375,
+ "y": 156.5908203125,
+ "name": "书本",
+ "children": [
+ {
+ "type": "path",
+ "id": "WlaT1",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12 4l-10 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l10 0 0 4z",
+ "fill": "#219ffcff",
+ "width": 38.044376373291016,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jXKmp",
+ "x": 4.3408203125,
+ "y": 10.6815185546875,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M31.70365 0l-31.70365 0",
+ "width": 31.70364761352539,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TsAZb",
+ "x": 25.363178253173828,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10 4l-8 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l8 0 0 4z",
+ "fill": "#ffffffff",
+ "width": 31.703641891479492,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "4DcmN",
+ "x": 23.3271484375,
+ "y": 86.8447265625,
+ "name": "电脑",
+ "children": [
+ {
+ "type": "path",
+ "id": "0DIEb",
+ "x": 116.1943359375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l26 0c1.1 0 2 0.9 2 2l0 18c0 1.1-0.9 2-2 2l-26 0c-1.1 0-2-0.9-2-2l0-18c0-1.1 0.9-2 2-2z",
+ "fill": "#a8b4c4ff",
+ "width": 95.1109390258789,
+ "height": 69.7480239868164,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lvvZn",
+ "x": 147.896484375,
+ "y": 53.896484375,
+ "name": "Vector",
+ "geometry": "M8 7c0 1.1-0.9 2-2 2l-6 0c1.1 0 2-0.9 2-2l0-5c0-1.1 0.9-2 2-2l2 0c1.1 0 2 0.9 2 2l0 5z",
+ "fill": "#8b9cb0ff",
+ "width": 25.362916946411133,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 6.2985076904296875,
+ "id": "x4OG3",
+ "x": 0,
+ "y": 81.64453125,
+ "name": "Rectangle 859",
+ "fill": "#3c5d87ff",
+ "width": 230,
+ "height": 7,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Je8mp",
+ "x": 162,
+ "y": 28.416015625,
+ "name": "badge",
+ "geometry": "M8.2438 4.24236l-0.29394 0.29403c-0.18733 0.18735-0.29272 0.44204-0.29272 0.70739l0 0.41404c0 1.10409-0.8946 1.99882-1.99857 1.99882l-0.41398 0c-0.26533 0-0.51934 0.10534-0.70734 0.29269l-0.29467 0.29403c-0.78065 0.78073-2.04595 0.78073-2.8266 0l-0.29467-0.29403c-0.18733-0.18735-0.44201-0.29269-0.70734-0.29269l-0.41397 0m7.65714-7.2426l0-0.41404m0.29272 1.12143c-0.18733-0.18802-0.29272-0.44204-0.29272-0.70739m0.58666 1.00142l-0.29394-0.29403m0.29394 3.12093c0.78065-0.78073 0.78065-2.04616 0-2.8269m-8.2438 6.24118l7.65714-7.65664",
+ "width": 8.829282760620117,
+ "height": 8.828908920288086,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "fill": "#07315633"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u3YoY",
+ "x": 158,
+ "y": 24.416015625,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#f2f6fbff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "DloFZ",
+ "x": 125,
+ "y": 0.416015625,
+ "name": "Rectangle 865",
+ "fill": "#ffffff00",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "1hHoU",
+ "x": 140.3271484375,
+ "y": 24.2607421875,
+ "name": "对话框",
+ "children": [
+ {
+ "type": "path",
+ "id": "RqWGj",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M80.15431 42.45821l-45.233 0-8.5841 10.78907c-0.98457 1.00364-2.46143 1.00364-3.446 0-0.49228-0.50182-0.73842-1.00364-0.73842-1.75636l0-9.03271-12.30711 0c-5.41513 0-9.84568-4.51635-9.84568-10.03634l0-22.38553c0-5.51999 4.43056-10.03634 9.84568-10.03634l70.30863 0c5.41512 0 9.84569 4.51635 9.84569 10.03634l0 22.38553c0 5.51999-4.43057 10.03634-9.84569 10.03634z",
+ "fill": "#ffffffff",
+ "width": 90,
+ "height": 54,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wYICz",
+ "x": 8,
+ "y": 16,
+ "name": "text",
+ "geometry": "M10.48472 8.81026l-1.57142 0 0 4.45664 2.34425 0 0 2.55034c-0.29196 0.03435-0.54957 0.0687-0.77283 0.10304-0.20609 0.03435-0.48946 0.04294-0.85011 0.02577-0.60109 0-1.18501-0.12881-1.75175-0.38642-0.54957-0.27478-1.03044-0.65261-1.44262-1.13348-0.395-0.48087-0.70413-1.0562-0.92739-1.72599-0.22326-0.68696-0.32631-1.43403-0.30913-2.2412 0-0.68696 0.11163-1.34816 0.33489-1.9836 0.22326-0.63544 0.52381-1.19359 0.90163-1.67446 0.395-0.48087 0.8587-0.86729 1.3911-1.15924 0.54957-0.30913 1.14207-0.47228 1.7775-0.48946 0.84153-0.05152 1.89773 0.06011 3.16861 0.33489 1.27088 0.25761 2.30131 0.81576 3.09131 1.67446l0-5.59013c-0.37783-0.24044-0.86729-0.44652-1.46837-0.61826-0.58392-0.17174-1.1249-0.33489-1.62294-0.48946-0.49804-0.17174-1.01327-0.29196-1.54566-0.36066-0.51522-0.0687-1.01326-0.10304-1.49414-0.10304-1.47696 0-2.80795 0.2662-3.99295 0.79859-1.18501 0.51522-2.20686 1.2537-3.06556 2.21545-0.8587 0.96174-1.5199 2.09523-1.98359 3.40044-0.4637 1.28805-0.69555 2.69632-0.69555 4.2248 0 1.73457 0.23185 3.28023 0.69555 4.63698 0.4637 1.33957 1.10772 2.47305 1.93207 3.40045 0.82435 0.9274 1.80327 1.64011 2.93675 2.13816 1.15066 0.51522 2.42153 0.77283 3.81263 0.77283 0.53239 0 1.04761-0.01717 1.54566-0.05152 0.49805-0.01718 1.00468-0.07729 1.51989-0.18033 0.53239-0.08587 1.07338-0.20609 1.62295-0.36065 0.54957-0.13739 1.15066-0.31772 1.80326-0.54098l0-11.6182-3.47773 0c-0.65261-0.01717-1.28805-0.02576-1.90631-0.02576z m47.5105-8.16613l4.55969 0 0 6.54329c0.37783-0.32631 0.79859-0.54957 1.26229-0.66979 0.46369-0.13739 0.97892-0.20609 1.54566-0.20609 0.79 0 1.53706 0.1975 2.2412 0.59251 0.72131 0.37783 1.34816 0.91022 1.88054 1.59718 0.53239 0.66979 0.95316 1.48555 1.2623 2.44729 0.3263 0.94457 0.48946 1.99218 0.48946 3.14284 0 1.21935-0.16315 2.3099-0.48946 3.27164-0.30914 0.96174-0.7299 1.75175-1.2623 2.37001-0.53239 0.63544-1.15924 1.11631-1.88054 1.44262-0.70413 0.32631-1.45119 0.48946-2.2412 0.48946-0.79 0-1.46838-0.1288-2.03512-0.38642-0.56674-0.24044-1.03902-0.56674-1.41685-0.97891 0 0.06869-0.00859 0.29196-0.02577 0.66978l0 0.66978-3.8899 0 0-20.99519z m6.56905 15.86876c0.58392 0 1.08196-0.24044 1.49413-0.72131 0.42935-0.48087 0.62685-1.15924 0.59251-2.03511-0.03435-0.75566-0.24902-1.36533-0.64403-1.82903-0.37783-0.48087-0.8587-0.72131-1.44261-0.72131-0.63544 0-1.13348 0.24043-1.49414 0.72131-0.34348 0.48087-0.51522 1.10772-0.51522 1.88055l0 0.36065c0.03435 0.73848 0.23184 1.31381 0.5925 1.72599 0.37783 0.41217 0.85012 0.61826 1.41686 0.61826z m52.12382 5.12643l-3.88991 0c0-0.06869-0.00859-0.29196-0.02576-0.66978l0-0.66978c-0.39501 0.41218-0.87587 0.73848-1.44261 0.97891-0.56674 0.25761-1.24512 0.38641-2.03512 0.38642-0.77283 0-1.5199-0.16315-2.24121-0.48946-0.7213-0.32631-1.34815-0.80718-1.88054-1.44262-0.51523-0.61826-0.93599-1.40827-1.2623-2.37001-0.30913-0.96174-0.46369-2.05229-0.46369-3.27164 0-1.15066 0.15456-2.19827 0.46369-3.14284 0.32631-0.96174 0.74707-1.77751 1.2623-2.44729 0.53239-0.68696 1.15924-1.21935 1.88054-1.59718 0.72131-0.395 1.46838-0.5925 2.24121-0.59251 0.58391 0 1.10772 0.0687 1.57142 0.20609 0.4637 0.12022 0.87587 0.34348 1.23652 0.66979l0-6.54329 4.58546 0 0 20.99519z m-4.58546-7.90861c0-0.65261-0.17173-1.19359-0.51521-1.62295-0.34349-0.44652-0.83295-0.66979-1.46839-0.66978-0.60109 0-1.09912 0.21468-1.49413 0.64402-0.37782 0.41217-0.57533 0.95316-0.59251 1.62295-0.01717 0.73848 0.17174 1.3224 0.56675 1.75174 0.41217 0.42935 0.9188 0.64402 1.51989 0.64403 0.56675 0 1.03045-0.17174 1.3911-0.51522 0.37782-0.36065 0.57533-0.88446 0.5925-1.57142l0-0.28337z m25.30928-4.45665l0-2.75643-4.27632 0 0 15.30202 4.27632 0 0-8.37232c0-0.18891 0.04294-0.40359 0.12882-0.64402 0.10304-0.25761 0.27478-0.50663 0.51521-0.74707 0.37784-0.32631 0.77283-0.54957 1.18501-0.66979 0.41219-0.13739 0.88445-0.20609 1.41684-0.20608 0.44652 0 0.89305 0.04294 1.33957 0.1288 0.4637 0.08587 0.8587 0.20609 1.18501 0.36066l0-4.5597c-0.22325-0.18891-0.51523-0.33489-0.87588-0.43793-0.34348-0.12022-0.69554-0.18033-1.0562-0.18033-0.20609 0-0.35205 0.00859-0.43793 0.02576-0.84152 0.10304-1.51991 0.36065-2.03512 0.77283-0.51522 0.395-0.97032 1.0562-1.36533 1.9836z m-6.04459 7.34174c-1.75175 0.44652-3.31457 0.66979-4.68849 0.66978-1.18502 0-2.13817-0.18033-2.85948-0.54098-0.70413-0.36066-1.06478-0.80718-1.08195-1.33957l8.52688 0c0.03435-0.22326 0.05152-0.57533 0.05152-1.0562 0-1.23653-0.11162-2.29273-0.33489-3.1686-0.20608-0.87587-0.57533-1.63153-1.10773-2.26697-1.20217-1.52848-2.76501-2.29273-4.6885-2.29272-1.94065 0-3.47773 0.7299-4.61121 2.18968-1.23653 1.39109-1.85479 3.22871-1.85479 5.51285 0 2.30131 0.64403 4.14752 1.93208 5.53861 1.30523 1.33957 3.03979 2.00936 5.20371 2.00936 2.23261 0 4.07024-0.63544 5.51285-1.90631l0-3.34893z m-8.16622-4.40513c0.17174-1.27088 0.83293-1.90631 1.98358-1.90631 0.58392 0 1.03045 0.15456 1.33958 0.4637 0.32631 0.30913 0.53239 0.79 0.61826 1.44261l-3.94142 0z m-25.27613 8.65575c0.94456 0.53239 2.26696 0.79859 3.96718 0.79859l0-5.30676c-1.28805 0-1.93207-1.15925-1.93207-3.47774l0-12.2107-4.58545 0 0 12.0819c0 2.33566 0.18892 4.14752 0.56674 5.43557 0.395 1.27087 1.05621 2.16392 1.9836 2.67914z m-4.75372-20.14498l0 5.02339-4.74001 0 0-5.02339 4.74001 0z m0 6.49176l0 14.42615-4.74001 0 0-14.42615 4.74001 0z m-10.99099 12.36527l0 2.42153 4.17328 0 0-15.43083-4.27633 0 0 7.59949c0 0.30913-0.25761 0.84152-0.77283 1.59718-0.32631 0.34348-0.6526 0.5925-0.97891 0.74707-0.30913 0.15457-0.65263 0.23185-1.03045 0.23185-0.72131 0-1.26228-0.23185-1.62293-0.69554-0.34348-0.4637-0.51522-1.20218-0.51522-2.21545l0-7.2646-4.14752 0 0 9.94374c0 1.73457 0.44652 3.02262 1.33957 3.86415 0.96175 1.03044 2.1124 1.54566 3.45197 1.54566 0.84152 0 1.60577-0.1975 2.29273-0.59251 0.70413-0.395 1.39968-0.97892 2.08664-1.75174z m-33.5829-10.253l-4.79155 0 0-5.25524-5.12643 0 0 5.25524-4.97187 0 0 3.99295 4.97187 0 0 5.77046 5.12643 0 0-5.77046 4.79155 0 0-3.99295z m-28.64968-0.54098c1.28805-1.56283 3.02262-2.34425 5.20371-2.34425 2.12957 0 3.84697 0.78142 5.1522 2.34425 1.33957 1.52848 2.00936 3.28882 2.00935 5.281 0 2.09523-0.67837 3.88991-2.03511 5.38405-1.30522 1.52848-3.01403 2.29273-5.12644 2.29273-2.12957 0-3.86415-0.74707-5.20371-2.24121-1.3224-1.52848-1.9836-3.34034-1.9836-5.43557 0-1.99218 0.6612-3.75252 1.9836-5.281z m3.24588 6.92971c0.4637 0.54957 1.11631 0.82435 1.95783 0.82435 0.77283 0 1.40827-0.27478 1.90632-0.82435 0.51522-0.49804 0.77283-1.17642 0.77282-2.03512 0-0.87587-0.25761-1.55425-0.77282-2.03512-0.49805-0.54957-1.13348-0.82435-1.90632-0.82435-0.84153 0-1.49414 0.27478-1.95783 0.82435-0.51522 0.48087-0.77283 1.15924-0.77283 2.03512 0 0.8587 0.25761 1.53707 0.77283 2.03512z",
+ "fillRule": "evenodd",
+ "fill": [
+ "#fbb547ff",
+ "#0bc0cfff"
+ ],
+ "width": 74,
+ "height": 11.628570556640625,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.8358208537101746
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#015e67",
+ "offset": {
+ "x": 0.8358208537101746,
+ "y": 0.4179104268550873
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "LktUW",
+ "x": 143.3271484375,
+ "y": 152.2607421875,
+ "name": "Rectangle 864",
+ "opacity": 0.10000000149011612,
+ "fill": "#073156ff",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w5z4P",
+ "x": 0,
+ "y": -3,
+ "name": "方案三",
+ "clip": true,
+ "width": 270,
+ "height": 200,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "TAsPg",
+ "x": 14.888671875,
+ "y": 29.884765625,
+ "name": "备份",
+ "children": [
+ {
+ "type": "path",
+ "id": "ggls6",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l29.9 0c1.1 0 2 0.9 2 2l0 16c0 1.1-0.9 2-2 2l-29.9 0c-1.1 0-2-0.9-2-2l0-16c0-1.1 0.9-2 2-2z",
+ "fill": [
+ "#ffffffff",
+ "#1cb0f624"
+ ],
+ "width": 108.67533874511719,
+ "height": 64.115234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "Zd5OT",
+ "x": 44.8798828125,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M3.6 0.8l2.2 3.8c0.2 0.4 0.1 0.8-0.3 1-0.1 0.1-0.2 0.1-0.4 0.1l-4.3 0c-0.4 0-0.8-0.3-0.8-0.7 0-0.1 0-0.3 0.1-0.4l2.2-3.8c0.2-0.4 0.7-0.5 1-0.3 0.2 0.1 0.3 0.2 0.3 0.3z m6.3-0.8l4 0c0.6 0 1 0.4 1 1l0 4c0 0.6-0.4 1-1 1l-4 0c-0.6 0-1-0.4-1-1l0-4c0-0.6 0.4-1 1-1z",
+ "fill": "#ffffffff",
+ "width": 47.765846252441406,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ },
+ {
+ "type": "path",
+ "id": "gIEed",
+ "x": 16.02880859375,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M0 3c0 0.79565 0.31607 1.55871 0.87868 2.12132 0.56261 0.56261 1.32567 0.87868 2.12132 0.87868 0.79565 0 1.55871-0.31607 2.12132-0.87868 0.56261-0.56261 0.87868-1.32567 0.87868-2.12132 0-0.79565-0.31607-1.55871-0.87868-2.12132-0.56261-0.56261-1.32567-0.87868-2.12132-0.87868-0.79565 0-1.55871 0.31607-2.12132 0.87868-0.56261 0.56261-0.87868 1.32567-0.87868 2.12132z",
+ "fill": "#ffffffff",
+ "width": 19.23457145690918,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "XpSjl",
+ "x": 8,
+ "y": 179,
+ "name": "背景",
+ "children": [
+ {
+ "type": "path",
+ "id": "M65d0",
+ "x": 9.577312469482422,
+ "y": -142.8759765625,
+ "name": "1",
+ "enabled": false,
+ "opacity": 0.3100000023841858,
+ "geometry": "M12 0l68.24 0c6.62742 0 12 5.37258 12.00001 12l0 95.14998c0 6.62742-5.37258 12-12 12l-68.24001 0c-6.62742 0-12-5.37258-12-12l0-95.14998c0-6.62742 5.37258-12 12-12z",
+ "fill": "#d1ebf8ff",
+ "width": 44.263458251953125,
+ "height": 57.04499053955078,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#d1ebf8ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eqxAi",
+ "x": 51,
+ "y": -122.4375,
+ "name": "2",
+ "enabled": false,
+ "opacity": 0.20999999344348907,
+ "geometry": "M12 0l84.58998 0c6.62742 0 12 5.37258 12 12l0 120.47c0 6.62741-5.37258 12-12 12l-84.58998 0c-6.62742 0-12-5.37259-12-12l0-120.47c0-6.62742 5.37258-12 12-12z",
+ "fill": "#67c6e7ff",
+ "width": 52.1093635559082,
+ "height": 69.16736602783203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#67c6e7ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dedIR",
+ "x": 194,
+ "y": -144,
+ "name": "2",
+ "enabled": false,
+ "opacity": 0.20999999344348907,
+ "geometry": "M4.40997 0l84.79004 0c2.43558 0 4.40997 1.97443 4.40997 4.41l0 113.29001c0 2.43558-1.9744 4.41001-4.40997 4.41001l-84.79004 0c-2.43558 0-4.40997-1.97443-4.40997-4.41001l0-113.29001c0-2.43558 1.9744-4.41 4.40997-4.41z",
+ "fill": "#91d2ddff",
+ "width": 45,
+ "height": 48,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#91d2ddff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jfMFN",
+ "x": 179,
+ "y": -120.02001953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.5099999904632568,
+ "geometry": "M12 0l129.10001 0c6.62741 0 12 5.37258 12 12l0 204.95c0 6.62741-5.37259 12-12 12l-129.10001 0c-6.62742 0-12-5.37259-12-12l0-204.95c0-6.62742 5.37258-12 12-12z",
+ "fill": "#ebf5eeff",
+ "width": 73.468505859375,
+ "height": 109.61353302001953,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#ebf5eeff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1jbZD",
+ "x": 15.36937141418457,
+ "y": -127.76132202148438,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#fffcf6ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffcf6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vS7uF",
+ "x": 15.369384765625,
+ "y": -120,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#fffcf6ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffcf6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JYYVO",
+ "x": 15.369384765625,
+ "y": -112,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#fffcf6ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffcf6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5wWXI",
+ "x": 208,
+ "y": -86,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "W3iaY",
+ "x": 208,
+ "y": -78.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ub251",
+ "x": 208,
+ "y": -70.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "K5ncZ",
+ "x": 208,
+ "y": -62,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "1HqQF",
+ "x": 208,
+ "y": -54.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Vi7RW",
+ "x": 208,
+ "y": -46.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "KILPq",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.699999988079071,
+ "geometry": "M7.10001 0l531.82003 0c3.92121 0 7.09998 3.17878 7.09998 7.10001l0 1.86999c0 3.92122-3.17877 7.10001-7.09998 7.10001l-531.82003 0c-3.92122 0-7.10001-3.17878-7.10001-7.10001l0-1.86999c0-3.92122 3.17878-7.10001 7.10001-7.10001z",
+ "fill": [
+ "#6abcc3ff",
+ {
+ "type": "color",
+ "color": "#00000080",
+ "enabled": false
+ }
+ ],
+ "width": 250,
+ "height": 8,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "splZP",
+ "x": 8.999998092651367,
+ "y": -69.9998779296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.20000000298023224,
+ "geometry": "M56.5268 30.36336c-1.29565 1.06765-2.87444 1.24479-4.45321 1.33097-1.82352 0.10054-1.78513 0.06223-2.32259 1.78579-0.46068 1.46981-1.03653 2.90133-1.49241 4.17007 1.18049 1.31661 2.32739 2.56618 3.44549 3.8397 0.56145 0.63676 0.56625 1.24479-0.03359 1.92942-0.71021 0.80433-1.26686 1.74749-1.98667 2.53746-0.25433 0.27768-0.88776 0.51228-1.19009 0.3878-1.68435-0.68464-3.31592-1.48416-5.07225-2.29328-1.53079 1.06765-3.28233 2.29328-4.9139 3.43274 0.17275 1.71877 0.3551 3.43276 0.51826 5.14674 0.08158 0.82827-0.31192 1.26873-1.1277 1.46982-1.01253 0.24896-2.00586 0.58888-2.9944 0.90965-0.62863 0.20587-1.1565 0.09097-1.46841-0.49313-0.7342-1.38842-1.42043-2.80078-2.15943-4.1892-0.13437-0.24896-0.42228-0.59367-0.64783-0.59846-1.98667-0.04788-3.97335-0.02872-5.83525-0.02872-0.83018 1.44587-1.66995 2.91569-2.52413 4.37113-0.45588 0.7756-1.07971 0.93838-1.93388 0.5793-0.98854-0.41653-2.04426-0.67506-3.028-1.10594-0.31192-0.13884-0.69581-0.63197-0.67182-0.93838 0.13916-1.83846 0.3839-3.66735 0.59984-5.56806-1.4972-1.12989-3.18155-2.39861-4.81792-3.63383-1.40123 0.64634-2.82645 1.38841-4.31406 1.96772-1.43002 0.55537-1.48281 0.47398-2.33218-0.74208-0.48947-0.699-0.93095-1.4363-1.47801-2.09221-0.60944-0.72773-0.54705-1.36927 0.06239-2.00603 1.15649-1.2017 2.32738-2.38425 3.49347-3.57159-0.49907-1.8241-1.02213-3.79662-1.60277-5.74519-0.05279-0.17236-0.49427-0.27769-0.7726-0.33515-1.47801-0.30162-2.96562-0.56494-4.44362-0.87613-0.7534-0.15799-1.08451-0.6224-1.02213-1.44109 0.07678-1.03892 0.06718-2.08742 0.03839-3.13114-0.01919-0.72294 0.30233-1.18254 0.97414-1.30702 1.5164-0.27769 3.03759-0.54101 4.56839-0.71815 0.55185-0.06224 0.79179-0.17715 0.95495-0.75646 0.51346-1.7858 1.1421-3.53808 1.70834-5.26164-1.02693-1.10595-2.17862-2.22627-3.19115-3.46148-0.95495-1.15861-0.88777-1.2783 0.00959-2.44649 0.51826-0.67985 1.06052-1.34055 1.5308-2.05391 0.45108-0.68942 0.98374-0.92881 1.76593-0.58889 0.81098 0.3495 1.66515 0.61283 2.44735 1.02457 0.7486 0.39259 1.42522 0.92881 2.07785 1.36448 1.77073-1.23522 3.50307-2.43692 5.17783-3.6051-0.18235-1.53205-0.44628-3.10719-0.53266-4.6967-0.08638-1.51769 0.0192-1.53685 1.43962-1.9821 0.92136-0.29205 1.82831-0.62718 2.74487-0.94317l0.95014 0c1.16609 1.50333 2.13064 3.11677 2.6633 4.9648 0.06238 0.21066 0.47027 0.44525 0.7294 0.45005 1.70835 0.06224 3.4167 0.02394 5.12025 0.11012 0.59024 0.03351 0.80618-0.14364 1.03652-0.65113 0.53746-1.17298 1.08931-2.35074 1.78033-3.43754 0.86857-1.36448 1.01733-1.35012 2.56252-0.82348 0.32631 0.1149 0.65742 0.2298 0.98854 0.33992 2.70648 0.91923 2.77846 0.99584 2.32258 3.83972-0.17755 1.10595-0.50386 2.18796-0.72941 3.15506 1.75633 1.32618 3.44068 2.59969 4.92829 3.72001 1.72274-0.73251 3.36391-1.44587 5.01468-2.12093 0.56625-0.22981 1.03172-0.06223 1.37723 0.48356 0.46068 0.71815 0.96934 1.40757 1.45881 2.10657 1.07012 1.51769 1.12291 1.56078-0.15835 2.97793-0.98854 1.09159-2.11145 2.05869-3.12398 3.03058 0.60944 1.99167 1.22368 4.00249 1.86191 6.09949 2.06345-0.01915 4.1365 0.29204 6.032 1.36926l0 4.74458-0.0096 0.00479z m-40.76518 7.08574c3.73341 5.3143 12.02081 7.79432 18.40311 4.92651-1.4972-2.57098-2.97521-5.13717-4.4964-7.67942-0.11517-0.19151-0.51346-0.31119-0.7726-0.29683-1.70355 0.09097-3.26314-0.2729-4.66436-1.28309-0.18235-0.12927-0.56145-0.20109-0.7342-0.10055-2.58651 1.45545-5.15384 2.9492-7.73555 4.43338z m-2.33698-4.01685c2.60091-1.49854 5.20182-2.98751 7.77874-4.50998 0.15836-0.09575 0.22554-0.47877 0.20634-0.71815-0.11997-1.63738 0.23993-3.15028 1.19008-4.48604 0.33111-0.45961 0.33591-0.78039 0.05279-1.25436-1.10371-1.84325-2.16422-3.71044-3.24394-5.56805-0.35991-0.61282-0.72461-1.22565-1.09411-1.84326-5.76807 4.37114-7.5484 12.58198-4.8899 18.37505l0 0.00479z m29.67532-11.72499c-2.54812 1.46981-5.09624 2.92526-7.62997 4.41423-0.19195 0.11012-0.3839 0.44525-0.3647 0.6559 0.20634 1.95816-0.3743 3.67694-1.57398 5.24729 1.55479 2.68109 3.09997 5.34781 4.64996 8.02411 5.68169-4.04557 7.67316-12.56761 4.9139-18.34153l0.00479 0z m-20.7209-8.97207c1.502 2.5997 2.95601 5.14674 4.45802 7.66505 0.12477 0.20587 0.57585 0.32076 0.86377 0.3064 1.60757-0.08139 3.09038 0.26811 4.40523 1.18735 0.45588 0.32077 0.79179 0.35428 1.27166 0.06702 2.28899-1.35012 4.60198-2.66194 6.90057-3.99291 0.17755-0.10054 0.32631-0.25374 0.48467-0.38301-3.83418-5.32388-12.51028-7.64111-18.38392-4.8499z m2.91763 14.84654c0 1.63259 1.30525 2.9444 2.94161 2.96834 1.66036 0.02394 3.00401-1.31661 3.00881-2.99708 0-1.63738-1.31485-2.95398-2.94162-2.95398-1.71794 0-3.00881 1.28789-3.004 2.98272l-0.0048 0z",
+ "fillRule": "evenodd",
+ "fill": "#6a84c1ff",
+ "width": 56.53639602661133,
+ "height": 55.10490798950195,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "JtI6m",
+ "x": 35.24487521178594,
+ "y": 113.35449003245412,
+ "name": "四肢",
+ "children": [
+ {
+ "type": "group",
+ "id": "bsa25",
+ "x": 12.680698137212858,
+ "y": 12.683223972062478,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "9xpFM",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.0675 0.1375c6.57 0.52 11.52999 6.33 11.00999 12.91001l-3.78 47.88c-0.52 6.58-6.32999 11.53999-12.90998 11.01999l-1.34002-0.1c-6.58-0.52-11.52999-6.32997-11.00999-12.90998l3.78-47.89001c0.52-6.58 6.33-11.53001 12.91-11.01001l1.34 0.1z",
+ "fill": "#fef0e2ff",
+ "width": 13.971455574035645,
+ "height": 34.463958740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "zGikk",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12.38751 71.9475l-1.34002-0.1c-6.58-0.52-11.52999-6.32997-11.00999-12.90998l3.78-47.89001c0.52-6.58 6.33-11.53001 12.91-11.01001l1.34 0.1c6.57 0.52 11.52999 6.33 11.00999 12.91001l-3.78 47.88c-0.52 6.58-6.32999 11.53999-12.90999 11.01999z",
+ "width": 13.971455574035645,
+ "height": 34.463958740234375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "FZ0fK",
+ "x": 0,
+ "y": 0.05311313454330957,
+ "name": "Vector",
+ "geometry": "M52.62263 16.85763c-0.06-0.21-0.09-0.42001-0.11-0.63-0.13-0.08-0.26001-0.17-0.37001-0.28-0.2-0.18-0.34-0.39997-0.42-0.65997-0.13-0.24-0.18999-0.5-0.17999-0.78 0-0.73-0.07001-1.45001-0.15001-2.17002 0-0.07 0.02002-0.14 0.03001-0.22-0.34-0.52-0.73001-1.01-1.17001-1.44-1.69-1.67-3.94-3.02-6.17-3.81-1.75-0.62-3.61-0.73001-5.45-0.70001-3.16-1.41-6.09-3.07-9.44999-4.03-2.59-0.74-5.28-1.16999-7.97-1.32998-0.11-0.04-0.21001-0.09002-0.32001-0.11002-0.34-0.08-0.65999-0.12998-0.96999-0.13998-0.22-0.12-0.46-0.22-0.75-0.28-2.31-0.44-4.52-0.35-6.69 0.22-0.32-0.04-0.67-0.03-1.06 0.06-0.32 0.08-0.6 0.2-0.86 0.33999-4.15 1.66-7.99001 3.76001-9.76001 8.17002-1.85 4.63-0.28 9.17999 2.45 13.07998 0.97 1.39 2.09001 2.48002 3.34001 3.36002 0.22 0.03 0.42999 0.08997 0.62999 0.21997 0.31 0.19 0.64001 0.34002 0.98001 0.49002 0.38 0.15 0.75 0.30998 1.12 0.47998 0.71-0.16 1.49 0.11002 1.97999 0.65002 0.16 0.05 0.32 0.09997 0.48 0.12998 0.51 0.1 1.03001 0.15002 1.53001 0.27002 0.71 0.17 1.46 0.34999 2.14 0.61999 0.46 0.18 0.90999 0.39 1.34999 0.62 0.09 0.04 0.18 0.09 0.27001 0.13-0.07-0.04-0.04999-0.04999 0.16 0.07001 0.09 0.03 0.16999 0.05999 0.25999 0.07999 0.29 0.08 0.53001 0.22002 0.74001 0.39001 1.02 0.28 2.01999 0.59999 2.98999 1.01999 2.31 0.99 4.42 2.37999 6.77 3.26999 2.57 0.97 5.13 0.21 7.7-0.33999 2.67-0.56 5.33-1.12999 8-1.71 1.21-0.26 2.42001-0.52001 3.63-0.79001 1.34-0.29 2.90001-0.42 4.13001-1.05999 2.13-1.12 2.81-4.14 2.94-6.34 0.07-1.18-0.07-2.42-0.36999-3.56-0.31-1.16-1.07001-2.16-1.39002-3.28l-0.00999-0.01001z",
+ "fill": "#600e12ff",
+ "width": 26.110050201416016,
+ "height": 16.476041793823242,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "y38KC",
+ "x": 0.04414603807435924,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M39.04018 6.14899l-4.52-1.97c-5.13-3.18-15.1-3.97001-19.73-4.17001-1.7-0.07-3.38 0.27-4.91 1-3.6 1.73-9.91999 5.45001-9.87999 10.23001 0.05 6.68 18.43999 6.39999 18.43999 6.39999 0 0 0.8-4.65999 4.13-5.92999",
+ "width": 18.734317779541016,
+ "height": 8.445751190185547,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "gTmM5",
+ "x": 10.843729715276822,
+ "y": 2.938676128129373,
+ "name": "Vector",
+ "geometry": "M26.92551 6.07099c0.76-0.27 0.94001-1.27001 0.32001-1.79001-1.94-1.63-5.73001-4.34-9.40001-4.28-4.17 0.08-13.56 3.50999-17.17 4.89999-0.71 0.27-0.91 1.19001-0.36 1.73001 1.71 1.67 5.25 4.52998 9.16001 4.28998 4.33-0.26 13.67-3.48997 17.44999-4.84997z",
+ "width": 13.254007339477539,
+ "height": 5.235384941101074,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DZIPK",
+ "x": 8.893295030523404,
+ "y": 8.176847705582986,
+ "name": "Vector",
+ "geometry": "M12.04001 0c0 0 1.13 2.15 0 4.88-1.13 2.73-12.04001-4.33002-12.04001-4.33001",
+ "width": 6.018673419952393,
+ "height": 2.6368701457977295,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QlBgg",
+ "x": 14.291862230230436,
+ "y": 5.376062164048562,
+ "name": "Vector",
+ "geometry": "M20.44 0c0 0 2.75001 3.29999 0.49001 6.39999-2.26 3.1-20.93001 4.95001-20.93001 4.95002",
+ "width": 10.471519470214844,
+ "height": 5.434000015258789,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RAvdz",
+ "x": 0.021127847437128366,
+ "y": 5.376062164048562,
+ "name": "Vector",
+ "geometry": "M51.7986 4.89001c0 0 4.51 2.26999 0.75 13.9l-22.02001 4.91998c0 0-6.31999-4.53999-19.00999-7.61999-12.8-3.1-11.48001-16.09-11.48001-16.09",
+ "width": 25.9348201751709,
+ "height": 11.351544380187988,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "BRC1l",
+ "x": 47.914794921875,
+ "y": 126.392578125,
+ "name": "衣服",
+ "children": [
+ {
+ "type": "path",
+ "id": "k5a2g",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M188.92 52.11639c-0.01-1.58 0-3.16999-0.38001-4.70999-0.72999-2.97-2.98001-5.11-4.48001-7.69-0.14-0.24-0.14999-0.47999-0.07998-0.67999-1.31-1.09-2.73002-2.09-3.79001-3.41001-1.30001-1.61-2.21001-3.6-3.19001-5.44-0.36-0.35-0.70999-0.69001-1.07998-1.01001-0.17-0.07-0.34-0.14-0.5-0.22-0.7-0.36-1.18001-0.84-1.48001-1.44-0.06-0.09-0.09999-0.19999-0.15-0.29999 0-0.03-0.03001-0.04999-0.04001-0.07999-0.1-0.26-0.16996-0.53002-0.15997-0.86001 0-0.11 0.03998-0.2 0.06998-0.28-0.7-0.76-1.4-1.52001-2.15-2.23001-1.16-1.1-2.57998-1.93999-3.63998-3.12-0.89999-1-1.61003-2.13-2.59003-3.06-1.08999-1.03-2.37997-1.84-3.40997-2.94-0.36999-0.39-0.84003-0.98001-0.90002-1.57001-0.14-0.08-0.28-0.14998-0.41001-0.22998-1.14-0.64-2.35998-1.34001-2.97998-2.54-0.03999-0.07-0.03999-0.13001-0.06-0.20002-0.11-0.03-0.22001-0.06998-0.33001-0.09997-4.95-1.18-12.21997 0.57-17.09998 1.91-6.2 1.7-9.83002 6.65999-14.64001 10.48999-0.74 0.59-6.89001 4.30999-9.54001 5.98999-0.47-0.46-0.97-0.90001-1.34-1.29001-1.76999-1.91-3.57999-3.68-5.61999-5.30999-8.58-6.87-19.03002-10.92997-29.67002-13.37998-4.61-1.06-9.27-1.73-13.86999-1.03-2.32-5.57-8.76998-9.68002-15.63999-5.96002-8.32 4.51-16.10001 10.05999-23.79 15.67999-0.08-0.02-0.16-0.05999-0.25-0.07998-12.99-3.16-18.94999 10.46001-21.82 20.73001-0.44 1.57-0.82001 3.15999-1.18 4.76999 0.43-0.89 1.93001-0.44999 1.6 0.57-0.2 0.63-0.35001 1.26999-0.59001 1.88999-0.22 0.56-0.49999 1.07002-0.54999 1.68002-0.09 1.17-0.14 2.17-0.47 3.31-0.69 2.34-1.48001 4.68998-1.57001 7.13998-0.05 1.26-0.17 2.50001-0.14 3.76001 0.02 0.7 0.03 1.29998-0.08999 1.97998-0.12 0.72-0.28 1.44-0.41001 2.16001-0.06 0.33-0.13 0.67001-0.16 1.01001-0.01 0.11 0.01 0.28001-0.03 0.39001-0.1 0.27 0.3 0.33 0 0-0.07-0.08-0.15999-0.17-0.31999-0.29001 0.29 0.22 0.38999 0.53999 0.34999 0.82999 0.11 0.13 0.19 0.3 0.19 0.53-0.01 1.75-0.16999 3.5-0.20999 5.25-0.04 1.76 0.23999 3.29002 0.65 4.99002 0.35 1.48 0.09 2.79 0 4.25 0.07 0.43 0.07 0.85998 0.08999 1.28998 0.49 0.73 0.80001 1.47002 0.74001 2.37002 0.07 0.22 0.14 0.42999 0.19999 0.65 0.09 0.34-0.03 0.60999-0.22999 0.79998 0.3 0.33 0.59 0.65002 0.75 1.14002 0.14 0.45 0.17 0.91998 0.33 1.35998 0.16 0.46 0.41999 0.88 0.62999 1.32001 0.36 0.76 0.55001 1.5 0.68001 2.31 0.04 0.03 0.09 0.04999 0.13 0.07999 0.56 0.47 0.88999 1.17 1.18999 1.80999 0.28 0.6 0.61001 1.17 0.93001 1.75 0.34 0.62 0.67 1.26002 1.05 1.86002 0.34 0.53 0.75999 1.03999 1.23999 1.32999 0.37 0.22 0.46 0.59 0.38001 0.91 0.61 0.65 1.18 1.32001 1.58 2.13001 0.08 0.16999 0.1 0.33 0.08 0.48001 2.72 2.05 5.78999 3.47 9.03999 4.5 0.12-0.24 0.35-0.42001 0.72001-0.38001 1.21 0.13 2.29 0.67 3.49 0.84 1.12 0.16 2.25999 0.14998 3.37999 0.32998 2.44 0.41001 4.77 1.03 7.25 1.19001 4.53 0.3 9.06 0.68 13.59 1.03 0.05-0.04001 0.08002-0.09 0.15002-0.12 1.33-0.59 2.67-0.64999 4.09-0.34 0.28 0.06 0.60998 0.14 0.94998 0.23999 0.33-0.12999 0.68002 0.03003 0.89001 0.31003 0.51 0.21 0.98999 0.49 1.29999 0.84 0.04 0.05 0.07001 0.11 0.11002 0.16 4.06-6.26999 1.39999-16.87001-8.01001-17.42001-0.86-1.01-1.92999-1.85999-3.20999-2.45999 0.7-0.75 1.40999-1.50002 2.14999-2.21003 1.76-1.7 3.22999-3.21 5.54999-3.83999 0.65-0.49 1.40001-0.79997 2.16-1.09998 0.68-0.27 1.18999-0.40002 1.70999-0.71002 1.16-0.7 2.28001-1.49999 3.60001-1.86999 0.36-0.1 0.75-0.11998 1.11999-0.16999 0.15-0.02 0.29-0.04002 0.44001-0.05002 0.03 0 0.22002-0.03001 0.30001-0.04 0.1-0.02 0.23999-0.04999 0.24-0.04999 0.12-0.03 0.23001-0.06 0.35-0.09 0.04-0.01 0.07-0.01999 0.09-0.01999 0.12-0.08 0.34-0.21001 0.11999-0.04001 0.89-0.72 2.00001-0.81 2.88001 0 0.51 0.47 0.70001 1.33001 0.51001 2.04001 0.5-0.14 1-0.29 1.5-0.47 2.12-0.76 4.15-1.72 6.22-2.63-0.02-0.05-0.04999-0.09999-0.06-0.15-0.49-2.14-0.88002-4.19-0.49002-6.38 0.07-0.38 0.28002-0.69 0.55002-0.94 0-0.02-0.00001-0.05002-0.01001-0.08002-0.45-3.18-0.44999-6.16998-0.01999-9.35999 0.22-1.63 0.48999-3.25 0.67999-4.88 0.19-1.6 0.03999-3.1-0.16-4.69-0.39-3.16 0.22999-6.36999 0.23999-9.54999 0.01-2.62 4.08001-2.62 4.07001 0-0.01 3.34-0.60999 6.65998-0.18 9.97998 0.44 3.43-0.29001 6.66-0.70001 10.06-0.38 3.1-0.17999 6.02002 0.23001 8.96002 0.23 1.66 0.52998 3.57 0.22998 5.31 0.15-0.05 0.29-0.09999 0.44001-0.15 15.59-4.73 20.31002 20.02998 22.43002 30.03998 1.69999 7.99 12.95998 10.76001 18.38998 4.85001 6.6-7.18 18.34001-7.77002 26.61002-12.51001 2.6-1.49 4.6-3.28 6.03-5.37 1.16 0.07 2.30999-0.02 3.36999-0.31 0.04-0.01 0.08-0.03001 0.12-0.04001-0.41001 0.03-0.86-0.07999-1.19001-0.26998-0.47-0.28-0.76001-0.71-0.94-1.22001-0.25-0.72-0.22998-1.54999-0.13998-2.30999 0.08999-0.73 0.20997-1.46 0.31997-2.19001 0.03-0.26 0.06-0.52 0.06-0.77999 0-0.85 0.52002-1.53001 1.24002-1.85001-0.53-2.23-0.47999-4.35998-1.05999-6.53998-0.29-1.1 0.35998-2.16001 1.41998-2.51001 1.03999-0.34 2.23001 0.38998 2.51001 1.41998 0.33 1.25 0.5 2.53001 0.66 3.82001 0.04 0.31 0.08 0.62 0.12 0.92999 0.02 0.15 0.03999 0.31002 0.05999 0.46003-0.02-0.16-0.01001-0.11001 0.01999 0.14999 0.02001 0.12 0.04003 0.24001 0.06003 0.35001 0.58 0.11 1.12999 0.41998 1.4 0.94998 0.77 1.47 1.38 3.00001 1.77999 4.6 1.34-2.47 1.73-5.49001 1.25-8.51001-0.13-0.82-0.33001-1.6-0.55001-2.36999 7.61999-1.93 15.76001-3.99 19.82-10.63001-0.19999-0.15-0.35-0.35999-0.35-0.63998-0.02001-0.62-0.57001-1.13999-0.66001-1.76999-0.08999-0.69 0.18001-1.37 0.51001-1.97 0.60001-1.07 1.47002-1.61 2.58002-2.06 1.47-0.59 2.25998-1.35 3.00998-2.72 0.67-1.23 1.34999-2.36001 1.59-3.76001 0.24-1.42 0.16999-2.9 0.16-4.33999l0.04001 0.04998z m-113.07999-10.26001c-0.43 0.14-0.96003-0.15998-1.06003-0.59997-0.19-0.85-0.62-1.62001-0.86999-2.45001-0.27-0.9-0.02999-1.86-0.01999-2.78 0-0.48 0.38998-0.83998 0.85999-0.85999 0.46-0.02 0.87002 0.40998 0.86001 0.85999 0 0.45-0.06 0.9-0.09 1.33999-0.01 0.2-0.02001 0.41002-0.01 0.61002 0 0.06 0 0.10998 0 0.16998 0 0.01 0 0.01002 0 0.02002 0 0.01-0.00001 0.03999 0.01998 0.07999 0.02 0.06 0.03002 0.11001 0.05002 0.17001 0.25 0.8 0.64999 1.53999 0.84 2.35999 0.11 0.47-0.14001 0.91-0.60001 1.05999l0.02002 0.01999z m34.13999-16.48999c-0.15001 0.35-0.44001 0.49-0.79001 0.53-0.30001 0.04-0.58999-0.03-0.85999-0.16-0.32 0.31-0.88 0.29001-1.19-0.01999-0.5-0.51-0.78-1.15-1.09-1.78-0.03 0-0.05002-0.00999-0.08001-0.01999-0.04 0-0.06999 0-0.10999 0-0.08 0-0.15001-0.00002-0.23001 0.00998-0.48 0.05-0.83999-0.43999-0.85999-0.85998 0-0.22 0.1-0.46002 0.25-0.61002 0.17-0.17 0.37999-0.23 0.60999-0.25 0.49-0.05 0.99002 0.06 1.46002 0.25 0.12 0.01 0.22999 0.04 0.32999 0.09 0.15 0.07 0.27999 0.16001 0.39999 0.26001 0.06 0.04 0.13001 0.07002 0.19 0.11001 0.65001 0.41 1.25 0.93 1.78 1.5 0.24 0.26 0.32 0.61997 0.18 0.93997l0.01001 0.01001z m4.70001 3.86002c-0.07-0.32 0.06997-0.35002 0.31997-0.24002-0.19999 0.14-0.31997 0.23002-0.31997 0.24002z",
+ "fill": "#f5b2afff",
+ "width": 90.65753936767578,
+ "height": 56.124351501464844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "6gb4L",
+ "x": 51.874229431152344,
+ "y": 38.50544738769531,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 12.63 15.84999 45.47 5.87l-0.25 8.47-39.20999 20.37002-6.01001-34.71002z",
+ "fill": "#de8d96ff",
+ "width": 21.81981086730957,
+ "height": 16.61798858642578,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#de8d96ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WGOnG",
+ "x": 20.029888153076172,
+ "y": 13.439123153686523,
+ "name": "Vector",
+ "geometry": "M72.44998 87.1561c-0.19-0.02-0.38999-0.11002-0.51999-0.24002-0.17-0.17-0.23-0.37998-0.25-0.60999-0.02-0.19-0.02-0.36999-0.03-0.56-0.16-0.16-0.26999-0.37-0.23999-0.58999 0.19-1.48 0.28999-2.99 0.13999-4.47-0.15-1.48-0.98999-2.76002-1.01999-4.27002 0-0.45 0.26999-0.70998 0.60998-0.78998-0.41-2.09-0.89998-4.16001-1.50997-6.20001-2.09-7.01-2.33002-14.46-4.17002-21.56-0.47-2.76-0.95001-5.51999-1.42001-8.26999-0.1-0.55-0.31998-1.09002-0.63999-1.58002-0.06-0.92-0.11-1.83999-0.19-2.76999-0.13-1.49-0.25-2.99001-0.38-4.48001-0.18-0.15-0.32998-0.37999-0.38999-0.67999-0.55-2.52-1.40002-4.98002-1.74002-7.55002-0.16-1.19-0.07998-2.42999-0.25998-3.60998-0.2-1.25-0.84-2.26999-0.72-3.59 0-0.09 0.01999-0.18001 0.04999-0.26001-1.2-2.98-2.44999-5.94999-2.20999-9.04999 0.39-4.95-7.02002-8.24002-10.24002-4.24002-1.73 2.15-3.03998 4.40001-4.03998 6.73001-3.08-3.07-9.25-3.21999-10.16 2.13001-0.24 1.38-0.46999 2.76999-0.71 4.14999 0.94 1.22 0.62998 2.87001 0.38999 4.29001-0.12 0.71-0.1 1.49999 0.03 2.29999 0.15 0.92 0.34002 1.83001 0.30001 2.76001 0.35 0.47 0.58999 1.01999 0.60999 1.64999 0.06 1.5-0.3 3.00001-0.22 4.48001 0.09 1.72 0.85001 3.24999 1.07001 4.93 0.32 2.45 1.07998 5.57 0.69998 8.02999-0.03 0.19-0.10999 0.40001-0.20999 0.63001 0.38 0.82 0.40002 1.79998 0.08001 2.63998 0.44 0.71 0.56997 1.59001 0.40998 2.42002 0.74 0.7 0.46001 2.31-0.87 2.30999-0.29 0-0.51999-0.07999-0.70999-0.20999-0.32 0.15-0.67999 0.23999-1.07999 0.26999-0.27 0.1-0.56001 0.18001-0.88 0.20001-1.86 0.15-4.56002 1.36-6.86002 1.37-0.6 0.42-1.37 0.61-2.13 0.59-0.03 0-0.05998 0.00999-0.09998 0.01998-0.11 0.03-0.22002 0.07001-0.33001 0.10001-0.12 0.22-0.25998 0.43001-0.44999 0.60001-0.28 0.3-0.61001 0.51001-0.98001 0.63-0.36 0.19-0.75999 0.28001-1.17999 0.26001 0 0-0.00001 0-0.01001 0-0.27-0.04-0.54-0.07002-0.81-0.11001 0 0-0.00001 0-0.01001 0-0.17-0.05-0.34998-0.12001-0.50998-0.20002-4.33 2.57-7.11001 5.28003-12.42001 5.37003-0.37 0.59-0.94999 1.04999-1.73999 1.23999-0.07 0.12-0.16001 0.29-0.20001 0.34-0.43 0.57-0.85999 1.10999-1.4 1.57998-0.93 0.81-1.97 1.38001-2.83999 2.17002-0.03 0.18-0.05 0.36999-0.06 0.54998 0.56 0.33 1 0.84001 1.25 1.51001 0.17 0.17 0.32999 0.37 0.45999 0.60001 0.41 0.69 0.71999 1.47 1.04999 2.25 0.05 0.07 0.11002 0.13001 0.15002 0.20001 0.15 0.22 0.27999 0.45997 0.4 0.68997 0.55 0.6 0.92 1.15002 1.25 1.74002 0.44 0.62 0.89 1.24999 1.33999 1.87 0.68 0.66 1.37001 1.30999 2.07001 1.92999 0.05 0.4 0.14999 0.79002 0.26999 1.17001 5.81 7.43 12.77002 14.43 20.61002 19.25001 0.69 0.43 1.09999 0.99001 1.29998 1.6 1.91 1.18 3.82 2.31999 5.69001 3.45999 0.47 1.02 1.21 1.98001 2.22 2.75 2.88 2.21 5.76999 2.59999 8.95999 3.91999 1.47 0.61 2.62001 1.41002 3.82001 2.12002 0.53-0.19 1.17001-0.19 1.88 0.09 5.5 2.19999 11.87998-2.32001 15.10999-6.54001 0.39-0.78 0.76002-1.56999 1.08001-2.4 0.17-0.43 0.82999-3.37 0.62-3.01 0.53-1.22 1.59-2.17999 2.09-3.51999 0.61-1.65 0.8-3.39001 0.88-5.13001 0.02-0.25 0.03998-0.50001 0.03998-0.76001 0-0.26 0.00001-0.51-0.01999-0.75-0.01-0.63-0.04001-1.26-0.07001-1.89999l0 0.01001z m-49.97998-13.52002c-0.14-0.12-0.29002-0.23-0.43002-0.35001 0.16-0.08 0.32001-0.17 0.48001-0.25-0.02 0.2-0.03999 0.39003-0.04999 0.59003l0 0.00998z",
+ "fill": "#fef0e2ff",
+ "width": 34.80995178222656,
+ "height": 53.49345016479492,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "4hNCI",
+ "x": 25.893054962158203,
+ "y": 44.65980529785156,
+ "name": "Vector",
+ "geometry": "M2.25183 13.64539c3.75 4.36 8.71 7.53999 13.78 10.15 3.71 1.92 8.85998 1.08001 10.94998-2.87 1.94-3.67 1.1-8.88998-2.86999-10.94998-2.14-1.1-4.23998-2.27-6.22998-3.63-0.44-0.3-0.88002-0.59999-1.30002-0.93 0.67 0.52 0.04999 0-0.23001-0.25-0.98-0.91-1.91-1.83003-2.78-2.84002-2.74-3.18-8.54-3.02-11.31 0-3.11 3.39-2.92 7.92003 0 11.31002l-0.00998 0.00998z",
+ "fill": "#fef0e2ff",
+ "width": 13.428168296813965,
+ "height": 11.865200996398926,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "vfLAp",
+ "x": 55.00810623168945,
+ "y": 33.600826263427734,
+ "name": "Vector",
+ "geometry": "M86.35937 41.82431c0 0-0.28001-2.10003-0.29001-2.15002-0.17-0.66-0.45001-1.30998-0.79001-1.88998-0.63-2.5-1.75999-4.98999-2.76999-7.43-1.68-4.05-3.6-7.93001-5.81-11.67001 0.25-0.7 0.16999-1.55-0.35-2.19-1.7-2.08-2.66-4.66-3.67999-7.13001-0.29-1.25-0.82001-2.43-1.55002-3.47-0.81-1.61-1.75999-3.13-2.98999-4.5-0.12-0.14-0.25001-0.23999-0.38001-0.32999-1.72-1.47-3.52999-1.15-5.67999-0.61999-1.09 0.27-2.19 0.54999-3.28 0.82998-0.19-0.14-0.37001-0.26999-0.48001-0.35998-0.1-0.08-0.24001-0.19002-0.38-0.30002-0.11 0.22-0.26999 0.42001-0.48999 0.54001-0.61 0.33-1.14999 0.25-1.79999 0.34-0.62 0.09-1.24002 0.34001-1.83002 0.51001-1.16 0.34-2.27 0.69-3.38 1.19-1.53 0.7-3.08999 1.86-4.79999 1.97 0 0.02-0.00001 0.02999-0.01001 0.04999-0.85 0.3-1.66 0.66999-2.36999 1.17999-0.1-0.02-0.21-0.01999-0.31-0.01999-0.18 0-0.35 0-0.53 0.06l-0.04999 0.02002c-0.15 0.04-0.29002 0.08999-0.43002 0.17999-0.14 0.08-0.25999 0.17-0.35999 0.28-0.13 0.13-0.26001 0.27-0.35 0.44l-0.01999 0.04999c-0.08 0.13-0.13999 0.26999-0.18 0.42999-0.02 0.18-0.05001 0.35-0.07 0.53 0 0.18 0.02001 0.36 0.07 0.53 0.16 0.39 0.32 0.78001 0.47001 1.17001 0.06 0.26 0.17999 0.48999 0.35998 0.68 0.14 0.22 0.33 0.39002 0.56 0.52002 0.15 0.06 0.29 0.11999 0.44 0.17999-0.17 0.47-0.34999 0.94-0.51999 1.41 0.29 0.17 0.51999 0.43999 0.57999 0.76999 0.02 0.15 0.09002 0.28999 0.14001 0.42999 0.02 0.04 0.03999 0.08 0.04999 0.12 0.06 0.13 0.12001 0.26001 0.17001 0.39001 0.55 1.22 1.16999 2.45 1.51999 3.75 0.11 0.4 0.19 0.85001 0.19001 1.29001 0.59 0.29 1.03 0.74 1.25 1.37 0.24 0.7-0.28001 1.41-0.92002 1.61999-0.05 0.02-0.09999-0.00001-0.14999 0.01999-0.19 0.14-0.44001 0.23002-0.73001 0.24002-1.05 0.03-2.00998 0.73998-2.97998 1.06998-1.17 0.4-2.38002 0.68002-3.55002 1.08002-1.09 0.37-1.95998 1.03-2.97998 1.52999-0.7 0.34-1.51002 0.71999-1.83002 1.46-0.24 0.54-0.92998 0.73-1.47998 0.58999-0.07 0.16-0.15001 0.31-0.20001 0.47-0.21 0.05-0.42001 0.11-0.63001 0.16001-1.37-0.35-2.77999-0.54999-4.20999-0.60999-1.84-0.03-3.72 0.24999-5.59 0.38999-0.32-0.1-0.64001-0.2-0.98001-0.28-2.24-0.57-4.49998-0.64999-6.75998-0.51999-0.49-0.06-0.98-0.08001-1.47-0.04001-1.47 0.12-2.83002 0.68999-4.27002 0.95999l-0.95999-0.01999-0.16 0c-0.28-0.01-0.52999 0.04001-0.76999 0.17002-0.25 0.08-0.46001 0.21997-0.64002 0.40997-0.1 0.13-0.21 0.27003-0.30999 0.40002-0.15 0.23-0.22999 0.47999-0.23999 0.73999-0.05 0.18-0.05 0.35 0 0.53 0.01 0.25 0.09 0.48001 0.22 0.70001-0.12 0.18-0.22001 0.36999-0.32001 0.54999 1.02 0.05 1.03999 1.59001 0.04999 1.70001-0.11 0.46-0.43999 0.85998-0.98999 0.94999-0.04 0.27-0.08001 0.53002-0.10001 0.80001-0.17 0-0.32998 0.04998-0.47998 0.09998 0 0.07 0 0.15-0.03 0.22-0.53 1.25-1.29001 2.40001-1.70001 3.70001-0.17 0.56-0.37999 1.1-0.54999 1.66001-0.09 0.28-0.16 0.56998-0.22 0.85998-0.05 0.24-0.06001 0.31002-0.04001 0.61002 0 0.15-0.05 0.28998-0.11999 0.41998 0.34 0.5 0.46999 1.14001 0.32998 1.73001-0.15 0.64-0.28 1.28001-0.38 1.92002-0.1 0.85-0.11998 1.69999-0.03998 2.54998 0.06 0.39 0.12999 0.77002 0.23999 1.14002 0.17 0.58 0.03999 1.14999-0.26001 1.60998 0 0.01 0 0.02001 0 0.04001 0.12 0.91 0.14001 1.81998 0.17002 2.72998 0.39 0.56 0.68998 1.13001 0.88998 1.82001 0.21 0.68 0.29 1.24001 0.69 1.85001 0.77 1.14 1.68001 2.36001 2.67002 3.32 1.92 1.86 5.10001 2.29 7.63 2.56 1.79 0.19 3.62999 0.44998 5.42999 0.38998 1.71-0.06 3.39-0.40998 5.10001-0.47998 2.92-0.12 6.32999 0.71998 9.07999-0.55002 0.48-0.22 1.00999-0.29998 1.48999-0.19998 0.3-0.59 0.87002-1.04001 1.71002-1.08001 2.08-0.09 4.09-0.59 6.13-1 2.05-0.4 4.11-0.58999 6.19001-0.70999 0.1 0 0.2-0.01999 0.30999-0.01999 0.07-0.06 0.12998-0.12001 0.19999-0.17002 1.47-1.07 3.89-1.02999 5.63-1.08999 0.08 0 0.17 0 0.25 0 1.5-0.61 2.97001-1.29 4.57001-1.56 0.4-0.07 0.79998-0.03999 1.16998 0.07001 0.24-0.14 0.50001-0.25002 0.76001-0.33002 0.28-0.35 0.64001-0.56001 1.07001-0.73001 1.14-0.46 2.38998-0.61999 3.60998-0.59 0.34 0 0.67001 0.03002 1.01001 0.05002 0.15-0.09 0.30001-0.15999 0.45001-0.17999 0.38-0.05 0.74998-0.12002 1.12998-0.18002 1.77-0.67 3.55002-1.20998 5.39001-1.60999 0.39-0.77 1.29001-1.13001 2.13001-1.04001 0.06-0.02 0.18998 0 0.25997 0 0.01 0 0.03001 0 0.04001 0 0.33-0.07 0.66001-0.16001 0.98002-0.26001 0.34-0.11 0.67-0.23998 1-0.37997 0.04-0.02 0.15999-0.07003 0.20999-0.09003 0.1-0.04 0.19001-0.07999 0.29001-0.11999 0.59-0.25 1.18999-0.44999 1.79998-0.65 1.54-1.22 2.93001-2.64 4.10001-4.33999 0.23-0.17 0.20999-0.14 0.39999-0.31 0.51-0.47 0.93-1.05 1.28-1.65 0.36-0.63 0.67999-1.30001 0.84-2.01001 0.02-0.08 0.28001-2.05999 0.29001-2.14999 0-0.01 0-0.02 0-0.03 0-0.01 0-0.02 0-0.03l-0.01999-0.03z m-47.78 5.72001c-0.54-0.47-1.16001-0.85001-1.85-1.13001-0.36-0.75-0.86-1.42001-1.5-1.98001 0.36-0.1 0.72-0.20999 1.08999-0.32999 0.78 1.32 1.87001 2.45999 3.14002 3.23999-0.29 0.06-0.59 0.13-0.88001 0.19001l0 0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 41.45109176635742,
+ "height": 31.255340576171875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "PGmXF",
+ "x": 57.026973724365234,
+ "y": 46.81403350830078,
+ "name": "Vector",
+ "geometry": "M1.45228 5.16585c0.87 0.2 1.78002 0.1 2.61001-0.22 0.68-0.27 1.33-0.61002 2-0.90002l-0.48001 0.20001c0.33-0.14 0.67-0.25 1.03-0.31l-0.53 0.07001c0.21-0.02 0.42-0.03 0.63001 0l-0.53-0.07001c0.19 0.03 0.35998 0.07999 0.53998 0.15l-0.47998-0.19999c0.17 0.08 0.32998 0.17 0.47998 0.28l-0.4-0.30999c0.12 0.1 0.23 0.19998 0.34 0.31997 0.7 0.79 2.13002 0.76 2.83002 0 0.77-0.84 0.74-1.98999 0-2.82998-0.48-0.54-1.11001-0.90999-1.79001-1.15-0.72-0.25-1.45-0.23002-2.19-0.11001-1 0.16-1.90001 0.73-2.82001 1.13l0.48001-0.20001c-0.34 0.14-0.68999 0.26-1.04999 0.31l0.53-0.06998c-0.16 0.02-0.32001 0.02998-0.48001 0.00998l0.53 0.07001c-0.06 0-0.13-0.02001-0.19-0.04001-1.02-0.23-2.20999 0.31002-2.46 1.40002-0.23 1.02 0.30999 2.20999 1.4 2.45999l0 0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 4.82684326171875,
+ "height": 2.522634983062744,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "q6RWj",
+ "x": 70.48849487304688,
+ "y": 53.49032974243164,
+ "name": "Vector",
+ "geometry": "M0 2.01106c0.06 0.57 0.16 1.11 0.5 1.59 0.23 0.34 0.48999 0.65 0.79999 0.91 0.61 0.5 1.26 0.96 1.91 1.41 1.14 0.79 2.28001 1.57001 3.42001 2.35001 0.41 0.28 1.07998 0.33001 1.53998 0.20001 0.46-0.13 0.97001-0.49001 1.20002-0.92001 0.25-0.46 0.37001-1.03001 0.20001-1.54001-0.17-0.51-0.47001-0.88998-0.92002-1.19998-1.58-1.09-3.21001-2.13002-4.73001-3.30002l0.40003 0.31c-0.24-0.19-0.46002-0.37999-0.65003-0.60999l0.31003 0.4c-0.07-0.09-0.12001-0.19001-0.17001-0.29001l0.20001 0.48001c-0.03-0.08-0.05001-0.15999-0.07001-0.23999l0.07001 0.53 0-0.09c-0.06-0.54-0.19003-1.01-0.59003-1.41-0.35-0.35-0.91997-0.61-1.40997-0.59-0.49 0.02-1.05 0.19-1.41 0.59-0.34 0.37-0.64 0.9-0.59 1.41l-0.01001 0.00998z",
+ "fill": "#fef0e2ff",
+ "width": 4.630465030670166,
+ "height": 4.088329792022705,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "GnKQg",
+ "x": 91.02522277832031,
+ "y": 54.42655944824219,
+ "name": "Vector",
+ "geometry": "M7.4538 0.96556c-0.08 0.13-0.14999 0.26001-0.23999 0.39001-0.05 0.08-0.11 0.14998-0.16001 0.22998-0.14 0.2 0.27001-0.31998 0.10001-0.13998-0.22 0.24-0.43001 0.47998-0.67001 0.69998-0.11 0.1-0.23 0.20002-0.34 0.30002-0.2 0.17 0.06998-0.06001 0.13998-0.10001-0.08 0.05-0.14998 0.11001-0.22998 0.17002-0.27 0.19-0.54001 0.35999-0.82 0.51999-0.28 0.16-0.59999 0.31999-0.9 0.45999-0.1 0.05-0.20002 0.09-0.30002 0.13-0.24 0.11 0.37003-0.13999 0.12003-0.04999-0.16 0.06-0.32002 0.13-0.49002 0.19001-0.72 0.27-1.44999 0.49998-2.17999 0.72998-1 0.31-1.73999 1.41002-1.4 2.46002 0.32 1 1.38999 1.72999 2.45999 1.39999 3.22-1.02 6.59-2.29002 8.37-5.36001 0.52-0.91 0.24-2.22999-0.72-2.73999-0.96-0.51-2.17999-0.25-2.73999 0.72l0-0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 5.360929489135742,
+ "height": 4.03882360458374,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "m46Ay",
+ "x": 48.645225524902344,
+ "y": 8.11822509765625,
+ "name": "Vector",
+ "geometry": "M0.34886 3.72987c1 1.38 2.18 2.02999 3.75 2.61999 0.35 0.13 0.92001 0.28999 1.14002 0.46 0.57 0.44 0.90998 1.3 1.38998 1.83999 1.1 1.26 2.5 2.31 3.75 3.41001 1.37 1.21 2.71 2.47002 4.13001 3.64001 0.78 0.64 1.74002 1.07999 2.77002 0.79999 1.09-0.3 1.66998-1.05 2.28998-1.94 1.06-1.52 2.08-3.06999 3.13-4.60999 0.34-0.51 0.76001-1.46001 1.23001-1.79001 0.45-0.31 1.4-0.42998 1.91001-0.66998 1.45-0.69 2.66999-1.93001 3.35998-3.38001 0.96-2.03-0.61001-4.10001-2.82001-3.67001-1.61 0.31-3.07998 1.01999-4.63998 1.45999-1.56 0.44-3.05002 0.43001-4.61002 0.35001-3.3-0.18-6.52-0.64999-9.78 0.17001-2.14 0.54-2.37998 3.47001-0.59997 4.57001 2.2 1.36 4.36997 2.82998 6.62997 4.09997 2.42 1.37 5.28002 0.92 6.33002-1.86999 0.48-1.26-0.53-2.73999-1.75-3.07999-1.4-0.39-2.60002 0.48-3.08002 1.75l-0.09997 0.26999 0.63998-1.1c0.09-0.11 0.84 0.02001 0.78-0.10999-0.04-0.1-0.49999-0.29002-0.60999-0.36002-0.73-0.44-1.45001-0.89998-2.17001-1.34997-1.38-0.86-2.76999-1.71001-4.14999-2.57001l-0.60001 4.57001c3.04-0.76 6.22-0.03001 9.31 0.04999 1.63 0.04 3.3-0.08 4.87-0.5 1.57-0.42 3.18001-1.19999 4.86001-1.51999l-2.82001-3.67002c-0.39 0.81-0.83999 1.29-1.67999 1.59-1.47 0.52-2.55 1.02001-3.5 2.32001-0.78 1.06-1.49001 2.17999-2.23001 3.26999-0.39 0.58-0.77998 1.15001-1.16998 1.73001-0.17 0.26-0.35002 0.50999-0.52002 0.76999-0.13 0.19-0.25998 0.38002-0.38999 0.58001-0.17 0.22-0.18 0.25-0.03 0.09l1.93-0.25-0.23999-0.07001 1.09997 0.64002c-1.35-1.05-2.59998-2.27-3.87997-3.41001-1.28-1.14-2.70003-2.17999-3.84003-3.42999-1-1.1-1.52999-2.29002-2.92999-3.02002-0.66-0.35-1.38001-0.57001-2.07001-0.85-0.24-0.1-0.31999-0.10999-0.54999-0.23999-0.05-0.03-0.33999-0.26-0.20999-0.09-0.79-1.09-2.18001-1.61999-3.42001-0.9-1.08 0.63-1.68999 2.31998-0.9 3.41999l-0.01001-0.01999z",
+ "fill": "#fef0e2ff",
+ "width": 14.149805068969727,
+ "height": 7.940731048583984,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "PEal6",
+ "x": 35.152408599853516,
+ "y": 24.477602005004883,
+ "name": "Vector",
+ "geometry": "M1.11639 2.5c-0.5 4.44-1.19002 8.90999-1.11001 13.38998 0.08 4.48 0.87002 9.18002 0.58001 13.80002-0.2 3.21 4.8 3.2 5 0 0.29-4.62-0.51002-9.19002-0.58001-13.80002-0.07-4.61 0.62002-8.94998 1.11001-13.38998 0.15-1.34-1.26-2.5-2.5-2.5-1.48 0-2.35 1.15-2.5 2.5z",
+ "fill": "#fef0e2ff",
+ "width": 2.940376043319702,
+ "height": 15.36540699005127,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "yu9v2",
+ "x": 23.289384841918945,
+ "y": 40.68296813964844,
+ "name": "Vector",
+ "geometry": "M1.25757 7.32182c0.41 0.29 1.03 0.44001 1.52999 0.45001 0.57 0 1.08-0.14999 1.59-0.39999 0.47-0.24 0.83002-0.64 1.24002-0.97l-0.51001 0.38998c0.4-0.3 0.83999-0.51999 1.29999-0.70999l-0.59998 0.25c0.67-0.28 1.35999-0.53 2.01999-0.84 0.66-0.31 1.25001-0.72 1.76001-1.22 0.46-0.44 0.72998-1.13999 0.72998-1.76999 0-0.63-0.26998-1.35002-0.72998-1.77002-0.46-0.42-1.10002-0.75998-1.77002-0.72998-0.67 0.03-1.27999 0.25998-1.76999 0.72998-0.09 0.09-0.19001 0.17001-0.29 0.26001l0.51001-0.39001c-0.39 0.3-0.83001 0.52-1.29001 0.72l0.6-0.25c-0.71 0.3-1.44001 0.56001-2.13 0.89002-0.69 0.33-1.27 0.84-1.87 1.33999l0.51001-0.38998c-0.09 0.07-0.18 0.11998-0.28 0.16998l0.59998-0.25c0 0-0.09999 0.03001-0.14999 0.04001l0.66-0.09c0 0-0.09999 0.01-0.14999 0l0.66 0.09c0 0-0.10001-0.01-0.14002-0.03l0.60001 0.25c0 0-0.09-0.04001-0.11999-0.07001-0.5-0.36-1.35999-0.41-1.93-0.25-0.57 0.16-1.21002 0.60999-1.49002 1.15-0.31 0.58-0.46 1.27999-0.25 1.92999l0.25 0.60001c0.22 0.38 0.51999 0.66999 0.9 0.89999l0.01001-0.03z",
+ "fill": "#fef0e2ff",
+ "width": 4.951116561889648,
+ "height": 3.7208917140960693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "CibIP",
+ "x": 23.303647994995117,
+ "y": 38.939476013183594,
+ "name": "Vector",
+ "geometry": "M3.76785 10.52345l4.35998-2.21997c0.33-0.17 0.66002-0.34 0.99002-0.50001 0.16-0.08 0.31998-0.16001 0.47998-0.23001 0.75-0.35-0.17999 0.04998 0.26001-0.11001 0.33-0.12 0.67999-0.17998 1.01999-0.28998 0.41-0.13-0.36998 0.02-0.00998 0 0.18-0.01 0.36-0.03001 0.53-0.04001 1.41-0.1 2.93-0.18001 4.13001-1.04001 0.06-0.04 1.08999-0.74999 1.01999-0.89999 0.04 0.11-0.81001 0.33999-0.04001 0.14999-0.6 0.14 0.24-0.03 0.41-0.05999 0.17-0.03 0.34-0.05 0.5-0.09 0.43-0.1 0.86001-0.28999 1.23001-0.51999 1.11-0.69 1.63999-2.26001 0.9-3.42001-0.74-1.16-2.23001-1.63999-3.42002-0.9-0.28 0.17-0.09 0 0.06 0-0.13 0-0.26999 0.04999-0.39999 0.07999 0.7-0.15-0.38998 0.05001-0.50998 0.07001-0.13 0.02-0.27002 0.04002-0.40003 0.08001-0.78 0.2-1.7 0.69997-2.16 1.37998 0.09-0.13 0.29-0.18999 0.03-0.01999-0.26 0.17-0.12998 0.01999 0.05002-0.01001-0.13 0.02-0.26001 0.07002-0.39002 0.11002-0.61 0.16 0.31-0.00001-0.06 0.01998-0.6 0.04-1.21 0.07999-1.80999 0.15-1.75 0.22-3.25 0.93-4.81 1.72l-4.48999 2.28c-1.17 0.59-1.59999 2.33001-0.9 3.42001 0.77 1.19 2.16998 1.52999 3.41999 0.9l0.01001-0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 9.545011520385742,
+ "height": 5.192017555236816,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "iAqn4",
+ "x": 73.56698608398438,
+ "y": 37.302818298339844,
+ "name": "Vector",
+ "geometry": "M1.37477 0.72194c-0.96 1.12-1.47002 2.46999-1.36001 3.95999 0.1 1.4 0.64001 2.61 1.23001 3.87 0.11 0.24 0.22001 0.46999 0.32001 0.70999 0.06 0.14 0.11997 0.27999 0.18997 0.42999-0.1-0.24-0.09998-0.21998 0.02002 0.05002 0.23 0.58 0.44998 1.15001 0.66998 1.73001 0.22 0.58 0.43002 1.11997 0.61002 1.68998 0.04 0.13 0.08 0.26001 0.11999 0.39001 0.06 0.29 0.06999 0.26001 0.01999-0.07999 0.01 0.13 0.02 0.25998 0 0.38999-0.01-0.19 0.03001-0.37 0.14001-0.53-0.56 1.18-0.37001 2.75001 0.9 3.42001 1.11 0.59 2.82001 0.35997 3.42001-0.90002 0.66-1.39 0.65-2.76999 0.16001-4.20999-0.39-1.12-0.81001-2.24-1.26001-3.34-0.27-0.67-0.55001-1.33001-0.85001-1.98001-0.12-0.25-0.23001-0.50998-0.35001-0.75998-0.12-0.26-0.12-0.25001 0 0.01999-0.04-0.1-0.07999-0.19001-0.10998-0.29001-0.08-0.23-0.13999-0.46998-0.20999-0.69998-0.06-0.31-0.06-0.27002 0 0.09997-0.01-0.12-0.02002-0.23999-0.02002-0.36999 0.02-0.28-0.00001-0.24001-0.04001 0.11999 0.02-0.12 0.05002-0.23998 0.08002-0.34997 0.09-0.26 0.07998-0.23002-0.05002 0.09997 0.15-0.23 0.12001-0.20999-0.07999 0.07001 0.85-0.99 1.05-2.56998 0-3.53998-0.93-0.86-2.63001-1.06-3.54001 0l-0.00998 0z",
+ "fill": "#fef0e2ff",
+ "width": 3.919534921646118,
+ "height": 8.16830825805664,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "drKmZ",
+ "x": 48.375953674316406,
+ "y": 9.497001647949219,
+ "name": "Vector",
+ "geometry": "M21.53003 1.25l-12.54001 6.54001-8.99002-7.79001",
+ "fill": "#efd5ceff",
+ "width": 10.331672668457031,
+ "height": 3.729593276977539,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#efd5ceff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "I7RlV",
+ "x": 87.25044250488281,
+ "y": 44.1357421875,
+ "name": "Vector",
+ "opacity": 0.33000001311302185,
+ "geometry": "M18.70001 20.84c0.04-0.94 0.02-1.86-0.22-2.78-0.15-0.6-0.35-1.17001-0.41-1.79001-0.05-0.54 0.03998-1.10998-0.08002-1.63998-0.23-1.01-0.99-2.03-1.36999-3-0.45-1.16-0.78998-2.36002-1.22998-3.52002-0.69-1.81-1.84999-3.16998-2.12-5.09998-0.47-0.75-0.98002-1.46002-1.55002-2.11002-0.25-0.29-0.4-0.58999-0.47-0.89999-6.37 1.06-11.25 6.60001-11.25 13.26001 0 7.42 6.03999 13.45999 13.45999 13.45999 1.49 0 2.93002-0.24999 4.27002-0.70999 0.81-1.61 0.9-3.34001 0.97-5.17001z",
+ "fill": "#f9cc9fff",
+ "width": 8.981422424316406,
+ "height": 12.792634963989258,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "TemRL",
+ "x": 20.440521240234375,
+ "y": 35.29544448852539,
+ "name": "Vector",
+ "geometry": "M2.03426 3.83476c0 0 10.05999 0.07999 14.14999 5.17999l12.54001-3.55999c0 0-10.53999-9.39-22.04999-3.53-11.51 5.86-4.64001 1.89999-4.64001 1.89999l0 0.01001z",
+ "fill": "#de8d96ff",
+ "width": 13.78398609161377,
+ "height": 4.315959930419922,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#de8d96ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hSalm",
+ "x": 0.5699742436408997,
+ "y": 31.290437698364258,
+ "name": "Vector",
+ "geometry": "M45.02225 35.61002c-37.65-1.65-44.44-35.61002-44.44-35.61002 0 0-5.20001 34.76001 15.47999 40.26001 20.68 5.5 34.31999 3.57001 34.32 3.57001l-5.35999-8.23001 0 0.01001z",
+ "fill": "#de8d96ff",
+ "width": 24.17705726623535,
+ "height": 21.141477584838867,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#de8d96ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DHIpF",
+ "x": 2.3951027393341064,
+ "y": 17.76051139831543,
+ "name": "Vector",
+ "geometry": "M3.95888 0c0 0-6.86999 42.18999-2.50999 59.76999",
+ "width": 1.8997591733932495,
+ "height": 28.615854263305664,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UGlgG",
+ "x": 58.45328140258789,
+ "y": 5.4083333015441895,
+ "name": "Vector",
+ "geometry": "M0 35.75c0 0 26.27002-17.02 24.33002-35.75",
+ "width": 11.724446296691895,
+ "height": 17.115894317626953,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hiapt",
+ "x": 48.00165557861328,
+ "y": 18.205760955810547,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 7.02002 9.78999 10.15002 10.29999",
+ "width": 4.8707194328308105,
+ "height": 4.931286811828613,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rXaz0",
+ "x": 74.5482177734375,
+ "y": 32.64780807495117,
+ "name": "Vector",
+ "geometry": "M0 7.49489c0 0 15.54001-8.53001 25.39001-7.39002",
+ "width": 12.183974266052246,
+ "height": 3.588299512863159,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cVImf",
+ "x": 18.844602584838867,
+ "y": 36.02064895629883,
+ "name": "Vector",
+ "geometry": "M0 13.36002c0 0 12.71999-11.77002 24.45999-13.36002",
+ "width": 11.73768138885498,
+ "height": 6.39632511138916,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tY416",
+ "x": 8.656959533691406,
+ "y": 2.267627716064453,
+ "name": "Vector",
+ "geometry": "M80.59988 25.19c4.51 28.04 12.55001 55.86 14.76001 84.22 0.73 9.29-2.21001 20.7-11.83001 24.34-10.17 3.85001-20.61999-4.61998-28.04999-10.53998-10.2-8.13-20.16-16.84002-27.31-27.90002l-4.43003-6.53-5.97-9.10999c-10.87-5.67-20.86998-17.67001-16.86998-30.67001 7-20 20.99998-35 36.99999-49 0 0 1.00002 1.00002 2.46002 0.61002",
+ "width": 45.8115234375,
+ "height": 64.49893951416016,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "01es0",
+ "x": 17.06426429748535,
+ "y": 32.061256408691406,
+ "name": "Vector",
+ "geometry": "M0 17.45001c9.39-7.67 20.39001-14.67001 32.17001-17.45001",
+ "width": 15.437509536743164,
+ "height": 8.354476928710938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ByhYc",
+ "x": 20.1258544921875,
+ "y": 34.913116455078125,
+ "name": "Vector",
+ "geometry": "M4.95947 0.19434c5.47535-1.11553 9.51829 2.93839 9.51829 2.93839 0 0-10.99869 2.23105-14.47776 6.77454",
+ "width": 14.477764129638672,
+ "height": 9.907265663146973,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HcC4Q",
+ "x": 73.87639617919922,
+ "y": 27.5704288482666,
+ "name": "Vector",
+ "geometry": "M26.84 7.28l0.89999 5.30002c-9.65-0.58-27.73999 8.09-27.73999 8.08999l0.20001-4.45001c3.6-0.13 21.16998-16.22 21.16999-16.22",
+ "width": 13.311662673950195,
+ "height": 9.89610481262207,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4A4YR",
+ "x": 55.06413650512695,
+ "y": 33.59331512451172,
+ "name": "Vector",
+ "geometry": "M66.94258 0c0 0 22.77001 39.65999 18.70001 47.01999-4.07 7.36-31.9 12.32999-41.75 14.39999-0.22 0.05-0.42 0.1-0.63 0.16001-2.38 0.68-19.07001 5.17001-34.07001 2.92001-3.86-0.58-7.05999-3.36-8.07998-7.13-1.22-4.53-1.98002-11.31002 0.69998-18.93003 0.63-1.79 1.81003-3.35998 3.34002-4.47998 3.45-2.54 10.75-6.24002 22.81-4.86001 1.83 0.21 3.56 0.95002 5 2.11001 4.68 3.76 14.07999 13.63001 10.57999 30.29001",
+ "width": 41.33131408691406,
+ "height": 31.17998504638672,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dsdiB",
+ "x": 47.133087158203125,
+ "y": 8.759696960449219,
+ "name": "Vector",
+ "geometry": "M0 0l19.89001 16.03 13.69001-15.00998",
+ "width": 16.114131927490234,
+ "height": 7.674622535705566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nmTg5",
+ "x": 48.90862274169922,
+ "y": 4.3454718589782715,
+ "name": "Vector",
+ "geometry": "M0 18.98787c0 0 1.33884 2.64759 2.51933 2.81994l5.15718-9.04609 2.74152 8.41412c0 0 6.44949-4.95523 11.64172-13.47727 1.40603-2.31244 2.72567-4.88821 3.79099-7.69857 0 0 14.40097 12.69688 15.68223 19.39003 1.28126 6.69315-4.63557 7.57888-4.63557 7.57888l-5.32657-0.49313",
+ "width": 41.71461486816406,
+ "height": 26.96891212463379,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EzFyD",
+ "x": 70.71884155273438,
+ "y": 14.327751159667969,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 7.32 32.27 6.78 43.88-0.54 11.61-0.75 21.04999-0.75 21.04999",
+ "width": 3.2671992778778076,
+ "height": 31.08629035949707,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "AFUvG",
+ "x": 0.28728312253952026,
+ "y": 1.6128746271133423,
+ "name": "Vector",
+ "geometry": "M54.06132 107.18758c0 0-34.95999 0.79001-43.32998-6.91999-8.37-7.71-16.64-29.25001-4.91-69.30001 11.73-40.05 49.14999-29.79001 49.14999-29.79001",
+ "width": 26.37923812866211,
+ "height": 51.328739166259766,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5Za8p",
+ "x": 4.298579692840576,
+ "y": 2.612339973449707,
+ "name": "Vector",
+ "geometry": "M22.67224 0c0 0-21.45999 27.99001-22.54 52.57001-1.08 24.58 4.81 47.41 4.81 47.41",
+ "width": 10.879785537719727,
+ "height": 47.86705780029297,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eajtr",
+ "x": 57.14910888671875,
+ "y": 43.7030029296875,
+ "name": "Vector",
+ "geometry": "M0.25775 12.35389c0 0-2.11998-5.80002 5.80001-5.80001 7.92 0 17.44998 1.42001 17.44999 1.42001l2.64999 0.35999c12.56-10.45 34.30002-8.10998 34.30002-8.10999",
+ "width": 29.012025833129883,
+ "height": 5.914628505706787,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HuIJb",
+ "x": 73.75162506103516,
+ "y": 40.66947937011719,
+ "name": "Vector",
+ "geometry": "M0 0l3.07001 8.39999",
+ "width": 1.4732125997543335,
+ "height": 4.021633625030518,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "r9jGB",
+ "x": 35.00852584838867,
+ "y": 16.836496353149414,
+ "name": "Vector",
+ "geometry": "M1.81622 0c0 0-5.23 69.21999 2.06 82.07999",
+ "width": 1.8600913286209106,
+ "height": 39.2971305847168,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2L5H7",
+ "x": 54.503936767578125,
+ "y": 55.17609405517578,
+ "name": "Vector",
+ "geometry": "M0 0l1.66998 0.20999",
+ "width": 0.8013791441917419,
+ "height": 0.10053682327270508,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "zqAPl",
+ "x": -62,
+ "y": -48,
+ "name": "头发",
+ "children": [
+ {
+ "type": "path",
+ "id": "kvrly",
+ "x": 110.20271301269531,
+ "y": 184.46568298339844,
+ "name": "Vector",
+ "geometry": "M22.6201 5.9362c-0.04-0.26-0.00001-0.51 0.12999-0.72-0.19-0.26-0.4-0.48-0.64-0.66001-0.47-0.58-1.01999-1.07001-1.65999-1.51001-0.18-0.16-0.37001-0.30999-0.57001-0.42999-3.33-3.15-6.87001-2.68999-11.24-2.42999-0.96-0.15-1.88-0.18001-2.84-0.10001-0.04 0-0.08 0-0.11999 0-0.02 0-0.04 0-0.06 0-0.1 0.37-0.46001 0.69998-0.84001 0.66999-0.05 0-0.1 0-0.14 0-0.05 0.02-0.09999 0.03001-0.15 0.04-0.03 0.02-0.06 0.03002-0.08999 0.05002-0.06 0.04-0.13 0.08-0.19001 0.12-0.12 0.11-0.04 0.03 0 0 0 0 0.01-0.00002 0.02001-0.02002-0.03 0.03-0.06001 0.05001-0.09001 0.07001-0.06 0.05-0.11999 0.09999-0.18 0.14999-0.18 0.15-0.37001 0.29001-0.57 0.42001-0.68 0.45-1.30999 0.97-1.96999 1.44001 0 0-0.01 0-0.02 0-0.5 0.76-0.76 1.72-0.72 2.66-0.1 0.45-0.14 0.90999-0.13001 1.35998-0.68 1.06-0.81999 2.44001 0.10001 3.89002 1.33 2.11 3.26 3.79 5.69999 4.5 2.56 0.74 5.44 0.31998 8.06 0.22998 0.25 0 0.48001-0.04 0.71001-0.09 0.66-0.02 1.38-0.16999 2.19-0.45999 1.81-0.66 3.56-1.85 4.73-3.38-0.05-0.28 0.02-0.57 0.22999-0.78 0.06-0.06 0.11-0.11001 0.16001-0.17002 0 0 0.04999-0.05999 0.06999-0.07998 0.02-0.02 0.05-0.06999 0.05-0.07999 0.03-0.04 0.06-0.09001 0.08-0.14001 0.03-0.04 0.05001-0.08998 0.07001-0.13999 0 0 0.02-0.04003 0.03-0.06003 0-0.03 0.01999-0.05998 0.01999-0.06997 0.01-0.05 0.03001-0.09001 0.04001-0.14002 0.02-0.09 0.04-0.17999 0.05999-0.26999 0-0.05-0.00001-0.09001 0.01-0.14001 0.02-0.21 0.02-0.42 0.03-0.63001 0.01-0.55 0.08001-1.09999 0.09001-1.64999 0.01-0.4-0.29001-0.97-0.37001-1.44l0.01001-0.00998z",
+ "fill": "#dc899dff",
+ "width": 11.02763843536377,
+ "height": 7.5962371826171875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "c1ojj",
+ "x": 110.34671783447266,
+ "y": 184.44949340820312,
+ "name": "Vector",
+ "geometry": "M8.04001 0l6.36 0c4.44037 0 8.03999 3.59961 8.03999 8.03998l0 0.01001c0 4.44037-3.59962 8.04001-8.03999 8.04001l-6.36 0c-4.44037 0-8.04001-3.59964-8.04001-8.04001l0-0.01001c0-4.44037 3.59964-8.03998 8.04001-8.03998z",
+ "width": 10.768343925476074,
+ "height": 7.703347682952881,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "spbrz",
+ "x": 116.28204345703125,
+ "y": 175.8033905029297,
+ "name": "Vector",
+ "geometry": "M26.15145 5.40912c-1.38-0.8-3.40001-1.82998-5.45001-2.38999-0.4-0.99-1.23-1.82-2.55999-2.19-0.07-0.02-0.13999-0.03999-0.21-0.04999-0.42-0.2-0.88999-0.31002-1.39999-0.33001-2.24-0.47-4.45-0.58999-6.8-0.26999-0.76 0.1-1.43001 0.37-1.99001 0.75-0.66 0.08-1.32 0.30998-1.92 0.72998-0.66 0.12-1.32 0.40002-1.94999 0.90002-0.84 0.68-1.26 1.12998-1.66001 1.91999-1.41 1.89-2.46 4.15002-2.16 6.46002 0.37 2.84 2.06 6.57999 4.78 7.79999 1.34 0.6 2.66001 0.53001 4.07 0.79 1.2 0.23 2.34 0.64999 3.53 0.93 0.06-0.06 0.11999-0.12 0.18-0.16001 0.22-0.13 0.44001-0.12 0.68-0.08999-0.21-0.03 0.12 0.00001 0.16001 0.01001 0.08 0 0.15 0.00999 0.22999 0.01999 0.18 0 0.36 0.00999 0.53 0.01999 0.33 0 0.66001 0 0.98001 0.02999 0.46 0.04 0.90999 0.13 1.35999 0.22001 0.72-0.14 1.44001-0.34 2.14001-0.59 6.64 0.28 15.06-10.05999 7.44001-14.48999l0.01998-0.02002z",
+ "fill": "#dc899dff",
+ "width": 13.988730430603027,
+ "height": 9.819077491760254,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Zq7en",
+ "x": 116.20596313476562,
+ "y": 175.86520385742188,
+ "name": "Vector",
+ "geometry": "M9.95 0l9.31999 0c5.49523 0 9.95001 4.45478 9.95001 9.95001 0 5.49523-4.45478 9.95001-9.95001 9.95001l-9.31999 0c-5.49523 0-9.95-4.45478-9.95-9.95001 0-5.49523 4.45476-9.95001 9.95-9.95001z",
+ "width": 14.021880149841309,
+ "height": 9.527460098266602,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SyKqy",
+ "x": 123.7985610961914,
+ "y": 164.09512329101562,
+ "name": "Vector",
+ "geometry": "M25.59788 18.56421c0.59-1.93 3.16-5.21999 3.19-7.21 0.04-2.88-2.15-4.11-2.59-7-0.32-2.09-3.09998-3.41001-4.69998-3.35-0.94-0.61-2.14003-0.93-3.62002-0.94001-3.68-0.04-7.72997-0.55999-10.65998 2.20002-1.04 0.98-2.18 2.41999-3.22 4.01999 0.17 0.22 0.25999 0.49 0.15 0.75-0.26 0.63-0.62002 1.14-1.05002 1.66-0.06 0.07-0.11999 0.13999-0.17999 0.20999 0.03 0.05 0.06002 0.1 0.08001 0.16 0.22 0.6 0.17 1.33-0.44 1.69001-0.04 0.03-0.09001 0.02999-0.14001 0.04998-0.07 0.48-0.02999 1.02002-0.15 1.49003-0.12 0.51-0.36999 0.92998-0.70999 1.31997-0.13 0.15-0.27 0.28001-0.41 0.42002-0.12 0.13-0.19001 0.20999-0.23001 0.29998-0.08 0.22-0.22998 0.41002-0.41999 0.52002 0.01 0.11 0 0.23 0.03 0.34-0.63 2.36-0.81002 4.93 0.09998 7.25 0.53 1.38 1.39003 2.13998 2.37002 2.88998 0.89 1.17 1.89998 2.12 3.13999 2.66001 1.18 1.13 2.25999 2.13002 4.14999 2.74002 2.68 0.87 5.32002 0.72998 7.96002-0.21002 0.62-0.22 1.14999-0.54999 1.57999-0.95999 0.42-0.1 0.84-0.29 1.25-0.59 1.19-0.87 2.14001-1.76001 2.88-2.79001 0.85-0.82 1.51999-1.74999 2.10999-2.82999 0.78-1.42 0.49001-3.10999-0.37-4.36999-0.03-0.14-0.06001-0.28001-0.1-0.42001z",
+ "fill": "#dc899dff",
+ "width": 13.814776420593262,
+ "height": 14.992220878601074,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "xcOR8",
+ "x": 123.97763791506259,
+ "y": 132.46027070661148,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "vjfcq",
+ "x": 1.105971189093907,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "w6vh4",
+ "x": 11.277007102966309,
+ "y": 33.302982330322266,
+ "name": "Vector",
+ "geometry": "M0 0c2.35 2.3 3.66999 5.5 3.60999 8.78-1.51-2.87-2.71999-5.82-3.60999-8.78z",
+ "fill": "#fef0e2ff",
+ "width": 1.7332738637924194,
+ "height": 4.2035675048828125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "IK20J",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M22.23001 64.23999c-0.09-0.48 0.09998-0.97001 0.16998-1.45001-1.55 1.42-3.41001 2.49-5.48001 3.06-2.54-0.94-5.22998-0.94999-7.66998-0.21-5.37-1.81-9.25-7.02-9.25-13.16 0-7.65 6.02-13.85001 13.44-13.85001 7.42 0 12.83998 5.61002 13.38999 12.74002 1.7-2.58 3.80002-4.99002 6.27002-7.18002 3.5-24.95 25.71999-44.18997 52.61999-44.18997 29.33 0 53.10999 22.86999 53.10999 51.07999 0 1.83-0.11 3.63-0.31 5.41 1.36999-0.75 2.89999-1.17999 4.53-1.17999 5.57001 0 10.08001 4.92999 10.08001 11.01999 0 6.09-4.51 11.03-10.08001 11.02999-2.37 0-4.54-0.89999-6.26999-2.39999-2.16 21.31-28.57001 36.07001-60.79001 33.35001-24.68-2.08-40.99001-15.01001-48.88-29.97 0.06-3.28-1.25999-6.48-3.60999-8.78-0.54-1.77-0.95999-3.55001-1.26999-5.32001z",
+ "fill": "#fef0e2ff",
+ "width": 73.48290252685547,
+ "height": 52.00971221923828,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "w0gJY",
+ "x": 4.438822269439697,
+ "y": 31.173561096191406,
+ "name": "Vector",
+ "geometry": "M7.66998 0.7377c-1.11 0.31-2.27998 0.48001-3.47998 0.48001-1.46 0-2.87-0.24-4.19-0.69 2.44-0.74 5.12998-0.73001 7.66998 0.20999z",
+ "fill": "#fef0e2ff",
+ "width": 3.680615186691284,
+ "height": 0.5830001831054688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "JU5s7",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "ViZES",
+ "x": 9.225407929969151,
+ "y": 31.526747878593596,
+ "name": "Vector",
+ "geometry": "M0 0c0.21 0.08 0.42 0.17001 0.63 0.26001l2.37 1.03c1.37 0.6 2.57002 1.42001 3.58002 2.42001",
+ "width": 3.1575703620910645,
+ "height": 1.776233434677124,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ReZVK",
+ "x": 0,
+ "y": 31.426209624809417,
+ "name": "Vector",
+ "geometry": "M29.4147 12.70001c-0.01 1.54-0.32998 3.1-0.97998 4.59l-3.07001 7.04001c-2.64 6.05-9.74999 8.83998-15.79999 6.19998l-2.36001-1.03c-6.05-2.64-8.84999-9.74001-6.20999-15.79001l3.07-7.03998c1.45-3.33 4.24999-5.67001 7.48999-6.67001",
+ "width": 14.115309715270996,
+ "height": 15.093751907348633,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cU1Yu",
+ "x": 1.105971189093907,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M27.10999 78.34c7.89 14.96 24.2 27.89 48.88 29.97 32.22 2.72 58.63001-12.04001 60.79001-33.35001 1.72999 1.5 3.89999 2.39999 6.26999 2.39999 5.57001 0 10.08001-4.94 10.08001-11.02999 0-6.09-4.51-11.01999-10.08001-11.01999-1.63001 0-3.16001 0.42999-4.53 1.17999 0.2-1.78 0.31-3.58 0.31-5.41 0-28.21-23.77999-51.07999-53.10999-51.07999-26.9 0-49.11999 19.23997-52.61999 44.18997-2.47 2.19-4.57002 4.60002-6.27002 7.18003-0.55-7.13-6.32999-12.74002-13.38999-12.74003-7.42 0-13.44 6.20001-13.44 13.85001 0 6.14 3.88 11.35 9.25 13.16 1.32 0.45 2.73 0.69 4.19 0.69001 1.2 0 2.36998-0.17001 3.47998-0.48001 2.07-0.57 3.93001-1.64 5.48001-3.06-0.07 0.48-0.25998 0.97001-0.16998 1.45001 0.31 1.77 0.72999 3.55001 1.26999 5.32001 0.89 2.96 2.09999 5.91 3.60999 8.78z",
+ "width": 73.48290252685547,
+ "height": 52.00971221923828,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "ennGG",
+ "x": 139.5929412841797,
+ "y": 149.7820281982422,
+ "name": "Vector",
+ "geometry": "M38.67419 0c0 0-10.98002 16.04001-29.46002 19.13001-18.48 3.09-3.44998-9.93002-3.44998-9.93003l32.91-9.19998z",
+ "fill": "#efd5ceff",
+ "width": 18.55868911743164,
+ "height": 9.385869026184082,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#efd5ceff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9Vvzm",
+ "x": 176.05372619628906,
+ "y": 140.81178283691406,
+ "name": "Vector",
+ "geometry": "M0.08407 1.46616c-0.09 0.47-0.13998 0.95001 0.02002 1.42001 0.06 0.17 0.14 0.35999 0.22 0.51999 0.02 0.03 0.02999 0.06001 0.04999 0.10001 0.04 0.06 0.09 0.11999 0.13001 0.17999 0.18 0.27 0.31 0.60002 0.44 0.90002l-0.20001-0.48001c0.1 0.24 0.12999 0.49999 0.20999 0.73999 0.08 0.24 0.18001 0.5 0.32 0.72 0.26 0.39 0.49999 0.63001 0.9 0.89002 0.23 0.15 0.48002 0.22999 0.74002 0.23999 0.27 0.06 0.52999 0.04999 0.79999-0.04001 0.26-0.06 0.48999-0.17999 0.67999-0.35998 0.22-0.14 0.39002-0.33 0.52002-0.56 0.25-0.46 0.36998-1.03001 0.19998-1.54001-0.17-0.51-0.46998-0.90001-0.91998-1.20001-0.02-0.01-0.05001-0.02999-0.07001-0.04999l0.39999 0.31c0 0-0.06-0.06-0.08999-0.09l0.31 0.39999c-0.04-0.06-0.07999-0.11999-0.10999-0.17999l0.19998 0.48001c-0.07-0.17-0.09998-0.35-0.13998-0.53-0.08-0.34-0.24001-0.66-0.39002-0.97-0.08-0.17-0.16-0.35002-0.25-0.52002-0.09-0.17-0.20998-0.31-0.28997-0.47l0.19998 0.48001c-0.02-0.06-0.03999-0.11001-0.04999-0.17001l0.06998 0.53c0-0.06 0-0.11999 0-0.17999l-0.06998 0.52999 0-0.03997c0.09-0.27 0.09998-0.53002 0.03998-0.80002-0.01-0.27-0.08999-0.50999-0.23999-0.73999-0.13-0.23-0.29999-0.42-0.51999-0.56-0.19-0.18-0.41999-0.30002-0.67999-0.36002-0.51-0.12-1.09001-0.08999-1.54001 0.20002-0.42 0.27-0.82001 0.68998-0.92002 1.19998l0.03 0z",
+ "fill": "#f198a1ff",
+ "width": 2.4921860694885254,
+ "height": 3.2240047454833984,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "kzhIl",
+ "x": 139.72293090820312,
+ "y": 151.19012451171875,
+ "name": "Vector",
+ "geometry": "M1.21333 4.65892c1.77 1.06 3.65998 2.14998 5.69998 2.53997 1.27 0.25 2.45001 0.26002 3.73001 0.05002 1.07-0.17 2.12999-0.47 3.17999-0.72 1.21-0.29 1.95001-1.56002 1.79001-2.74002-0.15-1.1-1.21999-2.31998-2.45999-2.16998-0.89 0.11-1.77999 0.24001-2.67999 0.32-0.94 0.08-1.87003-0.03-2.81003 0-0.94 0.03-1.86 0.24999-2.75 0.57999-0.35 0.13-0.7 0.27-1.06 0.38001-0.18 0.05-0.35998 0.09-0.53998 0.13-0.19 0.04-0.12001 0.03 0.21-0.03-0.12 0-0.25 0-0.37 0-1.31-0.03-2.56 1.17-2.5 2.5 0.03 0.65 0.23998 1.31999 0.72998 1.76999 0.52 0.48 1.07002 0.64001 1.77002 0.73001 1.99 0.26 3.97998 0.14 5.94998-0.25 0.89-0.18 1.74003-0.46001 2.62003-0.70001 0.39-0.11 0.84998-0.28001 1.25998-0.29001-0.59 0 0.03999 0.01 0.17999 0 0.28 0 0.56001 0.01002 0.85001 0.05002l-0.66001-4.91c-1.79 0.49-3.61 0.89999-5.44 1.20999-1.83 0.31-3.78 0.39002-5.47 1.33001-0.93 0.52-1.47999 1.78998-1.14999 2.81998 0.35 1.09 1.27 1.77003 2.41 1.84003 1.37 0.08 2.51-0.42003 3.66-1.09003 0.08-0.05 0.16-0.08998 0.25-0.13998 0.25-0.12 0.22999-0.11001-0.07 0.01999 0.14-0.13 0.55002-0.18 0.74002-0.22 0.5-0.12 1.00999-0.2 1.51998-0.28 1.3-0.2 2.13-1.89999 1.75-3.07999-0.46-1.41-1.67999-1.96-3.07998-1.75-1.1 0.17-2.10003 0.39999-3.12003 0.85999-0.38 0.17-0.78998 0.38-1.13998 0.63-0.16 0.08-0.1 0.06 0.16-0.06-0.12 0.04-0.25 0.08002-0.36999 0.11002 0.35-0.03 0.38-0.04001 0.08999-0.01001-0.13 0-0.26001 0-0.39001 0l1.26001 4.66c0.11-0.07 0.23001-0.13002 0.35-0.18002l-0.23001 0.10001c0.11-0.1 0.41999-0.12998 0.57999-0.16999 0.39-0.1 0.79-0.16002 1.19-0.21002 0.87-0.12 1.74001-0.24999 2.60001-0.39999 1.76-0.31 3.5-0.70998 5.22-1.16999 1.2-0.33 1.95001-1.53002 1.79001-2.74002-0.18-1.33-1.19999-1.99998-2.45999-2.16998-2-0.26-3.89002 0.57998-5.80002 1.00998-0.21 0.05-0.41998 0.09-0.63999 0.13-0.12 0.02-0.89002 0.17-0.30001 0.06-0.42 0.08-0.86999 0.09002-1.29999 0.11002-0.94 0.04-1.88-0.01001-2.81-0.13001l0 5c0.91 0.02 1.79998-0.19 2.63999-0.5 0.35-0.13 0.7-0.26998 1.05999-0.38998 0.18-0.06 0.36001-0.10002 0.54001-0.15003 0.27-0.05 0.23999-0.05-0.07001 0 0.11-0.01 0.22-0.01999 0.34-0.01999 0.9-0.03 1.79001 0.08001 2.70001 0.01001 0.91-0.07 1.86001-0.21002 2.79001-0.33001l-0.66-4.91001c-0.92 0.22-1.84001 0.47002-2.76001 0.65003-0.14 0.03-0.27998 0.04998-0.41999 0.06998l0.25-0.03998c-0.19 0.07-0.51002 0.03-0.71002 0.03-0.22 0-0.48 0.00999-0.69-0.04001l0.28 0.03c-0.13-0.02-0.25998-0.05002-0.38999-0.08002-0.39-0.09-0.77001-0.19999-1.14001-0.32999-0.13-0.04-0.25-0.08998-0.36999-0.13998 0.26 0.11 0.3 0.13 0.13 0.06-0.21-0.1-0.42998-0.20002-0.63998-0.30002-0.79-0.39-1.54002-0.84-2.30002-1.28-1.12-0.67-2.78998-0.29001-3.41999 0.89999-0.63 1.19-0.30001 2.70001 0.9 3.42002l0 0.01001z",
+ "fill": "#f198a1ff",
+ "width": 7.910581111907959,
+ "height": 4.360284328460693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "M5H6B",
+ "x": 191.3966064453125,
+ "y": 157.7774200439453,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "PtDlF",
+ "x": 0.7204155325889587,
+ "y": 0.7133705019950867,
+ "name": "Vector",
+ "geometry": "M0 0.22l0.20999-0.22",
+ "fill": "#cb878aff",
+ "width": 0.10027030110359192,
+ "height": 0.10495958477258682,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "hREhR",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.56126 2.77002l0.20999-0.22c0.15-0.14 0.25-0.30001 0.31-0.48001 0.09-0.18 0.14-0.36999 0.13-0.57999 0-0.21-0.04-0.40002-0.13-0.58002-0.06-0.19-0.16-0.34998-0.31-0.47998l-0.29999-0.23001c-0.23-0.14-0.49001-0.20001-0.76001-0.20001l-0.39999 0.05002c-0.25 0.07-0.47 0.19998-0.66 0.38998l-0.21 0.22c-0.15 0.14-0.25 0.30001-0.30999 0.48001-0.09 0.18-0.14 0.36999-0.13001 0.57999 0 0.21 0.04 0.40002 0.13001 0.58002 0.06 0.19 0.16 0.34998 0.30999 0.47998l0.29999 0.23001c0.23 0.14 0.49001 0.20001 0.76001 0.20001l0.4-0.05002c0.25-0.07 0.47-0.19998 0.66-0.38998z",
+ "fill": "#cb878aff",
+ "width": 1.5415980815887451,
+ "height": 1.5368502140045166,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "HYkQN",
+ "x": 190.57693481445312,
+ "y": 168.7246856689453,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "hSc9O",
+ "x": 0.47957271337509155,
+ "y": 0.48089635372161865,
+ "name": "Vector",
+ "geometry": "M0 0.06c0.7 0.73 1.68998 1.08998 2.63998 1.41998 0.35 0.12 0.71 0.25 1.06 0.37 0.89 0.31 1.93001 0.61002 2.73001 0.11001 0.16-0.1 0.30999-0.24001 0.48999-0.32001 0.24-0.11 0.50999-0.09998 0.76999-0.13998 0.37-0.06 0.72003-0.24 1.06003-0.41 0.72-0.36 1.43997-0.73 2.15997-1.09-1.83 1.56-4.40998 1.76997-6.81997 1.90997-0.53 0.03-1.14 0.02002-1.47-0.38998",
+ "fill": "#cb878aff",
+ "width": 5.235397815704346,
+ "height": 1.0661314725875854,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "rmNJQ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.28933 1.76444c0.79 0.79 1.79002 1.22 2.83002 1.59 1.04 0.37 2.11999 0.85003 3.23999 0.87002 0.55 0 1.10001-0.12002 1.57001-0.40002 0.14-0.09 0.25998-0.22 0.41998-0.28 0.24-0.09 0.53001-0.06 0.79001-0.11999 0.55-0.14 1.06-0.43998 1.56-0.69999 0.57-0.29 1.13999-0.58002 1.70999-0.86001l-1.20999-1.57001c-0.99 0.82-2.26999 1.18-3.51999 1.38001-0.63 0.1-1.26999 0.15-1.9 0.19-0.35 0.02-1.20001 0.22001-1.45001-0.04999-0.89-0.94-2.3 0.48-1.41 1.41 0.62 0.66 1.50001 0.71998 2.35 0.66999 0.85-0.05 1.73999-0.12 2.60999-0.25 1.74-0.25 3.38002-0.81001 4.74002-1.95001 0.38-0.31 0.35999-0.96 0.07999-1.31-0.32-0.4-0.83001-0.48998-1.29001-0.25998-0.85 0.43-1.70999 0.97999-2.60999 1.29999-0.45 0.16-0.93 0.12-1.38 0.33999-0.3 0.15-0.53 0.41001-0.88001 0.45001-0.84 0.08-1.76998-0.40999-2.53998-0.67999-0.82-0.29-1.66001-0.57-2.29-1.19-0.92-0.91-2.33 0.51-1.41001 1.41l-0.01001 0.00998z",
+ "fill": "#cb878aff",
+ "width": 6.193886756896973,
+ "height": 2.022531270980835,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "B8687",
+ "x": 129.16542053222656,
+ "y": 109.80025482177734,
+ "name": "Vector",
+ "geometry": "M157.00395 82.51001c-0.08-1.5-0.14001-3.01002-0.24002-4.52002-0.06-0.93-0.14-2.54997-0.64999-3.12997-0.82001-0.92-0.61002-2.04002 0.01999-2.77002-0.37-1.58-0.75-3.15998-1-4.75998-0.04-0.28-0.04998-0.55003-0.00998-0.81003-0.60001-1.33-0.99001-2.75-1.29001-4.25-0.53999-2.63-1.56999-4.89998-2.65-7.34998-1.05999-2.4-2.00001-4.87001-2.83001-7.36001-0.77001-2.3-1.47998-4.63-2.60999-6.78-1.33-2.52-2.72999-4.97999-4.03-7.51999-1.16999-2.3-2.37001-4.55001-3.91-6.62001-3.03999-4.07-6.45998-8.04-10.07998-11.59-0.83-0.81-1.83002-1.89-2.65002-2.5-0.69001-0.51-1.48999-0.87001-2.23999-1.27-1.58001-0.84-3.07002-1.70999-3.89002-3.31999-0.6-0.24-1.19-0.5-1.78-0.78-0.42-0.2-0.80997-0.36001-1.37997-0.34001-0.39 0.02-0.70001-0.17-0.89002-0.34l-0.1-0.09-0.69998-0.11999c-0.75-0.14-1.46002-0.26001-2.20002-0.35001l-0.38-0.05-0.16 0c-0.93001 0.04-1.87999 0.08001-2.82999 0.04001l-0.12 0c0 0-0.06999 0-0.11999 0l-0.5-0.05001-0.05002 0.5-0.07999-0.52-0.05001 0-0.04999 0c-0.38 0.01-0.76 0.03001-1.13001 0.04001l-0.13998 0.01999c-0.66001 0.21-1.31002 0.46001-1.96002 0.70001-0.57 0.21-1.14998 0.42999-1.72998 0.62l0.16 0.47-0.32001-0.45-0.66 0.39999c-0.16 0.13-0.3 0.27-0.44 0.42l-0.07999 0.11c-0.09 0.15-0.19002 0.3-0.27002 0.48l-0.04999 0.12001c-0.1 0.27-0.21001 0.53999-0.33001 0.79999-0.05001 0.12-0.11001 0.24001-0.19001 0.35-0.14 0.2-0.30997 0.45-0.53998 0.64-0.12 0.12-0.28002 0.22-0.49002 0.31l-0.22 0.09001-0.06997 0.23c-0.11 0.35-0.24001 0.75-0.44001 1.14-0.06 0.12-0.2 0.15-0.25 0.16-0.13 0.02-0.26002-0.02001-0.33001-0.09001-0.51-0.54-0.92-1.15-1.31-1.73l-0.12-0.11999c-0.44-0.33-0.78-0.65-1.05999-1-0.25-0.31-0.48-0.63-0.72001-0.95l-0.26-0.35001c-0.06-0.07-0.10999-0.14001-0.16999-0.21l-0.29001-0.23999c-0.15-0.07-0.3-0.22-0.42999-0.45l-0.14999-0.16c-0.34-0.24-0.67-0.48001-1-0.74001-0.54-0.43-1.06-0.95999-1.56-1.59999l-0.07001-0.09001-0.1-0.04999c-0.17-0.09-0.32999-0.21-0.46-0.36l-0.27001-0.21001-0.19999 0.04c-0.11-0.07-0.22002-0.13999-0.33001-0.21999l-0.19999-0.14001 0 0.02c0 0-0.09001-0.07-0.14001-0.11999-0.11 0.02-0.23 0.04-0.35001 0.02999-0.28 0.01-0.54-0.05001-0.77999-0.18-0.25-0.08-0.47-0.22-0.66001-0.42-0.14-0.17-0.27-0.33999-0.39999-0.51999-0.03-0.04-0.04999-0.08001-0.07999-0.12001-0.02-0.04-0.05001-0.08-0.07001-0.12-0.01-0.02-0.02-0.04-0.03-0.05999-0.06-0.14-0.12-0.28-0.17999-0.42-0.06-0.01-0.12-0.03001-0.17999-0.04001-0.75-0.55-1.68-1.1-2.94-1.17-0.02 0-0.03001 0-0.04001 0-0.89-0.46-1.71001-0.67999-2.51001-0.67999l-0.01999 0c-0.43 0-0.86999 0.13-1.26999 0.36999-0.57-0.12-1.17001-0.22-1.76001-0.33l-0.47-0.08-0.19 0.22c-0.3 0.36-0.69 0.56001-1.03 0.51001-0.38-0.05-0.75001-0.10001-1.13001-0.15001l-0.51999-0.06999c0 0-0.00001 0-0.01001 0l-0.35998-0.05-0.18002-0.01001c-0.24-0.02-0.47998-0.04-0.72998-0.06-1.03-0.06-2.05001 0-3.07001 0.06l-2.26001 0.12001c-0.13 0-0.25001-0.00001-0.38001 0.01999l-0.16998 0.03001c-1.19 0.26-2.14001 0.37999-3.16 0.20999-0.22-0.04-0.42-0.14999-0.60001-0.34999l-0.19998-0.22-0.29001 0.06999c-1.31 0.3-2.64002 0.67-4.08002 1.12-0.53-0.12-1.06998-0.2-1.60998-0.25l-0.14999 0-0.13001 0.05c-0.66 0.34-1.37001 0.7-2.10001 1-1.23 0.51-2.31001 0.7-3.20001 0.55l-0.16998-0.03-1.29001 0.7c-0.41 0.22-0.83 0.45-1.25 0.67-0.46 0.24-0.97001 0.25-1.41 0.03l-0.21-0.11-4.04 1.77-0.96 0.72-1.48001 0.26-0.11999 0.21c-0.2 0.37-0.54999 0.66-0.95999 0.81-0.75 0.27-1.50999 0.50001-2.26999 0.74001-0.44 0.13-0.87002 0.27-1.30002 0.41-0.56 0.18-1.1 0.38-1.72 0.62l-0.81 0.47c-0.47 0.28-0.94 0.55999-1.41 0.84999-0.92 0.57-1.86999 1.15001-2.85999 1.62001l-0.12 0.06-0.08001 0.11c-0.21 0.31-0.5 0.53-0.81 0.61-0.71 0.19-1.44999 0.43-2.17999 0.72l-0.98999 0.45c-2.01 1.39-3.99002 2.74001-6.02002 3.99l-0.13001 0.07999-0.05999 0.14c-0.14 0.3-0.34999 0.56001-0.60999 0.73001-0.94 0.62-1.99001 1.15-3.42001 1.72999l-0.13999 0.09c-0.05 0.05-0.09999 0.10001-0.14999 0.15001-0.05 0.05-0.09002 0.08999-0.15003 0.12999l-0.13 0.18001c-0.03 0.06-0.06997 0.10999-0.12998 0.14999-1.41 0.94-2.64 2.1-3.83999 3.23-0.72 0.68-1.46001 1.38001-2.23001 2.01001l-0.35001 0.36999-0.03 0.17999c-0.1 0.35-0.37 0.70999-0.66 0.87-0.19 0.11-0.36999 0.23002-0.54999 0.36002l-0.08002 0.05999c-0.38 0.33-0.74998 0.70002-1.09997 1.14002-0.25 0.34-0.49 0.67999-0.72 1.01999-0.15 0.22-0.31001 0.44001-0.48001 0.70001-0.13 0.22-0.31 0.4-0.47 0.5l-0.43 0.17999c-0.2 0.06-0.43 0.06-0.69 0l-0.39999-0.1-0.18003 0.36999c-0.6 1.25-1.07 2.52-1.44 3.88001-1.9 7.02-0.79999 14.98 2.95001 21.27999 1.9 3.2 4.28999 5.47999 7.26999 6.96 1.32 0.72 1.90001 0.98 2.20001 1.08999 0.49 0.73 0.87999 1.62001 1.26999 2.48001 0.16 0.37 0.33002 0.72999 0.49002 1.07999 0.15 0.3 0.31998 0.82002 0.50998 1.37003 0.34 0.99 0.72 2.08999 1.19001 2.85998-1.91 3.28-2.87001 7.03999-2.85001 11.17999 0.01 3.23 1.21 5.91002 3.47 7.77002 2.38 1.96 5.77002 2.76 9.08002 2.13001l0.60998-0.12003-0.25-0.56997c0 0-0.02998-0.07002-0.03998-0.08002-0.04-0.13-0.00002-0.34999 0.06998-0.48999 0.08-0.14 0.26001-0.28001 0.35001-0.29001 0.14-0.02 0.26001-0.06999 0.45001-0.13998 0.14-0.07 0.27-0.14002 0.39999-0.21003 0.3-0.17 0.59002-0.31999 0.89002-0.38998 0.39-0.09 0.78997-0.08002 1.21997-0.08002 0.23 0 0.45002 0 0.68002 0 0.09-0.01 0.17999 0.02 0.26999 0.07001l0.33002 0.10001 0.34997-0.23999c0.87-0.7 1.90001-1.25 3.14002-1.69001 0.86 0.02 1.69001-0.04002 2.54001-0.18002 3.6-0.61 7.16997-1.46997 10.90997-2.62997 0.08 0.06 0.16002 0.10999 0.24002 0.14999 0.28 0.15 0.57 0.24 0.88001 0.28l0.36999 0.04999 0.15-0.34c0.32-0.73 1.14999-1.18 1.85998-1l0.21003 0.02002 0.28997-0.11002 0.03-0.04001c0.1-0.05 0.27001-0.14 0.42002-0.22 0.55-0.29 1.17999-0.53999 2.01998-0.79998 1.37-0.42 2.54002-0.87 3.68003-1.4l0.48999-0.23001c1.17-0.55 2.37001-1.12 3.6-1.53 0.19-0.06 0.38999-0.12 0.57999-0.17999l0.22-0.06 0.17002-0.08999c0.58-0.47 1.26999-0.89002 1.98999-1.20002 0.47-0.2 0.94999-0.35001 1.45999-0.51001l0.39001-0.11999 0.19-0.10999c0.27-0.26 0.52999-0.45999 0.79999-0.61999 0.43-0.26 0.91001-0.44 1.42001-0.63001l0.26999-0.1 0.64002-0.44001c0.45-0.31 0.89-0.62999 1.33999-0.95999l0.13999-0.16c0.07-0.13 0.14002-0.21 0.21002-0.25 0.3-0.17 0.62-0.29999 1-0.45999l0.67999-0.28c0.3-0.13 0.6-0.27 0.87-0.44l0.44-0.34003c0.07-0.06 0.13998-0.12998 0.19998-0.19998l0.10001-0.10001c0.18-0.19 0.36001-0.38998 0.57001-0.54999 0.28-0.22 0.54999-0.38 0.95999-0.54 0.5-0.2 0.99-0.39 1.54001-0.47001l0.01001 0 0.19998-0.01001 0.11999-0.09997c0.51-0.42 1.01001-0.84002 1.51001-1.27002 0.33-0.29 0.65999-0.57999 0.98999-0.87l0.10001-0.08999c0.65-0.26 1.24-0.68999 1.81-1.31l0.08001-0.09c0.05-0.05 0.09999-0.10001 0.15-0.16l0.04001 0c0.25-0.07 0.48998-0.17001 0.72998-0.26001 0.88-0.36 1.64001-0.96 2.26001-1.78l0.14001-0.07001c0.1-0.05 0.19999-0.08998 0.29999-0.13998l0.56-0.26001-0.06-0.36999c0-0.07 0-0.13 0-0.19001 0.09-0.48 0.57999-0.78001 1.11999-1.07 0.66-0.36 1.27-0.81998 1.87-1.29999 0.08-0.06 0.16002-0.13001 0.24002-0.20001l0.32999-0.28-0.04999-0.28c-0.03-0.17 0-0.34 0.06-0.44 0.25-0.41 0.61998-0.75 1.19998-1.12 0.13-0.08 0.25001-0.16001 0.38-0.23001 0.26-0.16 0.51999-0.32 0.76999-0.5l0.22-0.12997 0.05002-0.19001c0.02-0.08 0.05-0.15 0.09-0.22 0.02-0.04 0.05-0.08001 0.13-0.17001l0.22-0.19 0.03-0.18c0.02-0.12 0.08999-0.21999 0.20999-0.29998 0.17-0.11 0.42001-0.16003 0.61002-0.12003 0.13 0.03 0.28999 0.16002 0.36999 0.30002 0.06 0.11 0.08999 0.22999 0.07999 0.38998l0 0.13001 0.05002 0.11999c0.07 0.14 0.09998 0.29001 0.10999 0.51001 0.03 0.16 0.01001 0.31999-0.04999 0.48999l-0.03 0.18003 0 0.10998c0.02 0.11 0.03 0.21001 0.03 0.32001l0.01999 0.10998c0.19 0.72 0.45001 1.41001 0.76001 2.04001 0.33 0.72 0.51998 1.13001 0.66998 1.36002 0.28 0.75 0.64001 1.44999 1.04001 2.04999 0.44 0.89 0.86999 1.79 1.29999 2.69 0.77999 1.64 1.59001 3.34001 2.46002 4.98001l0.06997 0.11999 0.12003 0.06998c0.11 0.07 0.19998 0.15002 0.25998 0.24002 0.21 0.33 0.41002 0.66 0.61001 1l0.28998 0.47998c0.15 0.25 0.30002 0.49001 0.46002 0.73001l0.21 0.29001 0.03 0c0 0 0.01999 0.03999 0.02999 0.04999l0.07001 0.09c0.38 0.43 0.78999 0.84 1.17999 1.22 0.06 0.05 0.11 0.11 0.16001 0.16l0.23001 0.22c0.21 0.2 0.42 0.40002 0.61999 0.61002 0.06 0.07 0.11 0.15999 0.15 0.26999l0.04999 0.11999c0.12 0.19 0.23 0.39 0.35 0.59l0.35001 0.33002c0.17 0.11 0.33999 0.22997 0.48999 0.37997 0.19999 0.2 0.39 0.41 0.57001 0.63 0.23 0.04 0.46 0.12002 0.66 0.27002 1.73 1.27 3.42 2.71998 4.97 4.19999 1.44 1.38 2.67001 2.83002 4.38 3.89001 0.92 0.57 1.76998 1.21998 2.56998 1.94998 0.66001 0.6 1.27003 1.23001 2.06003 1.67002 1.96 1.1 4.03999 1.96001 5.95998 3.16 0.77001 0.48 1.01999 1.21001 0.93 1.91 0.02 0 0.03999 0 0.04998 0 0.27001 0.01 0.52001 0.08999 0.76001 0.23999 0.25 0.13 0.48001 0.32 0.70002 0.5 0.08 0.07 0.15997 0.15001 0.22998 0.23001 0.16999 0.21 0.36001 0.42999 0.49002 0.66999 0.05 0.08 0.07998 0.18002 0.10998 0.27002 0.01 0.01 0.02001 0.01999 0.04001 0.02999 0.08 0.08001 0.13001 0.2 0.16 0.37l0.01999 0.10001c0 0 0.01003 0.04998 0.02002 0.07998l0.12998 0.11002c0.05 0.04 0.09001 0.08997 0.13 0.12997 0.49001-0.26999 1.04999-0.38999 1.62-0.39999 0.33-0.22 0.75003-0.35999 1.12002-0.34 0.80001 0.05001 1.56 0.25999 2.28 0.57999 1.05001 0.21 1.85999 0.86 2.47998 1.72 0.03 0.02 0.06002 0.04002 0.08002 0.05002 0.02 0 0.02998 0.00999 0.04999 0.01999 0.52 0.1 0.94 0.51 1.22 0.94 0.08 0.13 0.14 0.27 0.17999 0.41 0.25 0.16001 0.49001 0.34 0.72 0.56 0.75 0.69 0.76999 1.55001 0.4 2.23001 0.39999 0.88 0.74002 1.79 0.96002 2.72 0.47 2.02 0.23999 3.97-0.38001 5.93-0.52 1.66-1.04001 3.31999-2.44 4.45999-0.57001 0.47-1.25999 0.85-1.98999 1.1 0.67999 0.46 1.37998 0.89 2.12998 1.25 0.14999-0.34999 0.39001-0.65999 0.74002-0.89999 0.11-0.07 0.21-0.14 0.32-0.22 0.03-0.1 0.07-0.20001 0.10999-0.29001 0.74-1.61 1.63-3.17 2.78-4.53 1.05999-1.26 2.18001-2.44001 3.1-3.82001 1.02001-1.51999 1.78-3.16999 2.65-4.77999 0.86-1.59 0.91-3.37999 1.73001-4.99 0.24-0.48 0.58999-0.76 0.95999-0.91 0-0.04 0-0.07999 0-0.11999 0.02-0.96 0.10001-1.89 0.48001-2.72001-0.28999-0.59999-0.28001-1.34999 0.04999-1.95999 0.17-0.33 0.43999-0.57001 0.73999-0.73001 0.06-0.18 0.12002-0.36999 0.18002-0.54998 0.26-0.88 0.44998-1.77001 0.63999-2.66001 0.05999-0.31 0.11999-0.63001 0.19-0.94 0.03999-0.19 0.09001-0.37 0.13-0.56 0.03-0.13 0.05001-0.25001 0.07001-0.38 0-0.05 0.03-0.28 0.03-0.34 0.05-0.89-0.06001-1.74001 0.22998-2.61002 0.10001-0.3 0.24001-0.59 0.35001-0.89999 0.02-0.04 0.08-0.18999 0.11999-0.31 0-0.08 0-0.17 0-0.25-0.00999-0.18 0.00002-0.35001 0.05002-0.51001 0.07001-1.97 0.23999-3.94998 0.13998-5.91998l0.05002 0z",
+ "fill": "#dc899dff",
+ "width": 75.34190368652344,
+ "height": 59.56331253051758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZMIbY",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "",
+ "fill": "#f198a1ff",
+ "width": 47.987266540527344,
+ "height": 47.87662887573242,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "HhJ96",
+ "x": 130.76966857910156,
+ "y": 108.4374008178711,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "4OGbt",
+ "x": 1.1521258354187012,
+ "y": 1.1921343803405762,
+ "name": "Vector",
+ "geometry": "M73.04001 1.9766c-1.55-1.37-3.80003-1.52001-5.87003-1.60001-2.56-0.1-5.12997-0.18999-7.68997-0.28999-2.99-0.11-6.01-0.22001-8.94 0.37999-1.08 0.22-2.13 0.54-3.19 0.86-7.03 2.12-14.11002 4.26001-20.61002 7.68001-7.45 3.92-13.93001 9.41999-20.35001 14.86999-1.61 1.37-3.29 2.83999-3.94 4.84999-0.57 1.76-0.64998 4.20999-2.44998 4.65",
+ "fill": "#dc899dff",
+ "width": 35.049903869628906,
+ "height": 15.979578971862793,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "dQmwS",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M77.2109 2.69661c-2.39-1.95-5.13999-2.24001-8.12-2.35-2.98-0.11-6.06001-0.26-9.10001-0.33001-3.23-0.08-6.42001 0.11001-9.54 0.99001-2.88 0.81-5.75001 1.71-8.60001 2.64-5.71 1.86-11.33999 4.06-16.51999 7.11-5.18 3.05-9.90001 6.79001-14.51001 10.63001-2.33 1.95-4.95998 3.82-6.81998 6.25-0.91 1.19-1.47 2.48999-1.83999 3.92999-0.14 0.55-0.24 1.12-0.44 1.64999-0.17 0.46-0.11002 0.33001-0.08002 0.20001-0.1 0.46-0.18999 0.10999 0.1 0.01999-3.06 0.97-1.75001 5.80001 1.32999 4.82001 2.46-0.78 3.31-2.9 3.88001-5.22 0.57-2.32 2.15002-3.68 3.96002-5.22 4.19-3.56 8.39999-7.12999 12.95999-10.23 4.56-3.1 9.81-5.77 15.19-7.72999 2.73-1 5.50998-1.88001 8.28998-2.73001 2.78-0.85 5.37-1.83 8.16-2.06 3.31-0.28 6.67001-0.01 9.98002 0.11 1.62 0.06 3.24999 0.1 4.86999 0.19 1.08 0.06 2.45 0.12 3.32001 0.83 1.05 0.85 2.51001 1.02 3.54001 0 0.88-0.88 1.05-2.68001 0-3.54001l-0.01001 0.04001z",
+ "fill": "#dc899dff",
+ "width": 37.404178619384766,
+ "height": 18.378448486328125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "3qddF",
+ "x": 171.71763610839844,
+ "y": 110.90101623535156,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "448rn",
+ "x": 1.2044795751571655,
+ "y": 1.1925113201141357,
+ "name": "Vector",
+ "geometry": "M0 0.75004l4.34-0.53c1.36-0.17 2.75001-0.33001 4.1-0.12001 0.91 0.14 1.78999 0.46001 2.67999 0.71001 4.06 1.15 8.62001 1.07 12.07001 3.5-2.19 0.22-4.43 0.42-6.55999-0.14-1.38-0.36-2.67-1.03001-4.06-1.35001-3.08-0.7-6.34 0.39-9.44001-0.2 3.52 0.97 7.04998 1.95 10.56998 2.92-2.84 0.95-5.84998 1.40001-8.84997 1.32001 0.5 0.4 1.17 0.50999 1.77999 0.70999 0.61 0.2 1.25 0.62 1.34 1.25",
+ "fill": "#cb878aff",
+ "width": 11.12824821472168,
+ "height": 4.222733974456787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "4cyGi",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.51001 5.74085c2.12-0.26 4.25998-0.63001 6.38998-0.73001 1.89-0.09 3.52002 0.61 5.33002 1.02 3.44 0.78 7.19998 0.89 10.19998 2.92l1.26001-4.66001c-1.65 0.17-3.38001 0.38001-5.04001 0.14002-1.66-0.24-3.10999-1.08001-4.70999-1.48001-3.23-0.81-6.43999 0.28-9.64999-0.25-1.33-0.22-2.69002 0.35-3.08002 1.75-0.36 1.31 0.44 2.71 1.75 3.08 3.52 0.97 7.05001 1.95 10.57001 2.92l0-4.81999c-2.68 0.87-5.37 1.28-8.19 1.22999-2.62-0.05-3.21998 3.33-1.25998 4.66 0.49 0.33 1.03998 0.55 1.59997 0.73 0.18 0.06 0.43003 0.18 0.62003 0.19 0.39 0.02 0.03999 0.57-0.26001-0.44 0.9 3.08 5.72001 1.77 4.82001-1.33-0.33-1.13-1.01-1.97-2.03-2.55-0.71-0.4-1.59001-0.46999-2.23001-0.90999l-1.26001 4.65998c3.22 0.06 6.45002-0.40999 9.52002-1.40998 2.29-0.75 2.46-4.14001 0-4.82001-3.52-0.97-7.05001-1.95-10.57001-2.92l-1.33002 4.81999c1.75 0.29 3.43 0.28 5.19 0.16001 1.64-0.11 3.28-0.27 4.88001 0.19999 1.72 0.51 3.27 1.24001 5.06 1.48002 1.79 0.24 3.73001 0.11999 5.6-0.07001 2.46-0.25 3.41001-3.21 1.26001-4.66001-3.41-2.31-7.49999-2.54999-11.39999-3.42999-2.1-0.47-4.06-1.25-6.25-1.22-2.19 0.03-4.56002 0.47001-6.80002 0.74001-1.34 0.16-2.5 1.03-2.5 2.5 0 1.22 1.15 2.66 2.5 2.5l0.01001 0z",
+ "fill": "#dc899dff",
+ "width": 13.506257057189941,
+ "height": 6.5859551429748535,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "TmzW7",
+ "x": 131,
+ "y": 109,
+ "name": "Vector",
+ "geometry": "M0 35.02769c25.55-42 70.67999-34.51001 70.67999-34.51001-37.58 1.72-65.62 41.98999-65.61999 41.98999l-5.06-7.47998z",
+ "fill": "#b86d79ff",
+ "width": 33,
+ "height": 20,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#b86d79ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xFTUq",
+ "x": 174.03042602539062,
+ "y": 127.0262680053711,
+ "name": "Vector",
+ "geometry": "M0.0604 19.16998c-0.87-7.65 7.93001-12.43 8.92002-16.30999 0.25-1 0.20999-2.85999 0.20999-2.85999 3.82 44 27.63998 62.44 27.63998 62.44 0 0-34.02999-19.22002-36.76999-43.27002z",
+ "fill": "#b86d79ff",
+ "width": 17.67389678955078,
+ "height": 29.894166946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#b86d79ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2mdDE",
+ "x": 128.57228088378906,
+ "y": 169.25344848632812,
+ "name": "Vector",
+ "geometry": "M1.94 0c0 0 3.29 9.54001-1.94 19.32001",
+ "width": 1.4210412502288818,
+ "height": 9.249768257141113,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fD3iM",
+ "x": 123.21211242675781,
+ "y": 178.18722534179688,
+ "name": "Vector",
+ "geometry": "M1.19 0c0 0 3.20999 2.93001 1.45999 9.23001-0.47 1.69-1.29999 3.63001-2.64999 5.82001",
+ "width": 1.5222134590148926,
+ "height": 7.205440998077393,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hdvl7",
+ "x": 124.48857116699219,
+ "y": 181.46751403808594,
+ "name": "Vector",
+ "geometry": "M9.56 0.66849c0 0-2.53-2.33001-9.56 1.70999",
+ "width": 4.587581634521484,
+ "height": 1.1387346982955933,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vmSvX",
+ "x": 114.30087280273438,
+ "y": 186.70448303222656,
+ "name": "Vector",
+ "geometry": "M5.50999 0c0 0 1.25001 8.22001-5.50999 10.51001",
+ "width": 2.6878178119659424,
+ "height": 5.031838417053223,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tgYDN",
+ "x": 116.20596313476562,
+ "y": 187.92054748535156,
+ "name": "Vector",
+ "geometry": "M6.92999 0c0 0-2.38999 5.57998-6.92999 5.53998",
+ "width": 3.325514078140259,
+ "height": 2.6524572372436523,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2Oj1d",
+ "x": 129.99270629882812,
+ "y": 170.64187622070312,
+ "name": "Vector",
+ "geometry": "M8.79999 0c0 0 1.23001 5.41-8.79999 10.06",
+ "width": 4.245771408081055,
+ "height": 4.81638765335083,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "kQQzx",
+ "x": 109.87828063964844,
+ "y": 191.37701416015625,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "n8was",
+ "x": 0.967507541179657,
+ "y": 0.9625430107116699,
+ "name": "Vector",
+ "geometry": "M0 0c1.15 0.34 2.25999 0.85 3.26999 1.5-0.4 0.65-1.4 0.82001-2 0.35001 0.75-0.25 1.63001-0.07 2.23001 0.44",
+ "fill": "#654699ff",
+ "width": 1.6795543432235718,
+ "height": 1.0963788032531738,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "o2S3p",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.48618 3.9405c0.44 0.13 0.88 0.29 1.31 0.47l-0.48002-0.20001c0.68 0.29 1.33001 0.63 1.96001 1.03l-0.72-2.73999c0 0-0.05 0.06999-0.08 0.10998l0.31-0.39999c-0.07 0.08-0.14 0.14999-0.22001 0.20999l0.40001-0.31c-0.1 0.07-0.2 0.12999-0.30999 0.18l0.47999-0.19999c-0.13 0.05-0.25 0.08001-0.39 0.10001l0.53-0.07001c-0.13 0.02-0.26999 0.02-0.39999 0l0.53 0.07001c-0.12-0.02-0.23001-0.05003-0.34002-0.09003l0.48002 0.20002c-0.1-0.04-0.18-0.09-0.27001-0.16001l-0.47999 3.66001c0.14-0.04 0.28-0.07 0.41999-0.09l-0.53 0.07001c0.2-0.02 0.39-0.02 0.59 0l-0.53-0.07001c0.22 0.03 0.42 0.07998 0.62 0.16998l-0.48-0.19998c0.18 0.08 0.34999 0.18001 0.51 0.29001l-0.4-0.31c0 0 0.06 0.03998 0.08 0.06998 0.18 0.2 0.4 0.33 0.64 0.41 0.24 0.13 0.5 0.18001 0.77001 0.17001 0.49 0 1.07999-0.22 1.40999-0.58999 0.33-0.37 0.61001-0.88 0.59001-1.41001-0.02-0.5-0.18001-1.08-0.59001-1.41-0.57-0.47-1.2-0.87002-1.94001-1.02002-0.74-0.15-1.5-0.15999-2.22999 0.07001-0.32 0.1-0.63999 0.28001-0.87999 0.51001l-0.31001 0.39999c-0.15 0.23-0.22999 0.47999-0.23999 0.73999-0.05 0.18-0.05 0.35 0 0.53 0 0.18 0.05 0.35 0.13999 0.5 0.05 0.17 0.12999 0.32 0.26 0.44 0.14 0.22 0.33 0.39002 0.56 0.52002 0.29 0.21 0.65 0.37 1 0.44001 0.59 0.12 1.03001 0.12 1.62001 0 0.89-0.17 1.62999-0.77001 2.11999-1.51001 0.15-0.23 0.23001-0.47999 0.24001-0.73999 0.06-0.27 0.04999-0.53002-0.04001-0.80002-0.16-0.51-0.47-0.89998-0.92-1.19998-1.15-0.74-2.43-1.31002-3.75-1.71003-0.49-0.15-1.09999-0.04999-1.53999 0.20002-0.44 0.25-0.81001 0.72001-0.92002 1.20001-0.12 0.51-0.08999 1.08998 0.20002 1.53998 0.29 0.45 0.68 0.76001 1.19999 0.92001l0.02001 0.01001z",
+ "fill": "#5f1025ff",
+ "width": 3.5928964614868164,
+ "height": 3.0218451023101807,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "hMkyG",
+ "x": 110.65209197998047,
+ "y": 190.84532165527344,
+ "name": "Vector",
+ "rotation": -29.942767011439866,
+ "flipY": true,
+ "geometry": "M2.70999 0l2.66001 0c1.49669 0 2.71001 1.21333 2.71 2.71002l0 0c0 1.49669-1.21331 2.70999-2.71 2.70999l-2.66001 0c-1.49669 0-2.70999-1.2133-2.70999-2.70999l0 0c0-1.49669 1.2133-2.71002 2.70999-2.71002z",
+ "width": 3.875138998031616,
+ "height": 2.5964200496673584,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bZH4T",
+ "x": 96.27508544921875,
+ "y": 194.68849182128906,
+ "name": "Vector",
+ "geometry": "M0.04369 2.5238c0.34 1.78 1.44 3.21 2.53 4.59 0.36 0.45 0.58001 1.02998 0.96001 1.66998 0.46 0.77 1.03999 1.47 1.64999 2.11999 1.16 1.23 2.45 2.35 3.69001 3.5 1.38 1.27 2.87 2.39 4.52999 3.28 0.95 0.51 2.18 0.24 2.74001-0.72 0.53-0.91 0.24-2.22999-0.72-2.73999-1.4-0.74-2.57-1.59-3.72-2.64999-1.15-1.06-2.41-2.16999-3.53-3.32999-0.53-0.54-0.82001-0.87001-1.18001-1.48001-0.4-0.67-0.66999-1.32001-1.15999-1.95001-0.84-1.07-1.68001-2.06001-1.93001-3.35001-0.2-1.06-1.47999-1.66999-2.45999-1.39999-1.11 0.31-1.60001 1.40002-1.40001 2.46002z",
+ "fill": "#dc899dff",
+ "width": 7.872753620147705,
+ "height": 8.587681770324707,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "nd5uj",
+ "x": 96.48731994628906,
+ "y": 194.76742553710938,
+ "name": "Vector",
+ "geometry": "M3.0127 6.23242c0 0-2.77688-1.84745-3.00722-5.45256-0.23034-3.60511 6.87658 6.45855 6.87658 6.45856 0 0 1.13064 1.994-0.7726 0.99105-1.90323-1.00296-3.09677-1.99704-3.09676-1.99705z",
+ "width": 7.215408802032471,
+ "height": 8.511537551879883,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "doUqJ",
+ "x": 97.09615325927734,
+ "y": 192.2799530029297,
+ "name": "Vector",
+ "geometry": "M29.59266 3.42449c-0.24-0.1-0.46999-0.20002-0.70999-0.30002-0.2-0.08-0.39001-0.16-0.60001-0.22-0.23-0.07-0.4-0.21-0.52999-0.41-0.13-0.2-0.14-0.45999-0.09-0.67999 0.01-0.06 0.06-0.11999 0.09-0.18-0.38-0.13-0.77-0.24-1.15-0.44-0.76-0.4-1.20001-0.86-2.13-0.94-1.98-0.17-4.04001-0.02001-6.02001-0.01001-1.45 0-2.91-0.03-4.33999 0.16-1.47-0.48-3.15999-0.50999-4.43-0.20999-2.75 0.63-5.67 1.58001-7.97 3.26001-0.3 0.22-1.01 0.59999-1.16 0.87-2.79 5.86 5.78 11.54999 7.97 13.76999 1.05 1.06 2.83001 3.16002 4.38 3.24002 1.85 0.1 1.71 0.67999 3-0.32001 0.61-0.47 2.01999-1.03999 2.68-1.39999 0.68-0.36 0.98001-0.90001 1.57-1.39002 1.42-1.16 2.64999-2.75 3.87999-4.11999 1.03-1.15 1.94-2.34001 2.66001-3.67002 0.81-1.51 1.7-2.66999 2.64-4.04999 0.63-0.93 0.74001-2.01001 0.35-2.95001-0.04 0-0.08001 0-0.12001 0l0.03-0.00998z",
+ "fill": "#dc899dff",
+ "width": 14.352822303771973,
+ "height": 10.337706565856934,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "uMUMX",
+ "x": 96.93428039550781,
+ "y": 192.21437072753906,
+ "name": "Vector",
+ "geometry": "M12.56567 0.28564c0 0-8.08846-1.4483-12.56567 2.17597l1.21887 1.96774c3.49347-0.81869 3.8006-0.28247 3.8006-0.28247l-1.93869 1.47459c0 0 0.71021 1.28788 1.1373 1.55599 0.11997 0.0766 3.33032-0.59367 2.11144 0.15321-1.21888 0.74688-1.59318 1.3549-1.59318 1.3549l1.97228 1.96294c5.01947-1.37885 8.17145-8.18695 8.17145-8.18695l-1.3144-1.1761-1-0.99982z",
+ "width": 14.880070686340332,
+ "height": 10.648513793945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yyxvD",
+ "x": 125.1982650756836,
+ "y": 108.44075012207031,
+ "name": "Vector",
+ "geometry": "M110.82108 37.8996c0 0 2.57002 13.27002-7.07998 24.11001-11.63 13.06-24.64002 19.48999-39.64002 26.48999l-8.99999 3c-20 7-45.26999 18.85001-54.26999-5.14999-4-22 6.94-51.78 22.05999-65.52 17.65-16.04 45.45999-25.69 66.64999-18.31 7.55 2.63 12.56002 8.98 17.45002 14.09",
+ "width": 53.32896423339844,
+ "height": 48.201969146728516,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dJ0gw",
+ "x": 169.35665893554688,
+ "y": 131.6176300048828,
+ "name": "Vector",
+ "geometry": "M18.47 0c0 0 3.8 42.47998-18.47 44.38998",
+ "width": 8.981298446655273,
+ "height": 21.25242805480957,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "08vyp",
+ "x": 109.20941925048828,
+ "y": 124.35353088378906,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "p7WGG",
+ "x": 24.7662296295166,
+ "y": 10.5197114944458,
+ "name": "Vector",
+ "geometry": "M0.56 0c-0.29 0.26-0.54 0.53-0.56 0.72 0.14-0.13 0.28999-0.25998 0.42999-0.38998 0.04-0.1 0.08-0.21002 0.13001-0.33002z",
+ "fill": "#f7c5d1ff",
+ "width": 0.26872751116752625,
+ "height": 0.3447122871875763,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "S4umS",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M93.52 46.39254c-0.04-0.13-0.10001-0.23999-0.14001-0.37-0.04-0.12-0.09-0.23-0.13001-0.33999-1.6-4.35-4.7-7.39002-9.30999-8.58002 0 0-0.00999 0-0.01999 0-0.07-0.02-0.13999-0.03001-0.20999-0.04001-0.24-0.06-0.48002-0.10999-0.71002-0.13998-0.06 0-0.10999-0.00999-0.16999-0.01999-0.33-0.04-0.64999-0.06001-0.95999-0.07001-0.03-0.01-0.06-0.03001-0.10001-0.04001-0.15 0.06-0.32002 0.07999-0.52001 0.01999-0.8-0.24-1.60999-0.64999-2.44999-0.67999-0.44-0.02-0.88 0.02001-1.30999-0.04999-0.39-0.06-0.77001-0.22002-1.17002-0.27002-0.39-0.05-0.79 0.12001-1.16 0.20001-0.44 0.1-0.86998 0.12001-1.31998 0.17001-0.92 0.11-1.83 0.34998-2.72 0.56998-1.11 0.27-1.58-1.43999-0.47-1.70999 0.71-0.17 1.42999-0.32999 2.14999-0.45999 2.65-1.63 4.80998-3.70001 6.85999-6.17001 0.04-0.04 0.09001-0.08 0.14001-0.13001 0.27-0.27 0.50999-0.56998 0.73999-0.87997 0.66-0.81 1.29-1.66003 1.81-2.56003 0.55-0.86 0.84001-1.78998 0.89002-2.78998 0.22-1 0.17999-1.99002-0.13001-2.99002 0-0.02-0.01001-0.02999-0.01001-0.04999 0.23-3.51-1.29999-7.07-5.48999-10.09-1.3-0.93-2.64001-1.30001-3.92001-1.26-0.2-0.08-0.39999-0.15999-0.59-0.21-0.7-0.18-1.49999-0.24-2.20999-0.30999-0.15-0.02-0.29-0.03-0.44-0.03-0.5 0.02-1.01001 0.05-1.51001 0.13-0.04 0-0.07997-0.00001-0.12998-0.01001-1.04-0.05-2.08-0.10001-3.13-0.14001-1.21-0.11-2.61 0.36002-3.78 1.05002-0.57 0.33-1.1 0.71999-1.53 1.14999-0.53 0.53-1 1.21-1.38 1.94-2.2 1.87-3.93 4.18-5.19001 6.78-0.03 0.06-1.05001 2.55999-1.61001 3.95999 0.62-0.54 1.42001-0.99999 0.6-0.32998-0.25 0.2-0.47998 0.43999-0.72998 0.64999-0.14 0.37-0.24001 0.61002-0.23001 0.61002-0.17-0.03-0.21999-0.11-0.20999-0.22-0.16 0.15-0.33002 0.28998-0.49002 0.44998-0.11-0.1-0.21999-0.19999-0.32999-0.29999 1.27-4.32 0.59998-9.40001-1.33001-13.48001-0.03-0.14-0.07-0.29-0.12-0.44 0 0 0 0.00002 0-0.00998 0 0 0-0.02003 0-0.03003-0.15-0.61-0.38998-1.16997-0.69998-1.68998-0.02-0.03-0.03002-0.07001-0.05002-0.1-0.17-0.31-0.38001-0.58002-0.63-0.83002-0.1-0.13-0.19999-0.25998-0.29999-0.38998-0.04-0.04-0.06998-0.09001-0.10999-0.14002-0.08-0.1-0.15001-0.19999-0.23001-0.29999-0.04-0.04-0.07999-0.08-0.11999-0.11999-0.38-0.34-0.82002-0.65002-1.21002-0.96002-0.36-0.28-0.70999-0.53999-1.07999-0.79999-4.12-3.27-9.49001-4.79999-14.39002-2.29999-0.47 0.14-0.92999 0.29999-1.36999 0.48999-0.69 0.31-1.25999 0.68-1.73999 1.09-0.7 0.35-1.34 0.8-1.91 1.36999-1.04 1.14-1.95 2.47001-2.28 4.01001-0.12 0.58-0.22001 1.18999-0.27001 1.79999-1.04 3.7 0.36001 7.00001 2.09001 10.39002 0.95 1.85 1.86 3.62 3.36 5.08999 0.12 0.12 0.24 0.21001 0.36 0.32001 0.29 0.63 0.65999 1.22999 1.07999 1.79999-0.29-0.08-0.57001-0.14999-0.85-0.20999-4.62-2.76-9.92999-4.91-15.32999-5.10001-1.21-0.04-2.26999 0.16001-3.17999 0.54001-4.28 1.14-7.77 3.84999-9.88001 7.64999 0.15 1.07-0.01 2.19-0.47 3.16001 0.12 0.4 0.18999 0.80999 0.17999 1.23999l0 0.05001c0 0.45-0.06999 0.89-0.18999 1.31-0.01 0.17-0.04001 0.34-0.06001 0.5 0 0.27-0.01999 0.54998-0.06999 0.81998 0.26 0.52 0.56 1.01002 0.98 1.43002 0.41 1.41 1.11 2.59999 2 3.59 0.16 0.68 0.45 1.34998 0.86999 1.97998 0.39 0.16 0.73001 0.38002 1.04001 0.62002 0.15 0.06 0.3 0.11998 0.44 0.19999 0.62 0.2 1.16 0.55 1.61 1.03 0.15 0.16 0.28 0.3 0.39 0.44 0.18 0.03 0.34999 0.06002 0.51999 0.11001 0.1 0 0.2-0.01001 0.3-0.01001 1.31 0 2.35001 0.41999 3.13001 1.07999 0.1 0.05 0.18999 0.12002 0.28999 0.18002 0.14-0.12 0.31-0.21002 0.55001-0.21002 0.52 0 0.8 0.37002 0.83999 0.77002 0.92-0.12 1.77001-0.00001 2.68001 0.13999 0.84 0.13 1.68999 0.05 2.53999 0.08999 0.87 0.04 1.77 0.15002 2.63001-0.03998 0.83-0.18 1.62-0.37001 2.47-0.51001 0.47-0.08 0.95 0.12 1.09 0.62 0.07 0.25 0 0.54001-0.16001 0.76001 0.07 0 0.15-0.01002 0.22-0.02002-0.44 0.28-0.87999 0.57001-1.31999 0.85001-0.64 0-1.29001 0.08-1.93001 0.22-0.05 0.01-0.10999 0.03001-0.15999 0.04001-0.11 0.13-0.25001 0.25-0.43 0.30999-0.83 0.3-1.53999 0.90001-2.20999 1.45001-0.36 0.3-0.72001 0.62-1.12001 0.87-0.34 0.21-0.73 0.35001-1.05001 0.60001-0.36 0.28-0.68 0.63997-1 0.96997-0.33 0.33-0.67999 0.62-1.03999 0.91-0.23 0.19-0.44 0.40002-0.64 0.61002-0.22 0.71-0.57001 1.36998-1.07001 1.91998-0.11 0.93-0.44999 1.83001-1.00999 2.57001 0 0.05-0.00999 0.09999-0.01 0.14999-0.08 0.77-0.00001 1.55001 0.23999 2.32001 0.01 0.04 0.03001 0.07999 0.04001 0.11999 0.02 0.06 0.03 0.13 0.05 0.19001-0.69 1.68-0.57 3.69 0.14 5.43999 0.05 0.12 0.09999 0.24001 0.15 0.36002 0.03 0.07 0.06 0.13999 0.08999 0.20999 0.09 0.19 0.2 0.38 0.31 0.57001 0.01 0.02 0.03001 0.04998 0.04001 0.06998 0.09 0.14 0.18 0.28001 0.28 0.42001 0.07 0.1 0.14001 0.20001 0.21001 0.29001 0.03 0.04 0.05999 0.07999 0.09999 0.11999 0.56 0.69 1.22 1.26998 1.97 1.66999 0.08 0.04 0.15 0.07001 0.22999 0.11001 0.07 0.04 0.14001 0.07001 0.21001 0.10001 0.38 0.55 0.84999 1.04998 1.39999 1.47998 1.2 1.53 3.07 2.57001 5.61001 2.57 0.05 0 0.10001 0 0.15 0 0.8 0.29 1.69 0.45999 2.7 0.46 0.63 0 1.22001-0.07 1.77001-0.19001 0.35 0.04 0.69999 0.07001 1.07998 0.07001 2.44 0 4.26002-0.95998 5.47002-2.38998 1.23-0.36 2.30998-0.99002 3.22998-1.90003 0.38-0.35 0.72001-0.72998 1.04001-1.13998 0.04-0.06 0.08001-0.11002 0.13-0.17001-0.04-0.19-0.03-0.38998 0.09-0.60999 0.36-0.65 0.63-1.34999 1.09-1.92999 0.38-0.47 0.75-0.93001 0.97-1.51001 0.13-0.36 0.22001-0.72999 0.38-1.07999 0.13-0.29 0.29001-0.57001 0.45001-0.85001 0.27-0.49 0.57999-1.00001 0.62-1.57 0.04-0.48 0.36998-0.89001 0.88998-0.89001 0.45 0 0.92001 0.41001 0.89002 0.89001-0.06 0.7-0.27999 1.33-0.59 1.94 0.26 4.03 1.29998 7.95 3.44998 11.19 0.14 0.36 0.3 0.70999 0.5 1.04999 0.04 0.08 0.08001 0.15 0.13001 0.22 0.02 0.04 0.04999 0.07001 0.07998 0.10001 0.28 0.38 0.6 0.8 0.91001 1.19 0.02 0.02 0.04 0.05001 0.06 0.07001 0.08 0.1 0.17 0.21998 0.25 0.31997 0.11 0.13 0.23001 0.26 0.36001 0.38001 0.2 0.21 0.41 0.40001 0.62 0.57001 0.07 0.06 0.15 0.13001 0.22 0.19 0.3 0.26 0.63001 0.48001 0.98001 0.67001 0.02 0.02 0.04998 0.03999 0.06998 0.04999 6.06 4 15.74002 2.91001 19.52001-3.73999 4.09-7.19 0.92998-15.18002-4.02001-20.84002-0.45-0.5-0.88998-1.01999-1.32999-1.54999 2.91 1.81 5.75001 3.76001 9.07001 4.76001 4.85 1.46 9.70998 0.86998 14.57998-0.14002 0 0 0.02 0 0.03 0 0.36-0.27 0.7-0.56 1.03-0.83999 0.31-0.27 0.59999-0.54999 0.89999-0.82999 0.25-0.23 0.55003-0.48002 0.68003-0.71002 0.38-0.62 0.73998-1.22998 1.16998-1.81998 0.22-0.3 0.48001-0.58002 0.79001-0.80002 0.02-0.02 0.04-0.04 0.06-0.05999 0.02-0.06 0.04001-0.11999 0.07-0.18 0.1-0.25 0.21001-0.43002 0.38001-0.64001 0.09-0.1 0.19997-0.15999 0.31998-0.20999 0.06-0.39 0.09-0.78 0.07-1.16001-0.05-1.24 0-2.44998 0.03-3.66998 0.22-1.09 0.17002-2.32001-0.25998-3.67001l-0.07001 0.04001z",
+ "fill": "#f7c5d1ff",
+ "width": 45.09737777709961,
+ "height": 40.59092330932617,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "nvU45",
+ "x": 126.32482147216797,
+ "y": 129.51119995117188,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qe9Lr",
+ "x": 0.9614013433456421,
+ "y": 0.9334542155265808,
+ "name": "Vector",
+ "geometry": "M0 0l3.98999 15.38001",
+ "fill": "#dbe465ff",
+ "width": 1.9146872758865356,
+ "height": 7.363427639007568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "LLRUV",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.07346 2.47971c1.33 5.13 2.65999 10.25001 3.98999 15.38001 0.65 2.49 4.51002 1.43 3.86001-1.06-1.33-5.13-2.66002-10.25001-3.99002-15.38001-0.65-2.49-4.50999-1.43-3.85998 1.06z",
+ "fill": "#f8faeaff",
+ "width": 3.8375017642974854,
+ "height": 9.230340003967285,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "flRGW",
+ "x": 136.35043334960938,
+ "y": 133.3513946533203,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "NBEeI",
+ "x": 0.9507295489311218,
+ "y": 0.9569068551063538,
+ "name": "Vector",
+ "geometry": "M10.52002 0l-10.52002 11.91",
+ "fill": "#dbe465ff",
+ "width": 5.048269748687744,
+ "height": 5.702107906341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "TWNJl",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M11.09122 0.57869c-3.51 3.97-7.02002 7.94-10.52002 11.91-0.69 0.78-0.83 2.07002 0 2.83002 0.76 0.7 2.09002 0.84 2.83002 0 3.51-3.97 7.01999-7.94 10.51999-11.91 0.69-0.78 0.83-2.07002 0-2.83002-0.76-0.7-2.08999-0.84-2.82999 0z",
+ "fill": "#f8faeaff",
+ "width": 6.954513072967529,
+ "height": 7.611137390136719,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "RNe1p",
+ "x": 137.13108825683594,
+ "y": 145.21505737304688,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "wdpGO",
+ "x": 0.9570727944374084,
+ "y": 0.9475016593933105,
+ "name": "Vector",
+ "geometry": "M15.56 3.23999c-5.19-1.08-10.37-2.15999-15.56-3.23999",
+ "fill": "#dbe465ff",
+ "width": 7.466817378997803,
+ "height": 1.5511980056762695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "KnsYZ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.08444 3.28904c-5.19-1.08-10.37-2.16002-15.55999-3.24002-1.06-0.22-2.16002 0.31002-2.46003 1.40002-0.27 0.99 0.33002 2.23999 1.40003 2.45999 5.19 1.08 10.37 2.15999 15.56 3.23999 1.06 0.22 2.15999-0.30999 2.45999-1.39999 0.27-0.99-0.32999-2.23999-1.4-2.45999z",
+ "fill": "#f8faeaff",
+ "width": 9.380964279174805,
+ "height": 3.4461781978607178,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "fAB1J",
+ "x": 133.6973114013672,
+ "y": 151.00021362304688,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "adNx0",
+ "x": 0,
+ "y": 0.9793527126312256,
+ "name": "Vector",
+ "geometry": "M3.99002 15.38001l-3.99002-15.38001",
+ "fill": "#dbe465ff",
+ "width": 1.9147018194198608,
+ "height": 7.363427639007568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "d5qQz",
+ "x": 0.3027617931365967,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.92346 16.79972c-1.33-5.13-2.65999-10.25001-3.98999-15.38001-0.65-2.49-4.51002-1.43-3.86001 1.06 1.33 5.13 2.66002 10.25001 3.99002 15.38001 0.65 2.49 4.50999 1.43 3.85998-1.06z",
+ "fill": "#f8faeaff",
+ "width": 3.8375017642974854,
+ "height": 9.230340003967285,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "sfmvH",
+ "x": 119.5932846069336,
+ "y": 148.8251190185547,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "BZpWy",
+ "x": 0.9555293321609497,
+ "y": 0.9521195292472839,
+ "name": "Vector",
+ "geometry": "M0 11.91c3.51-3.97 7.02-7.94 10.52-11.91",
+ "fill": "#dbe465ff",
+ "width": 5.048262596130371,
+ "height": 5.702107906341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "3jAtX",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3.40121 15.31871c3.51-3.97 7.02002-7.94 10.52002-11.91 0.69-0.78 0.83-2.07002 0-2.83002-0.76-0.7-2.09002-0.84-2.83002 0l-10.52001 11.91c-0.69 0.78-0.83 2.07002 0 2.83002 0.76 0.7 2.09 0.84 2.83001 0z",
+ "fill": "#f8faeaff",
+ "width": 6.954520225524902,
+ "height": 7.611137390136719,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "yVpni",
+ "x": 116.38139343261719,
+ "y": 141.12640380859375,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Fh1BZ",
+ "x": 0.9618673324584961,
+ "y": 0.9474871754646301,
+ "name": "Vector",
+ "geometry": "M0 0c5.19 1.08 10.37 2.15999 15.56 3.23999",
+ "fill": "#dbe465ff",
+ "width": 7.466817378997803,
+ "height": 1.5511980056762695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "XO5y0",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.46443 3.909c5.19 1.08 10.36998 2.16002 15.55999 3.24002 1.06 0.22 2.16002-0.31002 2.46002-1.40002 0.27-0.99-0.33002-2.23999-1.40003-2.45999-5.19-1.08-10.36998-2.15999-15.55998-3.23999-1.06-0.22-2.16001 0.30999-2.46001 1.39999-0.27 0.99 0.33001 2.23999 1.40001 2.45999z",
+ "fill": "#f8faeaff",
+ "width": 9.380964279174805,
+ "height": 3.4461781978607178,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "DWS6F",
+ "x": 126.07599710182876,
+ "y": 139.19522990099176,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "coQbT",
+ "x": 0.22762025637894112,
+ "y": 0.002118564219927066,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "1uVM1",
+ "x": 0.9586469531059265,
+ "y": 0.9519073963165283,
+ "name": "Vector",
+ "geometry": "M1.45993 2.01999c0.97 0.79 1.70001 1.83 2.51001 2.78 0.81 0.95 1.77 1.85999 2.97 2.20999l-6.93002-7.00998c-0.06 0.43 0.16001 0.85999 0.45001 1.17999 0.29 0.32 0.66 0.56 1 0.84z",
+ "fill": "#c984b6ff",
+ "width": 3.3302879333496094,
+ "height": 3.3561415672302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "G8Mth",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.03764 5.41826c1.03 0.85 1.79 1.95998 2.66 2.94998 1.01 1.15 2.23001 2.10002 3.70001 2.55002 0.81 0.25 1.85998-0.16001 2.25998-0.92001 0.4-0.76 0.33-1.76998-0.31-2.41999-2.02-2.05-4.04998-4.09001-6.06997-6.14001-0.29-0.29-0.57002-0.58-0.86002-0.87-0.57-0.57-1.44999-0.72-2.17999-0.41-0.77 0.32-1.16001 1.01002-1.23001 1.83002-0.07 0.91 0.34999 1.73999 0.89999 2.42999 0.15 0.18 0.30001 0.34 0.48001 0.5 0.09 0.08 0.19 0.15 0.28 0.22 0.17 0.13 0.33 0.26 0.5 0.38-0.25-0.19-0.28999-0.22-0.11999-0.08999 0.43 0.34 0.84 0.59 1.41 0.58999 0.49 0 1.08-0.22 1.41-0.58999 0.66-0.72 0.87-2.13002 0-2.83002-0.06-0.05-0.12-0.09999-0.19-0.14999-0.15-0.12-0.30001-0.23001-0.45001-0.35001-0.08-0.06-0.06-0.04998 0.06 0.05002 0.25 0.19 0.02 0.00997-0.03-0.03003-0.08-0.06-0.15-0.12997-0.22-0.18997-0.06-0.05-0.10998-0.11001-0.16999-0.17002-0.2-0.2 0.07999 0.13001 0.10999 0.14002-0.05-0.02-0.19999-0.41002-0.04999-0.05002 0.13 0.31 0.02-0.00001 0-0.07001l0.07001 0.53c-0.01-0.11-0.01-0.20998 0-0.31997l-3.41001 1.41c2.02 2.05 4.04998 4.08998 6.06998 6.13998 0.29 0.29 0.57002 0.58 0.86002 0.87l1.95001-3.34c-0.07-0.02-0.14-0.05001-0.22-0.07-0.2-0.08-0.14003-0.04999 0.15997 0.07-0.11-0.09-0.27999-0.13999-0.39999-0.20999-0.13-0.07-0.26001-0.16002-0.38001-0.24002-0.06-0.04-0.11999-0.08997-0.17999-0.12997 0.25 0.2 0.30001 0.22998 0.14001 0.09997-0.43-0.38-0.83002-0.78-1.21002-1.22-0.81-0.95-1.53998-1.98-2.50998-2.78-0.42-0.35-0.85-0.59-1.41-0.58999-0.49 0-1.08 0.22-1.41 0.58999-0.67 0.73-0.86 2.12002 0 2.83002l-0.01001 0z",
+ "fill": "#f198a1ff",
+ "width": 5.233359336853027,
+ "height": 5.262378692626953,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "a9y16",
+ "x": 7.513416541054539,
+ "y": 0.9611998666168802,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "03p4q",
+ "x": 0.9572848677635193,
+ "y": 0.9647210240364075,
+ "name": "Vector",
+ "geometry": "M0.51999 0c-0.18 0.07-0.35999 0.17-0.51999 0.28 0.17-0.09 0.33999-0.19 0.51999-0.28z",
+ "fill": "#c984b6ff",
+ "width": 0.24952851235866547,
+ "height": 0.13405397534370422,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "hxg03",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.98488 0.08498c-0.34 0.14-0.68999 0.27001-0.98999 0.48001-0.23 0.13-0.42 0.29999-0.56 0.51999-0.18 0.19-0.30002 0.42002-0.36002 0.68002-0.08 0.27-0.09998 0.52999-0.03998 0.79999 0.01 0.27 0.08999 0.50999 0.23999 0.73999l0.31 0.40002c0.25 0.25 0.54 0.41998 0.88001 0.50998l0.53 0.07001c0.36 0 0.70001-0.08999 1.01001-0.26999 0.17-0.09 0.33999-0.19 0.51998-0.28 0.23-0.13 0.42-0.30002 0.56-0.52002 0.18-0.19 0.29999-0.41999 0.35999-0.67999 0.08-0.27 0.10001-0.52999 0.04001-0.79999-0.01-0.27-0.08999-0.51002-0.23999-0.74002l-0.31-0.39999c-0.25-0.25-0.54-0.42001-0.88001-0.51001l-0.53-0.06998c-0.36 0-0.70001 0.08999-1.01001 0.26999-0.17 0.09-0.33999 0.19-0.51998 0.28l2.01998 3.45001c0.15-0.11 0.31001-0.19002 0.48002-0.27002l-0.48002 0.20002c0 0 0.02-0.00001 0.03-0.01001 0.26-0.06 0.48999-0.17999 0.68-0.35999 0.22-0.14 0.39002-0.33 0.52002-0.56 0.15-0.23 0.22999-0.48002 0.23999-0.74002 0.06-0.27 0.04999-0.52999-0.04001-0.79999l-0.19998-0.48001c-0.18-0.3-0.42-0.54-0.72001-0.72l-0.48001-0.19998c-0.35-0.1-0.71-0.1-1.05999 0l0 0.00998z",
+ "fill": "#f198a1ff",
+ "width": 2.170315980911255,
+ "height": 2.051509380340576,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "FxYDD",
+ "x": 6.648230803444676,
+ "y": 1.298139201486265,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "SJz2H",
+ "x": 0.9682978391647339,
+ "y": 0.9533392786979675,
+ "name": "Vector",
+ "geometry": "M0 1.31c0.78-0.29 1.48-0.74 2.09-1.31-0.86 0.02-1.71 0.53-2.09 1.31z",
+ "fill": "#c984b6ff",
+ "width": 1.002932071685791,
+ "height": 0.62718266248703,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "5Do0t",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.54782 5.23122c0.55-0.21 1.09-0.44 1.59-0.75 0.18-0.11 0.34999-0.22999 0.51999-0.35999 0.3-0.23 0.6-0.45002 0.87-0.71002l0.31002-0.39999 0.19999-0.47998 0.07-0.53c0.01-0.28-0.05001-0.53002-0.17001-0.77002-0.05-0.17-0.12998-0.32-0.25998-0.44-0.09-0.15-0.21002-0.26999-0.36002-0.35999-0.12-0.12-0.27-0.21001-0.44-0.26001-0.24-0.13-0.49999-0.17998-0.76999-0.16998-0.28 0-0.56 0.05998-0.83999 0.09997-0.11 0.02-0.22002 0.04002-0.33002 0.08002-0.26 0.08-0.51999 0.2-0.76999 0.31-0.1 0.05-0.19999 0.1-0.29999 0.16-0.23 0.14-0.45 0.31999-0.66 0.48999-0.09 0.07-0.17 0.15001-0.25 0.23001-0.26 0.28-0.51002 0.58999-0.68002 0.93-0.15 0.23-0.22999 0.47999-0.23999 0.73999-0.06 0.27-0.04999 0.53002 0.04 0.80002 0.06 0.26 0.17999 0.48999 0.35999 0.67999 0.14 0.22 0.33 0.38999 0.56 0.51999 0.46 0.25 1.03001 0.37001 1.54001 0.20001l0.48001-0.20001c0.3-0.18 0.54-0.42 0.72-0.72 0.06-0.13 0.13998-0.24999 0.22998-0.37l-0.31 0.39999c0.13-0.16 0.27002-0.30999 0.43002-0.42999l-0.40002 0.31c0.17-0.13 0.36-0.24001 0.56-0.32001l-0.47998 0.20001c0.2-0.08 0.41-0.13998 0.61999-0.16998l-0.53 0.06998c0.08 0 0.16-0.01999 0.25-0.01999l-1.41-3.41c-0.15 0.14-0.31 0.26999-0.47 0.39999l0.39999-0.31c-0.43 0.33-0.88998 0.61001-1.38998 0.82001l0.47998-0.20001c-0.08 0.03-0.15998 0.06-0.22998 0.08999-0.26 0.06-0.48999 0.18002-0.68 0.36002-0.22 0.14-0.39002 0.33-0.52001 0.56-0.15 0.23-0.22999 0.47999-0.24 0.73999-0.06 0.27-0.04999 0.53002 0.04001 0.80002l0.19999 0.47998c0.18 0.3 0.42 0.54 0.72 0.72l0.48001 0.20001c0.35 0.1 0.71 0.1 1.05999 0l0-0.01001z",
+ "fill": "#f198a1ff",
+ "width": 2.931492805480957,
+ "height": 2.5473155975341797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "FhLAO",
+ "x": 5.434915316536717,
+ "y": 4.434023009622251,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "U6CyK",
+ "x": 0.9750194549560547,
+ "y": 0.9533686637878418,
+ "name": "Vector",
+ "geometry": "M8.56439 9.30002c-0.11-0.25-0.29998-0.45002-0.47999-0.64002-0.48-0.51-0.96-1.03001-1.44-1.54-0.68-0.72-1.36-1.44998-2.13-2.06998-0.98-0.78-2.18-1.52002-2.44001-2.74002 0.37-0.18 0.73001 0.22002 0.98002 0.55002 0.59 0.77 1.42998 1.34 2.19998 1.94l-4.16999-4.80002c-0.11 0.13-0.24003 0.25-0.34002 0.38-0.28 0.35-0.55999 0.73-0.67999 1.16001-0.12 0.47-0.05 0.96 0.02999 1.44 0.08 0.5 0.16999 1.01999 0.43 1.45999 0.27 0.46 0.71 0.79 1.13 1.12 1.97 1.49 3.95001 2.99002 6.14002 4.15002 0.27 0.14 0.69 0.22998 0.80999-0.05002 0.05-0.11 0.00999-0.24999-0.04-0.35998z",
+ "fill": "#c984b6ff",
+ "width": 4.14003849029541,
+ "height": 4.712431907653809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "WtmS0",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12.31623 10.28132c-0.46-0.87-1.3-1.6-1.97-2.31-0.58-0.63-1.15999-1.26-1.79999-1.84-0.39-0.36-0.8-0.68-1.22-1-0.11-0.08-0.22-0.19001-0.34-0.26001 0.45 0.29-0.06-0.05-0.16-0.13-0.1-0.08-0.72001-0.52999-0.70001-0.67999 0.17 0.23 0.19001 0.26002 0.07001 0.08001-0.05-0.07-0.10001-0.15001-0.14002-0.23001-0.1-0.19-0.07999-0.16001 0.04001 0.10999-0.03-0.09-0.05001-0.16998-0.07001-0.25998l-1.39999 2.45999c-0.46 0.1-0.84 0.03-1.16001-0.22-0.13-0.1-0.12-0.08999 0 0.04001 0.09 0.12 0.19 0.23001 0.28 0.35 0.19 0.23 0.40003 0.43998 0.62003 0.63999 0.22 0.2 0.45998 0.38999 0.69998 0.57998 0.22 0.17 0.44001 0.34001 0.67001 0.51001 0.08 0.06 0.46999 0.36 0.12 0.09 0.44 0.34 0.83 0.59 1.41 0.59 0.49 0 1.08-0.22 1.41001-0.59 0.77-0.84 0.73-1.97999 0-2.82999-1.39-1.6-2.78001-3.20002-4.17002-4.80002-0.68-0.79-2.13999-0.76-2.82998 0-0.69 0.76-1.27001 1.47002-1.54001 2.43003-0.27 0.96-0.09 2.04998 0.11999 3.00998 0.21 0.96 0.66002 1.79001 1.36002 2.45001 0.65 0.6 1.40999 1.10998 2.10998 1.63998 1.28 0.96 2.58001 1.89002 3.95002 2.71003 0.79 0.47 1.61998 1 2.56997 1.02999 1.58 0.05 2.78002-1.58002 2.24002-3.08001-0.35-0.98-1.38002-1.74999-2.46002-1.4-0.97 0.31-1.77999 1.40999-1.39999 2.46 0.04 0.08 0.06 0.16002 0.05999 0.24002l0-1.06 0.12-0.27002 0.72-0.72 0.72-0.18c0.15-0.02 0.29001 0.01002 0.42002 0.08002 0.32 0.08-0.12-0.08003-0.19001-0.12002-0.24-0.13-0.46999-0.26999-0.70999-0.4-0.49-0.29-0.98001-0.59998-1.45001-0.91998-0.95-0.64-1.88001-1.32001-2.79001-2.01001-0.22-0.16-0.42999-0.32999-0.64999-0.48999-0.07-0.06-0.41001-0.33002-0.07001-0.05002-0.08-0.07-0.17-0.12998-0.25-0.19998-0.1-0.08-0.18998-0.2-0.28998-0.28-0.16-0.12 0.14 0.26999-0.03-0.04001-0.1-0.19-0.05-0.15001 0 0.01999-0.03-0.14-0.08002-0.27-0.11001-0.41-0.03-0.14-0.05999-0.27998-0.07999-0.41999 0-0.05-0.07001-0.53001-0.04001-0.26001 0.03 0.27 0-0.29 0-0.27999 0-0.2 0.04-0.19 0 0-0.14 0.17 0.09-0.35 0 0 0.07-0.09 0.14001-0.22001 0.20001-0.32001 0.15-0.23-0.02001-0.04999-0.04 0.04001 0.01-0.08 0.29-0.32 0.33999-0.38001l-2.82998 0c1.39 1.6 2.77998 3.20002 4.16998 4.80002l2.83002-2.83002c-0.26-0.21-0.53002-0.40999-0.80002-0.60998-0.18-0.14-0.16999-0.13002 0.01001 0.00998-0.09-0.07-0.17001-0.13998-0.26001-0.19998-0.32-0.26-0.61999-0.53002-0.9-0.83002-0.35-0.38-0.61-0.74998-1.05999-1.03998-0.63-0.41-1.4-0.57002-2.13001-0.33002-1.05 0.35-1.65999 1.35999-1.39999 2.45999 0.22 0.91 0.75 1.72003 1.41 2.37003 0.27 0.27 0.57 0.49998 0.87 0.72998 0.25 0.19 0.49999 0.38001 0.73999 0.57001-0.43-0.34 0.04 0.03999 0.13 0.10998 0.67 0.56 1.27 1.20003 1.87 1.84003 0.33 0.35 0.65001 0.69999 0.98001 1.04999 0.17 0.19 0.34999 0.37 0.51999 0.56 0.07 0.08 0.15 0.15999 0.22 0.23999-0.15-0.19-0.15999-0.19-0.04999 0 0.49 0.93 1.85999 1.28 2.73999 0.72 0.95-0.61 1.24-1.73999 0.72-2.73999l0.03 0z",
+ "fill": "#f198a1ff",
+ "width": 6.054812431335449,
+ "height": 6.632083892822266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "fMxAj",
+ "x": 7.9711172704246565,
+ "y": 6.727347003305113,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "EWCJt",
+ "x": 0.9602577686309814,
+ "y": 0.9533392190933228,
+ "name": "Vector",
+ "geometry": "M0 0l1.78 2.04999c-0.36-0.86-1.04-1.46999-1.78-2.04999z",
+ "fill": "#c984b6ff",
+ "width": 0.8541727662086487,
+ "height": 0.9814649820327759,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "lC4sj",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59108 3.41124c0.52 0.6 1.04 1.19999 1.55999 1.79999l0.22001 0.26001c0.18 0.2 0.40001 0.33 0.64001 0.41 0.24 0.13 0.49999 0.17998 0.76999 0.16999l0.53-0.07001c0.26-0.06 0.48999-0.17999 0.67999-0.35999 0.15-0.09 0.27002-0.21002 0.36002-0.36001 0.18-0.19 0.29999-0.41999 0.35998-0.67999l0.07001-0.53c0-0.36-0.08999-0.70001-0.26999-1.01001-0.09-0.21-0.20002-0.41999-0.33002-0.60999-0.22-0.32-0.46-0.63-0.72-0.91-0.32-0.34-0.67999-0.64999-1.04999-0.92999-0.18-0.2-0.40001-0.33-0.64001-0.41001-0.24-0.13-0.49999-0.18001-0.76999-0.17001-0.28-0.01-0.52999 0.05001-0.76999 0.17001-0.25 0.08-0.46001 0.22-0.64001 0.41001-0.35 0.38-0.61 0.88-0.59 1.41l0.07001 0.53c0.1 0.34 0.27001 0.63 0.51001 0.88 0.47 0.37 0.92999 0.75998 1.29999 1.22998l-0.31-0.39999c0.19 0.25 0.36001 0.52001 0.48001 0.82001l3.13998-2.42002c-0.52-0.6-1.04-1.19999-1.55999-1.79998l-0.22001-0.26001c-0.18-0.2-0.40001-0.33-0.64001-0.41001-0.24-0.13-0.49999-0.17998-0.76999-0.16998-0.28-0.01-0.52999 0.04998-0.76999 0.16998-0.25 0.08-0.46001 0.22-0.64001 0.41001-0.35 0.38-0.61 0.88-0.59 1.41l0.07001 0.53c0.1 0.34 0.27001 0.63 0.51001 0.88l0.00998 0.01001z",
+ "fill": "#f198a1ff",
+ "width": 2.774181604385376,
+ "height": 2.897716522216797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "MdQ9S",
+ "x": 5.463530791237645,
+ "y": 0.0642874632121675,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "AtTex",
+ "x": 0.9485127925872803,
+ "y": 0.9471880793571472,
+ "name": "Vector",
+ "geometry": "M4.30002 5.98999c-0.6 0.61-1.43001 0.91002-2.17002 1.33002-0.15 0.08-0.28999 0.17998-0.42999 0.28998 0.75-1.09 1.59998-2.10998 2.69998-2.81998 0.42-0.27 0.87-0.49001 1.28-0.79001 0.58-0.43 1.03002-1.00999 1.43003-1.62 0.49-0.75 0.89-1.55 1.22-2.38-1.17 0.64-2.34001 1.27-3.51001 1.91 0.18-0.07 0.37-0.13 0.55999-0.16-0.23 0.31-0.5 0.58001-0.77999 0.85001 0.04 0 0.08-0.02001 0.11999-0.01001-0.64 0.65-1.32999 1.24001-2.07999 1.76001-0.52 0.36-1.06 0.68998-1.5 1.13998-0.64 0.64-1.05001 1.51-1.14001 2.41l0.75 0.85999c-0.06 0.16-0.09999 0.33001-0.10999 0.51001 0.08-0.12 0.14998-0.25 0.22999-0.37l0.21002 0.23999c0.97-1.15 2.03998-2.21999 3.22998-3.14999l-0.00998 0z",
+ "fill": "#c984b6ff",
+ "width": 3.997347354888916,
+ "height": 4.43815803527832,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "aNeKm",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M4.86661 6.5484c0 0-0.37001 0.29998-0.14001 0.13999 0.22-0.16-0.06001 0.03-0.10001 0.06-0.21 0.13-0.43 0.25-0.66 0.36999-0.45 0.23-0.88999 0.45002-1.29999 0.74002l2.73999 2.73999c0.12-0.17 0.23001-0.33 0.35-0.5 0.14-0.2 0.01999-0.07999-0.04 0.04001 0.04-0.08 0.13-0.17002 0.19-0.24002 0.27-0.33 0.56-0.63999 0.88-0.92999 0.07-0.07 0.15-0.12998 0.22-0.19998 0.04-0.03 0.3-0.24002 0.09-0.08002-0.21 0.16 0.06001-0.04001 0.10001-0.07001 0.09-0.06 0.17001-0.10998 0.26001-0.16998 0.4-0.25 0.81998-0.46002 1.19998-0.74002 1.74-1.28 2.78-3.21997 3.56-5.18997 0.29-0.73-0.15-1.66001-0.72001-2.10001-0.64-0.5-1.49997-0.55-2.21997-0.16-1.17 0.64-2.34001 1.27-3.51001 1.91-0.88 0.48-1.19001 1.61-0.82 2.5 0.37 0.89 1.42002 1.51 2.36001 1.16 0.19-0.07 0.37-0.12 0.56-0.16l-2.26001-2.94c0.28-0.36-0.07002 0.05001-0.11002 0.1-0.11 0.12-0.22998 0.22998-0.34997 0.34998-0.58 0.55-0.72 1.47002-0.41 2.18002 0.28 0.66 1.04999 1.31998 1.82998 1.22998l0.12 0c-0.47-1.15-0.93997-2.28999-1.40998-3.42999-0.36 0.36-0.74001 0.71001-1.13 1.04001-0.09 0.07-0.18002 0.13999-0.27002 0.20999 0.15-0.12 0.15-0.11 0 0-0.2 0.14-0.39998 0.28001-0.59998 0.42001-0.98 0.67-1.88002 1.36997-2.49002 2.40998-0.28 0.47-0.49998 1.00002-0.63998 1.52002-0.24 0.94-0.24002 1.76999 0.41998 2.54998 0.24 0.29 0.50002 0.57001 0.74002 0.85001l-0.51001-1.95001c-0.11 0.33-0.14999 0.69001-0.17999 1.04001-0.08 0.83 0.67 1.74999 1.47 1.92999 0.88 0.2 1.77998-0.13998 2.25998-0.91998 0.08-0.12 0.15001-0.25 0.23001-0.37l-3.14001 0.39999 0.21002 0.23999c0.67 0.77 2.15999 0.78 2.82999 0 0.98-1.15 2.04001-2.20999 3.23001-3.14999 0.82-0.65 0.73-2.15999 0-2.82999-0.87-0.8-1.95002-0.7-2.83002 0-1.18 0.94-2.24998 1.99999-3.22998 3.15l2.82999 0-0.21-0.24002c-0.87-1-2.51001-0.62998-3.14001 0.40002-0.08 0.12-0.14998 0.24999-0.22998 0.37l3.72998 1.00998c-0.06 0.7 0.06001-0.15999 0.07001-0.23999 0.07-0.55-0.04998-1.03998-0.38999-1.47998-0.11-0.14-0.22002-0.27-0.33001-0.41001l-0.57001-0.66 0.58999 1.41c-0.06 0.53 0.00003 0.04 0.03003-0.06 0.03-0.12 0.07999-0.24002 0.10999-0.36001-0.18 0.31 0.06-0.22 0 0 0.08-0.13 0.15001-0.25998 0.23001-0.38999 0.19-0.31-0.16002 0.13999 0.00998-0.01001 0.09-0.08 0.17002-0.18999 0.27002-0.26998 0.05-0.05 0.43999-0.41003 0.07999-0.09003 0.1-0.09 0.21001-0.15998 0.32-0.22998 1.08-0.75 2.13001-1.54 3.07001-2.47 0.57-0.57 0.72-1.44999 0.41-2.18-0.28-0.66-1.05002-1.32001-1.83001-1.23001l-0.12 0c0.47 1.15 0.94 2.28999 1.41001 3.43 0.41-0.39 0.75-0.8 1.08999-1.25 0.48-0.62 0.28-1.66-0.16-2.22001-0.52-0.67-1.29001-0.87-2.10001-0.72-0.19 0.04-0.38 0.09-0.56 0.16001l1.54001 3.66c1.17-0.64 2.34001-1.27 3.51001-1.91l-2.94-2.26001c-0.09 0.21-0.08002 0.21002 0.00998-0.00998-0.04 0.1-0.08998 0.19999-0.13999 0.29999-0.09 0.2-0.19002 0.40001-0.30001 0.6-0.21 0.39-0.42999 0.76998-0.68 1.13999-0.06 0.09-0.38999 0.66-0.14999 0.22-0.09 0.17-0.28 0.33002-0.41 0.46002-0.07 0.07-0.15001 0.13999-0.23001 0.20999-0.17 0.14-0.16 0.13001 0.02999-0.01999-0.1 0.14-0.41998 0.25998-0.56997 0.34998-1.67 0.98-2.90002 2.28003-3.99002 3.87002-0.48 0.7-0.3 1.85998 0.30999 2.41999 0.61 0.56 1.69001 0.84 2.42002 0.30999 0.99-0.7 2.12001-1.06999 3.01001-1.92999 0.76-0.73 0.78-2.10999 0-2.82999-0.78-0.72-2.02002-0.77-2.83002 0l0.02002 0z",
+ "fill": "#f198a1ff",
+ "width": 5.90645694732666,
+ "height": 6.336274147033691,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Irra0",
+ "x": 0,
+ "y": 4.03716479429022,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "e1owA",
+ "x": 0.9535067677497864,
+ "y": 0.9576496481895447,
+ "name": "Vector",
+ "geometry": "M7.00497 1.88998c-0.34 0.49-0.77999 0.91001-1.20999 1.32001-0.98 0.95-1.97001 1.89-2.95001 2.84-0.38 0.36-0.76999 0.74001-0.95999 1.23001-0.1 0.25-0.13999 0.50998-0.20999 0.75998-0.2 0.68-0.66 1.28-1.25 1.66-0.24 0.15-0.54 0.40999-0.38001 0.65 0.07 0.11 0.21998 0.14001 0.34998 0.14001 1 0.05 1.79-0.78001 2.44-1.54001l-1.01999 1.26001c0.41-0.22 0.74-0.57 1.06-0.91l0.56-0.61002 5.55001-8.68997c-0.94 0.06-1.42002 1.11998-1.96002 1.88998l-0.01999 0z",
+ "fill": "#c984b6ff",
+ "width": 4.311647891998291,
+ "height": 5.023284435272217,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "yoskS",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.26195 2.88022c0.23-0.32-0.07998 0.09002-0.13998 0.15002-0.12 0.13-0.25 0.25998-0.37 0.38999-0.27 0.27-0.55002 0.53002-0.83002 0.80001-0.59 0.57-1.17999 1.12998-1.76998 1.69999-0.62 0.6-1.28001 1.17001-1.76001 1.89001-0.25 0.37-0.42999 0.79999-0.54999 1.23999-0.04 0.15-0.08 0.30999-0.12 0.45999-0.11 0.43 0.18998-0.25-0.05002 0.12-0.07 0.1-0.36001 0.43001-0.07 0.13-0.07 0.07-0.42999 0.39999-0.07999 0.12-0.45 0.35-0.88 0.60001-1.19 1.1-0.78 1.26-0.13 3.08001 1.36999 3.42002 1.83 0.41 3.39002-0.73001 4.52002-2.04001l-2.83001-2.82999-1.01999 1.25998c-0.63 0.78-0.81 1.78-0.16001 2.63001 0.6 0.78 1.70999 1.01999 2.57999 0.51999 1.74-1.02 2.71001-2.81999 3.76001-4.46l3.29999-5.16998 0.82-1.29001c0.76-1.19-0.20998-3.18001-1.72998-3.01001-0.97 0.11-1.78002 0.43-2.46002 1.16001-0.48 0.52-0.82998 1.14-1.22998 1.72-0.59 0.87-0.19 2.25999 0.72 2.73999 1.02 0.54 2.09999 0.21 2.73999-0.72 0.23-0.33 0.44-0.67 0.66001-1 0.13-0.2-0.24002 0.22002-0.05002 0.08001 0.06-0.04 0.14-0.13 0.19-0.19 0.15-0.19-0.28998 0.22-0.09997 0.09 0.09-0.05 0.06999-0.04-0.07001 0.03-0.12 0.07-0.25 0.1-0.4 0.08999l-1.73001-3.00998c-1.71 2.68-3.42 5.36-5.11999 8.03-0.12 0.2-0.25 0.39-0.37 0.59-0.17 0.28 0.44998-0.47-0.02002-0.03-0.18 0.17-0.34999 0.38-0.51999 0.56-0.08 0.08-0.17 0.16-0.25 0.25-0.29 0.29 0.22-0.12999-0.16 0.1l2.42001 3.13999 1.01999-1.26001c0.66-0.81 0.85-2.04999 0-2.82999-0.75-0.69-2.10002-0.85-2.83001 0-0.14 0.16-0.27999 0.32001-0.43 0.48001-0.08 0.08-0.14998 0.15998-0.22998 0.22998-0.04 0.04-0.39001 0.30999-0.17001 0.15 0.2-0.14-0.08 0.04001-0.12 0.07-0.08 0.05-0.33002 0.1-0.11001 0.06 0.36-0.06-0.31999 0.02001 0.07001-0.01999 0.14-0.01 0.15001-0.01999 0.04-0.01999-0.17 0-0.10002-0.00002 0.19999 0.00998l0.88 0.51001-0.09-0.08001 0.51001 0.88-0.04-0.11999 0 1.05999c-0.09 0.29-0.25999 0.51001-0.48999 0.67002 0.09-0.06 0.17999-0.12 0.26998-0.19001 0.27-0.2 0.53001-0.39999 0.76001-0.64999 0.34-0.36 0.63-0.78001 0.84-1.23001 0.14-0.3 0.27001-0.61 0.35001-0.94 0.03-0.1 0.25001-0.70001 0.04-0.29001 0.05-0.1 0.10999-0.19999 0.18-0.29999-0.13 0.17-0.13001 0.17 0.01999 0 0.15-0.14 0.30001-0.3 0.45001-0.44 1.5-1.44 3.17999-2.80999 4.39999-4.48999 0.62-0.85 0.17-2.27002-0.72-2.74002-1.04-0.55-2.07999-0.19-2.73999 0.72l0.00998 0z",
+ "fill": "#f198a1ff",
+ "width": 6.207886219024658,
+ "height": 6.934971809387207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "YQAGb",
+ "x": 1.2066670779731794,
+ "y": 5.172218428933775,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "CcH1v",
+ "x": 0.9585005640983582,
+ "y": 0.9476850628852844,
+ "name": "Vector",
+ "geometry": "M5.41 1.5c-1.51 1.62-3.00999 3.23001-4.51999 4.85001l-0.89001 1.39001c0.74-0.03 1.11-0.88002 1.53-1.49002 0.35-0.49 0.82002-0.86998 1.30002-1.22998 0.87-0.65 1.78999-1.25 2.51999-2.06 0.73-0.81 1.25002-1.88002 1.11001-2.96002-0.21 0.58-0.64 1.04002-1.06 1.49002l0.00998 0.00998z",
+ "fill": "#c984b6ff",
+ "width": 3.1109485626220703,
+ "height": 3.705660820007324,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "SbauQ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.9974 2.05946c-1.35 1.45-2.69999 2.89-4.04998 4.34-0.67 0.72-1.14999 1.49-1.68 2.30999-0.77 1.21 0.21998 3.15001 1.72998 3.01001 0.83-0.08 1.53-0.34002 2.13001-0.93002 0.38-0.38 0.66999-0.83998 0.95999-1.28998 0.03-0.05 0.17001-0.20001 0.17001-0.26001l-0.16 0.20001c0.05-0.07 0.11001-0.13 0.17001-0.19 0.16-0.17 0.33999-0.33001 0.51999-0.48001 0.27-0.23 0.00001-0.08-0.04999 0.03 0.03-0.08 0.23998-0.17999 0.31998-0.23999 0.22-0.16 0.44-0.32001 0.66-0.48001 1.05-0.77 2-1.55 2.75-2.63001 0.68-0.98 1.11002-2.27 0.99003-3.47-0.1-1-0.68001-1.81999-1.73002-1.95999-1.05-0.14-1.82 0.48999-2.19 1.42999 0.2-0.51 0.04-0.12-0.03 0-0.03 0.06-0.06999 0.11-0.10998 0.16001-0.09 0.12-0.05 0.07002 0.11999-0.13999-0.01 0.15-0.42 0.48-0.53 0.59-0.71 0.77-0.82 2.07999 0 2.82999 0.82 0.75 2.06999 0.82 2.82999 0 0.67-0.72 1.21001-1.44999 1.57001-2.37l-3.93-0.53c0.01 0.13-0.05 0.52 0 0.62 0.05-0.31 0.06-0.37998 0.03-0.22998 0 0.04-0.02 0.08-0.03 0.11999-0.02 0.1-0.06002 0.19999-0.08001 0.29999-0.08 0.34 0.15001-0.28001 0.04001-0.07001-0.05 0.09-0.09001 0.19-0.14002 0.28-0.03 0.05-0.35 0.52-0.33999 0.53-0.02-0.03 0.32001-0.38 0.04-0.06-0.07 0.08-0.15001 0.17002-0.23001 0.24002-0.16 0.16-0.31999 0.30999-0.48999 0.46-0.09 0.07-0.17001 0.15-0.26001 0.22-0.1 0.08-0.29 0.32001 0.03-0.01999-0.15 0.16-0.36999 0.27999-0.54999 0.39999-0.78 0.57-1.63 1.12-2.25 1.87-0.32 0.39-0.58002 0.8-0.86001 1.22-0.19 0.28 0.00001-0.04002 0.1-0.11002-0.06 0.04-0.12998 0.13-0.16998 0.19-0.12 0.16 0.41998-0.21999 0.13999-0.10998l0.30999-0.12c-0.2 0.06-0.12 0.04998 0.25-0.02002l1.73001 3.01001 0.53-0.82c0.1-0.16 0.21-0.31999 0.31-0.48999 0.04-0.07 0.15001-0.22-0.04999 0.05999-0.25 0.35 0.03999 0.00001 0.10999-0.07998 0.09-0.09 0.18001-0.19 0.26001-0.28 1.31-1.41 2.63-2.82001 3.94-4.23001 0.71-0.77 0.82-2.08002 0-2.83002-0.82-0.75-2.07002-0.82-2.83002 0l0 0.02002z",
+ "fill": "#f198a1ff",
+ "width": 5.02785062789917,
+ "height": 5.614320278167725,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "58ySn",
+ "x": 1.071410072281651,
+ "y": 1.288554536187803,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "TVegE",
+ "x": 0.9449982047080994,
+ "y": 0.9629239439964294,
+ "name": "Vector",
+ "geometry": "M0.08002 0.73001c0.03 0.1 0.10998 0.18999 0.16998 0.26999l1.35001 1.60999c0.21 0.25 0.46001 0.53001 0.79 0.57 0.1 0.01 0.21 0 0.31 0.03l-2.70001-3.20999c0.13 0.21 0.00002 0.49999 0.08002 0.73999l0-0.00998z",
+ "fill": "#c984b6ff",
+ "width": 1.2956620454788208,
+ "height": 1.5368356704711914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "oCScK",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.11927 3.27126c0.09 0.22 0.16001 0.44998 0.29001 0.63998 0.13 0.19 0.27001 0.36 0.42002 0.53 0.12 0.14 0.23001 0.28 0.35 0.41l0.71997 0.85001c0.2 0.24 0.39001 0.5 0.64002 0.69 0.38 0.31 0.68 0.51998 1.16 0.66999 0.3 0.09 0.61999 0.09 0.92999 0.13l-0.53-0.07001 0.04999 0c0.18 0.03 0.35003 0.06002 0.53003 0.08002 0.28 0.01 0.52999-0.05001 0.76999-0.17001 0.38-0.16 0.75999-0.43998 0.95999-0.81998 0.17-0.31 0.26002-0.65001 0.27002-1.01001 0.01-0.28-0.05001-0.53002-0.17001-0.77002-0.08-0.25-0.22-0.45998-0.41001-0.63998-0.79-0.94-1.57999-1.87-2.35998-2.81l-0.34003-0.39999c-0.18-0.2-0.39998-0.33-0.63998-0.41001-0.24-0.13-0.49999-0.18001-0.76999-0.17001l-0.53 0.07001c-0.26 0.06-0.49002 0.17999-0.68002 0.35998-0.33 0.26-0.62 0.62001-0.72 1.04001-0.12 0.54-0.05999 1.05001 0.20001 1.54001l0.01999 0.04001-0.19998-0.48001c0 0 0.02998 0.09001 0.03997 0.14001l-0.06997-0.53003c0 0.1 0 0.20002 0 0.30002 0 0.05 0 0.09999 0 0.14999 0.02 0.2 0.04 0.43 0.08999 0.63001 0.13 0.49 0.47998 0.94001 0.91999 1.20001 0.44 0.26 1.06001 0.35998 1.54 0.19998 0.48-0.16 0.95001-0.45998 1.20002-0.91998 0.25-0.46 0.34998-1.01001 0.19998-1.54001-0.01-0.03-0.01999-0.06001-0.01999-0.10001l0.07001 0.53c-0.01-0.13 0-0.25 0-0.38-0.01-0.48-0.11-0.84999-0.34-1.26999l-3.14001 2.41998c0.79 0.94 1.58002 1.87003 2.36001 2.81003l0.34 0.39999 1.94998-3.33999c-0.28-0.06-0.56-0.08001-0.84-0.10001l0.53 0.07001c-0.07-0.01-0.13-0.03002-0.19-0.05002l0.48001 0.20001c-0.08-0.03-0.13999-0.07-0.20999-0.11999l0.39999 0.31c-0.34-0.27-0.6-0.65001-0.88-0.98002-0.31-0.37-0.62999-0.72999-0.92999-1.10998l0.30999 0.39999c0 0-0.06-0.09001-0.08999-0.14001l0.19998 0.48001-0.01999-0.05002c-0.06-0.26-0.18002-0.48999-0.36002-0.67999-0.14-0.22-0.33-0.38999-0.55999-0.51999-0.43-0.25-1.05998-0.36001-1.53998-0.20001-0.48 0.16-0.95001 0.46001-1.20001 0.92001l-0.20002 0.47998c-0.1 0.35-0.1 0.71003 0 1.06003l0 0.03z",
+ "fill": "#f198a1ff",
+ "width": 3.2057299613952637,
+ "height": 3.448230504989624,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kBJ9H",
+ "x": 2.3470089559104963,
+ "y": 2.825492488229429,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "xlnj2",
+ "x": 0.965061366558075,
+ "y": 0.967613935470581,
+ "name": "Vector",
+ "geometry": "M0.29001 0.19998c-0.07-0.08-0.14002-0.15998-0.24002-0.19998-0.02 0-0.02999 0-0.04999 0l1.54999 1.84c-0.39-0.57-0.81-1.11-1.25-1.63001l-0.00998-0.01001z",
+ "fill": "#c984b6ff",
+ "width": 0.7437967658042908,
+ "height": 0.8809281587600708,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "SqJY4",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3.71107 0.80106c-0.1-0.12-0.21998-0.19999-0.34998-0.29998-0.25-0.2-0.49002-0.38002-0.83002-0.43003l-0.53-0.06997c-0.28-0.01-0.52999 0.04998-0.76998 0.16998-0.17 0.05-0.32 0.13001-0.44001 0.26001-0.22 0.14-0.38999 0.33-0.51999 0.56l-0.20001 0.47998-0.07001 0.53003c-0.01 0.28 0.05001 0.52999 0.17002 0.76998 0.08 0.25 0.22 0.45998 0.41 0.63999 0.45 0.54 0.89998 1.07002 1.34998 1.61001l0.19 0.23002c0.18 0.2 0.40001 0.32997 0.64001 0.40997 0.24 0.13 0.49999 0.18001 0.76999 0.17001l0.53-0.07001c0.26-0.06 0.48999-0.17999 0.68-0.35998 0.15-0.09 0.27002-0.21002 0.36001-0.36002 0.18-0.19 0.29999-0.41999 0.35999-0.67999l0.07-0.53c0-0.36-0.08999-0.70001-0.26999-1.01001-0.48-0.7-1.01001-1.38-1.57-2.03-0.18-0.2-0.39998-0.33-0.63999-0.41-0.24-0.13-0.50002-0.17998-0.77002-0.16998-0.28-0.01-0.52999 0.04998-0.76999 0.16998-0.25 0.08-0.46001 0.22-0.64001 0.41l-0.31 0.4c-0.18 0.31-0.26999 0.65001-0.26999 1.01001l0.07001 0.53c0.1 0.34 0.26998 0.63 0.50998 0.88 0.22 0.25 0.43001 0.52 0.64001 0.78l-0.30999-0.39999c0.21 0.28 0.41999 0.56 0.60998 0.83999l3.14002-2.42001c-0.45-0.54-0.90001-1.06999-1.35001-1.60999l-0.19-0.23001-1.95001 3.34c0 0 0.03002 0 0.05001 0l-0.48001-0.19998c0 0 0.07001 0.03 0.10001 0.05999l-0.39999-0.30999c0.05 0.04 0.09998 0.08998 0.13998 0.13998 0.18 0.2 0.40001 0.33 0.64001 0.41 0.24 0.13 0.49999 0.18001 0.76999 0.17002 0.28 0.01 0.53002-0.05001 0.77002-0.17002 0.25-0.08 0.45998-0.22 0.63999-0.41l0.30999-0.39999c0.18-0.31 0.27002-0.65001 0.27002-1.01001l-0.07-0.53c-0.1-0.34-0.27001-0.62997-0.51001-0.87998l0.01999 0.01999z",
+ "fill": "#f198a1ff",
+ "width": 2.6542110443115234,
+ "height": 2.7923085689544678,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "eYsWC",
+ "x": 0.7663200621154829,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZHAQZ",
+ "x": 0.9573729038238525,
+ "y": 0.958803653717041,
+ "name": "Vector",
+ "geometry": "M5.92999 5.32001c-0.51-0.49-1.12-0.88-1.63-1.38001-0.41-0.39-0.75-0.83998-1.13001-1.25998-0.93-1.03-2.04998-1.86002-3.16998-2.68002l6.89999 7.16c-0.03-0.71-0.46-1.35-0.97-1.83999z",
+ "fill": "#c984b6ff",
+ "width": 3.3111183643341064,
+ "height": 3.4279682636260986,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Spjoq",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M9.33504 5.90268c-0.49-0.46-1.05001-0.84001-1.54001-1.29001-0.49-0.45-0.89999-1.00002-1.35998-1.49002-1.02-1.09-2.24-1.96998-3.44-2.84998-0.38-0.28-1.11001-0.34001-1.54001-0.20001-0.43 0.14-0.77001 0.36-1.04001 0.72-0.61 0.79-0.54 1.9 0.16 2.63001 2.01 2.09 4.03001 4.17999 6.04001 6.26999 0.29 0.3 0.56999 0.59001 0.85999 0.89001 0.56 0.58 1.46002 0.72 2.18002 0.41 0.72-0.31 1.27998-1.04002 1.22998-1.83001-0.08-1.28-0.65-2.35998-1.56-3.25998-0.75-0.74-2.08999-0.8-2.82998 0-0.74 0.8-0.8 2.03999 0 2.82998 0.08 0.08 0.21 0.27999 0.30999 0.32999-0.19-0.26-0.23002-0.29997-0.11001-0.12997 0.03 0.05 0.06 0.08998 0.09 0.13998 0.03 0.05 0.06002 0.09999 0.08001 0.14999 0.09 0.19 0.07 0.13002-0.06-0.16998 0 0.13 0.08999 0.29999 0.10999 0.42999l-0.06998-0.52999c0.01 0.07 0.01999 0.15 0.01999 0.22l3.41001-1.41001c-2.01-2.09-4.03001-4.17999-6.04001-6.26999-0.29-0.3-0.56999-0.59001-0.85999-0.89001l-2.42001 3.14001c0.28 0.21 0.55999 0.40999 0.82999 0.62 0.17 0.13 0.14002 0.09998-0.09998-0.08002 0.07 0.05 0.13998 0.11 0.19998 0.16001 0.1 0.08 0.20002 0.16002 0.30002 0.24002 0.52 0.42 1.02 0.87 1.47 1.36999 0.45 0.5 0.82998 0.99999 1.31998 1.42999 0.49 0.43 1.02002 0.8 1.49002 1.25 0.76 0.72 2.07999 0.81 2.82998 0 0.75-0.81 0.81-2.05999 0-2.82998l0.04001 0z",
+ "fill": "#f198a1ff",
+ "width": 5.224919319152832,
+ "height": 5.3398003578186035,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "13Sng",
+ "x": 0.5839954142120405,
+ "y": 1.1168047059418313,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Demz2",
+ "x": 8.305144560768895,
+ "y": 0.5805888641716592,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "pcBXe",
+ "x": 8.602663290932469,
+ "y": 0.23108421453252959,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "xKeEQ",
+ "x": 9.17851663871079,
+ "y": 0.044358348483001464,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "AqlRz",
+ "x": 2.6810364846733137,
+ "y": 1.5285366643311136,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "2nbSO",
+ "x": 3.348066580727391,
+ "y": 2.0073028672577493,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "HmUf8",
+ "x": 109.35057830810547,
+ "y": 124.2963638305664,
+ "name": "花朵",
+ "children": [
+ {
+ "type": "path",
+ "id": "IeCnp",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M50.12584 27.85196c9.88-46.14-54.25-28.03001-15.53 4.38998-38.71-32.42-51.75 28.48-3.16 14.75-48.6 13.72 2.5 56.51002 12.38 10.36002-9.88 46.14 54.25 28.02998 15.53-4.39002 38.71 32.42 51.75-28.48 3.16-14.75 48.6-13.72-2.5-56.50999-12.38-10.35998z m-3.16 19.14999c-10.03 13.76-18.16 5.63-4.4-4.39999-13.76-10.03-5.63001-18.15999 4.4-4.39999 10.03-13.76 18.16-5.63001 4.39999 4.39999 13.76 10.03 5.63001 18.16-4.39999 4.39999z",
+ "width": 45.08004379272461,
+ "height": 40.792755126953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "QK0vQ",
+ "x": 135.79437255859375,
+ "y": 167.3003387451172,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "0qJ2m",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.17999 3.95946c0.15-0.26 1.56-2.53999 4.22-2.01998 2.83 0.55 5.98 3.26001 5.12 6.32-0.86 3.06 14.45999 15.63998 14.45999 15.63999 0 0 11.31001 10.31 6.73001 20.83999-6.9 9.45-5.87001 9.73002-13.82001 10.33002-7.95 0.6-11.10001-6.60001-11.1-6.6l-19.78998-36.59c0 0 5.93-12.77002 10.72-11.83002 4.57 0.91 3.55999 3.67 3.45999 3.91z",
+ "fill": "#fef0e2ff",
+ "width": 21.979055404663086,
+ "height": 26.382415771484375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "LAlVp",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "OJAXK",
+ "x": 6.799785137176514,
+ "y": 1.8956586122512817,
+ "name": "Vector",
+ "geometry": "M0 0.02002c0 0 0-0.01002 0-0.02002",
+ "width": 0,
+ "height": 0.009315633215010166,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#231815ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ycEir",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.17999 3.95946c0.15-0.26 1.56-2.53999 4.22-2.01998 2.83 0.55 5.98 3.26001 5.12 6.32-0.86 3.06 14.45999 15.63998 14.45999 15.63999 0 0 11.31001 10.31 6.73001 20.83999-6.9 9.45-5.87001 9.73002-13.82001 10.33002-7.95 0.6-11.10001-6.60001-11.1-6.6l-19.78998-36.59c0 0 5.93-12.77002 10.72-11.83002 4.57 0.91 3.55999 3.67 3.45999 3.91z",
+ "width": 21.979055404663086,
+ "height": 26.382415771484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "dRF61",
+ "x": 140.7946319580078,
+ "y": 169.20558166503906,
+ "name": "Vector",
+ "geometry": "M3.75 0l-3.75 6.67999",
+ "width": 1.7995225191116333,
+ "height": 3.198155164718628,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Bh78A",
+ "x": 145.81410217285156,
+ "y": 171.25469970703125,
+ "name": "Vector",
+ "geometry": "M2.64001 0l-2.64001 5.47998",
+ "width": 1.2668708562850952,
+ "height": 2.6236298084259033,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xA7eh",
+ "x": 171.9911651611328,
+ "y": 111.06498718261719,
+ "name": "Vector",
+ "geometry": "M0 1.10835c0 0 34.71999-11.73 58.14999 41.13 23.43 52.86-5.45001 78.63-7.95001 80.43 0 0-5.90999 5.1-11.48999-0.72l0.33002-2.29999c0 0 3.33 4.78999 11.06 1.07999 7.73-3.71 3.57998-15.87998 3.38998-16.13999-0.19-0.26-3.79999-7.83999-12.70999-3.39999l0.26999-4.74002c0 0-28.11-13.44-35.81-38.69001",
+ "width": 32.27508544921875,
+ "height": 59.71931838989258,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mUU97",
+ "x": 187.1023406982422,
+ "y": 128.93174743652344,
+ "name": "Vector",
+ "geometry": "M11.64002 0c0.36 0.17 0.52999 0.23001 0.73999 0.60001 1.17 2.11 1.23001 5.42002 2.73001 8.05001 2.65 1.53 8.26 1.34999 9.44 2.57999-0.37 1.11-2.97002 1.2-4.05002 1.56-0.86 0.29-1.70998 0.71999-2.50998 1.14999-4.69 2.47-3.88001 7.20002-5.23001 11.61002-1.34-0.81-1.37999-5.42001-1.92999-7.04001-1.7-4.98-7.09002-3.47999-10.83002-5.29999 1.3-1.62 5.25-1.58 7.13-2.61999 3.34-1.87 3.56001-7.28002 4.51002-10.58002l0-0.01001z",
+ "fill": "#f4f9fcff",
+ "width": 11.780882835388184,
+ "height": 12.232486724853516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "MJKLL",
+ "x": 142.15697948316392,
+ "y": 62.86474848324133,
+ "name": "猫咪身体",
+ "children": [
+ {
+ "type": "path",
+ "id": "qrVrC",
+ "x": 9.727013665639788,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M93.11597 59.63525c-0.23994-1.45066-0.47653-2.81222-0.74047-4.25809-0.05279-0.27768-0.18717-0.47815-0.10078-0.69359-0.15356-0.24417-0.18275-0.32808-0.15875-0.54832-0.20634-0.22981-0.46161-0.69838-0.5-1-0.43188-0.22023-0.39696-0.71688-0.41616-1.18128-0.0096-0.21066-0.58385-0.81872-0.58384-0.81872 0 0-0.13517-1.16201-0.5-1.5 0 0-0.57132-0.44612-0.5-0.5-0.08638-0.08618 0.40816-0.2358 0.32657-0.34112-0.13436-0.18672-0.81698-0.46258-0.82657-0.65888-0.33112-0.34471-0.02759-0.6386-0.21954-1.07427-0.09118-0.21066-0.27087-0.21028-0.28046-0.42573-0.19675-0.22502-0.48081-0.21753-0.5-0.5-0.24953-0.08618-0.17931-0.7691-0.34726-1.07072-1.20928-2.15445-2.66514-3.96155-4.15274-5.92928-1.20448-1.59429-4.5-5-4.5-5 0 0-0.91456-0.74834-1.5-1.5-0.85417-1.10116-2-2-2.87579-2.92476-0.59504-0.49792-0.95976-1.15382-1.5404-1.67089-0.58544-0.51707-1.08451-0.69421-1.55958-1.35969-0.73901-1.04371 0.39829-2.03955 1.40602-1.85762-0.38869-0.42131-0.7774-0.84742-1.17089-1.26395 2.68729-6.61655-6.08477-11.95479-10.72034-15.17688-4.57319-3.17901-9.43432-5.74041-14.92406-5.48188-5.36018-3.42797-11.71368-3.97376-17.64491-0.78996-1.81392 0.9719-2.53372 2.51352-2.50013 4.05994-0.31192 0.04309-0.62384 0.0814-0.93576 0.12448-0.09597 0.04309-0.19674 0.08139-0.29272 0.12448 0.05279 0.07181 0.08157 0.16278 0.08157 0.25374 0.13916-0.07181 0.27832-0.15799 0.40309-0.25853 0.41269-0.33514 0.99814 0.24895 0.58545 0.58409-0.89256 0.72772-2.04425 0.78518-3.01839 1.34534-0.41269 0.23938-0.79179 0.40695-1.24767 0.45961-0.16316 0.14842-0.32152 0.30163-0.48468 0.44526-0.3935 0.35429-0.7822 0.71336-1.15649 1.08201-0.18715 0.18193-0.51825 0.12927-0.65262-0.07661-0.08638 0.05267-0.18715 0.07182-0.30232 0.0431-1.23327-0.33035-2.6201-0.5075-3.89657-0.49314-0.30232 0-0.62863 0.02873-0.91656-0.0766-0.04799 0.01915-0.10078 0.03351-0.15356 0.03351-1.00773 0.04309-2.02026 0.04788-3.02319 0.18194-0.17275 0.02394-0.32632-0.11969-0.38391-0.27769-0.52306 0.52664-0.96934 1.1251-1.30045 1.78101-0.70061 0.82827-1.05093 1.89113-1.08452 2.98272-0.13916 0.26332-0.26393 0.541-0.3551 0.84741 0.18235 0.20108 0.30233 0.47398 0.30713 0.82348 0.0144 1.70441-0.06239 3.13113 0.39829 4.75894 0.42709 1.49854 0.41269 3.09762 0.56624 4.63925 0.16316 1.66132 0.50387 3.31306-0.14876 4.68233-0.02399 0.24417-0.05278 0.48834-0.10076 0.71815-0.14396 0.69421-0.45588 1.36448-0.763 2.03476 0.16796 0.33035 0.17754 0.7373-0.10078 1.14904-1.19968 1.78101-0.97413 4.64882-1.12769 6.70751-0.08158 1.1251-0.19675 2.26455-0.34551 3.39923 0.07198 2.69067 0.62515 5.42377 1.47932 7.94687 0.26393 0.14363 0.38003 0.14093 0.5 0.5 0.02399 0.0766 0.47121 0.4234 0.5 0.5 0.05758 0.05267-0.05758 0.42818 0 0.5 0.67182 0.83305 1.29939 1.16216 2 2 0.3743 0.12927 0.5 0.5 0.5 0.5 0 0 0.47425 0.3601 0.5 0.5 0.23034 0.02872 0.27926-0.12448 0.5 0 0.3887 0.22023 0.72647 0.66008 1 1 0.97894 0.22981 1.60081 0.43257 2.3494 1.26563 0.03839-0.03351 0.08157-0.05745 0.12956-0.07182 0.20155-0.06224 0.3839 0.0766 0.45108 0.25375-0.02879-0.07182-0.00959-0.0383 0.00481 0 0.08638-0.06224 0.19195-0.10533 0.29752-0.12449 0.31192-0.05266 0.61904 0 0.93095 0 0.22074 0 0.48466 0 0.65262 0.16758 0.25433 0.25375 0.09118 0.59367-0.11516 0.80911-0.08638 0.09096-0.18715 0.16757-0.28793 0.23938-0.0096 0.00957-0.01919 0.01436-0.02879 0.02394-0.02879 0.05745-0.05279 0.1197-0.08159 0.17715-0.0192 0.0383-0.04318 0.07181-0.06717 0.11011 0.17275 0.03351 0.34551 0.06704 0.52306 0.09576-1.8667 2.29329-2.41856 5.69732-1.65076 8.52683 0.54705 2.02039 2.2602 3.5668 4.26127 4.01684 0.52306 0.11969 1.03652 0.11012 1.52118 0.0383 0.06238 0.12927 0.12957 0.25853 0.19676 0.38301 0.27353-0.0383 0.55665 0 0.81098 0.13406 0.53746-0.61761 1.58838-0.49312 2.10665 0.20588 0.23034 0.31119 0.35511 0.68462 0.42229 1.06284 0.02879 0.15799 0.05758 0.32078 0.07678 0.47877-0.0096-0.09097 0.03358 0.09576 0.04798 0.19152 0.02879 0.04309 0.05759 0.09575 0.07678 0.1149 0.10077 0.11491 0.19675 0.22503 0.30232 0.33514 0.06718 0.07181 0.15836 0.13883 0.21595 0.21543 0.02879 0.0383 0.04799 0.06224 0.05758 0.07182 0.48467 0.19151 0.83978 0.59846 0.83978 1.18735 0 0.0766-0.00961 0.14841-0.024 0.22501 0.25913 0.17715 0.45588 0.44525 0.54225 0.79476 0.08638 0.02394 0.17756 0.07182 0.25914 0.15321 0.39829 0.38301 0.59024 0.86656 0.78219 1.36926 0.16316 0.41653 0.43668 0.84263 0.71501 1.21128 0.27833 0.36865 0.7246 0.56973 1.04612 0.91924 0.3743 0.40216 0.67182 0.87135 0.94535 1.34533 0.07198 0.11969 0.09117 0.23938 0.08157 0.35428 0.0144 0.02394 0.0288 0.04788 0.0432 0.07661 0.34071 0.35429 0.691 0.70856 1.03651 1.08679 0.71021 0.78039 1.41083 1.56078 2.11145 2.34596 0.04319 0.00479 0.09116 0.01436 0.13915 0.03351 0.05279 0.01915 0.096 0.04788 0.14399 0.07183 0 0-0.00002-0.00958 0.00478-0.00959 0.02879 0.01915 0.06238 0.04309 0.09117 0.06224 0.0192 0.01437 0.04319 0.02393 0.06239 0.0383 0.3887 0.25375 0.76782 0.51707 1.13252 0.79954 0.39829 0.30641 0.7582 0.6607 1.16609 0.95274 0.66702 0.47877 1.48759 0.78039 2.11142 1.31661 0.15836 0.07182 0.31671 0.14364 0.47987 0.21066 0.19675 0.08618 0.37431 0.18671 0.54706 0.3112 0.14876 0.11012 0.27831 0.27768 0.43667 0.36386 0.25913 0.14363 0.61904 0.12449 0.90217 0.21545 0.30712 0.09576 0.55186 0.24895 0.7582 0.46919 0.67662 0.18193 1.34366 0.33035 2.05388 0.33992 0.26393 0 0.43667 0.13884 0.52784 0.32078 0.47028 0 0.94054-0.01436 1.40602 0.06703 0.46068 0.0766 0.90696 0.25853 1.38204 0.24895 0.47507-0.00957 0.47028 0.72294 0 0.73252-0.50387 0.00957-0.98854-0.15321-1.47801-0.25375-0.43668-0.09097-0.91174-0.05745-1.36283-0.05745-0.0096 0-0.01442 0-0.01921 0-0.10077 0.11969-0.24951 0.1963-0.45585 0.19151-0.83978-0.01437-1.66516-0.17236-2.46656-0.40217-0.02399-0.00957-0.0528-0.01436-0.07679-0.01915-0.46068 0.01915-0.90214-0.16756-1.32923-0.35429-0.48467-0.11969-0.96455-0.23939-1.44923-0.36387-0.98374-0.25375-1.95309-0.55537-2.91283-0.88572-0.3647-0.12448-0.71981-0.24416-1.05092-0.43566-0.35031-0.20587-0.66701-0.45962-1.06531-0.57452-0.19195-0.05745-0.31671-0.17715-0.38389-0.31599-0.05279-0.0383-0.10557-0.08618-0.14876-0.13885-0.09117-0.10054-0.18236-0.20586-0.27833-0.3064-0.62863-0.27769-1.26687-0.48834-1.83792-0.94317-0.32151 0-0.64302-0.12449-0.87816-0.42611-0.24474 0.01915-0.49907-0.02872-0.7534-0.15799-1.30045-0.65591-2.68249-1.04372-4.09332-1.36928-0.52306-0.11969-1.30046-0.47876-1.98668-0.6942-0.27833 0.11011-0.60463 0.11491-0.95014-0.02873-0.03359 0.00957-0.0624 0.02872-0.10078 0.0383-0.63823 0.16756-1.22366 0.11491-1.8475-0.06224-0.53746-0.15799-0.94535-0.11968-1.502-0.07659-0.3839 0.02872-0.72941-0.16278-0.96935-0.45004-0.55185 0.04309-1.0941 0.09575-1.59317 0.11969-0.20634 0.00957-0.3839-0.02395-0.53745-0.08619-0.04319 0-0.08639 0.00959-0.12958 0.00959-1.55479-0.02872-3.18635-0.45004-4.70275 0.02872-0.18235 0.05745-0.35031 0.07182-0.50866 0.05745-0.39829 0.11969-0.7582 0.2681-1.07971 0.44525-1.19488 0.52186-2.35618 1.11074-3.57026 1.57036-0.63823 0.23938-1.30526 0.38779-1.97228 0.5362-0.08638 0.21066-0.23993 0.39739-0.43188 0.54581-1.84271 1.41714-3.004 3.82534-3.7622 5.96064-0.45108 1.26395-0.61424 2.59969-0.85898 3.91152 0.22074-0.10533 0.47987-0.13883 0.7342-0.08139 0.55185 0.12448 0.87817 0.76123 0.73421 1.28787-0.08158 0.29205-0.18715 0.5841-0.24953 0.88572 0 0.04309 0 0.08619 0 0.12928 0 0.01436 0 0.02393 0 0.0383 0.0096 0.05266 0.0192 0.10533 0.0336 0.1532 0.05279 0.20587 0.11517 0.40216 0.19674 0.59846 0.03359 0.08139 0.06718 0.16279 0.10077 0.23939 0.0096 0.02394 0.04318 0.09575 0.05278 0.11969 0.07678 0.17714 0.16317 0.35428 0.24955 0.52664 0.42709 0.02872 0.85896 0.01436 1.28125-0.04788 0.42709-0.06224 0.85898-0.12449 1.28607-0.18673-0.28792-1.38363-0.10558-3.11197 0.50386-4.47646-0.08158-0.27769-0.06238-0.57931 0.10557-0.79954 0.86377-1.13467 1.72753-2.49915 3.03759-3.16942 0.82058-0.41653 1.83792-0.68465 2.79286-0.59368 0.09597-0.04787 0.19675-0.09574 0.31672-0.12447 5.19222-1.35491 11.62252-1.84805 15.88379 1.98208 0.14396 0.05267 0.28792 0.11012 0.43188 0.17715 0.19675-0.04309 0.4175-0.04308 0.66703 0.0383 0.89256 0.29205 1.81391 0.71336 2.6009 1.22564 0.35511 0.2298 0.62384 0.47398 0.99814 0.64155 0.7582 0.23938 1.5116 0.46439 2.25061 0.76123 0.28792-0.04309 0.58065-0.08617 0.86856-0.12926 0.7678 0.13406 1.5356 0.2681 2.2794 0.45961 1.28126 0.33034 2.15896 0.67122 3.45942 0.99678 2.50973 0.63676 5.06312 0.37729 7.36651-0.4797 1.82832 0.23938 3.81477-0.56755 5.63349-1.5203 0.20155-0.17715 0.21208 0.02872 0.5 0 1.184-0.52175 3.07057-1.92476 4-2.5 0.67182-0.55058 1.18191-0.74344 1.74335-1.39456 0.42229-0.48834 0.81578-1.00062 1.46842-1.17776 0.29752-0.08139 0.50031-0.4181 0.78823-0.42768 0.72939-0.23608 0.74786 0.14413 1 0 0.39829-0.2729 0.67849-0.64841 1-0.5 2.71608-1.02935 5.5-1.5 8.28243-2.42846 0.20155-0.14841 0.40309-0.22023 0.59024-0.23938 0.71981-0.49313 1.57877-0.86657 2.34177-1.27352 1.20448-0.64633 2.36096-1.34533 3.58944-1.95816 1.69611-1.60048 3.16052-2.1546 4.69612-3.60048 0.98854-0.93359 1.74942-2.01744 3-3 0.12476-0.22023 0.32725-0.39946 0.5-0.5 0.17275-0.43089 0.54237-0.82311 0.82549-1.21091 0.3551-0.47877 0.8302-0.77081 1.13732-1.26393 0.3455-0.55058 0.63342-1.05808 1.07011-1.56078-0.03292-0.46437 0.91429-1.27016 0.96708-1.96438 0.02879-0.3878 0.26486-0.79413 0.5-1 0.0144-0.10054-0.04319-0.39467 0-0.5 0.91656-2.33638 1.50813-4.04747 2.04078-6.45087 0.3599-1.63259-0.26246-3.37344-0.54078-5.04913z",
+ "fill": "#fffbeeff",
+ "width": 93.76586151123047,
+ "height": 102.89453887939453,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffbeeff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fAalU",
+ "x": 16.3204737486476,
+ "y": 25.870793814121498,
+ "name": "Vector",
+ "geometry": "M31.69998 19.56c0-0.74 0.00001-1.49001-0.01999-2.23001-0.03-1.43-0.47-2.64-0.69-4.03-0.13-0.83 0.16-2.04998 0-2.94998-0.38-0.39-0.58-0.93-0.60001-1.47001-0.25-0.2-0.51001-0.39002-0.79-0.55001-0.1-0.37-0.21998-0.73999-0.37998-1.10999-2.09-4.7-5.84-6.16999-10-6.42999-0.44-0.32-0.89002-0.58001-1.36001-0.79001-0.47 0.01-0.94 0.02001-1.41001 0.04001 0.06 0-0.02 0.02-0.41 0.03-0.29 0.05-0.58001 0.09998-0.88001 0.13998-0.85 0.12-1.75999 0.28-2.61999 0.13001-0.21 0.1-0.40998 0.20999-0.63999 0.29998-0.51 0.19-1.02 0.11-1.47-0.11999-0.51 0.27-1.01001 0.57999-1.48001 0.92999-0.81 0.12-1.51998 0.39002-2.13998 0.74002 0.06 0.32 0.06 0.63998-0.03 0.94998-0.03 0.1-0.05001 0.19001-0.07001 0.29001 0 0.05 0 0.1 0 0.13001-0.01 0.23-0.00999 0.46-0.01999 0.69-0.02 0.4-0.06 0.79998-0.13 1.19998-0.07 0.37-0.23 0.71001-0.38001 1.04001-0.09 0.21-0.20002 0.41-0.30002 0.62 0 0.02-0.02999 0.06001-0.04998 0.1-0.02 0.05-0.04001 0.1-0.04001 0.12-0.05 0.15-0.07999 0.31-0.10999 0.47 0 0.02-0.00001 0.05001-0.01001 0.07001-0.07 0.74-0.12999 1.52-0.39999 2.22-0.17 0.45-0.39999 0.87-0.67999 1.25 0.08 0.12 0.16 0.25 0.25 0.36999-0.12 0.3-0.23001 0.60999-0.32001 0.92999-0.14 0.08-0.28 0.16-0.41 0.25 0 0.09 0.03 0.17002 0.02999 0.27002 0 1.62-0.78998 2.97999-1.13998 4.51999-0.23 1.02-0.27001 2.08-0.51001 3.10001-0.21 0.89-0.66001 1.71999-0.85001 2.60998-0.13 0.62-0.09998 1.26002-0.16998 1.89002 0.1 0.37 0.12 0.77999 0.06 1.17999-0.22 1.3-0.18002 2.65-0.49002 3.94-0.03 0.14-0.09999 0.27999-0.15 0.43 0.05 0.09 0.1 0.17002 0.13001 0.27002 0.14 0.26 0.2 0.54 0.19 0.83999l0 0.03998c0 0.39-0.10002 0.76001-0.30002 1.10001l-0.31997 0.41c-0.03 0.13-0.07 0.26001-0.12 0.38001 0.14 0.4 0.17 0.84999 0.09 1.26998 0.1 0.48 0.17 0.96001 0.16 1.45002-0.03 1.25-0.38001 2.48001-0.42001 3.73001-0.01 0.4-0.11999 0.74999-0.29999 1.04999 0.52 1.82 1.35999 3.68999 1.10999 5.48999 0.87 0.04 1.74 0.13002 2.61999 0.21002 0.4-0.36 0.91-0.60003 1.44-0.56003 0.39 0.03 0.78001 0.03001 1.17002 0.01001 0.06 0 0.49-0.06999 0.55999-0.04999 0.71-0.12 1.40999-0.29002 2.10999-0.46002 1.34-0.33 2.72999-0.62999 4.11999-0.63998 1.85-0.74 3.64002-1.61002 5.49002-2.36002 0.87-0.35 1.7-0.40999 2.62-0.54999 0.15-0.16 0.27998-0.31999 0.41998-0.48999 0.26-0.32 0.49-0.65002 0.75-0.96002 0.2-0.25 0.46002-0.40998 0.74002-0.50998 0.09-0.13 0.18999-0.26001 0.32999-0.39001 1.81-1.74 3.90999-3.41998 4.92999-5.78998 1.1-2.55 1.99003-5.35003 2.62003-8.06003 0.39-1.67 0.56-3.38999 0.61999-5.10999-0.11-0.12-0.21001-0.24998-0.32-0.35998 0.14-0.38 0.26001-0.78002 0.36001-1.18002l0.00998-0.04999z",
+ "fill": "#f7be93ff",
+ "width": 15.211954116821289,
+ "height": 22.535531997680664,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "gxqz3",
+ "x": 83.35869129320326,
+ "y": 42.86220311587931,
+ "name": "Vector",
+ "geometry": "M42.44 39.29001c-0.29-2.04-0.35004-4.09-0.60003-6.13001-0.23-1.86-0.85998-3.57999-1.47998-5.32998-1.26-3.58-2.57001-7.14002-4.01001-10.65003-1.33-3.23-2.75999-6.55997-4.85999-9.37997-1.49-2.01-3.14003-4.06-3.78003-6.47-0.43-0.3-0.70001-0.75-0.82001-1.25-0.05-0.03-0.09997-0.05002-0.14996-0.08002 0 0-0.01002 0.00999-0.02002 0.01999 0 0-0.01002 0.00001-0.02002 0.01001 0 0 0.00005 0-0.00995 0-0.17 0.07-0.35002 0.15-0.52002 0.22-0.01 0-0.02999 0.01001-0.04998 0.01001-0.02 0-0.03005 0-0.05005 0-0.02 0-0.04995 0-0.06995 0-0.62 0.56-1.15002 1.22-1.52002 2-1.05 0.43-2.02003 1.19999-2.78003 2.39999-0.74 1.17-1.63997 2.09-2.58996 2.94001-0.8 0.49-1.6 0.98999-2.38001 1.51999-0.02 0.09-0.03 0.18002-0.06 0.27001-0.43 1.18-1.07998 2.14-2.03997 2.97001-0.7 0.61-1.52003 1.11998-2.09003 1.85998-0.76 0.98-1.20998 2.18999-1.78998 3.26999-0.57 1.05-1.34002 1.95-1.96002 2.97-1.34 2.2-2.27 4.62-3.63001 6.81-0.43 0.7-0.82997 1.39003-1.21997 2.09003-0.4 0.99-0.76001 2-1.13 3.02999-0.23 0.65-0.46001 1.29999-0.70001 1.96 0.04 0.1 0.07998 0.18999 0.09997 0.29998 0.27 1.18-0.17999 2.19002-0.73999 3.21003-0.14 0.25-0.27999 0.49999-0.42999 0.73999 0.12 0.27 0.18999 0.55998 0.17999 0.88998-0.06 1.15-0.44999 2.21001-0.79999 3.29001 0.15 0.3 0.24997 0.64 0.21997 0.94-0.09 0.96-0.27999 1.89-0.42999 2.84-0.03 0.28-0.06 0.56002-0.06 0.83001 0 0.27-0.05996 0.52999-0.14996 0.76999 0.12 1.43 0.27 2.85999 0.31 4.29999 0.06 2.09 0.15996 4.14001 0.39996 6.17001 0.44 0.35 0.75004 0.88001 0.79004 1.60001 0.02 0.41 0.53998 1.1 0.66998 1.47 0.22 0.61 0.27002 1.24999 0.27002 1.88999 0.02 1.4 0.34998 2.44003 0.91999 3.71002 0.51 1.15 0.8 2.42998 1.38 3.53998 0.6 1.14 1.37 2.18002 2.06 3.27002 0.7 1.11 1.19997 2.30999 1.77997 3.48999 0.58 1.18 1.38003 2.03999 2.16003 3.07998 0.81 1.07 1.38 2.28 1.94 3.5 0.11 0.23 0.21001 0.47 0.32001 0.72 0.91 0.06 1.71 0.52 2 1.5 0.09 0 0.17997-0.03 0.27997-0.02999 0.24 0.02 0.48002 0 0.71002 0-0.04 0-0.07999 0-0.10998 0-0.18 0-0.12 0 0 0 0.06 0 0.12994 0.00001 0.18994-0.01999 0.03 0 0.14-0.05002 0.25-0.08002 0.74-0.81 1.59003-1.50999 2.47003-2.17999 0.81-0.97 1.56001-1.98 2.51001-2.81 0.7-0.62 1.48998-1.11999 2.28998-1.60999 0.1-0.1 0.21-0.18999 0.30999-0.30999 0.51-0.57 1.01-1.16 1.5-1.75 0.24 0.03 0.48003 0.03 0.72004 0.03 0.09-0.88 0.63997-1.70001 1.65997-1.88001 0.03-0.11 0.06001-0.21999 0.07001-0.34 0.11-0.75 0.75999-1.28002 1.48999-1.49002 0.64-1.01 1.28-2.01998 1.94-2.94998 2.13-2.96 4.36999-5.82001 6.04999-9.07001 3.41-6.59 4.98001-14.31 5.01001-21.69 0-0.28 0.06001-0.52 0.13-0.75-0.02-0.07-0.04-0.13999-0.06-0.20999l0.03003 0.03z",
+ "fill": "#f7be93ff",
+ "width": 20.380178451538086,
+ "height": 41.36540222167969,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "zGoTi",
+ "x": 0,
+ "y": 0.2236619240629807,
+ "name": "Vector",
+ "geometry": "M71.26001 9.19921c-4.91-2.46-10.11002-1.27-15.05002-3.28-5.56-2.26-10.37-4.97999-16.47-5.68-5.98-0.69-12.04999 0.18999-17.85998 1.65-3.51 0.88-7.97002 1.78-11.71003 3.47999-0.19 0.46-0.53998 0.85-1.09997 1.08001-0.03 0.25-0.1 0.5-0.22 0.77-0.13 0.28-0.30001 0.54-0.48001 0.78-1.98 3.28-3.58 6.76999-5.78 9.89999-0.81 1.15-1.31 2.66001-1.72 4.09002 0.24 0.5 0.33001 1.06999 0.17001 1.59999-0.28 0.96-0.45002 1.94-0.71002 2.89999-0.08 0.3-0.17999 0.60001-0.26999 0.89001 0.06 0.12 0.11001 0.23999 0.14001 0.35999 0.15 0.55 0.04998 1.05002-0.15002 1.55002 0 0 0 0.02 0 0.03 0.15-0.34 0.05-0.11001 0 0.04998-0.03 0.53 0 1.05002 0 1.58002 0 0.17-0.01999 0.32999-0.04999 0.48999 0.62 3.08 1.91999 5.99 4.04999 8.66001 3.25 4.09 7.69 8.15 12.19 10.83999 3.32 1.98 6.98999 2.57 10.17999 4.16001 0.54-0.11 1.10002-0.03999 1.55002 0.26001 0.17 0.12 0.35001 0.21998 0.54001 0.31997 0.06 0 0.42 0.15001 0.5 0.17002 0.53 0.13 1.05998 0.19001 1.56998 0.38 0.52 0.19 1.02002 0.43998 1.55002 0.59998 0.61 0.19 1.07998 0.25001 1.47998 0.29 1.41 0.14 2.81 0.17001 4.22 0.38001 0.46 0.07 0.91001 0.18 1.36001 0.31 0.26 0.08 0.52 0.16 0.78 0.22 0.04 0.01 0.09 0.02 0.13001 0.03 0.03 0 0.05999 0 0.10998 0 0.09 0 0.18002 0.00999 0.27002 0.01999 0.18-0.21 0.34-0.43998 0.5-0.66999-0.02-0.25-0.03003-0.51001-0.06003-0.76001-0.06-0.4-0.15998-0.78998-0.28997-1.16998-0.04-0.07-0.07001-0.14002-0.11002-0.21002-0.19-0.29-0.26998-0.62998-0.28998-0.97998-0.08-0.19-0.15002-0.38002-0.21002-0.58002-0.11-0.42-0.17999-0.87998-0.13998-1.31997 0-0.1 0.02998-0.19 0.03997-0.28-0.45-0.89-0.81997-1.83002-1.15997-2.74003-0.97-2.6-0.31001-5.21999-0.76001-7.86999-0.07-0.13-0.13001-0.25998-0.17001-0.38998 0.04 0.05 0.07001 0.01999 0.1-0.07001-0.51-2.73-0.55001-5.46002-0.85-8.21002-0.16-1.41-0.21999-2.75999-0.01999-4.18 0.16-1.11 0.64-2.35999 0.47-3.48999-0.18-1.21 0.28999-2.43 1.57999-2.78 0.02 0 0.05002-0.00001 0.08001-0.01001 0.41-0.66 1.12-1.13999 1.9-1.07998 0.35 0.03 0.63001 0.05999 0.88 0.07998 0.26-0.3 0.61999-0.52 1.09-0.63999 2.75-0.67 5.56-0.64999 8.35-0.35 0.06-0.07 0.14-0.14 0.19001-0.22 0.52 0.15 1.02999 0.28999 1.54998 0.43 1.72 0.24 3.44001 0.48001 5.14002 0.79 1.13 0.21 2.27999 0.61 3.42999 0.7 0.11-0.35 0.28001-0.69 0.54001-0.95 1.9-1.97 4.52999-2.93 7.01999-3.88999 0.48-0.18 0.97001-0.34 1.45001-0.52001 0.04-0.01 0.08997-0.04 0.12998-0.06 0.03-0.07 0.05002-0.15 0.08001-0.22 0.19-0.45 0.39001-0.81 0.76001-1.16 0.52-0.49 1.17-0.63 1.75-1.02001 0.41-0.27 0.86998-0.35999 1.31998-0.29998-0.16-1.84-1.21999-3.59001-3.51999-4.74001l0.01001-0.02z",
+ "fill": "#175e64ff",
+ "width": 35.88007354736328,
+ "height": 27.806360244750977,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "lVIwR",
+ "x": 6.919623929464251,
+ "y": 0.39037101930261997,
+ "name": "Vector",
+ "geometry": "M3.7803 7.141c0.51-0.29 1.01999-0.55 1.54999-0.8 0.53-0.25-0.14999 0.04 0.32-0.13 0.31-0.11 0.62-0.23 0.94001-0.33001 0.48-0.15 0.96-0.28 1.44-0.39 0.33-0.07 0.64998-0.13 0.97998-0.19 0.53-0.1-0.25999 0.00001 0.32001-0.03999 2.36-0.2 4.73999-0.18999 7.10998-0.26 1.31-0.03 2.56-1.12 2.5-2.5-0.06-1.38-1.1-2.54-2.5-2.5-2.52 0.07-5.08998 0-7.59998 0.31-2.69 0.34-5.24001 1.16-7.6 2.5-1.14 0.65-1.61999 2.29-0.89999 3.42 0.72 1.13 2.19998 1.58999 3.41998 0.89999l0.02002 0.01001z",
+ "fill": "#55c3f1ff",
+ "width": 9.089914321899414,
+ "height": 3.569610595703125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "jzOPi",
+ "x": 49.26371296068373,
+ "y": 14.485733503757729,
+ "name": "Vector",
+ "geometry": "M0 0.00998c0 0 41.42001 34.89001 64.95001 33.60001l7.45001-2.63001-4.15997-3.64999-68.24005-27.32999 0 0.00998z",
+ "fill": "#f8e2deff",
+ "width": 34.742794036865234,
+ "height": 16.10803985595703,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8e2deff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "E1Jjs",
+ "x": 16.51072033067885,
+ "y": 3.697822088657631,
+ "name": "Vector",
+ "geometry": "M86.88742 56.74468c-1.85231-15.47373-16.8771-29.22389-22.70755-33.97804l0.42226-0.26811c-0.3647-0.06224 4.58759-17.44624-23.23542-21.96101 0 0-15.80699-3.27955-28.14932 6.3628 0 0-7.64918-1.92464-10.71557 0.13406-3.06639 2.05869 0.59025 17.17813 0.59025 17.17813 0 0-6.21915 18.23142-1.01732 25.45121 5.19702 7.21979 10.86431 5.57285 10.8643 5.57285 0 0 7.83151 30.40644 26.53215 33.96846 21.37833 4.06951 49.79638-12.5724 47.41622-32.46035z",
+ "width": 87.02764129638672,
+ "height": 89.8224105834961,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "huRZI",
+ "x": 25.510031777822405,
+ "y": 10.598145956455483,
+ "name": "Vector",
+ "geometry": "M0 9.97002c0 0 0.41001-2.46002 8.79001-9.97002",
+ "width": 4.218084812164307,
+ "height": 4.773307800292969,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "M4xGW",
+ "x": 48.020155984365374,
+ "y": 55.597009176670326,
+ "name": "Vector",
+ "geometry": "M22.13149 1.0708c0 0-19.48002-6.76-21.90003 13.69-2.42 20.45 14.80002 21.53999 20.71002 16.07999 5.91-5.46 4.07001-10.92999 4.07001-10.92999",
+ "width": 12.132347106933594,
+ "height": 16.11077880859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DTYrX",
+ "x": 26.334696847402483,
+ "y": 57.512074942051186,
+ "name": "Vector",
+ "geometry": "M22.13149 1.0708c0 0-19.48002-6.76-21.90003 13.69-2.42 20.45 14.80002 21.53999 20.71002 16.07999 5.91-5.46 4.06998-10.92999 4.06998-10.92999",
+ "width": 12.132338523864746,
+ "height": 16.11077880859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3WASZ",
+ "x": 83.53158100267592,
+ "y": 42.9771056122172,
+ "name": "Vector",
+ "geometry": "M26.29967 0c0 0-50.32999 37.28003-11.73999 86.40002",
+ "width": 12.620491027832031,
+ "height": 41.36541748046875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UpuPD",
+ "x": 16.512419778310687,
+ "y": 25.997922415195717,
+ "name": "Vector",
+ "geometry": "M0 46.14449c0 0 29.06999 3.83 31.23999-25.25001 2.17-29.08-25.35001-19.32001-25.35001-19.32",
+ "width": 15.049715042114258,
+ "height": 22.172130584716797,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BIpne",
+ "x": 14.794468003713519,
+ "y": 86.00350713199259,
+ "name": "Vector",
+ "geometry": "M94.53 15.70068c0 0-16.83997 4.05001-35.14997-7.15-18.31-11.2-47.26001-8.17999-47.26-8.17999 0 0-8.09003 0.74-12.12003 5.97",
+ "width": 45.362361907958984,
+ "height": 7.8584885597229,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "37EO6",
+ "x": 10.0293360533351,
+ "y": 90.19756078189494,
+ "name": "Vector",
+ "geometry": "M0 2.50055c0 0 2.58001-3.82998 8.29001-2.00997",
+ "width": 3.9781484603881836,
+ "height": 1.1971813440322876,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7ehxN",
+ "x": 9.549463349782854,
+ "y": 93.51596593326212,
+ "name": "Vector",
+ "geometry": "M5.14999 0.00941c0 0-2.19999-0.28999-5.14999 2.35",
+ "width": 2.471341371536255,
+ "height": 1.129608154296875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jGKkm",
+ "x": 7.859598714315325,
+ "y": 98.37036656802775,
+ "name": "Vector",
+ "geometry": "M5.40149 0c0 0-6.35 5.65-5.28 12.44",
+ "width": 2.5920252799987793,
+ "height": 5.955853462219238,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1igNj",
+ "x": 10.845652657949358,
+ "y": 101.34829472964884,
+ "name": "Vector",
+ "geometry": "M0.80889 0c0 0-1.82 6.91 0 10.11999",
+ "width": 0.388163685798645,
+ "height": 4.845112323760986,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Hh9Oi",
+ "x": 13.105321008169085,
+ "y": 102.224431509434,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 1.81999 2.07001 3.51999 2.64001",
+ "width": 1.6891465187072754,
+ "height": 1.263949990272522,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "agNv1",
+ "x": 14.14619739671889,
+ "y": 93.51089238589884,
+ "name": "Vector",
+ "geometry": "M0.00096 13.17999c0 0-0.40001-12.35999 15.12-13.17999",
+ "width": 7.256133556365967,
+ "height": 6.310135841369629,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mw6SV",
+ "x": 25.471634942495257,
+ "y": 92.974675650059,
+ "name": "Vector",
+ "geometry": "M2.28 0c0 0 4.15 3.95998-2.28 9.28998",
+ "width": 1.7264117002487183,
+ "height": 4.447728157043457,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zyWxc",
+ "x": 22.362069207631976,
+ "y": 92.64910649722697,
+ "name": "Vector",
+ "geometry": "M4.06998 0c0 0 0.31002 3.41001-4.06998 4.17001",
+ "width": 1.9553583860397339,
+ "height": 1.9964617490768433,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lnALk",
+ "x": 29.61774166246596,
+ "y": 93.18053960269572,
+ "name": "Vector",
+ "geometry": "M0.57001 0c0 0 2.20999 2.22999-0.57001 3.73999",
+ "width": 0.6731951236724854,
+ "height": 1.790581226348877,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RKILT",
+ "x": 32.400996285879046,
+ "y": 92.802312368809,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 26.43003 16.39002 47.31003 15.11002 20.88-1.28 32.09998-15.11002 32.09997-15.11002",
+ "width": 38.106689453125,
+ "height": 7.2682785987854,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "su5Od",
+ "x": 22.793952065908343,
+ "y": 16.664113516269936,
+ "name": "Vector",
+ "geometry": "M0 0c0.54 0 2.59 0.51001 2.59 0.51001",
+ "width": 1.242868423461914,
+ "height": 0.2441754788160324,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "krIsj",
+ "x": 21.7334376158351,
+ "y": 18.90314435428263,
+ "name": "Vector",
+ "geometry": "M5.41 0.73333c0 0-2.41-1.65-5.41 0",
+ "width": 2.5961127281188965,
+ "height": 0.3510952591896057,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "13VDS",
+ "x": 21.49350078722182,
+ "y": 20.910768026767983,
+ "name": "Vector",
+ "geometry": "M4.56 0c0 0-2.96 0.55-4.56 2.87",
+ "width": 2.188218116760254,
+ "height": 1.3740568161010742,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WbPW0",
+ "x": 28.50563343187514,
+ "y": 58.479558462559,
+ "name": "Vector",
+ "geometry": "M5.3175 11c7.08 0 7.09-11 0-11-7.09 0-7.09 11 0 11z",
+ "fill": "#fffbeeff",
+ "width": 5.101646423339844,
+ "height": 5.2664289474487305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "1LWwJ",
+ "x": 28.35829456468764,
+ "y": 60.104379171787514,
+ "name": "Vector",
+ "geometry": "M0.00454 5.29625c0.2 5.36 2.65 11.45999 5.25 16.11999 3.45 6.18 12.95 0.64001 9.5-5.54999-0.91-1.64-1.51-3.32-2.13001-5.08999-0.62-1.77-1.55-3.66-1.61999-5.47-0.26-7.06-11.26-7.09-11 0l0-0.01001z",
+ "fill": "#fffbeeff",
+ "width": 7.436606407165527,
+ "height": 11.545257568359375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "BSGCk",
+ "x": 31.27449329515639,
+ "y": 67.89210271304728,
+ "name": "Vector",
+ "geometry": "M5.3175 11c7.08 0 7.09-11 0-11-7.09 0-7.09 11 0 11z",
+ "fill": "#fffbeeff",
+ "width": 5.101646423339844,
+ "height": 5.2664289474487305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "USTII",
+ "x": 28.371270257436663,
+ "y": 58.52264546817423,
+ "name": "Vector",
+ "geometry": "M5.3175 11c7.08 0 7.09-11 0-11-7.09 0-7.09 11 0 11z",
+ "fill": "#fffbeeff",
+ "width": 5.101646423339844,
+ "height": 5.2664289474487305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6L2CG",
+ "x": 142.34375609126255,
+ "y": 11.472167513331613,
+ "name": "魔法帽",
+ "children": [
+ {
+ "type": "path",
+ "id": "iDWJW",
+ "x": 4.098482716415674,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M222.5 140.04001c-0.32001-1.09-0.59003-2.12-0.77002-3.25-0.08-0.53999-0.26996-1.36002-0.39996-1.64002-0.19001-0.42999-0.45998-0.83001-0.66999-1.26001-0.25999-0.55999-0.32002-1.11996-0.52002-1.68997-0.19999-0.57001-0.93002-1.18002-1.33001-1.77002-0.4-0.58-0.66999-1.22999-0.98999-1.84999-0.13001-0.25-0.42003-0.75-0.46002-0.83999 0.03999 0.08999-0.15999-0.11001-0.10999-0.11001-0.08-0.05-0.17001-0.09-0.26001-0.13-0.44-0.19-0.73997-0.55-0.90997-0.98-0.5-0.26-1.03-0.47-1.62-0.69-1.64999-0.64-2.79004-1.67-4.23004-2.63-1.28-0.86-2.47998-1.62001-3.60998-2.69001-1-0.94999-2.07001-1.57999-3.19001-2.36999-0.94999-0.67-1.98997-1.72001-3.21997-1.71001-1.11 0.01-1.8-0.64-2.06-1.44999-0.22-0.13-0.43998-0.25-0.67999-0.37-1.2-0.6-2.59001-0.81-3.82001-1.39-1.30999-0.61-2.60002-1.22001-3.96002-1.71001-1.22-0.43-2.31997-0.91-3.28998-1.72-0.52999 0.14-1.05003 0.34001-1.54003 0.59001-0.85001-0.33999-1.71001-0.67-2.57001-0.96-1.33-0.59-2.65996-1.2-3.95996-1.9-0.76-0.26-1.50002-0.45-2.39002-0.44-1.49 0.02-2.68001-0.2-3.82-1.21-0.84-0.74-0.87999-1.67-0.49-2.43-0.27999-0.51999-0.54998-1.05001-0.66998-1.65001-0.16-0.78-0.33999-1.43998-0.69-2.12999-0.50999-0.98-1.03-1.95-1.38001-3-0.27-0.81-0.30003-1.64-0.41003-2.47-0.02-0.02-0.03999-0.03001-0.06-0.05-0.22-0.2-0.37997-0.45-0.46997-0.73-0.14-0.27-0.21-0.56001-0.19-0.87001l0-0.06999c0-0.18 0.03001-0.35001 0.07001-0.51001-0.11-0.25-0.22-0.49999-0.32001-0.75999-0.33-0.81-0.55-1.61-1.06-2.33-0.07001-0.1-0.32001-0.39999-0.51001-0.65-0.28-0.35-0.55998-0.71001-0.78998-1.1-0.50999-0.87-0.78999-1.85-0.75-2.86 0-0.18 0.03002-0.34 0.07001-0.5-0.99-2.03-1.25001-4.21999-2.01001-6.32-0.39999-1.11-0.99-2.11001-1.19-3.29001-0.19-1.19-0.35999-2.26-0.79999-3.38999-0.83-2.12-1.84003-4.12-2.78003-6.18-0.49-1.08-0.64001-2.15-0.96002-3.28-0.28999-1.04-0.78-1.99-1.25-2.96-0.27-0.57-0.33995-1.18999-0.19995-1.76-0.14999-0.33-0.30005-0.66001-0.43005-1.01001-0.35001-0.9-0.54998-1.82-1.02997-2.67-0.58-1.03-1.10999-1.97999-1.43-3.12999-0.6-2.15-1.27003-4.29-1.97003-6.41-0.39-1.18-0.82997-2.34001-1.15997-3.54001-0.28999-1.08-0.77002-2.14-0.95001-3.22999-0.03-0.16-0.03998-0.32-0.03998-0.47-0.03999-0.05-0.09001-0.11-0.13001-0.16001-0.36999-0.44-0.72999-0.88998-1.05999-1.35998-1.32001-1.86-1.18001-4.25001-1.94001-6.32001-0.11999-0.31-0.13002-0.62999-0.08001-0.92999-0.69-1.16-1.26999-2.27-1.60999-3.69001-0.36-1.52-1.02998-2.92001-1.41998-4.43-0.32001-1.22-0.48004-2.82-1.29004-3.84-0.53-0.67-0.76999-1.49999-0.54999-2.25999-0.03999-0.03-0.06999-0.05001-0.10998-0.09002-1.05001-1.1-1.34001-2.54-1.39002-4-0.5-0.69-0.82-1.56-1-2.33999-0.22999-0.95-0.34997-1.92-0.47998-2.89-0.00999-0.09-0.02003-0.19-0.04004-0.28 0-0.03 0.00005-0.07-0.00995-0.1-0.02999-0.19-0.05001-0.37001-0.08001-0.56-0.05001-0.28-0.09-0.55-0.18-0.82 0-0.03-0.00001-0.04999-0.01001-0.08-0.35-0.27-0.67997-0.56-0.91998-0.95-0.22999-0.36-0.22003-0.71999-0.09003-1.01-0.02999 0-0.06997 0-0.09997-0.01-0.17 0.47-0.48 0.88-0.94 1.08-0.15 0.07-0.30001 0.16-0.44001 0.24-0.21 0.29-0.44999 0.57-0.69 0.83-0.46 1.02-1.01004 1.99-1.67004 2.91-0.84 1.17-1.75995 2.27999-2.69995 3.36999-0.01 0.02-0.03005 0.03001-0.05005 0.04001-0.96001 2.09-1.81996 4.22-2.94995 6.23-1.76001 3.13-4.31005 5.65001-6.80005 8.21-0.25 3.14-2.75998 5.40999-4.72998 7.71-1.21 1.42-2.15 2.99-3.13001 4.55999-0.87999 1.41-2.01999 2.61-3.04999 3.91001-1.05 1.32-1.79998 2.85001-2.78997 4.21-1.07 1.47-2.24001 2.86-3.32001 4.33-2.27 3.07-4.40003 6.44-6.22003 9.79-0.17 0.3-0.36996 0.54001-0.58997 0.71-4.59 7.58-9.50004 14.95999-14.73004 22.24-1.8 2.5-3.64998 5.85-6.03998 8-0.3 0.73-0.65001 1.43-1.1 2.08-0.52 0.74-1.07999 1.44-1.63999 2.14-0.36 0.48-0.71001 0.96-1.01001 1.47999-0.63 1.09-2.00999 1.38001-3.08999 0.81001-0.07-0.04-0.13-0.09-0.19001-0.13-0.78 0.06-1.51-0.05-2.19-0.39-0.34 0.08-0.67001 0.14-1.01001 0.2-1.46 0.26-2.88998 0.38-4.35998 0.19-1.33-0.17-2.26002-0.42001-3.61002-0.3-1.12 0.1-2.17999 0.12-3.26999 0.02-0.07 0-0.14-0.00001-0.22 0.01-0.63 0.05-1.12-0.01-1.69 0.19-0.71 0.25-1.39998 0.45-2.16999 0.43001-0.15 0-0.29002-0.03001-0.43002-0.06002-0.04 0.01-0.06998 0.03001-0.09997 0.05001-1.54 0.55-3.14001 0.34-4.73002 0.27-0.39 0.31-0.86 0.5-1.33999 0.44-0.47-0.05-0.92999-0.13001-1.4-0.15001-0.11 0-0.28-0.03-0.44-0.02999 0 0-0.05999 0.02001-0.17999 0.04-0.09 0.02-0.19003 0.04999-0.28003 0.09-0.87 0.3-1.71997 0.52999-2.62997 0.70999-1.03 0.21-2.02999 0.47001-3.09 0.59001-0.79 0.09-1.59 0.11-2.38001 0.11-0.81 0.34-1.56001 0.81999-2.42001 1.01999-0.83 0.2-1.62 0.14001-2.38-0.12999-0.03 0.02-0.07 0.03001-0.10001 0.05001-0.12 0.06-0.24 0.14999-0.37 0.21998-0.01 0.01-0.02998 0.02001-0.03997 0.04001-0.58 0.6-1.41 0.75999-2.16001 0.56-0.34 0.15-0.70002 0.27999-1.05002 0.39999-0.4 0.14-0.80999 0.24001-1.20999 0.35001-0.65 0.33-1.3 0.67-1.97 0.96-0.32 0.39-0.74999 0.7-1.17999 0.79-0.44 0.1-0.87002 0.20999-1.30002 0.36999-0.04 0.02-0.07999 0.04002-0.11999 0.06002-0.52 0.27999-1.08 0.34999-1.60001 0.23999-0.64 0.46-1.23997 0.96-1.90997 1.39-1 0.66-2.09001 1.13-3.20001 1.57-0.5 0.2-0.99 0.36-1.50001 0.51-0.06 0.01999-0.26 0.11-0.36999 0.14-0.02 0.03-0.05002 0.07-0.05002 0.08999-0.41 1.04-1.45997 1.72-2.43997 2.08001-0.1 0.04-0.21001 0.05001-0.32001 0.07-0.96 1.24-1.95002 2.47-3.46002 2.78 0 0 0.00002 0.02001-0.00998 0.02001-0.12 0.23999-0.23999 0.47998-0.39999 0.70999-0.46 0.68-1.00001 1.29999-1.54001 1.92-0.53 0.61-0.86999 0.98-1.17999 1.46-0.03 0.04-0.07002 0.12-0.11002 0.2 0.38-0.29 0.85002-0.48 1.36002-0.52001-0.26 0.02 0.13998-0.07 0.16998-0.08999 0.14-0.07 0.28001-0.16001 0.42001-0.24001 0.32-0.19999 0.62999-0.41999 0.92999-0.64999 0.69-0.54 1.32001-1.15 2.04001-1.66 0.89-0.64 1.95998-0.99 3.00998-1.31 1-0.30001 1.90002-0.71001 2.86002-1.10001 1.7-0.7 3.61998-0.85 5.41998-1.2 1.06-0.19999 2.14-0.40999 3.22-0.39999 0.97 0 1.91002 0.21 2.89002 0.17 1.04-0.04 2.06998-0.17001 3.10998-0.07001 1.01 0.09 1.98 0.40001 3 0.48001 2.09 0.18 4.18 0.18 6.25 0.58 2.01 0.39 3.94002 1.14 5.93003 1.62999 2.13 0.52 4.16998 1.29 6.19998 2.11 2.01 0.82 4.08 1.57 6.1 2.42 6.18 2.17 12 5.92002 17.53 9.01001 7.83 4.37 15.61001 8.84999 23.32001 13.43 3.93 2.33999 7.81002 4.81001 11.77002 7.14001 0.47-0.35001 1.32999-0.28999 1.61999 0.44 0.21 0.51 1.25997 0.73999 1.70997 0.91999 0.86 0.35 1.66004 0.84001 2.48004 1.26 1.91 0.97001 3.9 1.70002 5.94 2.32001 2.02 0.61 3.96999 1.54999 5.86999 2.44998 0.63 0.30001 1.21999 0.62001 1.79999 1.01001 0.22-0.11999 0.5-0.17001 0.75-0.11001 0.54 0.13 0.96998 0.44999 1.34998 0.83999 0.07 0.07001 0.14002 0.15 0.21002 0.22001 0.04 0.03999 0.22 0.16999 0.25 0.22 0.04 0.03 0.07999 0.05001 0.10999 0.08001 0.08999 0.05001 0.17001 0.09999 0.26 0.15 0.05001 0.02 0.10002 0.05 0.14002 0.07 0.03999 0 0.06996 0.01999 0.07996 0.01999 0.07 0.03 0.14001 0.06002 0.20001 0.08002 0.21 0.07001 0.42 0.12999 0.63 0.17999 0.42 0.11 0.85002 0.21 1.27002 0.34 0.13001 0.03999 0.24997 0.11 0.34998 0.19 3.72999 1.13001 7.47003 2.2 11.16003 3.34 6.13001 1.89 12.23996 3.89999 18.38996 5.76999 0.05 0 0.09001-0.00998 0.14001-0.00998 1.53999 0.03 2.93001 0.42999 4.32001 0.86999 0.49-0.05999 1.01002 0.03 1.47003 0.25-0.37-0.17999 0.42995 0.03002 0.25995 0.04001 0.25 0.01 0.49005 0 0.74005 0 0.50999-0.03 1.01997-0.10002 1.52997-0.09002 0.6 0.02 1.21998 0.11 1.79999 0.27999 0.52 0.15 1.38005 0.56003 1.67004 0.65003-0.13001-0.06-0.07002-0.04003 0.15997 0.03998 0.08 0.02 0.17 0.03999 0.25 0.05999 0.9 0 1.79001-0.01998 2.70001-0.01998 2.15 0 4.25997 0.36999 6.39997 0.42999 1.92999 0.06 3.87005-0.21999 5.80005-0.35999 0.36-0.33 0.83996-0.54001 1.45996-0.54001 0.49 0 0.90002 0.14 1.22003 0.35001 0.35001-0.32001 0.80997-0.53999 1.40997-0.54999 0.32001-0.21 0.72002-0.34002 1.20001-0.34002 0.48 0 0.83997 0.13 1.15998 0.32 0.11-0.02 0.23004-0.03001 0.35003-0.04001 1.43-0.38 2.93001-0.73997 4.45002-1.09997 0.32-0.28999 0.73994-0.47002 1.25995-0.51001 0.07-0.03 0.13-0.06999 0.20001-0.09 0.19-0.1 0.40004-0.15001 0.61004-0.17001 0.36-0.45 0.92-0.75998 1.68-0.75998 0.19999 0 0.37999 0.02 0.54998 0.06 3.01-1.27001 6.04-2.39002 8.79999-4.27002 1.7-1.16001 3.31-2.49001 4.75-3.97 0.74001-0.76 1.38002-1.60999 2.15003-2.35999 0.63-0.61 1.34999-1.18001 1.86999-1.89001 0.16001-0.21001 0.33998-0.4 0.53998-0.56 0.60001-1.52001 1.12-3.08998 1.56-4.69998 0.03-0.33 0.11-0.66001 0.25-0.97 0.02-0.05001 0.02998-0.09999 0.04999-0.15 0.05-0.17999 0.09001-0.35 0.14001-0.53 0.19-1.17999-0.15997-2.83001-0.46997-3.89001l-0.03003 0.01001z",
+ "fill": "#0bc0cfff",
+ "width": 107.0374526977539,
+ "height": 79.98187255859375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "R15Ib",
+ "x": 2.7455311897738284,
+ "y": 51.42292831186387,
+ "name": "Vector",
+ "geometry": "M62.4094 16.99283c0.7-0.38 1.43002-0.68999 2.14002-1.04 0.75-0.37 1.42999-0.82 2.20999-1.13 0.32-0.13 0.63001-0.25 0.95001-0.39 0.2-0.09 0.41-0.18 0.63-0.22 0.03 0 0.05998 0 0.09998-0.01-2.54-1.52-49.68998-29.04-67.25998-3.16-1.32 1.94-1.53001 3.65-0.64002 5.08 2.22 3.57 11.62001 4.7 22.57001 4.7 13.8 0 30.07001-1.78999 37.57001-2.70999 0.19-0.17 1.45999-0.96 1.73999-1.11l-0.01001-0.01001z",
+ "fill": "#133b3eff",
+ "width": 32.84219741821289,
+ "height": 9.969267845153809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "j2uPb",
+ "x": 0,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M40.46079 165.12c0 0-7.69999-0.83002-16.37-3.80002-14.92-5.10001-32.75001-16.49999-19.38-40.82998 21.16-38.48 100.20999 18.43999 100.20999 18.43999 0 0 65.19999 36.86 103.17999 24.62 37.97999-12.25 17.32001-36.36999 17.32001-36.36999 0 0-21.27999-17.44-44.53998-21.28l-36.99005-105.9-64.32996 94.27",
+ "width": 110.864990234375,
+ "height": 79.49446105957031,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "AvAp1",
+ "x": 3.7433816078646487,
+ "y": 45.33900497202012,
+ "name": "Vector",
+ "geometry": "M83.14002 1.07035c0 0-65.61001-8.19001-83.14002 20.73999",
+ "width": 39.89662170410156,
+ "height": 10.44205379486084,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SPJO2",
+ "x": 66.6450973633273,
+ "y": 43.11290405038926,
+ "name": "Vector",
+ "geometry": "M36.76996 6.95c-0.08 0.01-0.14998 0.02999-0.22998 0.03999-2.16 0.26-4.24001 1.06-6.39002 1.25-0.94 0.08-1.86997-0.05999-2.77996 0.23001-1.01 0.33-1.90002 0.63999-2.96003 0.76999-0.67 0.08-1.24997-0.28999-1.65997-0.78999-0.08 0-0.18001 0-0.26001-0.02001-0.02 0-0.06003-0.02-0.10004-0.03 0.02-0.12 0.00001-0.27 0.01001-0.41-0.02 0-0.04-0.01999-0.05999-0.01999-0.15-0.05-0.3-0.16001-0.44001-0.23001-0.45-0.24-0.86-0.51-1.25-0.84-0.87-0.74-1.51997-1.68-2.27996-2.52999-0.72-0.8-1.47999-1.48-2.29999-2.17-0.33-0.28-0.64001-0.59999-0.95001-0.9-0.09-0.08-0.40001-0.37001-0.39002-0.37001 0 0-0.41999-0.18 0.01001-0.03-0.55-0.18-0.92999-0.50999-1.17999-0.89999-0.02 0.09-0.02005 0.18-0.05005 0.25-0.4 0.97-0.64995 1.97999-0.81995 3.00999-0.06 0.51-0.09999 1.02-0.11999 1.52001 0.1 0.12 0.19998 0.25 0.28998 0.36999 0 0 0.27999 0.45001 0.17999 0.21001 0.12 0.29 0.06003 0.26 0.03003 0.45-0.09 0.49-0.29003 0.97-0.47003 1.44-0.26 0.67-0.54002 1.34999-0.77002 2.03999 0.04 0.44-0.02996 0.89001-0.20996 1.29001 0.04 0.15 0.06 0.31 0.05999 0.47 0.11 0.4 0.15001 0.87 0.01001 1.2-0.35 0.85-0.79004 1.35999-1.54004 1.87999-0.36 0.25-0.75996 0.44-1.14996 0.61-0.88 0.4-1.74004 0.72001-2.67004 0.95001-0.02 0.01-0.03996 0.01999-0.07996 0.04-0.25 0.21-0.50003 0.42999-0.78003 0.61999-0.29 0.2-0.63002 0.33001-0.96002 0.46001-0.06 0.03-0.55999 0.21999-0.73999 0.25999-0.11 0.07-0.21996 0.14-0.32996 0.22-0.2 0.14-0.40004 0.3-0.60003 0.44001-0.6 0.43-1.24 0.75-1.94001 1-0.09 0.03-0.17997 0.04-0.27996 0.05999-0.04 0.04-0.08005 0.07-0.11005 0.11-0.24 0.26-0.38995 0.54001-0.50995 0.82001 0.28 0.11 0.53996 0.27 0.76996 0.47 1.72 1.51 3.88002 2.38 5.90002 3.39 0.94 0.47 1.82998 1.05999 2.78998 1.48999 0.98 0.44 1.89003 0.93 2.41004 1.92 0.44 0.84 0.50998 1.82 0.72998 2.72 0.32 1.3 0.52997 2.60001 0.65997 3.93001 0.16 1.64 0.21003 3.28 0.22003 4.92 0.1 0.06 0.19999 0.12 0.29999 0.17 0.35-0.21 0.78002-0.36001 1.14001-0.32001 0.04 0 0.07999 0 0.10999 0 0.05-0.03 0.09001-0.04999 0.14001-0.07999 0.09-0.05 0.17001-0.12001 0.26001-0.18001-0.05 0.03-0.07999 0.05001-0.10998 0.07001-0.36 0.22-0.16 0.12 0 0 0.03-0.02 0.04995-0.04001 0.06994-0.06001 0.18-0.17 0.36003-0.33999 0.53003-0.51999 0.17-0.19 0.34-0.38001 0.5-0.57001 0.09-0.11 0.17001-0.21999 0.26001-0.31999 0.25-0.33 0.5-0.67 0.75-1 0.55-0.72 1.08996-1.28 1.83997-1.8 0.23-0.16 0.48003-0.29001 0.72003-0.43001 0.11-0.06 0.21-0.12999 0.31-0.18999 0.19-0.3 0.12002-0.14 0.02002 0 0.02-0.02 0.02999-0.04001 0.04999-0.07 0.13-0.2 0.25997-0.40001 0.40997-0.60001 0.38-0.51 0.81998-0.96 1.35998-1.28 0.12-0.31 0.30001-0.59999 0.51001-0.81999 0.46-0.46 0.98004-0.58 1.60004-0.66001 1.57-0.2 3.15996-0.03999 4.70996 0.21001 1.55 0.25 3.05003 0.70999 4.47003 1.37999 0.2 0.09 0.36 0.23001 0.5 0.37001 1.68-0.09 3.02-2.3 2-3.8-0.19-0.28-0.33001-0.59001-0.45001-0.90001-0.94-0.06-1.92-0.68-2.07001-1.64-0.07-0.41-0.15999-0.81-0.29998-1.2-0.04-0.07-0.14003-0.28999-0.16004-0.31999-0.08-0.15-0.16995-0.29001-0.25995-0.43001-0.53-0.86-1.07004-1.68-1.35003-2.67-0.32-1.14-0.27-2.45001 0.5-3.41 0.17-0.21 0.37002-0.39 0.58001-0.56-0.07-0.26-0.17-0.52-0.30999-0.75 0.35-0.34 0.71001-0.67 1.07-1 0.06-0.24 0.12997-0.46999 0.21997-0.70999 0.33-0.85 0.76-1.58 1.31-2.3 0.04-0.06 0.09-0.11 0.13001-0.17-0.26-1.1 0.21003-2.38001 1.41003-2.74001 0.02-0.14 0.02998-0.28 0.03998-0.41999 0.04-0.62 0.23998-1.14001 0.65997-1.60001-0.06-0.09-0.10999-0.19-0.17999-0.28l0-0.00999z",
+ "fill": "#f7c85eff",
+ "width": 17.731271743774414,
+ "height": 18.54261589050293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "BPeXa",
+ "x": 66.28519593510464,
+ "y": 42.95491073373887,
+ "name": "1",
+ "geometry": "M37.88 32.03l-13.69-2.27001-9.63 10.00001-2.08002-13.73-12.47998-6.07001 12.40997-6.20999 1.91999-13.75 9.74005 9.89 13.66998-2.43001-6.39001 12.32001 6.53002 12.25z",
+ "width": 18.17757797241211,
+ "height": 19.035743713378906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ft2Jb",
+ "x": 80.24394379887417,
+ "y": 51.17054031137559,
+ "name": "Vector",
+ "geometry": "M16.88154 5.62c-0.57-0.08-1.13001-0.22-1.70001-0.33001-0.27-0.06-0.54-0.11-0.81-0.14-0.01 0-0.01997 0-0.02997 0 0 0-0.00002 0-0.02002 0-0.13 0.02-0.27003 0.02-0.40002 0.03-1.64 0.12-3.10997-0.33-3.90997-1.86999-0.1-0.19-0.16998-0.38-0.22998-0.58-0.06-0.2-0.10999-0.42-0.18-0.62 0 0.05-0.02 0.00999-0.05999-0.09001-0.06-0.07-0.12005-0.15-0.18006-0.22-0.17-0.2-0.32998-0.41-0.47998-0.62-0.23-0.33-0.36001-0.69-0.39001-1.05-0.19-0.07-0.38996-0.11999-0.57996-0.12999 0.1 1.05-0.36005 2.04-0.74005 3-0.4 1.01-0.78997 2.24999-1.65997 2.93999-0.5 0.4-1.14001 0.54001-1.76001 0.57-0.2 0-0.39998 0.03-0.59998 0.06-0.1 0.08-0.22003 0.15-0.34003 0.2-0.25 0.13-0.50997 0.26001-0.77996 0.35001-0.23 0.08-0.46 0.14-0.69001 0.19999-0.07 0.02-0.14002 0.03-0.21002 0.05001-0.15 0.02-0.30001 0.02-0.45001 0.02-0.15 0-0.3 0.01-0.44 0-0.03 0-0.04996-0.02-0.07996-0.02-0.05 0.03-0.10002 0.04999-0.15002 0.06999-0.02 0.14-0.01 0.29 0 0.44 0.1 0.02 0.19003 0.04001 0.28003 0.09001 0.24 0.09 0.43998 0.21999 0.59997 0.40999 0.08 0.06 0.14001 0.14001 0.20001 0.21001 0 0-0.01002-0.02-0.02002-0.03 0.02 0.03 0.04 0.03999 0.06 0.06999 0 0 0.01002 0.01 0.02002 0.02 0.04 0.05 0.08 0.1 0.12 0.14 0.03 0.03 0.06998 0.06 0.09997 0.09 0.18 0.16 0.35002 0.32001 0.52002 0.49001 0.06 0.06 0.10997 0.11999 0.15998 0.17999 0.05 0.07 0.09 0.14 0.13 0.22 0.07 0 0.15003 0 0.22003 0 0.55-0.08 1.05999 0.13001 1.67999 0.68001 0.02 0.02 0.08001 0.08 0.14002 0.16-0.11 0.11-0.20003 0.24-0.28003 0.37 0.13 0.05 0.26 0.12 0.38 0.19999 0.86 0.59 0.97001 1.85 0.39002 2.66001-0.01 0.02-0.02004 0.04-0.04004 0.05 0 0.02-0.00996 0.03999-0.01996 0.04999 0 0.01-0.02003 0.05001-0.03003 0.1-0.04 0.22-0.05 0.45-0.06 0.67 0.06 0.65 0.22003 1.28 0.28003 1.94 0.05 0.56 0.00996 1.09-0.10003 1.63001-0.02 0.1-0.04 0.19999-0.06 0.29999 0.02 0 0.04 0.02 0.06 0.02 0.09-0.12 0.19005-0.23 0.30005-0.34 0.39-0.34 0.79997-0.64 1.21997-0.94999 0.21-0.15 0.40998-0.31001 0.59997-0.48001 0.05-0.04 0.13-0.14999 0.19001-0.18 0.63-0.67 1.30001-1.29 2.14001-1.53 0.01-0.04 0.03004-0.08 0.04004-0.11999 0.06 0.02 0.10998 0.04999 0.16998 0.06999 0.28-0.06 0.57996-0.07 0.89996-0.03 0.97 0.13 1.75003 0.71 2.65003 1.02001 0.57 0.2 1.14002 0.38999 1.71002 0.58999 0.14-0.07 0.27998-0.15 0.41998-0.25 0.33-0.27 0.55999-0.63 0.68-1.03-0.02-0.09-0.04-0.18-0.06-0.27-0.03-0.11-0.04998-0.32999-0.10999-0.42999 0.02 0.07 0.04 0.13999 0.06 0.20999-0.02-0.07-0.04001-0.13999-0.07001-0.20999-0.08-0.24-0.16002-0.49-0.27002-0.72-0.02-0.04-0.08998-0.17001-0.10998-0.21001-0.02-0.02-0.03003-0.04-0.03003-0.05-0.2-0.31-0.41-0.62999-0.56-0.95999-0.35-0.8-0.40996-1.67-0.14996-2.5 0.19-0.59 0.59002-1.00001 1.08002-1.35001 0.02-0.02 0.06999-0.05999 0.10998-0.09999 0.04-0.06 0.08999-0.12 0.10999-0.14 0.16-0.22 0.29998-0.44 0.47998-0.64 0.68-0.79 1.55001-1.35 2.32-2.02-0.57-0.13-1.13996-0.22-1.70996-0.30001l0.02997-0.05999z",
+ "fill": "#fad5c7ff",
+ "width": 8.907173156738281,
+ "height": 8.905048370361328,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "A7CDx",
+ "x": 80.17270814213589,
+ "y": 51.18490264658067,
+ "name": "2",
+ "geometry": "M16.01996 16.89l-6-2.39-5.35999 3.59 0.40998-6.44001-5.06995-4 6.25995-1.58999 2.24005-6.06 3.44995 5.45999 6.45001 0.25-4.13 4.97 1.75 6.21001z",
+ "width": 8.829639434814453,
+ "height": 8.660880088806152,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dLqSY",
+ "x": 58.77517472538784,
+ "y": 41.25445602182481,
+ "name": "Vector",
+ "geometry": "M26.65997 5.97175c-0.4 0.18-0.85998 0.24999-1.28998 0.17999-0.64-0.1-1.26-0.3-1.88-0.48-0.1-0.03-0.19999-0.04999-0.29999-0.06999-1.44 0.41-2.92998 0.6-4.41998 0.58-0.41 0.04-0.80004-0.03-1.17004-0.19-0.16-0.1-0.32999-0.2-0.48999-0.31-0.1-0.07-0.18001-0.16-0.26001-0.25-0.33-0.25-0.59997-0.59-0.71998-0.97-0.03-0.09-0.06997-0.18-0.09997-0.28-0.03-0.04-0.07004-0.08001-0.10004-0.12001-0.38-0.3-0.72998-0.68999-1.03998-1.03999-0.67-0.74-1.38002-1.48-1.96002-2.3-0.13-0.18-0.21998-0.38001-0.28998-0.57001-0.74-0.26-1.54999-0.19999-2.17999 0.29001-0.02 0.12-0.07005 0.23-0.11004 0.33999 0 0.05-0.00996 0.11-0.01996 0.16001 0 0.06 0 0.11 0 0.17 0 0.52 0.02998 1.06001-0.08002 1.57-0.1 0.45-0.26001 0.89-0.45001 1.31-0.02 0.04-0.13001 0.23999-0.20001 0.39999 0 0.04-0.01996 0.09-0.01996 0.13001 0 0.03 0 0.06999 0 0.09999 0 0.21 0.02997 0.42 0.02997 0.63001 0 0.46 0 0.91-0.12 1.36-0.26 0.98-0.81997 1.72-1.65997 2.27-1.2 0.78-2.54003 1.31999-3.91004 1.65999-0.21 0.05-0.42 0.11001-0.63 0.18001-0.12 0.04-0.66996 0.35-0.26996 0.08999-0.42 0.28-0.84003 0.53-1.28003 0.75-0.21 0.11-0.42001 0.20001-0.64001 0.29001-0.06 0.02-0.10998 0.03999-0.16999 0.06999-0.02 0.01-0.02999 0.01-0.04999 0.02001-0.23 0.17-0.71001 0.63-0.76 0.66-0.04 0.03-0.08 0.04999-0.12 0.06999 0.56 0.26 1.07 0.63 1.56 1.02001 0.27 0.22 0.56998 0.41 0.84997 0.61 0.36 0.25 0.53005 0.37999 0.74005 0.48999 0.77 0.41 1.53 0.83001 2.31 1.20001 0.8 0.37 1.57 0.68999 2.13001 1.40999 0.58 0.74 0.52999 1.57001 0.60998 2.43001 0.08 0.85 0.2 1.68999 0.25 2.53999 0.04 0.72-0.00004 1.44-0.04004 2.17 0.38 0.5 0.57004 1.13 0.42005 1.72-0.04 0.14-0.06002 0.29-0.08002 0.44 0.16 0.09 0.32 0.17 0.5 0.22 0.15 0.04 0.28999 0.07 0.42999 0.09 0.08-0.15 0.17004-0.3 0.29004-0.42 1.21-1.24 2.47998-2.31999 3.84998-3.37999 0.13-0.1 0.27001-0.21001 0.39001-0.32001 0.02-0.03 0.1-0.12 0.13001-0.16 0.18-0.24 0.35996-0.48 0.57995-0.7 0.74-0.76 1.70001-1.12 2.76001-0.91 0.5 0.1 1.00003 0.29001 1.47003 0.48001 0.1 0.04 0.21 0.07999 0.31 0.12999 0.37 0.04 0.65998 0.11001 0.97998 0.29001 0.6 0.16 1.21 0.29999 1.81 0.45999 0.84 0.22 1.58999 0.56 2.36999 0.91 0.44-0.34 0.74002-0.82999 0.77002-1.45999 0.01-0.26 0-0.52001 0-0.78001-0.07-0.2-0.11-0.4-0.13-0.61-0.07-0.19-0.14998-0.36999-0.22998-0.54999-0.2-0.47-0.42001-0.92-0.63001-1.39-0.07-0.15-0.13-0.29-0.19-0.44-0.06-0.15-0.12-0.3-0.19-0.45-0.02-0.04-0.18-0.36-0.19-0.38-0.51-0.9-1.22004-1.68-1.35004-2.75-0.12-0.98 0.25002-1.8 0.77002-2.58001 0.04-0.14 0.08999-0.28 0.17999-0.41 0.11-0.17 0.26003-0.31 0.41004-0.45 0.06-0.09 0.11-0.18 0.11999-0.19 0.22-0.39 0.42997-0.78999 0.65997-1.17999 0.37-0.63 0.75003-1.23 1.22004-1.78 0.06-0.08 0.30996-0.31001 0.45996-0.51001 0 0 0-0.00999 0-0.01999-0.02 0.03-0.02 0.04 0 0 0-0.5 0.19004-0.96001 0.48004-1.34001-0.04-0.05-0.07005-0.1-0.11005-0.14l-0.01001-0.00999z",
+ "fill": "#fad5c7ff",
+ "width": 12.851003646850586,
+ "height": 12.932310104370117,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "13C0f",
+ "x": 58.612004864548,
+ "y": 40.73822067026231,
+ "name": "3",
+ "geometry": "M26.40002 24.24001l-9.65997-2.40001-7.46002 6.6-0.70001-9.92999-8.58002-5.05 9.22003-3.74001 2.15003-9.72 6.40997 7.62 9.90997-0.96-5.26996 8.45 3.97998 9.13z",
+ "width": 13.287674903869629,
+ "height": 13.616113662719727,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wRIgL",
+ "x": 69.04923402104214,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M0 0l20.30005 27.30999",
+ "width": 9.741438865661621,
+ "height": 13.075101852416992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MEnoE",
+ "x": 69.04923402104214,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M23.89001 21.21l-23.89001-21.21 27.39001 17.52999",
+ "width": 13.143718719482422,
+ "height": 10.154632568359375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "x5VNC",
+ "x": 69.04923402104214,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M30.17004 14.02l-30.17004-14.02",
+ "width": 14.477779388427734,
+ "height": 6.712301731109619,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "UQxXw",
+ "x": 97.95654296875,
+ "y": 19.48354721069336,
+ "name": "提示框",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "efntR",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M164.29999 0l-152.29999 0c-6.6 0-12 5.4-12 12l0 56.17c0 6.6 5.4 12 12 12l67.29999 0 12.89999 22.35c1 1.74 3.51001 1.74 4.51001 0l12.9-22.35 54.68002 0c6.6 0 12-5.4 12-12l0-56.17c0-6.6-5.4-12-12-12l0.00998 0z",
+ "fill": "#ffffffff",
+ "width": 68.86577606201172,
+ "height": 40.464595794677734,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.8140474557876587,
+ "fill": "#2c0b03ff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "dPD1W",
+ "x": 0.0279541015625,
+ "y": 2.6136953830718994,
+ "name": "方案二",
+ "width": 70.01555633544922,
+ "height": 25.116783142089844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5023356676101685
+ },
+ "layout": "vertical",
+ "gap": 10.046712875366211,
+ "padding": [
+ 0,
+ 10.046712875366211
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QbeO2",
+ "name": "Frame 1000004602",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5023356676101685
+ },
+ "gap": 10.046712875366211,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "3f4pb",
+ "x": 0,
+ "y": 0,
+ "name": "X",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "content": "X",
+ "lineHeight": 0.956521749896863,
+ "fontFamily": "Feather",
+ "fontSize": 11.553720474243164,
+ "fontWeight": "700",
+ "letterSpacing": -0.2310744094848633
+ },
+ {
+ "type": "text",
+ "id": "AHVs3",
+ "x": 0,
+ "y": 0,
+ "name": "builder",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "content": "builder",
+ "lineHeight": 0.956521749896863,
+ "fontFamily": "Feather",
+ "fontSize": 11.553720474243164,
+ "fontWeight": "700",
+ "letterSpacing": -0.2310744094848633
+ },
+ {
+ "type": "group",
+ "id": "y3UZF",
+ "name": "3",
+ "children": [
+ {
+ "type": "path",
+ "id": "oTQ00",
+ "x": 0,
+ "y": 1.088058922701748,
+ "name": "X",
+ "geometry": "M9.775 8.05l4.876 6.716c0.19933 0.276 0.299 0.529 0.299 0.759 0 0.38333-0.26833 0.575-0.805 0.575l-2.001 0c-0.46 0-0.81267-0.069-1.058-0.207-0.23-0.15333-0.506-0.46-0.828-0.92l-2.898-3.979-2.875 3.979c-0.322 0.46-0.60567 0.76667-0.851 0.92-0.23 0.138-0.575 0.207-1.035 0.207l-1.794 0c-0.53667 0-0.805-0.19167-0.805-0.575 0-0.23 0.09967-0.483 0.299-0.759l4.922-6.739-4.853-6.693c-0.19933-0.276-0.299-0.529-0.299-0.759 0-0.38333 0.26833-0.575 0.805-0.575l2.001 0c0.46 0 0.805 0.07667 1.035 0.23 0.24533 0.138 0.529 0.437 0.851 0.897l2.875 3.979 2.875-3.979c0.322-0.46 0.598-0.759 0.828-0.897 0.24533-0.15333 0.598-0.23 1.058-0.23l1.794 0c0.53667 0 0.805 0.19167 0.805 0.575 0 0.23-0.09967 0.483-0.299 0.759l-4.922 6.716z",
+ "fill": "#ffffffff",
+ "width": 7.9294328689575195,
+ "height": 8.958710670471191
+ },
+ {
+ "type": "group",
+ "id": "UpIO1",
+ "x": 8.987546803429723,
+ "y": 0,
+ "name": "builder",
+ "children": [
+ {
+ "type": "path",
+ "id": "iCfwO",
+ "x": 36.59299576096237,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M7.682 0.184c0.21467 0.07667 0.35267 0.161 0.414 0.253 0.07667 0.092 0.115 0.23767 0.115 0.437l0 2.185c0 0.368-0.15333 0.552-0.46 0.552-0.10733 0-0.299-0.01533-0.575-0.046-0.276-0.046-0.54433-0.069-0.805-0.069-0.874 0-1.541 0.28367-2.001 0.851-0.46 0.56733-0.69 1.39533-0.69 2.484l0 4.14c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-9.913c0-0.552 0.23766-0.828 0.713-0.828 0.35267 0 0.736 0.15333 1.15 0.46 0.42933 0.30667 0.79734 0.72067 1.104 1.242 0.75133-1.288 1.90133-1.932 3.45-1.932 0.53667 0 0.95833 0.06133 1.265 0.184z",
+ "fill": "#ffffffff",
+ "width": 4.341728687286377,
+ "height": 6.783023357391357
+ },
+ {
+ "type": "path",
+ "id": "mmkdC",
+ "x": 29.380749819800258,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M11.937 6.279c0 0.414-0.08433 0.713-0.25299 0.897-0.16867 0.16867-0.47534 0.253-0.92001 0.253l-7.13 0c0.16867 0.58267 0.54433 1.06567 1.127 1.449 0.58267 0.368 1.34167 0.552 2.277 0.552 0.828 0 1.59467-0.09967 2.30001-0.299 0.70533-0.19933 1.06566-0.299 1.08099-0.299 0.414 0 0.621 0.22233 0.621 0.667l0 1.334c0 0.506-0.161 0.85867-0.483 1.058-0.81267 0.506-2.10833 0.759-3.887 0.759-1.91667 0-3.51133-0.56733-4.784-1.702-1.25733-1.13467-1.886-2.67567-1.886-4.623 0-1.76333 0.56733-3.25833 1.702-4.485 1.15-1.22667 2.58367-1.84 4.301-1.84 1.90133 0 3.36567 0.56733 4.393 1.702 1.02733 1.11933 1.541 2.645 1.541 4.577z m-5.888-3.197c-0.67467 0-1.22666 0.184-1.656 0.552-0.414 0.35267-0.67467 0.828-0.782 1.426l4.761 0c-0.07667-0.598-0.31433-1.07333-0.713-1.426-0.38333-0.368-0.92-0.552-1.61-0.552z",
+ "fill": "#ffffffff",
+ "width": 6.311927318572998,
+ "height": 7.0389862060546875
+ },
+ {
+ "type": "path",
+ "id": "73iLD",
+ "x": 21.53567993454635,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M12.443 0c0.46 0 0.69 0.276 0.69 0.828l0 16.054c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.644-1.058-1.104-0.414 0.49067-0.99667 0.90467-1.748 1.242-0.75133 0.322-1.564 0.483-2.438 0.483-1.794 0-3.25833-0.59033-4.393-1.771-1.13467-1.196-1.702-2.714-1.702-4.554 0-1.80933 0.56733-3.312 1.702-4.508 1.15-1.21133 2.61433-1.817 4.393-1.817 1.27267 0 2.392 0.33733 3.358 1.012l0-1.702c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288z m-7.889 13.8c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.48734-0.276 2.024-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.53667-0.56733-1.21134-0.851-2.024-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.552 0.552-0.828 1.27267-0.828 2.162 0 0.88933 0.276 1.61767 0.828 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.9443359375,
+ "height": 9.982562065124512
+ },
+ {
+ "type": "path",
+ "id": "p9uNR",
+ "x": 18.688456652686,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M1.219 17.48c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-11.661c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 15.433c0 0.42933-0.092 0.74367-0.276 0.943-0.184 0.184-0.49833 0.276-0.943 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 1.9458731412887573,
+ "height": 9.726600646972656
+ },
+ {
+ "type": "path",
+ "id": "Hh9nw",
+ "x": 15.294747469946742,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.093 4.002c-0.58267 0-1.081-0.19167-1.495-0.575-0.39867-0.39867-0.598-0.874-0.598-1.426 0-0.56733 0.19933-1.04267 0.598-1.426 0.414-0.38333 0.91233-0.575 1.495-0.575 0.56733 0 1.058 0.19933 1.472 0.598 0.414 0.38333 0.621 0.851 0.621 1.403 0 0.552-0.207 1.02733-0.621 1.426-0.414 0.38333-0.90467 0.575-1.472 0.575z m-0.621 13.593c-0.42933 0-0.74367-0.092-0.943-0.276-0.184-0.184-0.276-0.49834-0.276-0.943l0-9.292c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 9.292c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 2.213430881500244,
+ "height": 9.790590286254883
+ },
+ {
+ "type": "path",
+ "id": "1tog2",
+ "x": 7.674354670569301,
+ "y": 3.2638327350287,
+ "name": "Vector",
+ "geometry": "M10.971 0c0.44467 0 0.759 0.09967 0.943 0.299 0.184 0.184 0.276 0.49067 0.276 0.92l0 9.913c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.65167-1.058-1.127-0.99667 1.16533-2.29233 1.748-3.887 1.748-1.518 0-2.77533-0.47533-3.772-1.426-1.11933-1.07333-1.679-2.75233-1.679-5.037l0-4.508c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 4.163c0 1.288 0.23767 2.17733 0.713 2.668 0.39867 0.42933 0.95067 0.644 1.656 0.644 0.736 0 1.32633-0.24533 1.771-0.736 0.46-0.506 0.69-1.32633 0.69-2.461l0-4.278c0-0.42933 0.092-0.736 0.276-0.92 0.184-0.19933 0.49833-0.299 0.943-0.299l1.242 0z",
+ "fill": "#ffffffff",
+ "width": 6.445704936981201,
+ "height": 6.783023357391357
+ },
+ {
+ "type": "path",
+ "id": "jvOoV",
+ "x": 0,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M7.038 5.29c1.794 0 3.25833 0.598 4.393 1.794 1.13467 1.18067 1.702 2.691 1.702 4.531 0 1.80933-0.575 3.31967-1.725 4.531-1.13467 1.196-2.59133 1.794-4.37 1.794-0.874 0-1.68667-0.161-2.438-0.483-0.75133-0.33733-1.334-0.75133-1.748-1.242-0.30667 0.46-0.65933 0.828-1.058 1.104-0.39867 0.26067-0.759 0.391-1.081 0.391-0.47533 0-0.713-0.276-0.713-0.828l0-12.282c0-1.36467 0.30667-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 5.474c0.966-0.67467 2.08533-1.012 3.358-1.012z m-2.553 8.51c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.495-0.276 2.047-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.552-0.56733-1.23433-0.851-2.047-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.53667 0.552-0.805 1.27267-0.805 2.162 0 0.88933 0.26833 1.61767 0.805 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.944334983825684,
+ "height": 9.982562065124512
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qDhQs",
+ "x": 0,
+ "y": 0,
+ "name": "2",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "vbg0G",
+ "x": 0,
+ "y": 1.088058922701748,
+ "name": "X",
+ "geometry": "M9.775 8.05l4.876 6.716c0.19933 0.276 0.299 0.529 0.299 0.759 0 0.38333-0.26833 0.575-0.805 0.575l-2.001 0c-0.46 0-0.81267-0.069-1.058-0.207-0.23-0.15333-0.506-0.46-0.828-0.92l-2.898-3.979-2.875 3.979c-0.322 0.46-0.60567 0.76667-0.851 0.92-0.23 0.138-0.575 0.207-1.035 0.207l-1.794 0c-0.53667 0-0.805-0.19167-0.805-0.575 0-0.23 0.09967-0.483 0.299-0.759l4.922-6.739-4.853-6.693c-0.19933-0.276-0.299-0.529-0.299-0.759 0-0.38333 0.26833-0.575 0.805-0.575l2.001 0c0.46 0 0.805 0.07667 1.035 0.23 0.24533 0.138 0.529 0.437 0.851 0.897l2.875 3.979 2.875-3.979c0.322-0.46 0.598-0.759 0.828-0.897 0.24533-0.15333 0.598-0.23 1.058-0.23l1.794 0c0.53667 0 0.805 0.19167 0.805 0.575 0 0.23-0.09967 0.483-0.299 0.759l-4.922 6.716z",
+ "fill": "#0bc0cfff",
+ "width": 7.9294328689575195,
+ "height": 8.958710670471191,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "group",
+ "id": "PMwPw",
+ "x": 8.986621402902529,
+ "y": 0,
+ "name": "builder",
+ "children": [
+ {
+ "type": "path",
+ "id": "xPof4",
+ "x": 36.5929932363797,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M7.682 0.184c0.21467 0.07667 0.35267 0.161 0.414 0.253 0.07667 0.092 0.115 0.23767 0.115 0.437l0 2.185c0 0.368-0.15333 0.552-0.46 0.552-0.10733 0-0.299-0.01533-0.575-0.046-0.276-0.046-0.54433-0.069-0.805-0.069-0.874 0-1.541 0.28367-2.001 0.851-0.46 0.56733-0.69 1.39533-0.69 2.484l0 4.14c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-9.913c0-0.552 0.23766-0.828 0.713-0.828 0.35267 0 0.736 0.15333 1.15 0.46 0.42933 0.30667 0.79734 0.72067 1.104 1.242 0.75133-1.288 1.90133-1.932 3.45-1.932 0.53667 0 0.95833 0.06133 1.265 0.184z",
+ "fill": "#0bc0cfff",
+ "width": 4.341728687286377,
+ "height": 6.783023357391357,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "hkcBH",
+ "x": 29.38074920256622,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M11.937 6.279c0 0.414-0.08433 0.713-0.25299 0.897-0.16867 0.16867-0.47534 0.253-0.92001 0.253l-7.13 0c0.16867 0.58267 0.54433 1.06567 1.127 1.449 0.58267 0.368 1.34167 0.552 2.277 0.552 0.828 0 1.59467-0.09967 2.30001-0.299 0.70533-0.19933 1.06566-0.299 1.08099-0.299 0.414 0 0.621 0.22233 0.621 0.667l0 1.334c0 0.506-0.161 0.85867-0.483 1.058-0.81267 0.506-2.10833 0.759-3.887 0.759-1.91667 0-3.51133-0.56733-4.784-1.702-1.25733-1.13467-1.886-2.67567-1.886-4.623 0-1.76333 0.56733-3.25833 1.702-4.485 1.15-1.22667 2.58367-1.84 4.301-1.84 1.90133 0 3.36567 0.56733 4.393 1.702 1.02733 1.11933 1.541 2.645 1.541 4.577z m-5.888-3.197c-0.67467 0-1.22666 0.184-1.656 0.552-0.414 0.35267-0.67467 0.828-0.782 1.426l4.761 0c-0.07667-0.598-0.31433-1.07333-0.713-1.426-0.38333-0.368-0.92-0.552-1.61-0.552z",
+ "fill": "#0bc0cfff",
+ "width": 6.311927318572998,
+ "height": 7.0389862060546875,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "Fy8L1",
+ "x": 21.535679317312315,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M12.443 0c0.46 0 0.69 0.276 0.69 0.828l0 16.054c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.644-1.058-1.104-0.414 0.49067-0.99667 0.90467-1.748 1.242-0.75133 0.322-1.564 0.483-2.438 0.483-1.794 0-3.25833-0.59033-4.393-1.771-1.13467-1.196-1.702-2.714-1.702-4.554 0-1.80933 0.56733-3.312 1.702-4.508 1.15-1.21133 2.61433-1.817 4.393-1.817 1.27267 0 2.392 0.33733 3.358 1.012l0-1.702c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288z m-7.889 13.8c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.48734-0.276 2.024-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.53667-0.56733-1.21134-0.851-2.024-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.552 0.552-0.828 1.27267-0.828 2.162 0 0.88933 0.276 1.61767 0.828 2.185z",
+ "fill": "#0bc0cfff",
+ "width": 6.9443359375,
+ "height": 9.982562065124512,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "iagAw",
+ "x": 18.688456035451964,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M1.219 17.48c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-11.661c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 15.433c0 0.42933-0.092 0.74367-0.276 0.943-0.184 0.184-0.49833 0.276-0.943 0.276l-1.242 0z",
+ "fill": "#0bc0cfff",
+ "width": 1.9458731412887573,
+ "height": 9.726600646972656,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "kinDX",
+ "x": 15.294747806387022,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.093 4.002c-0.58267 0-1.081-0.19167-1.495-0.575-0.39867-0.39867-0.598-0.874-0.598-1.426 0-0.56733 0.19933-1.04267 0.598-1.426 0.414-0.38333 0.91233-0.575 1.495-0.575 0.56733 0 1.058 0.19933 1.472 0.598 0.414 0.38333 0.621 0.851 0.621 1.403 0 0.552-0.207 1.02733-0.621 1.426-0.414 0.38333-0.90467 0.575-1.472 0.575z m-0.621 13.593c-0.42933 0-0.74367-0.092-0.943-0.276-0.184-0.184-0.276-0.49834-0.276-0.943l0-9.292c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 9.292c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0z",
+ "fill": "#0bc0cfff",
+ "width": 2.213430881500244,
+ "height": 9.790590286254883,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "sX4Xq",
+ "x": 7.6743545301724225,
+ "y": 3.2638327350287,
+ "name": "Vector",
+ "geometry": "M10.971 0c0.44467 0 0.759 0.09967 0.943 0.299 0.184 0.184 0.276 0.49067 0.276 0.92l0 9.913c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.65167-1.058-1.127-0.99667 1.16533-2.29233 1.748-3.887 1.748-1.518 0-2.77533-0.47533-3.772-1.426-1.11933-1.07333-1.679-2.75233-1.679-5.037l0-4.508c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 4.163c0 1.288 0.23767 2.17733 0.713 2.668 0.39867 0.42933 0.95067 0.644 1.656 0.644 0.736 0 1.32633-0.24533 1.771-0.736 0.46-0.506 0.69-1.32633 0.69-2.461l0-4.278c0-0.42933 0.092-0.736 0.276-0.92 0.184-0.19933 0.49833-0.299 0.943-0.299l1.242 0z",
+ "fill": "#0bc0cfff",
+ "width": 6.445704936981201,
+ "height": 6.783023357391357,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "oNMGD",
+ "x": 0,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M7.038 5.29c1.794 0 3.25833 0.598 4.393 1.794 1.13467 1.18067 1.702 2.691 1.702 4.531 0 1.80933-0.575 3.31967-1.725 4.531-1.13467 1.196-2.59133 1.794-4.37 1.794-0.874 0-1.68667-0.161-2.438-0.483-0.75133-0.33733-1.334-0.75133-1.748-1.242-0.30667 0.46-0.65933 0.828-1.058 1.104-0.39867 0.26067-0.759 0.391-1.081 0.391-0.47533 0-0.713-0.276-0.713-0.828l0-12.282c0-1.36467 0.30667-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 5.474c0.966-0.67467 2.08533-1.012 3.358-1.012z m-2.553 8.51c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.495-0.276 2.047-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.552-0.56733-1.23433-0.851-2.047-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.53667 0.552-0.805 1.27267-0.805 2.162 0 0.88933 0.26833 1.61767 0.805 2.185z",
+ "fill": "#0bc0cfff",
+ "width": 6.944334983825684,
+ "height": 9.982562065124512,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "yNBKB",
+ "x": 0,
+ "y": 0,
+ "name": "1",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "OGfHE",
+ "x": 0,
+ "y": 0.9821054572385037,
+ "name": "X",
+ "geometry": "M9.775 8.05l4.876 6.716c0.19933 0.276 0.299 0.529 0.299 0.759 0 0.38333-0.26833 0.575-0.805 0.575l-2.001 0c-0.46 0-0.81267-0.069-1.058-0.207-0.23-0.15333-0.506-0.46-0.828-0.92l-2.898-3.979-2.875 3.979c-0.322 0.46-0.60567 0.76667-0.851 0.92-0.23 0.138-0.575 0.207-1.035 0.207l-1.794 0c-0.53667 0-0.805-0.19167-0.805-0.575 0-0.23 0.09967-0.483 0.299-0.759l4.922-6.739-4.853-6.693c-0.19933-0.276-0.299-0.529-0.299-0.759 0-0.38333 0.26833-0.575 0.805-0.575l2.001 0c0.46 0 0.805 0.07667 1.035 0.23 0.24533 0.138 0.529 0.437 0.851 0.897l2.875 3.979 2.875-3.979c0.322-0.46 0.598-0.759 0.828-0.897 0.24533-0.15333 0.598-0.23 1.058-0.23l1.794 0c0.53667 0 0.805 0.19167 0.805 0.575 0 0.23-0.09967 0.483-0.299 0.759l-4.922 6.716z",
+ "fill": "#ffffffff",
+ "width": 7.533025741577148,
+ "height": 8.087604522705078,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "group",
+ "id": "yIDPM",
+ "x": 8.5377436876297,
+ "y": 0,
+ "name": "builder",
+ "children": [
+ {
+ "type": "path",
+ "id": "aF4aM",
+ "x": 34.764060974121094,
+ "y": 2.7151246070861816,
+ "name": "Vector",
+ "geometry": "M7.682 0.184c0.21467 0.07667 0.35267 0.161 0.414 0.253 0.07667 0.092 0.115 0.23767 0.115 0.437l0 2.185c0 0.368-0.15333 0.552-0.46 0.552-0.10733 0-0.299-0.01533-0.575-0.046-0.276-0.046-0.54433-0.069-0.805-0.069-0.874 0-1.541 0.28367-2.001 0.851-0.46 0.56733-0.69 1.39533-0.69 2.484l0 4.14c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-9.913c0-0.552 0.23766-0.828 0.713-0.828 0.35267 0 0.736 0.15333 1.15 0.46 0.42933 0.30667 0.79734 0.72067 1.104 1.242 0.75133-1.288 1.90133-1.932 3.45-1.932 0.53667 0 0.95833 0.06133 1.265 0.184z",
+ "fill": "#ffffffff",
+ "width": 4.124677658081055,
+ "height": 6.123472213745117,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "IOuqA",
+ "x": 27.911531448364258,
+ "y": 2.7151246070861816,
+ "name": "Vector",
+ "geometry": "M11.937 6.279c0 0.414-0.08433 0.713-0.25299 0.897-0.16867 0.16867-0.47534 0.253-0.92001 0.253l-7.13 0c0.16867 0.58267 0.54433 1.06567 1.127 1.449 0.58267 0.368 1.34167 0.552 2.277 0.552 0.828 0 1.59467-0.09967 2.30001-0.299 0.70533-0.19933 1.06566-0.299 1.08099-0.299 0.414 0 0.621 0.22233 0.621 0.667l0 1.334c0 0.506-0.161 0.85867-0.483 1.058-0.81267 0.506-2.10833 0.759-3.887 0.759-1.91667 0-3.51133-0.56733-4.784-1.702-1.25733-1.13467-1.886-2.67567-1.886-4.623 0-1.76333 0.56733-3.25833 1.702-4.485 1.15-1.22667 2.58367-1.84 4.301-1.84 1.90133 0 3.36567 0.56733 4.393 1.702 1.02733 1.11933 1.541 2.645 1.541 4.577z m-5.888-3.197c-0.67467 0-1.22666 0.184-1.656 0.552-0.414 0.35267-0.67467 0.828-0.782 1.426l4.761 0c-0.07667-0.598-0.31433-1.07333-0.713-1.426-0.38333-0.368-0.92-0.552-1.61-0.552z",
+ "fill": "#ffffffff",
+ "width": 5.996382713317871,
+ "height": 6.354546070098877,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZXtrw",
+ "x": 20.45893096923828,
+ "y": 0.05776848644018173,
+ "name": "Vector",
+ "geometry": "M12.443 0c0.46 0 0.69 0.276 0.69 0.828l0 16.054c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.644-1.058-1.104-0.414 0.49067-0.99667 0.90467-1.748 1.242-0.75133 0.322-1.564 0.483-2.438 0.483-1.794 0-3.25833-0.59033-4.393-1.771-1.13467-1.196-1.702-2.714-1.702-4.554 0-1.80933 0.56733-3.312 1.702-4.508 1.15-1.21133 2.61433-1.817 4.393-1.817 1.27267 0 2.392 0.33733 3.358 1.012l0-1.702c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288z m-7.889 13.8c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.48734-0.276 2.024-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.53667-0.56733-1.21134-0.851-2.024-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.552 0.552-0.828 1.27267-0.828 2.162 0 0.88933 0.276 1.61767 0.828 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.5971760749816895,
+ "height": 9.01190185546875,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "WWT4k",
+ "x": 17.754365921020508,
+ "y": 0.05776848644018173,
+ "name": "Vector",
+ "geometry": "M1.219 17.48c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-11.661c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 15.433c0 0.42933-0.092 0.74367-0.276 0.943-0.184 0.184-0.49833 0.276-0.943 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 1.848595380783081,
+ "height": 8.780828475952148,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "GoBI3",
+ "x": 14.529886245727539,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.093 4.002c-0.58267 0-1.081-0.19167-1.495-0.575-0.39867-0.39867-0.598-0.874-0.598-1.426 0-0.56733 0.19933-1.04267 0.598-1.426 0.414-0.38333 0.91233-0.575 1.495-0.575 0.56733 0 1.058 0.19933 1.472 0.598 0.414 0.38333 0.621 0.851 0.621 1.403 0 0.552-0.207 1.02733-0.621 1.426-0.414 0.38333-0.90467 0.575-1.472 0.575z m-0.621 13.593c-0.42933 0-0.74367-0.092-0.943-0.276-0.184-0.184-0.276-0.49834-0.276-0.943l0-9.292c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 9.292c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 2.1027774810791016,
+ "height": 8.83859634399414,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "W5BBR",
+ "x": 7.290848255157471,
+ "y": 2.9461984634399414,
+ "name": "Vector",
+ "geometry": "M10.971 0c0.44467 0 0.759 0.09967 0.943 0.299 0.184 0.184 0.276 0.49067 0.276 0.92l0 9.913c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.65167-1.058-1.127-0.99667 1.16533-2.29233 1.748-3.887 1.748-1.518 0-2.77533-0.47533-3.772-1.426-1.11933-1.07333-1.679-2.75233-1.679-5.037l0-4.508c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 4.163c0 1.288 0.23767 2.17733 0.713 2.668 0.39867 0.42933 0.95067 0.644 1.656 0.644 0.736 0 1.32633-0.24533 1.771-0.736 0.46-0.506 0.69-1.32633 0.69-2.461l0-4.278c0-0.42933 0.092-0.736 0.276-0.92 0.184-0.19933 0.49833-0.299 0.943-0.299l1.242 0z",
+ "fill": "#ffffffff",
+ "width": 6.123472690582275,
+ "height": 6.123472213745117,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "I1gYy",
+ "x": 0,
+ "y": 0.05776848644018173,
+ "name": "Vector",
+ "geometry": "M7.038 5.29c1.794 0 3.25833 0.598 4.393 1.794 1.13467 1.18067 1.702 2.691 1.702 4.531 0 1.80933-0.575 3.31967-1.725 4.531-1.13467 1.196-2.59133 1.794-4.37 1.794-0.874 0-1.68667-0.161-2.438-0.483-0.75133-0.33733-1.334-0.75133-1.748-1.242-0.30667 0.46-0.65933 0.828-1.058 1.104-0.39867 0.26067-0.759 0.391-1.081 0.391-0.47533 0-0.713-0.276-0.713-0.828l0-12.282c0-1.36467 0.30667-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 5.474c0.966-0.67467 2.08533-1.012 3.358-1.012z m-2.553 8.51c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.495-0.276 2.047-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.552-0.56733-1.23433-0.851-2.047-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.53667 0.552-0.805 1.27267-0.805 2.162 0 0.88933 0.26833 1.61767 0.805 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.597175121307373,
+ "height": 9.01190185546875,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "B4MsZ",
+ "x": 98.00003051757812,
+ "y": 18.60009765625,
+ "name": "对话框",
+ "children": [
+ {
+ "type": "path",
+ "id": "vOqsN",
+ "x": 3.9999656677246094,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M80.15431 42.45821l-45.233 0-8.5841 10.78907c-0.98457 1.00364-2.46143 1.00364-3.446 0-0.49228-0.50182-0.73842-1.00364-0.73842-1.75636l0-9.03271-12.30711 0c-5.41513 0-9.84568-4.51635-9.84568-10.03634l0-22.38553c0-5.51999 4.43056-10.03634 9.84568-10.03634l70.30863 0c5.41512 0 9.84569 4.51635 9.84569 10.03634l0 22.38553c0 5.51999-4.43057 10.03634-9.84569 10.03634z",
+ "fill": "#ffffffff",
+ "width": 68,
+ "height": 40.79999923706055,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "N1nvy",
+ "x": 0,
+ "y": 2.89990234375,
+ "name": "产品页logo",
+ "width": 76.5,
+ "height": 25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.0595238097012043
+ },
+ "gap": 12.5,
+ "padding": [
+ 0,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Pgirs",
+ "name": "Frame 1000004672",
+ "width": 52,
+ "height": 15,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "lXvGr",
+ "x": 0.6500244140625,
+ "y": 2.499995231628418,
+ "name": "1",
+ "children": [
+ {
+ "type": "text",
+ "id": "PNKsa",
+ "x": 39.649715423583984,
+ "y": 0.07126545906066895,
+ "name": "XBuilder Brand Identity Guidelines.",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.01807268150150776
+ }
+ },
+ "content": "XBuilder\nBrand Identity Guidelines.",
+ "textAlignVertical": "middle",
+ "fontFamily": "Roboto",
+ "fontSize": 0.7613317966461182,
+ "fontWeight": "normal",
+ "letterSpacing": 0.030453271865844726
+ },
+ {
+ "type": "text",
+ "id": "PE00b",
+ "x": 11.3499755859375,
+ "y": -2.499995231628418,
+ "name": "Builder",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ },
+ "content": "Builder",
+ "lineHeight": 1.2000000476837158,
+ "textAlignVertical": "middle",
+ "fontFamily": "Roboto",
+ "fontSize": 12.518881797790527,
+ "fontWeight": "900",
+ "letterSpacing": -0.12518881797790526
+ },
+ {
+ "type": "text",
+ "id": "XQcAf",
+ "x": 11.3499755859375,
+ "y": -2.5000245571136475,
+ "name": "Builder",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ },
+ "content": "Builder",
+ "lineHeight": 1.2000000476837158,
+ "textAlignVertical": "middle",
+ "fontFamily": "Roboto",
+ "fontSize": 12.699999809265137,
+ "fontWeight": "700",
+ "letterSpacing": -0.2539999961853027
+ },
+ {
+ "type": "group",
+ "id": "pUKn1",
+ "x": 11.3499755859375,
+ "y": 0,
+ "name": "Roboto 加粗",
+ "children": [
+ {
+ "type": "path",
+ "id": "JTyrs",
+ "x": 34.331172943115234,
+ "y": 2.6913087368011475,
+ "name": "Vector",
+ "geometry": "M3.57188 3.175l0 10.49238-3.57188 0 0-13.41933 3.36104 0 0.21084 2.92695z m4.04316-3.01377l-0.06201 3.31143c-0.17363-0.0248-0.38448-0.04548-0.63252-0.06202-0.23978-0.0248-0.45889-0.03721-0.65733-0.0372-0.50436 0-0.94257 0.06615-1.31464 0.19843-0.3638 0.12402-0.66973 0.31006-0.91778 0.55811-0.23978 0.24805-0.42168 0.54984-0.5457 0.90537-0.11576 0.35553-0.1819 0.76068-0.19844 1.21543l-0.71934-0.22324c0-0.86816 0.08682-1.66605 0.26046-2.39365 0.17363-0.73587 0.42582-1.37666 0.75654-1.92237 0.339-0.5457 0.75241-0.96738 1.24024-1.26504 0.48783-0.29766 1.04593-0.44648 1.67431-0.44648 0.19844 0 0.40101 0.01654 0.60771 0.04961 0.20671 0.0248 0.37621 0.06201 0.5085 0.11162z",
+ "fill": "#0bc0cfff",
+ "width": 3.8075218200683594,
+ "height": 6.833691120147705,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "TRI6x",
+ "x": 27.472431182861328,
+ "y": 2.6913087368011475,
+ "name": "Vector",
+ "geometry": "M6.68486 13.91543c-1.0418 0-1.97611-0.16536-2.80292-0.4961-0.82682-0.339-1.52962-0.80615-2.1084-1.40146-0.57051-0.59531-1.00872-1.28571-1.31465-2.07119-0.30592-0.79375-0.45889-1.63711-0.45889-2.53008l0-0.49609c0-1.01699 0.14469-1.94717 0.43408-2.79053 0.28939-0.84336 0.7028-1.5751 1.24024-2.19522 0.5457-0.62012 1.20716-1.09554 1.98437-1.42626 0.77721-0.339 1.65365-0.5085 2.6293-0.5085 0.95085 0 1.79421 0.1571 2.53008 0.47129 0.73587 0.31419 1.35185 0.76068 1.84795 1.33945 0.50436 0.57878 0.8847 1.27331 1.14101 2.0836 0.25632 0.80202 0.38448 1.69499 0.38448 2.6789l0 1.48828-10.66602 0 0-2.38125 7.15615 0 0-0.27285c0-0.49609-0.09095-0.93844-0.27285-1.32705-0.17363-0.39687-0.43822-0.71107-0.79375-0.94258-0.35553-0.23151-0.81028-0.34727-1.36426-0.34726-0.47129 0-0.87643 0.10335-1.21543 0.31006-0.339 0.20671-0.61598 0.49609-0.83095 0.86816-0.20671 0.37207-0.3638 0.81029-0.4713 1.31465-0.09922 0.49609-0.14883 1.0418-0.14882 1.63711l0 0.49609c0 0.53744 0.07442 1.03353 0.22324 1.48828 0.1571 0.45475 0.3762 0.84749 0.65732 1.17822 0.28939 0.33073 0.63665 0.58704 1.0418 0.76895 0.41341 0.1819 0.88057 0.27285 1.40147 0.27285 0.64492 0 1.24436-0.12402 1.79833-0.37207 0.56224-0.25632 1.04593-0.64079 1.45108-1.15342l1.73633 1.88516c-0.28112 0.40514-0.66559 0.79375-1.15342 1.16582-0.47956 0.37207-1.05833 0.678-1.73633 0.91777-0.67799 0.23151-1.45108 0.34727-2.31924 0.34727z",
+ "fill": "#0bc0cfff",
+ "width": 6.095752716064453,
+ "height": 6.957714557647705,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "KEw2Q",
+ "x": 20.54547119140625,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M8.4832 16.12305l0-16.12305 3.59668 0 0 19.05-3.23701 0-0.35967-2.92695z m-8.4832-3.62149l0-0.26045c0-1.02526 0.11576-1.95543 0.34727-2.79052 0.23151-0.84336 0.57051-1.56683 1.01699-2.17041 0.44648-0.60358 0.99632-1.07074 1.64951-1.40147 0.65319-0.33073 1.39733-0.49609 2.23242-0.49609 0.78548 0 1.47174 0.16536 2.05879 0.49609 0.59531 0.33073 1.09968 0.80202 1.51309 1.41387 0.42168 0.60358 0.76068 1.31878 1.01699 2.1456 0.25631 0.81856 0.44235 1.71566 0.55811 2.69131l0 0.57051c-0.11576 0.93431-0.30179 1.80247-0.55811 2.60449-0.25632 0.80202-0.59531 1.50482-1.01699 2.1084-0.41341 0.59531-0.91778 1.05833-1.51309 1.38906-0.59531 0.33073-1.28984 0.49609-2.08359 0.4961-0.83509 0-1.57923-0.1695-2.23242-0.5085-0.64492-0.339-1.19063-0.81442-1.63711-1.42627-0.43822-0.61185-0.77308-1.33119-1.00459-2.15801-0.23151-0.82682-0.34727-1.72806-0.34727-2.70371z m3.57188-0.26045l0 0.26045c0 0.55397 0.04134 1.07074 0.12402 1.5503 0.09095 0.47956 0.23564 0.90537 0.43408 1.27744 0.20671 0.3638 0.47129 0.64906 0.79375 0.85576 0.33073 0.19844 0.73174 0.29766 1.20303 0.29765 0.61185 0 1.11621-0.13643 1.51309-0.40927 0.39688-0.28112 0.69866-0.66559 0.90537-1.15342 0.21497-0.48782 0.339-1.05007 0.37207-1.68672l0-1.62471c-0.0248-0.5209-0.09922-0.98805-0.22324-1.40146-0.11576-0.42168-0.28939-0.78135-0.5209-1.07901-0.22324-0.29766-0.50436-0.52917-0.84336-0.69453-0.33073-0.16536-0.72347-0.24805-1.17822-0.24804-0.46302 0-0.8599 0.10749-1.19063 0.32246-0.33073 0.20671-0.59945 0.49196-0.80615 0.85576-0.19844 0.3638-0.34726 0.79375-0.44649 1.28984-0.09095 0.48783-0.13643 1.01699-0.13642 1.5875z",
+ "fill": "#0bc0cfff",
+ "width": 6.039941787719727,
+ "height": 9.649023056030273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "hh8at",
+ "x": 17.810508728027344,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3.58428 0l0 19.05-3.58428 0 0-19.05 3.58428 0z",
+ "fill": "#0bc0cfff",
+ "width": 1.7921390533447266,
+ "height": 9.524999618530273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "AgBPa",
+ "x": 14.591854095458984,
+ "y": 0.16743159294128418,
+ "name": "Vector",
+ "geometry": "M3.80752 5.2958l0 13.41934-3.58428 0 0-13.41934 3.58428 0z m-3.80752-3.49746c0-0.5209 0.1819-0.95085 0.5457-1.28984 0.3638-0.339 0.85163-0.5085 1.46348-0.5085 0.60358 0 1.08727 0.1695 1.45107 0.5085 0.37207 0.339 0.55811 0.76895 0.55811 1.28984 0 0.5209-0.18604 0.95085-0.55811 1.28984-0.3638 0.339-0.84749 0.5085-1.45107 0.5085-0.61185 0-1.09968-0.1695-1.46348-0.5085-0.3638-0.339-0.5457-0.76895-0.5457-1.28984z",
+ "fill": "#0bc0cfff",
+ "width": 2.00917911529541,
+ "height": 9.357568740844727,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "TKgty",
+ "x": 7.695901870727539,
+ "y": 2.8153321743011475,
+ "name": "Vector",
+ "geometry": "M8.03672 10.20713l0-10.20713 3.57187 0 0 13.41934-3.36103 0-0.21084-3.21221z m0.39687-2.75332l1.0542-0.02481c0 0.89297-0.10335 1.72392-0.31006 2.49287-0.20671 0.76068-0.51676 1.42213-0.93017 1.98438-0.41341 0.55397-0.93431 0.98805-1.5627 1.30224-0.62839 0.30593-1.36839 0.45889-2.22002 0.45889-0.65319 0-1.25677-0.09095-1.81074-0.27285-0.5457-0.19017-1.01699-0.48369-1.41387-0.88056-0.38861-0.40514-0.69453-0.92191-0.91777-1.5503-0.21497-0.63665-0.32246-1.40146-0.32246-2.29443l0-8.66924 3.57187 0 0 8.69404c0 0.39688 0.04548 0.73174 0.13643 1.00459 0.09922 0.27285 0.23564 0.49609 0.40928 0.66973 0.17363 0.17363 0.3762 0.29766 0.60771 0.37207 0.23978 0.07441 0.50436 0.11162 0.79375 0.11162 0.73587 0 1.31465-0.14883 1.73633-0.44648 0.42995-0.29766 0.73174-0.7028 0.90537-1.21543 0.1819-0.5209 0.27285-1.09967 0.27285-1.73633z",
+ "fill": "#0bc0cfff",
+ "width": 5.804296493530273,
+ "height": 6.833691120147705,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "xp0CZ",
+ "x": 0,
+ "y": 0.49609375,
+ "name": "Vector",
+ "geometry": "M7.06934 10.13271l-4.63848 0-0.02481-2.55488 3.89434 0c0.68626 0 1.2485-0.08682 1.68672-0.26045 0.43822-0.1819 0.76481-0.44235 0.97978-0.78134 0.22324-0.34727 0.33486-0.76895 0.33487-1.26504 0-0.56224-0.10749-1.01699-0.32246-1.36426-0.20671-0.34727-0.5333-0.59945-0.97979-0.75654-0.43822-0.1571-1.00459-0.23565-1.69912-0.23565l-2.57969 0 0 15.14326-3.7207 0 0-18.05781 6.30039 0c1.05007 0 1.98851 0.09922 2.81533 0.29766 0.83509 0.19844 1.54202 0.50023 2.1208 0.90537 0.57878 0.40514 1.02113 0.91777 1.32705 1.53789 0.30592 0.61185 0.45889 1.33945 0.45889 2.18281 0 0.74414-0.1695 1.4304-0.50849 2.05879-0.33073 0.62839-0.85576 1.14102-1.5751 1.53789-0.71107 0.39688-1.64124 0.61598-2.79053 0.65732l-1.079 0.95498z m-0.16124 7.9251l-5.49423 0 1.45107-2.90215 4.04316 0c0.65319 0 1.18649-0.10335 1.59991-0.31006 0.41341-0.21497 0.71934-0.50436 0.91777-0.86816 0.19844-0.3638 0.29766-0.78135 0.29766-1.25264 0-0.52917-0.09095-0.98805-0.27285-1.37665-0.17363-0.38861-0.45475-0.68626-0.84336-0.89297-0.38861-0.21497-0.90124-0.32246-1.53789-0.32247l-3.58428 0 0.0248-2.55488 4.46485 0 0.85576 1.00459c1.09967-0.01654 1.98438 0.17777 2.6541 0.58291 0.67799 0.39688 1.16995 0.91364 1.47588 1.55029 0.31419 0.63665 0.47129 1.31878 0.47129 2.04639 0 1.15755-0.25218 2.1332-0.75655 2.92695-0.50436 0.78548-1.24437 1.37666-2.22002 1.77354-0.96738 0.39688-2.14974 0.59531-3.54707 0.59531z",
+ "fill": "#0bc0cfff",
+ "width": 6.715868949890137,
+ "height": 9.028905868530273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "P5q53",
+ "x": 0,
+ "y": 0.21994614601135254,
+ "name": "图形",
+ "children": [
+ {
+ "type": "group",
+ "id": "9o6JX",
+ "x": 0,
+ "y": 0,
+ "name": "白色",
+ "children": [
+ {
+ "type": "path",
+ "id": "7ReAI",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M109.54 150.54901l243.94001 244.36307c14.76001 14.78387 38.68997 14.78387 53.44998 0 14.76001-14.78388 14.76001-38.75534 0-53.53922l-243.90999-244.33314-53.48 53.50929z m66.35-150.0335c-12.62 11.14278-29.19 17.90626-47.33 17.90626-7.57 0-14.87001-1.17712-21.72-3.36179-0.72-0.22944-1.50999-0.04988-2.04999 0.4888l-101.88001 102.05071c-3.88 3.8905-3.88 10.1951 0 14.0856l45.01 45.08986c3.88 3.8905 10.18 3.8905 14.07 0l90.35-90.43908-0.03998-0.0399 48.93999-49.02026c3.88-3.89049 3.88-10.19509 0-14.08559l-22.58001-22.60478c-0.75999-0.75815-1.97-0.7781-2.78-0.06983l0.01 0z",
+ "fill": "#0bc0cfff",
+ "width": 9.699999809265137,
+ "height": 9.421530723571777,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.15000000596046448
+ }
+ },
+ {
+ "type": "path",
+ "id": "8DiEQ",
+ "x": 0.441162109375,
+ "y": 0.3345947265625,
+ "name": "Vector",
+ "geometry": "M375.95935 12.53518c-19.75598-17.81-37.58237-15.58-51.91946 0l-9.63803 10.47 53.43914 53.45001 8.09839-7.5c14.3371-15.58 22.95535-34.44 0-56.42001l0.01996 0z m-332.40258 289.38999l-24.53503 42.38001-18.43626 39.51998c-2.36952 5.07999 2.88941 10.36002 7.95839 7.98002l39.39201-18.49002 42.15145-24.71-0.03999-0.04 0.10998-0.03-46.60055-46.60999z m52.68932 30.47l7.9084 7.94998 2.70945-1.58999c0.06998-0.04001 0.13996-0.10001 0.19995-0.16001l250.43922-251.09997-8.20834-8.2-253.04868 253.09999z m-42.75134-47.55996c-0.05999 0.05999-0.10997 0.12997-0.15997 0.19998l-1.58968 2.75 33.86314 33.97 253.05872-253.11001-34.78296-34.89-250.39925 251.08003 0.01 0z",
+ "fill": "#0bc0cfff",
+ "width": 9.054535865783691,
+ "height": 9.083592414855957,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.15000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lD9KE",
+ "name": "line",
+ "clip": true,
+ "width": 0.5,
+ "height": 12,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "obzbH",
+ "x": 87.88330078125,
+ "y": 180.2900390625,
+ "name": "细节",
+ "children": [
+ {
+ "type": "path",
+ "id": "cr0ZW",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.3799999952316284,
+ "geometry": "M25.92001 12.96002c0 7.15761-5.80241 12.95999-12.96002 12.95999-7.15761 0-12.95999-5.80238-12.95999-12.95999 0-7.15761 5.80238-12.96002 12.95999-12.96002 7.15761 0 12.96002 5.80241 12.96002 12.96002z",
+ "fill": "#f9cc9fff",
+ "width": 12.438305854797363,
+ "height": 12.409627914428711,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f9cc9fff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "yF9sC",
+ "x": 107.99999646161154,
+ "y": 133.86425561064993,
+ "name": "显示屏幕",
+ "children": [
+ {
+ "type": "path",
+ "id": "HDLJo",
+ "x": 0.23652375425717764,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.699999988079071,
+ "geometry": "M87.8215 3.45192c-0.02879-0.04309-0.05278-0.08618-0.08157-0.12449-0.30712-0.48355-0.59024-0.98147-0.80618-1.5129 0-0.00958 0-0.01436-0.0048-0.02393-0.42229-0.32077-0.81578-0.67506-1.1421-1.10595-0.0144-0.01915-0.01439-0.0431-0.02399-0.06704-0.08158-0.06224-0.16317-0.12448-0.24955-0.17714-0.23994-0.14842-0.47987-0.18672-0.74859-0.25854-0.19195-0.05266-0.37911-0.12927-0.57585-0.18193l-66.57273 0c-0.59024 0-1.1901 0-1.75155 0.16757-0.3887 0.11012-0.74379 0.32078-1.11329 0.47399-0.26873 0.11012-0.55185 0.18671-0.83978 0.21544-0.05279 0.04788-0.09597 0.08619-0.13436 0.11491-0.30712 0.22981-0.61904 0.42131-0.96455 0.59366-0.14396 0.07181-0.29752 0.13884-0.44628 0.20587-0.02399 0.08618-0.05758 0.17236-0.10557 0.25854-0.19675 0.36865-0.60944 0.68943-1.03653 0.99105 0.0096 0.06703 0.0144 0.13405 0.0048 0.20586-0.07678 0.56494-0.56626 0.90007-0.89257 1.32139-0.3887 0.5027-0.58064 1.21129-0.76299 1.80975-0.21594 0.70379-0.32151 1.43629-0.50867 2.14486-0.11997 0.45483-0.27353 0.90487-0.42229 1.3597-0.33111 1.31661-0.7582 2.60449-1.05092 3.93546-0.28313 1.27352-0.61424 2.50873-0.98854 3.7248 0.10077 0.12927 0.13436 0.30642 0.02879 0.48835-0.25433 0.44046-0.23994 0.95274-0.30232 1.44587-0.06238 0.48834-0.18235 0.95753-0.3407 1.42193-0.31672 0.92402-0.64303 1.84804-0.95975 2.77207 0.09597 0.07182 0.15836 0.18671 0.15356 0.34948-0.02399 0.45483-0.14876 0.86178-0.30232 1.28789-0.15356 0.42131-0.23993 0.84742-0.3695 1.27352-0.25913 0.86178-0.61424 1.67569-0.78699 2.56619-0.29752 1.51769-0.80138 3.01144-1.40122 4.44295-0.08158 0.39259-0.16317 0.78996-0.24955 1.18255-0.13436 0.60325-0.27352 1.21606-0.47026 1.80016-0.02399 0.07182-0.05279 0.15321-0.08159 0.23938 0 0.02872 0 0.05267 0 0.0814-0.09118 0.65112-0.32631 1.24958-0.58544 1.83846-0.05758 0.42131-0.18236 0.81391-0.32152 1.21607-0.15836 0.46919-0.24473 0.93358-0.30711 1.42671-0.04319 0.32556-0.09598 0.65112-0.15357 0.9719-0.02399 0.57452-0.05278 1.14904-0.11036 1.72356-0.0096 0.0766-0.02401 0.14841-0.0432 0.22023 0.05279 0.70379 0.26394 1.39322 0.69582 1.95816 0.13436 0.17714 0.31672 0.39737 0.52786 0.60324 0.18715 0.12448 0.3791 0.23938 0.58065 0.34471 0.11517 0.05745 0.23034 0.10534 0.3455 0.158 0.04319 0 0.08638 0.00957 0.13437 0.00478 0.21114-0.02394 0.34071 0.08139 0.40309 0.22502 0.16316 0.06224 0.32631 0.12448 0.49427 0.17714l69.02968 0c0.59024-0.4261 1.24766-0.71336 1.94348-0.90965 0.0192-0.01436 0.04319-0.03352 0.06239-0.04788 0.56625-0.38302 1.15762-1.05084 1.54632-1.6493 0.22554-0.3495 0.61312-0.24661 0.86265-0.58174 0.14876-0.20108 0.31191-0.37823 0.47987-0.56495 0.34551-0.81869 0.67661-1.64217 0.66222-2.54225 0-0.22981 0.12958-0.36865 0.29753-0.42132 0.24474-0.75166 0.58065-1.4698 0.81099-2.23103 0.24474-0.8139 0.41268-1.65175 0.63822-2.47044 0.23514-0.83784 0.46068-1.61824 0.50867-2.48959 0.04799-0.82348 0.29752-1.60387 0.65741-2.34595 0.05279-0.10533 0.12957-0.16279 0.21115-0.20109 0.24953-1.37885 0.42228-2.76248 0.89736-4.09345 0 0 0 0 0-0.00479 0.10558-0.60324 0.22076-1.21128 0.34072-1.80974 0.11996-0.61282 0.30232-1.49375 0.81579-1.96294 0-0.42131-0.00002-0.8474 0.10075-1.25914 0.10078-0.39738 0.30711-0.72773 0.59504-0.99585 0.12476-0.89529 0.24954-1.7858 0.48948-2.66193 0.26873-0.97668 0.61425-1.93421 0.94537-2.89653 0.06718-0.34471 0.15836-0.68943 0.3263-0.99105 0.05279-0.16278 0.11035-0.33035 0.15835-0.49313 0.06718-0.22981 0.13916-0.4644 0.21594-0.699 0.10078-0.78039 0.30711-1.52727 0.53265-2.27893 0.18715-0.63197 0.30712-1.27352 0.45108-1.91507-0.09598-0.1149-0.13914-0.26811-0.10555-0.42131 0.13436-0.6607 0.3791-1.29267 0.53745-1.94379 0.15836-0.66548 0.22554-1.35012 0.3887-2.0156 0.02879-0.12448 0.10078-0.20109 0.18235-0.25854-0.0192-0.22981 0.00001-0.45961 0.072-0.71336 0.02879-0.10533 0.05758-0.18672 0.08637-0.25854-0.0192-0.05745-0.04319-0.11012-0.06239-0.16757l-0.0384 0.0048z",
+ "fill": "#b4e0f2ff",
+ "width": 87.92228698730469,
+ "height": 47.74257278442383,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#b4e0f2ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zWuv5",
+ "x": 0,
+ "y": 0.004778261034516618,
+ "name": "倾斜15°",
+ "geometry": "M70.82581 47.93887l-66.40958 0c-3.16716 0-5.06266-2.58534-4.21328-5.7452l9.7894-36.44847c0.84937-3.15986 4.1365-5.7452 7.30366-5.7452l66.40958 0c3.16716 0 5.06267 2.58534 4.21329 5.7452l-9.78941 36.44847c-0.84937 3.15986-4.1365 5.7452-7.30366 5.7452z",
+ "width": 88.12183380126953,
+ "height": 47.93886947631836,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SC7Af",
+ "x": 37.47344561602495,
+ "y": 17.49292593842256,
+ "name": "Vector",
+ "geometry": "M16.52253 1.4325c0.36 1.44 2.15998 1.92002 3.19998 0.86002 1.37-1.42 3.71999-0.06 3.17999 1.83999-0.41 1.43 0.91003 2.75 2.34003 2.34 1.89-0.54 3.25 1.80999 1.84 3.17999-1.07 1.03-0.58001 2.84001 0.85998 3.20001 1.91 0.48 1.91 3.20001 0 3.67002-1.44 0.36-1.91999 2.15998-0.85998 3.19998 1.42 1.37 0.06 3.71999-1.84 3.17999-1.43-0.41-2.75003 0.91003-2.34003 2.34003 0.54 1.89-1.80999 3.25-3.17999 1.84-1.03-1.07-2.83998-0.58001-3.19998 0.85998-0.48 1.91-3.20001 1.91-3.67002 0-0.36-1.44-2.16001-1.91999-3.20001-0.85998-1.37 1.42-3.71999 0.06-3.17999-1.84 0.41-1.43-0.91-2.75003-2.34-2.34003-1.89 0.54-3.25-1.80999-1.83999-3.17999 1.07-1.03 0.57998-2.83998-0.86002-3.19998-1.91-0.48-1.91-3.20001 0-3.67002 1.44-0.36 1.92002-2.16001 0.86002-3.20001-1.42-1.37-0.06-3.71999 1.83999-3.17999 1.43 0.41 2.75-0.91 2.34-2.34-0.54-1.89 1.80999-3.25 3.17999-1.83999 1.03 1.07 2.84001 0.57998 3.20001-0.86002 0.48-1.91 3.20001-1.91 3.67002 0z",
+ "width": 14.096263885498047,
+ "height": 14.063763618469238,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "I2SGy",
+ "x": 93.83373581870774,
+ "y": 83.97393061563054,
+ "name": "表情",
+ "children": [
+ {
+ "type": "path",
+ "id": "F1arL",
+ "x": 1.9386895944239768,
+ "y": 17.678609591278104,
+ "name": "Vector",
+ "geometry": "M11.22 9.21002c0 5.08654-2.51167 9.20999-5.60998 9.20999-3.09832 0-5.61002-4.12345-5.61002-9.20999 0-5.08654 2.5117-9.21002 5.61002-9.21002 3.09832 0 5.60999 4.12348 5.60998 9.21002z",
+ "fill": "#413a3bff",
+ "width": 5.384171962738037,
+ "height": 8.818881034851074,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "JmSlf",
+ "x": 18.515603766789297,
+ "y": 20.591222863811197,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "zRENt",
+ "x": 5.367272446297704,
+ "y": 9.21673262132677,
+ "name": "Vector",
+ "rotation": 85.469598306163,
+ "flipY": true,
+ "geometry": "M18.42001 5.61002c0 3.09832-4.12345 5.60999-9.20999 5.60998-5.08654 0-9.21002-2.51167-9.21002-5.60998 0-3.09832 4.12348-5.61002 9.21002-5.61002 5.08654 0 9.20999 2.5117 9.20999 5.61002z",
+ "fill": "#413a3bff",
+ "width": 8.819007873535156,
+ "height": 5.384094715118408,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "gfkm9",
+ "x": 5.367272446297704,
+ "y": 9.21673262132677,
+ "name": "Vector",
+ "rotation": 85.469598306163,
+ "flipY": true,
+ "geometry": "M18.42001 5.61002c0 3.09832-4.12345 5.60999-9.20999 5.60998-5.08654 0-9.21002-2.51167-9.21002-5.60998 0-3.09832 4.12348-5.61002 9.21002-5.61002 5.08654 0 9.20999 2.5117 9.20999 5.61002z",
+ "width": 8.819007873535156,
+ "height": 5.384094715118408,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "AWcVI",
+ "x": 7.788338308489529,
+ "y": 37.82031224325564,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 2.16 8.04001 8.41 9.07001 6.25 1.03 9.45999-4.75 9.45999-4.75",
+ "width": 8.575322151184082,
+ "height": 4.401278018951416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uq2MB",
+ "x": 88.93010390297195,
+ "y": 5.411509733947781,
+ "name": "Vector",
+ "rotation": 18.699800470218133,
+ "flipY": true,
+ "geometry": "M5.22003 5.08002c0 2.80561-1.16858 5.07999-2.61004 5.07998-1.44146 0-2.60999-2.27438-2.60999-5.07998 0-2.80561 1.16852-5.08002 2.60999-5.08002 1.44146 0 2.61005 2.27441 2.61004 5.08002z",
+ "fill": "#413a3bff",
+ "width": 2.504354953765869,
+ "height": 4.865428447723389,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8wEnp",
+ "x": 71.86635268226883,
+ "y": 9.2781083400574,
+ "name": "Vector",
+ "rotation": 18.699800470218133,
+ "flipY": true,
+ "geometry": "M5.22 5.07999c0 2.80561-1.16852 5.08002-2.60998 5.08001-1.44146 0-2.61002-2.27441-2.61002-5.08001 0-2.80561 1.16855-5.07999 2.61002-5.07999 1.44146 0 2.60999 2.27438 2.60998 5.07999z",
+ "fill": "#413a3bff",
+ "width": 2.504340410232544,
+ "height": 4.865428447723389,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qNPTF",
+ "x": 81.41519606605789,
+ "y": 17.917992335113553,
+ "name": "Vector",
+ "geometry": "M0 4.96002c0.18-0.23 1.74002-4.96002 1.74002-4.96002l4.87 3.40002",
+ "width": 3.1719658374786377,
+ "height": 2.3746912479400635,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "b7HW5",
+ "x": 92.86496413246414,
+ "y": 4.885974359067944,
+ "name": "Vector",
+ "geometry": "M0 20.12003c0 0 22.26998-20.10003 44.22998-20.12003",
+ "width": 21.22475814819336,
+ "height": 9.632789611816406,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Tipwb",
+ "x": 94.26137984291336,
+ "y": 17.232804995330838,
+ "name": "Vector",
+ "geometry": "M0 0.00116c0.46 0 18.53002-0.29 28.02002 8.31",
+ "width": 13.446041107177734,
+ "height": 3.9791009426116943,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TLZjG",
+ "x": 54.95502532020828,
+ "y": 15.442691546234158,
+ "name": "Vector",
+ "geometry": "M41.06 3.74017c0 0-27.28-10.02999-41.06 2.76001",
+ "width": 19.703569412231445,
+ "height": 3.1120665073394775,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VpCdZ",
+ "x": 59.43703520790359,
+ "y": 19.57931206777957,
+ "name": "Vector",
+ "geometry": "M24.34 0c0 0-17.45 4.43001-24.34 12.63001",
+ "width": 11.680098533630371,
+ "height": 6.046820163726807,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tGACt",
+ "x": 28.269299154436794,
+ "y": 13.510502558502225,
+ "name": "Vector",
+ "geometry": "M0 0.02593c0 0 4.05-0.48 7.22 2.69001 3.17 3.17 3.36002 5.98999 3.36002 5.98999",
+ "width": 5.077060699462891,
+ "height": 4.16810417175293,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KZEmK",
+ "x": 0,
+ "y": 9.976679068359402,
+ "name": "Vector",
+ "geometry": "M12.49002 0.36703c0 0-10.14002-2.59999-12.49002 6.04001",
+ "width": 5.993619441986084,
+ "height": 3.0674750804901123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "zPxr1",
+ "x": 109.68621826171875,
+ "y": 29.208740234375,
+ "name": "XBuilder",
+ "enabled": false,
+ "geometry": "M4.407 17.862l-4.407 0 4.563-9.074 0 0.858-4.394-8.398 4.316 0 2.925 5.902 0.221 0 2.925-5.902 4.316 0-4.407 8.398 0-0.858 4.563 9.074-4.407 0-2.99-6.331-0.221 0-3.003 6.331z m20.21663 0l-4.875 0 0-3.211 4.381 0c0.78 0 1.33467-0.14733 1.66399-0.442 0.338-0.29467 0.507-0.73667 0.50701-1.326l0-0.221c0-0.58933-0.169-1.03133-0.50701-1.326-0.32933-0.30333-0.897-0.455-1.70299-0.455l-4.407 0 0-2.964 4.303 0c0.754 0 1.287-0.14733 1.599-0.442 0.312-0.29467 0.468-0.72367 0.468-1.287l0-0.13c0-0.55467-0.156-0.97067-0.468-1.248-0.312-0.286-0.845-0.429-1.599-0.429l-4.316 0 0-3.133 4.74499 0c2.01067 0 3.45367 0.338 4.32901 1.014 0.87533 0.66733 1.313 1.65533 1.313 2.964l0 0.195c0 0.988-0.26 1.755-0.78 2.301-0.51133 0.546-1.31733 0.85367-2.418 0.923l0 0.143c1.222 0.16467 2.11467 0.57633 2.67799 1.235 0.56333 0.65867 0.845 1.58167 0.84501 2.769l0 0.351c0 1.56-0.45933 2.73867-1.378 3.536-0.91 0.78867-2.37033 1.183-4.381 1.183z m-3.87401 0l-3.89999 0 0-16.614 3.89999 0 0 16.614z m11.64475-12.779l3.978 0 0 7.514c0 0.468 0.06067 0.87533 0.18201 1.222 0.12133 0.338 0.325 0.60233 0.61099 0.793 0.286 0.182 0.676 0.273 1.17001 0.273 0.416 0 0.77566-0.07367 1.079-0.221 0.312-0.14733 0.572-0.34667 0.77999-0.598 0.21667-0.25133 0.377-0.52867 0.48101-0.832l0.611 1.859-0.67601 0c-0.13867 0.572-0.36833 1.092-0.689 1.56-0.312 0.468-0.74533 0.83633-1.29999 1.105-0.546 0.26867-1.248 0.403-2.106 0.403-0.94467 0-1.72467-0.182-2.34-0.546-0.60667-0.37267-1.05733-0.923-1.352-1.651-0.286-0.728-0.429-1.638-0.42901-2.73l0-8.151z m8.216 0l3.97801 0 0 12.779-3.952 0 0.13-3.198-0.15601-0.364 0-9.217z m10.61857 12.779l-3.978 0 0-12.779 3.978 0 0 12.779z m-1.989-13.988c-0.74533 0-1.287-0.169-1.625-0.507-0.338-0.34667-0.507-0.81033-0.507-1.391l0-0.091c0-0.58067 0.169-1.04 0.507-1.378 0.338-0.338 0.87967-0.507 1.625-0.507 0.728 0 1.261 0.169 1.599 0.507 0.34667 0.338 0.52 0.79733 0.52 1.378l0 0.091c0 0.58933-0.17333 1.053-0.52 1.391-0.338 0.338-0.871 0.507-1.599 0.507z m8.64134 13.988l-3.978 0 0-17.173 3.978 0 0 17.173z m6.78235 0.299c-1.49067 0-2.62167-0.48967-3.393-1.469-0.76267-0.97933-1.144-2.43533-1.144-4.368l-0.00001-1.573c0-1.96733 0.38567-3.45367 1.15701-4.459 0.77133-1.00533 1.937-1.508 3.49699-1.508 0.76266 0 1.39967 0.12567 1.91101 0.377 0.51133 0.25133 0.91866 0.60667 1.222 1.066 0.312 0.45933 0.52867 1.001 0.65 1.625l1.07899 0-0.93599 2.574c-0.01733-0.52867-0.12134-0.975-0.31201-1.339-0.19067-0.364-0.45934-0.64133-0.806-0.832-0.338-0.19933-0.74966-0.299-1.235-0.299-0.728 0-1.28266 0.21233-1.66399 0.637-0.38133 0.42467-0.57201 1.06167-0.57201 1.911l0 1.833c0 0.84067 0.19067 1.47767 0.57201 1.911 0.39 0.42467 0.962 0.637 1.71599 0.637 0.39867 0 0.75401-0.07367 1.06601-0.221 0.32066-0.14733 0.58933-0.351 0.806-0.611 0.22533-0.26 0.39-0.55467 0.49399-0.884l0.97501 1.924-1.11801 0c-0.13 0.572-0.34666 1.092-0.65 1.56-0.30333 0.468-0.72366 0.83633-1.26099 1.105-0.53733 0.26867-1.222 0.403-2.054 0.403z m7.943-0.299l-3.95201 0 0.117-3.237-0.06499-0.676 0-5.733-0.05201-3.705 0-3.822 3.95201 0 0 17.173z m9.00656 0.325c-2.32267 0-4.03867-0.51567-5.148-1.547-1.10934-1.04-1.664-2.55233-1.664-4.537l0-1.326c0-1.95867 0.52-3.458 1.56-4.498 1.04-1.04867 2.55233-1.573 4.537-1.573 1.33466 0 2.444 0.22967 3.328 0.689 0.89267 0.45067 1.56 1.09633 2.002 1.937 0.45067 0.84067 0.676 1.85033 0.676 3.029l0 0.429c0 0.32933-0.01733 0.66733-0.052 1.014-0.026 0.338-0.06499 0.65433-0.117 0.949l-3.588 0c0.03467-0.50267 0.05634-0.975 0.065-1.417 0.00867-0.45067 0.013-0.858 0.013-1.222 0-0.52867-0.08234-0.97067-0.247-1.326-0.16467-0.364-0.42033-0.64133-0.767-0.832-0.338-0.19067-0.77567-0.286-1.313-0.286-0.79733 0-1.38233 0.21667-1.755 0.65-0.364 0.42467-0.546 1.03133-0.546 1.82l0 1.17 0.02599 0.429 0 0.91c0 0.32933 0.05201 0.64134 0.15601 0.936 0.11266 0.29467 0.30333 0.55467 0.572 0.78 0.27734 0.21667 0.65433 0.39 1.131 0.52 0.48534 0.12133 1.10067 0.182 1.846 0.182 0.78867 0 1.547-0.07367 2.275-0.221 0.728-0.156 1.42567-0.364 2.093-0.624l-0.325 2.99c-0.58933 0.30333-1.28699 0.54166-2.093 0.715-0.806 0.17333-1.69434 0.26-2.665 0.26z m4.316-5.434l-9.022 0 0-2.457 9.022 0 0 2.457z m7.02711-2.067l-1.092-2.418 0.936 0c0.208-1.05733 0.611-1.885 1.209-2.483 0.60667-0.60667 1.46033-0.91 2.561-0.91 0.19067 0 0.364 0.013 0.51999 0.039 0.16466 0.026 0.32067 0.05633 0.46801 0.091l0.195 4.017c-0.182-0.052-0.39433-0.08667-0.63701-0.104-0.24267-0.026-0.48966-0.039-0.74099-0.039-0.84933 0-1.56434 0.16033-2.14501 0.481-0.58066 0.312-1.00532 0.754-1.27399 1.326z m0.07799 7.176l-3.97799 0 0-12.779 3.744 0-0.16901 4.082 0.403 0.052 0 8.645z",
+ "fill": "#0bc0cfff",
+ "width": 52.6275634765625,
+ "height": 9.791357040405273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.538371205329895
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yzBtD",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WwSDE",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yu4Lw",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "OV6Vu",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Uw62W",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MA8ke",
+ "x": 80,
+ "y": 2,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CiMu7",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uT6ov",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QoacQ",
+ "name": "Grid",
+ "gap": 20,
+ "children": [
+ {
+ "id": "mbjza",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "kv4To",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "NYL5S",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 252,
+ "y": 0,
+ "children": [
+ {
+ "id": "qnCSw",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "639IR",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 504,
+ "y": 0,
+ "children": [
+ {
+ "id": "CO0M2",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "99jc9",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 756,
+ "y": 0,
+ "children": [
+ {
+ "id": "cPqUk",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9bBWi",
+ "name": "Section Remixing",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SP3iP",
+ "name": "section2Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gkSw6",
+ "name": "section2Title",
+ "fill": "$grey1000",
+ "content": "The community is remixing",
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "LsJpM",
+ "name": "section2Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DKsNq",
+ "name": "section2LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4Gseh",
+ "x": 84,
+ "y": 2,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eVKP4",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wPyfd",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3u7g5",
+ "name": "Grid",
+ "gap": 20,
+ "children": [
+ {
+ "id": "sbGt7",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "5Vj0f",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "SgvwT",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 252,
+ "y": 0,
+ "children": [
+ {
+ "id": "1gDS1",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "3L79n",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 504,
+ "y": 0,
+ "children": [
+ {
+ "id": "o48n5",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "ghH0p",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 756,
+ "y": 0,
+ "children": [
+ {
+ "id": "LFTpq",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eqnzN",
+ "name": "Section Following",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "N3tEP",
+ "name": "section3Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "57WN6",
+ "name": "section3Title",
+ "fill": "$grey1000",
+ "content": "Users you followed are creating",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "K26tI",
+ "name": "section3Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qUa4B",
+ "name": "section3LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "252x1",
+ "x": 84,
+ "y": 2,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dNjTV",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BjFC1",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oRdxP",
+ "name": "Grid",
+ "gap": 20,
+ "children": [
+ {
+ "id": "55Go1",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "YgE8G",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "FmQoI",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 252,
+ "y": 0,
+ "children": [
+ {
+ "id": "bIocn",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "hAKcY",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 504,
+ "y": 0,
+ "children": [
+ {
+ "id": "nLYcX",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "KXooU",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 756,
+ "y": 0,
+ "children": [
+ {
+ "id": "8oX1h",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KCHa0",
+ "x": 0,
+ "y": 1503,
+ "name": "page-signin",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "m1VM6",
+ "type": "ref",
+ "ref": "r:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 0,
+ "children": [
+ {
+ "id": "mZVL2",
+ "type": "ref",
+ "ref": "r:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8MHiP",
+ "name": "Content",
+ "width": 1240,
+ "layout": "vertical",
+ "gap": 32,
+ "padding": [
+ 20,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m9SnQ",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "V8CEL",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JeoQi",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "Y0Sxu",
+ "name": "section1Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mMQ9s",
+ "name": "section1LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "i69uO",
+ "x": 84,
+ "y": 2,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xFWZF",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IG8Mh",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6xs2e",
+ "name": "Grid",
+ "gap": 20,
+ "children": [
+ {
+ "id": "R9E0D",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "9o98S",
+ "type": "ref",
+ "ref": "r:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "dCM3y",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 252,
+ "y": 0,
+ "children": [
+ {
+ "id": "h7pdr",
+ "type": "ref",
+ "ref": "r:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "Oq6Jl",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 504,
+ "y": 0,
+ "children": [
+ {
+ "id": "VAZUb",
+ "type": "ref",
+ "ref": "r:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "CByuM",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 756,
+ "y": 0,
+ "children": [
+ {
+ "id": "otqe7",
+ "type": "ref",
+ "ref": "r:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XidYw",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "CQCkZ",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EnEKf",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "MAAfT",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qdjPP",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jl3s9",
+ "x": 80,
+ "y": 2,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wFTlZ",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qcMda",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pOPBs",
+ "name": "Grid",
+ "gap": 20,
+ "children": [
+ {
+ "id": "WfdtL",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "t7ev9",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "CnXA5",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 252,
+ "y": 0,
+ "children": [
+ {
+ "id": "re6Kw",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "JCp5s",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 504,
+ "y": 0,
+ "children": [
+ {
+ "id": "Vsu3P",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "iDtyc",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 756,
+ "y": 0,
+ "children": [
+ {
+ "id": "b7rJK",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vb1ED",
+ "name": "Section Remixing",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "GFWr0",
+ "name": "section2Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Rdt2T",
+ "name": "section2Title",
+ "fill": "$grey1000",
+ "content": "The community is remixing",
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "TqqSB",
+ "name": "section2Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZS1W6",
+ "name": "section2LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5MxdX",
+ "x": 84,
+ "y": 2,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ep4uM",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FsY2C",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yh2Sq",
+ "name": "Grid",
+ "gap": 20,
+ "children": [
+ {
+ "id": "ZUnHX",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "NHds0",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "HG187",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 252,
+ "y": 0,
+ "children": [
+ {
+ "id": "m5YrK",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "0wcdx",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 504,
+ "y": 0,
+ "children": [
+ {
+ "id": "LkQNN",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "32IEZ",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 756,
+ "y": 0,
+ "children": [
+ {
+ "id": "nzG1C",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cuqby",
+ "name": "Section Following",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RYTeF",
+ "name": "section3Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5DWJg",
+ "name": "section3Title",
+ "fill": "$grey1000",
+ "content": "Users you followed are creating",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "61Y3P",
+ "name": "section3Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qxoek",
+ "name": "section3LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "skvgy",
+ "x": 84,
+ "y": 2,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BSg4A",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "o5UJ0",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KkESd",
+ "name": "Grid",
+ "gap": 20,
+ "children": [
+ {
+ "id": "8LfAP",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "bEEp1",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "NBruR",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 252,
+ "y": 0,
+ "children": [
+ {
+ "id": "pW3nK",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "pSqS8",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 504,
+ "y": 0,
+ "children": [
+ {
+ "id": "H2tmR",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "jk4zq",
+ "type": "ref",
+ "ref": "r:pwk0c",
+ "x": 756,
+ "y": 0,
+ "children": [
+ {
+ "id": "6i24Q",
+ "type": "ref",
+ "ref": "r:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "2:Accent": [
+ "Default"
+ ]
+ },
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "blue100": {
+ "type": "color",
+ "value": "#f4faff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "2:grey100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#ffffff",
+ "theme": {
+ "2:Accent": "Default"
+ }
+ }
+ ]
+ },
+ "2:grey300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f6f8fa",
+ "theme": {
+ "2:Accent": "Default"
+ }
+ }
+ ]
+ },
+ "2:grey800": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#6e7781",
+ "theme": {
+ "2:Accent": "Default"
+ }
+ }
+ ]
+ },
+ "2:grey700": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#a7b1bb",
+ "theme": {
+ "2:Accent": "Default"
+ }
+ }
+ ]
+ }
+ },
+ "imports": {
+ "r": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/community-project.pen b/ui/pages/spx/community-project.pen
new file mode 100644
index 0000000000..0fc737ba02
--- /dev/null
+++ b/ui/pages/spx/community-project.pen
@@ -0,0 +1,1726 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pljWP",
+ "x": -720,
+ "y": -1231,
+ "name": "page-run",
+ "width": 1440,
+ "fill": "#F0F2F5",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "tU1r6",
+ "type": "ref",
+ "ref": "m:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 5.684341886080802e-14,
+ "children": [
+ {
+ "id": "tqIyL",
+ "type": "ref",
+ "ref": "m:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D1KNC",
+ "name": "Main Content Card",
+ "fill": "#FFFFFF",
+ "cornerRadius": 16,
+ "gap": 40,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "MGE18",
+ "name": "Left Column",
+ "width": 744,
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m5zVU",
+ "name": "runner",
+ "width": "fill_container",
+ "height": 558,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "fill"
+ },
+ "#24292f99"
+ ],
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jJeuI",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "EnrGj",
+ "type": "ref",
+ "ref": "m:IDB2y",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "m:wH3BG": {
+ "width": "fit_content"
+ },
+ "m:4zALr": {
+ "content": "Y"
+ },
+ "m:2su3n": {
+ "content": "Run",
+ "x": 50
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N1Rog",
+ "name": "Operations Row",
+ "width": "fill_container",
+ "gap": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "id": "qOZMO",
+ "type": "ref",
+ "ref": "m:8dhVn",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 712,
+ "children": [
+ {
+ "id": "Q0vxc",
+ "type": "ref",
+ "ref": "m:yvA8C",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "m:kXXlS": {
+ "width": "fit_content"
+ },
+ "m:BIeUa": {
+ "content": "m",
+ "fontFamily": "XBuilder_Icons_02"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bEtUt",
+ "name": "Right Column",
+ "width": 416,
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "id": "qfZop",
+ "type": "ref",
+ "ref": "m:Vjvc8",
+ "x": 0,
+ "y": 0,
+ "layout": "vertical",
+ "width": "fill_container",
+ "descendants": {
+ "m:euhBi": {
+ "x": 0,
+ "y": 0,
+ "width": "fill_container"
+ },
+ "m:yMz9U": {
+ "width": "fit_content(396)",
+ "height": "fit_content(28)",
+ "textGrowth": "auto",
+ "fontFamily": "Inter"
+ },
+ "m:ULPaU": {
+ "fontFamily": "Inter"
+ },
+ "m:Jj8bR": {
+ "fontFamily": "Inter"
+ },
+ "m:sipvW": {
+ "x": 0,
+ "y": 74,
+ "width": "fill_container"
+ },
+ "m:b4Zjx": {
+ "fontFamily": "Inter"
+ },
+ "m:uTIQU": {
+ "x": 270
+ },
+ "m:xcE7O": {
+ "fontFamily": "Inter"
+ },
+ "m:RmZWa": {
+ "fontFamily": "Inter"
+ },
+ "m:0oxTN": {
+ "fontFamily": "Inter"
+ },
+ "m:65EVO": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "x": 0,
+ "y": 114
+ },
+ "m:NZdSy": {
+ "width": "fill_container"
+ },
+ "m:GaWw7": {
+ "x": 0,
+ "width": 176
+ },
+ "m:GaWw7/m:wH3BG": {
+ "width": "fill_container",
+ "x": 0
+ },
+ "m:GaWw7/m:4zALr": {
+ "x": 61.5
+ },
+ "m:GaWw7/m:2su3n": {
+ "x": 87.5
+ },
+ "m:hmZbS": {
+ "width": "fill_container",
+ "x": 188
+ },
+ "m:idkdO": {
+ "x": 0,
+ "width": 176
+ },
+ "m:idkdO/m:qu0Rs": {
+ "width": "fill_container"
+ },
+ "m:idkdO/m:yhkaY": {
+ "x": 49
+ },
+ "m:idkdO/m:28nFU": {
+ "x": 75
+ },
+ "m:Vbjzn": {
+ "x": 376
+ }
+ }
+ },
+ {
+ "type": "group",
+ "id": "rr8J5",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ltR0B",
+ "x": 0,
+ "y": 0,
+ "name": "description",
+ "width": "fill_container(416)",
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VBHdl",
+ "name": "Description Header",
+ "width": "fill_container",
+ "height": 26,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "E2rYB",
+ "name": "Description Title",
+ "fill": "$grey1000",
+ "content": "Project description",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "02c3x",
+ "x": 262.5,
+ "y": 3,
+ "name": "angle-up=outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "66HE6",
+ "x": 3.333174467086792,
+ "y": 5.831789493560791,
+ "geometry": "M12.49982 7.50121c-0.22099 0.00032-0.43298-0.0875-0.58899-0.244l-5.244-5.244-5.244 5.244c-0.3253 0.32557-0.85293 0.3258-1.1785 0.0005-0.32557-0.3253-0.3258-0.85293-0.0005-1.1785l5.834-5.834c0.15582-0.15694 0.36784-0.24521 0.589-0.24521 0.22116 0 0.43318 0.08827 0.589 0.24521l5.833 5.834c0.23925 0.23788 0.31116 0.59669 0.18205 0.90839-0.12911 0.3117-0.43367 0.51458-0.77106 0.51361",
+ "fill": "#24292F",
+ "width": 13.334233522415161,
+ "height": 7.501535892486572
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "txECM",
+ "fill": "$m:grey1000",
+ "content": "l",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "j5HeZ",
+ "name": "Description Content",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1BiSl",
+ "x": 0,
+ "y": 116,
+ "name": "Play Instructions",
+ "width": "fill_container(416)",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R8Mo2",
+ "name": "Instructions Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8q1MJ",
+ "name": "Instructions Title",
+ "fill": "$grey1000",
+ "content": "Play instructions",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "576NF",
+ "x": 254,
+ "y": 3,
+ "name": "angle-down-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ftCTL",
+ "x": 3.3333208560943604,
+ "y": 6.666155815124512,
+ "geometry": "M6.66668 7.49984c-0.22133 0.00059-0.43373-0.08725-0.59-0.244l-5.832-5.832c-0.32585-0.3253-0.3263-0.85315-0.001-1.179 0.3253-0.32585 0.85315-0.3263 1.179-0.001l5.244 5.245 5.244-5.245c0.21061-0.21043 0.51748-0.29252 0.80502-0.21533 0.28754 0.07718 0.51207 0.30189 0.589 0.5895 0.07693 0.28761-0.00541 0.59441-0.21602 0.80483l-5.833 5.833c-0.15627 0.15675-0.36867 0.24459-0.59 0.244",
+ "fill": "#24292F",
+ "width": 13.333022832870483,
+ "height": 7.499847412109375
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XdsyY",
+ "fill": "$m:grey1000",
+ "content": "i",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4j6nX",
+ "x": 0,
+ "y": 158,
+ "name": "Update History",
+ "width": "fill_container(416)",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O7Mz3",
+ "name": "History Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JNeYt",
+ "name": "History Title",
+ "fill": "$grey1000",
+ "content": "Update history",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "aRM5r",
+ "x": 246,
+ "y": 3,
+ "name": "angle-down-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Q43hY",
+ "x": 3.3333208560943604,
+ "y": 6.666155815124512,
+ "geometry": "M6.66668 7.49984c-0.22133 0.00059-0.43373-0.08725-0.59-0.244l-5.832-5.832c-0.32585-0.3253-0.3263-0.85315-0.001-1.179 0.3253-0.32585 0.85315-0.3263 1.179-0.001l5.244 5.245 5.244-5.245c0.21061-0.21043 0.51748-0.29252 0.80502-0.21533 0.28754 0.07718 0.51207 0.30189 0.589 0.5895 0.07693 0.28761-0.00541 0.59441-0.21602 0.80483l-5.833 5.833c-0.15627 0.15675-0.36867 0.24459-0.59 0.244",
+ "fill": "#24292F",
+ "width": 13.333022832870483,
+ "height": 7.499847412109375
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Kjqoy",
+ "fill": "$m:grey1000",
+ "content": "i",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wXvM2",
+ "name": "Community Liking Section",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lBsFY",
+ "name": "Section Header",
+ "width": 1240,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YPhjG",
+ "name": "Section Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "xsHws",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "D74Ww",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "p2rnj",
+ "x": 55,
+ "y": 1,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "n5gMO",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9uk2e",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nxf2P",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "id": "uYnxN",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "q3Ljq",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "FNB52",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "VJYfr",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "oe94K",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "KpR7d",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "rWZ4a",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "UuaBX",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "sB9pZ",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 992,
+ "y": 0,
+ "children": [
+ {
+ "id": "3DJ2u",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oARHt",
+ "x": -720,
+ "y": 3,
+ "name": "page-running",
+ "width": 1440,
+ "fill": "#F0F2F5",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "x172T",
+ "type": "ref",
+ "ref": "m:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 5.684341886080802e-14,
+ "children": [
+ {
+ "id": "csGm1",
+ "type": "ref",
+ "ref": "m:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fI3jy",
+ "name": "Main Content Card",
+ "fill": "#FFFFFF",
+ "cornerRadius": 16,
+ "gap": 40,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "U7kap",
+ "name": "Left Column",
+ "width": 744,
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6igkd",
+ "name": "runner",
+ "width": "fill_container",
+ "height": 558,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-run.png",
+ "mode": "fill"
+ },
+ {
+ "type": "color",
+ "color": "#24292f99",
+ "enabled": false
+ }
+ ],
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hd74H",
+ "x": 0,
+ "y": 0,
+ "name": "Run Button",
+ "enabled": false,
+ "height": 36,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ },
+ "fill": "$turquoise700"
+ },
+ "gap": 8,
+ "padding": [
+ 0,
+ 24,
+ 4,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "TmWva",
+ "name": "runButtonIcon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "QDNO1",
+ "name": "runButtonLabel",
+ "fill": "#FFFFFF",
+ "content": "Run",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RSSfP",
+ "name": "Operations Row",
+ "width": "fill_container",
+ "gap": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jOO1n",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "2HYE9",
+ "type": "ref",
+ "ref": "m:0onmu",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "m:u4Nmq": {
+ "width": "fit_content"
+ },
+ "m:awuls": {
+ "content": "v"
+ },
+ "m:ynnQK": {
+ "content": "Rerun"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ckRJK",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "gqFgH",
+ "type": "ref",
+ "ref": "m:jNe9A",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "m:MlmaP": {
+ "width": "fit_content"
+ },
+ "m:pkmAo": {
+ "content": "s"
+ },
+ "m:XbMB2": {
+ "content": "Stop",
+ "x": 34
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "odcok",
+ "type": "ref",
+ "ref": "m:8dhVn",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 668,
+ "children": [
+ {
+ "id": "aD6SU",
+ "type": "ref",
+ "ref": "m:yvA8C",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "m:kXXlS": {
+ "width": "fit_content"
+ },
+ "m:BIeUa": {
+ "content": "q"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "uXfAs",
+ "type": "ref",
+ "ref": "m:8dhVn",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 712,
+ "children": [
+ {
+ "id": "CHPxF",
+ "type": "ref",
+ "ref": "m:yvA8C",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "m:kXXlS": {
+ "width": "fit_content"
+ },
+ "m:BIeUa": {
+ "content": "m",
+ "fontFamily": "XBuilder_Icons_02"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MyEf8",
+ "name": "Right Column",
+ "width": 416,
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "id": "AcvGX",
+ "type": "ref",
+ "ref": "m:7hQZ4",
+ "x": 0,
+ "y": 0,
+ "width": "fill_container",
+ "descendants": {
+ "m:A6dtY": {
+ "width": "fill_container"
+ },
+ "m:Xkdl6": {
+ "fontFamily": "Inter"
+ },
+ "m:tmJpH": {
+ "fontFamily": "Inter"
+ },
+ "m:yZf3E": {
+ "fontFamily": "Inter"
+ },
+ "m:hgeGI": {
+ "width": "fill_container"
+ },
+ "m:1dFG0": {
+ "fontFamily": "Inter"
+ },
+ "m:prG88": {
+ "x": 322
+ },
+ "m:5Hmnx": {
+ "fontFamily": "Inter"
+ },
+ "m:N755s": {
+ "fontFamily": "Inter"
+ },
+ "m:KA8ee": {
+ "width": "fill_container"
+ },
+ "m:inhvs": {
+ "width": "fill_container"
+ },
+ "m:5tZUt": {
+ "x": 0.3333333333333286,
+ "width": "fit_content(130)"
+ },
+ "m:5tZUt/m:wH3BG": {
+ "width": "fill_container"
+ },
+ "m:5tZUt/m:4zALr": {
+ "content": "I",
+ "x": 30
+ },
+ "m:5tZUt/m:2su3n": {
+ "x": 56
+ },
+ "m:Cm3ej": {
+ "width": "fill_container",
+ "x": 142.66666666666666
+ },
+ "m:PJFjx": {
+ "x": 0.3333333333333286,
+ "width": 130
+ },
+ "m:PJFjx/m:qu0Rs": {
+ "width": "fill_container"
+ },
+ "m:PJFjx/m:yhkaY": {
+ "x": 40
+ },
+ "m:PJFjx/m:28nFU": {
+ "x": 66
+ },
+ "m:08H0W": {
+ "width": "fill_container",
+ "x": 285.3333333333333
+ },
+ "m:SJWn1": {
+ "x": 0.3333333333333286,
+ "width": 130
+ },
+ "m:SJWn1/m:qu0Rs": {
+ "width": "fill_container"
+ },
+ "m:SJWn1/m:yhkaY": {
+ "content": "b",
+ "x": 31
+ },
+ "m:SJWn1/m:28nFU": {
+ "x": 57
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "5wNI7",
+ "name": "description",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "cg0tS",
+ "name": "Description Header",
+ "width": "fill_container",
+ "height": 26,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yAqQv",
+ "name": "Description Title",
+ "fill": "$grey1000",
+ "content": "Project description",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "19q7T",
+ "x": 262.5,
+ "y": 3,
+ "name": "angle-up=outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LXZVB",
+ "x": 3.333174467086792,
+ "y": 5.831789493560791,
+ "geometry": "M12.49982 7.50121c-0.22099 0.00032-0.43298-0.0875-0.58899-0.244l-5.244-5.244-5.244 5.244c-0.3253 0.32557-0.85293 0.3258-1.1785 0.0005-0.32557-0.3253-0.3258-0.85293-0.0005-1.1785l5.834-5.834c0.15582-0.15694 0.36784-0.24521 0.589-0.24521 0.22116 0 0.43318 0.08827 0.589 0.24521l5.833 5.834c0.23925 0.23788 0.31116 0.59669 0.18205 0.90839-0.12911 0.3117-0.43367 0.51458-0.77106 0.51361",
+ "fill": "#24292F",
+ "width": 13.334233522415161,
+ "height": 7.501535892486572
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TRK3a",
+ "fill": "$m:grey1000",
+ "content": "l",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nKE6X",
+ "name": "Description Content",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TBh1u",
+ "name": "Play Instructions",
+ "width": "fill_container",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BQF9q",
+ "name": "Instructions Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1QCYU",
+ "name": "Instructions Title",
+ "fill": "$grey1000",
+ "content": "Play instructions",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "X9wcn",
+ "x": 254,
+ "y": 3,
+ "name": "angle-down-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CjHPz",
+ "x": 3.3333208560943604,
+ "y": 6.666155815124512,
+ "geometry": "M6.66668 7.49984c-0.22133 0.00059-0.43373-0.08725-0.59-0.244l-5.832-5.832c-0.32585-0.3253-0.3263-0.85315-0.001-1.179 0.3253-0.32585 0.85315-0.3263 1.179-0.001l5.244 5.245 5.244-5.245c0.21061-0.21043 0.51748-0.29252 0.80502-0.21533 0.28754 0.07718 0.51207 0.30189 0.589 0.5895 0.07693 0.28761-0.00541 0.59441-0.21602 0.80483l-5.833 5.833c-0.15627 0.15675-0.36867 0.24459-0.59 0.244",
+ "fill": "#24292F",
+ "width": 13.333022832870483,
+ "height": 7.499847412109375
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kF59Y",
+ "fill": "$m:grey1000",
+ "content": "i",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XwzPV",
+ "name": "Update History",
+ "width": "fill_container",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "owHDy",
+ "name": "History Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IcjUE",
+ "name": "History Title",
+ "fill": "$grey1000",
+ "content": "Update history",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "Z4duH",
+ "x": 246,
+ "y": 3,
+ "name": "angle-down-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RmKi7",
+ "x": 3.3333208560943604,
+ "y": 6.666155815124512,
+ "geometry": "M6.66668 7.49984c-0.22133 0.00059-0.43373-0.08725-0.59-0.244l-5.832-5.832c-0.32585-0.3253-0.3263-0.85315-0.001-1.179 0.3253-0.32585 0.85315-0.3263 1.179-0.001l5.244 5.245 5.244-5.245c0.21061-0.21043 0.51748-0.29252 0.80502-0.21533 0.28754 0.07718 0.51207 0.30189 0.589 0.5895 0.07693 0.28761-0.00541 0.59441-0.21602 0.80483l-5.833 5.833c-0.15627 0.15675-0.36867 0.24459-0.59 0.244",
+ "fill": "#24292F",
+ "width": 13.333022832870483,
+ "height": 7.499847412109375
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "c90U5",
+ "fill": "$m:grey1000",
+ "content": "i",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4Qi1g",
+ "name": "Community Liking Section",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VIq1b",
+ "name": "Section Header",
+ "width": 1240,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JPJZR",
+ "name": "Section Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "Isdfs",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "o49Db",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8V4BT",
+ "x": 55,
+ "y": 1,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9wOao",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dJchJ",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xg7hI",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "id": "m1QYl",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "yxILr",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "AzIvI",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "IFDyH",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "0XVnc",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "R2ywt",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "IreM7",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "kPfwA",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "U2RzD",
+ "type": "ref",
+ "ref": "m:pwk0c",
+ "x": 992,
+ "y": 0,
+ "children": [
+ {
+ "id": "lbnks",
+ "type": "ref",
+ "ref": "m:VIdgS",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "m:WMMlX": {
+ "x": -0.0037032088698651933,
+ "y": 0.004437735303781665,
+ "rotation": 0.026528422896006525
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "otyjk",
+ "x": -720,
+ "y": 1231,
+ "name": "Running in full screen",
+ "width": 1440,
+ "fill": "$grey100",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Ib8d",
+ "name": "Header",
+ "width": "fill_container",
+ "height": 64,
+ "gap": 388,
+ "padding": [
+ 0,
+ 32
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pF7Io",
+ "name": "Header Left",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nafcV",
+ "name": "title",
+ "fill": "#000000",
+ "content": "Character_Full_Set_01",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MrXMI",
+ "name": "Operations Row",
+ "gap": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RWdie",
+ "x": 0,
+ "y": 0,
+ "name": "Share Button",
+ "enabled": false,
+ "width": 32,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "HZ1Sf",
+ "name": "shareIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "share-2",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f5wOB",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "MWzrH",
+ "type": "ref",
+ "ref": "m:0onmu",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "m:u4Nmq": {
+ "width": "fit_content"
+ },
+ "m:awuls": {
+ "content": "v"
+ },
+ "m:ynnQK": {
+ "content": "Rerun"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mAPHO",
+ "name": "Button/Default",
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "m5LJg",
+ "type": "ref",
+ "ref": "m:jNe9A",
+ "width": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "m:MlmaP": {
+ "width": "fit_content"
+ },
+ "m:pkmAo": {
+ "content": "s"
+ },
+ "m:XbMB2": {
+ "content": "Stop",
+ "x": 34
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "QiRLB",
+ "type": "ref",
+ "ref": "m:8dhVn",
+ "width": "fit_content",
+ "height": "fit_content",
+ "x": 194,
+ "children": [
+ {
+ "id": "zO7w5",
+ "type": "ref",
+ "ref": "m:yvA8C",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "height": "fit_content",
+ "descendants": {
+ "m:kXXlS": {
+ "width": "fit_content",
+ "height": "fit_content"
+ },
+ "m:BIeUa": {
+ "content": "p",
+ "x": 9.044003936286588,
+ "y": 7,
+ "rotation": -0.18008885589697782,
+ "fontFamily": "XBuilder_Icons_02"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yIonU",
+ "name": "Content Area",
+ "width": 1090,
+ "height": 818,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/project-fullscreen.png",
+ "mode": "stretch"
+ },
+ "justifyContent": "center",
+ "alignItems": "center"
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "Accent": [
+ "Default"
+ ],
+ "r:Accent": [
+ "Default"
+ ]
+ },
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#d9dfe5",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "shadow-custom-02": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#24292f1a",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "red500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#ef4149",
+ "theme": {
+ "Accent": "Default"
+ }
+ }
+ ]
+ },
+ "r:turquoise500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0bc0cf",
+ "theme": {
+ "r:Accent": "Default"
+ }
+ }
+ ]
+ }
+ },
+ "imports": {
+ "m": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/community-search.pen b/ui/pages/spx/community-search.pen
new file mode 100644
index 0000000000..2bbfb473c8
--- /dev/null
+++ b/ui/pages/spx/community-search.pen
@@ -0,0 +1,328 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "so3Mg",
+ "x": -721,
+ "y": -94,
+ "name": "page",
+ "width": 1440,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "la00p",
+ "type": "ref",
+ "ref": "t:sKPE5",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "nHN4t",
+ "type": "ref",
+ "ref": "t:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j0KrA",
+ "name": "content",
+ "clip": true,
+ "width": 1440,
+ "height": 695,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hhuwk",
+ "name": "sub header",
+ "clip": true,
+ "width": 1440,
+ "fill": "$grey100",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HWMDT",
+ "name": "sub header content",
+ "clip": true,
+ "width": 988,
+ "padding": [
+ 16,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6aRBW",
+ "name": "Results Text",
+ "fill": "$grey1000",
+ "content": "Found 250 results for 57667",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "medium"
+ },
+ {
+ "id": "MHimZ",
+ "type": "ref",
+ "ref": "t:XihxW",
+ "x": 768,
+ "y": 16,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "jMoxH",
+ "type": "ref",
+ "ref": "t:b1OHc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OVlC7",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "id": "6Bc7f",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "SK0fl",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "thUUs",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "ppd6v",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "SBl2w",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "mKMY9",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "Ok4r4",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "y98Fe",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ty1gU",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "id": "4L36h",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "CaquH",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "k6Q4Q",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "CfB60",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "HXZma",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "GeIyW",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "HyWiF",
+ "type": "ref",
+ "ref": "t:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "AqnR2",
+ "type": "ref",
+ "ref": "t:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hRLlE",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "TC9WX",
+ "type": "ref",
+ "ref": "t:bm7Pn",
+ "x": 504,
+ "y": 16,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "1AtOO",
+ "type": "ref",
+ "ref": "t:SG7PY",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ }
+ },
+ "imports": {
+ "t": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/community-user.pen b/ui/pages/spx/community-user.pen
new file mode 100644
index 0000000000..8aa0d5d173
--- /dev/null
+++ b/ui/pages/spx/community-user.pen
@@ -0,0 +1,3952 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mNWuo",
+ "x": 1540,
+ "y": 6,
+ "name": "page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Q3P0H",
+ "type": "ref",
+ "ref": "j:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 5.684341886080802e-14,
+ "children": [
+ {
+ "id": "LDvZU",
+ "type": "ref",
+ "ref": "j:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nVnHD",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "t4zSy",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xeHjm",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/user-bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "khtmH",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "y4WPw",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "OxuIU",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oTBVe",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "V0acK",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "qx5o8",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "moe2r",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N2axU",
+ "x": 0.007613241036290361,
+ "y": 3.035618648408674,
+ "name": "calendar",
+ "enabled": false,
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "L900G",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aGQ86",
+ "rotation": -0.03115761437812273,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "oc1PN",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uEjA1",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j38yF",
+ "name": "Button/Default",
+ "rotation": -0.03115761437812273,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "bT1kH",
+ "type": "ref",
+ "ref": "j:0onmu",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:u4Nmq": {
+ "fill": "$j:turquoise500",
+ "width": "fit_content"
+ },
+ "j:awuls": {
+ "enabled": false
+ },
+ "j:ynnQK": {
+ "content": "Edit profile",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rkxVC",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "id": "jT3es",
+ "type": "ref",
+ "ref": "j:BsN6U",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "type": "frame",
+ "id": "AFtX2",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "wqCGQ",
+ "name": "ProjectsSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xnxKT",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5qF1N",
+ "name": "ProjectsTitle",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "uxYFo",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sb70l",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "78aKd",
+ "x": 55,
+ "y": 1,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jGfl2",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eh5wU",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JrX4n",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "id": "w1NHw",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "6mFe1",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "UiAVd",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "1lCB1",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "JugB4",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "nhAkk",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "OL156",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "JxcKv",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iuqnp",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QHJbV",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WcXs2",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "9JhST",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8NFNt",
+ "name": "viewAllLikes",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "h0iNu",
+ "x": 55,
+ "y": 1,
+ "name": "arrow-right-long-outlined",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "D5H5W",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ESQsk",
+ "fill": "$r:turquoise500",
+ "content": "n",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4l1Af",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "id": "UX2re",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "pK6Ul",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "Dy9XS",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "ngc2s",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "Ryy4x",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "1gVTu",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "13lL8",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "dX7hm",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ePWRK",
+ "x": 1540,
+ "y": 1244,
+ "name": "page-projects",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "yr3Wd",
+ "type": "ref",
+ "ref": "j:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 5.684341886080802e-14,
+ "children": [
+ {
+ "id": "OVOPp",
+ "type": "ref",
+ "ref": "j:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xyOvr",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "YorpS",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4pBKM",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/user-bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "UpjNx",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "4fD9r",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "gRc9o",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cENhG",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ag6sl",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "xD4TG",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "7L07z",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oQozT",
+ "x": 0.00761324103627615,
+ "y": 3.035618648408673,
+ "name": "calendar",
+ "enabled": false,
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UBVOx",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lkdfw",
+ "rotation": -0.031157614378122724,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "rHljC",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qJJyx",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JGDqT",
+ "name": "Button/Default",
+ "rotation": -0.031157614378122724,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "renqo",
+ "type": "ref",
+ "ref": "j:0onmu",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:u4Nmq": {
+ "width": "fit_content"
+ },
+ "j:awuls": {
+ "enabled": false
+ },
+ "j:ynnQK": {
+ "content": "Follow",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IYyhR",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "id": "JxUyY",
+ "type": "ref",
+ "ref": "j:BsN6U",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "j:a7crR/j:gcLfR": {
+ "fill": "$grey500"
+ },
+ "j:a7crR/j:xsKrk": {
+ "fill": "$grey900"
+ },
+ "j:a7crR/j:3zzfO": {
+ "fill": "$grey900"
+ },
+ "j:b55pD/j:67WAn": {
+ "fill": "$j:turquoise300"
+ },
+ "j:b55pD/j:hCMHn": {
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4467129707336426,
+ "fill": "$j:turquoise500"
+ }
+ },
+ "j:b55pD/j:sFbiC": {
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4467129707336426,
+ "fill": "$j:turquoise500"
+ }
+ },
+ "j:b55pD/j:L1hRR": {
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$j:turquoise500"
+ },
+ "fill": "$j:turquoise500"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "PM4zn",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zOmE9",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "AlTnC",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xOfbH",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "id": "3w9Xd",
+ "type": "ref",
+ "ref": "j:XihxW",
+ "x": 754,
+ "y": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "JNkys",
+ "type": "ref",
+ "ref": "j:b1OHc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O5G8Y",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "id": "Jl3RZ",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "lPIZJ",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "r0qVe",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "6LR0J",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "BkwoM",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "nIw4N",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "qnL4d",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "4C1oy",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "27Cnq",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "id": "giyZp",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "LtSKn",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "huMCl",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "bwsKz",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "dTvtZ",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "5ogHY",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "0rS2u",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "CrzRW",
+ "type": "ref",
+ "ref": "j:VIdgS",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3iDhX",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "fUDrI",
+ "type": "ref",
+ "ref": "j:bm7Pn",
+ "x": 272,
+ "y": 16,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "3jCzv",
+ "type": "ref",
+ "ref": "j:SG7PY",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d3AQk",
+ "x": 1540,
+ "y": 2482,
+ "name": "page-likes",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "d3oFy",
+ "type": "ref",
+ "ref": "j:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 5.684341886080802e-14,
+ "children": [
+ {
+ "id": "90fbN",
+ "type": "ref",
+ "ref": "j:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z6yAU",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "mEtwO",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9bXlF",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/user-bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "SNRkG",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "EQAco",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "0Mrc8",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5zZKU",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "fUe9J",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "bmIU0",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "Fp95p",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bdhZ7",
+ "x": 0.00761324103627615,
+ "y": 3.035618648408674,
+ "name": "calendar",
+ "enabled": false,
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eTUK7",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pX4Yu",
+ "rotation": -0.03115761437812272,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "G7EkC",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wFT5s",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7Ej3z",
+ "name": "Button/Default",
+ "rotation": -0.031157614378122724,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "s4kZ7",
+ "type": "ref",
+ "ref": "j:0onmu",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:u4Nmq": {
+ "width": "fit_content"
+ },
+ "j:awuls": {
+ "enabled": false
+ },
+ "j:ynnQK": {
+ "content": "Follow",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDaAg",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "id": "pQozI",
+ "type": "ref",
+ "ref": "j:BsN6U",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "j:a7crR/j:gcLfR": {
+ "fill": "$grey500"
+ },
+ "j:a7crR/j:xsKrk": {
+ "fill": "$grey900"
+ },
+ "j:a7crR/j:3zzfO": {
+ "fill": "$grey900"
+ },
+ "j:dOfno/j:QMnoG": {
+ "fill": "$j:turquoise300"
+ },
+ "j:dOfno/j:mUZwJ": {
+ "fill": "$j:turquoise500",
+ "stroke": {
+ "align": "center",
+ "thickness": 0.10000000149011612,
+ "join": "round",
+ "fill": "$j:turquoise500"
+ }
+ },
+ "j:dOfno/j:gRHYe": {
+ "fill": "$turquoise500"
+ },
+ "j:dOfno/j:N3FG5": {
+ "fill": "$turquoise500"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ftrLr",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "msXj9",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "EHhrp",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hxIXV",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "id": "BcPLz",
+ "type": "ref",
+ "ref": "j:XihxW",
+ "x": 754,
+ "y": 0,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "NdwpB",
+ "type": "ref",
+ "ref": "j:b1OHc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zh6NG",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "id": "8TzNk",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "GCxTH",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "jTwRs",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "lm78s",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "ykSzx",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "hYpw2",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "fSA2L",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "SLbB4",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TGiRf",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "id": "Nw0EG",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "id": "RjSSU",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "DcfL2",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 248,
+ "y": 0,
+ "children": [
+ {
+ "id": "gq8NH",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "VVvG7",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 496,
+ "y": 0,
+ "children": [
+ {
+ "id": "jaUrE",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "id": "wir9r",
+ "type": "ref",
+ "ref": "j:pwk0c",
+ "x": 744,
+ "y": 0,
+ "children": [
+ {
+ "id": "TjfnS",
+ "type": "ref",
+ "ref": "j:rIuyc",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SZ3eD",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "i1nFA",
+ "type": "ref",
+ "ref": "j:bm7Pn",
+ "x": 272,
+ "y": 16,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "fetZx",
+ "type": "ref",
+ "ref": "j:SG7PY",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zgr0r",
+ "x": 1540,
+ "y": 3718,
+ "name": "page-following",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "hd6l1",
+ "type": "ref",
+ "ref": "j:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 0,
+ "children": [
+ {
+ "id": "Jqlgh",
+ "type": "ref",
+ "ref": "j:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qy6Yn",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "X6b1x",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xKHEp",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/user-bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "sn7fZ",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "SMvFF",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "G68ed",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DdUl4",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zjIvT",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ta5EL",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "Nup3J",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VUOiF",
+ "x": 0.00761324103627615,
+ "y": 3.035618648408673,
+ "name": "calendar",
+ "enabled": false,
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1gKbE",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8CDzj",
+ "rotation": -0.03115761437812272,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8gKeY",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wMxmj",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EcM2o",
+ "name": "Button/Default",
+ "rotation": -0.031157614378122724,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "c4vO4",
+ "type": "ref",
+ "ref": "j:0onmu",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:u4Nmq": {
+ "width": "fit_content"
+ },
+ "j:awuls": {
+ "enabled": false
+ },
+ "j:ynnQK": {
+ "content": "Follow",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hJ1t7",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "id": "bJb8h",
+ "type": "ref",
+ "ref": "j:BsN6U",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "j:a7crR/j:gcLfR": {
+ "fill": "$grey500"
+ },
+ "j:a7crR/j:xsKrk": {
+ "fill": "$grey900"
+ },
+ "j:a7crR/j:3zzfO": {
+ "fill": "$grey900"
+ },
+ "j:gantV/j:IWHPH": {
+ "fill": "$j:turquoise300"
+ },
+ "j:gantV/j:8v2zq": {
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "$j:turquoise500"
+ }
+ },
+ "j:gantV/j:dfMyc": {
+ "fill": "$turquoise500"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "K3T5E",
+ "name": "Following container",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 16,
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "DOTwf",
+ "name": "tile container",
+ "clip": true,
+ "width": 932,
+ "layout": "vertical",
+ "padding": [
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "lPkp6",
+ "name": "Title",
+ "fill": "#000000",
+ "content": "Users I'm following",
+ "fontFamily": "Inter",
+ "fontSize": 24,
+ "fontWeight": "bold"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0Jfy5",
+ "name": "User List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WnOBJ",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "vbDdk",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "dRInv",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "t7Kfy",
+ "name": "Username",
+ "fill": "$turquoise500",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "IRwgJ",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Wh8X0",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "9KpbG",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zk2SP",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lzD9k",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e1HeL",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "qKPNU",
+ "type": "ref",
+ "ref": "j:0onmu",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:u4Nmq": {
+ "width": "fit_content"
+ },
+ "j:GgRS8": {
+ "enabled": false
+ },
+ "j:awuls": {
+ "enabled": false
+ },
+ "j:ynnQK": {
+ "content": "Follow",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kvP56",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "BARs7",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "PgV0x",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "ylcLG",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KgK2Q",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "rL0ki",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "pu8N3",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "FjgT7",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SpGx8",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XjrBH",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "1mkHN",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UOAij",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "gP5xU",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "olXqt",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "VjIhX",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "h7ET9",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "DQsVE",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "mIi0k",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lPuaP",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "R1E86",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UuIs9",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "dg4z0",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mnHg7",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "EdomN",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "5f4g4",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "3aj4R",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "EXYnj",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "kqGfz",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "Fu6c8",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IgZkZ",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1MR2o",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M4wOc",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "CXSL3",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sUJcJ",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "XPSsR",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "EpjzO",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "cLuX9",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PnOdZ",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "BFsgy",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "iz3Ff",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "iPPt2",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9ygeC",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "onlQL",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "N3aDR",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2u05B",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 20,
+ 16,
+ 40,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "smHR2",
+ "type": "ref",
+ "ref": "j:bm7Pn",
+ "x": 272,
+ "y": 20,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "5PiU9",
+ "type": "ref",
+ "ref": "j:SG7PY",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hzpYB",
+ "x": 1540,
+ "y": 5093,
+ "name": "page-followers",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "cKVFL",
+ "type": "ref",
+ "ref": "j:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 0,
+ "children": [
+ {
+ "id": "Q8C6O",
+ "type": "ref",
+ "ref": "j:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CYwx9",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "yWEAm",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sfeA5",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/user-bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "EpXDr",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "1fgd3",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "7FNAh",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iTPqi",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsGu0",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "ayT1c",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "KLskk",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IeaIv",
+ "x": 0.00761324103627615,
+ "y": 3.035618648408674,
+ "name": "calendar",
+ "enabled": false,
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LVWSx",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "23Esk",
+ "rotation": -0.03115761437812272,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "eS3cm",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "F89HX",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UUvhv",
+ "name": "Button/Default",
+ "rotation": -0.031157614378122724,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "fgWF9",
+ "type": "ref",
+ "ref": "j:0onmu",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:u4Nmq": {
+ "fill": "$j:turquoise500",
+ "width": "fit_content",
+ "enabled": true
+ },
+ "j:awuls": {
+ "enabled": false
+ },
+ "j:ynnQK": {
+ "content": "Follow",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gx2yN",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "id": "czTMT",
+ "type": "ref",
+ "ref": "j:BsN6U",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "j:a7crR/j:gcLfR": {
+ "fill": "$grey500"
+ },
+ "j:a7crR/j:xsKrk": {
+ "fill": "$grey900"
+ },
+ "j:a7crR/j:3zzfO": {
+ "fill": "$grey900"
+ },
+ "j:Is2Zg/j:9se6a": {
+ "fill": "$turquoise300"
+ },
+ "j:Is2Zg/j:LnZvj": {
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "$j:turquoise500"
+ }
+ },
+ "j:Is2Zg/j:iN6bR": {
+ "fill": "$turquoise500"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "w9S8B",
+ "name": "Following container",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 16,
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "q18Il",
+ "name": "tile container",
+ "clip": true,
+ "width": 932,
+ "layout": "vertical",
+ "padding": [
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "kAs0s",
+ "name": "Title",
+ "fill": "#000000",
+ "content": "My followers",
+ "fontFamily": "Inter",
+ "fontSize": 24,
+ "fontWeight": "bold"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kJ3DX",
+ "name": "User List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "R72Ul",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "uaOqE",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "sEBB7",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "tPaEU",
+ "name": "Username",
+ "fill": "$turquoise500",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "H9iIP",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "i6Unq",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "EDoDH",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "aTVAq",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GrkuG",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a4BtE",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3JooO",
+ "type": "ref",
+ "ref": "j:0onmu",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:u4Nmq": {
+ "width": "fit_content",
+ "fill": "$j:turquoise500"
+ },
+ "j:GgRS8": {
+ "enabled": false
+ },
+ "j:awuls": {
+ "enabled": false
+ },
+ "j:ynnQK": {
+ "content": "Follow",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0vHeK",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "qPRfY",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "J9uoS",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "YAQlS",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "D8BPl",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "kat3y",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "TwEhi",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BTQ1N",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "09g9n",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "z06Or",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "prglf",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QeZYv",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "HQ1qP",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "ixBgg",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "66cUm",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mMILM",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pRkn5",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "Fu088",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "jOl9q",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ISePT",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YiZca",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "40QDn",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DTmBm",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QnAil",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "lcxcK",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "AzCET",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "O1gMz",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "sYpO0",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "RwHhU",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fCWBy",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "03KY3",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hyq3u",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "vHvry",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UT6Ck",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "PT69R",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "r6dMk",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "5PPmc",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZA7EE",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "w9xo2",
+ "x": 0,
+ "y": 3.0394242339010376,
+ "name": "arrowProjects",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "KR6oc",
+ "rotation": -0.031157614378122707,
+ "fill": "$grey700",
+ "content": "3",
+ "lineHeight": 1,
+ "fontFamily": "XBuilder_Icons_02",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "SZR5C",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "k5YSL",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7dyjY",
+ "name": "Button/Default",
+ "rotation": 6.212020862233431e-18,
+ "clip": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "8sByg",
+ "type": "ref",
+ "ref": "j:jNe9A",
+ "x": 0,
+ "y": 0,
+ "width": "fit_content",
+ "descendants": {
+ "j:MlmaP": {
+ "width": "fit_content"
+ },
+ "j:8VX7c": {
+ "enabled": false
+ },
+ "j:pkmAo": {
+ "enabled": false
+ },
+ "j:XbMB2": {
+ "content": "Following",
+ "x": 16
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "Theme": [
+ "Default"
+ ],
+ "r:Accent": [
+ "Default"
+ ]
+ },
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#F3FCFD",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b5ebf0",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#d9dfe5",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "r:turquoise500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0bc0cf",
+ "theme": {
+ "r:Accent": "Default"
+ }
+ }
+ ]
+ }
+ },
+ "imports": {
+ "j": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/demos/_sources/modal-account-name-demo.html b/ui/pages/spx/demos/_sources/modal-account-name-demo.html
new file mode 100644
index 0000000000..4977fd6512
--- /dev/null
+++ b/ui/pages/spx/demos/_sources/modal-account-name-demo.html
@@ -0,0 +1,472 @@
+
+
+
+
+
+ 用户个人主页及信息编辑系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/pages/spx/demos/_sources/modify-project-name-and-id-demo.html b/ui/pages/spx/demos/_sources/modify-project-name-and-id-demo.html
new file mode 100644
index 0000000000..f6071d5aad
--- /dev/null
+++ b/ui/pages/spx/demos/_sources/modify-project-name-and-id-demo.html
@@ -0,0 +1,861 @@
+
+
+
+
+
+ Project Name ID - Merged Nav States
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
my-test-gameccc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
!修改项目 ID ,可能造成以下影响,请谨慎操作。
+
+ - 我们不会为您的旧个人主页设置重定向。
+ - 我们不会为 Pages 网站设置重定向。
+ - 我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。
+ - 重命名操作可能需要几分钟才能完成。
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/pages/spx/demos/_sources/notification-demo.html b/ui/pages/spx/demos/_sources/notification-demo.html
new file mode 100644
index 0000000000..fe3514df4d
--- /dev/null
+++ b/ui/pages/spx/demos/_sources/notification-demo.html
@@ -0,0 +1,417 @@
+
+
+
+
+
+ New Version Notification Demo
+
+
+
+
+
+
+
+
XBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新版本上线:支持修改项目名称和 ID,让你的作品更个性化!
+
+
+
+
+
+
+
+
+
+ 设计说明
+ 新功能上线需要用户刷新时,出现该横幅通知。
+点击「更新体验」按钮可直接刷新当前界面,刷新后该横幅消失。(「更新体验」按钮为 small(26) 尺寸的 button)
+点击右侧「关闭」按钮,可关闭当前横幅。
+
+左侧的消息图标为微动效 icon。
+
+wenjiangping-2026/02/28
+
+
+
+
+
+
+
diff --git a/ui/pages/spx/demos/_sources/optimize-sprite-quick-config.html b/ui/pages/spx/demos/_sources/optimize-sprite-quick-config.html
new file mode 100644
index 0000000000..0fcecb1fe1
--- /dev/null
+++ b/ui/pages/spx/demos/_sources/optimize-sprite-quick-config.html
@@ -0,0 +1,1206 @@
+
+
+
+
+
+ Optimize Sprite Quick Config - Pixel Replica
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
+
+
+
+
+
+
+
+
+
+
|
+
+
+
+
+
+
+
Bring forward
+
Bring to front
+
Send forward
+
Send to back
+
+
+
+
+
+
+
+
diff --git a/ui/pages/spx/demos/index.html b/ui/pages/spx/demos/index.html
new file mode 100644
index 0000000000..9fa7f01f40
--- /dev/null
+++ b/ui/pages/spx/demos/index.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+ SPX Demos
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/pages/spx/editor-map.pen b/ui/pages/spx/editor-map.pen
new file mode 100644
index 0000000000..a967613383
--- /dev/null
+++ b/ui/pages/spx/editor-map.pen
@@ -0,0 +1,232 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y75XC",
+ "x": -720,
+ "y": -450,
+ "name": "page",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "IMV5v",
+ "type": "ref",
+ "ref": "y:sKPE5",
+ "x": 0.00038776389805716114,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "9Os2U",
+ "type": "ref",
+ "ref": "y:sExhj",
+ "height": "fit_content",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "y:7Cxm2": {
+ "y": 13.046298500431833
+ },
+ "y:9PHq5": {
+ "y": 13.046298500431833
+ },
+ "y:BExiL": {
+ "x": 139.6188794436042
+ },
+ "y:rJfp4": {
+ "x": 12
+ },
+ "y:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "y:8oWEL": {
+ "height": "fit_content"
+ },
+ "y:f9x4M": {
+ "height": "fit_content"
+ },
+ "y:yaA2W": {
+ "height": "fit_content"
+ },
+ "y:RJvR6": {
+ "height": "fit_content"
+ },
+ "y:7Npma": {
+ "x": -0.06918083459371971,
+ "y": 0
+ },
+ "y:ehXoT": {
+ "y": 7.069314292620738
+ },
+ "y:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "y:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "y:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m8gZ4",
+ "name": "Main Content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "id": "fKzs6",
+ "type": "ref",
+ "ref": "y:yljU1",
+ "x": 20,
+ "y": 0
+ },
+ {
+ "type": "frame",
+ "id": "P5f0T",
+ "name": "Sidebar",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "cuchT",
+ "type": "ref",
+ "ref": "y:JdOB2",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "PuqT0",
+ "type": "ref",
+ "ref": "y:xpnDl",
+ "x": 0,
+ "y": 208,
+ "descendants": {
+ "y:auY3z": {
+ "content": "q",
+ "fill": "$y:turquoise500"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-color-primary-main": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-color-primary-300-aa6": {
+ "type": "color",
+ "value": "#b5ebf0a6"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "yellow200": {
+ "type": "color",
+ "value": "#FFF6EB"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ }
+ },
+ "imports": {
+ "y": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/editor-sprite.pen b/ui/pages/spx/editor-sprite.pen
new file mode 100644
index 0000000000..988cf0523c
--- /dev/null
+++ b/ui/pages/spx/editor-sprite.pen
@@ -0,0 +1,470 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nHso8",
+ "x": -313,
+ "y": -66,
+ "name": "code",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "FDwpF",
+ "type": "ref",
+ "ref": "a:sKPE5",
+ "x": 0.0001939035412266059,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "R1AFg",
+ "type": "ref",
+ "ref": "a:sExhj",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "a:7Cxm2": {
+ "y": 13.046298500431835
+ },
+ "a:9PHq5": {
+ "y": 13.046298500431835
+ },
+ "a:BExiL": {
+ "x": 139.61887944360416
+ },
+ "a:rJfp4": {
+ "x": 12
+ },
+ "a:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "a:8oWEL": {
+ "height": "fit_content"
+ },
+ "a:f9x4M": {
+ "height": "fit_content"
+ },
+ "a:yaA2W": {
+ "height": "fit_content"
+ },
+ "a:RJvR6": {
+ "height": "fit_content"
+ },
+ "a:7Npma": {
+ "x": -0.06918083459372326,
+ "y": 0
+ },
+ "a:ehXoT": {
+ "y": 7.069314292620736
+ },
+ "a:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "a:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "a:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HnRSJ",
+ "name": "content",
+ "gap": 20,
+ "children": [
+ {
+ "id": "jIgwV",
+ "type": "ref",
+ "ref": "a:fTX71",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "a:Bwy07/a:BBXp6": {
+ "y": 3.966045550353831
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "aE2Rg",
+ "name": "panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "cJVcf",
+ "type": "ref",
+ "ref": "a:fXLXg",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "rUdx3",
+ "type": "ref",
+ "ref": "a:FvVua",
+ "x": 0,
+ "y": 439,
+ "descendants": {
+ "a:9GCD1": {
+ "fontFamily": "Inter"
+ },
+ "a:c66T3": {
+ "fontFamily": "Inter"
+ },
+ "a:JbS2e/a:4qrJw": {
+ "y": 6.973179894480076
+ },
+ "a:JbS2e/a:X8IR3": {
+ "x": 7.52688018311594
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wpqyy",
+ "x": 1375,
+ "y": -66,
+ "name": "costumes",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "jHwy6",
+ "type": "ref",
+ "ref": "a:sKPE5",
+ "x": 0.0001939035412266059,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "WFsY2",
+ "type": "ref",
+ "ref": "a:sExhj",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "a:7Cxm2": {
+ "y": 13.046298500431835
+ },
+ "a:9PHq5": {
+ "y": 13.046298500431835
+ },
+ "a:BExiL": {
+ "x": 139.61887944360416
+ },
+ "a:rJfp4": {
+ "x": 12
+ },
+ "a:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "a:8oWEL": {
+ "height": "fit_content"
+ },
+ "a:f9x4M": {
+ "height": "fit_content"
+ },
+ "a:yaA2W": {
+ "height": "fit_content"
+ },
+ "a:RJvR6": {
+ "height": "fit_content"
+ },
+ "a:7Npma": {
+ "x": -0.06918083459372326,
+ "y": 0
+ },
+ "a:ehXoT": {
+ "y": 7.069314292620736
+ },
+ "a:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "a:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "a:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jLm6B",
+ "name": "content",
+ "gap": 20,
+ "children": [
+ {
+ "id": "axyKT",
+ "type": "ref",
+ "ref": "a:SVFo4",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "a:mU6Cw/a:tYlkx": {
+ "x": 51.9852972911389,
+ "y": 14.014729779865018
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ylxnO",
+ "name": "panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "qUMwN",
+ "type": "ref",
+ "ref": "a:fXLXg",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "2m5pa",
+ "type": "ref",
+ "ref": "a:FvVua",
+ "x": 0,
+ "y": 439,
+ "descendants": {
+ "a:9GCD1": {
+ "fontFamily": "Inter"
+ },
+ "a:c66T3": {
+ "fontFamily": "Inter"
+ },
+ "a:JbS2e/a:4qrJw": {
+ "y": 6.973179894480076
+ },
+ "a:JbS2e/a:X8IR3": {
+ "x": 7.52688018311594
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5jf2K",
+ "x": 3047,
+ "y": -66,
+ "name": "animations",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "rbMxP",
+ "type": "ref",
+ "ref": "a:sKPE5",
+ "x": 0.0001939035412266059,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "6c7sF",
+ "type": "ref",
+ "ref": "a:sExhj",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "a:7Cxm2": {
+ "y": 13.046298500431835
+ },
+ "a:9PHq5": {
+ "y": 13.046298500431835
+ },
+ "a:BExiL": {
+ "x": 139.61887944360416
+ },
+ "a:rJfp4": {
+ "x": 12
+ },
+ "a:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "a:8oWEL": {
+ "height": "fit_content"
+ },
+ "a:f9x4M": {
+ "height": "fit_content"
+ },
+ "a:yaA2W": {
+ "height": "fit_content"
+ },
+ "a:RJvR6": {
+ "height": "fit_content"
+ },
+ "a:7Npma": {
+ "x": -0.06918083459372326,
+ "y": 0
+ },
+ "a:ehXoT": {
+ "y": 7.069314292620736
+ },
+ "a:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "a:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "a:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cpHeW",
+ "name": "content",
+ "gap": 20,
+ "children": [
+ {
+ "id": "fpwSv",
+ "type": "ref",
+ "ref": "a:EnaZY",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "a:E2tLV/a:tYlkx": {
+ "x": 51.9852972911389,
+ "y": 14.014729779865018
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4oBAy",
+ "name": "panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "81nab",
+ "type": "ref",
+ "ref": "a:fXLXg",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "Smw9T",
+ "type": "ref",
+ "ref": "a:FvVua",
+ "x": 0,
+ "y": 439,
+ "descendants": {
+ "a:9GCD1": {
+ "fontFamily": "Inter"
+ },
+ "a:c66T3": {
+ "fontFamily": "Inter"
+ },
+ "a:JbS2e/a:4qrJw": {
+ "y": 6.973179894480076
+ },
+ "a:JbS2e/a:X8IR3": {
+ "x": 7.52688018311594
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "W:grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "W:--ui-color-primary-main": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "W:grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "W:turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "W:--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "W:--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ }
+ },
+ "imports": {
+ "a": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/editor-stage.pen b/ui/pages/spx/editor-stage.pen
new file mode 100644
index 0000000000..6633f8b5d7
--- /dev/null
+++ b/ui/pages/spx/editor-stage.pen
@@ -0,0 +1,727 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YevLq",
+ "x": -314,
+ "y": -66,
+ "name": "code",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Omr18",
+ "type": "ref",
+ "ref": "G:sKPE5",
+ "x": 0.0001939035412266059,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "aoz5T",
+ "type": "ref",
+ "ref": "G:sExhj",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "G:7Cxm2": {
+ "y": 13.046298500431835
+ },
+ "G:9PHq5": {
+ "y": 13.046298500431835
+ },
+ "G:BExiL": {
+ "x": 139.61887944360416
+ },
+ "G:rJfp4": {
+ "x": 12
+ },
+ "G:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "G:8oWEL": {
+ "height": "fit_content"
+ },
+ "G:f9x4M": {
+ "height": "fit_content"
+ },
+ "G:yaA2W": {
+ "height": "fit_content"
+ },
+ "G:RJvR6": {
+ "height": "fit_content"
+ },
+ "G:7Npma": {
+ "x": -0.06918083459372326,
+ "y": 0
+ },
+ "G:ehXoT": {
+ "y": 7.069314292620736
+ },
+ "G:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "G:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "G:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UOqgt",
+ "name": "content",
+ "gap": 20,
+ "children": [
+ {
+ "id": "0Lwrl",
+ "type": "ref",
+ "ref": "G:xStOZ",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "type": "frame",
+ "id": "NKdMl",
+ "name": "panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "SWmEZ",
+ "type": "ref",
+ "ref": "G:fXLXg",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "3QfAt",
+ "type": "ref",
+ "ref": "G:TpUSu",
+ "x": 0,
+ "y": 439,
+ "descendants": {
+ "G:sMeeA/G:4qrJw": {
+ "y": 6.961589855258431
+ },
+ "G:sMeeA/G:X8IR3": {
+ "x": 7.531632205686092
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qqKrr",
+ "x": 1313,
+ "y": -66,
+ "name": "widget",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "NZiNO",
+ "type": "ref",
+ "ref": "G:sKPE5",
+ "x": 0.0001939035412266059,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "Rb1f2",
+ "type": "ref",
+ "ref": "G:sExhj",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "G:7Cxm2": {
+ "y": 13.046298500431835
+ },
+ "G:9PHq5": {
+ "y": 13.046298500431835
+ },
+ "G:BExiL": {
+ "x": 139.61887944360416
+ },
+ "G:rJfp4": {
+ "x": 12
+ },
+ "G:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "G:8oWEL": {
+ "height": "fit_content"
+ },
+ "G:f9x4M": {
+ "height": "fit_content"
+ },
+ "G:yaA2W": {
+ "height": "fit_content"
+ },
+ "G:RJvR6": {
+ "height": "fit_content"
+ },
+ "G:7Npma": {
+ "x": -0.06918083459372326,
+ "y": 0
+ },
+ "G:ehXoT": {
+ "y": 7.069314292620736
+ },
+ "G:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "G:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "G:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1atg7",
+ "name": "content",
+ "gap": 20,
+ "children": [
+ {
+ "id": "ztQlE",
+ "type": "ref",
+ "ref": "G:xtmAF",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "G:vDI40/G:iWdnn": {
+ "x": 51.9852972911389,
+ "y": 14.014729779865018
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "6v5Qj",
+ "name": "panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "5PkAW",
+ "type": "ref",
+ "ref": "G:fXLXg",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "Y9KRb",
+ "type": "ref",
+ "ref": "G:TpUSu",
+ "x": 0,
+ "y": 439,
+ "descendants": {
+ "G:sMeeA/G:4qrJw": {
+ "y": 6.961589855258431
+ },
+ "G:sMeeA/G:X8IR3": {
+ "x": 7.531632205686092
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NzfJM",
+ "x": 2952,
+ "y": -66,
+ "name": "sound",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "VBtGl",
+ "type": "ref",
+ "ref": "G:sKPE5",
+ "x": 0.0001939035412266059,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "lIpWn",
+ "type": "ref",
+ "ref": "G:sExhj",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "G:7Cxm2": {
+ "y": 13.046298500431835
+ },
+ "G:9PHq5": {
+ "y": 13.046298500431835
+ },
+ "G:BExiL": {
+ "x": 139.61887944360416
+ },
+ "G:rJfp4": {
+ "x": 12
+ },
+ "G:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "G:8oWEL": {
+ "height": "fit_content"
+ },
+ "G:f9x4M": {
+ "height": "fit_content"
+ },
+ "G:yaA2W": {
+ "height": "fit_content"
+ },
+ "G:RJvR6": {
+ "height": "fit_content"
+ },
+ "G:7Npma": {
+ "x": -0.06918083459372326,
+ "y": 0
+ },
+ "G:ehXoT": {
+ "y": 7.069314292620736
+ },
+ "G:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "G:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "G:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VVyru",
+ "name": "content",
+ "gap": 20,
+ "children": [
+ {
+ "id": "pmZw0",
+ "type": "ref",
+ "ref": "G:ax7Jh",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "G:ff5iC/G:rAySq/G:UJmdP/G:XBzks/G:S92f6/G:37eKJ": {
+ "content": "F"
+ },
+ "G:ff5iC/G:wq9rI": {
+ "x": 51.9852972911389,
+ "y": 14.014729779865018
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cC0ox",
+ "name": "panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "9FzsV",
+ "type": "ref",
+ "ref": "G:fXLXg",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "4F5vR",
+ "type": "ref",
+ "ref": "G:TpUSu",
+ "x": 0,
+ "y": 439,
+ "descendants": {
+ "G:sMeeA/G:4qrJw": {
+ "y": 6.961589855258431
+ },
+ "G:sMeeA/G:X8IR3": {
+ "x": 7.531632205686092
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aMCAg",
+ "x": 4554,
+ "y": -66,
+ "name": "backdrop",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "op2d6",
+ "type": "ref",
+ "ref": "G:sKPE5",
+ "x": 0.0001939035412266059,
+ "y": 0,
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "oiCcM",
+ "type": "ref",
+ "ref": "G:sExhj",
+ "x": 0,
+ "y": 0,
+ "height": "fit_content",
+ "descendants": {
+ "G:7Cxm2": {
+ "y": 13.046298500431835
+ },
+ "G:9PHq5": {
+ "y": 13.046298500431835
+ },
+ "G:BExiL": {
+ "x": 139.61887944360416
+ },
+ "G:rJfp4": {
+ "x": 12
+ },
+ "G:pVdMD": {
+ "y": 4.046298500431837
+ },
+ "G:8oWEL": {
+ "height": "fit_content"
+ },
+ "G:f9x4M": {
+ "height": "fit_content"
+ },
+ "G:yaA2W": {
+ "height": "fit_content"
+ },
+ "G:RJvR6": {
+ "height": "fit_content"
+ },
+ "G:7Npma": {
+ "x": -0.06918083459372326,
+ "y": 0
+ },
+ "G:ehXoT": {
+ "y": 7.069314292620736
+ },
+ "G:CJ56K": {
+ "height": "fit_content",
+ "x": 42
+ },
+ "G:s9LT0": {
+ "y": 7.069314292620736
+ },
+ "G:NMpWM": {
+ "y": 0.03459041729686163
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NNjP4",
+ "name": "content",
+ "gap": 20,
+ "children": [
+ {
+ "id": "excuK",
+ "type": "ref",
+ "ref": "G:wvS5T",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "G:mQGgg/G:npqJj": {
+ "x": 51.9852972911389,
+ "y": 14.014729779865018
+ },
+ "G:Tazpg/G:YYiGG": {
+ "y": 4.085283405194483
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "SP556",
+ "name": "panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "id": "JySfw",
+ "type": "ref",
+ "ref": "G:fXLXg",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "id": "vPta3",
+ "type": "ref",
+ "ref": "G:TpUSu",
+ "x": 0,
+ "y": 439,
+ "descendants": {
+ "G:sMeeA/G:4qrJw": {
+ "y": 6.961589855258431
+ },
+ "G:sMeeA/G:X8IR3": {
+ "x": 7.531632205686092
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "P:Accent": [
+ "Default"
+ ],
+ "Accent": [
+ "Default"
+ ]
+ },
+ "variables": {
+ "a:grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "a:grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "a:turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "a:--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "a:--ui-color-primary-300-aa6": {
+ "type": "color",
+ "value": "#b5ebf0a6"
+ },
+ "a:grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "a:yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "a:grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "a:grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "a:grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "a:--ui-color-sound-main": {
+ "type": "color",
+ "value": "#a074ff"
+ },
+ "a:--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "a:--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "a:--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "a:--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "a:--ui-color-text": {
+ "type": "color",
+ "value": "#57606a"
+ },
+ "a:grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "a:turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "a:turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "a:turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "a:turquoise300": {
+ "type": "color",
+ "value": "#B5EBF0"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "blue500": {
+ "type": "color",
+ "value": "#219ffc"
+ },
+ "blue200": {
+ "type": "color",
+ "value": "#e9f5ff"
+ },
+ "blue100": {
+ "type": "color",
+ "value": "#f4faff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "green500": {
+ "type": "color",
+ "value": "#63ce29"
+ },
+ "green600": {
+ "type": "color",
+ "value": "#3ca80c"
+ },
+ "a:--ui-color-primary-main": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "a:--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "P:grey100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#ffffff",
+ "theme": {
+ "P:Accent": "Default"
+ }
+ }
+ ]
+ }
+ },
+ "imports": {
+ "G": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ui/pages/spx/tutorial.pen b/ui/pages/spx/tutorial.pen
new file mode 100644
index 0000000000..08d750805f
--- /dev/null
+++ b/ui/pages/spx/tutorial.pen
@@ -0,0 +1,662 @@
+{
+ "version": "2.9",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVpiL",
+ "x": -720,
+ "y": -818.5,
+ "name": "course-series",
+ "width": 1440,
+ "fill": "$grey100",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2rbCt",
+ "name": "content",
+ "clip": true,
+ "width": 1440,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "ftVwk",
+ "type": "ref",
+ "ref": "P:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 0,
+ "children": [
+ {
+ "id": "kpFCr",
+ "type": "ref",
+ "ref": "P:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hC3Zt",
+ "name": "banner",
+ "clip": true,
+ "width": 2560,
+ "height": 338,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/banner.png",
+ "mode": "fill"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FBclu",
+ "x": 1296,
+ "y": 91,
+ "name": "Text container",
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "y9rIh",
+ "name": "Title",
+ "rotation": -0.05697825074317873,
+ "fill": "#006375",
+ "textGrowth": "fixed-width-height",
+ "width": 490,
+ "height": 49,
+ "content": "Explore the User Tutorial",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 36,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "text",
+ "id": "N13qE",
+ "name": "Subtitle",
+ "fill": "#006375",
+ "content": "Build coding skills and develop a programming mindset",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xLjDE",
+ "name": "cards",
+ "clip": true,
+ "width": "fill_container",
+ "layout": "vertical",
+ "padding": [
+ 32,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ahdiv",
+ "name": "Course container",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bNCfF",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "3JDOM",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 0,
+ "y": 0,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/builder-usage.png",
+ "mode": "fill"
+ },
+ "descendants": {
+ "P:lOMEl": {
+ "fill": [
+ "#d19a60",
+ "#24292f33"
+ ]
+ },
+ "P:sBHFN": {
+ "content": "Builder 使用指引"
+ }
+ }
+ },
+ {
+ "id": "rqPBg",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 252,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ },
+ {
+ "id": "oRfhs",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 504,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:对象"
+ }
+ }
+ },
+ {
+ "id": "9wCXN",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 756,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:循环"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rLyGM",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Q2LYO",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:变量"
+ }
+ }
+ },
+ {
+ "id": "2LPqD",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 252,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:综合1"
+ }
+ }
+ },
+ {
+ "id": "SZ6ub",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 504,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:函数调用"
+ }
+ }
+ },
+ {
+ "id": "2OSKW",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 756,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:数组"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hEeCj",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "ZVWx1",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:条件"
+ }
+ }
+ },
+ {
+ "id": "Lo92c",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 252,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:综合2"
+ }
+ }
+ },
+ {
+ "id": "KLjyT",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 504,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:事件"
+ }
+ }
+ },
+ {
+ "id": "LH3OR",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 756,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:多精灵编程"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AOZZq",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "yqyXR",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:函数定义与调用"
+ }
+ }
+ },
+ {
+ "id": "KhsHu",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 252,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code Kiko:最终大型游戏"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4q1lx",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "TOuLK",
+ "type": "ref",
+ "ref": "P:bm7Pn",
+ "x": 604,
+ "y": 16,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "5HHGD",
+ "type": "ref",
+ "ref": "P:X3aQ5",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4IqER",
+ "x": -720,
+ "y": 818.5,
+ "name": "start-page",
+ "width": 1440,
+ "fill": "#F5F5F5",
+ "layout": "vertical",
+ "gap": 32,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "cehuT",
+ "type": "ref",
+ "ref": "P:sKPE5",
+ "x": 0.0001936356535040689,
+ "y": 5.684341886080802e-14,
+ "children": [
+ {
+ "id": "Cbjqj",
+ "type": "ref",
+ "ref": "P:832Oq",
+ "x": 0,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lz0Uk",
+ "name": "Top Card",
+ "width": 988,
+ "fill": "#FFFFFF",
+ "cornerRadius": 16,
+ "gap": 40,
+ "padding": 24,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jbcHB",
+ "name": "Card Image",
+ "width": 142,
+ "height": 131,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../../images/codekiko.png",
+ "mode": "stretch"
+ },
+ "cornerRadius": 12
+ },
+ {
+ "type": "frame",
+ "id": "GnuCa",
+ "name": "Text Container",
+ "width": 758,
+ "height": 111,
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "text",
+ "id": "AaxB4",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Code kiko: 初步",
+ "lineHeight": 1.1833333333333333,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "text",
+ "id": "eoBFp",
+ "name": "Description",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DWwGJ",
+ "name": "Course container",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "fgSuY",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "bZeba",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ },
+ {
+ "id": "oYIyy",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 252,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ },
+ {
+ "id": "vPTbn",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 504,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ },
+ {
+ "id": "y8rR6",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 756,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cQ6Ci",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "p9LLi",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ },
+ {
+ "id": "MXgEu",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 252,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ },
+ {
+ "id": "ksPP6",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 504,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ },
+ {
+ "id": "JtDM7",
+ "type": "ref",
+ "ref": "P:EoQIl",
+ "x": 756,
+ "y": 0,
+ "descendants": {
+ "P:sBHFN": {
+ "content": "Code kiko:初步 "
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "Accent": [
+ "Default"
+ ]
+ },
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ }
+ },
+ "imports": {
+ "P": "../../components/spx/builder-component.lib.pen"
+ },
+ "fonts": [
+ {
+ "name": "Menlo",
+ "url": "../../images/Menlo-Regular-1.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_01",
+ "url": "../../images/xbuilder-icons-01.ttf"
+ },
+ {
+ "name": "XBuilder_Icons_02",
+ "url": "../../images/xbuilder-icons-02.ttf"
+ }
+ ]
+}
\ No newline at end of file