@lvce-editor/server 0.38.9 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3466) hide show
  1. package/ThirdPartyNotices.txt +2 -2
  2. package/package.json +3 -2
  3. package/src/server.js +100 -76
  4. package/static/f3cf31a/config/colorTheme.json +0 -98
  5. package/static/f3cf31a/config/defaultSettings.json +0 -58
  6. package/static/f3cf31a/config/fileMap.json +0 -16
  7. package/static/f3cf31a/config/webExtensions.json +0 -1
  8. package/static/f3cf31a/css/App.css +0 -2872
  9. package/static/f3cf31a/css/parts/Animation.css +0 -9
  10. package/static/f3cf31a/css/parts/DebugButtons.css +0 -22
  11. package/static/f3cf31a/css/parts/DebugValue.css +0 -24
  12. package/static/f3cf31a/css/parts/E2eTest.css +0 -48
  13. package/static/f3cf31a/css/parts/E2eTests.css +0 -30
  14. package/static/f3cf31a/css/parts/EditorHover.css +0 -6
  15. package/static/f3cf31a/css/parts/EditorMessage.css +0 -23
  16. package/static/f3cf31a/css/parts/ImagePreview.css +0 -33
  17. package/static/f3cf31a/css/parts/InlineDiffEditor.css +0 -27
  18. package/static/f3cf31a/css/parts/Key.css +0 -12
  19. package/static/f3cf31a/css/parts/KeyBindingsHeader.css +0 -36
  20. package/static/f3cf31a/css/parts/KeyBindingsTable.css +0 -51
  21. package/static/f3cf31a/css/parts/Markdown.css +0 -701
  22. package/static/f3cf31a/css/parts/Progress.css +0 -5
  23. package/static/f3cf31a/css/parts/SearchToggleButton.css +0 -16
  24. package/static/f3cf31a/css/parts/Select.css +0 -11
  25. package/static/f3cf31a/css/parts/ViewletAbout.css +0 -9
  26. package/static/f3cf31a/css/parts/ViewletBrowserViewOverview.css +0 -4
  27. package/static/f3cf31a/css/parts/ViewletDebugConsole.css +0 -16
  28. package/static/f3cf31a/css/parts/ViewletDefineKeyBinding.css +0 -21
  29. package/static/f3cf31a/css/parts/ViewletDialog.css +0 -150
  30. package/static/f3cf31a/css/parts/ViewletDiffEditor.css +0 -31
  31. package/static/f3cf31a/css/parts/ViewletEditorWidgetError.css +0 -9
  32. package/static/f3cf31a/css/parts/ViewletExtensionDetail.css +0 -79
  33. package/static/f3cf31a/css/parts/ViewletExtensions.css +0 -185
  34. package/static/f3cf31a/css/parts/ViewletKeyBindings.css +0 -34
  35. package/static/f3cf31a/css/parts/ViewletMedia.css +0 -23
  36. package/static/f3cf31a/css/parts/ViewletOutput.css +0 -17
  37. package/static/f3cf31a/css/parts/ViewletPanel.css +0 -23
  38. package/static/f3cf31a/css/parts/ViewletPanelTabs.css +0 -35
  39. package/static/f3cf31a/css/parts/ViewletPdf.css +0 -49
  40. package/static/f3cf31a/css/parts/ViewletProblems.css +0 -95
  41. package/static/f3cf31a/css/parts/ViewletReferences.css +0 -22
  42. package/static/f3cf31a/css/parts/ViewletRunAndDebug.css +0 -87
  43. package/static/f3cf31a/css/parts/ViewletScreenCapture.css +0 -3
  44. package/static/f3cf31a/css/parts/ViewletSearch.css +0 -34
  45. package/static/f3cf31a/css/parts/ViewletSimpleBrowser.css +0 -21
  46. package/static/f3cf31a/css/parts/ViewletSourceControl.css +0 -67
  47. package/static/f3cf31a/css/parts/ViewletStorage.css +0 -21
  48. package/static/f3cf31a/css/parts/ViewletTerminal.css +0 -10
  49. package/static/f3cf31a/css/parts/ViewletTerminalTabs.css +0 -31
  50. package/static/f3cf31a/extensions/builtin.language-basics-bat/README.md +0 -14
  51. package/static/f3cf31a/extensions/builtin.language-basics-bat/extension.json +0 -12
  52. package/static/f3cf31a/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
  53. package/static/f3cf31a/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
  54. package/static/f3cf31a/extensions/builtin.language-basics-c/README.md +0 -14
  55. package/static/f3cf31a/extensions/builtin.language-basics-c/extension.json +0 -12
  56. package/static/f3cf31a/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
  57. package/static/f3cf31a/extensions/builtin.language-basics-coffeescript/README.md +0 -14
  58. package/static/f3cf31a/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
  59. package/static/f3cf31a/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
  60. package/static/f3cf31a/extensions/builtin.language-basics-cpp/README.md +0 -14
  61. package/static/f3cf31a/extensions/builtin.language-basics-cpp/extension.json +0 -32
  62. package/static/f3cf31a/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
  63. package/static/f3cf31a/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
  64. package/static/f3cf31a/extensions/builtin.language-basics-cson/README.md +0 -16
  65. package/static/f3cf31a/extensions/builtin.language-basics-cson/extension.json +0 -13
  66. package/static/f3cf31a/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
  67. package/static/f3cf31a/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
  68. package/static/f3cf31a/extensions/builtin.language-basics-css/README.md +0 -16
  69. package/static/f3cf31a/extensions/builtin.language-basics-css/extension.json +0 -13
  70. package/static/f3cf31a/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
  71. package/static/f3cf31a/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
  72. package/static/f3cf31a/extensions/builtin.language-basics-dart/README.md +0 -14
  73. package/static/f3cf31a/extensions/builtin.language-basics-dart/extension.json +0 -12
  74. package/static/f3cf31a/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
  75. package/static/f3cf31a/extensions/builtin.language-basics-desktop/README.md +0 -14
  76. package/static/f3cf31a/extensions/builtin.language-basics-desktop/extension.json +0 -12
  77. package/static/f3cf31a/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
  78. package/static/f3cf31a/extensions/builtin.language-basics-docker/README.md +0 -14
  79. package/static/f3cf31a/extensions/builtin.language-basics-docker/extension.json +0 -24
  80. package/static/f3cf31a/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
  81. package/static/f3cf31a/extensions/builtin.language-basics-dotenv/README.md +0 -14
  82. package/static/f3cf31a/extensions/builtin.language-basics-dotenv/extension.json +0 -26
  83. package/static/f3cf31a/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
  84. package/static/f3cf31a/extensions/builtin.language-basics-editorconfig/README.md +0 -14
  85. package/static/f3cf31a/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
  86. package/static/f3cf31a/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
  87. package/static/f3cf31a/extensions/builtin.language-basics-elixir/README.md +0 -14
  88. package/static/f3cf31a/extensions/builtin.language-basics-elixir/extension.json +0 -12
  89. package/static/f3cf31a/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
  90. package/static/f3cf31a/extensions/builtin.language-basics-elm/README.md +0 -14
  91. package/static/f3cf31a/extensions/builtin.language-basics-elm/extension.json +0 -12
  92. package/static/f3cf31a/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
  93. package/static/f3cf31a/extensions/builtin.language-basics-gitattributes/README.md +0 -14
  94. package/static/f3cf31a/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
  95. package/static/f3cf31a/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
  96. package/static/f3cf31a/extensions/builtin.language-basics-gn/README.md +0 -14
  97. package/static/f3cf31a/extensions/builtin.language-basics-gn/extension.json +0 -12
  98. package/static/f3cf31a/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
  99. package/static/f3cf31a/extensions/builtin.language-basics-go/README.md +0 -14
  100. package/static/f3cf31a/extensions/builtin.language-basics-go/extension.json +0 -13
  101. package/static/f3cf31a/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
  102. package/static/f3cf31a/extensions/builtin.language-basics-graphql/README.md +0 -14
  103. package/static/f3cf31a/extensions/builtin.language-basics-graphql/extension.json +0 -12
  104. package/static/f3cf31a/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
  105. package/static/f3cf31a/extensions/builtin.language-basics-html/README.md +0 -14
  106. package/static/f3cf31a/extensions/builtin.language-basics-html/extension.json +0 -13
  107. package/static/f3cf31a/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
  108. package/static/f3cf31a/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
  109. package/static/f3cf31a/extensions/builtin.language-basics-java/README.md +0 -14
  110. package/static/f3cf31a/extensions/builtin.language-basics-java/extension.json +0 -13
  111. package/static/f3cf31a/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
  112. package/static/f3cf31a/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
  113. package/static/f3cf31a/extensions/builtin.language-basics-javascript/README.md +0 -14
  114. package/static/f3cf31a/extensions/builtin.language-basics-javascript/extension.json +0 -14
  115. package/static/f3cf31a/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
  116. package/static/f3cf31a/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
  117. package/static/f3cf31a/extensions/builtin.language-basics-json/README.md +0 -14
  118. package/static/f3cf31a/extensions/builtin.language-basics-json/extension.json +0 -60
  119. package/static/f3cf31a/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
  120. package/static/f3cf31a/extensions/builtin.language-basics-json5/README.md +0 -16
  121. package/static/f3cf31a/extensions/builtin.language-basics-json5/extension.json +0 -12
  122. package/static/f3cf31a/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
  123. package/static/f3cf31a/extensions/builtin.language-basics-jsx/README.md +0 -14
  124. package/static/f3cf31a/extensions/builtin.language-basics-jsx/extension.json +0 -13
  125. package/static/f3cf31a/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
  126. package/static/f3cf31a/extensions/builtin.language-basics-julia/README.md +0 -18
  127. package/static/f3cf31a/extensions/builtin.language-basics-julia/extension.json +0 -12
  128. package/static/f3cf31a/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
  129. package/static/f3cf31a/extensions/builtin.language-basics-kotlin/README.md +0 -14
  130. package/static/f3cf31a/extensions/builtin.language-basics-kotlin/extension.json +0 -12
  131. package/static/f3cf31a/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
  132. package/static/f3cf31a/extensions/builtin.language-basics-less/LICENSE +0 -21
  133. package/static/f3cf31a/extensions/builtin.language-basics-less/README.md +0 -14
  134. package/static/f3cf31a/extensions/builtin.language-basics-less/extension.json +0 -12
  135. package/static/f3cf31a/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
  136. package/static/f3cf31a/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
  137. package/static/f3cf31a/extensions/builtin.language-basics-markdown/README.md +0 -14
  138. package/static/f3cf31a/extensions/builtin.language-basics-markdown/extension.json +0 -12
  139. package/static/f3cf31a/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
  140. package/static/f3cf31a/extensions/builtin.language-basics-mdx/README.md +0 -14
  141. package/static/f3cf31a/extensions/builtin.language-basics-mdx/extension.json +0 -12
  142. package/static/f3cf31a/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
  143. package/static/f3cf31a/extensions/builtin.language-basics-nix/README.md +0 -16
  144. package/static/f3cf31a/extensions/builtin.language-basics-nix/extension.json +0 -13
  145. package/static/f3cf31a/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
  146. package/static/f3cf31a/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
  147. package/static/f3cf31a/extensions/builtin.language-basics-nvmrc/README.md +0 -14
  148. package/static/f3cf31a/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
  149. package/static/f3cf31a/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
  150. package/static/f3cf31a/extensions/builtin.language-basics-perl/README.md +0 -14
  151. package/static/f3cf31a/extensions/builtin.language-basics-perl/extension.json +0 -13
  152. package/static/f3cf31a/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
  153. package/static/f3cf31a/extensions/builtin.language-basics-plaintext/README.md +0 -14
  154. package/static/f3cf31a/extensions/builtin.language-basics-plaintext/extension.json +0 -12
  155. package/static/f3cf31a/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
  156. package/static/f3cf31a/extensions/builtin.language-basics-powershell/README.md +0 -14
  157. package/static/f3cf31a/extensions/builtin.language-basics-powershell/extension.json +0 -12
  158. package/static/f3cf31a/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
  159. package/static/f3cf31a/extensions/builtin.language-basics-python/README.md +0 -14
  160. package/static/f3cf31a/extensions/builtin.language-basics-python/extension.json +0 -15
  161. package/static/f3cf31a/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
  162. package/static/f3cf31a/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
  163. package/static/f3cf31a/extensions/builtin.language-basics-r/README.md +0 -14
  164. package/static/f3cf31a/extensions/builtin.language-basics-r/extension.json +0 -12
  165. package/static/f3cf31a/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
  166. package/static/f3cf31a/extensions/builtin.language-basics-ruby/README.md +0 -14
  167. package/static/f3cf31a/extensions/builtin.language-basics-ruby/extension.json +0 -48
  168. package/static/f3cf31a/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
  169. package/static/f3cf31a/extensions/builtin.language-basics-rust/LICENSE +0 -21
  170. package/static/f3cf31a/extensions/builtin.language-basics-rust/README.md +0 -14
  171. package/static/f3cf31a/extensions/builtin.language-basics-rust/extension.json +0 -12
  172. package/static/f3cf31a/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
  173. package/static/f3cf31a/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
  174. package/static/f3cf31a/extensions/builtin.language-basics-scss/README.md +0 -14
  175. package/static/f3cf31a/extensions/builtin.language-basics-scss/extension.json +0 -12
  176. package/static/f3cf31a/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
  177. package/static/f3cf31a/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
  178. package/static/f3cf31a/extensions/builtin.language-basics-shellscript/README.md +0 -14
  179. package/static/f3cf31a/extensions/builtin.language-basics-shellscript/extension.json +0 -56
  180. package/static/f3cf31a/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
  181. package/static/f3cf31a/extensions/builtin.language-basics-svelte/README.md +0 -14
  182. package/static/f3cf31a/extensions/builtin.language-basics-svelte/extension.json +0 -13
  183. package/static/f3cf31a/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
  184. package/static/f3cf31a/extensions/builtin.language-basics-terraform/README.md +0 -16
  185. package/static/f3cf31a/extensions/builtin.language-basics-terraform/extension.json +0 -13
  186. package/static/f3cf31a/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
  187. package/static/f3cf31a/extensions/builtin.language-basics-toml/README.md +0 -14
  188. package/static/f3cf31a/extensions/builtin.language-basics-toml/extension.json +0 -14
  189. package/static/f3cf31a/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
  190. package/static/f3cf31a/extensions/builtin.language-basics-typescript/README.md +0 -16
  191. package/static/f3cf31a/extensions/builtin.language-basics-typescript/extension.json +0 -17
  192. package/static/f3cf31a/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
  193. package/static/f3cf31a/extensions/builtin.language-basics-vue/README.md +0 -14
  194. package/static/f3cf31a/extensions/builtin.language-basics-vue/extension.json +0 -13
  195. package/static/f3cf31a/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
  196. package/static/f3cf31a/extensions/builtin.language-basics-wgsl/README.md +0 -16
  197. package/static/f3cf31a/extensions/builtin.language-basics-wgsl/extension.json +0 -13
  198. package/static/f3cf31a/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
  199. package/static/f3cf31a/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
  200. package/static/f3cf31a/extensions/builtin.language-basics-xml/README.md +0 -14
  201. package/static/f3cf31a/extensions/builtin.language-basics-xml/extension.json +0 -85
  202. package/static/f3cf31a/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
  203. package/static/f3cf31a/extensions/builtin.language-basics-yaml/README.md +0 -14
  204. package/static/f3cf31a/extensions/builtin.language-basics-yaml/extension.json +0 -13
  205. package/static/f3cf31a/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
  206. package/static/f3cf31a/extensions/builtin.theme-atom-one-dark/README.md +0 -11
  207. package/static/f3cf31a/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
  208. package/static/f3cf31a/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
  209. package/static/f3cf31a/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  210. package/static/f3cf31a/extensions/builtin.theme-ayu/README.md +0 -11
  211. package/static/f3cf31a/extensions/builtin.theme-ayu/color-theme.json +0 -234
  212. package/static/f3cf31a/extensions/builtin.theme-ayu/extension.json +0 -12
  213. package/static/f3cf31a/extensions/builtin.theme-cobalt2/README.md +0 -20
  214. package/static/f3cf31a/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
  215. package/static/f3cf31a/extensions/builtin.theme-cobalt2/extension.json +0 -13
  216. package/static/f3cf31a/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  217. package/static/f3cf31a/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  218. package/static/f3cf31a/extensions/builtin.theme-gruvbox/README.md +0 -20
  219. package/static/f3cf31a/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
  220. package/static/f3cf31a/extensions/builtin.theme-gruvbox/extension.json +0 -12
  221. package/static/f3cf31a/extensions/builtin.theme-high-contrast/README.md +0 -9
  222. package/static/f3cf31a/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
  223. package/static/f3cf31a/extensions/builtin.theme-high-contrast/extension.json +0 -11
  224. package/static/f3cf31a/extensions/builtin.theme-material/README.md +0 -9
  225. package/static/f3cf31a/extensions/builtin.theme-material/color-theme.json +0 -183
  226. package/static/f3cf31a/extensions/builtin.theme-material/extension.json +0 -12
  227. package/static/f3cf31a/extensions/builtin.theme-monokai/README.md +0 -10
  228. package/static/f3cf31a/extensions/builtin.theme-monokai/color-theme.json +0 -151
  229. package/static/f3cf31a/extensions/builtin.theme-monokai/extension.json +0 -11
  230. package/static/f3cf31a/extensions/builtin.theme-noctis-uva/README.md +0 -11
  231. package/static/f3cf31a/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
  232. package/static/f3cf31a/extensions/builtin.theme-noctis-uva/extension.json +0 -12
  233. package/static/f3cf31a/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  234. package/static/f3cf31a/extensions/builtin.theme-palenight/README.md +0 -11
  235. package/static/f3cf31a/extensions/builtin.theme-palenight/color-theme.json +0 -209
  236. package/static/f3cf31a/extensions/builtin.theme-palenight/extension.json +0 -12
  237. package/static/f3cf31a/extensions/builtin.theme-palenight/images/demo.png +0 -0
  238. package/static/f3cf31a/extensions/builtin.theme-slime/README.md +0 -5
  239. package/static/f3cf31a/extensions/builtin.theme-slime/color-theme.json +0 -298
  240. package/static/f3cf31a/extensions/builtin.theme-slime/extension.json +0 -13
  241. package/static/f3cf31a/extensions/builtin.theme-slime/icon.png +0 -0
  242. package/static/f3cf31a/extensions/builtin.vscode-icons/README.md +0 -20
  243. package/static/f3cf31a/extensions/builtin.vscode-icons/extension.json +0 -13
  244. package/static/f3cf31a/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
  245. package/static/f3cf31a/extensions/builtin.vscode-icons/icon.png +0 -0
  246. package/static/f3cf31a/file-icons/default_file.svg +0 -1
  247. package/static/f3cf31a/file-icons/default_folder.svg +0 -1
  248. package/static/f3cf31a/file-icons/default_folder_opened.svg +0 -1
  249. package/static/f3cf31a/file-icons/default_root_folder.svg +0 -1
  250. package/static/f3cf31a/file-icons/default_root_folder_opened.svg +0 -1
  251. package/static/f3cf31a/file-icons/file_type_access.svg +0 -1
  252. package/static/f3cf31a/file-icons/file_type_access2.svg +0 -1
  253. package/static/f3cf31a/file-icons/file_type_actionscript.svg +0 -1
  254. package/static/f3cf31a/file-icons/file_type_actionscript2.svg +0 -1
  255. package/static/f3cf31a/file-icons/file_type_ada.svg +0 -1
  256. package/static/f3cf31a/file-icons/file_type_advpl.svg +0 -1
  257. package/static/f3cf31a/file-icons/file_type_affectscript.svg +0 -1
  258. package/static/f3cf31a/file-icons/file_type_affinitydesigner.svg +0 -1
  259. package/static/f3cf31a/file-icons/file_type_affinityphoto.svg +0 -1
  260. package/static/f3cf31a/file-icons/file_type_affinitypublisher.svg +0 -1
  261. package/static/f3cf31a/file-icons/file_type_ai.svg +0 -1
  262. package/static/f3cf31a/file-icons/file_type_ai2.svg +0 -1
  263. package/static/f3cf31a/file-icons/file_type_al.svg +0 -1
  264. package/static/f3cf31a/file-icons/file_type_al_dal.svg +0 -1
  265. package/static/f3cf31a/file-icons/file_type_allcontributors.svg +0 -1
  266. package/static/f3cf31a/file-icons/file_type_angular.svg +0 -1
  267. package/static/f3cf31a/file-icons/file_type_ansible.svg +0 -1
  268. package/static/f3cf31a/file-icons/file_type_antlr.svg +0 -1
  269. package/static/f3cf31a/file-icons/file_type_anyscript.svg +0 -1
  270. package/static/f3cf31a/file-icons/file_type_apache.svg +0 -1
  271. package/static/f3cf31a/file-icons/file_type_apex.svg +0 -1
  272. package/static/f3cf31a/file-icons/file_type_api_extractor.svg +0 -1
  273. package/static/f3cf31a/file-icons/file_type_apib.svg +0 -1
  274. package/static/f3cf31a/file-icons/file_type_apib2.svg +0 -1
  275. package/static/f3cf31a/file-icons/file_type_apl.svg +0 -1
  276. package/static/f3cf31a/file-icons/file_type_applescript.svg +0 -1
  277. package/static/f3cf31a/file-icons/file_type_appscript.svg +0 -1
  278. package/static/f3cf31a/file-icons/file_type_appsemble.svg +0 -1
  279. package/static/f3cf31a/file-icons/file_type_appveyor.svg +0 -1
  280. package/static/f3cf31a/file-icons/file_type_arduino.svg +0 -1
  281. package/static/f3cf31a/file-icons/file_type_asciidoc.svg +0 -1
  282. package/static/f3cf31a/file-icons/file_type_asp.svg +0 -1
  283. package/static/f3cf31a/file-icons/file_type_aspx.svg +0 -1
  284. package/static/f3cf31a/file-icons/file_type_assembly.svg +0 -1
  285. package/static/f3cf31a/file-icons/file_type_astro.svg +0 -1
  286. package/static/f3cf31a/file-icons/file_type_astroconfig.svg +0 -1
  287. package/static/f3cf31a/file-icons/file_type_atom.svg +0 -1
  288. package/static/f3cf31a/file-icons/file_type_ats.svg +0 -1
  289. package/static/f3cf31a/file-icons/file_type_audio.svg +0 -1
  290. package/static/f3cf31a/file-icons/file_type_aurelia.svg +0 -1
  291. package/static/f3cf31a/file-icons/file_type_autohotkey.svg +0 -1
  292. package/static/f3cf31a/file-icons/file_type_autoit.svg +0 -1
  293. package/static/f3cf31a/file-icons/file_type_avif.svg +0 -1
  294. package/static/f3cf31a/file-icons/file_type_avro.svg +0 -1
  295. package/static/f3cf31a/file-icons/file_type_awk.svg +0 -1
  296. package/static/f3cf31a/file-icons/file_type_aws.svg +0 -1
  297. package/static/f3cf31a/file-icons/file_type_azure.svg +0 -1
  298. package/static/f3cf31a/file-icons/file_type_azurepipelines.svg +0 -1
  299. package/static/f3cf31a/file-icons/file_type_babel.svg +0 -1
  300. package/static/f3cf31a/file-icons/file_type_babel2.svg +0 -1
  301. package/static/f3cf31a/file-icons/file_type_ballerina.svg +0 -1
  302. package/static/f3cf31a/file-icons/file_type_bat.svg +0 -1
  303. package/static/f3cf31a/file-icons/file_type_bats.svg +0 -1
  304. package/static/f3cf31a/file-icons/file_type_bazaar.svg +0 -1
  305. package/static/f3cf31a/file-icons/file_type_bazel.svg +0 -1
  306. package/static/f3cf31a/file-icons/file_type_bazel_ignore.svg +0 -1
  307. package/static/f3cf31a/file-icons/file_type_bazel_version.svg +0 -1
  308. package/static/f3cf31a/file-icons/file_type_befunge.svg +0 -1
  309. package/static/f3cf31a/file-icons/file_type_bicep.svg +0 -1
  310. package/static/f3cf31a/file-icons/file_type_biml.svg +0 -1
  311. package/static/f3cf31a/file-icons/file_type_binary.svg +0 -1
  312. package/static/f3cf31a/file-icons/file_type_biome.svg +0 -1
  313. package/static/f3cf31a/file-icons/file_type_bitbucketpipeline.svg +0 -1
  314. package/static/f3cf31a/file-icons/file_type_bithound.svg +0 -1
  315. package/static/f3cf31a/file-icons/file_type_blade.svg +0 -1
  316. package/static/f3cf31a/file-icons/file_type_blitzbasic.svg +0 -1
  317. package/static/f3cf31a/file-icons/file_type_bolt.svg +0 -1
  318. package/static/f3cf31a/file-icons/file_type_bosque.svg +0 -1
  319. package/static/f3cf31a/file-icons/file_type_bower.svg +0 -1
  320. package/static/f3cf31a/file-icons/file_type_bower2.svg +0 -1
  321. package/static/f3cf31a/file-icons/file_type_browserslist.svg +0 -1
  322. package/static/f3cf31a/file-icons/file_type_bruno.svg +0 -1
  323. package/static/f3cf31a/file-icons/file_type_buckbuild.svg +0 -1
  324. package/static/f3cf31a/file-icons/file_type_buf.svg +0 -1
  325. package/static/f3cf31a/file-icons/file_type_bun.svg +0 -1
  326. package/static/f3cf31a/file-icons/file_type_bundlemon.svg +0 -1
  327. package/static/f3cf31a/file-icons/file_type_bundler.svg +0 -1
  328. package/static/f3cf31a/file-icons/file_type_bunfig.svg +0 -1
  329. package/static/f3cf31a/file-icons/file_type_c.svg +0 -1
  330. package/static/f3cf31a/file-icons/file_type_c2.svg +0 -1
  331. package/static/f3cf31a/file-icons/file_type_c3.svg +0 -1
  332. package/static/f3cf31a/file-icons/file_type_c_al.svg +0 -1
  333. package/static/f3cf31a/file-icons/file_type_cabal.svg +0 -1
  334. package/static/f3cf31a/file-icons/file_type_caddy.svg +0 -1
  335. package/static/f3cf31a/file-icons/file_type_cake.svg +0 -1
  336. package/static/f3cf31a/file-icons/file_type_cakephp.svg +0 -1
  337. package/static/f3cf31a/file-icons/file_type_capacitor.svg +0 -1
  338. package/static/f3cf31a/file-icons/file_type_cargo.svg +0 -1
  339. package/static/f3cf31a/file-icons/file_type_casc.svg +0 -1
  340. package/static/f3cf31a/file-icons/file_type_cddl.svg +0 -1
  341. package/static/f3cf31a/file-icons/file_type_cert.svg +0 -1
  342. package/static/f3cf31a/file-icons/file_type_ceylon.svg +0 -1
  343. package/static/f3cf31a/file-icons/file_type_cf.svg +0 -1
  344. package/static/f3cf31a/file-icons/file_type_cf2.svg +0 -1
  345. package/static/f3cf31a/file-icons/file_type_cfc.svg +0 -1
  346. package/static/f3cf31a/file-icons/file_type_cfc2.svg +0 -1
  347. package/static/f3cf31a/file-icons/file_type_cfm.svg +0 -1
  348. package/static/f3cf31a/file-icons/file_type_cfm2.svg +0 -1
  349. package/static/f3cf31a/file-icons/file_type_cheader.svg +0 -1
  350. package/static/f3cf31a/file-icons/file_type_chef.svg +0 -1
  351. package/static/f3cf31a/file-icons/file_type_chef_cookbook.svg +0 -1
  352. package/static/f3cf31a/file-icons/file_type_circleci.svg +0 -1
  353. package/static/f3cf31a/file-icons/file_type_class.svg +0 -1
  354. package/static/f3cf31a/file-icons/file_type_clojure.svg +0 -1
  355. package/static/f3cf31a/file-icons/file_type_clojurescript.svg +0 -1
  356. package/static/f3cf31a/file-icons/file_type_cloudfoundry.svg +0 -1
  357. package/static/f3cf31a/file-icons/file_type_cmake.svg +0 -1
  358. package/static/f3cf31a/file-icons/file_type_cobol.svg +0 -1
  359. package/static/f3cf31a/file-icons/file_type_codacy.svg +0 -1
  360. package/static/f3cf31a/file-icons/file_type_codeclimate.svg +0 -1
  361. package/static/f3cf31a/file-icons/file_type_codecov.svg +0 -1
  362. package/static/f3cf31a/file-icons/file_type_codekit.svg +0 -1
  363. package/static/f3cf31a/file-icons/file_type_codeowners.svg +0 -1
  364. package/static/f3cf31a/file-icons/file_type_codeql.svg +0 -1
  365. package/static/f3cf31a/file-icons/file_type_coderabbit.svg +0 -1
  366. package/static/f3cf31a/file-icons/file_type_coffeelint.svg +0 -1
  367. package/static/f3cf31a/file-icons/file_type_coffeescript.svg +0 -1
  368. package/static/f3cf31a/file-icons/file_type_commitizen.svg +0 -1
  369. package/static/f3cf31a/file-icons/file_type_commitlint.svg +0 -1
  370. package/static/f3cf31a/file-icons/file_type_compass.svg +0 -1
  371. package/static/f3cf31a/file-icons/file_type_composer.svg +0 -1
  372. package/static/f3cf31a/file-icons/file_type_conan.svg +0 -1
  373. package/static/f3cf31a/file-icons/file_type_conda.svg +0 -1
  374. package/static/f3cf31a/file-icons/file_type_config.svg +0 -1
  375. package/static/f3cf31a/file-icons/file_type_confluence.svg +0 -1
  376. package/static/f3cf31a/file-icons/file_type_coverage.svg +0 -1
  377. package/static/f3cf31a/file-icons/file_type_coveralls.svg +0 -1
  378. package/static/f3cf31a/file-icons/file_type_cpp.svg +0 -1
  379. package/static/f3cf31a/file-icons/file_type_cpp2.svg +0 -1
  380. package/static/f3cf31a/file-icons/file_type_cpp3.svg +0 -1
  381. package/static/f3cf31a/file-icons/file_type_cppheader.svg +0 -1
  382. package/static/f3cf31a/file-icons/file_type_crowdin.svg +0 -1
  383. package/static/f3cf31a/file-icons/file_type_crystal.svg +0 -1
  384. package/static/f3cf31a/file-icons/file_type_csharp.svg +0 -1
  385. package/static/f3cf31a/file-icons/file_type_csharp2.svg +0 -1
  386. package/static/f3cf31a/file-icons/file_type_cspell.svg +0 -1
  387. package/static/f3cf31a/file-icons/file_type_csproj.svg +0 -1
  388. package/static/f3cf31a/file-icons/file_type_css.svg +0 -1
  389. package/static/f3cf31a/file-icons/file_type_csscomb.svg +0 -1
  390. package/static/f3cf31a/file-icons/file_type_csslint.svg +0 -1
  391. package/static/f3cf31a/file-icons/file_type_cssmap.svg +0 -1
  392. package/static/f3cf31a/file-icons/file_type_cucumber.svg +0 -1
  393. package/static/f3cf31a/file-icons/file_type_cuda.svg +0 -1
  394. package/static/f3cf31a/file-icons/file_type_cvs.svg +0 -1
  395. package/static/f3cf31a/file-icons/file_type_cypress.svg +0 -1
  396. package/static/f3cf31a/file-icons/file_type_cypress_spec.svg +0 -1
  397. package/static/f3cf31a/file-icons/file_type_cython.svg +0 -1
  398. package/static/f3cf31a/file-icons/file_type_dal.svg +0 -1
  399. package/static/f3cf31a/file-icons/file_type_darcs.svg +0 -1
  400. package/static/f3cf31a/file-icons/file_type_dartlang.svg +0 -1
  401. package/static/f3cf31a/file-icons/file_type_dartlang_generated.svg +0 -1
  402. package/static/f3cf31a/file-icons/file_type_dartlang_ignore.svg +0 -1
  403. package/static/f3cf31a/file-icons/file_type_datadog.svg +0 -1
  404. package/static/f3cf31a/file-icons/file_type_db.svg +0 -1
  405. package/static/f3cf31a/file-icons/file_type_debian.svg +0 -1
  406. package/static/f3cf31a/file-icons/file_type_delphi.svg +0 -1
  407. package/static/f3cf31a/file-icons/file_type_deno.svg +0 -1
  408. package/static/f3cf31a/file-icons/file_type_denoify.svg +0 -1
  409. package/static/f3cf31a/file-icons/file_type_dependabot.svg +0 -1
  410. package/static/f3cf31a/file-icons/file_type_dependencies.svg +0 -1
  411. package/static/f3cf31a/file-icons/file_type_devcontainer.svg +0 -1
  412. package/static/f3cf31a/file-icons/file_type_dhall.svg +0 -1
  413. package/static/f3cf31a/file-icons/file_type_diff.svg +0 -1
  414. package/static/f3cf31a/file-icons/file_type_django.svg +0 -1
  415. package/static/f3cf31a/file-icons/file_type_dlang.svg +0 -1
  416. package/static/f3cf31a/file-icons/file_type_docker.svg +0 -1
  417. package/static/f3cf31a/file-icons/file_type_docker2.svg +0 -1
  418. package/static/f3cf31a/file-icons/file_type_dockertest.svg +0 -1
  419. package/static/f3cf31a/file-icons/file_type_dockertest2.svg +0 -1
  420. package/static/f3cf31a/file-icons/file_type_docpad.svg +0 -1
  421. package/static/f3cf31a/file-icons/file_type_docz.svg +0 -1
  422. package/static/f3cf31a/file-icons/file_type_dojo.svg +0 -1
  423. package/static/f3cf31a/file-icons/file_type_doppler.svg +0 -1
  424. package/static/f3cf31a/file-icons/file_type_dotenv.svg +0 -1
  425. package/static/f3cf31a/file-icons/file_type_dotjs.svg +0 -1
  426. package/static/f3cf31a/file-icons/file_type_doxygen.svg +0 -1
  427. package/static/f3cf31a/file-icons/file_type_drawio.svg +0 -1
  428. package/static/f3cf31a/file-icons/file_type_drone.svg +0 -1
  429. package/static/f3cf31a/file-icons/file_type_drools.svg +0 -1
  430. package/static/f3cf31a/file-icons/file_type_dtd.svg +0 -1
  431. package/static/f3cf31a/file-icons/file_type_dustjs.svg +0 -1
  432. package/static/f3cf31a/file-icons/file_type_dvc.svg +0 -1
  433. package/static/f3cf31a/file-icons/file_type_dylan.svg +0 -1
  434. package/static/f3cf31a/file-icons/file_type_earthly.svg +0 -1
  435. package/static/f3cf31a/file-icons/file_type_eas-metadata.svg +0 -1
  436. package/static/f3cf31a/file-icons/file_type_edge.svg +0 -1
  437. package/static/f3cf31a/file-icons/file_type_edge2.svg +0 -1
  438. package/static/f3cf31a/file-icons/file_type_editorconfig.svg +0 -1
  439. package/static/f3cf31a/file-icons/file_type_eex.svg +0 -1
  440. package/static/f3cf31a/file-icons/file_type_ejs.svg +0 -1
  441. package/static/f3cf31a/file-icons/file_type_elastic.svg +0 -1
  442. package/static/f3cf31a/file-icons/file_type_elasticbeanstalk.svg +0 -1
  443. package/static/f3cf31a/file-icons/file_type_eleventy.svg +0 -1
  444. package/static/f3cf31a/file-icons/file_type_eleventy2.svg +0 -1
  445. package/static/f3cf31a/file-icons/file_type_elixir.svg +0 -1
  446. package/static/f3cf31a/file-icons/file_type_elm.svg +0 -1
  447. package/static/f3cf31a/file-icons/file_type_elm2.svg +0 -1
  448. package/static/f3cf31a/file-icons/file_type_emacs.svg +0 -1
  449. package/static/f3cf31a/file-icons/file_type_ember.svg +0 -1
  450. package/static/f3cf31a/file-icons/file_type_ensime.svg +0 -1
  451. package/static/f3cf31a/file-icons/file_type_eps.svg +0 -1
  452. package/static/f3cf31a/file-icons/file_type_erb.svg +0 -1
  453. package/static/f3cf31a/file-icons/file_type_erlang.svg +0 -1
  454. package/static/f3cf31a/file-icons/file_type_erlang2.svg +0 -1
  455. package/static/f3cf31a/file-icons/file_type_esbuild.svg +0 -1
  456. package/static/f3cf31a/file-icons/file_type_eslint.svg +0 -1
  457. package/static/f3cf31a/file-icons/file_type_eslint2.svg +0 -1
  458. package/static/f3cf31a/file-icons/file_type_esphome.svg +0 -1
  459. package/static/f3cf31a/file-icons/file_type_excalidraw.svg +0 -1
  460. package/static/f3cf31a/file-icons/file_type_excel.svg +0 -1
  461. package/static/f3cf31a/file-icons/file_type_excel2.svg +0 -1
  462. package/static/f3cf31a/file-icons/file_type_expo.svg +0 -1
  463. package/static/f3cf31a/file-icons/file_type_falcon.svg +0 -1
  464. package/static/f3cf31a/file-icons/file_type_fantasticon.svg +0 -1
  465. package/static/f3cf31a/file-icons/file_type_fauna.svg +0 -1
  466. package/static/f3cf31a/file-icons/file_type_favicon.svg +0 -1
  467. package/static/f3cf31a/file-icons/file_type_fbx.svg +0 -1
  468. package/static/f3cf31a/file-icons/file_type_firebase.svg +0 -1
  469. package/static/f3cf31a/file-icons/file_type_firebasehosting.svg +0 -1
  470. package/static/f3cf31a/file-icons/file_type_firestore.svg +0 -1
  471. package/static/f3cf31a/file-icons/file_type_fitbit.svg +0 -1
  472. package/static/f3cf31a/file-icons/file_type_fla.svg +0 -1
  473. package/static/f3cf31a/file-icons/file_type_flareact.svg +0 -1
  474. package/static/f3cf31a/file-icons/file_type_flash.svg +0 -1
  475. package/static/f3cf31a/file-icons/file_type_floobits.svg +0 -1
  476. package/static/f3cf31a/file-icons/file_type_flow.svg +0 -1
  477. package/static/f3cf31a/file-icons/file_type_flutter.svg +0 -1
  478. package/static/f3cf31a/file-icons/file_type_flutter_package.svg +0 -1
  479. package/static/f3cf31a/file-icons/file_type_font.svg +0 -1
  480. package/static/f3cf31a/file-icons/file_type_formkit.svg +0 -1
  481. package/static/f3cf31a/file-icons/file_type_fortran.svg +0 -1
  482. package/static/f3cf31a/file-icons/file_type_fossa.svg +0 -1
  483. package/static/f3cf31a/file-icons/file_type_fossil.svg +0 -1
  484. package/static/f3cf31a/file-icons/file_type_freemarker.svg +0 -1
  485. package/static/f3cf31a/file-icons/file_type_frontcommerce.svg +0 -1
  486. package/static/f3cf31a/file-icons/file_type_fsharp.svg +0 -1
  487. package/static/f3cf31a/file-icons/file_type_fsharp2.svg +0 -1
  488. package/static/f3cf31a/file-icons/file_type_fsproj.svg +0 -1
  489. package/static/f3cf31a/file-icons/file_type_fthtml.svg +0 -1
  490. package/static/f3cf31a/file-icons/file_type_funding.svg +0 -1
  491. package/static/f3cf31a/file-icons/file_type_fusebox.svg +0 -1
  492. package/static/f3cf31a/file-icons/file_type_galen.svg +0 -1
  493. package/static/f3cf31a/file-icons/file_type_galen2.svg +0 -1
  494. package/static/f3cf31a/file-icons/file_type_gamemaker.svg +0 -1
  495. package/static/f3cf31a/file-icons/file_type_gamemaker2.svg +0 -1
  496. package/static/f3cf31a/file-icons/file_type_gamemaker81.svg +0 -1
  497. package/static/f3cf31a/file-icons/file_type_gatsby.svg +0 -1
  498. package/static/f3cf31a/file-icons/file_type_gcloud.svg +0 -1
  499. package/static/f3cf31a/file-icons/file_type_gcode.svg +0 -1
  500. package/static/f3cf31a/file-icons/file_type_gdscript.svg +0 -1
  501. package/static/f3cf31a/file-icons/file_type_genstat.svg +0 -1
  502. package/static/f3cf31a/file-icons/file_type_git.svg +0 -1
  503. package/static/f3cf31a/file-icons/file_type_git2.svg +0 -1
  504. package/static/f3cf31a/file-icons/file_type_gitlab.svg +0 -1
  505. package/static/f3cf31a/file-icons/file_type_gitpod.svg +0 -1
  506. package/static/f3cf31a/file-icons/file_type_gleam.svg +0 -1
  507. package/static/f3cf31a/file-icons/file_type_gleamconfig.svg +0 -1
  508. package/static/f3cf31a/file-icons/file_type_glide.svg +0 -1
  509. package/static/f3cf31a/file-icons/file_type_glitter.svg +0 -1
  510. package/static/f3cf31a/file-icons/file_type_glsl.svg +0 -1
  511. package/static/f3cf31a/file-icons/file_type_glyphs.svg +0 -1
  512. package/static/f3cf31a/file-icons/file_type_gnu.svg +0 -1
  513. package/static/f3cf31a/file-icons/file_type_gnuplot.svg +0 -1
  514. package/static/f3cf31a/file-icons/file_type_go.svg +0 -1
  515. package/static/f3cf31a/file-icons/file_type_go_aqua.svg +0 -1
  516. package/static/f3cf31a/file-icons/file_type_go_black.svg +0 -1
  517. package/static/f3cf31a/file-icons/file_type_go_fuchsia.svg +0 -1
  518. package/static/f3cf31a/file-icons/file_type_go_gopher.svg +0 -1
  519. package/static/f3cf31a/file-icons/file_type_go_lightblue.svg +0 -1
  520. package/static/f3cf31a/file-icons/file_type_go_package.svg +0 -1
  521. package/static/f3cf31a/file-icons/file_type_go_white.svg +0 -1
  522. package/static/f3cf31a/file-icons/file_type_go_work.svg +0 -1
  523. package/static/f3cf31a/file-icons/file_type_go_yellow.svg +0 -1
  524. package/static/f3cf31a/file-icons/file_type_goctl.svg +0 -1
  525. package/static/f3cf31a/file-icons/file_type_godot.svg +0 -1
  526. package/static/f3cf31a/file-icons/file_type_gpg.svg +0 -1
  527. package/static/f3cf31a/file-icons/file_type_gradle.svg +0 -1
  528. package/static/f3cf31a/file-icons/file_type_gradle2.svg +0 -1
  529. package/static/f3cf31a/file-icons/file_type_grain.svg +0 -1
  530. package/static/f3cf31a/file-icons/file_type_graphql.svg +0 -1
  531. package/static/f3cf31a/file-icons/file_type_graphql_config.svg +0 -1
  532. package/static/f3cf31a/file-icons/file_type_graphviz.svg +0 -1
  533. package/static/f3cf31a/file-icons/file_type_greenkeeper.svg +0 -1
  534. package/static/f3cf31a/file-icons/file_type_gridsome.svg +0 -1
  535. package/static/f3cf31a/file-icons/file_type_groovy.svg +0 -1
  536. package/static/f3cf31a/file-icons/file_type_groovy2.svg +0 -1
  537. package/static/f3cf31a/file-icons/file_type_grunt.svg +0 -1
  538. package/static/f3cf31a/file-icons/file_type_gulp.svg +0 -1
  539. package/static/f3cf31a/file-icons/file_type_haml.svg +0 -1
  540. package/static/f3cf31a/file-icons/file_type_handlebars.svg +0 -1
  541. package/static/f3cf31a/file-icons/file_type_handlebars2.svg +0 -1
  542. package/static/f3cf31a/file-icons/file_type_harbour.svg +0 -1
  543. package/static/f3cf31a/file-icons/file_type_hardhat.svg +0 -1
  544. package/static/f3cf31a/file-icons/file_type_hashicorp.svg +0 -1
  545. package/static/f3cf31a/file-icons/file_type_haskell.svg +0 -1
  546. package/static/f3cf31a/file-icons/file_type_haskell2.svg +0 -1
  547. package/static/f3cf31a/file-icons/file_type_haxe.svg +0 -1
  548. package/static/f3cf31a/file-icons/file_type_haxecheckstyle.svg +0 -1
  549. package/static/f3cf31a/file-icons/file_type_haxedevelop.svg +0 -1
  550. package/static/f3cf31a/file-icons/file_type_helix.svg +0 -1
  551. package/static/f3cf31a/file-icons/file_type_helm.svg +0 -1
  552. package/static/f3cf31a/file-icons/file_type_hjson.svg +0 -1
  553. package/static/f3cf31a/file-icons/file_type_hlsl.svg +0 -1
  554. package/static/f3cf31a/file-icons/file_type_homeassistant.svg +0 -1
  555. package/static/f3cf31a/file-icons/file_type_horusec.svg +0 -1
  556. package/static/f3cf31a/file-icons/file_type_host.svg +0 -1
  557. package/static/f3cf31a/file-icons/file_type_html.svg +0 -1
  558. package/static/f3cf31a/file-icons/file_type_htmlhint.svg +0 -1
  559. package/static/f3cf31a/file-icons/file_type_htmlvalidate.svg +0 -1
  560. package/static/f3cf31a/file-icons/file_type_http.svg +0 -1
  561. package/static/f3cf31a/file-icons/file_type_hunspell.svg +0 -1
  562. package/static/f3cf31a/file-icons/file_type_husky.svg +0 -1
  563. package/static/f3cf31a/file-icons/file_type_hy.svg +0 -1
  564. package/static/f3cf31a/file-icons/file_type_hygen.svg +0 -1
  565. package/static/f3cf31a/file-icons/file_type_hypr.svg +0 -1
  566. package/static/f3cf31a/file-icons/file_type_icl.svg +0 -1
  567. package/static/f3cf31a/file-icons/file_type_idris.svg +0 -1
  568. package/static/f3cf31a/file-icons/file_type_idrisbin.svg +0 -1
  569. package/static/f3cf31a/file-icons/file_type_idrispkg.svg +0 -1
  570. package/static/f3cf31a/file-icons/file_type_image.svg +0 -1
  571. package/static/f3cf31a/file-icons/file_type_imba.svg +0 -1
  572. package/static/f3cf31a/file-icons/file_type_inc.svg +0 -1
  573. package/static/f3cf31a/file-icons/file_type_infopath.svg +0 -1
  574. package/static/f3cf31a/file-icons/file_type_informix.svg +0 -1
  575. package/static/f3cf31a/file-icons/file_type_ini.svg +0 -1
  576. package/static/f3cf31a/file-icons/file_type_ink.svg +0 -1
  577. package/static/f3cf31a/file-icons/file_type_innosetup.svg +0 -1
  578. package/static/f3cf31a/file-icons/file_type_io.svg +0 -1
  579. package/static/f3cf31a/file-icons/file_type_iodine.svg +0 -1
  580. package/static/f3cf31a/file-icons/file_type_ionic.svg +0 -1
  581. package/static/f3cf31a/file-icons/file_type_jake.svg +0 -1
  582. package/static/f3cf31a/file-icons/file_type_janet.svg +0 -1
  583. package/static/f3cf31a/file-icons/file_type_jar.svg +0 -1
  584. package/static/f3cf31a/file-icons/file_type_jasmine.svg +0 -1
  585. package/static/f3cf31a/file-icons/file_type_java.svg +0 -1
  586. package/static/f3cf31a/file-icons/file_type_jbuilder.svg +0 -1
  587. package/static/f3cf31a/file-icons/file_type_jekyll.svg +0 -1
  588. package/static/f3cf31a/file-icons/file_type_jenkins.svg +0 -1
  589. package/static/f3cf31a/file-icons/file_type_jest.svg +0 -1
  590. package/static/f3cf31a/file-icons/file_type_jest_snapshot.svg +0 -1
  591. package/static/f3cf31a/file-icons/file_type_jinja.svg +0 -1
  592. package/static/f3cf31a/file-icons/file_type_jpm.svg +0 -1
  593. package/static/f3cf31a/file-icons/file_type_js.svg +0 -1
  594. package/static/f3cf31a/file-icons/file_type_js_official.svg +0 -1
  595. package/static/f3cf31a/file-icons/file_type_jsbeautify.svg +0 -1
  596. package/static/f3cf31a/file-icons/file_type_jsconfig.svg +0 -1
  597. package/static/f3cf31a/file-icons/file_type_jscpd.svg +0 -1
  598. package/static/f3cf31a/file-icons/file_type_jshint.svg +0 -1
  599. package/static/f3cf31a/file-icons/file_type_jsmap.svg +0 -1
  600. package/static/f3cf31a/file-icons/file_type_json.svg +0 -1
  601. package/static/f3cf31a/file-icons/file_type_json2.svg +0 -1
  602. package/static/f3cf31a/file-icons/file_type_json5.svg +0 -1
  603. package/static/f3cf31a/file-icons/file_type_json_official.svg +0 -1
  604. package/static/f3cf31a/file-icons/file_type_json_schema.svg +0 -1
  605. package/static/f3cf31a/file-icons/file_type_jsonld.svg +0 -1
  606. package/static/f3cf31a/file-icons/file_type_jsonnet.svg +0 -1
  607. package/static/f3cf31a/file-icons/file_type_jsp.svg +0 -1
  608. package/static/f3cf31a/file-icons/file_type_jss.svg +0 -1
  609. package/static/f3cf31a/file-icons/file_type_juice.svg +0 -1
  610. package/static/f3cf31a/file-icons/file_type_julia.svg +0 -1
  611. package/static/f3cf31a/file-icons/file_type_julia2.svg +0 -1
  612. package/static/f3cf31a/file-icons/file_type_jupyter.svg +0 -1
  613. package/static/f3cf31a/file-icons/file_type_k.svg +0 -1
  614. package/static/f3cf31a/file-icons/file_type_karma.svg +0 -1
  615. package/static/f3cf31a/file-icons/file_type_key.svg +0 -1
  616. package/static/f3cf31a/file-icons/file_type_kitchenci.svg +0 -1
  617. package/static/f3cf31a/file-icons/file_type_kite.svg +0 -1
  618. package/static/f3cf31a/file-icons/file_type_kivy.svg +0 -1
  619. package/static/f3cf31a/file-icons/file_type_knip.svg +0 -1
  620. package/static/f3cf31a/file-icons/file_type_kos.svg +0 -1
  621. package/static/f3cf31a/file-icons/file_type_kotlin.svg +0 -1
  622. package/static/f3cf31a/file-icons/file_type_kusto.svg +0 -1
  623. package/static/f3cf31a/file-icons/file_type_latino.svg +0 -1
  624. package/static/f3cf31a/file-icons/file_type_layout.svg +0 -1
  625. package/static/f3cf31a/file-icons/file_type_lerna.svg +0 -1
  626. package/static/f3cf31a/file-icons/file_type_less.svg +0 -1
  627. package/static/f3cf31a/file-icons/file_type_lex.svg +0 -1
  628. package/static/f3cf31a/file-icons/file_type_liara.svg +0 -1
  629. package/static/f3cf31a/file-icons/file_type_libreoffice_base.svg +0 -1
  630. package/static/f3cf31a/file-icons/file_type_libreoffice_calc.svg +0 -1
  631. package/static/f3cf31a/file-icons/file_type_libreoffice_draw.svg +0 -1
  632. package/static/f3cf31a/file-icons/file_type_libreoffice_impress.svg +0 -1
  633. package/static/f3cf31a/file-icons/file_type_libreoffice_math.svg +0 -1
  634. package/static/f3cf31a/file-icons/file_type_libreoffice_writer.svg +0 -1
  635. package/static/f3cf31a/file-icons/file_type_license.svg +0 -1
  636. package/static/f3cf31a/file-icons/file_type_licensebat.svg +0 -1
  637. package/static/f3cf31a/file-icons/file_type_light_actionscript2.svg +0 -1
  638. package/static/f3cf31a/file-icons/file_type_light_ada.svg +0 -1
  639. package/static/f3cf31a/file-icons/file_type_light_apl.svg +0 -1
  640. package/static/f3cf31a/file-icons/file_type_light_astro.svg +0 -1
  641. package/static/f3cf31a/file-icons/file_type_light_astroconfig.svg +0 -1
  642. package/static/f3cf31a/file-icons/file_type_light_babel.svg +0 -1
  643. package/static/f3cf31a/file-icons/file_type_light_babel2.svg +0 -1
  644. package/static/f3cf31a/file-icons/file_type_light_cabal.svg +0 -1
  645. package/static/f3cf31a/file-icons/file_type_light_circleci.svg +0 -1
  646. package/static/f3cf31a/file-icons/file_type_light_cloudfoundry.svg +0 -1
  647. package/static/f3cf31a/file-icons/file_type_light_codacy.svg +0 -1
  648. package/static/f3cf31a/file-icons/file_type_light_codeclimate.svg +0 -1
  649. package/static/f3cf31a/file-icons/file_type_light_codeowners.svg +0 -1
  650. package/static/f3cf31a/file-icons/file_type_light_config.svg +0 -1
  651. package/static/f3cf31a/file-icons/file_type_light_crystal.svg +0 -1
  652. package/static/f3cf31a/file-icons/file_type_light_cypress.svg +0 -1
  653. package/static/f3cf31a/file-icons/file_type_light_cypress_spec.svg +0 -1
  654. package/static/f3cf31a/file-icons/file_type_light_db.svg +0 -1
  655. package/static/f3cf31a/file-icons/file_type_light_deno.svg +0 -1
  656. package/static/f3cf31a/file-icons/file_type_light_dhall.svg +0 -1
  657. package/static/f3cf31a/file-icons/file_type_light_docpad.svg +0 -1
  658. package/static/f3cf31a/file-icons/file_type_light_drone.svg +0 -1
  659. package/static/f3cf31a/file-icons/file_type_light_eas-metadata.svg +0 -1
  660. package/static/f3cf31a/file-icons/file_type_light_eleventy.svg +0 -1
  661. package/static/f3cf31a/file-icons/file_type_light_eleventy2.svg +0 -1
  662. package/static/f3cf31a/file-icons/file_type_light_esphome.svg +0 -1
  663. package/static/f3cf31a/file-icons/file_type_light_expo.svg +0 -1
  664. package/static/f3cf31a/file-icons/file_type_light_firebasehosting.svg +0 -1
  665. package/static/f3cf31a/file-icons/file_type_light_fla.svg +0 -1
  666. package/static/f3cf31a/file-icons/file_type_light_font.svg +0 -1
  667. package/static/f3cf31a/file-icons/file_type_light_gamemaker2.svg +0 -1
  668. package/static/f3cf31a/file-icons/file_type_light_gradle.svg +0 -1
  669. package/static/f3cf31a/file-icons/file_type_light_hashicorp.svg +0 -1
  670. package/static/f3cf31a/file-icons/file_type_light_hjson.svg +0 -1
  671. package/static/f3cf31a/file-icons/file_type_light_ini.svg +0 -1
  672. package/static/f3cf31a/file-icons/file_type_light_io.svg +0 -1
  673. package/static/f3cf31a/file-icons/file_type_light_js.svg +0 -1
  674. package/static/f3cf31a/file-icons/file_type_light_jsconfig.svg +0 -1
  675. package/static/f3cf31a/file-icons/file_type_light_jsmap.svg +0 -1
  676. package/static/f3cf31a/file-icons/file_type_light_json.svg +0 -1
  677. package/static/f3cf31a/file-icons/file_type_light_json5.svg +0 -1
  678. package/static/f3cf31a/file-icons/file_type_light_json_schema.svg +0 -1
  679. package/static/f3cf31a/file-icons/file_type_light_jsonld.svg +0 -1
  680. package/static/f3cf31a/file-icons/file_type_light_kite.svg +0 -1
  681. package/static/f3cf31a/file-icons/file_type_light_lerna.svg +0 -1
  682. package/static/f3cf31a/file-icons/file_type_light_mailing.svg +0 -1
  683. package/static/f3cf31a/file-icons/file_type_light_mdx-components.svg +0 -1
  684. package/static/f3cf31a/file-icons/file_type_light_mdx.svg +0 -1
  685. package/static/f3cf31a/file-icons/file_type_light_mlang.svg +0 -1
  686. package/static/f3cf31a/file-icons/file_type_light_mustache.svg +0 -1
  687. package/static/f3cf31a/file-icons/file_type_light_netlify.svg +0 -1
  688. package/static/f3cf31a/file-icons/file_type_light_next.svg +0 -1
  689. package/static/f3cf31a/file-icons/file_type_light_nim.svg +0 -1
  690. package/static/f3cf31a/file-icons/file_type_light_nx.svg +0 -1
  691. package/static/f3cf31a/file-icons/file_type_light_objidconfig.svg +0 -1
  692. package/static/f3cf31a/file-icons/file_type_light_openHAB.svg +0 -1
  693. package/static/f3cf31a/file-icons/file_type_light_pcl.svg +0 -1
  694. package/static/f3cf31a/file-icons/file_type_light_pnpm.svg +0 -1
  695. package/static/f3cf31a/file-icons/file_type_light_prettier.svg +0 -1
  696. package/static/f3cf31a/file-icons/file_type_light_prisma.svg +0 -1
  697. package/static/f3cf31a/file-icons/file_type_light_purescript.svg +0 -1
  698. package/static/f3cf31a/file-icons/file_type_light_quasar.svg +0 -1
  699. package/static/f3cf31a/file-icons/file_type_light_raku.svg +0 -1
  700. package/static/f3cf31a/file-icons/file_type_light_razzle.svg +0 -1
  701. package/static/f3cf31a/file-icons/file_type_light_rehype.svg +0 -1
  702. package/static/f3cf31a/file-icons/file_type_light_remark.svg +0 -1
  703. package/static/f3cf31a/file-icons/file_type_light_replit.svg +0 -1
  704. package/static/f3cf31a/file-icons/file_type_light_retext.svg +0 -1
  705. package/static/f3cf31a/file-icons/file_type_light_rome.svg +0 -1
  706. package/static/f3cf31a/file-icons/file_type_light_rubocop.svg +0 -1
  707. package/static/f3cf31a/file-icons/file_type_light_rust.svg +0 -1
  708. package/static/f3cf31a/file-icons/file_type_light_rust_toolchain.svg +0 -1
  709. package/static/f3cf31a/file-icons/file_type_light_safetensors.svg +0 -1
  710. package/static/f3cf31a/file-icons/file_type_light_shaderlab.svg +0 -1
  711. package/static/f3cf31a/file-icons/file_type_light_solidity.svg +0 -1
  712. package/static/f3cf31a/file-icons/file_type_light_spin.svg +0 -1
  713. package/static/f3cf31a/file-icons/file_type_light_stylelint.svg +0 -1
  714. package/static/f3cf31a/file-icons/file_type_light_stylus.svg +0 -1
  715. package/static/f3cf31a/file-icons/file_type_light_symfony.svg +0 -1
  716. package/static/f3cf31a/file-icons/file_type_light_systemd.svg +0 -1
  717. package/static/f3cf31a/file-icons/file_type_light_systemverilog.svg +0 -1
  718. package/static/f3cf31a/file-icons/file_type_light_testcafe.svg +0 -1
  719. package/static/f3cf31a/file-icons/file_type_light_testjs.svg +0 -1
  720. package/static/f3cf31a/file-icons/file_type_light_tex.svg +0 -1
  721. package/static/f3cf31a/file-icons/file_type_light_tm.svg +0 -1
  722. package/static/f3cf31a/file-icons/file_type_light_tmux.svg +0 -1
  723. package/static/f3cf31a/file-icons/file_type_light_todo.svg +0 -1
  724. package/static/f3cf31a/file-icons/file_type_light_toit.svg +0 -1
  725. package/static/f3cf31a/file-icons/file_type_light_toml.svg +0 -1
  726. package/static/f3cf31a/file-icons/file_type_light_tree.svg +0 -1
  727. package/static/f3cf31a/file-icons/file_type_light_turbo.svg +0 -1
  728. package/static/f3cf31a/file-icons/file_type_light_unibeautify.svg +0 -1
  729. package/static/f3cf31a/file-icons/file_type_light_vash.svg +0 -1
  730. package/static/f3cf31a/file-icons/file_type_light_vercel.svg +0 -1
  731. package/static/f3cf31a/file-icons/file_type_light_vsix.svg +0 -1
  732. package/static/f3cf31a/file-icons/file_type_light_vsixmanifest.svg +0 -1
  733. package/static/f3cf31a/file-icons/file_type_light_xfl.svg +0 -1
  734. package/static/f3cf31a/file-icons/file_type_light_xorg.svg +0 -1
  735. package/static/f3cf31a/file-icons/file_type_light_yaml.svg +0 -1
  736. package/static/f3cf31a/file-icons/file_type_light_zeit.svg +0 -1
  737. package/static/f3cf31a/file-icons/file_type_lighthouse.svg +0 -1
  738. package/static/f3cf31a/file-icons/file_type_lilypond.svg +0 -1
  739. package/static/f3cf31a/file-icons/file_type_lime.svg +0 -1
  740. package/static/f3cf31a/file-icons/file_type_lintstagedrc.svg +0 -1
  741. package/static/f3cf31a/file-icons/file_type_liquid.svg +0 -1
  742. package/static/f3cf31a/file-icons/file_type_lisp.svg +0 -1
  743. package/static/f3cf31a/file-icons/file_type_livescript.svg +0 -1
  744. package/static/f3cf31a/file-icons/file_type_lnk.svg +0 -1
  745. package/static/f3cf31a/file-icons/file_type_locale.svg +0 -1
  746. package/static/f3cf31a/file-icons/file_type_log.svg +0 -1
  747. package/static/f3cf31a/file-icons/file_type_lolcode.svg +0 -1
  748. package/static/f3cf31a/file-icons/file_type_lsl.svg +0 -1
  749. package/static/f3cf31a/file-icons/file_type_lua.svg +0 -1
  750. package/static/f3cf31a/file-icons/file_type_luau.svg +0 -1
  751. package/static/f3cf31a/file-icons/file_type_lync.svg +0 -1
  752. package/static/f3cf31a/file-icons/file_type_mailing.svg +0 -1
  753. package/static/f3cf31a/file-icons/file_type_makefile.svg +0 -1
  754. package/static/f3cf31a/file-icons/file_type_manifest.svg +0 -1
  755. package/static/f3cf31a/file-icons/file_type_manifest_bak.svg +0 -1
  756. package/static/f3cf31a/file-icons/file_type_manifest_skip.svg +0 -1
  757. package/static/f3cf31a/file-icons/file_type_map.svg +0 -1
  758. package/static/f3cf31a/file-icons/file_type_mariadb.svg +0 -1
  759. package/static/f3cf31a/file-icons/file_type_markdown.svg +0 -1
  760. package/static/f3cf31a/file-icons/file_type_markdownlint.svg +0 -1
  761. package/static/f3cf31a/file-icons/file_type_markdownlint_ignore.svg +0 -1
  762. package/static/f3cf31a/file-icons/file_type_marko.svg +0 -1
  763. package/static/f3cf31a/file-icons/file_type_markojs.svg +0 -1
  764. package/static/f3cf31a/file-icons/file_type_master-co.svg +0 -1
  765. package/static/f3cf31a/file-icons/file_type_matlab.svg +0 -1
  766. package/static/f3cf31a/file-icons/file_type_maven.svg +0 -1
  767. package/static/f3cf31a/file-icons/file_type_maxscript.svg +0 -1
  768. package/static/f3cf31a/file-icons/file_type_maya.svg +0 -1
  769. package/static/f3cf31a/file-icons/file_type_mdx-components.svg +0 -1
  770. package/static/f3cf31a/file-icons/file_type_mdx.svg +0 -1
  771. package/static/f3cf31a/file-icons/file_type_mediawiki.svg +0 -1
  772. package/static/f3cf31a/file-icons/file_type_mercurial.svg +0 -1
  773. package/static/f3cf31a/file-icons/file_type_mermaid.svg +0 -1
  774. package/static/f3cf31a/file-icons/file_type_meson.svg +0 -1
  775. package/static/f3cf31a/file-icons/file_type_meteor.svg +0 -1
  776. package/static/f3cf31a/file-icons/file_type_mivascript.svg +0 -1
  777. package/static/f3cf31a/file-icons/file_type_mjml.svg +0 -1
  778. package/static/f3cf31a/file-icons/file_type_mlang.svg +0 -1
  779. package/static/f3cf31a/file-icons/file_type_mocha.svg +0 -1
  780. package/static/f3cf31a/file-icons/file_type_modernizr.svg +0 -1
  781. package/static/f3cf31a/file-icons/file_type_mojo.svg +0 -1
  782. package/static/f3cf31a/file-icons/file_type_mojolicious.svg +0 -1
  783. package/static/f3cf31a/file-icons/file_type_moleculer.svg +0 -1
  784. package/static/f3cf31a/file-icons/file_type_mondoo.svg +0 -1
  785. package/static/f3cf31a/file-icons/file_type_mongo.svg +0 -1
  786. package/static/f3cf31a/file-icons/file_type_monotone.svg +0 -1
  787. package/static/f3cf31a/file-icons/file_type_motif.svg +0 -1
  788. package/static/f3cf31a/file-icons/file_type_mson.svg +0 -1
  789. package/static/f3cf31a/file-icons/file_type_mustache.svg +0 -1
  790. package/static/f3cf31a/file-icons/file_type_mvt.svg +0 -1
  791. package/static/f3cf31a/file-icons/file_type_mvtcss.svg +0 -1
  792. package/static/f3cf31a/file-icons/file_type_mvtjs.svg +0 -1
  793. package/static/f3cf31a/file-icons/file_type_mysql.svg +0 -1
  794. package/static/f3cf31a/file-icons/file_type_ndst.svg +0 -1
  795. package/static/f3cf31a/file-icons/file_type_nearly.svg +0 -1
  796. package/static/f3cf31a/file-icons/file_type_nest_adapter_js.svg +0 -1
  797. package/static/f3cf31a/file-icons/file_type_nest_adapter_ts.svg +0 -1
  798. package/static/f3cf31a/file-icons/file_type_nest_controller_js.svg +0 -1
  799. package/static/f3cf31a/file-icons/file_type_nest_controller_ts.svg +0 -1
  800. package/static/f3cf31a/file-icons/file_type_nest_decorator_js.svg +0 -1
  801. package/static/f3cf31a/file-icons/file_type_nest_decorator_ts.svg +0 -1
  802. package/static/f3cf31a/file-icons/file_type_nest_filter_js.svg +0 -1
  803. package/static/f3cf31a/file-icons/file_type_nest_filter_ts.svg +0 -1
  804. package/static/f3cf31a/file-icons/file_type_nest_gateway_js.svg +0 -1
  805. package/static/f3cf31a/file-icons/file_type_nest_gateway_ts.svg +0 -1
  806. package/static/f3cf31a/file-icons/file_type_nest_guard_js.svg +0 -1
  807. package/static/f3cf31a/file-icons/file_type_nest_guard_ts.svg +0 -1
  808. package/static/f3cf31a/file-icons/file_type_nest_interceptor_js.svg +0 -1
  809. package/static/f3cf31a/file-icons/file_type_nest_interceptor_ts.svg +0 -1
  810. package/static/f3cf31a/file-icons/file_type_nest_middleware_js.svg +0 -1
  811. package/static/f3cf31a/file-icons/file_type_nest_middleware_ts.svg +0 -1
  812. package/static/f3cf31a/file-icons/file_type_nest_module_js.svg +0 -1
  813. package/static/f3cf31a/file-icons/file_type_nest_module_ts.svg +0 -1
  814. package/static/f3cf31a/file-icons/file_type_nest_pipe_js.svg +0 -1
  815. package/static/f3cf31a/file-icons/file_type_nest_pipe_ts.svg +0 -1
  816. package/static/f3cf31a/file-icons/file_type_nest_service_js.svg +0 -1
  817. package/static/f3cf31a/file-icons/file_type_nest_service_ts.svg +0 -1
  818. package/static/f3cf31a/file-icons/file_type_nestjs.svg +0 -1
  819. package/static/f3cf31a/file-icons/file_type_netlify.svg +0 -1
  820. package/static/f3cf31a/file-icons/file_type_next.svg +0 -1
  821. package/static/f3cf31a/file-icons/file_type_nextflow.svg +0 -1
  822. package/static/f3cf31a/file-icons/file_type_ng_component_css.svg +0 -1
  823. package/static/f3cf31a/file-icons/file_type_ng_component_dart.svg +0 -1
  824. package/static/f3cf31a/file-icons/file_type_ng_component_html.svg +0 -1
  825. package/static/f3cf31a/file-icons/file_type_ng_component_js.svg +0 -1
  826. package/static/f3cf31a/file-icons/file_type_ng_component_js2.svg +0 -1
  827. package/static/f3cf31a/file-icons/file_type_ng_component_less.svg +0 -1
  828. package/static/f3cf31a/file-icons/file_type_ng_component_sass.svg +0 -1
  829. package/static/f3cf31a/file-icons/file_type_ng_component_scss.svg +0 -1
  830. package/static/f3cf31a/file-icons/file_type_ng_component_ts.svg +0 -1
  831. package/static/f3cf31a/file-icons/file_type_ng_component_ts2.svg +0 -1
  832. package/static/f3cf31a/file-icons/file_type_ng_controller_js.svg +0 -1
  833. package/static/f3cf31a/file-icons/file_type_ng_controller_ts.svg +0 -1
  834. package/static/f3cf31a/file-icons/file_type_ng_directive_dart.svg +0 -1
  835. package/static/f3cf31a/file-icons/file_type_ng_directive_js.svg +0 -1
  836. package/static/f3cf31a/file-icons/file_type_ng_directive_js2.svg +0 -1
  837. package/static/f3cf31a/file-icons/file_type_ng_directive_ts.svg +0 -1
  838. package/static/f3cf31a/file-icons/file_type_ng_directive_ts2.svg +0 -1
  839. package/static/f3cf31a/file-icons/file_type_ng_guard_dart.svg +0 -1
  840. package/static/f3cf31a/file-icons/file_type_ng_guard_js.svg +0 -1
  841. package/static/f3cf31a/file-icons/file_type_ng_guard_ts.svg +0 -1
  842. package/static/f3cf31a/file-icons/file_type_ng_interceptor_dart.svg +0 -1
  843. package/static/f3cf31a/file-icons/file_type_ng_interceptor_js.svg +0 -1
  844. package/static/f3cf31a/file-icons/file_type_ng_interceptor_ts.svg +0 -1
  845. package/static/f3cf31a/file-icons/file_type_ng_module_dart.svg +0 -1
  846. package/static/f3cf31a/file-icons/file_type_ng_module_js.svg +0 -1
  847. package/static/f3cf31a/file-icons/file_type_ng_module_js2.svg +0 -1
  848. package/static/f3cf31a/file-icons/file_type_ng_module_ts.svg +0 -1
  849. package/static/f3cf31a/file-icons/file_type_ng_module_ts2.svg +0 -1
  850. package/static/f3cf31a/file-icons/file_type_ng_pipe_dart.svg +0 -1
  851. package/static/f3cf31a/file-icons/file_type_ng_pipe_js.svg +0 -1
  852. package/static/f3cf31a/file-icons/file_type_ng_pipe_js2.svg +0 -1
  853. package/static/f3cf31a/file-icons/file_type_ng_pipe_ts.svg +0 -1
  854. package/static/f3cf31a/file-icons/file_type_ng_pipe_ts2.svg +0 -1
  855. package/static/f3cf31a/file-icons/file_type_ng_routing_dart.svg +0 -1
  856. package/static/f3cf31a/file-icons/file_type_ng_routing_js.svg +0 -1
  857. package/static/f3cf31a/file-icons/file_type_ng_routing_js2.svg +0 -1
  858. package/static/f3cf31a/file-icons/file_type_ng_routing_ts.svg +0 -1
  859. package/static/f3cf31a/file-icons/file_type_ng_routing_ts2.svg +0 -1
  860. package/static/f3cf31a/file-icons/file_type_ng_service_dart.svg +0 -1
  861. package/static/f3cf31a/file-icons/file_type_ng_service_js.svg +0 -1
  862. package/static/f3cf31a/file-icons/file_type_ng_service_js2.svg +0 -1
  863. package/static/f3cf31a/file-icons/file_type_ng_service_ts.svg +0 -1
  864. package/static/f3cf31a/file-icons/file_type_ng_service_ts2.svg +0 -1
  865. package/static/f3cf31a/file-icons/file_type_ng_smart_component_dart.svg +0 -1
  866. package/static/f3cf31a/file-icons/file_type_ng_smart_component_js.svg +0 -1
  867. package/static/f3cf31a/file-icons/file_type_ng_smart_component_js2.svg +0 -1
  868. package/static/f3cf31a/file-icons/file_type_ng_smart_component_ts.svg +0 -1
  869. package/static/f3cf31a/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
  870. package/static/f3cf31a/file-icons/file_type_ng_tailwind.svg +0 -1
  871. package/static/f3cf31a/file-icons/file_type_nginx.svg +0 -1
  872. package/static/f3cf31a/file-icons/file_type_nim.svg +0 -1
  873. package/static/f3cf31a/file-icons/file_type_nimble.svg +0 -1
  874. package/static/f3cf31a/file-icons/file_type_ninja.svg +0 -1
  875. package/static/f3cf31a/file-icons/file_type_nix.svg +0 -1
  876. package/static/f3cf31a/file-icons/file_type_njsproj.svg +0 -1
  877. package/static/f3cf31a/file-icons/file_type_noc.svg +0 -1
  878. package/static/f3cf31a/file-icons/file_type_node.svg +0 -1
  879. package/static/f3cf31a/file-icons/file_type_node2.svg +0 -1
  880. package/static/f3cf31a/file-icons/file_type_nodemon.svg +0 -1
  881. package/static/f3cf31a/file-icons/file_type_npm.svg +0 -1
  882. package/static/f3cf31a/file-icons/file_type_nsi.svg +0 -1
  883. package/static/f3cf31a/file-icons/file_type_nsri-integrity.svg +0 -1
  884. package/static/f3cf31a/file-icons/file_type_nsri.svg +0 -1
  885. package/static/f3cf31a/file-icons/file_type_nuget.svg +0 -1
  886. package/static/f3cf31a/file-icons/file_type_numpy.svg +0 -1
  887. package/static/f3cf31a/file-icons/file_type_nunjucks.svg +0 -1
  888. package/static/f3cf31a/file-icons/file_type_nuxt.svg +0 -1
  889. package/static/f3cf31a/file-icons/file_type_nx.svg +0 -1
  890. package/static/f3cf31a/file-icons/file_type_nyc.svg +0 -1
  891. package/static/f3cf31a/file-icons/file_type_objectivec.svg +0 -1
  892. package/static/f3cf31a/file-icons/file_type_objectivecpp.svg +0 -1
  893. package/static/f3cf31a/file-icons/file_type_objidconfig.svg +0 -1
  894. package/static/f3cf31a/file-icons/file_type_ocaml.svg +0 -1
  895. package/static/f3cf31a/file-icons/file_type_ocaml_intf.svg +0 -1
  896. package/static/f3cf31a/file-icons/file_type_ogone.svg +0 -1
  897. package/static/f3cf31a/file-icons/file_type_onenote.svg +0 -1
  898. package/static/f3cf31a/file-icons/file_type_openHAB.svg +0 -1
  899. package/static/f3cf31a/file-icons/file_type_opencl.svg +0 -1
  900. package/static/f3cf31a/file-icons/file_type_openscad.svg +0 -1
  901. package/static/f3cf31a/file-icons/file_type_org.svg +0 -1
  902. package/static/f3cf31a/file-icons/file_type_outlook.svg +0 -1
  903. package/static/f3cf31a/file-icons/file_type_ovpn.svg +0 -1
  904. package/static/f3cf31a/file-icons/file_type_package.svg +0 -1
  905. package/static/f3cf31a/file-icons/file_type_paket.svg +0 -1
  906. package/static/f3cf31a/file-icons/file_type_pandacss.svg +0 -1
  907. package/static/f3cf31a/file-icons/file_type_patch.svg +0 -1
  908. package/static/f3cf31a/file-icons/file_type_pcl.svg +0 -1
  909. package/static/f3cf31a/file-icons/file_type_pddl.svg +0 -1
  910. package/static/f3cf31a/file-icons/file_type_pddl_happenings.svg +0 -1
  911. package/static/f3cf31a/file-icons/file_type_pddl_plan.svg +0 -1
  912. package/static/f3cf31a/file-icons/file_type_pdf.svg +0 -1
  913. package/static/f3cf31a/file-icons/file_type_pdf2.svg +0 -1
  914. package/static/f3cf31a/file-icons/file_type_pdm.svg +0 -1
  915. package/static/f3cf31a/file-icons/file_type_peeky.svg +0 -1
  916. package/static/f3cf31a/file-icons/file_type_perl.svg +0 -1
  917. package/static/f3cf31a/file-icons/file_type_perl2.svg +0 -1
  918. package/static/f3cf31a/file-icons/file_type_perl6.svg +0 -1
  919. package/static/f3cf31a/file-icons/file_type_pgsql.svg +0 -1
  920. package/static/f3cf31a/file-icons/file_type_photoshop.svg +0 -1
  921. package/static/f3cf31a/file-icons/file_type_photoshop2.svg +0 -1
  922. package/static/f3cf31a/file-icons/file_type_php.svg +0 -1
  923. package/static/f3cf31a/file-icons/file_type_php2.svg +0 -1
  924. package/static/f3cf31a/file-icons/file_type_php3.svg +0 -1
  925. package/static/f3cf31a/file-icons/file_type_phpcsfixer.svg +0 -1
  926. package/static/f3cf31a/file-icons/file_type_phpstan.svg +0 -1
  927. package/static/f3cf31a/file-icons/file_type_phpunit.svg +0 -1
  928. package/static/f3cf31a/file-icons/file_type_phraseapp.svg +0 -1
  929. package/static/f3cf31a/file-icons/file_type_pine.svg +0 -1
  930. package/static/f3cf31a/file-icons/file_type_pip.svg +0 -1
  931. package/static/f3cf31a/file-icons/file_type_pipeline.svg +0 -1
  932. package/static/f3cf31a/file-icons/file_type_plantuml.svg +0 -1
  933. package/static/f3cf31a/file-icons/file_type_platformio.svg +0 -1
  934. package/static/f3cf31a/file-icons/file_type_playwright.svg +0 -1
  935. package/static/f3cf31a/file-icons/file_type_plsql.svg +0 -1
  936. package/static/f3cf31a/file-icons/file_type_plsql_package.svg +0 -1
  937. package/static/f3cf31a/file-icons/file_type_plsql_package_body.svg +0 -1
  938. package/static/f3cf31a/file-icons/file_type_plsql_package_header.svg +0 -1
  939. package/static/f3cf31a/file-icons/file_type_plsql_package_spec.svg +0 -1
  940. package/static/f3cf31a/file-icons/file_type_pm2.svg +0 -1
  941. package/static/f3cf31a/file-icons/file_type_pnpm.svg +0 -1
  942. package/static/f3cf31a/file-icons/file_type_poedit.svg +0 -1
  943. package/static/f3cf31a/file-icons/file_type_poetry.svg +0 -1
  944. package/static/f3cf31a/file-icons/file_type_polymer.svg +0 -1
  945. package/static/f3cf31a/file-icons/file_type_pony.svg +0 -1
  946. package/static/f3cf31a/file-icons/file_type_postcss.svg +0 -1
  947. package/static/f3cf31a/file-icons/file_type_postcssconfig.svg +0 -1
  948. package/static/f3cf31a/file-icons/file_type_postman.svg +0 -1
  949. package/static/f3cf31a/file-icons/file_type_powerpoint.svg +0 -1
  950. package/static/f3cf31a/file-icons/file_type_powerpoint2.svg +0 -1
  951. package/static/f3cf31a/file-icons/file_type_powershell.svg +0 -1
  952. package/static/f3cf31a/file-icons/file_type_powershell2.svg +0 -1
  953. package/static/f3cf31a/file-icons/file_type_powershell_format.svg +0 -1
  954. package/static/f3cf31a/file-icons/file_type_powershell_psd.svg +0 -1
  955. package/static/f3cf31a/file-icons/file_type_powershell_psd2.svg +0 -1
  956. package/static/f3cf31a/file-icons/file_type_powershell_psm.svg +0 -1
  957. package/static/f3cf31a/file-icons/file_type_powershell_psm2.svg +0 -1
  958. package/static/f3cf31a/file-icons/file_type_powershell_types.svg +0 -1
  959. package/static/f3cf31a/file-icons/file_type_preact.svg +0 -1
  960. package/static/f3cf31a/file-icons/file_type_precommit.svg +0 -1
  961. package/static/f3cf31a/file-icons/file_type_prettier.svg +0 -1
  962. package/static/f3cf31a/file-icons/file_type_prisma.svg +0 -1
  963. package/static/f3cf31a/file-icons/file_type_processinglang.svg +0 -1
  964. package/static/f3cf31a/file-icons/file_type_procfile.svg +0 -1
  965. package/static/f3cf31a/file-icons/file_type_progress.svg +0 -1
  966. package/static/f3cf31a/file-icons/file_type_prolog.svg +0 -1
  967. package/static/f3cf31a/file-icons/file_type_prometheus.svg +0 -1
  968. package/static/f3cf31a/file-icons/file_type_protobuf.svg +0 -1
  969. package/static/f3cf31a/file-icons/file_type_protractor.svg +0 -1
  970. package/static/f3cf31a/file-icons/file_type_publiccode.svg +0 -1
  971. package/static/f3cf31a/file-icons/file_type_publisher.svg +0 -1
  972. package/static/f3cf31a/file-icons/file_type_pug.svg +0 -1
  973. package/static/f3cf31a/file-icons/file_type_pulumi.svg +0 -1
  974. package/static/f3cf31a/file-icons/file_type_puppet.svg +0 -1
  975. package/static/f3cf31a/file-icons/file_type_purescript.svg +0 -1
  976. package/static/f3cf31a/file-icons/file_type_pyenv.svg +0 -1
  977. package/static/f3cf31a/file-icons/file_type_pyret.svg +0 -1
  978. package/static/f3cf31a/file-icons/file_type_pyscript.svg +0 -1
  979. package/static/f3cf31a/file-icons/file_type_python.svg +0 -1
  980. package/static/f3cf31a/file-icons/file_type_pythowo.svg +0 -1
  981. package/static/f3cf31a/file-icons/file_type_pytyped.svg +0 -1
  982. package/static/f3cf31a/file-icons/file_type_pyup.svg +0 -1
  983. package/static/f3cf31a/file-icons/file_type_q.svg +0 -1
  984. package/static/f3cf31a/file-icons/file_type_qbs.svg +0 -1
  985. package/static/f3cf31a/file-icons/file_type_qlikview.svg +0 -1
  986. package/static/f3cf31a/file-icons/file_type_qml.svg +0 -1
  987. package/static/f3cf31a/file-icons/file_type_qmldir.svg +0 -1
  988. package/static/f3cf31a/file-icons/file_type_qsharp.svg +0 -1
  989. package/static/f3cf31a/file-icons/file_type_quasar.svg +0 -1
  990. package/static/f3cf31a/file-icons/file_type_r.svg +0 -1
  991. package/static/f3cf31a/file-icons/file_type_ra_syntax_tree.svg +0 -1
  992. package/static/f3cf31a/file-icons/file_type_racket.svg +0 -1
  993. package/static/f3cf31a/file-icons/file_type_rails.svg +0 -1
  994. package/static/f3cf31a/file-icons/file_type_rake.svg +0 -1
  995. package/static/f3cf31a/file-icons/file_type_raku.svg +0 -1
  996. package/static/f3cf31a/file-icons/file_type_raml.svg +0 -1
  997. package/static/f3cf31a/file-icons/file_type_razor.svg +0 -1
  998. package/static/f3cf31a/file-icons/file_type_razzle.svg +0 -1
  999. package/static/f3cf31a/file-icons/file_type_reactjs.svg +0 -1
  1000. package/static/f3cf31a/file-icons/file_type_reacttemplate.svg +0 -1
  1001. package/static/f3cf31a/file-icons/file_type_reactts.svg +0 -1
  1002. package/static/f3cf31a/file-icons/file_type_reason.svg +0 -1
  1003. package/static/f3cf31a/file-icons/file_type_red.svg +0 -1
  1004. package/static/f3cf31a/file-icons/file_type_registry.svg +0 -1
  1005. package/static/f3cf31a/file-icons/file_type_rego.svg +0 -1
  1006. package/static/f3cf31a/file-icons/file_type_rehype.svg +0 -1
  1007. package/static/f3cf31a/file-icons/file_type_remark.svg +0 -1
  1008. package/static/f3cf31a/file-icons/file_type_renovate.svg +0 -1
  1009. package/static/f3cf31a/file-icons/file_type_replit.svg +0 -1
  1010. package/static/f3cf31a/file-icons/file_type_rescript.svg +0 -1
  1011. package/static/f3cf31a/file-icons/file_type_rest.svg +0 -1
  1012. package/static/f3cf31a/file-icons/file_type_retext.svg +0 -1
  1013. package/static/f3cf31a/file-icons/file_type_rexx.svg +0 -1
  1014. package/static/f3cf31a/file-icons/file_type_riot.svg +0 -1
  1015. package/static/f3cf31a/file-icons/file_type_rmd.svg +0 -1
  1016. package/static/f3cf31a/file-icons/file_type_rnc.svg +0 -1
  1017. package/static/f3cf31a/file-icons/file_type_robotframework.svg +0 -1
  1018. package/static/f3cf31a/file-icons/file_type_robots.svg +0 -1
  1019. package/static/f3cf31a/file-icons/file_type_rollup.svg +0 -1
  1020. package/static/f3cf31a/file-icons/file_type_rome.svg +0 -1
  1021. package/static/f3cf31a/file-icons/file_type_ron.svg +0 -1
  1022. package/static/f3cf31a/file-icons/file_type_rproj.svg +0 -1
  1023. package/static/f3cf31a/file-icons/file_type_rspec.svg +0 -1
  1024. package/static/f3cf31a/file-icons/file_type_rss.svg +0 -1
  1025. package/static/f3cf31a/file-icons/file_type_rubocop.svg +0 -1
  1026. package/static/f3cf31a/file-icons/file_type_ruby.svg +0 -1
  1027. package/static/f3cf31a/file-icons/file_type_rust.svg +0 -1
  1028. package/static/f3cf31a/file-icons/file_type_rust_toolchain.svg +0 -1
  1029. package/static/f3cf31a/file-icons/file_type_s-lang.svg +0 -1
  1030. package/static/f3cf31a/file-icons/file_type_safetensors.svg +0 -1
  1031. package/static/f3cf31a/file-icons/file_type_sails.svg +0 -1
  1032. package/static/f3cf31a/file-icons/file_type_saltstack.svg +0 -1
  1033. package/static/f3cf31a/file-icons/file_type_san.svg +0 -1
  1034. package/static/f3cf31a/file-icons/file_type_sapphire_framework_cli.svg +0 -1
  1035. package/static/f3cf31a/file-icons/file_type_sas.svg +0 -1
  1036. package/static/f3cf31a/file-icons/file_type_sass.svg +0 -1
  1037. package/static/f3cf31a/file-icons/file_type_sbt.svg +0 -1
  1038. package/static/f3cf31a/file-icons/file_type_scala.svg +0 -1
  1039. package/static/f3cf31a/file-icons/file_type_scilab.svg +0 -1
  1040. package/static/f3cf31a/file-icons/file_type_script.svg +0 -1
  1041. package/static/f3cf31a/file-icons/file_type_scss.svg +0 -1
  1042. package/static/f3cf31a/file-icons/file_type_scss2.svg +0 -1
  1043. package/static/f3cf31a/file-icons/file_type_sdlang.svg +0 -1
  1044. package/static/f3cf31a/file-icons/file_type_search_result.svg +0 -1
  1045. package/static/f3cf31a/file-icons/file_type_sentry.svg +0 -1
  1046. package/static/f3cf31a/file-icons/file_type_sequelize.svg +0 -1
  1047. package/static/f3cf31a/file-icons/file_type_serverless.svg +0 -1
  1048. package/static/f3cf31a/file-icons/file_type_shaderlab.svg +0 -1
  1049. package/static/f3cf31a/file-icons/file_type_shell.svg +0 -1
  1050. package/static/f3cf31a/file-icons/file_type_shellcheck.svg +0 -1
  1051. package/static/f3cf31a/file-icons/file_type_shuttle.svg +0 -1
  1052. package/static/f3cf31a/file-icons/file_type_silverstripe.svg +0 -1
  1053. package/static/f3cf31a/file-icons/file_type_sino.svg +0 -1
  1054. package/static/f3cf31a/file-icons/file_type_siyuan.svg +0 -1
  1055. package/static/f3cf31a/file-icons/file_type_sketch.svg +0 -1
  1056. package/static/f3cf31a/file-icons/file_type_skipper.svg +0 -1
  1057. package/static/f3cf31a/file-icons/file_type_slang.svg +0 -1
  1058. package/static/f3cf31a/file-icons/file_type_slashup.svg +0 -1
  1059. package/static/f3cf31a/file-icons/file_type_slice.svg +0 -1
  1060. package/static/f3cf31a/file-icons/file_type_slim.svg +0 -1
  1061. package/static/f3cf31a/file-icons/file_type_slint.svg +0 -1
  1062. package/static/f3cf31a/file-icons/file_type_sln.svg +0 -1
  1063. package/static/f3cf31a/file-icons/file_type_sln2.svg +0 -1
  1064. package/static/f3cf31a/file-icons/file_type_smarty.svg +0 -1
  1065. package/static/f3cf31a/file-icons/file_type_snakemake.svg +0 -1
  1066. package/static/f3cf31a/file-icons/file_type_snapcraft.svg +0 -1
  1067. package/static/f3cf31a/file-icons/file_type_snaplet.svg +0 -1
  1068. package/static/f3cf31a/file-icons/file_type_snort.svg +0 -1
  1069. package/static/f3cf31a/file-icons/file_type_snyk.svg +0 -1
  1070. package/static/f3cf31a/file-icons/file_type_solidarity.svg +0 -1
  1071. package/static/f3cf31a/file-icons/file_type_solidity.svg +0 -1
  1072. package/static/f3cf31a/file-icons/file_type_source.svg +0 -1
  1073. package/static/f3cf31a/file-icons/file_type_spacengine.svg +0 -1
  1074. package/static/f3cf31a/file-icons/file_type_sparql.svg +0 -1
  1075. package/static/f3cf31a/file-icons/file_type_spin.svg +0 -1
  1076. package/static/f3cf31a/file-icons/file_type_sqf.svg +0 -1
  1077. package/static/f3cf31a/file-icons/file_type_sql.svg +0 -1
  1078. package/static/f3cf31a/file-icons/file_type_sqlite.svg +0 -1
  1079. package/static/f3cf31a/file-icons/file_type_squirrel.svg +0 -1
  1080. package/static/f3cf31a/file-icons/file_type_sss.svg +0 -1
  1081. package/static/f3cf31a/file-icons/file_type_sst.svg +0 -1
  1082. package/static/f3cf31a/file-icons/file_type_stan.svg +0 -1
  1083. package/static/f3cf31a/file-icons/file_type_stata.svg +0 -1
  1084. package/static/f3cf31a/file-icons/file_type_stencil.svg +0 -1
  1085. package/static/f3cf31a/file-icons/file_type_storyboard.svg +0 -1
  1086. package/static/f3cf31a/file-icons/file_type_storybook.svg +0 -1
  1087. package/static/f3cf31a/file-icons/file_type_stryker.svg +0 -1
  1088. package/static/f3cf31a/file-icons/file_type_stylable.svg +0 -1
  1089. package/static/f3cf31a/file-icons/file_type_style.svg +0 -1
  1090. package/static/f3cf31a/file-icons/file_type_styled.svg +0 -1
  1091. package/static/f3cf31a/file-icons/file_type_stylelint.svg +0 -1
  1092. package/static/f3cf31a/file-icons/file_type_stylish_haskell.svg +0 -1
  1093. package/static/f3cf31a/file-icons/file_type_stylus.svg +0 -1
  1094. package/static/f3cf31a/file-icons/file_type_sublime.svg +0 -1
  1095. package/static/f3cf31a/file-icons/file_type_subversion.svg +0 -1
  1096. package/static/f3cf31a/file-icons/file_type_svelte.svg +0 -1
  1097. package/static/f3cf31a/file-icons/file_type_svelteconfig.svg +0 -1
  1098. package/static/f3cf31a/file-icons/file_type_svg.svg +0 -1
  1099. package/static/f3cf31a/file-icons/file_type_svgo.svg +0 -1
  1100. package/static/f3cf31a/file-icons/file_type_swagger.svg +0 -1
  1101. package/static/f3cf31a/file-icons/file_type_swc.svg +0 -1
  1102. package/static/f3cf31a/file-icons/file_type_swift.svg +0 -1
  1103. package/static/f3cf31a/file-icons/file_type_swig.svg +0 -1
  1104. package/static/f3cf31a/file-icons/file_type_symfony.svg +0 -1
  1105. package/static/f3cf31a/file-icons/file_type_systemd.svg +0 -1
  1106. package/static/f3cf31a/file-icons/file_type_systemverilog.svg +0 -1
  1107. package/static/f3cf31a/file-icons/file_type_t4tt.svg +0 -1
  1108. package/static/f3cf31a/file-icons/file_type_tailwind.svg +0 -1
  1109. package/static/f3cf31a/file-icons/file_type_tamagui.svg +0 -1
  1110. package/static/f3cf31a/file-icons/file_type_taskfile.svg +0 -1
  1111. package/static/f3cf31a/file-icons/file_type_tauri.svg +0 -1
  1112. package/static/f3cf31a/file-icons/file_type_tcl.svg +0 -1
  1113. package/static/f3cf31a/file-icons/file_type_teal.svg +0 -1
  1114. package/static/f3cf31a/file-icons/file_type_templ.svg +0 -1
  1115. package/static/f3cf31a/file-icons/file_type_tera.svg +0 -1
  1116. package/static/f3cf31a/file-icons/file_type_terraform.svg +0 -1
  1117. package/static/f3cf31a/file-icons/file_type_test.svg +0 -1
  1118. package/static/f3cf31a/file-icons/file_type_testcafe.svg +0 -1
  1119. package/static/f3cf31a/file-icons/file_type_testjs.svg +0 -1
  1120. package/static/f3cf31a/file-icons/file_type_testplane.svg +0 -1
  1121. package/static/f3cf31a/file-icons/file_type_testts.svg +0 -1
  1122. package/static/f3cf31a/file-icons/file_type_tex.svg +0 -1
  1123. package/static/f3cf31a/file-icons/file_type_text.svg +0 -1
  1124. package/static/f3cf31a/file-icons/file_type_textile.svg +0 -1
  1125. package/static/f3cf31a/file-icons/file_type_tfs.svg +0 -1
  1126. package/static/f3cf31a/file-icons/file_type_tiltfile.svg +0 -1
  1127. package/static/f3cf31a/file-icons/file_type_tm.svg +0 -1
  1128. package/static/f3cf31a/file-icons/file_type_tmux.svg +0 -1
  1129. package/static/f3cf31a/file-icons/file_type_todo.svg +0 -1
  1130. package/static/f3cf31a/file-icons/file_type_toit.svg +0 -1
  1131. package/static/f3cf31a/file-icons/file_type_toml.svg +0 -1
  1132. package/static/f3cf31a/file-icons/file_type_tox.svg +0 -1
  1133. package/static/f3cf31a/file-icons/file_type_travis.svg +0 -1
  1134. package/static/f3cf31a/file-icons/file_type_tree.svg +0 -1
  1135. package/static/f3cf31a/file-icons/file_type_tres.svg +0 -1
  1136. package/static/f3cf31a/file-icons/file_type_truffle.svg +0 -1
  1137. package/static/f3cf31a/file-icons/file_type_trunk.svg +0 -1
  1138. package/static/f3cf31a/file-icons/file_type_tsbuildinfo.svg +0 -1
  1139. package/static/f3cf31a/file-icons/file_type_tscn.svg +0 -1
  1140. package/static/f3cf31a/file-icons/file_type_tsconfig.svg +0 -1
  1141. package/static/f3cf31a/file-icons/file_type_tsconfig_official.svg +0 -1
  1142. package/static/f3cf31a/file-icons/file_type_tslint.svg +0 -1
  1143. package/static/f3cf31a/file-icons/file_type_tt.svg +0 -1
  1144. package/static/f3cf31a/file-icons/file_type_ttcn.svg +0 -1
  1145. package/static/f3cf31a/file-icons/file_type_tuc.svg +0 -1
  1146. package/static/f3cf31a/file-icons/file_type_turbo.svg +0 -1
  1147. package/static/f3cf31a/file-icons/file_type_twig.svg +0 -1
  1148. package/static/f3cf31a/file-icons/file_type_typedoc.svg +0 -1
  1149. package/static/f3cf31a/file-icons/file_type_typescript.svg +0 -1
  1150. package/static/f3cf31a/file-icons/file_type_typescript_official.svg +0 -1
  1151. package/static/f3cf31a/file-icons/file_type_typescriptdef.svg +0 -1
  1152. package/static/f3cf31a/file-icons/file_type_typescriptdef_official.svg +0 -1
  1153. package/static/f3cf31a/file-icons/file_type_typo3.svg +0 -1
  1154. package/static/f3cf31a/file-icons/file_type_uiua.svg +0 -1
  1155. package/static/f3cf31a/file-icons/file_type_unibeautify.svg +0 -1
  1156. package/static/f3cf31a/file-icons/file_type_unison.svg +0 -1
  1157. package/static/f3cf31a/file-icons/file_type_unlicense.svg +0 -1
  1158. package/static/f3cf31a/file-icons/file_type_unocss.svg +0 -1
  1159. package/static/f3cf31a/file-icons/file_type_vagrant.svg +0 -1
  1160. package/static/f3cf31a/file-icons/file_type_vala.svg +0 -1
  1161. package/static/f3cf31a/file-icons/file_type_vanilla_extract.svg +0 -1
  1162. package/static/f3cf31a/file-icons/file_type_vapi.svg +0 -1
  1163. package/static/f3cf31a/file-icons/file_type_vapor.svg +0 -1
  1164. package/static/f3cf31a/file-icons/file_type_vash.svg +0 -1
  1165. package/static/f3cf31a/file-icons/file_type_vb.svg +0 -1
  1166. package/static/f3cf31a/file-icons/file_type_vba.svg +0 -1
  1167. package/static/f3cf31a/file-icons/file_type_vbhtml.svg +0 -1
  1168. package/static/f3cf31a/file-icons/file_type_vbproj.svg +0 -1
  1169. package/static/f3cf31a/file-icons/file_type_vcxproj.svg +0 -1
  1170. package/static/f3cf31a/file-icons/file_type_velocity.svg +0 -1
  1171. package/static/f3cf31a/file-icons/file_type_vento.svg +0 -1
  1172. package/static/f3cf31a/file-icons/file_type_vercel.svg +0 -1
  1173. package/static/f3cf31a/file-icons/file_type_verilog.svg +0 -1
  1174. package/static/f3cf31a/file-icons/file_type_vhdl.svg +0 -1
  1175. package/static/f3cf31a/file-icons/file_type_video.svg +0 -1
  1176. package/static/f3cf31a/file-icons/file_type_view.svg +0 -1
  1177. package/static/f3cf31a/file-icons/file_type_vim.svg +0 -1
  1178. package/static/f3cf31a/file-icons/file_type_vite.svg +0 -1
  1179. package/static/f3cf31a/file-icons/file_type_vitest.svg +0 -1
  1180. package/static/f3cf31a/file-icons/file_type_vlang.svg +0 -1
  1181. package/static/f3cf31a/file-icons/file_type_volt.svg +0 -1
  1182. package/static/f3cf31a/file-icons/file_type_vscode-insiders.svg +0 -1
  1183. package/static/f3cf31a/file-icons/file_type_vscode.svg +0 -1
  1184. package/static/f3cf31a/file-icons/file_type_vscode2.svg +0 -1
  1185. package/static/f3cf31a/file-icons/file_type_vscode3.svg +0 -1
  1186. package/static/f3cf31a/file-icons/file_type_vscode_test.svg +0 -1
  1187. package/static/f3cf31a/file-icons/file_type_vsix.svg +0 -1
  1188. package/static/f3cf31a/file-icons/file_type_vsixmanifest.svg +0 -1
  1189. package/static/f3cf31a/file-icons/file_type_vue.svg +0 -1
  1190. package/static/f3cf31a/file-icons/file_type_vueconfig.svg +0 -1
  1191. package/static/f3cf31a/file-icons/file_type_vyper.svg +0 -1
  1192. package/static/f3cf31a/file-icons/file_type_wallaby.svg +0 -1
  1193. package/static/f3cf31a/file-icons/file_type_wally.svg +0 -1
  1194. package/static/f3cf31a/file-icons/file_type_wasm.svg +0 -1
  1195. package/static/f3cf31a/file-icons/file_type_watchmanconfig.svg +0 -1
  1196. package/static/f3cf31a/file-icons/file_type_wdio.svg +0 -1
  1197. package/static/f3cf31a/file-icons/file_type_webpack.svg +0 -1
  1198. package/static/f3cf31a/file-icons/file_type_wenyan.svg +0 -1
  1199. package/static/f3cf31a/file-icons/file_type_wercker.svg +0 -1
  1200. package/static/f3cf31a/file-icons/file_type_wgsl.svg +0 -1
  1201. package/static/f3cf31a/file-icons/file_type_wikitext.svg +0 -1
  1202. package/static/f3cf31a/file-icons/file_type_windi.svg +0 -1
  1203. package/static/f3cf31a/file-icons/file_type_wit.svg +0 -1
  1204. package/static/f3cf31a/file-icons/file_type_wolfram.svg +0 -1
  1205. package/static/f3cf31a/file-icons/file_type_word.svg +0 -1
  1206. package/static/f3cf31a/file-icons/file_type_word2.svg +0 -1
  1207. package/static/f3cf31a/file-icons/file_type_wpml.svg +0 -1
  1208. package/static/f3cf31a/file-icons/file_type_wurst.svg +0 -1
  1209. package/static/f3cf31a/file-icons/file_type_wxml.svg +0 -1
  1210. package/static/f3cf31a/file-icons/file_type_wxss.svg +0 -1
  1211. package/static/f3cf31a/file-icons/file_type_wxt.svg +0 -1
  1212. package/static/f3cf31a/file-icons/file_type_xcode.svg +0 -1
  1213. package/static/f3cf31a/file-icons/file_type_xfl.svg +0 -1
  1214. package/static/f3cf31a/file-icons/file_type_xib.svg +0 -1
  1215. package/static/f3cf31a/file-icons/file_type_xliff.svg +0 -1
  1216. package/static/f3cf31a/file-icons/file_type_xmake.svg +0 -1
  1217. package/static/f3cf31a/file-icons/file_type_xml.svg +0 -1
  1218. package/static/f3cf31a/file-icons/file_type_xo.svg +0 -1
  1219. package/static/f3cf31a/file-icons/file_type_xorg.svg +0 -1
  1220. package/static/f3cf31a/file-icons/file_type_xquery.svg +0 -1
  1221. package/static/f3cf31a/file-icons/file_type_xsl.svg +0 -1
  1222. package/static/f3cf31a/file-icons/file_type_yacc.svg +0 -1
  1223. package/static/f3cf31a/file-icons/file_type_yaml.svg +0 -1
  1224. package/static/f3cf31a/file-icons/file_type_yamllint.svg +0 -1
  1225. package/static/f3cf31a/file-icons/file_type_yandex.svg +0 -1
  1226. package/static/f3cf31a/file-icons/file_type_yang.svg +0 -1
  1227. package/static/f3cf31a/file-icons/file_type_yarn.svg +0 -1
  1228. package/static/f3cf31a/file-icons/file_type_yeoman.svg +0 -1
  1229. package/static/f3cf31a/file-icons/file_type_zeit.svg +0 -1
  1230. package/static/f3cf31a/file-icons/file_type_zig.svg +0 -1
  1231. package/static/f3cf31a/file-icons/file_type_zip.svg +0 -1
  1232. package/static/f3cf31a/file-icons/file_type_zip2.svg +0 -1
  1233. package/static/f3cf31a/file-icons/folder_type_android.svg +0 -1
  1234. package/static/f3cf31a/file-icons/folder_type_android_opened.svg +0 -1
  1235. package/static/f3cf31a/file-icons/folder_type_api.svg +0 -1
  1236. package/static/f3cf31a/file-icons/folder_type_api_opened.svg +0 -1
  1237. package/static/f3cf31a/file-icons/folder_type_app.svg +0 -1
  1238. package/static/f3cf31a/file-icons/folder_type_app_opened.svg +0 -1
  1239. package/static/f3cf31a/file-icons/folder_type_arangodb.svg +0 -1
  1240. package/static/f3cf31a/file-icons/folder_type_arangodb_opened.svg +0 -1
  1241. package/static/f3cf31a/file-icons/folder_type_asset.svg +0 -1
  1242. package/static/f3cf31a/file-icons/folder_type_asset_opened.svg +0 -1
  1243. package/static/f3cf31a/file-icons/folder_type_audio.svg +0 -1
  1244. package/static/f3cf31a/file-icons/folder_type_audio_opened.svg +0 -1
  1245. package/static/f3cf31a/file-icons/folder_type_aurelia.svg +0 -1
  1246. package/static/f3cf31a/file-icons/folder_type_aurelia_opened.svg +0 -1
  1247. package/static/f3cf31a/file-icons/folder_type_aws.svg +0 -1
  1248. package/static/f3cf31a/file-icons/folder_type_aws_opened.svg +0 -1
  1249. package/static/f3cf31a/file-icons/folder_type_azure.svg +0 -1
  1250. package/static/f3cf31a/file-icons/folder_type_azure_opened.svg +0 -1
  1251. package/static/f3cf31a/file-icons/folder_type_azurepipelines.svg +0 -1
  1252. package/static/f3cf31a/file-icons/folder_type_azurepipelines_opened.svg +0 -1
  1253. package/static/f3cf31a/file-icons/folder_type_binary.svg +0 -1
  1254. package/static/f3cf31a/file-icons/folder_type_binary_opened.svg +0 -1
  1255. package/static/f3cf31a/file-icons/folder_type_bloc.svg +0 -1
  1256. package/static/f3cf31a/file-icons/folder_type_bloc_opened.svg +0 -1
  1257. package/static/f3cf31a/file-icons/folder_type_blueprint.svg +0 -1
  1258. package/static/f3cf31a/file-icons/folder_type_blueprint_opened.svg +0 -1
  1259. package/static/f3cf31a/file-icons/folder_type_bot.svg +0 -1
  1260. package/static/f3cf31a/file-icons/folder_type_bot_opened.svg +0 -1
  1261. package/static/f3cf31a/file-icons/folder_type_bower.svg +0 -1
  1262. package/static/f3cf31a/file-icons/folder_type_bower_opened.svg +0 -1
  1263. package/static/f3cf31a/file-icons/folder_type_buildkite.svg +0 -1
  1264. package/static/f3cf31a/file-icons/folder_type_buildkite_opened.svg +0 -1
  1265. package/static/f3cf31a/file-icons/folder_type_cake.svg +0 -1
  1266. package/static/f3cf31a/file-icons/folder_type_cake_opened.svg +0 -1
  1267. package/static/f3cf31a/file-icons/folder_type_certificate.svg +0 -1
  1268. package/static/f3cf31a/file-icons/folder_type_certificate_opened.svg +0 -1
  1269. package/static/f3cf31a/file-icons/folder_type_changesets.svg +0 -1
  1270. package/static/f3cf31a/file-icons/folder_type_changesets_opened.svg +0 -1
  1271. package/static/f3cf31a/file-icons/folder_type_chef.svg +0 -1
  1272. package/static/f3cf31a/file-icons/folder_type_chef_opened.svg +0 -1
  1273. package/static/f3cf31a/file-icons/folder_type_circleci.svg +0 -1
  1274. package/static/f3cf31a/file-icons/folder_type_circleci_opened.svg +0 -1
  1275. package/static/f3cf31a/file-icons/folder_type_cli.svg +0 -1
  1276. package/static/f3cf31a/file-icons/folder_type_cli_opened.svg +0 -1
  1277. package/static/f3cf31a/file-icons/folder_type_client.svg +0 -1
  1278. package/static/f3cf31a/file-icons/folder_type_client_opened.svg +0 -1
  1279. package/static/f3cf31a/file-icons/folder_type_cmake.svg +0 -1
  1280. package/static/f3cf31a/file-icons/folder_type_cmake_opened.svg +0 -1
  1281. package/static/f3cf31a/file-icons/folder_type_common.svg +0 -1
  1282. package/static/f3cf31a/file-icons/folder_type_common_opened.svg +0 -1
  1283. package/static/f3cf31a/file-icons/folder_type_component.svg +0 -1
  1284. package/static/f3cf31a/file-icons/folder_type_component_opened.svg +0 -1
  1285. package/static/f3cf31a/file-icons/folder_type_composer.svg +0 -1
  1286. package/static/f3cf31a/file-icons/folder_type_composer_opened.svg +0 -1
  1287. package/static/f3cf31a/file-icons/folder_type_config.svg +0 -1
  1288. package/static/f3cf31a/file-icons/folder_type_config_opened.svg +0 -1
  1289. package/static/f3cf31a/file-icons/folder_type_controller.svg +0 -1
  1290. package/static/f3cf31a/file-icons/folder_type_controller_opened.svg +0 -1
  1291. package/static/f3cf31a/file-icons/folder_type_coverage.svg +0 -1
  1292. package/static/f3cf31a/file-icons/folder_type_coverage_opened.svg +0 -1
  1293. package/static/f3cf31a/file-icons/folder_type_css.svg +0 -1
  1294. package/static/f3cf31a/file-icons/folder_type_css_opened.svg +0 -1
  1295. package/static/f3cf31a/file-icons/folder_type_cubit.svg +0 -1
  1296. package/static/f3cf31a/file-icons/folder_type_cubit_opened.svg +0 -1
  1297. package/static/f3cf31a/file-icons/folder_type_cypress.svg +0 -1
  1298. package/static/f3cf31a/file-icons/folder_type_cypress_opened.svg +0 -1
  1299. package/static/f3cf31a/file-icons/folder_type_dapr.svg +0 -1
  1300. package/static/f3cf31a/file-icons/folder_type_dapr_opened.svg +0 -1
  1301. package/static/f3cf31a/file-icons/folder_type_datadog.svg +0 -1
  1302. package/static/f3cf31a/file-icons/folder_type_datadog_opened.svg +0 -1
  1303. package/static/f3cf31a/file-icons/folder_type_db.svg +0 -1
  1304. package/static/f3cf31a/file-icons/folder_type_db_opened.svg +0 -1
  1305. package/static/f3cf31a/file-icons/folder_type_debian.svg +0 -1
  1306. package/static/f3cf31a/file-icons/folder_type_debian_opened.svg +0 -1
  1307. package/static/f3cf31a/file-icons/folder_type_dependabot.svg +0 -1
  1308. package/static/f3cf31a/file-icons/folder_type_dependabot_opened.svg +0 -1
  1309. package/static/f3cf31a/file-icons/folder_type_devcontainer.svg +0 -1
  1310. package/static/f3cf31a/file-icons/folder_type_devcontainer_opened.svg +0 -1
  1311. package/static/f3cf31a/file-icons/folder_type_dist.svg +0 -1
  1312. package/static/f3cf31a/file-icons/folder_type_dist_opened.svg +0 -1
  1313. package/static/f3cf31a/file-icons/folder_type_docker.svg +0 -1
  1314. package/static/f3cf31a/file-icons/folder_type_docker_opened.svg +0 -1
  1315. package/static/f3cf31a/file-icons/folder_type_docs.svg +0 -1
  1316. package/static/f3cf31a/file-icons/folder_type_docs_opened.svg +0 -1
  1317. package/static/f3cf31a/file-icons/folder_type_e2e.svg +0 -1
  1318. package/static/f3cf31a/file-icons/folder_type_e2e_opened.svg +0 -1
  1319. package/static/f3cf31a/file-icons/folder_type_elasticbeanstalk.svg +0 -1
  1320. package/static/f3cf31a/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
  1321. package/static/f3cf31a/file-icons/folder_type_electron.svg +0 -1
  1322. package/static/f3cf31a/file-icons/folder_type_electron_opened.svg +0 -1
  1323. package/static/f3cf31a/file-icons/folder_type_expo.svg +0 -1
  1324. package/static/f3cf31a/file-icons/folder_type_expo_opened.svg +0 -1
  1325. package/static/f3cf31a/file-icons/folder_type_favicon.svg +0 -1
  1326. package/static/f3cf31a/file-icons/folder_type_favicon_opened.svg +0 -1
  1327. package/static/f3cf31a/file-icons/folder_type_flow.svg +0 -1
  1328. package/static/f3cf31a/file-icons/folder_type_flow_opened.svg +0 -1
  1329. package/static/f3cf31a/file-icons/folder_type_fonts.svg +0 -1
  1330. package/static/f3cf31a/file-icons/folder_type_fonts_opened.svg +0 -1
  1331. package/static/f3cf31a/file-icons/folder_type_frontcommerce.svg +0 -1
  1332. package/static/f3cf31a/file-icons/folder_type_frontcommerce_opened.svg +0 -1
  1333. package/static/f3cf31a/file-icons/folder_type_gcp.svg +0 -1
  1334. package/static/f3cf31a/file-icons/folder_type_gcp_opened.svg +0 -1
  1335. package/static/f3cf31a/file-icons/folder_type_git.svg +0 -1
  1336. package/static/f3cf31a/file-icons/folder_type_git_opened.svg +0 -1
  1337. package/static/f3cf31a/file-icons/folder_type_github.svg +0 -1
  1338. package/static/f3cf31a/file-icons/folder_type_github_opened.svg +0 -1
  1339. package/static/f3cf31a/file-icons/folder_type_gitlab.svg +0 -1
  1340. package/static/f3cf31a/file-icons/folder_type_gitlab_opened.svg +0 -1
  1341. package/static/f3cf31a/file-icons/folder_type_gradle.svg +0 -1
  1342. package/static/f3cf31a/file-icons/folder_type_gradle_opened.svg +0 -1
  1343. package/static/f3cf31a/file-icons/folder_type_graphql.svg +0 -1
  1344. package/static/f3cf31a/file-icons/folder_type_graphql_opened.svg +0 -1
  1345. package/static/f3cf31a/file-icons/folder_type_grunt.svg +0 -1
  1346. package/static/f3cf31a/file-icons/folder_type_grunt_opened.svg +0 -1
  1347. package/static/f3cf31a/file-icons/folder_type_gulp.svg +0 -1
  1348. package/static/f3cf31a/file-icons/folder_type_gulp_opened.svg +0 -1
  1349. package/static/f3cf31a/file-icons/folder_type_haxelib.svg +0 -1
  1350. package/static/f3cf31a/file-icons/folder_type_haxelib_opened.svg +0 -1
  1351. package/static/f3cf31a/file-icons/folder_type_helper.svg +0 -1
  1352. package/static/f3cf31a/file-icons/folder_type_helper_opened.svg +0 -1
  1353. package/static/f3cf31a/file-icons/folder_type_hook.svg +0 -1
  1354. package/static/f3cf31a/file-icons/folder_type_hook_opened.svg +0 -1
  1355. package/static/f3cf31a/file-icons/folder_type_husky.svg +0 -1
  1356. package/static/f3cf31a/file-icons/folder_type_husky_opened.svg +0 -1
  1357. package/static/f3cf31a/file-icons/folder_type_idea.svg +0 -1
  1358. package/static/f3cf31a/file-icons/folder_type_idea_opened.svg +0 -1
  1359. package/static/f3cf31a/file-icons/folder_type_images.svg +0 -1
  1360. package/static/f3cf31a/file-icons/folder_type_images_opened.svg +0 -1
  1361. package/static/f3cf31a/file-icons/folder_type_include.svg +0 -1
  1362. package/static/f3cf31a/file-icons/folder_type_include_opened.svg +0 -1
  1363. package/static/f3cf31a/file-icons/folder_type_interfaces.svg +0 -1
  1364. package/static/f3cf31a/file-icons/folder_type_interfaces_opened.svg +0 -1
  1365. package/static/f3cf31a/file-icons/folder_type_ios.svg +0 -1
  1366. package/static/f3cf31a/file-icons/folder_type_ios_opened.svg +0 -1
  1367. package/static/f3cf31a/file-icons/folder_type_js.svg +0 -1
  1368. package/static/f3cf31a/file-icons/folder_type_js_opened.svg +0 -1
  1369. package/static/f3cf31a/file-icons/folder_type_json.svg +0 -1
  1370. package/static/f3cf31a/file-icons/folder_type_json_official.svg +0 -1
  1371. package/static/f3cf31a/file-icons/folder_type_json_official_opened.svg +0 -1
  1372. package/static/f3cf31a/file-icons/folder_type_json_opened.svg +0 -1
  1373. package/static/f3cf31a/file-icons/folder_type_kubernetes.svg +0 -1
  1374. package/static/f3cf31a/file-icons/folder_type_kubernetes_opened.svg +0 -1
  1375. package/static/f3cf31a/file-icons/folder_type_less.svg +0 -1
  1376. package/static/f3cf31a/file-icons/folder_type_less_opened.svg +0 -1
  1377. package/static/f3cf31a/file-icons/folder_type_library.svg +0 -1
  1378. package/static/f3cf31a/file-icons/folder_type_library_opened.svg +0 -1
  1379. package/static/f3cf31a/file-icons/folder_type_light_cypress.svg +0 -1
  1380. package/static/f3cf31a/file-icons/folder_type_light_cypress_opened.svg +0 -1
  1381. package/static/f3cf31a/file-icons/folder_type_light_electron.svg +0 -1
  1382. package/static/f3cf31a/file-icons/folder_type_light_electron_opened.svg +0 -1
  1383. package/static/f3cf31a/file-icons/folder_type_light_expo.svg +0 -1
  1384. package/static/f3cf31a/file-icons/folder_type_light_expo_opened.svg +0 -1
  1385. package/static/f3cf31a/file-icons/folder_type_light_fonts.svg +0 -1
  1386. package/static/f3cf31a/file-icons/folder_type_light_fonts_opened.svg +0 -1
  1387. package/static/f3cf31a/file-icons/folder_type_light_gradle.svg +0 -1
  1388. package/static/f3cf31a/file-icons/folder_type_light_gradle_opened.svg +0 -1
  1389. package/static/f3cf31a/file-icons/folder_type_light_meteor.svg +0 -1
  1390. package/static/f3cf31a/file-icons/folder_type_light_meteor_opened.svg +0 -1
  1391. package/static/f3cf31a/file-icons/folder_type_light_mysql.svg +0 -1
  1392. package/static/f3cf31a/file-icons/folder_type_light_mysql_opened.svg +0 -1
  1393. package/static/f3cf31a/file-icons/folder_type_light_node.svg +0 -1
  1394. package/static/f3cf31a/file-icons/folder_type_light_node_opened.svg +0 -1
  1395. package/static/f3cf31a/file-icons/folder_type_light_redux.svg +0 -1
  1396. package/static/f3cf31a/file-icons/folder_type_light_redux_opened.svg +0 -1
  1397. package/static/f3cf31a/file-icons/folder_type_light_sass.svg +0 -1
  1398. package/static/f3cf31a/file-icons/folder_type_light_sass_opened.svg +0 -1
  1399. package/static/f3cf31a/file-icons/folder_type_linux.svg +0 -1
  1400. package/static/f3cf31a/file-icons/folder_type_linux_opened.svg +0 -1
  1401. package/static/f3cf31a/file-icons/folder_type_locale.svg +0 -1
  1402. package/static/f3cf31a/file-icons/folder_type_locale_opened.svg +0 -1
  1403. package/static/f3cf31a/file-icons/folder_type_log.svg +0 -1
  1404. package/static/f3cf31a/file-icons/folder_type_log_opened.svg +0 -1
  1405. package/static/f3cf31a/file-icons/folder_type_macos.svg +0 -1
  1406. package/static/f3cf31a/file-icons/folder_type_macos_opened.svg +0 -1
  1407. package/static/f3cf31a/file-icons/folder_type_mariadb.svg +0 -1
  1408. package/static/f3cf31a/file-icons/folder_type_mariadb_opened.svg +0 -1
  1409. package/static/f3cf31a/file-icons/folder_type_maven.svg +0 -1
  1410. package/static/f3cf31a/file-icons/folder_type_maven_opened.svg +0 -1
  1411. package/static/f3cf31a/file-icons/folder_type_mediawiki.svg +0 -1
  1412. package/static/f3cf31a/file-icons/folder_type_mediawiki_opened.svg +0 -1
  1413. package/static/f3cf31a/file-icons/folder_type_memcached.svg +0 -1
  1414. package/static/f3cf31a/file-icons/folder_type_memcached_opened.svg +0 -1
  1415. package/static/f3cf31a/file-icons/folder_type_meteor.svg +0 -1
  1416. package/static/f3cf31a/file-icons/folder_type_meteor_opened.svg +0 -1
  1417. package/static/f3cf31a/file-icons/folder_type_middleware.svg +0 -1
  1418. package/static/f3cf31a/file-icons/folder_type_middleware_opened.svg +0 -1
  1419. package/static/f3cf31a/file-icons/folder_type_minikube.svg +0 -1
  1420. package/static/f3cf31a/file-icons/folder_type_minikube_opened.svg +0 -1
  1421. package/static/f3cf31a/file-icons/folder_type_mjml.svg +0 -1
  1422. package/static/f3cf31a/file-icons/folder_type_mjml_opened.svg +0 -1
  1423. package/static/f3cf31a/file-icons/folder_type_mock.svg +0 -1
  1424. package/static/f3cf31a/file-icons/folder_type_mock_opened.svg +0 -1
  1425. package/static/f3cf31a/file-icons/folder_type_model.svg +0 -1
  1426. package/static/f3cf31a/file-icons/folder_type_model_opened.svg +0 -1
  1427. package/static/f3cf31a/file-icons/folder_type_module.svg +0 -1
  1428. package/static/f3cf31a/file-icons/folder_type_module_opened.svg +0 -1
  1429. package/static/f3cf31a/file-icons/folder_type_mojo.svg +0 -1
  1430. package/static/f3cf31a/file-icons/folder_type_mojo_opened.svg +0 -1
  1431. package/static/f3cf31a/file-icons/folder_type_mongodb.svg +0 -1
  1432. package/static/f3cf31a/file-icons/folder_type_mongodb_opened.svg +0 -1
  1433. package/static/f3cf31a/file-icons/folder_type_mysql.svg +0 -1
  1434. package/static/f3cf31a/file-icons/folder_type_mysql_opened.svg +0 -1
  1435. package/static/f3cf31a/file-icons/folder_type_next.svg +0 -1
  1436. package/static/f3cf31a/file-icons/folder_type_next_opened.svg +0 -1
  1437. package/static/f3cf31a/file-icons/folder_type_nginx.svg +0 -1
  1438. package/static/f3cf31a/file-icons/folder_type_nginx_opened.svg +0 -1
  1439. package/static/f3cf31a/file-icons/folder_type_nix.svg +0 -1
  1440. package/static/f3cf31a/file-icons/folder_type_nix_opened.svg +0 -1
  1441. package/static/f3cf31a/file-icons/folder_type_node.svg +0 -1
  1442. package/static/f3cf31a/file-icons/folder_type_node_opened.svg +0 -1
  1443. package/static/f3cf31a/file-icons/folder_type_notebooks.svg +0 -1
  1444. package/static/f3cf31a/file-icons/folder_type_notebooks_opened.svg +0 -1
  1445. package/static/f3cf31a/file-icons/folder_type_notification.svg +0 -1
  1446. package/static/f3cf31a/file-icons/folder_type_notification_opened.svg +0 -1
  1447. package/static/f3cf31a/file-icons/folder_type_nuget.svg +0 -1
  1448. package/static/f3cf31a/file-icons/folder_type_nuget_opened.svg +0 -1
  1449. package/static/f3cf31a/file-icons/folder_type_nuxt.svg +0 -1
  1450. package/static/f3cf31a/file-icons/folder_type_nuxt_opened.svg +0 -1
  1451. package/static/f3cf31a/file-icons/folder_type_package.svg +0 -1
  1452. package/static/f3cf31a/file-icons/folder_type_package_opened.svg +0 -1
  1453. package/static/f3cf31a/file-icons/folder_type_paket.svg +0 -1
  1454. package/static/f3cf31a/file-icons/folder_type_paket_opened.svg +0 -1
  1455. package/static/f3cf31a/file-icons/folder_type_php.svg +0 -1
  1456. package/static/f3cf31a/file-icons/folder_type_php_opened.svg +0 -1
  1457. package/static/f3cf31a/file-icons/folder_type_platformio.svg +0 -1
  1458. package/static/f3cf31a/file-icons/folder_type_platformio_opened.svg +0 -1
  1459. package/static/f3cf31a/file-icons/folder_type_plugin.svg +0 -1
  1460. package/static/f3cf31a/file-icons/folder_type_plugin_opened.svg +0 -1
  1461. package/static/f3cf31a/file-icons/folder_type_prisma.svg +0 -1
  1462. package/static/f3cf31a/file-icons/folder_type_prisma_opened.svg +0 -1
  1463. package/static/f3cf31a/file-icons/folder_type_private.svg +0 -1
  1464. package/static/f3cf31a/file-icons/folder_type_private_opened.svg +0 -1
  1465. package/static/f3cf31a/file-icons/folder_type_public.svg +0 -1
  1466. package/static/f3cf31a/file-icons/folder_type_public_opened.svg +0 -1
  1467. package/static/f3cf31a/file-icons/folder_type_python.svg +0 -1
  1468. package/static/f3cf31a/file-icons/folder_type_python_opened.svg +0 -1
  1469. package/static/f3cf31a/file-icons/folder_type_ravendb.svg +0 -1
  1470. package/static/f3cf31a/file-icons/folder_type_ravendb_opened.svg +0 -1
  1471. package/static/f3cf31a/file-icons/folder_type_redis.svg +0 -1
  1472. package/static/f3cf31a/file-icons/folder_type_redis_opened.svg +0 -1
  1473. package/static/f3cf31a/file-icons/folder_type_redux.svg +0 -1
  1474. package/static/f3cf31a/file-icons/folder_type_redux_opened.svg +0 -1
  1475. package/static/f3cf31a/file-icons/folder_type_route.svg +0 -1
  1476. package/static/f3cf31a/file-icons/folder_type_route_opened.svg +0 -1
  1477. package/static/f3cf31a/file-icons/folder_type_sass.svg +0 -1
  1478. package/static/f3cf31a/file-icons/folder_type_sass_opened.svg +0 -1
  1479. package/static/f3cf31a/file-icons/folder_type_script.svg +0 -1
  1480. package/static/f3cf31a/file-icons/folder_type_script_opened.svg +0 -1
  1481. package/static/f3cf31a/file-icons/folder_type_server.svg +0 -1
  1482. package/static/f3cf31a/file-icons/folder_type_server_opened.svg +0 -1
  1483. package/static/f3cf31a/file-icons/folder_type_services.svg +0 -1
  1484. package/static/f3cf31a/file-icons/folder_type_services_opened.svg +0 -1
  1485. package/static/f3cf31a/file-icons/folder_type_shared.svg +0 -1
  1486. package/static/f3cf31a/file-icons/folder_type_shared_opened.svg +0 -1
  1487. package/static/f3cf31a/file-icons/folder_type_snaplet.svg +0 -1
  1488. package/static/f3cf31a/file-icons/folder_type_snaplet_opened.svg +0 -1
  1489. package/static/f3cf31a/file-icons/folder_type_spin.svg +0 -1
  1490. package/static/f3cf31a/file-icons/folder_type_spin_opened.svg +0 -1
  1491. package/static/f3cf31a/file-icons/folder_type_src.svg +0 -1
  1492. package/static/f3cf31a/file-icons/folder_type_src_opened.svg +0 -1
  1493. package/static/f3cf31a/file-icons/folder_type_sso.svg +0 -1
  1494. package/static/f3cf31a/file-icons/folder_type_sso_opened.svg +0 -1
  1495. package/static/f3cf31a/file-icons/folder_type_story.svg +0 -1
  1496. package/static/f3cf31a/file-icons/folder_type_story_opened.svg +0 -1
  1497. package/static/f3cf31a/file-icons/folder_type_style.svg +0 -1
  1498. package/static/f3cf31a/file-icons/folder_type_style_opened.svg +0 -1
  1499. package/static/f3cf31a/file-icons/folder_type_supabase.svg +0 -1
  1500. package/static/f3cf31a/file-icons/folder_type_supabase_opened.svg +0 -1
  1501. package/static/f3cf31a/file-icons/folder_type_svelte.svg +0 -1
  1502. package/static/f3cf31a/file-icons/folder_type_svelte_opened.svg +0 -1
  1503. package/static/f3cf31a/file-icons/folder_type_tauri.svg +0 -1
  1504. package/static/f3cf31a/file-icons/folder_type_tauri_opened.svg +0 -1
  1505. package/static/f3cf31a/file-icons/folder_type_temp.svg +0 -1
  1506. package/static/f3cf31a/file-icons/folder_type_temp_opened.svg +0 -1
  1507. package/static/f3cf31a/file-icons/folder_type_template.svg +0 -1
  1508. package/static/f3cf31a/file-icons/folder_type_template_opened.svg +0 -1
  1509. package/static/f3cf31a/file-icons/folder_type_test.svg +0 -1
  1510. package/static/f3cf31a/file-icons/folder_type_test_opened.svg +0 -1
  1511. package/static/f3cf31a/file-icons/folder_type_theme.svg +0 -1
  1512. package/static/f3cf31a/file-icons/folder_type_theme_opened.svg +0 -1
  1513. package/static/f3cf31a/file-icons/folder_type_tools.svg +0 -1
  1514. package/static/f3cf31a/file-icons/folder_type_tools_opened.svg +0 -1
  1515. package/static/f3cf31a/file-icons/folder_type_travis.svg +0 -1
  1516. package/static/f3cf31a/file-icons/folder_type_travis_opened.svg +0 -1
  1517. package/static/f3cf31a/file-icons/folder_type_trunk.svg +0 -1
  1518. package/static/f3cf31a/file-icons/folder_type_trunk_opened.svg +0 -1
  1519. package/static/f3cf31a/file-icons/folder_type_turbo.svg +0 -1
  1520. package/static/f3cf31a/file-icons/folder_type_turbo_opened.svg +0 -1
  1521. package/static/f3cf31a/file-icons/folder_type_typescript.svg +0 -1
  1522. package/static/f3cf31a/file-icons/folder_type_typescript_opened.svg +0 -1
  1523. package/static/f3cf31a/file-icons/folder_type_typings.svg +0 -1
  1524. package/static/f3cf31a/file-icons/folder_type_typings2.svg +0 -1
  1525. package/static/f3cf31a/file-icons/folder_type_typings2_opened.svg +0 -1
  1526. package/static/f3cf31a/file-icons/folder_type_typings_opened.svg +0 -1
  1527. package/static/f3cf31a/file-icons/folder_type_vagrant.svg +0 -1
  1528. package/static/f3cf31a/file-icons/folder_type_vagrant_opened.svg +0 -1
  1529. package/static/f3cf31a/file-icons/folder_type_vercel.svg +0 -1
  1530. package/static/f3cf31a/file-icons/folder_type_vercel_opened.svg +0 -1
  1531. package/static/f3cf31a/file-icons/folder_type_video.svg +0 -1
  1532. package/static/f3cf31a/file-icons/folder_type_video_opened.svg +0 -1
  1533. package/static/f3cf31a/file-icons/folder_type_view.svg +0 -1
  1534. package/static/f3cf31a/file-icons/folder_type_view_opened.svg +0 -1
  1535. package/static/f3cf31a/file-icons/folder_type_vs.svg +0 -1
  1536. package/static/f3cf31a/file-icons/folder_type_vs2.svg +0 -1
  1537. package/static/f3cf31a/file-icons/folder_type_vs2_opened.svg +0 -1
  1538. package/static/f3cf31a/file-icons/folder_type_vs_opened.svg +0 -1
  1539. package/static/f3cf31a/file-icons/folder_type_vscode.svg +0 -1
  1540. package/static/f3cf31a/file-icons/folder_type_vscode2.svg +0 -1
  1541. package/static/f3cf31a/file-icons/folder_type_vscode2_opened.svg +0 -1
  1542. package/static/f3cf31a/file-icons/folder_type_vscode3.svg +0 -1
  1543. package/static/f3cf31a/file-icons/folder_type_vscode3_opened.svg +0 -1
  1544. package/static/f3cf31a/file-icons/folder_type_vscode_opened.svg +0 -1
  1545. package/static/f3cf31a/file-icons/folder_type_vscode_test.svg +0 -1
  1546. package/static/f3cf31a/file-icons/folder_type_vscode_test2.svg +0 -1
  1547. package/static/f3cf31a/file-icons/folder_type_vscode_test2_opened.svg +0 -1
  1548. package/static/f3cf31a/file-icons/folder_type_vscode_test3.svg +0 -1
  1549. package/static/f3cf31a/file-icons/folder_type_vscode_test3_opened.svg +0 -1
  1550. package/static/f3cf31a/file-icons/folder_type_vscode_test_opened.svg +0 -1
  1551. package/static/f3cf31a/file-icons/folder_type_webpack.svg +0 -1
  1552. package/static/f3cf31a/file-icons/folder_type_webpack_opened.svg +0 -1
  1553. package/static/f3cf31a/file-icons/folder_type_windows.svg +0 -1
  1554. package/static/f3cf31a/file-icons/folder_type_windows_opened.svg +0 -1
  1555. package/static/f3cf31a/file-icons/folder_type_wit.svg +0 -1
  1556. package/static/f3cf31a/file-icons/folder_type_wit_opened.svg +0 -1
  1557. package/static/f3cf31a/file-icons/folder_type_www.svg +0 -1
  1558. package/static/f3cf31a/file-icons/folder_type_www_opened.svg +0 -1
  1559. package/static/f3cf31a/file-icons/folder_type_yarn.svg +0 -1
  1560. package/static/f3cf31a/file-icons/folder_type_yarn_opened.svg +0 -1
  1561. package/static/f3cf31a/fonts/FiraCode-VariableFont.ttf +0 -0
  1562. package/static/f3cf31a/icons/add.svg +0 -1
  1563. package/static/f3cf31a/icons/arrow-down.svg +0 -3
  1564. package/static/f3cf31a/icons/arrow-left.svg +0 -3
  1565. package/static/f3cf31a/icons/arrow-right.svg +0 -3
  1566. package/static/f3cf31a/icons/arrow-up.svg +0 -3
  1567. package/static/f3cf31a/icons/blank.svg +0 -1
  1568. package/static/f3cf31a/icons/book.svg +0 -1
  1569. package/static/f3cf31a/icons/case-sensitive.svg +0 -1
  1570. package/static/f3cf31a/icons/check.svg +0 -1
  1571. package/static/f3cf31a/icons/chevron-down.svg +0 -1
  1572. package/static/f3cf31a/icons/chevron-left.svg +0 -1
  1573. package/static/f3cf31a/icons/chevron-right.svg +0 -3
  1574. package/static/f3cf31a/icons/chevron-up.svg +0 -1
  1575. package/static/f3cf31a/icons/chrome-close.svg +0 -3
  1576. package/static/f3cf31a/icons/chrome-maximize.svg +0 -3
  1577. package/static/f3cf31a/icons/chrome-minimize.svg +0 -3
  1578. package/static/f3cf31a/icons/chrome-restore.svg +0 -1
  1579. package/static/f3cf31a/icons/circle-filled.svg +0 -1
  1580. package/static/f3cf31a/icons/clear-all.svg +0 -1
  1581. package/static/f3cf31a/icons/close.svg +0 -1
  1582. package/static/f3cf31a/icons/cloud.svg +0 -1
  1583. package/static/f3cf31a/icons/collapse-all.svg +0 -1
  1584. package/static/f3cf31a/icons/debug-all.svg +0 -1
  1585. package/static/f3cf31a/icons/debug-alt-2.svg +0 -3
  1586. package/static/f3cf31a/icons/debug-alt-small.svg +0 -1
  1587. package/static/f3cf31a/icons/debug-alt.svg +0 -1
  1588. package/static/f3cf31a/icons/debug-breakpoint-conditional-unverified.svg +0 -1
  1589. package/static/f3cf31a/icons/debug-breakpoint-conditional.svg +0 -1
  1590. package/static/f3cf31a/icons/debug-breakpoint-data-unverified.svg +0 -1
  1591. package/static/f3cf31a/icons/debug-breakpoint-data.svg +0 -1
  1592. package/static/f3cf31a/icons/debug-breakpoint-function-unverified.svg +0 -1
  1593. package/static/f3cf31a/icons/debug-breakpoint-function.svg +0 -1
  1594. package/static/f3cf31a/icons/debug-breakpoint-log-unverified.svg +0 -1
  1595. package/static/f3cf31a/icons/debug-breakpoint-log.svg +0 -1
  1596. package/static/f3cf31a/icons/debug-breakpoint-unsupported.svg +0 -1
  1597. package/static/f3cf31a/icons/debug-console.svg +0 -1
  1598. package/static/f3cf31a/icons/debug-continue-small.svg +0 -1
  1599. package/static/f3cf31a/icons/debug-continue.svg +0 -1
  1600. package/static/f3cf31a/icons/debug-coverage.svg +0 -1
  1601. package/static/f3cf31a/icons/debug-disconnect.svg +0 -1
  1602. package/static/f3cf31a/icons/debug-line-by-line.svg +0 -1
  1603. package/static/f3cf31a/icons/debug-pause.svg +0 -1
  1604. package/static/f3cf31a/icons/debug-rerun.svg +0 -1
  1605. package/static/f3cf31a/icons/debug-restart-frame.svg +0 -1
  1606. package/static/f3cf31a/icons/debug-restart.svg +0 -1
  1607. package/static/f3cf31a/icons/debug-reverse-continue.svg +0 -1
  1608. package/static/f3cf31a/icons/debug-stackframe-active.svg +0 -1
  1609. package/static/f3cf31a/icons/debug-stackframe.svg +0 -1
  1610. package/static/f3cf31a/icons/debug-start.svg +0 -1
  1611. package/static/f3cf31a/icons/debug-step-back.svg +0 -1
  1612. package/static/f3cf31a/icons/debug-step-into.svg +0 -1
  1613. package/static/f3cf31a/icons/debug-step-out.svg +0 -1
  1614. package/static/f3cf31a/icons/debug-step-over.svg +0 -1
  1615. package/static/f3cf31a/icons/debug-stop.svg +0 -1
  1616. package/static/f3cf31a/icons/debug.svg +0 -1
  1617. package/static/f3cf31a/icons/discard.svg +0 -1
  1618. package/static/f3cf31a/icons/edit.svg +0 -1
  1619. package/static/f3cf31a/icons/ellipsis.svg +0 -5
  1620. package/static/f3cf31a/icons/error.svg +0 -1
  1621. package/static/f3cf31a/icons/exclude.svg +0 -1
  1622. package/static/f3cf31a/icons/extensionDefaultIcon.png +0 -0
  1623. package/static/f3cf31a/icons/extensions.svg +0 -3
  1624. package/static/f3cf31a/icons/files.svg +0 -3
  1625. package/static/f3cf31a/icons/filter.svg +0 -1
  1626. package/static/f3cf31a/icons/go-to-file.svg +0 -1
  1627. package/static/f3cf31a/icons/icon-close.svg +0 -3
  1628. package/static/f3cf31a/icons/icon-source-control.svg +0 -3
  1629. package/static/f3cf31a/icons/icon-sync.svg +0 -1
  1630. package/static/f3cf31a/icons/icon.png +0 -0
  1631. package/static/f3cf31a/icons/icon.svg +0 -3
  1632. package/static/f3cf31a/icons/info.svg +0 -1
  1633. package/static/f3cf31a/icons/language-icon.svg +0 -1
  1634. package/static/f3cf31a/icons/link-external.svg +0 -1
  1635. package/static/f3cf31a/icons/list-flat.svg +0 -1
  1636. package/static/f3cf31a/icons/list-tree.svg +0 -1
  1637. package/static/f3cf31a/icons/new-file.svg +0 -1
  1638. package/static/f3cf31a/icons/new-folder.svg +0 -1
  1639. package/static/f3cf31a/icons/newline.svg +0 -1
  1640. package/static/f3cf31a/icons/open-preview.svg +0 -1
  1641. package/static/f3cf31a/icons/play.svg +0 -1
  1642. package/static/f3cf31a/icons/preserve-case.svg +0 -1
  1643. package/static/f3cf31a/icons/progress.svg +0 -1
  1644. package/static/f3cf31a/icons/pwa-icon-192.png +0 -0
  1645. package/static/f3cf31a/icons/pwa-icon-512.png +0 -0
  1646. package/static/f3cf31a/icons/record-keys.svg +0 -1
  1647. package/static/f3cf31a/icons/refresh.svg +0 -1
  1648. package/static/f3cf31a/icons/regex.svg +0 -1
  1649. package/static/f3cf31a/icons/remove.svg +0 -1
  1650. package/static/f3cf31a/icons/replace-all.svg +0 -1
  1651. package/static/f3cf31a/icons/replace.svg +0 -1
  1652. package/static/f3cf31a/icons/run-all.svg +0 -1
  1653. package/static/f3cf31a/icons/search.svg +0 -3
  1654. package/static/f3cf31a/icons/settings-gear.svg +0 -3
  1655. package/static/f3cf31a/icons/source-control.svg +0 -3
  1656. package/static/f3cf31a/icons/split-horizontal.svg +0 -1
  1657. package/static/f3cf31a/icons/squiggly-error.svg +0 -1
  1658. package/static/f3cf31a/icons/squiggly-warning.svg +0 -1
  1659. package/static/f3cf31a/icons/symbol-array.svg +0 -3
  1660. package/static/f3cf31a/icons/symbol-boolean.svg +0 -3
  1661. package/static/f3cf31a/icons/symbol-class.svg +0 -3
  1662. package/static/f3cf31a/icons/symbol-color.svg +0 -3
  1663. package/static/f3cf31a/icons/symbol-constant.svg +0 -4
  1664. package/static/f3cf31a/icons/symbol-enum-member.svg +0 -3
  1665. package/static/f3cf31a/icons/symbol-enum.svg +0 -3
  1666. package/static/f3cf31a/icons/symbol-event.svg +0 -3
  1667. package/static/f3cf31a/icons/symbol-field.svg +0 -3
  1668. package/static/f3cf31a/icons/symbol-file.svg +0 -3
  1669. package/static/f3cf31a/icons/symbol-interface.svg +0 -3
  1670. package/static/f3cf31a/icons/symbol-key.svg +0 -3
  1671. package/static/f3cf31a/icons/symbol-keyword.svg +0 -3
  1672. package/static/f3cf31a/icons/symbol-method.svg +0 -3
  1673. package/static/f3cf31a/icons/symbol-misc.svg +0 -3
  1674. package/static/f3cf31a/icons/symbol-namespace.svg +0 -3
  1675. package/static/f3cf31a/icons/symbol-numeric.svg +0 -3
  1676. package/static/f3cf31a/icons/symbol-operator.svg +0 -3
  1677. package/static/f3cf31a/icons/symbol-parameter.svg +0 -3
  1678. package/static/f3cf31a/icons/symbol-property.svg +0 -3
  1679. package/static/f3cf31a/icons/symbol-ruler.svg +0 -3
  1680. package/static/f3cf31a/icons/symbol-snippet.svg +0 -3
  1681. package/static/f3cf31a/icons/symbol-string.svg +0 -3
  1682. package/static/f3cf31a/icons/symbol-structure.svg +0 -3
  1683. package/static/f3cf31a/icons/symbol-variable.svg +0 -3
  1684. package/static/f3cf31a/icons/tag.svg +0 -1
  1685. package/static/f3cf31a/icons/terminal-bash.svg +0 -1
  1686. package/static/f3cf31a/icons/terminal.svg +0 -1
  1687. package/static/f3cf31a/icons/theme-icon.png +0 -0
  1688. package/static/f3cf31a/icons/trash.svg +0 -1
  1689. package/static/f3cf31a/icons/triangle-down.svg +0 -1
  1690. package/static/f3cf31a/icons/triangle-left.svg +0 -1
  1691. package/static/f3cf31a/icons/triangle-right.svg +0 -1
  1692. package/static/f3cf31a/icons/triangle-up.svg +0 -1
  1693. package/static/f3cf31a/icons/warning.svg +0 -1
  1694. package/static/f3cf31a/icons/whole-word.svg +0 -1
  1695. package/static/f3cf31a/icons/zoom-in.svg +0 -1
  1696. package/static/f3cf31a/icons/zoom-out.svg +0 -1
  1697. package/static/f3cf31a/js/babel-parser.js +0 -14154
  1698. package/static/f3cf31a/js/blob-util.js +0 -149
  1699. package/static/f3cf31a/js/idb/async-iterators.js +0 -56
  1700. package/static/f3cf31a/js/idb/index.js +0 -99
  1701. package/static/f3cf31a/js/idb/with-async-ittr.js +0 -4
  1702. package/static/f3cf31a/js/idb/wrap-idb-value.js +0 -190
  1703. package/static/f3cf31a/js/js-base64.js +0 -296
  1704. package/static/f3cf31a/js/ky.js +0 -489
  1705. package/static/f3cf31a/js/lvce-editor-import-script.js +0 -5
  1706. package/static/f3cf31a/js/lvce-editor-ipc.js +0 -735
  1707. package/static/f3cf31a/js/lvce-editor-json-rpc.js +0 -383
  1708. package/static/f3cf31a/js/lvce-editor-verror.js +0 -55
  1709. package/static/f3cf31a/js/marked.js +0 -1990
  1710. package/static/f3cf31a/js/p-min-delay.js +0 -7
  1711. package/static/f3cf31a/js/pretty-bytes.js +0 -94
  1712. package/static/f3cf31a/js/preview-injected.js +0 -101
  1713. package/static/f3cf31a/js/yoctodelay.js +0 -2
  1714. package/static/f3cf31a/lib-css/termterm.css +0 -39
  1715. package/static/f3cf31a/manifest.json +0 -26
  1716. package/static/f3cf31a/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1469
  1717. package/static/f3cf31a/packages/diff-worker/dist/diffWorkerMain.js +0 -886
  1718. package/static/f3cf31a/packages/editor-worker/dist/editorWorkerMain.js +0 -11483
  1719. package/static/f3cf31a/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
  1720. package/static/f3cf31a/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
  1721. package/static/f3cf31a/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
  1722. package/static/f3cf31a/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
  1723. package/static/f3cf31a/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
  1724. package/static/f3cf31a/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
  1725. package/static/f3cf31a/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
  1726. package/static/f3cf31a/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
  1727. package/static/f3cf31a/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
  1728. package/static/f3cf31a/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
  1729. package/static/f3cf31a/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
  1730. package/static/f3cf31a/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
  1731. package/static/f3cf31a/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
  1732. package/static/f3cf31a/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
  1733. package/static/f3cf31a/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
  1734. package/static/f3cf31a/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
  1735. package/static/f3cf31a/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
  1736. package/static/f3cf31a/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
  1737. package/static/f3cf31a/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
  1738. package/static/f3cf31a/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
  1739. package/static/f3cf31a/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
  1740. package/static/f3cf31a/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
  1741. package/static/f3cf31a/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
  1742. package/static/f3cf31a/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
  1743. package/static/f3cf31a/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
  1744. package/static/f3cf31a/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
  1745. package/static/f3cf31a/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
  1746. package/static/f3cf31a/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
  1747. package/static/f3cf31a/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
  1748. package/static/f3cf31a/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
  1749. package/static/f3cf31a/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
  1750. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
  1751. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
  1752. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
  1753. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
  1754. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
  1755. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
  1756. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
  1757. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
  1758. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
  1759. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
  1760. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
  1761. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
  1762. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
  1763. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
  1764. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
  1765. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
  1766. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
  1767. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
  1768. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
  1769. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
  1770. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
  1771. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
  1772. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
  1773. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
  1774. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
  1775. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
  1776. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
  1777. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
  1778. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
  1779. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
  1780. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
  1781. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
  1782. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
  1783. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
  1784. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
  1785. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
  1786. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
  1787. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
  1788. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
  1789. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
  1790. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
  1791. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
  1792. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
  1793. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
  1794. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
  1795. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
  1796. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
  1797. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
  1798. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
  1799. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
  1800. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
  1801. package/static/f3cf31a/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
  1802. package/static/f3cf31a/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
  1803. package/static/f3cf31a/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1440
  1804. package/static/f3cf31a/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
  1805. package/static/f3cf31a/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
  1806. package/static/f3cf31a/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1831
  1807. package/static/f3cf31a/packages/renderer-process/LICENSE +0 -21
  1808. package/static/f3cf31a/packages/renderer-process/README.md +0 -1
  1809. package/static/f3cf31a/packages/renderer-process/dist/rendererProcessMain.js +0 -11788
  1810. package/static/f3cf31a/packages/renderer-process/package.json +0 -27
  1811. package/static/f3cf31a/packages/renderer-worker/dist/rendererWorkerMain.js +0 -40053
  1812. package/static/f3cf31a/packages/renderer-worker/src/parts/About/About.ipc.js +0 -7
  1813. package/static/f3cf31a/packages/renderer-worker/src/parts/About/About.js +0 -23
  1814. package/static/f3cf31a/packages/renderer-worker/src/parts/AboutElectron/AboutElectron.js +0 -28
  1815. package/static/f3cf31a/packages/renderer-worker/src/parts/AboutFocusId/AboutFocusId.js +0 -3
  1816. package/static/f3cf31a/packages/renderer-worker/src/parts/AboutStrings/AboutStrings.js +0 -52
  1817. package/static/f3cf31a/packages/renderer-worker/src/parts/AboutViewWorker/AboutViewWorker.js +0 -6
  1818. package/static/f3cf31a/packages/renderer-worker/src/parts/AboutViewWorkerUrl/AboutViewWorkerUrl.js +0 -3
  1819. package/static/f3cf31a/packages/renderer-worker/src/parts/ActionType/ActionType.js +0 -4
  1820. package/static/f3cf31a/packages/renderer-worker/src/parts/ActivityBarItem/ActivityBarItem.ts +0 -7
  1821. package/static/f3cf31a/packages/renderer-worker/src/parts/ActivityBarItemFlags/ActivityBarItemFlags.js +0 -13
  1822. package/static/f3cf31a/packages/renderer-worker/src/parts/AddPath/AddPath.js +0 -11
  1823. package/static/f3cf31a/packages/renderer-worker/src/parts/AddSemiColon/AddSemiColon.js +0 -5
  1824. package/static/f3cf31a/packages/renderer-worker/src/parts/AddToRecentlyOpened/AddToRecentlyOpened.js +0 -28
  1825. package/static/f3cf31a/packages/renderer-worker/src/parts/AdjustCommands/AdjustCommands.js +0 -22
  1826. package/static/f3cf31a/packages/renderer-worker/src/parts/Ajax/Ajax.ipc.js +0 -11
  1827. package/static/f3cf31a/packages/renderer-worker/src/parts/Ajax/Ajax.js +0 -58
  1828. package/static/f3cf31a/packages/renderer-worker/src/parts/AllowedMarkdownAttributes/AllowedMarkdownAttributes.js +0 -1
  1829. package/static/f3cf31a/packages/renderer-worker/src/parts/AriaOrientationType/AriaOrientationType.ts +0 -1
  1830. package/static/f3cf31a/packages/renderer-worker/src/parts/AriaRoleDescription/AriaRoleDescription.js +0 -1
  1831. package/static/f3cf31a/packages/renderer-worker/src/parts/AriaRoles/AriaRoles.js +0 -32
  1832. package/static/f3cf31a/packages/renderer-worker/src/parts/Arrays/Arrays.js +0 -88
  1833. package/static/f3cf31a/packages/renderer-worker/src/parts/Arrow/Arrow.js +0 -2
  1834. package/static/f3cf31a/packages/renderer-worker/src/parts/Assert/Assert.ts +0 -94
  1835. package/static/f3cf31a/packages/renderer-worker/src/parts/AssertionError/AssertionError.ts +0 -6
  1836. package/static/f3cf31a/packages/renderer-worker/src/parts/AssetDir/AssetDir.js +0 -16
  1837. package/static/f3cf31a/packages/renderer-worker/src/parts/AttachDebugger/AttachDebugger.js +0 -7
  1838. package/static/f3cf31a/packages/renderer-worker/src/parts/Audio/Audio.ipc.js +0 -7
  1839. package/static/f3cf31a/packages/renderer-worker/src/parts/Audio/Audio.js +0 -6
  1840. package/static/f3cf31a/packages/renderer-worker/src/parts/AudioDisplay/AudioDisplay.js +0 -14
  1841. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdateType/AutoUpdateType.js +0 -4
  1842. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdater/AutoUpdater.ipc.js +0 -7
  1843. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdater/AutoUpdater.js +0 -30
  1844. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdaterAppImage/AutoUpdaterAppImage.js +0 -12
  1845. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdaterDeb/AutoUpdaterDeb.js +0 -39
  1846. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdaterModule/AutoUpdaterModule.js +0 -14
  1847. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdaterNsis/AutoUpdaterNsis.js +0 -12
  1848. package/static/f3cf31a/packages/renderer-worker/src/parts/AutoUpdaterStrings/AutoUpdaterStrings.js +0 -17
  1849. package/static/f3cf31a/packages/renderer-worker/src/parts/BabelNodeType/BabelNodeType.js +0 -14
  1850. package/static/f3cf31a/packages/renderer-worker/src/parts/BabelParseError/BabelParseError.js +0 -23
  1851. package/static/f3cf31a/packages/renderer-worker/src/parts/BabelParser/BabelParser.js +0 -6
  1852. package/static/f3cf31a/packages/renderer-worker/src/parts/BabelSourceType/BabelSourceType.js +0 -1
  1853. package/static/f3cf31a/packages/renderer-worker/src/parts/BackgroundTabs/BackgroundTabs.js +0 -15
  1854. package/static/f3cf31a/packages/renderer-worker/src/parts/Base64/Base64.ipc.js +0 -8
  1855. package/static/f3cf31a/packages/renderer-worker/src/parts/Base64/Base64.js +0 -14
  1856. package/static/f3cf31a/packages/renderer-worker/src/parts/BeforeInput/BeforeInput.js +0 -142
  1857. package/static/f3cf31a/packages/renderer-worker/src/parts/Blob/Blob.ipc.js +0 -11
  1858. package/static/f3cf31a/packages/renderer-worker/src/parts/Blob/Blob.js +0 -31
  1859. package/static/f3cf31a/packages/renderer-worker/src/parts/BlobSrc/BlobSrc.js +0 -13
  1860. package/static/f3cf31a/packages/renderer-worker/src/parts/Bounds/Bounds.js +0 -15
  1861. package/static/f3cf31a/packages/renderer-worker/src/parts/Browser/Browser.js +0 -32
  1862. package/static/f3cf31a/packages/renderer-worker/src/parts/BrowserErrorTypes/BrowserErrorTypes.js +0 -13
  1863. package/static/f3cf31a/packages/renderer-worker/src/parts/BrowserKey/BrowserKey.js +0 -5
  1864. package/static/f3cf31a/packages/renderer-worker/src/parts/BrowserSearchSuggestions/BrowserSearchSuggestions.js +0 -5
  1865. package/static/f3cf31a/packages/renderer-worker/src/parts/BrowserSearchSuggestionsFromGoogle/BrowserSearchSuggestionsFromGoogle.js +0 -9
  1866. package/static/f3cf31a/packages/renderer-worker/src/parts/BulkReplacement/BulkReplacement.ipc.js +0 -7
  1867. package/static/f3cf31a/packages/renderer-worker/src/parts/BulkReplacement/BulkReplacement.js +0 -9
  1868. package/static/f3cf31a/packages/renderer-worker/src/parts/CacheStorage/CacheStorage.ipc.js +0 -11
  1869. package/static/f3cf31a/packages/renderer-worker/src/parts/CacheStorage/CacheStorage.js +0 -126
  1870. package/static/f3cf31a/packages/renderer-worker/src/parts/Callback/Callback.ipc.js +0 -7
  1871. package/static/f3cf31a/packages/renderer-worker/src/parts/Callback/Callback.js +0 -1
  1872. package/static/f3cf31a/packages/renderer-worker/src/parts/Character/Character.js +0 -13
  1873. package/static/f3cf31a/packages/renderer-worker/src/parts/Chrome/Chrome.ipc.js +0 -11
  1874. package/static/f3cf31a/packages/renderer-worker/src/parts/Chrome/Chrome.js +0 -84
  1875. package/static/f3cf31a/packages/renderer-worker/src/parts/Clamp/Clamp.js +0 -8
  1876. package/static/f3cf31a/packages/renderer-worker/src/parts/ClassNames/ClassNames.js +0 -242
  1877. package/static/f3cf31a/packages/renderer-worker/src/parts/CleanStack/CleanStack.js +0 -104
  1878. package/static/f3cf31a/packages/renderer-worker/src/parts/ClearRecentlyOpened/ClearRecentlyOpened.js +0 -5
  1879. package/static/f3cf31a/packages/renderer-worker/src/parts/ClickDetailType/ClickDetailType.js +0 -3
  1880. package/static/f3cf31a/packages/renderer-worker/src/parts/ClipBoard/ClipBoard.ipc.js +0 -12
  1881. package/static/f3cf31a/packages/renderer-worker/src/parts/ClipBoard/ClipBoard.js +0 -71
  1882. package/static/f3cf31a/packages/renderer-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -109
  1883. package/static/f3cf31a/packages/renderer-worker/src/parts/ColorPicker/ColorPicker.ipc.js +0 -8
  1884. package/static/f3cf31a/packages/renderer-worker/src/parts/ColorPicker/ColorPicker.js +0 -7
  1885. package/static/f3cf31a/packages/renderer-worker/src/parts/ColorTheme/Color.js +0 -171
  1886. package/static/f3cf31a/packages/renderer-worker/src/parts/ColorTheme/ColorTheme.ipc.js +0 -9
  1887. package/static/f3cf31a/packages/renderer-worker/src/parts/ColorTheme/ColorTheme.js +0 -80
  1888. package/static/f3cf31a/packages/renderer-worker/src/parts/ColorThemeFromJson/ColorThemeFromJson.ipc.js +0 -8
  1889. package/static/f3cf31a/packages/renderer-worker/src/parts/ColorThemeFromJson/ColorThemeFromJson.js +0 -134
  1890. package/static/f3cf31a/packages/renderer-worker/src/parts/Command/Command.js +0 -85
  1891. package/static/f3cf31a/packages/renderer-worker/src/parts/CommandNotFoundError/CommandNotFoundError.js +0 -9
  1892. package/static/f3cf31a/packages/renderer-worker/src/parts/Compare/Compare.js +0 -18
  1893. package/static/f3cf31a/packages/renderer-worker/src/parts/ComputeExplorerRenamedDirent/ComputeExplorerRenamedDirent.js +0 -103
  1894. package/static/f3cf31a/packages/renderer-worker/src/parts/ComputeLinks/ComputeLinks.js +0 -15
  1895. package/static/f3cf31a/packages/renderer-worker/src/parts/ConfirmPrompt/ConfirmPrompt.ipc.js +0 -7
  1896. package/static/f3cf31a/packages/renderer-worker/src/parts/ConfirmPrompt/ConfirmPrompt.js +0 -18
  1897. package/static/f3cf31a/packages/renderer-worker/src/parts/ConfirmPromptElectron/ConfirmPromptElectron.js +0 -13
  1898. package/static/f3cf31a/packages/renderer-worker/src/parts/ConfirmPromptStrings/ConfirmPromptStrings.js +0 -17
  1899. package/static/f3cf31a/packages/renderer-worker/src/parts/ConfirmPromptWeb/ConfirmPromptWeb.js +0 -6
  1900. package/static/f3cf31a/packages/renderer-worker/src/parts/ContentSecurityPolicy/ContentSecurityPolicy.js +0 -13
  1901. package/static/f3cf31a/packages/renderer-worker/src/parts/ContentSecurityPolicyError/ContentSecurityPolicyError.js +0 -8
  1902. package/static/f3cf31a/packages/renderer-worker/src/parts/ContentSecurityPolicyErrorState/ContentSecurityPolicyErrorState.js +0 -18
  1903. package/static/f3cf31a/packages/renderer-worker/src/parts/ContentTracing/ContentTracing.ipc.js +0 -8
  1904. package/static/f3cf31a/packages/renderer-worker/src/parts/ContentTracing/ContentTracing.js +0 -22
  1905. package/static/f3cf31a/packages/renderer-worker/src/parts/Context/Context.js +0 -23
  1906. package/static/f3cf31a/packages/renderer-worker/src/parts/ContextMenu/ContextMenu.ipc.js +0 -7
  1907. package/static/f3cf31a/packages/renderer-worker/src/parts/ContextMenu/ContextMenu.js +0 -24
  1908. package/static/f3cf31a/packages/renderer-worker/src/parts/ContextMenu/ContextMenuBrowser.js +0 -10
  1909. package/static/f3cf31a/packages/renderer-worker/src/parts/ContextMenu/ContextMenuElectron.js +0 -5
  1910. package/static/f3cf31a/packages/renderer-worker/src/parts/Crash/Crash.js +0 -13
  1911. package/static/f3cf31a/packages/renderer-worker/src/parts/CreateCpuProfile/CreateCpuProfile.js +0 -0
  1912. package/static/f3cf31a/packages/renderer-worker/src/parts/CreateLocalHostUrl/CreateLocalHostUrl.ts +0 -8
  1913. package/static/f3cf31a/packages/renderer-worker/src/parts/CreateScreenCaptureStream/CreateScreenCaptureStream.js +0 -32
  1914. package/static/f3cf31a/packages/renderer-worker/src/parts/CreateSessionId/CreateSessionId.js +0 -3
  1915. package/static/f3cf31a/packages/renderer-worker/src/parts/CreateTable/CreateTable.js +0 -10
  1916. package/static/f3cf31a/packages/renderer-worker/src/parts/CreateUrl/CreateUrl.ts +0 -3
  1917. package/static/f3cf31a/packages/renderer-worker/src/parts/Css/Css.js +0 -42
  1918. package/static/f3cf31a/packages/renderer-worker/src/parts/CssPxVariable/CssPxVariable.js +0 -3
  1919. package/static/f3cf31a/packages/renderer-worker/src/parts/CssState/CssState.js +0 -15
  1920. package/static/f3cf31a/packages/renderer-worker/src/parts/CssVariable/CssVariable.js +0 -3
  1921. package/static/f3cf31a/packages/renderer-worker/src/parts/Debug/Debug.ipc.js +0 -9
  1922. package/static/f3cf31a/packages/renderer-worker/src/parts/Debug/Debug.js +0 -63
  1923. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugConsoleModel/DebugConsoleModel.js +0 -25
  1924. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugDisplay/DebugDisplay.js +0 -34
  1925. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugItemFlags/DebugItemFlags.js +0 -4
  1926. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugPausedReason/DebugPausedReason.js +0 -13
  1927. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugPropertyValueType/DebugPropertyValueType.js +0 -7
  1928. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugRow/DebugRow.ts +0 -10
  1929. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugRowType/DebugRowType.ts +0 -8
  1930. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugScopeChainType/DebugScopeChainType.js +0 -4
  1931. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugScopeType/DebugScopeType.js +0 -19
  1932. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugSharedProcess/DebugSharedProcess.ipc.js +0 -7
  1933. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugSharedProcess/DebugSharedProcess.js +0 -7
  1934. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugState/DebugState.js +0 -3
  1935. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugStrings/DebugStrings.js +0 -144
  1936. package/static/f3cf31a/packages/renderer-worker/src/parts/DebugValueType/DebugValueType.js +0 -9
  1937. package/static/f3cf31a/packages/renderer-worker/src/parts/DecorationClassName/DecorationClassName.js +0 -6
  1938. package/static/f3cf31a/packages/renderer-worker/src/parts/DecorationType/DecorationType.js +0 -43
  1939. package/static/f3cf31a/packages/renderer-worker/src/parts/DeepCopy/DeepCopy.js +0 -3
  1940. package/static/f3cf31a/packages/renderer-worker/src/parts/DefaultIcon/DefaultIcon.js +0 -7
  1941. package/static/f3cf31a/packages/renderer-worker/src/parts/Definition/Definition.js +0 -6
  1942. package/static/f3cf31a/packages/renderer-worker/src/parts/DependencyNotFoundError/DependencyNotFoundError.js +0 -19
  1943. package/static/f3cf31a/packages/renderer-worker/src/parts/DeserializeEditorGroups/DeserializeEditorGroups.js +0 -38
  1944. package/static/f3cf31a/packages/renderer-worker/src/parts/DesktopCapturer/DesktopCapturer.js +0 -6
  1945. package/static/f3cf31a/packages/renderer-worker/src/parts/DevelopFileWatcher/DevelopFileWatcher.js +0 -37
  1946. package/static/f3cf31a/packages/renderer-worker/src/parts/Developer/Developer.ipc.js +0 -35
  1947. package/static/f3cf31a/packages/renderer-worker/src/parts/Developer/Developer.js +0 -243
  1948. package/static/f3cf31a/packages/renderer-worker/src/parts/Devtools/Devtools.js +0 -5
  1949. package/static/f3cf31a/packages/renderer-worker/src/parts/DiagnosticType/DiagnosticType.js +0 -3
  1950. package/static/f3cf31a/packages/renderer-worker/src/parts/Diagnostics/Diagnostics.js +0 -3
  1951. package/static/f3cf31a/packages/renderer-worker/src/parts/Dialog/Dialog.ipc.js +0 -13
  1952. package/static/f3cf31a/packages/renderer-worker/src/parts/Dialog/Dialog.js +0 -85
  1953. package/static/f3cf31a/packages/renderer-worker/src/parts/Diff/Diff.js +0 -11
  1954. package/static/f3cf31a/packages/renderer-worker/src/parts/DiffDom/DiffDom.js +0 -135
  1955. package/static/f3cf31a/packages/renderer-worker/src/parts/DiffDomType/DiffDomType.js +0 -5
  1956. package/static/f3cf31a/packages/renderer-worker/src/parts/DiffType/DiffType.js +0 -3
  1957. package/static/f3cf31a/packages/renderer-worker/src/parts/DiffWorker/DiffWorker.js +0 -6
  1958. package/static/f3cf31a/packages/renderer-worker/src/parts/DiffWorkerUrl/DiffWorkerUrl.js +0 -3
  1959. package/static/f3cf31a/packages/renderer-worker/src/parts/DirentType/DirentType.js +0 -12
  1960. package/static/f3cf31a/packages/renderer-worker/src/parts/Distance/Distance.js +0 -5
  1961. package/static/f3cf31a/packages/renderer-worker/src/parts/DomEventListenerFunctions/DomEventListenerFunctions.js +0 -49
  1962. package/static/f3cf31a/packages/renderer-worker/src/parts/DomExceptionType/DomExceptionType.js +0 -4
  1963. package/static/f3cf31a/packages/renderer-worker/src/parts/DomId/DomId.js +0 -2
  1964. package/static/f3cf31a/packages/renderer-worker/src/parts/DomMatrix/DomMatrix.js +0 -25
  1965. package/static/f3cf31a/packages/renderer-worker/src/parts/Download/Download.ipc.js +0 -9
  1966. package/static/f3cf31a/packages/renderer-worker/src/parts/Download/Download.js +0 -45
  1967. package/static/f3cf31a/packages/renderer-worker/src/parts/EditOrigin/EditOrigin.js +0 -14
  1968. package/static/f3cf31a/packages/renderer-worker/src/parts/Editor/Editor.js +0 -258
  1969. package/static/f3cf31a/packages/renderer-worker/src/parts/Editor/EditorRender.js +0 -28
  1970. package/static/f3cf31a/packages/renderer-worker/src/parts/Editor/EditorScrolling.js +0 -24
  1971. package/static/f3cf31a/packages/renderer-worker/src/parts/Editor/EditorSelection.js +0 -238
  1972. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorCommand/EditorCommandPosition.js +0 -20
  1973. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorCommand/EditorCommandShowMessage.js +0 -65
  1974. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorCompletionState/EditorCompletionState.js +0 -4
  1975. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorCompletionType/EditorCompletionType.js +0 -8
  1976. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorDescriptor/EditorDescriptor.ts +0 -9
  1977. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorDiagnostics/EditorDiagnostics.ipc.js +0 -7
  1978. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorDiagnostics/EditorDiagnostics.js +0 -99
  1979. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorError/EditorError.ipc.js +0 -5
  1980. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorError/EditorError.js +0 -9
  1981. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorErrorInfo/EditorErrorInfo.ts +0 -7
  1982. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorErrorInfoAction/EditorErrorInfoAction.ts +0 -3
  1983. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorErrorType/EditorErrorType.ts +0 -5
  1984. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorGroup/EditorGroup.ts +0 -10
  1985. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorImageStrings/EditorImageStrings.js +0 -27
  1986. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorPreferences/EditorPreferences.js +0 -84
  1987. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorSelection/EditorSelection.js +0 -98
  1988. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorSplitDirectionType/EditorSplitDirectionType.js +0 -5
  1989. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorStrings/EditorStrings.js +0 -241
  1990. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorWorker/EditorWorker.ts +0 -9
  1991. package/static/f3cf31a/packages/renderer-worker/src/parts/EditorWorkerUrl/EditorWorkerUrl.js +0 -3
  1992. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronApplicationMenu/ElectronApplicationMenu.ipc.js +0 -9
  1993. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronApplicationMenu/ElectronApplicationMenu.js +0 -67
  1994. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronBrowserView/ElectronBrowserView.ipc.js +0 -9
  1995. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronBrowserView/ElectronBrowserView.js +0 -16
  1996. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronBrowserViewFunctions/ElectronBrowserViewFunctions.js +0 -78
  1997. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronBrowserViewQuickPick/ElectronBrowserViewQuickPick.js +0 -9
  1998. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronBrowserViewSuggestions/ElectronBrowserViewSuggestions.js +0 -13
  1999. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronClipBoard/ElectronClipBoard.ipc.js +0 -8
  2000. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronClipBoard/ElectronClipBoard.js +0 -5
  2001. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronContentTracing/ElectronContentTracing.ipc.js +0 -9
  2002. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronContentTracing/ElectronContentTracing.js +0 -12
  2003. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronContextMenu/ElectronContextMenu.ipc.js +0 -4
  2004. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronContextMenu/ElectronContextMenu.js +0 -47
  2005. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronDeveloper/ElectronDeveloper.js +0 -5
  2006. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronDialog/ElectronDialog.js +0 -21
  2007. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronMenuItemFlags/ElectronMenuItemFlags.js +0 -1
  2008. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronMenuItemRole/ElectronMenuItemRole.js +0 -49
  2009. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronMenuItemType/ElectronMenuItemType.js +0 -6
  2010. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronMessageBoxType/ElectronMessageBoxType.js +0 -4
  2011. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronNet/ElectronNet.js +0 -5
  2012. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronNetLog/ElectronNetLog.js +0 -12
  2013. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronPowerSaveBlocker/ElectronPowerSaveBlocker.js +0 -17
  2014. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronProtocolType/ElectronProtocolType.js +0 -2
  2015. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronSafeStorage/ElectronSafeStorage.js +0 -13
  2016. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronShell/ElectronShell.js +0 -5
  2017. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.js +0 -18
  2018. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronWebContentsViewFunctions/ElectronWebContentsViewFunctions.js +0 -63
  2019. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronWindow/ElectronWindow.ipc.js +0 -15
  2020. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronWindow/ElectronWindow.js +0 -31
  2021. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronWindowAbout/ElectronWindowAbout.js +0 -10
  2022. package/static/f3cf31a/packages/renderer-worker/src/parts/ElectronWindowProcessExplorer/ElectronWindowProcessExplorer.js +0 -10
  2023. package/static/f3cf31a/packages/renderer-worker/src/parts/ElementTags/ElementTags.js +0 -46
  2024. package/static/f3cf31a/packages/renderer-worker/src/parts/EmbedsWorker/EmbedsWorker.js +0 -6
  2025. package/static/f3cf31a/packages/renderer-worker/src/parts/EmbedsWorkerUrl/EmbedsWorkerUrl.js +0 -3
  2026. package/static/f3cf31a/packages/renderer-worker/src/parts/EmptyMatches/EmptyMatches.js +0 -1
  2027. package/static/f3cf31a/packages/renderer-worker/src/parts/EmptyMenu/EmptyMenu.js +0 -1
  2028. package/static/f3cf31a/packages/renderer-worker/src/parts/EmptySourceControlButtons/EmptySourceControlButton.js +0 -1
  2029. package/static/f3cf31a/packages/renderer-worker/src/parts/EncodingType/EncodingType.js +0 -3
  2030. package/static/f3cf31a/packages/renderer-worker/src/parts/ErrorCodes/ErrorCodes.js +0 -15
  2031. package/static/f3cf31a/packages/renderer-worker/src/parts/ErrorHandling/ErrorHandling.ipc.js +0 -7
  2032. package/static/f3cf31a/packages/renderer-worker/src/parts/ErrorHandling/ErrorHandling.js +0 -46
  2033. package/static/f3cf31a/packages/renderer-worker/src/parts/ErrorType/ErrorType.js +0 -4
  2034. package/static/f3cf31a/packages/renderer-worker/src/parts/Errors/CancelationError.js +0 -6
  2035. package/static/f3cf31a/packages/renderer-worker/src/parts/Errors/Errors.js +0 -0
  2036. package/static/f3cf31a/packages/renderer-worker/src/parts/ExceptionBreakPoints/ExceptionBreakPoints.js +0 -3
  2037. package/static/f3cf31a/packages/renderer-worker/src/parts/Exec/Exec.js +0 -9
  2038. package/static/f3cf31a/packages/renderer-worker/src/parts/ExecuteMenuItemCommand/ExecuteMenuItemCommand.js +0 -11
  2039. package/static/f3cf31a/packages/renderer-worker/src/parts/Exit/Exit.ipc.js +0 -7
  2040. package/static/f3cf31a/packages/renderer-worker/src/parts/Exit/Exit.js +0 -5
  2041. package/static/f3cf31a/packages/renderer-worker/src/parts/ExplorerEditingType/ExplorerEditingType.js +0 -7
  2042. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionDisplay/ExtensionDisplay.js +0 -82
  2043. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionFilterParameter/ExtensionFilterParameter.js +0 -7
  2044. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostBraceCompletion.ipc.js +0 -7
  2045. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostBraceCompletion.js +0 -23
  2046. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostClosingTagCompletion.ipc.js +0 -7
  2047. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostClosingTagCompletion.js +0 -18
  2048. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostCommands.js +0 -32
  2049. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostCore.ipc.js +0 -8
  2050. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostCore.js +0 -82
  2051. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostDebug.js +0 -103
  2052. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostDefinition.ipc.js +0 -7
  2053. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostDefinition.js +0 -18
  2054. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostDialog.ipc.js +0 -8
  2055. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostDialog.js +0 -8
  2056. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostEditor.js +0 -17
  2057. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostFileSystem.js +0 -111
  2058. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostFormatting.js +0 -16
  2059. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostHover.ipc.js +0 -7
  2060. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostHover.js +0 -21
  2061. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostImplementation.js +0 -18
  2062. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostLanguages.js +0 -29
  2063. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostLanguagesNode.js +0 -50
  2064. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostLanguagesWeb.js +0 -13
  2065. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostOrganizeImports.ipc.js +0 -7
  2066. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostOrganizeImports.js +0 -19
  2067. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostOutput.js +0 -14
  2068. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostQuickPick.ipc.js +0 -8
  2069. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostQuickPick.js +0 -8
  2070. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostReference.js +0 -34
  2071. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostSelection.ipc.js +0 -7
  2072. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostSelection.js +0 -18
  2073. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostSemanticTokens.js +0 -18
  2074. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostShared.js +0 -25
  2075. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostSourceControl.js +0 -65
  2076. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostState.ipc.js +0 -9
  2077. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostState.js +0 -12
  2078. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostStatusBarItems.js +0 -32
  2079. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostTabCompletion.ipc.js +0 -7
  2080. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostTabCompletion.js +0 -19
  2081. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostTextDocument.js +0 -30
  2082. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostTextSearch.ipc.js +0 -7
  2083. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostTextSearch.js +0 -18
  2084. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostTypeDefinition.ipc.js +0 -7
  2085. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostTypeDefinition.js +0 -19
  2086. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostWorkerContentSecurityPolicy.ipc.js +0 -7
  2087. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/ExtensionHostWorkerContentSecurityPolicy.js +0 -5
  2088. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHost/shared.js +0 -3
  2089. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostActivationEvent/ExtensionHostActivationEvent.js +0 -18
  2090. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostCommandType/ExtensionHostCommandType.js +0 -42
  2091. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostIpc/ExtensionHostIpc.js +0 -20
  2092. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostLanguages/ExtensionHostLanguages.js +0 -5
  2093. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostManagement/ExtensionHostManagement.ipc.js +0 -7
  2094. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostManagement/ExtensionHostManagement.js +0 -70
  2095. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostRpc/ExtensionHostRpc.js +0 -11
  2096. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostSubWorkerUrl/ExtensionHostSubWorkerUrl.js +0 -3
  2097. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostWorker/ExtensionHostWorker.js +0 -6
  2098. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionHostWorkerUrl/ExtensionHostWorkerUrl.js +0 -3
  2099. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionListItemHeight/ExtensionListItemHeight.js +0 -1
  2100. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionManagement/ExtensionManagement.js +0 -52
  2101. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionManifestStatus/ExtensionManifestStatus.js +0 -3
  2102. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionMarketplace/ExtensionMarketplace.js +0 -10
  2103. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionMeta/ExtensionMeta.ipc.js +0 -9
  2104. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionMeta/ExtensionMeta.js +0 -171
  2105. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionMetaState/ExtensionMetaState.js +0 -6
  2106. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionSearchViewWorker/ExtensionSearchViewWorker.js +0 -6
  2107. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionSearchViewWorkerUrl/ExtensionSearchViewWorkerUrl.js +0 -3
  2108. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionStateStorage/ExtensionStateStorage.js +0 -10
  2109. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionStatus/ExtensionStatus.js +0 -3
  2110. package/static/f3cf31a/packages/renderer-worker/src/parts/Extensions/Extensions.ipc.js +0 -9
  2111. package/static/f3cf31a/packages/renderer-worker/src/parts/Extensions/Extensions.js +0 -12
  2112. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionsCache/ExtensionsCache.js +0 -15
  2113. package/static/f3cf31a/packages/renderer-worker/src/parts/ExtensionsSomething/ExtensionsSomething.js +0 -0
  2114. package/static/f3cf31a/packages/renderer-worker/src/parts/FallbackModuleId/FallbackModuleId.js +0 -14
  2115. package/static/f3cf31a/packages/renderer-worker/src/parts/FileHandleEditMode/FileHandleEditMode.js +0 -1
  2116. package/static/f3cf31a/packages/renderer-worker/src/parts/FileHandlePermissionType/FileHandlePermissionType.js +0 -3
  2117. package/static/f3cf31a/packages/renderer-worker/src/parts/FileHandleType/FileHandleType.js +0 -3
  2118. package/static/f3cf31a/packages/renderer-worker/src/parts/FileHandleTypeMap/FileHandleTypeMap.js +0 -13
  2119. package/static/f3cf31a/packages/renderer-worker/src/parts/FileNotFoundError/FileNotFoundError.js +0 -9
  2120. package/static/f3cf31a/packages/renderer-worker/src/parts/FilePicker/FilePicker.ipc.js +0 -9
  2121. package/static/f3cf31a/packages/renderer-worker/src/parts/FilePicker/FilePicker.js +0 -35
  2122. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSearchCache/FileSearchCache.js +0 -33
  2123. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSearchWorker/FileSearchWorker.js +0 -6
  2124. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSearchWorkerUrl/FileSearchWorkerUrl.js +0 -3
  2125. package/static/f3cf31a/packages/renderer-worker/src/parts/FileStrings/FileStrings.js +0 -48
  2126. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystem.ipc.js +0 -14
  2127. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystem.js +0 -149
  2128. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemApp.js +0 -54
  2129. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemAppKeyBindings.js +0 -16
  2130. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemAppMemoryUsage.js +0 -9
  2131. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemAppRecentlyOpened.js +0 -10
  2132. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemAppSession.js +0 -10
  2133. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemAppSettings.js +0 -16
  2134. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemAppShared.js +0 -82
  2135. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemAppStartupPerformance.js +0 -9
  2136. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemData.js +0 -39
  2137. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemDisk.js +0 -101
  2138. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemFetch.js +0 -44
  2139. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemHtml.js +0 -143
  2140. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemMemory.js +0 -44
  2141. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystem/FileSystemWeb.js +0 -309
  2142. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystemDirectoryHandle/FileSystemDirectoryHandle.js +0 -27
  2143. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystemFileHandle/FileSystemFileHandle.js +0 -45
  2144. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystemHandlePermission/FileSystemHandlePermission.js +0 -13
  2145. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystemMap/FileSystemMap.js +0 -12
  2146. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystemProtocol/FileSystemProtocol.js +0 -15
  2147. package/static/f3cf31a/packages/renderer-worker/src/parts/FileSystemState/FileSystemState.js +0 -9
  2148. package/static/f3cf31a/packages/renderer-worker/src/parts/FileWatcher/FileWatcher.ipc.js +0 -7
  2149. package/static/f3cf31a/packages/renderer-worker/src/parts/FileWatcher/FileWatcher.js +0 -24
  2150. package/static/f3cf31a/packages/renderer-worker/src/parts/FilterCompletionItem/FilterCompletionItem.js +0 -79
  2151. package/static/f3cf31a/packages/renderer-worker/src/parts/FilterKeyBindings/FilterKeyBindings.js +0 -34
  2152. package/static/f3cf31a/packages/renderer-worker/src/parts/FilterProblems/FilterProblems.js +0 -45
  2153. package/static/f3cf31a/packages/renderer-worker/src/parts/FilterQuickPickItem/FilterQuickPickItem.js +0 -5
  2154. package/static/f3cf31a/packages/renderer-worker/src/parts/FilterQuickPickItems/FilterQuickPickItems.js +0 -44
  2155. package/static/f3cf31a/packages/renderer-worker/src/parts/FindMatchingIconThemeExtension/FindMatchingIconThemeExtension.ts +0 -15
  2156. package/static/f3cf31a/packages/renderer-worker/src/parts/FirstWebSocketEventType/FirstWebSocketEventType.js +0 -2
  2157. package/static/f3cf31a/packages/renderer-worker/src/parts/FirstWorkerEventType/FirstWorkerEventType.js +0 -3
  2158. package/static/f3cf31a/packages/renderer-worker/src/parts/FixElectronParameters/FixElectronParameters.ts +0 -14
  2159. package/static/f3cf31a/packages/renderer-worker/src/parts/Focus/Focus.ipc.js +0 -8
  2160. package/static/f3cf31a/packages/renderer-worker/src/parts/Focus/Focus.js +0 -57
  2161. package/static/f3cf31a/packages/renderer-worker/src/parts/FocusKey/FocusKey.js +0 -25
  2162. package/static/f3cf31a/packages/renderer-worker/src/parts/FocusState/FocusState.js +0 -12
  2163. package/static/f3cf31a/packages/renderer-worker/src/parts/FormatStartupPerformance/FormatStartupPerformance.js +0 -65
  2164. package/static/f3cf31a/packages/renderer-worker/src/parts/FormatStartupPerformanceEntries/FormatStartupPerformanceEntries.js +0 -43
  2165. package/static/f3cf31a/packages/renderer-worker/src/parts/GetAboutDetailString/GetAboutDetailString.js +0 -5
  2166. package/static/f3cf31a/packages/renderer-worker/src/parts/GetAbsoluteIconPath/GetAbsoluteIconPath.js +0 -7
  2167. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActionButtonVirtualDom/GetActionButtonVirtualDom.js +0 -17
  2168. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActionFilterVirtualDom/GetActionFilterVirtualDom.js +0 -39
  2169. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActionRenderers/GetActionRenderers.js +0 -45
  2170. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActionSelectVirtualDom/GetActionSelectVirtualDom.js +0 -27
  2171. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActionVirtualDom/GetActionVirtualDom.js +0 -20
  2172. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActionsVirtualDom/GetActionsVirtualDom.js +0 -16
  2173. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActiveEditor/GetActiveEditor.js +0 -6
  2174. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActivityBarItems/GetActivityBarItems.ts +0 -54
  2175. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActivityBarItemsVirtualDom/GetActivityBarItemsVirtualDom.js +0 -100
  2176. package/static/f3cf31a/packages/renderer-worker/src/parts/GetActivityBarVirtualDom/GetActivityBarVirtualDom.js +0 -29
  2177. package/static/f3cf31a/packages/renderer-worker/src/parts/GetAudioVirtualDom/GetAudioVirtualDom.js +0 -15
  2178. package/static/f3cf31a/packages/renderer-worker/src/parts/GetAutoUpdateType/GetAutoUpdateType.js +0 -5
  2179. package/static/f3cf31a/packages/renderer-worker/src/parts/GetBabelAstDependencies/GetBabelAstDependencies.js +0 -115
  2180. package/static/f3cf31a/packages/renderer-worker/src/parts/GetBadgeVirtualDom/GetBadgeVirtualDom.js +0 -13
  2181. package/static/f3cf31a/packages/renderer-worker/src/parts/GetBlobUrl/GetBlobUrl.ts +0 -7
  2182. package/static/f3cf31a/packages/renderer-worker/src/parts/GetBrowser/GetBrowser.js +0 -3
  2183. package/static/f3cf31a/packages/renderer-worker/src/parts/GetBrowserViewOverviewVirtualDom/GetBrowserViewOverviewVirtualDom.js +0 -15
  2184. package/static/f3cf31a/packages/renderer-worker/src/parts/GetButtonVirtualDom/GetButtonVirtualDom.js +0 -27
  2185. package/static/f3cf31a/packages/renderer-worker/src/parts/GetCallStack/GetCallStack.js +0 -13
  2186. package/static/f3cf31a/packages/renderer-worker/src/parts/GetChevronVirtualDom/GetChevronVirtualDom.js +0 -18
  2187. package/static/f3cf31a/packages/renderer-worker/src/parts/GetChildScopeChain/GetChildScopeChain.js +0 -9
  2188. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeCss/GetColorThemeCss.js +0 -23
  2189. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeCssCached/GetColorThemeCssCached.js +0 -27
  2190. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeCssCachedIndexedDb/GetColorThemeCssCachedIndexedDb.js +0 -15
  2191. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeCssCachedLocalStorage/GetColorThemeCssCachedLocalStorage.js +0 -15
  2192. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeCssCachedNoop/GetColorThemeCssCachedNoop.js +0 -7
  2193. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeJson/GetColorThemeJson.js +0 -11
  2194. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeJsonRemote/GetColorThemeJsonRemote.js +0 -5
  2195. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeJsonWeb/GetColorThemeJsonWeb.js +0 -12
  2196. package/static/f3cf31a/packages/renderer-worker/src/parts/GetColorThemeNames/GetColorThemeNames.js +0 -13
  2197. package/static/f3cf31a/packages/renderer-worker/src/parts/GetCommandKeyBinding/GetCommandKeyBinding.js +0 -26
  2198. package/static/f3cf31a/packages/renderer-worker/src/parts/GetCompletionItemScore/GetCompletionItemScore.js +0 -22
  2199. package/static/f3cf31a/packages/renderer-worker/src/parts/GetConfiguredWorkerUrl/GetConfiguredWorkerUrl.ts +0 -14
  2200. package/static/f3cf31a/packages/renderer-worker/src/parts/GetContentSecurityPolicy/GetContentSecurityPolicy.js +0 -6
  2201. package/static/f3cf31a/packages/renderer-worker/src/parts/GetCss/GetCss.js +0 -21
  2202. package/static/f3cf31a/packages/renderer-worker/src/parts/GetCssId/GetCssId.js +0 -5
  2203. package/static/f3cf31a/packages/renderer-worker/src/parts/GetData/GetData.js +0 -4
  2204. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebArch/GetDebArch.js +0 -12
  2205. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebDownloadUrl/GetDebDownloadUrl.js +0 -9
  2206. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugButtonVirtualDom/GetDebugButtonVirtualDom.js +0 -23
  2207. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugButtons/GetDebugButtons.js +0 -49
  2208. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugConsoleVirtualDom/GetDebugConsoleVirtualDom.js +0 -29
  2209. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPausedMessage/GetDebugPausedMessage.js +0 -13
  2210. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPropertyValueLabel/GetDebugPropertyValueLabel.js +0 -25
  2211. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPropertyValueLabelArray/GetDebugPropertyValueLabelArray.js +0 -27
  2212. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPropertyValueLabelBoolean/GetDebugPropertyValueLabelBoolean.js +0 -3
  2213. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPropertyValueLabelCommon/GetDebugPropertyValueLabelCommon.js +0 -3
  2214. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPropertyValueLabelObject/GetDebugPropertyValueLabelObject.js +0 -22
  2215. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPropertyValueLabelString/GetDebugPropertyValueLabelString.js +0 -3
  2216. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugPropertyValueLabelUndefined/GetDebugPropertyValueLabelUndefined.js +0 -3
  2217. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugValueClassName/GetDebugValueClassName.js +0 -25
  2218. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugValueObjectId/GetDebugValueObjectId.js +0 -3
  2219. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDebugValueType/GetDebugValueType.js +0 -11
  2220. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDecorationClassName/GetDecorationClassName.js +0 -53
  2221. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDefaultTitleBarHeight/GetDefaultTitleBarHeight.js +0 -11
  2222. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDefineKeyBindingsVirtualDom/GetDefineKeyBindingsVirtualDom.js +0 -32
  2223. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDiffEditorContents/GetDiffEditorContents.js +0 -9
  2224. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDiffEditorVirtualDom/GetDiffEditorVirtualDom.js +0 -122
  2225. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDiffLineVirtualDomPrefix/GetDiffLineVirtualDomPrefix.js +0 -35
  2226. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDirectoryHandle/GetDirectoryHandle.js +0 -16
  2227. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDirectoryHandle copy/GetDirectoryHandle.js +0 -14
  2228. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDisplayReferences/GetDisplayReferences.js +0 -72
  2229. package/static/f3cf31a/packages/renderer-worker/src/parts/GetDomTree/GetDomTree.js +0 -24
  2230. package/static/f3cf31a/packages/renderer-worker/src/parts/GetE2eTestVirtualDom/GetE2eTestVirtualDom.ts +0 -27
  2231. package/static/f3cf31a/packages/renderer-worker/src/parts/GetE2eTestsSandbox/GetE2eTestsSandbox.ts +0 -4
  2232. package/static/f3cf31a/packages/renderer-worker/src/parts/GetE2eTestsVirtualDom/GetE2eTestsVirtualDom.ts +0 -63
  2233. package/static/f3cf31a/packages/renderer-worker/src/parts/GetEditorErrorinfo/GetEditorErrorInfo.ts +0 -26
  2234. package/static/f3cf31a/packages/renderer-worker/src/parts/GetEditorSourceActions/GetEditorSourceActions.ipc.js +0 -7
  2235. package/static/f3cf31a/packages/renderer-worker/src/parts/GetEditorSourceActions/GetEditorSourceActions.js +0 -18
  2236. package/static/f3cf31a/packages/renderer-worker/src/parts/GetEditorSplitDirectionType/GetEditorSplitDirectionType.js +0 -21
  2237. package/static/f3cf31a/packages/renderer-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
  2238. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExplorerItemVirtualDom/GetExplorerItemVirtualDom.js +0 -134
  2239. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExplorerMaxLineY/GetExplorerMaxLineY.js +0 -6
  2240. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExplorerVirtualDom/GetExplorerVirtualDom.js +0 -32
  2241. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExplorerWelcomeVirtualDom/GetExplorerWelcomeVirtualDom.js +0 -35
  2242. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExtensionAbsolutePath/GetExtensionAbsolutePath.js +0 -20
  2243. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExtensionDetailHeaderVirtualDom/GetExtensionDetailHeaderVirtualDom.js +0 -40
  2244. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExtensionDetailVirtualDom/GetExtensionDetailVirtualDom.js +0 -30
  2245. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExtensionReadme/GetExtensionReadme.js +0 -17
  2246. package/static/f3cf31a/packages/renderer-worker/src/parts/GetExtensions/GetExtensions.js +0 -9
  2247. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFallThroughKeyBindings/GetFallThroughKeyBindings.js +0 -15
  2248. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFileExtension/GetFileExtension.js +0 -16
  2249. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFileHandle/GetFileHandle.js +0 -21
  2250. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFileIconVirtualDom/GetFileIconVirtualDom.js +0 -13
  2251. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFilePathElectron/GetFilePathElectron.js +0 -5
  2252. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFileSystem/GetFileSystem.js +0 -19
  2253. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFilteredActivityBarItems/GetFilteredActivityBarItems.js +0 -20
  2254. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFilteredActivityBarItems/GetFilteredActivityBarItems.ts +0 -20
  2255. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFinalDeltaY/GetFinalDeltaY.js +0 -7
  2256. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFirstEvent/GetFirstEvent.js +0 -23
  2257. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFirstWorkerEvent/GetFirstWorkerEvent.js +0 -20
  2258. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFontString/GetFontString.js +0 -3
  2259. package/static/f3cf31a/packages/renderer-worker/src/parts/GetFontUrl/GetFontUrl.js +0 -6
  2260. package/static/f3cf31a/packages/renderer-worker/src/parts/GetHighlightedLabelDom/GetHighlightedLabelDom.js +0 -48
  2261. package/static/f3cf31a/packages/renderer-worker/src/parts/GetIcon/GetIcon.js +0 -108
  2262. package/static/f3cf31a/packages/renderer-worker/src/parts/GetIconThemeJson/GetIconThemeJson.js +0 -44
  2263. package/static/f3cf31a/packages/renderer-worker/src/parts/GetIconThemeUrl/GetIconThemeUrl.ts +0 -5
  2264. package/static/f3cf31a/packages/renderer-worker/src/parts/GetIconVirtualDom/GetIconVirtualDom.js +0 -11
  2265. package/static/f3cf31a/packages/renderer-worker/src/parts/GetIframeSrc/GetIframeSrc.ts +0 -18
  2266. package/static/f3cf31a/packages/renderer-worker/src/parts/GetIframeSrcRemote/GetIframeSrcRemote.ts +0 -69
  2267. package/static/f3cf31a/packages/renderer-worker/src/parts/GetIframeSrcWeb/GetIframeSrcWeb.ts +0 -17
  2268. package/static/f3cf31a/packages/renderer-worker/src/parts/GetImageVirtualDom/GetImageVirtualDom.js +0 -34
  2269. package/static/f3cf31a/packages/renderer-worker/src/parts/GetInitialLineState/GetInitialLineState.js +0 -5
  2270. package/static/f3cf31a/packages/renderer-worker/src/parts/GetInlineDiffChanges/GetInlineDiffChanges.js +0 -5
  2271. package/static/f3cf31a/packages/renderer-worker/src/parts/GetInlineDiffEditorLineVirtualDom/GetInlineDiffEditorLineVirtualDom.js +0 -14
  2272. package/static/f3cf31a/packages/renderer-worker/src/parts/GetInlineDiffEditorLines/GetInlineDiffEditorLines.js +0 -37
  2273. package/static/f3cf31a/packages/renderer-worker/src/parts/GetInlineDiffEditorVirtualDom/GetInlineDiffEditorVirtualDom.js +0 -50
  2274. package/static/f3cf31a/packages/renderer-worker/src/parts/GetInnerChildScopeChain/GetInnerChildScopeChain.js +0 -25
  2275. package/static/f3cf31a/packages/renderer-worker/src/parts/GetKeyBindingsString/GetKeyBindingsString.js +0 -23
  2276. package/static/f3cf31a/packages/renderer-worker/src/parts/GetKeyCodeString/GetKeyCodeString.js +0 -137
  2277. package/static/f3cf31a/packages/renderer-worker/src/parts/GetLanguages/GetLanguages.js +0 -8
  2278. package/static/f3cf31a/packages/renderer-worker/src/parts/GetLanguagesFromExtension/GetLanguagesFromExtension.js +0 -31
  2279. package/static/f3cf31a/packages/renderer-worker/src/parts/GetLatestVersion/GetLatestVersion.js +0 -5
  2280. package/static/f3cf31a/packages/renderer-worker/src/parts/GetLineAndColumn/GetLineAndColumn.js +0 -17
  2281. package/static/f3cf31a/packages/renderer-worker/src/parts/GetLineText/GetLineText.js +0 -22
  2282. package/static/f3cf31a/packages/renderer-worker/src/parts/GetListHeight/GetListHeight.js +0 -12
  2283. package/static/f3cf31a/packages/renderer-worker/src/parts/GetListIndex/GetListIndex.js +0 -5
  2284. package/static/f3cf31a/packages/renderer-worker/src/parts/GetLocationsVirtualDom/GetLocationsVirtualDom.js +0 -127
  2285. package/static/f3cf31a/packages/renderer-worker/src/parts/GetMarkdownDomLineCount/GetMarkdownDomLineCount.js +0 -12
  2286. package/static/f3cf31a/packages/renderer-worker/src/parts/GetMarkdownVirtualDom/GetMarkdownVirtualDom.js +0 -9
  2287. package/static/f3cf31a/packages/renderer-worker/src/parts/GetMediaVirtualDom/GetMediaVirtualDom.js +0 -36
  2288. package/static/f3cf31a/packages/renderer-worker/src/parts/GetMenuEntriesWithKeyBindings/GetMenuEntriesWithKeyBindings.js +0 -24
  2289. package/static/f3cf31a/packages/renderer-worker/src/parts/GetMenuVirtualDom/GetMenuVirtualDom.js +0 -170
  2290. package/static/f3cf31a/packages/renderer-worker/src/parts/GetMetaThemeColor/GetMetaThemeColor.js +0 -3
  2291. package/static/f3cf31a/packages/renderer-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -11
  2292. package/static/f3cf31a/packages/renderer-worker/src/parts/GetNumberOfVisibleItems/GetNumberOfVisibleItems.js +0 -6
  2293. package/static/f3cf31a/packages/renderer-worker/src/parts/GetOrCreateWorker/GetOrCreateWorker.js +0 -29
  2294. package/static/f3cf31a/packages/renderer-worker/src/parts/GetOutputActionsVirtualDom/GetOutputActionsVirtualDom.js +0 -10
  2295. package/static/f3cf31a/packages/renderer-worker/src/parts/GetPanelTabsVirtualDom/GetPanelTabsVirtualDom.js +0 -46
  2296. package/static/f3cf31a/packages/renderer-worker/src/parts/GetPanelViews/GetPanelViews.js +0 -6
  2297. package/static/f3cf31a/packages/renderer-worker/src/parts/GetPortTuple/GetPortTuple.js +0 -10
  2298. package/static/f3cf31a/packages/renderer-worker/src/parts/GetPossibleLinkDecoration/GetPossibleLinkDecoration.js +0 -20
  2299. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemListItems/GetProblemListItems.js +0 -3
  2300. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemSourceDetail/GetProblemSourceDetail.js +0 -12
  2301. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblems/GetProblems.js +0 -10
  2302. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsFilterVirtualDom/GetProblemsFilterVirtualDom.js +0 -50
  2303. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsIconVirtualDom/GetProblemsIconVirtualDom.js +0 -18
  2304. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsItemsVirtualDom/GetProblemsItemsVirtualDom.js +0 -15
  2305. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsListItemVirtualDom/GetProblemsListItemVirtualDom.js +0 -118
  2306. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsListVirtualDom/GetProblemsListVirtualDom.js +0 -18
  2307. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsNoProblemsFoundVirtualDom/GetProblemsNoProblemsFoundVirtualDom.js +0 -35
  2308. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsTableBodyVirtualDom/GetProblemsTableBodyVirtualDom.js +0 -15
  2309. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsTableHeaderVirtualDom/GetProblemsTableHeaderVirtualDom.js +0 -53
  2310. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsTableRowVirtualDom/GetProblemsTableRowVirtualDom.js +0 -60
  2311. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsTableVirtualDom/GetProblemsTableVirtualDom.js +0 -17
  2312. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProblemsVirtualDom/GetProblemsVirtualDom.js +0 -37
  2313. package/static/f3cf31a/packages/renderer-worker/src/parts/GetProtocol/GetProtocol.js +0 -24
  2314. package/static/f3cf31a/packages/renderer-worker/src/parts/GetQuickPickItemVirtualDom/GetQuickPickItemVirtualDom.js +0 -83
  2315. package/static/f3cf31a/packages/renderer-worker/src/parts/GetQuickPickItemsVirtualDom/GetQuickPickItemsVirtualDom.js +0 -24
  2316. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRecentlyOpened/GetRecentlyOpened.js +0 -28
  2317. package/static/f3cf31a/packages/renderer-worker/src/parts/GetReferenceWithPreview/GetReferenceWithPreview.js +0 -17
  2318. package/static/f3cf31a/packages/renderer-worker/src/parts/GetReferencesFileCount/GetReferencesFileCount.js +0 -5
  2319. package/static/f3cf31a/packages/renderer-worker/src/parts/GetReferencesMessage/GetReferencesMessage.js +0 -17
  2320. package/static/f3cf31a/packages/renderer-worker/src/parts/GetReferencesWithPreview/GetReferencesWithPreview.js +0 -8
  2321. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRemoteSrc/GetRemoteSrc.js +0 -4
  2322. package/static/f3cf31a/packages/renderer-worker/src/parts/GetReplaceAllConfirmText/GetReplaceAllConfirmText.js +0 -20
  2323. package/static/f3cf31a/packages/renderer-worker/src/parts/GetReplacedAllMessage/GetReplacedAllMessage.js +0 -11
  2324. package/static/f3cf31a/packages/renderer-worker/src/parts/GetResolvedRoot/GetResolvedRoot.js +0 -87
  2325. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugBreakPointsVirtualDom/GetRunAndDebugBreakPointsVirtualDom.js +0 -22
  2326. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugButtonsVirtualDom/GetRunAndDebugButtonsVirtualDom.js +0 -17
  2327. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugCallStackVirtualDom/GetRunAndDebugCallStackVirtualDom.js +0 -53
  2328. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugRowRenderer/GetRunAndDebugRowRenderer.ts +0 -146
  2329. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugRowSectionHeadingVirtualDom/GetRunAndDebugRowSectionHeadingVirtualDom.ts +0 -24
  2330. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugRowVirtualDom/GetRunAndDebugRowVirtualDom.ts +0 -6
  2331. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugScopeVirtualDom/GetRunAndDebugScopeVirtualDom.js +0 -82
  2332. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugVirtualDom/GetRunAndDebugVirtualDom.js +0 -25
  2333. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugVirtualDom2/GetRunAndDebugVirtualDom2.ts +0 -18
  2334. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugVisibleRows/GetRunAndDebugVisibleRows.ts +0 -268
  2335. package/static/f3cf31a/packages/renderer-worker/src/parts/GetRunAndDebugWatchVirtualDom/GetRunAndDebugWatchVirtualDom.js +0 -18
  2336. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSashModuleId/GetSashModuleId.js +0 -13
  2337. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSavedWebViewState/GetSavedWebViewState.js +0 -17
  2338. package/static/f3cf31a/packages/renderer-worker/src/parts/GetScopeChain/GetScopeChain.js +0 -62
  2339. package/static/f3cf31a/packages/renderer-worker/src/parts/GetScopeExceptionVirtualDom/GetScopeExceptionVirtualDom.js +0 -32
  2340. package/static/f3cf31a/packages/renderer-worker/src/parts/GetScopePropertyVirtualDom/GetScopePropertyVirtualDom.js +0 -50
  2341. package/static/f3cf31a/packages/renderer-worker/src/parts/GetScopeScopeVirtualDom/GetScopeScopeVirtualDom.js +0 -32
  2342. package/static/f3cf31a/packages/renderer-worker/src/parts/GetScopeThisVirtualDom/GetScopeThisVirtualDom.js +0 -34
  2343. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSearchFieldButtonVirtualDom/GetSearchFieldButtonVirtualDom.js +0 -22
  2344. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSearchFocusKey/GetSearchFocusKey.js +0 -22
  2345. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSelectionDirection/GetSelectionDirection.js +0 -5
  2346. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSelectionPairs/GetSelectionPairs.js +0 -10
  2347. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSessionEvents/GetSessionEvents.js +0 -11
  2348. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSessionId/GetSessionId.js +0 -10
  2349. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSimpleBrowserVirtualDom/GetSimpleBrowserVirtualDom.js +0 -77
  2350. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSourceControlItemVirtualDom/GetSourceControlItemVirtualDom.js +0 -139
  2351. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSourceControlItemsVirtualDom/GetSourceControlItemsVirtualDom.js +0 -43
  2352. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSourceControlVirtualDom/GetSourceControlVirtualDom.js +0 -21
  2353. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSourceMapMatch/GetSourceMapMatch.js +0 -19
  2354. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSplitButtonVirtualDom/GetSplitButtonVirtualDom.js +0 -39
  2355. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSplitDimensions/GetSplitDimensions.js +0 -34
  2356. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSplitDimensionsDown/GetSplitDimensionsDown.js +0 -27
  2357. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSplitDimensionsLeft/GetSplitDimensionsLeft.js +0 -27
  2358. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSplitDimensionsRight/GetSplitDimensionsRight.js +0 -29
  2359. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSplitDimensionsUp/GetSplitDimensionsUp.js +0 -27
  2360. package/static/f3cf31a/packages/renderer-worker/src/parts/GetSplitOverlayDimensions/GetSplitOverlayDimensions.js +0 -50
  2361. package/static/f3cf31a/packages/renderer-worker/src/parts/GetStateToSave/GetStateToSave.js +0 -18
  2362. package/static/f3cf31a/packages/renderer-worker/src/parts/GetStatusBarItems/GetStatusBarItems.js +0 -29
  2363. package/static/f3cf31a/packages/renderer-worker/src/parts/GetStatusBarItemsVirtualDom/GetStatusBarItemsVirtualDom.js +0 -33
  2364. package/static/f3cf31a/packages/renderer-worker/src/parts/GetStatusBarVirtualDom/GetStatusBarVirtualDom.js +0 -13
  2365. package/static/f3cf31a/packages/renderer-worker/src/parts/GetStorageViewVirtualDom/GetStorageViewVirtualDom.js +0 -67
  2366. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTabDom/GetTabDom.js +0 -84
  2367. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTabIndex/GetTabIndex.js +0 -17
  2368. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTabsVirtualDom/GetTabsVirtualDom.js +0 -29
  2369. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTerminalSpawnOptions/GetTerminalSpawnOptions.js +0 -5
  2370. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTerminalTabsDom/GetTerminalTabsDom.js +0 -61
  2371. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTextEditorContent/GetTextEditorContent.js +0 -8
  2372. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTextMeasureContext/GetTextMeasureContext.js +0 -15
  2373. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTextSearchRipGrepArgs/GetTextSearchRipGrepArgs.js +0 -18
  2374. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTitleBarButtonsVirtualDom/GetTitleBarButtonsVirtualDom.js +0 -30
  2375. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTitleBarIconVirtualDom/GetTitleBarIconVirtualDom.js +0 -18
  2376. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTitleBarMenuBarItemsVirtualDom/GetTitleBarMenuBarItemsVirtualDom.js +0 -40
  2377. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTitleBarMenuBarVirtualDom/GetTitleBarMenuBarVirtualDom.js +0 -22
  2378. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTitleBarTitleVirtualDom/GetTitleBarTitleVirtualDom.js +0 -5
  2379. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTokenizePath/GetTokenizePath.js +0 -6
  2380. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTokensViewport/GetTokensViewport.js +0 -105
  2381. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTotalChildCount/GetTotalChildCount.js +0 -16
  2382. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTotalInserted/GetTotalInserted.js +0 -13
  2383. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTransferrables/GetTransferrables.ts +0 -8
  2384. package/static/f3cf31a/packages/renderer-worker/src/parts/GetTreeItemIndent/GetTreeItemIndent.js +0 -5
  2385. package/static/f3cf31a/packages/renderer-worker/src/parts/GetUniqueObjectCount/GetUniqueObjectCount.js +0 -14
  2386. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVideoVirtualDom/GetVideoVirtualDom.js +0 -17
  2387. package/static/f3cf31a/packages/renderer-worker/src/parts/GetViewletSize/GetViewletSize.js +0 -11
  2388. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVirtualDomChildCount/GetVirtualDomChildCount.js +0 -12
  2389. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVirtualDomTag/GetVirtualDomTag.js +0 -71
  2390. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleActivityBarItems/GetVisibleActivityBarItems.js +0 -27
  2391. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleDiffLines/GetVisibleDiffLines.js +0 -20
  2392. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleDiffLinesWithTokens/GetVisibleDiffLinesWithTokens.js +0 -22
  2393. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleE2eTests/GetVisibleE2eTests.ts +0 -11
  2394. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleExplorerItems/GetVisibleExplorerItems.js +0 -38
  2395. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleExtensions/GetVisibleExtensions.js +0 -21
  2396. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleInlineDiffEditorLines/GetVisibleInlineDiffEditorLines.js +0 -3
  2397. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleInlineDiffLinesWithTokens/GetVisibleInlineDiffLinesWithTokens.js +0 -22
  2398. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleMenuItems/GetVisibleMenuItems.js +0 -17
  2399. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleProblems/GetVisibleProblems.js +0 -31
  2400. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleQuickPickItems/GetVisibleQuickPickItems.js +0 -38
  2401. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleScopeItems/GetVisibleScopeItems.js +0 -39
  2402. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleSourceControlItems/GetVisibleSourceControlItems.js +0 -14
  2403. package/static/f3cf31a/packages/renderer-worker/src/parts/GetVisibleTitleBarEntries/GetVisibleTitleBarEntries.js +0 -37
  2404. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebExtensions/GetWebExtensions.js +0 -43
  2405. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebSocketUrl/GetWebSocketUrl.js +0 -6
  2406. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebView/GetWebView.ts +0 -8
  2407. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewBaseUrl/GetWebViewBaseUrl.ts +0 -21
  2408. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewCsp/GetWebViewCsp.ts +0 -15
  2409. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewHtml/GetWebViewHtml.ts +0 -28
  2410. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewOrigin/GetWebViewOrigin.ts +0 -16
  2411. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewPort/GetWebViewPort.ts +0 -10
  2412. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewVirtualDom/GetWebViewVirtualDom.ts +0 -18
  2413. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViews/GetWebViews.ts +0 -23
  2414. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewsNode/GetWebViewsNode.ts +0 -6
  2415. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWebViewsWeb/GetWebViewsWeb.ts +0 -9
  2416. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWelcomeVirtualDom/GetWelcomeVirtualDom.js +0 -40
  2417. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWhenExpressionText/GetWhenExpressionText.js +0 -45
  2418. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWindowId/GetWindowId.js +0 -10
  2419. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWindowZoomLevel/GetWindowZoomLevel.js +0 -9
  2420. package/static/f3cf31a/packages/renderer-worker/src/parts/GetWorkerDisplayName/GetWorkerDisplayName.js +0 -9
  2421. package/static/f3cf31a/packages/renderer-worker/src/parts/GetX/GetX.js +0 -61
  2422. package/static/f3cf31a/packages/renderer-worker/src/parts/GetZoomLevelPercent/GetZoomLevelPercent.js +0 -13
  2423. package/static/f3cf31a/packages/renderer-worker/src/parts/GlobalEventBus/GlobalEventBus.js +0 -44
  2424. package/static/f3cf31a/packages/renderer-worker/src/parts/GlobalEventType/GlobalEventType.js +0 -3
  2425. package/static/f3cf31a/packages/renderer-worker/src/parts/GridLayout/GridLayout.js +0 -4
  2426. package/static/f3cf31a/packages/renderer-worker/src/parts/HandleClickAction/HandleClickAction.js +0 -20
  2427. package/static/f3cf31a/packages/renderer-worker/src/parts/HandleIconThemeChange/HandleIconThemeChange.js +0 -18
  2428. package/static/f3cf31a/packages/renderer-worker/src/parts/HandleIpc/HandleIpc.js +0 -19
  2429. package/static/f3cf31a/packages/renderer-worker/src/parts/HandleIpcOnce/HandleIpcOnce.js +0 -5
  2430. package/static/f3cf31a/packages/renderer-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -29
  2431. package/static/f3cf31a/packages/renderer-worker/src/parts/HandleMessage/HandleMessage.js +0 -7
  2432. package/static/f3cf31a/packages/renderer-worker/src/parts/HandleVisibilityChange/HandleVisibilityChange.js +0 -20
  2433. package/static/f3cf31a/packages/renderer-worker/src/parts/Height/Height.js +0 -5
  2434. package/static/f3cf31a/packages/renderer-worker/src/parts/HelpStrings/HelpStrings.js +0 -47
  2435. package/static/f3cf31a/packages/renderer-worker/src/parts/Highlight/Highlight.js +0 -52
  2436. package/static/f3cf31a/packages/renderer-worker/src/parts/History/History.js +0 -6
  2437. package/static/f3cf31a/packages/renderer-worker/src/parts/HtmlFile/HtmlFile.js +0 -9
  2438. package/static/f3cf31a/packages/renderer-worker/src/parts/HtmlInputType/HtmlInputType.js +0 -2
  2439. package/static/f3cf31a/packages/renderer-worker/src/parts/HtmlTokenType/HtmlTokenType.js +0 -22
  2440. package/static/f3cf31a/packages/renderer-worker/src/parts/HttpStatusCode/HttpStatusCode.js +0 -1
  2441. package/static/f3cf31a/packages/renderer-worker/src/parts/I18NString/I18NString.js +0 -19
  2442. package/static/f3cf31a/packages/renderer-worker/src/parts/Icon/Icon.js +0 -27
  2443. package/static/f3cf31a/packages/renderer-worker/src/parts/IconTheme/IconTheme.ipc.js +0 -12
  2444. package/static/f3cf31a/packages/renderer-worker/src/parts/IconTheme/IconTheme.js +0 -30
  2445. package/static/f3cf31a/packages/renderer-worker/src/parts/IconThemeState/IconThemeState.js +0 -25
  2446. package/static/f3cf31a/packages/renderer-worker/src/parts/IconType/IconType.js +0 -3
  2447. package/static/f3cf31a/packages/renderer-worker/src/parts/Id/Id.js +0 -7
  2448. package/static/f3cf31a/packages/renderer-worker/src/parts/Idb/Idb.js +0 -4
  2449. package/static/f3cf31a/packages/renderer-worker/src/parts/IframeSrc/IframeSrc.js +0 -64
  2450. package/static/f3cf31a/packages/renderer-worker/src/parts/IframeWorker/IframeWorker.ts +0 -6
  2451. package/static/f3cf31a/packages/renderer-worker/src/parts/IframeWorkerUrl/IframeWorkerUrl.js +0 -3
  2452. package/static/f3cf31a/packages/renderer-worker/src/parts/ImagePreview/ImagePreview.ipc.js +0 -10
  2453. package/static/f3cf31a/packages/renderer-worker/src/parts/ImagePreview/ImagePreview.js +0 -47
  2454. package/static/f3cf31a/packages/renderer-worker/src/parts/Implementation/Implementation.js +0 -13
  2455. package/static/f3cf31a/packages/renderer-worker/src/parts/IncrementalTextSearch/IncrementalTextSearch.ipc.js +0 -11
  2456. package/static/f3cf31a/packages/renderer-worker/src/parts/IncrementalTextSearch/IncrementalTextSearch.js +0 -80
  2457. package/static/f3cf31a/packages/renderer-worker/src/parts/IndexedDb/IndexedDb.ipc.js +0 -8
  2458. package/static/f3cf31a/packages/renderer-worker/src/parts/IndexedDb/IndexedDb.js +0 -88
  2459. package/static/f3cf31a/packages/renderer-worker/src/parts/IndexedDbKeyValueStorage/IndexedDbKeyValueStorage.js +0 -53
  2460. package/static/f3cf31a/packages/renderer-worker/src/parts/IndexedDbState/IndexedDbState.js +0 -9
  2461. package/static/f3cf31a/packages/renderer-worker/src/parts/InitData/InitData.js +0 -16
  2462. package/static/f3cf31a/packages/renderer-worker/src/parts/InitialIconTheme/InitialIconTheme.js +0 -1
  2463. package/static/f3cf31a/packages/renderer-worker/src/parts/InputCursorLeft/InputCursorLeft.js +0 -13
  2464. package/static/f3cf31a/packages/renderer-worker/src/parts/InputCursorRight/InputCursorRight.js +0 -13
  2465. package/static/f3cf31a/packages/renderer-worker/src/parts/InputDeleteCharacterLeft/InputDeleteCharacterLeft.js +0 -16
  2466. package/static/f3cf31a/packages/renderer-worker/src/parts/InputDeleteCharacterRight/InputDeleteCharacterRight.js +0 -13
  2467. package/static/f3cf31a/packages/renderer-worker/src/parts/InputEventType/InputEventType.js +0 -15
  2468. package/static/f3cf31a/packages/renderer-worker/src/parts/InputName/InputName.js +0 -5
  2469. package/static/f3cf31a/packages/renderer-worker/src/parts/InputSource/InputSource.js +0 -2
  2470. package/static/f3cf31a/packages/renderer-worker/src/parts/InstallExtension/InstallExtension.js +0 -6
  2471. package/static/f3cf31a/packages/renderer-worker/src/parts/InstanceStorage/InstanceStorage.js +0 -13
  2472. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcChild/IpcChild.js +0 -13
  2473. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
  2474. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcChildType/IpcChildType.js +0 -13
  2475. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -35
  2476. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -43
  2477. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcChildWithReferencePort/IpcChildWithReferencePort.js +0 -28
  2478. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcError/IpcError.js +0 -6
  2479. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcId/IpcId.js +0 -12
  2480. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParent/IpcParent.ipc.js +0 -7
  2481. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParent/IpcParent.js +0 -20
  2482. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentModule/IpcParentModule.js +0 -24
  2483. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentType/IpcParentType.js +0 -8
  2484. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.js +0 -62
  2485. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithMessagePort/IpcParentWithMessagePort.js +0 -51
  2486. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithModuleWorker/IpcParentWithModuleWorker.js +0 -63
  2487. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug/IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug.js +0 -67
  2488. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithNode/IpcParentWithNode.js +0 -30
  2489. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithNodeAlternate/IpcParentWithNodeAlternate.js +0 -61
  2490. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithReferencePort/IpcParentWithReferencePort.js +0 -40
  2491. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcParentWithWebSocket/IpcParentWithWebSocket.js +0 -53
  2492. package/static/f3cf31a/packages/renderer-worker/src/parts/IpcState/IpcState.js +0 -11
  2493. package/static/f3cf31a/packages/renderer-worker/src/parts/IsAbortError/IsAbortError.js +0 -3
  2494. package/static/f3cf31a/packages/renderer-worker/src/parts/IsActualSourceFile/IsActualSourceFile.js +0 -13
  2495. package/static/f3cf31a/packages/renderer-worker/src/parts/IsAscii/IsAscii.js +0 -5
  2496. package/static/f3cf31a/packages/renderer-worker/src/parts/IsAutoUpdateSupported/IsAutoUpdateSupported.js +0 -10
  2497. package/static/f3cf31a/packages/renderer-worker/src/parts/IsBabelParseError/IsBabelParseError.js +0 -7
  2498. package/static/f3cf31a/packages/renderer-worker/src/parts/IsDataCloneError/IsDataCloneError.js +0 -3
  2499. package/static/f3cf31a/packages/renderer-worker/src/parts/IsElectron/IsElectron.js +0 -4
  2500. package/static/f3cf31a/packages/renderer-worker/src/parts/IsEmptyString/IsEmptyString.js +0 -5
  2501. package/static/f3cf31a/packages/renderer-worker/src/parts/IsEnoentError/IsEnoentError.js +0 -5
  2502. package/static/f3cf31a/packages/renderer-worker/src/parts/IsError/IsError.js +0 -3
  2503. package/static/f3cf31a/packages/renderer-worker/src/parts/IsFirefox/IsFirefox.js +0 -20
  2504. package/static/f3cf31a/packages/renderer-worker/src/parts/IsGap/IsGap.js +0 -22
  2505. package/static/f3cf31a/packages/renderer-worker/src/parts/IsGitpod/IsGitpod.ts +0 -3
  2506. package/static/f3cf31a/packages/renderer-worker/src/parts/IsImportError/IsImportError.js +0 -7
  2507. package/static/f3cf31a/packages/renderer-worker/src/parts/IsImportErrorChrome/IsImportErrorChrome.js +0 -3
  2508. package/static/f3cf31a/packages/renderer-worker/src/parts/IsImportErrorFirefox/IsImportErrorFirefox.js +0 -3
  2509. package/static/f3cf31a/packages/renderer-worker/src/parts/IsLowerCase/IsLowerCase.js +0 -3
  2510. package/static/f3cf31a/packages/renderer-worker/src/parts/IsMessagePort/IsMessagePort.js +0 -3
  2511. package/static/f3cf31a/packages/renderer-worker/src/parts/IsPatternInWord/IsPatternInWord.js +0 -11
  2512. package/static/f3cf31a/packages/renderer-worker/src/parts/IsProduction/IsProduction.js +0 -1
  2513. package/static/f3cf31a/packages/renderer-worker/src/parts/IsSelfClosingTag/IsSelfClosingTag.js +0 -10
  2514. package/static/f3cf31a/packages/renderer-worker/src/parts/IsString/IsString.js +0 -3
  2515. package/static/f3cf31a/packages/renderer-worker/src/parts/IsSyntaxError/IsSyntaxError.js +0 -3
  2516. package/static/f3cf31a/packages/renderer-worker/src/parts/IsTransferrable/IsTransferrable.ts +0 -10
  2517. package/static/f3cf31a/packages/renderer-worker/src/parts/IsUpperCase/IsUpperCase.js +0 -3
  2518. package/static/f3cf31a/packages/renderer-worker/src/parts/IsValidRecentlyOpened/IsValidRecentlyOpened.js +0 -8
  2519. package/static/f3cf31a/packages/renderer-worker/src/parts/IsWhitespace/IsWhitespace.js +0 -5
  2520. package/static/f3cf31a/packages/renderer-worker/src/parts/JoinLines/JoinLines.js +0 -5
  2521. package/static/f3cf31a/packages/renderer-worker/src/parts/Json/Json.js +0 -22
  2522. package/static/f3cf31a/packages/renderer-worker/src/parts/JsonRpc/JsonRpc.js +0 -2
  2523. package/static/f3cf31a/packages/renderer-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
  2524. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindingStrings/KeyBindingStrings.js +0 -88
  2525. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindings/KeyBindings.ipc.js +0 -11
  2526. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindings/KeyBindings.js +0 -36
  2527. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindingsInitial/KeyBindingsInitial.ipc.js +0 -8
  2528. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindingsInitial/KeyBindingsInitial.js +0 -27
  2529. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindingsState/KeyBindingsState.js +0 -78
  2530. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindingsViewWorker/KeyBindingsViewWorker.js +0 -6
  2531. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyBindingsViewWorkerUrl/KeyBindingsViewWorkerUrl.js +0 -3
  2532. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyCode/KeyCode.js +0 -149
  2533. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyCodeString/KeyCodeString.js +0 -149
  2534. package/static/f3cf31a/packages/renderer-worker/src/parts/KeyModifier/KeyModifier.js +0 -4
  2535. package/static/f3cf31a/packages/renderer-worker/src/parts/LanguageFeatures/LanguageFeatures.js +0 -7
  2536. package/static/f3cf31a/packages/renderer-worker/src/parts/Languages/Languages.ipc.js +0 -7
  2537. package/static/f3cf31a/packages/renderer-worker/src/parts/Languages/Languages.js +0 -227
  2538. package/static/f3cf31a/packages/renderer-worker/src/parts/LanguagesState/LanguagesState.js +0 -93
  2539. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchAboutViewWorker/LaunchAboutViewWorker.js +0 -29
  2540. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchDiffWorker/LaunchDiffWorker.js +0 -14
  2541. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchEditorWorker/LaunchEditorWorker.ts +0 -32
  2542. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchEmbedsWorker/LaunchEmbedsWorker.js +0 -14
  2543. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchExtensionHostWorker/LaunchExtensionHostWorker.js +0 -35
  2544. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchExtensionSearchViewWorker/LaunchExtensionSearchViewWorker.js +0 -31
  2545. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchFileSearchWorker/LaunchFileSearchWorker.js +0 -29
  2546. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchIframeWorker/LaunchIframeWorker.js +0 -33
  2547. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchKeyBindingsViewWorker/LaunchKeyBindingsViewWorker.js +0 -29
  2548. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchSearchProcess/LaunchSearchProcess.js +0 -14
  2549. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchSearchWorker/LaunchSearchWorker.js +0 -17
  2550. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchSharedProcess/LaunchSharedProcess.js +0 -10
  2551. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchSyntaxHighlightingWorker/LaunchSyntaxHighlightingWorker.js +0 -41
  2552. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchTerminalWorker/LaunchTerminalWorker.js +0 -17
  2553. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchTestWorker/LaunchTestWorker.ts +0 -16
  2554. package/static/f3cf31a/packages/renderer-worker/src/parts/LaunchTextSearchWorker/LaunchTextSearchWorker.js +0 -29
  2555. package/static/f3cf31a/packages/renderer-worker/src/parts/LayoutKeys/LayoutKeys.js +0 -56
  2556. package/static/f3cf31a/packages/renderer-worker/src/parts/LayoutModules/LayoutModules.js +0 -65
  2557. package/static/f3cf31a/packages/renderer-worker/src/parts/LazyCommand/LazyCommand.js +0 -17
  2558. package/static/f3cf31a/packages/renderer-worker/src/parts/LifeCycle/LifeCycle.js +0 -27
  2559. package/static/f3cf31a/packages/renderer-worker/src/parts/LifeCyclePhase/LifeCyclePhase.js +0 -18
  2560. package/static/f3cf31a/packages/renderer-worker/src/parts/List/List.js +0 -12
  2561. package/static/f3cf31a/packages/renderer-worker/src/parts/ListIndex/ListIndex.js +0 -26
  2562. package/static/f3cf31a/packages/renderer-worker/src/parts/Listener/Listener.ipc.js +0 -5
  2563. package/static/f3cf31a/packages/renderer-worker/src/parts/Listener/Listener.js +0 -25
  2564. package/static/f3cf31a/packages/renderer-worker/src/parts/LoadBabelParser/LoadBabelParser.js +0 -6
  2565. package/static/f3cf31a/packages/renderer-worker/src/parts/LoadJsBase64/LoadJsBase64.js +0 -6
  2566. package/static/f3cf31a/packages/renderer-worker/src/parts/LoadKy/LoadKy.js +0 -12
  2567. package/static/f3cf31a/packages/renderer-worker/src/parts/LoadMarked/LoadMarked.js +0 -7
  2568. package/static/f3cf31a/packages/renderer-worker/src/parts/LoadTokenizers/LoadTokenizers.js +0 -7
  2569. package/static/f3cf31a/packages/renderer-worker/src/parts/LocalStorage/LocalStorage.ipc.js +0 -13
  2570. package/static/f3cf31a/packages/renderer-worker/src/parts/LocalStorage/LocalStorage.js +0 -26
  2571. package/static/f3cf31a/packages/renderer-worker/src/parts/Location/Location.js +0 -29
  2572. package/static/f3cf31a/packages/renderer-worker/src/parts/LocationStrings/LocationsStrings.js +0 -37
  2573. package/static/f3cf31a/packages/renderer-worker/src/parts/LocationType/LocationType.js +0 -3
  2574. package/static/f3cf31a/packages/renderer-worker/src/parts/Logger/Logger.js +0 -11
  2575. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/Main.js +0 -0
  2576. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainCloseActiveEditor.js +0 -0
  2577. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainCloseAllEditors.js +0 -0
  2578. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainCloseEditorsToTheLeft.js +0 -0
  2579. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainCloseEditorsToTheRight.js +0 -0
  2580. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainFocusFirst.js +0 -0
  2581. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainFocusIndex.js +0 -0
  2582. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainFocusLast.js +0 -0
  2583. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainFocusNext.js +0 -0
  2584. package/static/f3cf31a/packages/renderer-worker/src/parts/Main/MainFocusPrevious.js +0 -0
  2585. package/static/f3cf31a/packages/renderer-worker/src/parts/MapObject/MapObject.js +0 -4
  2586. package/static/f3cf31a/packages/renderer-worker/src/parts/Markdown/Markdown.js +0 -9
  2587. package/static/f3cf31a/packages/renderer-worker/src/parts/MaskIcon/MaskIcon.js +0 -11
  2588. package/static/f3cf31a/packages/renderer-worker/src/parts/MeasureTabWidth/MeasureTabWidth.js +0 -15
  2589. package/static/f3cf31a/packages/renderer-worker/src/parts/MeasureTextHeight/MeasureTextHeight.js +0 -9
  2590. package/static/f3cf31a/packages/renderer-worker/src/parts/MeasureTextWidth/MeasureTextWidth.js +0 -32
  2591. package/static/f3cf31a/packages/renderer-worker/src/parts/MeasureTextWidthState/MeasureTextWidthState.js +0 -18
  2592. package/static/f3cf31a/packages/renderer-worker/src/parts/MeasureTitleBarEntryWidth/MeasureTitleBarEntryWidth.js +0 -7
  2593. package/static/f3cf31a/packages/renderer-worker/src/parts/MediaDevices/MediaDevices.js +0 -13
  2594. package/static/f3cf31a/packages/renderer-worker/src/parts/Menu/Menu.ipc.js +0 -17
  2595. package/static/f3cf31a/packages/renderer-worker/src/parts/Menu/Menu.js +0 -404
  2596. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntries/MenuEntries.js +0 -24
  2597. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesActivityBar/MenuEntriesActivityBar.js +0 -57
  2598. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesActivityBarAdditionalViews/MenuEntriesActivityBarAdditionalViews.js +0 -19
  2599. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesE2eTests/MenuEntriesE2eTests.js +0 -15
  2600. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesEdit/MenuEntriesEdit.js +0 -55
  2601. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesEditor/MenuEntriesEditor.js +0 -78
  2602. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesExplorer/MenuEntriesExplorer.js +0 -166
  2603. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesExplorer/MenuEntriesExplorerFile.js +0 -3
  2604. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesExplorer/MenuEntriesExplorerFolder.js +0 -3
  2605. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesExtensionDetailReadme/MenuEntriesExtensionDetailReadme.js +0 -42
  2606. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesFile/MenuEntriesFile.js +0 -66
  2607. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesGo/MenuEntriesGo.js +0 -7
  2608. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesHelp/MenuEntriesHelp.js +0 -48
  2609. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesKeyBindingsTable/MenuEntriesKeyBindingsTable.js +0 -64
  2610. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesMain/MenuEntriesMain.js +0 -51
  2611. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesManageExtension/MenuEntriesManageExtension.js +0 -31
  2612. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesModule/MenuEntriesModule.js +0 -16
  2613. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesOpenRecent/MenuEntriesOpenRecent.js +0 -50
  2614. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesProblems/MenuEntriesProblems.js +0 -22
  2615. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesProblemsFilter/MenuEntriesProblemsFilter.js +0 -27
  2616. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesRegistryState/MenuEntriesRegistryState.js +0 -11
  2617. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesRun/MenuEntriesRun.js +0 -7
  2618. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesSearch/MenuEntriesSearch.js +0 -22
  2619. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesSelection/MenuEntriesSelection.js +0 -40
  2620. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesSettings/MenuEntriesSettings.js +0 -46
  2621. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesSimpleBrowser/MenuEntriesSimpleBrowser.js +0 -88
  2622. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesSourceControl/MenuEntriesSourceControl.js +0 -50
  2623. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesState/MenuEntriesState.js +0 -14
  2624. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesTab/MenuEntriesTab.js +0 -60
  2625. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesTerminal/MenuEntriesTerminal.js +0 -17
  2626. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesTitleBar/MenuEntriesTitleBar.js +0 -19
  2627. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesTitleBar/MenuEntriesTitleBarRemote.js +0 -51
  2628. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesTitleBar/MenuEntriesTitleBarWeb.js +0 -38
  2629. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntriesView/MenuEntriesView.js +0 -7
  2630. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntryId/MenuEntryId.js +0 -53
  2631. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuEntrySeparator/MenuEntrySeparator.js +0 -8
  2632. package/static/f3cf31a/packages/renderer-worker/src/parts/MenuItemFlags/MenuItemFlags.js +0 -15
  2633. package/static/f3cf31a/packages/renderer-worker/src/parts/MergeClassNames/MergeClassNames.js +0 -3
  2634. package/static/f3cf31a/packages/renderer-worker/src/parts/MergeDiffLinesWithTokens/MergeDiffLinesWithTokens.js +0 -30
  2635. package/static/f3cf31a/packages/renderer-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
  2636. package/static/f3cf31a/packages/renderer-worker/src/parts/Meta/Meta.js +0 -5
  2637. package/static/f3cf31a/packages/renderer-worker/src/parts/Mime/Mime.ipc.js +0 -8
  2638. package/static/f3cf31a/packages/renderer-worker/src/parts/Mime/Mime.js +0 -12
  2639. package/static/f3cf31a/packages/renderer-worker/src/parts/MimeType/MimeType.js +0 -36
  2640. package/static/f3cf31a/packages/renderer-worker/src/parts/MimeTypes/MimeTypes.js +0 -68
  2641. package/static/f3cf31a/packages/renderer-worker/src/parts/MimeTypes/MimeTypes.json +0 -51
  2642. package/static/f3cf31a/packages/renderer-worker/src/parts/MinimumSliderSize/MinimumSliderSize.js +0 -1
  2643. package/static/f3cf31a/packages/renderer-worker/src/parts/ModifierKey/ModifierKey.js +0 -3
  2644. package/static/f3cf31a/packages/renderer-worker/src/parts/Module/Module.js +0 -203
  2645. package/static/f3cf31a/packages/renderer-worker/src/parts/ModuleId/ModuleId.js +0 -103
  2646. package/static/f3cf31a/packages/renderer-worker/src/parts/ModuleMap/ModuleMap.js +0 -228
  2647. package/static/f3cf31a/packages/renderer-worker/src/parts/MouseEventType/MouseEventType.js +0 -7
  2648. package/static/f3cf31a/packages/renderer-worker/src/parts/NameAnonymousFunction/NameAnonymousFunction.js +0 -5
  2649. package/static/f3cf31a/packages/renderer-worker/src/parts/NativeFileTypes/NativeFileTypes.js +0 -3
  2650. package/static/f3cf31a/packages/renderer-worker/src/parts/NativeHost/NativeHost.ipc.js +0 -9
  2651. package/static/f3cf31a/packages/renderer-worker/src/parts/NativeHost/NativeHost.js +0 -18
  2652. package/static/f3cf31a/packages/renderer-worker/src/parts/NativeHostState/NativeHostState.js +0 -16
  2653. package/static/f3cf31a/packages/renderer-worker/src/parts/Navigation/Navigation.ipc.js +0 -14
  2654. package/static/f3cf31a/packages/renderer-worker/src/parts/Navigation/Navigation.js +0 -142
  2655. package/static/f3cf31a/packages/renderer-worker/src/parts/NestedError/NestedError.js +0 -19
  2656. package/static/f3cf31a/packages/renderer-worker/src/parts/NormalizeBlobError/NormalizeBlobError.js +0 -13
  2657. package/static/f3cf31a/packages/renderer-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
  2658. package/static/f3cf31a/packages/renderer-worker/src/parts/NormalizeText/NormalizeText.js +0 -12
  2659. package/static/f3cf31a/packages/renderer-worker/src/parts/Notification/Notification.ipc.js +0 -10
  2660. package/static/f3cf31a/packages/renderer-worker/src/parts/Notification/Notification.js +0 -31
  2661. package/static/f3cf31a/packages/renderer-worker/src/parts/OffscreenCanvas/OffscreenCanvas.ipc.js +0 -8
  2662. package/static/f3cf31a/packages/renderer-worker/src/parts/OffscreenCanvas/OffscreenCanvas.js +0 -18
  2663. package/static/f3cf31a/packages/renderer-worker/src/parts/Open/Open.ipc.js +0 -8
  2664. package/static/f3cf31a/packages/renderer-worker/src/parts/Open/Open.js +0 -29
  2665. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenExternal/OpenExternal.js +0 -9
  2666. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenFolder/OpenFolder.js +0 -6
  2667. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenFolderElectron/OpenFolderElectron.js +0 -14
  2668. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenFolderModule/OpenFolderModule.js +0 -15
  2669. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenFolderRemote/OpenFolderRemote.js +0 -10
  2670. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenFolderWeb/OpenFolderWeb.js +0 -19
  2671. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenNativeFolder/OpenNativeFolder.ipc.js +0 -7
  2672. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenNativeFolder/OpenNativeFolder.js +0 -34
  2673. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenSpecialFolder/OpenSpecialFolder.js +0 -29
  2674. package/static/f3cf31a/packages/renderer-worker/src/parts/OpenUri/OpenUri.js +0 -5
  2675. package/static/f3cf31a/packages/renderer-worker/src/parts/Origin/Origin.js +0 -1
  2676. package/static/f3cf31a/packages/renderer-worker/src/parts/Os/Os.js +0 -5
  2677. package/static/f3cf31a/packages/renderer-worker/src/parts/OutputChannel/OutputChannel.js +0 -9
  2678. package/static/f3cf31a/packages/renderer-worker/src/parts/OutputChannels/OutputChannels.js +0 -25
  2679. package/static/f3cf31a/packages/renderer-worker/src/parts/ParseExtensionSearchValue/ParseExtensionSearchValue.js +0 -43
  2680. package/static/f3cf31a/packages/renderer-worker/src/parts/ParseHtml/ParseHtml.js +0 -59
  2681. package/static/f3cf31a/packages/renderer-worker/src/parts/ParseKey/ParseKey.js +0 -16
  2682. package/static/f3cf31a/packages/renderer-worker/src/parts/ParseText/ParseText.js +0 -3
  2683. package/static/f3cf31a/packages/renderer-worker/src/parts/PartitionEditorGroups/PartitionEditorGroups.js +0 -44
  2684. package/static/f3cf31a/packages/renderer-worker/src/parts/Path/Path.js +0 -23
  2685. package/static/f3cf31a/packages/renderer-worker/src/parts/PathDisplay/PathDisplay.js +0 -31
  2686. package/static/f3cf31a/packages/renderer-worker/src/parts/PathSeparator/PathSeparator.js +0 -4
  2687. package/static/f3cf31a/packages/renderer-worker/src/parts/PathSeparatorType/PathSeparatorType.js +0 -5
  2688. package/static/f3cf31a/packages/renderer-worker/src/parts/PauseOnExceptionState/PauseOnExceptionState.js +0 -4
  2689. package/static/f3cf31a/packages/renderer-worker/src/parts/Performance/Performance.js +0 -13
  2690. package/static/f3cf31a/packages/renderer-worker/src/parts/PerformanceEntryType/PerformanceEntryType.js +0 -2
  2691. package/static/f3cf31a/packages/renderer-worker/src/parts/PerformanceMarkerType/PerformanceMarkerType.js +0 -45
  2692. package/static/f3cf31a/packages/renderer-worker/src/parts/PersistentFileHandle/PersistentFileHandle.ipc.js +0 -9
  2693. package/static/f3cf31a/packages/renderer-worker/src/parts/PersistentFileHandle/PersistentFileHandle.js +0 -42
  2694. package/static/f3cf31a/packages/renderer-worker/src/parts/Platform/Platform.js +0 -30
  2695. package/static/f3cf31a/packages/renderer-worker/src/parts/PlatformPaths/PlatformPaths.js +0 -123
  2696. package/static/f3cf31a/packages/renderer-worker/src/parts/PlatformType/PlatformType.js +0 -7
  2697. package/static/f3cf31a/packages/renderer-worker/src/parts/PointerCapture/PointerCapture.ipc.js +0 -8
  2698. package/static/f3cf31a/packages/renderer-worker/src/parts/PointerCapture/PointerCapture.js +0 -9
  2699. package/static/f3cf31a/packages/renderer-worker/src/parts/Preferences/Preferences.ipc.js +0 -12
  2700. package/static/f3cf31a/packages/renderer-worker/src/parts/Preferences/Preferences.js +0 -78
  2701. package/static/f3cf31a/packages/renderer-worker/src/parts/PrettyBytes/PrettyBytes.js +0 -6
  2702. package/static/f3cf31a/packages/renderer-worker/src/parts/PrettyError/PrettyError.js +0 -205
  2703. package/static/f3cf31a/packages/renderer-worker/src/parts/PrintTable/PrintTable.js +0 -23
  2704. package/static/f3cf31a/packages/renderer-worker/src/parts/ProblemListItemType/ProblemListItemType.js +0 -3
  2705. package/static/f3cf31a/packages/renderer-worker/src/parts/ProblemStrings/ProblemStrings.js +0 -96
  2706. package/static/f3cf31a/packages/renderer-worker/src/parts/ProblemsViewMode/ProblemsViewMode.js +0 -3
  2707. package/static/f3cf31a/packages/renderer-worker/src/parts/Process/Process.js +0 -43
  2708. package/static/f3cf31a/packages/renderer-worker/src/parts/ProcessExplorer/ProcessExplorer.js +0 -20
  2709. package/static/f3cf31a/packages/renderer-worker/src/parts/ProcessExplorer/ProcessExplorerElectron.js +0 -5
  2710. package/static/f3cf31a/packages/renderer-worker/src/parts/ProcessExplorer/ProcessExplorerRemote.js +0 -3
  2711. package/static/f3cf31a/packages/renderer-worker/src/parts/ProcessExplorer/ProcessExplorerWeb.js +0 -3
  2712. package/static/f3cf31a/packages/renderer-worker/src/parts/Product/Product.js +0 -5
  2713. package/static/f3cf31a/packages/renderer-worker/src/parts/PromiseStatus/PromiseStatus.js +0 -3
  2714. package/static/f3cf31a/packages/renderer-worker/src/parts/Promises/Promises.js +0 -19
  2715. package/static/f3cf31a/packages/renderer-worker/src/parts/Prompt/Prompt.ipc.js +0 -7
  2716. package/static/f3cf31a/packages/renderer-worker/src/parts/Prompt/Prompt.js +0 -5
  2717. package/static/f3cf31a/packages/renderer-worker/src/parts/Protocol/Protocol.js +0 -6
  2718. package/static/f3cf31a/packages/renderer-worker/src/parts/ProtocolType/ProtocolType.js +0 -4
  2719. package/static/f3cf31a/packages/renderer-worker/src/parts/Px/Px.js +0 -7
  2720. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPIckPrefix/QuickPickPrefix.js +0 -11
  2721. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPick/QuickPick.ipc.js +0 -13
  2722. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPick/QuickPick.js +0 -32
  2723. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickColorThemeUiStrings/QuickPickColorThemeUiStrings.js +0 -1
  2724. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntries/QuickPickEntries.js +0 -27
  2725. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesColorTheme/QuickPickEntriesColorTheme.js +0 -54
  2726. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesCommand/QuickPickEntriesCommand.js +0 -131
  2727. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesCustom/QuickPickEntriesCustom.js +0 -80
  2728. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesEverything/QuickPickEntriesEverything.js +0 -167
  2729. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesFile/QuickPickEntriesFile.js +0 -107
  2730. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesGoToLine/QuickPickEntriesGoToLine.js +0 -57
  2731. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesNoop/QuickPickNoop.js +0 -34
  2732. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesNumber/QuickPickEntriesNumber.js +0 -60
  2733. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesOpenRecent/QuickPickEntriesOpenRecent.js +0 -75
  2734. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesSymbol/QuickPickEntriesSymbol.js +0 -33
  2735. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesView/QuickPickEntriesView.js +0 -34
  2736. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntriesWorkspaceSymbol/QuickPickEntriesWorkspaceSymbol.js +0 -33
  2737. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickEntryId/QuickPickEntryId.js +0 -21
  2738. package/static/f3cf31a/packages/renderer-worker/src/parts/QuickPickReturnValue/QuickPickReturnValue.js +0 -3
  2739. package/static/f3cf31a/packages/renderer-worker/src/parts/Quote/Quote.js +0 -3
  2740. package/static/f3cf31a/packages/renderer-worker/src/parts/RebuildNodePty/RebuildNodePty.ipc.js +0 -7
  2741. package/static/f3cf31a/packages/renderer-worker/src/parts/RebuildNodePty/RebuildNodePty.js +0 -5
  2742. package/static/f3cf31a/packages/renderer-worker/src/parts/RecentlyOpened/RecentlyOpened.ipc.js +0 -11
  2743. package/static/f3cf31a/packages/renderer-worker/src/parts/RecentlyOpened/RecentlyOpened.js +0 -28
  2744. package/static/f3cf31a/packages/renderer-worker/src/parts/ReconnectingWebSocket/ReconnectingWebSocket.js +0 -36
  2745. package/static/f3cf31a/packages/renderer-worker/src/parts/References/References.js +0 -15
  2746. package/static/f3cf31a/packages/renderer-worker/src/parts/Reload/Reload.ipc.js +0 -7
  2747. package/static/f3cf31a/packages/renderer-worker/src/parts/Reload/Reload.js +0 -21
  2748. package/static/f3cf31a/packages/renderer-worker/src/parts/ReloadElectron/ReloadElectron.js +0 -5
  2749. package/static/f3cf31a/packages/renderer-worker/src/parts/ReloadWeb/ReloadWeb.js +0 -5
  2750. package/static/f3cf31a/packages/renderer-worker/src/parts/RemoveValues/RemoveValues.ts +0 -24
  2751. package/static/f3cf31a/packages/renderer-worker/src/parts/RenderMethod/RenderMethod.js +0 -49
  2752. package/static/f3cf31a/packages/renderer-worker/src/parts/RenderTextEditorError/RenderTextEditorError.ts +0 -38
  2753. package/static/f3cf31a/packages/renderer-worker/src/parts/RendererProcess/RendererProcess.js +0 -44
  2754. package/static/f3cf31a/packages/renderer-worker/src/parts/RendererProcessIpcParentType/RendererProcessIpcParentType.js +0 -5
  2755. package/static/f3cf31a/packages/renderer-worker/src/parts/RendererWorkerCommandType/RendererWorkerCommandType.js +0 -1
  2756. package/static/f3cf31a/packages/renderer-worker/src/parts/RequestAnimationFrame/RequestAnimationFrame.js +0 -7
  2757. package/static/f3cf31a/packages/renderer-worker/src/parts/Response/Response.js +0 -11
  2758. package/static/f3cf31a/packages/renderer-worker/src/parts/SafeTokenizeLine/SafeTokenizeLine.js +0 -54
  2759. package/static/f3cf31a/packages/renderer-worker/src/parts/Sandbox/Sandbox.ts +0 -2
  2760. package/static/f3cf31a/packages/renderer-worker/src/parts/SashDirectionType/SashDirectionType.js +0 -3
  2761. package/static/f3cf31a/packages/renderer-worker/src/parts/SashOrientation/SashOrientation.js +0 -3
  2762. package/static/f3cf31a/packages/renderer-worker/src/parts/SashType/SashType.js +0 -4
  2763. package/static/f3cf31a/packages/renderer-worker/src/parts/SaveBuiltinState/SaveBuiltinState.js +0 -12
  2764. package/static/f3cf31a/packages/renderer-worker/src/parts/SaveExtensionState/SaveExtensionState.js +0 -7
  2765. package/static/f3cf31a/packages/renderer-worker/src/parts/SaveFileAs/SaveFileAs.ipc.js +0 -8
  2766. package/static/f3cf31a/packages/renderer-worker/src/parts/SaveFileAs/SaveFileAs.js +0 -30
  2767. package/static/f3cf31a/packages/renderer-worker/src/parts/SaveState/SaveState.ipc.js +0 -9
  2768. package/static/f3cf31a/packages/renderer-worker/src/parts/SaveState/SaveState.js +0 -30
  2769. package/static/f3cf31a/packages/renderer-worker/src/parts/SaveTimings/SaveTimings.js +0 -8
  2770. package/static/f3cf31a/packages/renderer-worker/src/parts/Scheme/Scheme.ts +0 -1
  2771. package/static/f3cf31a/packages/renderer-worker/src/parts/ScrollBarFunctions/ScrollBarFunctions.js +0 -50
  2772. package/static/f3cf31a/packages/renderer-worker/src/parts/SearchExtensions/SearchExtensions.js +0 -6
  2773. package/static/f3cf31a/packages/renderer-worker/src/parts/SearchExtensionsMarketplace/SearchExtensionsMarketplace.js +0 -3
  2774. package/static/f3cf31a/packages/renderer-worker/src/parts/SearchFile/SearchFile.js +0 -6
  2775. package/static/f3cf31a/packages/renderer-worker/src/parts/SearchProcess/SearchProcess.ipc.js +0 -7
  2776. package/static/f3cf31a/packages/renderer-worker/src/parts/SearchProcess/SearchProcess.js +0 -22
  2777. package/static/f3cf31a/packages/renderer-worker/src/parts/SearchWorker/SearchWorker.js +0 -6
  2778. package/static/f3cf31a/packages/renderer-worker/src/parts/SearchWorkerUrl/SearchWorkerUrl.js +0 -3
  2779. package/static/f3cf31a/packages/renderer-worker/src/parts/SelectionDirection/SelectionDirection.js +0 -2
  2780. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToElectron/SendMessagePortToElectron.ipc.js +0 -7
  2781. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToElectron/SendMessagePortToElectron.js +0 -8
  2782. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToExtensionHostWorker/SendMessagePortToExtensionHostWorker.ipc.js +0 -7
  2783. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToExtensionHostWorker/SendMessagePortToExtensionHostWorker.js +0 -8
  2784. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToRendererProcess/SendMessagePortToRendererProcess.ipc.js +0 -7
  2785. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToRendererProcess/SendMessagePortToRendererProcess.js +0 -8
  2786. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToSyntaxHighlightingworker/SendMessagePortToSyntaxHighlightingWorker.ipc.js +0 -7
  2787. package/static/f3cf31a/packages/renderer-worker/src/parts/SendMessagePortToSyntaxHighlightingworker/SendMessagePortToSyntaxHighlightingWorker.js +0 -8
  2788. package/static/f3cf31a/packages/renderer-worker/src/parts/SerializeEditorGroups/SerializeEditorGroups.js +0 -18
  2789. package/static/f3cf31a/packages/renderer-worker/src/parts/SerializeEditors/SerializeEditors.js +0 -15
  2790. package/static/f3cf31a/packages/renderer-worker/src/parts/SerializeViewlet/SerializeViewlet.js +0 -19
  2791. package/static/f3cf31a/packages/renderer-worker/src/parts/SessionReplay/SessionReplay.ipc.js +0 -10
  2792. package/static/f3cf31a/packages/renderer-worker/src/parts/SessionReplay/SessionReplay.js +0 -187
  2793. package/static/f3cf31a/packages/renderer-worker/src/parts/SessionReplayStorage/SessionReplayStorage.js +0 -10
  2794. package/static/f3cf31a/packages/renderer-worker/src/parts/SessionStorage/SessionStorage.ipc.js +0 -10
  2795. package/static/f3cf31a/packages/renderer-worker/src/parts/SessionStorage/SessionStorage.js +0 -22
  2796. package/static/f3cf31a/packages/renderer-worker/src/parts/SetRecentlyOpened/SetRecentlyOpened.js +0 -7
  2797. package/static/f3cf31a/packages/renderer-worker/src/parts/SharedProcess/SharedProcess.js +0 -21
  2798. package/static/f3cf31a/packages/renderer-worker/src/parts/SharedProcessCommandType/SharedProcessCommandType.js +0 -30
  2799. package/static/f3cf31a/packages/renderer-worker/src/parts/SharedProcessIpc/SharedProcessIpc.js +0 -11
  2800. package/static/f3cf31a/packages/renderer-worker/src/parts/SharedProcessState/SharedProcessState.js +0 -6
  2801. package/static/f3cf31a/packages/renderer-worker/src/parts/ShouldIgnoreCacheStorageError/ShouldIgnoreCacheStorageError.js +0 -4
  2802. package/static/f3cf31a/packages/renderer-worker/src/parts/SideBarLocationType/SideBarLocationType.js +0 -2
  2803. package/static/f3cf31a/packages/renderer-worker/src/parts/SimpleBrowserPreferences/SimpleBrowserPreferences.js +0 -10
  2804. package/static/f3cf31a/packages/renderer-worker/src/parts/SimpleBrowserStrings/SimpleBrowserStrings.js +0 -47
  2805. package/static/f3cf31a/packages/renderer-worker/src/parts/SortExplorerItems/SortExplorerItems.js +0 -39
  2806. package/static/f3cf31a/packages/renderer-worker/src/parts/SortExtensions/SortExtensions.js +0 -9
  2807. package/static/f3cf31a/packages/renderer-worker/src/parts/SourceControl/SourceControl.js +0 -43
  2808. package/static/f3cf31a/packages/renderer-worker/src/parts/SourceControlActions/SourceControlActions.js +0 -36
  2809. package/static/f3cf31a/packages/renderer-worker/src/parts/SourceMap/SourceMap.js +0 -86
  2810. package/static/f3cf31a/packages/renderer-worker/src/parts/SplitGroupRight/SplitGroupRight.js +0 -17
  2811. package/static/f3cf31a/packages/renderer-worker/src/parts/SplitLines/SplitLines.js +0 -7
  2812. package/static/f3cf31a/packages/renderer-worker/src/parts/StatusBarPreferences/StatusBarPreferences.js +0 -6
  2813. package/static/f3cf31a/packages/renderer-worker/src/parts/Storage/Storage.js +0 -29
  2814. package/static/f3cf31a/packages/renderer-worker/src/parts/StorageKey/StorageKey.ts +0 -10
  2815. package/static/f3cf31a/packages/renderer-worker/src/parts/SupportsLetterSpacing/SupportsLetterSpacing.js +0 -3
  2816. package/static/f3cf31a/packages/renderer-worker/src/parts/SyntaxHighlightingWorker/SyntaxHighlightingWorker.js +0 -6
  2817. package/static/f3cf31a/packages/renderer-worker/src/parts/SyntaxHighlightingWorkerUrl/SyntaxHighlightingWorkerUrl.js +0 -3
  2818. package/static/f3cf31a/packages/renderer-worker/src/parts/TabCompletion/TabCompletion.js +0 -10
  2819. package/static/f3cf31a/packages/renderer-worker/src/parts/TabFlags/TabFlags.js +0 -6
  2820. package/static/f3cf31a/packages/renderer-worker/src/parts/TabIndex/TabIndex.js +0 -1
  2821. package/static/f3cf31a/packages/renderer-worker/src/parts/TerminalStrings/TerminalStrings.js +0 -22
  2822. package/static/f3cf31a/packages/renderer-worker/src/parts/TerminalWorker/TerminalWorker.js +0 -6
  2823. package/static/f3cf31a/packages/renderer-worker/src/parts/TerminalWorkerUrl/TerminalWorkerUrl.js +0 -3
  2824. package/static/f3cf31a/packages/renderer-worker/src/parts/Test/Test.ipc.js +0 -7
  2825. package/static/f3cf31a/packages/renderer-worker/src/parts/Test/Test.js +0 -7
  2826. package/static/f3cf31a/packages/renderer-worker/src/parts/TestFrameWork/TestFrameWork.ipc.js +0 -10
  2827. package/static/f3cf31a/packages/renderer-worker/src/parts/TestFrameWork/TestFrameWork.js +0 -17
  2828. package/static/f3cf31a/packages/renderer-worker/src/parts/TestWorkerUrl/TestWorkerUrl.js +0 -3
  2829. package/static/f3cf31a/packages/renderer-worker/src/parts/TextDocument/TextDocument.js +0 -148
  2830. package/static/f3cf31a/packages/renderer-worker/src/parts/TextSearchWorker/TextSearchWorker.js +0 -6
  2831. package/static/f3cf31a/packages/renderer-worker/src/parts/TextSearchWorkerUrl/TextSearchWorkerUrl.js +0 -3
  2832. package/static/f3cf31a/packages/renderer-worker/src/parts/Timeout/Timeout.js +0 -7
  2833. package/static/f3cf31a/packages/renderer-worker/src/parts/Timers/Timers.js +0 -25
  2834. package/static/f3cf31a/packages/renderer-worker/src/parts/Timestamp/Timestamp.js +0 -3
  2835. package/static/f3cf31a/packages/renderer-worker/src/parts/TitleBarButtons/TitleBarButtons.js +0 -39
  2836. package/static/f3cf31a/packages/renderer-worker/src/parts/TitleBarMenuBarEntries/TitleBarMenuBarEntries.js +0 -6
  2837. package/static/f3cf31a/packages/renderer-worker/src/parts/TitleBarMenuBarStrings/TitleBarMenuBarStrings.js +0 -22
  2838. package/static/f3cf31a/packages/renderer-worker/src/parts/ToElectronMenu/ToElectronMenu.js +0 -33
  2839. package/static/f3cf31a/packages/renderer-worker/src/parts/ToElectronMenuItem/ToElectronMenuItem.js +0 -102
  2840. package/static/f3cf31a/packages/renderer-worker/src/parts/ToMarkdownTable/ToMarkdownTable.js +0 -36
  2841. package/static/f3cf31a/packages/renderer-worker/src/parts/ToProblems/ToProblems.js +0 -64
  2842. package/static/f3cf31a/packages/renderer-worker/src/parts/TokenizeHtml/TokenizeHtml.js +0 -261
  2843. package/static/f3cf31a/packages/renderer-worker/src/parts/TokenizePlainText/TokenizePlainText.js +0 -30
  2844. package/static/f3cf31a/packages/renderer-worker/src/parts/Tokenizer/Tokenizer.js +0 -78
  2845. package/static/f3cf31a/packages/renderer-worker/src/parts/TokenizerMap/TokenizerMap.js +0 -15
  2846. package/static/f3cf31a/packages/renderer-worker/src/parts/TokenizerState/TokenizerState.js +0 -42
  2847. package/static/f3cf31a/packages/renderer-worker/src/parts/TraceHighlights/TraceHighlights.js +0 -32
  2848. package/static/f3cf31a/packages/renderer-worker/src/parts/Transferrable/Transferrable.ipc.js +0 -9
  2849. package/static/f3cf31a/packages/renderer-worker/src/parts/Transferrable/Transferrable.js +0 -24
  2850. package/static/f3cf31a/packages/renderer-worker/src/parts/Transferrables/Transferrables.ts +0 -9
  2851. package/static/f3cf31a/packages/renderer-worker/src/parts/TreeItemPadding/TreeItemPadding.js +0 -2
  2852. package/static/f3cf31a/packages/renderer-worker/src/parts/TryToGetActualErrorMessageWhenNetworkRequestSucceeds/TryToGetActualErrorMessageWhenNetworkRequestSucceeds.js +0 -72
  2853. package/static/f3cf31a/packages/renderer-worker/src/parts/TryToGetActualImportErrorMessage/TryToGetActualImportErrorMessage.js +0 -34
  2854. package/static/f3cf31a/packages/renderer-worker/src/parts/TryToGetActualWorkerErrorMessage/TryToGetActualWorkerErrorMessage.js +0 -25
  2855. package/static/f3cf31a/packages/renderer-worker/src/parts/TypeDefinition/TypeDefinition.js +0 -6
  2856. package/static/f3cf31a/packages/renderer-worker/src/parts/UnexpectedTokenError/UnexpectedTokenError.js +0 -6
  2857. package/static/f3cf31a/packages/renderer-worker/src/parts/UnhandledErrorHandling/UnhandledErrorHandling.js +0 -17
  2858. package/static/f3cf31a/packages/renderer-worker/src/parts/UnquoteString/UnquoteString.js +0 -6
  2859. package/static/f3cf31a/packages/renderer-worker/src/parts/UploadFileSystemDirectoryHandle/UploadFileSystemDirectoryHandle.js +0 -16
  2860. package/static/f3cf31a/packages/renderer-worker/src/parts/UploadFileSystemFileHandle/UploadFileSystemFileHandle.js +0 -10
  2861. package/static/f3cf31a/packages/renderer-worker/src/parts/UploadFileSystemHandle/UploadFileSystemHandle.js +0 -24
  2862. package/static/f3cf31a/packages/renderer-worker/src/parts/UploadFileSystemHandles/UploadFileSystemHandles.js +0 -23
  2863. package/static/f3cf31a/packages/renderer-worker/src/parts/Url/Url.ipc.js +0 -8
  2864. package/static/f3cf31a/packages/renderer-worker/src/parts/Url/Url.js +0 -18
  2865. package/static/f3cf31a/packages/renderer-worker/src/parts/VError/VError.js +0 -37
  2866. package/static/f3cf31a/packages/renderer-worker/src/parts/Viewlet/Viewlet.ipc.js +0 -14
  2867. package/static/f3cf31a/packages/renderer-worker/src/parts/Viewlet/Viewlet.js +0 -492
  2868. package/static/f3cf31a/packages/renderer-worker/src/parts/Viewlet/ViewletElectron.js +0 -127
  2869. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAbout.ipc.ts +0 -6
  2870. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAbout.ts +0 -68
  2871. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAboutCommands.ts +0 -10
  2872. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAboutCss.ts +0 -1
  2873. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAboutKeyBindings.ts +0 -23
  2874. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAboutName.ts +0 -1
  2875. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAboutRender.ts +0 -22
  2876. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAbout/ViewletAboutTypes.ts +0 -6
  2877. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAction/ViewletAction.ts +0 -9
  2878. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActions/ViewletActions.js +0 -14
  2879. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ActivityBarState.ts +0 -16
  2880. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBar.ipc.ts +0 -18
  2881. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBar.ts +0 -129
  2882. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarCommands.js +0 -25
  2883. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarCss.js +0 -3
  2884. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarFocus.js +0 -6
  2885. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarFocusFirst.js +0 -5
  2886. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarFocusIndex.js +0 -7
  2887. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarFocusLast.js +0 -6
  2888. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarFocusNext.js +0 -9
  2889. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarFocusPrevious.js +0 -8
  2890. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarGetHiddenItems.js +0 -14
  2891. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarHandleClick.js +0 -50
  2892. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarHandleContextMenu.js +0 -7
  2893. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarHandleFocus.js +0 -7
  2894. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarKeyBindings.js +0 -57
  2895. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarMenuEntries.js +0 -5
  2896. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarName.js +0 -7
  2897. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarQuickPick.js +0 -0
  2898. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarQuickPickMenuEntries.js +0 -20
  2899. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarRenderVirtualDom.js +0 -24
  2900. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarResize.js +0 -12
  2901. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarSelectCurrent.js +0 -26
  2902. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarStorageKey.ts +0 -1
  2903. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletActivityBar/ViewletActivityBarStrings.js +0 -62
  2904. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAudio/ViewletAudio.ipc.js +0 -6
  2905. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAudio/ViewletAudio.js +0 -33
  2906. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAudio/ViewletAudioCommands.js +0 -5
  2907. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAudio/ViewletAudioCss.js +0 -1
  2908. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletAudio/ViewletAudioRender.js +0 -17
  2909. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletBrowserViewOverview/ViewletBrowserViewOverview.ipc.js +0 -3
  2910. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletBrowserViewOverview/ViewletBrowserViewOverview.js +0 -20
  2911. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletBrowserViewOverview/ViewletBrowserViewOverviewCss.js +0 -1
  2912. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletBrowserViewOverview/ViewletBrowserViewRender.js +0 -16
  2913. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletClock/ViewletClock.ipc.js +0 -5
  2914. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletClock/ViewletClock.js +0 -28
  2915. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletConfirm/ViewletConfirm.ipc.js +0 -7
  2916. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletConfirm/ViewletConfirm.js +0 -39
  2917. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletConfirm/ViewletConfirmCommands.js +0 -7
  2918. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletConfirm/ViewletConfirmCss.js +0 -1
  2919. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletConfirm/ViewletConfirmKeyBindings.js +0 -12
  2920. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletConfirm/ViewletConfirmRender.js +0 -24
  2921. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletContextMenu/ViewletContextMenu.js +0 -74
  2922. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletCounter/ViewletCounter.ipc.js +0 -3
  2923. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletCounter/ViewletCounter.js +0 -42
  2924. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsole.ipc.js +0 -8
  2925. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsole.js +0 -45
  2926. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleActions.js +0 -17
  2927. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleCommands.js +0 -8
  2928. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleCss.js +0 -1
  2929. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleKeyBindings.js +0 -12
  2930. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleMenuEntries.js +0 -8
  2931. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleName.js +0 -1
  2932. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleRender.js +0 -15
  2933. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDebugConsole/ViewletDebugConsoleRenderActions.js +0 -13
  2934. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDefineKeyBinding/ViewletDefineKeyBinding.ipc.js +0 -4
  2935. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDefineKeyBinding/ViewletDefineKeyBinding.js +0 -50
  2936. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDefineKeyBinding/ViewletDefineKeyBindingCommands.js +0 -6
  2937. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDefineKeyBinding/ViewletDefineKeyBindingCss.js +0 -1
  2938. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDefineKeyBinding/ViewletDefineKeyBindingRender.js +0 -35
  2939. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDialog/ViewletDialog.ipc.js +0 -6
  2940. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDialog/ViewletDialog.js +0 -56
  2941. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDialog/ViewletDialogCommands.js +0 -6
  2942. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDialog/ViewletDialogCss.js +0 -1
  2943. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDialog/ViewletDialogRender.js +0 -48
  2944. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDiffEditor/ViewletDiffEditor.ipc.js +0 -6
  2945. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDiffEditor/ViewletDiffEditor.js +0 -76
  2946. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDiffEditor/ViewletDiffEditorCommands.js +0 -8
  2947. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDiffEditor/ViewletDiffEditorCss.js +0 -3
  2948. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDiffEditor/ViewletDiffEditorName.js +0 -1
  2949. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDiffEditor/ViewletDiffEditorRender.js +0 -49
  2950. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletDiffEditor/ViewletDiffEditorSerialization.js +0 -6
  2951. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTest.ipc.ts +0 -8
  2952. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTest.ts +0 -110
  2953. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestActions.ts +0 -5
  2954. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestCommands.ts +0 -8
  2955. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestCss.ts +0 -1
  2956. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestKeyBindings.ts +0 -3
  2957. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestMenuEntries.ts +0 -3
  2958. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestName.ts +0 -1
  2959. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestRender.ts +0 -36
  2960. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestRenderActions.ts +0 -14
  2961. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTest/ViewletE2eTestTypes.ts +0 -15
  2962. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTests.ipc.ts +0 -8
  2963. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTests.ts +0 -111
  2964. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsActions.ts +0 -13
  2965. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsCommands.ts +0 -9
  2966. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsCss.ts +0 -1
  2967. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsKeyBindings.ts +0 -3
  2968. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsMenuEntries.ts +0 -3
  2969. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsName.ts +0 -1
  2970. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsRender.ts +0 -38
  2971. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsRenderActions.ts +0 -14
  2972. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletE2eTests/ViewletE2eTestsTypes.ts +0 -12
  2973. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorPlainText/ViewletEditorPlainText.ipc.js +0 -5
  2974. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorPlainText/ViewletEditorPlainText.js +0 -39
  2975. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorText.ipc.js +0 -16
  2976. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorText.js +0 -258
  2977. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorTextCommands.js +0 -241
  2978. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorTextCss.js +0 -46
  2979. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorTextKeyBindings.js +0 -443
  2980. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorTextMenuEntries.js +0 -96
  2981. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorTextName.js +0 -1
  2982. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorText/ViewletEditorTextSaveState.js +0 -9
  2983. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorWidgetError/ViewletEditorWidgetError.ipc.js +0 -3
  2984. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorWidgetError/ViewletEditorWidgetError.js +0 -45
  2985. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorWidgetError/ViewletEditorWidgetErrorCss.js +0 -1
  2986. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEditorWidgetError/ViewletEditorWidgetErrorRender.js +0 -19
  2987. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEmpty/ViewletEmpty.js +0 -16
  2988. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEmptyEditor/ViewletEmptyEditor.ipc.js +0 -5
  2989. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletEmptyEditor/ViewletEmptyEditor.js +0 -15
  2990. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorer.ipc.js +0 -18
  2991. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorer.js +0 -1115
  2992. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerAcceptEdit.js +0 -143
  2993. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerActions.ts +0 -36
  2994. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerCommands.js +0 -56
  2995. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerCss.js +0 -1
  2996. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerExpandRecursively.js +0 -69
  2997. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerFocus.js +0 -10
  2998. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerFocusFirst.js +0 -9
  2999. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerFocusIndex.js +0 -35
  3000. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerFocusLast.js +0 -11
  3001. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerFocusNext.js +0 -10
  3002. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerFocusNone.js +0 -5
  3003. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerFocusPrevious.js +0 -17
  3004. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleContextMenu.js +0 -12
  3005. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleContextMenuKeyboard.js +0 -10
  3006. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleContextMenuMouseAt.js +0 -16
  3007. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleDragOver.js +0 -58
  3008. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleDrop.js +0 -18
  3009. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleDropIndex.js +0 -64
  3010. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleDropRoot.js +0 -16
  3011. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleDropRootDefault.js +0 -29
  3012. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandleDropRootElectron.js +0 -38
  3013. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandlePaste.js +0 -63
  3014. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerHandlePointerDown.js +0 -14
  3015. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerKeyBindings.js +0 -98
  3016. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerMenuEntries.js +0 -3
  3017. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerName.js +0 -7
  3018. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerRender.js +0 -68
  3019. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerRenderActions.js +0 -13
  3020. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerRenderTitle.js +0 -20
  3021. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerRestoreState.js +0 -29
  3022. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerSaveState.js +0 -21
  3023. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerShared.js +0 -175
  3024. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerStrings.js +0 -97
  3025. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExplorer/ViewletExplorerUpdateRoot.js +0 -23
  3026. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/VielwetExtensionDetailCommands.ts +0 -11
  3027. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetail.ipc.ts +0 -6
  3028. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetail.ts +0 -88
  3029. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetailCss.ts +0 -1
  3030. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetailHandleReadmeContextMenu.ts +0 -7
  3031. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetailMenuEntries.ts +0 -3
  3032. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetailName.ts +0 -1
  3033. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetailRender.ts +0 -32
  3034. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensionDetail/ViewletExtensionDetailStrings.ts +0 -27
  3035. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensions.ipc.js +0 -10
  3036. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensions.js +0 -214
  3037. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsActions.js +0 -18
  3038. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsClearSearchResults.js +0 -5
  3039. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsCommands.js +0 -47
  3040. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsCss.js +0 -1
  3041. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsHandleClick.js +0 -11
  3042. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsHandleClickCurrent.js +0 -6
  3043. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsHandleClickCurrentButKeepFocus.js +0 -6
  3044. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsHandleContextMenu.js +0 -15
  3045. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsHandleFocus.js +0 -7
  3046. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsHandleInput.js +0 -62
  3047. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsKeyBindings.js +0 -58
  3048. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsMenuEntries.js +0 -9
  3049. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsName.js +0 -1
  3050. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsRender.js +0 -15
  3051. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsRenderActions.js +0 -13
  3052. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsRenderTitle.js +0 -11
  3053. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsResize.js +0 -19
  3054. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsShared.js +0 -4
  3055. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletExtensions/ViewletExtensionsStrings.js +0 -67
  3056. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletIframe/ViewletIframe.ipc.js +0 -1
  3057. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletIframe/ViewletIframe.js +0 -36
  3058. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletImplementations/ViewletImplementations.ipc.js +0 -6
  3059. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletImplementations/ViewletImplementations.js +0 -27
  3060. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletInlineDiffEditor/ViewletInlineDiffEditor.ipc.js +0 -6
  3061. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletInlineDiffEditor/ViewletInlineDiffEditor.js +0 -82
  3062. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletInlineDiffEditor/ViewletInlineDiffEditorCommands.js +0 -8
  3063. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletInlineDiffEditor/ViewletInlineDiffEditorCss.js +0 -3
  3064. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletInlineDiffEditor/ViewletInlineDiffEditorName.js +0 -1
  3065. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletInlineDiffEditor/ViewletInlineDiffEditorRender.js +0 -34
  3066. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletInlineDiffEditor/ViewletInlineDiffEditorSerialization.js +0 -6
  3067. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindings.ipc.js +0 -8
  3068. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindings.js +0 -258
  3069. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsCommands.js +0 -32
  3070. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsCss.js +0 -1
  3071. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsKeyBindings.js +0 -57
  3072. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsMenuEntries.js +0 -3
  3073. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsName.js +0 -1
  3074. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsRender.js +0 -15
  3075. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsResize.js +0 -17
  3076. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletKeyBindings/ViewletKeyBindingsStrings.js +0 -1
  3077. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayout.ipc.js +0 -7
  3078. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayout.js +0 -944
  3079. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayoutCommands.js +0 -46
  3080. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayoutCss.js +0 -1
  3081. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayoutKeyBindings.js +0 -226
  3082. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayoutMenuEntries.js +0 -364
  3083. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayoutName.js +0 -1
  3084. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLayout/ViewletLayoutRender.js +0 -121
  3085. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletList/ViewletList.ipc.js +0 -3
  3086. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletList/ViewletList.js +0 -263
  3087. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLocations/ViewletLocations.ipc.js +0 -4
  3088. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLocations/ViewletLocations.js +0 -126
  3089. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLocations/ViewletLocationsCommands.js +0 -12
  3090. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLocations/ViewletLocationsKeyBindings.js +0 -32
  3091. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletLocations/ViewletLocationsRender.js +0 -26
  3092. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMain.ipc.js +0 -9
  3093. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMain.js +0 -603
  3094. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCloseActiveEditor.ts +0 -14
  3095. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCloseAllEditors.ts +0 -26
  3096. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCloseEditor.ts +0 -74
  3097. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCloseOthers.ts +0 -68
  3098. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCloseTabsLeft.ts +0 -24
  3099. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCloseTabsRight.ts +0 -67
  3100. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCommands.js +0 -43
  3101. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainCss.ts +0 -3
  3102. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainFindFileReferences.js +0 -13
  3103. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainFocusIndex.js +0 -155
  3104. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainHandleContextMenu.js +0 -10
  3105. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainHandleDragLeave.js +0 -11
  3106. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainHandleDrop.js +0 -16
  3107. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainHandleDropFilePath.js +0 -201
  3108. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainHandleTabsPointerOut.js +0 -9
  3109. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainHandleTabsPointerOver.js +0 -33
  3110. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainHandleTabsWheel.js +0 -49
  3111. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainKeyBindings.js +0 -31
  3112. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainMenuEntries.js +0 -20
  3113. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainOpenUri.ts +0 -126
  3114. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainRender.js +0 -106
  3115. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainResize.js +0 -38
  3116. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainSplitRight.ts +0 -122
  3117. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainStrings.js +0 -67
  3118. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMain/ViewletMainTypes.ts +0 -12
  3119. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletManager/ViewletManager.js +0 -627
  3120. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletManagerVisitor/ViewletManagerVisitor.js +0 -10
  3121. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletManagerVisitorCss/ViewletManagerVisitorCss.js +0 -13
  3122. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletManagerVisitorMenuEntries/ViewletManagerVisitorMenuEntries.js +0 -7
  3123. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMap/ViewletMap.js +0 -66
  3124. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMarkDownPreview/ViewletMarkDownPreview.ipc.js +0 -5
  3125. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletMarkDownPreview/ViewletMarkDownPreview.js +0 -28
  3126. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletModule/ViewletModule.js +0 -16
  3127. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletModuleId/ViewletModuleId.js +0 -117
  3128. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletModuleInternal/ViewletModuleInternal.js +0 -13
  3129. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletModuleMap/ViewletModuleMap.js +0 -53
  3130. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletNoop/ViewletNoop.ipc.js +0 -3
  3131. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletNoop/ViewletNoop.js +0 -17
  3132. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutput.ipc.ts +0 -7
  3133. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutput.ts +0 -84
  3134. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutputActions.ts +0 -37
  3135. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutputCommands.ts +0 -6
  3136. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutputCss.ts +0 -1
  3137. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutputRender.ts +0 -14
  3138. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutputRenderActions.ts +0 -13
  3139. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletOutput/ViewletOutputStrings.ts +0 -27
  3140. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletPanel/ViewletPanel.ipc.js +0 -7
  3141. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletPanel/ViewletPanel.js +0 -165
  3142. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletPanel/ViewletPanelCommands.js +0 -8
  3143. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletPanel/ViewletPanelCss.js +0 -3
  3144. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletPanel/ViewletPanelRender.js +0 -15
  3145. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletPanel/ViewletPanelResize.js +0 -22
  3146. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblems.ipc.js +0 -11
  3147. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblems.js +0 -246
  3148. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsActions.ts +0 -49
  3149. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsCommands.js +0 -21
  3150. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsCss.js +0 -1
  3151. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsKeyBindings.js +0 -62
  3152. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsMenuEntries.js +0 -4
  3153. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsRender.js +0 -38
  3154. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsRenderActions.js +0 -19
  3155. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsResize.js +0 -8
  3156. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsSaveState.js +0 -8
  3157. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsSetProblems.js +0 -6
  3158. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletProblems/ViewletProblemsStrings.js +0 -1
  3159. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPick.ipc.js +0 -7
  3160. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPick.js +0 -196
  3161. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickCommands.js +0 -22
  3162. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickCss.js +0 -3
  3163. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickFocusFirst.js +0 -6
  3164. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickFocusIndex.js +0 -35
  3165. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickFocusLast.js +0 -7
  3166. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickFocusNext.js +0 -8
  3167. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickFocusPrevious.js +0 -8
  3168. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickGetFilteredItems.js +0 -14
  3169. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickHandleBeforeInput.js +0 -13
  3170. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickHandleInput.js +0 -22
  3171. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickKeyBindings.js +0 -38
  3172. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickRender.js +0 -86
  3173. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPick/ViewletQuickPickStrings.js +0 -77
  3174. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPickElectron/ViewletQuickPickElectron.ipc.js +0 -26
  3175. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletQuickPickElectron/ViewletQuickPickElectron.js +0 -1
  3176. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletReferences/ViewletReferences.ipc.js +0 -8
  3177. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletReferences/ViewletReferences.js +0 -42
  3178. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletReferences/ViewletReferencesActions.js +0 -26
  3179. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletReferences/ViewletReferencesCommands.js +0 -1
  3180. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletReferences/ViewletReferencesCss.js +0 -1
  3181. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletReferences/ViewletReferencesName.js +0 -12
  3182. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletReferences/ViewletReferencesStrings.js +0 -22
  3183. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebug.ipc.js +0 -9
  3184. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebug.js +0 -389
  3185. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebugCommands.js +0 -27
  3186. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebugCss.js +0 -3
  3187. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebugEvents.js +0 -7
  3188. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebugKeyBindings.js +0 -104
  3189. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebugRender.js +0 -19
  3190. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebugRenderActions.js +0 -11
  3191. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletRunAndDebug/ViewletRunAndDebugStrings.js +0 -1
  3192. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletScreenCapture/ViewletScreenCapture.ipc.js +0 -3
  3193. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletScreenCapture/ViewletScreenCapture.js +0 -27
  3194. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletScreenCapture/ViewletScreenCaptureCss.js +0 -1
  3195. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletScreenCapture/ViewletScreenCaptureRender.js +0 -12
  3196. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearch.ipc.ts +0 -9
  3197. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearch.ts +0 -50
  3198. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchActions.ts +0 -35
  3199. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchClearSearchResults.ts +0 -11
  3200. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchCommands.ts +0 -74
  3201. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchCss.ts +0 -1
  3202. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchKeyBindings.ts +0 -6
  3203. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchMenuEntries.ts +0 -3
  3204. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchName.ts +0 -1
  3205. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchRender.ts +0 -19
  3206. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchRenderActions.ts +0 -13
  3207. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchResize.ts +0 -8
  3208. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchStrings.ts +0 -152
  3209. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/ViewletSearchTypes.ts +0 -8
  3210. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSearch/WrapTextSearchCommand.ts +0 -13
  3211. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSideBar/ViewletSideBar.ipc.js +0 -6
  3212. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSideBar/ViewletSideBar.js +0 -219
  3213. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSideBar/ViewletSideBarCommands.js +0 -9
  3214. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSideBar/ViewletSideBarCss.js +0 -1
  3215. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSideBar/ViewletSideBarRender.js +0 -14
  3216. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowser.ipc.js +0 -9
  3217. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowser.js +0 -214
  3218. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserBackward.js +0 -14
  3219. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserCancelNavigation.js +0 -14
  3220. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserCommands.js +0 -31
  3221. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserCopyImage.js +0 -7
  3222. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserCss.js +0 -1
  3223. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserForward.js +0 -18
  3224. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserHandleContextMenu.js +0 -15
  3225. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserInspectElement.js +0 -7
  3226. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserKeyBindings.js +0 -13
  3227. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserMenuEntries.js +0 -3
  3228. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserOpenBackgroundTab.js +0 -10
  3229. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserOpenDevtools.js +0 -7
  3230. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserOpenExternal.js +0 -7
  3231. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserReload.js +0 -10
  3232. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserRender.js +0 -38
  3233. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSimpleBrowser/ViewletSimpleBrowserResize.js +0 -15
  3234. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSize/ViewletSize.js +0 -7
  3235. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControl.ipc.js +0 -15
  3236. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControl.js +0 -106
  3237. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlAcceptInput.js +0 -18
  3238. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlActions.js +0 -26
  3239. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlCommands.js +0 -18
  3240. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlCss.js +0 -1
  3241. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlGetDisplayItems.js +0 -62
  3242. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlHandleButtonClick.js +0 -14
  3243. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlHandleClick.js +0 -59
  3244. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlHandleContextMenu.js +0 -7
  3245. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlHandleFocus.js +0 -7
  3246. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlLoadContent.js +0 -67
  3247. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlMenuEntries.js +0 -3
  3248. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlName.js +0 -1
  3249. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlRender.js +0 -42
  3250. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlRenderActions.js +0 -13
  3251. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlResize.js +0 -8
  3252. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletSourceControl/ViewletSourceControlStrings.js +0 -109
  3253. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStates/ViewletStates.js +0 -103
  3254. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStatusBar/ViewletStatusBar.ipc.js +0 -7
  3255. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStatusBar/ViewletStatusBar.js +0 -99
  3256. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStatusBar/ViewletStatusBarCommands.js +0 -6
  3257. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStatusBar/ViewletStatusBarCss.js +0 -3
  3258. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStatusBar/ViewletStatusBarRender.js +0 -15
  3259. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStatusBar/ViewletStatusBarResize.js +0 -8
  3260. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStorage/ViewletStorage.ipc.js +0 -3
  3261. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStorage/ViewletStorage.js +0 -20
  3262. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStorage/ViewletStorageCss.js +0 -1
  3263. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletStorage/ViewletStorageRender.js +0 -29
  3264. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminal/ViewletTerminal.ipc.ts +0 -7
  3265. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminal/ViewletTerminal.ts +0 -115
  3266. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminal/ViewletTerminalActions.ts +0 -26
  3267. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminal/ViewletTerminalCommands.ts +0 -8
  3268. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminal/ViewletTerminalRender.ts +0 -12
  3269. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminal/ViewletTermincalCss.ts +0 -1
  3270. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminals/ViewletTerminals.ipc.js +0 -7
  3271. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminals/ViewletTerminals.js +0 -139
  3272. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminals/ViewletTerminalsActions.js +0 -1
  3273. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminals/ViewletTerminalsCommands.js +0 -6
  3274. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminals/ViewletTerminalsCss.js +0 -1
  3275. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminals/ViewletTerminalsRender.js +0 -19
  3276. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTerminals/ViewletTerminalsRenderActions.js +0 -13
  3277. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTextEditorError/ViewletTextEditorError.ipc.js +0 -2
  3278. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTextEditorError/ViewletTextEditorError.js +0 -25
  3279. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTextEditorError/ViewletTextEditorErrorCss.js +0 -1
  3280. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBar.ipc.js +0 -6
  3281. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBar.js +0 -84
  3282. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBarCommands.js +0 -6
  3283. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBarCss.ts +0 -3
  3284. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBarHandleContextMenu.js +0 -3
  3285. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBarName.js +0 -1
  3286. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBarRender.js +0 -14
  3287. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBarResize.js +0 -30
  3288. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBar/ViewletTitleBarStrings.js +0 -47
  3289. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtons.ipc.js +0 -7
  3290. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtons.js +0 -48
  3291. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsCommands.js +0 -18
  3292. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsCss.js +0 -3
  3293. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsHandleClick.js +0 -16
  3294. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsHandleClickClose.js +0 -6
  3295. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsHandleClickMinimize.js +0 -6
  3296. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsHandleClickToggleMaximize.js +0 -7
  3297. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsRender.js +0 -17
  3298. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsResize.js +0 -8
  3299. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarButtons/ViewletTitleBarButtonsStrings.js +0 -22
  3300. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarIcon/ViewletTitleBarIcon.ipc.js +0 -6
  3301. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarIcon/ViewletTitleBarIcon.js +0 -18
  3302. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarIcon/ViewletTitleBarIconCss.js +0 -1
  3303. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarIcon/ViewletTitleBarIconRender.js +0 -17
  3304. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarIcon/ViewletTitleBarIconResize.js +0 -5
  3305. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBar.ipc.js +0 -9
  3306. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBar.js +0 -44
  3307. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarCloseMenu.js +0 -13
  3308. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarCloseOneMenu.js +0 -13
  3309. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarCommands.js +0 -26
  3310. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarCss.js +0 -3
  3311. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarFocus.js +0 -5
  3312. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarFocusFirst.js +0 -7
  3313. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarFocusIndex.js +0 -15
  3314. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarFocusLast.js +0 -8
  3315. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarFocusNext.js +0 -8
  3316. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarFocusPrevious.js +0 -8
  3317. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleClick.js +0 -12
  3318. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleFocus.js +0 -7
  3319. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowDown.js +0 -5
  3320. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowDownMenuClosed.js +0 -5
  3321. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowDownMenuOpen.js +0 -18
  3322. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowLeft.js +0 -5
  3323. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowLeftMenuClosed.js +0 -6
  3324. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowLeftMenuOpen.js +0 -10
  3325. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowRight.js +0 -5
  3326. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowRightMenuClosed.js +0 -1
  3327. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowRightMenuOpen.js +0 -36
  3328. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowUp.js +0 -5
  3329. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowUpMenuClosed.js +0 -1
  3330. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyArrowUpMenuOpen.js +0 -18
  3331. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEnd.js +0 -6
  3332. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEndMenuClosed.js +0 -1
  3333. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEndMenuOpen.js +0 -17
  3334. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEnter.js +0 -5
  3335. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEnterMenuClosed.js +0 -5
  3336. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEnterMenuOpen.js +0 -5
  3337. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEscape.js +0 -5
  3338. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEscapeMenuClosed.js +0 -1
  3339. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyEscapeMenuOpen.js +0 -10
  3340. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyHome.js +0 -5
  3341. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyHomeMenuClosed.js +0 -1
  3342. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeyHomeMenuOpen.js +0 -17
  3343. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeySpace.js +0 -6
  3344. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeySpaceMenuClosed.js +0 -5
  3345. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleKeySpaceMenuOpen.js +0 -5
  3346. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMenuClick.js +0 -23
  3347. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMenuMouseOver.js +0 -78
  3348. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMouseOut.js +0 -5
  3349. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMouseOutMenuClosed.js +0 -5
  3350. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMouseOutMenuOpen.js +0 -3
  3351. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMouseOver.js +0 -5
  3352. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMouseOverMenuClosed.js +0 -5
  3353. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarHandleMouseOverMenuOpen.js +0 -8
  3354. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarIfElse.js +0 -10
  3355. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarKeyBindings.js +0 -47
  3356. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarMenuEntries.js +0 -23
  3357. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarNoop.js +0 -3
  3358. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarOpenMenu.js +0 -12
  3359. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarOpenMenuAtIndex.js +0 -52
  3360. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarRender.js +0 -80
  3361. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarResize.js +0 -8
  3362. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarSelectIndexIgnore.js +0 -6
  3363. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarSelectIndexNone.js +0 -10
  3364. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarSelectIndexRestoreFocus.js +0 -10
  3365. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarSelectIndexSubMenu.js +0 -25
  3366. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarToggleIndex.js +0 -10
  3367. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarMenuBar/ViewletTitleBarMenuBarToggleMenu.js +0 -10
  3368. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarTitle/ViewletTitleBarTitle.ipc.js +0 -6
  3369. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarTitle/ViewletTitleBarTitle.js +0 -16
  3370. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarTitle/ViewletTitleBarTitleCss.js +0 -1
  3371. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarTitle/ViewletTitleBarTitleRender.js +0 -15
  3372. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTitleBarTitle/ViewletTitleBarTitleResize.js +0 -5
  3373. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTodoList/ViewletTodoList.ipc.js +0 -3
  3374. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletTodoList/ViewletTodoList.js +0 -22
  3375. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletVideo/ViewletVideo.ipc.ts +0 -6
  3376. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletVideo/ViewletVideo.ts +0 -37
  3377. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletVideo/ViewletVideoCommands.ts +0 -5
  3378. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletVideo/ViewletVideoCss.ts +0 -1
  3379. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletVideo/ViewletVideoRender.ts +0 -17
  3380. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletVideo/ViewletVideoStrings.ts +0 -14
  3381. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletWebView/ViewletWebView.ipc.ts +0 -5
  3382. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletWebView/ViewletWebView.ts +0 -74
  3383. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletWebView/ViewletWebViewCommands.ts +0 -1
  3384. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletWebView/ViewletWebViewCss.ts +0 -1
  3385. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletWebView/ViewletWebViewName.ts +0 -1
  3386. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletWebView/ViewletWebViewRender.ts +0 -23
  3387. package/static/f3cf31a/packages/renderer-worker/src/parts/ViewletWebView/ViewletWebViewState.ts +0 -16
  3388. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualDomElements/VirtualDomElements.js +0 -54
  3389. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualDomHelpers/VirtualDomHelpers.js +0 -89
  3390. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualDomNode/VirtualDomNode.ts +0 -4
  3391. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualDomParser/VirtualDomParser.js +0 -192
  3392. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualList.ipc.js +0 -19
  3393. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualList.js +0 -61
  3394. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListFocusFirst.js +0 -7
  3395. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListFocusIndex.js +0 -60
  3396. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListFocusLast.js +0 -8
  3397. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListFocusNext.js +0 -8
  3398. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListFocusNextPage.js +0 -11
  3399. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListFocusPrevious.js +0 -11
  3400. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListFocusPreviousPage.js +0 -10
  3401. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleClickAt.js +0 -9
  3402. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleScrollBarCaptureLost.js +0 -6
  3403. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleScrollBarClick.js +0 -24
  3404. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleScrollBarMove.js +0 -21
  3405. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleTouchEnd.js +0 -45
  3406. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleTouchMove.js +0 -22
  3407. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleTouchStart.js +0 -16
  3408. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListHandleWheel.js +0 -8
  3409. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListScrollDown.js +0 -7
  3410. package/static/f3cf31a/packages/renderer-worker/src/parts/VirtualList/VirtualListSetDeltaY.js +0 -23
  3411. package/static/f3cf31a/packages/renderer-worker/src/parts/VisibilityState/VisibilityState.js +0 -1
  3412. package/static/f3cf31a/packages/renderer-worker/src/parts/Vlq/Vlq.js +0 -52
  3413. package/static/f3cf31a/packages/renderer-worker/src/parts/WaitForWebSocketToBeOpen/WaitForWebSocketToBeOpen.js +0 -9
  3414. package/static/f3cf31a/packages/renderer-worker/src/parts/WalkValue/WalkValue.ts +0 -21
  3415. package/static/f3cf31a/packages/renderer-worker/src/parts/WebContentsId/WebContentsId.js +0 -11
  3416. package/static/f3cf31a/packages/renderer-worker/src/parts/WebExtensionsUrl/WebExtensionsUrl.js +0 -3
  3417. package/static/f3cf31a/packages/renderer-worker/src/parts/WebSocketProtocol/WebSocketProtocol.js +0 -5
  3418. package/static/f3cf31a/packages/renderer-worker/src/parts/WebStorage/WebStorage.js +0 -42
  3419. package/static/f3cf31a/packages/renderer-worker/src/parts/WebStorageType/WebStorageType.js +0 -3
  3420. package/static/f3cf31a/packages/renderer-worker/src/parts/WebView/WebView.ipc.ts +0 -14
  3421. package/static/f3cf31a/packages/renderer-worker/src/parts/WebView/WebView.ts +0 -48
  3422. package/static/f3cf31a/packages/renderer-worker/src/parts/WebViewProtocol/WebViewProtocol.ts +0 -22
  3423. package/static/f3cf31a/packages/renderer-worker/src/parts/WebViewProtocolElectron/WebViewProtocolElectron.ts +0 -6
  3424. package/static/f3cf31a/packages/renderer-worker/src/parts/WebViewProtocolRemote/WebViewProtocolRemote.ts +0 -12
  3425. package/static/f3cf31a/packages/renderer-worker/src/parts/WebViewProtocolWeb/WebViewProtocolWeb.ts +0 -3
  3426. package/static/f3cf31a/packages/renderer-worker/src/parts/WebViewServer/WebViewServer.ts +0 -23
  3427. package/static/f3cf31a/packages/renderer-worker/src/parts/WebViews/WebViews.ts +0 -19
  3428. package/static/f3cf31a/packages/renderer-worker/src/parts/WellKnownDirectoryType/WellKnownDirectoryType.js +0 -6
  3429. package/static/f3cf31a/packages/renderer-worker/src/parts/WheelEvent/WheelEvent.js +0 -8
  3430. package/static/f3cf31a/packages/renderer-worker/src/parts/WheelEventType/WheelEventType.js +0 -3
  3431. package/static/f3cf31a/packages/renderer-worker/src/parts/WhenExpression/WhenExpression.js +0 -53
  3432. package/static/f3cf31a/packages/renderer-worker/src/parts/Window/Window.ipc.js +0 -15
  3433. package/static/f3cf31a/packages/renderer-worker/src/parts/WindowTitle/WindowTitle.ipc.js +0 -7
  3434. package/static/f3cf31a/packages/renderer-worker/src/parts/WindowTitle/WindowTitle.js +0 -5
  3435. package/static/f3cf31a/packages/renderer-worker/src/parts/Workbench/Workbench.js +0 -230
  3436. package/static/f3cf31a/packages/renderer-worker/src/parts/WorkerType/WorkerType.js +0 -1
  3437. package/static/f3cf31a/packages/renderer-worker/src/parts/Workspace/Workspace.ipc.js +0 -10
  3438. package/static/f3cf31a/packages/renderer-worker/src/parts/Workspace/Workspace.js +0 -141
  3439. package/static/f3cf31a/packages/renderer-worker/src/parts/WorkspaceState/WorkspaceState.js +0 -9
  3440. package/static/f3cf31a/packages/renderer-worker/src/rendererWorkerMain.ts +0 -7
  3441. package/static/f3cf31a/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
  3442. package/static/f3cf31a/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
  3443. package/static/f3cf31a/packages/test-worker/dist/testWorkerMain.js +0 -2140
  3444. package/static/f3cf31a/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -3904
  3445. package/static/f3cf31a/playground/languages/index.cpp +0 -22
  3446. package/static/f3cf31a/playground/languages/index.css +0 -19
  3447. package/static/f3cf31a/playground/languages/index.csv +0 -3
  3448. package/static/f3cf31a/playground/languages/index.dart +0 -3
  3449. package/static/f3cf31a/playground/languages/index.env +0 -1
  3450. package/static/f3cf31a/playground/languages/index.ex +0 -8
  3451. package/static/f3cf31a/playground/languages/index.html +0 -1
  3452. package/static/f3cf31a/playground/languages/index.java +0 -5
  3453. package/static/f3cf31a/playground/languages/index.jl +0 -14
  3454. package/static/f3cf31a/playground/languages/index.js +0 -3
  3455. package/static/f3cf31a/playground/languages/index.json +0 -3
  3456. package/static/f3cf31a/playground/languages/index.kt +0 -3
  3457. package/static/f3cf31a/playground/languages/index.pl +0 -11
  3458. package/static/f3cf31a/playground/languages/index.py +0 -25
  3459. package/static/f3cf31a/playground/languages/index.ts +0 -3
  3460. package/static/f3cf31a/playground/languages/scrolling.txt +0 -100
  3461. package/static/f3cf31a/playground/languages/tsconfig.json +0 -24
  3462. package/static/f3cf31a/playground/sample-folder/a.txt +0 -0
  3463. package/static/f3cf31a/playground/sample-folder/b.txt +0 -0
  3464. package/static/f3cf31a/playground/sample-folder/c.txt +0 -0
  3465. package/static/favicon.ico +0 -0
  3466. package/static/index.html +0 -14
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="m21.45 12.09 1.92-1.61v9.03l-1.87 3.94-.98-8.57z" style="fill:none"/></clipPath><clipPath id="b"><path d="M8.89 12.12h12.63v11.34H8.89z" style="fill:none"/></clipPath><clipPath id="c"><path d="M23.26 10.6H11.51l-2.59 1.58v11.24h12.62v-.13l1.83-3.86v-8.95z" style="fill:none"/></clipPath><clipPath id="d"><path d="M15.35 18a.94.94 0 0 0-.89.54.89.89 0 0 0 .83.75 1.06 1.06 0 0 0 .86-.79 1.06 1.06 0 0 0-.8-.51Z" style="fill:none"/></clipPath><clipPath id="e"><path d="M12.77 18.37c1.07 0 .67 2.73.65 3.6s.16 1.66.18 2.24.31 2.3-1 2.29-.5-3.37-.49-4.07c.01 0-.41-4.09.66-4.06m3.63 0c-1.07 0-.67 2.73-.65 3.6s-.16 1.66-.18 2.24-.31 2.3 1 2.29.5-3.37.49-4.07c0 0 .42-4.09-.65-4.06Z" style="fill:none"/></clipPath><clipPath id="f"><path d="M21.94 17.34s.07-.87.76-.68a1.55 1.55 0 0 1 .069 2.191q-.033.036-.069.069a6.66 6.66 0 0 1-3.7 1.89c-1.41.34-1.35.7-2.68.85s-1.6-.46-1.59-1 .49-1.21 1.7-1.18 1.07.48 2.29.27a7.9 7.9 0 0 0 2.91-1.15c.42-.32.79-.76.31-1.26m-13.08.23A1.49 1.49 0 0 0 7.61 19c.12 1.13 1.1 1.37 2.23 1.63s.92.79 2.28.92 1.9-.49 1.77-1.29-1.48-.76-3-.77a2.3 2.3 0 0 1-2-.72v-1.2Z" style="fill:none"/></clipPath></defs><circle cx="16" cy="16" r="14" style="fill:#2dcc9f"/><path d="m8.88 12.14 2.63-1.59h11.84l-1 2.74-8.76.8-4.72-2Z" style="fill:#d0f5f5"/><path d="m21.49 12.14 1.86-1.6v9l-1.85 3.91-1-8.57Z" style="fill:#c8eeee"/><g style="clip-path:url(#a)"><path d="M17 21.69s5.21-1.21 6-2.95-1.32.42-1.32.42l-4.86 1.57.21 1Zm-4.56-.12a2.64 2.64 0 0 1-1.7-.24 10.4 10.4 0 0 0-2.18-.65L8.42 20l.58-.27 2.4.95 1 .89z" style="fill:#9deeee;opacity:.349999994039536;isolation:isolate"/></g><path d="M8.89 12.12h12.63v11.33H8.89Z" style="fill:azure"/><g style="clip-path:url(#b)"><path d="M17 21.69s5.21-1.21 6-2.95-1.32.42-1.32.42l-4.86 1.57.21 1Zm-4.56-.12a2.64 2.64 0 0 1-1.7-.24 10.4 10.4 0 0 0-2.18-.65L8.42 20l.58-.27 2.4.95 1 .89z" style="fill:#9deeee;opacity:.349999994039536;isolation:isolate"/></g><g style="clip-path:url(#c)"><circle cx="10.3" cy="14.44" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.3" cy="14.44" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.3" cy="14.44" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.44" cy="13.51" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.44" cy="13.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.44" cy="13.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.67" cy="11.24" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.67" cy="11.24" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.67" cy="11.24" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.15" cy="12.22" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.15" cy="12.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.15" cy="12.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.27" cy="13.22" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.27" cy="13.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.27" cy="13.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.76" cy="9.65" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.76" cy="9.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.76" cy="9.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.39" cy="10.91" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.39" cy="10.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.39" cy="10.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.66" cy="12.37" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.66" cy="12.37" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.66" cy="12.37" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.8" cy="8.49" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.8" cy="8.49" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.8" cy="8.49" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.65" cy="13.81" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.65" cy="13.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.65" cy="13.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.35" cy="9.39" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.35" cy="9.39" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.35" cy="9.39" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.08" cy="13.97" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.08" cy="13.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.08" cy="13.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.1" cy="14.94" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.1" cy="14.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.1" cy="14.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.36" cy="8.32" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.36" cy="8.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.36" cy="8.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.52" cy="17.54" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.52" cy="17.54" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.52" cy="17.54" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.23" cy="9.25" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.23" cy="9.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.23" cy="9.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.97" cy="16.97" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.97" cy="16.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.97" cy="16.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.77" cy="11.57" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.77" cy="11.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.77" cy="11.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.73" cy="12.3" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.73" cy="12.3" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.73" cy="12.3" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.09" cy="15.13" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.09" cy="15.13" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.09" cy="15.13" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.49" cy="10.25" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.49" cy="10.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.49" cy="10.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.59" cy="9.69" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.59" cy="9.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.59" cy="9.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.55" cy="11.03" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.55" cy="11.03" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.55" cy="11.03" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.02" cy="10.82" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.02" cy="10.82" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.02" cy="10.82" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.24" cy="11.53" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.24" cy="11.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.24" cy="11.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.35" cy="10.95" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.35" cy="10.95" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.35" cy="10.95" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.4" cy="11.5" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.4" cy="11.5" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.4" cy="11.5" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.82" cy="11.71" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.82" cy="11.71" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.82" cy="11.71" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.21" cy="12.01" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.21" cy="12.01" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.21" cy="12.01" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.37" cy="11.83" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.37" cy="11.83" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.37" cy="11.83" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.97" cy="11.34" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.97" cy="11.34" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.97" cy="11.34" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.79" cy="11.92" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.79" cy="11.92" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.79" cy="11.92" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.82" cy="12.82" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.82" cy="12.82" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.82" cy="12.82" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.96" cy="13.48" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.96" cy="13.48" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.96" cy="13.48" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.22" cy="13.31" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.22" cy="13.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.22" cy="13.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.59" cy="12.31" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.59" cy="12.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.59" cy="12.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.99" cy="10.38" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.99" cy="10.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.99" cy="10.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.2" cy="9.41" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.2" cy="9.41" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.2" cy="9.41" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.18" cy="8.94" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.18" cy="8.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.18" cy="8.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.09" cy="8.74" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.09" cy="8.74" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.09" cy="8.74" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.86" cy="9.68" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.86" cy="9.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.86" cy="9.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.23" cy="10.24" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.23" cy="10.24" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.23" cy="10.24" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.42" cy="11.15" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.42" cy="11.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.42" cy="11.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.13" cy="11.67" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.13" cy="11.67" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.13" cy="11.67" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.45" cy="11.38" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.45" cy="11.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.45" cy="11.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.51" cy="11.97" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.51" cy="11.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.51" cy="11.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.46" cy="10.34" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.46" cy="10.34" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.46" cy="10.34" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.04" cy="9.69" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.04" cy="9.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.04" cy="9.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.9" cy="9.25" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.9" cy="9.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.9" cy="9.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.15" cy="9.07" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.15" cy="9.07" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.15" cy="9.07" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.63" cy="10.1" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.63" cy="10.1" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.63" cy="10.1" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.74" cy="9.62" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.74" cy="9.62" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.74" cy="9.62" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.48" cy="10.68" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.48" cy="10.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.48" cy="10.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.72" cy="11.35" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.72" cy="11.35" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.72" cy="11.35" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.82" cy="12.27" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.82" cy="12.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.82" cy="12.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.31" cy="13.38" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.31" cy="13.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.31" cy="13.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.87" cy="13.65" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.87" cy="13.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.87" cy="13.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15" cy="13.8" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15" cy="13.8" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15" cy="13.8" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.97" cy="15.51" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.97" cy="15.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.97" cy="15.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.09" cy="15.72" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.09" cy="15.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.09" cy="15.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.39" cy="16.06" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.39" cy="16.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.39" cy="16.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.28" cy="15.39" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.28" cy="15.39" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.28" cy="15.39" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.42" cy="13.97" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.42" cy="13.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.42" cy="13.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.92" cy="12.64" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.92" cy="12.64" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.92" cy="12.64" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.79" cy="11.87" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.79" cy="11.87" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.79" cy="11.87" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24" cy="12.36" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24" cy="12.36" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24" cy="12.36" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.55" cy="12.94" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.55" cy="12.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.55" cy="12.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.95" cy="14.97" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.95" cy="14.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.95" cy="14.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.04" cy="15.68" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.04" cy="15.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.04" cy="15.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.25" cy="16.2" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.25" cy="16.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.25" cy="16.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.1" cy="17.12" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.1" cy="17.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.1" cy="17.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.54" cy="17.96" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.54" cy="17.96" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.54" cy="17.96" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.41" cy="19.06" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.41" cy="19.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.41" cy="19.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.21" cy="19.91" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.21" cy="19.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.21" cy="19.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.24" cy="21.15" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.24" cy="21.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.24" cy="21.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.96" cy="22.46" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.96" cy="22.46" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.96" cy="22.46" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.53" cy="23.26" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.53" cy="23.26" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.53" cy="23.26" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.36" cy="23.38" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.36" cy="23.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.36" cy="23.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.92" cy="22.56" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.92" cy="22.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.92" cy="22.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.42" cy="20.25" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.42" cy="20.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.42" cy="20.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.09" cy="18.32" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.09" cy="18.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.09" cy="18.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.68" cy="17.62" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.68" cy="17.62" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.68" cy="17.62" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.97" cy="17.6" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.97" cy="17.6" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.97" cy="17.6" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.32" cy="17.52" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.32" cy="17.52" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.32" cy="17.52" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.88" cy="16.49" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.88" cy="16.49" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.88" cy="16.49" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.04" cy="15.25" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.04" cy="15.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.04" cy="15.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.83" cy="14.91" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.83" cy="14.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.83" cy="14.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.16" cy="13.58" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.16" cy="13.58" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.16" cy="13.58" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.96" cy="13.43" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.96" cy="13.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.96" cy="13.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.64" cy="13.02" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.64" cy="13.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.64" cy="13.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.32" cy="14.29" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.32" cy="14.29" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.32" cy="14.29" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.46" cy="13.95" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.46" cy="13.95" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.46" cy="13.95" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.56" cy="13.43" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.56" cy="13.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.56" cy="13.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.02" cy="13.09" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.02" cy="13.09" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.02" cy="13.09" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.58" cy="12.68" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.58" cy="12.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.58" cy="12.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.24" cy="11.68" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.24" cy="11.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.24" cy="11.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.03" cy="11" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.03" cy="11" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.03" cy="11" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.84" cy="10.08" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.84" cy="10.08" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.84" cy="10.08" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.83" cy="10.79" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.83" cy="10.79" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.83" cy="10.79" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.29" cy="10.43" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.29" cy="10.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.29" cy="10.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.18" cy="10.31" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.18" cy="10.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.18" cy="10.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.17" cy="10.42" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.17" cy="10.42" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.17" cy="10.42" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.19" cy="9.81" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.19" cy="9.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.19" cy="9.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.66" cy="9.75" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.66" cy="9.75" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.66" cy="9.75" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.43" cy="10.28" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.43" cy="10.28" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.43" cy="10.28" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.71" cy="14.28" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.71" cy="14.28" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.71" cy="14.28" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.24" cy="16.57" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.24" cy="16.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.24" cy="16.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.18" cy="17.25" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.18" cy="17.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.18" cy="17.25" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.97" cy="18.12" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.97" cy="18.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.97" cy="18.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.51" cy="18.43" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.51" cy="18.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.51" cy="18.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.19" cy="20.13" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.19" cy="20.13" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.19" cy="20.13" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.46" cy="21.63" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.46" cy="21.63" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.46" cy="21.63" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.21" cy="22.77" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.21" cy="22.77" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.21" cy="22.77" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.96" cy="23.65" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.96" cy="23.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.96" cy="23.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.41" cy="23.68" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.41" cy="23.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.41" cy="23.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.57" cy="21.99" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.57" cy="21.99" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.57" cy="21.99" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.02" cy="20.14" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.02" cy="20.14" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.02" cy="20.14" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.24" cy="18.08" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.24" cy="18.08" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.24" cy="18.08" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.39" cy="17.13" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.39" cy="17.13" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.39" cy="17.13" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.66" cy="17.94" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.66" cy="17.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.66" cy="17.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.69" cy="20.81" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.69" cy="20.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.69" cy="20.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.83" cy="21.93" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.83" cy="21.93" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.83" cy="21.93" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.94" cy="22.68" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.94" cy="22.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.94" cy="22.68" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.52" cy="22.96" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.52" cy="22.96" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.52" cy="22.96" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.73" cy="23.4" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.73" cy="23.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.73" cy="23.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.68" cy="23.92" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.68" cy="23.92" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.68" cy="23.92" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.56" cy="23.43" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.56" cy="23.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.56" cy="23.43" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.96" cy="22.26" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.96" cy="22.26" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.96" cy="22.26" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.29" cy="21.32" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.29" cy="21.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.29" cy="21.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.4" cy="20.78" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.4" cy="20.78" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.4" cy="20.78" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.69" cy="20.5" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.69" cy="20.5" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.69" cy="20.5" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.18" cy="20.15" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.18" cy="20.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.18" cy="20.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.52" cy="19.53" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.52" cy="19.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.52" cy="19.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.35" cy="19.36" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.35" cy="19.36" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.35" cy="19.36" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.91" cy="19.88" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.91" cy="19.88" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.91" cy="19.88" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.66" cy="20.39" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.66" cy="20.39" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.66" cy="20.39" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.15" cy="21.06" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.15" cy="21.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.15" cy="21.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.44" cy="21.72" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.44" cy="21.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.44" cy="21.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.99" cy="22.6" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.99" cy="22.6" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.99" cy="22.6" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.99" cy="23.32" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.99" cy="23.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.99" cy="23.32" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.74" cy="23.22" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.74" cy="23.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.74" cy="23.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.26" cy="22.49" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.26" cy="22.49" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.26" cy="22.49" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.21" cy="21.71" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.21" cy="21.71" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.21" cy="21.71" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.92" cy="20.98" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.92" cy="20.98" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.92" cy="20.98" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.45" cy="20.14" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.45" cy="20.14" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.45" cy="20.14" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.59" cy="19.53" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.59" cy="19.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.59" cy="19.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.06" cy="19.21" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.06" cy="19.21" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.06" cy="19.21" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.71" cy="18.55" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.71" cy="18.55" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.71" cy="18.55" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.52" cy="17.55" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.52" cy="17.55" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.52" cy="17.55" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.9" cy="16.47" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.9" cy="16.47" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.9" cy="16.47" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.39" cy="16.69" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.39" cy="16.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.39" cy="16.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.21" cy="18.79" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.21" cy="18.79" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.21" cy="18.79" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.68" cy="20.54" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.68" cy="20.54" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.68" cy="20.54" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.5" cy="21.4" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.5" cy="21.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.5" cy="21.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.29" cy="22.27" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.29" cy="22.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.29" cy="22.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.92" cy="21.91" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.92" cy="21.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.92" cy="21.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.71" cy="20.95" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.71" cy="20.95" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.71" cy="20.95" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.38" cy="20.42" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.38" cy="20.42" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.38" cy="20.42" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.73" cy="20.02" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.73" cy="20.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.73" cy="20.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.89" cy="21.15" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.89" cy="21.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.89" cy="21.15" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.76" cy="20.69" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.76" cy="20.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.76" cy="20.69" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.21" cy="20.21" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.21" cy="20.21" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.21" cy="20.21" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.68" cy="19.35" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.68" cy="19.35" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.68" cy="19.35" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.57" cy="19.41" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.57" cy="19.41" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="18.57" cy="19.41" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.08" cy="19.51" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.08" cy="19.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.08" cy="19.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.15" cy="18.92" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.15" cy="18.92" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.15" cy="18.92" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.01" cy="18.41" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.01" cy="18.41" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.01" cy="18.41" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.45" cy="17.2" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.45" cy="17.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.45" cy="17.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.09" cy="16.7" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.09" cy="16.7" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.09" cy="16.7" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.53" cy="16.16" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.53" cy="16.16" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.53" cy="16.16" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.85" cy="15.64" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.85" cy="15.64" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.85" cy="15.64" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.46" cy="15.62" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.46" cy="15.62" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.46" cy="15.62" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.63" cy="15.06" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.63" cy="15.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.63" cy="15.06" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.82" cy="14.46" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.82" cy="14.46" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.82" cy="14.46" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.85" cy="14.47" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.85" cy="14.47" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.85" cy="14.47" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.82" cy="14.12" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.82" cy="14.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.82" cy="14.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.54" cy="14.22" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.54" cy="14.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.54" cy="14.22" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.3" cy="14.27" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.3" cy="14.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.3" cy="14.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.38" cy="14.23" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.38" cy="14.23" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.38" cy="14.23" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.7" cy="14.91" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.7" cy="14.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.7" cy="14.91" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.5" cy="16" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.5" cy="16" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.5" cy="16" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.77" cy="16.59" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.77" cy="16.59" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.77" cy="16.59" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.9" cy="16.63" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.9" cy="16.63" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.9" cy="16.63" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.52" cy="15.96" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.52" cy="15.96" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.52" cy="15.96" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.28" cy="15.01" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.28" cy="15.01" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="15.28" cy="15.01" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.63" cy="14.78" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.63" cy="14.78" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.63" cy="14.78" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.83" cy="14.81" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.83" cy="14.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.83" cy="14.81" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.1" cy="15.4" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.1" cy="15.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.1" cy="15.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.56" cy="15.79" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.56" cy="15.79" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.56" cy="15.79" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.02" cy="16.07" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.02" cy="16.07" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.02" cy="16.07" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.72" cy="15.44" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.72" cy="15.44" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="7.72" cy="15.44" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.05" cy="14.29" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.05" cy="14.29" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="8.05" cy="14.29" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.73" cy="12.8" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.73" cy="12.8" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="9.73" cy="12.8" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.02" cy="12.07" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.02" cy="12.07" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.02" cy="12.07" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.13" cy="12.33" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.13" cy="12.33" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.13" cy="12.33" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.48" cy="11.76" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.48" cy="11.76" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.48" cy="11.76" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.68" cy="9.57" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.68" cy="9.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.68" cy="9.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.65" cy="10.1" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.65" cy="10.1" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.65" cy="10.1" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.35" cy="11.85" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.35" cy="11.85" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.35" cy="11.85" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.34" cy="12.74" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.34" cy="12.74" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.34" cy="12.74" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.45" cy="13.02" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.45" cy="13.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.45" cy="13.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.55" cy="12.97" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.55" cy="12.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.55" cy="12.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.04" cy="12.72" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.04" cy="12.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.04" cy="12.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.37" cy="11.03" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.37" cy="11.03" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.37" cy="11.03" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.35" cy="10.72" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.35" cy="10.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.35" cy="10.72" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.96" cy="10.65" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.96" cy="10.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.96" cy="10.65" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.53" cy="9.37" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.53" cy="9.37" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.53" cy="9.37" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.04" cy="9.08" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.04" cy="9.08" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="21.04" cy="9.08" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.88" cy="9.77" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.88" cy="9.77" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.88" cy="9.77" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.32" cy="10.27" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.32" cy="10.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.32" cy="10.27" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.49" cy="10.74" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.49" cy="10.74" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.49" cy="10.74" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.37" cy="11.52" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.37" cy="11.52" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.37" cy="11.52" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.95" cy="11.52" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.95" cy="11.52" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="19.95" cy="11.52" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.39" cy="11.28" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.39" cy="11.28" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.39" cy="11.28" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.07" cy="12.02" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.07" cy="12.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.07" cy="12.02" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.98" cy="13.56" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.98" cy="13.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="23.98" cy="13.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.44" cy="14.87" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.44" cy="14.87" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.44" cy="14.87" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.66" cy="15.93" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.66" cy="15.93" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.66" cy="15.93" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.78" cy="17.2" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.78" cy="17.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.78" cy="17.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.87" cy="18.53" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.87" cy="18.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.87" cy="18.53" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.93" cy="19.56" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.93" cy="19.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.93" cy="19.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.68" cy="20.51" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.68" cy="20.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.68" cy="20.51" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.32" cy="21.56" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.32" cy="21.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="24.32" cy="21.56" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.88" cy="23.4" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.88" cy="23.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="22.88" cy="23.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.82" cy="24.58" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.82" cy="24.58" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="20.82" cy="24.58" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.73" cy="25.2" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.73" cy="25.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="17.73" cy="25.2" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.23" cy="25.31" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.23" cy="25.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="16.23" cy="25.31" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.87" cy="25.61" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.87" cy="25.61" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="14.87" cy="25.61" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.34" cy="25.97" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.34" cy="25.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="13.34" cy="25.97" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.71" cy="25.94" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.71" cy="25.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="12.71" cy="25.94" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.86" cy="25.57" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.86" cy="25.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.86" cy="25.57" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.29" cy="25.38" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.29" cy="25.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.29" cy="25.38" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.9" cy="24.36" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.9" cy="24.36" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="10.9" cy="24.36" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.17" cy="23.12" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.17" cy="23.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.17" cy="23.12" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.16" cy="21.4" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.16" cy="21.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.16" cy="21.4" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.02" cy="20.37" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.02" cy="20.37" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.02" cy="20.37" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.19" cy="19.54" r=".13" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.19" cy="19.54" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/><circle cx="11.19" cy="19.54" r=".12" style="fill:#d0f5f5;opacity:.349999994039536;isolation:isolate"/></g><path d="M13.62 15.86a3.9 3.9 0 0 0-.09-1.06 1.2 1.2 0 0 0-.21-.46.47.47 0 0 0-.41-.18.56.56 0 0 0-.41.21 1.2 1.2 0 0 0-.21.46 3.6 3.6 0 0 0-.09 1.06c0 .1-.07.11-.08 0a4 4 0 0 1 0-.55 3 3 0 0 1 .06-.55 1.25 1.25 0 0 1 .23-.52.6.6 0 0 1 .23-.19.7.7 0 0 1 .27-.08.62.62 0 0 1 .54.25.9.9 0 0 1 .14.26 1.4 1.4 0 0 1 .08.27 3 3 0 0 1 .05.55 4 4 0 0 1 0 .55c0 .12-.07.11-.07 0Zm3.17 0a4 4 0 0 1 0-.55 3 3 0 0 1 .05-.55 1.4 1.4 0 0 1 .08-.27 1 1 0 0 1 .08-.24.64.64 0 0 1 .58-.25.8.8 0 0 1 .29.07.7.7 0 0 1 .23.19 1.25 1.25 0 0 1 .23.52 3 3 0 0 1 .06.55 4 4 0 0 1 0 .55c0 .1-.09.09-.08 0a3.8 3.8 0 0 0-.09-1.06 1.2 1.2 0 0 0-.22-.46.55.55 0 0 0-.41-.21.47.47 0 0 0-.41.18 1.2 1.2 0 0 0-.21.46 4.4 4.4 0 0 0-.09 1.06c0 .12-.06.13-.07 0Z" style="fill:#94b3ca"/><path d="M15.35 18a.94.94 0 0 0-.89.54.89.89 0 0 0 .83.75 1.06 1.06 0 0 0 .86-.79 1.06 1.06 0 0 0-.8-.5" style="fill:#ff8aff"/><g style="clip-path:url(#d)"><path d="M15 17.78a1 1 0 0 0 .62 1.38c1.12.48-.26.75-.41.66s-1.13-1-1.13-1l-.15-.6Z" style="fill:#ff8aff;opacity:.349999994039536;isolation:isolate"/></g><path d="M14.24 16.58a6.1 6.1 0 0 0 .21 1.93.946.946 0 0 1 1.68 0 5.9 5.9 0 0 0 .32-1.89 1.75 1.75 0 0 1-2.21-.04" style="fill:#733335"/><path d="M12.77 18.37c1.07 0 .67 2.73.65 3.6s.16 1.66.18 2.24.31 2.3-1 2.29-.5-3.37-.49-4.07c.01 0-.41-4.09.66-4.06m3.63 0c-1.07 0-.67 2.73-.65 3.6s-.16 1.66-.18 2.24-.31 2.3 1 2.29.5-3.37.49-4.07c0 0 .42-4.09-.65-4.06Z" style="fill:#cdeeee"/><g style="clip-path:url(#e)"><path d="m13.49 21.5-1.07.6a18 18 0 0 1-.16 2.31 2.42 2.42 0 0 0 .47 2.19c.52.4-1 .18-1 .18a4.3 4.3 0 0 1-1.09-1.23c0-.28-.21-3.68-.15-4.13s.57-3.2.57-3.2l1.29-.22.4.16a10.3 10.3 0 0 0-.27 2.07.77.77 0 0 0 1 .79v.48zm3.9 0-1.13.6a20 20 0 0 1-.2 2.31 2.42 2.42 0 0 0 .45 2.19c.52.4-1 .18-1 .18a4.2 4.2 0 0 1-1.09-1.23c0-.28-.21-3.68-.15-4.13s.56-3.2.56-3.2l1.3-.22.4.16a15 15 0 0 0-.21 2.07.82.82 0 0 0 1.07.79z" style="fill:#9deeee;opacity:.349999994039536;isolation:isolate"/></g><path d="M21.94 17.34s.07-.87.76-.68a1.55 1.55 0 0 1 .069 2.191q-.033.036-.069.069a6.66 6.66 0 0 1-3.7 1.89c-1.41.34-1.35.7-2.68.85s-1.6-.46-1.59-1 .49-1.21 1.7-1.18 1.07.48 2.29.27a7.9 7.9 0 0 0 2.91-1.15c.42-.32.79-.76.31-1.26m-13.08.23A1.49 1.49 0 0 0 7.61 19c.12 1.13 1.1 1.37 2.23 1.63s.92.79 2.28.92 1.9-.49 1.77-1.29-1.48-.76-3-.77a2.3 2.3 0 0 1-2-.72v-1.2Z" style="fill:#ddf5f5"/><g style="clip-path:url(#f)"><path d="M8.82 18.7a.66.66 0 0 0 .21 1 14 14 0 0 1 1.92.85 3.42 3.42 0 0 0 3.15 0c1.12-.68.35 1.56.35 1.56l-4.11-.09s-2.52-1.24-2.52-1.32-.52-2.62-.52-2.62a20 20 0 0 0 2-1.1 8 8 0 0 1 1.13-.13zm5.84 1.62s0 .75 1.32.7a3.7 3.7 0 0 0 1.85-.43 6.36 6.36 0 0 0 2.88-.66 6.5 6.5 0 0 0 2.63-1.66l-.4 1.48-4.82 2.14h-2.44s-.53-.18-.7-.21a1.9 1.9 0 0 1-.53-.41l.2-1Z" style="fill:#c2f5f5;opacity:.349999994039536;isolation:isolate"/></g><path d="M9.1 6.52h.19v4.39H9.1ZM10.63 8h.18v1.57h-.18Zm12.2-2.2H23v3.46h-.18V5.85Zm-1.59 2.43h.18V10h-.18Z" style="fill:#249e7c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#E27152" d="M6.048 5.162c-.459.216-.64.398-1.019 1.06-.182.31-.364.627-.411.7a146 146 0 0 1-1.16 2.024c-.534.925-1.087 1.897-1.215 2.153L2 11.572v4.554c0 4.284.007 4.574.121 4.81.183.358.567.73.918.884.297.129.445.135 3.333.135 1.882.007 3.016.027 3.016.068 0 .04-.418.681-.924 1.437-.513.756-.985 1.47-1.046 1.592-.31.574-.014 1.296.607 1.471.175.054 2.874.068 9.088.054l8.839-.02.398-.203c.546-.276.843-.593 1.295-1.363.21-.364.655-1.113.992-1.666.897-1.498 1.167-2.085 1.316-2.874.027-.128.047-2.24.047-4.69v-4.453l-.148-.283a1.67 1.67 0 0 0-.891-.756c-.175-.047-1.046-.074-2.625-.074-2.057 0-2.381-.013-2.469-.108-.06-.054-.108-.148-.108-.195 0-.054.459-.83 1.019-1.728.56-.89 1.052-1.727 1.093-1.848.142-.466-.135-1.026-.607-1.222C25.08 5.014 23.469 5 15.717 5H6.386zM24.11 6.417c.29.23.35.101-1.215 2.496-.425.648-.782 1.195-.802 1.215s-2.207.047-4.865.067c-4.554.034-4.851.04-5.074.162-.452.243-.674.506-1.437 1.754-.047.075-.209.344-.364.594-.162.256-.29.472-.29.493 0 .013-.108.195-.236.398a5 5 0 0 0-.237.398c0 .013-.209.378-.458.796-.513.857-.54.87-1.134.742a1.78 1.78 0 0 1-1.093-.803l-.182-.317-.02-3.373c-.02-3.812-.027-3.732.492-4.251.513-.52-.054-.486 8.825-.486 7.415 0 7.955.007 8.09.115m4.311 5.013c.425.29.419.169.419 4.311 0 3.509-.007 3.785-.122 3.995-.243.445-.337.465-2.186.472-.91.007-1.74-.014-1.849-.047-.398-.129-.492-.54-.216-.952a2 2 0 0 0 .17-.27c0-.013.242-.411.539-.883.297-.48.567-.959.6-1.073a1.144 1.144 0 0 0-.58-1.296c-.243-.114-.567-.121-7.287-.128-6.281 0-7.043-.013-7.138-.108-.216-.216-.182-.418.189-1.08.202-.35.573-1.025.83-1.504.52-.965.762-1.268 1.187-1.457.284-.129.506-.135 7.753-.135h7.462l.23.155zm-4.237 5.37c.155.122.142.324-.04.628-1.29 2.18-1.593 2.59-2.004 2.72-.095.033-2.672.06-5.735.06-6.167.007-5.742-.02-6.174.452l-.209.23-2.78-.007c-2.968-.007-3.029-.014-3.177-.345-.142-.303-.088-.465.31-.964.04-.054.236-.297.425-.54s.385-.486.432-.547c.054-.06.283-.364.513-.668.236-.303.533-.62.668-.708.533-.35.627-.364 3.36-.371 1.396 0 2.55-.007 2.557-.02.006-.007 2.658-.014 5.883-.014 4.871 0 5.883.014 5.971.095zm3.542 4.595c.169.108.297.486.236.661-.047.129-1.241 2.065-1.632 2.645-.277.412-.574.641-.952.743-.162.047-3.103.06-8.366.053l-8.117-.02-.094-.141c-.081-.129-.06-.19.263-.675.196-.297.371-.547.398-.567.02-.02.203-.277.405-.573.202-.297.385-.554.405-.574s.236-.324.486-.681.492-.689.553-.736c.29-.243.405-.243 8.413-.243 6.842.007 7.867.02 8.002.108"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 2A14 14 0 0 0 5.688 25.469c1.7-.514 3.411-.992 4.806-1.357 4.037-1.054 10.948-2.836 11.946-5.082-.28.78-1.218 2.87-1.218 2.87-1.279 1.247-7.09 2.631-10.917 3.367-1.22.235-2.614.507-4.026.806A14 14 0 0 0 28.467 9.628c-2.526.408-10.5 1.854-12.539 2.315-2.255.509-6.789 1.433-7.694 2.993.566-1.436 2.258-5.192 2.258-5.192 1.216-2 6.6-3.425 10.358-4.463.876-.242 1.922-.539 3.023-.858A13.93 13.93 0 0 0 16 2" style="fill:#b2001d"/><path d="M8.223 14.987c-.252 1.175 3.52 2.313 6.921 3.389a26.4 26.4 0 0 1 5.667 2.192 3.09 3.09 0 0 0 1.662-1.614c.377-1.489-3.013-3.393-5.274-4.229a33 33 0 0 1-4.407-2.042c-4.316 1.143-4.569 2.3-4.569 2.3Z" style="fill:#590815"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="16" x2="16" y1="2" y2="30" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8aa7c0"/><stop offset="1" stop-color="#3c6e8f"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" rx="1.556" ry="1.556" style="fill:url(#a)"/><path d="M13.171 6.015h5.756v5.756h-5.756zM20.326 6.015h5.756v5.756h-5.756zM20.326 13.171h5.756v5.756h-5.756zM13.171 13.171h5.756v5.756h-5.756zM6.015 13.171h5.756v5.756H6.015zM6.015 20.326h5.756v5.756H6.015zM13.171 20.326h5.756v5.756h-5.756z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 12.849H7.83L2 19.151h22.17ZM14.783 5.379h10.751l-5.806 6.3H8.968ZM12.41 20.319H23.2l-5.833 6.3H6.634Z" style="fill:#7b79ff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.271 9.616a5.137 5.137 0 1 0 5.137 5.137 5.137 5.137 0 0 0-5.137-5.137m0 7.379a2.231 2.231 0 1 1 2.229-2.231A2.23 2.23 0 0 1 16.271 17Z" style="fill:#ffcf31"/><path d="M16.271 20.176a5.423 5.423 0 1 1 5.423-5.423 5.43 5.43 0 0 1-5.423 5.423m0-10.275a4.852 4.852 0 1 0 4.852 4.852A4.86 4.86 0 0 0 16.271 9.9Zm0 7.379a2.517 2.517 0 1 1 2.517-2.517 2.52 2.52 0 0 1-2.517 2.518Zm0-4.463a1.946 1.946 0 1 0 1.946 1.946 1.95 1.95 0 0 0-1.946-1.945Z" style="fill:#e9ad0f"/><path d="M16.582 9.616h-.623v-.361A4.364 4.364 0 0 0 11.6 4.9H2v-.626h9.6a4.987 4.987 0 0 1 4.982 4.982ZM20.941 24.977a4.98 4.98 0 0 1-4.982-4.982V19.9h.623v.094a4.36 4.36 0 0 0 4.359 4.359h8.617v.623z" style="fill:#e9ad0f"/><path d="m26.926 27.726-.441-.44 2.634-2.634-2.621-2.621.441-.44L30 24.652z" style="fill:#e9ad0f"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.735 5.442.133-3.173 2.72-.168.122 3.23a.22.22 0 0 1-.047.143.21.21 0 0 1-.3.029l-1.05-.82-1.243.934a.21.21 0 0 1-.3-.04.2.2 0 0 1-.035-.135" style="fill:#fff"/><path d="m20.868 2.268-.133 3.174a.2.2 0 0 0 .043.135.21.21 0 0 0 .3.04l1.243-.934 1.05.82a.21.21 0 0 0 .3-.029.22.22 0 0 0 .047-.143l-.13-3.231 1.566-.1a1.415 1.415 0 0 1 1.506 1.321v25.271A1.414 1.414 0 0 1 25.245 30h-.066l-18.948-.844A1.414 1.414 0 0 1 4.876 27.8L4 4.69a1.41 1.41 0 0 1 1.33-1.458l15.537-.963Z" style="fill:#ff4785"/><path d="M17.253 12.554c0 .547 3.72.285 4.22-.1 0-3.73-2.018-5.69-5.714-5.69s-5.766 1.99-5.766 4.976c0 5.2 7.077 5.3 7.077 8.136a1.127 1.127 0 0 1-1.258 1.27c-1.127 0-1.573-.572-1.52-2.512 0-.421-4.3-.553-4.43 0-.334 4.7 2.621 6.06 6 6.06 3.276 0 5.845-1.733 5.845-4.868 0-5.573-7.182-5.423-7.182-8.185a1.18 1.18 0 0 1 1.337-1.269c.526 0 1.47.092 1.391 2.182" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M2.35 2.35h27.3v27.3H2.35z" style="fill:none"/></clipPath></defs><g style="clip-path:url(#a)"><path d="M29.65 16A13.65 13.65 0 1 1 16 2.35 13.65 13.65 0 0 1 29.65 16" style="fill:#e74c3c"/><path d="m16.92 29.62-3.77-3.78 4.36-2 1.59-1.44v-1.21l-4.81-4.81-.83-3.5L12.53 9l4.71-1.55 5.27 2.2 7.12 7.1a13.65 13.65 0 0 1-12.71 12.87" style="fill-opacity:.30000001192092896;fill-rule:evenodd"/><path d="M16.46 8.52a3 3 0 0 1 1.83.48 3.3 3.3 0 0 1 1 1.44l.22.54 3.11-1.09-.27-.6a6.35 6.35 0 0 0-2.14-2.7 6.48 6.48 0 0 0-3.83-1 7.3 7.3 0 0 0-2.5.41A5.8 5.8 0 0 0 12 7.1a4.85 4.85 0 0 0-1.23 1.74 5.5 5.5 0 0 0-.41 2.1 5.3 5.3 0 0 0 1.14 3.43 8.5 8.5 0 0 0 3.37 2.27c.79.32 1.48.62 2.05.88a4.7 4.7 0 0 1 1.24.78 2.5 2.5 0 0 1 .63.92 4.2 4.2 0 0 1 .2 1.43 3.1 3.1 0 0 1-.28 1.35 2.2 2.2 0 0 1-.65.83 2.4 2.4 0 0 1-.92.46 4.6 4.6 0 0 1-2.51-.05 3 3 0 0 1-1-.52A2.7 2.7 0 0 1 13 22a5 5 0 0 1-.43-.91l-.21-.59-3 1.14.2.56a6.8 6.8 0 0 0 .78 1.55 5.8 5.8 0 0 0 1.31 1.36 6.3 6.3 0 0 0 1.86 1 7.7 7.7 0 0 0 2.48.36 7.1 7.1 0 0 0 2.6-.47 6.4 6.4 0 0 0 2-1.26A5.9 5.9 0 0 0 22 22.81a5.6 5.6 0 0 0 .49-2.29 6.7 6.7 0 0 0-.49-2.59 5.55 5.55 0 0 0-1.23-1.85A7.3 7.3 0 0 0 19 14.83a18 18 0 0 0-2-.89 16 16 0 0 1-1.68-.74 5 5 0 0 1-1-.7 1.8 1.8 0 0 1-.46-.71 2.8 2.8 0 0 1-.15-1 2 2 0 0 1 .69-1.7 3.38 3.38 0 0 1 2.05-.57Z" style="fill:#f1c40f"/><path d="M15.83 2.35h.34v2.12h-.34Zm13.82 13.82v-.34h-2.12v.34ZM15.83 27.53h.34v2.12h-.34ZM4.47 16.17v-.34H2.35v.34Z" style="fill-rule:evenodd"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-1947.843" x2="-1947.706" y1="-2006.674" y2="-2005.516" gradientTransform="matrix(12.867 0 0 21.023 25072.473 42188.473)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7ad852"/><stop offset=".536" stop-color="#3ab38b"/><stop offset="1" stop-color="#00bfc9"/></linearGradient><linearGradient id="b" x1="-1958.897" x2="-1959.478" y1="-1999.713" y2="-1998.526" gradientTransform="matrix(12.805 0 0 21.012 25107.678 42025.3)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff2953"/><stop offset="1" stop-color="#ea3333"/></linearGradient></defs><path d="M10.944 2.5c-2.4 1-7.893 5.995-7.893 9.991 0 4.1 5.5 8.992 7.893 9.991a7.1 7.1 0 0 0 2.3.5 2.9 2.9 0 0 0 2.2-1.2 3.03 3.03 0 0 0-.5-4.5c-1.9-1.3-3.4-2.5-3.5-4.8 0-2.3 1.6-3.9 3.5-5.2a2.673 2.673 0 0 0 .7-4.2 3.01 3.01 0 0 0-2.4-1.1 7.1 7.1 0 0 0-2.3.518" style="fill:url(#a)"/><path d="M15.44 21.882a2.97 2.97 0 0 0-.5-4.5c-2.3-1.5-3.5-3-3.5-4.9a5.6 5.6 0 0 1 1.8-3.9c-5.3 5.695-5.995 11.989-.9 14.287a2.745 2.745 0 0 0 3.1-.987" style="fill:#005892"/><path d="M13.042 19.784a2.325 2.325 0 0 0-.3-3.1 4.77 4.77 0 0 1-1.7-4 4.26 4.26 0 0 1 1.1-2.7c-3.4 3.9-4.4 8.992-1.1 10.591a1.92 1.92 0 0 0 2-.791" style="fill:#00418e"/><path d="M11.543 18.285a1.54 1.54 0 0 0-.2-2 3.33 3.33 0 0 1-1.1-2.6c0-.9.3-1.8-.2-.7s-1.9 4.7.2 5.695a1.13 1.13 0 0 0 1.3-.395" style="fill:#002355"/><path d="M18.758 30a3.15 3.15 0 0 1-2.4-1.1 2.673 2.673 0 0 1 .7-4.2c1.9-1.3 3.4-2.9 3.5-5.2 0-2.3-1.6-3.8-3.5-5.2a2.9 2.9 0 0 1-.7-4.3 3.15 3.15 0 0 1 2.4-1.1 6.6 6.6 0 0 1 2.3.5c2.4 1 7.793 5.895 7.893 9.991 0 3.9-5.5 8.992-7.893 9.991a5.2 5.2 0 0 1-2.3.618" style="fill:url(#b)"/><path d="M16.26 10.018a2.82 2.82 0 0 0 .8 4.3c2.3 1.6 3.4 3.3 3.4 5.2a5.6 5.6 0 0 1-1.8 3.9c5.5-3.9 5.995-11.989.9-14.287a3.04 3.04 0 0 0-3.3.887" style="fill:#470000;opacity:.6000000238418579;isolation:isolate"/><path d="M19.258 12.016a2.224 2.224 0 0 0 .3 3.1 4.77 4.77 0 0 1 1.7 4 4.1 4.1 0 0 1-.5 2.4c2.7-3 3.6-8.792.4-10.191a1.54 1.54 0 0 0-1.9.691" style="fill:#670010"/><path d="M20.756 13.515a1.54 1.54 0 0 0 .2 2 4.3 4.3 0 0 1 1.3 2.5 4.9 4.9 0 0 1-.1 1.3c.4-.7 2.2-5.6-.1-6.294a1.38 1.38 0 0 0-1.3.494" style="fill:#730000"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M5.902 27.201 3.656 2h24.688l-2.249 25.197L15.985 30z" style="fill:#1572b6"/><path d="m16 27.858 8.17-2.265 1.922-21.532H16z" style="fill:#33a9dc"/><path d="M7.347 14.714c2.254 0 2.572-.913 2.572-1.734a10.2 10.2 0 0 0-.256-1.966 10.2 10.2 0 0 1-.253-1.945C9.409 6.913 11.314 6 14.013 6h.667v1.289h-.571c-1.874 0-2.507.749-2.507 2.014a7.5 7.5 0 0 0 .222 1.663 8.2 8.2 0 0 1 .222 1.779c.031 1.5-.858 2.248-2.288 2.531v.046a2.4 2.4 0 0 1 2.288 2.554 8 8 0 0 1-.222 1.779 7.7 7.7 0 0 0-.222 1.688c0 1.31.729 2.037 2.507 2.037h.571v1.287h-.667c-2.634 0-4.6-.843-4.6-3.208a10 10 0 0 1 .253-1.92 9.6 9.6 0 0 0 .256-1.9c0-.727-.318-1.734-2.572-1.734Z" style="fill:#ebebeb"/><path d="M24.68 15.906c-2.254 0-2.572 1.007-2.572 1.733a9.8 9.8 0 0 0 .253 1.9 9.8 9.8 0 0 1 .256 1.92c0 2.365-2 3.209-4.6 3.209h-.667v-1.29h.54c1.778-.023 2.538-.727 2.538-2.037a10.5 10.5 0 0 0-.222-1.688 8 8 0 0 1-.253-1.779 2.445 2.445 0 0 1 2.285-2.553v-.046a2.44 2.44 0 0 1-2.285-2.53 8.2 8.2 0 0 1 .253-1.779 10 10 0 0 0 .219-1.666c0-1.264-.667-1.991-2.507-2.014h-.571V6h.636c2.7 0 4.635.913 4.635 3.068a10 10 0 0 1-.256 1.945 10.4 10.4 0 0 0-.253 1.966c0 .82.318 1.733 2.572 1.733Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.05 29.6c.042-.095.148-.161.225-.241 1.175-1.232 2.36-2.453 3.519-3.7A3.2 3.2 0 0 0 22.808 23a6 6 0 0 0-.143-.624c-.316.3-.61.573-.906.848-.46.428-.918.858-1.382 1.281a1.93 1.93 0 0 1-2.148.419 1.97 1.97 0 0 1-1.29-1.75 1 1 0 0 0-.043-.146c-.353.3-.691.576-1.026.86l-6.963 5.9c-.048.041-.1.092-.145.132h9.283l-.014-.009c-.05-.035-.024-.219.019-.311M8.337 29.6a1.2 1.2 0 0 1 .295-.276l9.636-8.175q.986-.837 1.963-1.683a.5.5 0 0 0 .182-.224 5.4 5.4 0 0 0 .065-2.069c-.1.07-.154.1-.2.149-.789.706-1.574 1.418-2.367 2.12a1.76 1.76 0 0 1-2.048.329 1.89 1.89 0 0 1-1.08-1.807v-.324c-.145.106-.251.177-.35.257q-5.785 4.632-11.568 9.257c-.174.139-.382.449-.61.148s.119-.425.294-.565q6.165-4.947 12.336-9.885c.67-.537.714-.762.278-1.615l-.26.244c-.713.663-1.434 1.317-2.136 1.991a2.121 2.121 0 0 1-3.585-1.337c-.133.1-.248.173-.357.258l-6.1 4.728a1.5 1.5 0 0 1-.356.258.45.45 0 0 1-.3-.015v8.561h6.256a.37.37 0 0 1 .012-.325" style="fill:#ffcebf"/><path d="M25.237 2.423c-.17.557-.335 1.115-.484 1.678a1.69 1.69 0 0 0 .9 2.09 7.1 7.1 0 0 0 3.818.8V2.518a.7.7 0 0 1 .016-.294.7.7 0 0 1 .105-.149h-4.359c.067.078.044.215.004.348" style="fill:#ff6196"/><path d="M16.482 12.032a2.42 2.42 0 0 1-.5 1.376 22.7 22.7 0 0 1-3.726 3.792 1.44 1.44 0 0 1-1.684.2 1.39 1.39 0 0 1-.843-1.368 1.62 1.62 0 0 1 .417-.947 36 36 0 0 1 5.019-3.993.71.71 0 0 1 .829-.034 1.04 1.04 0 0 1 .488.974M15.284 18.093a1.44 1.44 0 0 1 .448-1.2 38.3 38.3 0 0 1 4.87-3.813c.052-.033.1-.066.157-.1a.84.84 0 0 1 1.025.035.86.86 0 0 1 .242.979 4.4 4.4 0 0 1-1.168 1.908 119 119 0 0 1-3.4 3.22 1.124 1.124 0 0 1-1.364.192 1.51 1.51 0 0 1-.81-1.221M22.5 18.754c-.28.3-.568.586-.837.893a2 2 0 0 0-.2.38c.148.044.321.16.441.119.611-.205 1.207-.451 1.878-.71-.146.336-.256.646-.411.93A12.2 12.2 0 0 1 21 23.238q-.532.513-1.105.981a1.484 1.484 0 0 1-2.415-.92 1.1 1.1 0 0 1 .238-.813 22.2 22.2 0 0 1 4.623-3.823.2.2 0 0 1 .065-.013Z" style="fill:#ff87af"/><path d="m24.794 14.771 1.711-7.6 1.2.281-.619 1.881c-.578 1.75-1.163 3.5-1.727 5.252-.11.324-.254.384-.565.186M22.862 19.241c.181-.691.361-1.33.513-1.976a4.5 4.5 0 0 1 .826-1.721c.243-.319.516-.192.795-.123.258.063.323.252.334.5a2.85 2.85 0 0 1-.588 1.907 4.8 4.8 0 0 1-1.88 1.413" style="fill:#ff6196"/><path d="M29.993 2.894a3.6 3.6 0 0 0-.017-.668.3.3 0 0 0-.116-.151.4.4 0 0 0-.152-.075c-.032-.006-.077.027-.12.074a.7.7 0 0 0-.105.149.7.7 0 0 0-.016.294v4.472a7.1 7.1 0 0 1-3.818-.8 1.69 1.69 0 0 1-.9-2.09c.149-.563.314-1.121.484-1.678.04-.133.063-.27 0-.348a.2.2 0 0 0-.135-.064.3.3 0 0 0-.182.064.43.43 0 0 0-.171.19q-.3.9-.529 1.818a2.2 2.2 0 0 0-.046.737 2.34 2.34 0 0 0 1.542 2c.189.079.3.157.247.406q-.109.474-.216.949-.735 3.222-1.462 6.447a.5.5 0 0 1-.121.257 3.2 3.2 0 0 0-.791.92 4.8 4.8 0 0 0-.53 1.5.98.98 0 0 1-.558.785c-.417.211-.8.484-1.263.768A13 13 0 0 0 21 17.179a1.06 1.06 0 0 1 .284-.96 4.75 4.75 0 0 0 1.258-2.194 1.294 1.294 0 0 0-1.208-1.7 1.7 1.7 0 0 0-.929.264 69 69 0 0 0-2.812 2.026c-.547.412-1.062.868-1.592 1.3a.4.4 0 0 1-.059-.081.8.8 0 0 0-.059-.214c-.443-.684-.136-1.181.345-1.692A2.8 2.8 0 0 0 17 11.977a1.57 1.57 0 0 0-.327-1.026 1.5 1.5 0 0 0-.438-.363 1.34 1.34 0 0 0-1.517.162l-.279.2c-.637.456-1.282.9-1.895 1.388a64 64 0 0 0-2.626 2.214c-.4.353-.692.835-1.107 1.163-2.164 1.709-4.351 3.387-6.53 5.076a1 1 0 0 0-.205.161l-.016.029c-.046.107-.085.284-.031.349a.14.14 0 0 0 .047.033.45.45 0 0 0 .3.015 1.5 1.5 0 0 0 .356-.258l6.1-4.728c.109-.085.224-.162.357-.258a2.121 2.121 0 0 0 3.585 1.337c.7-.674 1.423-1.328 2.136-1.991l.26-.244c.436.853.392 1.078-.278 1.615q-6.176 4.942-12.343 9.886c-.175.14-.521.267-.294.565s.436-.009.61-.148q5.786-4.621 11.564-9.254c.1-.08.205-.151.35-.257v.324a1.89 1.89 0 0 0 1.08 1.807 1.76 1.76 0 0 0 2.048-.329c.793-.7 1.578-1.414 2.367-2.12.05-.045.108-.079.2-.149a5.4 5.4 0 0 1-.065 2.069.5.5 0 0 1-.182.224q-.978.845-1.963 1.683l-9.632 8.176a1.2 1.2 0 0 0-.295.276.37.37 0 0 0-.012.321.38.38 0 0 0 .32.063.3.3 0 0 0 .116-.065c.05-.04.1-.091.145-.132l6.963-5.9c.335-.284.673-.564 1.026-.86a1 1 0 0 1 .043.146 1.97 1.97 0 0 0 1.29 1.75 1.93 1.93 0 0 0 2.148-.419c.464-.423.922-.853 1.382-1.281.3-.275.59-.551.906-.848a6 6 0 0 1 .143.624 3.2 3.2 0 0 1-1.014 2.649c-1.159 1.248-2.344 2.469-3.519 3.7-.077.08-.183.146-.225.241s-.069.281-.019.321l.014.009a.57.57 0 0 0 .338.051.14.14 0 0 0 .081-.051c.028-.029.055-.065.082-.092.952-.984 1.909-1.963 2.854-2.954a14 14 0 0 0 1.074-1.223 3.41 3.41 0 0 0 .61-3.616.52.52 0 0 1 .074-.386q.099-.168.211-.329a4.6 4.6 0 0 0 .587-1 7.6 7.6 0 0 1 1.339-2.4 2.8 2.8 0 0 0 .5-2.469 1 1 0 0 1 0-.489c.506-1.567 1.027-3.129 1.543-4.692l.69-2.094.213-.647c.454 0 .882-.009 1.308 0 .354.01.462-.156.458-.5-.021-1.38-.013-2.759-.013-4.138M12.256 17.2a1.44 1.44 0 0 1-1.684.2 1.39 1.39 0 0 1-.843-1.368 1.62 1.62 0 0 1 .417-.947 36 36 0 0 1 5.019-3.993.85.85 0 0 1 .326-.14.7.7 0 0 1 .238 0 .8.8 0 0 1 .265.106 1.04 1.04 0 0 1 .488.975 2.42 2.42 0 0 1-.5 1.376 22.7 22.7 0 0 1-3.726 3.791m5.2 1.929a1.124 1.124 0 0 1-1.364.192 1.51 1.51 0 0 1-.81-1.224 1.44 1.44 0 0 1 .448-1.2 38.3 38.3 0 0 1 4.87-3.813c.052-.033.1-.066.157-.1a.84.84 0 0 1 1.025.035.86.86 0 0 1 .242.979 4.4 4.4 0 0 1-1.168 1.908c-1.103 1.102-2.25 2.163-3.398 3.219Zm5.911 1.241A12.2 12.2 0 0 1 21 23.238q-.532.513-1.105.981a1.484 1.484 0 0 1-2.415-.92 1.1 1.1 0 0 1 .238-.813 22.2 22.2 0 0 1 4.623-3.823.2.2 0 0 1 .065-.013l.1.1c-.28.3-.568.586-.837.893a2 2 0 0 0-.2.38c.148.044.321.16.441.119.483-.162.958-.35 1.467-.55l.411-.16c-.154.34-.264.65-.419.934Zm1.373-2.535a4.4 4.4 0 0 1-1.373 1.152q-.247.138-.507.258c.178-.681.356-1.312.507-1.95l.006-.026a4.5 4.5 0 0 1 .826-1.721c.243-.319.516-.192.795-.123.258.063.323.252.334.5a2.85 2.85 0 0 1-.586 1.906Zm2.34-8.5c-.578 1.75-1.163 3.5-1.727 5.252-.106.329-.25.389-.561.191l1.483-6.593.228-1.012 1.2.281-.241.731Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.19 29.434c3.063-10.949 2.974-11 5.187-18.806l.532.308c.29.166.526.029.526-.3V6.908c.588-2.057 1.047-3.647 1.183-4.123h2.4L30 6.474l-2.617 2.261 1.979 2.14-13.04 18.559c-.063.105-.152.081-.132 0m1.425-23.6c.119 0 .214.065.214.147v1.906c0 .08-.1.145-.214.145h-3.22c-.119 0-.215-.065-.215-.146V5.978c0-.081.1-.147.214-.147h3.221Zm3.976-2.114-3.543 2.046a.4.4 0 0 1 .066.213v1.909a.4.4 0 0 1-.1.259l3.579 2.066c.244.141.444.026.444-.255V3.976c-.003-.282-.202-.397-.446-.256M13.9 7.888v-1.91a.4.4 0 0 1 .066-.213l-3.549-2.046c-.244-.14-.444-.025-.444.256v5.981c0 .281.2.4.445.255L14 8.146a.4.4 0 0 1-.1-.259Zm1.783 21.546h.132c-3.062-10.949-2.974-11-5.187-18.806l-.532.308c-.289.166-.526.029-.526-.3V6.908c-.594-2.056-1.053-3.647-1.189-4.123h-2.4L2 6.474l2.616 2.261-1.979 2.141Zm.217-17.417a.967.967 0 1 0-.967-.967.967.967 0 0 0 .967.967m0 5.75a.967.967 0 1 0-.967-.967.967.967 0 0 0 .967.968Zm0 5.752a.967.967 0 1 0-.967-.967.967.967 0 0 0 .967.968Z" style="fill:#cfcfcf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m14.188 19.163-2.967-5.218-6.388 11.248A1.68 1.68 0 0 0 6.292 27.7h3.952a1.68 1.68 0 0 0 1.46-.85l2.482-4.371a3.37 3.37 0 0 0 .002-3.316M12.965 14.057a3.36 3.36 0 0 0 2.925 1.7h5.86L14.418 2.85A1.68 1.68 0 0 0 12.965 2h-3.96a1.68 1.68 0 0 0-1.679 1.678 1.66 1.66 0 0 0 .22.831ZM27.171 25.191l-3.528-6.262a3.36 3.36 0 0 0-2.927-1.712h-5.851l5.42 9.623a1.68 1.68 0 0 0 1.462.854h3.96a1.68 1.68 0 0 0 1.464-2.5ZM16.015 22.259l-2.234 3.87A2.58 2.58 0 0 0 16.015 30a2.58 2.58 0 0 0 2.235-3.871Z" style="fill:#95538e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.315 20.776c.726-.869.812-1.766.249-3.432-.356-1.054-.947-1.865-.513-2.521.463-.7 1.445-.021.627.911l.164.114c.983.114 1.467-1.232.733-1.616-1.937-1.011-3.631.933-2.884 3.183.32.954.769 1.965.406 2.77A1.8 1.8 0 0 1 3.773 21.3c-.847.043-.285-1.9.691-2.385.085-.043.206-.1.093-.242a2.134 2.134 0 0 0-2.314 1.2c-1.182 2.248 2.242 3.081 4.072.903M27.462 14.14c.278.684.7 1.36.449 1.958-.206.513-.477.726-.776.776-.42.071-.306-1.246.413-1.638.064-.036.157-.206.071-.306a1.64 1.64 0 0 0-1.7.961c-.8 1.687 1.823 2.15 3.112.491.513-.662.534-1.317.043-2.506-.313-.755-.79-1.317-.491-1.816.32-.527 1.089-.071.513.634l.128.071c.748.043 1.054-.954.484-1.2a1.834 1.834 0 0 0-2.246 2.575" style="fill:#c2c2c2"/><path d="M17.95 12.338c-.52-.413-1.979.278-2.392 1.3a16.2 16.2 0 0 1-2.043 4.037c-.8.876-.876.2-.8-.306a15.3 15.3 0 0 1 1.985-4.717c-.235-.349-1.773-.3-2.841 1.36-.4.627-1.31 2.713-2.321 4.358-.221.356-.5.107-.285-.726a40 40 0 0 1 1.873-5.682 39 39 0 0 1 6.921-.819c.263-.071.441-.306 0-.32a47 47 0 0 0-6.593.441 4.9 4.9 0 0 1 1.445-1.944 1.787 1.787 0 0 0-2.264.719 12 12 0 0 0-.819 1.453 24 24 0 0 0-3.98.862c-.783.3-.7 1.246-.221 1.068a32 32 0 0 1 3.816-1.1 30.3 30.3 0 0 0-1.865 5.682c-.441 2.492 1.1 2.478 1.858 1.5.819-1.075 2.528-4.856 2.791-5.255.078-.135.185-.064.128.057-1.908 3.809-1.744 5.283-.2 4.956a4.93 4.93 0 0 0 2.214-1.965c.064-.15.2-.135.171-.071-1.21 3.14-2.748 5.682-3.781 6.479-.94.719-1.638-.84 1.687-3.076.491-.335.263-.79-.292-.634a29.8 29.8 0 0 0-8.786 3.325c-.164.114-.313.206-.306.441.007.135.242.085.356.014A22.8 22.8 0 0 1 11.1 20.9a.16.16 0 0 0 .114.007c.121-.028.114.036.036.085-.178.1-.356.192-.4.206-1.766.691-2.834 2.214-2.456 2.99.32.669 2.051.427 2.869-.014 2.008-1.089 3.468-3.225 4.464-6.173.873-2.615 1.966-5.577 2.223-5.663M29.62 18.369a48.2 48.2 0 0 0-13.429.968c-.926.242-.669.733-.2.641.007 0 .206-.05.214-.05a42.3 42.3 0 0 1 12.375-.242c.434.079 1.737-1.224 1.04-1.317M18.861 17.985c.911-.456 2.264-3.275 3.154-4.82.064-.114.178-.021.114.057-2.25 3.873-1.3 4.322-.406 4.265 1.189-.071 2.286-1.78 2.528-2.165.1-.15.157-.028.1.078-.057.178-.263.491-.456.919-.271.605.014.84.249.947.37.178 1.381.064 1.538-.555-1.011-.021 1.41-4.792 1.659-5.084a1.72 1.72 0 0 0-2.2.975c-1.018 2.015-1.873 3.638-2.407 3.667-1.04.057 1.2-4.493 1.559-4.635-.221-.32-1.638-.185-2.428 1.04-.285.441-2.022 3.517-2.449 4.023-.755.9-.812.128-.6-.769a11 11 0 0 1 .349-1.132 5.3 5.3 0 0 1 1.36-1.844c2.2-2.442 3.46-4.422 2.962-5.2-.441-.691-1.915-.384-2.862 1.04-1.744 2.613-3.354 6.195-3.56 7.832s.991 1.759 1.796 1.361m.926-4.792c.078-.178.128-.228.263-.527a25 25 0 0 1 2.442-4.386c.42-.441 1.011.157-.057 1.794a16.5 16.5 0 0 1-2.115 2.642v.007c-.2.221-.377.406-.456.513-.056.071-.12.056-.077-.043" style="fill:#c2c2c2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="url(#a)" d="M35.995 26.563c0-.548-.405-.864-.902-.707L.902 36.698c-.498.158-.902.731-.902 1.278v11.081c0 .548.404.865.902.707l34.191-10.841c.497-.158.902-.731.902-1.279z" transform="translate(5.221 .176)scale(.59881)"/><path fill="#ff9800" d="M26.344 2.002a.5.5 0 0 0-.107.022L5.762 8.516c-.189.06-.347.222-.444.414a.5.5 0 0 0-.097.307v6.681c0 .127.038.232.1.309.096.19.254.35.44.41L26.24 23.13c.298.095.541-.096.541-.424V16.07c0-.328-.243-.67-.541-.764l-8.608-2.73 8.606-2.73c.298-.094.54-.435.54-.763V2.447c0-.287-.187-.468-.433-.445z"/><defs><linearGradient id="a" x2="1" gradientTransform="matrix(3.0823 -10.306 8.7238 3.5658 19.839 42.498)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff9700"/><stop offset=".53" stop-color="#f48e00"/><stop offset="1" stop-color="#d06f00"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25.073 9.064H5.843v14.028h19.23z" style="fill:#809cc9"/><path d="m25.239 8.908.3 1.173a72 72 0 0 0-7.267 1.4 38 38 0 0 0-5.526 1.763q-2.1.877-1.957 1.425.12.483 1.757.437.839-.015 2.731-.183t4.883-.486a65 65 0 0 1 7.568-.5q2.06.056 2.26.842.269 1.065-3.906 2.854a76 76 0 0 1-10.8 3.443Q9.7 22.479 5.667 23.084l-.293-1.16a84 84 0 0 0 8.586-1.645 36.5 36.5 0 0 0 5.486-1.745q1.925-.847 1.778-1.428-.127-.5-1.776-.515-.844.009-2.327.119t-3.694.343q-3.424.367-5.687.556t-3.38.183q-2.14-.02-2.342-.824-.274-1.085 3.615-2.744a75 75 0 0 1 10.65-3.372q4.65-1.174 8.956-1.944" style="fill:#fff"/><path d="M6.671 18.9a.18.18 0 0 1 .13.056.18.18 0 0 1 .055.131.18.18 0 0 1-.055.134.19.19 0 0 1-.267 0 .19.19 0 0 1-.055-.134.18.18 0 0 1 .055-.133.2.2 0 0 1 .137-.054M6.671 20.108a.18.18 0 0 1 .13.057.19.19 0 0 1 0 .266.2.2 0 0 1-.133.054.2.2 0 0 1-.074-.015.2.2 0 0 1-.06-.04.2.2 0 0 1-.041-.06.2.2 0 0 1-.014-.074.18.18 0 0 1 .055-.133.2.2 0 0 1 .137-.055M7.322 18.9a.18.18 0 0 1 .13.056.18.18 0 0 1 .055.131.18.18 0 0 1-.055.134.19.19 0 0 1-.267 0 .19.19 0 0 1-.055-.134.18.18 0 0 1 .055-.133.2.2 0 0 1 .137-.054M7.322 20.108a.18.18 0 0 1 .13.057.19.19 0 0 1 0 .266.2.2 0 0 1-.133.054.2.2 0 0 1-.074-.015.2.2 0 0 1-.06-.04.2.2 0 0 1-.04-.06.2.2 0 0 1-.015-.07.18.18 0 0 1 .055-.133.2.2 0 0 1 .137-.059" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.47 5.7a8.973 8.973 0 0 0-11.793-2.454L7.96 7.4a7.46 7.46 0 0 0-3.481 5.009 7.7 7.7 0 0 0 .8 5.058 7.4 7.4 0 0 0-1.151 2.8 7.8 7.8 0 0 0 1.4 6.028 8.977 8.977 0 0 0 11.794 2.458L24.04 24.6a7.47 7.47 0 0 0 3.481-5.009 7.67 7.67 0 0 0-.8-5.062 7.35 7.35 0 0 0 1.152-2.8A7.79 7.79 0 0 0 26.47 5.7" style="fill:#ff3e00"/><path d="M14.022 26.64A5.41 5.41 0 0 1 8.3 24.581a4.68 4.68 0 0 1-.848-3.625 4 4 0 0 1 .159-.61l.127-.375.344.238a8.8 8.8 0 0 0 2.628 1.274l.245.073-.025.237a1.44 1.44 0 0 0 .271.968 1.63 1.63 0 0 0 1.743.636 1.5 1.5 0 0 0 .411-.175l6.7-4.154a1.37 1.37 0 0 0 .633-.909 1.4 1.4 0 0 0-.244-1.091 1.63 1.63 0 0 0-1.726-.622 1.5 1.5 0 0 0-.413.176l-2.572 1.584a5 5 0 0 1-1.364.582 5.415 5.415 0 0 1-5.727-2.06 4.68 4.68 0 0 1-.831-3.628A4.5 4.5 0 0 1 9.9 10.09l6.708-4.154a5 5 0 0 1 1.364-.581A5.41 5.41 0 0 1 23.7 7.414a4.68 4.68 0 0 1 .848 3.625 4 4 0 0 1-.159.61l-.127.375-.344-.237a8.7 8.7 0 0 0-2.628-1.274l-.245-.074.025-.237a1.44 1.44 0 0 0-.272-.968 1.63 1.63 0 0 0-1.725-.622 1.5 1.5 0 0 0-.411.176l-6.722 4.14a1.35 1.35 0 0 0-.631.908 1.4 1.4 0 0 0 .244 1.092 1.63 1.63 0 0 0 1.726.621 1.5 1.5 0 0 0 .413-.175l2.562-1.585a4.9 4.9 0 0 1 1.364-.581 5.42 5.42 0 0 1 5.728 2.059 4.68 4.68 0 0 1 .843 3.625 4.5 4.5 0 0 1-2.089 3.013l-6.707 4.154a4.9 4.9 0 0 1-1.364.581" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.47 5.7a9 9 0 0 0-11.79-2.45L8 7.4a7.46 7.46 0 0 0-3.48 5 7.67 7.67 0 0 0 .8 5.06 7.3 7.3 0 0 0-1.15 2.8 7.78 7.78 0 0 0 1.4 6 9 9 0 0 0 11.79 2.45L24 24.6a7.46 7.46 0 0 0 3.48-5 7.66 7.66 0 0 0-.8-5.06 7.2 7.2 0 0 0 1.15-2.8 7.77 7.77 0 0 0-1.4-6" style="fill:#ff3e00"/><path d="M14 26.64a5.4 5.4 0 0 1-5.7-2.06A4.68 4.68 0 0 1 7.45 21a4 4 0 0 1 .16-.61l.13-.39.34.24a8.7 8.7 0 0 0 2.63 1.27l.24.08v.23a1.45 1.45 0 0 0 .27 1 1.62 1.62 0 0 0 1.74.64 1.6 1.6 0 0 0 .42-.18l6.7-4.15a1.38 1.38 0 0 0 .38-2 1.62 1.62 0 0 0-1.72-.62 1.2 1.2 0 0 0-.41.17l-2.58 1.59a5.1 5.1 0 0 1-1.36.58 5.44 5.44 0 0 1-5.73-2.06 4.7 4.7 0 0 1-.83-3.63 4.52 4.52 0 0 1 2.09-3l6.71-4.15A4.5 4.5 0 0 1 18 5.36a5.41 5.41 0 0 1 5.7 2.05 4.7 4.7 0 0 1 .85 3.59 4 4 0 0 1-.16.61l-.13.37-.34-.23a8.9 8.9 0 0 0-2.63-1.28l-.29-.03v-.24a1.47 1.47 0 0 0-.27-1 1.59 1.59 0 0 0-2.14-.44l-6.72 4.14a1.35 1.35 0 0 0-.63.91 1.37 1.37 0 0 0 .24 1.09 1.59 1.59 0 0 0 2.14.44l2.56-1.58a5 5 0 0 1 1.37-.58 5.42 5.42 0 0 1 5.73 2.06 4.68 4.68 0 0 1 .84 3.62 4.54 4.54 0 0 1-2.09 3l-6.71 4.15a4.8 4.8 0 0 1-1.36.58" style="fill:#fff"/><path d="m26.67 27.39.58-.57c2.68.08 2.72 0 2.83-.29l.74-1.79.06-.17-.06-.15c0-.07-.13-.31-1.8-1.9v-.84c1.92-1.86 1.88-1.95 1.77-2.22l-.73-1.81c-.11-.27-.15-.38-2.81-.3l-.58-.6a13 13 0 0 0-.09-2.64l-.07-.17-1.91-.84c-.28-.13-.38-.17-2.19 1.79h-.81c-1.86-2-1.94-2-2.22-1.84l-1.78.72c-.28.12-.38.16-.27 2.86l-.57.57c-2.68-.09-2.72 0-2.84.28l-.73 1.79-.06.17.06.15c0 .08.12.31 1.8 1.9v.84c-1.93 1.86-1.89 1.95-1.78 2.22l.79 1.8c.11.28.15.38 2.8.31l.58.6a13 13 0 0 0 .09 2.64l.08.17 1.92.84c.28.11.38.16 2.18-1.8h.81c1.86 2 1.95 1.95 2.23 1.84l1.77-.72c.22-.1.32-.14.21-2.84m-7.62-4.19a3.19 3.19 0 1 1 4.17 1.8 3.23 3.23 0 0 1-4.17-1.8" style="fill:#99b8c4"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.674 14.488a2.218 2.218 0 1 0 0 3.137h16.652a2.218 2.218 0 1 0 0-3.137Z" style="fill:#ffb13b;stroke:#000;stroke-width:3.73000001907349px"/><path d="M11.222 9.06A2.218 2.218 0 1 0 9 11.278l11.778 11.774A2.218 2.218 0 1 0 23 20.834Z" style="fill:#ffb13b;stroke:#000;stroke-width:3.73000001907349px"/><path d="M17.568 7.73a2.218 2.218 0 1 0-3.137 0v16.652a2.218 2.218 0 1 0 3.137 0Z" style="fill:#ffb13b;stroke:#000;stroke-width:3.73000001907349px"/><path d="M23 11.278a2.218 2.218 0 1 0-2.222-2.218L9 20.834a2.218 2.218 0 1 0 2.218 2.218Z" style="fill:#ffb13b;stroke:#000;stroke-width:3.73000001907349px"/><path d="M7.674 14.488a2.218 2.218 0 1 0 0 3.137h16.652a2.218 2.218 0 1 0 0-3.137Z" style="fill:#ffb13b"/><path d="M11.222 9.06A2.218 2.218 0 1 0 9 11.278l11.778 11.774A2.218 2.218 0 1 0 23 20.834Z" style="fill:#ffb13b"/><path d="M17.568 7.73a2.218 2.218 0 1 0-3.137 0v16.652a2.218 2.218 0 1 0 3.137 0Z" style="fill:#ffb13b"/><path d="M23 11.278a2.218 2.218 0 1 0-2.222-2.218L9 20.834a2.218 2.218 0 1 0 2.218 2.218Z" style="fill:#ffb13b"/><path d="M2 16.056h28v9.894a4.035 4.035 0 0 1-4.106 4.106H6.106A4.035 4.035 0 0 1 2 25.95Z"/><path d="M6.2 23.045a3.628 3.628 0 1 1 6.2-2.565h-2.13a1.5 1.5 0 1 0-2.57 1.061 1.6 1.6 0 0 0 1.062.441 4.12 4.12 0 0 1 2.566 1.063 3.628 3.628 0 1 1-6.194 2.565h2.13a1.5 1.5 0 1 0 2.566-1.06 1.95 1.95 0 0 0-1.063-.44A4.47 4.47 0 0 1 6.2 23.045M19.651 16.852 17.085 29.24H14.96L12.4 16.852h2.12l1.5 7.255 1.5-7.255ZM23.28 21.983h3.628v3.628a3.628 3.628 0 1 1-7.257 0V20.48a3.628 3.628 0 0 1 7.257 0h-2.125a1.5 1.5 0 1 0-3.005 0v5.13a1.5 1.5 0 0 0 3.005 0v-1.5h-1.5v-2.127Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="29.49" x2="169.71" y1="29.48" y2="169.7" gradientTransform="matrix(.14 0 0 .14 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#45afe4"/><stop offset="1" stop-color="#364f9e"/></linearGradient></defs><path fill="url(#a)" d="M13.67 2c-.22.83-.39 1.66-.53 2.49A12 12 0 0 0 9.83 5.8c-.67-.47-1.36-.93-2.08-1.35l-3.3 3.3c.4.68.83 1.33 1.27 1.96a12 12 0 0 0-1.54 3.49c-.73.12-1.45.28-2.18.47v4.66c.68.18 1.35.32 2.03.45a12 12 0 0 0 1.5 3.8c-.38.54-.74 1.1-1.08 1.67l3.3 3.3c.56-.33 1.1-.67 1.61-1.03a12 12 0 0 0 3.9 1.62c.11.62.25 1.24.4 1.86h4.67c.17-.63.3-1.27.42-1.9a12 12 0 0 0 3.8-1.64c.55.38 1.12.75 1.7 1.09l3.3-3.3c-.37-.63-.76-1.23-1.17-1.82a12 12 0 0 0 1.4-3.63c.74-.13 1.48-.28 2.22-.47v-4.66c-.79-.2-1.58-.37-2.37-.5a12.1 12.1 0 0 0-1.45-3.33c.48-.68.94-1.37 1.37-2.1l-3.3-3.29c-.75.44-1.46.92-2.16 1.41a12 12 0 0 0-3.22-1.32A29 29 0 0 0 18.34 2zm2.24 5.48a8.7 8.7 0 0 1 3.02.54c.22.08.44.17.65.27a8.86 8.86 0 0 1 4.25 4.14l.23.52a8.82 8.82 0 0 1 .17 6.27l-.1.29a8.86 8.86 0 0 1-4.63 4.84l-.05.03a8.82 8.82 0 0 1-6.94.06v-.01a8.86 8.86 0 0 1-4.82-4.93l-.05-.12a8.8 8.8 0 0 1 .17-6.58l.17-.35a8.88 8.88 0 0 1 4.46-4.26l.59-.23a8.8 8.8 0 0 1 2.88-.48m3.42 2.31a1.2 1.2 0 0 0-1.43 1.92l-1.13 1.95a2.42 2.42 0 0 0-3.13 1.1l-2.4-.95v-.02a1.12 1.12 0 1 0-.2.54l2.4.95a2.42 2.42 0 0 0 .82 2.47l-1.12 1.75a1.5 1.5 0 1 0 .47.3l1.12-1.74a2.42 2.42 0 0 0 2.82-.51l1.4 1.04a1.77 1.77 0 1 0 3.31.46 1.77 1.77 0 0 0-2.98-.9l-1.4-1.05a2.42 2.42 0 0 0-.63-3.16l1.13-1.95a1.2 1.2 0 0 0 .95-2.2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 16a14 14 0 1 1-4.1-9.9A13.96 13.96 0 0 1 30 16" style="fill:#fff"/><path d="M27.9 16a11.9 11.9 0 1 1-3.485-8.415A11.86 11.86 0 0 1 27.9 16" style="fill:#6d9a00"/><path d="M11.66 15.983a.94.94 0 0 1 .977-.976.976.976 0 1 1-.977.976M15.031 15.983a.94.94 0 0 1 .977-.976.976.976 0 1 1-.977.976M18.4 15.983a.94.94 0 0 1 .977-.976.976.976 0 1 1-.977.976" style="fill:#fff"/><path d="M7.619 16.89v-1.748A2.8 2.8 0 0 0 8.5 15a1.13 1.13 0 0 0 .439-.441 2.1 2.1 0 0 0 .254-.776 9 9 0 0 0 .055-1.216 10.6 10.6 0 0 1 .123-1.97 1.85 1.85 0 0 1 .446-.9 1.7 1.7 0 0 1 .81-.552 4.8 4.8 0 0 1 1.316-.131h.363v1.437a3.2 3.2 0 0 0-.977.091.63.63 0 0 0-.319.277 3.4 3.4 0 0 0-.1.941q0 .459-.062 1.741a4.6 4.6 0 0 1-.178 1.169 2.4 2.4 0 0 1-.367.739 3 3 0 0 1-.682.6 2.4 2.4 0 0 1 .662.579 2.4 2.4 0 0 1 .394.8 5.8 5.8 0 0 1 .178 1.267q.048 1.209.048 1.544a3 3 0 0 0 .11.932.7.7 0 0 0 .333.288 3 3 0 0 0 .963.1v1.486h-.363a3.8 3.8 0 0 1-1.292-.192 1.9 1.9 0 0 1-.834-.513 1.9 1.9 0 0 1-.456-.9 8.7 8.7 0 0 1-.117-1.686 8.4 8.4 0 0 0-.11-1.741 1.55 1.55 0 0 0-.456-.834 2.1 2.1 0 0 0-1.062-.249M23.285 17.143a1.55 1.55 0 0 0-.456.834 8.4 8.4 0 0 0-.11 1.741A8.7 8.7 0 0 1 22.6 21.4a1.9 1.9 0 0 1-.456.9 1.9 1.9 0 0 1-.833.521 3.8 3.8 0 0 1-1.292.192h-.363V21.53a3 3 0 0 0 .963-.1.7.7 0 0 0 .333-.288 3 3 0 0 0 .11-.932q0-.335.048-1.544a5.8 5.8 0 0 1 .18-1.266 2.4 2.4 0 0 1 .394-.8 2.4 2.4 0 0 1 .662-.579 3 3 0 0 1-.682-.6 2.4 2.4 0 0 1-.367-.739 4.6 4.6 0 0 1-.178-1.169q-.062-1.282-.062-1.741a3.4 3.4 0 0 0-.1-.941.63.63 0 0 0-.319-.277 3.2 3.2 0 0 0-.977-.091V9.016h.363a4.8 4.8 0 0 1 1.316.131 1.7 1.7 0 0 1 .81.552 1.85 1.85 0 0 1 .446.9 10.6 10.6 0 0 1 .123 1.97 9 9 0 0 0 .055 1.216 2.1 2.1 0 0 0 .254.776 1.13 1.13 0 0 0 .439.441 2.8 2.8 0 0 0 .883.144v1.744a2.1 2.1 0 0 0-1.065.253" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="0" x2="302.9" y1="151.49" y2="151.49" gradientTransform="matrix(.09245 0 0 .03238 1.997 11.096)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFA588"/><stop offset=".271" stop-color="#FCB371"/><stop offset=".836" stop-color="#F4D837"/><stop offset="1" stop-color="#F1E425"/></linearGradient></defs><path fill="url(#a)" d="M27.216 20.903a2.8 2.8 0 0 1-1.996-.828l-4.157-4.157a2.8 2.8 0 0 1-.791-1.509 2.8 2.8 0 0 1 .01-1.004h-1.23c-.3 0-.427.2-.476.318a.49.49 0 0 0 .113.562l1.797 1.797a2.8 2.8 0 0 1 .615 3.079 2.85 2.85 0 0 1-.983 1.234 2.8 2.8 0 0 1-1.624.508h-.058a2.8 2.8 0 0 1-1.996-.828l-.398-.398a2.8 2.8 0 0 1-.704.716 2.8 2.8 0 0 1-1.624.508 2.8 2.8 0 0 1-1.997-.828l-6.52-6.52a.5.5 0 0 0-.363-.15c-.3 0-.427.2-.476.317a.49.49 0 0 0 .112.563l1.797 1.797a2.81 2.81 0 0 1 .616 3.078 2.85 2.85 0 0 1-.984 1.235 2.8 2.8 0 0 1-1.624.507h-.822a1.154 1.154 0 1 1 0-2.307h.81c.3 0 .427-.2.476-.318a.49.49 0 0 0-.112-.562l-1.795-1.795a2.8 2.8 0 0 1-.79-1.508A2.85 2.85 0 0 1 3.2 11.606a2.8 2.8 0 0 1 1.627-.508c.753 0 1.463.294 1.996.828l6.52 6.52a.5.5 0 0 0 .363.15c.3 0 .428-.2.477-.318a.49.49 0 0 0-.11-.56l-4.651-4.65a1.154 1.154 0 1 1 1.633-1.633l4.648 4.648.006.005 2.357 2.357a.5.5 0 0 0 .363.15h.058c.3 0 .427-.2.476-.317a.49.49 0 0 0-.113-.562l-1.794-1.798a2.8 2.8 0 0 1-.79-1.508 2.85 2.85 0 0 1 1.159-2.804 2.8 2.8 0 0 1 1.626-.508h4.7a1.154 1.154 0 1 1 0 2.308h-.693c-.3 0-.427.2-.476.317a.49.49 0 0 0 .113.563l4.157 4.157a.5.5 0 0 0 .364.15.476.476 0 0 0 .476-.476 1.154 1.154 0 1 1 2.307 0 2.786 2.786 0 0 1-2.784 2.786z"/><path fill="#fff" d="M27.216 19.893c-.485 0-.94-.188-1.284-.53l-4.157-4.158a1.79 1.79 0 0 1-.392-1.976c.147-.352.386-.638.684-.831h-3.015c-.629 0-1.169.36-1.41.94a1.5 1.5 0 0 0 .33 1.662l1.798 1.797c.528.529.678 1.287.392 1.977a1.79 1.79 0 0 1-1.676 1.12h-.057c-.485 0-.94-.188-1.284-.532l-1.659-1.659c.075.35.04.719-.105 1.07a1.79 1.79 0 0 1-1.676 1.12c-.485 0-.94-.187-1.284-.53l-6.52-6.52a1.52 1.52 0 0 0-1.079-.448c-.629 0-1.168.36-1.41.94-.24.58-.113 1.218.331 1.663l1.797 1.797c.529.528.678 1.286.393 1.976s-.93 1.12-1.676 1.12h-.808a.143.143 0 0 1-.145-.146.143.143 0 0 1 .145-.145h.81c.63 0 1.169-.36 1.411-.94a1.5 1.5 0 0 0-.332-1.662L3.541 15.2a1.78 1.78 0 0 1-.392-1.973 1.78 1.78 0 0 1 1.676-1.123c.485 0 .94.188 1.284.531l6.52 6.52c.288.289.672.447 1.079.447.628 0 1.168-.36 1.41-.94.24-.58.115-1.215-.328-1.66l-4.653-4.648a.143.143 0 0 1 0-.205.143.143 0 0 1 .205 0l4.648 4.647.003.003 2.357 2.357c.289.289.672.447 1.079.447h.057c.63 0 1.169-.36 1.411-.94.24-.58.113-1.218-.332-1.662l-1.797-1.797a1.79 1.79 0 0 1-.392-1.977c.285-.69.929-1.12 1.676-1.12h4.7a.143.143 0 0 1 .145.146.143.143 0 0 1-.145.145h-.693c-.629 0-1.168.36-1.41.94-.24.58-.113 1.218.331 1.662l4.157 4.157c.289.289.673.448 1.08.448.819 0 1.485-.667 1.485-1.486a.143.143 0 0 1 .145-.145.143.143 0 0 1 .145.145 1.773 1.773 0 0 1-1.774 1.774z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-134.494" x2="-134.497" y1="-171.82" y2="-171.89" gradientTransform="matrix(240 0 0 -205.6 32295 -35312.585)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f88535"/><stop offset="1" stop-color="#fd2221"/></linearGradient></defs><path d="M19.422 4.007s6.217 3.554 7.844 9.2c1.466 5.1.292 7.534.292 7.534a8.9 8.9 0 0 1 1.742 2.8 4.83 4.83 0 0 1 .29 4.453s-.1-2.08-3.2-2.511c-2.841-.4-3.874 2.366-9.3 2.232A18.43 18.43 0 0 1 2 19.354C4.651 20.8 8.124 23.045 12.449 22.7s5.228-1.674 5.228-1.674A67 67 0 0 1 4.891 7.643c3.4 2.845 11.822 8.507 11.626 8.363A76 76 0 0 1 8.092 6.24s12.636 10.389 13.653 10.323c.418-.861 2.579-5.318-2.324-12.557Z" style="fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.837 19.944c-.488.4-.967.807-1.43 1.241a28.5 28.5 0 0 0-4.5 5.443 2.6 2.6 0 0 0 .145-.642.275.275 0 0 0-.263-.247c-.2-.024-.412.006-.609-.036a.7.7 0 0 1-.43-.438 12 12 0 0 1-.356-1.319 1.1 1.1 0 0 0-.239-.443.1.1 0 0 0-.155.008v6.116h8.15a3 3 0 0 1 .271-.124 1.8 1.8 0 0 1 .553-.109.9.9 0 0 0 .375-.089.094.094 0 0 0 0-.144c-.066-.091-.188-.089-.291-.1a3.3 3.3 0 0 0-.788.045 4 4 0 0 1-.653.027 3.3 3.3 0 0 1-.8-.1c-.065-.023-.07-.112-.069-.179 0-.169.071-.36-.012-.506-.085-.1-.224-.055-.328.018a1.64 1.64 0 0 1 .525-.917c.114-.1.26-.178.331-.328.021-.05.052-.116.017-.16a.5.5 0 0 0-.248-.155 51 51 0 0 1 3.057-4.266 2 2 0 0 1-.383-.262 7.4 7.4 0 0 1-1.87-2.334" style="fill:#fac553"/><path d="M11.232 25.2a.19.19 0 0 0 .023-.228.2.2 0 0 0-.347.021.2.2 0 0 0 .138.32.6.6 0 0 0 .186-.113M10.572 27.072a4.3 4.3 0 0 0 .651-.565 1.48 1.48 0 0 1 1.174-.363.32.32 0 0 0 .26-.041.3.3 0 0 0 .02-.371.64.64 0 0 0-.342-.18.84.84 0 0 0-.717.066 3.8 3.8 0 0 0-.8.916.82.82 0 0 1-.418.292.47.47 0 0 0-.343.188c-.033.042-.041.115.008.135a.6.6 0 0 0 .507-.077M3.314 21.795a.5.5 0 0 0 0-.366.5.5 0 0 0-.273-.255.22.22 0 0 0-.23.113 1.84 1.84 0 0 0-.337 1.285c.09.572.538.953.58 1.546a.63.63 0 0 0 .131-.445A2.1 2.1 0 0 0 3 23.034a.85.85 0 0 1-.038-.5c.07-.268.257-.484.352-.739M4.074 22.878c.161-.012.276-.186.337-.337a.246.246 0 0 0-.23-.3.377.377 0 0 0-.37.344.285.285 0 0 0 .263.293M10.406 26.077a.29.29 0 0 0-.26-.381.37.37 0 0 0-.282.131.365.365 0 0 0 0 .444.235.235 0 0 0 .311.039c.087-.057.195-.11.231-.233M10.384 28.394a2.2 2.2 0 0 1 .79-.078 4 4 0 0 0 .568.022 1.15 1.15 0 0 0 .59-.208.34.34 0 0 0 .15-.353.5.5 0 0 0-.369-.272 1.07 1.07 0 0 0-.6.053 5 5 0 0 0-1.116.732.4.4 0 0 0-.1.09c-.006.056.058.02.087.014M3.633 24.206a.3.3 0 0 0 .067.243c.048 0 .1.005.144.005.063-.052.154-.081.183-.169a.2.2 0 0 0-.087-.235.28.28 0 0 0-.167-.011.28.28 0 0 0-.14.167M11.962 29.045a.216.216 0 0 0 .068.335.3.3 0 0 0 .245-.107.19.19 0 0 0-.126-.314.23.23 0 0 0-.187.086" style="fill:#fac553"/><path d="M26.052 2.91a1.28 1.28 0 0 0-.844-.5 2.47 2.47 0 0 0-1.766.929c-2.22 2.249-4.549 4.361-6.828 6.532a5 5 0 0 0-1.142 1.247c-.389.6-.1 1.478-.557 2.045-1.163 1.537-2.349 3.057-3.515 4.593-.255.352-.687.453-.974.765a12 12 0 0 1-.863.777 5 5 0 0 0 .274.646 7.4 7.4 0 0 0 1.871 2.33 2 2 0 0 0 .383.262.26.26 0 0 0 .3-.037 3.4 3.4 0 0 1 .651-.769c.33-.228.414-.706.754-.919.814-.549 1.6-1.143 2.429-1.673a14.5 14.5 0 0 1 2.691-1.694 3.04 3.04 0 0 0 2.17-.554c2.627-2.457 5.229-4.95 7.889-7.367a2.3 2.3 0 0 0 .7-1.1 2.23 2.23 0 0 0-.45-1.7 104 104 0 0 0-3.173-3.813" style="fill:#02b428"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 2A14 14 0 1 1 2 16 14 14 0 0 1 16 2m6.121 5.18a5.02 5.02 0 0 0-3.588 1.92 12.1 12.1 0 0 0-2.194 4.038 7.8 7.8 0 0 0-2.962-2.056 3.62 3.62 0 0 0-3.281.6 2.94 2.94 0 0 0-1 1.462 3.31 3.31 0 0 0 .837 3.034l.86.922a1.31 1.31 0 0 1 .4 1.328 1.59 1.59 0 0 1-2.021.93c-.406-.124-.989-.426-.858-.852a4 4 0 0 1 .245-.455 2 2 0 0 0 .109-.283 1.14 1.14 0 0 0-.641-1.427.954.954 0 0 0-1.319.659c-.244.792.135 2.231 2.167 2.857 2.38.731 4.393-.565 4.679-2.255.18-1.059-.3-1.845-1.174-2.857l-.713-.789a1.3 1.3 0 0 1-.133-1.733 1.53 1.53 0 0 1 1.8-.441c1.285.349 1.858 1.241 2.814 1.96-.395 1.295-.653 2.594-.886 3.759l-.142.869c-.683 3.584-1.2 5.552-2.56 6.681a2.2 2.2 0 0 1-1.252.505.36.36 0 0 1-.412-.3c-.007-.217.175-.316.3-.413a.75.75 0 0 0 .437-.788 1.19 1.19 0 0 0-1.276-1.134 1.48 1.48 0 0 0-1.373 1.5c.033.99.956 1.732 2.347 1.685a5.62 5.62 0 0 0 4.041-2.274 14.16 14.16 0 0 0 2.828-6.648l.447-2.47q.371.046.8.057c2.373.05 3.559-1.179 3.577-2.073a.97.97 0 0 0-.868-1.061.99.99 0 0 0-.94.763c-.108.5.755.949.08 1.386a3.76 3.76 0 0 1-2.549.351l.22-1.216c.449-2.306 1-5.143 3.1-5.212.153-.008.713.007.726.377 0 .124-.027.155-.172.439a1 1 0 0 0-.2.625.984.984 0 0 0 1.116.952 1.207 1.207 0 0 0 1.1-1.306c-.035-1.018-1.109-1.662-2.53-1.615Z" style="fill:#c5c5c5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 12v8h3.256v-1.231H3.3v-5.538h1.956V12ZM26.744 12v1.231H28.7v5.538h-1.956V20H30v-8Z" style="fill:#d2d2d2"/><path d="m17.628 16 5.21-2.769v5.538Z" style="fill:#30d475"/><ellipse cx="12.093" cy="16" rx="2.93" ry="2.769" style="fill:#30d475"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="2" x2="25.625" y1="26.221" y2="26.221" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1a348f"/><stop offset="1" stop-color="#e5e9c6"/></linearGradient><linearGradient id="b" x1="6.375" x2="30" y1="5.779" y2="5.779" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e5e9c6"/><stop offset="1" stop-color="#1a348f"/></linearGradient></defs><path d="M13.264 17.289a4.4 4.4 0 0 0-.9-1.514 14 14 0 0 0-1.858-1.575A9 9 0 0 1 8.5 12.419a1.97 1.97 0 0 1-.337-1.113 2.23 2.23 0 0 1 .5-1.434 1.6 1.6 0 0 1 1.323-.642 1.65 1.65 0 0 1 1.323.648 4.5 4.5 0 0 1 .78 2.138l.035.223.28.079a.4.4 0 0 0 .22-.076l.121-.077.024-.187c.011-.09.028-.279.043-.884l.032-1.034q0-.12-.065-.913l-.013-.156-.096-.091a3.4 3.4 0 0 0-.955-.727 3.6 3.6 0 0 0-1.475-.279 3.06 3.06 0 0 0-2.511 1.192 4.64 4.64 0 0 0-.96 2.963 4.9 4.9 0 0 0 .278 1.72A5.9 5.9 0 0 0 8.113 15.5a13.7 13.7 0 0 0 1.821 1.529 6.8 6.8 0 0 1 1.747 1.7 2.8 2.8 0 0 1 .394 1.459 3.1 3.1 0 0 1-.263 1.2 2.14 2.14 0 0 1-.724.956 1.78 1.78 0 0 1-1.046.34 2.06 2.06 0 0 1-1.666-1.004 4.24 4.24 0 0 1-.83-2.3 1.1 1.1 0 0 0-.118-.475.346.346 0 0 0-.638.052 2.4 2.4 0 0 0-.093.813c-.005.567-.045 1.3-.117 2.18q-.018.221-.018.362a1.1 1.1 0 0 0 .2.642 2.06 2.06 0 0 0 .8.567 4.76 4.76 0 0 0 2.142.512 3.5 3.5 0 0 0 2.093-.583 3.97 3.97 0 0 0 1.296-1.75 6.5 6.5 0 0 0 .476-2.484 5.8 5.8 0 0 0-.305-1.927" style="fill:#c5c2ff"/><path d="M9.708 24.164a4.9 4.9 0 0 1-2.2-.525 2.15 2.15 0 0 1-.851-.608 1.22 1.22 0 0 1-.222-.713c0-.1.006-.221.019-.372.072-.879.111-1.609.117-2.171a2.5 2.5 0 0 1 .1-.861.49.49 0 0 1 .409-.314.48.48 0 0 1 .451.247 1.2 1.2 0 0 1 .136.529 4.13 4.13 0 0 0 .806 2.231 1.95 1.95 0 0 0 1.565.96 1.66 1.66 0 0 0 .974-.316 2.03 2.03 0 0 0 .681-.9 3 3 0 0 0 .253-1.157 2.66 2.66 0 0 0-.376-1.395 6.7 6.7 0 0 0-1.714-1.669 14 14 0 0 1-1.84-1.545 6 6 0 0 1-1.088-1.768 5 5 0 0 1-.287-1.766 4.76 4.76 0 0 1 .987-3.041 3.18 3.18 0 0 1 2.609-1.24 3.7 3.7 0 0 1 1.526.29 3.5 3.5 0 0 1 .993.754l.12.124.017.2c.042.493.066.83.066.923L12.93 11.1c-.015.6-.032.8-.044.9l-.032.247-.171.107a.54.54 0 0 1-.287.1h-.034l-.356-.1-.048-.3a4.4 4.4 0 0 0-.752-2.077 1.53 1.53 0 0 0-1.227-.6 1.48 1.48 0 0 0-1.226.595 2.1 2.1 0 0 0-.468 1.356 1.85 1.85 0 0 0 .315 1.023 8.9 8.9 0 0 0 1.979 1.744 14 14 0 0 1 1.877 1.6 4.5 4.5 0 0 1 .924 1.557 5.9 5.9 0 0 1 .313 1.968 6.6 6.6 0 0 1-.485 2.531 4.1 4.1 0 0 1-1.334 1.812 3.6 3.6 0 0 1-2.166.601m-2.586-5.317H7.1a.24.24 0 0 0-.2.16 2.4 2.4 0 0 0-.084.771c-.005.564-.045 1.3-.118 2.187a4 4 0 0 0-.018.352.98.98 0 0 0 .178.57 2 2 0 0 0 .758.527 4.6 4.6 0 0 0 2.085.5 3.37 3.37 0 0 0 2.02-.559 3.84 3.84 0 0 0 1.25-1.705 6.4 6.4 0 0 0 .467-2.436 5.7 5.7 0 0 0-.3-1.884 4.3 4.3 0 0 0-.873-1.472 13.6 13.6 0 0 0-1.833-1.558 9.7 9.7 0 0 1-2.039-1.807 2.1 2.1 0 0 1-.358-1.183 2.35 2.35 0 0 1 .522-1.512A1.72 1.72 0 0 1 9.979 9.1a1.76 1.76 0 0 1 1.421.7 4.6 4.6 0 0 1 .807 2.2l.022.144.184.052a.3.3 0 0 0 .139-.056l.072-.045.017-.129c.011-.088.028-.276.042-.871l.032-1.035c0-.062-.017-.334-.065-.9l-.009-.111-.058-.06a3.3 3.3 0 0 0-.918-.7 3.5 3.5 0 0 0-1.421-.267 2.94 2.94 0 0 0-2.416 1.141 4.52 4.52 0 0 0-.933 2.885 4.8 4.8 0 0 0 .271 1.677 5.8 5.8 0 0 0 1.042 1.692 13.6 13.6 0 0 0 1.8 1.51 6.9 6.9 0 0 1 1.779 1.742 2.9 2.9 0 0 1 .413 1.521 3.3 3.3 0 0 1-.272 1.253 2.27 2.27 0 0 1-.767 1.01 1.9 1.9 0 0 1-1.119.363 2.18 2.18 0 0 1-1.767-1.062 4.37 4.37 0 0 1-.854-2.362 1 1 0 0 0-.1-.419.24.24 0 0 0-.199-.126" style="fill:#2c087e"/><path d="m25.409 8.4-.147-.073a1.6 1.6 0 0 0-.671-.1l-3.6.037-.06.234-.039.216a.8.8 0 0 0 .136.435l.063.1.682.119a4 4 0 0 1 .571.122.54.54 0 0 1 .237.186.3.3 0 0 1 .046.113 21 21 0 0 1-.762 3.739c-.046.246-.073.391-.081.426l-.55 2.146q-.42 1.594-.834 3.009l-.3 1.043a261 261 0 0 0-1.106-3.96l-1.63-5.367a4.3 4.3 0 0 1-.239-1.242c.017-.018.122-.112.539-.164a5 5 0 0 1 .71-.05h.064a.45.45 0 0 0 .452-.288l.059-.43-.032-.1a.53.53 0 0 0-.185-.268l-.1-.038a24 24 0 0 0-1.029-.024 34 34 0 0 0-2.131.046h-.256q-.647-.023-1.295-.023h-.167l-.153.536.026.124a.72.72 0 0 0 .205.386 1.4 1.4 0 0 0 .367.145 3.1 3.1 0 0 1 .824.341 3 3 0 0 1 .317.712l2.435 7.93c.4 1.28.915 3.1 1.538 5.422l.049.181.133.041a.9.9 0 0 0 .252.044.48.48 0 0 0 .306-.146l.077-.069.26-1.122c.269-1.2.733-2.941 1.381-5.167l2.08-7.407a1.4 1.4 0 0 1 .252-.522 1.65 1.65 0 0 1 .712-.208 1.4 1.4 0 0 0 .4-.131l.1-.049.046-.14a1.3 1.3 0 0 0 .069-.436Z" style="fill:#c5c2ff"/><path d="M19.748 24.232a1 1 0 0 1-.288-.049l-.2-.062-.067-.247c-.62-2.308-1.137-4.13-1.536-5.417l-2.435-7.931a3.4 3.4 0 0 0-.292-.667 4.5 4.5 0 0 0-.768-.3 1.4 1.4 0 0 1-.4-.163.85.85 0 0 1-.252-.46l-.033-.154.188-.656h.262c.44 0 .877.008 1.3.023h.252c.072 0 .152 0 .239-.011q.552-.036 1.893-.036.273-.001.532.006c.259.007.339.01.5.018l.037.008.132.053a.65.65 0 0 1 .23.33l.042.123-.071.49a.57.57 0 0 1-.567.364h-.064a4.6 4.6 0 0 0-.7.049 1.4 1.4 0 0 0-.429.1 5 5 0 0 0 .234 1.142l1.629 5.366c.325 1.127.65 2.286.99 3.529l.173-.61c.271-.928.552-1.939.833-3.007l.546-2.146c.007-.031.034-.174.079-.418a21 21 0 0 0 .76-3.712s-.009-.02-.028-.052a.4.4 0 0 0-.184-.138 4 4 0 0 0-.539-.112l-.736-.128-.092-.146a.93.93 0 0 1-.155-.5l.041-.238.085-.335 3.7-.038a1.64 1.64 0 0 1 .729.114l.21.1.032.385a1.4 1.4 0 0 1-.075.485l-.062.19-.149.072a1.6 1.6 0 0 1-.44.142 1.8 1.8 0 0 0-.648.18 1.5 1.5 0 0 0-.215.468l-2.078 7.4c-.648 2.229-1.112 3.964-1.379 5.16l-.269 1.16-.106.1a.6.6 0 0 1-.391.176m-.282-.308.067.021a.37.37 0 0 0 .438-.077l.047-.042.251-1.083c.269-1.2.733-2.941 1.383-5.174l2.08-7.406a1.6 1.6 0 0 1 .286-.578 1.7 1.7 0 0 1 .776-.241 1.3 1.3 0 0 0 .371-.12l.053-.026.029-.089a1.1 1.1 0 0 0 .063-.4l-.02-.235-.085-.042a1.5 1.5 0 0 0-.615-.088l-3.506.036-.073.348a.7.7 0 0 0 .118.346l.033.052.627.11a4 4 0 0 1 .6.132.65.65 0 0 1 .292.235.4.4 0 0 1 .064.178 23 23 0 0 1-.766 3.77c-.045.241-.072.387-.08.423l-.547 2.15a115 115 0 0 1-.835 3.014l-.417 1.478-.118-.435a276 276 0 0 0-1.105-3.958l-1.629-5.365A4.6 4.6 0 0 1 17 9.577V9.53l.032-.035c.049-.053.193-.15.615-.2a5 5 0 0 1 .731-.051h.059a.33.33 0 0 0 .331-.2l.052-.383-.02-.068a.42.42 0 0 0-.127-.2l-.067-.024a22 22 0 0 0-1.002-.023 34 34 0 0 0-2.131.047h-.256a37 37 0 0 0-1.295-.023h-.073l-.119.416.02.093a.6.6 0 0 0 .17.322 2.4 2.4 0 0 0 .319.115 3.2 3.2 0 0 1 .865.364 2.8 2.8 0 0 1 .354.764l2.442 7.94c.4 1.29.919 3.116 1.54 5.427Z" style="fill:#2c087e"/><path d="M25.625 23.961c-4.462 6.4-18.148 5.853-20.732-1.52H2c2.062 9.602 19.439 9.998 23.625 1.52" style="fill:url(#a)"/><path d="M30 9.559c-2.062-9.6-19.439-10-23.625-1.52 4.462-6.4 18.148-5.853 20.732 1.52Z" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.545 6.035H13.27V24H8.3V6.035H2.055V2h17.49ZM27.567 10v12.608h2.4V25.9h-2.4V30h-4.016v-4.1h-8.717v-3.445q1.158-1.3 2.4-2.838t2.4-3.173q1.158-1.632 2.155-3.285A33 33 0 0 0 23.481 10Zm-8.786 12.608h4.77v-6.987q-.488.907-1.06 1.834t-1.2 1.827-1.269 1.743-1.241 1.583" style="fill:#1e88e5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9 13.7q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1m-7 8.4q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1" style="fill:#44a8b3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff8ee8" d="M15.98 28.09h1.87l1.88-1.87v-1.87l3.75-3.74v-3.73l1.87-1.87h1.88l1.87-1.87V9.4l-1.87-1.87h-3.75L19.73 3.8h-9.37L4.73 9.4v5.61l-1.87 1.87v3.73l7.5 7.48h1.87l1.88-1.87h1.87z"/><g fill="#671e65"><path d="M9.43 2.93h11.29v1.86H9.43zM7.57 4.79h1.86v1.86H7.57z"/><path d="M5.72 6.64h1.86V8.5H5.72zM3.86 8.5h1.86v7.43H3.86zM2 15.93h1.86v5.57H2zM3.86 21.5h1.86v1.86H3.86zM5.72 23.36h1.86v1.86H5.72zM7.57 25.36h1.86v1.86H7.57zM9.43 27.21h3.71v1.86H9.43zM13.14 25.36v1.85H15v1.86h3.72v-1.86h-1.86v-1.85zM18.72 23.36h2v3.86h-2zM20.72 21.5h1.86v1.86h-1.86zM22.57 15.93h1.86v5.57h-1.86zM24.43 14.07h3.71v1.86h-3.71zM28.14 10.36h-5.57v1.85h5.57v1.86H30V8.5h-1.86zM22.57 6.64h5.57V8.5h-5.57z"/><path d="M20.72 4.79h1.86v1.86h-1.86zM18.86 6.64h1.86V8.5h-1.86zM13.14 8.5H15v1.86h-1.86zM13.14 15.93v3.71H15v-3.71zM11.29 19.64h1.86v1.86h-1.86zM9.43 17.78v1.86h1.86v-3.71H9.43z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#28bdb0" d="M16.002 16.256v13.73l-11.75-7.12V9.134z"/><path fill="#68d1c7" d="M16.002 16.256v13.73l11.747-7.12V9.134z"/><path fill="#94ded7" d="M16.002 16.256 4.252 9.133l11.75-7.12 11.747 7.12z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.923 12.167A2.677 2.677 0 1 1 18.236 9.5h.02a2.667 2.667 0 0 1 2.667 2.667" style="fill:#ffc131"/><circle cx="13.763" cy="19.818" r="2.667" style="fill:#24c8db"/><path d="M23.791 20.731a10.4 10.4 0 0 1-3.52 1.434 7.2 7.2 0 0 0 .351-3.229 7.17 7.17 0 1 0-8.182-10.97 12 12 0 0 0-3.911 1.143 10.2 10.2 0 1 1 15.262 11.622M8.649 10.974l2.5.3a7.7 7.7 0 0 1 .321-1.424 10.2 10.2 0 0 0-2.821 1.124" style="fill:#ffc131"/><path d="M8.208 11.255a10.2 10.2 0 0 1 3.55-1.444 7.1 7.1 0 0 0-.4 3.239 7.17 7.17 0 1 0 8.222 10.96 12.2 12.2 0 0 0 3.911-1.123A10.208 10.208 0 1 1 8.208 11.255M23.349 21" style="fill:#24c8db"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.942 2.876c.04 2.468-.033 4.91-2.169 7.23l-.079.089h.119l.873.013c-1.418 2.95-2.341 5.892-4.38 8.83l-.073.106.126-.023 1.078-.2a5.85 5.85 0 0 1-3.484 3.65c-.39-5.455 2.333-10.27 4.645-15.071l.007-.013-.086-.06c-3.786 4.233-5.491 10.2-6.136 15.127a4.58 4.58 0 0 1-2.145-2.988l.9.377.093.04-.02-.1c-.681-3.028.376-5.2 1.4-8.056l.737.493.086.06v-.1c-.058-2.32 1.5-4.649 3.577-6.727l.288.77.04.1.056-.1.631-1.051v-.007a6.1 6.1 0 0 1 3.916-2.389" style="fill:#c3b15f"/><path d="M21.948 2.875a6.13 6.13 0 0 0-3.926 2.388v.007l-.631 1.051-.056.1-.04-.1L17 5.544c-2.072 2.078-3.635 4.407-3.577 6.727v.1l-.086-.06-.737-.493c-1.025 2.856-2.083 5.029-1.4 8.056l.02.1-.093-.04-.886-.374c0 .018.007.035.01.053a4.53 4.53 0 0 0 2.126 2.932q.074-.573.169-1.164c-1.543-3.614-.2-6.271.407-8.661l.939.542c-.13-2.238 1.184-4.651 2.893-6.757l.5.873c1.27-2.609 2.275-3.658 4.663-4.503Z" style="fill:#eff1cb;stroke:#eff1cb"/><path d="m22.518 2-.056.01c-2.082.363-4.121 1.128-5.015 2.959l-.377-.658-.033-.06-.05.05a21 21 0 0 0-2.939 3.5A5.94 5.94 0 0 0 12.835 11l-.532-.664-.053-.066-.036.076a27.5 27.5 0 0 0-1.693 4.7 6.73 6.73 0 0 0-.159 3.719l-.876-.509-.073-.043-.007.086a5.53 5.53 0 0 0 2.017 4.843l-.972.241-.2.05.2.053a4.3 4.3 0 0 1 1.455.6 1.33 1.33 0 0 1 .516 1.3V28.1l.01.013 1.217 1.745.1.139v-4.278a3.5 3.5 0 0 1 .621-1.484 1.64 1.64 0 0 1 1.13-.535l.182-.023-.165-.076-.641-.3a9.1 9.1 0 0 0 3.693-5.322l.02-.086-.083.023-.793.215a11.7 11.7 0 0 0 2.089-3.5c.71-1.631 1.378-3.465 1.926-4.931l.03-.079-.083.007-.612.043a6.66 6.66 0 0 0 1.382-3.527 17 17 0 0 0 .079-4.086Zm-.575.876c.04 2.468-.033 4.91-2.169 7.23l-.079.089h.119l.873.013c-1.418 2.95-2.341 5.892-4.38 8.83l-.073.106.126-.023 1.078-.2a5.85 5.85 0 0 1-3.484 3.65c-.39-5.455 2.333-10.27 4.645-15.071l.007-.013-.086-.06c-3.786 4.233-5.491 10.2-6.136 15.127a4.58 4.58 0 0 1-2.145-2.988l.9.377.093.04-.02-.1c-.681-3.028.376-5.2 1.4-8.056l.737.493.086.06v-.1c-.058-2.32 1.5-4.649 3.577-6.727l.288.77.04.1.056-.1.631-1.051v-.007a6.1 6.1 0 0 1 3.915-2.389Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" style="fill:#00aab4"/><path d="M16.42 7.32h7v7h-7z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#dbbd30" d="m12.03 13.98.08.07.2.13.04.03.1.06a1 1 0 0 1 .08.05l.05.04.03.02.15.12h.01l-.03.1q-.05.12-.05.2a1 1 0 0 0 .01.16v.03l.03.14.02.06v.06q.02.06.01.14v.07a22 22 0 0 1-.67.41q-.54.31-.99.53-.72.35-1.39.6a27 27 0 0 1-1.38.48h-.01q-.5.16-1.1.4a37 37 0 0 0-.57.21q.3.18.74.33a6 6 0 0 0 .27.09 18 18 0 0 1 1.24.4q.61.23 1.12.57a1.8 1.8 0 0 1 .45.42 1.6 1.6 0 0 1 .23.46q.22.02.4.24l.02.04a.83.83 0 0 1 .15.48 1 1 0 0 1 0 .1 2 2 0 0 0-.32.24.9.9 0 0 1-.2.13 1 1 0 0 1-.17.06 1 1 0 0 1-.08.01q-.16.01-.4-.04-.3-.07-.64-.19l-.36-.12-.37-.13q-.39-.14-.73-.22a9 9 0 0 0-.42-.1 11 11 0 0 0-.31-.05 4 4 0 0 1-.52-.13 3 3 0 0 1-.22-.08 1 1 0 0 1-.16-.08 1 1 0 0 1-.1-.08.6.6 0 0 0-.23-.12H6a3 3 0 0 1-.33-.09 4 4 0 0 1-.32-.11l-.7-.32-.71-.34-.34-.16-.31-.14q.01-.1-.22-.26a1.05 1.05 0 0 0-.51-.17.5.5 0 0 0-.12-.3l-.04-.06q-.16-.16-.25-.37a1 1 0 0 1-.06-.2q-.04-.28.1-.54a1 1 0 0 1 .1-.15 1.24 1.24 0 0 1 .57-.42 2 2 0 0 1 .4-.1l.09.04q.13.03.21.03.12-.01.3.07.31-.2.74-.4t.84-.1a.2.2 0 0 1 .04-.08q.05-.05.12-.06h.04q.14 0 .18-.16a7 7 0 0 0 1.35-.37q.67-.25 1.3-.55a49 49 0 0 0 1.17-.58l.04-.01a23 23 0 0 1 .82-.4l.3-.14a1 1 0 0 0 .15.03h.07a.6.6 0 0 0 .23-.04 1 1 0 0 1 .34-.06h.08q-.05.05-.02.07l.03.01.07.02h.07l.08.01a.2.2 0 0 1 .08.03.2.2 0 0 1 .05.03m17.4 2.75a.5.5 0 0 0 .12.31 1 1 0 0 0 .05.06q.16.16.25.36.07.17.07.34a1 1 0 0 1-.02.14.9.9 0 0 1-.19.42 1.2 1.2 0 0 1-.23.22 2 2 0 0 1-.17.1 1.6 1.6 0 0 1-.34.14 2 2 0 0 1-.23.05l-.09-.03q-.13-.05-.21-.04h-.04q-.1 0-.25-.06h-.02q-.3.2-.74.4-.43.19-.84.1a.2.2 0 0 1-.04.07q-.04.06-.12.07h-.03q-.15 0-.18.15a7 7 0 0 0-1.36.38q-.66.25-1.29.55t-1.21.6a14 14 0 0 1-.72.35 12 12 0 0 1-.4.18 1 1 0 0 0-.15-.03h-.08a.6.6 0 0 0-.22.03 1 1 0 0 1-.35.07h-.07q.04-.05.02-.07l-.03-.01-.08-.02h-.07l-.07-.02a.2.2 0 0 1-.08-.02.2.2 0 0 1-.05-.04l-.28-.18-.15-.1-.07-.04-.06-.05-.04-.03-.15-.12q.07-.17.08-.28v-.21l-.04-.13-.01-.06-.01-.06v-.21a23 23 0 0 1 .67-.41q.53-.32.98-.53.7-.35 1.39-.6a29 29 0 0 1 1.4-.5q.5-.15 1.1-.37a37 37 0 0 0 .57-.22q-.4-.22-1.01-.41-.62-.19-1.24-.42t-1.13-.56a1.8 1.8 0 0 1-.44-.42 1.6 1.6 0 0 1-.24-.47q-.22-.01-.39-.23l-.02-.04a.83.83 0 0 1-.15-.49 1 1 0 0 1 0-.1 2 2 0 0 0 .32-.23.9.9 0 0 1 .2-.13 1 1 0 0 1 .16-.07 1 1 0 0 1 .08 0q.17-.02.4.04.3.07.65.18l.36.13.37.13q.38.13.72.22a9 9 0 0 0 .43.1 11 11 0 0 0 .3.05 4 4 0 0 1 .53.13 3 3 0 0 1 .22.08 1 1 0 0 1 .16.08 1 1 0 0 1 .1.08.6.6 0 0 0 .23.11l.03.01a3 3 0 0 1 .34.08 4 4 0 0 1 .32.12l.7.31.7.35q.35.18.66.3-.02.1.22.25a1.05 1.05 0 0 0 .5.17m-10.91-4.87a20 20 0 0 1 .76-1 8 8 0 0 1 .5-.55 6 6 0 0 1 .32-.3 1.6 1.6 0 0 1 .25-.19q.24-.14.48-.14a1 1 0 0 1 .1.01 3.4 3.4 0 0 1 .25.76 3 3 0 0 1 .04.45v.14q0 .55-.11 1.23l-.09.1-.23.26-.13.15-.3.34-.33.38-.63.72-.1.1-.36.42-.34.4a22 22 0 0 0-.29.35l-.28.36-.13.17-.17.27-.04.07-.12.14-.33.37-.18.2a57 57 0 0 0-.61.72l-.21.25-.8.96-.03.03-.65.8q-.01.07.02.13a.2.2 0 0 0 .03.03q.07.07.1.15a1 1 0 0 0-.1.1q-.08.1-.11.2v.02a1 1 0 0 0-.03.2 1 1 0 0 0 0 .1l.06.3a1 1 0 0 1 .02.15v.15q-.13.1-.2.24a11 11 0 0 1-.16.27 1.4 1.4 0 0 1-.14.19l-.04.05a1 1 0 0 1-.16.14 1 1 0 0 1-.12.07q-.36-.04-.58-.1l-.39-.08-.13-.03a1.17 1.17 0 0 1-.4-.58 2.3 2.3 0 0 1-.09-.66v-.06a4 4 0 0 1 .09-.73 9 9 0 0 1 .06-.3l.1-.33.03-.03q.14-.1-.02-.14a.9.9 0 0 1 .17-.32 1 1 0 0 1 .07-.08 1 1 0 0 0 .07-.08q.1-.11.1-.2.12-.19.46-.57l.35-.4.39-.42.68-.76.1-.1.17-.2.4-.45q.08-.23.35-.57l.11-.14a73 73 0 0 1 .57-.66l.2-.23.73-.86q.26-.32.32-.55a.5.5 0 0 0 .03-.12q.3-.21.65-.7z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2h28v28H2Z" style="fill:#ea5959"/><path d="M5 21h22v2H5Z" style="fill:#f18c8c"/><path d="M12.1 10.442H9.91v6.421H8.177v-6.421H6V9h6.1Zm4.53 4.107h-3.576q.084 1.223 1.5 1.223a2.87 2.87 0 0 0 1.588-.439v1.25a4.1 4.1 0 0 1-1.971.417 2.74 2.74 0 0 1-2.059-.754 2.9 2.9 0 0 1-.733-2.1 3.05 3.05 0 0 1 .792-2.215 2.6 2.6 0 0 1 1.947-.817 2.36 2.36 0 0 1 1.853.729 2.85 2.85 0 0 1 .656 1.98Zm-1.568-1.064q0-1.206-.952-1.206a.9.9 0 0 0-.7.345 1.6 1.6 0 0 0-.362.861Zm5.872-.674a1.45 1.45 0 0 0-.712-.17 1.02 1.02 0 0 0-.862.414 1.85 1.85 0 0 0-.309 1.127v2.681h-1.69v-5.615h1.69v1.042h.021a1.47 1.47 0 0 1 1.444-1.141 1.1 1.1 0 0 1 .418.066ZM26 16.863h-1.6v-.806h-.021a1.78 1.78 0 0 1-1.631.943 1.587 1.587 0 0 1-1.71-1.453 1.6 1.6 0 0 1 0-.247q0-1.634 1.887-1.886l1.487-.2q0-.921-.973-.921a3.26 3.26 0 0 0-1.862.6v-1.3a4.1 4.1 0 0 1 .966-.329 5 5 0 0 1 1.114-.143 2.1 2.1 0 0 1 2.349 1.817 2.1 2.1 0 0 1 0 .569Zm-1.589-2.281V14.2l-1 .131q-.824.11-.823.762a.64.64 0 0 0 .2.486.77.77 0 0 0 .543.189.99.99 0 0 0 .776-.338 1.24 1.24 0 0 0 .304-.848" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m12.042 6.858 8.029 4.59v9.014l-8.029-4.594zM20.5 20.415l7.959-4.575V6.887L20.5 11.429zM3.541 11.01l8.03 4.589V6.59L3.541 2zM12.042 25.41 20.071 30v-9.043l-8.029-4.589z" style="fill:#813cf3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.4 24.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9 11.9 0 0 1 2.956-3.706l.415-.345.012.475a9 9 0 0 0 1 3.233 19 19 0 0 1 .833 2.175 4.26 4.26 0 0 1-.1 2.611 3.56 3.56 0 0 1-1.488 1.45 3.7 3.7 0 0 1-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1-.269.211a2.24 2.24 0 0 0-.846 1.867c.093.285.382.6.548.594a.7.7 0 0 0 .336-.236ZM6.165 29.08A5.136 5.136 0 0 1 2.124 23c.339-1.427.269-1.344 7.635-9.049l6.941-7.26.984.938.984.938-4 4.176-4 4.176 3.345-.072 3.345-.072 2.364-2.466 2.364-2.466.98.943.98.943-6.951 7.24c-6.377 6.642-7.009 7.269-7.657 7.59a5.2 5.2 0 0 1-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7 4.844l-.012-.561a1.15 1.15 0 0 1 .259-.9 1.32 1.32 0 0 1 1.385-.494 92 92 0 0 1 8.37 8.031 1.339 1.339 0 0 1-1.99 1.511Z" style="fill:#b70b0b"/><path d="M4.1 23.621c-.353 2.277.959 3.823 3.439 3.486.255-.268 3.21-3.353 9.849-10.316-3.34.072-3.3-.074-6.641 0-6.681 6.926-6.814 6.876-6.647 6.83" style="fill:#b70b0b"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.115 9.432 25.701 7 15.562 17.216 11.7 13.324l-2.413 2.433 6.275 6.324z" style="fill:#36b6e5"/><path d="m19.425 19.151-1.194 1.05h4.181l3.584 3.299H5.986l3.584-3.299h3.136l-1.045-1.05H8.824L2 25h28l-6.841-5.849z" style="fill:#d2d2d2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.4 24.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9 11.9 0 0 1 2.956-3.706l.415-.345.012.475a9 9 0 0 0 1 3.233 19 19 0 0 1 .833 2.175 4.26 4.26 0 0 1-.1 2.611 3.56 3.56 0 0 1-1.488 1.45 3.7 3.7 0 0 1-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1-.269.211a2.24 2.24 0 0 0-.846 1.867c.093.285.382.6.548.594a.7.7 0 0 0 .336-.236ZM6.165 29.08A5.136 5.136 0 0 1 2.124 23c.339-1.427.269-1.344 7.635-9.049l6.941-7.26.984.938.984.938-4 4.176-4 4.176 3.345-.072 3.345-.072 2.364-2.466 2.364-2.466.98.943.98.943-6.951 7.24c-6.377 6.642-7.009 7.269-7.657 7.59a5.2 5.2 0 0 1-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7 4.844l-.012-.561a1.15 1.15 0 0 1 .259-.9 1.32 1.32 0 0 1 1.385-.494 92 92 0 0 1 8.37 8.031 1.339 1.339 0 0 1-1.99 1.511Z" style="fill:#f5de19"/><path d="M4.1 23.621c-.353 2.277.959 3.823 3.439 3.486.255-.268 3.21-3.353 9.849-10.316-3.34.072-3.3-.074-6.641 0-6.681 6.926-6.814 6.876-6.647 6.83" style="fill:#f5de19"/><path d="M23.4 26.737a3.11 3.11 0 0 0 2.813 1.732c1.182 0 1.936-.591 1.936-1.407 0-.978-.776-1.324-2.076-1.893l-.713-.306c-2.058-.877-3.425-1.975-3.425-4.3 0-2.139 1.63-3.767 4.176-3.767a4.22 4.22 0 0 1 4.056 2.283l-2.221 1.426a1.94 1.94 0 0 0-1.835-1.222 1.24 1.24 0 0 0-1.365 1.222c0 .856.53 1.2 1.753 1.732l.713.305c2.423 1.039 3.791 2.1 3.791 4.48C31 29.594 28.983 31 26.274 31a5.48 5.48 0 0 1-5.2-2.916Zm-10.074.247c.448.795.856 1.467 1.835 1.467.937 0 1.528-.367 1.528-1.792v-9.7h2.852V26.7c0 2.953-1.731 4.3-4.258 4.3A4.43 4.43 0 0 1 11 28.39Z" style="fill:#f5de19;stroke:#000;stroke-miterlimit:10;stroke-width:.5px"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="5.3" x2="27.02" y1="6.98" y2="25.31" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9a57fe"/><stop offset="1" stop-color="#ea74fe"/></linearGradient></defs><path d="M6.1 25.9A13.96 13.96 0 0 0 16 30c2.14 0 4.16-.48 5.97-1.34 1.46-.69 2.79-1.63 3.92-2.76a14.014 14.014 0 0 0 4.1-9.9c0-2.71-.77-5.24-2.1-7.38-.57-.91-1.24-1.76-2-2.51a14 14 0 0 0-3.92-2.76c-1.81-.86-3.84-1.34-5.97-1.34-.81 0-1.61.07-2.38.2-2.91.5-5.51 1.9-7.52 3.9-.76.76-1.43 1.6-2 2.51C2.77 10.76 2 13.29 2 16c0 2.01.42 3.92 1.19 5.65.7 1.59 1.7 3.03 2.91 4.25" style="fill:url(#a);stroke-width:0"/><path d="M13.63 26.77c1.64 0 3.17-.87 4-2.3l2.79-4.83 2.23.02c1.63 0 3.15-.87 3.97-2.29l.82-1.39h-6.63c-1.64 0-3.17.87-4 2.3l-4.9 8.49zm12.91-10.28-.38.63a4.07 4.07 0 0 1-3.52 2.03H20.7l1.52-2.66zM26.57 12.58a4.6 4.6 0 0 0-3.99-2.31H17l-1.1-1.94a4.58 4.58 0 0 0-3.96-2.29h-1.62l3.32 5.73a4.6 4.6 0 0 0 3.99 2.31h9.8l-.85-1.5ZM11.21 6.53h.73c1.45.01 2.8.79 3.52 2.05l.96 1.69h-3.05l-2.16-3.73ZM7.81 8.46a4.58 4.58 0 0 0 0 4.61l2.79 4.83-1.13 1.92a4.57 4.57 0 0 0 0 4.58l.8 1.41 3.32-5.74c.83-1.42.83-3.19 0-4.61l-4.9-8.49-.87 1.49Zm2.45 16.32-.35-.64a4.1 4.1 0 0 1 0-4.07l.98-1.67 1.53 2.64z" style="fill:#fff;stroke-width:0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.4 24.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9 11.9 0 0 1 2.956-3.706l.415-.345.012.475a9 9 0 0 0 1 3.233 19 19 0 0 1 .833 2.175 4.26 4.26 0 0 1-.1 2.611 3.56 3.56 0 0 1-1.488 1.45 3.7 3.7 0 0 1-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1-.269.211a2.24 2.24 0 0 0-.846 1.867c.093.285.382.6.548.594a.7.7 0 0 0 .336-.236ZM6.165 29.08A5.136 5.136 0 0 1 2.124 23c.339-1.427.269-1.344 7.635-9.049l6.941-7.26.984.938.984.938-4 4.176-4 4.176 3.345-.072 3.345-.072 2.364-2.466 2.364-2.466.98.943.98.943-6.951 7.24c-6.377 6.642-7.009 7.269-7.657 7.59a5.2 5.2 0 0 1-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7 4.844l-.012-.561a1.15 1.15 0 0 1 .259-.9 1.32 1.32 0 0 1 1.385-.494 92 92 0 0 1 8.37 8.031 1.339 1.339 0 0 1-1.99 1.511Z" style="fill:#007acc"/><path d="M4.1 23.621c-.353 2.277.959 3.823 3.439 3.486.255-.268 3.21-3.353 9.849-10.316-3.34.072-3.3-.074-6.641 0-6.681 6.926-6.814 6.876-6.647 6.83" style="fill:#007acc"/><path d="M27.731 17.931a3.55 3.55 0 0 1 1.783 1.027 4.7 4.7 0 0 1 .683.914c.009.036-1.231.869-1.982 1.335-.027.018-.136-.1-.258-.281a1.62 1.62 0 0 0-1.34-.806c-.864-.059-1.421.394-1.417 1.15a1.05 1.05 0 0 0 .122.534c.19.394.543.629 1.652 1.109 2.041.878 2.915 1.457 3.458 2.281a4.14 4.14 0 0 1 .33 3.476 3.82 3.82 0 0 1-3.154 2.258 8.7 8.7 0 0 1-2.172-.023 5.24 5.24 0 0 1-2.9-1.512 5 5 0 0 1-.742-1.1 2 2 0 0 1 .262-.167c.127-.072.606-.348 1.059-.611l.819-.475.172.253a3.8 3.8 0 0 0 1.082 1.036 2.65 2.65 0 0 0 2.774-.14 1.24 1.24 0 0 0 .158-1.579c-.222-.317-.674-.584-1.96-1.14a7.06 7.06 0 0 1-2.684-1.652 3.8 3.8 0 0 1-.783-1.426 5.7 5.7 0 0 1-.05-1.819 3.475 3.475 0 0 1 2.924-2.706 7.2 7.2 0 0 1 2.164.064Zm-6.693 1.19.009 1.168h-3.711v10.545h-2.625V20.289H11v-1.145a11 11 0 0 1 .032-1.177c.014-.018 2.272-.027 5.01-.023l4.983.014Z" style="fill:#007acc;stroke:#000;stroke-miterlimit:10;stroke-width:.5px"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.333 13.122c-.128-1.562-.241-2.756-2.287-2.756H7.91v8.4h2.145v.611l-3.083-.029-3.082.029v-.611h2.144v-8.4h-1.15c-2.046 0-2.159 1.208-2.287 2.756H2l.284-3.367h9.362l.284 3.367h-.6Z" style="fill:#cfcfcf"/><path d="M19.289 22.53H10.41v-.61h1.506v-8.453H10.41v-.611h8.637l.412 3.367h-.6c-.213-1.833-.682-2.756-2.855-2.756h-2.213V17.2h.838c1.364 0 1.505-.6 1.505-1.662h.6v3.935h-.6c0-1.08-.142-1.662-1.505-1.662h-.838v4.106h2.216c2.472 0 3-1.108 3.3-3.225h.6Z" style="fill:#cfcfcf"/><path d="M27.727 19.186c-.54 0-1.96 0-2.415.029V18.6h1.179l-2.557-3.552-2.529 3.381a4.1 4.1 0 0 0 1.295.171v.611c-.355-.029-1.576-.029-2.017-.029-.4 0-1.548 0-1.875.029V18.6h.383a8 8 0 0 0 .824-.043c.5-.043.54-.085.667-.256l2.854-3.801-3.153-4.418H19V9.47c.384.028 1.79.028 2.273.028.582 0 1.918 0 2.429-.028v.611h-1.174l2.117 2.955 2.074-2.784a4.1 4.1 0 0 0-1.293-.17V9.47c.356.028 1.591.028 2.032.028.4 0 1.534 0 1.861-.028v.611h-.369a5 5 0 0 0-.838.043c-.469.043-.526.071-.667.256l-2.4 3.21 3.591 5.01H30v.611c-.355-.025-1.818-.025-2.273-.025" style="fill:#cfcfcf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.038 2H6.375a1.755 1.755 0 0 0-1.75 1.75v24.5A1.755 1.755 0 0 0 6.375 30h19.25a1.755 1.755 0 0 0 1.75-1.75V6.856Zm.525 2.844 1.663 1.531h-1.663ZM6.375 28.25V3.75h14.438v4.375h4.813V28.25Z" style="fill:#c2c2c2"/><path d="M8.125 15.097h13.076v1.75H8.125zM8.125 24.439h9.762v1.75H8.125zM8.125 19.763h15.75v1.75H8.125zM8.125 10.23h15.75v1.75H8.125z" style="fill:#829ec2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.681 26.075H3.319A1.317 1.317 0 0 1 2 24.756V7.244a1.317 1.317 0 0 1 1.319-1.319h25.362A1.317 1.317 0 0 1 30 7.244V24.76a1.316 1.316 0 0 1-1.319 1.315" style="fill:#ffe7ac"/><path d="M6.066 12.848a5 5 0 0 1 1.508-.659v-1.525a3.7 3.7 0 0 1 .743-.33 8 8 0 0 1 1.327-.347h.642v2.391h2.484V13.6h-2.484v4.848a3.2 3.2 0 0 0 .29 1.609 1.07 1.07 0 0 0 .971.448 7 7 0 0 0 .76-.048 3.3 3.3 0 0 0 .782-.18l.132.62a2.4 2.4 0 0 1-.5.356 5.5 5.5 0 0 1-.752.356 6 6 0 0 1-.923.281A4.8 4.8 0 0 1 10 22a2.38 2.38 0 0 1-1.824-.637 2.95 2.95 0 0 1-.6-2.062v-5.71h-1.51ZM14.607 20.453a1.45 1.45 0 0 1 .431-1.09 1.6 1.6 0 0 1 1.147-.413 1.65 1.65 0 0 1 1.165.413 1.42 1.42 0 0 1 .453 1.09 1.37 1.37 0 0 1-.453 1.081 1.7 1.7 0 0 1-1.165.4 1.6 1.6 0 0 1-1.147-.4 1.43 1.43 0 0 1-.431-1.081"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.175 18.342a8.171 8.171 0 1 1 8.171-8.171 8.18 8.18 0 0 1-8.171 8.171m0-11.673a3.5 3.5 0 1 0 3.5 3.5 3.506 3.506 0 0 0-3.5-3.5M28.089 24.023a4.2 4.2 0 1 1-1.231-2.971 4.2 4.2 0 0 1 1.231 2.971M30 6.21a4.2 4.2 0 1 1-1.231-2.971A4.2 4.2 0 0 1 30 6.21M10.416 25.8a4.2 4.2 0 1 1-1.231-2.971 4.2 4.2 0 0 1 1.231 2.971" style="fill:#68217a"/><path d="M15.758 6.37h8.189v2.801h-8.189z" style="fill:#68217a" transform="rotate(-14.233 19.85 7.77)"/><path d="M3.834 18.591h7.601v2.802H3.834z" style="fill:#68217a" transform="rotate(-75.774 7.634 19.992)"/><path d="M17.171 14.085h2.801v9.292h-2.801z" style="fill:#68217a" transform="rotate(-44.709 18.572 18.732)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.49 11.337h-.1a.267.267 0 0 0-.267.266v2.333a.267.267 0 0 0 .267.266h2.341a.267.267 0 0 0 .269-.266v-.971a.27.27 0 0 0-.126-.228l-2.248-1.367a.26.26 0 0 0-.136-.033M2 12.965v.966a.267.267 0 0 0 .267.266h2.341a.266.266 0 0 0 .267-.266V11.6a.266.266 0 0 0-.267-.265h-.1a.3.3 0 0 0-.141.037l-2.245 1.365a.28.28 0 0 0-.122.228M11.552 11.6v.1a.3.3 0 0 0 .037.14l1.372 2.239a.27.27 0 0 0 .23.126h1.217a.266.266 0 0 0 .267-.266v-2.331a.267.267 0 0 0-.267-.266h-2.585a.26.26 0 0 0-.271.258M22.368 19.035v-.966a.267.267 0 0 0-.268-.269h-2.34a.266.266 0 0 0-.267.266V20.4a.266.266 0 0 0 .267.265h.1a.3.3 0 0 0 .14-.035l2.247-1.367a.28.28 0 0 0 .121-.228" style="fill:#20ba31"/><path d="M10.573 11.6v2.309a.265.265 0 0 1-.267.266H8.8a.267.267 0 0 0-.267.266V20.4a.266.266 0 0 1-.266.266H5.68a.267.267 0 0 1-.267-.266v-8.8a.266.266 0 0 1 .267-.265h4.626a.27.27 0 0 1 .267.265M26.591 11.6v8.8a.265.265 0 0 1-.267.265H23.74a.266.266 0 0 1-.267-.265v-5.956a.267.267 0 0 0-.267-.266H21.7a.266.266 0 0 1-.267-.266V11.6a.267.267 0 0 1 .267-.266h4.626a.265.265 0 0 1 .265.266M18.688 20.667H16.1a.266.266 0 0 1-.267-.265V11.6a.266.266 0 0 1 .267-.265h2.585a.267.267 0 0 1 .267.265v8.8a.27.27 0 0 1-.264.267M14.464 20.667h-2.7a.21.21 0 0 1-.211-.209v-5.337a.21.21 0 0 1 .211-.21h2.7a.21.21 0 0 1 .211.21v5.337a.213.213 0 0 1-.211.209" style="fill:#70d37b"/></svg>