@lvce-editor/shared-process 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/webExtensions.json +1 -0
- package/extensions/builtin.theme-atom-one-dark/color-theme.json +3 -0
- package/extensions/builtin.theme-cobalt2/color-theme.json +5 -0
- package/extensions/builtin.theme-material/README.md +9 -0
- package/extensions/builtin.theme-material/color-theme.json +167 -0
- package/extensions/builtin.theme-material/extension.json +12 -0
- package/extensions/builtin.theme-monokai/color-theme.json +6 -0
- package/extensions/builtin.theme-palenight/color-theme.json +14 -6
- package/extensions/builtin.vscode-icons/icon-theme.json +61 -15
- package/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +11 -0
- package/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +1 -1
- package/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +1 -1
- package/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_godot.svg +1 -1
- package/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_motif.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +1 -1
- package/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_tres.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_wally.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +1 -1
- package/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +1 -1
- package/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +1 -1
- package/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
"BadgeBackground": "#ffc600",
|
|
9
9
|
"BadgeForeground": "#000",
|
|
10
10
|
|
|
11
|
+
"CompletionListBackground": "#15232d",
|
|
12
|
+
"CompletionListItemActiveBackground": "#193549",
|
|
13
|
+
"CompletionListItemHoverBackground": "#193549",
|
|
14
|
+
"CompletionListBorder": "#15232d",
|
|
15
|
+
|
|
11
16
|
"ContextMenuBackground": "#122738",
|
|
12
17
|
"ContextMenuForeground": "rgb(255, 255, 255)",
|
|
13
18
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Theme Material
|
|
2
|
+
|
|
3
|
+
## Gitpod
|
|
4
|
+
|
|
5
|
+
[](https://gitpod.io/#https://github.com/lvce-editor/theme-material)
|
|
6
|
+
|
|
7
|
+
## Credits
|
|
8
|
+
|
|
9
|
+
Extension is based on https://github.com/material-theme/vsc-material-theme by @equinusocio (License Apache 2.0)
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "dark",
|
|
3
|
+
"colors": {
|
|
4
|
+
"ActivityBarBackground": "rgb(38, 50, 56)",
|
|
5
|
+
"ActivityBarActiveForeground": "rgb(238, 255, 255)",
|
|
6
|
+
"ActivityBarForeground": "rgba(238, 255, 255, 0.4)",
|
|
7
|
+
|
|
8
|
+
"BadgeBackground": "",
|
|
9
|
+
"BadgeForeground": "",
|
|
10
|
+
|
|
11
|
+
"CompletionListBackground": "#263238",
|
|
12
|
+
"CompletionListItemActiveBackground": "rgba(0, 0, 0, 0.31)",
|
|
13
|
+
"CompletionListItemActiveForeground": "#80cbc4",
|
|
14
|
+
"CompletionListBorder": "rgba(255, 255, 255, 0.06)",
|
|
15
|
+
|
|
16
|
+
"ContextMenuBackground": "rgb(38, 50, 56)",
|
|
17
|
+
"ContextMenuForeground": "rgb(238, 255, 255)",
|
|
18
|
+
|
|
19
|
+
"EditorBackGround": "",
|
|
20
|
+
"EditorScrollBarBackground": "",
|
|
21
|
+
"EditorCursorBackground": "#ffcc00",
|
|
22
|
+
"EditorSelectionBackground": "rgba(128, 203, 196, 0.13)",
|
|
23
|
+
|
|
24
|
+
"EditorSelectionBackground": "rgba(128, 203, 196, 0.06)",
|
|
25
|
+
|
|
26
|
+
"FocusOutline": "",
|
|
27
|
+
|
|
28
|
+
"InputBoxForeground": "rgb(238, 255, 255)",
|
|
29
|
+
|
|
30
|
+
"ListActiveSelectionBackground": "",
|
|
31
|
+
"ListActiveSelectionForeground": "#80cbc4",
|
|
32
|
+
"ListHoverBackground": "rgba(0, 0, 0, 0.31)",
|
|
33
|
+
"ListHoverForeground": " rgb(128, 203, 196)",
|
|
34
|
+
"ListInactiveSelectionBackground": "",
|
|
35
|
+
"ListForeground": "rgb(204, 204, 204)",
|
|
36
|
+
|
|
37
|
+
"MainBackground": "rgb(38, 50, 56)",
|
|
38
|
+
|
|
39
|
+
"//": "TODO: merge this with list background, it is difficult to specify all menus: context menu, title bar menu, quickpick",
|
|
40
|
+
"MenuBackground": "rgb(38, 50, 56)",
|
|
41
|
+
"MenuForeground": "rgb(238, 255, 255)",
|
|
42
|
+
|
|
43
|
+
"PanelBackground": "rgb(38, 50, 56)",
|
|
44
|
+
"PanelBorderTopColor": "",
|
|
45
|
+
|
|
46
|
+
"QuickPickBackground": "#263238",
|
|
47
|
+
"QuickPickInputBackground": "",
|
|
48
|
+
|
|
49
|
+
"SideBarBackground": "#263238",
|
|
50
|
+
|
|
51
|
+
"StatusBarBackground": "rgb(38, 50, 56)",
|
|
52
|
+
"StatusBarForeground": "rgb(84, 110, 122)",
|
|
53
|
+
"StatusBarBorderTopColor": "",
|
|
54
|
+
|
|
55
|
+
"TabActiveForeground": "rgb(255, 255, 255)",
|
|
56
|
+
"TabActiveBackground": "rgb(38, 50, 56)",
|
|
57
|
+
"TabForeground": "rgb(96, 122, 134)",
|
|
58
|
+
"TabBackground": "rgb(38, 50, 56)",
|
|
59
|
+
|
|
60
|
+
"TabsBackground": "rgb(38, 50, 56)",
|
|
61
|
+
|
|
62
|
+
"TitleBarBackground": "rgb(38, 50, 56)",
|
|
63
|
+
"TitleBarBorderBottomColor": "",
|
|
64
|
+
"TitleBarColor": "rgb(238, 255, 255)",
|
|
65
|
+
"TitleBarColorInactive": "rgb(96, 122, 134)",
|
|
66
|
+
|
|
67
|
+
"TreeItemForeground": "rgb(96, 122, 134)"
|
|
68
|
+
},
|
|
69
|
+
"tokenColors": [
|
|
70
|
+
{
|
|
71
|
+
"name": "CssSelector",
|
|
72
|
+
"foreground": "#ffcb6b"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "CssPropertyName",
|
|
76
|
+
"foreground": "#b2ccd6"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "CssPropertyValue",
|
|
80
|
+
"foreground": "#f78c6c"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "TagName",
|
|
84
|
+
"foreground": "#f07178"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "PunctuationTag",
|
|
88
|
+
"foreground": "#89ddff"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "AttributeName",
|
|
92
|
+
"foreground": "#c792ea"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "String",
|
|
96
|
+
"foreground": "#c3e88d"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "PunctuationString",
|
|
100
|
+
"foreground": "#89ddff"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "JsonPropertyName",
|
|
104
|
+
"foreground": ""
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "KeywordImport",
|
|
108
|
+
"foreground": ""
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "Numeric",
|
|
112
|
+
"foreground": "#f78c6c"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Keyword",
|
|
116
|
+
"foreground": "#c792ea"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "VariableName",
|
|
120
|
+
"foreground": "#f07178"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Macro",
|
|
124
|
+
"foreground": "#89ddff"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Comment",
|
|
128
|
+
"foreground": "#546e7a"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "KeywordControl",
|
|
132
|
+
"foreground": "#89DDFF"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "KeywordImport",
|
|
136
|
+
"foreground": "#89DDFF"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Type",
|
|
140
|
+
"foreground": "#FFCB6B"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Function",
|
|
144
|
+
"foreground": "#82AAFF"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "Parameter",
|
|
148
|
+
"foreground": "#FF5370"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "JsonPropertyName",
|
|
152
|
+
"foreground": "#c792ea"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "JsonPropertyValueString",
|
|
156
|
+
"foreground": "#c3e88d"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "LanguageConstant",
|
|
160
|
+
"foreground": "#F78C6C"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Heading",
|
|
164
|
+
"foreground": "#ffcb6b"
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
}
|
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
"BadgeBackground": "rgb(0, 122, 204)",
|
|
9
9
|
"BadgeForeground": "#fff",
|
|
10
10
|
|
|
11
|
+
"CompletionListBackground": "#272822",
|
|
12
|
+
"CompletionListItemActiveBackground": "#414339",
|
|
13
|
+
"CompletionListItemHoverBackground": "#3e3d32",
|
|
14
|
+
"CompletionListItemForeground": "#f8f8f2",
|
|
15
|
+
"CompletionListBorder": "#75715e",
|
|
16
|
+
|
|
11
17
|
"MenuBackground": "rgb(30, 31, 28)",
|
|
12
18
|
|
|
13
19
|
"EditorBackGround": "",
|
|
@@ -8,14 +8,22 @@
|
|
|
8
8
|
"BadgeBackground": "#7e57c2",
|
|
9
9
|
"BadgeForeground": "#ffffff",
|
|
10
10
|
|
|
11
|
+
"CompletionListBackground": "#2c3043",
|
|
12
|
+
"CompletionListForeground": "#bfc7d5",
|
|
13
|
+
"CompletionListItemActiveBackground": "#7e57c2",
|
|
14
|
+
"CompletionListItemHoverBackground": "rgba(0, 0, 0, 0.1)",
|
|
15
|
+
"CompletionListBorder": "#2b2f40",
|
|
16
|
+
|
|
11
17
|
"ContextMenuBackground": "rgb(41, 45, 62)",
|
|
12
18
|
"ContextMenuForeground": "rgba(255, 255, 255, 0.8)",
|
|
13
19
|
|
|
14
20
|
"EditorBackground": "",
|
|
15
|
-
"EditorScrollBarBackground": "",
|
|
21
|
+
"EditorScrollBarBackground": "rgba(105, 76, 164, 0.4)",
|
|
16
22
|
"EditorCursorBackground": "#7e57c2",
|
|
17
23
|
"EditorSelectionBackground": "rgba(117, 128, 184, 0.31)",
|
|
18
24
|
|
|
25
|
+
"ExtensionListItemActive": "#7e57c2",
|
|
26
|
+
|
|
19
27
|
"FocusOutline": "",
|
|
20
28
|
|
|
21
29
|
"InputBoxForeground": "rgba(255, 255, 255, 0.8)",
|
|
@@ -91,7 +99,11 @@
|
|
|
91
99
|
},
|
|
92
100
|
{
|
|
93
101
|
"name": "JsonPropertyName",
|
|
94
|
-
"foreground": "#
|
|
102
|
+
"foreground": "#c3e88d"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "JsonPropertyValueString",
|
|
106
|
+
"foreground": "#80cbc4"
|
|
95
107
|
},
|
|
96
108
|
{
|
|
97
109
|
"name": "Keyword",
|
|
@@ -152,10 +164,6 @@
|
|
|
152
164
|
{
|
|
153
165
|
"name": "Text",
|
|
154
166
|
"foreground": "#bfc7d5"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "JsonPropertyName",
|
|
158
|
-
"foreground": "#80cbc4"
|
|
159
167
|
}
|
|
160
168
|
]
|
|
161
169
|
}
|
|
@@ -309,6 +309,7 @@
|
|
|
309
309
|
"_f_affinitypublisher": "/icons/file_type_affinitypublisher.svg",
|
|
310
310
|
"_f_ai": "/icons/file_type_ai.svg",
|
|
311
311
|
"_f_al": "/icons/file_type_al.svg",
|
|
312
|
+
"_f_al_dal": "/icons/file_type_al_dal.svg",
|
|
312
313
|
"_f_allcontributors": "/icons/file_type_allcontributors.svg",
|
|
313
314
|
"_f_angular": "/icons/file_type_angular.svg",
|
|
314
315
|
"_f_ansible": "/icons/file_type_ansible.svg",
|
|
@@ -527,6 +528,7 @@
|
|
|
527
528
|
"_f_gatsby": "/icons/file_type_gatsby.svg",
|
|
528
529
|
"_f_gcloud": "/icons/file_type_gcloud.svg",
|
|
529
530
|
"_f_gcode": "/icons/file_type_gcode.svg",
|
|
531
|
+
"_f_gdscript": "/icons/file_type_gdscript.svg",
|
|
530
532
|
"_f_genstat": "/icons/file_type_genstat.svg",
|
|
531
533
|
"_f_git": "/icons/file_type_git.svg",
|
|
532
534
|
"_f_gitlab": "/icons/file_type_gitlab.svg",
|
|
@@ -535,6 +537,7 @@
|
|
|
535
537
|
"_f_glitter": "/icons/file_type_glitter.svg",
|
|
536
538
|
"_f_glsl": "/icons/file_type_glsl.svg",
|
|
537
539
|
"_f_glyphs": "/icons/file_type_glyphs.svg",
|
|
540
|
+
"_f_gnu": "/icons/file_type_gnu.svg",
|
|
538
541
|
"_f_gnuplot": "/icons/file_type_gnuplot.svg",
|
|
539
542
|
"_f_go": "/icons/file_type_go.svg",
|
|
540
543
|
"_f_go_package": "/icons/file_type_go_package.svg",
|
|
@@ -555,6 +558,8 @@
|
|
|
555
558
|
"_f_handlebars": "/icons/file_type_handlebars.svg",
|
|
556
559
|
"_f_harbour": "/icons/file_type_harbour.svg",
|
|
557
560
|
"_f_hardhat": "/icons/file_type_hardhat.svg",
|
|
561
|
+
"_f_hashicorp": "/icons/file_type_hashicorp.svg",
|
|
562
|
+
"_f_light_hashicorp": "/icons/file_type_light_hashicorp.svg",
|
|
558
563
|
"_f_haskell": "/icons/file_type_haskell.svg",
|
|
559
564
|
"_f_haxe": "/icons/file_type_haxe.svg",
|
|
560
565
|
"_f_haxecheckstyle": "/icons/file_type_haxecheckstyle.svg",
|
|
@@ -657,7 +662,6 @@
|
|
|
657
662
|
"_f_lua": "/icons/file_type_lua.svg",
|
|
658
663
|
"_f_luau": "/icons/file_type_luau.svg",
|
|
659
664
|
"_f_lync": "/icons/file_type_lync.svg",
|
|
660
|
-
"_f_makefile": "/icons/file_type_makefile.svg",
|
|
661
665
|
"_f_manifest": "/icons/file_type_manifest.svg",
|
|
662
666
|
"_f_manifest_bak": "/icons/file_type_manifest_bak.svg",
|
|
663
667
|
"_f_manifest_skip": "/icons/file_type_manifest_skip.svg",
|
|
@@ -687,6 +691,7 @@
|
|
|
687
691
|
"_f_moleculer": "/icons/file_type_moleculer.svg",
|
|
688
692
|
"_f_mongo": "/icons/file_type_mongo.svg",
|
|
689
693
|
"_f_monotone": "/icons/file_type_monotone.svg",
|
|
694
|
+
"_f_motif": "/icons/file_type_motif.svg",
|
|
690
695
|
"_f_mson": "/icons/file_type_mson.svg",
|
|
691
696
|
"_f_mustache": "/icons/file_type_mustache.svg",
|
|
692
697
|
"_f_light_mustache": "/icons/file_type_light_mustache.svg",
|
|
@@ -765,6 +770,7 @@
|
|
|
765
770
|
"_f_pnpm": "/icons/file_type_pnpm.svg",
|
|
766
771
|
"_f_light_pnpm": "/icons/file_type_light_pnpm.svg",
|
|
767
772
|
"_f_poedit": "/icons/file_type_poedit.svg",
|
|
773
|
+
"_f_poetry": "/icons/file_type_poetry.svg",
|
|
768
774
|
"_f_polymer": "/icons/file_type_polymer.svg",
|
|
769
775
|
"_f_pony": "/icons/file_type_pony.svg",
|
|
770
776
|
"_f_postcss": "/icons/file_type_postcss.svg",
|
|
@@ -942,8 +948,10 @@
|
|
|
942
948
|
"_f_light_toml": "/icons/file_type_light_toml.svg",
|
|
943
949
|
"_f_tox": "/icons/file_type_tox.svg",
|
|
944
950
|
"_f_travis": "/icons/file_type_travis.svg",
|
|
951
|
+
"_f_tres": "/icons/file_type_tres.svg",
|
|
945
952
|
"_f_truffle": "/icons/file_type_truffle.svg",
|
|
946
953
|
"_f_trunk": "/icons/file_type_trunk.svg",
|
|
954
|
+
"_f_tscn": "/icons/file_type_tscn.svg",
|
|
947
955
|
"_f_tsconfig": "/icons/file_type_tsconfig.svg",
|
|
948
956
|
"_f_tslint": "/icons/file_type_tslint.svg",
|
|
949
957
|
"_f_tt": "/icons/file_type_tt.svg",
|
|
@@ -990,6 +998,7 @@
|
|
|
990
998
|
"_f_vue": "/icons/file_type_vue.svg",
|
|
991
999
|
"_f_vueconfig": "/icons/file_type_vueconfig.svg",
|
|
992
1000
|
"_f_wallaby": "/icons/file_type_wallaby.svg",
|
|
1001
|
+
"_f_wally": "/icons/file_type_wally.svg",
|
|
993
1002
|
"_f_wasm": "/icons/file_type_wasm.svg",
|
|
994
1003
|
"_f_watchmanconfig": "/icons/file_type_watchmanconfig.svg",
|
|
995
1004
|
"_f_webpack": "/icons/file_type_webpack.svg",
|
|
@@ -1313,33 +1322,46 @@
|
|
|
1313
1322
|
"jakefile": "_f_jake",
|
|
1314
1323
|
"jakefile.js": "_f_jake",
|
|
1315
1324
|
"jasmine.json": "_f_jasmine",
|
|
1316
|
-
"jest.config.json": "_f_jest",
|
|
1317
|
-
"jest.config.base.json": "_f_jest",
|
|
1318
|
-
"jest.config.common.json": "_f_jest",
|
|
1319
|
-
"jest.config.e2e.json": "_f_jest",
|
|
1320
|
-
"jest.config.ts": "_f_jest",
|
|
1321
|
-
"jest.config.base.ts": "_f_jest",
|
|
1322
|
-
"jest.config.common.ts": "_f_jest",
|
|
1323
|
-
"jest.config.e2e.ts": "_f_jest",
|
|
1324
1325
|
"jest.json": "_f_jest",
|
|
1326
|
+
"jest.config.babel.js": "_f_jest",
|
|
1325
1327
|
".jestrc": "_f_jest",
|
|
1326
1328
|
".jestrc.js": "_f_jest",
|
|
1327
1329
|
".jestrc.json": "_f_jest",
|
|
1328
1330
|
"jest.config.js": "_f_jest",
|
|
1329
1331
|
"jest.config.cjs": "_f_jest",
|
|
1330
1332
|
"jest.config.mjs": "_f_jest",
|
|
1333
|
+
"jest.config.json": "_f_jest",
|
|
1334
|
+
"jest.config.ts": "_f_jest",
|
|
1331
1335
|
"jest.config.base.js": "_f_jest",
|
|
1332
1336
|
"jest.config.base.cjs": "_f_jest",
|
|
1333
1337
|
"jest.config.base.mjs": "_f_jest",
|
|
1338
|
+
"jest.config.base.json": "_f_jest",
|
|
1339
|
+
"jest.config.base.ts": "_f_jest",
|
|
1334
1340
|
"jest.config.common.js": "_f_jest",
|
|
1335
1341
|
"jest.config.common.cjs": "_f_jest",
|
|
1336
1342
|
"jest.config.common.mjs": "_f_jest",
|
|
1337
|
-
"jest.config.
|
|
1338
|
-
"jest.config.
|
|
1339
|
-
"jest.config.babel.mjs": "_f_jest",
|
|
1343
|
+
"jest.config.common.json": "_f_jest",
|
|
1344
|
+
"jest.config.common.ts": "_f_jest",
|
|
1340
1345
|
"jest.config.e2e.js": "_f_jest",
|
|
1341
1346
|
"jest.config.e2e.cjs": "_f_jest",
|
|
1342
1347
|
"jest.config.e2e.mjs": "_f_jest",
|
|
1348
|
+
"jest.config.e2e.json": "_f_jest",
|
|
1349
|
+
"jest.config.e2e.ts": "_f_jest",
|
|
1350
|
+
"jest.config.int.js": "_f_jest",
|
|
1351
|
+
"jest.config.int.cjs": "_f_jest",
|
|
1352
|
+
"jest.config.int.mjs": "_f_jest",
|
|
1353
|
+
"jest.config.int.json": "_f_jest",
|
|
1354
|
+
"jest.config.int.ts": "_f_jest",
|
|
1355
|
+
"jest.config.integration.js": "_f_jest",
|
|
1356
|
+
"jest.config.integration.cjs": "_f_jest",
|
|
1357
|
+
"jest.config.integration.mjs": "_f_jest",
|
|
1358
|
+
"jest.config.integration.json": "_f_jest",
|
|
1359
|
+
"jest.config.integration.ts": "_f_jest",
|
|
1360
|
+
"jest.config.unit.js": "_f_jest",
|
|
1361
|
+
"jest.config.unit.cjs": "_f_jest",
|
|
1362
|
+
"jest.config.unit.mjs": "_f_jest",
|
|
1363
|
+
"jest.config.unit.json": "_f_jest",
|
|
1364
|
+
"jest.config.unit.ts": "_f_jest",
|
|
1343
1365
|
".jpmignore": "_f_jpm",
|
|
1344
1366
|
".jsbeautifyrc": "_f_jsbeautify",
|
|
1345
1367
|
"jsbeautifyrc": "_f_jsbeautify",
|
|
@@ -1439,6 +1461,7 @@
|
|
|
1439
1461
|
"moleculer.config.json": "_f_moleculer",
|
|
1440
1462
|
"moleculer.config.ts": "_f_moleculer",
|
|
1441
1463
|
".mtn-ignore": "_f_monotone",
|
|
1464
|
+
"motif.json": "_f_motif",
|
|
1442
1465
|
".nest-cli.json": "_f_nestjs",
|
|
1443
1466
|
"nest-cli.json": "_f_nestjs",
|
|
1444
1467
|
"nestconfig.json": "_f_nestjs",
|
|
@@ -1466,8 +1489,11 @@
|
|
|
1466
1489
|
".nsrirc.yaml": "_f_nsri",
|
|
1467
1490
|
".nsrirc.yml": "_f_nsri",
|
|
1468
1491
|
".integrity.json": "_f_nsri-integrity",
|
|
1492
|
+
".nuxtignore": "_f_nuxt",
|
|
1493
|
+
".nuxtrc": "_f_nuxt",
|
|
1469
1494
|
"nuxt.config.js": "_f_nuxt",
|
|
1470
1495
|
"nuxt.config.ts": "_f_nuxt",
|
|
1496
|
+
"nuxt.config.mjs": "_f_nuxt",
|
|
1471
1497
|
"nx.json": "_f_nx",
|
|
1472
1498
|
".nycrc": "_f_nyc",
|
|
1473
1499
|
".nycrc.json": "_f_nyc",
|
|
@@ -1502,6 +1528,7 @@
|
|
|
1502
1528
|
"pnpmfile.js": "_f_pnpm",
|
|
1503
1529
|
"pnpm-lock.yaml": "_f_pnpm",
|
|
1504
1530
|
"pnpm-workspace.yaml": "_f_pnpm",
|
|
1531
|
+
"poetry.lock": "_f_poetry",
|
|
1505
1532
|
".postcssrc": "_f_postcssconfig",
|
|
1506
1533
|
".postcssrc.json": "_f_postcssconfig",
|
|
1507
1534
|
".postcssrc.yaml": "_f_postcssconfig",
|
|
@@ -1761,6 +1788,8 @@
|
|
|
1761
1788
|
".wallaby.conf.js": "_f_wallaby",
|
|
1762
1789
|
".wallaby.conf.ts": "_f_wallaby",
|
|
1763
1790
|
".wallaby.conf.coffee": "_f_wallaby",
|
|
1791
|
+
"wally.toml": "_f_wally",
|
|
1792
|
+
"wally.lock": "_f_wally",
|
|
1764
1793
|
".watchmanconfig": "_f_watchmanconfig",
|
|
1765
1794
|
"webpack.base.conf.js": "_f_webpack",
|
|
1766
1795
|
"webpack.base.conf.cjs": "_f_webpack",
|
|
@@ -1782,6 +1811,11 @@
|
|
|
1782
1811
|
"webpack.config.base.mjs": "_f_webpack",
|
|
1783
1812
|
"webpack.config.base.coffee": "_f_webpack",
|
|
1784
1813
|
"webpack.config.base.ts": "_f_webpack",
|
|
1814
|
+
"webpack.config.build.js": "_f_webpack",
|
|
1815
|
+
"webpack.config.build.cjs": "_f_webpack",
|
|
1816
|
+
"webpack.config.build.mjs": "_f_webpack",
|
|
1817
|
+
"webpack.config.build.coffee": "_f_webpack",
|
|
1818
|
+
"webpack.config.build.ts": "_f_webpack",
|
|
1785
1819
|
"webpack.config.common.js": "_f_webpack",
|
|
1786
1820
|
"webpack.config.common.cjs": "_f_webpack",
|
|
1787
1821
|
"webpack.config.common.mjs": "_f_webpack",
|
|
@@ -2203,6 +2237,7 @@
|
|
|
2203
2237
|
"event": "_fd_notification",
|
|
2204
2238
|
"events": "_fd_notification",
|
|
2205
2239
|
".nuget": "_fd_nuget",
|
|
2240
|
+
"nuxt": "_fd_nuxt",
|
|
2206
2241
|
".nuxt": "_fd_nuxt",
|
|
2207
2242
|
"package": "_fd_package",
|
|
2208
2243
|
"packages": "_fd_package",
|
|
@@ -2318,6 +2353,7 @@
|
|
|
2318
2353
|
"vscode": "_fd_vscode",
|
|
2319
2354
|
".vscode-test": "_fd_vscode_test",
|
|
2320
2355
|
"webpack": "_fd_webpack",
|
|
2356
|
+
".webpack": "_fd_webpack",
|
|
2321
2357
|
"windows": "_fd_windows",
|
|
2322
2358
|
"win32": "_fd_windows",
|
|
2323
2359
|
"www": "_fd_www",
|
|
@@ -2595,6 +2631,7 @@
|
|
|
2595
2631
|
"event": "_fd_notification_open",
|
|
2596
2632
|
"events": "_fd_notification_open",
|
|
2597
2633
|
".nuget": "_fd_nuget_open",
|
|
2634
|
+
"nuxt": "_fd_nuxt_open",
|
|
2598
2635
|
".nuxt": "_fd_nuxt_open",
|
|
2599
2636
|
"package": "_fd_package_open",
|
|
2600
2637
|
"packages": "_fd_package_open",
|
|
@@ -2710,6 +2747,7 @@
|
|
|
2710
2747
|
"vscode": "_fd_vscode_open",
|
|
2711
2748
|
".vscode-test": "_fd_vscode_test_open",
|
|
2712
2749
|
"webpack": "_fd_webpack_open",
|
|
2750
|
+
".webpack": "_fd_webpack_open",
|
|
2713
2751
|
"windows": "_fd_windows_open",
|
|
2714
2752
|
"win32": "_fd_windows_open",
|
|
2715
2753
|
"www": "_fd_www_open",
|
|
@@ -2740,6 +2778,7 @@
|
|
|
2740
2778
|
"afpub": "_f_affinitypublisher",
|
|
2741
2779
|
"affinitypublisher": "_f_affinitypublisher",
|
|
2742
2780
|
"ai": "_f_ai",
|
|
2781
|
+
"dal": "_f_al_dal",
|
|
2743
2782
|
"gs": "_f_appscript",
|
|
2744
2783
|
"ino": "_f_arduino",
|
|
2745
2784
|
"pde": "_f_arduino",
|
|
@@ -2882,7 +2921,12 @@
|
|
|
2882
2921
|
"gmx": "_f_gamemaker",
|
|
2883
2922
|
"yy": "_f_gamemaker2",
|
|
2884
2923
|
"yyp": "_f_gamemaker2",
|
|
2924
|
+
"ld": "_f_gnu",
|
|
2925
|
+
"makefile": "_f_gnu",
|
|
2926
|
+
"godot": "_f_godot",
|
|
2885
2927
|
"gradle": "_f_gradle",
|
|
2928
|
+
"hcl2": "_f_hashicorp",
|
|
2929
|
+
"sentinel": "_f_hashicorp",
|
|
2886
2930
|
"hxproj": "_f_haxedevelop",
|
|
2887
2931
|
"ejs.t": "_f_hygen",
|
|
2888
2932
|
"idr": "_f_idris",
|
|
@@ -2939,7 +2983,6 @@
|
|
|
2939
2983
|
"luau": "_f_luau",
|
|
2940
2984
|
"crec": "_f_lync",
|
|
2941
2985
|
"ocrec": "_f_lync",
|
|
2942
|
-
"makefile": "_f_makefile",
|
|
2943
2986
|
"map": "_f_map",
|
|
2944
2987
|
"mdown": "_f_markdown",
|
|
2945
2988
|
"markdown": "_f_markdown",
|
|
@@ -3097,6 +3140,8 @@
|
|
|
3097
3140
|
"csv": "_f_text",
|
|
3098
3141
|
"tsv": "_f_text",
|
|
3099
3142
|
"todo": "_f_todo",
|
|
3143
|
+
"tres": "_f_tres",
|
|
3144
|
+
"tscn": "_f_tscn",
|
|
3100
3145
|
"tt2": "_f_tt",
|
|
3101
3146
|
"d.ts": "_f_typescriptdef",
|
|
3102
3147
|
"d.cts": "_f_typescriptdef",
|
|
@@ -3290,22 +3335,24 @@
|
|
|
3290
3335
|
"gml-gms2": "_f_gamemaker2",
|
|
3291
3336
|
"gml-gm81": "_f_gamemaker81",
|
|
3292
3337
|
"gcode": "_f_gcode",
|
|
3338
|
+
"gdscript": "_f_gdscript",
|
|
3293
3339
|
"genstat": "_f_genstat",
|
|
3294
3340
|
"git-commit": "_f_git",
|
|
3295
3341
|
"git-rebase": "_f_git",
|
|
3296
3342
|
"ignore": "_f_git",
|
|
3297
3343
|
"glsl": "_f_glsl",
|
|
3298
3344
|
"glyphs": "_f_glyphs",
|
|
3345
|
+
"makefile": "_f_gnu",
|
|
3299
3346
|
"gnuplot": "_f_gnuplot",
|
|
3300
3347
|
"go": "_f_go",
|
|
3301
3348
|
"goctl": "_f_goctl",
|
|
3302
|
-
"gdscript": "_f_godot",
|
|
3303
3349
|
"graphql": "_f_graphql",
|
|
3304
3350
|
"dot": "_f_graphviz",
|
|
3305
3351
|
"groovy": "_f_groovy",
|
|
3306
3352
|
"haml": "_f_haml",
|
|
3307
3353
|
"handlebars": "_f_handlebars",
|
|
3308
3354
|
"harbour": "_f_harbour",
|
|
3355
|
+
"hcl": "_f_hashicorp",
|
|
3309
3356
|
"haskell": "_f_haskell",
|
|
3310
3357
|
"literate haskell": "_f_haskell",
|
|
3311
3358
|
"haxe": "_f_haxe",
|
|
@@ -3382,7 +3429,6 @@
|
|
|
3382
3429
|
"lolcode": "_f_lolcode",
|
|
3383
3430
|
"lsl": "_f_lsl",
|
|
3384
3431
|
"lua": "_f_lua",
|
|
3385
|
-
"makefile": "_f_makefile",
|
|
3386
3432
|
"markdown": "_f_markdown",
|
|
3387
3433
|
"marko": "_f_marko",
|
|
3388
3434
|
"matlab": "_f_matlab",
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 26.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#9F4246;}
|
|
7
|
+
</style>
|
|
8
|
+
<path class="st0" d="M11.6,8c-0.2-0.6-0.8-1-1.5-1H10C9.5,7,8.9,7.4,8.6,8L2,25h3.8l1-2.8h6.6l1,2.8h3.8L11.6,8z M7.9,19l2.2-6.1
|
|
9
|
+
l2.2,6.1H7.9z"/>
|
|
10
|
+
<path class="st0" d="M23.8,21.7V7.1h-3.5v15.6c0,1.2,1,2.2,2.3,2.3H30v-3.3H23.8z"/>
|
|
11
|
+
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_cucumber</title><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_cucumber</title><path d="M21.97,4.174q-.321-.192-.656-.36t-.7-.314c-.075-.032-.15-.061-.226-.09-.208-.077-.418-.163-.633-.225a11.793,11.793,0,1,0-5.944,22.77v3.375C20.9,28.265,27.176,22.664,27.644,15.31A12.207,12.207,0,0,0,21.97,4.174Z" style="fill:#23d96c"/><path d="M13.171,30.071v-3.6a12.427,12.427,0,1,1,5.836-24.16q.478.115.946.269c.166.049.338.114.505.177l.151.056c.1.039.177.069.253.1.211.083.449.19.733.33q.358.179.7.384a12.838,12.838,0,0,1,5.984,11.726C27.815,22.635,21.77,28.78,13.9,29.961Zm2.914-26.84h-.016a11.149,11.149,0,0,0-2.139,22.1l.516.1v3.144C21.361,27.227,26.592,21.735,27,15.27a11.542,11.542,0,0,0-5.36-10.552l0,0a8.918,8.918,0,0,0-1.263-.629q-.1-.045-.209-.084L20,3.941q-.212-.084-.43-.151a11.185,11.185,0,0,0-3.486-.558Z" style="fill:#173647"/><path d="M13.7,8.383a1.093,1.093,0,0,1,.961.369,2.54,2.54,0,0,1,.442.672,3.169,3.169,0,0,1,.14,2.8,3.845,3.845,0,0,1-2.417-1.874,1.964,1.964,0,0,1-.211-.813A1.188,1.188,0,0,1,13.7,8.383Zm-3.45,4.871a4.7,4.7,0,0,0,.739.447,3.514,3.514,0,0,0,2.964-.084,3.713,3.713,0,0,0-2.031-2.094,2.224,2.224,0,0,0-.875-.195,1.144,1.144,0,0,0-.194,0,1.072,1.072,0,0,0-.6,1.926Zm3.7,2.084a4.152,4.152,0,0,0-2.011-.177,2.681,2.681,0,0,0-1.011.214,2.125,2.125,0,0,0-.739.448,1.1,1.1,0,0,0,.855,1.925,2,2,0,0,0,.875-.195,3.728,3.728,0,0,0,2.031-2.214Zm1.584,1.214a3.98,3.98,0,0,0-2.261,2.128,1.876,1.876,0,0,0-.195.8,1.158,1.158,0,0,0,2,.817,4.505,4.505,0,0,0,.425-.739,3.6,3.6,0,0,0,.028-3ZM17.094,12.2A3.606,3.606,0,0,0,19.34,10.28a1.969,1.969,0,0,0,.194-.817,1.162,1.162,0,0,0-1.089-1.186,1.112,1.112,0,0,0-.971.389,4.481,4.481,0,0,0-.428.739,2.941,2.941,0,0,0,.049,2.794Zm2.554,7.354a1.969,1.969,0,0,0-.195-.816A3.563,3.563,0,0,0,17.3,16.756a3.27,3.27,0,0,0-.137,2.86,2.517,2.517,0,0,0,.425.68,1.217,1.217,0,0,0,2.065-.739Zm2.55-3.812a4.532,4.532,0,0,0-.739-.425,2.686,2.686,0,0,0-1.011-.214,3.885,3.885,0,0,0-1.935.337A3.617,3.617,0,0,0,20.526,17.5a2.229,2.229,0,0,0,.875.194,1.093,1.093,0,0,0,.8-1.948Z" style="fill:#173647"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>file_type_godot</title><path d="M28.166,21.029v1.652a.374.374,0,0,1-.26.357l-2.6.841a.367.367,0,0,1-.335-.054.374.374,0,0,1-.155-.3v-1.8l-2.438.464V24.02a.375.375,0,0,1-.325.371l-3.525.483c-.016,0-.034,0-.051,0A.374.374,0,0,1,18.1,24.5V22.557l-1.819.008h-.267l-1.819-.008V24.5a.375.375,0,0,1-.375.376c-.017,0-.034,0-.052,0l-3.525-.483a.375.375,0,0,1-.324-.371V22.184l-2.439-.464v1.8a.374.374,0,0,1-.154.3.37.37,0,0,1-.336.054l-2.6-.841a.374.374,0,0,1-.259-.357V21.029l-1.608-.541a4.558,4.558,0,0,0-.124,1.04c0,4.317,6.082,7.65,13.6,7.674h.019c7.517-.024,13.6-3.356,13.6-7.674a4.54,4.54,0,0,0-.1-.95Z" fill="#478cbf"/><path d="M3.711,13.373V20.1l.907.306a.374.374,0,0,1,.256.355v1.65l1.855.6V21.267a.376.376,0,0,1,.445-.369l3.189.609a.374.374,0,0,1,.305.368v1.818l2.775.379v-1.89a.374.374,0,0,1,.376-.375h0l2.327.009,2.326-.009a.374.374,0,0,1,.377.375v1.89l2.775-.379V21.874a.373.373,0,0,1,.3-.368l3.189-.609a.377.377,0,0,1,.446.369v1.741l1.855-.6V20.76a.374.374,0,0,1,.255-.355l.618-.208V13.373h.017A26.792,26.792,0,0,0,30,10.931a19.02,19.02,0,0,0-2.509-3.288A24.507,24.507,0,0,0,25,9.091a13.01,13.01,0,0,0-1.279-1.052,15.365,15.365,0,0,0-1.375-.894,28.353,28.353,0,0,0,.232-3.071A15.968,15.968,0,0,0,18.847,2.8a26.44,26.44,0,0,0-1.385,2.7,9.46,9.46,0,0,0-1.453-.116h-.018a9.457,9.457,0,0,0-1.454.116,26.275,26.275,0,0,0-1.385-2.7A15.961,15.961,0,0,0,9.422,4.075a28.142,28.142,0,0,0,.232,3.071,15.312,15.312,0,0,0-1.376.894A13.06,13.06,0,0,0,7,9.091a24.553,24.553,0,0,0-2.49-1.448A19.02,19.02,0,0,0,2,10.931a26.792,26.792,0,0,0,1.694,2.443Z" fill="#478cbf"/><path d="m12.462 16.6a2.739 2.739 0 1 1-2.74-2.738 2.739 2.739 0 0 1 2.74 2.738" fill="#fff"/><path d="m11.8 16.764a1.819 1.819 0 1 1-1.819-1.819 1.817 1.817 0 0 1 1.819 1.819" fill="#414042"/><path d="M16.166,19.59a.844.844,0,0,1-.882-.8V16.267a.886.886,0,0,1,1.764,0v2.522a.845.845,0,0,1-.883.8" fill="#fff"/><path d="m19.871 16.6a2.739 2.739 0 1 0 2.74-2.738 2.739 2.739 0 0 0-2.74 2.738" fill="#fff"/><path d="m20.531 16.764a1.818 1.818 0 1 0 1.817-1.819 1.817 1.817 0 0 0-1.817 1.819" fill="#414042"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g id="LOGO"><path fill="#E24329" d="M29.5,13.2l0-0.1l-3.8-9.9c-0.1-0.2-0.2-0.4-0.4-0.5c-0.4-0.2-0.8-0.2-1.2,0.1C24,2.9,23.8,3,23.8,3.2l-2.6,7.9H10.8L8.2,3.2C8.2,3,8,2.9,7.9,2.7C7.5,2.5,7.1,2.4,6.7,2.7C6.5,2.8,6.4,2.9,6.3,3.1l-3.8,9.9l0,0.1c-1.1,2.9-0.2,6.3,2.3,8.2l0,0l0,0l5.8,4.3l2.9,2.2l1.7,1.3c0.4,0.3,1,0.3,1.4,0l1.7-1.3l2.9-2.2l5.8-4.4l0,0C29.7,19.5,30.7,16.1,29.5,13.2z"/><path fill="#FC6D26" d="M29.5,13.2l0-0.1c-1.9,0.4-3.6,1.2-5.1,2.3L16,21.7c2.9,2.2,5.3,4,5.3,4l5.8-4.4l0,0C29.7,19.5,30.7,16.1,29.5,13.2z"/><path fill="#FCA326" d="M10.7,25.8l2.9,2.2l1.7,1.3c0.4,0.3,1,0.3,1.4,0l1.7-1.3l2.9-2.2c0,0-2.5-1.9-5.3-4C13.1,23.9,10.7,25.8,10.7,25.8z"/><path fill="#FC6D26" d="M7.6,15.4c-1.5-1.1-3.3-1.9-5.1-2.3l0,0.1c-1.1,2.9-0.2,6.3,2.3,8.2l0,0l0,0l5.8,4.3c0,0,2.5-1.9,5.3-4L7.6,15.4z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_makefile</title><path d="M7.313,18.654a.548.548,0,0,1-.6.233.917.917,0,0,0-.869.08c-.306.218-.637.053-.579-.345a1.229,1.229,0,0,1,.583-.971c.833-.479.254-.812.711-1.293s.357-.629.341-1.283a4.648,4.648,0,0,1-3.4-1.9,6.012,6.012,0,0,1-1.46-3.764,6.365,6.365,0,0,1,.649-3.8A5.315,5.315,0,0,1,5.254,3.089a7.022,7.022,0,0,1,3.489-.77,4.96,4.96,0,0,1,2.443.452,5.148,5.148,0,0,0,1.546.8,1.217,1.217,0,0,0,.782-.226c.047,1.189-1.023,1.292-1.98,1.317s-1.546-.371-2.427-.224A4.193,4.193,0,0,0,6.077,6.212,3.783,3.783,0,0,0,5.408,8.9a1.952,1.952,0,0,0,1.441,1.8c.5.008.61-.136,1.047-.421s2.665-3.043,3.426-3.663a3.522,3.522,0,0,1,2.322-.821,3.24,3.24,0,0,1,1.671.286A12.275,12.275,0,0,1,16.9,7.139a8.833,8.833,0,0,0,.684-.576,2.865,2.865,0,0,1,2.393-.718,3.644,3.644,0,0,1,1.819.8A14.312,14.312,0,0,1,23.809,9.07a3.59,3.59,0,0,0,1.621,1.489c.771.237,1.352-.762,1.437-1.316a5.814,5.814,0,0,0,.112-.935,4.413,4.413,0,0,0-.135-1.125,4,4,0,0,0-.455-1.016,3.606,3.606,0,0,0-1.3-1.25A4.129,4.129,0,0,0,23.7,4.5a13.676,13.676,0,0,0-1.4.2c-.584.04-1.628.171-2.086-.28a1.18,1.18,0,0,1-.378-.853.892.892,0,0,0,.469.19c.366.031.708-.268,1-.441a7.34,7.34,0,0,1,.908-.526,5.856,5.856,0,0,1,2.7-.232,6.308,6.308,0,0,1,2.2.725,6,6,0,0,1,1.634,1.48A4.983,4.983,0,0,1,29.781,6.9a8.981,8.981,0,0,1,.017,3.847,7.577,7.577,0,0,1-1.714,2.819,4.388,4.388,0,0,1-2.317,1.112,4.911,4.911,0,0,0,.086.488c.064.206.188.436.441.363a.236.236,0,0,1,.289.063c.133.116.064.567-.311.769a1.449,1.449,0,0,1-.695.131,6.612,6.612,0,0,1-1.11-.051c-.33-.058-.528-.32-.894-.361a3.572,3.572,0,0,1-1.452-.764,3.048,3.048,0,0,0-.362-.185c.059.18.138.368.177.541s.023.334.043.472.059.247.082.359c.09.081.119.2.272.243a1.706,1.706,0,0,0,.546-.043c.156-.021.26-.106.383-.083a.85.85,0,0,1,.34.193c.1.082.191.094.274.3a3.333,3.333,0,0,1,.171.9,1.93,1.93,0,0,1-.1.755,1.261,1.261,0,0,1-.381.541,5.937,5.937,0,0,1-.956.769,1.652,1.652,0,0,0,.2.3c.1.109.324.229.421.344a.473.473,0,0,1,.148.324.686.686,0,0,1-.109.433,1.9,1.9,0,0,1-.937.573,2.477,2.477,0,0,1,.023,1.06c-.037.159-.119.519-.315.612a3.823,3.823,0,0,1-.814.086c-.239.038-.373.074-.56.111a3.3,3.3,0,0,0-.34.492.4.4,0,0,0,.008.35c.049.15.214.368.261.544a1.091,1.091,0,0,1,.012.541.943.943,0,0,1-.269.46c-.15.157-.446.28-.593.406s-.294.142-.254.352a1.551,1.551,0,0,0,.781.867.925.925,0,0,0,.65-.048c-.015.246-.228.412-.367.576a2.2,2.2,0,0,0,1-.588,2.488,2.488,0,0,1-.752.955,2.872,2.872,0,0,1-.6.4,2.652,2.652,0,0,0,.99,0,1.97,1.97,0,0,1-.748.242,2.2,2.2,0,0,1-.85-.064,5.7,5.7,0,0,1-.951-.541.78.78,0,0,0,.217.442,2.859,2.859,0,0,0,.639.334,9.407,9.407,0,0,1-.963-.116,2.233,2.233,0,0,1-.555-.189,3.647,3.647,0,0,1-.449-.309,1.291,1.291,0,0,0,.215.411,1.963,1.963,0,0,0,.48.232,2.1,2.1,0,0,1-.5-.011,1.408,1.408,0,0,1-.517-.245,3.7,3.7,0,0,1-.52-.463,2.155,2.155,0,0,1-.4-.538c-.058-.154.035-.262.052-.393a1.233,1.233,0,0,0-.318.21.4.4,0,0,0-.118.37,2.46,2.46,0,0,0,.315.589c-.344-.281-.536-.389-.618-.729a1.143,1.143,0,0,1,.272-.846c.075-.119.187-.23.257-.345a4.668,4.668,0,0,1-.466-.456c-.133-.173-.189-.408-.325-.573a3.412,3.412,0,0,0-.478-.407,6.246,6.246,0,0,1,.42.9.6.6,0,0,1-.139.5c-.083.126-.216.154-.343.231s-.323.017-.4.131a.392.392,0,0,0-.023.4l.3.466a1.421,1.421,0,0,1-.381-.328c-.084-.114-.214-.218-.232-.371a.541.541,0,0,1,.073-.422c.1-.137.371-.182.493-.287s.19-.173.183-.309-.14-.232-.253-.318a8.278,8.278,0,0,1-1.088-.815,1.08,1.08,0,0,1-.28-.443.459.459,0,0,1,.085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.256-.376.029-.5-.071.035-.311-.1-.427-.445-.051-.6-.176a.837.837,0,0,1-.281-.459.974.974,0,0,1-.024-.509c.038-.131.15-.154.217-.222s.127-.124.036-.225-.385.006-.555-.124-.066-.44-.186-.572-.336-.079-.449-.121-.159.106-.228-.128-.072-.93-.166-1.189-.278-.018-.363-.276a7.085,7.085,0,0,1-.043-1.06l-.175-1.061c-.609.409-2.53.935-2.7,1.233" style="fill:#fff"/><path d="M16.623,8.258A3.733,3.733,0,0,0,16.7,9.2a.909.909,0,0,0,.382.66c.462.343.758.286,1.114.485a1.017,1.017,0,0,1,.446.421.363.363,0,0,1-.17.422.361.361,0,0,0,.371-.48c-.052-.128-.3-.185-.373-.314a.488.488,0,0,1-.04-.393c.064-.236.531-.451.7-.637a.772.772,0,0,0,.208-.9,2.831,2.831,0,0,0-1.45-1.141,3.209,3.209,0,0,0-.5-.15,1.65,1.65,0,0,1,.875.807c.144.374.019.515.024.84,0,.151.2.226.289.322s.07.145.009.259a.3.3,0,0,0-.13-.236c-.13-.093-.271-.073-.341-.263-.106-.289.1-.563-.132-.888a1.029,1.029,0,0,0-.727-.522,1.267,1.267,0,0,0-.423.066L16.613,7.3l0,0a4.594,4.594,0,0,0-1.34-.995,3.033,3.033,0,0,0-1.607-.3,3.068,3.068,0,0,0-2.2.771c-.808.7-2.892,3.367-3.4,3.7a1.7,1.7,0,0,1-1.248.453A2.124,2.124,0,0,1,5.161,8.927,4.041,4.041,0,0,1,5.883,6.07a4.173,4.173,0,0,1,3.224-1.9,12.022,12.022,0,0,1,2.441.23c.771,0,1.534-.132,1.759-.745a1.044,1.044,0,0,1-.672.118A6.739,6.739,0,0,1,11,2.952,5.237,5.237,0,0,0,8.71,2.575a6.319,6.319,0,0,0-3.215.669A5.769,5.769,0,0,0,2.913,5.719a5.866,5.866,0,0,0-.654,3.649,6.068,6.068,0,0,0,1.423,3.613,4.457,4.457,0,0,0,3.295,1.785l.329-1.45-.587.842.015-.937-.531.659-.233-.894-.43.716-.214-1-.623.5.2-.823-.825.092.379-.572-.752.009.438-.764-.667-.106L4,10.35l-.817-.242.676-.648L3.2,8.916l.522-.406L3.23,7.86l.521-.607-.194-.8L4,6.067l.132-.916.5-.249.427-.715L5.844,4.1l.39-.643.793.04.749-.407.778.181.883-.266.654.153.853.125.824.659L10.5,3.5l-.636.305-.526-.321-.362.246-.64.064-.574-.037-.419.511L6.5,4.281l-.3.688-.759.266-.071.791-.544.426L5,7.2l-.47.773.361.676-.355.619.472.308-.107.995.656.166.148.738.715-.075.444.506.549-.536A6.151,6.151,0,0,0,9.606,9.745a10.282,10.282,0,0,1,2.58-2.506,3.451,3.451,0,0,1,2.493-.477c.895.154,1.194.691,1.853,1.257a.626.626,0,0,1,.2-.253,4.416,4.416,0,0,0-.108.492Zm4.665,5.934a.71.71,0,0,1-.2.143,2.376,2.376,0,0,1-.344.083c.173.27.355.543.521.826s.31.594.469.892a4.909,4.909,0,0,0-.022-.511,5.014,5.014,0,0,0-.168-.537c-.071-.239-.159-.564-.26-.9Zm-.06-1.551a.508.508,0,0,1,.168.092.646.646,0,0,1,.255.269,1.025,1.025,0,0,1,.048.466c-.056-.016-.132-.005-.191-.055s-.092-.162-.167-.21a.439.439,0,0,0-.219-.048.694.694,0,0,1,.043.35.431.431,0,0,1-.409.387,1.336,1.336,0,0,1-.342-.036c.04.089.108.167.147.256A1.842,1.842,0,0,0,21,14.039a3.264,3.264,0,0,1,.345-.2,2.175,2.175,0,0,1,.395-.067c-.113.1-.188.2-.3.295l.25.728c.177.111.344.169.566.306a7.337,7.337,0,0,0,.781.515,2.887,2.887,0,0,0,.767.263c.3.057.545.3.844.343a6.43,6.43,0,0,0,1.087.025c.261-.025.6-.16.631-.447a.6.6,0,0,1-.723-.407c-.075-.183-.038-.52-.153-.737s-.274-.286-.466-.552a8.352,8.352,0,0,1-.679-1.045c-.175-.357-.217-.762-.365-1.082a5.285,5.285,0,0,0-.546-.826,2.918,2.918,0,0,0-1.308-1.18,6.4,6.4,0,0,0-.963-.249c-.131.059-.31.124-.342.276a.622.622,0,0,0,.14.493,2.1,2.1,0,0,1,.568.7,2.753,2.753,0,0,1,.03,1.029,1.146,1.146,0,0,1-.328.42Zm-1.451.173a2.483,2.483,0,0,1,.854-.242c.126-.008.321.012.448.017a1.7,1.7,0,0,0,.3-.466,2.519,2.519,0,0,0-.043-.826c-.172-.423-.34-.441-.577-.683a1.347,1.347,0,0,1-.231-.743c-.019-.11-.073-.249-.1-.363a4.64,4.64,0,0,0-1-.052,1.088,1.088,0,0,0,.39-.567,1.116,1.116,0,0,0-.132-.78,3.032,3.032,0,0,0-.576-.6c-.208-.182-.506-.332-.7-.482a5.781,5.781,0,0,1,.768-.275A2.5,2.5,0,0,1,21.02,7.2a4.6,4.6,0,0,1,1.053.833c.384.4.859,1.137,1.23,1.574A7.877,7.877,0,0,0,24.3,10.65a4.973,4.973,0,0,0,.925.5l.481.51.389-.481.625.071.129-.7.574-.157-.093-.947.413-.293-.31-.589.315-.644-.411-.736.159-.708-.476-.405-.062-.753-.664-.253-.266-.655L25.278,4.4l-.366-.486-.5.035-.56-.061-.316-.234-.46.3-.557-.29-1.106.42.721-.627.747-.119L23.45,3.2l.773.254.68-.172.656.388.694-.038.341.612.691.079.374.68.435.237.115.871.387.367-.17.762.456.577-.428.619.457.387-.585.518.592.616-.715.23.466.661-.584.1.383.727-.658-.009.331.545-.722-.087.173.783-.546-.48-.187.949-.377-.682-.2.85-.465-.627.012.891-.514-.8a3.638,3.638,0,0,0,.385,1.382,3.518,3.518,0,0,0,2.24-1.041,7.168,7.168,0,0,0,1.627-2.739,9.306,9.306,0,0,0,.011-3.618,5.45,5.45,0,0,0-1.045-2.109A7.963,7.963,0,0,0,26.9,3.405a6.2,6.2,0,0,0-3.2-.694,3.79,3.79,0,0,0-1.338.25c-.617.224-1.11.714-1.737.955a.6.6,0,0,1-.53,0,.989.989,0,0,0,.723.572,5.464,5.464,0,0,0,1.431-.013A9.013,9.013,0,0,1,23.7,4.285a3.1,3.1,0,0,1,1.484.428,3.658,3.658,0,0,1,1.4,1.318,4,4,0,0,1,.448,1.079,5.063,5.063,0,0,1,.151,1.174,3.6,3.6,0,0,1-.112,1.035c-.212.781-.68,1.576-1.641,1.454-.588-.075-1.475-1.18-1.772-1.585a15.7,15.7,0,0,0-1.969-2.4,3.034,3.034,0,0,0-1.705-.757A2.579,2.579,0,0,0,17.6,6.86a4.609,4.609,0,0,1,.532.17,3.981,3.981,0,0,1,1.094.718,1.19,1.19,0,0,1,.5.968c.008.3-.239.541-.465.758-.139.133-.322.254-.434.357-.149.137-.333.286-.147.5a1.883,1.883,0,0,0,.3.22c.163.121.089.572-.127.691a.712.712,0,0,1-.832-.069c.287-.043.469-.081.461-.315,0-.136-.177-.249-.347-.326a4.931,4.931,0,0,1-1.125-.452c-.411-.3-.42-.458-.531-.922a2.623,2.623,0,0,0-.646.113c-.265.087-.558.3-.8.348a1.718,1.718,0,0,1-1.058.006,4.244,4.244,0,0,0-2.1.349,5.917,5.917,0,0,0-.975.121,6.413,6.413,0,0,0-1.7.995A9.083,9.083,0,0,0,7.22,15.149c-.051.57.112.955-.248,1.233s-.349.992-.471,1.193-.263.111-.525.392-.4.234-.389.766a1.839,1.839,0,0,1,.845-.332c.256-.009.259.328.916-.322.352-.348,1.027-.358,1.5-.512A4.732,4.732,0,0,0,11,16.152a5.613,5.613,0,0,0,1.415-3.381,3.984,3.984,0,0,1-.038,1.247,3.473,3.473,0,0,0,.151,2.442l.309.59a5.184,5.184,0,0,1-.652-.953l-.25-.674a5.057,5.057,0,0,1-1.463,1.662,2.916,2.916,0,0,0,.089,1.169c.128.373-.076.8.021,1.049s.321.106.394.355-.038.741.075.983.392.1.527.174a.774.774,0,0,1,.251.289c.073.1-.028.346.119.425s.376.012.529.088a.357.357,0,0,1,.139.422c-.036.163-.2.238-.272.4a.427.427,0,0,0,.023.434.891.891,0,0,0,.466.314c.19.077.457.034.653.14a1.537,1.537,0,0,1,.476.473.636.636,0,0,1,.127.425,1.19,1.19,0,0,1-.157.505c-.087.157-.278.347.021.647s.287.17.458.364c-.019-.336-.157-.609-.056-.862s.406-.3.566-.411a2.625,2.625,0,0,0,.379-.4,4.487,4.487,0,0,1,0,.491c-.041.266-.119.5.277.544a1.293,1.293,0,0,0,.535-.166c-.1.176-.269.318-.3.528a.918.918,0,0,0,.151.651,2.127,2.127,0,0,0,.582.487,2.227,2.227,0,0,0,.425.2c.007.207-.034.427-.01.621a1.134,1.134,0,0,0,.2.529,1.73,1.73,0,0,0,.465.373c-.094-.218-.283-.424-.281-.653a.734.734,0,0,1,.294-.594c.223-.2.746-.38.992-.577a1.214,1.214,0,0,0,.414-.51,2.23,2.23,0,0,0,.08-.673,2.032,2.032,0,0,1,.119.569,2.006,2.006,0,0,1-.221.794,1.217,1.217,0,0,0,.6-.612c.065.039.032.145.056.349.109-.108.232-.191.341-.293a.949.949,0,0,0,.284-.334.765.765,0,0,0-.008-.459,3.091,3.091,0,0,0-.324-.538c-.1-.181.017-.358.01-.576a1.727,1.727,0,0,0-.6-.1c-.229.033-.491.29-.725.293s-.365-.216-.557-.277a3.409,3.409,0,0,0-.579-.08,5.348,5.348,0,0,1,1.84-.451,11.629,11.629,0,0,1,1.715-.155,4.393,4.393,0,0,0,.769.03c.179-.051.141-.174.194-.307a1.73,1.73,0,0,0-.006-1.079A8.378,8.378,0,0,0,20.46,22c-.511.039-1.117.282-1.644.3a3.165,3.165,0,0,1-1.53-.328,3.63,3.63,0,0,1-.986-1.125c-.215-.329-.486-.975-.651-1.27a1.614,1.614,0,0,0-.339-.5,1.512,1.512,0,0,0-.488-.2c.188.019.392-.04.563.058.256.147.543.756.7,1.021.169-.566.129-.788.618-1.107a2.153,2.153,0,0,0-.5,1.295c.327.537.782,1.393,1.378,1.63a3.907,3.907,0,0,0,.817.168,5.91,5.91,0,0,0,2.132-.315,5.587,5.587,0,0,1,1.678-.04c.215.012.72-.117.825-.333A.382.382,0,0,0,23,20.868c-.081-.126-.3-.186-.414-.3a2.667,2.667,0,0,1-.274-.368,7.515,7.515,0,0,1-1.238.138c.257-.106.5-.167.771-.271a4.6,4.6,0,0,0,.787-.419,2.522,2.522,0,0,0,.51-.391,3.13,3.13,0,0,0,.471-.539,1.406,1.406,0,0,0,.139-.681,2.03,2.03,0,0,0-.1-.805.634.634,0,0,0-.433-.311c-.15-.048-.252.073-.408.09s-.3.115-.527.008a1.967,1.967,0,0,1-.72-.642c-.228-.32-.39-.844-.623-1.247a21.2,21.2,0,0,0-1.376-1.986,4.043,4.043,0,0,1-.118-.593,2.861,2.861,0,0,1,.076-1.13.987.987,0,0,1,.512-.69.563.563,0,0,1,.371-.026.25.25,0,0,1,.167.294c-.045.15-.15.155-.221.231a.808.808,0,0,0-.213.384,1.825,1.825,0,0,1,.412.016.481.481,0,0,1,.339.326.611.611,0,0,0-.456-.22,2.057,2.057,0,0,0-.316.048,2.271,2.271,0,0,1-.118.383c-.056.1-.163.075-.2.191a1.12,1.12,0,0,0-.022.455Zm.546.2c-.208.013-.258-.014-.424.1l.271.422a.65.65,0,0,1,.153-.525Zm-7.072-1.86a.812.812,0,0,1,.036-.194c-.3-.081-.423.115-.6.479-.066.136,0,.217-.072.306s-.185.077-.3.163-.23.251-.338.34a3.758,3.758,0,0,1-.777.418,2.536,2.536,0,0,0,.625-.513c.058-.1.05-.287.14-.377s.123-.152.24-.174.07-.159.108-.266a1.151,1.151,0,0,1,.193-.293.848.848,0,0,1,.339-.329c.158-.059.405,0,.525-.029s.051-.121.138-.173.257-.029.373-.085a1.139,1.139,0,0,0,.429-.442A2.256,2.256,0,0,1,14.187,11a1.478,1.478,0,0,1-.749.89,2.38,2.38,0,0,1-.426.16c.073-.1.177-.143.219-.3a3.762,3.762,0,0,0,.02-.6Zm1.931,1.493c.157-.014.351.028.5.02a2.652,2.652,0,0,0,.377-.07c-.023-.221,0-.627-.205-.774a1.783,1.783,0,0,0-.817.008,7.63,7.63,0,0,0-1.017.385,3.168,3.168,0,0,1,.923-.514,2.428,2.428,0,0,1,.948-.09c.1.028.123.07.185.156a1.811,1.811,0,0,1,.268.9,2.524,2.524,0,0,1,.157.229,1.1,1.1,0,0,1,.081.338c-.056-.081-.022-.183-.177-.243a1.507,1.507,0,0,0-.6.018.508.508,0,0,1-.231.934.541.541,0,0,1-.641-.333.988.988,0,0,1-.021-.4.794.794,0,0,0-.688.259,1.3,1.3,0,0,0,.523.508,1.681,1.681,0,0,0,.5.186,2.516,2.516,0,0,0,.676.032.734.734,0,0,0,.444-.216,1.04,1.04,0,0,0,.212-.47,1.369,1.369,0,0,1-.083.431.786.786,0,0,1-.778.412,2.853,2.853,0,0,1-1.019-.2,1.542,1.542,0,0,1-.73-.624,1.8,1.8,0,0,1-.02-.557c.332-.22.413-.166.806-.231.164-.027.277-.088.433-.1Zm.9-2.187a1.48,1.48,0,0,0,.524.212c.147,0,.185-.1.272-.154a6.578,6.578,0,0,0,.523,1.333c.1.169.159.09.232.26s.107.514.176.73a5.907,5.907,0,0,0,.242.564,7.727,7.727,0,0,1-.583-.9c-.114-.241-.041-.262-.133-.492s-.279-.588-.418-.882a.829.829,0,0,1-.3.008c-.076-.023-.061-.1-.129-.156s-.184-.032-.28-.115a.592.592,0,0,1-.127-.405Zm-1.964,7.762c.138-.112.511-.023.789,0l-.6.154c-.019.068-.01.147-.056.2s-.132.079-.2.119c.007-.179-.072-.363.066-.475Zm2.574-3.737a2.621,2.621,0,0,0,.205-.6c-.027.252.024.529-.1.712s-.339.151-.518.2c.139-.106.3-.153.411-.312Zm-.252,2.8a1,1,0,0,1,.5-.9,2.14,2.14,0,0,1,.706-.253,2.751,2.751,0,0,1,1.186.155,7.055,7.055,0,0,1,.7.459c.239.141.409.236.637.395.35.243.554.512.8.673a1.763,1.763,0,0,0,.435.113.73.73,0,0,1-.407.033,1.823,1.823,0,0,1-.513-.306,3.515,3.515,0,0,0-.579-.42c-.145-.084-.383-.183-.542-.287s-.435-.331-.587-.407a1.892,1.892,0,0,0-.759-.146,1.606,1.606,0,0,0-.959.267.645.645,0,0,0-.264.66,2.992,2.992,0,0,1,.23-.3.721.721,0,0,1,.607-.131.531.531,0,0,1,.459.415,1.1,1.1,0,0,0-.238-.159.573.573,0,0,0-.51.05c-.21.112-.153.278-.183.463a1.765,1.765,0,0,1-.069.231.453.453,0,0,1-.211-.113,1.493,1.493,0,0,0,.008.259,3.194,3.194,0,0,0,.1.319,1.872,1.872,0,0,1-.39-.47,1.237,1.237,0,0,1-.148-.6Zm1.889.318a.98.98,0,0,1,.439.114,1.712,1.712,0,0,1,.314.223,1.858,1.858,0,0,1,.5.877,5.274,5.274,0,0,1,.077.745,4.767,4.767,0,0,0-.225-.687,1.682,1.682,0,0,0-.783-.8.42.42,0,0,0-.252-.032c.028.047.075.086.077.155a.27.27,0,0,1-.13.259.493.493,0,0,1-.541-.1.48.48,0,0,1-.12-.535c.091-.224.439-.224.644-.216Zm-10.406.644a.726.726,0,0,0-.6.4.548.548,0,0,1-.6.233.917.917,0,0,0-.869.08c-.306.218-.637.053-.579-.344a1.226,1.226,0,0,1,.583-.971c.832-.479.254-.812.71-1.293s.356-.629.342-1.283a4.65,4.65,0,0,1-3.4-1.9A6.013,6.013,0,0,1,2.036,9.4a6.362,6.362,0,0,1,.649-3.8A5.314,5.314,0,0,1,5.254,3.078a7.026,7.026,0,0,1,3.489-.769,4.958,4.958,0,0,1,2.443.452,5.153,5.153,0,0,0,1.545.8,1.218,1.218,0,0,0,.782-.226c.047,1.189-1.023,1.292-1.981,1.317s-1.546-.371-2.427-.223A4.192,4.192,0,0,0,6.078,6.2a3.78,3.78,0,0,0-.669,2.683,1.951,1.951,0,0,0,1.44,1.8c.5.008.61-.136,1.047-.421S10.561,7.221,11.322,6.6a3.518,3.518,0,0,1,2.321-.821,3.236,3.236,0,0,1,1.671.285A12.282,12.282,0,0,1,16.9,7.128a8.515,8.515,0,0,0,.684-.576,2.865,2.865,0,0,1,2.393-.718,3.644,3.644,0,0,1,1.819.8A14.284,14.284,0,0,1,23.81,9.059a3.594,3.594,0,0,0,1.621,1.489c.771.237,1.351-.762,1.437-1.316A5.786,5.786,0,0,0,26.98,8.3a4.39,4.39,0,0,0-.134-1.125,4.012,4.012,0,0,0-.455-1.016,3.6,3.6,0,0,0-1.3-1.25A4.131,4.131,0,0,0,23.7,4.485a13.632,13.632,0,0,0-1.4.2c-.584.04-1.627.171-2.085-.28a1.18,1.18,0,0,1-.378-.854.891.891,0,0,0,.469.189c.366.031.708-.268,1-.441a7.2,7.2,0,0,1,.907-.526,5.861,5.861,0,0,1,2.7-.233,6.315,6.315,0,0,1,2.2.725,6.005,6.005,0,0,1,1.634,1.48,4.992,4.992,0,0,1,1.037,2.15,8.988,8.988,0,0,1,.017,3.847,7.581,7.581,0,0,1-1.713,2.819,4.391,4.391,0,0,1-2.317,1.112c.034.177.04.342.085.487.065.206.188.436.442.364a.236.236,0,0,1,.289.062c.133.117.063.567-.312.769a1.444,1.444,0,0,1-.695.131,6.517,6.517,0,0,1-1.11-.051c-.33-.058-.528-.319-.894-.361a3.576,3.576,0,0,1-1.452-.764,3.069,3.069,0,0,0-.362-.185c.059.18.137.368.177.541s.022.334.043.473.059.246.081.359c.091.081.12.2.272.243a1.688,1.688,0,0,0,.546-.043c.156-.021.261-.105.383-.083a.853.853,0,0,1,.341.193c.1.082.19.094.274.3a3.364,3.364,0,0,1,.17.9,1.922,1.922,0,0,1-.1.755,1.254,1.254,0,0,1-.381.541,5.924,5.924,0,0,1-.957.769,1.691,1.691,0,0,0,.2.3c.1.108.324.229.421.343a.474.474,0,0,1,.148.324.689.689,0,0,1-.109.434,1.9,1.9,0,0,1-.937.573,2.484,2.484,0,0,1,.023,1.06c-.037.159-.119.519-.315.612a3.808,3.808,0,0,1-.814.086c-.239.038-.373.074-.56.111a3.312,3.312,0,0,0-.34.491.4.4,0,0,0,.008.35c.049.15.215.369.261.544a1.091,1.091,0,0,1,.012.541.952.952,0,0,1-.269.461c-.15.157-.446.279-.593.406s-.294.142-.254.352a1.548,1.548,0,0,0,.781.867.93.93,0,0,0,.65-.047c-.015.246-.228.412-.367.575a2.2,2.2,0,0,0,1-.587,2.486,2.486,0,0,1-.752.954,2.86,2.86,0,0,1-.6.4,2.634,2.634,0,0,0,.991,0,1.964,1.964,0,0,1-.748.242,2.189,2.189,0,0,1-.85-.063,5.72,5.72,0,0,1-.951-.541.782.782,0,0,0,.216.442,2.849,2.849,0,0,0,.639.334,9.6,9.6,0,0,1-.963-.116,2.274,2.274,0,0,1-.555-.189,3.8,3.8,0,0,1-.449-.309,1.3,1.3,0,0,0,.215.411,1.95,1.95,0,0,0,.481.233,2.1,2.1,0,0,1-.5-.011,1.409,1.409,0,0,1-.517-.245,3.708,3.708,0,0,1-.521-.464,2.146,2.146,0,0,1-.4-.538c-.058-.154.035-.262.052-.393a1.218,1.218,0,0,0-.319.209.4.4,0,0,0-.118.371,2.45,2.45,0,0,0,.315.589c-.344-.281-.536-.39-.618-.729a1.142,1.142,0,0,1,.272-.846c.075-.119.187-.23.256-.345a4.636,4.636,0,0,1-.466-.456c-.133-.174-.189-.408-.325-.574a3.436,3.436,0,0,0-.478-.406,6.173,6.173,0,0,1,.42.9.6.6,0,0,1-.139.5c-.083.126-.216.154-.342.231s-.324.016-.4.131a.393.393,0,0,0-.023.4l.3.466a1.418,1.418,0,0,1-.381-.328c-.085-.113-.214-.218-.232-.371a.541.541,0,0,1,.073-.423c.1-.136.371-.182.493-.287s.19-.173.183-.309-.139-.233-.253-.318a8.319,8.319,0,0,1-1.088-.815,1.091,1.091,0,0,1-.28-.443.461.461,0,0,1,.085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.257-.375.029-.5-.071.035-.311-.1-.427-.445-.051-.6-.176a.84.84,0,0,1-.281-.46.968.968,0,0,1-.024-.509c.037-.131.149-.153.217-.221s.127-.124.036-.226-.386.006-.556-.124-.066-.44-.186-.571-.336-.08-.449-.122-.158.106-.228-.127-.072-.929-.165-1.189-.278-.017-.364-.276a7.171,7.171,0,0,1-.043-1.061l-.175-1.061a3.741,3.741,0,0,1-1.666.654,10.832,10.832,0,0,0,.338,4.321c.543,1.777,1.643,2.824,3.128,4.328a9.109,9.109,0,0,1-3.478-4.188,9.791,9.791,0,0,1-.414-4.277" style="fill:#030303"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>file_type_godot</title><path d="M28.166,21.029v1.652a.374.374,0,0,1-.26.357l-2.6.841a.367.367,0,0,1-.335-.054.374.374,0,0,1-.155-.3v-1.8l-2.438.464V24.02a.375.375,0,0,1-.325.371l-3.525.483c-.016,0-.034,0-.051,0A.374.374,0,0,1,18.1,24.5V22.557l-1.819.008h-.267l-1.819-.008V24.5a.375.375,0,0,1-.375.376c-.017,0-.034,0-.052,0l-3.525-.483a.375.375,0,0,1-.324-.371V22.184l-2.439-.464v1.8a.374.374,0,0,1-.154.3.37.37,0,0,1-.336.054l-2.6-.841a.374.374,0,0,1-.259-.357V21.029l-1.608-.541a4.558,4.558,0,0,0-.124,1.04c0,4.317,6.082,7.65,13.6,7.674h.019c7.517-.024,13.6-3.356,13.6-7.674a4.54,4.54,0,0,0-.1-.95Z" fill="#bf4747"/><path d="M3.711,13.373V20.1l.907.306a.374.374,0,0,1,.256.355v1.65l1.855.6V21.267a.376.376,0,0,1,.445-.369l3.189.609a.374.374,0,0,1,.305.368v1.818l2.775.379v-1.89a.374.374,0,0,1,.376-.375h0l2.327.009,2.326-.009a.374.374,0,0,1,.377.375v1.89l2.775-.379V21.874a.373.373,0,0,1,.3-.368l3.189-.609a.377.377,0,0,1,.446.369v1.741l1.855-.6V20.76a.374.374,0,0,1,.255-.355l.618-.208V13.373h.017A26.792,26.792,0,0,0,30,10.931a19.02,19.02,0,0,0-2.509-3.288A24.507,24.507,0,0,0,25,9.091a13.01,13.01,0,0,0-1.279-1.052,15.365,15.365,0,0,0-1.375-.894,28.353,28.353,0,0,0,.232-3.071A15.968,15.968,0,0,0,18.847,2.8a26.44,26.44,0,0,0-1.385,2.7,9.46,9.46,0,0,0-1.453-.116h-.018a9.457,9.457,0,0,0-1.454.116,26.275,26.275,0,0,0-1.385-2.7A15.961,15.961,0,0,0,9.422,4.075a28.142,28.142,0,0,0,.232,3.071,15.312,15.312,0,0,0-1.376.894A13.06,13.06,0,0,0,7,9.091a24.553,24.553,0,0,0-2.49-1.448A19.02,19.02,0,0,0,2,10.931a26.792,26.792,0,0,0,1.694,2.443Z" fill="#bf4747"/><path d="m12.462 16.6a2.739 2.739 0 1 1-2.74-2.738 2.739 2.739 0 0 1 2.74 2.738" fill="#fff"/><path d="m11.8 16.764a1.819 1.819 0 1 1-1.819-1.819 1.817 1.817 0 0 1 1.819 1.819" fill="#414042"/><path d="M16.166,19.59a.844.844,0,0,1-.882-.8V16.267a.886.886,0,0,1,1.764,0v2.522a.845.845,0,0,1-.883.8" fill="#fff"/><path d="m19.871 16.6a2.739 2.739 0 1 0 2.74-2.738 2.739 2.739 0 0 0-2.74 2.738" fill="#fff"/><path d="m20.531 16.764a1.818 1.818 0 1 0 1.817-1.819 1.817 1.817 0 0 0-1.817 1.819" fill="#414042"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><polygon fill="#FFFFFF" points="13.8,2 2.8,8.3 2.8,8.3 2.8,23.7 6.9,26 6.9,10.7 13.8,6.7 "/><polygon fill="#FFFFFF" points="18.2,2 18.2,14.2 13.8,14.2 13.8,9.7 9.7,12 9.7,27.6 13.8,30 13.8,17.9 18.2,17.9 18.2,22.3 22.3,20 22.3,4.4 "/><polygon fill="#FFFFFF" points="18.2,30 29.2,23.7 29.2,23.7 29.2,8.3 25.1,6 25.1,21.3 18.2,25.3 "/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><polygon points="13.8,2 2.8,8.3 2.8,8.3 2.8,23.7 6.9,26 6.9,10.7 13.8,6.7 "/><polygon points="18.2,2 18.2,14.2 13.8,14.2 13.8,9.7 9.7,12 9.7,27.6 13.8,30 13.8,17.9 18.2,17.9 18.2,22.3 22.3,20 22.3,4.4 "/><polygon points="18.2,30 29.2,23.7 29.2,23.7 29.2,8.3 25.1,6 25.1,21.3 18.2,25.3 "/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="285.9005" y1="422.9399" x2="307.3394" y2="415.1564" gradientTransform="matrix(1 0 0 1 -281.5 -403)"><stop offset="0" style="stop-color:#EB4A54"/><stop offset="1" style="stop-color:#9E2990"/></linearGradient><path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M10.2,6.2C9.1,4.8,6.9,5.6,6.7,7.4L5.5,21.2c-0.2,2.1,1.4,4,3.5,4.2l12.1,1c2.1,0.2,4-1.4,4.2-3.5l1.2-13.8c0.2-1.8-2-2.9-3.4-1.8l-3.4,2.8c-0.4,0.3-0.6,0.5-0.7,0.7s-0.1,0.4-0.1,0.6c0.1,0.2,0.2,0.4,0.6,0.7l0.7,0.8c3.2,3.7,0.2,9.3-4.7,8.9l-0.6,0c-4.8-0.5-6.7-6.5-3.1-9.6l0.8-0.7c0.4-0.3,0.6-0.5,0.7-0.7s0.1-0.4,0.1-0.6c-0.1-0.2-0.2-0.4-0.6-0.7L10.2,6.2z M17.7,7.5c-0.4,0.3-0.6,0.5-0.7,0.6c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.3-0.7-0.7L12.9,4C9.8,0.3,3.7,2.2,3.3,7.1L2,21c-0.4,4,2.6,7.5,6.6,7.9l12.1,1c4,0.4,7.5-2.6,7.9-6.6L30,9.4c0.5-4.8-5.2-7.7-8.9-4.7L17.7,7.5z M17.1,14.4c-0.3-0.4-0.5-0.6-0.7-0.7c-0.2-0.1-0.4-0.1-0.6-0.1c-0.2,0.1-0.4,0.2-0.7,0.6l-0.8,0.7c-1.4,1.1-0.7,3.4,1.1,3.5l0.7,0.1c1.8,0.2,2.9-2,1.8-3.4L17.1,14.4z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill-rule="evenodd" clip-rule="evenodd" fill="#80EEC0" d="M14.4,7.6c-0.8-1.3-2.7-1.3-3.5,0L2.3,22.3c-0.8,1.3,0.2,3,1.8,3h6.7c-0.7-0.6-0.9-1.6-0.4-2.5l6.5-11.1L14.4,7.6z"/><path fill="#00DC82" d="M19.8,10.9c0.6-1.1,2.3-1.1,2.9,0l7.1,12c0.6,1.1-0.2,2.5-1.5,2.5H14.2c-1.3,0-2.1-1.4-1.5-2.5L19.8,10.9z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>file_type_poetry</title><path d="M10.49 30a27.854 27.854 0 0014.322-7.82L5 2v22.409L10.49 30z" fill="url(#f)"/><path d="M5 24.409c12.15 0 22-10.033 22-22.409H5v22.409z" fill="url(#e)"/><path d="M5 24.409l.847.862c5.968-.223 11.359-2.784 15.315-6.812l-.603-.613a21.911 21.911 0 01-7.136 4.863A21.585 21.585 0 015 24.409z" fill="url(#d)" style="mix-blend-mode:multiply"/><path d="M10.49 30a27.854 27.854 0 0014.322-7.82L5 2v22.409L10.49 30z" fill="url(#c)" style="mix-blend-mode:multiply"/><path d="M24.812 22.18L5 2l18.01 21.857a28.51 28.51 0 001.802-1.677z" fill="url(#b)" style="mix-blend-mode:multiply"/><path d="M5 2l15.557 15.846c.138-.142.275-.285.41-.43L5 2z" fill="url(#a)" style="mix-blend-mode:screen"/><defs><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(27.978 0 0 28.497 23.754 33.95)" gradientUnits="userSpaceOnUse"><stop stop-color="#6877EC" offset="0"/><stop stop-color="#5362CF" offset=".6"/><stop stop-color="#4352B9" offset="1"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="matrix(36.643 0 0 37.323 5.46 1.19)" gradientUnits="userSpaceOnUse"><stop stop-color="#00D5FF" offset="0"/><stop stop-color="#00B8EB" offset=".38"/><stop stop-color="#0080C5" offset="1"/></radialGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="matrix(21.175 0 0 21.568 14.986 .264)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop offset="1"/></radialGradient><linearGradient id="d" x1="5.909" x2="16.154" y1="5.365" y2="27.494" gradientUnits="userSpaceOnUse"><stop stop-color="#294CA7" offset="0"/><stop stop-color="#96A7D4" offset=".48"/><stop stop-color="#E1E6F3" offset=".84"/><stop stop-color="#fff" offset="1"/></linearGradient><linearGradient id="c" x1="-8.99" x2="25.09" y1="-5.215" y2="33.975" gradientUnits="userSpaceOnUse"><stop stop-color="#6877EC" offset="0"/><stop stop-color="#97A1F2" offset=".29"/><stop stop-color="#E2E4FB" offset=".77"/><stop stop-color="#fff" offset="1"/></linearGradient><linearGradient id="b" x1="-5.184" x2="24.972" y1="-12.295" y2="22.985" gradientUnits="userSpaceOnUse"><stop stop-color="#8397CC" offset="0"/><stop stop-color="#97A8D4" offset=".15"/><stop stop-color="#E2E6F3" offset=".73"/><stop stop-color="#fff" offset="1"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>file_type_godot</title><path d="M28.166,21.029v1.652a.374.374,0,0,1-.26.357l-2.6.841a.367.367,0,0,1-.335-.054.374.374,0,0,1-.155-.3v-1.8l-2.438.464V24.02a.375.375,0,0,1-.325.371l-3.525.483c-.016,0-.034,0-.051,0A.374.374,0,0,1,18.1,24.5V22.557l-1.819.008h-.267l-1.819-.008V24.5a.375.375,0,0,1-.375.376c-.017,0-.034,0-.052,0l-3.525-.483a.375.375,0,0,1-.324-.371V22.184l-2.439-.464v1.8a.374.374,0,0,1-.154.3.37.37,0,0,1-.336.054l-2.6-.841a.374.374,0,0,1-.259-.357V21.029l-1.608-.541a4.558,4.558,0,0,0-.124,1.04c0,4.317,6.082,7.65,13.6,7.674h.019c7.517-.024,13.6-3.356,13.6-7.674a4.54,4.54,0,0,0-.1-.95Z" fill="#bfba47"/><path d="M3.711,13.373V20.1l.907.306a.374.374,0,0,1,.256.355v1.65l1.855.6V21.267a.376.376,0,0,1,.445-.369l3.189.609a.374.374,0,0,1,.305.368v1.818l2.775.379v-1.89a.374.374,0,0,1,.376-.375h0l2.327.009,2.326-.009a.374.374,0,0,1,.377.375v1.89l2.775-.379V21.874a.373.373,0,0,1,.3-.368l3.189-.609a.377.377,0,0,1,.446.369v1.741l1.855-.6V20.76a.374.374,0,0,1,.255-.355l.618-.208V13.373h.017A26.792,26.792,0,0,0,30,10.931a19.02,19.02,0,0,0-2.509-3.288A24.507,24.507,0,0,0,25,9.091a13.01,13.01,0,0,0-1.279-1.052,15.365,15.365,0,0,0-1.375-.894,28.353,28.353,0,0,0,.232-3.071A15.968,15.968,0,0,0,18.847,2.8a26.44,26.44,0,0,0-1.385,2.7,9.46,9.46,0,0,0-1.453-.116h-.018a9.457,9.457,0,0,0-1.454.116,26.275,26.275,0,0,0-1.385-2.7A15.961,15.961,0,0,0,9.422,4.075a28.142,28.142,0,0,0,.232,3.071,15.312,15.312,0,0,0-1.376.894A13.06,13.06,0,0,0,7,9.091a24.553,24.553,0,0,0-2.49-1.448A19.02,19.02,0,0,0,2,10.931a26.792,26.792,0,0,0,1.694,2.443Z" fill="#bfba47"/><path d="m12.462 16.6a2.739 2.739 0 1 1-2.74-2.738 2.739 2.739 0 0 1 2.74 2.738" fill="#fff"/><path d="m11.8 16.764a1.819 1.819 0 1 1-1.819-1.819 1.817 1.817 0 0 1 1.819 1.819" fill="#414042"/><path d="M16.166,19.59a.844.844,0,0,1-.882-.8V16.267a.886.886,0,0,1,1.764,0v2.522a.845.845,0,0,1-.883.8" fill="#fff"/><path d="m19.871 16.6a2.739 2.739 0 1 0 2.74-2.738 2.739 2.739 0 0 0-2.74 2.738" fill="#fff"/><path d="m20.531 16.764a1.818 1.818 0 1 0 1.817-1.819 1.817 1.817 0 0 0-1.817 1.819" fill="#414042"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>file_type_godot</title><path d="M28.166,21.029v1.652a.374.374,0,0,1-.26.357l-2.6.841a.367.367,0,0,1-.335-.054.374.374,0,0,1-.155-.3v-1.8l-2.438.464V24.02a.375.375,0,0,1-.325.371l-3.525.483c-.016,0-.034,0-.051,0A.374.374,0,0,1,18.1,24.5V22.557l-1.819.008h-.267l-1.819-.008V24.5a.375.375,0,0,1-.375.376c-.017,0-.034,0-.052,0l-3.525-.483a.375.375,0,0,1-.324-.371V22.184l-2.439-.464v1.8a.374.374,0,0,1-.154.3.37.37,0,0,1-.336.054l-2.6-.841a.374.374,0,0,1-.259-.357V21.029l-1.608-.541a4.558,4.558,0,0,0-.124,1.04c0,4.317,6.082,7.65,13.6,7.674h.019c7.517-.024,13.6-3.356,13.6-7.674a4.54,4.54,0,0,0-.1-.95Z" fill="#af47bf"/><path d="M3.711,13.373V20.1l.907.306a.374.374,0,0,1,.256.355v1.65l1.855.6V21.267a.376.376,0,0,1,.445-.369l3.189.609a.374.374,0,0,1,.305.368v1.818l2.775.379v-1.89a.374.374,0,0,1,.376-.375h0l2.327.009,2.326-.009a.374.374,0,0,1,.377.375v1.89l2.775-.379V21.874a.373.373,0,0,1,.3-.368l3.189-.609a.377.377,0,0,1,.446.369v1.741l1.855-.6V20.76a.374.374,0,0,1,.255-.355l.618-.208V13.373h.017A26.792,26.792,0,0,0,30,10.931a19.02,19.02,0,0,0-2.509-3.288A24.507,24.507,0,0,0,25,9.091a13.01,13.01,0,0,0-1.279-1.052,15.365,15.365,0,0,0-1.375-.894,28.353,28.353,0,0,0,.232-3.071A15.968,15.968,0,0,0,18.847,2.8a26.44,26.44,0,0,0-1.385,2.7,9.46,9.46,0,0,0-1.453-.116h-.018a9.457,9.457,0,0,0-1.454.116,26.275,26.275,0,0,0-1.385-2.7A15.961,15.961,0,0,0,9.422,4.075a28.142,28.142,0,0,0,.232,3.071,15.312,15.312,0,0,0-1.376.894A13.06,13.06,0,0,0,7,9.091a24.553,24.553,0,0,0-2.49-1.448A19.02,19.02,0,0,0,2,10.931a26.792,26.792,0,0,0,1.694,2.443Z" fill="#af47bf"/><path d="m12.462 16.6a2.739 2.739 0 1 1-2.74-2.738 2.739 2.739 0 0 1 2.74 2.738" fill="#fff"/><path d="m11.8 16.764a1.819 1.819 0 1 1-1.819-1.819 1.817 1.817 0 0 1 1.819 1.819" fill="#414042"/><path d="M16.166,19.59a.844.844,0,0,1-.882-.8V16.267a.886.886,0,0,1,1.764,0v2.522a.845.845,0,0,1-.883.8" fill="#fff"/><path d="m19.871 16.6a2.739 2.739 0 1 0 2.74-2.738 2.739 2.739 0 0 0-2.74 2.738" fill="#fff"/><path d="m20.531 16.764a1.818 1.818 0 1 0 1.817-1.819 1.817 1.817 0 0 0-1.817 1.819" fill="#414042"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#F2C57E" d="M12.8,25.2L11.9,29c0,0,8.5,0.2,12-2.7s2.7-2.7,2.7-2.7L22.9,20L12.8,25.2z"/><path fill="#BD704B" d="M15.3,25.7c0,0,0.3,2.8,1.2,3.3c0,0-4.5,0.4-4.4-0.9l0.7-2.9L15.3,25.7z"/><path fill="#F2C57E" d="M12.2,18.8c0,0,0.8,1.1,1,2.9c0.2,1.8-1.9,3.3,2,3.9c3.4,0.6,10.6-2.6,8.3-4.9c-1.5-1.5-2.5-2.7-1.9-5.6c0.7-2.9-3.3-4.7-3.3-4.7L12.2,18.8z"/><path fill="#BD704B" d="M21,17.9c0,0,1.3,3.3,5.4,5.8l0.4-0.7c0,0-3.5-1-5.3-5.1S21,18,21,17.9z M13.7,6.2c0,0-2.4,1-1.3,8.4c0.4,4-1.3,3.7-1.7,3.3c-0.4-0.4,1.1-2.4,0.3-3.1c-0.8-0.7-1.9-0.1-2.9-2.1c-1.3-2.6,0.2-1.5,1.4-3.8c0.8-1.7,1.5-2.6,2.2-2.5C12.5,6.6,13,5.6,13.7,6.2z"/><g><path fill="#F2C57E" d="M8.9,14.7c0,0,0.1,1.8-0.2,2.7c-0.6,1.4,0.8,3.4,2.7,1.3S9,14.7,8.9,14.7z"/><path fill="#F2C57E" d="M18.7,6.7c0,0-3.6-1.9-6.6,0.2s-0.6,1.8-2.4,4.5s-0.4,8.6,5.4,8.8c5.8,0.2,5.6-10.8,5.6-10.8S20,6.9,18.7,6.7z"/></g><path fill="#BD704B" d="M17.4,18.8c0,0-1.8,1.6-1.7,2.7c0.1,1,4.4,0.8,0.6,1.9c-1,0.3-1,2.1-0.2,2.3c0.8,0.3-3.2-0.4-3.2-1.7c0.1-1.3,0.6-3.7-0.7-4.6C12.1,19.5,15.5,20.6,17.4,18.8z"/><path fill="#AE4747" d="M12.8,23.9c0,0,3.5,1.7,7.1-0.3c2.7-1.4,3.5-3,3.3-3.4c0,0,0.7,0,1.3,0.9c0.5,0.7-0.3,2.8-4.2,4.5c-3.7,1.5-7,0.6-7.7-0.1C12,25.1,12.8,23.9,12.8,23.9z"/><path fill="#3F2419" d="M11.4,10.8L11.4,10.8c-0.2,0-0.4-0.2-0.4-0.4v-1c0-0.2,0.2-0.4,0.4-0.4l0,0c0.2,0,0.4,0.2,0.4,0.4v1C11.8,10.6,11.6,10.8,11.4,10.8z"/><path fill="#F2C57E" d="M12.5,9.7c0,0-3.1,2.2-4.3,2.7c-1.2,0.5-1,1.8,0.6,3.1S15,13.3,12.5,9.7z"/><path fill="#BD704B" d="M8,14.7c0,0,1.1,1.3,0.5,2.6c-0.5,0.9,0,2.7,1.8,2.2c0,0-2.1,0.1-1.2-2.1C9.3,16.6,9.3,15.3,8,14.7zM17.9,6.4c0,0,3.4,1.3,2.1,8.8c-0.5,4,1.5,3.6,2,3.4c0.5-0.4,0.5-1.7,1.4-2.2c0.9-0.7,3.3-2.8,2.1-4.9c-1.2-2.1-2.3-1.7-3.2-3c-0.7-1.2-1.1-1.4-2-1.4C19.7,6.9,18.8,5.9,17.9,6.4z"/><path fill="#3F2419" d="M16.9,11.2L16.9,11.2c-0.2,0-0.5-0.2-0.5-0.5V9.7c0-0.2,0.2-0.5,0.5-0.5l0,0c0.2,0,0.5,0.2,0.5,0.5v1.1C17.4,11.1,17.2,11.2,16.9,11.2z"/><g><path fill="#BD704B" d="M16.2,8.9c0,0-1-0.6-0.2-1c1.1-0.7,2.3,0.4,2.5,0.9c0,0-1.3-1.2-2.3-0.7C15.7,8.5,16.2,8.9,16.2,8.9zM11.8,8.1c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.4-0.1-0.6-0.1S10.7,8,10.6,8.1c0.1-0.2,0.2-0.4,0.5-0.6c0.1-0.1,0.2-0.1,0.4-0.1s0.5,0.1,0.7,0.2s0.3,0.4,0.3,0.7c-0.1,0.3-0.2,0.5-0.4,0.6c-0.1,0-0.1,0.1-0.1,0L12,8.7c0.1-0.1,0.1-0.2,0-0.3C11.9,8.3,11.9,8.2,11.8,8.1z M10.2,16.9c0,0,1,3.5,4.9,2.6c3.5-0.8,4-3.8,4-3.8c0.2,0.7-0.7,4.8-5.5,4.4C10.1,19.8,10.2,16.9,10.2,16.9z"/><path fill="#BD704B" d="M10.9,18.6c0,0-0.1,1.4-2.1,0.7c0,0,1,1.1,2.2-0.1C11.5,18.6,10.9,18.6,10.9,18.6z M7.8,13.6c-0.2-0.1-0.2-0.5-0.1-0.7c0.2-0.2,0.6-0.4,0.8-0.6c1.5-0.7,3-1.5,4.1-2.8c0,0-3.3,2.2-4.9,2.9C6.8,12.7,7.8,13.6,7.8,13.6z"/></g><path fill="#AE4747" d="M7.4,12.9c-0.6,0.6,0.3,2.1,1.3,2.5c1.1,0.6,2.9-1.5,2.5-2.1C11,12.6,8.5,11.9,7.4,12.9z"/><g><path fill="#6A2525" d="M9.6,14.7c-0.1-0.1-0.1-0.4,0-0.5l0.1-0.1C9.7,14,9.8,14,9.8,14c0.4-0.1,0.8,0.1,1.1,0.5c0.2,0.2,0.1,0.5-0.1,0.6c-0.3,0.1-0.7,0.2-1,0.1C9.8,15.1,9.7,14.9,9.6,14.7z M8.4,14.7c0.1-0.1,0.1-0.4,0-0.5l-0.1-0.1C8.3,14,8.2,14,8.2,14c-0.3-0.1-0.7,0.1-0.9,0.5C7,14.7,7.1,15,7.3,15.1c0.2,0.1,0.6,0.2,0.7,0.1C8.3,15.2,8.4,14.9,8.4,14.7z"/></g><path fill="#AE4747" d="M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14S23.7,30,16,30z M16,3.9C9.4,3.9,3.9,9.4,3.9,16S9.4,28.1,16,28.1S28.1,22.6,28.1,16S22.7,3.9,16,3.9z"/><g><path fill="#BD704B" d="M12.1,6.6c0,0,4.2-1.8,7.4,0.9c0,0-0.1-1.2-2.4-1.8C15.6,5.5,12.8,5.5,12.1,6.6z"/><ellipse fill="#BD704B" cx="11.6" cy="17.2" rx="0.3" ry="0.2"/><ellipse fill="#BD704B" cx="13.5" cy="18.1" rx="0.3" ry="0.2"/><ellipse fill="#BD704B" cx="15.1" cy="18.1" rx="0.3" ry="0.2"/><ellipse fill="#BD704B" cx="14.3" cy="18.9" rx="0.3" ry="0.2"/><ellipse fill="#BD704B" cx="12.3" cy="18.4" rx="0.3" ry="0.2"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#BF7855" d="M27.5,5.5h-9.3l-2.1,4.2H4.4v16.8h25.2v-21H27.5z M27.5,9.7h-8.2l1.1-2.1h7.1V9.7z"/><g id="LOGO"><path fill="#E24329" d="M30.6,18.8L30.6,18.8l-2.9-7.5c-0.1-0.1-0.2-0.3-0.3-0.4c-0.3-0.2-0.6-0.2-0.9,0c-0.1,0.1-0.2,0.2-0.3,0.4l-1.9,5.9h-7.8l-1.9-5.9c0-0.2-0.1-0.3-0.3-0.4c-0.3-0.2-0.6-0.2-0.9,0c-0.1,0.1-0.2,0.2-0.3,0.4l-2.9,7.5l0,0.1c-0.8,2.2-0.1,4.7,1.8,6.1l0,0l0,0l4.4,3.3l2.2,1.6l1.3,1c0.3,0.2,0.8,0.2,1.1,0l1.3-1l2.2-1.6l4.4-3.3l0,0C30.8,23.5,31.5,21,30.6,18.8z"/><path fill="#FC6D26" d="M30.6,18.8L30.6,18.8c-1.4,0.2-2.7,0.8-3.9,1.7l-6.3,4.7c2.1,1.6,4,3,4,3l4.4-3.3l0,0C30.8,23.5,31.5,21,30.6,18.8z"/><path fill="#FCA326" d="M16.5,28.2l2.2,1.6l1.3,1c0.3,0.2,0.8,0.2,1.1,0l1.3-1l2.2-1.6c0,0-1.9-1.4-4-3C18.4,26.8,16.5,28.2,16.5,28.2z"/><path fill="#FC6D26" d="M14.2,20.4c-1.1-0.9-2.4-1.4-3.8-1.7l0,0.1c-0.8,2.2-0.1,4.7,1.8,6.1l0,0l0,0l4.4,3.3c0,0,1.9-1.4,4-3L14.2,20.4z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#DB9B7B" d="M27.4,5.5h-9.2l-2.1,4.2H4.3v16.8h25.2v-21H27.4z M27.4,24.2H6.6V11.8h20.8V24.2z M27.4,9.7h-8.2l1-2.1h7.1L27.4,9.7L27.4,9.7z"/><polygon fill="#DB9B7B" points="25.7,13.7 0.5,13.7 4.3,26.5 29.5,26.5 "/><g id="LOGO"><path fill="#E24329" d="M30.7,18.8L30.7,18.8l-2.9-7.5c-0.1-0.1-0.2-0.3-0.3-0.4c-0.3-0.2-0.6-0.2-0.9,0c-0.1,0.1-0.2,0.2-0.3,0.4l-1.9,5.9h-7.8l-1.9-5.9c0-0.2-0.1-0.3-0.3-0.4c-0.3-0.2-0.6-0.2-0.9,0c-0.1,0.1-0.2,0.2-0.3,0.4l-2.9,7.5l0,0.1c-0.8,2.2-0.1,4.7,1.8,6.1l0,0l0,0l4.4,3.3l2.2,1.6l1.3,1c0.3,0.2,0.8,0.2,1.1,0l1.3-1l2.2-1.6l4.4-3.3l0,0C30.8,23.5,31.5,21,30.7,18.8z"/><path fill="#FC6D26" d="M30.7,18.8L30.7,18.8c-1.4,0.2-2.7,0.8-3.9,1.7l-6.3,4.7c2.1,1.6,4,3,4,3l4.4-3.3l0,0C30.8,23.5,31.5,21,30.7,18.8z"/><path fill="#FCA326" d="M16.5,28.2l2.2,1.6l1.3,1c0.3,0.2,0.8,0.2,1.1,0l1.3-1l2.2-1.6c0,0-1.9-1.4-4-3C18.4,26.8,16.5,28.2,16.5,28.2z"/><path fill="#FC6D26" d="M14.2,20.4c-1.1-0.9-2.4-1.4-3.8-1.7l0,0.1c-0.8,2.2-0.1,4.7,1.8,6.1l0,0l0,0l4.4,3.3c0,0,1.9-1.4,4-3L14.2,20.4z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#0483A8" d="M27.5,5.5h-9.3l-2.1,4.2H4.4v16.8h25.2v-21H27.5z M27.5,9.7h-8.2l1.1-2.1h7.1V9.7z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#80EEC0" d="M17.9,13.2c-0.7-1.1-2.3-1.1-2.9,0L7.9,25.4c-0.7,1.1,0.2,2.5,1.5,2.5h5.5c-0.6-0.5-0.8-1.3-0.3-2l5.4-9.2 L17.9,13.2L17.9,13.2z"/><path fill="#00DC82" d="M22.4,15.9c0.5-0.9,1.9-0.9,2.4,0l5.9,10c0.5,0.9-0.1,2.1-1.2,2.1H17.8c-1.1,0-1.7-1.1-1.2-2.1L22.4,15.9z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#7FAECC" d="M27.4,5.5h-9.2l-2.1,4.2H4.3v16.8h25.2v-21H27.4z M27.4,24.2H6.6V11.8h20.8V24.2z M27.4,9.7h-8.2l1-2.1h7.1L27.4,9.7L27.4,9.7z"/><polygon fill="#7FAECC" points="25.7,13.7 0.5,13.7 4.3,26.5 29.5,26.5 "/><path fill-rule="evenodd" clip-rule="evenodd" fill="#80EEC0" d="M17.9,13.2c-0.7-1.1-2.3-1.1-2.9,0L7.9,25.4c-0.7,1.1,0.2,2.5,1.5,2.5h5.5c-0.6-0.5-0.8-1.3-0.3-2l5.4-9.2L17.9,13.2L17.9,13.2z"/><path fill="#00DC82" d="M22.4,15.9c0.5-0.9,1.9-0.9,2.4,0l5.9,10c0.5,0.9-0.1,2.1-1.2,2.1H17.8c-1.1,0-1.7-1.1-1.2-2.1L22.4,15.9z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/shared-process",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"node": ">=16"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@lvce-editor/extension-host": "0.8.
|
|
24
|
-
"@lvce-editor/pty-host": "0.8.
|
|
23
|
+
"@lvce-editor/extension-host": "0.8.5",
|
|
24
|
+
"@lvce-editor/pty-host": "0.8.5",
|
|
25
25
|
"debug": "^4.3.4",
|
|
26
26
|
"execa": "^6.1.0",
|
|
27
27
|
"exit-hook": "^3.1.0",
|